]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
Math.lyx: port changes from branch
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used to have extra space in table cells
85 \@ifundefined{extrarowheight}
86  {\usepackage{array}}{}
87 \setlength{\extrarowheight}{2pt}
88
89 % used for customized tables
90 % ---
91 \newcolumntype{M}[1]
92  {>{\centering\hspace{0pt}}m{#1}}
93
94 \newcolumntype{S}[2]
95  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
96
97 \newcolumntype{K}[1]
98  {>{\columncolor{#1}\hspace{0pt}}c}
99
100 \newcolumntype{V}{!{\vrule width 1.5pt}}
101
102 \newcolumntype{W}{!{\color{green}\vline}}
103 % ---
104
105 % insert additional vertical space of
106 % 1.5 mm between footnotes
107 \let\myFoot\footnote
108 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
109
110 % number algorithm floats within chapters
111 \numberwithin{algorithm}{chapter}
112
113
114 % ------------------------------------
115 % used to check for needed LaTeX packages
116 \usepackage{ifthen}
117
118 % check for package arydshln
119 % used for tables with dashed lines
120 \newboolean{arydshln}
121 \IfFileExists{arydshln.sty}
122  {\usepackage{arydshln}
123   \setboolean{arydshln}{true}}
124  {\setboolean{arydshln}{false}}
125
126 % check for package marginnote
127 % used for margin notes
128 \newboolean{marginnote}
129 \IfFileExists{marginnote.sty}
130  {\usepackage{marginnote}
131   \let\marginpar\marginnote
132   \setboolean{marginnote}{true}}
133  {\setboolean{marginnote}{false}}
134
135 % check for package sidecap
136 % used for captions on the side
137 \newboolean{sidecap}
138 \IfFileExists{sidecap.sty}
139  {\usepackage{sidecap}
140   \setboolean{sidecap}{true}}
141  {\setboolean{sidecap}{false}}
142
143 % check for picinpar
144 % used for surrounded fixed objects
145 \newboolean{picinpar}
146 \IfFileExists{picinpar.sty}
147  {\usepackage{picinpar}
148   \setboolean{picinpar}{true}}
149  {\setboolean{picinpar}{false}}
150
151 % check for lettrine
152 \newboolean{lettrine}
153 \IfFileExists{lettrine.sty}
154  {\usepackage{lettrine}
155   \setboolean{lettrine}{true}}
156  {\setboolean{lettrine}{false}}
157
158 % check for diagbox
159 \newboolean{diagbox}
160 \IfFileExists{diagbox.sty}
161  {\usepackage{diagbox}
162   \setboolean{diagbox}{true}}
163  {\setboolean{diagbox}{false}}
164
165 % use normal list environments also in French documents
166 \frenchbsetup{StandardLayout}
167 \end_preamble
168 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
169 \use_default_options false
170 \begin_modules
171 initials
172 \end_modules
173 \maintain_unincluded_children false
174 \language french
175 \language_package default
176 \inputencoding auto
177 \fontencoding global
178 \font_roman default
179 \font_sans default
180 \font_typewriter default
181 \font_default_family default
182 \use_non_tex_fonts false
183 \font_sc false
184 \font_osf false
185 \font_sf_scale 100
186 \font_tt_scale 100
187
188 \graphics default
189 \default_output_format default
190 \output_sync 0
191 \bibtex_command default
192 \index_command default
193 \paperfontsize 12
194 \spacing single
195 \use_hyperref true
196 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
197 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
198 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
199 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
200 \pdf_bookmarks true
201 \pdf_bookmarksnumbered true
202 \pdf_bookmarksopen true
203 \pdf_bookmarksopenlevel 1
204 \pdf_breaklinks false
205 \pdf_pdfborder false
206 \pdf_colorlinks true
207 \pdf_backref false
208 \pdf_pdfusetitle false
209 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
210 \papersize default
211 \use_geometry false
212 \use_amsmath 2
213 \use_esint 0
214 \use_mhchem 1
215 \use_mathdots 1
216 \cite_engine basic
217 \use_bibtopic false
218 \use_indices false
219 \paperorientation portrait
220 \suppress_date false
221 \use_refstyle 0
222 \notefontcolor #0000ff
223 \index Index
224 \shortcut idx
225 \color #008000
226 \end_index
227 \secnumdepth 3
228 \tocdepth 3
229 \paragraph_separation skip
230 \defskip medskip
231 \quotes_language french
232 \papercolumns 1
233 \papersides 2
234 \paperpagestyle default
235 \bullet 1 1 34 -1
236 \bullet 2 2 35 -1
237 \bullet 3 2 7 -1
238 \tracking_changes false
239 \output_changes false
240 \html_math_output 0
241 \html_css_as_file 0
242 \html_be_strict false
243 \end_header
244
245 \begin_body
246
247 \begin_layout Title
248 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
249  les boîtes et les objets externes de LyX
250 \end_layout
251
252 \begin_layout Author
253 par l'Équipe LyX
254 \begin_inset Foot
255 status collapsed
256
257 \begin_layout Plain Layout
258 \noindent
259 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
260  de la documentation de LyX: 
261 \begin_inset CommandInset href
262 LatexCommand href
263 name "lyx-docs@lists.lyx.org"
264 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
265 type "mailto:"
266
267 \end_inset
268
269
270 \end_layout
271
272 \end_inset
273
274
275 \begin_inset Note Note
276 status collapsed
277
278 \begin_layout Plain Layout
279 auteur original : Uwe Stöhr
280 \end_layout
281
282 \begin_layout Plain Layout
283 Traduction française : Siegfried Meunier-Guttin-Cluzel
284 \end_layout
285
286 \begin_layout Plain Layout
287 version 2.0.x novembre 2011
288 \end_layout
289
290 \end_inset
291
292
293 \begin_inset Newline newline
294 \end_inset
295
296
297 \begin_inset Newline newline
298 \end_inset
299
300
301 \family sans
302 Version 2.0.x
303 \end_layout
304
305 \begin_layout Standard
306 \begin_inset CommandInset toc
307 LatexCommand tableofcontents
308
309 \end_inset
310
311
312 \end_layout
313
314 \begin_layout Standard
315 \begin_inset Note Note
316 status open
317
318 \begin_layout Plain Layout
319 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
320  
321 \series bold
322 arydshln
323 \series default
324
325 \series bold
326 colortbl
327 \series default
328
329 \series bold
330 diagbox, lettrine, marginnote, picinpar
331 \series default
332 , et 
333 \series bold
334 sidecap
335 \series default
336  doivent être installés.
337  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
338  les sections qui nécessitent les paquetages en question n'apparaîtront
339  pas sur la sortie.
340 \end_layout
341
342 \begin_layout Plain Layout
343 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
344 \begin_inset Newline newline
345 \end_inset
346
347
348 \series bold
349 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
350 \end_layout
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Chapter
358 Figures
359 \begin_inset Index idx
360 status collapsed
361
362 \begin_layout Plain Layout
363 Figures
364 \end_layout
365
366 \end_inset
367
368
369 \begin_inset Index idx
370 status collapsed
371
372 \begin_layout Plain Layout
373 Graphiques|see
374 \begin_inset ERT
375 status collapsed
376
377 \begin_layout Plain Layout
378
379 {
380 \end_layout
381
382 \end_inset
383
384 Figures
385 \begin_inset ERT
386 status collapsed
387
388 \begin_layout Plain Layout
389
390 }
391 \end_layout
392
393 \end_inset
394
395
396 \end_layout
397
398 \end_inset
399
400
401 \end_layout
402
403 \begin_layout Section
404 La fenêtre de dialogue graphique
405 \begin_inset Index idx
406 status collapsed
407
408 \begin_layout Plain Layout
409 Figures ! Fenêtre de dialogue Graphique
410 \end_layout
411
412 \end_inset
413
414
415 \begin_inset CommandInset label
416 LatexCommand label
417 name "sec:Graphics-Dialog"
418
419 \end_inset
420
421
422 \end_layout
423
424 \begin_layout Standard
425 Pour placer une figure dans votre document, cliquez sur le bouton 
426 \family sans
427
428 \begin_inset Info
429 type  "icon"
430 arg   "dialog-show-new-inset graphics"
431 \end_inset
432
433
434 \family default
435  dans la barre d'outils, ou faites 
436 \family sans
437 Insérer\SpecialChar \menuseparator
438 Graphique
439 \family default
440 .
441  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
442  à charger.
443  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
444  dans le texte.
445 \end_layout
446
447 \begin_layout Standard
448 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
449  sur une image
450 \begin_inset Note Note
451 status collapsed
452
453 \begin_layout Plain Layout
454 Ça marche aussi avec le bouton gauche ! (NdT)
455 \end_layout
456
457 \end_inset
458
459 .
460  Cette fenêtre de dialogue possède trois onglets:
461 \end_layout
462
463 \begin_layout Description
464 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
465  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
466  Les unités de longueurs utilisées sont décrites dans l'appendice
467 \begin_inset space ~
468 \end_inset
469
470
471 \begin_inset CommandInset ref
472 LatexCommand ref
473 reference "cha:Unités-de-longueur"
474
475 \end_inset
476
477 .
478 \begin_inset Newline newline
479 \end_inset
480
481
482 \begin_inset Index idx
483 status collapsed
484
485 \begin_layout Plain Layout
486 Figures ! Pivotées
487 \end_layout
488
489 \end_inset
490
491 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
492  d'une montre, en donnant l'angle de rotation et la position du pivot.
493  L'image apparaîtra pivotée dans LyX.
494 \begin_inset Newline newline
495 \end_inset
496
497
498 \begin_inset Index idx
499 status collapsed
500
501 \begin_layout Plain Layout
502 Figures ! Redimensionnées
503 \end_layout
504
505 \end_inset
506
507 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
508  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
509  sa largeur.
510  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
511  déterminée automatiquement.
512  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
513  éventuellement une distorsion.
514  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
515  
516 \family sans
517 Conserver
518 \begin_inset space ~
519 \end_inset
520
521 les
522 \begin_inset space ~
523 \end_inset
524
525 proportions
526 \family default
527 .
528  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
529  pas les valeurs fixées.
530  
531 \begin_inset Newline newline
532 \end_inset
533
534 Les images peuvent être modifiée en utilisant le programme de votre choix
535  en faisant un clic droit dessus et en choisissant 
536 \family sans
537 Éditer le fichier ailleurs
538 \family default
539  dans le menu contextuel qui apparaît.
540  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
541  
542 \family sans
543 Formats
544 \begin_inset space ~
545 \end_inset
546
547 de
548 \begin_inset space ~
549 \end_inset
550
551 fichiers
552 \family default
553  dans la fenêtre de dialogue de 
554 \family sans
555 Préférences
556 \family default
557  de LyX.
558 \end_layout
559
560 \begin_layout Description
561 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
562  la sortie finale est de modifier les coordonnées de la zone de l'image
563  qui est affichée.
564  Cette zone peut être calculée automatiquement à partir des données présentes
565  dans le fichier en appuyant sur le bouton 
566 \family sans
567 Valeurs
568 \begin_inset space ~
569 \end_inset
570
571 du
572 \begin_inset space ~
573 \end_inset
574
575 Fichier
576 \family default
577 .
578  Avec l'option 
579 \family sans
580 Couper
581 \begin_inset space ~
582 \end_inset
583
584 à
585 \begin_inset space ~
586 \end_inset
587
588 la
589 \begin_inset space ~
590 \end_inset
591
592 boîte
593 \begin_inset space ~
594 \end_inset
595
596 de
597 \begin_inset space ~
598 \end_inset
599
600 délimitation, 
601 \family default
602 seule la portion de l'image qui est dans la zone définie sera imprimée.
603  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
604  donc vous pouvez ignorer l'onglet 
605 \family sans
606 Rogner
607 \family default
608 .
609 \end_layout
610
611 \begin_layout Description
612
613 \family sans
614 Options
615 \begin_inset space ~
616 \end_inset
617
618 LaTeX
619 \begin_inset space ~
620 \end_inset
621
622 et
623 \begin_inset space ~
624 \end_inset
625
626 LyX
627 \family default
628  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
629  les experts ès-LaTeX pourront fournir des options supplémentaires pour
630  LaTeX
631 \begin_inset Newline newline
632 \end_inset
633
634 L'option 
635 \family sans
636 Mode brouillon
637 \family default
638  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
639  avec la taille de l'image.
640 \begin_inset Newline newline
641 \end_inset
642
643 L'option 
644 \family sans
645 Ne
646 \begin_inset space ~
647 \end_inset
648
649 pas
650 \begin_inset space ~
651 \end_inset
652
653 décompresser
654 \begin_inset space ~
655 \end_inset
656
657 à
658 \begin_inset space ~
659 \end_inset
660
661 l'exportation
662 \family default
663  n'affectera que les graphiques EPS zippés, par exemple 
664 \family typewriter
665 x.eps.gz
666 \family default
667 .
668  Quand cette option est activée, les images ne sont pas décompressées à
669  l'exportation, vu que LaTeX peut les traiter telles-quelles
670 \begin_inset Newline newline
671 \end_inset
672
673 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
674  disques quand on utilise PostScript comme format de sortie, voir l'appendice
675 \begin_inset space ~
676 \end_inset
677
678
679 \begin_inset CommandInset ref
680 LatexCommand ref
681 reference "sec:PostScript"
682
683 \end_inset
684
685 .
686  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
687  terminal UNIX ou une console Windows:
688 \begin_inset Newline newline
689 \end_inset
690
691
692 \series bold
693 gzip x.eps
694 \series default
695
696 \begin_inset Newline newline
697 \end_inset
698
699
700 \series bold
701 zgrep %%Bounding x.eps.gz > x.eps.bb
702 \series default
703
704 \begin_inset Newline newline
705 \end_inset
706
707 La seconde commande va créer le fichier contenant la description de la boîte
708  de délimitation 
709 \begin_inset Quotes eld
710 \end_inset
711
712
713 \family typewriter
714 x.eps.bb
715 \family default
716
717 \begin_inset Quotes erd
718 \end_inset
719
720  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
721 \begin_inset Newline newline
722 \end_inset
723
724 Dans la section 
725 \family sans
726 Groupe
727 \begin_inset space ~
728 \end_inset
729
730 de
731 \begin_inset space ~
732 \end_inset
733
734 graphiques
735 \family default
736  vous pouvez définir ou de choisir un groupe de paramètres d'image
737 \begin_inset Index idx
738 status collapsed
739
740 \begin_layout Plain Layout
741 Figures ! Groupes de paramétrisation
742 \end_layout
743
744 \end_inset
745
746 .
747  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
748  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
749  les autres soient automatiquement modifiées de la même manière.
750  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
751  avoir à modifier leur taille manuellement une par une.
752  On peut rattacher une image à un groupe existant en utilisant le menu contextue
753 l de l'image et en cochant le nom du groupe dans la liste
754 \begin_inset Foot
755 status collapsed
756
757 \begin_layout Plain Layout
758 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
759 \end_layout
760
761 \end_inset
762
763 .
764 \end_layout
765
766 \begin_layout Standard
767 \begin_inset VSpace bigskip
768 \end_inset
769
770
771 \end_layout
772
773 \begin_layout Standard
774 Voici un exemple d'image au format EPS
775 \begin_inset Foot
776 status collapsed
777
778 \begin_layout Plain Layout
779 Les format d'images sont décrits dans la section
780 \begin_inset space ~
781 \end_inset
782
783
784 \begin_inset CommandInset ref
785 LatexCommand ref
786 reference "sec:Image-Formats"
787
788 \end_inset
789
790 .
791 \end_layout
792
793 \end_inset
794
795  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
796 nt:
797 \end_layout
798
799 \begin_layout Standard
800 \align center
801 \begin_inset Graphics
802         filename ../clipart/mobius.eps
803         scale 70
804         scaleBeforeRotation
805         rotateOrigin center
806
807 \end_inset
808
809
810 \end_layout
811
812 \begin_layout Standard
813 Et voici la même image mais en mode brouillon:
814 \end_layout
815
816 \begin_layout Standard
817 \align center
818 \begin_inset Graphics
819         filename ../clipart/mobius.eps
820         scale 70
821         draft
822         scaleBeforeRotation
823         rotateOrigin center
824
825 \end_inset
826
827
828 \end_layout
829
830 \begin_layout Section
831 Figures flottantes
832 \begin_inset CommandInset label
833 LatexCommand label
834 name "sec:Figure-Floats"
835
836 \end_inset
837
838
839 \begin_inset Index idx
840 status collapsed
841
842 \begin_layout Plain Layout
843 Flottants ! Figures
844 \end_layout
845
846 \end_inset
847
848
849 \begin_inset Index idx
850 status collapsed
851
852 \begin_layout Plain Layout
853 Figures ! Flottants
854 \end_layout
855
856 \end_inset
857
858
859 \end_layout
860
861 \begin_layout Standard
862 Pour des explications d'ordre général concernant les flottants, jetez un
863  coup d'œil à la section
864 \begin_inset space ~
865 \end_inset
866
867
868 \begin_inset CommandInset ref
869 LatexCommand ref
870 reference "sec:Flottants-Introduction"
871
872 \end_inset
873
874 .
875 \end_layout
876
877 \begin_layout Standard
878 Le bouton 
879 \family sans
880
881 \begin_inset Info
882 type  "icon"
883 arg   "float-insert figure"
884 \end_inset
885
886
887 \family default
888  de la barre d'outils et le menu 
889 \family sans
890 Insérer\SpecialChar \menuseparator
891 Flottant\SpecialChar \menuseparator
892 Figure
893 \family default
894  insèrent un flottant avec l'étiquette 
895 \begin_inset Quotes eld
896 \end_inset
897
898
899 \series bold
900 Figure
901 \begin_inset space ~
902 \end_inset
903
904 #:
905 \series default
906
907 \begin_inset Quotes erd
908 \end_inset
909
910  (# est le numéro réel de l'image).
911  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
912 \begin_inset space ~
913 \end_inset
914
915
916 \begin_inset CommandInset ref
917 LatexCommand ref
918 reference "fig:kill-plat"
919
920 \end_inset
921
922  ou en dessous de la légende comme pour la Figure
923 \begin_inset space ~
924 \end_inset
925
926
927 \begin_inset CommandInset ref
928 LatexCommand ref
929 reference "fig:escher"
930
931 \end_inset
932
933 .
934  Vous trouverez plus d'information sur le positionnement des légendes dans
935  la section
936 \begin_inset space ~
937 \end_inset
938
939
940 \begin_inset CommandInset ref
941 LatexCommand ref
942 reference "sec:Placement-légende"
943
944 \end_inset
945
946 .
947 \end_layout
948
949 \begin_layout Standard
950 \begin_inset Float figure
951 wide false
952 sideways false
953 status open
954
955 \begin_layout Plain Layout
956 \align center
957 \begin_inset Graphics
958         filename ../clipart/platypus.eps
959         width 50col%
960         scaleBeforeRotation
961         rotateOrigin center
962
963 \end_inset
964
965
966 \end_layout
967
968 \begin_layout Plain Layout
969 \begin_inset Caption
970
971 \begin_layout Plain Layout
972 \begin_inset CommandInset label
973 LatexCommand label
974 name "fig:kill-plat"
975
976 \end_inset
977
978 Un ornithorynque sévèrement déformé dans un flottant de figure.
979 \end_layout
980
981 \end_inset
982
983
984 \end_layout
985
986 \end_inset
987
988
989 \end_layout
990
991 \begin_layout Standard
992 \begin_inset Float figure
993 wide false
994 sideways false
995 status open
996
997 \begin_layout Plain Layout
998 \begin_inset Caption
999
1000 \begin_layout Plain Layout
1001 \begin_inset CommandInset label
1002 LatexCommand label
1003 name "fig:escher"
1004
1005 \end_inset
1006
1007 M.C.
1008  Escher sous LSD.
1009 \end_layout
1010
1011 \end_inset
1012
1013
1014 \end_layout
1015
1016 \begin_layout Plain Layout
1017 \align center
1018 \begin_inset Graphics
1019         filename ../clipart/escher-lsd.eps
1020         scale 80
1021         scaleBeforeRotation
1022         rotateOrigin center
1023
1024 \end_inset
1025
1026
1027 \end_layout
1028
1029 \end_inset
1030
1031
1032 \end_layout
1033
1034 \begin_layout Standard
1035 \begin_inset Index idx
1036 status collapsed
1037
1038 \begin_layout Plain Layout
1039 References@Références ! à des Figures
1040 \end_layout
1041
1042 \end_inset
1043
1044 Les figure
1045 \begin_inset space ~
1046 \end_inset
1047
1048
1049 \begin_inset CommandInset ref
1050 LatexCommand ref
1051 reference "fig:kill-plat"
1052
1053 \end_inset
1054
1055  et 
1056 \begin_inset CommandInset ref
1057 LatexCommand ref
1058 reference "fig:escher"
1059
1060 \end_inset
1061
1062  sont des exemples de figures référencées.
1063  Dans le texte, on fait référence à une figure en faisant référence à sa
1064  légende.
1065  On insère donc une étiquette dans la légende en utilisant le menu 
1066 \family sans
1067 Insérer
1068 \family default
1069 \SpecialChar \menuseparator
1070
1071 \family sans
1072 Étiquette
1073 \family default
1074  ou le bouton 
1075 \family sans
1076
1077 \begin_inset Info
1078 type  "icon"
1079 arg   "label-insert"
1080 \end_inset
1081
1082
1083 \family default
1084  de la barre d'outils.
1085  On peut alors faire référence à cette étiquette en utilisant le menu 
1086 \family sans
1087 Insérer\SpecialChar \menuseparator
1088 Référence
1089 \begin_inset space ~
1090 \end_inset
1091
1092 croisée
1093 \family default
1094  ou le bouton 
1095 \family sans
1096
1097 \begin_inset Info
1098 type  "icon"
1099 arg   "dialog-show-new-inset ref"
1100 \end_inset
1101
1102
1103 \family default
1104  de la barre d'outils.
1105  Il est important d'utiliser des références pour les flottants de figures
1106  plutôt que des locutions vagues du genre 
1107 \begin_inset Quotes eld
1108 \end_inset
1109
1110 la figure ci-dessous
1111 \begin_inset Quotes erd
1112 \end_inset
1113
1114 , puisque LaTeX va repositionner la figure dans le document final.
1115  Votre figure risque de ne plus être ci-dessous du tout !
1116 \begin_inset Newline newline
1117 \end_inset
1118
1119 Le référencement est expliqué plus en détail dans la section
1120 \begin_inset space ~
1121 \end_inset
1122
1123
1124 \begin_inset CommandInset ref
1125 LatexCommand ref
1126 reference "sec:Referencer-les-Flottants"
1127
1128 \end_inset
1129
1130 .
1131 \end_layout
1132
1133 \begin_layout Standard
1134 En principe on met une seule figure dans un flottant, mais parfois vous
1135  pouvez vouloir deux figures avec chacune sa sous-légende.
1136  C'est possible en insérant des flottants d'image dans des flottants d'image
1137  existants.
1138  Notez que seule la légende principale des flottants est reprise dans la
1139  liste des figures.
1140  La figure
1141 \begin_inset space ~
1142 \end_inset
1143
1144
1145 \begin_inset CommandInset ref
1146 LatexCommand ref
1147 reference "fig:Deux-images-déformées"
1148
1149 \end_inset
1150
1151  est un exemple de flottant de figure avec deux images mises l'une à côté
1152  de l'autre.
1153  Vous pouvez aussi mettre les images les unes sous les autres.
1154  Les figures
1155 \begin_inset space ~
1156 \end_inset
1157
1158
1159 \begin_inset CommandInset ref
1160 LatexCommand ref
1161 reference "fig:Structure-indéfinissable"
1162
1163 \end_inset
1164
1165  et 
1166 \begin_inset CommandInset ref
1167 LatexCommand ref
1168 reference "fig:Un-ornithorynque"
1169
1170 \end_inset
1171
1172  sont des sous-figures.
1173 \end_layout
1174
1175 \begin_layout Standard
1176 \begin_inset Float figure
1177 wide false
1178 sideways false
1179 status open
1180
1181 \begin_layout Plain Layout
1182 \begin_inset space \hfill{}
1183 \end_inset
1184
1185
1186 \begin_inset Float figure
1187 wide false
1188 sideways false
1189 status open
1190
1191 \begin_layout Plain Layout
1192 \begin_inset Caption
1193
1194 \begin_layout Plain Layout
1195 \begin_inset CommandInset label
1196 LatexCommand label
1197 name "fig:Structure-indéfinissable"
1198
1199 \end_inset
1200
1201 Structure indéfinissable
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \begin_layout Plain Layout
1210 \begin_inset Graphics
1211         filename ../clipart/escher-lsd.eps
1212         width 45col%
1213         scaleBeforeRotation
1214         groupId Déformés
1215
1216 \end_inset
1217
1218
1219 \end_layout
1220
1221 \end_inset
1222
1223
1224 \begin_inset space \hfill{}
1225 \end_inset
1226
1227
1228 \begin_inset Float figure
1229 wide false
1230 sideways false
1231 status open
1232
1233 \begin_layout Plain Layout
1234 \begin_inset Caption
1235
1236 \begin_layout Plain Layout
1237 \begin_inset CommandInset label
1238 LatexCommand label
1239 name "fig:Un-ornithorynque"
1240
1241 \end_inset
1242
1243 Un ornithorynque
1244 \end_layout
1245
1246 \end_inset
1247
1248
1249 \end_layout
1250
1251 \begin_layout Plain Layout
1252 \begin_inset Graphics
1253         filename ../clipart/platypus.eps
1254         width 45col%
1255         scaleBeforeRotation
1256         groupId Déformés
1257
1258 \end_inset
1259
1260
1261 \end_layout
1262
1263 \end_inset
1264
1265
1266 \begin_inset space \hfill{}
1267 \end_inset
1268
1269
1270 \end_layout
1271
1272 \begin_layout Plain Layout
1273 \begin_inset Caption
1274
1275 \begin_layout Plain Layout
1276 \begin_inset CommandInset label
1277 LatexCommand label
1278 name "fig:Deux-images-déformées"
1279
1280 \end_inset
1281
1282 Deux images déformées.
1283  Les deux images font partie du groupe de paramétrisation 
1284 \begin_inset Quotes eld
1285 \end_inset
1286
1287 déformés
1288 \begin_inset Quotes erd
1289 \end_inset
1290
1291 .
1292 \end_layout
1293
1294 \end_inset
1295
1296
1297 \end_layout
1298
1299 \end_inset
1300
1301
1302 \end_layout
1303
1304 \begin_layout Section
1305 Les formats d'images
1306 \begin_inset CommandInset label
1307 LatexCommand label
1308 name "sec:Image-Formats"
1309
1310 \end_inset
1311
1312
1313 \begin_inset Index idx
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317 Formats d' images
1318 \end_layout
1319
1320 \end_inset
1321
1322
1323 \begin_inset Index idx
1324 status collapsed
1325
1326 \begin_layout Plain Layout
1327 Figures ! Formats d'images
1328 \end_layout
1329
1330 \end_inset
1331
1332
1333 \end_layout
1334
1335 \begin_layout Standard
1336 Vous pouvez insérer des images dans n'importe quel format connu.
1337  Mais, comme nous l'avons expliqué dans l'appendice
1338 \begin_inset space ~
1339 \end_inset
1340
1341
1342 \begin_inset CommandInset ref
1343 LatexCommand ref
1344 reference "cha:Formats-fichiers-graphiques"
1345
1346 \end_inset
1347
1348 ,
1349 \lang english
1350  
1351 \lang french
1352 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1353  de formats d'images.
1354  Pour s'en sortir LyX utilise le programme 
1355 \family typewriter
1356 ImageMagick
1357 \family default
1358  en arrière plan pour convertir les formats que vous utilisez dans un des
1359  formats acceptés par le format de sortie.
1360  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1361 ons en n'utilisant que les formats listés dans les sous sections de
1362 \lang english
1363  
1364 \lang french
1365 l'appendice
1366 \begin_inset space ~
1367 \end_inset
1368
1369
1370 \begin_inset CommandInset ref
1371 LatexCommand ref
1372 reference "cha:Formats-fichiers-graphiques"
1373
1374 \end_inset
1375
1376 .
1377 \end_layout
1378
1379 \begin_layout Standard
1380 Comme pour les polices de caractères, il y a deux grands types de formats
1381  d'images:
1382 \end_layout
1383
1384 \begin_layout Description
1385 Les
1386 \begin_inset space ~
1387 \end_inset
1388
1389 images
1390 \begin_inset space ~
1391 \end_inset
1392
1393 Matricielles
1394 \begin_inset space ~
1395 \end_inset
1396
1397 (ou
1398 \begin_inset space ~
1399 \end_inset
1400
1401 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1402  enregistrés sous un format compressé.
1403  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1404  petits carrés quand on utilise des agrandissements trop importants (aspect
1405  
1406 \begin_inset Quotes eld
1407 \end_inset
1408
1409 pixellisé
1410 \begin_inset Quotes erd
1411 \end_inset
1412
1413 ).
1414  Les formats matriciels les plus connus sont le GIF (
1415 \begin_inset Quotes eld
1416 \end_inset
1417
1418 Graphics Interchange Format
1419 \begin_inset Quotes erd
1420 \end_inset
1421
1422 , avec comme extension de fichier 
1423 \begin_inset Quotes eld
1424 \end_inset
1425
1426
1427 \family typewriter
1428 .gif
1429 \family default
1430
1431 \begin_inset Quotes erd
1432 \end_inset
1433
1434 )
1435 \begin_inset Index idx
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439 GIF|see
1440 \begin_inset ERT
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444
1445 {
1446 \end_layout
1447
1448 \end_inset
1449
1450 Format d'image
1451 \begin_inset ERT
1452 status collapsed
1453
1454 \begin_layout Plain Layout
1455
1456 }
1457 \end_layout
1458
1459 \end_inset
1460
1461
1462 \end_layout
1463
1464 \end_inset
1465
1466 , le PNG (
1467 \begin_inset Quotes eld
1468 \end_inset
1469
1470 Portable Network Graphics, extension 
1471 \begin_inset Quotes eld
1472 \end_inset
1473
1474
1475 \family typewriter
1476 .png
1477 \family default
1478
1479 \begin_inset Quotes erd
1480 \end_inset
1481
1482 )
1483 \begin_inset Index idx
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487 PNG|see
1488 \begin_inset ERT
1489 status collapsed
1490
1491 \begin_layout Plain Layout
1492
1493 {
1494 \end_layout
1495
1496 \end_inset
1497
1498 Formats d'image
1499 \begin_inset ERT
1500 status collapsed
1501
1502 \begin_layout Plain Layout
1503
1504 }
1505 \end_layout
1506
1507 \end_inset
1508
1509
1510 \end_layout
1511
1512 \end_inset
1513
1514  et le JPG (
1515 \begin_inset Quotes eld
1516 \end_inset
1517
1518 Joint Photographic Expert Group, extension 
1519 \begin_inset Quotes eld
1520 \end_inset
1521
1522
1523 \family typewriter
1524 .jpg
1525 \family default
1526
1527 \begin_inset Quotes erd
1528 \end_inset
1529
1530  ou 
1531 \begin_inset Quotes eld
1532 \end_inset
1533
1534
1535 \family typewriter
1536 .jpeg
1537 \family default
1538
1539 \begin_inset Quotes erd
1540 \end_inset
1541
1542 )
1543 \begin_inset Index idx
1544 status collapsed
1545
1546 \begin_layout Plain Layout
1547 JPG|see
1548 \begin_inset ERT
1549 status collapsed
1550
1551 \begin_layout Plain Layout
1552
1553 {
1554 \end_layout
1555
1556 \end_inset
1557
1558 Formats d'image
1559 \begin_inset ERT
1560 status collapsed
1561
1562 \begin_layout Plain Layout
1563
1564 }
1565 \end_layout
1566
1567 \end_inset
1568
1569
1570 \end_layout
1571
1572 \end_inset
1573
1574 .
1575 \end_layout
1576
1577 \begin_layout Description
1578 Les
1579 \begin_inset space ~
1580 \end_inset
1581
1582 images
1583 \begin_inset space ~
1584 \end_inset
1585
1586 Vectorielles
1587 \begin_inset space ~
1588 \end_inset
1589
1590 (ou
1591 \begin_inset space ~
1592 \end_inset
1593
1594 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1595  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1596 nnée comme on le veut sans perte de précision.
1597  La possibilité de redimensionner les images est très utilisé pour les présentat
1598 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1599 nnement.
1600  Le redimensionnement permet aussi de présenter des documents en ligne où
1601  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1602  étudier les détails.
1603 \begin_inset Newline newline
1604 \end_inset
1605
1606 Les principaux formats vectoriels sont le SVG (
1607 \begin_inset Quotes eld
1608 \end_inset
1609
1610 Scalable Vector Graphics
1611 \begin_inset Quotes erd
1612 \end_inset
1613
1614 , extension
1615 \begin_inset Quotes eld
1616 \end_inset
1617
1618
1619 \family typewriter
1620 .svg
1621 \family default
1622
1623 \begin_inset Quotes erd
1624 \end_inset
1625
1626 )
1627 \begin_inset Index idx
1628 status collapsed
1629
1630 \begin_layout Plain Layout
1631 SVG|see
1632 \begin_inset ERT
1633 status collapsed
1634
1635 \begin_layout Plain Layout
1636
1637 {
1638 \end_layout
1639
1640 \end_inset
1641
1642 Format d'image
1643 \begin_inset ERT
1644 status collapsed
1645
1646 \begin_layout Plain Layout
1647
1648 }
1649 \end_layout
1650
1651 \end_inset
1652
1653
1654 \end_layout
1655
1656 \end_inset
1657
1658 , l'EPS ( 
1659 \begin_inset Quotes eld
1660 \end_inset
1661
1662 encapsulated PostScript
1663 \begin_inset Quotes erd
1664 \end_inset
1665
1666 , extension
1667 \begin_inset Quotes eld
1668 \end_inset
1669
1670
1671 \family typewriter
1672 .eps
1673 \family default
1674
1675 \begin_inset Quotes erd
1676 \end_inset
1677
1678 )
1679 \begin_inset Index idx
1680 status collapsed
1681
1682 \begin_layout Plain Layout
1683 EPS|see
1684 \begin_inset ERT
1685 status collapsed
1686
1687 \begin_layout Plain Layout
1688
1689 {
1690 \end_layout
1691
1692 \end_inset
1693
1694 Format d'image
1695 \begin_inset ERT
1696 status collapsed
1697
1698 \begin_layout Plain Layout
1699
1700 }
1701 \end_layout
1702
1703 \end_inset
1704
1705
1706 \end_layout
1707
1708 \end_inset
1709
1710 , le PDF (
1711 \begin_inset Quotes eld
1712 \end_inset
1713
1714 Portable Document Format
1715 \begin_inset Quotes erd
1716 \end_inset
1717
1718 , extension
1719 \begin_inset Quotes eld
1720 \end_inset
1721
1722
1723 \family typewriter
1724 .pdf
1725 \family default
1726
1727 \begin_inset Quotes erd
1728 \end_inset
1729
1730 )
1731 \begin_inset Index idx
1732 status collapsed
1733
1734 \begin_layout Plain Layout
1735 PDF|see
1736 \begin_inset ERT
1737 status collapsed
1738
1739 \begin_layout Plain Layout
1740
1741 {
1742 \end_layout
1743
1744 \end_inset
1745
1746 Format d'image
1747 \begin_inset ERT
1748 status collapsed
1749
1750 \begin_layout Plain Layout
1751
1752 }
1753 \end_layout
1754
1755 \end_inset
1756
1757
1758 \end_layout
1759
1760 \end_inset
1761
1762  et le WMF (
1763 \begin_inset Quotes eld
1764 \end_inset
1765
1766 Windows Metafile
1767 \begin_inset Quotes erd
1768 \end_inset
1769
1770 , extension 
1771 \begin_inset Quotes eld
1772 \end_inset
1773
1774
1775 \family typewriter
1776 .wfm
1777 \family default
1778
1779 \begin_inset Quotes erd
1780 \end_inset
1781
1782  ou 
1783 \begin_inset Quotes eld
1784 \end_inset
1785
1786
1787 \family typewriter
1788 .emf
1789 \family default
1790
1791 \begin_inset Quotes erd
1792 \end_inset
1793
1794 )
1795 \begin_inset Index idx
1796 status collapsed
1797
1798 \begin_layout Plain Layout
1799 WMF|see
1800 \begin_inset ERT
1801 status collapsed
1802
1803 \begin_layout Plain Layout
1804
1805 {
1806 \end_layout
1807
1808 \end_inset
1809
1810 Formats d'images
1811 \begin_inset ERT
1812 status collapsed
1813
1814 \begin_layout Plain Layout
1815
1816 }
1817 \end_layout
1818
1819 \end_inset
1820
1821
1822 \end_layout
1823
1824 \end_inset
1825
1826 .
1827  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1828  en EPS, mais le résultat ne sera pas redimensionnable.
1829  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1830 \begin_inset Foot
1831 status open
1832
1833 \begin_layout Plain Layout
1834 Dans le cas du PDF l'image initiale est aussi compressée.
1835 \end_layout
1836
1837 \end_inset
1838
1839 .
1840 \end_layout
1841
1842 \begin_layout Standard
1843 Les fichiers PDF générés par 
1844 \family typewriter
1845 Adobe Photoshop
1846 \family default
1847 , par exemple, sont des images matricielles.
1848 \end_layout
1849
1850 \begin_layout Standard
1851 En principe il est quasiment impossible de convertir une image matricielle
1852  en graphique vectoriel, seul le contraire est possible.
1853
1854 \lang english
1855  
1856 \lang french
1857 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1858  dans respectivement un fichier de sortie PDF ou PostScript.
1859  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1860  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1861  WMF/SVG
1862 \begin_inset Formula $\to$
1863 \end_inset
1864
1865 PDF/EPS convenables.
1866 \end_layout
1867
1868 \begin_layout Chapter
1869 Tableaux
1870 \begin_inset Index idx
1871 status collapsed
1872
1873 \begin_layout Plain Layout
1874 Tableau
1875 \end_layout
1876
1877 \end_inset
1878
1879
1880 \end_layout
1881
1882 \begin_layout Section
1883 Introduction
1884 \begin_inset Index idx
1885 status collapsed
1886
1887 \begin_layout Plain Layout
1888 Tableau ! Introduction
1889 \end_layout
1890
1891 \end_inset
1892
1893
1894 \end_layout
1895
1896 \begin_layout Standard
1897 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1898  
1899 \begin_inset Info
1900 type  "icon"
1901 arg   "tabular-insert"
1902 \end_inset
1903
1904  soit 
1905 \family sans
1906 Insérer\SpecialChar \menuseparator
1907 Tableau
1908 \family default
1909 .
1910  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1911  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1912  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1913  sur un bouton de la souris pour valider votre choix.
1914  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1915  vous demandant le nombre de lignes et de colonnes.
1916 \begin_inset Newline newline
1917 \end_inset
1918
1919 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1920  une à droite de la colonne la plus à droite et une en bas de la rangée
1921  du bas, qui forment une boîte autour du tableau.
1922  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1923  apparaît séparée du reste du tableau.
1924  Voici un exemple :
1925 \end_layout
1926
1927 \begin_layout Standard
1928 \align center
1929 \begin_inset Tabular
1930 <lyxtabular version="3" rows="4" columns="4">
1931 <features tabularvalignment="middle">
1932 <column alignment="center" valignment="top" width="0">
1933 <column alignment="center" valignment="top" width="0">
1934 <column alignment="center" valignment="top" width="0">
1935 <column alignment="center" valignment="top" width="0">
1936 <row>
1937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1938 \begin_inset Text
1939
1940 \begin_layout Plain Layout
1941
1942 \end_layout
1943
1944 \end_inset
1945 </cell>
1946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1947 \begin_inset Text
1948
1949 \begin_layout Plain Layout
1950 1
1951 \end_layout
1952
1953 \end_inset
1954 </cell>
1955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1956 \begin_inset Text
1957
1958 \begin_layout Plain Layout
1959 2
1960 \end_layout
1961
1962 \end_inset
1963 </cell>
1964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1965 \begin_inset Text
1966
1967 \begin_layout Plain Layout
1968 3
1969 \end_layout
1970
1971 \end_inset
1972 </cell>
1973 </row>
1974 <row>
1975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1976 \begin_inset Text
1977
1978 \begin_layout Plain Layout
1979 A
1980 \end_layout
1981
1982 \end_inset
1983 </cell>
1984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1985 \begin_inset Text
1986
1987 \begin_layout Plain Layout
1988
1989 \end_layout
1990
1991 \end_inset
1992 </cell>
1993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1994 \begin_inset Text
1995
1996 \begin_layout Plain Layout
1997
1998 \end_layout
1999
2000 \end_inset
2001 </cell>
2002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2003 \begin_inset Text
2004
2005 \begin_layout Plain Layout
2006
2007 \end_layout
2008
2009 \end_inset
2010 </cell>
2011 </row>
2012 <row>
2013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2014 \begin_inset Text
2015
2016 \begin_layout Plain Layout
2017 B
2018 \end_layout
2019
2020 \end_inset
2021 </cell>
2022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2023 \begin_inset Text
2024
2025 \begin_layout Plain Layout
2026
2027 \end_layout
2028
2029 \end_inset
2030 </cell>
2031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2032 \begin_inset Text
2033
2034 \begin_layout Plain Layout
2035
2036 \end_layout
2037
2038 \end_inset
2039 </cell>
2040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2041 \begin_inset Text
2042
2043 \begin_layout Plain Layout
2044
2045 \end_layout
2046
2047 \end_inset
2048 </cell>
2049 </row>
2050 <row>
2051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2052 \begin_inset Text
2053
2054 \begin_layout Plain Layout
2055 C
2056 \end_layout
2057
2058 \end_inset
2059 </cell>
2060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2061 \begin_inset Text
2062
2063 \begin_layout Plain Layout
2064
2065 \end_layout
2066
2067 \end_inset
2068 </cell>
2069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2070 \begin_inset Text
2071
2072 \begin_layout Plain Layout
2073
2074 \end_layout
2075
2076 \end_inset
2077 </cell>
2078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2079 \begin_inset Text
2080
2081 \begin_layout Plain Layout
2082
2083 \end_layout
2084
2085 \end_inset
2086 </cell>
2087 </row>
2088 </lyxtabular>
2089
2090 \end_inset
2091
2092
2093 \end_layout
2094
2095 \begin_layout Section
2096 La fenêtre 
2097 \family sans
2098 tableau
2099 \family default
2100
2101 \begin_inset Index idx
2102 status collapsed
2103
2104 \begin_layout Plain Layout
2105 Tableau ! Fenêtre de dialogue
2106 \end_layout
2107
2108 \end_inset
2109
2110
2111 \end_layout
2112
2113 \begin_layout Standard
2114 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2115  de la souris, ce qui fait apparaître une fenêtre avec des options.
2116  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2117  la colonne et la ligne dans laquelle le curseur se trouve.
2118  La plupart des options peuvent s'appliquer à des sélections.
2119  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2120  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2121  votre sélection.
2122  Notez qu'il y a une différence entre sélectionner le 
2123 \emph on
2124 contenu 
2125 \emph default
2126 d'une cellule et sélectionner la cellule elle-même.
2127 \begin_inset Newline newline
2128 \end_inset
2129
2130 En cochant l'option 
2131 \family sans
2132 Application
2133 \begin_inset space ~
2134 \end_inset
2135
2136 immédiate
2137 \family default
2138  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2139  est appliquée directement.
2140  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2141  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2142  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2143  de dialogue, vous devez appuyer sur 
2144 \family sans
2145 Entrée
2146 \family default
2147  pour que la modification soit appliquée.
2148 \begin_inset Newline newline
2149 \end_inset
2150
2151 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2152  :
2153 \end_layout
2154
2155 \begin_layout Description
2156 Paramètres
2157 \begin_inset space ~
2158 \end_inset
2159
2160 du
2161 \begin_inset space ~
2162 \end_inset
2163
2164 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2165  la largeur de la colonne courante.
2166  L'alignement horizontal 
2167 \family sans
2168 Au
2169 \begin_inset space ~
2170 \end_inset
2171
2172 séparateur
2173 \begin_inset space ~
2174 \end_inset
2175
2176 décimal
2177 \family default
2178  est décrit dans la section
2179 \begin_inset space ~
2180 \end_inset
2181
2182
2183 \begin_inset CommandInset ref
2184 LatexCommand ref
2185 reference "sub:Alignements-de-cellules"
2186
2187 \end_inset
2188
2189 .
2190  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2191  vertical de la ligne courante.
2192  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2193  et donc, plusieurs paragraphes de texte, voir la section
2194 \begin_inset space ~
2195 \end_inset
2196
2197
2198 \begin_inset CommandInset ref
2199 LatexCommand ref
2200 reference "sub:Lignes-multiple-dans-cellule"
2201
2202 \end_inset
2203
2204 .
2205  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2206  pour accommoder le contenu de cellule le plus large.
2207 \begin_inset Newline newline
2208 \end_inset
2209
2210 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2211  un multicolonne, voir la section
2212 \begin_inset space ~
2213 \end_inset
2214
2215
2216 \begin_inset CommandInset ref
2217 LatexCommand ref
2218 reference "sub:Multicolonnes"
2219
2220 \end_inset
2221
2222  ou une cellule d'une colonne comme cellule multiligne, voir la section
2223 \begin_inset space ~
2224 \end_inset
2225
2226
2227 \begin_inset CommandInset ref
2228 LatexCommand ref
2229 reference "sub:Multi-lignes"
2230
2231 \end_inset
2232
2233 .
2234 \begin_inset Newline newline
2235 \end_inset
2236
2237 L'option 
2238 \family sans
2239 Tourner
2240 \begin_inset space ~
2241 \end_inset
2242
2243 la
2244 \begin_inset space ~
2245 \end_inset
2246
2247 case
2248 \begin_inset space ~
2249 \end_inset
2250
2251 de
2252 \begin_inset space ~
2253 \end_inset
2254
2255 90°
2256 \family default
2257  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2258  L'option 
2259 \family sans
2260 Tourner
2261 \begin_inset space ~
2262 \end_inset
2263
2264 le
2265 \begin_inset space ~
2266 \end_inset
2267
2268 tableau
2269 \begin_inset space ~
2270 \end_inset
2271
2272 de
2273 \begin_inset space ~
2274 \end_inset
2275
2276 90°
2277 \family default
2278  fait pivoter tout le tableau.
2279  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2280  la sortie finale.
2281 \begin_inset Newline newline
2282 \end_inset
2283
2284
2285 \begin_inset Note Greyedout
2286 status open
2287
2288 \begin_layout Plain Layout
2289
2290 \series bold
2291 Note:
2292 \series default
2293  La plupart des visualiseurs DVI ne sont 
2294 \emph on
2295 pas
2296 \emph default
2297  capables d'afficher ces rotations.
2298 \end_layout
2299
2300 \end_inset
2301
2302
2303 \begin_inset Newline newline
2304 \end_inset
2305
2306 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2307  qui sont incorporés dans une ligne de texte :
2308 \begin_inset Newline newline
2309 \end_inset
2310
2311 Une ligne avec des tableaux alignés de différentes manières: 
2312 \begin_inset Tabular
2313 <lyxtabular version="3" rows="2" columns="2">
2314 <features tabularvalignment="top">
2315 <column alignment="center" valignment="top" width="0pt">
2316 <column alignment="center" valignment="top" width="0">
2317 <row>
2318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2319 \begin_inset Text
2320
2321 \begin_layout Plain Layout
2322
2323 \end_layout
2324
2325 \end_inset
2326 </cell>
2327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2328 \begin_inset Text
2329
2330 \begin_layout Plain Layout
2331 1
2332 \end_layout
2333
2334 \end_inset
2335 </cell>
2336 </row>
2337 <row>
2338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2339 \begin_inset Text
2340
2341 \begin_layout Plain Layout
2342 A
2343 \end_layout
2344
2345 \end_inset
2346 </cell>
2347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2348 \begin_inset Text
2349
2350 \begin_layout Plain Layout
2351
2352 \end_layout
2353
2354 \end_inset
2355 </cell>
2356 </row>
2357 </lyxtabular>
2358
2359 \end_inset
2360
2361  
2362 \begin_inset Tabular
2363 <lyxtabular version="3" rows="2" columns="2">
2364 <features tabularvalignment="middle">
2365 <column alignment="center" valignment="top" width="0">
2366 <column alignment="center" valignment="top" width="0">
2367 <row>
2368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2369 \begin_inset Text
2370
2371 \begin_layout Plain Layout
2372
2373 \end_layout
2374
2375 \end_inset
2376 </cell>
2377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2378 \begin_inset Text
2379
2380 \begin_layout Plain Layout
2381 1
2382 \end_layout
2383
2384 \end_inset
2385 </cell>
2386 </row>
2387 <row>
2388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392 A
2393 \end_layout
2394
2395 \end_inset
2396 </cell>
2397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2398 \begin_inset Text
2399
2400 \begin_layout Plain Layout
2401
2402 \end_layout
2403
2404 \end_inset
2405 </cell>
2406 </row>
2407 </lyxtabular>
2408
2409 \end_inset
2410
2411  
2412 \begin_inset Tabular
2413 <lyxtabular version="3" rows="2" columns="2">
2414 <features tabularvalignment="bottom">
2415 <column alignment="center" valignment="top" width="0pt">
2416 <column alignment="center" valignment="top" width="0">
2417 <row>
2418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2419 \begin_inset Text
2420
2421 \begin_layout Plain Layout
2422
2423 \end_layout
2424
2425 \end_inset
2426 </cell>
2427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2428 \begin_inset Text
2429
2430 \begin_layout Plain Layout
2431 1
2432 \end_layout
2433
2434 \end_inset
2435 </cell>
2436 </row>
2437 <row>
2438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2439 \begin_inset Text
2440
2441 \begin_layout Plain Layout
2442 A
2443 \end_layout
2444
2445 \end_inset
2446 </cell>
2447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2448 \begin_inset Text
2449
2450 \begin_layout Plain Layout
2451
2452 \end_layout
2453
2454 \end_inset
2455 </cell>
2456 </row>
2457 </lyxtabular>
2458
2459 \end_inset
2460
2461
2462 \begin_inset Newline newline
2463 \end_inset
2464
2465 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2466  spéciales pour le tableau, voir les sections
2467 \begin_inset space ~
2468 \end_inset
2469
2470
2471 \begin_inset CommandInset ref
2472 LatexCommand ref
2473 reference "sub:Calculs-multicolonnes"
2474
2475 \end_inset
2476
2477  et 
2478 \begin_inset CommandInset ref
2479 LatexCommand ref
2480 reference "sec:Tableaux-Colorés"
2481
2482 \end_inset
2483
2484 .
2485 \end_layout
2486
2487 \begin_layout Description
2488
2489 \family sans
2490 Bordures
2491 \family default
2492  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2493  ou la colonne courante.
2494  
2495 \begin_inset Newline newline
2496 \end_inset
2497
2498 En utilisant le style 
2499 \family sans
2500 Formel
2501 \family default
2502  à la place du style par 
2503 \family sans
2504 Défaut
2505 \family default
2506 , on va convertir le tableau en tableau formel comme on le décrit dans la
2507  section
2508 \begin_inset space ~
2509 \end_inset
2510
2511
2512 \begin_inset CommandInset ref
2513 LatexCommand ref
2514 reference "sec:Tableaux-Formels"
2515
2516 \end_inset
2517
2518 .
2519 \begin_inset Newline newline
2520 \end_inset
2521
2522 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2523  dans les lignes du tableau comme c'est décrit dans la section
2524 \begin_inset space ~
2525 \end_inset
2526
2527
2528 \begin_inset CommandInset ref
2529 LatexCommand ref
2530 reference "sub:Espacement-lignes"
2531
2532 \end_inset
2533
2534 .
2535 \end_layout
2536
2537 \begin_layout Description
2538 Tableau
2539 \begin_inset space ~
2540 \end_inset
2541
2542 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2543  un 
2544 \begin_inset Quotes eld
2545 \end_inset
2546
2547
2548 \emph on
2549 tableau long
2550 \emph default
2551
2552 \begin_inset Quotes erd
2553 \end_inset
2554
2555  qui peut continuer sur plusieurs pages.
2556  Les sections
2557 \begin_inset space ~
2558 \end_inset
2559
2560
2561 \begin_inset CommandInset ref
2562 LatexCommand ref
2563 reference "sec:Tableaux-longs"
2564
2565 \end_inset
2566
2567  et 
2568 \begin_inset CommandInset ref
2569 LatexCommand ref
2570 reference "sec:Questions-sur-tableaux-longs"
2571
2572 \end_inset
2573
2574  décrivent ces tableaux longs plus en détail.
2575 \end_layout
2576
2577 \begin_layout Section
2578 La barre d'outils tableau
2579 \begin_inset Index idx
2580 status collapsed
2581
2582 \begin_layout Plain Layout
2583 Tableau ! Barre d'outils
2584 \end_layout
2585
2586 \end_inset
2587
2588
2589 \end_layout
2590
2591 \begin_layout Standard
2592 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2593  permet de modifier plus rapidement les tableaux.
2594  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2595  le curseur se trouve à l'intérieur d'un tableau.
2596  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2597  au menu 
2598 \family sans
2599 Visualiser\SpecialChar \menuseparator
2600 Barres
2601 \begin_inset space ~
2602 \end_inset
2603
2604 d'outils\SpecialChar \menuseparator
2605 Tableau
2606 \family default
2607 .
2608 \end_layout
2609
2610 \begin_layout Standard
2611 La barre d'outils contient les icônes suivantes :
2612 \end_layout
2613
2614 \begin_layout Labeling
2615 \labelwidthstring 00.00.0000
2616
2617 \family sans
2618 \begin_inset Info
2619 type  "icon"
2620 arg   "inset-modify tabular append-row"
2621 \end_inset
2622
2623
2624 \family default
2625  ajoute une ligne sous la cellule ou la sélection courante
2626 \end_layout
2627
2628 \begin_layout Labeling
2629 \labelwidthstring 00.00.0000
2630
2631 \family sans
2632 \begin_inset Info
2633 type  "icon"
2634 arg   "inset-modify tabular append-column"
2635 \end_inset
2636
2637
2638 \family default
2639  ajoute une colonne à la droite de la cellule ou de la sélection courante
2640 \end_layout
2641
2642 \begin_layout Labeling
2643 \labelwidthstring 00.00.0000
2644
2645 \family sans
2646 \begin_inset Info
2647 type  "icon"
2648 arg   "inset-modify tabular delete-row"
2649 \end_inset
2650
2651
2652 \family default
2653  supprime la ligne ou la sélection courante
2654 \end_layout
2655
2656 \begin_layout Labeling
2657 \labelwidthstring 00.00.0000
2658
2659 \family sans
2660 \begin_inset Info
2661 type  "icon"
2662 arg   "inset-modify tabular delete-column"
2663 \end_inset
2664
2665
2666 \family default
2667  supprime la colonne ou la sélection courante
2668 \end_layout
2669
2670 \begin_layout Labeling
2671 \labelwidthstring 00.00.0000
2672
2673 \family sans
2674 \begin_inset Info
2675 type  "icon"
2676 arg   "inset-modify tabular toggle-line-top"
2677 \end_inset
2678
2679
2680 \family default
2681  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2682  courante
2683 \end_layout
2684
2685 \begin_layout Labeling
2686 \labelwidthstring 00.00.0000
2687
2688 \family sans
2689 \begin_inset Info
2690 type  "icon"
2691 arg   "inset-modify tabular toggle-line-bottom"
2692 \end_inset
2693
2694
2695 \family default
2696  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2697 \end_layout
2698
2699 \begin_layout Labeling
2700 \labelwidthstring 00.00.0000
2701
2702 \family sans
2703 \begin_inset Info
2704 type  "icon"
2705 arg   "inset-modify tabular toggle-line-left"
2706 \end_inset
2707
2708
2709 \family default
2710  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2711 \begin_inset Note Note
2712 status collapsed
2713
2714 \begin_layout Plain Layout
2715 ou colonne ?
2716 \end_layout
2717
2718 \end_inset
2719
2720  ou de la sélection courante
2721 \end_layout
2722
2723 \begin_layout Labeling
2724 \labelwidthstring 00.00.0000
2725
2726 \family sans
2727 \begin_inset Info
2728 type  "icon"
2729 arg   "inset-modify tabular toggle-line-right"
2730 \end_inset
2731
2732
2733 \family default
2734  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2735 \begin_inset Note Note
2736 status collapsed
2737
2738 \begin_layout Plain Layout
2739 ou colonne ?
2740 \end_layout
2741
2742 \end_inset
2743
2744  ou de la sélection courante
2745 \end_layout
2746
2747 \begin_layout Labeling
2748 \labelwidthstring 00.00.0000
2749
2750 \family sans
2751 \begin_inset Info
2752 type  "icon"
2753 arg   "inset-modify tabular set-all-lines"
2754 \end_inset
2755
2756
2757 \family default
2758  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2759  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2760  colonne et la ligne courante
2761 \end_layout
2762
2763 \begin_layout Labeling
2764 \labelwidthstring 00.00.0000
2765
2766 \family sans
2767 \begin_inset Info
2768 type  "icon"
2769 arg   "inset-modify tabular unset-all-lines"
2770 \end_inset
2771
2772
2773 \family default
2774  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2775  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2776  aussi la colonne et la ligne courante
2777 \end_layout
2778
2779 \begin_layout Labeling
2780 \labelwidthstring 00.00.0000
2781
2782 \family sans
2783 \begin_inset Info
2784 type  "icon"
2785 arg   "inset-modify tabular m-align-left"
2786 \end_inset
2787
2788
2789 \family default
2790  aligne à gauche le contenu de la cellule ou de la colonne courante
2791 \end_layout
2792
2793 \begin_layout Labeling
2794 \labelwidthstring 00.00.0000
2795
2796 \family sans
2797 \begin_inset Info
2798 type  "icon"
2799 arg   "inset-modify tabular m-align-center"
2800 \end_inset
2801
2802
2803 \family default
2804  centre horizontalement le contenu de la cellule ou de la colonne courante
2805 \end_layout
2806
2807 \begin_layout Labeling
2808 \labelwidthstring 00.00.0000
2809
2810 \family sans
2811 \begin_inset Info
2812 type  "icon"
2813 arg   "inset-modify tabular m-align-right"
2814 \end_inset
2815
2816
2817 \family default
2818  aligne à droite le contenu de la cellule ou de la colonne courante
2819 \end_layout
2820
2821 \begin_layout Labeling
2822 \labelwidthstring 00.00.0000
2823
2824 \family sans
2825 \begin_inset Info
2826 type  "icon"
2827 arg   "inset-modify tabular align-decimal"
2828 \end_inset
2829
2830
2831 \family default
2832  aligne le contenu de la colonne courante sur un caractère
2833 \end_layout
2834
2835 \begin_layout Labeling
2836 \labelwidthstring 00.00.0000
2837
2838 \family sans
2839 \begin_inset Info
2840 type  "icon"
2841 arg   "inset-modify tabular m-valign-top"
2842 \end_inset
2843
2844
2845 \family default
2846  aligne le contenu de la cellule courante verticalement vers le haut
2847 \end_layout
2848
2849 \begin_layout Labeling
2850 \labelwidthstring 00.00.0000
2851
2852 \family sans
2853 \begin_inset Info
2854 type  "icon"
2855 arg   "inset-modify tabular m-valign-middle"
2856 \end_inset
2857
2858
2859 \family default
2860  centre verticalement le contenu de la cellule courante
2861 \end_layout
2862
2863 \begin_layout Labeling
2864 \labelwidthstring 00.00.0000
2865
2866 \family sans
2867 \begin_inset Info
2868 type  "icon"
2869 arg   "inset-modify tabular m-valign-bottom"
2870 \end_inset
2871
2872
2873 \family default
2874  aligne le contenu de la cellule courante verticalement vers le bas
2875 \end_layout
2876
2877 \begin_layout Labeling
2878 \labelwidthstring 00.00.0000
2879
2880 \family sans
2881 \begin_inset Info
2882 type  "icon"
2883 arg   "inset-modify tabular set-rotate-cell"
2884 \end_inset
2885
2886
2887 \family default
2888  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2889 re
2890 \end_layout
2891
2892 \begin_layout Labeling
2893 \labelwidthstring 00.00.0000
2894
2895 \family sans
2896 \begin_inset Info
2897 type  "icon"
2898 arg   "inset-modify tabular set-rotate-tabular"
2899 \end_inset
2900
2901
2902 \family default
2903  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2904 \end_layout
2905
2906 \begin_layout Labeling
2907 \labelwidthstring 00.00.0000
2908
2909 \family sans
2910 \begin_inset Info
2911 type  "icon"
2912 arg   "inset-modify tabular multicolumn"
2913 \end_inset
2914
2915
2916 \family default
2917  transforme en multi-colonne la cellule ou la sélection courante
2918 \end_layout
2919
2920 \begin_layout Labeling
2921 \labelwidthstring 00.00.0000
2922
2923 \family sans
2924 \begin_inset Info
2925 type  "icon"
2926 arg   "inset-modify tabular multirow"
2927 \end_inset
2928
2929
2930 \family default
2931  transforme en multi-ligne la cellule ou la sélection courante
2932 \end_layout
2933
2934 \begin_layout Standard
2935 \begin_inset Note Greyedout
2936 status open
2937
2938 \begin_layout Plain Layout
2939
2940 \series bold
2941 Note :
2942 \series default
2943  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2944  est utilisé pour toutes les autres cellules de la ligne.
2945 \end_layout
2946
2947 \end_inset
2948
2949
2950 \end_layout
2951
2952 \begin_layout Section
2953 Le menu éditer tableau
2954 \begin_inset Index idx
2955 status collapsed
2956
2957 \begin_layout Plain Layout
2958 Tableau ! Menu Éditer
2959 \end_layout
2960
2961 \end_inset
2962
2963
2964 \end_layout
2965
2966 \begin_layout Standard
2967 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2968  
2969 \family sans
2970 Éditer\SpecialChar \menuseparator
2971 Tableau
2972 \family default
2973  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2974  ou de la ligne courante et aussi de transformer la sélection courante en
2975  multi-colonne.
2976  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2977 \end_layout
2978
2979 \begin_layout Section
2980 Flottant de tableau
2981 \begin_inset CommandInset label
2982 LatexCommand label
2983 name "sec:Table-Floats"
2984
2985 \end_inset
2986
2987
2988 \begin_inset Index idx
2989 status collapsed
2990
2991 \begin_layout Plain Layout
2992 Flottants ! Tableaux
2993 \end_layout
2994
2995 \end_inset
2996
2997
2998 \begin_inset Index idx
2999 status collapsed
3000
3001 \begin_layout Plain Layout
3002 Tableau ! Flottants
3003 \end_layout
3004
3005 \end_inset
3006
3007
3008 \end_layout
3009
3010 \begin_layout Standard
3011 Pour des explications générales sur les flottants, jetez un œil à la section
3012 \begin_inset space ~
3013 \end_inset
3014
3015
3016 \begin_inset CommandInset ref
3017 LatexCommand ref
3018 reference "sec:Flottants-Introduction"
3019
3020 \end_inset
3021
3022 .
3023 \end_layout
3024
3025 \begin_layout Standard
3026 \begin_inset Float table
3027 placement h
3028 wide false
3029 sideways false
3030 status open
3031
3032 \begin_layout Plain Layout
3033 \begin_inset Caption
3034
3035 \begin_layout Plain Layout
3036 \begin_inset CommandInset label
3037 LatexCommand label
3038 name "tab:Flottant-de-tableau"
3039
3040 \end_inset
3041
3042 Un flottant de tableau.
3043 \end_layout
3044
3045 \end_inset
3046
3047
3048 \end_layout
3049
3050 \begin_layout Plain Layout
3051 \align center
3052 \begin_inset Tabular
3053 <lyxtabular version="3" rows="3" columns="3">
3054 <features tabularvalignment="middle">
3055 <column alignment="center" valignment="top" width="0pt">
3056 <column alignment="center" valignment="top" width="0pt">
3057 <column alignment="center" valignment="top" width="0pt">
3058 <row>
3059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 1
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Plain Layout
3072 2
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Plain Layout
3081 3
3082 \end_layout
3083
3084 \end_inset
3085 </cell>
3086 </row>
3087 <row>
3088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3089 \begin_inset Text
3090
3091 \begin_layout Plain Layout
3092 Jules
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101 Marie
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Plain Layout
3110 Jean
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 </row>
3116 <row>
3117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121 \begin_inset Formula $\int x^{2}dx$
3122 \end_inset
3123
3124
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133 \begin_inset Formula $\left[\begin{array}{cc}
3134 a & b\\
3135 c & d
3136 \end{array}\right]$
3137 \end_inset
3138
3139
3140 \end_layout
3141
3142 \end_inset
3143 </cell>
3144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3145 \begin_inset Text
3146
3147 \begin_layout Plain Layout
3148 \begin_inset Formula $1+1=2$
3149 \end_inset
3150
3151
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 </row>
3157 </lyxtabular>
3158
3159 \end_inset
3160
3161
3162 \end_layout
3163
3164 \end_inset
3165
3166
3167 \end_layout
3168
3169 \begin_layout Standard
3170 Les flottants de tableau sont insérés en utilisant le menu 
3171 \family sans
3172 Insérer\SpecialChar \menuseparator
3173 Flottant\SpecialChar \menuseparator
3174 Tableau
3175 \family default
3176  ou le bouton 
3177 \family sans
3178
3179 \begin_inset Info
3180 type  "icon"
3181 arg   "float-insert table"
3182 \end_inset
3183
3184
3185 \family default
3186  de la barre d'outils.
3187 \end_layout
3188
3189 \begin_layout Standard
3190 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3191  qui a comme étiquette 
3192 \begin_inset Quotes eld
3193 \end_inset
3194
3195 Tableau
3196 \begin_inset space ~
3197 \end_inset
3198
3199 #:
3200 \begin_inset Quotes erd
3201 \end_inset
3202
3203  (où # est le numéro du tableau).
3204  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3205 \end_layout
3206
3207 \begin_layout Standard
3208 Le tableau
3209 \begin_inset space ~
3210 \end_inset
3211
3212
3213 \begin_inset CommandInset ref
3214 LatexCommand ref
3215 reference "tab:Flottant-de-tableau"
3216
3217 \end_inset
3218
3219  est un exemple de tableau dans un flottant de tableau.
3220 \end_layout
3221
3222 \begin_layout Standard
3223 On met habituellement la légende au dessus des tableaux, mais cette règle
3224  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3225  Cela signifie que si vous utilisez un document appartenant aux classes
3226  
3227 \family sans
3228 article
3229 \family default
3230
3231 \family sans
3232 book
3233 \family default
3234
3235 \family sans
3236 letter
3237 \family default
3238 , ou
3239 \family sans
3240  report
3241 \family default
3242  il n'y aura pas d'espace entre la légende et le tableau.
3243  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3244  la commande de chargement du paquetage LaTeX 
3245 \series bold
3246 caption
3247 \series default
3248
3249 \begin_inset Index idx
3250 status collapsed
3251
3252 \begin_layout Plain Layout
3253 Paquetages LaTeX ! caption
3254 \end_layout
3255
3256 \end_inset
3257
3258  dans le préambule de votre document.
3259 \begin_inset Foot
3260 status collapsed
3261
3262 \begin_layout Plain Layout
3263 Pour plus d'information voyez la section
3264 \begin_inset space ~
3265 \end_inset
3266
3267
3268 \begin_inset CommandInset ref
3269 LatexCommand ref
3270 reference "sec:Placement-légende"
3271
3272 \end_inset
3273
3274 .
3275 \end_layout
3276
3277 \end_inset
3278
3279 :
3280 \end_layout
3281
3282 \begin_layout Standard
3283
3284 \series bold
3285 tableposition=top
3286 \end_layout
3287
3288 \begin_layout Standard
3289 Le paquetage 
3290 \series bold
3291 caption
3292 \series default
3293 , qui est décrit dans la section
3294 \begin_inset space ~
3295 \end_inset
3296
3297
3298 \begin_inset CommandInset ref
3299 LatexCommand ref
3300 reference "sec:Formatage-légende"
3301
3302 \end_inset
3303
3304 , est utilisé pour ajuster le format des légendes.
3305 \end_layout
3306
3307 \begin_layout Standard
3308 Dans le texte, on fait référence à un tableau
3309 \begin_inset Index idx
3310 status collapsed
3311
3312 \begin_layout Plain Layout
3313 References@Références ! à des Tableaux
3314 \end_layout
3315
3316 \end_inset
3317
3318  en faisant référence à sa légende.
3319  On insère donc une étiquette dans la légende en utilisant le menu 
3320 \family sans
3321 Insérer
3322 \family default
3323 \SpecialChar \menuseparator
3324
3325 \family sans
3326 Étiquette
3327 \family default
3328  ou le bouton 
3329 \family sans
3330
3331 \begin_inset Info
3332 type  "icon"
3333 arg   "label-insert"
3334 \end_inset
3335
3336
3337 \family default
3338  de la barre d'outils.
3339  On peut alors faire référence à cette étiquette en utilisant le menu 
3340 \family sans
3341 Insérer\SpecialChar \menuseparator
3342 Référence
3343 \begin_inset space ~
3344 \end_inset
3345
3346 croisée
3347 \family default
3348  ou le bouton 
3349 \family sans
3350
3351 \begin_inset Info
3352 type  "icon"
3353 arg   "dialog-show-new-inset ref"
3354 \end_inset
3355
3356
3357 \family default
3358  de la barre d'outils.
3359 \begin_inset Newline newline
3360 \end_inset
3361
3362 Les références croisées sont expliquées en détail dans la section
3363 \begin_inset space ~
3364 \end_inset
3365
3366
3367 \begin_inset CommandInset ref
3368 LatexCommand ref
3369 reference "sec:Referencer-les-Flottants"
3370
3371 \end_inset
3372
3373 .
3374 \end_layout
3375
3376 \begin_layout Section
3377 Tableaux Longs
3378 \begin_inset CommandInset label
3379 LatexCommand label
3380 name "sec:Tableaux-longs"
3381
3382 \end_inset
3383
3384
3385 \begin_inset Index idx
3386 status collapsed
3387
3388 \begin_layout Plain Layout
3389 Tableaux longs
3390 \end_layout
3391
3392 \end_inset
3393
3394
3395 \begin_inset Index idx
3396 status collapsed
3397
3398 \begin_layout Plain Layout
3399 Tableau ! Tableaux longs
3400 \end_layout
3401
3402 \end_inset
3403
3404
3405 \end_layout
3406
3407 \begin_layout Standard
3408 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3409  l'option 
3410 \family sans
3411 Utiliser
3412 \begin_inset space ~
3413 \end_inset
3414
3415 les
3416 \begin_inset space ~
3417 \end_inset
3418
3419 tableaux
3420 \begin_inset space ~
3421 \end_inset
3422
3423 longs
3424 \family default
3425  de l'onglet 
3426 \family sans
3427 Tableau
3428 \begin_inset space ~
3429 \end_inset
3430
3431 long
3432 \family default
3433  de la fenêtre 
3434 \family sans
3435 Paramètres
3436 \begin_inset space ~
3437 \end_inset
3438
3439 du
3440 \begin_inset space ~
3441 \end_inset
3442
3443 tableau
3444 \family default
3445  pour le répartir automatiquement sur plusieurs pages.
3446  En cochant cette option, vous activez les options suivantes:
3447 \end_layout
3448
3449 \begin_layout Description
3450 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3451  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3452  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3453  première page, si 
3454 \family sans
3455 Premier
3456 \begin_inset space ~
3457 \end_inset
3458
3459 en-tête
3460 \family default
3461  est défini.
3462  Ces lignes forment l'en-tête principal.
3463 \end_layout
3464
3465 \begin_layout Description
3466 Premier
3467 \begin_inset space ~
3468 \end_inset
3469
3470 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3471  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3472  d'en-tête utilisées pour la première page du tableau long.
3473 \end_layout
3474
3475 \begin_layout Description
3476 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3477  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3478  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3479  page si 
3480 \family sans
3481 Dernier
3482 \begin_inset space ~
3483 \end_inset
3484
3485 pied
3486 \family default
3487  est défini.
3488 \end_layout
3489
3490 \begin_layout Description
3491 Dernier
3492 \begin_inset space ~
3493 \end_inset
3494
3495 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3496  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3497  constituant le pied de la dernière page du tableau long.
3498 \end_layout
3499
3500 \begin_layout Description
3501 Légende La ligne courante contient la légende du tableau.
3502  La première ligne est transformée en une colonne unique et une légende
3503  est insérée.
3504  Vous trouverez d'autres explications sur les légendes pour les tableaux
3505  longs dans la section
3506 \begin_inset space ~
3507 \end_inset
3508
3509
3510 \begin_inset CommandInset ref
3511 LatexCommand ref
3512 reference "sub:Tableaux-longs-légende"
3513
3514 \end_inset
3515
3516 .
3517 \end_layout
3518
3519 \begin_layout Standard
3520 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3521  Voyez le tableau long qui suit pour voir comment ça marche :
3522 \end_layout
3523
3524 \begin_layout Standard
3525 \align center
3526 \begin_inset Tabular
3527 <lyxtabular version="3" rows="69" columns="3">
3528 <features islongtable="true" longtabularalignment="center">
3529 <column alignment="left" valignment="top" width="0cm">
3530 <column alignment="left" valignment="top" width="0pt">
3531 <column alignment="center" valignment="top" width="0pt">
3532 <row endfirsthead="true">
3533 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537
3538 \series bold
3539 Exemple d'annuaire téléphonique (ignorez les noms)
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 </row>
3563 <row endfirsthead="true">
3564 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568
3569 \series bold
3570 NOM
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588
3589 \series bold
3590 TEL.
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 </row>
3596 <row endhead="true">
3597 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601
3602 \series bold
3603 Exemple d'annuaire téléphonique
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 </row>
3627 <row endhead="true">
3628 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632
3633 \series bold
3634 NOM
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652
3653 \series bold
3654 TEL.
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 </row>
3660 <row endfoot="true">
3661 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665  continue page suivante
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 </row>
3689 <row>
3690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694
3695 \series bold
3696 Annovi
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 Silvia
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 111
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 </row>
3720 <row>
3721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725
3726 \series bold
3727 Bertoli
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 <cell alignment="center" valignment="top" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736 Stefano
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 111
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 </row>
3751 <row>
3752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756
3757 \series bold
3758 Bozzi
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 <cell alignment="center" valignment="top" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767 Walter
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 111
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 </row>
3782 <row>
3783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787
3788 \series bold
3789 Cachia
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell alignment="center" valignment="top" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798 Maria
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 111
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 </row>
3813 <row>
3814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818
3819 \series bold
3820 Cachia
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell alignment="center" valignment="top" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829 Maurizio
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 111
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 </row>
3844 <row>
3845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849
3850 \series bold
3851 Cinquemani
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell alignment="center" valignment="top" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860 Giusi
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 111
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 </row>
3875 <row>
3876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880
3881 \series bold
3882 Colin
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891 Bernard
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 111
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 </row>
3906 <row>
3907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911
3912 \series bold
3913 Concli
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922 Gianfranco
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 111
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 </row>
3937 <row>
3938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942
3943 \series bold
3944 Dal Bosco
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 Carolina
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 111
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 </row>
3968 <row>
3969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973
3974 \series bold
3975 Dalpiaz
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 Annamaria
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 111
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 </row>
3999 <row>
4000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004
4005 \series bold
4006 Feliciello
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 Domenico
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 111
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 </row>
4030 <row>
4031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035
4036 \series bold
4037 Focarelli
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 Paola
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 111
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 </row>
4061 <row>
4062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066
4067 \series bold
4068 Galletti
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 Oreste
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 111
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 </row>
4092 <row>
4093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097
4098 \series bold
4099 Gasparini
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 Franca
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 111
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 </row>
4123 <row>
4124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128
4129 \series bold
4130 Rizzardi
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 Paola
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 111
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 </row>
4154 <row>
4155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159
4160 \series bold
4161 Lassini
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 Giancarlo
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 111
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \series bold
4192 Malfatti
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 Luciano
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 111
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 </row>
4216 <row>
4217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221
4222 \series bold
4223 Malfatti
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 Valeriano
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 111
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 </row>
4247 <row>
4248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252
4253 \series bold
4254 Meneguzzo
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 Roberto
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 111
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 </row>
4278 <row>
4279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283
4284 \series bold
4285 Mezzadra
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 Roberto
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 111
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 </row>
4309 <row>
4310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314
4315 \series bold
4316 Pirpamer
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 Erich
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 111
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 <row>
4341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345
4346 \series bold
4347 Pochiesa
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 Paolo
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 111, 222
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 </row>
4371 <row>
4372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376
4377 \series bold
4378 Radina
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 Claudio
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 111
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 </row>
4402 <row>
4403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407
4408 \series bold
4409 Stuffer
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 Oskar
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 111
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 </row>
4433 <row>
4434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438
4439 \series bold
4440 Tacchelli
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 Ugo
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 111
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 </row>
4464 <row>
4465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469
4470 \series bold
4471 Tezzele
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 Margit
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 111
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 </row>
4495 <row>
4496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500
4501 \series bold
4502 Unterkalmsteiner
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 Frieda
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 111
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 </row>
4526 <row>
4527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531
4532 \series bold
4533 Vieider
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 Hilde
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 111
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 </row>
4557 <row>
4558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562
4563 \series bold
4564 Vigna
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell alignment="center" valignment="top" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573 Jürgen
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 111
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 </row>
4588 <row>
4589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593
4594 \series bold
4595 Weber
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 Maurizio
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 111
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 </row>
4619 <row>
4620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624
4625 \series bold
4626 Winkler
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 Franz
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 111
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 </row>
4650 <row>
4651 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655  
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 </row>
4679 <row>
4680 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684
4685 \series bold
4686 Annovi
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 <cell alignment="center" valignment="top" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695 Silvia
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 555
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 </row>
4710 <row>
4711 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715
4716 \series bold
4717 Bertoli
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 <cell alignment="center" valignment="top" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 Stefano
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 555
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 </row>
4741 <row>
4742 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746
4747 \series bold
4748 Bozzi
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 <cell alignment="center" valignment="top" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757 Walter
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 555
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 </row>
4772 <row>
4773 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777
4778 \series bold
4779 Cachia
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 <cell alignment="center" valignment="top" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788 Maria
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 555
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 </row>
4803 <row>
4804 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808
4809 \series bold
4810 Cachia
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 <cell alignment="center" valignment="top" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819 Maurizio
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 555
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 </row>
4834 <row>
4835 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839
4840 \series bold
4841 Cinquemani
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 <cell alignment="center" valignment="top" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850 Giusi
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 555
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 </row>
4865 <row>
4866 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870
4871 \series bold
4872 Colin
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 <cell alignment="center" valignment="top" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881 Bernard
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 555
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 </row>
4896 <row>
4897 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901
4902 \series bold
4903 Concli
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912 Gianfranco
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 555
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 </row>
4927 <row>
4928 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932
4933 \series bold
4934 Dal Bosco
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943 Carolina
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 555
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 </row>
4958 <row>
4959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963
4964 \series bold
4965 Dalpiaz
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 <cell alignment="center" valignment="top" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974 Annamaria
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 555
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 </row>
4989 <row>
4990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994
4995 \series bold
4996 Feliciello
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 <cell alignment="center" valignment="top" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 Domenico
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 555
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 </row>
5020 <row>
5021 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025
5026 \series bold
5027 Focarelli
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell alignment="center" valignment="top" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 Paola
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 555
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 </row>
5051 <row>
5052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056
5057 \series bold
5058 Galletti
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067 Oreste
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 555
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 </row>
5082 <row>
5083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087
5088 \series bold
5089 Gasparini
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 Franca
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 555
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 </row>
5113 <row>
5114 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118
5119 \series bold
5120 Rizzardi
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell alignment="center" valignment="top" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129 Paola
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 555
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 </row>
5144 <row>
5145 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149
5150 \series bold
5151 Lassini
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 Giancarlo
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 555
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 </row>
5175 <row>
5176 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180
5181 \series bold
5182 Malfatti
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191 Luciano
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 555
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 </row>
5206 <row>
5207 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211
5212 \series bold
5213 Malfatti
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 <cell alignment="center" valignment="top" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222 Valeriano
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231 555
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 </row>
5237 <row>
5238 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Plain Layout
5242
5243 \series bold
5244 Meneguzzo
5245 \end_layout
5246
5247 \end_inset
5248 </cell>
5249 <cell alignment="center" valignment="top" usebox="none">
5250 \begin_inset Text
5251
5252 \begin_layout Plain Layout
5253 Roberto
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 555
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 </row>
5268 <row>
5269 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273
5274 \series bold
5275 Mezzadra
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 <cell alignment="center" valignment="top" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284 Roberto
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293 555
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 </row>
5299 <row>
5300 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304
5305 \series bold
5306 Pirpamer
5307 \end_layout
5308
5309 \end_inset
5310 </cell>
5311 <cell alignment="center" valignment="top" usebox="none">
5312 \begin_inset Text
5313
5314 \begin_layout Plain Layout
5315 Erich
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324 555
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 </row>
5330 <row>
5331 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335
5336 \series bold
5337 Pochiesa
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 <cell alignment="center" valignment="top" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346 Paolo
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 555, 222
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 </row>
5361 <row>
5362 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366
5367 \series bold
5368 Radina
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 <cell alignment="center" valignment="top" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Plain Layout
5377 Claudio
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386 555
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 </row>
5392 <row>
5393 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397
5398 \series bold
5399 Stuffer
5400 \end_layout
5401
5402 \end_inset
5403 </cell>
5404 <cell alignment="center" valignment="top" usebox="none">
5405 \begin_inset Text
5406
5407 \begin_layout Plain Layout
5408 Oskar
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 555
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 </row>
5423 <row>
5424 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428
5429 \series bold
5430 Tacchelli
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 Ugo
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 555
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 </row>
5454 <row>
5455 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459
5460 \series bold
5461 Tezzele
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 <cell alignment="center" valignment="top" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470 Margit
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479 555
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 </row>
5485 <row>
5486 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490
5491 \series bold
5492 Unterkalmsteiner
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 <cell alignment="center" valignment="top" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501 Frieda
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510 555
5511 \end_layout
5512
5513 \end_inset
5514 </cell>
5515 </row>
5516 <row>
5517 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521
5522 \series bold
5523 Vieider
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 <cell alignment="center" valignment="top" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532 Hilde
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 555
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 </row>
5547 <row>
5548 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552
5553 \series bold
5554 Vigna
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 Jürgen
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 999
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 </row>
5578 <row>
5579 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583
5584 \series bold
5585 Weber
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 Maurizio
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 555
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 </row>
5609 <row>
5610 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614
5615 \series bold
5616 Winkler
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5622 \begin_inset Text
5623
5624 \begin_layout Plain Layout
5625 Franz
5626 \end_layout
5627
5628 \end_inset
5629 </cell>
5630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634 555
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 </row>
5640 <row endlastfoot="true">
5641 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645 Fin
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 </row>
5669 </lyxtabular>
5670
5671 \end_inset
5672
5673
5674 \begin_inset ERT
5675 status collapsed
5676
5677 \begin_layout Plain Layout
5678
5679
5680 \backslash
5681 addtocounter{table}{-1}
5682 \end_layout
5683
5684 \end_inset
5685
5686
5687 \begin_inset Note Note
5688 status collapsed
5689
5690 \begin_layout Plain Layout
5691 Voyez la première note grisée de la section
5692 \begin_inset space ~
5693 \end_inset
5694
5695
5696 \begin_inset CommandInset ref
5697 LatexCommand ref
5698 reference "sub:Tableaux-longs-légende"
5699
5700 \end_inset
5701
5702  pour une explication de cette commande.
5703 \end_layout
5704
5705 \end_inset
5706
5707
5708 \end_layout
5709
5710 \begin_layout Subsection
5711 Notes de bas de page dans les tableaux longs
5712 \begin_inset CommandInset label
5713 LatexCommand label
5714 name "sub:Notes-dans-tableau-long"
5715
5716 \end_inset
5717
5718
5719 \begin_inset Index idx
5720 status collapsed
5721
5722 \begin_layout Plain Layout
5723 Tableaux longs ! Notes de bas de page
5724 \end_layout
5725
5726 \end_inset
5727
5728
5729 \end_layout
5730
5731 \begin_layout Standard
5732 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5733  long.
5734  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5735  contenant la note.
5736  Par exemple le tableau
5737 \begin_inset space ~
5738 \end_inset
5739
5740
5741 \begin_inset CommandInset ref
5742 LatexCommand ref
5743 reference "tab:Légendes-tableau-différentes"
5744
5745 \end_inset
5746
5747  a une note de bas de page.
5748 \end_layout
5749
5750 \begin_layout Subsection
5751 Alignement des tableaux longs
5752 \begin_inset Index idx
5753 status collapsed
5754
5755 \begin_layout Plain Layout
5756 Tableaux longs ! Alignement
5757 \end_layout
5758
5759 \end_inset
5760
5761
5762 \end_layout
5763
5764 \begin_layout Standard
5765 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5766  de dialogue des paramètres de tableau.
5767  Pour les alignements à droite et à gauche, le tableau sera directement
5768  au bord de la page.
5769  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5770  l'alignement centré et modifier les valeurs des longueurs 
5771 \series bold
5772
5773 \backslash
5774 LTleft 
5775 \series default
5776 et 
5777 \series bold
5778
5779 \backslash
5780 LTright
5781 \series default
5782  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5783  concerné :
5784 \end_layout
5785
5786 \begin_layout Standard
5787
5788 \series bold
5789
5790 \backslash
5791 setlength{
5792 \backslash
5793 LTleft}{valeur}
5794 \end_layout
5795
5796 \begin_layout Standard
5797 Où 
5798 \series bold
5799 valeur
5800 \series default
5801  peut avoir n'importe laquelle des unités listées dans le tableau
5802 \begin_inset space ~
5803 \end_inset
5804
5805
5806 \begin_inset CommandInset ref
5807 LatexCommand ref
5808 reference "cha:Unités-de-longueur"
5809
5810 \end_inset
5811
5812 .
5813  
5814 \series bold
5815
5816 \backslash
5817 LTleft
5818 \series default
5819  contrôle la distance horizontale entre le bord gauche de la page et le
5820  tableau, et
5821 \series bold
5822  
5823 \backslash
5824 LTright
5825 \series default
5826  la distance au bord droit.
5827  La valeur implicite des ces deux distances est 
5828 \series bold
5829
5830 \backslash
5831 fill
5832 \series default
5833 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5834 \end_layout
5835
5836 \begin_layout Standard
5837 Le tableau long suivant a été centrée en mettant 
5838 \series bold
5839
5840 \backslash
5841 LTleft
5842 \series default
5843  à 
5844 \family sans
5845 0.1
5846 \backslash
5847 columnwidth
5848 \family default
5849 :
5850 \begin_inset ERT
5851 status collapsed
5852
5853 \begin_layout Plain Layout
5854
5855
5856 \backslash
5857 setlength{
5858 \backslash
5859 LTleft}{0.1
5860 \backslash
5861 columnwidth}
5862 \end_layout
5863
5864 \end_inset
5865
5866
5867 \end_layout
5868
5869 \begin_layout Standard
5870 \begin_inset Tabular
5871 <lyxtabular version="3" rows="5" columns="5">
5872 <features islongtable="true" longtabularalignment="center">
5873 <column alignment="center" valignment="top" width="0">
5874 <column alignment="center" valignment="top" width="0">
5875 <column alignment="center" valignment="top" width="0">
5876 <column alignment="center" valignment="top" width="0">
5877 <column alignment="center" valignment="top" width="0">
5878 <row>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 1
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 2
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 3
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 4
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 5
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 </row>
5925 <row>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 asd
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 s
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948 s
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 s
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 asd
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 </row>
5972 <row>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 asd
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 s
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 s
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 s
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 asd
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 </row>
6019 <row>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 asd
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 s
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042 s
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051 s
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Plain Layout
6060 asd
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 </row>
6066 <row>
6067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 asd
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080 asd
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 asd
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 asd
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107 asd
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 </row>
6113 </lyxtabular>
6114
6115 \end_inset
6116
6117
6118 \begin_inset ERT
6119 status collapsed
6120
6121 \begin_layout Plain Layout
6122
6123
6124 \backslash
6125 setlength{
6126 \backslash
6127 LTleft}{
6128 \backslash
6129 fill}
6130 \end_layout
6131
6132 \end_inset
6133
6134
6135 \begin_inset ERT
6136 status collapsed
6137
6138 \begin_layout Plain Layout
6139
6140
6141 \backslash
6142 addtocounter{table}{-1}
6143 \end_layout
6144
6145 \end_inset
6146
6147
6148 \begin_inset Note Note
6149 status collapsed
6150
6151 \begin_layout Plain Layout
6152 Voyez la première note grisée de la section
6153 \begin_inset space ~
6154 \end_inset
6155
6156
6157 \begin_inset CommandInset ref
6158 LatexCommand ref
6159 reference "sub:Tableaux-longs-légende"
6160
6161 \end_inset
6162
6163  pour une explication de cette commande.
6164 \end_layout
6165
6166 \end_inset
6167
6168
6169 \end_layout
6170
6171 \begin_layout Subsection
6172 Légendes et tableaux longs
6173 \begin_inset Index idx
6174 status collapsed
6175
6176 \begin_layout Plain Layout
6177 Tableaux longs ! Legendes@Légendes
6178 \end_layout
6179
6180 \end_inset
6181
6182
6183 \begin_inset CommandInset label
6184 LatexCommand label
6185 name "sub:Tableaux-longs-légende"
6186
6187 \end_inset
6188
6189
6190 \end_layout
6191
6192 \begin_layout Standard
6193 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6194  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6195  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6196  longs quand on utilise pour une ligne l'option de tableau long 
6197 \family sans
6198 Légende
6199 \family default
6200 , comme c'est expliqué dans la section
6201 \begin_inset space ~
6202 \end_inset
6203
6204
6205 \begin_inset CommandInset ref
6206 LatexCommand ref
6207 reference "sec:Tableaux-longs"
6208
6209 \end_inset
6210
6211 .
6212 \end_layout
6213
6214 \begin_layout Standard
6215 Voici un petit Tableau long pour voir comment ça marche :
6216 \end_layout
6217
6218 \begin_layout Standard
6219 \begin_inset Tabular
6220 <lyxtabular version="3" rows="6" columns="5">
6221 <features islongtable="true" longtabularalignment="center">
6222 <column alignment="center" valignment="top" width="0">
6223 <column alignment="center" valignment="top" width="0">
6224 <column alignment="center" valignment="top" width="0">
6225 <column alignment="center" valignment="top" width="0">
6226 <column alignment="center" valignment="top" width="0">
6227 <row caption="true">
6228 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 \begin_inset Caption
6233
6234 \begin_layout Plain Layout
6235 Tableau long avec une légende
6236 \begin_inset Argument
6237 status open
6238
6239 \begin_layout Plain Layout
6240 Tableau long
6241 \end_layout
6242
6243 \end_inset
6244
6245
6246 \end_layout
6247
6248 \end_inset
6249
6250
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 </row>
6292 <row>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 1
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 2
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 3
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 4
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 5
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 </row>
6339 <row>
6340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344 asd
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353 s
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362 s
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 s
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 asd
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 </row>
6386 <row>
6387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391 asd
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400 s
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 s
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 s
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 asd
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 </row>
6433 <row>
6434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438 asd
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447 s
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 s
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465 s
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6471 \begin_inset Text
6472
6473 \begin_layout Plain Layout
6474 asd
6475 \end_layout
6476
6477 \end_inset
6478 </cell>
6479 </row>
6480 <row>
6481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485 asd
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494 asd
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503 asd
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512 asd
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Plain Layout
6521 asd
6522 \end_layout
6523
6524 \end_inset
6525 </cell>
6526 </row>
6527 </lyxtabular>
6528
6529 \end_inset
6530
6531
6532 \end_layout
6533
6534 \begin_layout Standard
6535 \begin_inset VSpace medskip
6536 \end_inset
6537
6538
6539 \begin_inset Note Greyedout
6540 status open
6541
6542 \begin_layout Plain Layout
6543
6544 \series bold
6545 Note
6546 \begin_inset space ~
6547 \end_inset
6548
6549 1:
6550 \series default
6551  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6552  n'avez pas prévu de légende.
6553  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6554 \begin_inset space ~
6555 \end_inset
6556
6557 2.4 suit le tableau
6558 \begin_inset space ~
6559 \end_inset
6560
6561 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6562  sans légende.
6563  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6564  après chaque tableau long sans légende :
6565 \end_layout
6566
6567 \begin_layout Plain Layout
6568
6569 \series bold
6570
6571 \backslash
6572 addtocounter{table}{-1}
6573 \end_layout
6574
6575 \begin_layout Plain Layout
6576 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6577  et que vous ajoutez le code suivant dans le préambule du document :
6578 \end_layout
6579
6580 \begin_layout Plain Layout
6581
6582 \series bold
6583
6584 \backslash
6585 let
6586 \backslash
6587 myEnd
6588 \backslash
6589 endlongtable
6590 \begin_inset Newline newline
6591 \end_inset
6592
6593
6594 \backslash
6595 renewcommand{
6596 \backslash
6597 endlongtable}{
6598 \backslash
6599 myEnd
6600 \backslash
6601 addtocounter{table}{-1}}
6602 \end_layout
6603
6604 \end_inset
6605
6606
6607 \end_layout
6608
6609 \begin_layout Standard
6610 \begin_inset Note Greyedout
6611 status open
6612
6613 \begin_layout Plain Layout
6614
6615 \series bold
6616 Note
6617 \begin_inset space ~
6618 \end_inset
6619
6620 2:
6621 \series default
6622  Si vous utilisez 
6623 \series bold
6624 hyperref
6625 \series default
6626
6627 \begin_inset Index idx
6628 status collapsed
6629
6630 \begin_layout Plain Layout
6631 Paquetages LaTeX ! hyperref
6632 \end_layout
6633
6634 \end_inset
6635
6636  dans les 
6637 \family sans
6638 Paramètres du document
6639 \family default
6640  rubrique 
6641 \family sans
6642 Propriétés
6643 \begin_inset space ~
6644 \end_inset
6645
6646 du
6647 \begin_inset space ~
6648 \end_inset
6649
6650 PDF
6651 \family default
6652 , pour transformer vos références croisées en liens cliquables, le lien
6653  vers un tableau long pointera toujours sur le début du document.
6654 \end_layout
6655
6656 \end_inset
6657
6658
6659 \end_layout
6660
6661 \begin_layout Subsubsection
6662 Références à des tableaux longs
6663 \begin_inset Index idx
6664 status collapsed
6665
6666 \begin_layout Plain Layout
6667 Tableaux longs ! Références
6668 \end_layout
6669
6670 \end_inset
6671
6672
6673 \end_layout
6674
6675 \begin_layout Standard
6676 \begin_inset Tabular
6677 <lyxtabular version="3" rows="6" columns="5">
6678 <features islongtable="true" longtabularalignment="center">
6679 <column alignment="center" valignment="top" width="0">
6680 <column alignment="center" valignment="top" width="0">
6681 <column alignment="center" valignment="top" width="0">
6682 <column alignment="center" valignment="top" width="0">
6683 <column alignment="center" valignment="top" width="0">
6684 <row caption="true">
6685 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Plain Layout
6689 \begin_inset Caption
6690
6691 \begin_layout Plain Layout
6692 Tableau long référencé
6693 \begin_inset CommandInset label
6694 LatexCommand label
6695 name "tab:RefExemple"
6696
6697 \end_inset
6698
6699
6700 \end_layout
6701
6702 \end_inset
6703
6704
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 </row>
6746 <row>
6747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 1
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 2
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 3
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778 4
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 5
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 </row>
6793 <row>
6794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798 asd
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 s
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 s
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825 s
6826 \end_layout
6827
6828 \end_inset
6829 </cell>
6830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 asd
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 </row>
6840 <row>
6841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845 asd
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 s
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 s
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872 s
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 asd
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 </row>
6887 <row>
6888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 asd
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 s
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910 s
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919 s
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928 asd
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 </row>
6934 <row>
6935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 asd
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 sad
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 asd
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 asd
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975 asd
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 </row>
6981 </lyxtabular>
6982
6983 \end_inset
6984
6985
6986 \end_layout
6987
6988 \begin_layout Standard
6989 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6990  dans sa légende.
6991 \end_layout
6992
6993 \begin_layout Standard
6994 Ceci est une référence au tableau
6995 \begin_inset space ~
6996 \end_inset
6997
6998
6999 \begin_inset CommandInset ref
7000 LatexCommand ref
7001 reference "tab:RefExemple"
7002
7003 \end_inset
7004
7005 .
7006 \end_layout
7007
7008 \begin_layout Standard
7009 La mise en forme de la légende peut être ajustée avec celle de toutes les
7010  autres légendes de votre document en utilisant le paquetage LaTeX 
7011 \series bold
7012 caption
7013 \series default
7014
7015 \begin_inset Index idx
7016 status collapsed
7017
7018 \begin_layout Plain Layout
7019 Paquetages LaTeX ! caption
7020 \end_layout
7021
7022 \end_inset
7023
7024 , voir la section
7025 \begin_inset space ~
7026 \end_inset
7027
7028
7029 \begin_inset CommandInset ref
7030 LatexCommand ref
7031 reference "sec:Formatage-légende"
7032
7033 \end_inset
7034
7035 .
7036 \end_layout
7037
7038 \begin_layout Subsubsection
7039 Largeur de la légende
7040 \begin_inset Index idx
7041 status collapsed
7042
7043 \begin_layout Plain Layout
7044 Tableaux longs ! Largeur de la légende
7045 \end_layout
7046
7047 \end_inset
7048
7049
7050 \end_layout
7051
7052 \begin_layout Standard
7053 La largeur maximale des lignes de légende est définie par la longueur 
7054 \series bold
7055
7056 \backslash
7057 LTcapwidth
7058 \series default
7059 .
7060  Sa valeur implicite est 4
7061 \begin_inset space \thinspace{}
7062 \end_inset
7063
7064 in.
7065  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
7066  de votre document ou en tant que code TeX directement dans votre document
7067  avant le tableau qui doit être affectée.
7068 \end_layout
7069
7070 \begin_layout Standard
7071
7072 \series bold
7073
7074 \backslash
7075 setlength{
7076 \backslash
7077 LTcapwidth}{largeur}
7078 \end_layout
7079
7080 \begin_layout Standard
7081 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
7082 ce
7083 \begin_inset space ~
7084 \end_inset
7085
7086
7087 \begin_inset CommandInset ref
7088 LatexCommand ref
7089 reference "cha:Unités-de-longueur"
7090
7091 \end_inset
7092
7093 .
7094 \end_layout
7095
7096 \begin_layout Standard
7097 Les tableaux suivants montrent la différence :
7098 \end_layout
7099
7100 \begin_layout Standard
7101 \begin_inset Tabular
7102 <lyxtabular version="3" rows="6" columns="5">
7103 <features islongtable="true" longtabularalignment="center">
7104 <column alignment="center" valignment="top" width="0">
7105 <column alignment="center" valignment="top" width="0">
7106 <column alignment="center" valignment="top" width="0">
7107 <column alignment="center" valignment="top" width="0">
7108 <column alignment="center" valignment="top" width="0">
7109 <row caption="true">
7110 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 \begin_inset Caption
7115
7116 \begin_layout Plain Layout
7117 long titre complet avec la largeur implicite long titre complet avec la
7118  largeur implicite long titre complet avec la largeur implicite
7119 \begin_inset Argument
7120 status open
7121
7122 \begin_layout Plain Layout
7123 Légende avec largeur implicite
7124 \end_layout
7125
7126 \end_inset
7127
7128
7129 \end_layout
7130
7131 \end_inset
7132
7133
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 </row>
7175 <row>
7176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180 1
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Plain Layout
7189 2
7190 \end_layout
7191
7192 \end_inset
7193 </cell>
7194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 3
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7204 \begin_inset Text
7205
7206 \begin_layout Plain Layout
7207 4
7208 \end_layout
7209
7210 \end_inset
7211 </cell>
7212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 5
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 </row>
7222 <row>
7223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7224 \begin_inset Text
7225
7226 \begin_layout Plain Layout
7227 asd
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236 s
7237 \end_layout
7238
7239 \end_inset
7240 </cell>
7241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 s
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254 s
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263 asd
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 </row>
7269 <row>
7270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Plain Layout
7274 asd
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283 s
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292 s
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301 s
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310 asd
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 </row>
7316 <row>
7317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7318 \begin_inset Text
7319
7320 \begin_layout Plain Layout
7321 asd
7322 \end_layout
7323
7324 \end_inset
7325 </cell>
7326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Plain Layout
7330 s
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339 s
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348 s
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Plain Layout
7357 asd
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 </row>
7363 <row>
7364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7365 \begin_inset Text
7366
7367 \begin_layout Plain Layout
7368 asd
7369 \end_layout
7370
7371 \end_inset
7372 </cell>
7373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7374 \begin_inset Text
7375
7376 \begin_layout Plain Layout
7377 sad
7378 \end_layout
7379
7380 \end_inset
7381 </cell>
7382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7383 \begin_inset Text
7384
7385 \begin_layout Plain Layout
7386 asd
7387 \end_layout
7388
7389 \end_inset
7390 </cell>
7391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7392 \begin_inset Text
7393
7394 \begin_layout Plain Layout
7395 asd
7396 \end_layout
7397
7398 \end_inset
7399 </cell>
7400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7401 \begin_inset Text
7402
7403 \begin_layout Plain Layout
7404 asd
7405 \end_layout
7406
7407 \end_inset
7408 </cell>
7409 </row>
7410 </lyxtabular>
7411
7412 \end_inset
7413
7414
7415 \end_layout
7416
7417 \begin_layout Standard
7418 \begin_inset ERT
7419 status collapsed
7420
7421 \begin_layout Plain Layout
7422
7423
7424 \backslash
7425 setlength{
7426 \backslash
7427 LTcapwidth}{5cm}
7428 \end_layout
7429
7430 \end_inset
7431
7432
7433 \begin_inset Tabular
7434 <lyxtabular version="3" rows="6" columns="5">
7435 <features islongtable="true" longtabularalignment="center">
7436 <column alignment="center" valignment="top" width="0">
7437 <column alignment="center" valignment="top" width="0">
7438 <column alignment="center" valignment="top" width="0">
7439 <column alignment="center" valignment="top" width="0">
7440 <column alignment="center" valignment="top" width="0">
7441 <row caption="true">
7442 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446 \begin_inset Caption
7447
7448 \begin_layout Plain Layout
7449 long titre complet avec la largeur réglée à 5
7450 \begin_inset space \thinspace{}
7451 \end_inset
7452
7453 cm long titre complet avec la largeur réglée à 5
7454 \begin_inset space \thinspace{}
7455 \end_inset
7456
7457 cm long titre complet avec la largeur réglée à 5
7458 \begin_inset space \thinspace{}
7459 \end_inset
7460
7461 cm
7462 \begin_inset Argument
7463 status open
7464
7465 \begin_layout Plain Layout
7466 Légende avec largeur à
7467 \begin_inset space \thinspace{}
7468 \end_inset
7469
7470 =
7471 \begin_inset space \thinspace{}
7472 \end_inset
7473
7474 5
7475 \begin_inset space \thinspace{}
7476 \end_inset
7477
7478 cm
7479 \end_layout
7480
7481 \end_inset
7482
7483
7484 \end_layout
7485
7486 \end_inset
7487
7488
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 </row>
7530 <row>
7531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535 1
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 2
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 3
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 4
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 5
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 </row>
7577 <row>
7578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582 asd
7583 \end_layout
7584
7585 \end_inset
7586 </cell>
7587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7588 \begin_inset Text
7589
7590 \begin_layout Plain Layout
7591 s
7592 \end_layout
7593
7594 \end_inset
7595 </cell>
7596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7597 \begin_inset Text
7598
7599 \begin_layout Plain Layout
7600 s
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609 s
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 asd
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 </row>
7624 <row>
7625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629 asd
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638 s
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647 s
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 s
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665 asd
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 </row>
7671 <row>
7672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676 asd
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685 s
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 s
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703 s
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712 asd
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 </row>
7718 <row>
7719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723 asd
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732 sad
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741 asd
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750 asd
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759 asd
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 </row>
7765 </lyxtabular>
7766
7767 \end_inset
7768
7769
7770 \end_layout
7771
7772 \begin_layout Standard
7773 \begin_inset ERT
7774 status collapsed
7775
7776 \begin_layout Plain Layout
7777
7778
7779 \backslash
7780 setlength{
7781 \backslash
7782 LTcapwidth}{4in}
7783 \end_layout
7784
7785 \end_inset
7786
7787
7788 \end_layout
7789
7790 \begin_layout Standard
7791 \begin_inset Note Greyedout
7792 status open
7793
7794 \begin_layout Plain Layout
7795
7796 \series bold
7797 Note:
7798 \series default
7799  Quand on utilise la paquetage LaTeX 
7800 \series bold
7801 caption
7802 \series default
7803
7804 \begin_inset Index idx
7805 status collapsed
7806
7807 \begin_layout Plain Layout
7808 Paquetages LaTeX ! caption
7809 \end_layout
7810
7811 \end_inset
7812
7813  , comme c'est les cas dans ce document, la légende prend toute la largeur
7814  de la page quand on utilise la largeur implicite de 4
7815 \begin_inset space \thinspace{}
7816 \end_inset
7817
7818 in pour 
7819 \series bold
7820
7821 \backslash
7822 LTcapwidth
7823 \series default
7824 .
7825  Pour avoir dans ce cas une légende qui fasse exactement 4
7826 \begin_inset space \thinspace{}
7827 \end_inset
7828
7829 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7830  comme par exemple 3.99
7831 \begin_inset space \thinspace{}
7832 \end_inset
7833
7834 in, soit utiliser la commande LaTeX 
7835 \series bold
7836
7837 \backslash
7838 captionsetup{width=valeur}
7839 \series default
7840  qui est disponible dans le paquetage 
7841 \series bold
7842 caption
7843 \series default
7844 .
7845 \end_layout
7846
7847 \end_inset
7848
7849
7850 \end_layout
7851
7852 \begin_layout Subsubsection
7853 Des légendes différentes sur chaque page d'un tableau
7854 \begin_inset Argument
7855 status collapsed
7856
7857 \begin_layout Plain Layout
7858 Légendes différentes
7859 \end_layout
7860
7861 \end_inset
7862
7863
7864 \begin_inset Index idx
7865 status collapsed
7866
7867 \begin_layout Plain Layout
7868 Tableaux longs ! Legendes@Légendes différentes par page
7869 \end_layout
7870
7871 \end_inset
7872
7873
7874 \end_layout
7875
7876 \begin_layout Standard
7877 Quand la légende du tableau pour les pages suivantes doit être différente
7878  de celle de la première page, insérez une légende avec la commande suivante
7879  en code TeX :
7880 \end_layout
7881
7882 \begin_layout Standard
7883
7884 \series bold
7885
7886 \backslash
7887 caption*{caption text}
7888 \backslash
7889
7890 \backslash
7891 %
7892 \end_layout
7893
7894 \begin_layout Standard
7895 dans une ligne de légende fictive qui sera marquée comme une entête.
7896  Le tableau
7897 \begin_inset space ~
7898 \end_inset
7899
7900
7901 \begin_inset CommandInset ref
7902 LatexCommand ref
7903 reference "tab:Légendes-tableau-différentes"
7904
7905 \end_inset
7906
7907  est un exemple de tableau long avec des légendes différentes et où la seconde
7908  légende ne contient pas le numéro du tableau.
7909 \end_layout
7910
7911 \begin_layout Standard
7912 \align center
7913 \begin_inset Tabular
7914 <lyxtabular version="3" rows="59" columns="3">
7915 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7916 <column alignment="left" valignment="top" width="0cm">
7917 <column alignment="left" valignment="top" width="0pt">
7918 <column alignment="center" valignment="top" width="0pt">
7919 <row caption="true">
7920 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 \begin_inset Caption
7925
7926 \begin_layout Plain Layout
7927 Exemple d'annuaire téléphonique
7928 \begin_inset CommandInset label
7929 LatexCommand label
7930 name "tab:Légendes-tableau-différentes"
7931
7932 \end_inset
7933
7934
7935 \begin_inset Argument
7936 status collapsed
7937
7938 \begin_layout Plain Layout
7939 Exemple Annuaire 
7940 \end_layout
7941
7942 \end_inset
7943
7944
7945 \end_layout
7946
7947 \end_inset
7948
7949
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 </row>
7973 <row endfirsthead="true">
7974 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978
7979 \series bold
7980 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 </row>
8004 <row endfirsthead="true">
8005 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009
8010 \series bold
8011 NOM
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029
8030 \series bold
8031 TÉL.
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 </row>
8037 <row endhead="true">
8038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 \begin_inset ERT
8043 status open
8044
8045 \begin_layout Plain Layout
8046
8047
8048 \backslash
8049 caption*{Suite de l'exemple d'annuaire téléphonique}
8050 \backslash
8051
8052 \backslash
8053 %
8054 \end_layout
8055
8056 \end_inset
8057
8058
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 </row>
8082 <row endhead="true">
8083 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087
8088 \series bold
8089 Exemple d'annuaire téléphonique
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 </row>
8113 <row endhead="true">
8114 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118
8119 \series bold
8120 NOM
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138
8139 \series bold
8140 TÉL.
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 </row>
8146 <row endfoot="true">
8147 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 suite page suivante\SpecialChar \ldots{}
8152
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 </row>
8176 <row>
8177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181
8182 \series bold
8183 Annovi
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192 Silvia
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 111
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 </row>
8207 <row>
8208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212
8213 \series bold
8214 Bertoli
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223 Stefano
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 111
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 </row>
8238 <row>
8239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243
8244 \series bold
8245 Bozzi
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254 Walter
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263 111
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 </row>
8269 <row>
8270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274
8275 \series bold
8276 Cachia
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 Maria
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 111
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 </row>
8300 <row>
8301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305
8306 \series bold
8307 Cachia
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 Maurizio
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325 111
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 <row>
8332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336
8337 \series bold
8338 Cinquemani
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 Giusi
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 111
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 </row>
8362 <row>
8363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367
8368 \series bold
8369 Colin
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 Bernard
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 111
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 </row>
8393 <row>
8394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398
8399 \series bold
8400 Concli
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 Gianfranco
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 111
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 </row>
8424 <row>
8425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429
8430 \series bold
8431 Dal Bosco
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 Carolina
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 111
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 </row>
8455 <row>
8456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460
8461 \series bold
8462 Dalpiaz
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 Annamaria
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 111
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 </row>
8486 <row>
8487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491
8492 \series bold
8493 Feliciello
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 Domenico
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 111
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 </row>
8517 <row>
8518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522
8523 \series bold
8524 Focarelli
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 Paola
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 111
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 </row>
8548 <row>
8549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553
8554 \series bold
8555 Galletti
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 Oreste
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 111
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 <row>
8580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584
8585 \series bold
8586 Gasparini
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 Franca
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 111
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 </row>
8610 <row>
8611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615
8616 \series bold
8617 Rizzardi
8618 \series default
8619
8620 \begin_inset Foot
8621 status open
8622
8623 \begin_layout Plain Layout
8624 Exemple de note de bas de page
8625 \end_layout
8626
8627 \end_inset
8628
8629
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 Paola
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 111
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 </row>
8653 <row>
8654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658
8659 \series bold
8660 Lassini
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 Giancarlo
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 111
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 </row>
8684 <row>
8685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689
8690 \series bold
8691 Malfatti
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 Luciano
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 111
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 </row>
8715 <row>
8716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720
8721 \series bold
8722 Malfatti
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 Valeriano
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 111
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 </row>
8746 <row>
8747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751
8752 \series bold
8753 Meneguzzo
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 Roberto
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 111
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 </row>
8777 <row>
8778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782
8783 \series bold
8784 Mezzadra
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 Roberto
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 111
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 </row>
8808 <row>
8809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813
8814 \series bold
8815 Pirpamer
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 Erich
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 111
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 </row>
8839 <row>
8840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844
8845 \series bold
8846 Pochiesa
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 Paolo
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 111, 222
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 </row>
8870 <row>
8871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875
8876 \series bold
8877 Radina
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 Claudio
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 111
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 </row>
8901 <row>
8902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906
8907 \series bold
8908 Stuffer
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 Oskar
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 111
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 </row>
8932 <row>
8933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937
8938 \series bold
8939 Tacchelli
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 Ugo
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 111
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 </row>
8963 <row>
8964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968
8969 \series bold
8970 Tezzele
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 Margit
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 111
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 </row>
8994 <row>
8995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999
9000 \series bold
9001 Unterkalmsteiner
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 Frieda
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 111
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 </row>
9025 <row>
9026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030
9031 \series bold
9032 Vieider
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 Hilde
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 111
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 </row>
9056 <row>
9057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061
9062 \series bold
9063 Vigna
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072 Jürgen
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 111
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 </row>
9087 <row>
9088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092
9093 \series bold
9094 Weber
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 Maurizio
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 111
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 </row>
9118 <row>
9119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123
9124 \series bold
9125 Winkler
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 Franz
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 111
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 </row>
9149 <row>
9150 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154  
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 </row>
9178 <row>
9179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183
9184 \series bold
9185 Annovi
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 Silvia
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203 555
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 </row>
9209 <row>
9210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214
9215 \series bold
9216 Bertoli
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225 Stefano
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234 555
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 </row>
9240 <row>
9241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245
9246 \series bold
9247 Bozzi
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256 Walter
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265 555
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 </row>
9271 <row>
9272 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276
9277 \series bold
9278 Cachia
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287 Maria
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296 555
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 </row>
9302 <row>
9303 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307
9308 \series bold
9309 Cachia
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318 Maurizio
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327 555
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 </row>
9333 <row>
9334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338
9339 \series bold
9340 Cinquemani
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349 Giusi
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358 555
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 </row>
9364 <row>
9365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369
9370 \series bold
9371 Colin
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380 Bernard
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389 555
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 </row>
9395 <row>
9396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400
9401 \series bold
9402 Concli
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411 Gianfranco
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420 555
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 </row>
9426 <row>
9427 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431
9432 \series bold
9433 Dal Bosco
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442 Carolina
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451 555
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 </row>
9457 <row>
9458 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462
9463 \series bold
9464 Dalpiaz
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473 Annamaria
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482 555
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 </row>
9488 <row>
9489 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493
9494 \series bold
9495 Feliciello
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504 Domenico
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513 555
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 </row>
9519 <row>
9520 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524
9525 \series bold
9526 Focarelli
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535 Paola
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544 555
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 </row>
9550 <row>
9551 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555
9556 \series bold
9557 Galletti
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566 Oreste
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Plain Layout
9575 555
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 </row>
9581 <row>
9582 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586
9587 \series bold
9588 Gasparini
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597 Franca
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606 555
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 </row>
9612 <row>
9613 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617
9618 \series bold
9619 Rizzardi
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628 Paola
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637 555
9638 \end_layout
9639
9640 \end_inset
9641 </cell>
9642 </row>
9643 <row>
9644 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648
9649 \series bold
9650 Lassini
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659 Giancarlo
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668 555
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 </row>
9674 <row>
9675 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679
9680 \series bold
9681 Malfatti
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690 Luciano
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699 555
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 </row>
9705 <row>
9706 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710
9711 \series bold
9712 Malfatti
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721 Valeriano
9722 \end_layout
9723
9724 \end_inset
9725 </cell>
9726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730 555
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 </row>
9736 <row>
9737 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741
9742 \series bold
9743 Meneguzzo
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752 Roberto
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761 555
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 </row>
9767 <row>
9768 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \series bold
9774 Mezzadra
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783 Roberto
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792 555
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 </row>
9798 </lyxtabular>
9799
9800 \end_inset
9801
9802
9803 \end_layout
9804
9805 \begin_layout Section
9806 Questions particulières concernant les tableaux longs
9807 \begin_inset Argument
9808 status collapsed
9809
9810 \begin_layout Plain Layout
9811 Questions sur les tableaux longs
9812 \end_layout
9813
9814 \end_inset
9815
9816
9817 \begin_inset CommandInset label
9818 LatexCommand label
9819 name "sec:Questions-sur-tableaux-longs"
9820
9821 \end_inset
9822
9823
9824 \end_layout
9825
9826 \begin_layout Subsection
9827 Calculs des pages des tableaux longs
9828 \begin_inset Index idx
9829 status collapsed
9830
9831 \begin_layout Plain Layout
9832 Tableaux longs ! Calculs
9833 \end_layout
9834
9835 \end_inset
9836
9837
9838 \end_layout
9839
9840 \begin_layout Standard
9841 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9842  en utilisant des blocs (chunks).
9843  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9844  mémoire de LaTeX.
9845  La valeur implicite est fixée pour des raisons historiques à seulement
9846  20 lignes de tableau.
9847  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9848  peut ralentir la création de votre document.
9849  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9850  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9851  préambule de votre document :
9852 \end_layout
9853
9854 \begin_layout Standard
9855
9856 \series bold
9857
9858 \backslash
9859 setcounter{LTchunksize}{100}
9860 \end_layout
9861
9862 \begin_layout Subsection
9863 Les flottants et les tableaux longs
9864 \begin_inset Index idx
9865 status collapsed
9866
9867 \begin_layout Plain Layout
9868 Tableaux longs ! Flottants
9869 \end_layout
9870
9871 \end_inset
9872
9873
9874 \end_layout
9875
9876 \begin_layout Standard
9877 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9878  commence un tableau long.
9879  Pour éviter une telle situation, insérez un saut de page (menu 
9880 \family sans
9881 Insérer\SpecialChar \menuseparator
9882 Typographie
9883 \begin_inset space ~
9884 \end_inset
9885
9886 spéciale\SpecialChar \menuseparator
9887 Saut de page (vide le tampon)
9888 \family default
9889
9890 \begin_inset space \thinspace{}
9891 \end_inset
9892
9893 ) juste avant votre tableau long.
9894 \end_layout
9895
9896 \begin_layout Subsection
9897 Sauts de pages forcés
9898 \begin_inset Index idx
9899 status collapsed
9900
9901 \begin_layout Plain Layout
9902 Tableaux longs ! Sauts de pages forcés
9903 \end_layout
9904
9905 \end_inset
9906
9907
9908 \end_layout
9909
9910 \begin_layout Standard
9911 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9912  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9913  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9914  de saut de ligne 
9915 \begin_inset Quotes eld
9916 \end_inset
9917
9918
9919 \backslash
9920
9921 \backslash
9922
9923 \begin_inset Quotes erd
9924 \end_inset
9925
9926  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9927  Avant la commande 
9928 \begin_inset Quotes eld
9929 \end_inset
9930
9931
9932 \backslash
9933
9934 \backslash
9935
9936 \begin_inset Quotes erd
9937 \end_inset
9938
9939 , vous devez insérer en code TeX, autant de caractères 
9940 \begin_inset Quotes eld
9941 \end_inset
9942
9943 &
9944 \begin_inset Quotes erd
9945 \end_inset
9946
9947  qu'il y a de colonnes après la cellule concernée.
9948  Le caractère 
9949 \begin_inset Quotes eld
9950 \end_inset
9951
9952 &
9953 \begin_inset Quotes erd
9954 \end_inset
9955
9956  sert à séparer les colonnes d'un tableau.
9957  Écrivez en code-TeX, après chaque 
9958 \begin_inset Quotes eld
9959 \end_inset
9960
9961 &
9962 \begin_inset Quotes erd
9963 \end_inset
9964
9965  le contenu des cellules correspondantes et en même temps supprimez le contenu
9966  de ces cellules dans le texte normal.
9967  
9968 \begin_inset Newline newline
9969 \end_inset
9970
9971 Après la commande 
9972 \backslash
9973
9974 \backslash
9975 , insérez autant de caractères 
9976 \begin_inset Quotes eld
9977 \end_inset
9978
9979 &
9980 \begin_inset Quotes erd
9981 \end_inset
9982
9983  qu'il y a de colonnes avant la colonne traitée.
9984  Dans le tableau
9985 \begin_inset space ~
9986 \end_inset
9987
9988
9989 \begin_inset CommandInset ref
9990 LatexCommand ref
9991 reference "tab:Tableau-saut-de-page"
9992
9993 \end_inset
9994
9995  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9996  suivie par une autre colonne.
9997  La commande suivante a donc été insérée en code TeX dans la cellule après
9998  le mot 
9999 \begin_inset Quotes eld
10000 \end_inset
10001
10002
10003 \emph on
10004 Castelchiodato,
10005 \emph default
10006
10007 \begin_inset Quotes erd
10008 \end_inset
10009
10010 :
10011 \end_layout
10012
10013 \begin_layout Standard
10014
10015 \series bold
10016 & 111
10017 \backslash
10018
10019 \backslash
10020  
10021 \backslash
10022 newpage
10023 \begin_inset Newline newline
10024 \end_inset
10025
10026 &
10027 \end_layout
10028
10029 \begin_layout Standard
10030 Le 
10031 \begin_inset Quotes eld
10032 \end_inset
10033
10034 111
10035 \begin_inset Quotes erd
10036 \end_inset
10037
10038  dans la troisième colonne de la ligne a été supprimé.
10039  
10040 \series bold
10041
10042 \backslash
10043 newpage
10044 \series default
10045  est nécessaire seulement quand un saut de page doit impérativement avoir
10046  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
10047  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
10048  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
10049  est coupée, utilisez cette commande à la place de la précédente :
10050 \end_layout
10051
10052 \begin_layout Standard
10053
10054 \series bold
10055 & 111
10056 \backslash
10057
10058 \backslash
10059
10060 \begin_inset Newline newline
10061 \end_inset
10062
10063
10064 \backslash
10065 hline &
10066 \end_layout
10067
10068 \begin_layout Standard
10069 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
10070  insérer la commande
10071 \end_layout
10072
10073 \begin_layout Standard
10074
10075 \series bold
10076
10077 \backslash
10078 setlength{
10079 \backslash
10080 parfillskip}{0pt}
10081 \end_layout
10082
10083 \begin_layout Standard
10084 au début de la cellule.
10085  Cela assure que la portion de la cellule qui va se trouver affichée sur
10086  la page suivante le sera avec toute la largeur de la cellule.
10087 \end_layout
10088
10089 \begin_layout Standard
10090 \align center
10091 \begin_inset Tabular
10092 <lyxtabular version="3" rows="38" columns="3">
10093 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10094 <column alignment="left" valignment="top" width="0cm">
10095 <column alignment="left" valignment="top" width="3cm">
10096 <column alignment="center" valignment="top" width="0pt">
10097 <row caption="true">
10098 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 \begin_inset Caption
10103
10104 \begin_layout Plain Layout
10105 Tableau avec un saut de page forcé dans une cellule
10106 \begin_inset CommandInset label
10107 LatexCommand label
10108 name "tab:Tableau-saut-de-page"
10109
10110 \end_inset
10111
10112
10113 \begin_inset Argument
10114 status collapsed
10115
10116 \begin_layout Plain Layout
10117 Tableau avec un saut de page forcé dans une cellule
10118 \end_layout
10119
10120 \end_inset
10121
10122
10123 \end_layout
10124
10125 \end_inset
10126
10127
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 </row>
10151 <row endfirsthead="true">
10152 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156
10157 \series bold
10158 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 </row>
10182 <row endfirsthead="true">
10183 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187
10188 \series bold
10189 NOM
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207
10208 \series bold
10209 TÉL.
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 </row>
10215 <row endhead="true">
10216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220 \begin_inset ERT
10221 status collapsed
10222
10223 \begin_layout Plain Layout
10224
10225
10226 \backslash
10227 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10228 \backslash
10229
10230 \backslash
10231 %
10232 \end_layout
10233
10234 \end_inset
10235
10236
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 </row>
10260 <row endhead="true">
10261 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265  
10266 \series bold
10267 Exemple d'annuaire téléphonique
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 </row>
10291 <row endhead="true">
10292 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296
10297 \series bold
10298 NOM
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316
10317 \series bold
10318 TÉL.
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 </row>
10324 <row endfoot="true">
10325 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 suite page suivante\SpecialChar \ldots{}
10330
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 </row>
10354 <row>
10355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359
10360 \series bold
10361 Annovi
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370 Silvia
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 111
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 </row>
10385 <row>
10386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390
10391 \series bold
10392 Bertoli
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401 Stefano
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 111
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 </row>
10416 <row>
10417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421
10422 \series bold
10423 Bozzi
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432 Walter
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 111
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 </row>
10447 <row>
10448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452
10453 \series bold
10454 Cachia
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 Maria
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 111
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 </row>
10478 <row>
10479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483
10484 \series bold
10485 Cachia
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494 Maurizio
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 111
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 </row>
10509 <row>
10510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514
10515 \series bold
10516 Cinquemani
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525 Giusi
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 111
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 </row>
10540 <row>
10541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545
10546 \series bold
10547 Colin
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556 Bernard
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 111
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 </row>
10571 <row>
10572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576
10577 \series bold
10578 Concli
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587 Gianfranco
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 111
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 </row>
10602 <row>
10603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607
10608 \series bold
10609 Dal Bosco
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618 Carolina
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 111
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 </row>
10633 <row>
10634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638
10639 \series bold
10640 Dalpiaz
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 Annamaria
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658 111
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 </row>
10664 <row>
10665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669
10670 \series bold
10671 Feliciello
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680 Domenico
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 111
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 </row>
10695 <row>
10696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700
10701 \series bold
10702 Focarelli
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 Paola
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 111
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 </row>
10726 <row>
10727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731
10732 \series bold
10733 Galletti
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742 Oreste
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751 111
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 </row>
10757 <row>
10758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762
10763 \series bold
10764 Gasparini
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773 Franca
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782 111
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 </row>
10788 <row>
10789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793
10794 \series bold
10795 Lassini
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 Giancarlo
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813 111
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 </row>
10819 <row>
10820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824
10825 \series bold
10826 Malfatti
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 Luciano
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 111
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 </row>
10850 <row>
10851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855
10856 \series bold
10857 Malfatti
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866 Valeriano
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875 111
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 </row>
10881 <row>
10882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886
10887 \series bold
10888 Meneguzzo
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 Roberto
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 111
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 </row>
10912 <row>
10913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917
10918 \series bold
10919 Mezzadra
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 Roberto
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 111
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 </row>
10943 <row>
10944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948
10949 \series bold
10950 Pirpamer
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 Erich
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 111
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 </row>
10974 <row>
10975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979
10980 \series bold
10981 Pochiesa
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 Paolo
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999 111, 222
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 </row>
11005 <row>
11006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010
11011 \series bold
11012 Radina
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 Claudio
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 111
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 </row>
11036 <row>
11037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041
11042 \series bold
11043 Rizzardi
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 Giancarlo, 11.
11053  Fürst von Montecompatri, 11.
11054  Fürst von Sulmona und Vivaro, 10.
11055  Fürst von Rossano, 5.
11056  Herzog von Canemorte, 11.
11057  Herzog von Palombara, 5.
11058  Herzog von Castelchiodato,
11059 \begin_inset ERT
11060 status open
11061
11062 \begin_layout Plain Layout
11063
11064 & 111
11065 \backslash
11066
11067 \backslash
11068  
11069 \backslash
11070 newpage
11071 \end_layout
11072
11073 \begin_layout Plain Layout
11074
11075 &
11076 \end_layout
11077
11078 \end_inset
11079
11080  11.
11081  Herzog von Poggionativo, 11.
11082  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11083  Graf von Valinfreda, 11.
11084  Baron von Cropalati, 11.
11085  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 </row>
11100 <row>
11101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105
11106 \series bold
11107 Stuffer
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 Oskar
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 111
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 </row>
11131 <row>
11132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136
11137 \series bold
11138 Tacchelli
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 Ugo
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 111
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 </row>
11162 <row>
11163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167
11168 \series bold
11169 Tezzele
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 Margit
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 111
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 </row>
11193 <row>
11194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198
11199 \series bold
11200 Unterkalmsteiner
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209 Frieda
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 111
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 </row>
11224 <row>
11225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229
11230 \series bold
11231 Vieider
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240 Hilde
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 111
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 </row>
11255 <row>
11256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260
11261 \series bold
11262 Vigna
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271 Jürgen
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280 111
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 </row>
11286 <row>
11287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291
11292 \series bold
11293 Weber
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 Maurizio
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 111
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 </row>
11317 <row>
11318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322
11323 \series bold
11324 Winkler
11325 \end_layout
11326
11327 \end_inset
11328 </cell>
11329 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Plain Layout
11333 Franz
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 111
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 </row>
11348 </lyxtabular>
11349
11350 \end_inset
11351
11352
11353 \end_layout
11354
11355 \begin_layout Section
11356 Colonnes et lignes à lignes multiples
11357 \end_layout
11358
11359 \begin_layout Subsection
11360 Lignes multiples dans une cellule de tableau
11361 \begin_inset CommandInset label
11362 LatexCommand label
11363 name "sub:Lignes-multiple-dans-cellule"
11364
11365 \end_inset
11366
11367
11368 \begin_inset Index idx
11369 status collapsed
11370
11371 \begin_layout Plain Layout
11372 Plusieurs lignes dans une case de tableau
11373 \end_layout
11374
11375 \end_inset
11376
11377
11378 \begin_inset Index idx
11379 status collapsed
11380
11381 \begin_layout Plain Layout
11382 Tableau ! Saut de ligne
11383 \end_layout
11384
11385 \end_inset
11386
11387
11388 \end_layout
11389
11390 \begin_layout Standard
11391 \noindent
11392 \begin_inset Float table
11393 placement H
11394 wide false
11395 sideways false
11396 status open
11397
11398 \begin_layout Plain Layout
11399 \begin_inset Caption
11400
11401 \begin_layout Plain Layout
11402 \begin_inset CommandInset label
11403 LatexCommand label
11404 name "tab:Tableau-avec-plusieurs-lignes"
11405
11406 \end_inset
11407
11408 Tableau avec des lignes multiples dans une cellule
11409 \end_layout
11410
11411 \end_inset
11412
11413
11414 \end_layout
11415
11416 \begin_layout Plain Layout
11417 \align center
11418 \begin_inset Tabular
11419 <lyxtabular version="3" rows="3" columns="3">
11420 <features tabularvalignment="middle">
11421 <column alignment="center" valignment="middle" width="2.5cm">
11422 <column alignment="center" valignment="middle" width="0">
11423 <column alignment="center" valignment="middle" width="0">
11424 <row>
11425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 Lignes
11430 \begin_inset Newline linebreak
11431 \end_inset
11432
11433 multiples
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Plain Layout
11442 b
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 c
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 </row>
11457 <row>
11458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 d
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 e
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 f
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 </row>
11486 <row>
11487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 g
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 h
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 i
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 </row>
11515 </lyxtabular>
11516
11517 \end_inset
11518
11519
11520 \end_layout
11521
11522 \end_inset
11523
11524
11525 \end_layout
11526
11527 \begin_layout Standard
11528 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11529  d'un paragraphe avec des sauts de lignes et des césures.
11530 \end_layout
11531
11532 \begin_layout Standard
11533 Pour obtenir le tableau
11534 \begin_inset space ~
11535 \end_inset
11536
11537
11538 \begin_inset CommandInset ref
11539 LatexCommand ref
11540 reference "tab:Tableau-avec-plusieurs-lignes"
11541
11542 \end_inset
11543
11544 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11545  droit dessus.
11546  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11547  2.5
11548 \begin_inset space \thinspace{}
11549 \end_inset
11550
11551 cm et choisissez les alignements vertical et horizontal centrés.
11552  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11553  Comme notre texte est plus petit que 2.5
11554 \begin_inset space \thinspace{}
11555 \end_inset
11556
11557 cm, une seule ligne va apparaître.
11558  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11559  
11560 \family sans
11561 Ctrl-Shift-Entrée
11562 \family default
11563 ).
11564  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11565 ement découpé en plusieurs lignes.
11566 \end_layout
11567
11568 \begin_layout Standard
11569 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11570  pas effectuer de césure si c'est le premier élément de la cellule.
11571  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11572  premier élément : Ajoutez un espace horizontal de 0
11573 \begin_inset space \thinspace{}
11574 \end_inset
11575
11576 pt juste avant votre mot.
11577  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11578  Le tableau
11579 \begin_inset space ~
11580 \end_inset
11581
11582
11583 \begin_inset CommandInset ref
11584 LatexCommand ref
11585 reference "tab:Tableau-césure"
11586
11587 \end_inset
11588
11589  montre l'effet de cette insertion.
11590 \end_layout
11591
11592 \begin_layout Standard
11593 \begin_inset Float table
11594 placement h
11595 wide false
11596 sideways false
11597 status open
11598
11599 \begin_layout Plain Layout
11600 \begin_inset Caption
11601
11602 \begin_layout Plain Layout
11603 \begin_inset CommandInset label
11604 LatexCommand label
11605 name "tab:Tableau-césure"
11606
11607 \end_inset
11608
11609 Tableau avec et sans césure.
11610 \end_layout
11611
11612 \end_inset
11613
11614
11615 \end_layout
11616
11617 \begin_layout Plain Layout
11618 \begin_inset space \hfill{}
11619 \end_inset
11620
11621
11622 \begin_inset Tabular
11623 <lyxtabular version="3" rows="3" columns="3">
11624 <features tabularvalignment="middle">
11625 <column alignment="center" valignment="middle" width="2.5cm">
11626 <column alignment="center" valignment="middle" width="0">
11627 <column alignment="center" valignment="middle" width="0">
11628 <row>
11629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633 mottrèslongdansunecellule
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Plain Layout
11642 b
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 c
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 </row>
11657 <row>
11658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 d
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 e
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 f
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 </row>
11686 <row>
11687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 g
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 h
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 i
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 </row>
11715 </lyxtabular>
11716
11717 \end_inset
11718
11719
11720 \begin_inset space \hfill{}
11721 \end_inset
11722
11723
11724 \begin_inset Tabular
11725 <lyxtabular version="3" rows="3" columns="3">
11726 <features tabularvalignment="middle">
11727 <column alignment="center" valignment="middle" width="2.5cm">
11728 <column alignment="center" valignment="middle" width="0">
11729 <column alignment="center" valignment="middle" width="0">
11730 <row>
11731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 \begin_inset space \hspace{}
11736 \length 0pt
11737 \end_inset
11738
11739 mottrèslongdansunecellule
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11745 \begin_inset Text
11746
11747 \begin_layout Plain Layout
11748 b
11749 \end_layout
11750
11751 \end_inset
11752 </cell>
11753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757 c
11758 \end_layout
11759
11760 \end_inset
11761 </cell>
11762 </row>
11763 <row>
11764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11765 \begin_inset Text
11766
11767 \begin_layout Plain Layout
11768 d
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11774 \begin_inset Text
11775
11776 \begin_layout Plain Layout
11777 e
11778 \end_layout
11779
11780 \end_inset
11781 </cell>
11782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11783 \begin_inset Text
11784
11785 \begin_layout Plain Layout
11786 f
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 </row>
11792 <row>
11793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11794 \begin_inset Text
11795
11796 \begin_layout Plain Layout
11797 g
11798 \end_layout
11799
11800 \end_inset
11801 </cell>
11802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11803 \begin_inset Text
11804
11805 \begin_layout Plain Layout
11806 h
11807 \end_layout
11808
11809 \end_inset
11810 </cell>
11811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11812 \begin_inset Text
11813
11814 \begin_layout Plain Layout
11815 i
11816 \end_layout
11817
11818 \end_inset
11819 </cell>
11820 </row>
11821 </lyxtabular>
11822
11823 \end_inset
11824
11825
11826 \begin_inset space \hfill{}
11827 \end_inset
11828
11829
11830 \end_layout
11831
11832 \end_inset
11833
11834
11835 \end_layout
11836
11837 \begin_layout Subsection
11838 Multi-colonnes
11839 \begin_inset CommandInset label
11840 LatexCommand label
11841 name "sub:Multicolonnes"
11842
11843 \end_inset
11844
11845
11846 \begin_inset Index idx
11847 status collapsed
11848
11849 \begin_layout Plain Layout
11850 Multi-colonnes
11851 \end_layout
11852
11853 \end_inset
11854
11855
11856 \begin_inset Index idx
11857 status collapsed
11858
11859 \begin_layout Plain Layout
11860 Tableau ! Multi-colonnes
11861 \end_layout
11862
11863 \end_inset
11864
11865
11866 \end_layout
11867
11868 \begin_layout Subsubsection
11869 Les bases des multi-colonnes
11870 \end_layout
11871
11872 \begin_layout Standard
11873 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11874  qu'elle doit couvrir et utilisez soit le bouton 
11875 \family sans
11876
11877 \begin_inset Info
11878 type  "icon"
11879 arg   "inset-modify tabular multicolumn"
11880 \end_inset
11881
11882
11883 \family default
11884  de la barre d'outils tableau, ou le menu 
11885 \family sans
11886 Éditer\SpecialChar \menuseparator
11887 Tableau\SpecialChar \menuseparator
11888 Multi-colonnes
11889 \family default
11890 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11891  
11892 \family sans
11893 Multi-colonnes
11894 \family default
11895 .
11896 \end_layout
11897
11898 \begin_layout Standard
11899 Les multi-colonnes ont leurs propres paramètres de cellule.
11900  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11901  de la cellule, cela n'affecte que la cellule multi-colonne.
11902  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11903  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11904 \end_layout
11905
11906 \begin_layout Standard
11907 \align center
11908 \begin_inset Tabular
11909 <lyxtabular version="3" rows="3" columns="4">
11910 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11911 <column alignment="center" valignment="top" width="0pt">
11912 <column alignment="center" valignment="middle" width="0">
11913 <column alignment="center" valignment="top" width="0in">
11914 <column alignment="center" valignment="top" width="0pt">
11915 <row>
11916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 abc
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Plain Layout
11929 def ghi
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11935 \begin_inset Text
11936
11937 \begin_layout Plain Layout
11938
11939 \end_layout
11940
11941 \end_inset
11942 </cell>
11943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947 jkl
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 </row>
11953 <row>
11954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958 A
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11964 \begin_inset Text
11965
11966 \begin_layout Plain Layout
11967 B
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976 C
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985 D
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 </row>
11991 <row>
11992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11993 \begin_inset Text
11994
11995 \begin_layout Plain Layout
11996 1
11997 \end_layout
11998
11999 \end_inset
12000 </cell>
12001 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005 2
12006 \end_layout
12007
12008 \end_inset
12009 </cell>
12010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014 3
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12020 \begin_inset Text
12021
12022 \begin_layout Plain Layout
12023 4
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 </row>
12029 </lyxtabular>
12030
12031 \end_inset
12032
12033
12034 \end_layout
12035
12036 \begin_layout Subsubsection
12037 Calculs avec les multi-colonnes
12038 \begin_inset CommandInset label
12039 LatexCommand label
12040 name "sub:Calculs-multicolonnes"
12041
12042 \end_inset
12043
12044
12045 \begin_inset Index idx
12046 status collapsed
12047
12048 \begin_layout Plain Layout
12049 Multi-colonnes ! Calculs
12050 \end_layout
12051
12052 \end_inset
12053
12054
12055 \end_layout
12056
12057 \begin_layout Standard
12058 LyX gère directement les multi-colonnes, mais nous devons faire attention
12059  à la largeur des cellules couvertes par la cellule multi-colonne.
12060 \end_layout
12061
12062 \begin_layout Standard
12063 \begin_inset Float table
12064 placement h
12065 wide false
12066 sideways false
12067 status open
12068
12069 \begin_layout Plain Layout
12070 \begin_inset Caption
12071
12072 \begin_layout Plain Layout
12073 \begin_inset CommandInset label
12074 LatexCommand label
12075 name "tab:Tableau-multicolonne-parfaite"
12076
12077 \end_inset
12078
12079 Tableau avec un texte centré dans une case multi-colonne au-dessus de deux
12080  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
12081 \begin_inset Argument
12082 status open
12083
12084 \begin_layout Plain Layout
12085 Tableau avec multicolonne parfaite
12086 \end_layout
12087
12088 \end_inset
12089
12090
12091 \end_layout
12092
12093 \end_inset
12094
12095
12096 \end_layout
12097
12098 \begin_layout Plain Layout
12099 \align center
12100 \begin_inset Tabular
12101 <lyxtabular version="3" rows="3" columns="3">
12102 <features tabularvalignment="middle">
12103 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12104 <column alignment="center" valignment="middle" width="0">
12105 <column alignment="center" valignment="top" width="0">
12106 <row>
12107 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12108 \begin_inset Text
12109
12110 \begin_layout Plain Layout
12111 multi-colonne sur plusieurs lignes
12112 \end_layout
12113
12114 \end_inset
12115 </cell>
12116 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12117 \begin_inset Text
12118
12119 \begin_layout Plain Layout
12120
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12126 \begin_inset Text
12127
12128 \begin_layout Plain Layout
12129 c
12130 \end_layout
12131
12132 \end_inset
12133 </cell>
12134 </row>
12135 <row>
12136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12137 \begin_inset Text
12138
12139 \begin_layout Plain Layout
12140 d
12141 \end_layout
12142
12143 \end_inset
12144 </cell>
12145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12146 \begin_inset Text
12147
12148 \begin_layout Plain Layout
12149 e
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158 f
12159 \end_layout
12160
12161 \end_inset
12162 </cell>
12163 </row>
12164 <row>
12165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12166 \begin_inset Text
12167
12168 \begin_layout Plain Layout
12169 g
12170 \end_layout
12171
12172 \end_inset
12173 </cell>
12174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12175 \begin_inset Text
12176
12177 \begin_layout Plain Layout
12178 h
12179 \end_layout
12180
12181 \end_inset
12182 </cell>
12183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12184 \begin_inset Text
12185
12186 \begin_layout Plain Layout
12187 i
12188 \end_layout
12189
12190 \end_inset
12191 </cell>
12192 </row>
12193 </lyxtabular>
12194
12195 \end_inset
12196
12197
12198 \end_layout
12199
12200 \end_inset
12201
12202
12203 \end_layout
12204
12205 \begin_layout Standard
12206 Par exemple, pour créer le tableau
12207 \begin_inset space ~
12208 \end_inset
12209
12210
12211 \begin_inset CommandInset ref
12212 LatexCommand ref
12213 reference "tab:Tableau-multicolonne-parfaite"
12214
12215 \end_inset
12216
12217 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12218  3×3 et faites un clic droit dessus.
12219  Ensuite choisissez pour cette cellule
12220 \emph on
12221 ,
12222 \emph default
12223  dans la fenêtre de dialogue de tableau, 
12224 \emph on
12225 multi-colonne
12226 \emph default
12227
12228 \emph on
12229 alignement
12230 \begin_inset space ~
12231 \end_inset
12232
12233 horizontal
12234 \begin_inset space ~
12235 \end_inset
12236
12237 centré
12238 \emph default
12239  et une largeur de 2.5
12240 \begin_inset space \thinspace{}
12241 \end_inset
12242
12243 cm.
12244  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12245  de la cellule multi-colonne, vous devez donc donner une largeur de 1.25
12246 \begin_inset space \thinspace{}
12247 \end_inset
12248
12249 cm pour la première colonne.
12250  La deuxième colonne aura alors automatiquement une largeur de 1.25
12251 \begin_inset space \thinspace{}
12252 \end_inset
12253
12254 cm (la largeur de la multi-colonne moins la largeur de la première colonne).
12255  C'est ce qui a été fait pour le tableau
12256 \begin_inset space ~
12257 \end_inset
12258
12259
12260 \begin_inset CommandInset ref
12261 LatexCommand ref
12262 reference "tab:Tableau-multicolonne-imparfait"
12263
12264 \end_inset
12265
12266 .
12267 \end_layout
12268
12269 \begin_layout Standard
12270 \begin_inset Float table
12271 wide false
12272 sideways false
12273 status open
12274
12275 \begin_layout Plain Layout
12276 \begin_inset Caption
12277
12278 \begin_layout Plain Layout
12279 \begin_inset CommandInset label
12280 LatexCommand label
12281 name "tab:Tableau-multicolonne-imparfait"
12282
12283 \end_inset
12284
12285 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12286  de la largeur de la cellule multi-colonne.
12287 \begin_inset Argument
12288 status open
12289
12290 \begin_layout Plain Layout
12291 Tableau avec multi-colonne pas parfaite
12292 \end_layout
12293
12294 \end_inset
12295
12296
12297 \end_layout
12298
12299 \end_inset
12300
12301
12302 \end_layout
12303
12304 \begin_layout Plain Layout
12305 \align center
12306 \begin_inset Tabular
12307 <lyxtabular version="3" rows="3" columns="3">
12308 <features tabularvalignment="middle">
12309 <column alignment="center" valignment="top" width="1.25cm">
12310 <column alignment="center" valignment="top" width="0">
12311 <column alignment="center" valignment="top" width="0">
12312 <row>
12313 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12314 \begin_inset Text
12315
12316 \begin_layout Plain Layout
12317 multi-colonne sur plusieurs lignes
12318 \end_layout
12319
12320 \end_inset
12321 </cell>
12322 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12323 \begin_inset Text
12324
12325 \begin_layout Plain Layout
12326
12327 \end_layout
12328
12329 \end_inset
12330 </cell>
12331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12332 \begin_inset Text
12333
12334 \begin_layout Plain Layout
12335 c
12336 \end_layout
12337
12338 \end_inset
12339 </cell>
12340 </row>
12341 <row>
12342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12343 \begin_inset Text
12344
12345 \begin_layout Plain Layout
12346 d
12347 \end_layout
12348
12349 \end_inset
12350 </cell>
12351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12352 \begin_inset Text
12353
12354 \begin_layout Plain Layout
12355 e
12356 \end_layout
12357
12358 \end_inset
12359 </cell>
12360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12361 \begin_inset Text
12362
12363 \begin_layout Plain Layout
12364 f
12365 \end_layout
12366
12367 \end_inset
12368 </cell>
12369 </row>
12370 <row>
12371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12372 \begin_inset Text
12373
12374 \begin_layout Plain Layout
12375 g
12376 \end_layout
12377
12378 \end_inset
12379 </cell>
12380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12381 \begin_inset Text
12382
12383 \begin_layout Plain Layout
12384 h
12385 \end_layout
12386
12387 \end_inset
12388 </cell>
12389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12390 \begin_inset Text
12391
12392 \begin_layout Plain Layout
12393 i
12394 \end_layout
12395
12396 \end_inset
12397 </cell>
12398 </row>
12399 </lyxtabular>
12400
12401 \end_inset
12402
12403
12404 \end_layout
12405
12406 \end_inset
12407
12408
12409 \end_layout
12410
12411 \begin_layout Standard
12412 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12413  de la cellule multi-colonne, elle est un peu plus large.
12414  La raison est que la taille que l'on donne à une cellule, 
12415 \begin_inset Formula $W_{g}$
12416 \end_inset
12417
12418  n'est pas sa taille totale, 
12419 \begin_inset Formula $W_{\mathrm{tot}}$
12420 \end_inset
12421
12422  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12423  lui donne.
12424  L'appendice
12425 \begin_inset space ~
12426 \end_inset
12427
12428
12429 \begin_inset CommandInset ref
12430 LatexCommand ref
12431 reference "cha:Explication-de-l'Equation"
12432
12433 \end_inset
12434
12435  explique pourquoi en détail.
12436 \end_layout
12437
12438 \begin_layout Standard
12439 La largeur nécessaire 
12440 \begin_inset Formula $W_{g\, n}$
12441 \end_inset
12442
12443  quand 
12444 \emph on
12445 n
12446 \emph default
12447  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12448  ait une largeur totale de 
12449 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12450 \end_inset
12451
12452 :
12453 \begin_inset Formula 
12454 \begin{equation}
12455 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12456 \end{equation}
12457
12458 \end_inset
12459
12460
12461 \end_layout
12462
12463 \begin_layout Standard
12464 Dans notre cas nous avons 
12465 \begin_inset Formula $n=2$
12466 \end_inset
12467
12468
12469 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12470 \end_inset
12471
12472 cm et les valeurs implicites pour les autres longueurs, l'équation
12473 \begin_inset space ~
12474 \end_inset
12475
12476
12477 \begin_inset CommandInset ref
12478 LatexCommand ref
12479 reference "eq:Wgn"
12480
12481 \end_inset
12482
12483  devient
12484 \begin_inset Formula 
12485 \begin{equation}
12486 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12487 \end{equation}
12488
12489 \end_inset
12490
12491
12492 \end_layout
12493
12494 \begin_layout Standard
12495 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12496  
12497 \series bold
12498 calc
12499 \series default
12500  avec la ligne suivante dans le préambule du document
12501 \begin_inset Index idx
12502 status collapsed
12503
12504 \begin_layout Plain Layout
12505 Paquetages LaTeX ! calc
12506 \end_layout
12507
12508 \end_inset
12509
12510
12511 \end_layout
12512
12513 \begin_layout Standard
12514
12515 \series bold
12516
12517 \backslash
12518 usepackage{calc}
12519 \end_layout
12520
12521 \begin_layout Standard
12522 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12523  de dialogue.
12524  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12525  la fenêtre de dialogue.
12526  Voici un aperçu de ces paramètres :
12527 \end_layout
12528
12529 \begin_layout Itemize
12530
12531 \series bold
12532 p{largeur}
12533 \series default
12534  crée une cellule de taille donnée, le texte est aligné verticalement en
12535  haut.
12536 \end_layout
12537
12538 \begin_layout Itemize
12539
12540 \series bold
12541 m{largeur}
12542 \series default
12543  crée une cellule de taille donnée, le texte est aligné verticalement au
12544  centre
12545 \end_layout
12546
12547 \begin_layout Itemize
12548
12549 \series bold
12550 b{largeur}
12551 \series default
12552  crée une cellule de taille donnée, le texte est aligné verticalement en
12553  bas
12554 \end_layout
12555
12556 \begin_layout Standard
12557 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12558  la fenêtre de dialogue sont ignorés.
12559 \end_layout
12560
12561 \begin_layout Standard
12562 \begin_inset Note Greyedout
12563 status open
12564
12565 \begin_layout Plain Layout
12566
12567 \series bold
12568 Note:
12569 \series default
12570  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12571  en compte.
12572 \end_layout
12573
12574 \end_inset
12575
12576
12577 \end_layout
12578
12579 \begin_layout Standard
12580 Comme le texte doit être centré horizontalement, on ajoute la commande 
12581 \series bold
12582
12583 \backslash
12584 centering
12585 \series default
12586 .
12587  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12588  des colonnes recouvertes :
12589 \end_layout
12590
12591 \begin_layout Standard
12592
12593 \series bold
12594 >{
12595 \backslash
12596 centering}m{1.25cm-6.2pt}
12597 \end_layout
12598
12599 \begin_layout Standard
12600 La commande 
12601 \series bold
12602 >{ }
12603 \series default
12604  signifie que les commandes qui se trouvent entre les accolades doivent
12605  être appliquées avant que la cellule ne soit créée.
12606 \end_layout
12607
12608 \begin_layout Standard
12609 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12610  multi-colonne, il est toujours aligné à gauche.
12611  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12612  isolées.
12613  Nous devons donc utiliser le paramètre LaTeX suivant pour la multi-colonne
12614 \end_layout
12615
12616 \begin_layout Standard
12617
12618 \series bold
12619 >{
12620 \backslash
12621 centering}m{2.5cm}
12622 \end_layout
12623
12624 \begin_layout Subsection
12625 Multi-lignes
12626 \begin_inset CommandInset label
12627 LatexCommand label
12628 name "sub:Multi-lignes"
12629
12630 \end_inset
12631
12632
12633 \begin_inset Index idx
12634 status collapsed
12635
12636 \begin_layout Plain Layout
12637 Multi-lignes
12638 \end_layout
12639
12640 \end_inset
12641
12642
12643 \begin_inset Index idx
12644 status collapsed
12645
12646 \begin_layout Plain Layout
12647 Tableau ! Multi-ligne
12648 \end_layout
12649
12650 \end_inset
12651
12652
12653 \end_layout
12654
12655 \begin_layout Standard
12656 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12657  qu'elle doit couvrir et utilisez soit le bouton 
12658 \family sans
12659
12660 \begin_inset Info
12661 type  "icon"
12662 arg   "inset-modify tabular multirow"
12663 \end_inset
12664
12665
12666 \family default
12667  de la barre d'outils tableau, ou le menu 
12668 \family sans
12669 Éditer\SpecialChar \menuseparator
12670 Tableau\SpecialChar \menuseparator
12671 Multi-lignes
12672 \family default
12673 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12674  
12675 \family sans
12676 Multi-lignes
12677 \family default
12678 .
12679 \end_layout
12680
12681 \begin_layout Standard
12682 Voici un exemple de tableau avec une cellule multi-ligne en première colonne:
12683 \end_layout
12684
12685 \begin_layout Standard
12686 \align center
12687 \begin_inset Tabular
12688 <lyxtabular version="3" rows="3" columns="3">
12689 <features tabularvalignment="middle">
12690 <column alignment="center" valignment="top" width="0pt">
12691 <column alignment="center" valignment="top" width="0">
12692 <column alignment="center" valignment="top" width="0">
12693 <row>
12694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Plain Layout
12698 un contenu long
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12704 \begin_inset Text
12705
12706 \begin_layout Plain Layout
12707 b
12708 \end_layout
12709
12710 \end_inset
12711 </cell>
12712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 c
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 </row>
12722 <row>
12723 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 multi-ligne
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736 e
12737 \end_layout
12738
12739 \end_inset
12740 </cell>
12741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12742 \begin_inset Text
12743
12744 \begin_layout Plain Layout
12745 f
12746 \end_layout
12747
12748 \end_inset
12749 </cell>
12750 </row>
12751 <row>
12752 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Plain Layout
12756
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12762 \begin_inset Text
12763
12764 \begin_layout Plain Layout
12765 h
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774 i
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 </row>
12780 </lyxtabular>
12781
12782 \end_inset
12783
12784
12785 \end_layout
12786
12787 \begin_layout Standard
12788 La largeur de la cellule multi-ligne est déterminée par la largeur de toute
12789  la colonne.
12790  L'
12791 \family sans
12792 Espacement
12793 \begin_inset space ~
12794 \end_inset
12795
12796 vertical
12797 \family default
12798  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12799  est positive ou négative.
12800 \end_layout
12801
12802 \begin_layout Standard
12803 Si la colonne dans laquelle se trouve la multiligne n'a pas de largeur fixée
12804  explicitement, la cellule hérite de l'alignement de la colonne.
12805  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12806  implicite, vous devez redéfinir la commande 
12807 \series bold
12808
12809 \backslash
12810 multirowsetup
12811 \series default
12812  avec la commande
12813 \end_layout
12814
12815 \begin_layout Standard
12816
12817 \series bold
12818
12819 \backslash
12820 renewcommand{
12821 \backslash
12822 multirowsetup}{
12823 \backslash
12824 centering}
12825 \end_layout
12826
12827 \begin_layout Standard
12828 dans le préambule du document.
12829  Après ça, tous les contenus de cellules multi-lignes du document seront
12830  centrés.
12831  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12832  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12833  juste avant le tableau concerné, plutôt que dans le préambule.
12834  Si le texte doit être aligné à droite, remplacez 
12835 \series bold
12836
12837 \backslash
12838 centering
12839 \series default
12840  par 
12841 \series bold
12842
12843 \backslash
12844 raggedleft
12845 \series default
12846 .
12847  Pour revenir à l'alignement à gauche utilisez 
12848 \series bold
12849
12850 \backslash
12851 raggedright
12852 \series default
12853 .
12854 \end_layout
12855
12856 \begin_layout Standard
12857 Voici un exemple de tableau avec une cellule multi-ligne alignée à droite
12858  avec un décalage vertical de -4
12859 \begin_inset space \thinspace{}
12860 \end_inset
12861
12862 mm dans une colonne de 3
12863 \begin_inset space \thinspace{}
12864 \end_inset
12865
12866 cm de large
12867 \begin_inset space ~
12868 \end_inset
12869
12870 :
12871 \end_layout
12872
12873 \begin_layout Standard
12874 \noindent
12875 \align center
12876 \begin_inset ERT
12877 status collapsed
12878
12879 \begin_layout Plain Layout
12880
12881
12882 \backslash
12883 renewcommand{
12884 \backslash
12885 multirowsetup}{
12886 \backslash
12887 raggedleft}
12888 \end_layout
12889
12890 \end_inset
12891
12892
12893 \begin_inset Tabular
12894 <lyxtabular version="3" rows="4" columns="3">
12895 <features tabularvalignment="middle">
12896 <column alignment="center" valignment="top" width="3cm">
12897 <column alignment="center" valignment="top" width="0">
12898 <column alignment="center" valignment="top" width="0">
12899 <row>
12900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904 un contenu long
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Plain Layout
12913 b
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12919 \begin_inset Text
12920
12921 \begin_layout Plain Layout
12922 c
12923 \end_layout
12924
12925 \end_inset
12926 </cell>
12927 </row>
12928 <row>
12929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933 t
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Plain Layout
12942 n
12943 \end_layout
12944
12945 \end_inset
12946 </cell>
12947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12948 \begin_inset Text
12949
12950 \begin_layout Plain Layout
12951 m
12952 \end_layout
12953
12954 \end_inset
12955 </cell>
12956 </row>
12957 <row>
12958 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12959 \begin_inset Text
12960
12961 \begin_layout Plain Layout
12962 multi-ligne
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Plain Layout
12971 e
12972 \end_layout
12973
12974 \end_inset
12975 </cell>
12976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12977 \begin_inset Text
12978
12979 \begin_layout Plain Layout
12980 f
12981 \end_layout
12982
12983 \end_inset
12984 </cell>
12985 </row>
12986 <row>
12987 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12988 \begin_inset Text
12989
12990 \begin_layout Plain Layout
12991
12992 \end_layout
12993
12994 \end_inset
12995 </cell>
12996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000 h
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009 i
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 </row>
13015 </lyxtabular>
13016
13017 \end_inset
13018
13019
13020 \begin_inset ERT
13021 status collapsed
13022
13023 \begin_layout Plain Layout
13024
13025
13026 \backslash
13027 renewcommand{
13028 \backslash
13029 multirowsetup}{
13030 \backslash
13031 raggedright}
13032 \end_layout
13033
13034 \end_inset
13035
13036
13037 \end_layout
13038
13039 \begin_layout Standard
13040 Pour commencer une nouvelle ligne dans une cellule multi-ligne vous pouvez
13041  utiliser un saut de ligne forcé (
13042 \begin_inset space ~
13043 \end_inset
13044
13045 raccourci 
13046 \family sans
13047 Ctrl+Entrée
13048 \family default
13049
13050 \begin_inset space ~
13051 \end_inset
13052
13053 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
13054  on le voit dans ce tableau :
13055 \end_layout
13056
13057 \begin_layout Standard
13058 \noindent
13059 \align center
13060 \begin_inset Tabular
13061 <lyxtabular version="3" rows="3" columns="2">
13062 <features tabularvalignment="middle">
13063 <column alignment="left" valignment="middle" width="2cm">
13064 <column alignment="center" valignment="top" width="0">
13065 <row>
13066 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13067 \begin_inset Text
13068
13069 \begin_layout Plain Layout
13070 aaa
13071 \begin_inset Newline newline
13072 \end_inset
13073
13074 aaa
13075 \begin_inset Newline newline
13076 \end_inset
13077
13078 mauvaise cellule
13079 \end_layout
13080
13081 \end_inset
13082 </cell>
13083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13084 \begin_inset Text
13085
13086 \begin_layout Plain Layout
13087 ccc
13088 \end_layout
13089
13090 \end_inset
13091 </cell>
13092 </row>
13093 <row>
13094 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13095 \begin_inset Text
13096
13097 \begin_layout Plain Layout
13098
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107 ddd
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 </row>
13113 <row>
13114 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 bbb
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127 eee
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 </row>
13133 </lyxtabular>
13134
13135 \end_inset
13136
13137
13138 \end_layout
13139
13140 \begin_layout Standard
13141 Vous devez donc faire attention avec les saut de lignes forcés.
13142 \end_layout
13143
13144 \begin_layout Subsection
13145
13146 \lang english
13147 Cells with diagonal line(s)
13148 \end_layout
13149
13150 \begin_layout Standard
13151
13152 \lang english
13153 To tell the reader what is meant by column and row headings in a table,
13154  it is helpful to split the first cell of the table by one or two diagonal
13155  lines.
13156  This can be achieved by loading the LaTeX-package 
13157 \series bold
13158 diagbox
13159 \series default
13160 \lang french
13161
13162 \begin_inset Index idx
13163 status collapsed
13164
13165 \begin_layout Plain Layout
13166 Paquetages LaTeX ! diagbox
13167 \end_layout
13168
13169 \end_inset
13170
13171  
13172 \lang english
13173 in the document preamble.
13174  The package provides the command 
13175 \series bold
13176
13177 \backslash
13178 diagbox
13179 \series default
13180  that is inserted as TeX-Code and that can take 2 or 3
13181 \begin_inset space ~
13182 \end_inset
13183
13184 arguments:
13185 \end_layout
13186
13187 \begin_layout Standard
13188
13189 \series bold
13190 \lang english
13191
13192 \backslash
13193 diagbox[options]{lower left}{upper right}
13194 \end_layout
13195
13196 \begin_layout Standard
13197
13198 \series bold
13199 \lang english
13200
13201 \backslash
13202 diagbox[options]{lower left}{upper left}{upper right}
13203 \end_layout
13204
13205 \begin_layout Standard
13206
13207 \lang english
13208 The first scheme divides the cell by a single diagonal line and the arguments
13209  are placed below and above this line.
13210  The second scheme divides the cell by 2
13211 \begin_inset space ~
13212 \end_inset
13213
13214 lines.
13215 \end_layout
13216
13217 \begin_layout Standard
13218 \begin_inset ERT
13219 status collapsed
13220
13221 \begin_layout Plain Layout
13222
13223
13224 \backslash
13225 ifdiagbox
13226 \end_layout
13227
13228 \end_inset
13229
13230
13231 \begin_inset Note Note
13232 status open
13233
13234 \begin_layout Plain Layout
13235 La section suivante ne s'affichera que si vous avez installé le paquetage
13236  LaTeX 
13237 \series bold
13238 diagbox
13239 \series default
13240 .
13241 \end_layout
13242
13243 \end_inset
13244
13245
13246 \end_layout
13247
13248 \begin_layout Standard
13249
13250 \lang english
13251 Here is an example table where 
13252 \series bold
13253
13254 \backslash
13255 diagbox 
13256 \series default
13257 is used in the 2-argument scheme in the first cell:
13258 \begin_inset VSpace medskip
13259 \end_inset
13260
13261
13262 \end_layout
13263
13264 \begin_layout Standard
13265 \noindent
13266
13267 \lang english
13268 \begin_inset Tabular
13269 <lyxtabular version="3" rows="4" columns="4">
13270 <features tabularvalignment="middle">
13271 <column alignment="center" valignment="top" width="0">
13272 <column alignment="center" valignment="top" width="0">
13273 <column alignment="center" valignment="top" width="0">
13274 <column alignment="center" valignment="top" width="0">
13275 <row>
13276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13277 \begin_inset Text
13278
13279 \begin_layout Plain Layout
13280
13281 \lang english
13282 \begin_inset ERT
13283 status collapsed
13284
13285 \begin_layout Plain Layout
13286
13287
13288 \backslash
13289 diagbox{
13290 \end_layout
13291
13292 \end_inset
13293
13294 Name
13295 \begin_inset ERT
13296 status collapsed
13297
13298 \begin_layout Plain Layout
13299
13300 }{
13301 \end_layout
13302
13303 \end_inset
13304
13305 Parameter
13306 \begin_inset ERT
13307 status collapsed
13308
13309 \begin_layout Plain Layout
13310
13311 }
13312 \end_layout
13313
13314 \end_inset
13315
13316
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325
13326 \lang english
13327 Thickness in nm
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336
13337 \lang english
13338 Transparency in %
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347
13348 \lang english
13349 Hardness in MPa
13350 \end_layout
13351
13352 \end_inset
13353 </cell>
13354 </row>
13355 <row>
13356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360
13361 \lang english
13362 Perfect Green
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371
13372 \lang english
13373 45
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382
13383 \lang english
13384 80
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13390 \begin_inset Text
13391
13392 \begin_layout Plain Layout
13393
13394 \lang english
13395 504
13396 \end_layout
13397
13398 \end_inset
13399 </cell>
13400 </row>
13401 <row>
13402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13403 \begin_inset Text
13404
13405 \begin_layout Plain Layout
13406
13407 \lang english
13408 Dark Multi-P
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417
13418 \lang english
13419 60
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428
13429 \lang english
13430 72
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439
13440 \lang english
13441 982
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 </row>
13447 <row>
13448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452
13453 \lang english
13454 Crystal Clear Pro
13455 \end_layout
13456
13457 \end_inset
13458 </cell>
13459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463
13464 \lang english
13465 18
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474
13475 \lang english
13476 86
13477 \end_layout
13478
13479 \end_inset
13480 </cell>
13481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13482 \begin_inset Text
13483
13484 \begin_layout Plain Layout
13485
13486 \lang english
13487 374
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 </row>
13493 </lyxtabular>
13494
13495 \end_inset
13496
13497
13498 \begin_inset VSpace medskip
13499 \end_inset
13500
13501
13502 \end_layout
13503
13504 \begin_layout Standard
13505
13506 \lang english
13507 The 3-argument scheme is for example useful for cross-tables of sports leagues
13508  or distances:
13509 \end_layout
13510
13511 \begin_layout Standard
13512 \noindent
13513 \align center
13514
13515 \lang english
13516 \begin_inset Tabular
13517 <lyxtabular version="3" rows="4" columns="4">
13518 <features tabularvalignment="middle">
13519 <column alignment="center" valignment="top" width="0pt">
13520 <column alignment="center" valignment="top" width="0">
13521 <column alignment="center" valignment="top" width="0">
13522 <column alignment="center" valignment="top" width="0">
13523 <row>
13524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528
13529 \lang english
13530 \begin_inset ERT
13531 status collapsed
13532
13533 \begin_layout Plain Layout
13534
13535
13536 \backslash
13537 diagbox{
13538 \end_layout
13539
13540 \end_inset
13541
13542 Team home
13543 \begin_inset ERT
13544 status collapsed
13545
13546 \begin_layout Plain Layout
13547
13548 }{
13549 \end_layout
13550
13551 \end_inset
13552
13553 Result
13554 \begin_inset ERT
13555 status collapsed
13556
13557 \begin_layout Plain Layout
13558
13559 }{
13560 \end_layout
13561
13562 \end_inset
13563
13564 Team away
13565 \begin_inset ERT
13566 status collapsed
13567
13568 \begin_layout Plain Layout
13569
13570 }
13571 \end_layout
13572
13573 \end_inset
13574
13575
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584
13585 \lang english
13586 Tigers
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595
13596 \lang english
13597 Panthers
13598 \end_layout
13599
13600 \end_inset
13601 </cell>
13602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13603 \begin_inset Text
13604
13605 \begin_layout Plain Layout
13606
13607 \lang english
13608 Falcons
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 </row>
13614 <row>
13615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619
13620 \lang english
13621 Tigers
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13627 \begin_inset Text
13628
13629 \begin_layout Plain Layout
13630
13631 \lang english
13632 ---
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641
13642 \lang english
13643 1:3
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652
13653 \lang english
13654 0:1
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 </row>
13660 <row>
13661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665
13666 \lang english
13667 Panthers
13668 \end_layout
13669
13670 \end_inset
13671 </cell>
13672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13673 \begin_inset Text
13674
13675 \begin_layout Plain Layout
13676
13677 \lang english
13678 3:1
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687
13688 \lang english
13689 ---
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13695 \begin_inset Text
13696
13697 \begin_layout Plain Layout
13698
13699 \lang english
13700 0:0
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 </row>
13706 <row>
13707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Plain Layout
13711
13712 \lang english
13713 Falcons
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722
13723 \lang english
13724 1:0
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733
13734 \lang english
13735 0:0
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744
13745 \lang english
13746 ---
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 </row>
13752 </lyxtabular>
13753
13754 \end_inset
13755
13756
13757 \end_layout
13758
13759 \begin_layout Standard
13760
13761 \lang english
13762 For larger cross-tables one might use split cells in 2 or every corner of
13763  the table like in this example:
13764 \end_layout
13765
13766 \begin_layout Standard
13767 \noindent
13768 \align center
13769
13770 \lang english
13771 \begin_inset Tabular
13772 <lyxtabular version="3" rows="5" columns="5">
13773 <features tabularvalignment="middle">
13774 <column alignment="center" valignment="top" width="0pt">
13775 <column alignment="center" valignment="top" width="0">
13776 <column alignment="center" valignment="top" width="0">
13777 <column alignment="center" valignment="top" width="0">
13778 <column alignment="center" valignment="top" width="0">
13779 <row>
13780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Plain Layout
13784
13785 \lang english
13786 \begin_inset ERT
13787 status open
13788
13789 \begin_layout Plain Layout
13790
13791
13792 \backslash
13793 diagbox{
13794 \end_layout
13795
13796 \end_inset
13797
13798 Team home
13799 \begin_inset ERT
13800 status collapsed
13801
13802 \begin_layout Plain Layout
13803
13804 }{
13805 \end_layout
13806
13807 \end_inset
13808
13809 Result
13810 \begin_inset ERT
13811 status collapsed
13812
13813 \begin_layout Plain Layout
13814
13815 }{
13816 \end_layout
13817
13818 \end_inset
13819
13820 Team away
13821 \begin_inset ERT
13822 status collapsed
13823
13824 \begin_layout Plain Layout
13825
13826 }
13827 \end_layout
13828
13829 \end_inset
13830
13831
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840
13841 \lang english
13842 Tigers
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Plain Layout
13851
13852 \lang english
13853 Panthers
13854 \end_layout
13855
13856 \end_inset
13857 </cell>
13858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13859 \begin_inset Text
13860
13861 \begin_layout Plain Layout
13862
13863 \lang english
13864 Falcons
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Plain Layout
13873
13874 \lang english
13875 \begin_inset ERT
13876 status open
13877
13878 \begin_layout Plain Layout
13879
13880
13881 \backslash
13882 diagbox[dir=NE]{
13883 \end_layout
13884
13885 \end_inset
13886
13887 Team home
13888 \begin_inset ERT
13889 status collapsed
13890
13891 \begin_layout Plain Layout
13892
13893 }{
13894 \end_layout
13895
13896 \end_inset
13897
13898 Result
13899 \begin_inset ERT
13900 status collapsed
13901
13902 \begin_layout Plain Layout
13903
13904 }{
13905 \end_layout
13906
13907 \end_inset
13908
13909 Team away
13910 \begin_inset ERT
13911 status collapsed
13912
13913 \begin_layout Plain Layout
13914
13915 }
13916 \end_layout
13917
13918 \end_inset
13919
13920
13921 \end_layout
13922
13923 \end_inset
13924 </cell>
13925 </row>
13926 <row>
13927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13928 \begin_inset Text
13929
13930 \begin_layout Plain Layout
13931
13932 \lang english
13933 Tigers
13934 \end_layout
13935
13936 \end_inset
13937 </cell>
13938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Plain Layout
13942
13943 \lang english
13944 ---
13945 \end_layout
13946
13947 \end_inset
13948 </cell>
13949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13950 \begin_inset Text
13951
13952 \begin_layout Plain Layout
13953
13954 \lang english
13955 1:3
13956 \end_layout
13957
13958 \end_inset
13959 </cell>
13960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13961 \begin_inset Text
13962
13963 \begin_layout Plain Layout
13964
13965 \lang english
13966 0:1
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13972 \begin_inset Text
13973
13974 \begin_layout Plain Layout
13975
13976 \lang english
13977 Tigers
13978 \end_layout
13979
13980 \end_inset
13981 </cell>
13982 </row>
13983 <row>
13984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13985 \begin_inset Text
13986
13987 \begin_layout Plain Layout
13988
13989 \lang english
13990 Panthers
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999
14000 \lang english
14001 3:1
14002 \end_layout
14003
14004 \end_inset
14005 </cell>
14006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14007 \begin_inset Text
14008
14009 \begin_layout Plain Layout
14010
14011 \lang english
14012 ---
14013 \end_layout
14014
14015 \end_inset
14016 </cell>
14017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14018 \begin_inset Text
14019
14020 \begin_layout Plain Layout
14021
14022 \lang english
14023 0:0
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032
14033 \lang english
14034 Panthers
14035 \end_layout
14036
14037 \end_inset
14038 </cell>
14039 </row>
14040 <row>
14041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14042 \begin_inset Text
14043
14044 \begin_layout Plain Layout
14045
14046 \lang english
14047 Falcons
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14053 \begin_inset Text
14054
14055 \begin_layout Plain Layout
14056
14057 \lang english
14058 1:0
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067
14068 \lang english
14069 0:0
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078
14079 \lang english
14080 ---
14081 \end_layout
14082
14083 \end_inset
14084 </cell>
14085 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Plain Layout
14089
14090 \lang english
14091 Falcons
14092 \end_layout
14093
14094 \end_inset
14095 </cell>
14096 </row>
14097 <row>
14098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14099 \begin_inset Text
14100
14101 \begin_layout Plain Layout
14102
14103 \lang english
14104 \begin_inset ERT
14105 status open
14106
14107 \begin_layout Plain Layout
14108
14109
14110 \backslash
14111 diagbox[dir=SW]{
14112 \end_layout
14113
14114 \end_inset
14115
14116 Team home
14117 \begin_inset ERT
14118 status collapsed
14119
14120 \begin_layout Plain Layout
14121
14122 }{
14123 \end_layout
14124
14125 \end_inset
14126
14127 Result
14128 \begin_inset ERT
14129 status collapsed
14130
14131 \begin_layout Plain Layout
14132
14133 }{
14134 \end_layout
14135
14136 \end_inset
14137
14138 Team away
14139 \begin_inset ERT
14140 status collapsed
14141
14142 \begin_layout Plain Layout
14143
14144 }
14145 \end_layout
14146
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158
14159 \lang english
14160 Tigers
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169
14170 \lang english
14171 Panthers
14172 \end_layout
14173
14174 \end_inset
14175 </cell>
14176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180
14181 \lang english
14182 Falcons
14183 \end_layout
14184
14185 \end_inset
14186 </cell>
14187 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14188 \begin_inset Text
14189
14190 \begin_layout Plain Layout
14191
14192 \lang english
14193 \begin_inset ERT
14194 status open
14195
14196 \begin_layout Plain Layout
14197
14198
14199 \backslash
14200 diagbox[dir=SE]{
14201 \end_layout
14202
14203 \end_inset
14204
14205 Team home
14206 \begin_inset ERT
14207 status collapsed
14208
14209 \begin_layout Plain Layout
14210
14211 }{
14212 \end_layout
14213
14214 \end_inset
14215
14216 Result
14217 \begin_inset ERT
14218 status collapsed
14219
14220 \begin_layout Plain Layout
14221
14222 }{
14223 \end_layout
14224
14225 \end_inset
14226
14227 Team away
14228 \begin_inset ERT
14229 status collapsed
14230
14231 \begin_layout Plain Layout
14232
14233 }
14234 \end_layout
14235
14236 \end_inset
14237
14238
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 </row>
14244 </lyxtabular>
14245
14246 \end_inset
14247
14248
14249 \end_layout
14250
14251 \begin_layout Standard
14252
14253 \lang english
14254 To rotate the diagonal lines, the command option 
14255 \series bold
14256 dir=direction
14257 \series default
14258  is used.
14259  
14260 \emph on
14261 direction
14262 \emph default
14263  is either 
14264 \series bold
14265 NE
14266 \series default
14267
14268 \series bold
14269 DE
14270 \series default
14271
14272 \series bold
14273 SW
14274 \series default
14275  or 
14276 \series bold
14277 NW
14278 \series default
14279  and represent a point of a compass.
14280  
14281 \series bold
14282 SW
14283 \series default
14284  is for example the south-west corner.
14285  Thus in the lower left cell of the above table the command
14286 \end_layout
14287
14288 \begin_layout Standard
14289
14290 \series bold
14291 \lang english
14292
14293 \backslash
14294 diagbox[dir=SW]{Team home}{Result}{Team away}
14295 \end_layout
14296
14297 \begin_layout Standard
14298
14299 \lang english
14300 is used.
14301  If no direction is given, it will be NW.
14302 \end_layout
14303
14304 \begin_layout Standard
14305
14306 \lang english
14307 The necessary width of split cells is automatically calculated.
14308  Thus if you set a fixed column width smaller than the calculated one, the
14309  cell's content will protrude the cell borders:
14310 \end_layout
14311
14312 \begin_layout Standard
14313 \noindent
14314 \align center
14315
14316 \lang english
14317 \begin_inset Tabular
14318 <lyxtabular version="3" rows="2" columns="2">
14319 <features tabularvalignment="middle">
14320 <column alignment="center" valignment="top" width="3cm">
14321 <column alignment="center" valignment="top" width="0">
14322 <row>
14323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14324 \begin_inset Text
14325
14326 \begin_layout Plain Layout
14327
14328 \lang english
14329 \begin_inset ERT
14330 status collapsed
14331
14332 \begin_layout Plain Layout
14333
14334
14335 \backslash
14336 diagbox{
14337 \end_layout
14338
14339 \end_inset
14340
14341 Name
14342 \begin_inset ERT
14343 status collapsed
14344
14345 \begin_layout Plain Layout
14346
14347 }{
14348 \end_layout
14349
14350 \end_inset
14351
14352 Parameter
14353 \begin_inset ERT
14354 status collapsed
14355
14356 \begin_layout Plain Layout
14357
14358 }
14359 \end_layout
14360
14361 \end_inset
14362
14363
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372
14373 \lang english
14374 Thickness in nm
14375 \end_layout
14376
14377 \end_inset
14378 </cell>
14379 </row>
14380 <row>
14381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Plain Layout
14385
14386 \lang english
14387 Perfect Green
14388 \end_layout
14389
14390 \end_inset
14391 </cell>
14392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396
14397 \lang english
14398 45
14399 \end_layout
14400
14401 \end_inset
14402 </cell>
14403 </row>
14404 </lyxtabular>
14405
14406 \end_inset
14407
14408
14409 \end_layout
14410
14411 \begin_layout Standard
14412
14413 \lang english
14414 If you need a certain width for columns with a split cell, use the command
14415  option 
14416 \series bold
14417 width=3cm
14418 \series default
14419  (replace '3cm' by the width you need).
14420  In the following table the width of the first column is set to 4
14421 \begin_inset space \thinspace{}
14422 \end_inset
14423
14424 cm.
14425  For 
14426 \series bold
14427
14428 \backslash
14429 diagbox
14430 \series default
14431  a width of 4
14432 \begin_inset space \thinspace{}
14433 \end_inset
14434
14435 cm + 2
14436 \begin_inset space \thinspace{}
14437 \end_inset
14438
14439
14440 \backslash
14441 tabcolsep is necessary because the overall width is the width for the text
14442  (in this case the 4
14443 \begin_inset space \thinspace{}
14444 \end_inset
14445
14446 cm) plus two times the separation of the text and the cell border.
14447  The calculation of the width cannot be done in the command option of 
14448 \series bold
14449
14450 \backslash
14451 diagbox
14452 \series default
14453  so one needs to create a new length which can be used later.
14454  This is done with the TeX-Code commands
14455 \end_layout
14456
14457 \begin_layout Standard
14458
14459 \series bold
14460
14461 \backslash
14462 newlength{
14463 \backslash
14464 diagtest}
14465 \begin_inset Newline newline
14466 \end_inset
14467
14468
14469 \backslash
14470 setlength{
14471 \backslash
14472 diagtest}{4cm+2
14473 \backslash
14474 tabcolsep}
14475 \end_layout
14476
14477 \begin_layout Standard
14478 \begin_inset ERT
14479 status collapsed
14480
14481 \begin_layout Plain Layout
14482
14483
14484 \backslash
14485 newlength{
14486 \backslash
14487 diagtest}
14488 \end_layout
14489
14490 \begin_layout Plain Layout
14491
14492
14493 \backslash
14494 setlength{
14495 \backslash
14496 diagtest}{4cm+2
14497 \backslash
14498 tabcolsep}
14499 \end_layout
14500
14501 \end_inset
14502
14503
14504 \end_layout
14505
14506 \begin_layout Standard
14507
14508 \lang english
14509 To enable calculations in LaTeX one needs to load the package 
14510 \series bold
14511 calc
14512 \series default
14513 \lang french
14514
14515 \begin_inset Index idx
14516 status collapsed
14517
14518 \begin_layout Plain Layout
14519 Paquetages LaTeX ! calc
14520 \end_layout
14521
14522 \end_inset
14523
14524  
14525 \lang english
14526 in the document preamble.
14527 \end_layout
14528
14529 \begin_layout Standard
14530
14531 \lang english
14532 In this table you can now use the command
14533 \end_layout
14534
14535 \begin_layout Standard
14536
14537 \series bold
14538
14539 \backslash
14540 diagbox[width=
14541 \backslash
14542 diagtest]{A}{B}
14543 \end_layout
14544
14545 \begin_layout Standard
14546
14547 \lang english
14548 in the first cell:
14549 \end_layout
14550
14551 \begin_layout Standard
14552 \noindent
14553 \align center
14554
14555 \lang english
14556 \begin_inset Tabular
14557 <lyxtabular version="3" rows="2" columns="2">
14558 <features tabularvalignment="middle">
14559 <column alignment="center" valignment="top" width="4cm">
14560 <column alignment="center" valignment="top" width="0">
14561 <row>
14562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14563 \begin_inset Text
14564
14565 \begin_layout Plain Layout
14566 \begin_inset ERT
14567 status open
14568
14569 \begin_layout Plain Layout
14570
14571
14572 \backslash
14573 diagbox[width=
14574 \backslash
14575 diagtest]{
14576 \end_layout
14577
14578 \end_inset
14579
14580 A
14581 \begin_inset ERT
14582 status collapsed
14583
14584 \begin_layout Plain Layout
14585
14586 }{
14587 \end_layout
14588
14589 \end_inset
14590
14591 B
14592 \begin_inset ERT
14593 status collapsed
14594
14595 \begin_layout Plain Layout
14596
14597 }
14598 \end_layout
14599
14600 \end_inset
14601
14602
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611
14612 \lang english
14613 Thickness in nm
14614 \end_layout
14615
14616 \end_inset
14617 </cell>
14618 </row>
14619 <row>
14620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14621 \begin_inset Text
14622
14623 \begin_layout Plain Layout
14624
14625 \lang english
14626 Perfect Green
14627 \end_layout
14628
14629 \end_inset
14630 </cell>
14631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14632 \begin_inset Text
14633
14634 \begin_layout Plain Layout
14635
14636 \lang english
14637 45
14638 \end_layout
14639
14640 \end_inset
14641 </cell>
14642 </row>
14643 </lyxtabular>
14644
14645 \end_inset
14646
14647
14648 \end_layout
14649
14650 \begin_layout Standard
14651
14652 \lang english
14653 Note that the split cell needs to be the widest one in the column.
14654  Otherwise the length of the diagonal line cannot be calculated correctly
14655  like in this table:
14656 \end_layout
14657
14658 \begin_layout Standard
14659 \noindent
14660 \align center
14661
14662 \lang english
14663 \begin_inset Tabular
14664 <lyxtabular version="3" rows="2" columns="2">
14665 <features tabularvalignment="middle">
14666 <column alignment="center" valignment="top" width="0pt">
14667 <column alignment="center" valignment="top" width="0">
14668 <row>
14669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673 \begin_inset ERT
14674 status collapsed
14675
14676 \begin_layout Plain Layout
14677
14678
14679 \backslash
14680 diagbox{
14681 \end_layout
14682
14683 \end_inset
14684
14685 A
14686 \begin_inset ERT
14687 status collapsed
14688
14689 \begin_layout Plain Layout
14690
14691 }{
14692 \end_layout
14693
14694 \end_inset
14695
14696 B
14697 \begin_inset ERT
14698 status collapsed
14699
14700 \begin_layout Plain Layout
14701
14702 }
14703 \end_layout
14704
14705 \end_inset
14706
14707
14708 \end_layout
14709
14710 \end_inset
14711 </cell>
14712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14713 \begin_inset Text
14714
14715 \begin_layout Plain Layout
14716
14717 \lang english
14718 Thickness in nm
14719 \end_layout
14720
14721 \end_inset
14722 </cell>
14723 </row>
14724 <row>
14725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Plain Layout
14729
14730 \lang english
14731 Perfect Green
14732 \end_layout
14733
14734 \end_inset
14735 </cell>
14736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14737 \begin_inset Text
14738
14739 \begin_layout Plain Layout
14740
14741 \lang english
14742 45
14743 \end_layout
14744
14745 \end_inset
14746 </cell>
14747 </row>
14748 </lyxtabular>
14749
14750 \end_inset
14751
14752
14753 \end_layout
14754
14755 \begin_layout Standard
14756
14757 \lang english
14758 In this case use the 
14759 \series bold
14760 width
14761 \series default
14762  option of the 
14763 \series bold
14764
14765 \backslash
14766 diagbox
14767 \series default
14768  command.
14769  It is then not necessary to add 2
14770 \backslash
14771 tabcolsep because the cell width is now the width of the column.
14772  In this table a width of 3
14773 \begin_inset space \thinspace{}
14774 \end_inset
14775
14776 cm is used:
14777 \end_layout
14778
14779 \begin_layout Standard
14780 \noindent
14781 \align center
14782
14783 \lang english
14784 \begin_inset Tabular
14785 <lyxtabular version="3" rows="2" columns="2">
14786 <features tabularvalignment="middle">
14787 <column alignment="center" valignment="top" width="0pt">
14788 <column alignment="center" valignment="top" width="0">
14789 <row>
14790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14791 \begin_inset Text
14792
14793 \begin_layout Plain Layout
14794 \begin_inset ERT
14795 status open
14796
14797 \begin_layout Plain Layout
14798
14799
14800 \backslash
14801 diagbox[width=3cm]{
14802 \end_layout
14803
14804 \end_inset
14805
14806 A
14807 \begin_inset ERT
14808 status collapsed
14809
14810 \begin_layout Plain Layout
14811
14812 }{
14813 \end_layout
14814
14815 \end_inset
14816
14817 B
14818 \begin_inset ERT
14819 status collapsed
14820
14821 \begin_layout Plain Layout
14822
14823 }
14824 \end_layout
14825
14826 \end_inset
14827
14828
14829 \end_layout
14830
14831 \end_inset
14832 </cell>
14833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14834 \begin_inset Text
14835
14836 \begin_layout Plain Layout
14837
14838 \lang english
14839 Thickness in nm
14840 \end_layout
14841
14842 \end_inset
14843 </cell>
14844 </row>
14845 <row>
14846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14847 \begin_inset Text
14848
14849 \begin_layout Plain Layout
14850
14851 \lang english
14852 Perfect Green
14853 \end_layout
14854
14855 \end_inset
14856 </cell>
14857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14858 \begin_inset Text
14859
14860 \begin_layout Plain Layout
14861
14862 \lang english
14863 45
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 </row>
14869 </lyxtabular>
14870
14871 \end_inset
14872
14873
14874 \end_layout
14875
14876 \begin_layout Standard
14877
14878 \lang english
14879 For multiple text lines in split cells one needs some extra height to fit
14880  the text to the cell.
14881  This can be achieved with the 
14882 \series bold
14883
14884 \backslash
14885 diagbox
14886 \series default
14887  option 
14888 \series bold
14889 height=3cm
14890 \series default
14891  (replace '3cm' by the height you need).
14892  In the following table the command
14893 \end_layout
14894
14895 \begin_layout Standard
14896
14897 \series bold
14898
14899 \backslash
14900 diagbox[width=3cm,height=1.4cm]{A
14901 \backslash
14902
14903 \backslash
14904 B}{C
14905 \backslash
14906
14907 \backslash
14908 D}
14909 \end_layout
14910
14911 \begin_layout Standard
14912
14913 \lang english
14914 is used in the first cell.
14915  The command 
14916 \series bold
14917
14918 \backslash
14919
14920 \backslash
14921
14922 \series default
14923  creates hereby the line break.
14924 \begin_inset Foot
14925 status collapsed
14926
14927 \begin_layout Plain Layout
14928
14929 \lang english
14930 Breaking lines with 
14931 \family sans
14932 Ctrl+Return
14933 \family default
14934  is only possible when the column has a fixed width.
14935 \end_layout
14936
14937 \end_inset
14938
14939
14940 \end_layout
14941
14942 \begin_layout Standard
14943 \noindent
14944 \align center
14945
14946 \lang english
14947 \begin_inset Tabular
14948 <lyxtabular version="3" rows="2" columns="2">
14949 <features tabularvalignment="middle">
14950 <column alignment="center" valignment="top" width="0">
14951 <column alignment="center" valignment="top" width="0">
14952 <row>
14953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14954 \begin_inset Text
14955
14956 \begin_layout Plain Layout
14957 \begin_inset ERT
14958 status open
14959
14960 \begin_layout Plain Layout
14961
14962
14963 \backslash
14964 diagbox[width=3cm,height=1.4cm]{
14965 \end_layout
14966
14967 \end_inset
14968
14969 A
14970 \begin_inset ERT
14971 status collapsed
14972
14973 \begin_layout Plain Layout
14974
14975
14976 \backslash
14977
14978 \backslash
14979
14980 \end_layout
14981
14982 \end_inset
14983
14984 B
14985 \begin_inset ERT
14986 status collapsed
14987
14988 \begin_layout Plain Layout
14989
14990 }{
14991 \end_layout
14992
14993 \end_inset
14994
14995 C
14996 \begin_inset ERT
14997 status collapsed
14998
14999 \begin_layout Plain Layout
15000
15001
15002 \backslash
15003
15004 \backslash
15005
15006 \end_layout
15007
15008 \end_inset
15009
15010 D
15011 \begin_inset ERT
15012 status collapsed
15013
15014 \begin_layout Plain Layout
15015
15016 }
15017 \end_layout
15018
15019 \end_inset
15020
15021
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030
15031 \lang english
15032 Thickness in nm
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 </row>
15038 <row>
15039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043
15044 \lang english
15045 Perfect Green
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054
15055 \lang english
15056 45
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 </row>
15062 </lyxtabular>
15063
15064 \end_inset
15065
15066
15067 \end_layout
15068
15069 \begin_layout Standard
15070 \begin_inset ERT
15071 status collapsed
15072
15073 \begin_layout Plain Layout
15074
15075
15076 \backslash
15077 else
15078 \end_layout
15079
15080 \end_inset
15081
15082
15083 \begin_inset Note Note
15084 status open
15085
15086 \begin_layout Plain Layout
15087 Ce qui suit sera affiché si le paquetage LaTeX 
15088 \series bold
15089 diagbox
15090 \series default
15091  n'est pas installé :
15092 \end_layout
15093
15094 \end_inset
15095
15096
15097 \end_layout
15098
15099 \begin_layout Standard
15100 Vous devez installer le paquetage LaTeX 
15101 \series bold
15102 diagbox
15103 \series default
15104  pour voir le contenu des cette section dans la sortie imprimée.
15105 \end_layout
15106
15107 \begin_layout Standard
15108 \begin_inset ERT
15109 status collapsed
15110
15111 \begin_layout Plain Layout
15112
15113
15114 \backslash
15115 fi
15116 \end_layout
15117
15118 \end_inset
15119
15120
15121 \end_layout
15122
15123 \begin_layout Standard
15124
15125 \lang english
15126 For more info about the LaTeX-package 
15127 \series bold
15128 diagbox
15129 \series default
15130 , see its documentation
15131 \lang french
15132
15133 \begin_inset CommandInset citation
15134 LatexCommand cite
15135 key "diagbox"
15136
15137 \end_inset
15138
15139 .
15140 \end_layout
15141
15142 \begin_layout Section
15143 Les tableaux formels
15144 \begin_inset CommandInset label
15145 LatexCommand label
15146 name "sec:Tableaux-Formels"
15147
15148 \end_inset
15149
15150
15151 \begin_inset Index idx
15152 status collapsed
15153
15154 \begin_layout Plain Layout
15155 Tableau ! Formel
15156 \end_layout
15157
15158 \end_inset
15159
15160
15161 \end_layout
15162
15163 \begin_layout Standard
15164 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
15165  à celle du tableau
15166 \begin_inset space ~
15167 \end_inset
15168
15169
15170 \begin_inset CommandInset ref
15171 LatexCommand ref
15172 reference "tab:Exemple-tableau-booktabs"
15173
15174 \end_inset
15175
15176 .
15177  Ce genre de tableau est appelé 
15178 \begin_inset Quotes fld
15179 \end_inset
15180
15181
15182 \emph on
15183 formel
15184 \emph default
15185
15186 \begin_inset Quotes frd
15187 \end_inset
15188
15189 .
15190  Pour transformer un tableau en tableau formel, utilisez l'option 
15191 \family sans
15192 Formel
15193 \family default
15194  de l'onglet 
15195 \family sans
15196 Bordures
15197 \family default
15198  de la fenêtre de dialogue 
15199 \family sans
15200 Paramètres
15201 \begin_inset space ~
15202 \end_inset
15203
15204 du
15205 \begin_inset space ~
15206 \end_inset
15207
15208 tableau
15209 \family default
15210 .
15211 \end_layout
15212
15213 \begin_layout Standard
15214 \begin_inset Float table
15215 placement h
15216 wide false
15217 sideways false
15218 status open
15219
15220 \begin_layout Plain Layout
15221 \begin_inset Caption
15222
15223 \begin_layout Plain Layout
15224 \begin_inset CommandInset label
15225 LatexCommand label
15226 name "tab:Exemple-tableau-booktabs"
15227
15228 \end_inset
15229
15230 Exemple de tableau formel
15231 \end_layout
15232
15233 \end_inset
15234
15235
15236 \end_layout
15237
15238 \begin_layout Plain Layout
15239 \align center
15240 \begin_inset Tabular
15241 <lyxtabular version="3" rows="8" columns="4">
15242 <features booktabs="true" tabularvalignment="middle">
15243 <column alignment="center" valignment="top" width="0">
15244 <column alignment="center" valignment="top" width="0">
15245 <column alignment="center" valignment="top" width="0">
15246 <column alignment="center" valignment="top" width="0">
15247 <row>
15248 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252 Système
15253 \end_layout
15254
15255 \end_inset
15256 </cell>
15257 <cell alignment="center" valignment="top" topline="true" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Plain Layout
15261 Chip
15262 \begin_inset space \thinspace{}
15263 \end_inset
15264
15265 1
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Plain Layout
15274 Chip
15275 \begin_inset space \thinspace{}
15276 \end_inset
15277
15278 2
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 </row>
15293 <row>
15294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298 \begin_inset ERT
15299 status collapsed
15300
15301 \begin_layout Plain Layout
15302
15303
15304 \backslash
15305 cmidrule(r){2-2}
15306 \end_layout
15307
15308 \end_inset
15309
15310
15311 \begin_inset ERT
15312 status collapsed
15313
15314 \begin_layout Plain Layout
15315
15316
15317 \backslash
15318 cmidrule(l){3-4}
15319 \end_layout
15320
15321 \end_inset
15322
15323 Épaisseur du capteur en µm
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 <cell alignment="center" valignment="top" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332 300
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 <cell alignment="center" valignment="top" usebox="none">
15338 \begin_inset Text
15339
15340 \begin_layout Plain Layout
15341 300
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 <cell alignment="center" valignment="top" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350 700
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 </row>
15356 <row>
15357 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361 Angle du biseau en °
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 <cell alignment="center" valignment="top" topline="true" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370 3.55
15371 \end_layout
15372
15373 \end_inset
15374 </cell>
15375 <cell alignment="center" valignment="top" topline="true" usebox="none">
15376 \begin_inset Text
15377
15378 \begin_layout Plain Layout
15379 2.71
15380 \end_layout
15381
15382 \end_inset
15383 </cell>
15384 <cell alignment="center" valignment="top" topline="true" usebox="none">
15385 \begin_inset Text
15386
15387 \begin_layout Plain Layout
15388 7.99
15389 \end_layout
15390
15391 \end_inset
15392 </cell>
15393 </row>
15394 <row topspace="default">
15395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399 Résolution spatiale en µm
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 <cell alignment="center" valignment="top" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Plain Layout
15408 4.26
15409 \end_layout
15410
15411 \end_inset
15412 </cell>
15413 <cell alignment="center" valignment="top" usebox="none">
15414 \begin_inset Text
15415
15416 \begin_layout Plain Layout
15417 10.17
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 <cell alignment="center" valignment="top" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426 10.56
15427 \end_layout
15428
15429 \end_inset
15430 </cell>
15431 </row>
15432 <row topspace="default">
15433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Plain Layout
15437 MTF à 
15438 \begin_inset Formula $f_{\mathrm{max}}$
15439 \end_inset
15440
15441
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 <cell alignment="center" valignment="top" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450 0.53
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 <cell alignment="center" valignment="top" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459 0.37
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 <cell alignment="center" valignment="top" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468 0.39
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 </row>
15474 <row topspace="default">
15475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Plain Layout
15479 \begin_inset ERT
15480 status collapsed
15481
15482 \begin_layout Plain Layout
15483
15484
15485 \backslash
15486 cmidrule(l{10pt}){1-1}
15487 \end_layout
15488
15489 \end_inset
15490
15491 résolution spatiale LSF
15492 \end_layout
15493
15494 \end_inset
15495 </cell>
15496 <cell alignment="center" valignment="top" usebox="none">
15497 \begin_inset Text
15498
15499 \begin_layout Plain Layout
15500
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 <cell alignment="center" valignment="top" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 <cell alignment="center" valignment="top" usebox="none">
15515 \begin_inset Text
15516
15517 \begin_layout Plain Layout
15518
15519 \end_layout
15520
15521 \end_inset
15522 </cell>
15523 </row>
15524 <row>
15525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15526 \begin_inset Text
15527
15528 \begin_layout Plain Layout
15529 en µm
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 <cell alignment="center" valignment="top" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538 129.7
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 <cell alignment="center" valignment="top" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547 52.75
15548 \end_layout
15549
15550 \end_inset
15551 </cell>
15552 <cell alignment="center" valignment="top" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556 50.78
15557 \end_layout
15558
15559 \end_inset
15560 </cell>
15561 </row>
15562 <row>
15563 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15564 \begin_inset Text
15565
15566 \begin_layout Plain Layout
15567 en % de la taille des pixels
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576 76.3
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585 95.9
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15591 \begin_inset Text
15592
15593 \begin_layout Plain Layout
15594 92.3
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 </row>
15600 </lyxtabular>
15601
15602 \end_inset
15603
15604
15605 \end_layout
15606
15607 \end_inset
15608
15609
15610 \end_layout
15611
15612 \begin_layout Standard
15613 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15614  
15615 \family sans
15616 Bordures
15617 \family default
15618  de la fenêtre de dialogue 
15619 \family sans
15620 Paramètres
15621 \begin_inset space ~
15622 \end_inset
15623
15624 du
15625 \begin_inset space ~
15626 \end_inset
15627
15628 tableau
15629 \family default
15630  comme c'est décrit dans la section
15631 \begin_inset space ~
15632 \end_inset
15633
15634
15635 \begin_inset CommandInset ref
15636 LatexCommand ref
15637 reference "sub:Espacement-lignes"
15638
15639 \end_inset
15640
15641 .
15642 \end_layout
15643
15644 \begin_layout Standard
15645 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15646  verticales.
15647  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15648  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15649  sortie imprimée :
15650 \begin_inset Newline newline
15651 \end_inset
15652
15653 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15654 \begin_inset space \thinspace{}
15655 \end_inset
15656
15657 em alors que les autres lignes ont implicite une épaisseur de 0.05
15658 \begin_inset space \thinspace{}
15659 \end_inset
15660
15661 em.
15662 \end_layout
15663
15664 \begin_layout Standard
15665 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15666  les lignes de préambule suivantes :
15667 \end_layout
15668
15669 \begin_layout Standard
15670
15671 \series bold
15672
15673 \backslash
15674 let
15675 \backslash
15676 mytoprule
15677 \backslash
15678 toprule
15679 \begin_inset Newline newline
15680 \end_inset
15681
15682
15683 \backslash
15684 renewcommand{
15685 \backslash
15686 toprule}{
15687 \backslash
15688 mytoprule[width]}
15689 \end_layout
15690
15691 \begin_layout Standard
15692 Cet exemple concerne la première ligne, appelée 
15693 \series bold
15694 toprule
15695 \series default
15696 .
15697  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15698 \series bold
15699 toprule
15700 \series default
15701  par 
15702 \series bold
15703 bottomrule
15704 \series default
15705 .
15706  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15707  
15708 \series bold
15709 toprule
15710 \series default
15711  par 
15712 \series bold
15713 midrule
15714 \series default
15715 .
15716  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
15717 \begin_inset space ~
15718 \end_inset
15719
15720
15721 \begin_inset CommandInset ref
15722 LatexCommand ref
15723 reference "cha:Unités-de-longueur"
15724
15725 \end_inset
15726
15727  pour préciser l'épaisseur voulue.
15728 \end_layout
15729
15730 \begin_layout Standard
15731 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15732  en mettant une ligne pour une cellule multi-colonne.
15733  LyX va utiliser en interne la commande 
15734 \series bold
15735
15736 \backslash
15737 cmidrule
15738 \series default
15739  pour créer cette ligne.
15740  Sa syntaxe complète est :
15741 \end_layout
15742
15743 \begin_layout Standard
15744
15745 \series bold
15746
15747 \backslash
15748 cmidrule[largeur](rognage){colDépart-colFin}
15749 \end_layout
15750
15751 \begin_layout Standard
15752 Les options de la commande 
15753 \series bold
15754
15755 \backslash
15756 cmidrule
15757 \series default
15758  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
15759  TeX pour pouvoir les utiliser.
15760  On peut créer manuellement des lignes 
15761 \series bold
15762
15763 \backslash
15764 mitrales
15765 \series default
15766  en insérant la commande en code TeX comme le premier élément de la première
15767  cellule de la ligne.
15768  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15769  en question.
15770 \end_layout
15771
15772 \begin_layout Standard
15773 La valeur implicite pour l'épaisseur des lignes est de 0.03
15774 \begin_inset space \thinspace{}
15775 \end_inset
15776
15777 em.
15778  
15779 \series bold
15780 colDépart
15781 \series default
15782  est le numéro de la colonne dans laquelle la ligne commence et 
15783 \series bold
15784 colFin
15785 \series default
15786  est le numéro de la colonne dans laquelle elle se termine.
15787  La valeur de 
15788 \series bold
15789 colFin
15790 \series default
15791  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15792  Le paramètre optionnel 
15793 \series bold
15794 rognage
15795 \series default
15796  peut être soit 
15797 \emph on
15798 l{largeurRognage}
15799 \emph default
15800 , ou 
15801 \emph on
15802 r{largeurRognage}
15803 \emph default
15804  où les valeurs de
15805 \emph on
15806  largeurRognage
15807 \emph default
15808  sont aussi optionnelles.
15809  En utilisant par exemple la valeur 
15810 \emph on
15811 l{2pt}
15812 \emph default
15813  pour ce paramètre, la ligne va être rognée de 2
15814 \begin_inset space \thinspace{}
15815 \end_inset
15816
15817 pt à son extrémité gauche.
15818  Si vous ne spécifiez pas de valeur pour 
15819 \emph on
15820 largeurRognage
15821 \emph default
15822  les lignes sont implicitement rognées de 0.5
15823 \begin_inset space \thinspace{}
15824 \end_inset
15825
15826 em.
15827 \end_layout
15828
15829 \begin_layout Standard
15830 \begin_inset VSpace bigskip
15831 \end_inset
15832
15833 Le tableau
15834 \begin_inset space ~
15835 \end_inset
15836
15837
15838 \begin_inset CommandInset ref
15839 LatexCommand ref
15840 reference "tab:Exemple-tableau-booktabs"
15841
15842 \end_inset
15843
15844  a été créé en utilisant les commandes
15845 \end_layout
15846
15847 \begin_layout Standard
15848
15849 \series bold
15850
15851 \backslash
15852 cmidrule(r){2-2}
15853 \backslash
15854 cmidrule(l){3-4}
15855 \end_layout
15856
15857 \begin_layout Standard
15858 au début de la deuxième ligne et
15859 \end_layout
15860
15861 \begin_layout Standard
15862
15863 \series bold
15864
15865 \backslash
15866 cmidrule(l{10pt}){1-1}
15867 \end_layout
15868
15869 \begin_layout Standard
15870 au début de la sixième ligne.
15871 \end_layout
15872
15873 \begin_layout Standard
15874 \begin_inset VSpace bigskip
15875 \end_inset
15876
15877
15878 \end_layout
15879
15880 \begin_layout Standard
15881 Vous pouvez vouloir des commandes 
15882 \series bold
15883
15884 \backslash
15885 cmidrule
15886 \series default
15887 s qui se recouvrent comme pour le tableau
15888 \begin_inset space ~
15889 \end_inset
15890
15891
15892 \begin_inset CommandInset ref
15893 LatexCommand ref
15894 reference "tab:Tableau-booktabs-special"
15895
15896 \end_inset
15897
15898 .
15899  On obtient ce résultat en utilisant la commande suivante en code TeX
15900 \end_layout
15901
15902 \begin_layout Standard
15903
15904 \series bold
15905
15906 \backslash
15907 morecmidrules
15908 \end_layout
15909
15910 \begin_layout Standard
15911 La commande qui a été utilisée pour la deuxième ligne du tableau
15912 \begin_inset space ~
15913 \end_inset
15914
15915
15916 \begin_inset CommandInset ref
15917 LatexCommand ref
15918 reference "tab:Tableau-booktabs-special"
15919
15920 \end_inset
15921
15922  est
15923 \end_layout
15924
15925 \begin_layout Standard
15926
15927 \series bold
15928
15929 \backslash
15930 cmidrule(r){2-2}
15931 \backslash
15932 cmidrule(l){3-4}
15933 \backslash
15934 morecmidrules
15935 \backslash
15936 cmidrule{2-4}
15937 \end_layout
15938
15939 \begin_layout Standard
15940 La commande pour la sixième ligne est
15941 \end_layout
15942
15943 \begin_layout Standard
15944
15945 \series bold
15946
15947 \backslash
15948 midrule
15949 \backslash
15950 morecmidrules
15951 \backslash
15952 cmidrule{3-4}
15953 \end_layout
15954
15955 \begin_layout Standard
15956 \begin_inset VSpace bigskip
15957 \end_inset
15958
15959
15960 \end_layout
15961
15962 \begin_layout Standard
15963 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15964 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15965  font toute la largeur du tableau :
15966 \end_layout
15967
15968 \begin_layout Standard
15969
15970 \series bold
15971
15972 \backslash
15973 specialrule{largeur}{espace au dessus}{espace en dessous}
15974 \end_layout
15975
15976 \begin_layout Standard
15977 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15978  du paquetage LaTeX 
15979 \series bold
15980 booktabs
15981 \series default
15982  
15983 \begin_inset CommandInset citation
15984 LatexCommand cite
15985 key "booktabs"
15986
15987 \end_inset
15988
15989 .
15990 \begin_inset Index idx
15991 status collapsed
15992
15993 \begin_layout Plain Layout
15994 Paquetages LaTeX ! booktabs
15995 \end_layout
15996
15997 \end_inset
15998
15999
16000 \end_layout
16001
16002 \begin_layout Standard
16003 \begin_inset Float table
16004 placement h
16005 wide false
16006 sideways false
16007 status open
16008
16009 \begin_layout Plain Layout
16010 \begin_inset Caption
16011
16012 \begin_layout Plain Layout
16013 \begin_inset CommandInset label
16014 LatexCommand label
16015 name "tab:Tableau-booktabs-special"
16016
16017 \end_inset
16018
16019 Tableau formel spécial
16020 \end_layout
16021
16022 \end_inset
16023
16024
16025 \end_layout
16026
16027 \begin_layout Plain Layout
16028 \align center
16029 \begin_inset Tabular
16030 <lyxtabular version="3" rows="8" columns="4">
16031 <features booktabs="true" tabularvalignment="middle">
16032 <column alignment="center" valignment="top" width="0">
16033 <column alignment="center" valignment="top" width="0">
16034 <column alignment="center" valignment="top" width="0">
16035 <column alignment="center" valignment="top" width="0">
16036 <row>
16037 <cell alignment="center" valignment="top" topline="true" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041 Système
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 <cell alignment="center" valignment="top" topline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050 Chip
16051 \begin_inset space \thinspace{}
16052 \end_inset
16053
16054 1
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063 Chip
16064 \begin_inset space \thinspace{}
16065 \end_inset
16066
16067 2
16068 \end_layout
16069
16070 \end_inset
16071 </cell>
16072 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16073 \begin_inset Text
16074
16075 \begin_layout Plain Layout
16076
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 </row>
16082 <row>
16083 <cell alignment="center" valignment="top" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087 \begin_inset ERT
16088 status collapsed
16089
16090 \begin_layout Plain Layout
16091
16092
16093 \backslash
16094 cmidrule(r){2-2}
16095 \end_layout
16096
16097 \end_inset
16098
16099
16100 \begin_inset ERT
16101 status collapsed
16102
16103 \begin_layout Plain Layout
16104
16105
16106 \backslash
16107 cmidrule(l){3-4}
16108 \end_layout
16109
16110 \end_inset
16111
16112
16113 \begin_inset ERT
16114 status collapsed
16115
16116 \begin_layout Plain Layout
16117
16118
16119 \backslash
16120 morecmidrules 
16121 \end_layout
16122
16123 \end_inset
16124
16125
16126 \begin_inset ERT
16127 status collapsed
16128
16129 \begin_layout Plain Layout
16130
16131
16132 \backslash
16133 cmidrule{2-4}
16134 \end_layout
16135
16136 \end_inset
16137
16138 Epaisseur du capteur en µm
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 <cell alignment="center" valignment="top" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147 300
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 <cell alignment="center" valignment="top" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156 300
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell alignment="center" valignment="top" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 700
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 </row>
16171 <row>
16172 <cell alignment="center" valignment="top" topline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176 Angle biseau en °
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 <cell alignment="center" valignment="top" topline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185 3.55
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 <cell alignment="center" valignment="top" topline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194 2.71
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 <cell alignment="center" valignment="top" topline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Plain Layout
16203 7.99
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 </row>
16209 <row topspace="default">
16210 <cell alignment="center" valignment="top" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Plain Layout
16214 Résolution spatiale en µm
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 <cell alignment="center" valignment="top" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Plain Layout
16223 4.26
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 <cell alignment="center" valignment="top" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Plain Layout
16232 10.17
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 <cell alignment="center" valignment="top" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241 10.56
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 </row>
16247 <row topspace="default">
16248 <cell alignment="center" valignment="top" usebox="none">
16249 \begin_inset Text
16250
16251 \begin_layout Plain Layout
16252 MTF à 
16253 \begin_inset Formula $f_{\mathrm{max}}$
16254 \end_inset
16255
16256
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 0.53
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 <cell alignment="center" valignment="top" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274 0.37
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell alignment="center" valignment="top" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283 0.39
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 </row>
16289 <row>
16290 <cell alignment="center" valignment="top" topline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294 \begin_inset ERT
16295 status collapsed
16296
16297 \begin_layout Plain Layout
16298
16299
16300 \backslash
16301 morecmidrules 
16302 \end_layout
16303
16304 \end_inset
16305
16306
16307 \begin_inset ERT
16308 status collapsed
16309
16310 \begin_layout Plain Layout
16311
16312
16313 \backslash
16314 cmidrule{3-4}
16315 \end_layout
16316
16317 \end_inset
16318
16319 résolution spatiale LSF
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 <cell alignment="center" valignment="top" topline="true" usebox="none">
16325 \begin_inset Text
16326
16327 \begin_layout Plain Layout
16328
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 <cell alignment="center" valignment="top" topline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Plain Layout
16337
16338 \end_layout
16339
16340 \end_inset
16341 </cell>
16342 <cell alignment="center" valignment="top" topline="true" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Plain Layout
16346
16347 \end_layout
16348
16349 \end_inset
16350 </cell>
16351 </row>
16352 <row>
16353 <cell alignment="center" valignment="top" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Plain Layout
16357 en µm
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 <cell alignment="center" valignment="top" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Plain Layout
16366 129.7
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 <cell alignment="center" valignment="top" usebox="none">
16372 \begin_inset Text
16373
16374 \begin_layout Plain Layout
16375 52.75
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 <cell alignment="center" valignment="top" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Plain Layout
16384 50.78
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 </row>
16390 <row>
16391 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395 en % de la taille des pixels
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Plain Layout
16404 76.3
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413 95.9
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422 92.3
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 </row>
16428 </lyxtabular>
16429
16430 \end_inset
16431
16432
16433 \end_layout
16434
16435 \end_inset
16436
16437
16438 \end_layout
16439
16440 \begin_layout Section
16441 Alignement vertical des tableaux
16442 \begin_inset Index idx
16443 status collapsed
16444
16445 \begin_layout Plain Layout
16446 Tableau ! Alignement
16447 \end_layout
16448
16449 \end_inset
16450
16451
16452 \end_layout
16453
16454 \begin_layout Standard
16455 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16456  doit être à l'intérieur d'une boîte.
16457  La boîte peut alors être alignée comme c'est décrit dans la 
16458 \begin_inset space ~
16459 \end_inset
16460
16461
16462 \begin_inset CommandInset ref
16463 LatexCommand ref
16464 reference "sec:Boîte-Dialogue"
16465
16466 \end_inset
16467
16468 .
16469 \end_layout
16470
16471 \begin_layout Standard
16472 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16473  minipage
16474 \begin_inset Foot
16475 status open
16476
16477 \begin_layout Plain Layout
16478 Les minipages son décrites dans la section
16479 \begin_inset space ~
16480 \end_inset
16481
16482
16483 \begin_inset CommandInset ref
16484 LatexCommand ref
16485 reference "sec:Minipages"
16486
16487 \end_inset
16488
16489 .
16490 \end_layout
16491
16492 \end_inset
16493
16494  dont la largeur est de 15
16495 \begin_inset space \thinspace{}
16496 \end_inset
16497
16498 col% :
16499 \end_layout
16500
16501 \begin_layout Itemize
16502 test 
16503 \begin_inset Box Frameless
16504 position "t"
16505 hor_pos "c"
16506 has_inner_box 1
16507 inner_pos "c"
16508 use_parbox 0
16509 use_makebox 0
16510 width "15col%"
16511 special "none"
16512 height "1in"
16513 height_special "totalheight"
16514 status collapsed
16515
16516 \begin_layout Plain Layout
16517 \begin_inset Tabular
16518 <lyxtabular version="3" rows="3" columns="3">
16519 <features tabularvalignment="middle">
16520 <column alignment="center" valignment="top" width="0">
16521 <column alignment="center" valignment="top" width="0">
16522 <column alignment="center" valignment="top" width="0">
16523 <row>
16524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528 a
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537 d
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16543 \begin_inset Text
16544
16545 \begin_layout Plain Layout
16546 g
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 </row>
16552 <row>
16553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557 b
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566 e
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Plain Layout
16575 h
16576 \end_layout
16577
16578 \end_inset
16579 </cell>
16580 </row>
16581 <row>
16582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586 c
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 f
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Plain Layout
16604 i
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 </row>
16610 </lyxtabular>
16611
16612 \end_inset
16613
16614
16615 \end_layout
16616
16617 \end_inset
16618
16619  test 
16620 \begin_inset ERT
16621 status collapsed
16622
16623 \begin_layout Plain Layout
16624
16625
16626 \backslash
16627 raisebox{0.85
16628 \backslash
16629 baselineskip}{
16630 \end_layout
16631
16632 \end_inset
16633
16634
16635 \begin_inset Box Frameless
16636 position "t"
16637 hor_pos "c"
16638 has_inner_box 1
16639 inner_pos "c"
16640 use_parbox 0
16641 use_makebox 0
16642 width "15col%"
16643 special "none"
16644 height "1in"
16645 height_special "totalheight"
16646 status collapsed
16647
16648 \begin_layout Plain Layout
16649 \begin_inset Tabular
16650 <lyxtabular version="3" rows="3" columns="3">
16651 <features tabularvalignment="middle">
16652 <column alignment="center" valignment="top" width="0">
16653 <column alignment="center" valignment="top" width="0">
16654 <column alignment="center" valignment="top" width="0">
16655 <row>
16656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660 a
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 d
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 g
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 </row>
16684 <row>
16685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16686 \begin_inset Text
16687
16688 \begin_layout Plain Layout
16689 b
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 e
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707 h
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 </row>
16713 <row>
16714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718 c
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727 f
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736 i
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 </row>
16742 </lyxtabular>
16743
16744 \end_inset
16745
16746
16747 \end_layout
16748
16749 \end_inset
16750
16751
16752 \begin_inset ERT
16753 status collapsed
16754
16755 \begin_layout Plain Layout
16756
16757 }
16758 \end_layout
16759
16760 \end_inset
16761
16762
16763 \end_layout
16764
16765 \begin_layout Itemize
16766 test 
16767 \begin_inset Box Frameless
16768 position "c"
16769 hor_pos "c"
16770 has_inner_box 1
16771 inner_pos "c"
16772 use_parbox 0
16773 use_makebox 0
16774 width "15col%"
16775 special "none"
16776 height "1in"
16777 height_special "totalheight"
16778 status collapsed
16779
16780 \begin_layout Plain Layout
16781 \begin_inset Tabular
16782 <lyxtabular version="3" rows="3" columns="3">
16783 <features tabularvalignment="middle">
16784 <column alignment="center" valignment="top" width="0">
16785 <column alignment="center" valignment="top" width="0">
16786 <column alignment="center" valignment="top" width="0">
16787 <row>
16788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792 a
16793 \end_layout
16794
16795 \end_inset
16796 </cell>
16797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801 d
16802 \end_layout
16803
16804 \end_inset
16805 </cell>
16806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810 g
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 </row>
16816 <row>
16817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 b
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830 e
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839 h
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 </row>
16845 <row>
16846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850 c
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16856 \begin_inset Text
16857
16858 \begin_layout Plain Layout
16859 f
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868 i
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 </row>
16874 </lyxtabular>
16875
16876 \end_inset
16877
16878
16879 \end_layout
16880
16881 \end_inset
16882
16883
16884 \end_layout
16885
16886 \begin_layout Itemize
16887 test 
16888 \begin_inset Box Frameless
16889 position "b"
16890 hor_pos "c"
16891 has_inner_box 1
16892 inner_pos "c"
16893 use_parbox 0
16894 use_makebox 0
16895 width "15col%"
16896 special "none"
16897 height "1in"
16898 height_special "totalheight"
16899 status collapsed
16900
16901 \begin_layout Plain Layout
16902 \begin_inset Tabular
16903 <lyxtabular version="3" rows="3" columns="3">
16904 <features tabularvalignment="middle">
16905 <column alignment="center" valignment="top" width="0">
16906 <column alignment="center" valignment="top" width="0">
16907 <column alignment="center" valignment="top" width="0">
16908 <row>
16909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913 a
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922 d
16923 \end_layout
16924
16925 \end_inset
16926 </cell>
16927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931 g
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 </row>
16937 <row>
16938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942 b
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951 e
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960 h
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 </row>
16966 <row>
16967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 c
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980 f
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 i
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 </row>
16995 </lyxtabular>
16996
16997 \end_inset
16998
16999
17000 \end_layout
17001
17002 \end_inset
17003
17004  test 
17005 \begin_inset ERT
17006 status collapsed
17007
17008 \begin_layout Plain Layout
17009
17010
17011 \backslash
17012 raisebox{-0.32
17013 \backslash
17014 baselineskip}{
17015 \end_layout
17016
17017 \end_inset
17018
17019
17020 \begin_inset Box Frameless
17021 position "b"
17022 hor_pos "c"
17023 has_inner_box 1
17024 inner_pos "c"
17025 use_parbox 0
17026 use_makebox 0
17027 width "15col%"
17028 special "none"
17029 height "1in"
17030 height_special "totalheight"
17031 status collapsed
17032
17033 \begin_layout Plain Layout
17034 \begin_inset Tabular
17035 <lyxtabular version="3" rows="3" columns="3">
17036 <features tabularvalignment="middle">
17037 <column alignment="center" valignment="top" width="0">
17038 <column alignment="center" valignment="top" width="0">
17039 <column alignment="center" valignment="top" width="0">
17040 <row>
17041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045 a
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054 d
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063 g
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 </row>
17069 <row>
17070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074 b
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083 e
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092 h
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 </row>
17098 <row>
17099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103 c
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112 f
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121 i
17122 \end_layout
17123
17124 \end_inset
17125 </cell>
17126 </row>
17127 </lyxtabular>
17128
17129 \end_inset
17130
17131
17132 \end_layout
17133
17134 \end_inset
17135
17136
17137 \begin_inset ERT
17138 status collapsed
17139
17140 \begin_layout Plain Layout
17141
17142 }
17143 \end_layout
17144
17145 \end_inset
17146
17147
17148 \end_layout
17149
17150 \begin_layout Standard
17151 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
17152  et de la dernière ligne, n'est pas correctement aligné avec le texte de
17153  la ligne dans laquelle le tableau est inséré.
17154  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
17155  boîte élévatrice (raisebox)
17156 \begin_inset Foot
17157 status collapsed
17158
17159 \begin_layout Plain Layout
17160 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
17161 \begin_inset space ~
17162 \end_inset
17163
17164
17165 \begin_inset CommandInset ref
17166 LatexCommand ref
17167 reference "sub:Alignement-Vertical"
17168
17169 \end_inset
17170
17171 .
17172 \end_layout
17173
17174 \end_inset
17175
17176 .
17177  Dans l'exemple précédent, le deuxième tableau de la première ligne est
17178  aligné en utilisant la commande en code TeX suivante 
17179 \end_layout
17180
17181 \begin_layout Standard
17182
17183 \series bold
17184
17185 \backslash
17186 raisebox{0.85
17187 \backslash
17188 baselineskip}{
17189 \end_layout
17190
17191 \begin_layout Standard
17192 placée juste avant la boîte minipage.
17193  Après la boîte on insère l'accolade fermante en code TeX.
17194  Pour le deuxième tableau de la dernière ligne, la commande 
17195 \end_layout
17196
17197 \begin_layout Standard
17198
17199 \series bold
17200
17201 \backslash
17202 raisebox{-0.32
17203 \backslash
17204 baselineskip}{
17205 \end_layout
17206
17207 \begin_layout Standard
17208 est utilisée.
17209 \end_layout
17210
17211 \begin_layout Standard
17212 \begin_inset Note Greyedout
17213 status open
17214
17215 \begin_layout Plain Layout
17216
17217 \series bold
17218 Note:
17219 \series default
17220  L'alignement entre le contenu de la ligne du tableau et le texte de la
17221  ligne qui l'entoure ne peut pas être parfait.
17222  Le facteur utilisé dans la commande 
17223 \series bold
17224
17225 \backslash
17226 raisebox
17227 \series default
17228  pour obtenir cet alignement dépend de la police de caractères du document,
17229  de la taille de la police et de l'épaisseur des lignes du tableau.
17230 \end_layout
17231
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \begin_layout Section
17238 Tableaux colorés
17239 \begin_inset CommandInset label
17240 LatexCommand label
17241 name "sec:Tableaux-Colorés"
17242
17243 \end_inset
17244
17245
17246 \begin_inset Index idx
17247 status collapsed
17248
17249 \begin_layout Plain Layout
17250 Tableau ! Coloré
17251 \end_layout
17252
17253 \end_inset
17254
17255
17256 \end_layout
17257
17258 \begin_layout Subsection
17259 Cellules colorées
17260 \begin_inset Index idx
17261 status collapsed
17262
17263 \begin_layout Plain Layout
17264 Couleur des tableaux ! Pour les cellules
17265 \end_layout
17266
17267 \end_inset
17268
17269
17270 \begin_inset Index idx
17271 status collapsed
17272
17273 \begin_layout Plain Layout
17274 Couleur ! Pour les cellules de tableau
17275 \end_layout
17276
17277 \end_inset
17278
17279
17280 \end_layout
17281
17282 \begin_layout Standard
17283 \begin_inset Float table
17284 placement h
17285 wide false
17286 sideways false
17287 status open
17288
17289 \begin_layout Plain Layout
17290 \begin_inset Caption
17291
17292 \begin_layout Plain Layout
17293 \begin_inset CommandInset label
17294 LatexCommand label
17295 name "tab:Tableau-coloré-sans-colortbl"
17296
17297 \end_inset
17298
17299 Tableau coloré sans utiliser le paquetage  
17300 \series bold
17301 colortbl
17302 \series default
17303
17304 \begin_inset Argument
17305 status open
17306
17307 \begin_layout Plain Layout
17308 Tableau sans colortbl
17309 \end_layout
17310
17311 \end_inset
17312
17313
17314 \end_layout
17315
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \begin_layout Plain Layout
17322 \align center
17323 \begin_inset Tabular
17324 <lyxtabular version="3" rows="3" columns="3">
17325 <features tabularvalignment="middle">
17326 <column alignment="center" valignment="top" width="0">
17327 <column alignment="center" valignment="top" width="0">
17328 <column alignment="center" valignment="top" width="0">
17329 <row>
17330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334
17335 \color green
17336 a
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345
17346 \color red
17347 b
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356
17357 \color red
17358 c
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 </row>
17364 <row>
17365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369
17370 \color green
17371 d
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380
17381 \color blue
17382 e
17383 \end_layout
17384
17385 \end_inset
17386 </cell>
17387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391
17392 \color blue
17393 f
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 </row>
17399 <row>
17400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404
17405 \color green
17406 g
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415
17416 \color blue
17417 h
17418 \end_layout
17419
17420 \end_inset
17421 </cell>
17422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17423 \begin_inset Text
17424
17425 \begin_layout Plain Layout
17426
17427 \color blue
17428 i
17429 \end_layout
17430
17431 \end_inset
17432 </cell>
17433 </row>
17434 </lyxtabular>
17435
17436 \end_inset
17437
17438
17439 \end_layout
17440
17441 \end_inset
17442
17443
17444 \end_layout
17445
17446 \begin_layout Standard
17447 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17448  et choisissez une couleur dans le menu 
17449 \family sans
17450 Éditer\SpecialChar \menuseparator
17451 Style
17452 \begin_inset space ~
17453 \end_inset
17454
17455 de
17456 \begin_inset space ~
17457 \end_inset
17458
17459 Texte
17460 \family default
17461 .
17462  C'est ce qui a été utilisé pour créer le tableau
17463 \begin_inset space ~
17464 \end_inset
17465
17466
17467 \begin_inset CommandInset ref
17468 LatexCommand ref
17469 reference "tab:Tableau-coloré-sans-colortbl"
17470
17471 \end_inset
17472
17473 .
17474  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
17475 \series bold
17476 colortbl
17477 \series default
17478 .
17479 \begin_inset Index idx
17480 status collapsed
17481
17482 \begin_layout Plain Layout
17483 Paquetages LaTeX ! colortbl
17484 \end_layout
17485
17486 \end_inset
17487
17488
17489 \end_layout
17490
17491 \begin_layout Standard
17492 \begin_inset ERT
17493 status collapsed
17494
17495 \begin_layout Plain Layout
17496
17497
17498 \backslash
17499 ifcolortbl
17500 \end_layout
17501
17502 \end_inset
17503
17504
17505 \begin_inset Note Note
17506 status open
17507
17508 \begin_layout Plain Layout
17509 La section qui suit ne sera affichée que si vous avez installé le paquetage
17510  LaTeX 
17511 \series bold
17512 colortbl
17513 \series default
17514 .
17515 \end_layout
17516
17517 \end_inset
17518
17519
17520 \end_layout
17521
17522 \begin_layout Standard
17523 Pour créer des tableaux colorés, vous devez charger le paquetage
17524 \series bold
17525  colortbl
17526 \series default
17527  dans le préambule avec la ligne
17528 \end_layout
17529
17530 \begin_layout Standard
17531
17532 \series bold
17533
17534 \backslash
17535 usepackage{colortbl}
17536 \end_layout
17537
17538 \begin_layout Standard
17539 On choisit la couleur d'une colonne avec la commande 
17540 \end_layout
17541
17542 \begin_layout Standard
17543
17544 \series bold
17545
17546 \backslash
17547 columncolor{nom de couleur}
17548 \end_layout
17549
17550 \begin_layout Standard
17551 à l'intérieur d'une commande 
17552 \series bold
17553 >{ }
17554 \series default
17555 .
17556  Vous trouverez plus d'information sur la commande 
17557 \series bold
17558 >{}
17559 \series default
17560  dans la section
17561 \begin_inset space ~
17562 \end_inset
17563
17564
17565 \begin_inset CommandInset ref
17566 LatexCommand ref
17567 reference "sub:Calculs-multicolonnes"
17568
17569 \end_inset
17570
17571 .
17572 \end_layout
17573
17574 \begin_layout Standard
17575 Les noms de couleurs suivants sont prédéfinis :
17576 \end_layout
17577
17578 \begin_layout Standard
17579
17580 \family sans
17581 red
17582 \family default
17583  (rouge), 
17584 \family sans
17585 green
17586 \family default
17587  (vert), 
17588 \family sans
17589 yellow
17590 \family default
17591  (jaune), 
17592 \family sans
17593 blue
17594 \family default
17595  (bleu), 
17596 \family sans
17597 cyan
17598 \family default
17599
17600 \family sans
17601 magenta
17602 \family default
17603
17604 \family sans
17605 black 
17606 \family default
17607 (noir) et 
17608 \family sans
17609 white 
17610 \family default
17611 (blanc)
17612 \end_layout
17613
17614 \begin_layout Standard
17615 \begin_inset VSpace medskip
17616 \end_inset
17617
17618
17619 \end_layout
17620
17621 \begin_layout Standard
17622 Si vous ajoutez les options
17623 \end_layout
17624
17625 \begin_layout Standard
17626
17627 \series bold
17628 usenames,dvipsnames
17629 \end_layout
17630
17631 \begin_layout Standard
17632 aux options de la classe de document dans les paramètres du document, vous
17633  pouvez utiliser 61
17634 \begin_inset space ~
17635 \end_inset
17636
17637 couleurs supplémentaires.
17638  Ces couleurs sont listées dans l'appendice
17639 \begin_inset space ~
17640 \end_inset
17641
17642
17643 \begin_inset CommandInset ref
17644 LatexCommand ref
17645 reference "chap:Liste-de-noms-de-couleur-dvips"
17646
17647 \end_inset
17648
17649 .
17650  Une de ces couleurs, 
17651 \family sans
17652 Maroon
17653 \family default
17654 , est utilisée comme exemple dans le tableau
17655 \begin_inset space ~
17656 \end_inset
17657
17658
17659 \begin_inset CommandInset ref
17660 LatexCommand ref
17661 reference "tab:Tableau-coloré-avec-colortbl"
17662
17663 \end_inset
17664
17665 .
17666 \end_layout
17667
17668 \begin_layout Standard
17669 \begin_inset VSpace medskip
17670 \end_inset
17671
17672
17673 \end_layout
17674
17675 \begin_layout Standard
17676 Vous pouvez aussi définir votre propre couleur avec la commande
17677 \end_layout
17678
17679 \begin_layout Standard
17680
17681 \series bold
17682
17683 \backslash
17684 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17685 \end_layout
17686
17687 \begin_layout Standard
17688 Le modèle de couleur peut être
17689 \end_layout
17690
17691 \begin_layout Labeling
17692 \labelwidthstring 00.00.0000
17693 cmyk
17694 \begin_inset space ~
17695 \end_inset
17696
17697 : cyan, magenta, jaune (yellow), noir (black)
17698 \end_layout
17699
17700 \begin_layout Labeling
17701 \labelwidthstring 00.00.0000
17702 rgb
17703 \begin_inset space ~
17704 \end_inset
17705
17706 : rouge (red), vert (green), bleu (blue)
17707 \end_layout
17708
17709 \begin_layout Labeling
17710 \labelwidthstring 00.00.0000
17711 gray
17712 \begin_inset space ~
17713 \end_inset
17714
17715 : dégradé de gris (gray)
17716 \end_layout
17717
17718 \begin_layout Standard
17719 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17720  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17721 \end_layout
17722
17723 \begin_layout Standard
17724 Vous pouvez par exemple définir la couleur 
17725 \begin_inset Quotes eld
17726 \end_inset
17727
17728
17729 \emph on
17730 vertfonce
17731 \begin_inset Quotes erd
17732 \end_inset
17733
17734  dans le préambule avec la ligne
17735 \end_layout
17736
17737 \begin_layout Standard
17738
17739 \series bold
17740
17741 \backslash
17742 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17743 \end_layout
17744
17745 \begin_layout Standard
17746 et la couleur "
17747 \emph on
17748 grisclair
17749 \emph default
17750 " avec
17751 \end_layout
17752
17753 \begin_layout Standard
17754
17755 \series bold
17756
17757 \backslash
17758 definecolor{grisclair}{gray}{0.8}
17759 \end_layout
17760
17761 \begin_layout Standard
17762 \begin_inset VSpace medskip
17763 \end_inset
17764
17765
17766 \end_layout
17767
17768 \begin_layout Standard
17769 Les lignes sont colorées avec la commande
17770 \end_layout
17771
17772 \begin_layout Standard
17773
17774 \series bold
17775
17776 \backslash
17777 rowcolor{nom de la couleur}
17778 \end_layout
17779
17780 \begin_layout Standard
17781 et les cellules sont colorées avec la commande
17782 \end_layout
17783
17784 \begin_layout Standard
17785
17786 \series bold
17787
17788 \backslash
17789 cellcolor{nom de la couleur}
17790 \end_layout
17791
17792 \begin_layout Standard
17793 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
17794 \end_layout
17795
17796 \begin_layout Standard
17797 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17798  choisissez une couleur dans le menu 
17799 \family sans
17800 Éditer\SpecialChar \menuseparator
17801 Style
17802 \begin_inset space ~
17803 \end_inset
17804
17805 de
17806 \begin_inset space ~
17807 \end_inset
17808
17809 Texte
17810 \family default
17811 .
17812  Si une cellule contient du code TeX, faites bien attention à ne colorer
17813  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
17814 \end_layout
17815
17816 \begin_layout Standard
17817 \begin_inset Note Greyedout
17818 status open
17819
17820 \begin_layout Plain Layout
17821
17822 \series bold
17823 Note:
17824 \series default
17825  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17826  définies par l'utilisateur.
17827 \end_layout
17828
17829 \end_inset
17830
17831
17832 \end_layout
17833
17834 \begin_layout Standard
17835 \begin_inset VSpace bigskip
17836 \end_inset
17837
17838
17839 \end_layout
17840
17841 \begin_layout Standard
17842 Pour créer le tableau
17843 \begin_inset space ~
17844 \end_inset
17845
17846
17847 \begin_inset CommandInset ref
17848 LatexCommand ref
17849 reference "tab:Tableau-coloré-avec-colortbl"
17850
17851 \end_inset
17852
17853  faites ce qui suit : La couleur de la première colonne doit être 
17854 \emph on
17855 vertfonce
17856 \emph default
17857 .
17858  On insère donc la commande
17859 \end_layout
17860
17861 \begin_layout Standard
17862
17863 \series bold
17864 >{
17865 \backslash
17866 columncolor{vertfonce}
17867 \backslash
17868 centering}c
17869 \end_layout
17870
17871 \begin_layout Standard
17872 en code TeX pour cette colonne.
17873  La première ligne doit être bleue clair, d'où la commande en code TeX
17874 \end_layout
17875
17876 \begin_layout Standard
17877
17878 \series bold
17879
17880 \backslash
17881 rowcolor{cyan}
17882 \end_layout
17883
17884 \begin_layout Standard
17885 qui est insérée dans la première cellule de cette ligne.
17886  Notez que cela annule la couleur de colonne pour la première cellule.
17887  La dernière cellule de la dernière ligne est colorée en marron
17888 \series bold
17889  
17890 \series default
17891 en insérant en code TeX la commande
17892 \end_layout
17893
17894 \begin_layout Standard
17895
17896 \series bold
17897
17898 \backslash
17899 cellcolor{Maroon}
17900 \end_layout
17901
17902 \begin_layout Standard
17903 Les caractères peuvent maintenant être colorés en utilisant le menu 
17904 \family sans
17905 Éditer\SpecialChar \menuseparator
17906 Style
17907 \begin_inset space ~
17908 \end_inset
17909
17910 de
17911 \begin_inset space ~
17912 \end_inset
17913
17914 Texte
17915 \family default
17916 .
17917 \end_layout
17918
17919 \begin_layout Standard
17920 \begin_inset Float table
17921 placement h
17922 wide false
17923 sideways false
17924 status open
17925
17926 \begin_layout Plain Layout
17927 \begin_inset Caption
17928
17929 \begin_layout Plain Layout
17930 \begin_inset CommandInset label
17931 LatexCommand label
17932 name "tab:Tableau-coloré-avec-colortbl"
17933
17934 \end_inset
17935
17936 Tableau coloré en utilisant le paquetage 
17937 \series bold
17938 colortbl
17939 \series default
17940
17941 \begin_inset Argument
17942 status collapsed
17943
17944 \begin_layout Plain Layout
17945 Tableau avec colortbl
17946 \end_layout
17947
17948 \end_inset
17949
17950
17951 \end_layout
17952
17953 \end_inset
17954
17955
17956 \end_layout
17957
17958 \begin_layout Plain Layout
17959 \align center
17960 \begin_inset Tabular
17961 <lyxtabular version="3" rows="3" columns="3">
17962 <features tabularvalignment="middle">
17963 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
17964 <column alignment="center" valignment="top" width="0">
17965 <column alignment="center" valignment="top" width="0">
17966 <row>
17967 <cell alignment="center" valignment="top" usebox="none">
17968 \begin_inset Text
17969
17970 \begin_layout Plain Layout
17971 \begin_inset ERT
17972 status collapsed
17973
17974 \begin_layout Plain Layout
17975
17976
17977 \backslash
17978 rowcolor{cyan}
17979 \end_layout
17980
17981 \end_inset
17982
17983
17984 \color magenta
17985 a
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 <cell alignment="center" valignment="top" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994
17995 \color red
17996 b
17997 \end_layout
17998
17999 \end_inset
18000 </cell>
18001 <cell alignment="center" valignment="top" usebox="none">
18002 \begin_inset Text
18003
18004 \begin_layout Plain Layout
18005
18006 \color red
18007 c
18008 \end_layout
18009
18010 \end_inset
18011 </cell>
18012 </row>
18013 <row>
18014 <cell alignment="center" valignment="top" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018
18019 \color yellow
18020 d
18021 \end_layout
18022
18023 \end_inset
18024 </cell>
18025 <cell alignment="center" valignment="top" usebox="none">
18026 \begin_inset Text
18027
18028 \begin_layout Plain Layout
18029
18030 \color blue
18031 e
18032 \end_layout
18033
18034 \end_inset
18035 </cell>
18036 <cell alignment="center" valignment="top" usebox="none">
18037 \begin_inset Text
18038
18039 \begin_layout Plain Layout
18040
18041 \color blue
18042 f
18043 \end_layout
18044
18045 \end_inset
18046 </cell>
18047 </row>
18048 <row>
18049 <cell alignment="center" valignment="top" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053
18054 \color yellow
18055 g
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 <cell alignment="center" valignment="top" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064
18065 \color blue
18066 h
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 <cell alignment="center" valignment="top" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075 \begin_inset ERT
18076 status collapsed
18077
18078 \begin_layout Plain Layout
18079
18080
18081 \backslash
18082 cellcolor{Maroon}
18083 \end_layout
18084
18085 \end_inset
18086
18087
18088 \color green
18089 i
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 </row>
18095 </lyxtabular>
18096
18097 \end_inset
18098
18099
18100 \end_layout
18101
18102 \end_inset
18103
18104
18105 \end_layout
18106
18107 \begin_layout Standard
18108 \begin_inset ERT
18109 status collapsed
18110
18111 \begin_layout Plain Layout
18112
18113
18114 \backslash
18115 else
18116 \end_layout
18117
18118 \end_inset
18119
18120
18121 \begin_inset Note Note
18122 status open
18123
18124 \begin_layout Plain Layout
18125 Ce qui suit sera affiché si le paquetage 
18126 \series bold
18127 colortbl
18128 \series default
18129  n'est pas installé :
18130 \end_layout
18131
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \begin_layout Standard
18138 Vous devez installer le paquetage 
18139 \series bold
18140 colortbl
18141 \series default
18142  pour voir le contenu des cette section dans la sortie imprimée.
18143 \end_layout
18144
18145 \begin_layout Standard
18146 \begin_inset ERT
18147 status collapsed
18148
18149 \begin_layout Plain Layout
18150
18151
18152 \backslash
18153 fi
18154 \end_layout
18155
18156 \end_inset
18157
18158
18159 \end_layout
18160
18161 \begin_layout Subsection
18162 Les filets colorées
18163 \begin_inset Index idx
18164 status collapsed
18165
18166 \begin_layout Plain Layout
18167 Tableau Coloré ! Pour les filets
18168 \end_layout
18169
18170 \end_inset
18171
18172
18173 \begin_inset Index idx
18174 status collapsed
18175
18176 \begin_layout Plain Layout
18177 Couleur ! Pour les filets des tableaux
18178 \end_layout
18179
18180 \end_inset
18181
18182
18183 \begin_inset Note Note
18184 status collapsed
18185
18186 \begin_layout Plain Layout
18187 on parle de filets plutôt que de lignes pour les tableaux
18188 \end_layout
18189
18190 \end_inset
18191
18192
18193 \end_layout
18194
18195 \begin_layout Standard
18196 Comme c'est décrit dans la section
18197 \begin_inset space ~
18198 \end_inset
18199
18200
18201 \begin_inset CommandInset ref
18202 LatexCommand ref
18203 reference "sub:Epaisseur-filets"
18204
18205 \end_inset
18206
18207 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18208  variable 
18209 \series bold
18210
18211 \backslash
18212 arrayrulewidth
18213 \series default
18214 .
18215  Elle est mise à 1.5
18216 \begin_inset space \thinspace{}
18217 \end_inset
18218
18219 pt pour tous les tableaux de cette section.
18220 \begin_inset ERT
18221 status collapsed
18222
18223 \begin_layout Plain Layout
18224
18225
18226 \backslash
18227 setlength{
18228 \backslash
18229 arrayrulewidth}{1.5pt}
18230 \end_layout
18231
18232 \end_inset
18233
18234
18235 \end_layout
18236
18237 \begin_layout Standard
18238 Pour colorer les filets verticaux, par exemple en vert, créez le format
18239  de colonne suivant dans le préambule du document, en suivant la description
18240  de la section
18241 \begin_inset space ~
18242 \end_inset
18243
18244
18245 \begin_inset CommandInset ref
18246 LatexCommand ref
18247 reference "sub:Formats-personnalisés"
18248
18249 \end_inset
18250
18251 :
18252 \end_layout
18253
18254 \begin_layout Standard
18255
18256 \series bold
18257
18258 \backslash
18259 newcolumntype{W}{!{
18260 \backslash
18261 color{green}
18262 \backslash
18263 vline}}
18264 \end_layout
18265
18266 \begin_layout Standard
18267 Pour le tableau
18268 \begin_inset space ~
18269 \end_inset
18270
18271
18272 \begin_inset CommandInset ref
18273 LatexCommand ref
18274 reference "tab:Tableau-filets-verticaux-colorés"
18275
18276 \end_inset
18277
18278  le paramètre LaTeX
18279 \series bold
18280  WcW
18281 \series default
18282  a été utilisé pour la dernière colonne et
18283 \series bold
18284  Wc
18285 \series default
18286  pour les autres colonnes.
18287 \end_layout
18288
18289 \begin_layout Standard
18290 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18291 \end_layout
18292
18293 \begin_layout Standard
18294 \begin_inset Float table
18295 placement h
18296 wide false
18297 sideways false
18298 status open
18299
18300 \begin_layout Plain Layout
18301 \begin_inset Caption
18302
18303 \begin_layout Plain Layout
18304 \begin_inset CommandInset label
18305 LatexCommand label
18306 name "tab:Tableau-filets-verticaux-colorés"
18307
18308 \end_inset
18309
18310 Tableau avec filets verticaux colorés
18311 \end_layout
18312
18313 \end_inset
18314
18315
18316 \end_layout
18317
18318 \begin_layout Plain Layout
18319 \align center
18320 \begin_inset Tabular
18321 <lyxtabular version="3" rows="3" columns="3">
18322 <features tabularvalignment="middle">
18323 <column alignment="center" valignment="top" width="0" special="Wc">
18324 <column alignment="center" valignment="top" width="0" special="Wc">
18325 <column alignment="center" valignment="top" width="0" special="WcW">
18326 <row>
18327 <cell alignment="center" valignment="top" topline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 sd
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 <cell alignment="center" valignment="top" topline="true" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 <cell alignment="center" valignment="top" topline="true" usebox="none">
18346 \begin_inset Text
18347
18348 \begin_layout Plain Layout
18349
18350 \end_layout
18351
18352 \end_inset
18353 </cell>
18354 </row>
18355 <row>
18356 <cell alignment="center" valignment="top" topline="true" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 <cell alignment="center" valignment="top" topline="true" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369 sd
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 <cell alignment="center" valignment="top" topline="true" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 </row>
18384 <row>
18385 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407 sd
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 </row>
18413 </lyxtabular>
18414
18415 \end_inset
18416
18417
18418 \end_layout
18419
18420 \end_inset
18421
18422
18423 \end_layout
18424
18425 \begin_layout Standard
18426 \begin_inset VSpace bigskip
18427 \end_inset
18428
18429 Pour colorer les filets horizontaux en rouge comme pour le tableau
18430 \begin_inset space ~
18431 \end_inset
18432
18433
18434 \begin_inset CommandInset ref
18435 LatexCommand ref
18436 reference "tab:Tableau-filet-horizontaux-colorés"
18437
18438 \end_inset
18439
18440 , insérez les commandes suivantes en code TeX juste avant le tableau ou
18441  le flottant de tableau :
18442 \end_layout
18443
18444 \begin_layout Standard
18445
18446 \series bold
18447
18448 \backslash
18449 let
18450 \backslash
18451 myHlineC
18452 \backslash
18453 hline
18454 \begin_inset Newline newline
18455 \end_inset
18456
18457
18458 \backslash
18459 renewcommand{
18460 \backslash
18461 hline}
18462 \begin_inset Newline newline
18463 \end_inset
18464
18465
18466 \begin_inset Phantom HPhantom
18467 status open
18468
18469 \begin_layout Plain Layout
18470
18471 \series bold
18472 \begin_inset space ~
18473 \end_inset
18474
18475
18476 \end_layout
18477
18478 \end_inset
18479
18480 {
18481 \backslash
18482 arrayrulecolor{red}
18483 \backslash
18484 myHlineC
18485 \backslash
18486 arrayrulecolor{black}}
18487 \end_layout
18488
18489 \begin_layout Standard
18490 \begin_inset ERT
18491 status collapsed
18492
18493 \begin_layout Plain Layout
18494
18495
18496 \backslash
18497 let
18498 \backslash
18499 myHlineC
18500 \backslash
18501 hline
18502 \end_layout
18503
18504 \begin_layout Plain Layout
18505
18506
18507 \backslash
18508 renewcommand{
18509 \backslash
18510 hline}
18511 \end_layout
18512
18513 \begin_layout Plain Layout
18514
18515  {
18516 \backslash
18517 arrayrulecolor{red}
18518 \backslash
18519 myHlineC
18520 \backslash
18521 arrayrulecolor{black}}
18522 \end_layout
18523
18524 \end_inset
18525
18526
18527 \begin_inset Float table
18528 placement h
18529 wide false
18530 sideways false
18531 status open
18532
18533 \begin_layout Plain Layout
18534 \begin_inset Caption
18535
18536 \begin_layout Plain Layout
18537 \begin_inset CommandInset label
18538 LatexCommand label
18539 name "tab:Tableau-filet-horizontaux-colorés"
18540
18541 \end_inset
18542
18543 Tableau avec filets horizontaux colorés
18544 \end_layout
18545
18546 \end_inset
18547
18548
18549 \end_layout
18550
18551 \begin_layout Plain Layout
18552 \align center
18553 \begin_inset Tabular
18554 <lyxtabular version="3" rows="3" columns="3">
18555 <features tabularvalignment="middle">
18556 <column alignment="center" valignment="top" width="0">
18557 <column alignment="center" valignment="top" width="0">
18558 <column alignment="center" valignment="top" width="0">
18559 <row>
18560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18561 \begin_inset Text
18562
18563 \begin_layout Plain Layout
18564 sd
18565 \end_layout
18566
18567 \end_inset
18568 </cell>
18569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18570 \begin_inset Text
18571
18572 \begin_layout Plain Layout
18573
18574 \end_layout
18575
18576 \end_inset
18577 </cell>
18578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18579 \begin_inset Text
18580
18581 \begin_layout Plain Layout
18582
18583 \end_layout
18584
18585 \end_inset
18586 </cell>
18587 </row>
18588 <row>
18589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18599 \begin_inset Text
18600
18601 \begin_layout Plain Layout
18602 sd
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 </row>
18617 <row>
18618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 sd
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 </row>
18646 </lyxtabular>
18647
18648 \end_inset
18649
18650
18651 \end_layout
18652
18653 \end_inset
18654
18655
18656 \end_layout
18657
18658 \begin_layout Standard
18659 Pour revenir à la couleur noire implicite, insérez la commande suivante
18660  en code TeX, juste après le tableau ou le flottant de tableau :
18661 \end_layout
18662
18663 \begin_layout Standard
18664
18665 \series bold
18666
18667 \backslash
18668 renewcommand{
18669 \backslash
18670 hline}{
18671 \backslash
18672 myHlineC}
18673 \end_layout
18674
18675 \begin_layout Standard
18676 Le tableau
18677 \begin_inset space ~
18678 \end_inset
18679
18680
18681 \begin_inset CommandInset ref
18682 LatexCommand ref
18683 reference "tab:Tableau-avec-filets-colorés"
18684
18685 \end_inset
18686
18687  est un exemple avec des filets horizontaux et verticaux colorés.
18688 \end_layout
18689
18690 \begin_layout Standard
18691 \begin_inset Float table
18692 placement h
18693 wide false
18694 sideways false
18695 status open
18696
18697 \begin_layout Plain Layout
18698 \begin_inset Caption
18699
18700 \begin_layout Plain Layout
18701 \begin_inset CommandInset label
18702 LatexCommand label
18703 name "tab:Tableau-avec-filets-colorés"
18704
18705 \end_inset
18706
18707 Tableau avec filets horizontaux et verticaux colorés
18708 \end_layout
18709
18710 \end_inset
18711
18712
18713 \end_layout
18714
18715 \begin_layout Plain Layout
18716 \align center
18717 \begin_inset Tabular
18718 <lyxtabular version="3" rows="3" columns="3">
18719 <features tabularvalignment="middle">
18720 <column alignment="center" valignment="top" width="0" special="Wc">
18721 <column alignment="center" valignment="top" width="0" special="Wc">
18722 <column alignment="center" valignment="top" width="0" special="WcW">
18723 <row>
18724 <cell alignment="center" valignment="top" topline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728 sd
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 <cell alignment="center" valignment="top" topline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737
18738 \end_layout
18739
18740 \end_inset
18741 </cell>
18742 <cell alignment="center" valignment="top" topline="true" usebox="none">
18743 \begin_inset Text
18744
18745 \begin_layout Plain Layout
18746
18747 \end_layout
18748
18749 \end_inset
18750 </cell>
18751 </row>
18752 <row>
18753 <cell alignment="center" valignment="top" topline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 <cell alignment="center" valignment="top" topline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766 sd
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 <cell alignment="center" valignment="top" topline="true" usebox="none">
18772 \begin_inset Text
18773
18774 \begin_layout Plain Layout
18775
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 </row>
18781 <row topspace="default">
18782 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18783 \begin_inset Text
18784
18785 \begin_layout Plain Layout
18786
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18792 \begin_inset Text
18793
18794 \begin_layout Plain Layout
18795
18796 \end_layout
18797
18798 \end_inset
18799 </cell>
18800 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804 sd
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 </row>
18810 </lyxtabular>
18811
18812 \end_inset
18813
18814
18815 \end_layout
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \begin_layout Standard
18823 \begin_inset ERT
18824 status collapsed
18825
18826 \begin_layout Plain Layout
18827
18828
18829 \backslash
18830 renewcommand{
18831 \backslash
18832 hline}{
18833 \backslash
18834 myHlineC}
18835 \end_layout
18836
18837 \end_inset
18838
18839
18840 \end_layout
18841
18842 \begin_layout Standard
18843 \begin_inset ERT
18844 status collapsed
18845
18846 \begin_layout Plain Layout
18847
18848
18849 \backslash
18850 setlength{
18851 \backslash
18852 arrayrulewidth}{0.4pt}
18853 \end_layout
18854
18855 \end_inset
18856
18857
18858 \end_layout
18859
18860 \begin_layout Section
18861
18862 \lang english
18863 Table Width Calculation
18864 \begin_inset CommandInset label
18865 LatexCommand label
18866 name "sec:Table-Width-Calculation"
18867
18868 \end_inset
18869
18870
18871 \end_layout
18872
18873 \begin_layout Standard
18874
18875 \lang english
18876 For wide tables it is sometimes difficult to assure that the table does
18877  not protrude over the page margin.
18878  Setting a fixed width for every column of the table is the solution, but
18879  what amount of space is needed for each column?
18880 \end_layout
18881
18882 \begin_layout Standard
18883
18884 \lang english
18885 The table width 
18886 \begin_inset Formula $W_{\mathrm{table}}$
18887 \end_inset
18888
18889  can be calculated: Every column has the width of the specified column width
18890  
18891 \begin_inset Formula $W_{\mathrm{column}}$
18892 \end_inset
18893
18894  (that the content of the column can consume) plus two times the separation
18895  between the column content and the column border (LaTeX length
18896 \series bold
18897  
18898 \backslash
18899 tabcolsep
18900 \series default
18901 , default 6
18902 \begin_inset space \thinspace{}
18903 \end_inset
18904
18905 pt) plus the width of a border line (LaTeX length 
18906 \series bold
18907
18908 \backslash
18909 arrayrulewidth
18910 \series default
18911 , default 0.4
18912 \begin_inset space \thinspace{}
18913 \end_inset
18914
18915 pt): So if all 
18916 \begin_inset Formula $n$
18917 \end_inset
18918
18919
18920 \begin_inset space ~
18921 \end_inset
18922
18923 columns have the same width, the table width is
18924 \lang french
18925
18926 \begin_inset Formula 
18927 \begin{equation}
18928 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18929 \end{equation}
18930
18931 \end_inset
18932
18933
18934 \end_layout
18935
18936 \begin_layout Standard
18937
18938 \lang english
18939 The available width for a table is the space between the page margins or
18940  the width of a text column (for a two-column document) (LaTeX length 
18941 \series bold
18942
18943 \backslash
18944 columnwidth
18945 \series default
18946 ).
18947  If all table columns should have the same width and 
18948 \begin_inset Formula $W_{\mathrm{table}}$
18949 \end_inset
18950
18951  should be 1
18952 \begin_inset space \thinspace{}
18953 \end_inset
18954
18955
18956 \backslash
18957 columnwidth, 
18958 \begin_inset Formula $W_{\mathrm{column}}$
18959 \end_inset
18960
18961  can easily be calculated.
18962 \end_layout
18963
18964 \begin_layout Standard
18965
18966 \lang english
18967 To be able to perform calculations you need to load the LaTeX-package 
18968 \series bold
18969 calc
18970 \series default
18971 \lang french
18972
18973 \begin_inset Index idx
18974 status collapsed
18975
18976 \begin_layout Plain Layout
18977 Paquetages LaTeX ! calc
18978 \end_layout
18979
18980 \end_inset
18981
18982
18983 \lang english
18984  in the document preamble.
18985  To set the width in the table dialog you have to use the field 
18986 \family sans
18987 LaTeX argument
18988 \family default
18989 .
18990  The command scheme for this field is the same that is explained in section
18991 \begin_inset space ~
18992 \end_inset
18993
18994
18995 \lang french
18996
18997 \begin_inset CommandInset ref
18998 LatexCommand ref
18999 reference "sub:Calculs-multicolonnes"
19000
19001 \end_inset
19002
19003
19004 \lang english
19005 .
19006  For a table with 5
19007 \begin_inset space \thinspace{}
19008 \end_inset
19009
19010 columns with an uniform width and centered text, enter there for each column
19011  the command
19012 \end_layout
19013
19014 \begin_layout Standard
19015
19016 \series bold
19017 >{
19018 \backslash
19019 centering}p{(1
19020 \backslash
19021 columnwidth-62.4pt)/5}
19022 \end_layout
19023
19024 \begin_layout Standard
19025
19026 \lang english
19027 For a table with 5
19028 \begin_inset space \thinspace{}
19029 \end_inset
19030
19031 columns where 2 should have 0.75
19032 \begin_inset space ~
19033 \end_inset
19034
19035 times the width than the 3 others, the calculation is
19036 \end_layout
19037
19038 \begin_layout Standard
19039 \begin_inset Formula 
19040 \begin{align}
19041 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19042  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19043  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19044 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19045 \end{align}
19046
19047 \end_inset
19048
19049
19050 \end_layout
19051
19052 \begin_layout Standard
19053
19054 \lang english
19055 In the table therefore the command
19056 \end_layout
19057
19058 \begin_layout Standard
19059
19060 \series bold
19061 >{
19062 \backslash
19063 centering}p{(1
19064 \backslash
19065 columnwidth-62.4pt)/
19066 \backslash
19067 real{4.5}}
19068 \end_layout
19069
19070 \begin_layout Standard
19071
19072 \lang english
19073 is used for the wider columns and
19074 \end_layout
19075
19076 \begin_layout Standard
19077
19078 \series bold
19079 >{
19080 \backslash
19081 centering}p{(1
19082 \backslash
19083 columnwidth-62.4pt)/
19084 \backslash
19085 real{4.5}*
19086 \backslash
19087 real{0.75}}
19088 \end_layout
19089
19090 \begin_layout Standard
19091
19092 \lang english
19093 for the smaller ones:
19094 \end_layout
19095
19096 \begin_layout Standard
19097 \begin_inset Tabular
19098 <lyxtabular version="3" rows="2" columns="5">
19099 <features tabularvalignment="middle">
19100 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19101 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19102 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19103 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19104 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19105 <row>
19106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110 1
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19116 \begin_inset Text
19117
19118 \begin_layout Plain Layout
19119 2
19120 \end_layout
19121
19122 \end_inset
19123 </cell>
19124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19125 \begin_inset Text
19126
19127 \begin_layout Plain Layout
19128 3
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19134 \begin_inset Text
19135
19136 \begin_layout Plain Layout
19137 4
19138 \end_layout
19139
19140 \end_inset
19141 </cell>
19142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146 5
19147 \end_layout
19148
19149 \end_inset
19150 </cell>
19151 </row>
19152 <row>
19153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19154 \begin_inset Text
19155
19156 \begin_layout Plain Layout
19157 111111 1111111 111111 111111111 11111 11111 1111
19158 \end_layout
19159
19160 \end_inset
19161 </cell>
19162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19163 \begin_inset Text
19164
19165 \begin_layout Plain Layout
19166
19167 \end_layout
19168
19169 \end_inset
19170 </cell>
19171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175 2222 22222 222222 222222222 2222222 22 22222
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Plain Layout
19184
19185 \end_layout
19186
19187 \end_inset
19188 </cell>
19189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19190 \begin_inset Text
19191
19192 \begin_layout Plain Layout
19193 333333 333333 333333 33333 3333333 333
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 </row>
19199 </lyxtabular>
19200
19201 \end_inset
19202
19203
19204 \end_layout
19205
19206 \begin_layout Section
19207 Personnalisation des tableaux
19208 \begin_inset Index idx
19209 status collapsed
19210
19211 \begin_layout Plain Layout
19212 Tableau ! Personnalisation
19213 \end_layout
19214
19215 \end_inset
19216
19217
19218 \begin_inset Index idx
19219 status collapsed
19220
19221 \begin_layout Plain Layout
19222 Personnalisation des tableaux
19223 \end_layout
19224
19225 \end_inset
19226
19227
19228 \end_layout
19229
19230 \begin_layout Subsection
19231 Espacement des lignes
19232 \begin_inset CommandInset label
19233 LatexCommand label
19234 name "sub:Espacement-lignes"
19235
19236 \end_inset
19237
19238
19239 \begin_inset Index idx
19240 status collapsed
19241
19242 \begin_layout Plain Layout
19243 Personnalisation des tableaux ! Espacement des lignes
19244 \end_layout
19245
19246 \end_inset
19247
19248
19249 \end_layout
19250
19251 \begin_layout Standard
19252 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
19253  l'onglet 
19254 \family sans
19255 Bordures
19256 \family default
19257  de la fenêtre de dialogue 
19258 \family sans
19259 Paramètres
19260 \begin_inset space ~
19261 \end_inset
19262
19263 du
19264 \begin_inset space ~
19265 \end_inset
19266
19267 tableau
19268 \family default
19269 .
19270  Vous y trouverez trois possibilités :
19271 \end_layout
19272
19273 \begin_layout Description
19274 Haut
19275 \begin_inset space ~
19276 \end_inset
19277
19278 de
19279 \begin_inset space ~
19280 \end_inset
19281
19282 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
19283  Si le tableau est un tableau formel
19284 \begin_inset Foot
19285 status collapsed
19286
19287 \begin_layout Plain Layout
19288 Les tableaux formels sont décrits dans la section
19289 \begin_inset space ~
19290 \end_inset
19291
19292
19293 \begin_inset CommandInset ref
19294 LatexCommand ref
19295 reference "sec:Tableaux-Formels"
19296
19297 \end_inset
19298
19299 .
19300 \end_layout
19301
19302 \end_inset
19303
19304  LyX va insérer implicitement un espace de 0.5
19305 \begin_inset space \thinspace{}
19306 \end_inset
19307
19308 em.
19309  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
19310  les filets verticaux comme dans le tableau suivant :
19311 \begin_inset VSpace medskip
19312 \end_inset
19313
19314
19315 \begin_inset Newline newline
19316 \end_inset
19317
19318
19319 \begin_inset space \hspace*{}
19320 \length 0pt
19321 \end_inset
19322
19323
19324 \begin_inset space \hfill{}
19325 \end_inset
19326
19327
19328 \begin_inset Tabular
19329 <lyxtabular version="3" rows="3" columns="1">
19330 <features tabularvalignment="middle">
19331 <column alignment="center" valignment="top" width="0">
19332 <row>
19333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337 A
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 </row>
19343 <row topspace="3mm">
19344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348 espace de 3
19349 \begin_inset space \thinspace{}
19350 \end_inset
19351
19352 mm en haut de la ligne
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 </row>
19358 <row>
19359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363 C
19364 \end_layout
19365
19366 \end_inset
19367 </cell>
19368 </row>
19369 </lyxtabular>
19370
19371 \end_inset
19372
19373
19374 \begin_inset space \hfill{}
19375 \end_inset
19376
19377
19378 \begin_inset space \hspace*{}
19379 \length 0pt
19380 \end_inset
19381
19382
19383 \begin_inset VSpace medskip
19384 \end_inset
19385
19386
19387 \begin_inset Newline newline
19388 \end_inset
19389
19390 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
19391  pas de filets verticaux.
19392 \end_layout
19393
19394 \begin_layout Description
19395 Bas
19396 \begin_inset space ~
19397 \end_inset
19398
19399 de
19400 \begin_inset space ~
19401 \end_inset
19402
19403 ligne va ajouter de l'espace sous les caractères de la ligne.
19404  Si le tableau est un tableau formel LyX va insérer implicitement un espace
19405  de 0.5
19406 \begin_inset space \thinspace{}
19407 \end_inset
19408
19409 em, pour les tableaux normaux, l'espace implicite est de 2
19410 \begin_inset space \thinspace{}
19411 \end_inset
19412
19413 pt.
19414 \end_layout
19415
19416 \begin_layout Description
19417 Entre
19418 \begin_inset space ~
19419 \end_inset
19420
19421 les
19422 \begin_inset space ~
19423 \end_inset
19424
19425 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
19426  Si le tableau est un tableau formel LyX va insérer implicitement un espace
19427  de 0.5
19428 \begin_inset space \thinspace{}
19429 \end_inset
19430
19431 em.
19432  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
19433  les filets verticaux comme dans le tableau suivant :
19434 \begin_inset VSpace medskip
19435 \end_inset
19436
19437
19438 \begin_inset Newline newline
19439 \end_inset
19440
19441
19442 \begin_inset space \hspace*{}
19443 \length 0pt
19444 \end_inset
19445
19446
19447 \begin_inset space \hfill{}
19448 \end_inset
19449
19450
19451 \begin_inset Tabular
19452 <lyxtabular version="3" rows="3" columns="1">
19453 <features tabularvalignment="middle">
19454 <column alignment="center" valignment="top" width="0">
19455 <row>
19456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460 A
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 </row>
19466 <row interlinespace="3mm">
19467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Plain Layout
19471 \begin_inset Formula $\downarrow$
19472 \end_inset
19473
19474  espace de 3
19475 \begin_inset space \thinspace{}
19476 \end_inset
19477
19478 mm entre les lignes 
19479 \begin_inset Formula $\downarrow$
19480 \end_inset
19481
19482
19483 \end_layout
19484
19485 \end_inset
19486 </cell>
19487 </row>
19488 <row>
19489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19490 \begin_inset Text
19491
19492 \begin_layout Plain Layout
19493 \begin_inset Formula $\uparrow$
19494 \end_inset
19495
19496  espace de 3
19497 \begin_inset space \thinspace{}
19498 \end_inset
19499
19500 mm entre les lignes 
19501 \begin_inset Formula $\uparrow$
19502 \end_inset
19503
19504
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 </row>
19510 </lyxtabular>
19511
19512 \end_inset
19513
19514
19515 \begin_inset space \hfill{}
19516 \end_inset
19517
19518
19519 \begin_inset space \hspace*{}
19520 \length 0pt
19521 \end_inset
19522
19523
19524 \begin_inset VSpace medskip
19525 \end_inset
19526
19527
19528 \begin_inset Newline newline
19529 \end_inset
19530
19531 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
19532  pas de filets verticaux.
19533 \end_layout
19534
19535 \begin_layout Standard
19536 \begin_inset VSpace bigskip
19537 \end_inset
19538
19539 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
19540  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
19541  dans le préambule :
19542 \end_layout
19543
19544 \begin_layout Standard
19545
19546 \series bold
19547
19548 \backslash
19549 @ifundefined{extrarowheight}
19550 \begin_inset Newline newline
19551 \end_inset
19552
19553
19554 \begin_inset Phantom HPhantom
19555 status open
19556
19557 \begin_layout Plain Layout
19558
19559 \series bold
19560 \begin_inset space ~
19561 \end_inset
19562
19563
19564 \end_layout
19565
19566 \end_inset
19567
19568 {
19569 \backslash
19570 usepackage{array}}{}
19571 \begin_inset Newline newline
19572 \end_inset
19573
19574
19575 \backslash
19576 setlength{
19577 \backslash
19578 extrarowheight}{height}
19579 \end_layout
19580
19581 \begin_layout Standard
19582 Mais ceci présente le défaut que le texte des cellules de tableau n'est
19583  plus exactement centré verticalement.
19584  (le paquetage 
19585 \series bold
19586 array 
19587 \series default
19588 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
19589  auto-définis.
19590  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
19591  
19592 \series bold
19593
19594 \backslash
19595 @ifundefined
19596 \series default
19597  dans la commande précédente.)
19598 \end_layout
19599
19600 \begin_layout Standard
19601 Si vous utilisez des polices de taille plus grande que la taille normale,
19602  les bordures des tableaux sont souvent trop proches du texte.
19603  On peut corriger ce problème en insérant la commande 
19604 \series bold
19605
19606 \begin_inset space \space{}
19607 \end_inset
19608
19609
19610 \backslash
19611 strut
19612 \series default
19613  en code TeX au debut d'une ligne du tableau.
19614  Le tableau
19615 \lang english
19616
19617 \begin_inset space ~
19618 \end_inset
19619
19620
19621 \begin_inset CommandInset ref
19622 LatexCommand ref
19623 reference "tab:Alignement-vertical"
19624
19625 \end_inset
19626
19627
19628 \lang french
19629  montre l'effet de cette commande.
19630 \end_layout
19631
19632 \begin_layout Standard
19633 \noindent
19634 \begin_inset Float table
19635 placement h
19636 wide false
19637 sideways false
19638 status open
19639
19640 \begin_layout Plain Layout
19641 \begin_inset Caption
19642
19643 \begin_layout Plain Layout
19644 \begin_inset CommandInset label
19645 LatexCommand label
19646 name "tab:Alignement-vertical"
19647
19648 \end_inset
19649
19650 Alignement vertical d'un texte avec une police de grande taille.
19651 \end_layout
19652
19653 \end_inset
19654
19655
19656 \end_layout
19657
19658 \begin_layout Plain Layout
19659 \begin_inset space \hfill{}
19660 \end_inset
19661
19662
19663 \begin_inset Float table
19664 wide false
19665 sideways false
19666 status collapsed
19667
19668 \begin_layout Plain Layout
19669 \begin_inset Caption
19670
19671 \begin_layout Plain Layout
19672 Tableau normal.
19673 \end_layout
19674
19675 \end_inset
19676
19677
19678 \end_layout
19679
19680 \begin_layout Plain Layout
19681 \noindent
19682 \align center
19683 \begin_inset Tabular
19684 <lyxtabular version="3" rows="6" columns="1">
19685 <features tabularvalignment="middle">
19686 <column alignment="left" valignment="top" width="0">
19687 <row>
19688 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692 Normal, g
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 </row>
19698 <row>
19699 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19700 \begin_inset Text
19701
19702 \begin_layout Plain Layout
19703
19704 \size large
19705 Large
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 </row>
19711 <row>
19712 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716
19717 \size larger
19718 Larger
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 </row>
19724 <row>
19725 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729
19730 \size largest
19731 Largest
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 </row>
19737 <row>
19738 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742
19743 \size huge
19744 Huge
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755
19756 \size huge
19757 Huger
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 </row>
19763 </lyxtabular>
19764
19765 \end_inset
19766
19767
19768 \end_layout
19769
19770 \end_inset
19771
19772
19773 \begin_inset space \hfill{}
19774 \end_inset
19775
19776
19777 \begin_inset Float table
19778 wide false
19779 sideways false
19780 status collapsed
19781
19782 \begin_layout Plain Layout
19783 \begin_inset Caption
19784
19785 \begin_layout Plain Layout
19786 Tableau utilisant la commande 
19787 \series bold
19788
19789 \backslash
19790 strut
19791 \series default
19792 .
19793 \end_layout
19794
19795 \end_inset
19796
19797
19798 \end_layout
19799
19800 \begin_layout Plain Layout
19801 \noindent
19802 \align center
19803 \begin_inset Tabular
19804 <lyxtabular version="3" rows="6" columns="1">
19805 <features tabularvalignment="middle">
19806 <column alignment="left" valignment="top" width="0">
19807 <row>
19808 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812 Normal, g
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 </row>
19818 <row>
19819 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823
19824 \size large
19825 \begin_inset ERT
19826 status collapsed
19827
19828 \begin_layout Plain Layout
19829
19830
19831 \backslash
19832 strut 
19833 \end_layout
19834
19835 \end_inset
19836
19837 Large
19838 \end_layout
19839
19840 \end_inset
19841 </cell>
19842 </row>
19843 <row>
19844 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848
19849 \size larger
19850 \begin_inset ERT
19851 status collapsed
19852
19853 \begin_layout Plain Layout
19854
19855
19856 \backslash
19857 strut 
19858 \end_layout
19859
19860 \end_inset
19861
19862 Larger
19863 \end_layout
19864
19865 \end_inset
19866 </cell>
19867 </row>
19868 <row>
19869 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873
19874 \size largest
19875 \begin_inset ERT
19876 status collapsed
19877
19878 \begin_layout Plain Layout
19879
19880
19881 \backslash
19882 strut 
19883 \end_layout
19884
19885 \end_inset
19886
19887 Largest
19888 \end_layout
19889
19890 \end_inset
19891 </cell>
19892 </row>
19893 <row>
19894 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898
19899 \size huge
19900 \begin_inset ERT
19901 status collapsed
19902
19903 \begin_layout Plain Layout
19904
19905
19906 \backslash
19907 strut 
19908 \end_layout
19909
19910 \end_inset
19911
19912 Huge
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 </row>
19918 <row>
19919 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923
19924 \size giant
19925 \begin_inset ERT
19926 status collapsed
19927
19928 \begin_layout Plain Layout
19929
19930
19931 \backslash
19932 strut 
19933 \end_layout
19934
19935 \end_inset
19936
19937
19938 \size huge
19939 Huger
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 </row>
19945 </lyxtabular>
19946
19947 \end_inset
19948
19949
19950 \end_layout
19951
19952 \end_inset
19953
19954
19955 \begin_inset space \hfill{}
19956 \end_inset
19957
19958
19959 \end_layout
19960
19961 \end_inset
19962
19963
19964 \end_layout
19965
19966 \begin_layout Standard
19967 \begin_inset Newpage newpage
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \begin_layout Subsection
19974 Alignements de cellules spéciaux
19975 \begin_inset CommandInset label
19976 LatexCommand label
19977 name "sub:Alignements-de-cellules"
19978
19979 \end_inset
19980
19981
19982 \begin_inset Index idx
19983 status collapsed
19984
19985 \begin_layout Plain Layout
19986 Personnalisation des tableaux ! Alignement de cellules spéciaux
19987 \end_layout
19988
19989 \end_inset
19990
19991
19992 \end_layout
19993
19994 \begin_layout Standard
19995 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
19996  cellules sur un caractère donné, par exemple le séparateur décimal comme
19997  dans le tableau
19998 \begin_inset space ~
19999 \end_inset
20000
20001
20002 \begin_inset CommandInset ref
20003 LatexCommand ref
20004 reference "tab:Tableau-centré-sur-séparateur-1"
20005
20006 \end_inset
20007
20008 .
20009  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
20010  soit en appuyant sur le bouton 
20011 \begin_inset Graphics
20012         filename ../../images/tabular-feature_align-decimal.png
20013         scale 85
20014         scaleBeforeRotation
20015
20016 \end_inset
20017
20018 de la barre d'outils ou en modifiant le paramètre 
20019 \family sans
20020 Alignement horizontal
20021 \family default
20022  à 
20023 \family sans
20024 Au séparateur décimal
20025 \family default
20026 .
20027  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
20028  dans les paramètres du tableau.
20029 \end_layout
20030
20031 \begin_layout Standard
20032 \begin_inset Float table
20033 placement h
20034 wide false
20035 sideways false
20036 status open
20037
20038 \begin_layout Plain Layout
20039 \begin_inset Caption
20040
20041 \begin_layout Plain Layout
20042 \begin_inset CommandInset label
20043 LatexCommand label
20044 name "tab:Tableau-centré-sur-séparateur-1"
20045
20046 \end_inset
20047
20048 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
20049 \end_layout
20050
20051 \end_inset
20052
20053
20054 \end_layout
20055
20056 \begin_layout Plain Layout
20057 \align center
20058 \begin_inset Tabular
20059 <lyxtabular version="3" rows="4" columns="1">
20060 <features booktabs="true" tabularvalignment="middle">
20061 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20062 <row>
20063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067 en-tête
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 </row>
20073 <row>
20074 <cell alignment="center" valignment="top" topline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078 12,6
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 </row>
20084 <row>
20085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089 0,68
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 </row>
20095 <row>
20096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100 -123,0
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 </row>
20106 </lyxtabular>
20107
20108 \end_inset
20109
20110
20111 \end_layout
20112
20113 \end_inset
20114
20115
20116 \end_layout
20117
20118 \begin_layout Standard
20119 \begin_inset Float table
20120 placement h
20121 wide false
20122 sideways false
20123 status open
20124
20125 \begin_layout Plain Layout
20126 \begin_inset Caption
20127
20128 \begin_layout Plain Layout
20129 \begin_inset CommandInset label
20130 LatexCommand label
20131 name "tab:Tableau-centré-sur-séparateur-2"
20132
20133 \end_inset
20134
20135 Les cellules d'une colonnes sont centrées sur les opérateurs.
20136 \end_layout
20137
20138 \end_inset
20139
20140
20141 \end_layout
20142
20143 \begin_layout Plain Layout
20144 \align center
20145 \begin_inset Tabular
20146 <lyxtabular version="3" rows="4" columns="2">
20147 <features booktabs="true" tabularvalignment="middle">
20148 <column alignment="right" valignment="top" width="0pt">
20149 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20150 <row>
20151 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20152 \begin_inset Text
20153
20154 \begin_layout Plain Layout
20155 en-tête
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 </row>
20170 <row>
20171 <cell alignment="center" valignment="top" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175 \begin_inset Formula $12\,+$
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \end_inset
20182 </cell>
20183 <cell alignment="center" valignment="top" usebox="none">
20184 \begin_inset Text
20185
20186 \begin_layout Plain Layout
20187 \begin_inset Formula $\,6$
20188 \end_inset
20189
20190
20191 \end_layout
20192
20193 \end_inset
20194 </cell>
20195 </row>
20196 <row>
20197 <cell alignment="center" valignment="top" usebox="none">
20198 \begin_inset Text
20199
20200 \begin_layout Plain Layout
20201 \begin_inset Formula $0\,-$
20202 \end_inset
20203
20204
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 <cell alignment="center" valignment="top" usebox="none">
20210 \begin_inset Text
20211
20212 \begin_layout Plain Layout
20213 \begin_inset Formula $\,68$
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 </row>
20222 <row>
20223 <cell alignment="center" valignment="top" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227 \begin_inset Formula $-123\,/$
20228 \end_inset
20229
20230
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 <cell alignment="center" valignment="top" usebox="none">
20236 \begin_inset Text
20237
20238 \begin_layout Plain Layout
20239 \begin_inset Formula $\,0$
20240 \end_inset
20241
20242
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 </row>
20248 </lyxtabular>
20249
20250 \end_inset
20251
20252
20253 \end_layout
20254
20255 \end_inset
20256
20257
20258 \end_layout
20259
20260 \begin_layout Standard
20261 L'alignement sur un caractère ne fonctionne pas avec des formules parce
20262  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
20263  formules.
20264  Dans ce cas on doit utiliser la méthode du tableau
20265 \begin_inset space ~
20266 \end_inset
20267
20268
20269 \begin_inset CommandInset ref
20270 LatexCommand ref
20271 reference "tab:Tableau-centré-sur-séparateur-2"
20272
20273 \end_inset
20274
20275 .
20276  Ce tableau a été créé comme un tableau 4×2.
20277  L'en-tête est une cellule multi-colonne centrée.
20278  La première colonne est alignée à droite et contient la première partie
20279  et inclue l'opérateur.
20280  La seconde colonne contient le reste de la cellule aligné à gauche.
20281  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
20282  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
20283  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
20284  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
20285  :
20286 \end_layout
20287
20288 \begin_layout Standard
20289
20290 \series bold
20291 @{}l
20292 \end_layout
20293
20294 \begin_layout Standard
20295 Le tableau
20296 \begin_inset space ~
20297 \end_inset
20298
20299
20300 \begin_inset CommandInset ref
20301 LatexCommand ref
20302 reference "tab:Plusieurs-exemples-alignements"
20303
20304 \end_inset
20305
20306  montre quelques exemples d'alignements.
20307  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
20308  comme pour la deuxième colonne du tableau
20309 \begin_inset space ~
20310 \end_inset
20311
20312
20313 \begin_inset CommandInset ref
20314 LatexCommand ref
20315 reference "tab:Tableau-centré-sur-séparateur-2"
20316
20317 \end_inset
20318
20319 .
20320 \end_layout
20321
20322 \begin_layout Standard
20323 \begin_inset Float table
20324 wide false
20325 sideways false
20326 status open
20327
20328 \begin_layout Plain Layout
20329 \begin_inset Caption
20330
20331 \begin_layout Plain Layout
20332 \begin_inset CommandInset label
20333 LatexCommand label
20334 name "tab:Plusieurs-exemples-alignements"
20335
20336 \end_inset
20337
20338 Plusieurs exemples d'alignement de cellules.
20339 \end_layout
20340
20341 \end_inset
20342
20343
20344 \end_layout
20345
20346 \begin_layout Plain Layout
20347 \align center
20348 \begin_inset Tabular
20349 <lyxtabular version="3" rows="4" columns="6">
20350 <features tabularvalignment="middle">
20351 <column alignment="right" valignment="top" width="0">
20352 <column alignment="left" valignment="top" width="0" special="@{}l">
20353 <column alignment="right" valignment="top" width="0">
20354 <column alignment="left" valignment="top" width="0" special="@{}l">
20355 <column alignment="right" valignment="top" width="0">
20356 <column alignment="left" valignment="top" width="0" special="@{}l">
20357 <row>
20358 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362 unités
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380 exposants
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398 relations
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 </row>
20413 <row>
20414 <cell alignment="center" valignment="top" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418 12×
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20424 \begin_inset Text
20425
20426 \begin_layout Plain Layout
20427 24
20428 \begin_inset space \thinspace{}
20429 \end_inset
20430
20431 bouteilles
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 <cell alignment="center" valignment="top" usebox="none">
20437 \begin_inset Text
20438
20439 \begin_layout Plain Layout
20440 \begin_inset Formula $10\cdot$
20441 \end_inset
20442
20443
20444 \end_layout
20445
20446 \end_inset
20447 </cell>
20448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20449 \begin_inset Text
20450
20451 \begin_layout Plain Layout
20452 \begin_inset Formula $10^{\mbox{-}17}$
20453 \end_inset
20454
20455
20456 \end_layout
20457
20458 \end_inset
20459 </cell>
20460 <cell alignment="center" valignment="top" usebox="none">
20461 \begin_inset Text
20462
20463 \begin_layout Plain Layout
20464 \begin_inset Formula $\Gamma(t)\propto$
20465 \end_inset
20466
20467
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 <cell alignment="center" valignment="top" usebox="none">
20473 \begin_inset Text
20474
20475 \begin_layout Plain Layout
20476 \begin_inset Formula $\:\Upsilon(t)$
20477 \end_inset
20478
20479
20480 \end_layout
20481
20482 \end_inset
20483 </cell>
20484 </row>
20485 <row>
20486 <cell alignment="center" valignment="top" usebox="none">
20487 \begin_inset Text
20488
20489 \begin_layout Plain Layout
20490 1024×
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499 768
20500 \begin_inset space \thinspace{}
20501 \end_inset
20502
20503 Pixels
20504 \end_layout
20505
20506 \end_inset
20507 </cell>
20508 <cell alignment="center" valignment="top" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Plain Layout
20512 \begin_inset Formula $5.78\cdot$
20513 \end_inset
20514
20515
20516 \end_layout
20517
20518 \end_inset
20519 </cell>
20520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524 \begin_inset Formula $10^{7}$
20525 \end_inset
20526
20527
20528 \end_layout
20529
20530 \end_inset
20531 </cell>
20532 <cell alignment="center" valignment="top" usebox="none">
20533 \begin_inset Text
20534
20535 \begin_layout Plain Layout
20536 \begin_inset Formula $A\ne$
20537 \end_inset
20538
20539
20540 \end_layout
20541
20542 \end_inset
20543 </cell>
20544 <cell alignment="center" valignment="top" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548 \begin_inset Formula $\: B_{\mathrm{red}}$
20549 \end_inset
20550
20551
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 </row>
20557 <row>
20558 <cell alignment="center" valignment="top" usebox="none">
20559 \begin_inset Text
20560
20561 \begin_layout Plain Layout
20562 32×
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571 6
20572 \begin_inset space \thinspace{}
20573 \end_inset
20574
20575 cm
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 <cell alignment="center" valignment="top" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584 -
20585 \begin_inset Formula $33.5\cdot$
20586 \end_inset
20587
20588
20589 \end_layout
20590
20591 \end_inset
20592 </cell>
20593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20594 \begin_inset Text
20595
20596 \begin_layout Plain Layout
20597 \begin_inset Formula $10^{4}$
20598 \end_inset
20599
20600
20601 \end_layout
20602
20603 \end_inset
20604 </cell>
20605 <cell alignment="center" valignment="top" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609 \begin_inset Formula $\sin(\alpha)\ge$
20610 \end_inset
20611
20612
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 <cell alignment="center" valignment="top" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Plain Layout
20621 \begin_inset Formula $\:\sin(\beta)$
20622 \end_inset
20623
20624
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 </row>
20630 </lyxtabular>
20631
20632 \end_inset
20633
20634
20635 \end_layout
20636
20637 \end_inset
20638
20639
20640 \end_layout
20641
20642 \begin_layout Subsection
20643 Formats de cellule et de colonne personnalisés
20644 \begin_inset CommandInset label
20645 LatexCommand label
20646 name "sub:Formats-personnalisés"
20647
20648 \end_inset
20649
20650
20651 \begin_inset Index idx
20652 status collapsed
20653
20654 \begin_layout Plain Layout
20655 Personnalisation des tableaux !  Format de cellule/colonne
20656 \end_layout
20657
20658 \end_inset
20659
20660
20661 \end_layout
20662
20663 \begin_layout Standard
20664 Calculer la largeur nécessaire pour colonnes normales comme dans la section
20665 \lang english
20666
20667 \begin_inset space ~
20668 \end_inset
20669
20670
20671 \begin_inset CommandInset ref
20672 LatexCommand ref
20673 reference "sec:Table-Width-Calculation"
20674
20675 \end_inset
20676
20677
20678 \lang french
20679  et pour des colonnes couvertes par un cellule multi-colonne comme dans
20680  la section
20681 \begin_inset space ~
20682 \end_inset
20683
20684
20685 \begin_inset CommandInset ref
20686 LatexCommand ref
20687 reference "sub:Calculs-multicolonnes"
20688
20689 \end_inset
20690
20691  peut devenir très pénible si vous avez plusieurs tableaux.
20692  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
20693  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
20694  du document.
20695  Le format est défini avec la commande
20696 \end_layout
20697
20698 \begin_layout Standard
20699
20700 \series bold
20701
20702 \backslash
20703 newcolumntype{nom du format}[nombre d'arguments]{commandes}
20704 \end_layout
20705
20706 \begin_layout Standard
20707 Le nom du format peut n'avoir qu'une lettre.
20708  Les lettres 
20709 \emph on
20710 b
20711 \emph default
20712
20713 \emph on
20714 c
20715 \emph default
20716
20717 \emph on
20718 l
20719 \emph default
20720
20721 \emph on
20722 m
20723 \emph default
20724
20725 \emph on
20726 p
20727 \emph default
20728  et 
20729 \emph on
20730 r
20731 \emph default
20732  sont prédéfinies et donc ne peuvent être utilisées.
20733  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
20734 \end_layout
20735
20736 \begin_layout Standard
20737 \begin_inset VSpace medskip
20738 \end_inset
20739
20740
20741 \end_layout
20742
20743 \begin_layout Standard
20744 Pour de cellules multi-colonnes centrées verticalement et horizontalement
20745  avec une largeur donnée, vous pouvez définir le format de cellule suivant
20746  :
20747 \end_layout
20748
20749 \begin_layout Standard
20750
20751 \series bold
20752
20753 \backslash
20754 newcolumntype{M}[1]{>{
20755 \backslash
20756 centering
20757 \backslash
20758 hspace{0pt}}m{#1}}
20759 \end_layout
20760
20761 \begin_layout Standard
20762 Où le 
20763 \series bold
20764
20765 \backslash
20766 hspace{0pt}
20767 \series default
20768  évite le problème de césure du premier mot, comme c'est décrit en section
20769 \begin_inset space ~
20770 \end_inset
20771
20772
20773 \begin_inset CommandInset ref
20774 LatexCommand ref
20775 reference "sub:Lignes-multiple-dans-cellule"
20776
20777 \end_inset
20778
20779 .
20780  Ensuite, vous pouvez entrer
20781 \end_layout
20782
20783 \begin_layout Standard
20784
20785 \series bold
20786 M{width}
20787 \end_layout
20788
20789 \begin_layout Standard
20790 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
20791  une multi-colonne.
20792 \end_layout
20793
20794 \begin_layout Standard
20795 \begin_inset VSpace bigskip
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \begin_layout Standard
20802 Pour les cellules qui sont couvertes par la cellule multi-colonne, vous
20803  pouvez définir le format
20804 \end_layout
20805
20806 \begin_layout Standard
20807
20808 \series bold
20809
20810 \backslash
20811 newcolumntype{S}[2]{>{
20812 \backslash
20813 centering
20814 \backslash
20815 hspace{0pt}}
20816 \begin_inset Newline newline
20817 \end_inset
20818
20819
20820 \begin_inset Phantom HPhantom
20821 status open
20822
20823 \begin_layout Plain Layout
20824
20825 \series bold
20826
20827 \backslash
20828 newcolumntype{S}[2]
20829 \end_layout
20830
20831 \end_inset
20832
20833 m{(#1+(2
20834 \backslash
20835 tabcolsep+
20836 \backslash
20837 arrayrulewidth)*(1-#2))/#2}}
20838 \end_layout
20839
20840 \begin_layout Standard
20841 Ce format utilise l'équation
20842 \begin_inset space ~
20843 \end_inset
20844
20845
20846 \begin_inset CommandInset ref
20847 LatexCommand eqref
20848 reference "eq:Wgn"
20849
20850 \end_inset
20851
20852  pour calculer la largeur que doit avoir chacune des cellules couverte par
20853  la cellule multi-colonne pour qu'elles aient toutes la même largeur.
20854 \end_layout
20855
20856 \begin_layout Standard
20857 Ensuite, vous pouvez entrer
20858 \end_layout
20859
20860 \begin_layout Standard
20861
20862 \series bold
20863 S{largeur de la cellule multi-colonne}{nombre de colonnes couvertes}
20864 \end_layout
20865
20866 \begin_layout Standard
20867 comme paramètre LaTeX de la colonne.
20868 \end_layout
20869
20870 \begin_layout Standard
20871 \begin_inset VSpace bigskip
20872 \end_inset
20873
20874
20875 \end_layout
20876
20877 \begin_layout Standard
20878 Pour des colonnes colorées, vous pouvez définir
20879 \end_layout
20880
20881 \begin_layout Standard
20882
20883 \series bold
20884
20885 \backslash
20886 newcolumntype{K}[1]{>{
20887 \backslash
20888 columncolor{#1}
20889 \backslash
20890 hspace{0pt}}c}
20891 \end_layout
20892
20893 \begin_layout Standard
20894 Le 
20895 \begin_inset Quotes eld
20896 \end_inset
20897
20898 c
20899 \begin_inset Quotes erd
20900 \end_inset
20901
20902  à la fin crée une colonne de largeur variable dont le texte est centré
20903  horizontalement.
20904  Vous pouvez maintenant entrer
20905 \end_layout
20906
20907 \begin_layout Standard
20908
20909 \series bold
20910 K{nom de couleur}
20911 \end_layout
20912
20913 \begin_layout Standard
20914 comme paramètre LaTeX.
20915 \end_layout
20916
20917 \begin_layout Standard
20918 \begin_inset VSpace bigskip
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \begin_layout Standard
20925 Pour créer le tableau
20926 \begin_inset space ~
20927 \end_inset
20928
20929
20930 \begin_inset CommandInset ref
20931 LatexCommand ref
20932 reference "tab:Tableau-formats-personnalisés"
20933
20934 \end_inset
20935
20936  utilisez les paramètres LaTeX
20937 \end_layout
20938
20939 \begin_layout Standard
20940
20941 \series bold
20942 M{2.5cm}
20943 \end_layout
20944
20945 \begin_layout Standard
20946 pour la première colonne et la multi-colonne,
20947 \end_layout
20948
20949 \begin_layout Standard
20950
20951 \series bold
20952 K{red}
20953 \end_layout
20954
20955 \begin_layout Standard
20956 pour la dernière colonne, et
20957 \end_layout
20958
20959 \begin_layout Standard
20960
20961 \series bold
20962 S{2.5cm}{2}
20963 \end_layout
20964
20965 \begin_layout Standard
20966 pour les cellules de la deuxième colonne.
20967 \end_layout
20968
20969 \begin_layout Standard
20970 \begin_inset Float table
20971 placement h
20972 wide false
20973 sideways false
20974 status open
20975
20976 \begin_layout Plain Layout
20977 \begin_inset Caption
20978
20979 \begin_layout Plain Layout
20980 \begin_inset CommandInset label
20981 LatexCommand label
20982 name "tab:Tableau-formats-personnalisés"
20983
20984 \end_inset
20985
20986 Tableau utilisant des formats personnalisés
20987 \end_layout
20988
20989 \end_inset
20990
20991
20992 \end_layout
20993
20994 \begin_layout Plain Layout
20995 \align center
20996 \begin_inset Tabular
20997 <lyxtabular version="3" rows="3" columns="4">
20998 <features tabularvalignment="middle">
20999 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21000 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
21001 <column alignment="center" valignment="middle" width="0">
21002 <column alignment="center" valignment="middle" width="0" special="K{red}">
21003 <row>
21004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21005 \begin_inset Text
21006
21007 \begin_layout Plain Layout
21008 motTrèsLongDansUneCellule
21009 \end_layout
21010
21011 \end_inset
21012 </cell>
21013 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21014 \begin_inset Text
21015
21016 \begin_layout Plain Layout
21017 multi-colonne avec multi-ligne
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035 c
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 </row>
21041 <row>
21042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046 d
21047 \end_layout
21048
21049 \end_inset
21050 </cell>
21051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21052 \begin_inset Text
21053
21054 \begin_layout Plain Layout
21055 e
21056 \end_layout
21057
21058 \end_inset
21059 </cell>
21060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21061 \begin_inset Text
21062
21063 \begin_layout Plain Layout
21064 f
21065 \end_layout
21066
21067 \end_inset
21068 </cell>
21069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21070 \begin_inset Text
21071
21072 \begin_layout Plain Layout
21073 g
21074 \end_layout
21075
21076 \end_inset
21077 </cell>
21078 </row>
21079 <row>
21080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084 h
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093 i
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102 j
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21108 \begin_inset Text
21109
21110 \begin_layout Plain Layout
21111 k
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 </row>
21117 </lyxtabular>
21118
21119 \end_inset
21120
21121
21122 \end_layout
21123
21124 \end_inset
21125
21126
21127 \end_layout
21128
21129 \begin_layout Subsection
21130 Épaisseur des filets
21131 \begin_inset CommandInset label
21132 LatexCommand label
21133 name "sub:Epaisseur-filets"
21134
21135 \end_inset
21136
21137
21138 \begin_inset Index idx
21139 status collapsed
21140
21141 \begin_layout Plain Layout
21142 Personnalisation des tableaux ! Épaisseur filets
21143 \end_layout
21144
21145 \end_inset
21146
21147
21148 \end_layout
21149
21150 \begin_layout Standard
21151 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
21152  
21153 \series bold
21154
21155 \backslash
21156 arrayrulewidth
21157 \series default
21158 .
21159  Pour mettre, par exemple, une épaisseur de filet de 1.5
21160 \begin_inset space \thinspace{}
21161 \end_inset
21162
21163 pt, comme pour le tableau
21164 \begin_inset space ~
21165 \end_inset
21166
21167
21168 \begin_inset CommandInset ref
21169 LatexCommand ref
21170 reference "tab:Tableau-filets-1.5pt"
21171
21172 \end_inset
21173
21174 , insérez la commande
21175 \end_layout
21176
21177 \begin_layout Standard
21178
21179 \series bold
21180
21181 \backslash
21182 setlength{
21183 \backslash
21184 arrayrulewidth}{1.5pt}
21185 \end_layout
21186
21187 \begin_layout Standard
21188 en code TeX avant le tableau ou le flottant de tableau.
21189  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
21190  suivent.
21191  pour revenir aux valeurs implicites, mettez 
21192 \series bold
21193
21194 \backslash
21195 arrayrulewidth
21196 \series default
21197  à 0.4
21198 \begin_inset space \thinspace{}
21199 \end_inset
21200
21201 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
21202 \end_layout
21203
21204 \begin_layout Standard
21205 \begin_inset ERT
21206 status collapsed
21207
21208 \begin_layout Plain Layout
21209
21210
21211 \backslash
21212 setlength{
21213 \backslash
21214 arrayrulewidth}{1.5pt}
21215 \end_layout
21216
21217 \end_inset
21218
21219
21220 \begin_inset Float table
21221 wide false
21222 sideways false
21223 status open
21224
21225 \begin_layout Plain Layout
21226 \begin_inset Caption
21227
21228 \begin_layout Plain Layout
21229 \begin_inset CommandInset label
21230 LatexCommand label
21231 name "tab:Tableau-filets-1.5pt"
21232
21233 \end_inset
21234
21235 Tableau avec des filets de 1.5
21236 \begin_inset space \thinspace{}
21237 \end_inset
21238
21239 pt
21240 \end_layout
21241
21242 \end_inset
21243
21244
21245 \end_layout
21246
21247 \begin_layout Plain Layout
21248 \align center
21249 \begin_inset Tabular
21250 <lyxtabular version="3" rows="3" columns="3">
21251 <features tabularvalignment="middle">
21252 <column alignment="center" valignment="top" width="0">
21253 <column alignment="center" valignment="top" width="0">
21254 <column alignment="center" valignment="top" width="0">
21255 <row>
21256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260 sd
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 </row>
21284 <row>
21285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21286 \begin_inset Text
21287
21288 \begin_layout Plain Layout
21289
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 sd
21299 \end_layout
21300
21301 \end_inset
21302 </cell>
21303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307
21308 \end_layout
21309
21310 \end_inset
21311 </cell>
21312 </row>
21313 <row>
21314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318
21319 \end_layout
21320
21321 \end_inset
21322 </cell>
21323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327
21328 \end_layout
21329
21330 \end_inset
21331 </cell>
21332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21333 \begin_inset Text
21334
21335 \begin_layout Plain Layout
21336 sd
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 </row>
21342 </lyxtabular>
21343
21344 \end_inset
21345
21346
21347 \end_layout
21348
21349 \end_inset
21350
21351
21352 \begin_inset ERT
21353 status collapsed
21354
21355 \begin_layout Plain Layout
21356
21357
21358 \backslash
21359 setlength{
21360 \backslash
21361 arrayrulewidth}{0.4pt}
21362 \end_layout
21363
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \begin_layout Standard
21370 \begin_inset VSpace bigskip
21371 \end_inset
21372
21373 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
21374 \begin_inset space \thinspace{}
21375 \end_inset
21376
21377 pt, comme dans le tableau
21378 \begin_inset space ~
21379 \end_inset
21380
21381
21382 \begin_inset CommandInset ref
21383 LatexCommand ref
21384 reference "tab:Tableau-filets-horizontaux-1.5pt"
21385
21386 \end_inset
21387
21388 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
21389  de tableau :
21390 \end_layout
21391
21392 \begin_layout Standard
21393
21394 \series bold
21395
21396 \backslash
21397 let
21398 \backslash
21399 myHline
21400 \backslash
21401 hline
21402 \begin_inset Newline newline
21403 \end_inset
21404
21405
21406 \backslash
21407 renewcommand{
21408 \backslash
21409 hline}
21410 \begin_inset Newline newline
21411 \end_inset
21412
21413  {
21414 \backslash
21415 noalign{
21416 \backslash
21417 global
21418 \backslash
21419 arrayrulewidth 1.5pt}
21420 \begin_inset Newline newline
21421 \end_inset
21422
21423  
21424 \backslash
21425 myHline
21426 \backslash
21427 noalign{
21428 \backslash
21429 global
21430 \backslash
21431 arrayrulewidth 0.4pt}}
21432 \end_layout
21433
21434 \begin_layout Standard
21435 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
21436  en code TeX après le tableau ou le flottant de tableau :
21437 \end_layout
21438
21439 \begin_layout Standard
21440
21441 \series bold
21442
21443 \backslash
21444 renewcommand{
21445 \backslash
21446 hline}{
21447 \backslash
21448 myHline}
21449 \end_layout
21450
21451 \begin_layout Standard
21452 \begin_inset ERT
21453 status collapsed
21454
21455 \begin_layout Plain Layout
21456
21457
21458 \backslash
21459 let
21460 \backslash
21461 myHline
21462 \backslash
21463 hline
21464 \end_layout
21465
21466 \begin_layout Plain Layout
21467
21468
21469 \backslash
21470 renewcommand{
21471 \backslash
21472 hline}
21473 \end_layout
21474
21475 \begin_layout Plain Layout
21476
21477  {
21478 \backslash
21479 noalign{
21480 \backslash
21481 global
21482 \backslash
21483 arrayrulewidth 1.5pt}
21484 \end_layout
21485
21486 \begin_layout Plain Layout
21487
21488   
21489 \backslash
21490 myHline
21491 \backslash
21492 noalign{
21493 \backslash
21494 global
21495 \backslash
21496 arrayrulewidth 0.4pt}}
21497 \end_layout
21498
21499 \end_inset
21500
21501
21502 \begin_inset Float table
21503 wide false
21504 sideways false
21505 status open
21506
21507 \begin_layout Plain Layout
21508 \begin_inset Caption
21509
21510 \begin_layout Plain Layout
21511 \begin_inset CommandInset label
21512 LatexCommand label
21513 name "tab:Tableau-filets-horizontaux-1.5pt"
21514
21515 \end_inset
21516
21517 Tableau avec des filets horizontaux de 1.5
21518 \begin_inset space \thinspace{}
21519 \end_inset
21520
21521 pt
21522 \end_layout
21523
21524 \end_inset
21525
21526
21527 \end_layout
21528
21529 \begin_layout Plain Layout
21530 \align center
21531 \begin_inset Tabular
21532 <lyxtabular version="3" rows="3" columns="3">
21533 <features tabularvalignment="middle">
21534 <column alignment="center" valignment="top" width="0">
21535 <column alignment="center" valignment="top" width="0">
21536 <column alignment="center" valignment="top" width="0">
21537 <row>
21538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542 sd
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 </row>
21566 <row>
21567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Plain Layout
21580 sd
21581 \end_layout
21582
21583 \end_inset
21584 </cell>
21585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 </row>
21595 <row>
21596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21597 \begin_inset Text
21598
21599 \begin_layout Plain Layout
21600
21601 \end_layout
21602
21603 \end_inset
21604 </cell>
21605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21606 \begin_inset Text
21607
21608 \begin_layout Plain Layout
21609
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618 sd
21619 \end_layout
21620
21621 \end_inset
21622 </cell>
21623 </row>
21624 </lyxtabular>
21625
21626 \end_inset
21627
21628
21629 \end_layout
21630
21631 \end_inset
21632
21633
21634 \begin_inset ERT
21635 status collapsed
21636
21637 \begin_layout Plain Layout
21638
21639
21640 \backslash
21641 renewcommand{
21642 \backslash
21643 hline}{
21644 \backslash
21645 myHline}
21646 \end_layout
21647
21648 \end_inset
21649
21650
21651 \end_layout
21652
21653 \begin_layout Standard
21654 \begin_inset VSpace bigskip
21655 \end_inset
21656
21657 Pour que seuls les filets verticaux aient une épaisseur de 1.5
21658 \begin_inset space \thinspace{}
21659 \end_inset
21660
21661 pt, créez le format de colonne suivant dans le préambule, en suivant la
21662  description de la section
21663 \begin_inset space ~
21664 \end_inset
21665
21666
21667 \begin_inset CommandInset ref
21668 LatexCommand ref
21669 reference "sub:Formats-personnalisés"
21670
21671 \end_inset
21672
21673 :
21674 \end_layout
21675
21676 \begin_layout Standard
21677
21678 \series bold
21679
21680 \backslash
21681 newcolumntype{V}{!{
21682 \backslash
21683 vrule width 1.5pt}}
21684 \end_layout
21685
21686 \begin_layout Standard
21687 Pour le tableau
21688 \begin_inset space ~
21689 \end_inset
21690
21691
21692 \begin_inset CommandInset ref
21693 LatexCommand ref
21694 reference "tab:Tableau-filets-verticaux-1.5pt"
21695
21696 \end_inset
21697
21698  le paramètre LaTeX 
21699 \end_layout
21700
21701 \begin_layout Standard
21702
21703 \series bold
21704 VcV
21705 \end_layout
21706
21707 \begin_layout Standard
21708 a été utilisé pour la dernière colonne et
21709 \end_layout
21710
21711 \begin_layout Standard
21712
21713 \series bold
21714 Vc
21715 \end_layout
21716
21717 \begin_layout Standard
21718 pour les autres colonnes.
21719 \end_layout
21720
21721 \begin_layout Standard
21722 \begin_inset Float table
21723 wide false
21724 sideways false
21725 status open
21726
21727 \begin_layout Plain Layout
21728 \begin_inset Caption
21729
21730 \begin_layout Plain Layout
21731 \begin_inset CommandInset label
21732 LatexCommand label
21733 name "tab:Tableau-filets-verticaux-1.5pt"
21734
21735 \end_inset
21736
21737 Tableau avec des filets verticaux de 1.5
21738 \begin_inset space \thinspace{}
21739 \end_inset
21740
21741 pt 
21742 \end_layout
21743
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \begin_layout Plain Layout
21750 \align center
21751 \begin_inset Tabular
21752 <lyxtabular version="3" rows="3" columns="3">
21753 <features tabularvalignment="middle">
21754 <column alignment="center" valignment="top" width="0" special="Vc">
21755 <column alignment="center" valignment="top" width="0" special="Vc">
21756 <column alignment="center" valignment="top" width="0" special="VcV">
21757 <row>
21758 <cell alignment="center" valignment="top" topline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 sd
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 <cell alignment="center" valignment="top" topline="true" usebox="none">
21768 \begin_inset Text
21769
21770 \begin_layout Plain Layout
21771
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 <cell alignment="center" valignment="top" topline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 </row>
21786 <row>
21787 <cell alignment="center" valignment="top" topline="true" usebox="none">
21788 \begin_inset Text
21789
21790 \begin_layout Plain Layout
21791
21792 \end_layout
21793
21794 \end_inset
21795 </cell>
21796 <cell alignment="center" valignment="top" topline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800 sd
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 <cell alignment="center" valignment="top" topline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 </row>
21815 <row>
21816 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838 sd
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 </row>
21844 </lyxtabular>
21845
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \end_inset
21852
21853
21854 \end_layout
21855
21856 \begin_layout Subsection
21857 Filets à traits interrompus
21858 \begin_inset Index idx
21859 status collapsed
21860
21861 \begin_layout Plain Layout
21862 Personnalisation des tableaux ! Filets à traits interrompus
21863 \end_layout
21864
21865 \end_inset
21866
21867
21868 \end_layout
21869
21870 \begin_layout Standard
21871 \begin_inset ERT
21872 status collapsed
21873
21874 \begin_layout Plain Layout
21875
21876
21877 \backslash
21878 ifarydshln
21879 \end_layout
21880
21881 \end_inset
21882
21883
21884 \begin_inset Note Note
21885 status open
21886
21887 \begin_layout Plain Layout
21888 La section suivante ne s'affichera que si vous avez installé le paquetage
21889  LaTeX 
21890 \series bold
21891 arydshln
21892 \series default
21893 .
21894 \end_layout
21895
21896 \end_inset
21897
21898
21899 \end_layout
21900
21901 \begin_layout Standard
21902 \begin_inset Float table
21903 placement H
21904 wide false
21905 sideways false
21906 status open
21907
21908 \begin_layout Plain Layout
21909 \begin_inset Caption
21910
21911 \begin_layout Plain Layout
21912 \begin_inset CommandInset label
21913 LatexCommand label
21914 name "tab:Tableau-filets-tirets"
21915
21916 \end_inset
21917
21918 Tableau avec des filets à traits interrompus
21919 \end_layout
21920
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \begin_layout Plain Layout
21927 \align center
21928 \begin_inset Tabular
21929 <lyxtabular version="3" rows="5" columns="5">
21930 <features tabularvalignment="middle">
21931 <column alignment="center" valignment="top" width="0">
21932 <column alignment="center" valignment="top" width="0">
21933 <column alignment="center" valignment="top" width="0" special=":c">
21934 <column alignment="center" valignment="top" width="0">
21935 <column alignment="center" valignment="top" width="0">
21936 <row>
21937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21938 \begin_inset Text
21939
21940 \begin_layout Plain Layout
21941 a
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950 b
21951 \end_layout
21952
21953 \end_inset
21954 </cell>
21955 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959 c
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
21964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21965 \begin_inset Text
21966
21967 \begin_layout Plain Layout
21968 d
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977 e
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 </row>
21983 <row>
21984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 f
21989 \end_layout
21990
21991 \end_inset
21992 </cell>
21993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997 g
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 <cell alignment="center" valignment="top" topline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006 h
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 i
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024 j
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 </row>
22030 <row>
22031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22032 \begin_inset Text
22033
22034 \begin_layout Plain Layout
22035 \begin_inset ERT
22036 status collapsed
22037
22038 \begin_layout Plain Layout
22039
22040
22041 \backslash
22042 hdashline 
22043 \end_layout
22044
22045 \end_inset
22046
22047 k
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056 l
22057 \end_layout
22058
22059 \end_inset
22060 </cell>
22061 <cell alignment="center" valignment="top" usebox="none">
22062 \begin_inset Text
22063
22064 \begin_layout Plain Layout
22065 m
22066 \end_layout
22067
22068 \end_inset
22069 </cell>
22070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22071 \begin_inset Text
22072
22073 \begin_layout Plain Layout
22074 n
22075 \end_layout
22076
22077 \end_inset
22078 </cell>
22079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22080 \begin_inset Text
22081
22082 \begin_layout Plain Layout
22083 o
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 </row>
22089 <row>
22090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22091 \begin_inset Text
22092
22093 \begin_layout Plain Layout
22094 \begin_inset ERT
22095 status collapsed
22096
22097 \begin_layout Plain Layout
22098
22099
22100 \backslash
22101 cdashline{4-5}
22102 \end_layout
22103
22104 \end_inset
22105
22106 p
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115 q
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124 r
22125 \end_layout
22126
22127 \end_inset
22128 </cell>
22129 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133 s
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22139 \begin_inset Text
22140
22141 \begin_layout Plain Layout
22142
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 </row>
22148 <row>
22149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22150 \begin_inset Text
22151
22152 \begin_layout Plain Layout
22153 t
22154 \end_layout
22155
22156 \end_inset
22157 </cell>
22158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162 u
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22168 \begin_inset Text
22169
22170 \begin_layout Plain Layout
22171 v
22172 \end_layout
22173
22174 \end_inset
22175 </cell>
22176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Plain Layout
22180 w
22181 \end_layout
22182
22183 \end_inset
22184 </cell>
22185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22186 \begin_inset Text
22187
22188 \begin_layout Plain Layout
22189 x
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 </row>
22195 </lyxtabular>
22196
22197 \end_inset
22198
22199
22200 \end_layout
22201
22202 \end_inset
22203
22204
22205 \end_layout
22206
22207 \begin_layout Standard
22208 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
22209  donc employer du code TeX.
22210  Mais avant il faut charger le paquetage LaTeX 
22211 \series bold
22212 arydshln
22213 \series default
22214
22215 \begin_inset Index idx
22216 status collapsed
22217
22218 \begin_layout Plain Layout
22219 Paquetages LaTeX ! arydshln
22220 \end_layout
22221
22222 \end_inset
22223
22224  dans le préambule du document avec la commande 
22225 \end_layout
22226
22227 \begin_layout Standard
22228
22229 \series bold
22230
22231 \backslash
22232 usepackage{arydshln}
22233 \end_layout
22234
22235 \begin_layout Standard
22236 Pour faire un filet vertical avec un trait interrompu, mettez deux points
22237  
22238 \begin_inset Quotes eld
22239 \end_inset
22240
22241 :
22242 \begin_inset Quotes erd
22243 \end_inset
22244
22245  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
22246  dans la fenêtre de dialogue de paramètre du tableau.
22247 \end_layout
22248
22249 \begin_layout Standard
22250 Pour un trait horizontal interrompu, ajoutez la commande
22251 \end_layout
22252
22253 \begin_layout Standard
22254
22255 \series bold
22256
22257 \backslash
22258 hdashline
22259 \end_layout
22260
22261 \begin_layout Standard
22262 en code TeX comme premier élément de la première cellule de la ligne de
22263  tableau.
22264 \end_layout
22265
22266 \begin_layout Standard
22267 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
22268  commande 
22269 \end_layout
22270
22271 \begin_layout Standard
22272
22273 \series bold
22274
22275 \backslash
22276 cdashline{
22277 \series default
22278 numéros de colonnes}
22279 \end_layout
22280
22281 \begin_layout Standard
22282 en code TeX comme premier élément de la première cellule de la ligne.
22283  Si par exemple, vous avez une cellule multi-colonne qui couvre les colonnes
22284  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
22285 \end_layout
22286
22287 \begin_layout Standard
22288
22289 \series bold
22290
22291 \backslash
22292 cdashline{2-4}
22293 \end_layout
22294
22295 \begin_layout Standard
22296 comme premier élément de la première cellule de la ligne contenant la multi-colo
22297 nne.
22298 \end_layout
22299
22300 \begin_layout Standard
22301 \begin_inset VSpace bigskip
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \begin_layout Standard
22308 Le tableau
22309 \begin_inset space ~
22310 \end_inset
22311
22312
22313 \begin_inset CommandInset ref
22314 LatexCommand ref
22315 reference "tab:Tableau-filets-tirets"
22316
22317 \end_inset
22318
22319  a été créé en utilisant 
22320 \begin_inset Quotes eld
22321 \end_inset
22322
22323
22324 \series bold
22325 :c
22326 \series default
22327
22328 \begin_inset Quotes erd
22329 \end_inset
22330
22331  comme paramètre LaTeX pour la troisième colonne.
22332  La commande en code TeX 
22333 \series bold
22334
22335 \backslash
22336 hdashline
22337 \series default
22338  a été insérée dans la première cellule de la troisième ligne et la commande
22339  en code TeX 
22340 \series bold
22341
22342 \backslash
22343 cdashline{4-5}
22344 \series default
22345  a été insérée dans la première cellule de la quatrième ligne.
22346 \end_layout
22347
22348 \begin_layout Standard
22349
22350 \lang english
22351 \begin_inset VSpace bigskip
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \begin_layout Standard
22358
22359 \lang english
22360 Tables with dashed lines can also be colored as shown by Table
22361 \lang french
22362
22363 \begin_inset space ~
22364 \end_inset
22365
22366
22367 \begin_inset CommandInset ref
22368 LatexCommand ref
22369 reference "tab:Colored-table-with"
22370
22371 \end_inset
22372
22373 .
22374 \end_layout
22375
22376 \begin_layout Standard
22377 \begin_inset ERT
22378 status collapsed
22379
22380 \begin_layout Plain Layout
22381
22382
22383 \backslash
22384 setlength{
22385 \backslash
22386 arrayrulewidth}{1pt}
22387 \end_layout
22388
22389 \end_inset
22390
22391
22392 \lang english
22393
22394 \begin_inset Note Note
22395 status collapsed
22396
22397 \begin_layout Plain Layout
22398
22399 \lang english
22400 thicker lines for better visualization of the line color
22401 \end_layout
22402
22403 \end_inset
22404
22405
22406 \end_layout
22407
22408 \begin_layout Standard
22409 \begin_inset ERT
22410 status collapsed
22411
22412 \begin_layout Plain Layout
22413
22414
22415 \backslash
22416 dashgapcolor{green}
22417 \end_layout
22418
22419 \end_inset
22420
22421
22422 \lang english
22423
22424 \begin_inset Note Note
22425 status collapsed
22426
22427 \begin_layout Plain Layout
22428
22429 \lang english
22430 color gaps between dashes green
22431 \end_layout
22432
22433 \end_inset
22434
22435
22436 \end_layout
22437
22438 \begin_layout Standard
22439 \begin_inset ERT
22440 status collapsed
22441
22442 \begin_layout Plain Layout
22443
22444
22445 \backslash
22446 let
22447 \backslash
22448 myHdashline
22449 \backslash
22450 hdashline
22451 \end_layout
22452
22453 \begin_layout Plain Layout
22454
22455
22456 \backslash
22457 renewcommand{
22458 \backslash
22459 hdashline}
22460 \end_layout
22461
22462 \begin_layout Plain Layout
22463
22464  {
22465 \backslash
22466 arrayrulecolor{red}
22467 \backslash
22468 myHdashline
22469 \backslash
22470 arrayrulecolor{black}}
22471 \end_layout
22472
22473 \end_inset
22474
22475
22476 \lang english
22477
22478 \begin_inset Note Note
22479 status collapsed
22480
22481 \begin_layout Plain Layout
22482
22483 \lang english
22484 color horizontal, dashed lines red
22485 \end_layout
22486
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \begin_layout Standard
22493 \begin_inset ERT
22494 status collapsed
22495
22496 \begin_layout Plain Layout
22497
22498
22499 \backslash
22500 let
22501 \backslash
22502 myCdashline
22503 \backslash
22504 cdashline
22505 \end_layout
22506
22507 \begin_layout Plain Layout
22508
22509
22510 \backslash
22511 renewcommand{
22512 \backslash
22513 cdashline}[1]
22514 \end_layout
22515
22516 \begin_layout Plain Layout
22517
22518  {
22519 \backslash
22520 arrayrulecolor{yellow}
22521 \backslash
22522 myCdashline{#1}
22523 \backslash
22524 arrayrulecolor{black}}
22525 \end_layout
22526
22527 \end_inset
22528
22529
22530 \lang english
22531
22532 \begin_inset Note Note
22533 status collapsed
22534
22535 \begin_layout Plain Layout
22536
22537 \lang english
22538 color partial horizontal, dashed lines yellow
22539 \end_layout
22540
22541 \end_inset
22542
22543
22544 \end_layout
22545
22546 \begin_layout Standard
22547
22548 \lang english
22549 \begin_inset Float table
22550 placement h
22551 wide false
22552 sideways false
22553 status open
22554
22555 \begin_layout Plain Layout
22556
22557 \lang english
22558 \begin_inset Caption
22559
22560 \begin_layout Plain Layout
22561
22562 \lang english
22563 \begin_inset CommandInset label
22564 LatexCommand label
22565 name "tab:Colored-table-with"
22566
22567 \end_inset
22568
22569 Colored table with dashed lines
22570 \end_layout
22571
22572 \end_inset
22573
22574
22575 \end_layout
22576
22577 \begin_layout Plain Layout
22578 \align center
22579 \begin_inset Tabular
22580 <lyxtabular version="3" rows="5" columns="5">
22581 <features tabularvalignment="middle">
22582 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22583 <column alignment="center" valignment="top" width="0pt">
22584 <column alignment="center" valignment="top" width="0pt" special=":c">
22585 <column alignment="center" valignment="top" width="0">
22586 <column alignment="center" valignment="top" width="0">
22587 <row>
22588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22589 \begin_inset Text
22590
22591 \begin_layout Plain Layout
22592 a
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 <cell alignment="center" valignment="top" topline="true" usebox="none">
22598 \begin_inset Text
22599
22600 \begin_layout Plain Layout
22601 b
22602 \end_layout
22603
22604 \end_inset
22605 </cell>
22606 <cell alignment="center" valignment="top" topline="true" usebox="none">
22607 \begin_inset Text
22608
22609 \begin_layout Plain Layout
22610 c
22611 \end_layout
22612
22613 \end_inset
22614 </cell>
22615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619 d
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628 e
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 </row>
22634 <row>
22635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639 f
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" topline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 g
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 <cell alignment="center" valignment="top" topline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657 h
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 i
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675 j
22676 \end_layout
22677
22678 \end_inset
22679 </cell>
22680 </row>
22681 <row>
22682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 \begin_inset ERT
22687 status collapsed
22688
22689 \begin_layout Plain Layout
22690
22691
22692 \backslash
22693 hdashline 
22694 \end_layout
22695
22696 \end_inset
22697
22698
22699 \begin_inset ERT
22700 status collapsed
22701
22702 \begin_layout Plain Layout
22703
22704
22705 \backslash
22706 rowcolor{Gray}
22707 \end_layout
22708
22709 \end_inset
22710
22711 k
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 l
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 <cell alignment="center" valignment="top" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729 m
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738 n
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747 o
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 </row>
22753 <row>
22754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22755 \begin_inset Text
22756
22757 \begin_layout Plain Layout
22758 \begin_inset ERT
22759 status collapsed
22760
22761 \begin_layout Plain Layout
22762
22763
22764 \backslash
22765 cdashline{4-5}
22766 \end_layout
22767
22768 \end_inset
22769
22770 p
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779 q
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22785 \begin_inset Text
22786
22787 \begin_layout Plain Layout
22788 r
22789 \end_layout
22790
22791 \end_inset
22792 </cell>
22793 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797 s
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 </row>
22812 <row>
22813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22814 \begin_inset Text
22815
22816 \begin_layout Plain Layout
22817 t
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22823 \begin_inset Text
22824
22825 \begin_layout Plain Layout
22826 u
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22832 \begin_inset Text
22833
22834 \begin_layout Plain Layout
22835 v
22836 \end_layout
22837
22838 \end_inset
22839 </cell>
22840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844 w
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853 \begin_inset ERT
22854 status collapsed
22855
22856 \begin_layout Plain Layout
22857
22858
22859 \backslash
22860 cellcolor{Maroon}
22861 \end_layout
22862
22863 \end_inset
22864
22865 i
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 </row>
22871 </lyxtabular>
22872
22873 \end_inset
22874
22875
22876 \end_layout
22877
22878 \end_inset
22879
22880
22881 \end_layout
22882
22883 \begin_layout Standard
22884 \begin_inset ERT
22885 status collapsed
22886
22887 \begin_layout Plain Layout
22888
22889
22890 \backslash
22891 renewcommand{
22892 \backslash
22893 hdashline}{
22894 \backslash
22895 myHdashline}
22896 \end_layout
22897
22898 \end_inset
22899
22900
22901 \lang english
22902
22903 \begin_inset Note Note
22904 status collapsed
22905
22906 \begin_layout Plain Layout
22907
22908 \lang english
22909 reset to default
22910 \end_layout
22911
22912 \end_inset
22913
22914
22915 \end_layout
22916
22917 \begin_layout Standard
22918 \begin_inset ERT
22919 status collapsed
22920
22921 \begin_layout Plain Layout
22922
22923
22924 \backslash
22925 renewcommand{
22926 \backslash
22927 cdashline}{
22928 \backslash
22929 myCdashline}
22930 \end_layout
22931
22932 \end_inset
22933
22934
22935 \lang english
22936
22937 \begin_inset Note Note
22938 status collapsed
22939
22940 \begin_layout Plain Layout
22941
22942 \lang english
22943 reset to default
22944 \end_layout
22945
22946 \end_inset
22947
22948
22949 \end_layout
22950
22951 \begin_layout Standard
22952 \begin_inset ERT
22953 status collapsed
22954
22955 \begin_layout Plain Layout
22956
22957
22958 \backslash
22959 nodashgapcolor
22960 \end_layout
22961
22962 \end_inset
22963
22964
22965 \lang english
22966
22967 \begin_inset Note Note
22968 status collapsed
22969
22970 \begin_layout Plain Layout
22971
22972 \lang english
22973 reset to default
22974 \end_layout
22975
22976 \end_inset
22977
22978
22979 \end_layout
22980
22981 \begin_layout Standard
22982 \begin_inset ERT
22983 status collapsed
22984
22985 \begin_layout Plain Layout
22986
22987
22988 \backslash
22989 setlength{
22990 \backslash
22991 arrayrulewidth}{0.4pt}
22992 \end_layout
22993
22994 \end_inset
22995
22996
22997 \lang english
22998
22999 \begin_inset Note Note
23000 status collapsed
23001
23002 \begin_layout Plain Layout
23003
23004 \lang english
23005 reset to default
23006 \end_layout
23007
23008 \end_inset
23009
23010
23011 \end_layout
23012
23013 \begin_layout Standard
23014
23015 \lang english
23016 The coloring of lines, columns and lines works as decribed in section
23017 \begin_inset space ~
23018 \end_inset
23019
23020
23021 \lang french
23022
23023 \begin_inset CommandInset ref
23024 LatexCommand ref
23025 reference "sec:Tableaux-Colorés"
23026
23027 \end_inset
23028
23029
23030 \lang english
23031 .
23032  Coloring horizontal lines works analogically as described there as well,
23033  one only needs to replace in the commands 
23034 \series bold
23035
23036 \backslash
23037 myHlineC
23038 \series default
23039  by 
23040 \series bold
23041
23042 \backslash
23043 myHdashline
23044 \series default
23045  and 
23046 \backslash
23047
23048 \series bold
23049 hline
23050 \series default
23051  by 
23052 \series bold
23053
23054 \backslash
23055 hdashline
23056 \series default
23057 ; so one uses the command
23058 \end_layout
23059
23060 \begin_layout Standard
23061
23062 \series bold
23063
23064 \backslash
23065 let
23066 \backslash
23067 myHdashline
23068 \backslash
23069 hdashline
23070 \begin_inset Newline newline
23071 \end_inset
23072
23073
23074 \backslash
23075 renewcommand{
23076 \backslash
23077 hdashline}
23078 \begin_inset Newline newline
23079 \end_inset
23080
23081
23082 \begin_inset Phantom HPhantom
23083 status open
23084
23085 \begin_layout Plain Layout
23086 \begin_inset space ~
23087 \end_inset
23088
23089
23090 \end_layout
23091
23092 \end_inset
23093
23094 {
23095 \backslash
23096 arrayrulecolor{red}
23097 \backslash
23098 myHdashline
23099 \backslash
23100 arrayrulecolor{black}}
23101 \end_layout
23102
23103 \begin_layout Standard
23104
23105 \lang english
23106 To color 
23107 \series bold
23108
23109 \backslash
23110 cdashline
23111 \series default
23112 , the command is
23113 \end_layout
23114
23115 \begin_layout Standard
23116
23117 \series bold
23118
23119 \backslash
23120 let
23121 \backslash
23122 myCdashline
23123 \backslash
23124 cdashline
23125 \begin_inset Newline newline
23126 \end_inset
23127
23128
23129 \backslash
23130 renewcommand{
23131 \backslash
23132 cdashline}[1]
23133 \begin_inset Newline newline
23134 \end_inset
23135
23136
23137 \begin_inset Phantom HPhantom
23138 status open
23139
23140 \begin_layout Plain Layout
23141 \begin_inset space ~
23142 \end_inset
23143
23144
23145 \end_layout
23146
23147 \end_inset
23148
23149 {
23150 \backslash
23151 arrayrulecolor{red}
23152 \backslash
23153 myCdashline{#1}
23154 \backslash
23155 arrayrulecolor{black}}
23156 \end_layout
23157
23158 \begin_layout Standard
23159
23160 \lang english
23161 To get back the black line color, one needs to insert the following commands
23162  as TeX-Code behind the table:
23163 \end_layout
23164
23165 \begin_layout Standard
23166
23167 \lang english
23168 For 
23169 \series bold
23170
23171 \backslash
23172 hdashline
23173 \end_layout
23174
23175 \begin_layout Standard
23176
23177 \series bold
23178
23179 \backslash
23180 renewcommand{
23181 \backslash
23182 hdashline}{
23183 \backslash
23184 myHdashline}
23185 \end_layout
23186
23187 \begin_layout Standard
23188
23189 \lang english
23190 and for 
23191 \series bold
23192
23193 \backslash
23194 cdashline
23195 \end_layout
23196
23197 \begin_layout Standard
23198
23199 \series bold
23200
23201 \backslash
23202 renewcommand{
23203 \backslash
23204 cdashline}{
23205 \backslash
23206 myCdashline}
23207 \end_layout
23208
23209 \begin_layout Standard
23210
23211 \lang english
23212 To color the gaps between the dashes the command
23213 \end_layout
23214
23215 \begin_layout Standard
23216
23217 \series bold
23218 \lang english
23219
23220 \backslash
23221 dashgapcolor{color}
23222 \end_layout
23223
23224 \begin_layout Standard
23225
23226 \lang english
23227 can be used in front of a table as TeX-Code.
23228  color is hereby the name of a defined color.
23229  The command
23230 \end_layout
23231
23232 \begin_layout Standard
23233
23234 \series bold
23235
23236 \backslash
23237 nodashgapcolor
23238 \end_layout
23239
23240 \begin_layout Standard
23241
23242 \lang english
23243 unsets the changes made by 
23244 \series bold
23245
23246 \backslash
23247 dashgapcolor
23248 \series default
23249 .
23250 \end_layout
23251
23252 \begin_layout Standard
23253
23254 \lang english
23255 \begin_inset Note Greyedout
23256 status open
23257
23258 \begin_layout Plain Layout
23259
23260 \series bold
23261 \color none
23262 \lang english
23263 Note
23264 \series default
23265 : If there are multiple commands in a cell, the command of 
23266 \series bold
23267 arydshln
23268 \series default
23269  needs to be the first one in the cell.
23270  Therefore in cell 
23271 \emph on
23272 k
23273 \emph default
23274  of Table
23275 \begin_inset space ~
23276 \end_inset
23277
23278
23279 \begin_inset CommandInset ref
23280 LatexCommand ref
23281 reference "tab:Colored-table-with"
23282
23283 \end_inset
23284
23285  the command 
23286 \series bold
23287
23288 \backslash
23289 hdashline
23290 \series default
23291  is before 
23292 \series bold
23293
23294 \backslash
23295 rowcolor
23296 \series default
23297 .
23298 \end_layout
23299
23300 \end_inset
23301
23302
23303 \end_layout
23304
23305 \begin_layout Standard
23306
23307 \lang english
23308 \begin_inset Note Greyedout
23309 status open
23310
23311 \begin_layout Plain Layout
23312
23313 \series bold
23314 \color none
23315 \lang english
23316 Note:
23317 \series default
23318  The LaTeX-package 
23319 \series bold
23320 arydshln
23321 \series default
23322  must be loaded in the document preamble before the LaTeX-package
23323 \lang french
23324  
23325 \series bold
23326 colortbl
23327 \series default
23328 \color inherit
23329
23330 \begin_inset Index idx
23331 status collapsed
23332
23333 \begin_layout Plain Layout
23334 Paquetages LaTeX ! colortbl
23335 \end_layout
23336
23337 \end_inset
23338
23339
23340 \color none
23341 .
23342 \end_layout
23343
23344 \end_inset
23345
23346
23347 \end_layout
23348
23349 \begin_layout Standard
23350 \begin_inset ERT
23351 status collapsed
23352
23353 \begin_layout Plain Layout
23354
23355
23356 \backslash
23357 else
23358 \end_layout
23359
23360 \end_inset
23361
23362
23363 \begin_inset Note Note
23364 status open
23365
23366 \begin_layout Plain Layout
23367 Ce qui suit sera affiché si le paquetage LaTeX 
23368 \series bold
23369 arydshln
23370 \series default
23371  n'est pas installé :
23372 \end_layout
23373
23374 \end_inset
23375
23376
23377 \end_layout
23378
23379 \begin_layout Standard
23380 Vous devez installer le paquetage LaTeX 
23381 \series bold
23382 arydshln
23383 \series default
23384  pour voir le contenu des cette section dans la sortie imprimée.
23385 \end_layout
23386
23387 \begin_layout Standard
23388 \begin_inset ERT
23389 status collapsed
23390
23391 \begin_layout Plain Layout
23392
23393
23394 \backslash
23395 fi
23396 \end_layout
23397
23398 \end_inset
23399
23400
23401 \end_layout
23402
23403 \begin_layout Standard
23404
23405 \lang english
23406 For more information about dashed lines see the documentation of
23407 \lang french
23408  
23409 \series bold
23410 arydshln
23411 \series default
23412
23413 \begin_inset CommandInset citation
23414 LatexCommand cite
23415 key "arydshln"
23416
23417 \end_inset
23418
23419 .
23420 \end_layout
23421
23422 \begin_layout Chapter
23423 Flottants
23424 \begin_inset CommandInset label
23425 LatexCommand label
23426 name "chap:Flottants"
23427
23428 \end_inset
23429
23430
23431 \begin_inset Index idx
23432 status collapsed
23433
23434 \begin_layout Plain Layout
23435 Flottants
23436 \end_layout
23437
23438 \end_inset
23439
23440
23441 \end_layout
23442
23443 \begin_layout Section
23444 Introduction
23445 \begin_inset CommandInset label
23446 LatexCommand label
23447 name "sec:Flottants-Introduction"
23448
23449 \end_inset
23450
23451
23452 \begin_inset Index idx
23453 status collapsed
23454
23455 \begin_layout Plain Layout
23456 Flottants ! Introduction
23457 \end_layout
23458
23459 \end_inset
23460
23461
23462 \end_layout
23463
23464 \begin_layout Standard
23465 Un flottant est une portion de document, qui peut être associé à une étiquette
23466  et dont la position n'est pas fixée.
23467  Il peut 
23468 \begin_inset Quotes eld
23469 \end_inset
23470
23471 flotter
23472 \begin_inset Quotes erd
23473 \end_inset
23474
23475  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
23476  plus approprié.
23477  Les 
23478 \family sans
23479 Notes
23480 \begin_inset space ~
23481 \end_inset
23482
23483 en
23484 \begin_inset space ~
23485 \end_inset
23486
23487 Bas
23488 \begin_inset space ~
23489 \end_inset
23490
23491 de
23492 \begin_inset space ~
23493 \end_inset
23494
23495 Page
23496 \family default
23497  et le 
23498 \family sans
23499 Notes
23500 \begin_inset space ~
23501 \end_inset
23502
23503 en
23504 \begin_inset space ~
23505 \end_inset
23506
23507 Marge
23508 \family default
23509  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
23510  sur la page suivante quand il y a trop de notes sur la page courante.
23511 \end_layout
23512
23513 \begin_layout Standard
23514 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
23515  très grande qualité.
23516  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
23517  éviter des lignes blanches ou des pages sans texte.
23518  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
23519  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
23520  le texte.
23521  Les flottants sont donc numérotés.
23522  Les références croisées sont décrites dans la section
23523 \begin_inset space ~
23524 \end_inset
23525
23526
23527 \begin_inset CommandInset ref
23528 LatexCommand ref
23529 reference "sec:Referencer-les-Flottants"
23530
23531 \end_inset
23532
23533 .
23534 \end_layout
23535
23536 \begin_layout Standard
23537 Pour insérer un flottant, on utilise un des sous menus du menu 
23538 \family sans
23539 Insérer\SpecialChar \menuseparator
23540 Flottant.
23541
23542 \family default
23543  Une boîte va être insérée dans votre document avec par exemple une étiquette
23544  du genre 
23545 \begin_inset Quotes eld
23546 \end_inset
23547
23548 Figure
23549 \begin_inset space ~
23550 \end_inset
23551
23552 #:
23553 \begin_inset Quotes erd
23554 \end_inset
23555
23556  (où # est un numéro).
23557  L'étiquette est automatiquement traduite dans la langue du document dans
23558  la sortie finale.
23559  Après l'étiquette vous pouvez insérer du texte comme légende.
23560  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
23561  séparé, à l'intérieur du flottant.
23562  Vous trouverez plus de détails sur le positionnement des légendes dans
23563  la section
23564 \begin_inset space ~
23565 \end_inset
23566
23567
23568 \begin_inset CommandInset ref
23569 LatexCommand ref
23570 reference "sec:Placement-légende"
23571
23572 \end_inset
23573
23574 .
23575  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
23576  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
23577  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
23578  Une boîte de flottant fermée ressemble à ceci : 
23579 \begin_inset Graphics
23580         filename clipart/floatQt4.png
23581         scale 60
23582
23583 \end_inset
23584
23585  – une case grise avec un texte rouge.
23586 \end_layout
23587
23588 \begin_layout Standard
23589 Il est recommandé d'insérer les flottants comme des paragraphes séparés
23590  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
23591  est formaté de façon particulière.
23592 \end_layout
23593
23594 \begin_layout Section
23595 Les types de flottants
23596 \end_layout
23597
23598 \begin_layout Standard
23599 En plus des flottants de figures et de tableau qui sont décrits respectivement
23600  dans les sections
23601 \begin_inset space ~
23602 \end_inset
23603
23604
23605 \begin_inset CommandInset ref
23606 LatexCommand ref
23607 reference "sec:Figure-Floats"
23608
23609 \end_inset
23610
23611  et 
23612 \begin_inset CommandInset ref
23613 LatexCommand ref
23614 reference "sec:Table-Floats"
23615
23616 \end_inset
23617
23618 , LyX offre aussi les types 
23619 \family sans
23620 Algorithme
23621 \family default
23622  et 
23623 \family sans
23624 Enrobage
23625 \family default
23626 .
23627  Ces derniers sont expliques dans la section
23628 \begin_inset space \thinspace{}
23629 \end_inset
23630
23631
23632 \begin_inset CommandInset ref
23633 LatexCommand ref
23634 reference "sec:Flottant-d'enrobage"
23635
23636 \end_inset
23637
23638 .
23639 \end_layout
23640
23641 \begin_layout Subsection
23642 Flottant d'algorithme
23643 \begin_inset Index idx
23644 status collapsed
23645
23646 \begin_layout Plain Layout
23647 Flottants ! Algorithmes
23648 \end_layout
23649
23650 \end_inset
23651
23652
23653 \begin_inset CommandInset label
23654 LatexCommand label
23655 name "sub:Flottant-d'Algorithme"
23656
23657 \end_inset
23658
23659
23660 \end_layout
23661
23662 \begin_layout Standard
23663 \begin_inset Float algorithm
23664 placement h
23665 wide false
23666 sideways false
23667 status open
23668
23669 \begin_layout Plain Layout
23670 \begin_inset Caption
23671
23672 \begin_layout Plain Layout
23673 \begin_inset CommandInset label
23674 LatexCommand label
23675 name "alg:Exemple-Flottant-Algorithme"
23676
23677 \end_inset
23678
23679 Exemple de flottant d'algorithme
23680 \end_layout
23681
23682 \end_inset
23683
23684
23685 \end_layout
23686
23687 \begin_layout LyX-Code
23688 for I in 1..N loop
23689 \begin_inset Newline newline
23690 \end_inset
23691
23692  Sum:= Sum + A(I); /*comment*/
23693 \begin_inset Newline newline
23694 \end_inset
23695
23696 end loop
23697 \begin_inset VSpace -4mm
23698 \end_inset
23699
23700
23701 \end_layout
23702
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \begin_layout Standard
23709 Ce type de flottant est inséré à l'aide du menu 
23710 \family sans
23711 Insérer\SpecialChar \menuseparator
23712 Flottant\SpecialChar \menuseparator
23713 Algorithme
23714 \family default
23715 .
23716  Il peut être utilisé pour des morceaux de code source ou des descriptions
23717  d'algorithmes et peut être utilisé comme une alternative au listing de
23718  code source qui est décrit au chapitre
23719 \begin_inset space ~
23720 \end_inset
23721
23722
23723 \begin_inset CommandInset ref
23724 LatexCommand ref
23725 reference "cha:Program-Code-Listings"
23726
23727 \end_inset
23728
23729 .
23730  Vous pouvez par exemple utiliser l'environnement Code
23731 \begin_inset space ~
23732 \end_inset
23733
23734 LyX qui est décrit dans le 
23735 \emph on
23736 Guide
23737 \emph default
23738
23739 \begin_inset space ~
23740 \end_inset
23741
23742
23743 \emph on
23744 de
23745 \begin_inset space ~
23746 \end_inset
23747
23748 l'Utilisateur
23749 \emph default
23750  de LyX.
23751  l'algorithme
23752 \begin_inset space ~
23753 \end_inset
23754
23755
23756 \begin_inset CommandInset ref
23757 LatexCommand ref
23758 reference "alg:Exemple-Flottant-Algorithme"
23759
23760 \end_inset
23761
23762  est un exemple de flottant d'algorithme où un espace vertical de -4
23763 \begin_inset space \thinspace{}
23764 \end_inset
23765
23766 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
23767  soit placée exactement sous le texte de la dernière ligne.
23768 \end_layout
23769
23770 \begin_layout Standard
23771 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
23772  du document.
23773  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
23774 ent en ajoutant la ligne suivante dans le préambule de votre document :
23775 \end_layout
23776
23777 \begin_layout Standard
23778
23779 \series bold
23780
23781 \backslash
23782 floatname{algorithm}{votre
23783 \begin_inset space ~
23784 \end_inset
23785
23786 nom}
23787 \end_layout
23788
23789 \begin_layout Standard
23790
23791 \family sans
23792  votre
23793 \begin_inset space ~
23794 \end_inset
23795
23796 nom
23797 \family default
23798  est le mot 
23799 \begin_inset Quotes eld
23800 \end_inset
23801
23802
23803 \emph on
23804 algorithme
23805 \emph default
23806
23807 \begin_inset Quotes erd
23808 \end_inset
23809
23810  dans votre langue.
23811 \end_layout
23812
23813 \begin_layout Standard
23814 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
23815 \family sans
23816 Insérer\SpecialChar \menuseparator
23817 Listes
23818 \begin_inset space ~
23819 \end_inset
23820
23821 &
23822 \begin_inset space ~
23823 \end_inset
23824
23825 TdM\SpecialChar \menuseparator
23826 Liste
23827 \begin_inset space ~
23828 \end_inset
23829
23830 des
23831 \begin_inset space ~
23832 \end_inset
23833
23834 algorithmes
23835 \family default
23836  si votre document est en la même langue que les menus de LyX.
23837  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
23838  en code TeX à la place:
23839 \end_layout
23840
23841 \begin_layout Standard
23842
23843 \series bold
23844
23845 \backslash
23846 listof{algorithm}{votre
23847 \begin_inset space ~
23848 \end_inset
23849
23850 nom}
23851 \end_layout
23852
23853 \begin_layout Standard
23854 où 
23855 \family sans
23856 votre
23857 \begin_inset space ~
23858 \end_inset
23859
23860 nom
23861 \family default
23862  est la traduction de 
23863 \begin_inset Quotes eld
23864 \end_inset
23865
23866
23867 \emph on
23868 List of Algorithm
23869 \emph default
23870 s
23871 \begin_inset Quotes erd
23872 \end_inset
23873
23874  dans votre langue.
23875 \end_layout
23876
23877 \begin_layout Standard
23878 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
23879  le schéma 
23880 \begin_inset Quotes eld
23881 \end_inset
23882
23883 chapitre.algorithme
23884 \begin_inset Quotes erd
23885 \end_inset
23886
23887  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
23888  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
23889  commande dans le préambule de votre document :
23890 \end_layout
23891
23892 \begin_layout Standard
23893
23894 \series bold
23895
23896 \backslash
23897 numberwithin{algorithm}{chapter}
23898 \end_layout
23899
23900 \begin_layout Standard
23901 Pour pouvoir utiliser la commande 
23902 \series bold
23903
23904 \backslash
23905 numberwithin
23906 \series default
23907 , activez l'option 
23908 \family sans
23909 Utiliser
23910 \begin_inset space ~
23911 \end_inset
23912
23913 le
23914 \begin_inset space ~
23915 \end_inset
23916
23917 paquetage
23918 \begin_inset space ~
23919 \end_inset
23920
23921 AMS
23922 \begin_inset space ~
23923 \end_inset
23924
23925 math
23926 \family default
23927  dans la rubrique 
23928 \family sans
23929 Options
23930 \begin_inset space ~
23931 \end_inset
23932
23933 des
23934 \begin_inset space ~
23935 \end_inset
23936
23937 Maths
23938 \family default
23939  de la fenêtre de dialogue 
23940 \family sans
23941 Paramètres
23942 \begin_inset space ~
23943 \end_inset
23944
23945 du
23946 \begin_inset space ~
23947 \end_inset
23948
23949 Document
23950 \family default
23951 .
23952 \end_layout
23953
23954 \begin_layout Section
23955 Numérotation des flottants
23956 \begin_inset Index idx
23957 status collapsed
23958
23959 \begin_layout Plain Layout
23960 Flottants ! Numérotation
23961 \end_layout
23962
23963 \end_inset
23964
23965
23966 \end_layout
23967
23968 \begin_layout Standard
23969 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
23970  ils se trouvent, soit en utilisant un format du genre 
23971 \begin_inset Quotes eld
23972 \end_inset
23973
23974 chapitre.numéro
23975 \begin_inset Quotes erd
23976 \end_inset
23977
23978  ou 
23979 \begin_inset Quotes eld
23980 \end_inset
23981
23982 section.numéro
23983 \begin_inset Quotes erd
23984 \end_inset
23985
23986 .
23987  Cela dépend de la classe de document utilisée.
23988 \end_layout
23989
23990 \begin_layout Standard
23991 Pour changer le format de la numérotation qui ne dépend pas de la section
23992  dans laquelle on se trouve, on peut utiliser la commande suivante dans
23993  le préambule du document :
23994 \end_layout
23995
23996 \begin_layout Standard
23997
23998 \series bold
23999
24000 \backslash
24001 renewcommand{
24002 \backslash
24003 thetable}{
24004 \backslash
24005 roman{table}}
24006 \end_layout
24007
24008 \begin_layout Standard
24009
24010 \series bold
24011
24012 \backslash
24013 thetable
24014 \series default
24015  est la commande qui imprime le numéro du tableau, pour les figures, la
24016  commande serait 
24017 \series bold
24018
24019 \backslash
24020 thefigure
24021 \series default
24022 .
24023  La commande 
24024 \series bold
24025
24026 \backslash
24027 roman
24028 \series default
24029  utilisée dans la commande précédente, imprime le numéro du tableau sous
24030  forme de petits chiffres romains.
24031 \end_layout
24032
24033 \begin_layout Standard
24034 Pour changer le type de numérotation pour par exemple 
24035 \begin_inset Quotes eld
24036 \end_inset
24037
24038 sous-section.numéro
24039 \begin_inset Quotes erd
24040 \end_inset
24041
24042 , utilisez la commande suivante dans le préambule du document :
24043 \end_layout
24044
24045 \begin_layout Standard
24046
24047 \series bold
24048
24049 \backslash
24050 numberwithin{table}{subsection}
24051 \end_layout
24052
24053 \begin_layout Standard
24054 Pour pouvoir utiliser la commande 
24055 \series bold
24056
24057 \backslash
24058 numberwithin
24059 \series default
24060 , vous devez activer l'option 
24061 \family sans
24062 Utiliser
24063 \begin_inset space ~
24064 \end_inset
24065
24066 le
24067 \begin_inset space ~
24068 \end_inset
24069
24070 paquetage
24071 \begin_inset space ~
24072 \end_inset
24073
24074 maths
24075 \begin_inset space ~
24076 \end_inset
24077
24078 AMS
24079 \family default
24080  dans la rubrique 
24081 \family sans
24082 Options
24083 \begin_inset space ~
24084 \end_inset
24085
24086 des
24087 \begin_inset space ~
24088 \end_inset
24089
24090 Maths
24091 \family default
24092  de la fenêtre de dialogue 
24093 \family sans
24094 Paramètres
24095 \family default
24096  du document.
24097 \end_layout
24098
24099 \begin_layout Standard
24100 Veuillez aussi jeter un coup d'œil à la section
24101 \begin_inset space ~
24102 \end_inset
24103
24104
24105 \begin_inset CommandInset ref
24106 LatexCommand ref
24107 reference "sub:Numerotation-notes-bas-de-page"
24108
24109 \end_inset
24110
24111  pour plus de détails et des notes importantes sur les commandes de numérotation.
24112 \end_layout
24113
24114 \begin_layout Section
24115 Faire référence à des flottants
24116 \begin_inset CommandInset label
24117 LatexCommand label
24118 name "sec:Referencer-les-Flottants"
24119
24120 \end_inset
24121
24122
24123 \begin_inset Index idx
24124 status collapsed
24125
24126 \begin_layout Plain Layout
24127 Flottants ! Références
24128 \end_layout
24129
24130 \end_inset
24131
24132
24133 \begin_inset Index idx
24134 status collapsed
24135
24136 \begin_layout Plain Layout
24137 References@Références ! à des Flottants 
24138 \end_layout
24139
24140 \end_inset
24141
24142
24143 \end_layout
24144
24145 \begin_layout Standard
24146 Pour faire référence à un flottant, insérez une étiquette dans sa légende
24147  en utilisant le menu 
24148 \family sans
24149 Insérer\SpecialChar \menuseparator
24150 Étiquette
24151 \family default
24152  ou le bouton 
24153 \family sans
24154
24155 \begin_inset Info
24156 type  "icon"
24157 arg   "label-insert"
24158 \end_inset
24159
24160
24161 \family default
24162  de la barre d'outils.
24163  Une boîte grise de ce genre : 
24164 \begin_inset Graphics
24165         filename clipart/labelQt4.png
24166         lyxscale 85
24167         scale 85
24168         scaleBeforeRotation
24169
24170 \end_inset
24171
24172  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
24173  de saisir le texte de l'étiquette.
24174  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
24175  précédés d'un préfixe.
24176  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
24177  préfixe sera "
24178 \family sans
24179 fig:
24180 \family default
24181 ".
24182 \end_layout
24183
24184 \begin_layout Standard
24185 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
24186  Vous pouvez faire référence à cette étiquette en utilisant le menu 
24187 \family sans
24188 Insérer\SpecialChar \menuseparator
24189 Référence
24190 \begin_inset space ~
24191 \end_inset
24192
24193 Croisée
24194 \family default
24195  ou le bouton 
24196 \family sans
24197
24198 \begin_inset Info
24199 type  "icon"
24200 arg   "dialog-show-new-inset ref"
24201 \end_inset
24202
24203
24204 \family default
24205  de la barre d'outils.
24206  Une boîte grise de référence croisée comme celle-ci : 
24207 \begin_inset Graphics
24208         filename ../clipart/referenceQt4.png
24209         scale 85
24210         scaleBeforeRotation
24211
24212 \end_inset
24213
24214  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
24215  toutes les étiquettes définies dans votre document.
24216  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
24217  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
24218  de la fenêtre de dialogue.
24219  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
24220  une.
24221  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
24222  de la référence croisée.
24223 \end_layout
24224
24225 \begin_layout Standard
24226 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
24227  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
24228  les deux.
24229  Si une référence croisées fait référence à une étiquette qui n'existe pas,
24230  vous verrez deux points d'interrogation dans la sortie imprimée à la place
24231  du numéro de la référence.
24232 \end_layout
24233
24234 \begin_layout Standard
24235 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
24236  Les références vers l'étiquette modifiée seront mise à jour automatiquement
24237  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
24238  pas à vous en préoccuper.
24239 \end_layout
24240
24241 \begin_layout Standard
24242 Le bouton 
24243 \family sans
24244 Aller
24245 \begin_inset space ~
24246 \end_inset
24247
24248 à
24249 \begin_inset space ~
24250 \end_inset
24251
24252 l'étiquette
24253 \family default
24254  dans la fenêtre de référence croisée va positionner le curseur juste devant
24255  l'étiquette à laquelle on fait référence.
24256  Le nom du bouton bouton 
24257 \family sans
24258 Revenir
24259 \family default
24260  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
24261  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
24262  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
24263  à votre point de départ.
24264 \end_layout
24265
24266 \begin_layout Subsection
24267 Formats de références croisées
24268 \begin_inset CommandInset label
24269 LatexCommand label
24270 name "sub:Formats-Références-Croisées"
24271
24272 \end_inset
24273
24274
24275 \begin_inset Index idx
24276 status collapsed
24277
24278 \begin_layout Plain Layout
24279 References@Références ! Formats
24280 \end_layout
24281
24282 \end_inset
24283
24284
24285 \end_layout
24286
24287 \begin_layout Standard
24288 Il y a six types de références croisées :
24289 \end_layout
24290
24291 \begin_layout Description
24292 <référence>
24293 \begin_inset space ~
24294 \end_inset
24295
24296 : affiche le numéro de l'élément, c'est le choix implicite : 
24297 \begin_inset CommandInset ref
24298 LatexCommand ref
24299 reference "fig:Deux-images-déformées"
24300
24301 \end_inset
24302
24303
24304 \end_layout
24305
24306 \begin_layout Description
24307 (<référence>)
24308 \begin_inset space ~
24309 \end_inset
24310
24311 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
24312  normalement pour faire référence à des formules mathématiques, en particulier
24313  quand le mot 
24314 \begin_inset Quotes eld
24315 \end_inset
24316
24317 Équation
24318 \begin_inset Quotes erd
24319 \end_inset
24320
24321  est omis : 
24322 \begin_inset CommandInset ref
24323 LatexCommand eqref
24324 reference "eq:Wgn"
24325
24326 \end_inset
24327
24328
24329 \end_layout
24330
24331 \begin_layout Description
24332 <page>
24333 \begin_inset space ~
24334 \end_inset
24335
24336 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
24337 \begin_inset space ~
24338 \end_inset
24339
24340
24341 \begin_inset CommandInset ref
24342 LatexCommand pageref
24343 reference "fig:Deux-images-déformées"
24344
24345 \end_inset
24346
24347
24348 \end_layout
24349
24350 \begin_layout Description
24351 Sur
24352 \begin_inset space ~
24353 \end_inset
24354
24355 la
24356 \begin_inset space ~
24357 \end_inset
24358
24359 page
24360 \begin_inset space ~
24361 \end_inset
24362
24363 <page>
24364 \begin_inset space ~
24365 \end_inset
24366
24367 : affiche le mot 
24368 \begin_inset Quotes eld
24369 \end_inset
24370
24371 page
24372 \begin_inset Quotes erd
24373 \end_inset
24374
24375  suivi du numéro de la page sur laquelle se trouve l'élément : 
24376 \begin_inset CommandInset ref
24377 LatexCommand vpageref
24378 reference "fig:Deux-images-déformées"
24379
24380 \end_inset
24381
24382
24383 \end_layout
24384
24385 \begin_layout Description
24386 <référence>
24387 \begin_inset space ~
24388 \end_inset
24389
24390 page
24391 \begin_inset space ~
24392 \end_inset
24393
24394 <page>
24395 \begin_inset space ~
24396 \end_inset
24397
24398 : affiche le numéro de l'élément, le mot 
24399 \begin_inset Quotes eld
24400 \end_inset
24401
24402 page
24403 \begin_inset Quotes erd
24404 \end_inset
24405
24406  et le numéro de la page : 
24407 \begin_inset CommandInset ref
24408 LatexCommand vref
24409 reference "fig:Deux-images-déformées"
24410
24411 \end_inset
24412
24413
24414 \end_layout
24415
24416 \begin_layout Description
24417 Référence
24418 \begin_inset space ~
24419 \end_inset
24420
24421 mise
24422 \begin_inset space ~
24423 \end_inset
24424
24425 en
24426 \begin_inset space ~
24427 \end_inset
24428
24429 forme
24430 \begin_inset space ~
24431 \end_inset
24432
24433 : affiche une référence croisée qui définit son propre format.
24434 \begin_inset Newline newline
24435 \end_inset
24436
24437
24438 \begin_inset Note Greyedout
24439 status open
24440
24441 \begin_layout Plain Layout
24442
24443 \series bold
24444 Note:
24445 \series default
24446  Ce type de référence croisée n'est disponible que si vous avez installé
24447  le paquetage LaTeX 
24448 \series bold
24449 prettyref
24450 \series default
24451  ou 
24452 \series bold
24453 refstyle
24454 \series default
24455
24456 \begin_inset Index idx
24457 status collapsed
24458
24459 \begin_layout Plain Layout
24460 Paquetages LaTeX ! prettyref
24461 \end_layout
24462
24463 \end_inset
24464
24465
24466 \begin_inset Index idx
24467 status collapsed
24468
24469 \begin_layout Plain Layout
24470 Paquetages LaTeX ! refstyle
24471 \end_layout
24472
24473 \end_inset
24474
24475 .
24476 \end_layout
24477
24478 \end_inset
24479
24480
24481 \begin_inset Newline newline
24482 \end_inset
24483
24484 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
24485  fonction en utilisant l'option 
24486 \family sans
24487 Utiliser refstyle (à la place de prettyref) pour les références croisées
24488 \family default
24489  dans le menu 
24490 \family sans
24491 Document\SpecialChar \menuseparator
24492 Paramètres\SpecialChar \menuseparator
24493 Classe de document
24494 \family default
24495 .
24496  Le format est précisé en ajoutant la commande 
24497 \series bold
24498
24499 \backslash
24500 newrefformat
24501 \series default
24502  (prettyref) ou 
24503 \series bold
24504
24505 \backslash
24506 newref
24507 \series default
24508  (refstyle) au préambule du document.
24509  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
24510  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
24511 \begin_inset space ~
24512 \end_inset
24513
24514 :
24515 \begin_inset Newline newline
24516 \end_inset
24517
24518
24519 \series bold
24520
24521 \backslash
24522 newref{fig}{refcmd={Image sur la page 
24523 \backslash
24524 pageref{#1}}}
24525 \series default
24526
24527 \begin_inset Newline newline
24528 \end_inset
24529
24530 Pour plus d'information sur le format, jetez un œil sur la documentation
24531  du paquetage, 
24532 \begin_inset CommandInset citation
24533 LatexCommand cite
24534 key "prettyref,refstyle"
24535
24536 \end_inset
24537
24538 .
24539 \end_layout
24540
24541 \begin_layout Description
24542 Référence
24543 \begin_inset space ~
24544 \end_inset
24545
24546 textuelle: affiche la légende de la référence
24547 \begin_inset space ~
24548 \end_inset
24549
24550
24551 \begin_inset CommandInset ref
24552 LatexCommand nameref
24553 reference "fig:Deux-images-déformées"
24554
24555 \end_inset
24556
24557
24558 \end_layout
24559
24560 \begin_layout Standard
24561
24562 \family sans
24563 <page>
24564 \family default
24565  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
24566  précédente, la même page ou la page suivante.
24567  Vous verrez par exemple un texte du genre 
24568 \begin_inset Quotes eld
24569 \end_inset
24570
24571
24572 \family sans
24573 sur cette page
24574 \family default
24575
24576 \begin_inset Quotes erd
24577 \end_inset
24578
24579  à la place.
24580  Le style 
24581 \family sans
24582 <référence>
24583 \begin_inset space ~
24584 \end_inset
24585
24586 page
24587 \begin_inset space ~
24588 \end_inset
24589
24590 <page> 
24591 \family default
24592 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
24593  page.
24594 \end_layout
24595
24596 \begin_layout Standard
24597 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
24598  se trouve sont calculés automatiquement par LaTeX.
24599  Vous choisissez une des six variétés de références dans le champ Format
24600  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
24601  boîte de la référence croisée.
24602 \end_layout
24603
24604 \begin_layout Standard
24605 \begin_inset Note Greyedout
24606 status open
24607
24608 \begin_layout Plain Layout
24609
24610 \series bold
24611 Note:
24612 \series default
24613  L'utilisation du paquetage LaTeX 
24614 \series bold
24615 refstyle
24616 \series default
24617
24618 \begin_inset Index idx
24619 status collapsed
24620
24621 \begin_layout Plain Layout
24622 Paquetages LaTeX ! refstyle
24623 \end_layout
24624
24625 \end_inset
24626
24627  est recommandée parce que 
24628 \series bold
24629 prettyref
24630 \series default
24631
24632 \begin_inset Index idx
24633 status collapsed
24634
24635 \begin_layout Plain Layout
24636 Paquetages LaTeX ! prettyref
24637 \end_layout
24638
24639 \end_inset
24640
24641  ne connaît pas tous les raccourcis possibles pour les étiquettes
24642 \begin_inset Foot
24643 status collapsed
24644
24645 \begin_layout Plain Layout
24646 \begin_inset Quotes eld
24647 \end_inset
24648
24649 fig:
24650 \begin_inset Quotes erd
24651 \end_inset
24652
24653  est par exemple le raccourci LyX pour les étiquettes dans les légendes
24654  de figures,.
24655 \end_layout
24656
24657 \end_inset
24658
24659  et n'est pas internationalisé.
24660 \end_layout
24661
24662 \end_inset
24663
24664
24665 \end_layout
24666
24667 \begin_layout Standard
24668 \begin_inset Note Greyedout
24669 status open
24670
24671 \begin_layout Plain Layout
24672
24673 \series bold
24674 Note:
24675 \series default
24676  Du fait d'un bogue dans la paquetage LaTeX 
24677 \series bold
24678 varioref
24679 \series default
24680  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
24681  si la langue du document est le français.
24682  Pour contourner ce bogue, voir
24683 \begin_inset Newline newline
24684 \end_inset
24685
24686
24687 \begin_inset CommandInset href
24688 LatexCommand href
24689 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
24690
24691 \end_inset
24692
24693 .
24694 \end_layout
24695
24696 \end_inset
24697
24698
24699 \end_layout
24700
24701 \begin_layout Subsection
24702 Nommage automatique des références croisées
24703 \begin_inset Index idx
24704 status collapsed
24705
24706 \begin_layout Plain Layout
24707 References@Références ! Nommage automatique
24708 \end_layout
24709
24710 \end_inset
24711
24712
24713 \end_layout
24714
24715 \begin_layout Standard
24716 Le paquetage LaTeX 
24717 \series bold
24718 hyperref
24719 \series default
24720
24721 \begin_inset Index idx
24722 status collapsed
24723
24724 \begin_layout Plain Layout
24725 Paquetages LaTeX ! hyperref
24726 \end_layout
24727
24728 \end_inset
24729
24730
24731 \series bold
24732
24733 \series default
24734 qui est activé dans la rubrique 
24735 \family sans
24736 Propriétés du PDF
24737 \family default
24738  de la fenêtre de dialogue 
24739 \family sans
24740 Paramètres du document
24741 \family default
24742  fournit une fonction très utile pour automatiser la création des références
24743  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
24744  une section).
24745  Par exemple pour vous éviter de devoir écrire le mot 
24746 \begin_inset Quotes eld
24747 \end_inset
24748
24749 Figure
24750 \begin_inset Quotes erd
24751 \end_inset
24752
24753  devant chaque référence à une figure.
24754  Pour profiter de ce nommage automatique des références croisées, vous devez
24755  activer 
24756 \series bold
24757 hyperref
24758 \series default
24759  et insérer la ligne suivante dans le préambule du document :
24760 \end_layout
24761
24762 \begin_layout Standard
24763
24764 \series bold
24765
24766 \backslash
24767 AtBeginDocument{
24768 \backslash
24769 renewcommand{
24770 \backslash
24771 ref}[1]{
24772 \backslash
24773 mbox{
24774 \backslash
24775 autoref{#1}}}}
24776 \end_layout
24777
24778 \begin_layout Standard
24779 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
24780  défaut, par exemple vous préférez le nom 
24781 \begin_inset Quotes eld
24782 \end_inset
24783
24784 sec.
24785 \begin_inset space \thinspace{}
24786 \end_inset
24787
24788
24789 \begin_inset Quotes eld
24790 \end_inset
24791
24792  plutôt que 
24793 \begin_inset Quotes eld
24794 \end_inset
24795
24796 section
24797 \begin_inset Quotes erd
24798 \end_inset
24799
24800 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
24801 \end_layout
24802
24803 \begin_layout Standard
24804
24805 \series bold
24806
24807 \backslash
24808 addto
24809 \backslash
24810 extrasenglish{
24811 \backslash
24812 renewcommand{
24813 \backslash
24814 sectionautorefname}
24815 \begin_inset Newline newline
24816 \end_inset
24817
24818
24819 \begin_inset Phantom HPhantom
24820 status open
24821
24822 \begin_layout Plain Layout
24823
24824 \series bold
24825 \begin_inset space ~
24826 \end_inset
24827
24828
24829 \end_layout
24830
24831 \end_inset
24832
24833 {sec.
24834 \backslash
24835 negthinspace}}
24836 \end_layout
24837
24838 \begin_layout Standard
24839 Si vous utilisez une autre langue que l'anglais, remplacez 
24840 \series bold
24841
24842 \backslash
24843 extrasenglish
24844 \series default
24845  par 
24846 \series bold
24847
24848 \backslash
24849 extras***
24850 \series default
24851 , où *** est le nom de la langue que vous utilisez.
24852
24853 \series bold
24854  
24855 \end_layout
24856
24857 \begin_layout Standard
24858 Pour avoir des noms automatiques, mais pas pour certains types de références,
24859  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
24860 \end_layout
24861
24862 \begin_layout Standard
24863
24864 \series bold
24865
24866 \backslash
24867 newlength{
24868 \backslash
24869 abc}
24870 \begin_inset Newline newline
24871 \end_inset
24872
24873
24874 \backslash
24875 settowidth{
24876 \backslash
24877 abc}{
24878 \backslash
24879 space}
24880 \begin_inset Newline newline
24881 \end_inset
24882
24883
24884 \backslash
24885 addto
24886 \backslash
24887 extrasenglish{
24888 \backslash
24889 renewcommand{
24890 \backslash
24891 equationautorefname}
24892 \begin_inset Newline newline
24893 \end_inset
24894
24895
24896 \begin_inset Phantom HPhantom
24897 status open
24898
24899 \begin_layout Plain Layout
24900
24901 \series bold
24902 \begin_inset space ~
24903 \end_inset
24904
24905
24906 \end_layout
24907
24908 \end_inset
24909
24910 {
24911 \backslash
24912 hspace{-
24913 \backslash
24914 abc}}
24915 \end_layout
24916
24917 \begin_layout Standard
24918 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
24919  de 
24920 \series bold
24921 hyperref
24922 \series default
24923  
24924 \begin_inset CommandInset citation
24925 LatexCommand cite
24926 key "hyperref"
24927
24928 \end_inset
24929
24930 .
24931 \end_layout
24932
24933 \begin_layout Standard
24934 \begin_inset Note Greyedout
24935 status open
24936
24937 \begin_layout Plain Layout
24938
24939 \series bold
24940 Note:
24941 \series default
24942  Le nommage automatique de références ne peut être utilisé si vous avez
24943  choisi le style de référence 
24944 \family sans
24945 Référence
24946 \begin_inset space ~
24947 \end_inset
24948
24949 mise
24950 \begin_inset space ~
24951 \end_inset
24952
24953 en
24954 \begin_inset space ~
24955 \end_inset
24956
24957 forme
24958 \family default
24959  décrit dans la section
24960 \begin_inset space ~
24961 \end_inset
24962
24963
24964 \begin_inset CommandInset ref
24965 LatexCommand ref
24966 reference "sub:Formats-Références-Croisées"
24967
24968 \end_inset
24969
24970 .
24971 \end_layout
24972
24973 \end_inset
24974
24975
24976 \end_layout
24977
24978 \begin_layout Standard
24979 Le manuel 
24980 \emph on
24981 Math
24982 \emph default
24983  est un exemple dans lequel on a utilisé le référencement automatique.
24984 \end_layout
24985
24986 \begin_layout Subsection
24987 Positionnement des références 
24988 \begin_inset CommandInset label
24989 LatexCommand label
24990 name "sub:Reference-Position"
24991
24992 \end_inset
24993
24994
24995 \begin_inset Index idx
24996 status collapsed
24997
24998 \begin_layout Plain Layout
24999 References@Références ! Positionnement
25000 \end_layout
25001
25002 \end_inset
25003
25004
25005 \end_layout
25006
25007 \begin_layout Standard
25008 Si vous utilisez le paquetage 
25009 \series bold
25010 hyperref, 
25011 \series default
25012 qui est activé dans la rubrique 
25013 \family sans
25014 Propriétés du PDF
25015 \family default
25016  de la fenêtre de dialogue 
25017 \family sans
25018 Paramètres du document,
25019 \family default
25020  pour lier vos références croisées dans la sortie finale, vous verrez que
25021  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
25022  l'image.
25023  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
25024  pourrez voir l'image sans faire défiler le texte.
25025  Ce problème vient du fait que le point d'ancrage de la référence se situe
25026  à l'endroit de l'étiquette.
25027  En utilisant le paquetage LaTeX 
25028 \series bold
25029 hypcap
25030 \series default
25031
25032 \begin_inset Index idx
25033 status collapsed
25034
25035 \begin_layout Plain Layout
25036 Paquetages LaTeX ! hypcap
25037 \end_layout
25038
25039 \end_inset
25040
25041 , qui fait partie du paquetage LaTeX 
25042 \series bold
25043 oberdiek
25044 \series default
25045
25046 \begin_inset Index idx
25047 status collapsed
25048
25049 \begin_layout Plain Layout
25050 Paquetages LaTeX ! oberdiek
25051 \end_layout
25052
25053 \end_inset
25054
25055 , le point d'ancrage d'un lien est place en haut du flottant.
25056  Pour utiliser cette fonction avec les flottants de figure, chargez 
25057 \series bold
25058 hypcap
25059 \series default
25060  dans l'entête du document avec la ligne
25061 \end_layout
25062
25063 \begin_layout Standard
25064
25065 \series bold
25066
25067 \backslash
25068 usepackage[figure]{hypcap}
25069 \end_layout
25070
25071 \begin_layout Standard
25072 Vous pouvez aussi utiliser 
25073 \series bold
25074 hypcap
25075 \series default
25076  pour tous les types de flottants, mais ce n'est pas recommandé pour des
25077  raisons de stabilité.
25078  Pour plus d'information, jetez un coup d'œil au manuel d' 
25079 \series bold
25080 hypcap
25081 \series default
25082  
25083 \begin_inset CommandInset citation
25084 LatexCommand cite
25085 key "hypcap"
25086
25087 \end_inset
25088
25089 .
25090 \end_layout
25091
25092 \begin_layout Standard
25093 \begin_inset Note Greyedout
25094 status open
25095
25096 \begin_layout Plain Layout
25097
25098 \series bold
25099 Note:
25100 \series default
25101  
25102 \series bold
25103 hypcap
25104 \series default
25105  n'a aucun effet pour les références à des sous-figures.
25106 \end_layout
25107
25108 \end_inset
25109
25110
25111 \end_layout
25112
25113 \begin_layout Section
25114 Placement des flottants
25115 \begin_inset CommandInset label
25116 LatexCommand label
25117 name "sec:Placement-flottants"
25118
25119 \end_inset
25120
25121
25122 \begin_inset Index idx
25123 status collapsed
25124
25125 \begin_layout Plain Layout
25126 Flottants ! Placement
25127 \end_layout
25128
25129 \end_inset
25130
25131
25132 \end_layout
25133
25134 \begin_layout Standard
25135 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
25136  de dialogue 
25137 \family sans
25138 Paramètre
25139 \begin_inset space ~
25140 \end_inset
25141
25142 de
25143 \begin_inset space ~
25144 \end_inset
25145
25146 Flottant
25147 \family default
25148  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
25149  utilise pour déterminer où placer le flottant.
25150 \begin_inset Newline newline
25151 \end_inset
25152
25153 L'option 
25154 \family sans
25155 Plusieurs
25156 \begin_inset space ~
25157 \end_inset
25158
25159 colonnes
25160 \family default
25161  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
25162  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
25163  confiné sur une seule colonne.
25164 \begin_inset Newline newline
25165 \end_inset
25166
25167 L'option 
25168 \family sans
25169 Rotation
25170 \begin_inset space ~
25171 \end_inset
25172
25173 90°
25174 \family default
25175  est utilisée pour faire tourner les flottants, voyez la section
25176 \begin_inset space ~
25177 \end_inset
25178
25179
25180 \begin_inset CommandInset ref
25181 LatexCommand ref
25182 reference "sec:Flottants-renversés"
25183
25184 \end_inset
25185
25186 .
25187 \end_layout
25188
25189 \begin_layout Standard
25190 En désactivant l'option 
25191 \family sans
25192 Utilise
25193 \begin_inset space ~
25194 \end_inset
25195
25196 le
25197 \begin_inset space ~
25198 \end_inset
25199
25200 placement
25201 \begin_inset space ~
25202 \end_inset
25203
25204 par
25205 \begin_inset space ~
25206 \end_inset
25207
25208 défaut
25209 \family default
25210  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
25211  le placement du flottant:
25212 \end_layout
25213
25214 \begin_layout Description
25215 Ici,
25216 \begin_inset space ~
25217 \end_inset
25218
25219 si
25220 \begin_inset space ~
25221 \end_inset
25222
25223 possible: essaie de placer le flottant à la position où il a été inséré
25224  dans LyX
25225 \end_layout
25226
25227 \begin_layout Description
25228 Haut
25229 \begin_inset space ~
25230 \end_inset
25231
25232 de
25233 \begin_inset space ~
25234 \end_inset
25235
25236 la
25237 \begin_inset space ~
25238 \end_inset
25239
25240 page: essaie de placer le flottant en haut de la page courante
25241 \end_layout
25242
25243 \begin_layout Description
25244 Bas
25245 \begin_inset space ~
25246 \end_inset
25247
25248 de
25249 \begin_inset space ~
25250 \end_inset
25251
25252 la
25253 \begin_inset space ~
25254 \end_inset
25255
25256 page: essaie de placer le flottant en bas de la page courante
25257 \end_layout
25258
25259 \begin_layout Description
25260 Page
25261 \begin_inset space ~
25262 \end_inset
25263
25264 de
25265 \begin_inset space ~
25266 \end_inset
25267
25268 flottants: essaie de placer le flottant sur une page à part, éventuellement
25269  avec d'autres flottants 
25270 \end_layout
25271
25272 \begin_layout Standard
25273 LaTeX utilise
25274 \emph on
25275  toujours 
25276 \emph default
25277 les options dans l'ordre donné ci-dessus.
25278  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
25279  d'abord essayer 
25280 \family sans
25281 Ici
25282 \begin_inset space ~
25283 \end_inset
25284
25285 si
25286 \begin_inset space ~
25287 \end_inset
25288
25289 possible
25290 \family default
25291 , ensuite 
25292 \family sans
25293 Haut
25294 \begin_inset space ~
25295 \end_inset
25296
25297 de
25298 \begin_inset space ~
25299 \end_inset
25300
25301 la
25302 \begin_inset space ~
25303 \end_inset
25304
25305 page
25306 \family default
25307 , et ainsi de suite.
25308  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
25309  que vous avez cochées, mais dans l'ordre donné ci-dessus.
25310  Si aucune des quatre options de placement n'est possible, la procédure
25311  est répétée avec la possibilité de mettre les flottant sur la page suivante.
25312 \end_layout
25313
25314 \begin_layout Standard
25315 Implicitement, chaque option a ses propres règles d'application:
25316 \end_layout
25317
25318 \begin_layout Standard
25319
25320 \family sans
25321 Haut
25322 \begin_inset space ~
25323 \end_inset
25324
25325 de
25326 \begin_inset space ~
25327 \end_inset
25328
25329 la
25330 \begin_inset space ~
25331 \end_inset
25332
25333 page
25334 \family default
25335  : seuls les flottants occupant moins de 70% de la page peuvent être placés
25336  en haut de page (
25337 \series bold
25338
25339 \backslash
25340 topfraction
25341 \series default
25342 ).
25343 \end_layout
25344
25345 \begin_layout Standard
25346
25347 \family sans
25348 Bas
25349 \begin_inset space ~
25350 \end_inset
25351
25352 de
25353 \begin_inset space ~
25354 \end_inset
25355
25356 la
25357 \begin_inset space ~
25358 \end_inset
25359
25360 page
25361 \family default
25362  : seuls les flottants occupant moins de 30% de la page peuvent être placés
25363  en bas de page (
25364 \series bold
25365
25366 \backslash
25367 bottomfraction
25368 \series default
25369 ).
25370 \end_layout
25371
25372 \begin_layout Standard
25373
25374 \family sans
25375 Page
25376 \begin_inset space ~
25377 \end_inset
25378
25379 de
25380 \begin_inset space ~
25381 \end_inset
25382
25383 flottants
25384 \family default
25385  : plusieurs flottants peuvent être placés ensembles sur une page seulement
25386  si ils occupent plus de 50% de celle-ci (
25387 \series bold
25388
25389 \backslash
25390 floatpagefraction
25391 \series default
25392 ).
25393 \end_layout
25394
25395 \begin_layout Standard
25396 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
25397  supplémentaire 
25398 \family sans
25399 Ignorer
25400 \begin_inset space ~
25401 \end_inset
25402
25403 les
25404 \begin_inset space ~
25405 \end_inset
25406
25407 règles
25408 \begin_inset space ~
25409 \end_inset
25410
25411 LaTeX
25412 \family default
25413 \lang english
25414 .
25415 \begin_inset Newline newline
25416 \end_inset
25417
25418
25419 \lang french
25420 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
25421  données entre parenthèses après les descriptions des règles données ci-dessus.
25422  Par exemple, pour augmenter à 50
25423 \begin_inset space \thinspace{}
25424 \end_inset
25425
25426 % la valeur de la règle de bas de page dont la valeur implicite est souvent
25427  trop petite, ajoutez cette ligne au préambule de votre document :
25428 \end_layout
25429
25430 \begin_layout Standard
25431
25432 \series bold
25433
25434 \backslash
25435 renewcommand{
25436 \backslash
25437 bottomfraction}{0.5}
25438 \end_layout
25439
25440 \begin_layout Standard
25441 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
25442  exactement à l'endroit où vous l'avez inséré.
25443  dans ce cas utilisez l'option 
25444 \family sans
25445 Ici
25446 \begin_inset space ~
25447 \end_inset
25448
25449 à
25450 \begin_inset space ~
25451 \end_inset
25452
25453 tout
25454 \begin_inset space ~
25455 \end_inset
25456
25457 Prix
25458 \family default
25459 .
25460  Utilisez cette option le moins souvent possible et seulement quand le document
25461  est presque prêt à être imprimé.
25462  En effet, le flottant n'est plus capable de 
25463 \begin_inset Quotes eld
25464 \end_inset
25465
25466 flotter
25467 \begin_inset Quotes erd
25468 \end_inset
25469
25470 , ce qui peut perturber toutes les mises en page.
25471 \end_layout
25472
25473 \begin_layout Standard
25474 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
25475  sont toujours entourés par le texte d'un paragraphe donné.
25476 \begin_inset VSpace bigskip
25477 \end_inset
25478
25479
25480 \end_layout
25481
25482 \begin_layout Standard
25483 On peut parfois se trouver dans la situation où un flottant est placé en
25484  haut d'une page alors que la section concernée ne commence qu'au milieu
25485  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
25486  la section précédente.
25487  On peut utiliser la commande LaTeX 
25488 \series bold
25489
25490 \backslash
25491 suppressfloats
25492 \series default
25493  pour éviter ce cas.
25494  Elle empêche le placement d'un flottant donné dans la page dans laquelle
25495  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
25496  soit placé avant que la section commence.
25497  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
25498  votre document :
25499 \end_layout
25500
25501 \begin_layout Standard
25502
25503 \series bold
25504
25505 \backslash
25506 let
25507 \backslash
25508 mySection
25509 \backslash
25510 section
25511 \begin_inset Newline newline
25512 \end_inset
25513
25514
25515 \backslash
25516 renewcommand{
25517 \backslash
25518 section}{
25519 \backslash
25520 suppressfloats[t]
25521 \backslash
25522 mySection}
25523 \end_layout
25524
25525 \begin_layout Standard
25526 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
25527  comme les chapitres et les sous-sections.
25528  Il n'est pas recommandé d'utiliser cette définition avec des portions de
25529  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
25530  ensuite avoir du mal à trouver un positionnement correct.
25531 \end_layout
25532
25533 \begin_layout Standard
25534 \begin_inset VSpace bigskip
25535 \end_inset
25536
25537 Dans certains cas il est demandé de placer toutes les figures et tous les
25538  tableaux à la fin du document.
25539  C'est pour de telles situations que le paquetage LaTeX 
25540 \series bold
25541 endfloat
25542 \series default
25543
25544 \begin_inset Index idx
25545 status collapsed
25546
25547 \begin_layout Plain Layout
25548 Paquetages LaTeX ! endfloat
25549 \end_layout
25550
25551 \end_inset
25552
25553  a été développé.
25554  Il met en effet tous les flottants de figures et de tableaux à la fin du
25555  document dans leurs propres sections.
25556  À la position d'origine du flottant, une indication textuelle du genre
25557  
25558 \begin_inset Quotes eld
25559 \end_inset
25560
25561
25562 \family sans
25563 [Figure
25564 \begin_inset space ~
25565 \end_inset
25566
25567 3.2 
25568 \lang english
25569 about here.
25570 \lang french
25571 ]
25572 \family default
25573
25574 \begin_inset Quotes erd
25575 \end_inset
25576
25577  est insérée.
25578  Le paquetage 
25579 \series bold
25580 endfloat
25581 \series default
25582  est chargé dans le préambule avec la ligne suivante 
25583 \end_layout
25584
25585 \begin_layout Standard
25586
25587 \series bold
25588
25589 \backslash
25590 usepackage[options]{endfloat}
25591 \end_layout
25592
25593 \begin_layout Standard
25594 Il y a aussi de nombreuses options de paquetage pour modifier le format
25595  des sections de figures ou de tableau qui sont créées.
25596  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
25597  
25598 \series bold
25599 endfloa
25600 \series default
25601
25602 \begin_inset CommandInset citation
25603 LatexCommand cite
25604 key "endfloat"
25605
25606 \end_inset
25607
25608 .
25609 \begin_inset Newline newline
25610 \end_inset
25611
25612
25613 \begin_inset Note Greyedout
25614 status open
25615
25616 \begin_layout Plain Layout
25617
25618 \series bold
25619 Note: endfloat
25620 \series default
25621  ne fournit pas de traduction automatique de l'indication textuelle, vous
25622  devez donc le faire manuellement, voyez la section
25623 \begin_inset space ~
25624 \end_inset
25625
25626 4 de 
25627 \begin_inset CommandInset citation
25628 LatexCommand cite
25629 key "endfloat"
25630
25631 \end_inset
25632
25633 .
25634 \end_layout
25635
25636 \end_inset
25637
25638
25639 \begin_inset Newline newline
25640 \end_inset
25641
25642
25643 \begin_inset Note Greyedout
25644 status open
25645
25646 \begin_layout Plain Layout
25647
25648 \series bold
25649 Note:
25650 \series default
25651  Il y a actuellement un bug dans le paquetage 
25652 \series bold
25653 endfloat
25654 \series default
25655  quand la légende contient un 
25656 \begin_inset Quotes eld
25657 \end_inset
25658
25659 ß
25660 \begin_inset Quotes erd
25661 \end_inset
25662
25663  allemand.
25664  Utilisez dans ce cas la commande 
25665 \begin_inset Quotes eld
25666 \end_inset
25667
25668
25669 \series bold
25670
25671 \backslash
25672 ss
25673 \series default
25674
25675 \begin_inset Quotes erd
25676 \end_inset
25677
25678  en code TeX à la place du 
25679 \begin_inset Quotes eld
25680 \end_inset
25681
25682 ß
25683 \begin_inset Quotes erd
25684 \end_inset
25685
25686 .
25687 \end_layout
25688
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \begin_layout Standard
25695 \begin_inset VSpace bigskip
25696 \end_inset
25697
25698 Pour plus d'information sur les manières de placer les flottants, jetez
25699  un coup d'œil aux livres sur LaTeX, 
25700 \begin_inset CommandInset citation
25701 LatexCommand cite
25702 key "latexcompanion,latexguide,latexbook"
25703
25704 \end_inset
25705
25706 .
25707 \end_layout
25708
25709 \begin_layout Section
25710 Flottants renversés
25711 \begin_inset CommandInset label
25712 LatexCommand label
25713 name "sec:Flottants-renversés"
25714
25715 \end_inset
25716
25717
25718 \begin_inset Index idx
25719 status collapsed
25720
25721 \begin_layout Plain Layout
25722 Flottants ! Renversés
25723 \end_layout
25724
25725 \end_inset
25726
25727
25728 \end_layout
25729
25730 \begin_layout Standard
25731 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
25732  tableaux très larges.
25733  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
25734  un clic droit sur la boîte du flottant et utilisez l'option 
25735 \family sans
25736 Rotation
25737 \begin_inset space ~
25738 \end_inset
25739
25740 90°
25741 \family default
25742 .
25743 \end_layout
25744
25745 \begin_layout Standard
25746 Les flottants renversés sont systématiquement placés sur leur propre page
25747  ( ou colonne, si vous avez un document sur deux colonnes ).
25748  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
25749  
25750 \family sans
25751 Plusieurs
25752 \begin_inset space ~
25753 \end_inset
25754
25755 colonnes
25756 \family default
25757  dans les paramètres du flottant.
25758  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
25759  du côté de la marge externe.
25760  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
25761  ajouter soit l'option 
25762 \series bold
25763 figuresleft
25764 \series default
25765  soit l'option 
25766 \series bold
25767 figuresright
25768 \series default
25769  aux options de la classe de document.
25770 \end_layout
25771
25772 \begin_layout Standard
25773 Faire référence à un flottant renversé se fait de la même manière que pour
25774  un flottant normal, la mise en forme de la légende est aussi identique
25775  : Le tableau
25776 \begin_inset space ~
25777 \end_inset
25778
25779
25780 \begin_inset CommandInset ref
25781 LatexCommand ref
25782 reference "tab:Tableau-pivoté"
25783
25784 \end_inset
25785
25786  est un exemple de flottant de tableau renversé.
25787 \end_layout
25788
25789 \begin_layout Standard
25790 \begin_inset Note Greyedout
25791 status open
25792
25793 \begin_layout Plain Layout
25794
25795 \series bold
25796 Note:
25797 \series default
25798  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
25799  DVI.
25800 \end_layout
25801
25802 \end_inset
25803
25804
25805 \end_layout
25806
25807 \begin_layout Standard
25808 \begin_inset Float table
25809 wide false
25810 sideways true
25811 status open
25812
25813 \begin_layout Plain Layout
25814 \begin_inset Caption
25815
25816 \begin_layout Plain Layout
25817 \begin_inset CommandInset label
25818 LatexCommand label
25819 name "tab:Tableau-pivoté"
25820
25821 \end_inset
25822
25823  Tableau pivoté
25824 \end_layout
25825
25826 \end_inset
25827
25828
25829 \end_layout
25830
25831 \begin_layout Plain Layout
25832 \align center
25833 \begin_inset Tabular
25834 <lyxtabular version="3" rows="1" columns="5">
25835 <features tabularvalignment="middle">
25836 <column alignment="center" valignment="top" width="0">
25837 <column alignment="center" valignment="top" width="0">
25838 <column alignment="center" valignment="top" width="0">
25839 <column alignment="center" valignment="top" width="0">
25840 <column alignment="center" valignment="top" width="0">
25841 <row>
25842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25843 \begin_inset Text
25844
25845 \begin_layout Plain Layout
25846 test
25847 \end_layout
25848
25849 \end_inset
25850 </cell>
25851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25852 \begin_inset Text
25853
25854 \begin_layout Plain Layout
25855 b
25856 \end_layout
25857
25858 \end_inset
25859 </cell>
25860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25861 \begin_inset Text
25862
25863 \begin_layout Plain Layout
25864 c
25865 \end_layout
25866
25867 \end_inset
25868 </cell>
25869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25870 \begin_inset Text
25871
25872 \begin_layout Plain Layout
25873 d
25874 \end_layout
25875
25876 \end_inset
25877 </cell>
25878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25879 \begin_inset Text
25880
25881 \begin_layout Plain Layout
25882 e
25883 \end_layout
25884
25885 \end_inset
25886 </cell>
25887 </row>
25888 </lyxtabular>
25889
25890 \end_inset
25891
25892
25893 \end_layout
25894
25895 \end_inset
25896
25897
25898 \end_layout
25899
25900 \begin_layout Section
25901 Sous-flottants
25902 \begin_inset Index idx
25903 status collapsed
25904
25905 \begin_layout Plain Layout
25906 Flottants ! Sous-flottants
25907 \end_layout
25908
25909 \end_inset
25910
25911
25912 \end_layout
25913
25914 \begin_layout Standard
25915 Un exemple de sous-flottant : une figure composée de plusieurs images.
25916  On les crée en insérant un flottant dans un flottant existant.
25917  Le positionnement des sous-flottants peut être contrôlé comme pour les
25918  paragraphes comme on le voit avec les tableaux
25919 \begin_inset space ~
25920 \end_inset
25921
25922
25923 \begin_inset CommandInset ref
25924 LatexCommand ref
25925 reference "tab:Deux-sous-tableaux-cote-a-cote"
25926
25927 \end_inset
25928
25929  et 
25930 \begin_inset CommandInset ref
25931 LatexCommand ref
25932 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
25933
25934 \end_inset
25935
25936 .
25937 \end_layout
25938
25939 \begin_layout Standard
25940 On fait référence à des sous-flottants comme on le ferait avec des flottants
25941  normaux : Les tableaux
25942 \begin_inset space ~
25943 \end_inset
25944
25945
25946 \begin_inset CommandInset ref
25947 LatexCommand ref
25948 reference "tab:Le-sous-tableau-a"
25949
25950 \end_inset
25951
25952  et 
25953 \begin_inset CommandInset ref
25954 LatexCommand ref
25955 reference "tab:Le-sous-tableau-b"
25956
25957 \end_inset
25958
25959  sont des sous-tableaux du tableau
25960 \begin_inset space ~
25961 \end_inset
25962
25963
25964 \begin_inset CommandInset ref
25965 LatexCommand ref
25966 reference "tab:Deux-sous-tableaux-cote-a-cote"
25967
25968 \end_inset
25969
25970 .
25971 \end_layout
25972
25973 \begin_layout Standard
25974 \begin_inset Float table
25975 wide false
25976 sideways false
25977 status open
25978
25979 \begin_layout Plain Layout
25980 \begin_inset Caption
25981
25982 \begin_layout Plain Layout
25983 \begin_inset CommandInset label
25984 LatexCommand label
25985 name "tab:Deux-sous-tableaux-cote-a-cote"
25986
25987 \end_inset
25988
25989 Deux sous-tableaux placés côte-à-côte.
25990 \end_layout
25991
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \begin_layout Plain Layout
25998 \align center
25999 \begin_inset space \hfill{}
26000 \end_inset
26001
26002
26003 \begin_inset Float table
26004 wide false
26005 sideways false
26006 status collapsed
26007
26008 \begin_layout Plain Layout
26009 \begin_inset Caption
26010
26011 \begin_layout Plain Layout
26012 \begin_inset CommandInset label
26013 LatexCommand label
26014 name "tab:Le-sous-tableau-a"
26015
26016 \end_inset
26017
26018 Le sous-tableau a
26019 \end_layout
26020
26021 \end_inset
26022
26023
26024 \end_layout
26025
26026 \begin_layout Plain Layout
26027 \align center
26028 \begin_inset Tabular
26029 <lyxtabular version="3" rows="1" columns="5">
26030 <features tabularvalignment="middle">
26031 <column alignment="center" valignment="top" width="0">
26032 <column alignment="center" valignment="top" width="0">
26033 <column alignment="center" valignment="top" width="0">
26034 <column alignment="center" valignment="top" width="0">
26035 <column alignment="center" valignment="top" width="0">
26036 <row>
26037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26038 \begin_inset Text
26039
26040 \begin_layout Plain Layout
26041 test
26042 \end_layout
26043
26044 \end_inset
26045 </cell>
26046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26047 \begin_inset Text
26048
26049 \begin_layout Plain Layout
26050 b
26051 \end_layout
26052
26053 \end_inset
26054 </cell>
26055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26056 \begin_inset Text
26057
26058 \begin_layout Plain Layout
26059 c
26060 \end_layout
26061
26062 \end_inset
26063 </cell>
26064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26065 \begin_inset Text
26066
26067 \begin_layout Plain Layout
26068 d
26069 \end_layout
26070
26071 \end_inset
26072 </cell>
26073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26074 \begin_inset Text
26075
26076 \begin_layout Plain Layout
26077 e
26078 \end_layout
26079
26080 \end_inset
26081 </cell>
26082 </row>
26083 </lyxtabular>
26084
26085 \end_inset
26086
26087
26088 \end_layout
26089
26090 \end_inset
26091
26092
26093 \begin_inset space \hfill{}
26094 \end_inset
26095
26096
26097 \begin_inset Float table
26098 wide false
26099 sideways false
26100 status collapsed
26101
26102 \begin_layout Plain Layout
26103 \begin_inset Caption
26104
26105 \begin_layout Plain Layout
26106 \begin_inset CommandInset label
26107 LatexCommand label
26108 name "tab:Le-sous-tableau-b"
26109
26110 \end_inset
26111
26112 Le sous-tableau b.
26113 \end_layout
26114
26115 \end_inset
26116
26117
26118 \end_layout
26119
26120 \begin_layout Plain Layout
26121 \align center
26122 \begin_inset Tabular
26123 <lyxtabular version="3" rows="1" columns="5">
26124 <features tabularvalignment="middle">
26125 <column alignment="center" valignment="top" width="0">
26126 <column alignment="center" valignment="top" width="0">
26127 <column alignment="center" valignment="top" width="0">
26128 <column alignment="center" valignment="top" width="0">
26129 <column alignment="center" valignment="top" width="0">
26130 <row>
26131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26132 \begin_inset Text
26133
26134 \begin_layout Plain Layout
26135 e
26136 \end_layout
26137
26138 \end_inset
26139 </cell>
26140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26141 \begin_inset Text
26142
26143 \begin_layout Plain Layout
26144 d
26145 \end_layout
26146
26147 \end_inset
26148 </cell>
26149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26150 \begin_inset Text
26151
26152 \begin_layout Plain Layout
26153 c
26154 \end_layout
26155
26156 \end_inset
26157 </cell>
26158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26159 \begin_inset Text
26160
26161 \begin_layout Plain Layout
26162 b
26163 \end_layout
26164
26165 \end_inset
26166 </cell>
26167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26168 \begin_inset Text
26169
26170 \begin_layout Plain Layout
26171 test
26172 \end_layout
26173
26174 \end_inset
26175 </cell>
26176 </row>
26177 </lyxtabular>
26178
26179 \end_inset
26180
26181
26182 \end_layout
26183
26184 \end_inset
26185
26186
26187 \begin_inset space \hfill{}
26188 \end_inset
26189
26190
26191 \end_layout
26192
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \begin_layout Standard
26199 \begin_inset Float table
26200 wide false
26201 sideways false
26202 status open
26203
26204 \begin_layout Plain Layout
26205 \begin_inset Caption
26206
26207 \begin_layout Plain Layout
26208 \begin_inset CommandInset label
26209 LatexCommand label
26210 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
26211
26212 \end_inset
26213
26214 Deux sous-tableaux placés l'un sur l'autre.
26215  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
26216 \end_layout
26217
26218 \end_inset
26219
26220
26221 \end_layout
26222
26223 \begin_layout Plain Layout
26224 \align center
26225 \begin_inset Float table
26226 wide false
26227 sideways false
26228 status collapsed
26229
26230 \begin_layout Plain Layout
26231 \begin_inset Caption
26232
26233 \begin_layout Plain Layout
26234
26235 \end_layout
26236
26237 \end_inset
26238
26239
26240 \end_layout
26241
26242 \begin_layout Plain Layout
26243 \align center
26244 \begin_inset Tabular
26245 <lyxtabular version="3" rows="1" columns="4">
26246 <features tabularvalignment="middle">
26247 <column alignment="center" valignment="top" width="0">
26248 <column alignment="center" valignment="top" width="0">
26249 <column alignment="center" valignment="top" width="0">
26250 <column alignment="center" valignment="top" width="0">
26251 <row>
26252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26253 \begin_inset Text
26254
26255 \begin_layout Plain Layout
26256 test
26257 \end_layout
26258
26259 \end_inset
26260 </cell>
26261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26262 \begin_inset Text
26263
26264 \begin_layout Plain Layout
26265 test
26266 \end_layout
26267
26268 \end_inset
26269 </cell>
26270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26271 \begin_inset Text
26272
26273 \begin_layout Plain Layout
26274 test
26275 \end_layout
26276
26277 \end_inset
26278 </cell>
26279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26280 \begin_inset Text
26281
26282 \begin_layout Plain Layout
26283 test
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 </row>
26289 </lyxtabular>
26290
26291 \end_inset
26292
26293
26294 \end_layout
26295
26296 \end_inset
26297
26298
26299 \end_layout
26300
26301 \begin_layout Plain Layout
26302 \align center
26303 \begin_inset Float table
26304 wide false
26305 sideways false
26306 status collapsed
26307
26308 \begin_layout Plain Layout
26309 \begin_inset Caption
26310
26311 \begin_layout Plain Layout
26312
26313 \end_layout
26314
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \begin_layout Plain Layout
26321 \align center
26322 \begin_inset Tabular
26323 <lyxtabular version="3" rows="1" columns="5">
26324 <features tabularvalignment="middle">
26325 <column alignment="center" valignment="top" width="0">
26326 <column alignment="center" valignment="top" width="0">
26327 <column alignment="center" valignment="top" width="0">
26328 <column alignment="center" valignment="top" width="0">
26329 <column alignment="center" valignment="top" width="0">
26330 <row>
26331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26332 \begin_inset Text
26333
26334 \begin_layout Plain Layout
26335 a
26336 \end_layout
26337
26338 \end_inset
26339 </cell>
26340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26341 \begin_inset Text
26342
26343 \begin_layout Plain Layout
26344 b
26345 \end_layout
26346
26347 \end_inset
26348 </cell>
26349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353 c
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362 d
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371 e
26372 \end_layout
26373
26374 \end_inset
26375 </cell>
26376 </row>
26377 </lyxtabular>
26378
26379 \end_inset
26380
26381
26382 \end_layout
26383
26384 \end_inset
26385
26386
26387 \end_layout
26388
26389 \end_inset
26390
26391
26392 \end_layout
26393
26394 \begin_layout Section
26395 Flottants côte-à-côte
26396 \begin_inset Index idx
26397 status collapsed
26398
26399 \begin_layout Plain Layout
26400 Flottants ! côte-à-côte
26401 \end_layout
26402
26403 \end_inset
26404
26405
26406 \end_layout
26407
26408 \begin_layout Standard
26409 Pour placer des flottants côte-à-côte, comme pour la figure
26410 \begin_inset space ~
26411 \end_inset
26412
26413
26414 \begin_inset CommandInset ref
26415 LatexCommand ref
26416 reference "fig:Flottant-gauche"
26417
26418 \end_inset
26419
26420  et 
26421 \begin_inset CommandInset ref
26422 LatexCommand ref
26423 reference "fig:Flottant-droit"
26424
26425 \end_inset
26426
26427 , on n'utilise 
26428 \emph on
26429 qu'un seul 
26430 \emph default
26431 flottant.
26432  On y insère deux boîtes de minipages.
26433 \begin_inset Foot
26434 status collapsed
26435
26436 \begin_layout Plain Layout
26437 Les minipages sont décrites dans la section
26438 \begin_inset space ~
26439 \end_inset
26440
26441
26442 \begin_inset CommandInset ref
26443 LatexCommand ref
26444 reference "sec:Minipages"
26445
26446 \end_inset
26447
26448 .
26449 \end_layout
26450
26451 \end_inset
26452
26453  La largeur est mise à 45
26454 \begin_inset space \thinspace{}
26455 \end_inset
26456
26457 -50
26458 \begin_inset space \thinspace{}
26459 \end_inset
26460
26461 column% et l'alignement de la boîte à 
26462 \family sans
26463 Bas
26464 \family default
26465  pour chaque minipage.
26466  Les boîtes minipages contiennent l'image et la légende exactement comme
26467  avec un flottant.
26468  La seule différence est que l'unité de longueur 
26469 \family sans
26470 Largeur
26471 \begin_inset space ~
26472 \end_inset
26473
26474 colonne
26475 \begin_inset space ~
26476 \end_inset
26477
26478 %
26479 \family default
26480  utilisée pour l'image est maintenant définie par rapport à la largeur des
26481  boîtes minipages.
26482 \end_layout
26483
26484 \begin_layout Standard
26485 \begin_inset Float figure
26486 wide false
26487 sideways false
26488 status open
26489
26490 \begin_layout Plain Layout
26491 \begin_inset Box Frameless
26492 position "b"
26493 hor_pos "c"
26494 has_inner_box 1
26495 inner_pos "t"
26496 use_parbox 0
26497 use_makebox 0
26498 width "45col%"
26499 special "none"
26500 height "1in"
26501 height_special "totalheight"
26502 status open
26503
26504 \begin_layout Plain Layout
26505 \align center
26506 \begin_inset Graphics
26507         filename ../clipart/mobius.eps
26508         lyxscale 50
26509         width 100col%
26510         scaleBeforeRotation
26511
26512 \end_inset
26513
26514
26515 \end_layout
26516
26517 \begin_layout Plain Layout
26518 \begin_inset Caption
26519
26520 \begin_layout Plain Layout
26521 \begin_inset CommandInset label
26522 LatexCommand label
26523 name "fig:Flottant-gauche"
26524
26525 \end_inset
26526
26527 Flottant du côté gauche.
26528 \end_layout
26529
26530 \end_inset
26531
26532
26533 \end_layout
26534
26535 \end_inset
26536
26537
26538 \begin_inset space \hfill{}
26539 \end_inset
26540
26541
26542 \begin_inset Box Frameless
26543 position "b"
26544 hor_pos "c"
26545 has_inner_box 1
26546 inner_pos "t"
26547 use_parbox 0
26548 use_makebox 0
26549 width "45col%"
26550 special "none"
26551 height "1in"
26552 height_special "totalheight"
26553 status open
26554
26555 \begin_layout Plain Layout
26556 \align center
26557 \begin_inset Graphics
26558         filename ../clipart/platypus.eps
26559         lyxscale 50
26560         width 100col%
26561         scaleBeforeRotation
26562
26563 \end_inset
26564
26565
26566 \end_layout
26567
26568 \begin_layout Plain Layout
26569 \begin_inset Caption
26570
26571 \begin_layout Plain Layout
26572 \begin_inset CommandInset label
26573 LatexCommand label
26574 name "fig:Flottant-droit"
26575
26576 \end_inset
26577
26578 Flottant du côté droit.
26579 \end_layout
26580
26581 \end_inset
26582
26583
26584 \end_layout
26585
26586 \end_inset
26587
26588
26589 \end_layout
26590
26591 \end_inset
26592
26593
26594 \end_layout
26595
26596 \begin_layout Section
26597 Mise en forme de la légende
26598 \begin_inset Index idx
26599 status collapsed
26600
26601 \begin_layout Plain Layout
26602 Légende ! Mise en forme
26603 \end_layout
26604
26605 \end_inset
26606
26607
26608 \begin_inset Index idx
26609 status collapsed
26610
26611 \begin_layout Plain Layout
26612 Flottants ! Mise en forme de la Légende
26613 \end_layout
26614
26615 \end_inset
26616
26617
26618 \begin_inset CommandInset label
26619 LatexCommand label
26620 name "sec:Formatage-légende"
26621
26622 \end_inset
26623
26624
26625 \end_layout
26626
26627 \begin_layout Standard
26628 L'environnement 
26629 \family sans
26630 Légende
26631 \family default
26632  est l'environnement de paragraphe implicite pour les 
26633 \family sans
26634 flottants
26635 \family default
26636 .
26637  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
26638  par exemple 
26639 \begin_inset Quotes eld
26640 \end_inset
26641
26642
26643 \family sans
26644 Figure #:
26645 \family default
26646
26647 \begin_inset Quotes erd
26648 \end_inset
26649
26650  suivi par le texte de la légende.
26651  Le 
26652 \begin_inset Quotes eld
26653 \end_inset
26654
26655 #
26656 \begin_inset Quotes erd
26657 \end_inset
26658
26659  étant remplacé par le numéro de référence réel.
26660  implicitement l'étiquette et le numéro sont dans la même police de caractères
26661  que le texte de la légende et deux points suivent le numéro pour séparer
26662  l'étiquette du texte.
26663  Ce format de légende n'est pas forcément adapté à tous les types de documents.
26664 \end_layout
26665
26666 \begin_layout Standard
26667 Pour modifier le format implicite des légendes, il faut charger le paquetage
26668  LaTeX 
26669 \series bold
26670 caption
26671 \series default
26672
26673 \begin_inset Index idx
26674 status collapsed
26675
26676 \begin_layout Plain Layout
26677 Paquetages LaTeX ! caption
26678 \end_layout
26679
26680 \end_inset
26681
26682  dans le préambule de votre document avec la ligne suivante :
26683 \end_layout
26684
26685 \begin_layout Standard
26686
26687 \series bold
26688
26689 \backslash
26690 usepackage[format definition]{caption}
26691 \end_layout
26692
26693 \begin_layout Standard
26694 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
26695  grasse et les légendes de tableau toujours au dessus des tableaux, comme
26696  dans ce document, utilisez les commandes suivantes :
26697 \end_layout
26698
26699 \begin_layout Standard
26700
26701 \series bold
26702
26703 \backslash
26704 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26705 \end_layout
26706
26707 \begin_layout Standard
26708 Vous pouvez aussi définir des formats de légendes différents pour les différents
26709  types de flottants.
26710  Dans ce cas chargez le paquetage 
26711 \series bold
26712 caption 
26713 \series default
26714 sans option de format spécifique et définissez les différents formats à
26715  l'aide de la commande 
26716 \end_layout
26717
26718 \begin_layout Standard
26719
26720 \series bold
26721
26722 \backslash
26723 captionsetup[type de flottant]{définition du format}
26724 \end_layout
26725
26726 \begin_layout Standard
26727 dans le préambule du document.
26728  Par exemple les formats de légende de la Figure
26729 \begin_inset space ~
26730 \end_inset
26731
26732
26733 \begin_inset CommandInset ref
26734 LatexCommand ref
26735 reference "fig:Legende-de-fig"
26736
26737 \end_inset
26738
26739  et du Tableau
26740 \begin_inset space ~
26741 \end_inset
26742
26743
26744 \begin_inset CommandInset ref
26745 LatexCommand ref
26746 reference "tab:Légende-de-tab"
26747
26748 \end_inset
26749
26750  peuvent être créés en utilisant les commandes suivantes dans le préambule
26751  :
26752 \end_layout
26753
26754 \begin_layout Standard
26755
26756 \series bold
26757
26758 \backslash
26759 usepackage[tableposition=top]{caption}
26760 \series default
26761
26762 \begin_inset Newline newline
26763 \end_inset
26764
26765
26766 \series bold
26767
26768 \backslash
26769 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
26770 \begin_inset Newline newline
26771 \end_inset
26772
26773
26774 \begin_inset Phantom HPhantom
26775 status open
26776
26777 \begin_layout Plain Layout
26778
26779 \series bold
26780
26781 \backslash
26782 captionsetup[figure]{
26783 \end_layout
26784
26785 \end_inset
26786
26787 labelsep=period}
26788 \begin_inset Newline newline
26789 \end_inset
26790
26791
26792 \backslash
26793 captionsetup[table]{labelfont={bf,sf}}
26794 \end_layout
26795
26796 \begin_layout Standard
26797 \begin_inset Note Greyedout
26798 status open
26799
26800 \begin_layout Plain Layout
26801
26802 \series bold
26803 Note:
26804 \series default
26805  L'option 
26806 \series bold
26807 tableposition=top
26808 \series default
26809  n'a pas d'effet quand on utilise un document de classe 
26810 \series bold
26811 KOMA-Script
26812 \series default
26813
26814 \begin_inset Index idx
26815 status collapsed
26816
26817 \begin_layout Plain Layout
26818 Paquetages LaTeX ! KOMA-Script
26819 \end_layout
26820
26821 \end_inset
26822
26823 .
26824  Dans ce cas on doit utiliser l'option 
26825 \series bold
26826 captions=tableheading
26827 \series default
26828  de la classe de document.
26829 \end_layout
26830
26831 \end_inset
26832
26833
26834 \end_layout
26835
26836 \begin_layout Standard
26837 Pour plus d'information sur le paquetage 
26838 \series bold
26839 caption
26840 \series default
26841  nous vous renvoyons à sa documentation 
26842 \begin_inset CommandInset citation
26843 LatexCommand cite
26844 key "caption"
26845
26846 \end_inset
26847
26848 .
26849 \end_layout
26850
26851 \begin_layout Standard
26852 Pour changer le nom de l'étiquette, par exemple de 
26853 \begin_inset Quotes eld
26854 \end_inset
26855
26856 Figure
26857 \begin_inset Quotes erd
26858 \end_inset
26859
26860  à 
26861 \begin_inset Quotes eld
26862 \end_inset
26863
26864 Image
26865 \begin_inset Quotes erd
26866 \end_inset
26867
26868 , utilisez la commande suivante dans le préambule :
26869 \end_layout
26870
26871 \begin_layout Standard
26872
26873 \series bold
26874
26875 \backslash
26876 renewcommand{
26877 \backslash
26878 fnum@figure}{Image~
26879 \backslash
26880 thefigure}
26881 \end_layout
26882
26883 \begin_layout Standard
26884 où 
26885 \series bold
26886
26887 \backslash
26888 thefigure
26889 \series default
26890  insère le numéro de la figure et
26891 \series bold
26892  
26893 \begin_inset Quotes eld
26894 \end_inset
26895
26896 ~
26897 \series default
26898
26899 \begin_inset Quotes erd
26900 \end_inset
26901
26902  ajoute une espace insécable.
26903 \end_layout
26904
26905 \begin_layout Standard
26906 \begin_inset VSpace bigskip
26907 \end_inset
26908
26909 Si vous utilisez un document de classe 
26910 \series bold
26911 KOMA-Script
26912 \series default
26913
26914 \begin_inset Index idx
26915 status collapsed
26916
26917 \begin_layout Plain Layout
26918 Paquetages LaTeX ! KOMA-Script
26919 \end_layout
26920
26921 \end_inset
26922
26923  (
26924 \family sans
26925 article (KOMA-Script)
26926 \family default
26927
26928 \family sans
26929 book (KOMA-Script)
26930 \family default
26931
26932 \family sans
26933 letter (KOMA-Script)
26934 \family default
26935 , ou 
26936 \family sans
26937 report (KOMA-Script)
26938 \family default
26939
26940 \begin_inset space \thinspace{}
26941 \end_inset
26942
26943 ), Vous pouvez utiliser la commande incorporée 
26944 \series bold
26945
26946 \backslash
26947 setkomafont 
26948 \series default
26949 du paquetage
26950 \series bold
26951  KOMA-Script 
26952 \series default
26953 à la place du paquetage
26954 \series bold
26955  caption.
26956  
26957 \series default
26958 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
26959  suivante au préambule de votre document :
26960 \end_layout
26961
26962 \begin_layout Standard
26963
26964 \series bold
26965
26966 \backslash
26967 setkomafont{captionlabel}{
26968 \backslash
26969 bfseries}
26970 \end_layout
26971
26972 \begin_layout Standard
26973 Pour plus d'information au sujet de 
26974 \series bold
26975
26976 \backslash
26977 setkomafont
26978 \series default
26979  nous vous renvoyons à la documentation du paquetage 
26980 \series bold
26981 KOMA-Script
26982 \series default
26983  
26984 \begin_inset CommandInset citation
26985 LatexCommand cite
26986 key "KOMA-Script"
26987
26988 \end_inset
26989
26990 .
26991 \end_layout
26992
26993 \begin_layout Standard
26994 \begin_inset ERT
26995 status collapsed
26996
26997 \begin_layout Plain Layout
26998
26999
27000 \backslash
27001 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27002 }
27003 \end_layout
27004
27005 \end_inset
27006
27007
27008 \begin_inset Note Note
27009 status open
27010
27011 \begin_layout Plain Layout
27012 Le format de la légende n'est modifié que pour cet exemple.
27013 \end_layout
27014
27015 \end_inset
27016
27017
27018 \end_layout
27019
27020 \begin_layout Standard
27021 \begin_inset Float figure
27022 placement !p
27023 wide false
27024 sideways false
27025 status open
27026
27027 \begin_layout Plain Layout
27028 \align center
27029 \begin_inset Graphics
27030         filename ../clipart/mobius.eps
27031         lyxscale 50
27032         scale 50
27033         scaleBeforeRotation
27034
27035 \end_inset
27036
27037
27038 \end_layout
27039
27040 \begin_layout Plain Layout
27041 \begin_inset Caption
27042
27043 \begin_layout Plain Layout
27044 \begin_inset CommandInset label
27045 LatexCommand label
27046 name "fig:Legende-de-fig"
27047
27048 \end_inset
27049
27050 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
27051  pour montrer les différents types de formats de légendes.
27052  Ici on a utilisé un format de légende personnalisé.
27053 \end_layout
27054
27055 \end_inset
27056
27057
27058 \end_layout
27059
27060 \end_inset
27061
27062
27063 \end_layout
27064
27065 \begin_layout Standard
27066 \begin_inset ERT
27067 status collapsed
27068
27069 \begin_layout Plain Layout
27070
27071
27072 \backslash
27073 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27074 on}
27075 \end_layout
27076
27077 \end_inset
27078
27079
27080 \end_layout
27081
27082 \begin_layout Standard
27083 \begin_inset Float table
27084 placement !p
27085 wide false
27086 sideways false
27087 status open
27088
27089 \begin_layout Plain Layout
27090 \begin_inset Caption
27091
27092 \begin_layout Plain Layout
27093 \begin_inset CommandInset label
27094 LatexCommand label
27095 name "tab:Légende-de-tab"
27096
27097 \end_inset
27098
27099 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
27100  pour montrer les différents types de formats de légendes.
27101  Ici on a utilisé le format de légende implicite.
27102 \end_layout
27103
27104 \end_inset
27105
27106
27107 \end_layout
27108
27109 \begin_layout Plain Layout
27110 \align center
27111 \begin_inset Tabular
27112 <lyxtabular version="3" rows="1" columns="5">
27113 <features tabularvalignment="middle">
27114 <column alignment="center" valignment="top" width="0">
27115 <column alignment="center" valignment="top" width="0">
27116 <column alignment="center" valignment="top" width="0">
27117 <column alignment="center" valignment="top" width="0">
27118 <column alignment="center" valignment="top" width="0">
27119 <row>
27120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27121 \begin_inset Text
27122
27123 \begin_layout Plain Layout
27124 a
27125 \end_layout
27126
27127 \end_inset
27128 </cell>
27129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27130 \begin_inset Text
27131
27132 \begin_layout Plain Layout
27133 b
27134 \end_layout
27135
27136 \end_inset
27137 </cell>
27138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27139 \begin_inset Text
27140
27141 \begin_layout Plain Layout
27142 c
27143 \end_layout
27144
27145 \end_inset
27146 </cell>
27147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27148 \begin_inset Text
27149
27150 \begin_layout Plain Layout
27151 d
27152 \end_layout
27153
27154 \end_inset
27155 </cell>
27156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27157 \begin_inset Text
27158
27159 \begin_layout Plain Layout
27160 e
27161 \end_layout
27162
27163 \end_inset
27164 </cell>
27165 </row>
27166 </lyxtabular>
27167
27168 \end_inset
27169
27170
27171 \end_layout
27172
27173 \end_inset
27174
27175
27176 \end_layout
27177
27178 \begin_layout Section
27179 Positionnement de la Légende
27180 \begin_inset Index idx
27181 status collapsed
27182
27183 \begin_layout Plain Layout
27184 Légende ! Placement
27185 \end_layout
27186
27187 \end_inset
27188
27189
27190 \begin_inset Index idx
27191 status collapsed
27192
27193 \begin_layout Plain Layout
27194 Flottants ! Placement de la légende
27195 \end_layout
27196
27197 \end_inset
27198
27199
27200 \begin_inset CommandInset label
27201 LatexCommand label
27202 name "sec:Placement-légende"
27203
27204 \end_inset
27205
27206
27207 \end_layout
27208
27209 \begin_layout Standard
27210 La règle habituelle pour placer la légende est :
27211 \end_layout
27212
27213 \begin_layout Description
27214 Figure
27215 \begin_inset space ~
27216 \end_inset
27217
27218 : La légende est placée en dessous de la figure
27219 \end_layout
27220
27221 \begin_layout Description
27222 Tableau
27223 \begin_inset space ~
27224 \end_inset
27225
27226 : La légende est placée au dessus du tableau
27227 \end_layout
27228
27229 \begin_layout Standard
27230 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
27231  au dessus des tableaux.
27232  Ce qui fait que si vous utilisez une des classes de document 
27233 \family sans
27234 article
27235 \family default
27236
27237 \family sans
27238 book
27239 \family default
27240
27241 \family sans
27242 letter
27243 \family default
27244 , ou 
27245 \family sans
27246 report
27247 \family default
27248  il n'y aura pas d'espace libre entre la légende et le tableau.
27249  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
27250  de chargement du paquetage LaTeX 
27251 \series bold
27252 caption
27253 \series default
27254  dans le préambule de votre document
27255 \begin_inset Foot
27256 status open
27257
27258 \begin_layout Plain Layout
27259 Voir la section
27260 \begin_inset space ~
27261 \end_inset
27262
27263
27264 \begin_inset CommandInset ref
27265 LatexCommand ref
27266 reference "sec:Formatage-légende"
27267
27268 \end_inset
27269
27270  pour plus d'information sur le paquetage 
27271 \series bold
27272 caption
27273 \series default
27274 .
27275 \end_layout
27276
27277 \end_inset
27278
27279 :
27280 \end_layout
27281
27282 \begin_layout Standard
27283
27284 \series bold
27285 tableposition=top
27286 \end_layout
27287
27288 \begin_layout Standard
27289 Si vous utilisez une classe de document 
27290 \series bold
27291 KOMA-Script
27292 \series default
27293
27294 \begin_inset Index idx
27295 status collapsed
27296
27297 \begin_layout Plain Layout
27298 Paquetages LaTeX ! KOMA-Script
27299 \end_layout
27300
27301 \end_inset
27302
27303  (
27304 \family sans
27305 article (KOMA-Script)
27306 \family default
27307
27308 \family sans
27309 book (KOMA-Script)
27310 \family default
27311
27312 \family sans
27313 letter (KOMA-Script)
27314 \family default
27315 , ou 
27316 \family sans
27317 report (KOMA-Script)
27318 \family default
27319
27320 \begin_inset space \thinspace{}
27321 \end_inset
27322
27323 ), vous pouvez utiliser à la place du paquetage 
27324 \series bold
27325 caption
27326 \series default
27327  l'option 
27328 \series bold
27329 captions=tableheading
27330 \series default
27331  de la classe de document.
27332 \end_layout
27333
27334 \begin_layout Standard
27335 \begin_inset VSpace bigskip
27336 \end_inset
27337
27338 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
27339  Pour cela, vous devez charger le paquetage LaTeX 
27340 \series bold
27341 sidecap
27342 \series default
27343
27344 \begin_inset Index idx
27345 status collapsed
27346
27347 \begin_layout Plain Layout
27348 Paquetages LaTeX ! sidecap
27349 \end_layout
27350
27351 \end_inset
27352
27353  dans le préambule de votre document avec la ligne de commande suivante
27354 \end_layout
27355
27356 \begin_layout Standard
27357
27358 \series bold
27359
27360 \backslash
27361 usepackage[option]{sidecap}
27362 \end_layout
27363
27364 \begin_layout Standard
27365 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
27366  extérieure – à droite sur les pages impaires et à gauche sur les pages
27367  paires.
27368  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
27369  
27370 \series bold
27371 innercaption
27372 \series default
27373 .
27374  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
27375  
27376 \series bold
27377 rightcaption
27378 \series default
27379  ou 
27380 \series bold
27381 leftcaption
27382 \series default
27383 .
27384 \end_layout
27385
27386 \begin_layout Standard
27387 \begin_inset ERT
27388 status collapsed
27389
27390 \begin_layout Plain Layout
27391
27392
27393 \backslash
27394 ifsidecap
27395 \end_layout
27396
27397 \end_inset
27398
27399
27400 \begin_inset Note Note
27401 status open
27402
27403 \begin_layout Plain Layout
27404 La section suivante ne sera affichée que si le paquetage LaTeX 
27405 \series bold
27406 sidecap
27407 \series default
27408  a été installé.
27409 \end_layout
27410
27411 \end_inset
27412
27413
27414 \end_layout
27415
27416 \begin_layout Standard
27417 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
27418  ajouter ces commandes dans le préambule de votre document :
27419 \end_layout
27420
27421 \begin_layout Standard
27422 \noindent
27423 \begin_inset CommandInset line
27424 LatexCommand rule
27425 offset "0.5ex"
27426 width "100line%"
27427 height "1pt"
27428
27429 \end_inset
27430
27431
27432 \end_layout
27433
27434 \begin_layout Standard
27435
27436 \series bold
27437
27438 \backslash
27439 newcommand{
27440 \backslash
27441 TabBesBeg}[1][1.0]{%
27442 \begin_inset Newline newline
27443 \end_inset
27444
27445
27446 \begin_inset Phantom HPhantom
27447 status open
27448
27449 \begin_layout Plain Layout
27450 \begin_inset space ~
27451 \end_inset
27452
27453
27454 \end_layout
27455
27456 \end_inset
27457
27458
27459 \backslash
27460 let
27461 \backslash
27462 MyTable
27463 \backslash
27464 table
27465 \begin_inset Newline newline
27466 \end_inset
27467
27468
27469 \begin_inset Phantom HPhantom
27470 status open
27471
27472 \begin_layout Plain Layout
27473
27474 \series medium
27475 \begin_inset space ~
27476 \end_inset
27477
27478
27479 \end_layout
27480
27481 \end_inset
27482
27483
27484 \backslash
27485 let
27486 \backslash
27487 MyEndtable
27488 \backslash
27489 endtable
27490 \begin_inset Newline newline
27491 \end_inset
27492
27493
27494 \begin_inset Phantom HPhantom
27495 status open
27496
27497 \begin_layout Plain Layout
27498
27499 \series medium
27500 \begin_inset space ~
27501 \end_inset
27502
27503
27504 \end_layout
27505
27506 \end_inset
27507
27508
27509 \backslash
27510 renewenvironment{table}[1]{
27511 \backslash
27512 begin{SCtable}[#1]##1}{
27513 \backslash
27514 end{SCtable}}}
27515 \end_layout
27516
27517 \begin_layout Standard
27518
27519 \series bold
27520
27521 \backslash
27522 newcommand{
27523 \backslash
27524 TabBesEnd}{%
27525 \begin_inset Newline newline
27526 \end_inset
27527
27528
27529 \begin_inset Phantom HPhantom
27530 status open
27531
27532 \begin_layout Plain Layout
27533 \begin_inset space ~
27534 \end_inset
27535
27536
27537 \end_layout
27538
27539 \end_inset
27540
27541
27542 \backslash
27543 let
27544 \backslash
27545 table
27546 \backslash
27547 MyTable
27548 \begin_inset Newline newline
27549 \end_inset
27550
27551
27552 \begin_inset Phantom HPhantom
27553 status open
27554
27555 \begin_layout Plain Layout
27556 \begin_inset space ~
27557 \end_inset
27558
27559
27560 \end_layout
27561
27562 \end_inset
27563
27564
27565 \backslash
27566 let
27567 \backslash
27568 endtable
27569 \backslash
27570 MyEndtable
27571 \end_layout
27572
27573 \begin_layout Standard
27574
27575 \series bold
27576
27577 \backslash
27578 newcommand{
27579 \backslash
27580 FigBesBeg}[1][1.0]{%
27581 \begin_inset Newline newline
27582 \end_inset
27583
27584
27585 \begin_inset Phantom HPhantom
27586 status open
27587
27588 \begin_layout Plain Layout
27589 \begin_inset space ~
27590 \end_inset
27591
27592
27593 \end_layout
27594
27595 \end_inset
27596
27597
27598 \backslash
27599 let
27600 \backslash
27601 MyFigure
27602 \backslash
27603 figure
27604 \begin_inset Newline newline
27605 \end_inset
27606
27607
27608 \begin_inset Phantom HPhantom
27609 status open
27610
27611 \begin_layout Plain Layout
27612 \begin_inset space ~
27613 \end_inset
27614
27615
27616 \end_layout
27617
27618 \end_inset
27619
27620
27621 \backslash
27622 let
27623 \backslash
27624 MyEndfigure
27625 \backslash
27626 endfigure
27627 \begin_inset Newline newline
27628 \end_inset
27629
27630
27631 \begin_inset Phantom HPhantom
27632 status open
27633
27634 \begin_layout Plain Layout
27635 \begin_inset space ~
27636 \end_inset
27637
27638
27639 \end_layout
27640
27641 \end_inset
27642
27643
27644 \backslash
27645 renewenvironment{figure}[1]{
27646 \backslash
27647 begin{SCfigure}[#1]##1}{
27648 \backslash
27649 end{SCfigure}}}
27650 \end_layout
27651
27652 \begin_layout Standard
27653
27654 \series bold
27655
27656 \backslash
27657 newcommand{
27658 \backslash
27659 FigBesEnd}{%
27660 \begin_inset Newline newline
27661 \end_inset
27662
27663
27664 \begin_inset Phantom HPhantom
27665 status open
27666
27667 \begin_layout Plain Layout
27668 \begin_inset space ~
27669 \end_inset
27670
27671
27672 \end_layout
27673
27674 \end_inset
27675
27676
27677 \backslash
27678 let
27679 \backslash
27680 figure
27681 \backslash
27682 MyFigure
27683 \begin_inset Newline newline
27684 \end_inset
27685
27686
27687 \begin_inset Phantom HPhantom
27688 status open
27689
27690 \begin_layout Plain Layout
27691 \begin_inset space ~
27692 \end_inset
27693
27694
27695 \end_layout
27696
27697 \end_inset
27698
27699
27700 \backslash
27701 let
27702 \backslash
27703 endfigure
27704 \backslash
27705 MyEndfigure}
27706 \end_layout
27707
27708 \begin_layout Standard
27709 \noindent
27710 \begin_inset CommandInset line
27711 LatexCommand rule
27712 offset "0.5ex"
27713 width "100line%"
27714 height "1pt"
27715
27716 \end_inset
27717
27718
27719 \end_layout
27720
27721 \begin_layout Standard
27722 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
27723  la légende se place sur le côté.
27724  Pour les flottants de figure, utilisez la commande
27725 \end_layout
27726
27727 \begin_layout Standard
27728
27729 \series bold
27730
27731 \backslash
27732 FigBesBeg
27733 \end_layout
27734
27735 \begin_layout Standard
27736 en code TeX avant le flottant.
27737  Et insérez la commande
27738 \end_layout
27739
27740 \begin_layout Standard
27741
27742 \series bold
27743
27744 \backslash
27745 FigBesEnd
27746 \end_layout
27747
27748 \begin_layout Standard
27749 en code TeX à l'endroit où vous voulez revenir à la définition originale
27750  du flottant.
27751 \end_layout
27752
27753 \begin_layout Standard
27754 Pour les flottants de tableau, utilisez les commandes correspondantes
27755 \end_layout
27756
27757 \begin_layout Standard
27758
27759 \series bold
27760
27761 \backslash
27762 TabBesBeg
27763 \series default
27764  et 
27765 \series bold
27766
27767 \backslash
27768 TabBesEnd
27769 \end_layout
27770
27771 \begin_layout Standard
27772 La figure
27773 \begin_inset space ~
27774 \end_inset
27775
27776
27777 \begin_inset CommandInset ref
27778 LatexCommand ref
27779 reference "fig:legende-a-coté-fig"
27780
27781 \end_inset
27782
27783  et le tableau
27784 \begin_inset space ~
27785 \end_inset
27786
27787
27788 \begin_inset CommandInset ref
27789 LatexCommand ref
27790 reference "tab:legende-à-coté-tableau"
27791
27792 \end_inset
27793
27794  sont des exemples où la légende a été mises sur le coté.
27795 \end_layout
27796
27797 \begin_layout Standard
27798 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
27799  pour les flottants de tableau et vers le bas pour les flottants de figure.
27800  Pour changer ce comportement, vous pouvez utiliser les commandes
27801 \end_layout
27802
27803 \begin_layout Standard
27804
27805 \series bold
27806
27807 \backslash
27808 sidecaptionvpos{type flottant}{placement}
27809 \end_layout
27810
27811 \begin_layout Standard
27812 dans le préambule du document ou en code TeX juste avant le flottant visé.
27813  Le type du flottant est soit 
27814 \family sans
27815 figure
27816 \family default
27817  soit 
27818 \family sans
27819 table
27820 \family default
27821 , le placement peut être 
27822 \begin_inset Quotes eld
27823 \end_inset
27824
27825
27826 \family sans
27827 t
27828 \family default
27829
27830 \begin_inset Quotes erd
27831 \end_inset
27832
27833  pour haut (top), 
27834 \begin_inset Quotes eld
27835 \end_inset
27836
27837
27838 \family sans
27839 c
27840 \family default
27841
27842 \begin_inset Quotes erd
27843 \end_inset
27844
27845  pour centre (center), ou 
27846 \begin_inset Quotes eld
27847 \end_inset
27848
27849
27850 \family sans
27851 b
27852 \family default
27853
27854 \begin_inset Quotes erd
27855 \end_inset
27856
27857  pour bas (bottom).
27858  Pour que, par exemple, les légendes des flottants de figure soient centrés
27859  verticalement, utilisez la commande
27860 \end_layout
27861
27862 \begin_layout Standard
27863
27864 \series bold
27865
27866 \backslash
27867 sidecaptionvpos{figure}{c}
27868 \end_layout
27869
27870 \begin_layout Standard
27871 C'est ce qui a été utilisé pour la figure
27872 \begin_inset space ~
27873 \end_inset
27874
27875
27876 \begin_inset CommandInset ref
27877 LatexCommand ref
27878 reference "fig:legende-à-coté-fig-2"
27879
27880 \end_inset
27881
27882 .
27883 \end_layout
27884
27885 \begin_layout Standard
27886 \begin_inset VSpace medskip
27887 \end_inset
27888
27889
27890 \end_layout
27891
27892 \begin_layout Standard
27893 La largeur de légende par défaut est celle de l'image ou du tableau.
27894  Pour des images ou des tableaux étroits, comme le tableau
27895 \begin_inset space ~
27896 \end_inset
27897
27898
27899 \begin_inset CommandInset ref
27900 LatexCommand ref
27901 reference "tab:legende-à-coté-tableau"
27902
27903 \end_inset
27904
27905 , cela donne des légendes trop étroites.
27906  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
27907  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
27908  La largeur de la légende sera automatiquement recalculée dans le cas où
27909  cette dernière déborderait dans la marge de la page ou de la colonne à
27910  cause de la largeur indiquée.
27911  Le 
27912 \emph on
27913 facteur 
27914 \emph default
27915 peut soit être donné comme argument pour 
27916 \series bold
27917
27918 \backslash
27919 FigBesBeg
27920 \series default
27921 :
27922 \end_layout
27923
27924 \begin_layout Standard
27925
27926 \series bold
27927
27928 \backslash
27929 FigBesBeg[facteur]
27930 \end_layout
27931
27932 \begin_layout Standard
27933 ou dans la définition de 
27934 \series bold
27935
27936 \backslash
27937 FigBesBeg 
27938 \series default
27939 en remplaçant le
27940 \series bold
27941  1.0 
27942 \series default
27943 par une autre valeur.
27944  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
27945  façon implicite quand  
27946 \series bold
27947
27948 \backslash
27949 FigBesBeg
27950 \series default
27951  est utilisé sans argument.
27952  Pour le tableau
27953 \begin_inset space ~
27954 \end_inset
27955
27956
27957 \begin_inset CommandInset ref
27958 LatexCommand ref
27959 reference "tab:cap-beside-tab-wider"
27960
27961 \end_inset
27962
27963  on a utilisé 5 comme facteur.
27964 \end_layout
27965
27966 \begin_layout Standard
27967
27968 \lang english
27969 \begin_inset Note Greyedout
27970 status open
27971
27972 \begin_layout Plain Layout
27973
27974 \series bold
27975 Note:
27976 \series default
27977  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
27978  utiliser l'option de placement, 
27979 \family sans
27980 Ici
27981 \begin_inset space ~
27982 \end_inset
27983
27984 à
27985 \begin_inset space ~
27986 \end_inset
27987
27988 tout
27989 \begin_inset space ~
27990 \end_inset
27991
27992 prix
27993 \family default
27994  parce qu'elle n'est pas gérée par 
27995 \series bold
27996 sidecap
27997 \series default
27998 .
27999 \end_layout
28000
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \begin_layout Standard
28007 \begin_inset VSpace medskip
28008 \end_inset
28009
28010 Pour plus d'information sur le paquetage 
28011 \series bold
28012 sidecap
28013 \series default
28014  nous vous renvoyons à sa documentation 
28015 \begin_inset CommandInset citation
28016 LatexCommand cite
28017 key "sidecap"
28018
28019 \end_inset
28020
28021 .
28022 \end_layout
28023
28024 \begin_layout Standard
28025 \begin_inset Note Greyedout
28026 status open
28027
28028 \begin_layout Plain Layout
28029
28030 \series bold
28031 Note:
28032 \series default
28033  Le paquetage LaTeX 
28034 \series bold
28035 hypcap
28036 \series default
28037
28038 \begin_inset Index idx
28039 status collapsed
28040
28041 \begin_layout Plain Layout
28042 Paquetages LaTeX ! hypcap
28043 \end_layout
28044
28045 \end_inset
28046
28047 , qui est décrit dans la section
28048 \begin_inset space ~
28049 \end_inset
28050
28051
28052 \begin_inset CommandInset ref
28053 LatexCommand ref
28054 reference "sub:Reference-Position"
28055
28056 \end_inset
28057
28058 , n'a pas d'effet sur les flottants avec une légende placée à côté.
28059 \end_layout
28060
28061 \end_inset
28062
28063
28064 \end_layout
28065
28066 \begin_layout Standard
28067 \begin_inset ERT
28068 status collapsed
28069
28070 \begin_layout Plain Layout
28071
28072
28073 \backslash
28074 FigBesBeg 
28075 \end_layout
28076
28077 \end_inset
28078
28079
28080 \end_layout
28081
28082 \begin_layout Standard
28083 \begin_inset Float figure
28084 wide false
28085 sideways false
28086 status open
28087
28088 \begin_layout Plain Layout
28089 \begin_inset Graphics
28090         filename ../clipart/escher-lsd.eps
28091         scale 75
28092         scaleBeforeRotation
28093
28094 \end_inset
28095
28096
28097 \end_layout
28098
28099 \begin_layout Plain Layout
28100 \begin_inset Caption
28101
28102 \begin_layout Plain Layout
28103 \begin_inset CommandInset label
28104 LatexCommand label
28105 name "fig:legende-a-coté-fig"
28106
28107 \end_inset
28108
28109 Une légende à côté d'une figure.
28110 \end_layout
28111
28112 \end_inset
28113
28114
28115 \end_layout
28116
28117 \end_inset
28118
28119
28120 \end_layout
28121
28122 \begin_layout Standard
28123 \begin_inset ERT
28124 status collapsed
28125
28126 \begin_layout Plain Layout
28127
28128
28129 \backslash
28130 FigBesEnd
28131 \end_layout
28132
28133 \end_inset
28134
28135
28136 \end_layout
28137
28138 \begin_layout Standard
28139 \begin_inset ERT
28140 status collapsed
28141
28142 \begin_layout Plain Layout
28143
28144
28145 \backslash
28146 TabBesBeg 
28147 \end_layout
28148
28149 \end_inset
28150
28151
28152 \end_layout
28153
28154 \begin_layout Standard
28155 \begin_inset Float table
28156 wide false
28157 sideways false
28158 status open
28159
28160 \begin_layout Plain Layout
28161 \begin_inset Caption
28162
28163 \begin_layout Plain Layout
28164 \begin_inset CommandInset label
28165 LatexCommand label
28166 name "tab:legende-à-coté-tableau"
28167
28168 \end_inset
28169
28170 Une légende à côté d'un tableau.
28171 \end_layout
28172
28173 \end_inset
28174
28175
28176 \end_layout
28177
28178 \begin_layout Plain Layout
28179 \begin_inset Tabular
28180 <lyxtabular version="3" rows="4" columns="5">
28181 <features tabularvalignment="middle">
28182 <column alignment="center" valignment="top" width="0">
28183 <column alignment="center" valignment="top" width="0">
28184 <column alignment="center" valignment="top" width="0">
28185 <column alignment="center" valignment="top" width="0">
28186 <column alignment="center" valignment="top" width="0">
28187 <row>
28188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28189 \begin_inset Text
28190
28191 \begin_layout Plain Layout
28192 a
28193 \end_layout
28194
28195 \end_inset
28196 </cell>
28197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28198 \begin_inset Text
28199
28200 \begin_layout Plain Layout
28201
28202 \end_layout
28203
28204 \end_inset
28205 </cell>
28206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28207 \begin_inset Text
28208
28209 \begin_layout Plain Layout
28210 b
28211 \end_layout
28212
28213 \end_inset
28214 </cell>
28215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28216 \begin_inset Text
28217
28218 \begin_layout Plain Layout
28219
28220 \end_layout
28221
28222 \end_inset
28223 </cell>
28224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28225 \begin_inset Text
28226
28227 \begin_layout Plain Layout
28228 c
28229 \end_layout
28230
28231 \end_inset
28232 </cell>
28233 </row>
28234 <row>
28235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28236 \begin_inset Text
28237
28238 \begin_layout Plain Layout
28239
28240 \end_layout
28241
28242 \end_inset
28243 </cell>
28244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28245 \begin_inset Text
28246
28247 \begin_layout Plain Layout
28248 d
28249 \end_layout
28250
28251 \end_inset
28252 </cell>
28253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28254 \begin_inset Text
28255
28256 \begin_layout Plain Layout
28257
28258 \end_layout
28259
28260 \end_inset
28261 </cell>
28262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28263 \begin_inset Text
28264
28265 \begin_layout Plain Layout
28266 e
28267 \end_layout
28268
28269 \end_inset
28270 </cell>
28271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28272 \begin_inset Text
28273
28274 \begin_layout Plain Layout
28275
28276 \end_layout
28277
28278 \end_inset
28279 </cell>
28280 </row>
28281 <row>
28282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28283 \begin_inset Text
28284
28285 \begin_layout Plain Layout
28286 f
28287 \end_layout
28288
28289 \end_inset
28290 </cell>
28291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28292 \begin_inset Text
28293
28294 \begin_layout Plain Layout
28295
28296 \end_layout
28297
28298 \end_inset
28299 </cell>
28300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28301 \begin_inset Text
28302
28303 \begin_layout Plain Layout
28304 g
28305 \end_layout
28306
28307 \end_inset
28308 </cell>
28309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28310 \begin_inset Text
28311
28312 \begin_layout Plain Layout
28313
28314 \end_layout
28315
28316 \end_inset
28317 </cell>
28318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28319 \begin_inset Text
28320
28321 \begin_layout Plain Layout
28322 h
28323 \end_layout
28324
28325 \end_inset
28326 </cell>
28327 </row>
28328 <row>
28329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28330 \begin_inset Text
28331
28332 \begin_layout Plain Layout
28333
28334 \end_layout
28335
28336 \end_inset
28337 </cell>
28338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28339 \begin_inset Text
28340
28341 \begin_layout Plain Layout
28342 i
28343 \end_layout
28344
28345 \end_inset
28346 </cell>
28347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28348 \begin_inset Text
28349
28350 \begin_layout Plain Layout
28351
28352 \end_layout
28353
28354 \end_inset
28355 </cell>
28356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28357 \begin_inset Text
28358
28359 \begin_layout Plain Layout
28360 j
28361 \end_layout
28362
28363 \end_inset
28364 </cell>
28365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28366 \begin_inset Text
28367
28368 \begin_layout Plain Layout
28369
28370 \end_layout
28371
28372 \end_inset
28373 </cell>
28374 </row>
28375 </lyxtabular>
28376
28377 \end_inset
28378
28379
28380 \end_layout
28381
28382 \end_inset
28383
28384
28385 \end_layout
28386
28387 \begin_layout Standard
28388 \begin_inset ERT
28389 status collapsed
28390
28391 \begin_layout Plain Layout
28392
28393
28394 \backslash
28395 TabBesEnd
28396 \end_layout
28397
28398 \end_inset
28399
28400
28401 \end_layout
28402
28403 \begin_layout Standard
28404 \begin_inset ERT
28405 status collapsed
28406
28407 \begin_layout Plain Layout
28408
28409
28410 \backslash
28411 sidecaptionvpos{figure}{c}
28412 \end_layout
28413
28414 \end_inset
28415
28416
28417 \begin_inset Float figure
28418 wide false
28419 sideways false
28420 status open
28421
28422 \begin_layout Plain Layout
28423 \begin_inset Graphics
28424         filename ../clipart/escher-lsd.eps
28425         scale 75
28426         scaleBeforeRotation
28427
28428 \end_inset
28429
28430
28431 \end_layout
28432
28433 \begin_layout Plain Layout
28434 \begin_inset Caption
28435
28436 \begin_layout Plain Layout
28437 \begin_inset CommandInset label
28438 LatexCommand label
28439 name "fig:legende-à-coté-fig-2"
28440
28441 \end_inset
28442
28443 Une légende centrée verticalement à côté d'une figure.
28444 \end_layout
28445
28446 \end_inset
28447
28448
28449 \end_layout
28450
28451 \end_inset
28452
28453
28454 \end_layout
28455
28456 \begin_layout Standard
28457 \begin_inset ERT
28458 status collapsed
28459
28460 \begin_layout Plain Layout
28461
28462
28463 \backslash
28464 FigBesEnd
28465 \end_layout
28466
28467 \end_inset
28468
28469
28470 \end_layout
28471
28472 \begin_layout Standard
28473 \begin_inset ERT
28474 status collapsed
28475
28476 \begin_layout Plain Layout
28477
28478
28479 \backslash
28480 TabBesBeg[5]
28481 \end_layout
28482
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \begin_layout Standard
28489 \begin_inset Float table
28490 wide false
28491 sideways false
28492 status open
28493
28494 \begin_layout Plain Layout
28495 \begin_inset Caption
28496
28497 \begin_layout Plain Layout
28498
28499 \lang english
28500 \begin_inset CommandInset label
28501 LatexCommand label
28502 name "tab:cap-beside-tab-wider"
28503
28504 \end_inset
28505
28506 This is a caption is wider than the one in
28507 \lang french
28508  tableau
28509 \begin_inset space ~
28510 \end_inset
28511
28512
28513 \begin_inset CommandInset ref
28514 LatexCommand ref
28515 reference "tab:legende-à-coté-tableau"
28516
28517 \end_inset
28518
28519 .
28520 \end_layout
28521
28522 \end_inset
28523
28524
28525 \end_layout
28526
28527 \begin_layout Plain Layout
28528 \begin_inset Tabular
28529 <lyxtabular version="3" rows="4" columns="5">
28530 <features tabularvalignment="middle">
28531 <column alignment="center" valignment="top" width="0">
28532 <column alignment="center" valignment="top" width="0">
28533 <column alignment="center" valignment="top" width="0">
28534 <column alignment="center" valignment="top" width="0">
28535 <column alignment="center" valignment="top" width="0">
28536 <row>
28537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28538 \begin_inset Text
28539
28540 \begin_layout Plain Layout
28541 a
28542 \end_layout
28543
28544 \end_inset
28545 </cell>
28546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28547 \begin_inset Text
28548
28549 \begin_layout Plain Layout
28550
28551 \end_layout
28552
28553 \end_inset
28554 </cell>
28555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28556 \begin_inset Text
28557
28558 \begin_layout Plain Layout
28559 b
28560 \end_layout
28561
28562 \end_inset
28563 </cell>
28564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28565 \begin_inset Text
28566
28567 \begin_layout Plain Layout
28568
28569 \end_layout
28570
28571 \end_inset
28572 </cell>
28573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28574 \begin_inset Text
28575
28576 \begin_layout Plain Layout
28577 c
28578 \end_layout
28579
28580 \end_inset
28581 </cell>
28582 </row>
28583 <row>
28584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28585 \begin_inset Text
28586
28587 \begin_layout Plain Layout
28588
28589 \end_layout
28590
28591 \end_inset
28592 </cell>
28593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28594 \begin_inset Text
28595
28596 \begin_layout Plain Layout
28597 d
28598 \end_layout
28599
28600 \end_inset
28601 </cell>
28602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28603 \begin_inset Text
28604
28605 \begin_layout Plain Layout
28606
28607 \end_layout
28608
28609 \end_inset
28610 </cell>
28611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28612 \begin_inset Text
28613
28614 \begin_layout Plain Layout
28615 e
28616 \end_layout
28617
28618 \end_inset
28619 </cell>
28620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28621 \begin_inset Text
28622
28623 \begin_layout Plain Layout
28624
28625 \end_layout
28626
28627 \end_inset
28628 </cell>
28629 </row>
28630 <row>
28631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28632 \begin_inset Text
28633
28634 \begin_layout Plain Layout
28635 f
28636 \end_layout
28637
28638 \end_inset
28639 </cell>
28640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28641 \begin_inset Text
28642
28643 \begin_layout Plain Layout
28644
28645 \end_layout
28646
28647 \end_inset
28648 </cell>
28649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28650 \begin_inset Text
28651
28652 \begin_layout Plain Layout
28653 g
28654 \end_layout
28655
28656 \end_inset
28657 </cell>
28658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28659 \begin_inset Text
28660
28661 \begin_layout Plain Layout
28662
28663 \end_layout
28664
28665 \end_inset
28666 </cell>
28667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28668 \begin_inset Text
28669
28670 \begin_layout Plain Layout
28671 h
28672 \end_layout
28673
28674 \end_inset
28675 </cell>
28676 </row>
28677 <row>
28678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28679 \begin_inset Text
28680
28681 \begin_layout Plain Layout
28682
28683 \end_layout
28684
28685 \end_inset
28686 </cell>
28687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28688 \begin_inset Text
28689
28690 \begin_layout Plain Layout
28691 i
28692 \end_layout
28693
28694 \end_inset
28695 </cell>
28696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28697 \begin_inset Text
28698
28699 \begin_layout Plain Layout
28700
28701 \end_layout
28702
28703 \end_inset
28704 </cell>
28705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28706 \begin_inset Text
28707
28708 \begin_layout Plain Layout
28709 j
28710 \end_layout
28711
28712 \end_inset
28713 </cell>
28714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28715 \begin_inset Text
28716
28717 \begin_layout Plain Layout
28718
28719 \end_layout
28720
28721 \end_inset
28722 </cell>
28723 </row>
28724 </lyxtabular>
28725
28726 \end_inset
28727
28728
28729 \end_layout
28730
28731 \end_inset
28732
28733
28734 \end_layout
28735
28736 \begin_layout Standard
28737 \begin_inset ERT
28738 status collapsed
28739
28740 \begin_layout Plain Layout
28741
28742
28743 \backslash
28744 TabBesEnd
28745 \end_layout
28746
28747 \end_inset
28748
28749
28750 \end_layout
28751
28752 \begin_layout Standard
28753 \begin_inset ERT
28754 status collapsed
28755
28756 \begin_layout Plain Layout
28757
28758
28759 \backslash
28760 else
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \begin_inset Note Note
28767 status open
28768
28769 \begin_layout Plain Layout
28770 Ce qui suit sera affiché si le paquetage LaTeX 
28771 \series bold
28772 sidecap
28773 \series default
28774  n'est pas installé :
28775 \end_layout
28776
28777 \end_inset
28778
28779
28780 \end_layout
28781
28782 \begin_layout Standard
28783 Vous devez installer le paquetage LaTeX 
28784 \series bold
28785 sidecap
28786 \series default
28787  pour voir la suite de cette section dans la sortie imprimée.
28788 \end_layout
28789
28790 \begin_layout Standard
28791 \begin_inset ERT
28792 status collapsed
28793
28794 \begin_layout Plain Layout
28795
28796
28797 \backslash
28798 fi
28799 \end_layout
28800
28801 \end_inset
28802
28803
28804 \end_layout
28805
28806 \begin_layout Section
28807 Les listes de flottants
28808 \begin_inset Index idx
28809 status collapsed
28810
28811 \begin_layout Plain Layout
28812 Flottants ! Listes de Flottants
28813 \end_layout
28814
28815 \end_inset
28816
28817
28818 \end_layout
28819
28820 \begin_layout Standard
28821 De la même façon que la table des matières fait la liste des sections du
28822  document, il y a des listes pour tous les types de flottants, comme par
28823  exemple pour les figures du document.
28824  Vous pouvez les insérer en utilisant le menu 
28825 \family sans
28826 Insérer\SpecialChar \menuseparator
28827 Listes
28828 \begin_inset space ~
28829 \end_inset
28830
28831 &
28832 \begin_inset space ~
28833 \end_inset
28834
28835 TdM
28836 \family default
28837 .
28838 \end_layout
28839
28840 \begin_layout Standard
28841 Les entrées de la liste sont la légende du flottant ou éventuellement le
28842  titre court, le numéro du flottant, et le numéro de la page où le flottant
28843  apparaît dans le document.
28844 \end_layout
28845
28846 \begin_layout Standard
28847 Vous trouverez à la fin de ce document une liste des figures et une liste
28848  des tableaux.
28849 \end_layout
28850
28851 \begin_layout Chapter
28852 Notes
28853 \end_layout
28854
28855 \begin_layout Section
28856 Les notes de LyX
28857 \begin_inset Index idx
28858 status collapsed
28859
28860 \begin_layout Plain Layout
28861 Notes ! Notes LyX 
28862 \end_layout
28863
28864 \end_inset
28865
28866
28867 \end_layout
28868
28869 \begin_layout Standard
28870 On peut insérer une note en utilisant le bouton 
28871 \family sans
28872
28873 \begin_inset Info
28874 type  "icon"
28875 arg   "note-insert"
28876 \end_inset
28877
28878
28879 \family default
28880  de la barre d'outils ou avec le menu 
28881 \family sans
28882 Insérer\SpecialChar \menuseparator
28883 Note
28884 \family default
28885 .
28886  Il y a trois types de notes :
28887 \end_layout
28888
28889 \begin_layout Description
28890 Note
28891 \begin_inset space ~
28892 \end_inset
28893
28894 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
28895  finale.
28896  La boîte de cette note ressemble à ceci :
28897 \begin_inset Newline newline
28898 \end_inset
28899
28900
28901 \begin_inset Newline newline
28902 \end_inset
28903
28904
28905 \begin_inset Graphics
28906         filename clipart/LyXNoteImageQt4.png
28907         display false
28908         scale 65
28909         scaleBeforeRotation
28910
28911 \end_inset
28912
28913  
28914 \begin_inset Note Note
28915 status open
28916
28917 \begin_layout Plain Layout
28918 Le texte de cette note n'apparaîtra pas à l'impression.
28919 \end_layout
28920
28921 \end_inset
28922
28923
28924 \end_layout
28925
28926 \begin_layout Description
28927 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
28928  il est inséré comme un commentaire LaTeX quand vous exportez votre document
28929  vers un fichier au format LaTeX avec le menu 
28930 \family sans
28931 Fichier\SpecialChar \menuseparator
28932 Exporter\SpecialChar \menuseparator
28933 LaTeX (pdflatex) / (plain)
28934 \family default
28935 .
28936  La boîte de cette note ressemble à ceci :
28937 \begin_inset Newline newline
28938 \end_inset
28939
28940
28941 \begin_inset Newline newline
28942 \end_inset
28943
28944
28945 \begin_inset Graphics
28946         filename clipart/CommentNoteImageQt4.png
28947         display false
28948         scale 55
28949         scaleBeforeRotation
28950
28951 \end_inset
28952
28953
28954 \lang english
28955  
28956 \lang french
28957
28958 \begin_inset Note Comment
28959 status open
28960
28961 \begin_layout Plain Layout
28962 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
28963  LaTeX.
28964 \end_layout
28965
28966 \end_inset
28967
28968
28969 \end_layout
28970
28971 \begin_layout Description
28972 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
28973  La boîte de cette note ressemble à ceci :
28974 \lang english
28975
28976 \begin_inset Newline newline
28977 \end_inset
28978
28979
28980 \lang french
28981
28982 \begin_inset Newline newline
28983 \end_inset
28984
28985
28986 \begin_inset Graphics
28987         filename clipart/GreyedOutNoteImageQt4.png
28988         lyxscale 80
28989         display false
28990         scale 55
28991         scaleBeforeRotation
28992
28993 \end_inset
28994
28995
28996 \begin_inset Newline newline
28997 \end_inset
28998
28999
29000 \begin_inset ERT
29001 status collapsed
29002
29003 \begin_layout Plain Layout
29004
29005
29006 \backslash
29007 renewenvironment{lyxgreyedout}
29008 \end_layout
29009
29010 \begin_layout Plain Layout
29011
29012 {
29013 \backslash
29014 textcolor[gray]{0.8}
29015 \backslash
29016 bgroup}{
29017 \backslash
29018 egroup}
29019 \end_layout
29020
29021 \end_inset
29022
29023
29024 \begin_inset Note Greyedout
29025 status open
29026
29027 \begin_layout Plain Layout
29028 Le texte
29029 \begin_inset Foot
29030 status collapsed
29031
29032 \begin_layout Plain Layout
29033 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
29034  grisé.
29035  
29036 \end_layout
29037
29038 \end_inset
29039
29040  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
29041 \end_layout
29042
29043 \end_inset
29044
29045
29046 \begin_inset ERT
29047 status collapsed
29048
29049 \begin_layout Plain Layout
29050
29051
29052 \backslash
29053 renewenvironment{lyxgreyedout}
29054 \end_layout
29055
29056 \begin_layout Plain Layout
29057
29058 {
29059 \backslash
29060 textcolor{blue}
29061 \backslash
29062 bgroup}{
29063 \backslash
29064 egroup}
29065 \end_layout
29066
29067 \end_inset
29068
29069
29070 \begin_inset Note Note
29071 status collapsed
29072
29073 \begin_layout Plain Layout
29074 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
29075  originale qu'elle a dans LyX.
29076  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
29077  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
29078 \end_layout
29079
29080 \end_inset
29081
29082
29083 \begin_inset Newline newline
29084 \end_inset
29085
29086
29087 \begin_inset Newline newline
29088 \end_inset
29089
29090 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
29091  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
29092 \end_layout
29093
29094 \begin_layout Standard
29095 \begin_inset VSpace bigskip
29096 \end_inset
29097
29098 Quand vous utilisez le bouton 
29099 \family sans
29100
29101 \begin_inset Info
29102 type  "icon"
29103 arg   "note-insert"
29104 \end_inset
29105
29106
29107 \family default
29108  de la barre d'outils, vous insérez une 
29109 \family sans
29110 Note
29111 \begin_inset space ~
29112 \end_inset
29113
29114 LyX
29115 \family default
29116 .
29117  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
29118 la et cliquez sur le bouton d'insertion de note.
29119  Pour retransformer une note en texte, appuyez sur la touche 
29120 \family sans
29121 backspace
29122 \family default
29123  quand le curseur est au tout début de la note ou appuyez sur la touche
29124  
29125 \family sans
29126 Suppr.
29127
29128 \family default
29129  quand le curseur se trouve à la fin de la note.
29130 \end_layout
29131
29132 \begin_layout Standard
29133 \begin_inset VSpace bigskip
29134 \end_inset
29135
29136
29137 \end_layout
29138
29139 \begin_layout Standard
29140 Vous pouvez changer la couleur des notes grisées dans le menu 
29141 \family sans
29142 Document\SpecialChar \menuseparator
29143 Paramètres\SpecialChar \menuseparator
29144 Couleurs
29145 \family default
29146 .
29147 \end_layout
29148
29149 \begin_layout Section
29150 Notes en bas de page
29151 \begin_inset CommandInset label
29152 LatexCommand label
29153 name "sec:Notes-bas-de-page"
29154
29155 \end_inset
29156
29157
29158 \begin_inset Index idx
29159 status collapsed
29160
29161 \begin_layout Plain Layout
29162 Notes ! Notes de bas de page
29163 \end_layout
29164
29165 \end_inset
29166
29167
29168 \begin_inset Index idx
29169 status collapsed
29170
29171 \begin_layout Plain Layout
29172 Notes de bas de page
29173 \end_layout
29174
29175 \end_inset
29176
29177
29178 \end_layout
29179
29180 \begin_layout Standard
29181 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
29182  
29183 \family sans
29184
29185 \begin_inset Info
29186 type  "icon"
29187 arg   "footnote-insert"
29188 \end_inset
29189
29190
29191 \family default
29192  de la barre d'outils, soit en utilisant le menu 
29193 \family sans
29194 Insérer\SpecialChar \menuseparator
29195 Note
29196 \begin_inset space ~
29197 \end_inset
29198
29199 en
29200 \begin_inset space ~
29201 \end_inset
29202
29203 Bas
29204 \begin_inset space ~
29205 \end_inset
29206
29207 de
29208 \begin_inset space ~
29209 \end_inset
29210
29211 Page
29212 \family default
29213 .
29214  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
29215  rouge 
29216 \begin_inset Quotes fld
29217 \end_inset
29218
29219 bas
29220 \begin_inset Quotes frd
29221 \end_inset
29222
29223  qui ressemble à ceci : 
29224 \begin_inset Graphics
29225         filename clipart/footnoteQt4.png
29226         scale 80
29227         scaleBeforeRotation
29228
29229 \end_inset
29230
29231  Vous pouvez y entrer votre texte.
29232  Si vous voulez transformer du texte déjà existant en note en bas de page,
29233  sélectionnez-le et cliquez sur le bouton 
29234 \family sans
29235 Note
29236 \begin_inset space ~
29237 \end_inset
29238
29239 en
29240 \begin_inset space ~
29241 \end_inset
29242
29243 Bas
29244 \begin_inset space ~
29245 \end_inset
29246
29247 de
29248 \begin_inset space ~
29249 \end_inset
29250
29251 Page
29252 \family default
29253  de la barre d'outils.
29254  Pour retransformer une note de bas de page en texte, appuyez sur la touche
29255  
29256 \family sans
29257 Backspace
29258 \family default
29259  quand le curseur est au tout début de la note ou appuyez sur la touche
29260  
29261 \family sans
29262 Suppr.
29263
29264 \family default
29265  quand le curseur se trouve à la fin de la note.
29266 \end_layout
29267
29268 \begin_layout Standard
29269 Voici un exemple de note en bas de page:
29270 \begin_inset Foot
29271 status open
29272
29273 \begin_layout Plain Layout
29274 \begin_inset CommandInset label
29275 LatexCommand label
29276 name "fn:Note-en-bas"
29277
29278 \end_inset
29279
29280 Ceci est un exemple de note en bas de page.
29281 \end_layout
29282
29283 \end_inset
29284
29285
29286 \begin_inset ERT
29287 status collapsed
29288
29289 \begin_layout Plain Layout
29290
29291
29292 \backslash
29293 newcounter{MyRepeatFoot}
29294 \end_layout
29295
29296 \begin_layout Plain Layout
29297
29298
29299 \backslash
29300 setcounter{MyRepeatFoot}{
29301 \backslash
29302 thefootnote}
29303 \end_layout
29304
29305 \end_inset
29306
29307
29308 \end_layout
29309
29310 \begin_layout Standard
29311 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
29312  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
29313  de note.
29314  Le texte de la note est placé en bas de la page courante.
29315  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
29316  Selon votre classe de document les numéros de notes pourront être réinitialisés
29317  à chaque nouveau chapitre.
29318 \end_layout
29319
29320 \begin_layout Standard
29321 On peut faire référence à une note en bas de page comme on le fait avec
29322  les flottants : Insérez une étiquette dans la note et faites une référence
29323  croisée vers cette étiquette comme c'est décrit dans la
29324 \begin_inset space ~
29325 \end_inset
29326
29327
29328 \begin_inset CommandInset ref
29329 LatexCommand ref
29330 reference "sec:Referencer-les-Flottants"
29331
29332 \end_inset
29333
29334 .
29335 \begin_inset Newline newline
29336 \end_inset
29337
29338 Voici une référence à une note de bas de page :
29339 \begin_inset space ~
29340 \end_inset
29341
29342
29343 \begin_inset CommandInset ref
29344 LatexCommand ref
29345 reference "fn:Note-en-bas"
29346
29347 \end_inset
29348
29349 .
29350 \end_layout
29351
29352 \begin_layout Standard
29353 \begin_inset VSpace defskip
29354 \end_inset
29355
29356
29357 \end_layout
29358
29359 \begin_layout Standard
29360 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
29361  par LaTeX pour des raisons techniques.
29362  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
29363  
29364 \series bold
29365
29366 \backslash
29367 footnotemark{}
29368 \series default
29369  en code TeX à la place de la note de bas de page.
29370  Le texte de la note est mis en argument de la commande TeX 
29371 \series bold
29372
29373 \backslash
29374 footnotetext
29375 \series default
29376  après le tableau.
29377 \begin_inset Newline newline
29378 \end_inset
29379
29380 C'est ce qui a été fait pour le tableau qui suit avec la commande
29381 \end_layout
29382
29383 \begin_layout Standard
29384
29385 \series bold
29386
29387 \backslash
29388 footnotetext{
29389 \series default
29390 Note de bas de page de tableau imprimée.
29391 \series bold
29392 }
29393 \end_layout
29394
29395 \begin_layout Standard
29396
29397 \lang english
29398 \begin_inset Tabular
29399 <lyxtabular version="3" rows="2" columns="1">
29400 <features tabularvalignment="middle">
29401 <column alignment="center" valignment="top" width="0">
29402 <row>
29403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29404 \begin_inset Text
29405
29406 \begin_layout Plain Layout
29407 Un exemple de texte
29408 \begin_inset Foot
29409 status open
29410
29411 \begin_layout Plain Layout
29412 Cette note ne sera pas imprimée
29413 \begin_inset space ~
29414 \end_inset
29415
29416 !
29417 \end_layout
29418
29419 \end_inset
29420
29421
29422 \end_layout
29423
29424 \end_inset
29425 </cell>
29426 </row>
29427 <row>
29428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29429 \begin_inset Text
29430
29431 \begin_layout Plain Layout
29432 Un autre exemple de texte
29433 \begin_inset ERT
29434 status collapsed
29435
29436 \begin_layout Plain Layout
29437
29438
29439 \backslash
29440 footnotemark{}
29441 \end_layout
29442
29443 \end_inset
29444
29445
29446 \end_layout
29447
29448 \end_inset
29449 </cell>
29450 </row>
29451 </lyxtabular>
29452
29453 \end_inset
29454
29455
29456 \begin_inset ERT
29457 status collapsed
29458
29459 \begin_layout Plain Layout
29460
29461
29462 \backslash
29463 footnotetext{
29464 \end_layout
29465
29466 \end_inset
29467
29468
29469 \lang french
29470 Note de bas de page de tableau imprimée.
29471 \lang english
29472
29473 \begin_inset ERT
29474 status collapsed
29475
29476 \begin_layout Plain Layout
29477
29478 }
29479 \end_layout
29480
29481 \end_inset
29482
29483
29484 \end_layout
29485
29486 \begin_layout Standard
29487 Les notes de bas de page dans des tableaux longs sont décrites dans la section
29488 \begin_inset space ~
29489 \end_inset
29490
29491
29492 \begin_inset CommandInset ref
29493 LatexCommand ref
29494 reference "sub:Notes-dans-tableau-long"
29495
29496 \end_inset
29497
29498 .
29499 \end_layout
29500
29501 \begin_layout Standard
29502 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
29503  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
29504 e, vu que la minipage est considérée comme une page se trouvant dans une
29505  autre page.
29506  Pour plus d'information sur les minipages, voyez la section
29507 \begin_inset space ~
29508 \end_inset
29509
29510
29511 \begin_inset CommandInset ref
29512 LatexCommand ref
29513 reference "sec:Minipages"
29514
29515 \end_inset
29516
29517 .
29518  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
29519  s'imprime en bas de page comme une note normale, on doit aussi utiliser
29520  la méthode utilisant les commandes 
29521 \series bold
29522
29523 \backslash
29524 footnotemark{}
29525 \series default
29526  et 
29527 \series bold
29528
29529 \backslash
29530 footnotetext
29531 \series default
29532 .
29533 \end_layout
29534
29535 \begin_layout Standard
29536 \begin_inset Box Frameless
29537 position "t"
29538 hor_pos "c"
29539 has_inner_box 1
29540 inner_pos "t"
29541 use_parbox 0
29542 use_makebox 0
29543 width "100col%"
29544 special "none"
29545 height "1in"
29546 height_special "totalheight"
29547 status open
29548
29549 \begin_layout Plain Layout
29550 Un exemple de texte dans une minipage.
29551 \begin_inset Foot
29552 status open
29553
29554 \begin_layout Plain Layout
29555 Note de bas de page dans la minipage.
29556 \end_layout
29557
29558 \end_inset
29559
29560
29561 \end_layout
29562
29563 \begin_layout Plain Layout
29564 Un autre exemple de texte dans une minipage.
29565 \begin_inset ERT
29566 status collapsed
29567
29568 \begin_layout Plain Layout
29569
29570
29571 \backslash
29572 footnotemark{}
29573 \end_layout
29574
29575 \end_inset
29576
29577
29578 \end_layout
29579
29580 \end_inset
29581
29582
29583 \end_layout
29584
29585 \begin_layout Standard
29586 \begin_inset ERT
29587 status collapsed
29588
29589 \begin_layout Plain Layout
29590
29591
29592 \backslash
29593 footnotetext{
29594 \end_layout
29595
29596 \end_inset
29597
29598 Note de bas de page en dehors de la minipage.
29599 \begin_inset ERT
29600 status collapsed
29601
29602 \begin_layout Plain Layout
29603
29604 }
29605 \end_layout
29606
29607 \end_inset
29608
29609
29610 \end_layout
29611
29612 \begin_layout Standard
29613 \begin_inset VSpace defskip
29614 \end_inset
29615
29616
29617 \end_layout
29618
29619 \begin_layout Standard
29620 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
29621  utilisez la commande 
29622 \series bold
29623
29624 \backslash
29625 footnotemark[number]
29626 \series default
29627  en code TeX.
29628 \begin_inset Newline newline
29629 \end_inset
29630
29631 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
29632  votre texte, vous devez enregistrer son numéro.
29633  Dans l'exemple de marque de note de bas de page suivant, ces commandes
29634  ont été insérées en code TeX après la note
29635 \begin_inset space ~
29636 \end_inset
29637
29638
29639 \begin_inset CommandInset ref
29640 LatexCommand ref
29641 reference "fn:Note-en-bas"
29642
29643 \end_inset
29644
29645  pour enregistrer son numéro
29646 \begin_inset space ~
29647 \end_inset
29648
29649 :
29650 \end_layout
29651
29652 \begin_layout Standard
29653
29654 \series bold
29655
29656 \backslash
29657 newcounter{MaNoteDupliquee}
29658 \begin_inset Newline newline
29659 \end_inset
29660
29661
29662 \backslash
29663 setcounter{MaNoteDupliquee}{
29664 \backslash
29665 thefootnote}
29666 \end_layout
29667
29668 \begin_layout Standard
29669 La note de bas de page a été créée avec la commande
29670 \begin_inset space ~
29671 \end_inset
29672
29673 :
29674 \end_layout
29675
29676 \begin_layout Standard
29677
29678 \series bold
29679
29680 \backslash
29681 footnotemark[
29682 \backslash
29683 MaNoteDupliquee]
29684 \end_layout
29685
29686 \begin_layout Standard
29687 Voici une note de bas de page dupliquée
29688 \begin_inset space ~
29689 \end_inset
29690
29691 :
29692 \begin_inset ERT
29693 status collapsed
29694
29695 \begin_layout Plain Layout
29696
29697
29698 \backslash
29699 footnotemark[
29700 \backslash
29701 theMyRepeatFoot]
29702 \end_layout
29703
29704 \end_inset
29705
29706
29707 \end_layout
29708
29709 \begin_layout Standard
29710 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
29711 t du numéro de note et juste utiliser la commande suivante
29712 \end_layout
29713
29714 \begin_layout Standard
29715
29716 \series bold
29717
29718 \backslash
29719 footnotemark[
29720 \backslash
29721 thefootnote]
29722 \end_layout
29723
29724 \begin_layout Standard
29725 Voici une autre note de bas de page dupliquée
29726 \begin_inset space ~
29727 \end_inset
29728
29729 :
29730 \begin_inset ERT
29731 status collapsed
29732
29733 \begin_layout Plain Layout
29734
29735
29736 \backslash
29737 footnotemark[
29738 \backslash
29739 thefootnote]
29740 \end_layout
29741
29742 \end_inset
29743
29744
29745 \end_layout
29746
29747 \begin_layout Subsection
29748 Numérotation de notes de bas de page
29749 \begin_inset CommandInset label
29750 LatexCommand label
29751 name "sub:Numerotation-notes-bas-de-page"
29752
29753 \end_inset
29754
29755
29756 \begin_inset Index idx
29757 status collapsed
29758
29759 \begin_layout Plain Layout
29760 Notes de bas de page ! Numérotation
29761 \end_layout
29762
29763 \end_inset
29764
29765
29766 \end_layout
29767
29768 \begin_layout Standard
29769 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
29770  ajoutez cette commande dans le préambule de votre document :
29771 \end_layout
29772
29773 \begin_layout Standard
29774
29775 \series bold
29776
29777 \backslash
29778 @addtoreset{footnote}{section}
29779 \end_layout
29780
29781 \begin_layout Standard
29782 \begin_inset VSpace bigskip
29783 \end_inset
29784
29785 La commande de préambule suivante change le style de numérotation des notes
29786  en petits chiffres romains :
29787 \end_layout
29788
29789 \begin_layout Standard
29790
29791 \series bold
29792
29793 \backslash
29794 renewcommand{
29795 \backslash
29796 thefootnote}{
29797 \backslash
29798 roman{footnote}}
29799 \end_layout
29800
29801 \begin_layout Standard
29802 \begin_inset ERT
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806
29807
29808 \backslash
29809 renewcommand{
29810 \backslash
29811 thefootnote}{
29812 \backslash
29813 roman{footnote}}
29814 \end_layout
29815
29816 \end_inset
29817
29818  Cette note de bas de page utilise une numérotation en chiffres romains
29819  :
29820 \begin_inset Foot
29821 status open
29822
29823 \begin_layout Plain Layout
29824 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
29825  romains.
29826 \end_layout
29827
29828 \end_inset
29829
29830
29831 \end_layout
29832
29833 \begin_layout Standard
29834 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
29835  la commande précédente 
29836 \series bold
29837
29838 \backslash
29839 roman
29840 \series default
29841  par 
29842 \series bold
29843
29844 \backslash
29845 Roman
29846 \series default
29847 .
29848  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
29849  utilisez respectivement soit 
29850 \series bold
29851
29852 \backslash
29853 Alph
29854 \series default
29855  soit 
29856 \series bold
29857
29858 \backslash
29859 alph
29860 \series default
29861 .
29862  Pour les 
29863 \begin_inset Quotes eld
29864 \end_inset
29865
29866 numéroter
29867 \begin_inset Quotes erd
29868 \end_inset
29869
29870  avec des symboles, utilisez 
29871 \series bold
29872
29873 \backslash
29874 fnsymbol
29875 \series default
29876 .
29877 \end_layout
29878
29879 \begin_layout Standard
29880 \begin_inset Note Greyedout
29881 status open
29882
29883 \begin_layout Plain Layout
29884
29885 \series bold
29886 Note:
29887 \series default
29888  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
29889  puisque cette numérotation est limitée à des lettres seules.
29890 \end_layout
29891
29892 \end_inset
29893
29894
29895 \begin_inset Newline newline
29896 \end_inset
29897
29898
29899 \begin_inset Note Greyedout
29900 status open
29901
29902 \begin_layout Plain Layout
29903
29904 \series bold
29905 Note:
29906 \series default
29907  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
29908 \end_layout
29909
29910 \end_inset
29911
29912
29913 \end_layout
29914
29915 \begin_layout Standard
29916 Pour revenir au style de numérotation implicite quand vous en avez changé,
29917  utilisez 
29918 \series bold
29919
29920 \backslash
29921 arabic
29922 \series default
29923  à la place de 
29924 \series bold
29925
29926 \backslash
29927 roman
29928 \series default
29929  dans la commande précédente.
29930 \begin_inset ERT
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934
29935
29936 \backslash
29937 renewcommand{
29938 \backslash
29939 thefootnote}{
29940 \backslash
29941 arabic{footnote}}
29942 \end_layout
29943
29944 \end_inset
29945
29946
29947 \end_layout
29948
29949 \begin_layout Standard
29950 \begin_inset VSpace bigskip
29951 \end_inset
29952
29953
29954 \end_layout
29955
29956 \begin_layout Standard
29957 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
29958  le schéma 
29959 \begin_inset Quotes eld
29960 \end_inset
29961
29962 chapitre.note
29963 \begin_inset Quotes erd
29964 \end_inset
29965
29966 , ajoutez la commande suivante au préambule de votre document :
29967 \end_layout
29968
29969 \begin_layout Standard
29970
29971 \series bold
29972
29973 \backslash
29974 numberwithin{footnote}{chapter}
29975 \end_layout
29976
29977 \begin_layout Standard
29978 Pour pouvoir utiliser la commande 
29979 \series bold
29980
29981 \backslash
29982 numberwithin
29983 \series default
29984 , activez dans la rubrique 
29985 \family sans
29986 Options
29987 \begin_inset space ~
29988 \end_inset
29989
29990 des
29991 \begin_inset space ~
29992 \end_inset
29993
29994 Maths
29995 \family default
29996  dans les paramètres du document, l'option 
29997 \family sans
29998 Utiliser
29999 \begin_inset space ~
30000 \end_inset
30001
30002 le
30003 \begin_inset space ~
30004 \end_inset
30005
30006 paquetage
30007 \begin_inset space ~
30008 \end_inset
30009
30010 maths
30011 \begin_inset space ~
30012 \end_inset
30013
30014 AMS
30015 \family default
30016 .
30017 \end_layout
30018
30019 \begin_layout Standard
30020 \begin_inset ERT
30021 status collapsed
30022
30023 \begin_layout Plain Layout
30024
30025
30026 \backslash
30027 numberwithin{footnote}{chapter}
30028 \end_layout
30029
30030 \end_inset
30031
30032 Ceci est un autre exemple de note de bas de page:
30033 \series bold
30034
30035 \begin_inset Foot
30036 status open
30037
30038 \begin_layout Plain Layout
30039 Cette note est numérotée en suivant le schéma 
30040 \begin_inset Quotes fld
30041 \end_inset
30042
30043 chapitre.note
30044 \begin_inset Quotes frd
30045 \end_inset
30046
30047 .
30048 \end_layout
30049
30050 \end_inset
30051
30052
30053 \series default
30054
30055 \begin_inset ERT
30056 status collapsed
30057
30058 \begin_layout Plain Layout
30059
30060
30061 \backslash
30062 renewcommand{
30063 \backslash
30064 thefootnote}{
30065 \backslash
30066 arabic{footnote}}
30067 \end_layout
30068
30069 \end_inset
30070
30071
30072 \end_layout
30073
30074 \begin_layout Standard
30075 \begin_inset Note Greyedout
30076 status open
30077
30078 \begin_layout Plain Layout
30079
30080 \series bold
30081 Note:
30082 \series default
30083  
30084 \series bold
30085
30086 \backslash
30087 numberwithin
30088 \series default
30089  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
30090  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
30091  prises en compte.
30092  
30093 \end_layout
30094
30095 \end_inset
30096
30097
30098 \end_layout
30099
30100 \begin_layout Standard
30101 Donc pour avoir par exemple le schéma 
30102 \begin_inset Quotes eld
30103 \end_inset
30104
30105 chapitre.
30106 \backslash
30107 Roman{note}
30108 \begin_inset Quotes erd
30109 \end_inset
30110
30111 , utilisez la commande suivante plutôt que 
30112 \series bold
30113
30114 \backslash
30115 numberwithin
30116 \series default
30117  :
30118 \end_layout
30119
30120 \begin_layout Standard
30121
30122 \series bold
30123
30124 \backslash
30125 renewcommand{
30126 \backslash
30127 thefootnote}{
30128 \backslash
30129 thechapter.
30130 \backslash
30131 Roman{footnote}}
30132 \end_layout
30133
30134 \begin_layout Subsection
30135 Positionnement de notes de bas de page
30136 \begin_inset Index idx
30137 status collapsed
30138
30139 \begin_layout Plain Layout
30140 Notes de bas de page ! Positionnement
30141 \end_layout
30142
30143 \end_inset
30144
30145
30146 \end_layout
30147
30148 \begin_layout Standard
30149 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
30150  vertical entre elles en bas de la page.
30151  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
30152  de 1.5
30153 \begin_inset space \thinspace{}
30154 \end_inset
30155
30156 mm avec la commande suivante dans le préambule :
30157 \end_layout
30158
30159 \begin_layout Standard
30160
30161 \series bold
30162
30163 \backslash
30164 let
30165 \backslash
30166 myFoot
30167 \backslash
30168 footnote
30169 \begin_inset Newline newline
30170 \end_inset
30171
30172
30173 \backslash
30174 renewcommand{
30175 \backslash
30176 footnote}[1]{
30177 \backslash
30178 myFoot{#1
30179 \backslash
30180 vspace{1.5mm}}}
30181 \end_layout
30182
30183 \begin_layout Standard
30184 \begin_inset VSpace bigskip
30185 \end_inset
30186
30187 Dans un document à deux colonnes les notes de bas de page apparaissent en
30188  bas de chaque colonne, comme sur la Figure
30189 \begin_inset space ~
30190 \end_inset
30191
30192
30193 \begin_inset CommandInset ref
30194 LatexCommand ref
30195 reference "fig:Position-standard-note-bas-de-page"
30196
30197 \end_inset
30198
30199 .
30200  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
30201  sur la Figure
30202 \begin_inset space ~
30203 \end_inset
30204
30205
30206 \begin_inset CommandInset ref
30207 LatexCommand ref
30208 reference "fig:Position-note-avec-ftnright"
30209
30210 \end_inset
30211
30212 , utilisez le paquetage LaTeX 
30213 \series bold
30214 ftnright
30215 \series default
30216
30217 \begin_inset Index idx
30218 status collapsed
30219
30220 \begin_layout Plain Layout
30221 Paquetages LaTeX ! ftnright
30222 \end_layout
30223
30224 \end_inset
30225
30226  avec cette commande dans le préambule du document:
30227 \end_layout
30228
30229 \begin_layout Standard
30230
30231 \series bold
30232
30233 \backslash
30234 usepackage{ftnright}
30235 \end_layout
30236
30237 \begin_layout Standard
30238 \begin_inset Float figure
30239 placement !h
30240 wide false
30241 sideways false
30242 status open
30243
30244 \begin_layout Plain Layout
30245 \begin_inset ERT
30246 status collapsed
30247
30248 \begin_layout Plain Layout
30249
30250
30251 \backslash
30252 framebox{
30253 \end_layout
30254
30255 \end_inset
30256
30257
30258 \begin_inset Graphics
30259         filename ../clipart/without_fntright.pdf
30260         width 100col%
30261         scaleBeforeRotation
30262
30263 \end_inset
30264
30265
30266 \begin_inset ERT
30267 status collapsed
30268
30269 \begin_layout Plain Layout
30270
30271 }
30272 \end_layout
30273
30274 \end_inset
30275
30276
30277 \end_layout
30278
30279 \begin_layout Plain Layout
30280 \begin_inset Caption
30281
30282 \begin_layout Plain Layout
30283 \begin_inset CommandInset label
30284 LatexCommand label
30285 name "fig:Position-standard-note-bas-de-page"
30286
30287 \end_inset
30288
30289 Positionnement standard des notes de bas de page dans un document à deux
30290  colonnes.
30291 \end_layout
30292
30293 \end_inset
30294
30295
30296 \end_layout
30297
30298 \end_inset
30299
30300
30301 \end_layout
30302
30303 \begin_layout Standard
30304 \begin_inset Float figure
30305 placement !h
30306 wide false
30307 sideways false
30308 status open
30309
30310 \begin_layout Plain Layout
30311 \begin_inset ERT
30312 status collapsed
30313
30314 \begin_layout Plain Layout
30315
30316
30317 \backslash
30318 framebox{
30319 \end_layout
30320
30321 \end_inset
30322
30323
30324 \begin_inset Graphics
30325         filename ../clipart/with_fntright.pdf
30326         width 100col%
30327         scaleBeforeRotation
30328
30329 \end_inset
30330
30331
30332 \begin_inset ERT
30333 status collapsed
30334
30335 \begin_layout Plain Layout
30336
30337 }
30338 \end_layout
30339
30340 \end_inset
30341
30342
30343 \end_layout
30344
30345 \begin_layout Plain Layout
30346 \begin_inset Caption
30347
30348 \begin_layout Plain Layout
30349 \begin_inset CommandInset label
30350 LatexCommand label
30351 name "fig:Position-note-avec-ftnright"
30352
30353 \end_inset
30354
30355 Positionnement de notes de bas de page dans un document à deux colonnes
30356  en utilisant le paquetage LaTeX 
30357 \series bold
30358 ftnright
30359 \series default
30360 .
30361 \end_layout
30362
30363 \end_inset
30364
30365
30366 \end_layout
30367
30368 \end_inset
30369
30370
30371 \end_layout
30372
30373 \begin_layout Standard
30374 \begin_inset VSpace bigskip
30375 \end_inset
30376
30377 Dans certaines publications scientifiques, il est courant de rassembler
30378  les notes de bas de page et de les imprimer dans un paragraphe particulier
30379  à la fin de la section, comme sur la Figure
30380 \begin_inset space ~
30381 \end_inset
30382
30383
30384 \begin_inset CommandInset ref
30385 LatexCommand ref
30386 reference "fig:Notes-de-fin"
30387
30388 \end_inset
30389
30390 .
30391  On les appelle 
30392 \begin_inset Quotes eld
30393 \end_inset
30394
30395 notes de fin
30396 \begin_inset Quotes erd
30397 \end_inset
30398
30399 .
30400 \begin_inset Index idx
30401 status collapsed
30402
30403 \begin_layout Plain Layout
30404 Notes de fin
30405 \end_layout
30406
30407 \end_inset
30408
30409  Pour utiliser des notes de fin à la place des notes de bas de page dans
30410  votre document, charger le module 
30411 \family sans
30412 Note de bas de page en fin de document
30413 \family default
30414  à partir de 
30415 \family sans
30416 Document\SpecialChar \menuseparator
30417 Paramètres\SpecialChar \menuseparator
30418 Modules
30419 \family default
30420 .
30421  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
30422 \end_layout
30423
30424 \begin_layout Standard
30425
30426 \series bold
30427
30428 \backslash
30429 theendnotes
30430 \end_layout
30431
30432 \begin_layout Standard
30433 en code TeX à la fin d'une section ou d'un chapitre.
30434 \end_layout
30435
30436 \begin_layout Standard
30437 \begin_inset Float figure
30438 wide false
30439 sideways false
30440 status open
30441
30442 \begin_layout Plain Layout
30443 \align center
30444 \begin_inset ERT
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448
30449
30450 \backslash
30451 framebox{
30452 \end_layout
30453
30454 \end_inset
30455
30456
30457 \begin_inset Graphics
30458         filename ../clipart/endnotes.pdf
30459         scaleBeforeRotation
30460
30461 \end_inset
30462
30463
30464 \begin_inset ERT
30465 status collapsed
30466
30467 \begin_layout Plain Layout
30468
30469 }
30470 \end_layout
30471
30472 \end_inset
30473
30474
30475 \end_layout
30476
30477 \begin_layout Plain Layout
30478 \begin_inset Caption
30479
30480 \begin_layout Plain Layout
30481 \begin_inset CommandInset label
30482 LatexCommand label
30483 name "fig:Notes-de-fin"
30484
30485 \end_inset
30486
30487 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
30488  séparé à la fin des sections ou des chapitres.
30489 \end_layout
30490
30491 \end_inset
30492
30493
30494 \end_layout
30495
30496 \end_inset
30497
30498
30499 \end_layout
30500
30501 \begin_layout Standard
30502 \begin_inset VSpace medskip
30503 \end_inset
30504
30505 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
30506  dans la langue du document, cela doit être fait manuellement.
30507  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
30508  
30509 \begin_inset Quotes eld
30510 \end_inset
30511
30512 Notes
30513 \begin_inset Quotes erd
30514 \end_inset
30515
30516  en sa traduction Allemande
30517 \begin_inset Foot
30518 status collapsed
30519
30520 \begin_layout Plain Layout
30521 En français, 
30522 \begin_inset Quotes eld
30523 \end_inset
30524
30525 Notes
30526 \begin_inset Quotes erd
30527 \end_inset
30528
30529  peut être conservé.
30530 \end_layout
30531
30532 \end_inset
30533
30534  
30535 \begin_inset Quotes eld
30536 \end_inset
30537
30538 Anmerkungen
30539 \begin_inset Quotes erd
30540 \end_inset
30541
30542  :
30543 \end_layout
30544
30545 \begin_layout Standard
30546
30547 \series bold
30548
30549 \backslash
30550 renewcommand{
30551 \backslash
30552 notesname}{Anmerkungen}
30553 \end_layout
30554
30555 \begin_layout Standard
30556 \begin_inset VSpace medskip
30557 \end_inset
30558
30559 La numérotation des notes de fin peut être modifiée comme celle des notes
30560  de bas de page comme c'est décrit dans la section
30561 \begin_inset space ~
30562 \end_inset
30563
30564
30565 \begin_inset CommandInset ref
30566 LatexCommand ref
30567 reference "sub:Numerotation-notes-bas-de-page"
30568
30569 \end_inset
30570
30571  ; remplacez juste la commande 
30572 \series bold
30573
30574 \backslash
30575 thefootnote
30576 \series default
30577  par 
30578 \series bold
30579
30580 \backslash
30581 theendnote
30582 \series default
30583 .
30584  Pour réinitialiser le numéro de note de fin, utilisez la commande 
30585 \series bold
30586
30587 \backslash
30588 @addtoreset
30589 \series default
30590  comme c'est décrit dans la section
30591 \begin_inset space ~
30592 \end_inset
30593
30594
30595 \begin_inset CommandInset ref
30596 LatexCommand ref
30597 reference "sub:Numerotation-notes-bas-de-page"
30598
30599 \end_inset
30600
30601  et remplacez le paramètre de commande 
30602 \series bold
30603 footnote
30604 \series default
30605  par 
30606 \series bold
30607 endnote
30608 \series default
30609 .
30610 \end_layout
30611
30612 \begin_layout Standard
30613 Pour les notes de fin, il y a la commande 
30614 \series bold
30615
30616 \backslash
30617 endnotemark[numéro]
30618 \series default
30619  qui est semblable à 
30620 \series bold
30621
30622 \backslash
30623 footnotemark
30624 \series default
30625 , décrite dans la section
30626 \begin_inset space ~
30627 \end_inset
30628
30629
30630 \begin_inset CommandInset ref
30631 LatexCommand ref
30632 reference "sec:Notes-bas-de-page"
30633
30634 \end_inset
30635
30636 .
30637 \end_layout
30638
30639 \begin_layout Standard
30640 \begin_inset VSpace bigskip
30641 \end_inset
30642
30643  Les notes de bas de page peuvent être mise dans la marge de la page et
30644  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
30645  
30646 \series bold
30647 footmisc
30648 \series default
30649
30650 \begin_inset Index idx
30651 status collapsed
30652
30653 \begin_layout Plain Layout
30654 Paquetages LaTeX ! footmisc
30655 \end_layout
30656
30657 \end_inset
30658
30659
30660 \begin_inset CommandInset citation
30661 LatexCommand cite
30662 key "footmisc"
30663
30664 \end_inset
30665
30666  pour plus d'information à ce sujet.
30667 \end_layout
30668
30669 \begin_layout Standard
30670 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
30671  voyez les livres sur LaTeX, 
30672 \begin_inset CommandInset citation
30673 LatexCommand cite
30674 key "latexcompanion,latexguide,latexbook"
30675
30676 \end_inset
30677
30678 .
30679  Si vous utilisez une classe de document  
30680 \series bold
30681 KOMA-Script
30682 \series default
30683
30684 \begin_inset Index idx
30685 status collapsed
30686
30687 \begin_layout Plain Layout
30688 Paquetages LaTeX ! KOMA-Script
30689 \end_layout
30690
30691 \end_inset
30692
30693 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
30694  des commandes spécifiques à la classe de document utilisée, voyez 
30695 \begin_inset CommandInset citation
30696 LatexCommand cite
30697 key "KOMA-Script"
30698
30699 \end_inset
30700
30701 .
30702 \end_layout
30703
30704 \begin_layout Section
30705 Notes en marge
30706 \begin_inset Index idx
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710 Notes ! Notes en Marge
30711 \end_layout
30712
30713 \end_inset
30714
30715
30716 \end_layout
30717
30718 \begin_layout Standard
30719 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
30720 t de la même façon.
30721  Quand vous insérez une note en marge avec 
30722 \family sans
30723 Insérer\SpecialChar \menuseparator
30724 Note
30725 \begin_inset space ~
30726 \end_inset
30727
30728 en
30729 \begin_inset space ~
30730 \end_inset
30731
30732 Marge
30733 \family default
30734  ou avec le bouton 
30735 \family sans
30736
30737 \begin_inset Info
30738 type  "icon"
30739 arg   "marginalnote-insert"
30740 \end_inset
30741
30742
30743 \family default
30744  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
30745  grise avec une étiquette rouge 
30746 \begin_inset Quotes fld
30747 \end_inset
30748
30749 marge
30750 \begin_inset Quotes frd
30751 \end_inset
30752
30753 .
30754  
30755 \begin_inset Marginal
30756 status collapsed
30757
30758 \begin_layout Plain Layout
30759 C'est une note en marge.
30760 \end_layout
30761
30762 \end_inset
30763
30764  Cette boîte est la représentation de votre note dans LyX.
30765  Vous pouvez y entrer votre texte.
30766 \end_layout
30767
30768 \begin_layout Standard
30769 Les notes en marge apparaissent dans la marge de droite dans les documents
30770  imprimées sur une seule face.
30771  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
30772  
30773 \begin_inset Quotes eld
30774 \end_inset
30775
30776 extérieure
30777 \begin_inset Quotes erd
30778 \end_inset
30779
30780  – la gauche sur les pages paires et la droite sur les pages impaires.
30781  Le texte de la note en marge est aligné à l'opposé de la marge externe
30782  – aligné à droite quand la note apparaît dans la marge de gauche.
30783  La première ligne de la note apparaît à la hauteur de la ligne de texte
30784  où la note a été insérée dans le document.
30785 \end_layout
30786
30787 \begin_layout Standard
30788 \begin_inset VSpace bigskip
30789 \end_inset
30790
30791 Pour placer une note dans la marge interne, ajoutez la commande suivante
30792  :
30793 \end_layout
30794
30795 \begin_layout Standard
30796
30797 \series bold
30798
30799 \backslash
30800 reversemarginpar
30801 \end_layout
30802
30803 \begin_layout Standard
30804 sous forme de code TeX avant votre note de marge.
30805  Le nouveau positionnement est pris en compte pour toutes les notes en marge
30806  qui suivent 
30807 \begin_inset ERT
30808 status collapsed
30809
30810 \begin_layout Plain Layout
30811
30812
30813 \backslash
30814 reversemarginpar 
30815 \end_layout
30816
30817 \end_inset
30818
30819
30820 \begin_inset Marginal
30821 status open
30822
30823 \begin_layout Plain Layout
30824 Cette note en marge est dans la marge interne.
30825 \end_layout
30826
30827 \end_inset
30828
30829
30830 \series bold
30831
30832 \begin_inset Newline newline
30833 \end_inset
30834
30835
30836 \series default
30837
30838 \begin_inset Note Greyedout
30839 status open
30840
30841 \begin_layout Plain Layout
30842
30843 \series bold
30844 Note:
30845 \series default
30846  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
30847  les notes sont souvent mal mises en formes dans la sortie imprimée.
30848 \end_layout
30849
30850 \end_inset
30851
30852
30853 \end_layout
30854
30855 \begin_layout Standard
30856 Pour revenir au positionnement implicite, ajoutez la commande :
30857 \end_layout
30858
30859 \begin_layout Standard
30860
30861 \series bold
30862
30863 \backslash
30864 normalmarginpar
30865 \end_layout
30866
30867 \begin_layout Standard
30868 sous forme de code TeX.
30869 \begin_inset ERT
30870 status collapsed
30871
30872 \begin_layout Plain Layout
30873
30874
30875 \backslash
30876 normalmarginpar 
30877 \end_layout
30878
30879 \end_inset
30880
30881
30882 \begin_inset Newline newline
30883 \end_inset
30884
30885  
30886 \begin_inset Note Greyedout
30887 status open
30888
30889 \begin_layout Plain Layout
30890
30891 \series bold
30892 Note:
30893 \series default
30894  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
30895  
30896 \series bold
30897
30898 \backslash
30899 reversemarginpar
30900 \series default
30901  est aussi utilisée.
30902 \end_layout
30903
30904 \end_inset
30905
30906
30907 \end_layout
30908
30909 \begin_layout Standard
30910 \begin_inset VSpace bigskip
30911 \end_inset
30912
30913
30914 \begin_inset Marginal
30915 status open
30916
30917 \begin_layout Plain Layout
30918 UnTrèsLongMotEnMarge sans césure.
30919 \end_layout
30920
30921 \end_inset
30922
30923  Comme dans le cas décrit dans la section
30924 \begin_inset space ~
30925 \end_inset
30926
30927
30928 \begin_inset CommandInset ref
30929 LatexCommand ref
30930 reference "sub:Lignes-multiple-dans-cellule"
30931
30932 \end_inset
30933
30934 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
30935  mot d'une note en marge.
30936  Pour éviter ce problème, insérez un espacement horizontal de 0
30937 \begin_inset space \thinspace{}
30938 \end_inset
30939
30940 pt avant le mot en question: 
30941 \begin_inset Marginal
30942 status open
30943
30944 \begin_layout Plain Layout
30945 \begin_inset space \hspace{}
30946 \length 0pt
30947 \end_inset
30948
30949 UnMotTrèsLongEnMarge avec une césure.
30950 \end_layout
30951
30952 \end_inset
30953
30954
30955 \end_layout
30956
30957 \begin_layout Standard
30958 \begin_inset VSpace bigskip
30959 \end_inset
30960
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  Normalement, les notes en marge ne peuvent pas être utilisées dans des
30974  tableaux, des flottants et des notes de bas de page.
30975 \end_layout
30976
30977 \end_inset
30978
30979
30980 \end_layout
30981
30982 \begin_layout Standard
30983 \begin_inset VSpace bigskip
30984 \end_inset
30985
30986
30987 \end_layout
30988
30989 \begin_layout Standard
30990 \begin_inset ERT
30991 status collapsed
30992
30993 \begin_layout Plain Layout
30994
30995
30996 \backslash
30997 ifmarginnote
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \begin_inset Note Note
31004 status open
31005
31006 \begin_layout Plain Layout
31007 La section suivante ne sera affichée que si le paquetage LaTeX 
31008 \series bold
31009 marginnote
31010 \series default
31011  a été installé.
31012 \end_layout
31013
31014 \end_inset
31015
31016
31017 \end_layout
31018
31019 \begin_layout Standard
31020 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
31021 \series bold
31022 marginnote
31023 \series default
31024
31025 \begin_inset Index idx
31026 status collapsed
31027
31028 \begin_layout Plain Layout
31029 Paquetages LaTeX ! marginnote
31030 \end_layout
31031
31032 \end_inset
31033
31034 .
31035  En ajoutant les deux lignes suivantes au préambule de votre document, la
31036  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
31037  la commande fournie par le paquetage 
31038 \series bold
31039 marginnote
31040 \series default
31041  :
31042 \end_layout
31043
31044 \begin_layout Standard
31045
31046 \series bold
31047
31048 \backslash
31049 usepackage{marginnote}
31050 \begin_inset Newline newline
31051 \end_inset
31052
31053
31054 \backslash
31055 let
31056 \backslash
31057 marginpar
31058 \backslash
31059 marginnote
31060 \end_layout
31061
31062 \begin_layout Standard
31063 Ce paquetage est aussi utilisé dans ce document parce que 
31064 \series bold
31065 marginnote
31066 \series default
31067  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
31068  vertical pour une note.
31069  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
31070  sont trop proches les unes des autres ou que vous voulez améliorer la mise
31071  en page.
31072  Le décalage est inséré dans LyX sous forme de code TeX directement après
31073  la note sous la forme
31074 \end_layout
31075
31076 \begin_layout Standard
31077
31078 \series bold
31079 [offset]
31080 \end_layout
31081
31082 \begin_layout Standard
31083 où l'offset utilise l'une des unités listées dans le tableau
31084 \begin_inset space ~
31085 \end_inset
31086
31087
31088 \begin_inset CommandInset ref
31089 LatexCommand ref
31090 reference "cha:Unités-de-longueur"
31091
31092 \end_inset
31093
31094 .
31095  Une valeur négative déplace la note vers le haut, une valeur positive la
31096  déplace vers le bas.
31097  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
31098  vers le haut de 1.5
31099 \begin_inset space \thinspace{}
31100 \end_inset
31101
31102 cm avec la commande en code TeX 
31103 \begin_inset Quotes eld
31104 \end_inset
31105
31106
31107 \series bold
31108 [-1.5cm]
31109 \series default
31110
31111 \begin_inset Quotes erd
31112 \end_inset
31113
31114
31115 \begin_inset Marginal
31116 status collapsed
31117
31118 \begin_layout Plain Layout
31119 Cette note en marge est décalée vers le haut de 1.5
31120 \begin_inset space \thinspace{}
31121 \end_inset
31122
31123 cm par rapport à sa position d'origine.
31124 \end_layout
31125
31126 \end_inset
31127
31128
31129 \begin_inset ERT
31130 status collapsed
31131
31132 \begin_layout Plain Layout
31133
31134 [-1.5cm]
31135 \end_layout
31136
31137 \end_inset
31138
31139
31140 \end_layout
31141
31142 \begin_layout Standard
31143 \begin_inset VSpace medskip
31144 \end_inset
31145
31146 Avec le paquetage 
31147 \series bold
31148 marginnote
31149 \series default
31150  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
31151  Par exemple les commandes 
31152 \end_layout
31153
31154 \begin_layout Standard
31155
31156 \series bold
31157
31158 \backslash
31159 renewcommand*{
31160 \backslash
31161 raggedleftmarginnote}{
31162 \backslash
31163 centering}
31164 \begin_inset Newline newline
31165 \end_inset
31166
31167
31168 \backslash
31169 renewcommand*{
31170 \backslash
31171 raggedrightmarginnote}{
31172 \backslash
31173 centering}
31174 \end_layout
31175
31176 \begin_layout Standard
31177 donnent un alignement centré.
31178  
31179 \series bold
31180
31181 \backslash
31182 raggedleftmarginnote
31183 \series default
31184  indique une note qui apparaît dans la marge de gauche.
31185 \begin_inset ERT
31186 status collapsed
31187
31188 \begin_layout Plain Layout
31189
31190
31191 \backslash
31192 renewcommand*{
31193 \backslash
31194 raggedleftmarginnote}{
31195 \backslash
31196 centering}
31197 \end_layout
31198
31199 \begin_layout Plain Layout
31200
31201
31202 \backslash
31203 renewcommand*{
31204 \backslash
31205 raggedrightmarginnote}{
31206 \backslash
31207 centering}
31208 \end_layout
31209
31210 \end_inset
31211
31212
31213 \begin_inset Marginal
31214 status collapsed
31215
31216 \begin_layout Plain Layout
31217 Le texte de cette note en marge est centré.
31218 \end_layout
31219
31220 \end_inset
31221
31222 .
31223  Le comportement implicite est donné par
31224 \end_layout
31225
31226 \begin_layout Standard
31227
31228 \series bold
31229
31230 \backslash
31231 renewcommand*{
31232 \backslash
31233 raggedleftmarginnote}{
31234 \backslash
31235 raggedleft}
31236 \begin_inset Newline newline
31237 \end_inset
31238
31239
31240 \backslash
31241 renewcommand*{
31242 \backslash
31243 raggedrightmarginnote}{
31244 \backslash
31245 raggedright}
31246 \series default
31247
31248 \begin_inset ERT
31249 status collapsed
31250
31251 \begin_layout Plain Layout
31252
31253
31254 \backslash
31255 renewcommand*{
31256 \backslash
31257 raggedleftmarginnote}{
31258 \backslash
31259 raggedleft}
31260 \end_layout
31261
31262 \begin_layout Plain Layout
31263
31264
31265 \backslash
31266 renewcommand*{
31267 \backslash
31268 raggedrightmarginnote}{
31269 \backslash
31270 raggedright}
31271 \end_layout
31272
31273 \end_inset
31274
31275
31276 \end_layout
31277
31278 \begin_layout Standard
31279 \begin_inset VSpace medskip
31280 \end_inset
31281
31282 Pour les autre fonctions du paquetage 
31283 \series bold
31284 marginnote
31285 \series default
31286  nous vous renvoyons à sa documentation 
31287 \begin_inset CommandInset citation
31288 LatexCommand cite
31289 key "marginnote"
31290
31291 \end_inset
31292
31293 .
31294 \end_layout
31295
31296 \begin_layout Standard
31297 \begin_inset VSpace bigskip
31298 \end_inset
31299
31300 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
31301  définition.
31302  Pour créer par exemple une entête pour toutes les notes en marge avec le
31303  texte 
31304 \begin_inset Quotes eld
31305 \end_inset
31306
31307
31308 \family sans
31309 \series bold
31310 \bar under
31311 Attention!
31312 \family default
31313 \series default
31314 \bar default
31315
31316 \begin_inset Quotes erd
31317 \end_inset
31318
31319  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
31320  de votre document :
31321 \end_layout
31322
31323 \begin_layout Standard
31324
31325 \series bold
31326
31327 \backslash
31328 let
31329 \backslash
31330 myMarginpar
31331 \backslash
31332 marginpar
31333 \begin_inset Newline newline
31334 \end_inset
31335
31336
31337 \backslash
31338 renewcommand{
31339 \backslash
31340 marginpar}[1]{
31341 \backslash
31342 myMarginpar{%
31343 \begin_inset Newline newline
31344 \end_inset
31345
31346
31347 \begin_inset Phantom HPhantom
31348 status open
31349
31350 \begin_layout Plain Layout
31351
31352 \series bold
31353 \begin_inset space ~
31354 \end_inset
31355
31356
31357 \end_layout
31358
31359 \end_inset
31360
31361
31362 \backslash
31363 hspace{0pt}
31364 \backslash
31365 textsf{
31366 \backslash
31367 textbf{
31368 \backslash
31369 underbar{Attention!}}}%
31370 \begin_inset Newline newline
31371 \end_inset
31372
31373
31374 \begin_inset Phantom HPhantom
31375 status open
31376
31377 \begin_layout Plain Layout
31378
31379 \series bold
31380 \begin_inset space ~
31381 \end_inset
31382
31383
31384 \end_layout
31385
31386 \end_inset
31387
31388
31389 \backslash
31390 vspace{1.5mm}
31391 \backslash
31392
31393 \backslash
31394 #1}}
31395 \end_layout
31396
31397 \begin_layout Standard
31398 \begin_inset ERT
31399 status collapsed
31400
31401 \begin_layout Plain Layout
31402
31403
31404 \backslash
31405 let
31406 \backslash
31407 myMarginpar
31408 \backslash
31409 marginpar
31410 \end_layout
31411
31412 \begin_layout Plain Layout
31413
31414
31415 \backslash
31416 renewcommand{
31417 \backslash
31418 marginpar}[1]{
31419 \backslash
31420 myMarginpar{%
31421 \end_layout
31422
31423 \begin_layout Plain Layout
31424
31425    
31426 \backslash
31427 textsf{
31428 \backslash
31429 textbf{
31430 \backslash
31431 underbar{Attention!}}}%
31432 \end_layout
31433
31434 \begin_layout Plain Layout
31435
31436    
31437 \backslash
31438 vspace{1.5mm}
31439 \backslash
31440
31441 \backslash
31442 #1}}
31443 \end_layout
31444
31445 \end_inset
31446
31447
31448 \begin_inset Marginal
31449 status open
31450
31451 \begin_layout Plain Layout
31452 Ceci est une note en marge avec une en-tête prédéfinie.
31453 \end_layout
31454
31455 \end_inset
31456
31457
31458 \begin_inset ERT
31459 status collapsed
31460
31461 \begin_layout Plain Layout
31462
31463 [-1.5cm]
31464 \end_layout
31465
31466 \end_inset
31467
31468
31469 \begin_inset ERT
31470 status collapsed
31471
31472 \begin_layout Plain Layout
31473
31474
31475 \backslash
31476 renewcommand{
31477 \backslash
31478 marginpar}[1]{
31479 \backslash
31480 myMarginpar{#1}}
31481 \end_layout
31482
31483 \end_inset
31484
31485
31486 \begin_inset Note Note
31487 status collapsed
31488
31489 \begin_layout Plain Layout
31490
31491 \lang english
31492 The margin note format is changed only for this example.
31493 \end_layout
31494
31495 \end_inset
31496
31497
31498 \end_layout
31499
31500 \begin_layout Standard
31501 \begin_inset ERT
31502 status collapsed
31503
31504 \begin_layout Plain Layout
31505
31506
31507 \backslash
31508 else
31509 \end_layout
31510
31511 \end_inset
31512
31513
31514 \begin_inset Note Note
31515 status open
31516
31517 \begin_layout Plain Layout
31518 Ce qui suit sera affiché si le paquetage LaTeX 
31519 \series bold
31520 marginnote
31521 \series default
31522  n'est pas installé :
31523 \end_layout
31524
31525 \end_inset
31526
31527
31528 \end_layout
31529
31530 \begin_layout Standard
31531 Vous devez installer le paquetage LaTeX 
31532 \series bold
31533 marginnote
31534 \series default
31535  pour voir la suite de cette section dans la sortie imprimée.
31536 \end_layout
31537
31538 \begin_layout Standard
31539 \begin_inset ERT
31540 status collapsed
31541
31542 \begin_layout Plain Layout
31543
31544
31545 \backslash
31546 fi
31547 \end_layout
31548
31549 \end_inset
31550
31551
31552 \end_layout
31553
31554 \begin_layout Chapter
31555 Les boîtes
31556 \end_layout
31557
31558 \begin_layout Section
31559 Introduction
31560 \begin_inset Index idx
31561 status collapsed
31562
31563 \begin_layout Plain Layout
31564 Boîtes ! Introduction
31565 \end_layout
31566
31567 \end_inset
31568
31569
31570 \end_layout
31571
31572 \begin_layout Standard
31573 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
31574  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
31575  voir la section
31576 \begin_inset space ~
31577 \end_inset
31578
31579
31580 \begin_inset CommandInset ref
31581 LatexCommand ref
31582 reference "sec:Minipages"
31583
31584 \end_inset
31585
31586 , pour encadrer des portions de texte, voir la section
31587 \begin_inset space ~
31588 \end_inset
31589
31590
31591 \begin_inset CommandInset ref
31592 LatexCommand ref
31593 reference "sec:Décorations"
31594
31595 \end_inset
31596
31597 , pour empêcher que des mots subissent une césure, voir la section
31598 \begin_inset space ~
31599 \end_inset
31600
31601
31602 \begin_inset CommandInset ref
31603 LatexCommand ref
31604 reference "sec:Empêcher-césure"
31605
31606 \end_inset
31607
31608 , pour aligner du texte, voir la section
31609 \begin_inset space ~
31610 \end_inset
31611
31612
31613 \begin_inset CommandInset ref
31614 LatexCommand ref
31615 reference "sub:Alignement-Vertical"
31616
31617 \end_inset
31618
31619 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
31620 \begin_inset space ~
31621 \end_inset
31622
31623
31624 \begin_inset CommandInset ref
31625 LatexCommand ref
31626 reference "sec:Boîtes-colorées"
31627
31628 \end_inset
31629
31630 .
31631 \end_layout
31632
31633 \begin_layout Standard
31634 On peut insérer une boîte en utilisant le menu 
31635 \family sans
31636 Insérer\SpecialChar \menuseparator
31637 Boîte
31638 \family default
31639  ou avec le bouton 
31640 \family sans
31641
31642 \begin_inset Info
31643 type  "icon"
31644 arg   "box-insert Frameless"
31645 \end_inset
31646
31647
31648 \family default
31649  de la barre d'outils.
31650  Une boîte grise avec une étiquette 
31651 \family sans
31652 Boîte
31653 \begin_inset space ~
31654 \end_inset
31655
31656 (Minipage)
31657 \family default
31658
31659 \begin_inset Graphics
31660         filename clipart/BoxInsetDefaultQt4.png
31661         scale 65
31662         scaleBeforeRotation
31663
31664 \end_inset
31665
31666  est alors insérée.
31667  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
31668  et en choisissant 
31669 \family sans
31670 Paramètres
31671 \family default
31672  .
31673  La fenêtre de dialogue qui apparaît donne accès aux types de
31674 \family sans
31675  Boîte
31676 \begin_inset space ~
31677 \end_inset
31678
31679 Intérieure
31680 \family default
31681  
31682 \family sans
31683 Makebox, Parbox
31684 \family default
31685  et 
31686 \family sans
31687 Minipage
31688 \family default
31689 .
31690  Le type 
31691 \family sans
31692 Minipage
31693 \family default
31694  est le type implicite pour les boîtes nouvellement créées et il est décrit
31695  dans la section
31696 \begin_inset space ~
31697 \end_inset
31698
31699
31700 \begin_inset CommandInset ref
31701 LatexCommand ref
31702 reference "sec:Minipages"
31703
31704 \end_inset
31705
31706 ; le type 
31707 \family sans
31708 Parbox
31709 \family default
31710  est décrit dans la section
31711 \begin_inset space ~
31712 \end_inset
31713
31714
31715 \begin_inset CommandInset ref
31716 LatexCommand ref
31717 reference "sec:Parboxes"
31718
31719 \end_inset
31720
31721  et le type 
31722 \family sans
31723 Makebox
31724 \family default
31725  est décrit dans la section
31726 \begin_inset space ~
31727 \end_inset
31728
31729
31730 \begin_inset CommandInset ref
31731 LatexCommand ref
31732 reference "sec:Empêcher-césure"
31733
31734 \end_inset
31735
31736 .
31737 \end_layout
31738
31739 \begin_layout Standard
31740 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
31741  comme les flottants ou les notes de bas de page.
31742 \end_layout
31743
31744 \begin_layout Standard
31745 \begin_inset Note Greyedout
31746 status open
31747
31748 \begin_layout Plain Layout
31749
31750 \series bold
31751 Note:
31752 \series default
31753  Vous ne pouvez pas employer une boîte comme élément dans un environnement
31754  de type 
31755 \family sans
31756 Liste
31757 \family default
31758  ou 
31759 \family sans
31760 Description
31761 \family default
31762 .
31763 \end_layout
31764
31765 \end_inset
31766
31767
31768 \end_layout
31769
31770 \begin_layout Standard
31771 \begin_inset Note Greyedout
31772 status open
31773
31774 \begin_layout Plain Layout
31775
31776 \series bold
31777 Note:
31778 \series default
31779  Pour une raison inconnue, vous ne pouvez mettre le type de la 
31780 \family sans
31781 Boîte
31782 \begin_inset space ~
31783 \end_inset
31784
31785 Intérieure
31786 \family default
31787  à 
31788 \family sans
31789 Aucune
31790 \family default
31791  que quand vous utilisez une boîte encadrée.
31792  Les boîtes sans 
31793 \family sans
31794 Boîte
31795 \begin_inset space ~
31796 \end_inset
31797
31798 Intérieure
31799 \family default
31800  et sans cadre sont expliquées dans la section
31801 \begin_inset space ~
31802 \end_inset
31803
31804
31805 \begin_inset CommandInset ref
31806 LatexCommand ref
31807 reference "sec:Empêcher-césure"
31808
31809 \end_inset
31810
31811 .
31812 \end_layout
31813
31814 \end_inset
31815
31816
31817 \end_layout
31818
31819 \begin_layout Section
31820 La fenêtre de dialogue Boîte
31821 \begin_inset CommandInset label
31822 LatexCommand label
31823 name "sec:Boîte-Dialogue"
31824
31825 \end_inset
31826
31827
31828 \begin_inset Index idx
31829 status collapsed
31830
31831 \begin_layout Plain Layout
31832 Boîtes ! Fenêtre de dialogue Boîte
31833 \end_layout
31834
31835 \end_inset
31836
31837
31838 \end_layout
31839
31840 \begin_layout Subsection
31841 Taille
31842 \begin_inset Index idx
31843 status collapsed
31844
31845 \begin_layout Plain Layout
31846 Boîtes ! Taille
31847 \end_layout
31848
31849 \end_inset
31850
31851
31852 \end_layout
31853
31854 \begin_layout Standard
31855 Dans la fenêtre de dialogue 
31856 \family sans
31857 Paramètres
31858 \begin_inset space ~
31859 \end_inset
31860
31861 de
31862 \begin_inset space ~
31863 \end_inset
31864
31865 Boîte
31866 \family default
31867  vous pouvez modifier la géométrie de la boîte avec les champs 
31868 \family sans
31869 Largeur
31870 \family default
31871  et 
31872 \family sans
31873 Hauteur
31874 \family default
31875 .
31876  Les unités de longueur qui sont utilisables dans ces champs sont décrites
31877  dans le tableau
31878 \begin_inset space ~
31879 \end_inset
31880
31881
31882 \begin_inset CommandInset ref
31883 LatexCommand ref
31884 reference "tab:Unités"
31885
31886 \end_inset
31887
31888 .
31889  Le champ 
31890 \family sans
31891 Hauteur
31892 \family default
31893  offre en plus les spécifications de taille suivantes :
31894 \end_layout
31895
31896 \begin_layout Description
31897 Profondeur C'est simplement la 
31898 \begin_inset Quotes eld
31899 \end_inset
31900
31901 hauteur
31902 \begin_inset Quotes erd
31903 \end_inset
31904
31905  du texte.
31906  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
31907  lignes de texte dans la boîte.
31908 \begin_inset Newline newline
31909 \end_inset
31910
31911
31912 \begin_inset Newline newline
31913 \end_inset
31914
31915
31916 \begin_inset Newline newline
31917 \end_inset
31918
31919
31920 \begin_inset Box Boxed
31921 position "c"
31922 hor_pos "c"
31923 has_inner_box 1
31924 inner_pos "c"
31925 use_parbox 0
31926 use_makebox 0
31927 width "12col%"
31928 special "none"
31929 height "1in"
31930 height_special "depth"
31931 status open
31932
31933 \begin_layout Plain Layout
31934 \align center
31935 Boîte dont la hauteur est égale à 1
31936 \begin_inset space \thinspace{}
31937 \end_inset
31938
31939 Profondeur
31940 \end_layout
31941
31942 \end_inset
31943
31944
31945 \begin_inset Newline newline
31946 \end_inset
31947
31948
31949 \begin_inset Newline newline
31950 \end_inset
31951
31952
31953 \end_layout
31954
31955 \begin_layout Description
31956 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
31957  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
31958  est deux fois plus haute que le texte : 
31959 \begin_inset Box Boxed
31960 position "c"
31961 hor_pos "c"
31962 has_inner_box 1
31963 inner_pos "c"
31964 use_parbox 0
31965 use_makebox 0
31966 width "20col%"
31967 special "none"
31968 height "2in"
31969 height_special "height"
31970 status open
31971
31972 \begin_layout Plain Layout
31973 \align center
31974 Boîte dont la hauteur est 2
31975 \begin_inset space \thinspace{}
31976 \end_inset
31977
31978 Hauteur
31979 \end_layout
31980
31981 \end_inset
31982
31983
31984 \end_layout
31985
31986 \begin_layout Description
31987 Hauteur
31988 \begin_inset space ~
31989 \end_inset
31990
31991 Totale C'est égal à Hauteur
31992 \begin_inset space \thinspace{}
31993 \end_inset
31994
31995 +
31996 \begin_inset space \thinspace{}
31997 \end_inset
31998
31999 Profondeur : 
32000 \begin_inset Box Boxed
32001 position "c"
32002 hor_pos "c"
32003 has_inner_box 1
32004 inner_pos "c"
32005 use_parbox 0
32006 use_makebox 0
32007 width "20col%"
32008 special "none"
32009 height "1in"
32010 height_special "totalheight"
32011 status open
32012
32013 \begin_layout Plain Layout
32014 \align center
32015 Boîte dont la hauteur est 1
32016 \begin_inset space \thinspace{}
32017 \end_inset
32018
32019 Hauteur
32020 \begin_inset space ~
32021 \end_inset
32022
32023 Totale
32024 \end_layout
32025
32026 \end_inset
32027
32028
32029 \end_layout
32030
32031 \begin_layout Description
32032 Largeur On prend la largeur de la boîte comme hauteur : 
32033 \begin_inset Box Boxed
32034 position "c"
32035 hor_pos "c"
32036 has_inner_box 1
32037 inner_pos "c"
32038 use_parbox 0
32039 use_makebox 0
32040 width "12col%"
32041 special "none"
32042 height "1in"
32043 height_special "width"
32044 status open
32045
32046 \begin_layout Plain Layout
32047 \align center
32048 Boîte dont la hauteur est 1
32049 \begin_inset space \thinspace{}
32050 \end_inset
32051
32052 Largeur
32053 \end_layout
32054
32055 \end_inset
32056
32057
32058 \end_layout
32059
32060 \begin_layout Subsection
32061 Alignement
32062 \begin_inset Index idx
32063 status collapsed
32064
32065 \begin_layout Plain Layout
32066 Boîtes ! Alignement
32067 \end_layout
32068
32069 \end_inset
32070
32071
32072 \end_layout
32073
32074 \begin_layout Standard
32075 Quand vous avez choisi une 
32076 \family sans
32077 Boîte
32078 \begin_inset space ~
32079 \end_inset
32080
32081 Intérieure
32082 \family default
32083 , l'alignement vertical de la boîte peut être :
32084 \end_layout
32085
32086 \begin_layout Description
32087 Haut Ceci est un exemple de texte.
32088  
32089 \begin_inset Box Boxed
32090 position "t"
32091 hor_pos "c"
32092 has_inner_box 1
32093 inner_pos "c"
32094 use_parbox 0
32095 use_makebox 0
32096 width "12col%"
32097 special "none"
32098 height "1in"
32099 height_special "totalheight"
32100 status collapsed
32101
32102 \begin_layout Plain Layout
32103 \align center
32104 Cette boîte est alignée sur le haut.
32105 \end_layout
32106
32107 \end_inset
32108
32109  Ceci est un exemple de texte.
32110 \end_layout
32111
32112 \begin_layout Description
32113 Milieu Ceci est un exemple de texte.
32114  
32115 \begin_inset Box Boxed
32116 position "c"
32117 hor_pos "c"
32118 has_inner_box 1
32119 inner_pos "c"
32120 use_parbox 0
32121 use_makebox 0
32122 width "12col%"
32123 special "none"
32124 height "1in"
32125 height_special "totalheight"
32126 status collapsed
32127
32128 \begin_layout Plain Layout
32129 \align center
32130 Cette boîte est alignée au centre.
32131 \end_layout
32132
32133 \end_inset
32134
32135  Ceci est un exemple de texte.
32136 \end_layout
32137
32138 \begin_layout Description
32139 Bas Ceci est un exemple de texte.
32140  
32141 \begin_inset Box Boxed
32142 position "b"
32143 hor_pos "c"
32144 has_inner_box 1
32145 inner_pos "c"
32146 use_parbox 0
32147 use_makebox 0
32148 width "12col%"
32149 special "none"
32150 height "1in"
32151 height_special "totalheight"
32152 status collapsed
32153
32154 \begin_layout Plain Layout
32155 \align center
32156 Cette boîte est alignée sur le bas.
32157 \end_layout
32158
32159 \end_inset
32160
32161  Ceci est un exemple de texte.
32162 \end_layout
32163
32164 \begin_layout Standard
32165 \begin_inset Note Greyedout
32166 status open
32167
32168 \begin_layout Plain Layout
32169
32170 \series bold
32171 Note:
32172 \series default
32173  L'alignement vertical peut être perturbé dans la sortie finale quand vous
32174  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
32175  l'autre non.
32176 \end_layout
32177
32178 \end_inset
32179
32180
32181 \end_layout
32182
32183 \begin_layout Standard
32184 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
32185  paragraphe grâce à la fenêtre de dialogue 
32186 \family sans
32187 Paramètres
32188 \begin_inset space ~
32189 \end_inset
32190
32191 de
32192 \begin_inset space ~
32193 \end_inset
32194
32195 Boîte
32196 \family default
32197 .
32198 \end_layout
32199
32200 \begin_layout Standard
32201 \begin_inset VSpace bigskip
32202 \end_inset
32203
32204 Quand vous avez choisi une 
32205 \family sans
32206 Boîte
32207 \begin_inset space ~
32208 \end_inset
32209
32210 Intérieure
32211 \family default
32212 , l'alignement vertical du contenu de la boîte peut être :
32213 \end_layout
32214
32215 \begin_layout Description
32216 haut Ceci est un exemple de texte.
32217 \begin_inset Box Boxed
32218 position "c"
32219 hor_pos "c"
32220 has_inner_box 1
32221 inner_pos "t"
32222 use_parbox 0
32223 use_makebox 0
32224 width "12col%"
32225 special "none"
32226 height "1.5in"
32227 height_special "totalheight"
32228 status collapsed
32229
32230 \begin_layout Plain Layout
32231 \align center
32232 Le texte de cette boîte est aligné sur le haut.
32233 \end_layout
32234
32235 \end_inset
32236
32237  Ceci est un exemple de texte.
32238 \end_layout
32239
32240 \begin_layout Description
32241 milieu Ceci est un exemple de texte.
32242  
32243 \begin_inset Box Boxed
32244 position "c"
32245 hor_pos "c"
32246 has_inner_box 1
32247 inner_pos "c"
32248 use_parbox 0
32249 use_makebox 0
32250 width "12col%"
32251 special "none"
32252 height "1.5in"
32253 height_special "totalheight"
32254 status collapsed
32255
32256 \begin_layout Plain Layout
32257 \align center
32258 Le texte de cette boîte est aligné au centre
32259 \end_layout
32260
32261 \end_inset
32262
32263  Ceci est un exemple de texte.
32264 \end_layout
32265
32266 \begin_layout Description
32267 bas Ceci est un exemple de texte.
32268  
32269 \begin_inset Box Boxed
32270 position "c"
32271 hor_pos "c"
32272 has_inner_box 1
32273 inner_pos "b"
32274 use_parbox 0
32275 use_makebox 0
32276 width "12col%"
32277 special "none"
32278 height "1.5in"
32279 height_special "totalheight"
32280 status collapsed
32281
32282 \begin_layout Plain Layout
32283 \align center
32284 Le texte de cette boîte est aligné en bas.
32285 \end_layout
32286
32287 \end_inset
32288
32289  Ceci est un exemple de texte.
32290 \end_layout
32291
32292 \begin_layout Description
32293 élongation Ceci est un exemple de texte.
32294  
32295 \begin_inset Box Boxed
32296 position "c"
32297 hor_pos "c"
32298 has_inner_box 1
32299 inner_pos "s"
32300 use_parbox 0
32301 use_makebox 0
32302 width "12col%"
32303 special "none"
32304 height "1.5in"
32305 height_special "totalheight"
32306 status collapsed
32307
32308 \begin_layout Plain Layout
32309 \align center
32310 Le texte 
32311 \end_layout
32312
32313 \begin_layout Plain Layout
32314 \align center
32315 de cette
32316 \end_layout
32317
32318 \begin_layout Plain Layout
32319 \align center
32320 boîte est
32321 \end_layout
32322
32323 \begin_layout Plain Layout
32324 \align center
32325 allongé.
32326 \end_layout
32327
32328 \end_inset
32329
32330  Ceci est un exemple de texte.
32331 \end_layout
32332
32333 \begin_layout Standard
32334 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
32335  paragraphe.
32336  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
32337 \end_layout
32338
32339 \begin_layout Standard
32340 \begin_inset VSpace bigskip
32341 \end_inset
32342
32343 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
32344  la fenêtre de dialogue 
32345 \family sans
32346 Paramètres
32347 \begin_inset space ~
32348 \end_inset
32349
32350 de
32351 \begin_inset space ~
32352 \end_inset
32353
32354 paragraphe
32355 \family default
32356  quand vous avez choisi une 
32357 \family sans
32358 Boîte
32359 \begin_inset space ~
32360 \end_inset
32361
32362 Intérieure
32363 \family default
32364 .
32365 \end_layout
32366
32367 \begin_layout Standard
32368 \align center
32369 \begin_inset Box Boxed
32370 position "c"
32371 hor_pos "c"
32372 has_inner_box 1
32373 inner_pos "s"
32374 use_parbox 0
32375 use_makebox 0
32376 width "15col%"
32377 special "none"
32378 height "1.25in"
32379 height_special "totalheight"
32380 status open
32381
32382 \begin_layout Plain Layout
32383 \align left
32384 Le texte de 
32385 \end_layout
32386
32387 \begin_layout Plain Layout
32388 \align left
32389 cette boîte
32390 \end_layout
32391
32392 \begin_layout Plain Layout
32393 \align right
32394 est allongé.
32395 \end_layout
32396
32397 \end_inset
32398
32399
32400 \end_layout
32401
32402 \begin_layout Standard
32403 Si vous n'avez pas choisi une 
32404 \family sans
32405 Boîte
32406 \begin_inset space ~
32407 \end_inset
32408
32409 Intérieure
32410 \family default
32411 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
32412  de dialogue de boîte.
32413 \end_layout
32414
32415 \begin_layout Standard
32416 \align center
32417 \begin_inset Box Boxed
32418 position "c"
32419 hor_pos "s"
32420 has_inner_box 0
32421 inner_pos "s"
32422 use_parbox 0
32423 use_makebox 0
32424 width "90col%"
32425 special "none"
32426 height "1.25in"
32427 height_special "totalheight"
32428 status open
32429
32430 \begin_layout Plain Layout
32431 Le texte de cette boîte est allongé horizontalement.
32432 \end_layout
32433
32434 \end_inset
32435
32436
32437 \end_layout
32438
32439 \begin_layout Subsection
32440 Décorations
32441 \begin_inset CommandInset label
32442 LatexCommand label
32443 name "sec:Décorations"
32444
32445 \end_inset
32446
32447
32448 \begin_inset Index idx
32449 status collapsed
32450
32451 \begin_layout Plain Layout
32452 Boîtes ! Décorations
32453 \end_layout
32454
32455 \end_inset
32456
32457
32458 \end_layout
32459
32460 \begin_layout Standard
32461 On peut spécifier le style de la boîte en utilisant la liste déroulante
32462  
32463 \family sans
32464 Décoration
32465 \family default
32466 .
32467  Les possibilités sont les suivantes :
32468 \end_layout
32469
32470 \begin_layout Description
32471 Aucun
32472 \begin_inset space ~
32473 \end_inset
32474
32475 cadre
32476 \begin_inset space ~
32477 \end_inset
32478
32479 tracé Rien n'est tracé
32480 \end_layout
32481
32482 \begin_layout Description
32483 Cadre
32484 \begin_inset space ~
32485 \end_inset
32486
32487 rectangulaire
32488 \begin_inset space ~
32489 \end_inset
32490
32491 simple Ceci dessine un cadre rectangulaire autour de la boîte.
32492  L'épaisseur du trait de ce cadre est donnée par la variable  
32493 \series bold
32494
32495 \backslash
32496 fboxrule
32497 \series default
32498 .
32499 \begin_inset Newline newline
32500 \end_inset
32501
32502
32503 \begin_inset Box Boxed
32504 position "c"
32505 hor_pos "c"
32506 has_inner_box 1
32507 inner_pos "c"
32508 use_parbox 0
32509 use_makebox 0
32510 width "20col%"
32511 special "none"
32512 height "1in"
32513 height_special "totalheight"
32514 status open
32515
32516 \begin_layout Plain Layout
32517 \align center
32518 Boîte rectangulaire
32519 \end_layout
32520
32521 \end_inset
32522
32523
32524 \end_layout
32525
32526 \begin_layout Description
32527 Cadre
32528 \begin_inset space ~
32529 \end_inset
32530
32531 oval,
32532 \begin_inset space ~
32533 \end_inset
32534
32535 fin Ceci dessine un cadre ovalisée autour de la boîte.
32536  L'épaisseur du trait de ce cadre est de  0.4
32537 \begin_inset space \thinspace{}
32538 \end_inset
32539
32540 pt.
32541  
32542 \begin_inset Box ovalbox
32543 position "c"
32544 hor_pos "c"
32545 has_inner_box 1
32546 inner_pos "c"
32547 use_parbox 0
32548 use_makebox 0
32549 width "20col%"
32550 special "none"
32551 height "1in"
32552 height_special "totalheight"
32553 status open
32554
32555 \begin_layout Plain Layout
32556 \align center
32557 Boîte ovalisée, fine
32558 \end_layout
32559
32560 \end_inset
32561
32562
32563 \end_layout
32564
32565 \begin_layout Description
32566 Cadre
32567 \begin_inset space ~
32568 \end_inset
32569
32570 oval,
32571 \begin_inset space ~
32572 \end_inset
32573
32574 épais Ceci dessine un cadre ovalisée autour de la boîte.
32575  L'épaisseur du trait de ce cadre est de   0.8
32576 \begin_inset space \thinspace{}
32577 \end_inset
32578
32579 pt.
32580  
32581 \begin_inset Box Ovalbox
32582 position "c"
32583 hor_pos "c"
32584 has_inner_box 1
32585 inner_pos "c"
32586 use_parbox 0
32587 use_makebox 0
32588 width "20col%"
32589 special "none"
32590 height "1in"
32591 height_special "totalheight"
32592 status open
32593
32594 \begin_layout Plain Layout
32595 \align center
32596 Boîte ovalisée, épaisse
32597 \end_layout
32598
32599 \end_inset
32600
32601
32602 \end_layout
32603
32604 \begin_layout Description
32605 Ombre
32606 \begin_inset space ~
32607 \end_inset
32608
32609 en
32610 \begin_inset space ~
32611 \end_inset
32612
32613 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
32614  L'épaisseur du trait de ce cadre est donnée par la variable  
32615 \series bold
32616
32617 \backslash
32618 fboxrule
32619 \series default
32620 , l'ombre a une épaisseur de  4
32621 \begin_inset space \thinspace{}
32622 \end_inset
32623
32624 pt.
32625  
32626 \begin_inset Box Shadowbox
32627 position "c"
32628 hor_pos "c"
32629 has_inner_box 1
32630 inner_pos "c"
32631 use_parbox 0
32632 use_makebox 0
32633 width "20col%"
32634 special "none"
32635 height "1in"
32636 height_special "totalheight"
32637 status open
32638
32639 \begin_layout Plain Layout
32640 \align center
32641 Boîte ombrée
32642 \end_layout
32643
32644 \end_inset
32645
32646
32647 \end_layout
32648
32649 \begin_layout Description
32650 Fond
32651 \begin_inset space ~
32652 \end_inset
32653
32654 ombré Ceci dessine une boîte avec un arrière plan rouge.
32655  Contrairement aux boîtes coloriées
32656 \begin_inset Foot
32657 status collapsed
32658
32659 \begin_layout Plain Layout
32660 Voir la section
32661 \begin_inset space ~
32662 \end_inset
32663
32664
32665 \begin_inset CommandInset ref
32666 LatexCommand ref
32667 reference "sec:Boîtes-colorées"
32668
32669 \end_inset
32670
32671 .
32672 \end_layout
32673
32674 \end_inset
32675
32676 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
32677  son propre paragraphe.
32678 \lang english
32679
32680 \begin_inset Box Shaded
32681 position "t"
32682 hor_pos "c"
32683 has_inner_box 0
32684 inner_pos "t"
32685 use_parbox 0
32686 use_makebox 0
32687 width "50col%"
32688 special "none"
32689 height "1in"
32690 height_special "totalheight"
32691 status collapsed
32692
32693 \begin_layout Plain Layout
32694 Boîte avec fond ombré
32695 \end_layout
32696
32697 \end_inset
32698
32699
32700 \end_layout
32701
32702 \begin_layout Description
32703 Cadre
32704 \begin_inset space ~
32705 \end_inset
32706
32707 rectangulaire
32708 \begin_inset space ~
32709 \end_inset
32710
32711 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
32712  boîte.
32713  L'épaisseur du trait du cadre interne est de 0.75
32714 \begin_inset space \thinspace{}
32715 \end_inset
32716
32717
32718 \series bold
32719
32720 \backslash
32721 fboxrule
32722 \series default
32723 , l'épaisseur du trait du cadre externe est de 1.5
32724 \begin_inset space \thinspace{}
32725 \end_inset
32726
32727
32728 \series bold
32729
32730 \backslash
32731 fboxrule
32732 \series default
32733 .
32734  La distance entre les deux cadres est de  1.5
32735 \begin_inset space \thinspace{}
32736 \end_inset
32737
32738
32739 \series bold
32740
32741 \backslash
32742 fboxrule
32743 \series default
32744
32745 \begin_inset space \thinspace{}
32746 \end_inset
32747
32748 +
32749 \begin_inset space \thinspace{}
32750 \end_inset
32751
32752 0.5
32753 \begin_inset space \thinspace{}
32754 \end_inset
32755
32756 pt.
32757  
32758 \begin_inset Box Doublebox
32759 position "c"
32760 hor_pos "c"
32761 has_inner_box 1
32762 inner_pos "c"
32763 use_parbox 0
32764 use_makebox 0
32765 width "20col%"
32766 special "none"
32767 height "1in"
32768 height_special "totalheight"
32769 status open
32770
32771 \begin_layout Plain Layout
32772 \align center
32773 Boîte double
32774 \end_layout
32775
32776 \end_inset
32777
32778
32779 \end_layout
32780
32781 \begin_layout Standard
32782 \begin_inset VSpace bigskip
32783 \end_inset
32784
32785 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
32786  style de boîte utilisé.
32787  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
32788  le paquetage LaTeX 
32789 \series bold
32790 fancybox
32791 \series default
32792
32793 \begin_inset Index idx
32794 status collapsed
32795
32796 \begin_layout Plain Layout
32797 Paquetages LaTeX ! fancybox
32798 \end_layout
32799
32800 \end_inset
32801
32802 .
32803 \end_layout
32804
32805 \begin_layout Standard
32806 \begin_inset VSpace bigskip
32807 \end_inset
32808
32809 Quand vous utilisez le style de décoration 
32810 \family sans
32811 cadre rectangulaire simple
32812 \family default
32813  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
32814  de la boîte.
32815  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
32816  prendra toute la largeur de la colonne, la boîte sera considérée comme
32817  son propre paragraphe et 
32818 \series bold
32819
32820 \backslash
32821 fboxrule
32822 \series default
32823  et 
32824 \series bold
32825
32826 \backslash
32827 fboxsep
32828 \series default
32829  n'ont aucun effet sur ce type de boîte.
32830  L'épaisseur de la ligne du cadre a la valeur de 
32831 \series bold
32832
32833 \backslash
32834 FrameRule
32835 \series default
32836 .
32837  
32838 \begin_inset Box Framed
32839 position "t"
32840 hor_pos "c"
32841 has_inner_box 0
32842 inner_pos "t"
32843 use_parbox 0
32844 use_makebox 0
32845 width "100col%"
32846 special "none"
32847 height "1in"
32848 height_special "totalheight"
32849 status collapsed
32850
32851 \begin_layout Plain Layout
32852 Boîte avec cadre simple et sauts de page
32853 \end_layout
32854
32855 \end_inset
32856
32857
32858 \end_layout
32859
32860 \begin_layout Section
32861 Personnalisation des boîtes
32862 \begin_inset Index idx
32863 status collapsed
32864
32865 \begin_layout Plain Layout
32866 Boîtes! Personnalisation
32867 \end_layout
32868
32869 \end_inset
32870
32871
32872 \end_layout
32873
32874 \begin_layout Standard
32875 La valeur implicite pour la variable 
32876 \series bold
32877
32878 \backslash
32879 fboxrule
32880 \series default
32881  est 0.4
32882 \begin_inset space \thinspace{}
32883 \end_inset
32884
32885 pt.
32886  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
32887  pour avoir 2
32888 \begin_inset space \thinspace{}
32889 \end_inset
32890
32891 pt :
32892 \end_layout
32893
32894 \begin_layout Standard
32895
32896 \series bold
32897
32898 \backslash
32899 setlength{
32900 \backslash
32901 fboxrule}{2pt}
32902 \end_layout
32903
32904 \begin_layout Standard
32905 \begin_inset ERT
32906 status collapsed
32907
32908 \begin_layout Plain Layout
32909
32910
32911 \backslash
32912 setlength{
32913 \backslash
32914 fboxrule}{2pt}
32915 \end_layout
32916
32917 \end_inset
32918
32919
32920 \begin_inset Box Boxed
32921 position "c"
32922 hor_pos "c"
32923 has_inner_box 1
32924 inner_pos "c"
32925 use_parbox 0
32926 use_makebox 0
32927 width "25col%"
32928 special "none"
32929 height "1in"
32930 height_special "totalheight"
32931 status open
32932
32933 \begin_layout Plain Layout
32934 \align center
32935 Boîte rectangulaire avec 
32936 \series bold
32937
32938 \backslash
32939 fboxrule
32940 \series default
32941
32942 \begin_inset space \thinspace{}
32943 \end_inset
32944
32945 =
32946 \begin_inset space \thinspace{}
32947 \end_inset
32948
32949 2
32950 \begin_inset space \thinspace{}
32951 \end_inset
32952
32953 pt
32954 \end_layout
32955
32956 \end_inset
32957
32958
32959 \begin_inset ERT
32960 status collapsed
32961
32962 \begin_layout Plain Layout
32963
32964
32965 \backslash
32966 setlength{
32967 \backslash
32968 fboxrule}{0.4pt}
32969 \end_layout
32970
32971 \end_inset
32972
32973
32974 \end_layout
32975
32976 \begin_layout Standard
32977 \begin_inset VSpace bigskip
32978 \end_inset
32979
32980 L'espace entre le cadre et le contenu de la boîte est le même pour tous
32981  les types de cadres, implicitement il est de 3
32982 \begin_inset space \thinspace{}
32983 \end_inset
32984
32985 pt.
32986  Vous pouvez le modifier en donnant une autre valeur à la variable 
32987 \series bold
32988
32989 \backslash
32990 fboxsep
32991 \series default
32992 .
32993  Par exemple la commande
32994 \end_layout
32995
32996 \begin_layout Standard
32997
32998 \series bold
32999
33000 \backslash
33001 setlength{
33002 \backslash
33003 fboxsep}{10pt}
33004 \end_layout
33005
33006 \begin_layout Standard
33007 met une valeur de 10
33008 \begin_inset space \thinspace{}
33009 \end_inset
33010
33011 pt, comme celle utilisée pour cette boîte :
33012 \end_layout
33013
33014 \begin_layout Standard
33015 \begin_inset ERT
33016 status collapsed
33017
33018 \begin_layout Plain Layout
33019
33020
33021 \backslash
33022 setlength{
33023 \backslash
33024 fboxsep}{10pt}
33025 \end_layout
33026
33027 \end_inset
33028
33029
33030 \begin_inset Box Boxed
33031 position "c"
33032 hor_pos "c"
33033 has_inner_box 1
33034 inner_pos "c"
33035 use_parbox 0
33036 use_makebox 0
33037 width "25col%"
33038 special "none"
33039 height "1in"
33040 height_special "totalheight"
33041 status open
33042
33043 \begin_layout Plain Layout
33044 \align center
33045 Boîte rectangulaire avec 
33046 \series bold
33047
33048 \backslash
33049 fboxsep
33050 \series default
33051
33052 \begin_inset space \thinspace{}
33053 \end_inset
33054
33055 =
33056 \begin_inset space \thinspace{}
33057 \end_inset
33058
33059 10
33060 \begin_inset space \thinspace{}
33061 \end_inset
33062
33063 pt
33064 \end_layout
33065
33066 \end_inset
33067
33068
33069 \begin_inset ERT
33070 status collapsed
33071
33072 \begin_layout Plain Layout
33073
33074
33075 \backslash
33076 setlength{
33077 \backslash
33078 fboxsep}{3pt}
33079 \end_layout
33080
33081 \end_inset
33082
33083
33084 \end_layout
33085
33086 \begin_layout Standard
33087 \begin_inset VSpace bigskip
33088 \end_inset
33089
33090 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
33091  la commande 
33092 \series bold
33093
33094 \backslash
33095 cornersize
33096 \series default
33097 .
33098  Par exemple, la commande
33099 \end_layout
33100
33101 \begin_layout Standard
33102
33103 \series bold
33104
33105 \backslash
33106 cornersize*{1cm}
33107 \end_layout
33108
33109 \begin_layout Standard
33110 donne un diamètre de 1
33111 \begin_inset space \thinspace{}
33112 \end_inset
33113
33114 cm.
33115  La commande
33116 \end_layout
33117
33118 \begin_layout Standard
33119
33120 \series bold
33121
33122 \backslash
33123 cornersize{num}
33124 \end_layout
33125
33126 \begin_layout Standard
33127 fixe le diamètre à 
33128 \family sans
33129 num
33130 \begin_inset space \thinspace{}
33131 \end_inset
33132
33133 ×
33134 \begin_inset space \thinspace{}
33135 \end_inset
33136
33137 minimum(largeur et hauteur de la boîte)
33138 \family default
33139 .
33140  La valeur implicite est 
33141 \series bold
33142
33143 \backslash
33144 cornersize{0.5}
33145 \series default
33146 .
33147 \end_layout
33148
33149 \begin_layout Standard
33150 \begin_inset ERT
33151 status collapsed
33152
33153 \begin_layout Plain Layout
33154
33155
33156 \backslash
33157 cornersize*{1.5cm}
33158 \end_layout
33159
33160 \end_inset
33161
33162
33163 \begin_inset Box Ovalbox
33164 position "c"
33165 hor_pos "c"
33166 has_inner_box 1
33167 inner_pos "c"
33168 use_parbox 0
33169 use_makebox 0
33170 width "25col%"
33171 special "none"
33172 height "1in"
33173 height_special "totalheight"
33174 status open
33175
33176 \begin_layout Plain Layout
33177 \align center
33178 Boîte ovale avec 
33179 \series bold
33180
33181 \backslash
33182 cornersize
33183 \series default
33184
33185 \begin_inset space \thinspace{}
33186 \end_inset
33187
33188 =
33189 \begin_inset space \thinspace{}
33190 \end_inset
33191
33192 1.5
33193 \begin_inset space \thinspace{}
33194 \end_inset
33195
33196 cm
33197 \end_layout
33198
33199 \end_inset
33200
33201
33202 \begin_inset ERT
33203 status collapsed
33204
33205 \begin_layout Plain Layout
33206
33207
33208 \backslash
33209 cornersize{0.5}
33210 \end_layout
33211
33212 \end_inset
33213
33214
33215 \end_layout
33216
33217 \begin_layout Standard
33218 \begin_inset VSpace bigskip
33219 \end_inset
33220
33221 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
33222  
33223 \series bold
33224
33225 \backslash
33226 shadowsize
33227 \series default
33228 .
33229  Elle est fixée à 2
33230 \begin_inset space \thinspace{}
33231 \end_inset
33232
33233 pt pour la boîte suivante par la commande :
33234 \end_layout
33235
33236 \begin_layout Standard
33237
33238 \series bold
33239
33240 \backslash
33241 setlength{
33242 \backslash
33243 shadowsize}{2pt}
33244 \end_layout
33245
33246 \begin_layout Standard
33247 \begin_inset ERT
33248 status collapsed
33249
33250 \begin_layout Plain Layout
33251
33252
33253 \backslash
33254 setlength{
33255 \backslash
33256 shadowsize}{2pt}
33257 \end_layout
33258
33259 \end_inset
33260
33261
33262 \begin_inset Box Shadowbox
33263 position "c"
33264 hor_pos "c"
33265 has_inner_box 1
33266 inner_pos "c"
33267 use_parbox 0
33268 use_makebox 0
33269 width "25col%"
33270 special "none"
33271 height "1in"
33272 height_special "totalheight"
33273 status open
33274
33275 \begin_layout Plain Layout
33276 \align center
33277 Boîte ombrée avec 
33278 \series bold
33279
33280 \backslash
33281 shadowsize
33282 \series default
33283
33284 \begin_inset space \thinspace{}
33285 \end_inset
33286
33287 =
33288 \begin_inset space \thinspace{}
33289 \end_inset
33290
33291 2
33292 \begin_inset space \thinspace{}
33293 \end_inset
33294
33295 pt
33296 \end_layout
33297
33298 \end_inset
33299
33300
33301 \begin_inset ERT
33302 status collapsed
33303
33304 \begin_layout Plain Layout
33305
33306
33307 \backslash
33308 setlength{
33309 \backslash
33310 shadowsize}{4pt}
33311 \end_layout
33312
33313 \end_inset
33314
33315
33316 \end_layout
33317
33318 \begin_layout Standard
33319 \begin_inset VSpace bigskip
33320 \end_inset
33321
33322
33323 \end_layout
33324
33325 \begin_layout Standard
33326 La valeur implicite pour la longueur 
33327 \series bold
33328
33329 \backslash
33330 FrameRule
33331 \series default
33332  est 0,4
33333 \begin_inset space \thinspace{}
33334 \end_inset
33335
33336 pt.
33337  L'espacement implicite entre le contenu de la note et le cadre est de 9
33338 \begin_inset space \thinspace{}
33339 \end_inset
33340
33341 pt et il peut être modifié en utilisant la valeur de 
33342 \series bold
33343
33344 \backslash
33345 FrameSep
33346 \series default
33347 .
33348  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
33349  suivantes en code TeX
33350 \end_layout
33351
33352 \begin_layout Standard
33353
33354 \series bold
33355
33356 \backslash
33357 setlength{
33358 \backslash
33359 FrameRule}{5pt}
33360 \begin_inset Newline newline
33361 \end_inset
33362
33363
33364 \backslash
33365 setlength{
33366 \backslash
33367 FrameSep}{0.5cm}
33368 \end_layout
33369
33370 \begin_layout Standard
33371 \begin_inset ERT
33372 status collapsed
33373
33374 \begin_layout Plain Layout
33375
33376
33377 \backslash
33378 setlength{
33379 \backslash
33380 FrameRule}{5pt}
33381 \end_layout
33382
33383 \begin_layout Plain Layout
33384
33385
33386 \backslash
33387 setlength{
33388 \backslash
33389 FrameSep}{0.5cm}
33390 \end_layout
33391
33392 \end_inset
33393
33394
33395 \begin_inset Box Framed
33396 position "t"
33397 hor_pos "c"
33398 has_inner_box 0
33399 inner_pos "t"
33400 use_parbox 0
33401 use_makebox 0
33402 width "100col%"
33403 special "none"
33404 height "1in"
33405 height_special "totalheight"
33406 status open
33407
33408 \begin_layout Plain Layout
33409 Ceci est un texte dans une boîte autorisant les 
33410 \family sans
33411 sauts de page
33412 \family default
33413 .
33414 \end_layout
33415
33416 \end_inset
33417
33418
33419 \begin_inset ERT
33420 status collapsed
33421
33422 \begin_layout Plain Layout
33423
33424
33425 \backslash
33426 setlength{
33427 \backslash
33428 FrameRule}{0.4pt}
33429 \end_layout
33430
33431 \begin_layout Plain Layout
33432
33433
33434 \backslash
33435 setlength{
33436 \backslash
33437 FrameSep}{9pt}
33438 \end_layout
33439
33440 \end_inset
33441
33442
33443 \end_layout
33444
33445 \begin_layout Standard
33446
33447 \lang english
33448 \begin_inset VSpace bigskip
33449 \end_inset
33450
33451
33452 \end_layout
33453
33454 \begin_layout Standard
33455 Pour les boîtes à 
33456 \family sans
33457 Fond
33458 \begin_inset space ~
33459 \end_inset
33460
33461 ombré
33462 \family default
33463 , l'espacement implicite entre le contenu de la boîte et son cadre est de
33464  3
33465 \begin_inset space \thinspace{}
33466 \end_inset
33467
33468 pt et il peut être modifié avec la valeur de 
33469 \series bold
33470
33471 \backslash
33472 fboxsep
33473 \series default
33474 .
33475  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
33476  localement avec la commande 
33477 \series bold
33478
33479 \backslash
33480 definecolor{shadecolor}
33481 \series default
33482 , soit globalement avec le menu 
33483 \family sans
33484 Outils\SpecialChar \menuseparator
33485 Préférences
33486 \family default
33487 \SpecialChar \menuseparator
33488
33489 \family sans
33490 Couleurs\SpecialChar \menuseparator
33491 boîte
33492 \begin_inset space ~
33493 \end_inset
33494
33495 ombrée
33496 \family default
33497 .
33498  La syntaxe de la commande 
33499 \series bold
33500
33501 \backslash
33502 definecolor
33503 \series default
33504  est expliquée dans la section
33505 \begin_inset space ~
33506 \end_inset
33507
33508
33509 \begin_inset CommandInset ref
33510 LatexCommand ref
33511 reference "sec:Tableaux-Colorés"
33512
33513 \end_inset
33514
33515
33516 \begin_inset Foot
33517 status collapsed
33518
33519 \begin_layout Plain Layout
33520 Notez que l'utilisation de 
33521 \series bold
33522
33523 \backslash
33524 definecolor
33525 \series default
33526  ne peut se faire sans le paquetage LaTeX 
33527 \series bold
33528 color
33529 \series default
33530  dans le préambule, voir la section
33531 \begin_inset space ~
33532 \end_inset
33533
33534
33535 \begin_inset CommandInset ref
33536 LatexCommand ref
33537 reference "sec:Boîtes-colorées"
33538
33539 \end_inset
33540
33541 .
33542  
33543 \end_layout
33544
33545 \end_inset
33546
33547 .
33548 \end_layout
33549
33550 \begin_layout Standard
33551 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
33552  les commandes en code TeX suivantes
33553 \end_layout
33554
33555 \begin_layout Standard
33556
33557 \series bold
33558
33559 \backslash
33560 setlength{
33561 \backslash
33562 fboxsep}{0.5cm}
33563 \series default
33564
33565 \begin_inset Newline newline
33566 \end_inset
33567
33568
33569 \series bold
33570
33571 \backslash
33572 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33573 \end_layout
33574
33575 \begin_layout Standard
33576 \begin_inset ERT
33577 status collapsed
33578
33579 \begin_layout Plain Layout
33580
33581
33582 \backslash
33583 setlength{
33584 \backslash
33585 fboxsep}{0.5cm}
33586 \end_layout
33587
33588 \begin_layout Plain Layout
33589
33590
33591 \backslash
33592 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33593 \end_layout
33594
33595 \end_inset
33596
33597
33598 \begin_inset Box Shaded
33599 position "t"
33600 hor_pos "c"
33601 has_inner_box 0
33602 inner_pos "t"
33603 use_parbox 0
33604 use_makebox 0
33605 width "100col%"
33606 special "none"
33607 height "1in"
33608 height_special "totalheight"
33609 status open
33610
33611 \begin_layout Plain Layout
33612
33613 \color yellow
33614 Ceci est un texte jaune dans une boîte à 
33615 \family sans
33616 Fond
33617 \begin_inset space ~
33618 \end_inset
33619
33620 ombré
33621 \family default
33622 \color inherit
33623  
33624 \color yellow
33625 avec un fond vert foncé.
33626 \end_layout
33627
33628 \end_inset
33629
33630
33631 \begin_inset ERT
33632 status collapsed
33633
33634 \begin_layout Plain Layout
33635
33636
33637 \backslash
33638 setlength{
33639 \backslash
33640 fboxsep}{3pt}
33641 \end_layout
33642
33643 \begin_layout Plain Layout
33644
33645
33646 \backslash
33647 definecolor{shadecolor}{rgb}{1,0,0}
33648 \end_layout
33649
33650 \end_inset
33651
33652
33653 \end_layout
33654
33655 \begin_layout Standard
33656
33657 \lang english
33658 \begin_inset VSpace bigskip
33659 \end_inset
33660
33661
33662 \end_layout
33663
33664 \begin_layout Standard
33665 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
33666  les boîtes qui suivent la commandes qui les a changées.
33667 \end_layout
33668
33669 \begin_layout Section
33670 Minipages
33671 \begin_inset CommandInset label
33672 LatexCommand label
33673 name "sec:Minipages"
33674
33675 \end_inset
33676
33677
33678 \begin_inset Index idx
33679 status collapsed
33680
33681 \begin_layout Plain Layout
33682 Boîtes ! Minipages
33683 \end_layout
33684
33685 \end_inset
33686
33687
33688 \end_layout
33689
33690 \begin_layout Standard
33691 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
33692 ur d'une page.
33693  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
33694  règles d'indentation, de saut de ligne, etc.
33695  s'appliquent.
33696 \end_layout
33697
33698 \begin_layout Standard
33699 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
33700  langues.
33701 \end_layout
33702
33703 \begin_layout Standard
33704 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
33705  Leur largeur est fixée à 45
33706 \begin_inset space \thinspace{}
33707 \end_inset
33708
33709 col% et elles sont séparées par un ressort horizontal, qui a été inséré
33710  via le menu 
33711 \family sans
33712 Insérer\SpecialChar \menuseparator
33713 Typographie
33714 \begin_inset space ~
33715 \end_inset
33716
33717 spéciale\SpecialChar \menuseparator
33718 Ressort
33719 \begin_inset space ~
33720 \end_inset
33721
33722 Horizontal
33723 \family default
33724 .
33725 \end_layout
33726
33727 \begin_layout Standard
33728
33729 \end_layout
33730
33731 \begin_layout Standard
33732
33733 \lang english
33734 \begin_inset Box Frameless
33735 position "t"
33736 hor_pos "c"
33737 has_inner_box 1
33738 inner_pos "c"
33739 use_parbox 0
33740 use_makebox 0
33741 width "45col%"
33742 special "none"
33743 height "1in"
33744 height_special "totalheight"
33745 status open
33746
33747 \begin_layout Plain Layout
33748
33749 \lang german
33750 Dies ist ein deutscher Text.
33751  Dies ist ein deutscher Text.
33752  Dies ist ein deutscher Text.
33753  Dies ist ein deutscher Text.
33754  Dies ist ein deutscher Text.
33755  Dies ist ein deutscher Text.
33756  Dies ist ein deutscher Text.
33757  Dies ist ein deutscher Text.
33758  Dies ist ein deutscher Text.
33759  Dies ist ein deutscher Text.
33760  Dies ist ein deutscher Text.
33761  Dies ist ein deutscher Text.
33762  Dies ist ein deutscher Text
33763 \begin_inset Foot
33764 status collapsed
33765
33766 \begin_layout Plain Layout
33767
33768 \lang german
33769 Dies ist eine deutsche Fußnote.
33770 \end_layout
33771
33772 \end_inset
33773
33774 .
33775  Dies ist ein deutscher Text.
33776  Dies ist ein deutscher Text.
33777 \end_layout
33778
33779 \end_inset
33780
33781
33782 \begin_inset space \hfill{}
33783 \end_inset
33784
33785
33786 \begin_inset Box Frameless
33787 position "t"
33788 hor_pos "c"
33789 has_inner_box 1
33790 inner_pos "c"
33791 use_parbox 0
33792 use_makebox 0
33793 width "45col%"
33794 special "none"
33795 height "1in"
33796 height_special "totalheight"
33797 status open
33798
33799 \begin_layout Plain Layout
33800
33801 \lang english
33802 This is an English Text.
33803  This is an English Text.
33804  This is an English Text.
33805  This is an English Text.
33806  This is an English Text.
33807  This is an English Text.
33808  This is an English Text.
33809  This is an English Text.
33810  This is an English Text.
33811  This is an English Text.
33812  This is an English Text.
33813  This is an English Text.
33814  This is an English Text.
33815  This is an English Text.
33816  This is an English Text.
33817  This is an English Text.
33818 \begin_inset Foot
33819 status collapsed
33820
33821 \begin_layout Plain Layout
33822
33823 \lang english
33824 This is an English footnote.
33825 \end_layout
33826
33827 \end_inset
33828
33829  This is an English Text.
33830  
33831 \end_layout
33832
33833 \end_inset
33834
33835
33836 \end_layout
33837
33838 \begin_layout Standard
33839 \begin_inset VSpace bigskip
33840 \end_inset
33841
33842 Les paramètres globaux du document sont ignorés au sein d'une minipage.
33843  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
33844  minipages, même si vous les avez mis par exemple à 
33845 \family sans
33846 Moyen
33847 \family default
33848  dans les paramètres du document.
33849 \end_layout
33850
33851 \begin_layout Standard
33852 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
33853  portion de texte, voyez la section
33854 \begin_inset space ~
33855 \end_inset
33856
33857
33858 \begin_inset CommandInset ref
33859 LatexCommand ref
33860 reference "sub:Couleur-pour-les-Paragraphes"
33861
33862 \end_inset
33863
33864 .
33865 \end_layout
33866
33867 \begin_layout Standard
33868 \begin_inset Note Greyedout
33869 status open
33870
33871 \begin_layout Plain Layout
33872
33873 \series bold
33874 Note:
33875 \series default
33876  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
33877  mais les minipages peuvent être utilisées dans un tableau, un flottant
33878  ou une autre boîte.
33879 \end_layout
33880
33881 \end_inset
33882
33883
33884 \end_layout
33885
33886 \begin_layout Section
33887 Les parboxes
33888 \begin_inset CommandInset label
33889 LatexCommand label
33890 name "sec:Parboxes"
33891
33892 \end_inset
33893
33894
33895 \begin_inset Index idx
33896 status collapsed
33897
33898 \begin_layout Plain Layout
33899 Boîtes ! Parboxes
33900 \end_layout
33901
33902 \end_inset
33903
33904
33905 \end_layout
33906
33907 \begin_layout Standard
33908 \begin_inset Note Note
33909 status collapsed
33910
33911 \begin_layout Plain Layout
33912
33913 \lang english
33914 En attendant une traduction de parbox (NdT)
33915 \end_layout
33916
33917 \end_inset
33918
33919 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
33920  ne peuvent avoir de note de bas de page.
33921 \end_layout
33922
33923 \begin_layout Standard
33924 \align center
33925 \begin_inset Box Frameless
33926 position "t"
33927 hor_pos "c"
33928 has_inner_box 1
33929 inner_pos "t"
33930 use_parbox 1
33931 use_makebox 0
33932 width "33col%"
33933 special "none"
33934 height "1in"
33935 height_special "totalheight"
33936 status collapsed
33937
33938 \begin_layout Plain Layout
33939 Ceci est un texte à l'intérieur d'une parbox.
33940  Ceci est un texte à l'intérieur d'une parbox.
33941 \end_layout
33942
33943 \begin_layout Plain Layout
33944 Cette note de bas de page ne devrait pas apparaître :
33945 \begin_inset Foot
33946 status open
33947
33948 \begin_layout Plain Layout
33949 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
33950  pas.
33951 \end_layout
33952
33953 \end_inset
33954
33955
33956 \end_layout
33957
33958 \end_inset
33959
33960
33961 \end_layout
33962
33963 \begin_layout Section
33964 Des boîtes pour les mots et les caractères
33965 \begin_inset Index idx
33966 status collapsed
33967
33968 \begin_layout Plain Layout
33969 Boîtes ! Pour les caractères
33970 \end_layout
33971
33972 \end_inset
33973
33974
33975 \end_layout
33976
33977 \begin_layout Subsection
33978 Empêcher la césure
33979 \begin_inset CommandInset label
33980 LatexCommand label
33981 name "sec:Empêcher-césure"
33982
33983 \end_inset
33984
33985
33986 \begin_inset Index idx
33987 status collapsed
33988
33989 \begin_layout Plain Layout
33990 Boîtes ! Pour empêcher la césure
33991 \end_layout
33992
33993 \end_inset
33994
33995
33996 \end_layout
33997
33998 \begin_layout Standard
33999 Vous pouvez utiliser une boîte de type 
34000 \family sans
34001 Makebox
34002 \family default
34003  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
34004 \begin_inset Newline newline
34005 \end_inset
34006
34007 Voici un exemple de texte :
34008 \end_layout
34009
34010 \begin_layout Standard
34011 Cette ligne est un exemple comment vous pouvez empêcher une césure
34012 \begin_inset space ~
34013 \end_inset
34014
34015
34016 \begin_inset Quotes eld
34017 \end_inset
34018
34019 motTrèsTrèsLong
34020 \begin_inset Quotes erd
34021 \end_inset
34022
34023
34024 \end_layout
34025
34026 \begin_layout Standard
34027 Pour empêcher que le mot 
34028 \begin_inset Quotes eld
34029 \end_inset
34030
34031 motTrèsTrèsLong
34032 \begin_inset Quotes erd
34033 \end_inset
34034
34035  soit coupé, mettez le mot dans une boîte, mettez 
34036 \family sans
34037 Boîte
34038 \begin_inset space ~
34039 \end_inset
34040
34041 intérieure
34042 \family default
34043  à 
34044 \family sans
34045 Makebox
34046 \family default
34047  et sa largeur à 1
34048 \begin_inset space \thinspace{}
34049 \end_inset
34050
34051 Largeur.
34052 \end_layout
34053
34054 \begin_layout Standard
34055 Voici le résultat :
34056 \end_layout
34057
34058 \begin_layout Standard
34059 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
34060 \begin_inset Box Frameless
34061 position "t"
34062 hor_pos "c"
34063 has_inner_box 1
34064 inner_pos "t"
34065 use_parbox 0
34066 use_makebox 1
34067 width "1in"
34068 special "width"
34069 height "1in"
34070 height_special "totalheight"
34071 status open
34072
34073 \begin_layout Plain Layout
34074 motTrèsTrèsLong
34075 \end_layout
34076
34077 \end_inset
34078
34079
34080 \end_layout
34081
34082 \begin_layout Standard
34083 Une autre méthode consiste à mettre la commande 
34084 \begin_inset Quotes eld
34085 \end_inset
34086
34087
34088 \series bold
34089
34090 \backslash
34091 -
34092 \series default
34093
34094 \begin_inset Quotes grd
34095 \end_inset
34096
34097  en code TeX, juste avant le mot :
34098 \end_layout
34099
34100 \begin_layout Standard
34101 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
34102 \begin_inset Quotes eld
34103 \end_inset
34104
34105
34106 \begin_inset ERT
34107 status collapsed
34108
34109 \begin_layout Plain Layout
34110
34111
34112 \backslash
34113 -
34114 \end_layout
34115
34116 \end_inset
34117
34118 motTrèsTrèsLong
34119 \begin_inset Quotes erd
34120 \end_inset
34121
34122
34123 \end_layout
34124
34125 \begin_layout Standard
34126 Bien sûr, maintenant le mot dépasse dans la marge latérale.
34127  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
34128 \family sans
34129 Insérer\SpecialChar \menuseparator
34130 Typographie
34131 \begin_inset space ~
34132 \end_inset
34133
34134 spéciale\SpecialChar \menuseparator
34135 Passage
34136 \begin_inset space ~
34137 \end_inset
34138
34139 à
34140 \begin_inset space ~
34141 \end_inset
34142
34143 la
34144 \begin_inset space ~
34145 \end_inset
34146
34147 Ligne
34148 \family default
34149  (raccourci 
34150 \family sans
34151 Ctrl-Entrée
34152 \family default
34153 ) :
34154 \end_layout
34155
34156 \begin_layout Standard
34157 Cette ligne est un exemple comment vous pouvez empêcher une césure:
34158 \begin_inset Newline newline
34159 \end_inset
34160
34161
34162 \begin_inset Box Frameless
34163 position "t"
34164 hor_pos "c"
34165 has_inner_box 1
34166 inner_pos "t"
34167 use_parbox 0
34168 use_makebox 1
34169 width "1in"
34170 special "width"
34171 height "1in"
34172 height_special "totalheight"
34173 status open
34174
34175 \begin_layout Plain Layout
34176 \begin_inset Quotes eld
34177 \end_inset
34178
34179 motTrèsTrèsLong
34180 \begin_inset Quotes erd
34181 \end_inset
34182
34183
34184 \end_layout
34185
34186 \end_inset
34187
34188
34189 \end_layout
34190
34191 \begin_layout Subsection
34192 Alignement vertical
34193 \begin_inset CommandInset label
34194 LatexCommand label
34195 name "sub:Alignement-Vertical"
34196
34197 \end_inset
34198
34199
34200 \begin_inset Index idx
34201 status collapsed
34202
34203 \begin_layout Plain Layout
34204 Boîtes ! Pour l'alignement vertical
34205 \end_layout
34206
34207 \end_inset
34208
34209
34210 \begin_inset Index idx
34211 status collapsed
34212
34213 \begin_layout Plain Layout
34214 Boîtes ! Boîtes élévatrices
34215 \end_layout
34216
34217 \end_inset
34218
34219
34220 \begin_inset Index idx
34221 status collapsed
34222
34223 \begin_layout Plain Layout
34224 Raisebox|see
34225 \begin_inset ERT
34226 status collapsed
34227
34228 \begin_layout Plain Layout
34229
34230 {
34231 \end_layout
34232
34233 \end_inset
34234
34235 Boîtes élévatrices
34236 \begin_inset ERT
34237 status collapsed
34238
34239 \begin_layout Plain Layout
34240
34241 }
34242 \end_layout
34243
34244 \end_inset
34245
34246
34247 \end_layout
34248
34249 \end_inset
34250
34251
34252 \end_layout
34253
34254 \begin_layout Standard
34255 Avec la commande 
34256 \series bold
34257
34258 \backslash
34259 raisebox
34260 \series default
34261  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
34262  par rapport au texte qui l'entoure.
34263  La commande
34264 \series bold
34265  
34266 \backslash
34267 raisebox
34268 \series default
34269  s'utilise en suivant la syntaxe suivante :
34270 \end_layout
34271
34272 \begin_layout Standard
34273
34274 \series bold
34275
34276 \backslash
34277 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
34278 \end_layout
34279
34280 \begin_layout Standard
34281 Le déplacement peut être une valeur positive pour élever la boîte ou négative
34282  pour l'abaisser.
34283 \end_layout
34284
34285 \begin_layout Standard
34286 Pour aligner le mot 
34287 \begin_inset Quotes eld
34288 \end_inset
34289
34290 empêcher
34291 \begin_inset Quotes erd
34292 \end_inset
34293
34294  de façon à ce que le point le plus bas du caractère le plus 
34295 \begin_inset Quotes eld
34296 \end_inset
34297
34298 profond
34299 \begin_inset Quotes erd
34300 \end_inset
34301
34302 , le 
34303 \begin_inset Quotes eld
34304 \end_inset
34305
34306 p
34307 \begin_inset Quotes erd
34308 \end_inset
34309
34310 , soit au niveau de la ligne de base, insérez la commande 
34311 \end_layout
34312
34313 \begin_layout Standard
34314
34315 \series bold
34316
34317 \backslash
34318 raisebox{
34319 \backslash
34320 depth}{
34321 \end_layout
34322
34323 \begin_layout Standard
34324 en code TeX avant le mot.
34325  Insérez après le mot l'accolade fermante 
34326 \begin_inset Quotes eld
34327 \end_inset
34328
34329
34330 \series bold
34331 }
34332 \series default
34333
34334 \begin_inset Quotes erd
34335 \end_inset
34336
34337  en code TeX.
34338 \begin_inset Newline newline
34339 \end_inset
34340
34341 Voici le résultat :
34342 \end_layout
34343
34344 \begin_layout Standard
34345 Cette ligne de texte contient le mot 
34346 \begin_inset ERT
34347 status collapsed
34348
34349 \begin_layout Plain Layout
34350
34351
34352 \backslash
34353 raisebox{
34354 \backslash
34355 depth}{
34356 \end_layout
34357
34358 \end_inset
34359
34360
34361 \begin_inset Quotes eld
34362 \end_inset
34363
34364 empêcher
34365 \begin_inset Quotes erd
34366 \end_inset
34367
34368
34369 \begin_inset ERT
34370 status collapsed
34371
34372 \begin_layout Plain Layout
34373
34374 }
34375 \end_layout
34376
34377 \end_inset
34378
34379  comme mot élevé.
34380 \end_layout
34381
34382 \begin_layout Standard
34383 \begin_inset VSpace bigskip
34384 \end_inset
34385
34386 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
34387  entre les lignes va être agrandie :
34388 \end_layout
34389
34390 \begin_layout Standard
34391 Cette ligne de texte contient le mot
34392 \begin_inset ERT
34393 status collapsed
34394
34395 \begin_layout Plain Layout
34396
34397
34398 \backslash
34399 raisebox{-
34400 \backslash
34401 depth}{
34402 \end_layout
34403
34404 \end_inset
34405
34406
34407 \begin_inset Quotes eld
34408 \end_inset
34409
34410 empêcher
34411 \begin_inset Quotes erd
34412 \end_inset
34413
34414
34415 \begin_inset ERT
34416 status collapsed
34417
34418 \begin_layout Plain Layout
34419
34420 }
34421 \end_layout
34422
34423 \end_inset
34424
34425  comme mot abaissé.
34426 \begin_inset Newline newline
34427 \end_inset
34428
34429 Cette ligne de texte contient le mot 
34430 \begin_inset ERT
34431 status collapsed
34432
34433 \begin_layout Plain Layout
34434
34435
34436 \backslash
34437 raisebox{0.5cm}{
34438 \end_layout
34439
34440 \end_inset
34441
34442
34443 \begin_inset Quotes eld
34444 \end_inset
34445
34446 tester
34447 \begin_inset Quotes erd
34448 \end_inset
34449
34450
34451 \begin_inset ERT
34452 status collapsed
34453
34454 \begin_layout Plain Layout
34455
34456 }
34457 \end_layout
34458
34459 \end_inset
34460
34461  comme mot élevé.
34462 \end_layout
34463
34464 \begin_layout Standard
34465 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
34466  mettez la hauteur de la boîte à zéro.
34467  Par exemple utilisez
34468 \end_layout
34469
34470 \begin_layout Standard
34471
34472 \series bold
34473
34474 \backslash
34475 raisebox{-
34476 \backslash
34477 depth}[0pt]{
34478 \end_layout
34479
34480 \begin_layout Standard
34481 Cette ligne de texte contient le mot
34482 \begin_inset ERT
34483 status collapsed
34484
34485 \begin_layout Plain Layout
34486
34487
34488 \backslash
34489 raisebox{-
34490 \backslash
34491 depth}[0pt]{
34492 \end_layout
34493
34494 \end_inset
34495
34496
34497 \begin_inset Quotes eld
34498 \end_inset
34499
34500 empêcher
34501 \begin_inset Quotes erd
34502 \end_inset
34503
34504
34505 \begin_inset ERT
34506 status collapsed
34507
34508 \begin_layout Plain Layout
34509
34510 }
34511 \end_layout
34512
34513 \end_inset
34514
34515  comme mot abaissé.
34516 \begin_inset Newline newline
34517 \end_inset
34518
34519 Cette ligne de texte contient le mot 
34520 \begin_inset ERT
34521 status collapsed
34522
34523 \begin_layout Plain Layout
34524
34525
34526 \backslash
34527 raisebox{0.5cm}[0pt]{
34528 \end_layout
34529
34530 \end_inset
34531
34532
34533 \begin_inset Quotes eld
34534 \end_inset
34535
34536 tester
34537 \begin_inset Quotes erd
34538 \end_inset
34539
34540
34541 \begin_inset ERT
34542 status collapsed
34543
34544 \begin_layout Plain Layout
34545
34546 }
34547 \end_layout
34548
34549 \end_inset
34550
34551  comme mot élevé.
34552 \end_layout
34553
34554 \begin_layout Section
34555 Boîtes colorées
34556 \begin_inset CommandInset label
34557 LatexCommand label
34558 name "sec:Boîtes-colorées"
34559
34560 \end_inset
34561
34562
34563 \begin_inset Index idx
34564 status collapsed
34565
34566 \begin_layout Plain Layout
34567 Boîtes ! Couleur
34568 \end_layout
34569
34570 \end_inset
34571
34572
34573 \end_layout
34574
34575 \begin_layout Subsection
34576 De la couleur pour le texte
34577 \begin_inset Index idx
34578 status collapsed
34579
34580 \begin_layout Plain Layout
34581 Couleur ! Pour le texte
34582 \end_layout
34583
34584 \end_inset
34585
34586
34587 \end_layout
34588
34589 \begin_layout Standard
34590 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
34591  une boîte appelée 
34592 \begin_inset Quotes eld
34593 \end_inset
34594
34595 colorbox
34596 \begin_inset Quotes erd
34597 \end_inset
34598
34599 .
34600  Cela demande que le paquetage LaTeX 
34601 \series bold
34602 color
34603 \series default
34604
34605 \begin_inset Index idx
34606 status collapsed
34607
34608 \begin_layout Plain Layout
34609 Paquetages LaTeX ! color
34610 \end_layout
34611
34612 \end_inset
34613
34614  soit chargé dans le préambule du document avec la commande
34615 \end_layout
34616
34617 \begin_layout Standard
34618
34619 \series bold
34620
34621 \backslash
34622 @ifundefined{textcolor}
34623 \begin_inset Newline newline
34624 \end_inset
34625
34626
34627 \begin_inset Phantom HPhantom
34628 status open
34629
34630 \begin_layout Plain Layout
34631
34632 \series bold
34633 \begin_inset space ~
34634 \end_inset
34635
34636
34637 \end_layout
34638
34639 \end_inset
34640
34641 {
34642 \backslash
34643 usepackage{color}}{}
34644 \end_layout
34645
34646 \begin_layout Standard
34647 Le paquetage 
34648 \series bold
34649 color
34650 \series default
34651  sera chargé automatiquement par LyX dès que vous colorez du texte.
34652 \begin_inset Foot
34653 status collapsed
34654
34655 \begin_layout Plain Layout
34656 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
34657  
34658 \series bold
34659
34660 \backslash
34661 @ifundefined
34662 \series default
34663 .
34664 \end_layout
34665
34666 \end_inset
34667
34668
34669 \end_layout
34670
34671 \begin_layout Standard
34672 \begin_inset VSpace medskip
34673 \end_inset
34674
34675 Les boîtes colorées sont créées par la commande 
34676 \series bold
34677
34678 \backslash
34679 colorbox
34680 \series default
34681 .
34682  Elle est utilisée avec la syntaxe suivante :
34683 \end_layout
34684
34685 \begin_layout Standard
34686
34687 \series bold
34688
34689 \backslash
34690 colorbox{couleur}{contenu de la boîte}
34691 \end_layout
34692
34693 \begin_layout Standard
34694 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
34695  peuvent être placées à l'intérieur d'autres boîtes.
34696 \end_layout
34697
34698 \begin_layout Standard
34699 Les couleurs suivantes sont prédéfinies ::
34700 \begin_inset Newline newline
34701 \end_inset
34702
34703
34704 \family sans
34705 black
34706 \family default
34707  (noir), 
34708 \family sans
34709 blue
34710 \family default
34711  (bleu), 
34712 \family sans
34713 cyan
34714 \family default
34715 \series bold
34716 ,
34717 \series default
34718  
34719 \family sans
34720 green
34721 \family default
34722  (vert), 
34723 \family sans
34724 magenta
34725 \family default
34726
34727 \family sans
34728 red
34729 \family default
34730  (rouge), 
34731 \family sans
34732 white
34733 \family default
34734  (blanc), and 
34735 \family sans
34736 yellow
34737 \family default
34738  (jaune).
34739 \begin_inset Newline newline
34740 \end_inset
34741
34742 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
34743  section
34744 \begin_inset space ~
34745 \end_inset
34746
34747
34748 \begin_inset CommandInset ref
34749 LatexCommand ref
34750 reference "sec:Tableaux-Colorés"
34751
34752 \end_inset
34753
34754 .
34755 \end_layout
34756
34757 \begin_layout Standard
34758 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
34759 \end_layout
34760
34761 \begin_layout Standard
34762
34763 \series bold
34764
34765 \backslash
34766 colorbox{red}{
34767 \end_layout
34768
34769 \begin_layout Standard
34770 avant le mot en code TeX.
34771  Insérez l'accolade fermante 
34772 \begin_inset Quotes eld
34773 \end_inset
34774
34775 }
34776 \begin_inset Quotes erd
34777 \end_inset
34778
34779  après le mot, en code TeX.
34780 \begin_inset Newline newline
34781 \end_inset
34782
34783 Voici le résultat :
34784 \end_layout
34785
34786 \begin_layout Standard
34787 Cette ligne de texte contient le mot
34788 \begin_inset ERT
34789 status collapsed
34790
34791 \begin_layout Plain Layout
34792
34793
34794 \backslash
34795 colorbox{red}{
34796 \end_layout
34797
34798 \end_inset
34799
34800
34801 \begin_inset Quotes eld
34802 \end_inset
34803
34804 Attention!
34805 \begin_inset Quotes erd
34806 \end_inset
34807
34808
34809 \begin_inset ERT
34810 status collapsed
34811
34812 \begin_layout Plain Layout
34813
34814 }
34815 \end_layout
34816
34817 \end_inset
34818
34819  sur fond rouge.
34820 \end_layout
34821
34822 \begin_layout Standard
34823 \begin_inset VSpace bigskip
34824 \end_inset
34825
34826 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
34827  vous pouvez utiliser la commande 
34828 \series bold
34829
34830 \backslash
34831 fcolorbox
34832 \series default
34833  avec la syntaxe suivante :
34834 \end_layout
34835
34836 \begin_layout Standard
34837
34838 \series bold
34839
34840 \backslash
34841 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
34842 \end_layout
34843
34844 \begin_layout Standard
34845
34846 \series bold
34847
34848 \backslash
34849 fcolorbox
34850 \series default
34851  est une extension de 
34852 \series bold
34853
34854 \backslash
34855 colorbox
34856 \series default
34857 .
34858  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
34859  peuvent être modifiés avec les variables 
34860 \series bold
34861
34862 \backslash
34863 fboxrule
34864 \series default
34865  et 
34866 \series bold
34867
34868 \backslash
34869 fboxsep
34870 \series default
34871 , comme c'est décrit dans la section
34872 \begin_inset space ~
34873 \end_inset
34874
34875
34876 \begin_inset CommandInset ref
34877 LatexCommand ref
34878 reference "sec:Décorations"
34879
34880 \end_inset
34881
34882 .
34883 \end_layout
34884
34885 \begin_layout Standard
34886 Pour l'exemple suivant, on a utilisé la commande
34887 \end_layout
34888
34889 \begin_layout Standard
34890
34891 \series bold
34892
34893 \backslash
34894 fcolorbox{cyan}{magenta}{
34895 \end_layout
34896
34897 \begin_layout Standard
34898 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
34899 \begin_inset space \thinspace{}
34900 \end_inset
34901
34902 mm:
34903 \begin_inset Newline newline
34904 \end_inset
34905
34906
34907 \begin_inset ERT
34908 status collapsed
34909
34910 \begin_layout Plain Layout
34911
34912
34913 \backslash
34914 fboxrule 1mm 
34915 \backslash
34916 fboxsep 1mm
34917 \end_layout
34918
34919 \end_inset
34920
34921
34922 \begin_inset ERT
34923 status collapsed
34924
34925 \begin_layout Plain Layout
34926
34927
34928 \backslash
34929 fcolorbox{cyan}{magenta}{
34930 \end_layout
34931
34932 \end_inset
34933
34934 Ce texte est dans une boîte encadrée et colorée.
34935 \begin_inset ERT
34936 status collapsed
34937
34938 \begin_layout Plain Layout
34939
34940 }
34941 \end_layout
34942
34943 \end_inset
34944
34945
34946 \end_layout
34947
34948 \begin_layout Standard
34949 \begin_inset VSpace bigskip
34950 \end_inset
34951
34952 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
34953  les yeux ! - NdT) :
34954 \begin_inset Newline newline
34955 \end_inset
34956
34957
34958 \begin_inset ERT
34959 status collapsed
34960
34961 \begin_layout Plain Layout
34962
34963
34964 \backslash
34965 fcolorbox{cyan}{magenta}{
34966 \end_layout
34967
34968 \end_inset
34969
34970
34971 \color yellow
34972 Ce texte est coloré dans une boîte colorée et encadrée.
34973 \color inherit
34974
34975 \begin_inset ERT
34976 status collapsed
34977
34978 \begin_layout Plain Layout
34979
34980 }
34981 \end_layout
34982
34983 \end_inset
34984
34985
34986 \begin_inset ERT
34987 status collapsed
34988
34989 \begin_layout Plain Layout
34990
34991
34992 \backslash
34993 fboxrule 0.4pt 
34994 \backslash
34995 fboxsep 3pt
34996 \end_layout
34997
34998 \end_inset
34999
35000
35001 \end_layout
35002
35003 \begin_layout Standard
35004
35005 \series bold
35006 \begin_inset VSpace medskip
35007 \end_inset
35008
35009
35010 \end_layout
35011
35012 \begin_layout Standard
35013 \begin_inset Note Greyedout
35014 status open
35015
35016 \begin_layout Plain Layout
35017
35018 \series bold
35019 Note:
35020 \series default
35021  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
35022  de ligne.
35023  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
35024  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
35025 \end_layout
35026
35027 \end_inset
35028
35029
35030 \end_layout
35031
35032 \begin_layout Subsection
35033 De la couleur pour les paragraphes
35034 \begin_inset CommandInset label
35035 LatexCommand label
35036 name "sub:Couleur-pour-les-Paragraphes"
35037
35038 \end_inset
35039
35040
35041 \begin_inset Index idx
35042 status collapsed
35043
35044 \begin_layout Plain Layout
35045 Couleur ! Pour les  paragraphes
35046 \end_layout
35047
35048 \end_inset
35049
35050
35051 \end_layout
35052
35053 \begin_layout Standard
35054 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
35055  texte dans une minipage.
35056  Avant la minipage, insérez la commande 
35057 \series bold
35058
35059 \backslash
35060 colorbox
35061 \series default
35062  
35063 \end_layout
35064
35065 \begin_layout Standard
35066
35067 \series bold
35068
35069 \backslash
35070 colorbox{color}{
35071 \end_layout
35072
35073 \begin_layout Standard
35074 en code TeX.
35075  Après la minipage, insérez l'accolade fermante 
35076 \begin_inset Quotes eld
35077 \end_inset
35078
35079 }
35080 \begin_inset Quotes erd
35081 \end_inset
35082
35083  en code TeX.
35084 \end_layout
35085
35086 \begin_layout Standard
35087 \begin_inset ERT
35088 status collapsed
35089
35090 \begin_layout Plain Layout
35091
35092
35093 \backslash
35094 colorbox{lightgrey}{
35095 \end_layout
35096
35097 \end_inset
35098
35099
35100 \begin_inset Box Frameless
35101 position "t"
35102 hor_pos "c"
35103 has_inner_box 1
35104 inner_pos "t"
35105 use_parbox 0
35106 use_makebox 0
35107 width "100col%"
35108 special "none"
35109 height "1in"
35110 height_special "totalheight"
35111 status collapsed
35112
35113 \begin_layout Plain Layout
35114 Ce texte a un fond coloré.
35115  Ce texte a un fond coloré.
35116 \end_layout
35117
35118 \begin_layout Plain Layout
35119 \begin_inset VSpace defskip
35120 \end_inset
35121
35122 Le texte peut avoir des notes de bas de page
35123 \begin_inset Foot
35124 status collapsed
35125
35126 \begin_layout Plain Layout
35127 Un autre exemple de note de bas de page
35128 \end_layout
35129
35130 \end_inset
35131
35132  et contenir des figures et des tableaux.
35133 \end_layout
35134
35135 \begin_layout Plain Layout
35136 \align center
35137 \begin_inset Tabular
35138 <lyxtabular version="3" rows="3" columns="3">
35139 <features tabularvalignment="middle">
35140 <column alignment="center" valignment="top" width="0">
35141 <column alignment="center" valignment="top" width="0">
35142 <column alignment="center" valignment="top" width="0">
35143 <row>
35144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35145 \begin_inset Text
35146
35147 \begin_layout Plain Layout
35148 a
35149 \end_layout
35150
35151 \end_inset
35152 </cell>
35153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35154 \begin_inset Text
35155
35156 \begin_layout Plain Layout
35157 !
35158 \end_layout
35159
35160 \end_inset
35161 </cell>
35162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35163 \begin_inset Text
35164
35165 \begin_layout Plain Layout
35166 3
35167 \end_layout
35168
35169 \end_inset
35170 </cell>
35171 </row>
35172 <row>
35173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35174 \begin_inset Text
35175
35176 \begin_layout Plain Layout
35177 <
35178 \end_layout
35179
35180 \end_inset
35181 </cell>
35182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35183 \begin_inset Text
35184
35185 \begin_layout Plain Layout
35186 b2
35187 \begin_inset Quotes erd
35188 \end_inset
35189
35190 |
35191 \end_layout
35192
35193 \end_inset
35194 </cell>
35195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35196 \begin_inset Text
35197
35198 \begin_layout Plain Layout
35199 >
35200 \end_layout
35201
35202 \end_inset
35203 </cell>
35204 </row>
35205 <row>
35206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35207 \begin_inset Text
35208
35209 \begin_layout Plain Layout
35210 1
35211 \end_layout
35212
35213 \end_inset
35214 </cell>
35215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35216 \begin_inset Text
35217
35218 \begin_layout Plain Layout
35219 §
35220 \end_layout
35221
35222 \end_inset
35223 </cell>
35224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35225 \begin_inset Text
35226
35227 \begin_layout Plain Layout
35228 c
35229 \end_layout
35230
35231 \end_inset
35232 </cell>
35233 </row>
35234 </lyxtabular>
35235
35236 \end_inset
35237
35238
35239 \end_layout
35240
35241 \end_inset
35242
35243
35244 \begin_inset ERT
35245 status collapsed
35246
35247 \begin_layout Plain Layout
35248
35249 }
35250 \end_layout
35251
35252 \end_inset
35253
35254
35255 \end_layout
35256
35257 \begin_layout Section
35258 Les boîtes pivotées et redimensionnées
35259 \end_layout
35260
35261 \begin_layout Standard
35262 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
35263  charger le paquetage LaTeX 
35264 \series bold
35265 graphicx
35266 \series default
35267
35268 \begin_inset Index idx
35269 status collapsed
35270
35271 \begin_layout Plain Layout
35272 Paquetages LaTeX ! graphicx
35273 \end_layout
35274
35275 \end_inset
35276
35277  dans le préambule de votre document avec la commande
35278 \end_layout
35279
35280 \begin_layout Standard
35281
35282 \series bold
35283
35284 \backslash
35285 @ifundefined{rotatebox}
35286 \begin_inset Newline newline
35287 \end_inset
35288
35289
35290 \begin_inset Phantom HPhantom
35291 status open
35292
35293 \begin_layout Plain Layout
35294
35295 \series bold
35296 \begin_inset space ~
35297 \end_inset
35298
35299
35300 \end_layout
35301
35302 \end_inset
35303
35304 {
35305 \backslash
35306 usepackage{graphicx}}{}
35307 \end_layout
35308
35309 \begin_layout Standard
35310 \begin_inset Note Greyedout
35311 status open
35312
35313 \begin_layout Plain Layout
35314
35315 \series bold
35316 Note:
35317 \series default
35318  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
35319  redimensionnés.
35320 \end_layout
35321
35322 \end_inset
35323
35324
35325 \end_layout
35326
35327 \begin_layout Standard
35328 \begin_inset Note Greyedout
35329 status open
35330
35331 \begin_layout Plain Layout
35332
35333 \series bold
35334 Note:
35335 \series default
35336  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
35337  redimensionnée.
35338 \end_layout
35339
35340 \end_inset
35341
35342
35343 \end_layout
35344
35345 \begin_layout Subsection
35346 Les Boîtes pivotées
35347 \begin_inset Index idx
35348 status collapsed
35349
35350 \begin_layout Plain Layout
35351 Boîtes ! pivotées
35352 \end_layout
35353
35354 \end_inset
35355
35356
35357 \begin_inset Index idx
35358 status collapsed
35359
35360 \begin_layout Plain Layout
35361 Pivoter des objets
35362 \end_layout
35363
35364 \end_inset
35365
35366
35367 \begin_inset Index idx
35368 status collapsed
35369
35370 \begin_layout Plain Layout
35371 Figures ! Pivotées
35372 \end_layout
35373
35374 \end_inset
35375
35376
35377 \begin_inset Index idx
35378 status collapsed
35379
35380 \begin_layout Plain Layout
35381 Tableau ! Pivoter
35382 \end_layout
35383
35384 \end_inset
35385
35386
35387 \end_layout
35388
35389 \begin_layout Standard
35390 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
35391  (rotated).
35392  Une telle boîte est créée avec la commande 
35393 \series bold
35394
35395 \backslash
35396 rotatebox
35397 \series default
35398  en code TeX avec la syntaxe
35399 \end_layout
35400
35401 \begin_layout Standard
35402
35403 \series bold
35404
35405 \backslash
35406 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
35407 \end_layout
35408
35409 \begin_layout Standard
35410 La position du pivot est donnée par l'origine de rotation spécifiée sous
35411  la forme 
35412 \series bold
35413 origin=position
35414 \series default
35415 .
35416  Les valeurs suivantes sont possibles pour la position: 
35417 \emph on
35418 c
35419 \emph default
35420  (centre), 
35421 \emph on
35422 l
35423 \emph default
35424  (gauche/
35425 \lang english
35426 left
35427 \lang french
35428 ), 
35429 \emph on
35430 r
35431 \emph default
35432  (droite/
35433 \lang english
35434 right
35435 \lang french
35436 ), 
35437 \emph on
35438 b
35439 \emph default
35440  (bas/
35441 \lang english
35442 bottom
35443 \lang french
35444 ), 
35445 \emph on
35446 t
35447 \emph default
35448  (haut/
35449 \lang english
35450 top
35451 \lang french
35452 ), et aussi des combinaisons des quatre positions de base.
35453  Par exemple 
35454 \emph on
35455 lt
35456 \emph default
35457  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
35458  Quand on ne donne pas d'origine, la position 
35459 \emph on
35460 l
35461 \emph default
35462  est utilisée.
35463  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
35464  ou négatif.
35465  Le sens positif de rotation est anti-horaire.
35466 \end_layout
35467
35468 \begin_layout Standard
35469 Dans l'exemple qui suit, la commande 
35470 \series bold
35471
35472 \backslash
35473 rotatebox[origin=c]{60}{
35474 \series default
35475  a été insérée en code TeX juste avant le texte 
35476 \begin_inset Quotes eld
35477 \end_inset
35478
35479 pivoté de 90°
35480 \begin_inset Quotes erd
35481 \end_inset
35482
35483  ; la boîte est refermée juste après le texte par une accolade fermante
35484  
35485 \begin_inset Quotes eld
35486 \end_inset
35487
35488 }
35489 \begin_inset Quotes erd
35490 \end_inset
35491
35492  en code TeX.
35493 \end_layout
35494
35495 \begin_layout Standard
35496 Voici une ligne avec du texte 
35497 \begin_inset ERT
35498 status collapsed
35499
35500 \begin_layout Plain Layout
35501
35502
35503 \backslash
35504 rotatebox[origin=c]{60}{
35505 \end_layout
35506
35507 \end_inset
35508
35509 pivoté de 60°
35510 \begin_inset ERT
35511 status collapsed
35512
35513 \begin_layout Plain Layout
35514
35515 }
35516 \end_layout
35517
35518 \end_inset
35519
35520 .
35521 \end_layout
35522
35523 \begin_layout Standard
35524 La boîte peut contenir une autre boîte ou une formule en ligne :
35525 \end_layout
35526
35527 \begin_layout Standard
35528 Voici une ligne avec du texte 
35529 \begin_inset ERT
35530 status collapsed
35531
35532 \begin_layout Plain Layout
35533
35534
35535 \backslash
35536 rotatebox[origin=r]{-60}{
35537 \end_layout
35538
35539 \end_inset
35540
35541
35542 \begin_inset Box Doublebox
35543 position "c"
35544 hor_pos "c"
35545 has_inner_box 0
35546 inner_pos "c"
35547 use_parbox 0
35548 use_makebox 0
35549 width "1in"
35550 special "width"
35551 height "1in"
35552 height_special "totalheight"
35553 status collapsed
35554
35555 \begin_layout Plain Layout
35556 pivoté de -60°
35557 \end_layout
35558
35559 \end_inset
35560
35561
35562 \begin_inset ERT
35563 status collapsed
35564
35565 \begin_layout Plain Layout
35566
35567 }
35568 \end_layout
35569
35570 \end_inset
35571
35572  et encadré 
35573 \begin_inset ERT
35574 status collapsed
35575
35576 \begin_layout Plain Layout
35577
35578
35579 \backslash
35580 rotatebox[origin=lb]{60}{
35581 \end_layout
35582
35583 \end_inset
35584
35585
35586 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35587 \end_inset
35588
35589
35590 \begin_inset ERT
35591 status collapsed
35592
35593 \begin_layout Plain Layout
35594
35595 }
35596 \end_layout
35597
35598 \end_inset
35599
35600  et une formule.
35601 \end_layout
35602
35603 \begin_layout Standard
35604 ou encore une figure ou un tableau :
35605 \end_layout
35606
35607 \begin_layout Standard
35608 Voici une ligne
35609 \begin_inset ERT
35610 status collapsed
35611
35612 \begin_layout Plain Layout
35613
35614
35615 \backslash
35616 rotatebox[origin=lb]{90}{
35617 \end_layout
35618
35619 \end_inset
35620
35621
35622 \begin_inset Graphics
35623         filename ../clipart/platypus.eps
35624         lyxscale 50
35625         width 25col%
35626
35627 \end_inset
35628
35629
35630 \begin_inset ERT
35631 status collapsed
35632
35633 \begin_layout Plain Layout
35634
35635 }
35636 \end_layout
35637
35638 \end_inset
35639
35640  avec une image pivotée de 90° 
35641 \begin_inset ERT
35642 status collapsed
35643
35644 \begin_layout Plain Layout
35645
35646
35647 \backslash
35648 rotatebox[origin=l]{-90}{
35649 \end_layout
35650
35651 \end_inset
35652
35653
35654 \begin_inset Tabular
35655 <lyxtabular version="3" rows="2" columns="2">
35656 <features tabularvalignment="middle">
35657 <column alignment="center" valignment="top" width="0">
35658 <column alignment="center" valignment="top" width="0">
35659 <row>
35660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35661 \begin_inset Text
35662
35663 \begin_layout Plain Layout
35664 q
35665 \end_layout
35666
35667 \end_inset
35668 </cell>
35669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35670 \begin_inset Text
35671
35672 \begin_layout Plain Layout
35673 w
35674 \end_layout
35675
35676 \end_inset
35677 </cell>
35678 </row>
35679 <row>
35680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35681 \begin_inset Text
35682
35683 \begin_layout Plain Layout
35684 e
35685 \end_layout
35686
35687 \end_inset
35688 </cell>
35689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35690 \begin_inset Text
35691
35692 \begin_layout Plain Layout
35693 r
35694 \end_layout
35695
35696 \end_inset
35697 </cell>
35698 </row>
35699 </lyxtabular>
35700
35701 \end_inset
35702
35703
35704 \begin_inset ERT
35705 status collapsed
35706
35707 \begin_layout Plain Layout
35708
35709 }
35710 \end_layout
35711
35712 \end_inset
35713
35714  et un tableau.
35715 \end_layout
35716
35717 \begin_layout Subsection
35718 Les boîtes redimensionnées
35719 \begin_inset Index idx
35720 status collapsed
35721
35722 \begin_layout Plain Layout
35723 Boîtes ! Redimensionnées
35724 \end_layout
35725
35726 \end_inset
35727
35728
35729 \begin_inset Index idx
35730 status collapsed
35731
35732 \begin_layout Plain Layout
35733 Redimensionner des objets
35734 \end_layout
35735
35736 \end_inset
35737
35738
35739 \begin_inset Index idx
35740 status collapsed
35741
35742 \begin_layout Plain Layout
35743 Figures ! Redimensionnées
35744 \end_layout
35745
35746 \end_inset
35747
35748
35749 \begin_inset Index idx
35750 status collapsed
35751
35752 \begin_layout Plain Layout
35753 Tableau ! Redimensionner
35754 \end_layout
35755
35756 \end_inset
35757
35758
35759 \end_layout
35760
35761 \begin_layout Standard
35762 Pour redimensionner des objets on peut utiliser les commandes 
35763 \series bold
35764
35765 \backslash
35766 scalebox
35767 \series default
35768  et 
35769 \series bold
35770
35771 \backslash
35772 resizebox
35773 \series default
35774  insérées sous forme de code TeX.
35775 \end_layout
35776
35777 \begin_layout Standard
35778
35779 \series bold
35780
35781 \backslash
35782 scalebox
35783 \series default
35784  est utilisée avec la syntaxe suivante :
35785 \end_layout
35786
35787 \begin_layout Standard
35788
35789 \series bold
35790
35791 \backslash
35792 scalebox{horizontal}[vertical]{contenu de la boîte}
35793 \end_layout
35794
35795 \begin_layout Standard
35796 Horizontal et vertical sont les facteurs d'échelle correspondants.
35797  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
35798  utilisé comme facteur vertical.
35799 \end_layout
35800
35801 \begin_layout Standard
35802 Par exemple, la commande 
35803 \series bold
35804
35805 \backslash
35806 scalebox{2}{Bonjour}
35807 \series default
35808  crée un 
35809 \begin_inset ERT
35810 status collapsed
35811
35812 \begin_layout Plain Layout
35813
35814
35815 \backslash
35816 scalebox{2}{
35817 \end_layout
35818
35819 \end_inset
35820
35821 Bonjour
35822 \begin_inset ERT
35823 status collapsed
35824
35825 \begin_layout Plain Layout
35826
35827 }
35828 \end_layout
35829
35830 \end_inset
35831
35832  de taille double par rapport à la taille du texte du document.
35833 \end_layout
35834
35835 \begin_layout Standard
35836
35837 \series bold
35838
35839 \backslash
35840 scalebox{2}[1]{Hello}
35841 \series default
35842  au contraire va déformer le 
35843 \begin_inset ERT
35844 status collapsed
35845
35846 \begin_layout Plain Layout
35847
35848
35849 \backslash
35850 scalebox{2}[1]{
35851 \end_layout
35852
35853 \end_inset
35854
35855 Bonjour
35856 \begin_inset ERT
35857 status collapsed
35858
35859 \begin_layout Plain Layout
35860
35861 }
35862 \end_layout
35863
35864 \end_inset
35865
35866 .
35867 \end_layout
35868
35869 \begin_layout Standard
35870 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
35871  La commande 
35872 \series bold
35873
35874 \backslash
35875 scalebox{-1}[1]{Hello}
35876 \series default
35877  peut donc être utilisée pour créer du texte en miroir : 
35878 \begin_inset ERT
35879 status collapsed
35880
35881 \begin_layout Plain Layout
35882
35883
35884 \backslash
35885 scalebox{-1}[1]{
35886 \end_layout
35887
35888 \end_inset
35889
35890 Bonjour
35891 \begin_inset ERT
35892 status collapsed
35893
35894 \begin_layout Plain Layout
35895
35896 }
35897 \end_layout
35898
35899 \end_inset
35900
35901
35902 \end_layout
35903
35904 \begin_layout Standard
35905
35906 \series bold
35907
35908 \backslash
35909 scalebox{1}[-1]{Bonjour}
35910 \series default
35911  effectue une réflexion du 
35912 \begin_inset ERT
35913 status collapsed
35914
35915 \begin_layout Plain Layout
35916
35917
35918 \backslash
35919 scalebox{1}[-1]{
35920 \end_layout
35921
35922 \end_inset
35923
35924 Bonjour
35925 \begin_inset ERT
35926 status collapsed
35927
35928 \begin_layout Plain Layout
35929
35930 }
35931 \end_layout
35932
35933 \end_inset
35934
35935  par rapport à la ligne de base.
35936 \end_layout
35937
35938 \begin_layout Standard
35939 La commande 
35940 \series bold
35941
35942 \backslash
35943 reflectbox{contenu de la boîte} 
35944 \series default
35945 existe aussi et est équivalente à
35946 \series bold
35947  
35948 \backslash
35949 scalebox{-1}[1]{contenu de la boîte}.
35950
35951 \series default
35952  
35953 \begin_inset Newline newline
35954 \end_inset
35955
35956
35957 \end_layout
35958
35959 \begin_layout Standard
35960 \begin_inset VSpace bigskip
35961 \end_inset
35962
35963 La commande 
35964 \series bold
35965
35966 \backslash
35967 resizebox
35968 \series default
35969  est utilisée pour redimensionner une boîte à une largeur et une hauteur
35970  données.
35971  La syntaxe de la commande est :
35972 \end_layout
35973
35974 \begin_layout Standard
35975
35976 \series bold
35977
35978 \backslash
35979 resizebox{largeur}{hauteur}{contenu de la boîte}
35980 \end_layout
35981
35982 \begin_layout Standard
35983 Si un des deux paramètres est remplacé par un point d'exclamation 
35984 \series bold
35985 !
35986 \series default
35987 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
35988 \end_layout
35989
35990 \begin_layout Standard
35991 La commande 
35992 \series bold
35993
35994 \backslash
35995 resizebox{2cm}{1cm}{Bonjour}
35996 \series default
35997  produit : 
35998 \begin_inset ERT
35999 status collapsed
36000
36001 \begin_layout Plain Layout
36002
36003
36004 \backslash
36005 resizebox{2cm}{1cm}{
36006 \end_layout
36007
36008 \end_inset
36009
36010 Bonjour
36011 \begin_inset ERT
36012 status collapsed
36013
36014 \begin_layout Plain Layout
36015
36016 }
36017 \end_layout
36018
36019 \end_inset
36020
36021
36022 \begin_inset Newline newline
36023 \end_inset
36024
36025 La commande 
36026 \series bold
36027
36028 \backslash
36029 resizebox{2cm}{!}{Bonjour}
36030 \series default
36031  produit : 
36032 \begin_inset ERT
36033 status collapsed
36034
36035 \begin_layout Plain Layout
36036
36037
36038 \backslash
36039 resizebox{2cm}{!}{
36040 \end_layout
36041
36042 \end_inset
36043
36044 Bonjour
36045 \begin_inset ERT
36046 status collapsed
36047
36048 \begin_layout Plain Layout
36049
36050 }
36051 \end_layout
36052
36053 \end_inset
36054
36055
36056 \end_layout
36057
36058 \begin_layout Standard
36059 \begin_inset VSpace bigskip
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  Quand les paramètres des commandes 
36075 \series bold
36076
36077 \backslash
36078 scalebox
36079 \series default
36080  ou 
36081 \series bold
36082
36083 \backslash
36084 resizebox
36085 \series default
36086  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
36087  document, mais le document exporté peut ne pas s'afficher ou s'afficher
36088  partiellement.
36089 \end_layout
36090
36091 \end_inset
36092
36093
36094 \end_layout
36095
36096 \begin_layout Standard
36097 \begin_inset VSpace bigskip
36098 \end_inset
36099
36100
36101 \end_layout
36102
36103 \begin_layout Standard
36104 Les boîtes peuvent être combinée dans n'importe quel ordre.
36105  Par exemple, la commande 
36106 \begin_inset Newline newline
36107 \end_inset
36108
36109
36110 \series bold
36111
36112 \backslash
36113 rotatebox[origin=c]{-45}{
36114 \backslash
36115 resizebox{2cm}{!}{
36116 \backslash
36117 reflectbox{Bonjour}}}
36118 \begin_inset Newline newline
36119 \end_inset
36120
36121
36122 \series default
36123 produit :
36124 \end_layout
36125
36126 \begin_layout Standard
36127 \align center
36128 \begin_inset ERT
36129 status collapsed
36130
36131 \begin_layout Plain Layout
36132
36133
36134 \backslash
36135 rotatebox[origin=c]{-45}{
36136 \backslash
36137 resizebox{2cm}{!}{
36138 \backslash
36139 reflectbox{
36140 \end_layout
36141
36142 \end_inset
36143
36144 Bonjour
36145 \begin_inset ERT
36146 status collapsed
36147
36148 \begin_layout Plain Layout
36149
36150 }}}
36151 \end_layout
36152
36153 \end_inset
36154
36155
36156 \end_layout
36157
36158 \begin_layout Standard
36159 \noindent
36160 Les images, les tableaux et les formules sont autorisées comme contenu de
36161  boîte :
36162 \end_layout
36163
36164 \begin_layout Standard
36165 \align center
36166 \begin_inset ERT
36167 status collapsed
36168
36169 \begin_layout Plain Layout
36170
36171
36172 \backslash
36173 rotatebox[origin=c]{-30}{
36174 \backslash
36175 resizebox{2cm}{!}{
36176 \backslash
36177 reflectbox{
36178 \end_layout
36179
36180 \end_inset
36181
36182
36183 \begin_inset Graphics
36184         filename ../clipart/platypus.eps
36185         lyxscale 50
36186         width 25col%
36187
36188 \end_inset
36189
36190
36191 \begin_inset ERT
36192 status collapsed
36193
36194 \begin_layout Plain Layout
36195
36196 }}}
36197 \end_layout
36198
36199 \end_inset
36200
36201
36202 \begin_inset ERT
36203 status collapsed
36204
36205 \begin_layout Plain Layout
36206
36207
36208 \backslash
36209 rotatebox[origin=c]{-45}{
36210 \backslash
36211 resizebox{2cm}{!}{
36212 \backslash
36213 reflectbox{
36214 \end_layout
36215
36216 \end_inset
36217
36218
36219 \begin_inset Tabular
36220 <lyxtabular version="3" rows="2" columns="2">
36221 <features tabularvalignment="middle">
36222 <column alignment="center" valignment="top" width="0">
36223 <column alignment="center" valignment="top" width="0">
36224 <row>
36225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36226 \begin_inset Text
36227
36228 \begin_layout Plain Layout
36229 q
36230 \end_layout
36231
36232 \end_inset
36233 </cell>
36234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36235 \begin_inset Text
36236
36237 \begin_layout Plain Layout
36238 w
36239 \end_layout
36240
36241 \end_inset
36242 </cell>
36243 </row>
36244 <row>
36245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36246 \begin_inset Text
36247
36248 \begin_layout Plain Layout
36249 e
36250 \end_layout
36251
36252 \end_inset
36253 </cell>
36254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36255 \begin_inset Text
36256
36257 \begin_layout Plain Layout
36258 r
36259 \end_layout
36260
36261 \end_inset
36262 </cell>
36263 </row>
36264 </lyxtabular>
36265
36266 \end_inset
36267
36268
36269 \begin_inset ERT
36270 status collapsed
36271
36272 \begin_layout Plain Layout
36273
36274 }}}
36275 \end_layout
36276
36277 \end_inset
36278
36279
36280 \begin_inset ERT
36281 status collapsed
36282
36283 \begin_layout Plain Layout
36284
36285
36286 \backslash
36287 rotatebox[origin=c]{-45}{
36288 \backslash
36289 resizebox{2cm}{!}{
36290 \backslash
36291 reflectbox{
36292 \end_layout
36293
36294 \end_inset
36295
36296
36297 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36298 \end_inset
36299
36300
36301 \begin_inset ERT
36302 status collapsed
36303
36304 \begin_layout Plain Layout
36305
36306 }}}
36307 \end_layout
36308
36309 \end_inset
36310
36311
36312 \end_layout
36313
36314 \begin_layout Standard
36315 Quand on utilise le style global de formule 
36316 \series bold
36317 fleqn
36318 \series default
36319  dans le document
36320 \begin_inset Foot
36321 status collapsed
36322
36323 \begin_layout Plain Layout
36324 Quand 
36325 \begin_inset Quotes eld
36326 \end_inset
36327
36328 fleqn
36329 \begin_inset Quotes erd
36330 \end_inset
36331
36332  est ajouté aux options de la classe de document.
36333 \end_layout
36334
36335 \end_inset
36336
36337 , les formules hors texte peuvent aussi être redimensionnées.
36338 \end_layout
36339
36340 \begin_layout Chapter
36341 Objets entourés par du texte
36342 \begin_inset Index idx
36343 status collapsed
36344
36345 \begin_layout Plain Layout
36346 Entourés par du texte
36347 \end_layout
36348
36349 \end_inset
36350
36351
36352 \end_layout
36353
36354 \begin_layout Section
36355 Flottant d'enrobage
36356 \begin_inset CommandInset label
36357 LatexCommand label
36358 name "sec:Flottant-d'enrobage"
36359
36360 \end_inset
36361
36362
36363 \begin_inset Index idx
36364 status collapsed
36365
36366 \begin_layout Plain Layout
36367 Flottants ! Flottants d'enrobage
36368 \end_layout
36369
36370 \end_inset
36371
36372
36373 \lang english
36374
36375 \begin_inset Index idx
36376 status collapsed
36377
36378 \begin_layout Plain Layout
36379 Entourés par du texte ! Flottants d'enrobage
36380 \end_layout
36381
36382 \end_inset
36383
36384
36385 \end_layout
36386
36387 \begin_layout Standard
36388 \begin_inset Wrap figure
36389 lines 0
36390 placement l
36391 overhang 1cm
36392 width "40col%"
36393 status open
36394
36395 \begin_layout Plain Layout
36396 \begin_inset Graphics
36397         filename ../clipart/mobius.eps
36398         width 40col%
36399         scaleBeforeRotation
36400         rotateOrigin center
36401
36402 \end_inset
36403
36404
36405 \end_layout
36406
36407 \begin_layout Plain Layout
36408 \begin_inset Caption
36409
36410 \begin_layout Plain Layout
36411 \begin_inset CommandInset label
36412 LatexCommand label
36413 name "fig:Figure-enrobée"
36414
36415 \end_inset
36416
36417 Ceci est une figure habillée.
36418 \end_layout
36419
36420 \end_inset
36421
36422
36423 \end_layout
36424
36425 \end_inset
36426
36427  Ce type de flottant est utilisé quand on veut que le texte habille la figure
36428  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
36429  Vous pouvez en insérer un en utilisant le menu 
36430 \family sans
36431 Insérer\SpecialChar \menuseparator
36432 Flottant\SpecialChar \menuseparator
36433 Flottant
36434 \begin_inset space ~
36435 \end_inset
36436
36437 d'enrobage
36438 \family default
36439  à la condition que le paquetage LaTeX 
36440 \series bold
36441 wrapfig
36442 \series default
36443
36444 \begin_inset Index idx
36445 status collapsed
36446
36447 \begin_layout Plain Layout
36448 Paquetages LaTeX ! wrapfig
36449 \begin_inset ERT
36450 status collapsed
36451
36452 \begin_layout Plain Layout
36453
36454
36455 \backslash
36456 vspace{4mm}
36457 \end_layout
36458
36459 \end_inset
36460
36461
36462 \end_layout
36463
36464 \end_inset
36465
36466  soit installé.
36467 \begin_inset Foot
36468 status collapsed
36469
36470 \begin_layout Plain Layout
36471 Voyez dans la manuel 
36472 \emph on
36473 Configuration
36474 \begin_inset space ~
36475 \end_inset
36476
36477 LaTeX 
36478 \emph default
36479 comment installer des paquetages LaTeX.
36480 \end_layout
36481
36482 \end_inset
36483
36484  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
36485  sur la boîte du flottant.
36486  Les paramètres obligatoires sont l'
36487 \family sans
36488 Emplacement
36489 \family default
36490  et la 
36491 \family sans
36492 Largeur
36493 \family default
36494 .
36495  Les paramètres facultatifs sont le 
36496 \family sans
36497 Débordement
36498 \family default
36499  qui précise de combien le flottant déborde sur la marge du paragraphe ou
36500  de la page et la 
36501 \family sans
36502 Porté de la ligne
36503 \family default
36504  qui précise le nombre approximatif de lignes dont le flottant va avoir
36505  besoin.
36506  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
36507  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
36508  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
36509  à l'intérieur du paragraphe ou vers les autres paragraphes.
36510  La figure
36511 \begin_inset space ~
36512 \end_inset
36513
36514
36515 \begin_inset CommandInset ref
36516 LatexCommand ref
36517 reference "fig:Figure-enrobée"
36518
36519 \end_inset
36520
36521  est un exemple de flottant d'enrobage avec une largeur de 40
36522 \begin_inset space \thinspace{}
36523 \end_inset
36524
36525 col%, un débordement de 1
36526 \begin_inset space \thinspace{}
36527 \end_inset
36528
36529 cm et placé à gauche.
36530 \end_layout
36531
36532 \begin_layout Standard
36533 \begin_inset Note Greyedout
36534 status open
36535
36536 \begin_layout Plain Layout
36537
36538 \series bold
36539 Note:
36540 \series default
36541  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
36542  figure trop près du bas de page peut tout chambouler et faire que le flottant
36543  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
36544  de texte.
36545 \end_layout
36546
36547 \end_inset
36548
36549
36550 \end_layout
36551
36552 \begin_layout Standard
36553 En général:
36554 \end_layout
36555
36556 \begin_layout Itemize
36557 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
36558  qui risquent de passer à la page suivante.
36559  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
36560  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
36561  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
36562  de page.
36563 \end_layout
36564
36565 \begin_layout Itemize
36566 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
36567  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
36568 e.
36569 \end_layout
36570
36571 \begin_layout Itemize
36572 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
36573  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
36574  texte entre les deux, comme séparateur.
36575 \end_layout
36576
36577 \begin_layout Itemize
36578 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
36579  ou les tableaux.
36580 \end_layout
36581
36582 \begin_layout Itemize
36583 Leur numérotation et leur référencement fonctionnent comme décrit dans le
36584  chapitre
36585 \begin_inset space \thinspace{}
36586 \end_inset
36587
36588
36589 \begin_inset CommandInset ref
36590 LatexCommand ref
36591 reference "chap:Flottants"
36592
36593 \end_inset
36594
36595 .
36596 \end_layout
36597
36598 \begin_layout Section
36599 Objets fixes entourés par du texte
36600 \lang english
36601
36602 \begin_inset Index idx
36603 status collapsed
36604
36605 \begin_layout Plain Layout
36606 Entouré par du texte ! Objets fixes
36607 \end_layout
36608
36609 \end_inset
36610
36611
36612 \end_layout
36613
36614 \begin_layout Standard
36615 Les flottants d'enrobage décrits dans la section
36616 \begin_inset space \thinspace{}
36617 \end_inset
36618
36619
36620 \begin_inset CommandInset ref
36621 LatexCommand ref
36622 reference "sec:Flottant-d'enrobage"
36623
36624 \end_inset
36625
36626  prennent les positions suivantes dans le paragraphe :
36627 \end_layout
36628
36629 \begin_layout Standard
36630 \noindent
36631 \align center
36632 \begin_inset Tabular
36633 <lyxtabular version="3" rows="2" columns="2">
36634 <features tabularvalignment="middle">
36635 <column alignment="center" valignment="top" width="0">
36636 <column alignment="center" valignment="top" width="0">
36637 <row>
36638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36639 \begin_inset Text
36640
36641 \begin_layout Plain Layout
36642 \begin_inset Graphics
36643         filename ../../images/dialog-show-new-inset_graphics.png
36644         scale 70
36645         scaleBeforeRotation
36646
36647 \end_inset
36648
36649
36650 \end_layout
36651
36652 \end_inset
36653 </cell>
36654 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36655 \begin_inset Text
36656
36657 \begin_layout Plain Layout
36658 texte
36659 \end_layout
36660
36661 \end_inset
36662 </cell>
36663 </row>
36664 <row>
36665 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36666 \begin_inset Text
36667
36668 \begin_layout Plain Layout
36669 texte
36670 \end_layout
36671
36672 \end_inset
36673 </cell>
36674 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36675 \begin_inset Text
36676
36677 \begin_layout Plain Layout
36678 texte
36679 \end_layout
36680
36681 \end_inset
36682 </cell>
36683 </row>
36684 </lyxtabular>
36685
36686 \end_inset
36687
36688  ou 
36689 \begin_inset Tabular
36690 <lyxtabular version="3" rows="2" columns="2">
36691 <features tabularvalignment="middle">
36692 <column alignment="center" valignment="top" width="0">
36693 <column alignment="center" valignment="top" width="0">
36694 <row>
36695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36696 \begin_inset Text
36697
36698 \begin_layout Plain Layout
36699 texte
36700 \end_layout
36701
36702 \end_inset
36703 </cell>
36704 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36705 \begin_inset Text
36706
36707 \begin_layout Plain Layout
36708 \begin_inset Graphics
36709         filename ../../images/dialog-show-new-inset_graphics.png
36710         scale 70
36711         scaleBeforeRotation
36712
36713 \end_inset
36714
36715
36716 \end_layout
36717
36718 \end_inset
36719 </cell>
36720 </row>
36721 <row>
36722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36723 \begin_inset Text
36724
36725 \begin_layout Plain Layout
36726 texte
36727 \end_layout
36728
36729 \end_inset
36730 </cell>
36731 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36732 \begin_inset Text
36733
36734 \begin_layout Plain Layout
36735 texte
36736 \end_layout
36737
36738 \end_inset
36739 </cell>
36740 </row>
36741 </lyxtabular>
36742
36743 \end_inset
36744
36745
36746 \end_layout
36747
36748 \begin_layout Standard
36749 Pour avoir un objet exactement à la position à laquelle il a été inséré,
36750  par exemple pour avoir une de ces positions :
36751 \begin_inset VSpace defskip
36752 \end_inset
36753
36754
36755 \end_layout
36756
36757 \begin_layout Standard
36758 \noindent
36759 \align center
36760 \begin_inset Tabular
36761 <lyxtabular version="3" rows="2" columns="2">
36762 <features tabularvalignment="middle">
36763 <column alignment="center" valignment="top" width="0">
36764 <column alignment="center" valignment="top" width="0">
36765 <row>
36766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36767 \begin_inset Text
36768
36769 \begin_layout Plain Layout
36770 texte
36771 \end_layout
36772
36773 \end_inset
36774 </cell>
36775 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36776 \begin_inset Text
36777
36778 \begin_layout Plain Layout
36779 texte
36780 \end_layout
36781
36782 \end_inset
36783 </cell>
36784 </row>
36785 <row>
36786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36787 \begin_inset Text
36788
36789 \begin_layout Plain Layout
36790 \begin_inset Graphics
36791         filename ../../images/dialog-show-new-inset_graphics.png
36792         scale 70
36793         scaleBeforeRotation
36794
36795 \end_inset
36796
36797
36798 \end_layout
36799
36800 \end_inset
36801 </cell>
36802 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36803 \begin_inset Text
36804
36805 \begin_layout Plain Layout
36806 texte
36807 \end_layout
36808
36809 \end_inset
36810 </cell>
36811 </row>
36812 </lyxtabular>
36813
36814 \end_inset
36815
36816  
36817 \begin_inset Tabular
36818 <lyxtabular version="3" rows="2" columns="2">
36819 <features tabularvalignment="middle">
36820 <column alignment="center" valignment="top" width="0">
36821 <column alignment="center" valignment="top" width="0">
36822 <row>
36823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36824 \begin_inset Text
36825
36826 \begin_layout Plain Layout
36827 texte
36828 \end_layout
36829
36830 \end_inset
36831 </cell>
36832 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36833 \begin_inset Text
36834
36835 \begin_layout Plain Layout
36836 texte
36837 \end_layout
36838
36839 \end_inset
36840 </cell>
36841 </row>
36842 <row>
36843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36844 \begin_inset Text
36845
36846 \begin_layout Plain Layout
36847 texte
36848 \end_layout
36849
36850 \end_inset
36851 </cell>
36852 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36853 \begin_inset Text
36854
36855 \begin_layout Plain Layout
36856 \begin_inset Graphics
36857         filename ../../images/dialog-show-new-inset_graphics.png
36858         scale 70
36859         scaleBeforeRotation
36860
36861 \end_inset
36862
36863
36864 \end_layout
36865
36866 \end_inset
36867 </cell>
36868 </row>
36869 </lyxtabular>
36870
36871 \end_inset
36872
36873  
36874 \begin_inset Tabular
36875 <lyxtabular version="3" rows="2" columns="3">
36876 <features tabularvalignment="middle">
36877 <column alignment="center" valignment="top" width="0">
36878 <column alignment="center" valignment="top" width="0">
36879 <column alignment="center" valignment="top" width="0">
36880 <row>
36881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36882 \begin_inset Text
36883
36884 \begin_layout Plain Layout
36885 texte
36886 \end_layout
36887
36888 \end_inset
36889 </cell>
36890 <cell alignment="center" valignment="top" topline="true" usebox="none">
36891 \begin_inset Text
36892
36893 \begin_layout Plain Layout
36894 \begin_inset Graphics
36895         filename ../../images/dialog-show-new-inset_graphics.png
36896         scale 70
36897         scaleBeforeRotation
36898
36899 \end_inset
36900
36901
36902 \end_layout
36903
36904 \end_inset
36905 </cell>
36906 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36907 \begin_inset Text
36908
36909 \begin_layout Plain Layout
36910 texte
36911 \end_layout
36912
36913 \end_inset
36914 </cell>
36915 </row>
36916 <row>
36917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36918 \begin_inset Text
36919
36920 \begin_layout Plain Layout
36921 texte
36922 \end_layout
36923
36924 \end_inset
36925 </cell>
36926 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36927 \begin_inset Text
36928
36929 \begin_layout Plain Layout
36930 texte
36931 \end_layout
36932
36933 \end_inset
36934 </cell>
36935 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36936 \begin_inset Text
36937
36938 \begin_layout Plain Layout
36939 texte
36940 \end_layout
36941
36942 \end_inset
36943 </cell>
36944 </row>
36945 </lyxtabular>
36946
36947 \end_inset
36948
36949  
36950 \begin_inset Tabular
36951 <lyxtabular version="3" rows="2" columns="3">
36952 <features tabularvalignment="middle">
36953 <column alignment="center" valignment="top" width="0">
36954 <column alignment="center" valignment="top" width="0">
36955 <column alignment="center" valignment="top" width="0">
36956 <row>
36957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36958 \begin_inset Text
36959
36960 \begin_layout Plain Layout
36961 texte
36962 \end_layout
36963
36964 \end_inset
36965 </cell>
36966 <cell alignment="center" valignment="top" topline="true" usebox="none">
36967 \begin_inset Text
36968
36969 \begin_layout Plain Layout
36970 texte
36971 \end_layout
36972
36973 \end_inset
36974 </cell>
36975 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36976 \begin_inset Text
36977
36978 \begin_layout Plain Layout
36979 texte
36980 \end_layout
36981
36982 \end_inset
36983 </cell>
36984 </row>
36985 <row>
36986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36987 \begin_inset Text
36988
36989 \begin_layout Plain Layout
36990 texte
36991 \end_layout
36992
36993 \end_inset
36994 </cell>
36995 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36996 \begin_inset Text
36997
36998 \begin_layout Plain Layout
36999 \begin_inset Graphics
37000         filename ../../images/dialog-show-new-inset_graphics.png
37001         scale 70
37002         scaleBeforeRotation
37003
37004 \end_inset
37005
37006
37007 \end_layout
37008
37009 \end_inset
37010 </cell>
37011 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37012 \begin_inset Text
37013
37014 \begin_layout Plain Layout
37015 texte
37016 \end_layout
37017
37018 \end_inset
37019 </cell>
37020 </row>
37021 </lyxtabular>
37022
37023 \end_inset
37024
37025
37026 \end_layout
37027
37028 \begin_layout Standard
37029 \noindent
37030 \align center
37031 \begin_inset Tabular
37032 <lyxtabular version="3" rows="3" columns="2">
37033 <features tabularvalignment="middle">
37034 <column alignment="center" valignment="top" width="0">
37035 <column alignment="center" valignment="top" width="0">
37036 <row>
37037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37038 \begin_inset Text
37039
37040 \begin_layout Plain Layout
37041 texte
37042 \end_layout
37043
37044 \end_inset
37045 </cell>
37046 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37047 \begin_inset Text
37048
37049 \begin_layout Plain Layout
37050 texte
37051 \end_layout
37052
37053 \end_inset
37054 </cell>
37055 </row>
37056 <row>
37057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37058 \begin_inset Text
37059
37060 \begin_layout Plain Layout
37061 \begin_inset Graphics
37062         filename ../../images/dialog-show-new-inset_graphics.png
37063         scale 70
37064         scaleBeforeRotation
37065
37066 \end_inset
37067
37068
37069 \end_layout
37070
37071 \end_inset
37072 </cell>
37073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37074 \begin_inset Text
37075
37076 \begin_layout Plain Layout
37077 texte
37078 \end_layout
37079
37080 \end_inset
37081 </cell>
37082 </row>
37083 <row>
37084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37085 \begin_inset Text
37086
37087 \begin_layout Plain Layout
37088 texte
37089 \end_layout
37090
37091 \end_inset
37092 </cell>
37093 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37094 \begin_inset Text
37095
37096 \begin_layout Plain Layout
37097 texte
37098 \end_layout
37099
37100 \end_inset
37101 </cell>
37102 </row>
37103 </lyxtabular>
37104
37105 \end_inset
37106
37107  
37108 \begin_inset Tabular
37109 <lyxtabular version="3" rows="3" columns="3">
37110 <features tabularvalignment="middle">
37111 <column alignment="center" valignment="top" width="0">
37112 <column alignment="center" valignment="top" width="0">
37113 <column alignment="center" valignment="top" width="0">
37114 <row>
37115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37116 \begin_inset Text
37117
37118 \begin_layout Plain Layout
37119 texte
37120 \end_layout
37121
37122 \end_inset
37123 </cell>
37124 <cell alignment="center" valignment="top" topline="true" usebox="none">
37125 \begin_inset Text
37126
37127 \begin_layout Plain Layout
37128 texte
37129 \end_layout
37130
37131 \end_inset
37132 </cell>
37133 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37134 \begin_inset Text
37135
37136 \begin_layout Plain Layout
37137 texte
37138 \end_layout
37139
37140 \end_inset
37141 </cell>
37142 </row>
37143 <row>
37144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37145 \begin_inset Text
37146
37147 \begin_layout Plain Layout
37148 texte
37149 \end_layout
37150
37151 \end_inset
37152 </cell>
37153 <cell alignment="center" valignment="top" usebox="none">
37154 \begin_inset Text
37155
37156 \begin_layout Plain Layout
37157 \begin_inset Graphics
37158         filename ../../images/dialog-show-new-inset_graphics.png
37159         scale 70
37160         scaleBeforeRotation
37161
37162 \end_inset
37163
37164
37165 \end_layout
37166
37167 \end_inset
37168 </cell>
37169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37170 \begin_inset Text
37171
37172 \begin_layout Plain Layout
37173 texte
37174 \end_layout
37175
37176 \end_inset
37177 </cell>
37178 </row>
37179 <row>
37180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37181 \begin_inset Text
37182
37183 \begin_layout Plain Layout
37184 texte
37185 \end_layout
37186
37187 \end_inset
37188 </cell>
37189 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37190 \begin_inset Text
37191
37192 \begin_layout Plain Layout
37193 texte
37194 \end_layout
37195
37196 \end_inset
37197 </cell>
37198 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37199 \begin_inset Text
37200
37201 \begin_layout Plain Layout
37202 texte
37203 \end_layout
37204
37205 \end_inset
37206 </cell>
37207 </row>
37208 </lyxtabular>
37209
37210 \end_inset
37211
37212  
37213 \begin_inset Tabular
37214 <lyxtabular version="3" rows="3" columns="2">
37215 <features tabularvalignment="middle">
37216 <column alignment="center" valignment="top" width="0">
37217 <column alignment="center" valignment="top" width="0">
37218 <row>
37219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37220 \begin_inset Text
37221
37222 \begin_layout Plain Layout
37223 texte
37224 \end_layout
37225
37226 \end_inset
37227 </cell>
37228 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37229 \begin_inset Text
37230
37231 \begin_layout Plain Layout
37232 texte
37233 \end_layout
37234
37235 \end_inset
37236 </cell>
37237 </row>
37238 <row>
37239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37240 \begin_inset Text
37241
37242 \begin_layout Plain Layout
37243 texte
37244 \end_layout
37245
37246 \end_inset
37247 </cell>
37248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37249 \begin_inset Text
37250
37251 \begin_layout Plain Layout
37252 \begin_inset Graphics
37253         filename ../../images/dialog-show-new-inset_graphics.png
37254         scale 70
37255         scaleBeforeRotation
37256
37257 \end_inset
37258
37259
37260 \end_layout
37261
37262 \end_inset
37263 </cell>
37264 </row>
37265 <row>
37266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37267 \begin_inset Text
37268
37269 \begin_layout Plain Layout
37270 texte
37271 \end_layout
37272
37273 \end_inset
37274 </cell>
37275 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37276 \begin_inset Text
37277
37278 \begin_layout Plain Layout
37279 texte
37280 \end_layout
37281
37282 \end_inset
37283 </cell>
37284 </row>
37285 </lyxtabular>
37286
37287 \end_inset
37288
37289
37290 \end_layout
37291
37292 \begin_layout Standard
37293 vous pouvez utiliser la paquetage LaTeX 
37294 \end_layout
37295
37296 \begin_layout Standard
37297 \noindent
37298
37299 \series bold
37300 picinpar
37301 \series default
37302
37303 \begin_inset Index idx
37304 status collapsed
37305
37306 \begin_layout Plain Layout
37307 Paquetages LaTeX ! picinpar
37308 \end_layout
37309
37310 \end_inset
37311
37312 .
37313  Voici un exemple :
37314 \end_layout
37315
37316 \begin_layout Standard
37317 \begin_inset ERT
37318 status collapsed
37319
37320 \begin_layout Plain Layout
37321
37322
37323 \backslash
37324 ifpicinpar
37325 \end_layout
37326
37327 \end_inset
37328
37329
37330 \begin_inset Note Note
37331 status open
37332
37333 \begin_layout Plain Layout
37334 La section suivante ne sera affichée que si le paquetage LaTeX 
37335 \series bold
37336 picinpar
37337 \series default
37338  a été installé.
37339 \end_layout
37340
37341 \end_inset
37342
37343
37344 \end_layout
37345
37346 \begin_layout Standard
37347 \begin_inset ERT
37348 status collapsed
37349
37350 \begin_layout Plain Layout
37351
37352
37353 \backslash
37354 begin{window}[2,c,{
37355 \end_layout
37356
37357 \end_inset
37358
37359
37360 \begin_inset Graphics
37361         filename ../clipart/mobius.eps
37362         lyxscale 60
37363         width 40col%
37364         scaleBeforeRotation
37365         rotateOrigin center
37366
37367 \end_inset
37368
37369
37370 \begin_inset ERT
37371 status collapsed
37372
37373 \begin_layout Plain Layout
37374
37375 },]
37376 \end_layout
37377
37378 \begin_layout Plain Layout
37379
37380 {}
37381 \end_layout
37382
37383 \end_inset
37384
37385
37386 \size small
37387 \lang english
37388 It was in the spring of the year 1894 that all London was interested, and
37389  the fashionable world dismayed, by the murder of the Honourable Ronald
37390  Adair under most unusual and inexplicable circumstances.
37391  The public has already learned those particulars of the crime which
37392 \size default
37393
37394 \begin_inset ERT
37395 status collapsed
37396
37397 \begin_layout Plain Layout
37398
37399
37400 \backslash
37401 footnotemark{}
37402 \end_layout
37403
37404 \end_inset
37405
37406
37407 \size small
37408  came out in the police investigation, but a good deal was suppressed upon
37409  that occasion, since the case for the prosecution was so overwhelmingly
37410  strong that it was not necessary to bring forward all the facts.
37411  Only now, at the end of nearly ten years, am I allowed to supply those
37412  missing links which make up the whole of that remarkable chain
37413 \lang french
37414 .
37415 \size default
37416
37417 \begin_inset ERT
37418 status collapsed
37419
37420 \begin_layout Plain Layout
37421
37422
37423 \backslash
37424 end{window}
37425 \end_layout
37426
37427 \end_inset
37428
37429
37430 \end_layout
37431
37432 \begin_layout Standard
37433
37434 \lang english
37435 \begin_inset ERT
37436 status collapsed
37437
37438 \begin_layout Plain Layout
37439
37440
37441 \backslash
37442 footnotetext{
37443 \end_layout
37444
37445 \end_inset
37446
37447
37448 \lang french
37449 Note de pied de page du paragraphe avec objet fixe.
37450 \lang english
37451
37452 \begin_inset ERT
37453 status collapsed
37454
37455 \begin_layout Plain Layout
37456
37457 }
37458 \end_layout
37459
37460 \end_inset
37461
37462
37463 \end_layout
37464
37465 \begin_layout Standard
37466 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
37467  d'eux et leur position est déterminée par le nombre de lignes de texte
37468  situées audessus d'eux.
37469  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
37470  numérotée.
37471 \end_layout
37472
37473 \begin_layout Standard
37474 Un objet fixe enrobé est inséré en ajoutant la commande
37475 \end_layout
37476
37477 \begin_layout Standard
37478
37479 \series bold
37480
37481 \backslash
37482 begin{window}[2,c,{
37483 \end_layout
37484
37485 \begin_layout Standard
37486 en code TeX au debut du paragraphe.
37487  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
37488  dessus de l'objet, le second, ici 'c', la position de l'objet.
37489  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
37490  ) sont possibles.
37491  Après la commande, vous insérez votre objet.
37492  Dans cet exemple, c'est une image avec une largeur de 40
37493 \begin_inset space \thinspace{}
37494 \end_inset
37495
37496 % de la colonne de texte qui a été insérée.
37497  L'objet peut aussi être un tableau, une boîte ou une équation.
37498  Après l'objet, on insère la commande
37499 \end_layout
37500
37501 \begin_layout Standard
37502
37503 \series bold
37504 },texte de description ]
37505 \begin_inset Newline newline
37506 \end_inset
37507
37508 {}
37509 \end_layout
37510
37511 \begin_layout Standard
37512 Notez que le 
37513 \begin_inset Quotes fld
37514 \end_inset
37515
37516
37517 \series bold
37518 {}
37519 \series default
37520
37521 \begin_inset Quotes frd
37522 \end_inset
37523
37524  est sur la deuxième ligne.
37525  Le texte de description est facultatif.
37526  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
37527  il doit donc commence juste après le 
37528 \series bold
37529 {}
37530 \series default
37531 .
37532  A la fin du paragraphe on insère la commande :
37533 \end_layout
37534
37535 \begin_layout Standard
37536
37537 \series bold
37538
37539 \backslash
37540 end{window}
37541 \end_layout
37542
37543 \begin_layout Standard
37544 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
37545  ajouter des notes de pied de page de la façon habituelle.
37546  Vous devez utiliser la commande 
37547 \series bold
37548
37549 \backslash
37550 footnotemark
37551 \series default
37552  à l'intérieur du paragraphe et la commande 
37553 \series bold
37554
37555 \backslash
37556 footnotetext
37557 \series default
37558  à l'extérieur, comme décrit dans la section
37559 \begin_inset space \thinspace{}
37560 \end_inset
37561
37562
37563 \begin_inset CommandInset ref
37564 LatexCommand ref
37565 reference "sec:Notes-bas-de-page"
37566
37567 \end_inset
37568
37569 .
37570 \end_layout
37571
37572 \begin_layout Standard
37573 \begin_inset ERT
37574 status collapsed
37575
37576 \begin_layout Plain Layout
37577
37578
37579 \backslash
37580 else
37581 \end_layout
37582
37583 \end_inset
37584
37585
37586 \begin_inset Note Note
37587 status open
37588
37589 \begin_layout Plain Layout
37590 Ce qui suit sera affiché si le paquetage LaTeX 
37591 \series bold
37592 picinpar
37593 \series default
37594  n'est pas installé :
37595 \end_layout
37596
37597 \end_inset
37598
37599
37600 \end_layout
37601
37602 \begin_layout Standard
37603 Vous devez installer le paquetage LaTeX 
37604 \series bold
37605 picinpar
37606 \series default
37607  pour voir la suite de cette section dans la sortie imprimée.
37608 \end_layout
37609
37610 \begin_layout Standard
37611 \begin_inset ERT
37612 status collapsed
37613
37614 \begin_layout Plain Layout
37615
37616
37617 \backslash
37618 fi
37619 \end_layout
37620
37621 \end_inset
37622
37623
37624 \end_layout
37625
37626 \begin_layout Section
37627 Lettrines
37628 \begin_inset Index idx
37629 status collapsed
37630
37631 \begin_layout Plain Layout
37632 Lettrines
37633 \end_layout
37634
37635 \end_inset
37636
37637
37638 \begin_inset Index idx
37639 status collapsed
37640
37641 \begin_layout Plain Layout
37642 Entouré par du texte ! Lettrines
37643 \end_layout
37644
37645 \end_inset
37646
37647
37648 \end_layout
37649
37650 \begin_layout Standard
37651 Pour utiliser des lettrines, le paquetage LaTeX 
37652 \series bold
37653 lettrine
37654 \series default
37655
37656 \begin_inset Index idx
37657 status collapsed
37658
37659 \begin_layout Plain Layout
37660 Paquetages LaTeX ! lettrine
37661 \end_layout
37662
37663 \end_inset
37664
37665  doit être installé et vous devez utiliser le module Initiales (
37666 \begin_inset space ~
37667 \end_inset
37668
37669 menu 
37670 \family sans
37671 Document\SpecialChar \menuseparator
37672 Paramètres\SpecialChar \menuseparator
37673 Modules
37674 \family default
37675
37676 \begin_inset space ~
37677 \end_inset
37678
37679 ).
37680  Pour insérer une lettrine, utilisez le style 
37681 \family sans
37682 Initial
37683 \family default
37684 .
37685  Ce dernier a un paramètre obligatoire et un autre facultatif.
37686  Le paramètre obligatoire est inséré avec le menu 
37687 \family sans
37688 Insérer\SpecialChar \menuseparator
37689 Titre
37690 \begin_inset space ~
37691 \end_inset
37692
37693 court
37694 \family default
37695  et contient la lettre qui sert d'initiale.
37696  Pour utiliser aussi le paramètre facultatif, ajoutez un autre paramètre
37697  avant le paramètre obligatoire.
37698  Ce paramètre sert à modifier la lettrine.
37699  Pour plus d'informations sur les paramètres possibles, voyez la documentation
37700  du paquetage 
37701 \series bold
37702 lettrine
37703 \series default
37704
37705 \begin_inset CommandInset citation
37706 LatexCommand cite
37707 key "lettrine"
37708
37709 \end_inset
37710
37711 .
37712  Le style lui-même contient le texte qui doit entourer la lettrine.
37713  Le style habituel est par conséquent que le mot dont la première lettre
37714  est l'initiale soit en 
37715 \shape smallcaps
37716 petites capitales
37717 \shape default
37718 .
37719  Pour indiquer à LaTeX où ce mot se termine, ajoutez une accolade fermante
37720  '}' en code TeX juste après.
37721  A la fin du style on doit placer une accolade ouvrante '{' en code TeX.
37722 \end_layout
37723
37724 \begin_layout Standard
37725 \begin_inset Newpage pagebreak
37726 \end_inset
37727
37728
37729 \end_layout
37730
37731 \begin_layout Standard
37732 Voici quelques exemples
37733 \begin_inset space ~
37734 \end_inset
37735
37736 :
37737 \end_layout
37738
37739 \begin_layout Standard
37740 \begin_inset ERT
37741 status collapsed
37742
37743 \begin_layout Plain Layout
37744
37745
37746 \backslash
37747 iflettrine
37748 \end_layout
37749
37750 \end_inset
37751
37752
37753 \begin_inset Note Note
37754 status open
37755
37756 \begin_layout Plain Layout
37757 La section suivante ne sera affichée que si le paquetage LaTeX 
37758 \series bold
37759 lettrine
37760 \series default
37761  a été installé.
37762 \end_layout
37763
37764 \end_inset
37765
37766
37767 \end_layout
37768
37769 \begin_layout Enumerate
37770 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
37771  mathématique 
37772 \begin_inset Formula $\mathfrak{Fraktur}$
37773 \end_inset
37774
37775 :
37776 \end_layout
37777
37778 \begin_deeper
37779 \begin_layout Initial
37780
37781 \lang english
37782 \begin_inset Argument
37783 status open
37784
37785 \begin_layout Plain Layout
37786 \begin_inset Formula $\mathfrak{I}$
37787 \end_inset
37788
37789
37790 \end_layout
37791
37792 \end_inset
37793
37794 t
37795 \begin_inset ERT
37796 status collapsed
37797
37798 \begin_layout Plain Layout
37799
37800 }
37801 \end_layout
37802
37803 \end_inset
37804
37805  was in the spring of the year 1894 that all London was interested, and
37806  the fashionable world dismayed, by the murder of the Honourable Ronald
37807  Adair under most unusual and inexplicable circumstances.
37808  The public has already learned those particulars of the crime which came
37809  out in the police investigation, but a good deal was suppressed upon that
37810  occasion, since the case for the prosecution was so overwhelmingly strong
37811  that it was not necessary to bring forward all the facts.
37812 \lang french
37813
37814 \begin_inset ERT
37815 status collapsed
37816
37817 \begin_layout Plain Layout
37818
37819 {
37820 \end_layout
37821
37822 \end_inset
37823
37824
37825 \end_layout
37826
37827 \end_deeper
37828 \begin_layout Enumerate
37829 L'initiale est entourée par une seule ligne et est formée de deux lettres
37830  dans la police standard ; aucun texte n'est écrit en petites capitales
37831 \begin_inset space ~
37832 \end_inset
37833
37834 :
37835 \end_layout
37836
37837 \begin_deeper
37838 \begin_layout Initial
37839
37840 \lang english
37841 \begin_inset Argument
37842 status open
37843
37844 \begin_layout Plain Layout
37845 lines=1
37846 \end_layout
37847
37848 \end_inset
37849
37850
37851 \begin_inset Argument
37852 status open
37853
37854 \begin_layout Plain Layout
37855 It
37856 \end_layout
37857
37858 \end_inset
37859
37860
37861 \begin_inset ERT
37862 status collapsed
37863
37864 \begin_layout Plain Layout
37865
37866 }
37867 \end_layout
37868
37869 \end_inset
37870
37871  was in the spring of the year 1894 that all London was interested, and
37872  the fashionable world dismayed, by the murder of the Honourable Ronald
37873  Adair under most unusual and inexplicable circumstances.
37874  The public has already learned those particulars of the crime which came
37875  out in the police investigation, but a good deal was suppressed upon that
37876  occasion, since the case for the prosecution was so overwhelmingly strong
37877  that it was not necessary to bring forward all the facts.
37878 \lang french
37879
37880 \begin_inset ERT
37881 status collapsed
37882
37883 \begin_layout Plain Layout
37884
37885 {
37886 \end_layout
37887
37888 \end_inset
37889
37890
37891 \end_layout
37892
37893 \end_deeper
37894 \begin_layout Enumerate
37895 Initiale descendante sur 3
37896 \begin_inset space ~
37897 \end_inset
37898
37899 lignes en magenta en police mathématique 
37900 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37901 \end_inset
37902
37903 , le texte 
37904 \begin_inset Quotes fld
37905 \end_inset
37906
37907
37908 \lang english
37909 t was in the spring
37910 \lang french
37911
37912 \begin_inset Quotes frd
37913 \end_inset
37914
37915  est en 
37916 \shape smallcaps
37917 petites capitales
37918 \shape default
37919  ; pour colorer la lettrine, il faut insérer la commande suivante juste
37920  avant l'initiale
37921 \begin_inset space ~
37922 \end_inset
37923
37924 :
37925 \begin_inset Newline newline
37926 \end_inset
37927
37928
37929 \series bold
37930
37931 \backslash
37932 renewcommand{
37933 \backslash
37934 LettrineFontHook}{
37935 \backslash
37936 color{couleur}}
37937 \series default
37938
37939 \begin_inset Newline newline
37940 \end_inset
37941
37942 où la 
37943 \emph on
37944 couleur
37945 \emph default
37946  peut être 
37947 \begin_inset Quotes fld
37948 \end_inset
37949
37950 red
37951 \begin_inset Quotes frd
37952 \end_inset
37953
37954
37955 \begin_inset Quotes fld
37956 \end_inset
37957
37958 blue
37959 \begin_inset Quotes frd
37960 \end_inset
37961
37962
37963 \begin_inset Quotes fld
37964 \end_inset
37965
37966 green
37967 \begin_inset Quotes frd
37968 \end_inset
37969
37970
37971 \begin_inset Quotes fld
37972 \end_inset
37973
37974 yellow
37975 \begin_inset Quotes frd
37976 \end_inset
37977
37978
37979 \begin_inset Quotes fld
37980 \end_inset
37981
37982 cyan
37983 \begin_inset Quotes frd
37984 \end_inset
37985
37986
37987 \begin_inset Quotes fld
37988 \end_inset
37989
37990 magenta
37991 \begin_inset Quotes frd
37992 \end_inset
37993
37994
37995 \begin_inset Quotes fld
37996 \end_inset
37997
37998 black
37999 \begin_inset Quotes frd
38000 \end_inset
38001
38002  ou 
38003 \begin_inset Quotes fld
38004 \end_inset
38005
38006 white
38007 \begin_inset Quotes frd
38008 \end_inset
38009
38010 .
38011  On doit aussi ajouter la commande suivante au préambule du document
38012 \begin_inset space ~
38013 \end_inset
38014
38015 :
38016 \begin_inset Newline newline
38017 \end_inset
38018
38019
38020 \series bold
38021
38022 \backslash
38023 @ifundefined{textcolor}
38024 \begin_inset Newline newline
38025 \end_inset
38026
38027
38028 \begin_inset space ~
38029 \end_inset
38030
38031 {
38032 \backslash
38033 usepackage{color}}{}
38034 \end_layout
38035
38036 \begin_deeper
38037 \begin_layout Standard
38038 \begin_inset ERT
38039 status collapsed
38040
38041 \begin_layout Plain Layout
38042
38043
38044 \backslash
38045 renewcommand{
38046 \backslash
38047 LettrineFontHook}{
38048 \backslash
38049 color{magenta}}
38050 \end_layout
38051
38052 \end_inset
38053
38054
38055 \begin_inset Note Note
38056 status collapsed
38057
38058 \begin_layout Plain Layout
38059 colore la lettrine en magenta
38060 \end_layout
38061
38062 \end_inset
38063
38064
38065 \end_layout
38066
38067 \begin_layout Initial
38068
38069 \lang english
38070 \begin_inset Argument
38071 status open
38072
38073 \begin_layout Plain Layout
38074 lines=3, lhang=0.33, loversize=0.25
38075 \end_layout
38076
38077 \end_inset
38078
38079
38080 \begin_inset Argument
38081 status open
38082
38083 \begin_layout Plain Layout
38084 \begin_inset Formula $\mathcal{I}$
38085 \end_inset
38086
38087
38088 \end_layout
38089
38090 \end_inset
38091
38092 t was in the spring
38093 \begin_inset ERT
38094 status collapsed
38095
38096 \begin_layout Plain Layout
38097
38098 }
38099 \end_layout
38100
38101 \end_inset
38102
38103  of the year 1894 that all London was interested, and the fashionable world
38104  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38105  and inexplicable circumstances.
38106  The public has already learned those particulars of the crime which came
38107  out in the police investigation, but a good deal was suppressed upon that
38108  occasion, since the case for the prosecution was so overwhelmingly strong
38109  that it was not necessary to bring forward all the facts.
38110 \lang french
38111
38112 \begin_inset ERT
38113 status collapsed
38114
38115 \begin_layout Plain Layout
38116
38117 {
38118 \end_layout
38119
38120 \end_inset
38121
38122
38123 \end_layout
38124
38125 \end_deeper
38126 \begin_layout Standard
38127 \begin_inset ERT
38128 status collapsed
38129
38130 \begin_layout Plain Layout
38131
38132
38133 \backslash
38134 else
38135 \end_layout
38136
38137 \end_inset
38138
38139
38140 \begin_inset Note Note
38141 status open
38142
38143 \begin_layout Plain Layout
38144 Ce qui suit sera affiché si le paquetage LaTeX 
38145 \series bold
38146 lettrine
38147 \series default
38148  n'est pas installé :
38149 \end_layout
38150
38151 \end_inset
38152
38153
38154 \end_layout
38155
38156 \begin_layout Standard
38157 Vous devez installer le paquetage LaTeX 
38158 \series bold
38159 lettrine
38160 \series default
38161  pour voir la suite de cette section dans la sortie imprimée.
38162 \end_layout
38163
38164 \begin_layout Standard
38165 \begin_inset ERT
38166 status collapsed
38167
38168 \begin_layout Plain Layout
38169
38170
38171 \backslash
38172 fi
38173 \end_layout
38174
38175 \end_inset
38176
38177
38178 \end_layout
38179
38180 \begin_layout Chapter
38181 Trucs externes
38182 \begin_inset Index idx
38183 status collapsed
38184
38185 \begin_layout Plain Layout
38186 Trucs externes
38187 \end_layout
38188
38189 \end_inset
38190
38191
38192 \end_layout
38193
38194 \begin_layout Standard
38195 Avec le menu 
38196 \family sans
38197 Insérer\SpecialChar \menuseparator
38198 Fichier
38199 \family default
38200  vous pouvez insérer un contenu externe à votre document.
38201  Ce contenu peut être :
38202 \end_layout
38203
38204 \begin_layout Description
38205 Document
38206 \begin_inset space ~
38207 \end_inset
38208
38209 LyX Un autre document LyX ; son contenu est directement inséré dans votre
38210  document.
38211 \end_layout
38212
38213 \begin_layout Description
38214 Texte
38215 \begin_inset space ~
38216 \end_inset
38217
38218 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
38219 e.
38220 \end_layout
38221
38222 \begin_layout Description
38223 Texte
38224 \begin_inset space ~
38225 \end_inset
38226
38227 Brut
38228 \begin_inset space ~
38229 \end_inset
38230
38231 par
38232 \begin_inset space ~
38233 \end_inset
38234
38235 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
38236  Les lignes vides créent un nouveau paragraphe dans votre document.
38237 \end_layout
38238
38239 \begin_layout Description
38240 Objet
38241 \begin_inset space ~
38242 \end_inset
38243
38244 Externe Fichiers de formats variés.
38245 \end_layout
38246
38247 \begin_layout Description
38248 Sous-document Documents LyX ou LaTeX.
38249 \end_layout
38250
38251 \begin_layout Section
38252 Objets externes 
38253 \begin_inset Index idx
38254 status collapsed
38255
38256 \begin_layout Plain Layout
38257 Trucs externes ! Objets Externes
38258 \end_layout
38259
38260 \end_inset
38261
38262
38263 \end_layout
38264
38265 \begin_layout Standard
38266 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
38267  de fichiers dans votre document sans avoir à convertir ces derniers en
38268  un format qui soit compatible avec le format de sortie, puisque c'est LyX
38269  qui va s'occuper des conversions.
38270  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
38271  LyX des images dans des formats divers.
38272  Quand vous avez activé 
38273 \family sans
38274 Aperçu
38275 \begin_inset space ~
38276 \end_inset
38277
38278 sur
38279 \begin_inset space ~
38280 \end_inset
38281
38282 le
38283 \begin_inset space ~
38284 \end_inset
38285
38286 vif
38287 \family default
38288  dans le menu des préférences de LyX, dans la rubrique 
38289 \family sans
38290 Apparence\SpecialChar \menuseparator
38291 Graphiques
38292 \family default
38293 , les objets externes de type Dia et Xfig sont affichés directement dans
38294  LyX.
38295 \end_layout
38296
38297 \begin_layout Standard
38298 On insère des objets externes en utilisant la fenêtre de dialogue 
38299 \family sans
38300 Objet
38301 \begin_inset space ~
38302 \end_inset
38303
38304 Externe
38305 \family default
38306  qui est accessible via le menu 
38307 \family sans
38308 Insérer\SpecialChar \menuseparator
38309 Fichiers\SpecialChar \menuseparator
38310 Objet
38311 \begin_inset space ~
38312 \end_inset
38313
38314 Externe
38315 \family default
38316 .
38317  Actuellement les types de fichiers (
38318 \family sans
38319 Modèles
38320 \family default
38321 ) suivants sont autorisés :
38322 \end_layout
38323
38324 \begin_layout Description
38325 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
38326  par le programme 
38327 \series bold
38328
38329 \begin_inset CommandInset href
38330 LatexCommand href
38331 name "XBoard"
38332 target "http://fr.wikipedia.org/wiki/XBoard"
38333
38334 \end_inset
38335
38336
38337 \series default
38338 .
38339 \end_layout
38340
38341 \begin_layout Description
38342 Date Ce modèle insère la date sous la forme 
38343 \emph on
38344 Jour-Mois-Année
38345 \emph default
38346 .
38347  Voici un exemple de date insérée comme objet externe :: 
38348 \begin_inset External
38349         template Date
38350         filename .
38351
38352 \end_inset
38353
38354
38355 \begin_inset space ~
38356 \end_inset
38357
38358
38359 \begin_inset Note Note
38360 status collapsed
38361
38362 \begin_layout Plain Layout
38363 Retirer l'espace protégé quand le bug 4398 sera résolu !
38364 \end_layout
38365
38366 \end_inset
38367
38368
38369 \begin_inset Newline newline
38370 \end_inset
38371
38372 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
38373  Il y a deux autre méthodes pour insérer une date : Avec le menu 
38374 \family sans
38375 Insérer\SpecialChar \menuseparator
38376 Date
38377 \family default
38378  et avec la commande LaTeX 
38379 \series bold
38380
38381 \backslash
38382 today
38383 \series default
38384  entrée comme code TeX.
38385  Ces différentes méthodes sont comparée dans le tableau
38386 \begin_inset space ~
38387 \end_inset
38388
38389
38390 \begin_inset CommandInset ref
38391 LatexCommand ref
38392 reference "tab:Comparaison-des-dates"
38393
38394 \end_inset
38395
38396 .
38397 \end_layout
38398
38399 \begin_layout Description
38400 Dia Ce modèle accepte les diagrammes créés avec le programme 
38401 \series bold
38402
38403 \begin_inset CommandInset href
38404 LatexCommand href
38405 name "Dia"
38406 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
38407
38408 \end_inset
38409
38410
38411 \series default
38412 .
38413 \end_layout
38414
38415 \begin_layout Description
38416 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
38417  ou des tableaux dans le format de 
38418 \series bold
38419
38420 \begin_inset CommandInset href
38421 LatexCommand href
38422 name "Gnumeric"
38423 target "http://fr.wikipedia.org/wiki/Gnumeric"
38424
38425 \end_inset
38426
38427
38428 \series default
38429
38430 \begin_inset CommandInset href
38431 LatexCommand href
38432 name "OpenDocument"
38433 target "http://fr.wikipedia.org/wiki/OpenDocument"
38434
38435 \end_inset
38436
38437
38438 \begin_inset CommandInset href
38439 LatexCommand href
38440 name "Microsoft Office XML"
38441 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38442
38443 \end_inset
38444
38445  et 
38446 \begin_inset CommandInset href
38447 LatexCommand href
38448 name "Office Open XML"
38449 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
38450
38451 \end_inset
38452
38453 .
38454  Pour cette fonction, LyX doit pouvoir trouver le programme 
38455 \family typewriter
38456 ssconvert
38457 \family default
38458  au cours de sa configuration.
38459  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
38460  même si vous n'avez pas de tableaux au format gnumeric.
38461  Pour des exemples et les limitations possibles, jetez un œil au fichier
38462  LyX d'exemple, 
38463 \emph on
38464 spreadsheet.lyx
38465 \emph default
38466 .
38467 \end_layout
38468
38469 \begin_layout Description
38470 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
38471  par le programme 
38472 \series bold
38473
38474 \begin_inset CommandInset href
38475 LatexCommand href
38476 name "LilyPond"
38477 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
38478
38479 \end_inset
38480
38481
38482 \series default
38483 .
38484  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
38485  au fichier LyX d'exemple 
38486 \emph on
38487 lilypond.lyx
38488 \emph default
38489 .
38490 \end_layout
38491
38492 \begin_layout Description
38493 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
38494  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
38495  
38496 \emph on
38497 pages
38498 \emph default
38499  dans le champ 
38500 \family sans
38501 Option
38502 \family default
38503  dans l'onglet 
38504 \family sans
38505 Options LaTeX et LyX
38506 \family default
38507 .
38508  L'argument de cette option est une liste d'éléments séparés par des virgules,
38509  contenant des numéros de pages (
38510 \begin_inset space ~
38511 \end_inset
38512
38513 insérez comme option 
38514 \series bold
38515 pages={3,5,6,8}
38516 \series default
38517
38518 \begin_inset space ~
38519 \end_inset
38520
38521 ), des plages de numéros de pages (
38522 \series bold
38523
38524 \begin_inset space ~
38525 \end_inset
38526
38527 pages={4-9}
38528 \series default
38529
38530 \begin_inset space ~
38531 \end_inset
38532
38533 ) ou n'importe quelle combinaison des deux.
38534  Pour insérer des pages vides, utilisez 
38535 \series bold
38536 {}
38537 \series default
38538 .
38539  Par exemple 
38540 \begin_inset space ~
38541 \end_inset
38542
38543
38544 \series bold
38545 pages={3,{},8-11,15}
38546 \series default
38547  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
38548  15.
38549  Les plages de pages sont décrites avec la syntaxe 
38550 \emph on
38551 début-fin
38552 \emph default
38553  qui sélectionne toutes les pages de 
38554 \emph on
38555 début
38556 \emph default
38557  jusqu'à 
38558 \emph on
38559 fin
38560 \emph default
38561 .
38562  Si on omet 
38563 \emph on
38564 début
38565 \emph default
38566 , on commence implicitement à la première page ; de même, omettre 
38567 \emph on
38568 fin
38569 \emph default
38570  termine implicitement à la dernière page du document.
38571  La dernière page du document peut aussi être désignée par le mot-clé 
38572 \series bold
38573 last
38574 \series default
38575  (
38576 \begin_inset space ~
38577 \end_inset
38578
38579 ce dernier n'est accepté que pour une plage de pages
38580 \begin_inset space ~
38581 \end_inset
38582
38583 ).
38584  Donc 
38585 \series bold
38586 pages=-
38587 \series default
38588  va insérer toutes les pages du document et 
38589 \series bold
38590 pages=last-1
38591 \series default
38592  va insérer toutes les pages dans l'ordre inverse.
38593  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
38594 \begin_inset Newline newline
38595 \end_inset
38596
38597 L'option 
38598 \series bold
38599 noautoscale
38600 \series default
38601  insère les pages avec leur taille d'origine, si cette option n'est pas
38602  donnée, les pages seront redimensionnées
38603 \begin_inset space \space{}
38604 \end_inset
38605
38606 pour tenir dans la largeur de page de votre document.
38607  Dans l'onglet 
38608 \family sans
38609 Taille
38610 \begin_inset space ~
38611 \end_inset
38612
38613 et
38614 \begin_inset space ~
38615 \end_inset
38616
38617 rotation
38618 \family default
38619  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
38620  qu'une éventuelle rotation.
38621  Si vous utilisez une autre largeur que 100
38622 \begin_inset space \thinspace{}
38623 \end_inset
38624
38625 Échelle%, l'option 
38626 \series bold
38627 noautoscale
38628 \series default
38629  sera neutralisée.
38630  Pour plus d'information sur les options possibles, jetez un œil sur la
38631  documentation du paquetage LaTeX 
38632 \series bold
38633 pdfpages
38634 \series default
38635  
38636 \begin_inset CommandInset citation
38637 LatexCommand cite
38638 key "pdfpages"
38639
38640 \end_inset
38641
38642 .
38643 \begin_inset Index idx
38644 status collapsed
38645
38646 \begin_layout Plain Layout
38647 Paquetages LaTeX ! pdfpages
38648 \end_layout
38649
38650 \end_inset
38651
38652
38653 \begin_inset Newline newline
38654 \end_inset
38655
38656 Pour utiliser ce modèle dans une présentation 
38657 \family sans
38658 Beamer
38659 \family default
38660  vous devez d'abord insérer un environnement 
38661 \family sans
38662 FinCadre
38663 \family default
38664  et dans la suite, dans un paragraphe, une boîte de code TeX contenant la
38665  commande 
38666 \series bold
38667
38668 \backslash
38669 setbeamertemplate{background canvas}{}
38670 \series default
38671 .
38672  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
38673  que vous voulez.
38674  Après les pages PDF incorporées, vous pouvez reprendre la présentation
38675  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
38676  section.
38677  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
38678  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
38679  le modèle.
38680 \begin_inset Newline newline
38681 \end_inset
38682
38683 Voici un PDF incorporé basculé de -5°
38684 \begin_inset space ~
38685 \end_inset
38686
38687 °: 
38688 \begin_inset External
38689         template PDFPages
38690         filename ../clipart/Abstract.pdf
38691         extra LaTeX "noautoscale, pages=-"
38692         rotateAngle -5
38693         rotateOrigin bottomleft
38694
38695 \end_inset
38696
38697
38698 \end_layout
38699
38700 \begin_layout Description
38701 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
38702  Les images peuvent être traitées dans la fenêtre de dialogue 
38703 \family sans
38704 Objet
38705 \begin_inset space ~
38706 \end_inset
38707
38708 Externe
38709 \family default
38710  comme les images qui sont habituellement incorporées en utilisant le menu
38711  
38712 \family sans
38713 Insérer\SpecialChar \menuseparator
38714 Graphique
38715 \family default
38716 , comme c'est décrit dans la section
38717 \begin_inset space ~
38718 \end_inset
38719
38720
38721 \begin_inset CommandInset ref
38722 LatexCommand ref
38723 reference "sec:Graphics-Dialog"
38724
38725 \end_inset
38726
38727 .
38728  La différence avec l'insertion normale d'image est que seules les images
38729  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
38730  ne sont pas acceptées.
38731  Voici un exemple d'insertion d'image matricielle
38732 \begin_inset space ~
38733 \end_inset
38734
38735
38736 \begin_inset External
38737         template RasterImage
38738         filename ../clipart/ToolbarEnvBox.png
38739
38740 \end_inset
38741
38742
38743 \end_layout
38744
38745 \begin_layout Description
38746 XFig Ce modèle accepte les images créées avec le programme 
38747 \series bold
38748
38749 \begin_inset CommandInset href
38750 LatexCommand href
38751 name "Xfig"
38752 target "http://fr.wikipedia.org/wiki/Xfig"
38753
38754 \end_inset
38755
38756
38757 \series default
38758 .
38759 \end_layout
38760
38761 \begin_layout Standard
38762 \begin_inset Float table
38763 placement !h
38764 wide false
38765 sideways false
38766 status open
38767
38768 \begin_layout Plain Layout
38769 \begin_inset Caption
38770
38771 \begin_layout Plain Layout
38772 \begin_inset CommandInset label
38773 LatexCommand label
38774 name "tab:Comparaison-des-dates"
38775
38776 \end_inset
38777
38778 Comparaison des méthodes d'insertion de la date.
38779 \end_layout
38780
38781 \end_inset
38782
38783
38784 \end_layout
38785
38786 \begin_layout Plain Layout
38787 \align center
38788 \begin_inset Tabular
38789 <lyxtabular version="3" rows="4" columns="4">
38790 <features tabularvalignment="middle">
38791 <column alignment="center" valignment="top" width="0">
38792 <column alignment="center" valignment="top" width="0">
38793 <column alignment="center" valignment="top" width="0">
38794 <column alignment="center" valignment="top" width="0">
38795 <row>
38796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38797 \begin_inset Text
38798
38799 \begin_layout Plain Layout
38800 Format du document
38801 \end_layout
38802
38803 \end_inset
38804 </cell>
38805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38806 \begin_inset Text
38807
38808 \begin_layout Plain Layout
38809
38810 \family sans
38811 Objet
38812 \begin_inset space ~
38813 \end_inset
38814
38815 Externe\SpecialChar \menuseparator
38816 Date
38817 \end_layout
38818
38819 \end_inset
38820 </cell>
38821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38822 \begin_inset Text
38823
38824 \begin_layout Plain Layout
38825
38826 \family sans
38827 Insérer\SpecialChar \menuseparator
38828 Date
38829 \end_layout
38830
38831 \end_inset
38832 </cell>
38833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38834 \begin_inset Text
38835
38836 \begin_layout Plain Layout
38837 commande 
38838 \series bold
38839
38840 \backslash
38841 today
38842 \end_layout
38843
38844 \end_inset
38845 </cell>
38846 </row>
38847 <row>
38848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38849 \begin_inset Text
38850
38851 \begin_layout Plain Layout
38852 LyX
38853 \end_layout
38854
38855 \end_inset
38856 </cell>
38857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38858 \begin_inset Text
38859
38860 \begin_layout Plain Layout
38861 comme boîte d'insert
38862 \end_layout
38863
38864 \end_inset
38865 </cell>
38866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38867 \begin_inset Text
38868
38869 \begin_layout Plain Layout
38870 comme date
38871 \end_layout
38872
38873 \end_inset
38874 </cell>
38875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38876 \begin_inset Text
38877
38878 \begin_layout Plain Layout
38879 comme boîte de code TeX
38880 \end_layout
38881
38882 \end_inset
38883 </cell>
38884 </row>
38885 <row>
38886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38887 \begin_inset Text
38888
38889 \begin_layout Plain Layout
38890 LaTeX
38891 \end_layout
38892
38893 \end_inset
38894 </cell>
38895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38896 \begin_inset Text
38897
38898 \begin_layout Plain Layout
38899 comme date
38900 \end_layout
38901
38902 \end_inset
38903 </cell>
38904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38905 \begin_inset Text
38906
38907 \begin_layout Plain Layout
38908 comme date
38909 \end_layout
38910
38911 \end_inset
38912 </cell>
38913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38914 \begin_inset Text
38915
38916 \begin_layout Plain Layout
38917 comme commande
38918 \end_layout
38919
38920 \end_inset
38921 </cell>
38922 </row>
38923 <row>
38924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38925 \begin_inset Text
38926
38927 \begin_layout Plain Layout
38928 DVI, PDF, PS
38929 \end_layout
38930
38931 \end_inset
38932 </cell>
38933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38934 \begin_inset Text
38935
38936 \begin_layout Plain Layout
38937 comme date
38938 \end_layout
38939
38940 \end_inset
38941 </cell>
38942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38943 \begin_inset Text
38944
38945 \begin_layout Plain Layout
38946 comme date
38947 \end_layout
38948
38949 \end_inset
38950 </cell>
38951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38952 \begin_inset Text
38953
38954 \begin_layout Plain Layout
38955 comme date date
38956 \end_layout
38957
38958 \end_inset
38959 </cell>
38960 </row>
38961 </lyxtabular>
38962
38963 \end_inset
38964
38965
38966 \end_layout
38967
38968 \end_inset
38969
38970
38971 \end_layout
38972
38973 \begin_layout Standard
38974 Quand vous activez l'option 
38975 \family sans
38976 Brouillon
38977 \family default
38978  de l'onglet 
38979 \family sans
38980 Fichier
38981 \family default
38982  de la fenêtre de dialogue 
38983 \family sans
38984 Objet
38985 \begin_inset space ~
38986 \end_inset
38987
38988 Externe
38989 \family default
38990 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
38991 \begin_inset Newline newline
38992 \end_inset
38993
38994 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
38995  : 
38996 \begin_inset Graphics
38997         filename ../clipart/ExternalMaterialQt4.png
38998         scale 85
38999         scaleBeforeRotation
39000
39001 \end_inset
39002
39003  soit comme une image, selon que vous avez ou non activé l'option 
39004 \family sans
39005 Afficher
39006 \begin_inset space ~
39007 \end_inset
39008
39009 dans
39010 \begin_inset space ~
39011 \end_inset
39012
39013 LyX
39014 \family default
39015  de l'onglet 
39016 \family sans
39017 Options LaTeX et LyX
39018 \family default
39019  de la fenêtre de dialogue.
39020 \end_layout
39021
39022 \begin_layout Standard
39023 Le manuel 
39024 \family sans
39025 \emph on
39026 Personnalisation
39027 \family default
39028 \emph default
39029  explique comment vous pouvez créer vos propres modèles.
39030 \end_layout
39031
39032 \begin_layout Section
39033 Sous-documents
39034 \begin_inset CommandInset label
39035 LatexCommand label
39036 name "sec:Sous-documents"
39037
39038 \end_inset
39039
39040
39041 \begin_inset Index idx
39042 status collapsed
39043
39044 \begin_layout Plain Layout
39045 Trucs externes ! Sous-documents
39046 \end_layout
39047
39048 \end_inset
39049
39050
39051 \begin_inset Index idx
39052 status collapsed
39053
39054 \begin_layout Plain Layout
39055 Fichiers ! Insérer
39056 \end_layout
39057
39058 \end_inset
39059
39060
39061 \end_layout
39062
39063 \begin_layout Standard
39064 Les sous-documents sont utilisés quand on a un document très long qui peut
39065  être décomposé en plusieurs parties ou sections plus petites.
39066  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
39067  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
39068  Les différents documents sont ce que l'on appelle les sous-documents et
39069  un document maître les relie pour imprimer le document complet ou seulement
39070  une partie de celui-ci.
39071  Un sous-document hérite du contenu de son maître, par exemple le préambule
39072  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
39073 \end_layout
39074
39075 \begin_layout Standard
39076 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
39077  maître, précisez dans le sous-document le document maître dans le menu
39078  
39079 \family sans
39080 Document\SpecialChar \menuseparator
39081 Paramètres\SpecialChar \menuseparator
39082 Classe de document
39083 \family default
39084 .
39085  Ce document maître sera par la suite utilisé de façon cachée par LyX à
39086  chaque fois que vous modifierez le sous-document.
39087 \end_layout
39088
39089 \begin_layout Standard
39090 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
39091  comme celle-ci : 
39092 \begin_inset Graphics
39093         filename clipart/ChildDocumentQt4.png
39094         lyxscale 70
39095         scale 60
39096         scaleBeforeRotation
39097
39098 \end_inset
39099
39100  Pour inclure des sous-documents dans un document maître , on utilise le
39101  menu 
39102 \family sans
39103 Insérer\SpecialChar \menuseparator
39104 Fichier\SpecialChar \menuseparator
39105 Sous-document
39106 \family default
39107 .
39108  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
39109  des quatre méthodes d'inclusion :
39110 \end_layout
39111
39112 \begin_layout Description
39113 Inclus
39114 \begin_inset space ~
39115 \end_inset
39116
39117 (include) Vous pouvez inclure des documents LyX et LaTeX.
39118  Quand vous cliquez sur le bouton 
39119 \family sans
39120 Charger
39121 \family default
39122  dans la fenêtre de dialogue 
39123 \family sans
39124 Sous-document
39125 \family default
39126 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
39127  vous puissiez le modifier.
39128 \begin_inset Newline newline
39129 \end_inset
39130
39131
39132 \end_layout
39133
39134 \begin_layout Standard
39135 Voici un sous-document inséré avec la méthode 
39136 \family sans
39137 Inclus
39138 \family default
39139  : 
39140 \begin_inset CommandInset include
39141 LatexCommand include
39142 filename "DocumentBidon1.lyx"
39143
39144 \end_inset
39145
39146
39147 \end_layout
39148
39149 \begin_layout Standard
39150 La numérotation des sections va prendre en compte les sections des fichiers
39151  incorporés dans l'ordre où ils sont insérés dans le document maître.
39152  Le document qui est inclus comme exemple possède une sous-section qui sera
39153  numérotée comme sous-section de la section actuelle.
39154  Les étiquettes présentes dans le fichier inclus peuvent être référencées
39155  : la sous-section
39156 \begin_inset space ~
39157 \end_inset
39158
39159
39160 \begin_inset CommandInset ref
39161 LatexCommand ref
39162 reference "sub:Sous-section-externe-1"
39163
39164 \end_inset
39165
39166  est dans le fichier inclus.
39167 \end_layout
39168
39169 \begin_layout Standard
39170 Le préambule du sous-document est tout simplement ignoré, seul le préambule
39171  du document maître est utilisé.
39172  Les branches présentes dans le sous-document seront ignorées par le document
39173  maître si celui-ci ne possède pas une branche avec le même nom.
39174  Les documents inclus sont insérés en commençant une nouvelle page et sont
39175  suivis par un saut de page.
39176 \end_layout
39177
39178 \begin_layout Standard
39179 \begin_inset Note Greyedout
39180 status open
39181
39182 \begin_layout Plain Layout
39183
39184 \series bold
39185 Note:
39186 \series default
39187  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
39188  une classe de document différente de celle du document maître, vous recevez
39189  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
39190  que cela peut produire des résultats inattendus sur la sortie imprimée.
39191 \end_layout
39192
39193 \end_inset
39194
39195
39196 \end_layout
39197
39198 \begin_layout Description
39199 Incorporé
39200 \begin_inset space ~
39201 \end_inset
39202
39203 (input) Cette méthode est très semblable à la méthode Inclus, les différences
39204  sont :
39205 \end_layout
39206
39207 \begin_deeper
39208 \begin_layout Itemize
39209 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
39210  par un saut de page.
39211 \end_layout
39212
39213 \begin_layout Itemize
39214 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
39215  
39216 \family sans
39217 Aperçu
39218 \begin_inset space ~
39219 \end_inset
39220
39221 sur
39222 \begin_inset space ~
39223 \end_inset
39224
39225 le
39226 \begin_inset space ~
39227 \end_inset
39228
39229 vif
39230 \family default
39231  est activée dans les préférences dans la rubrique 
39232 \family sans
39233 Apparence\SpecialChar \menuseparator
39234 Graphique
39235 \family default
39236 .
39237 \end_layout
39238
39239 \begin_layout Itemize
39240 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
39241 \family sans
39242 Document\SpecialChar \menuseparator
39243 Paramètres\SpecialChar \menuseparator
39244 Sous-documents
39245 \family default
39246 .
39247 \end_layout
39248
39249 \end_deeper
39250 \begin_layout Standard
39251 Voici un sous document inséré en utilisant la méthode 
39252 \family sans
39253 Incorporé
39254 \family default
39255  : 
39256 \begin_inset CommandInset include
39257 LatexCommand input
39258 preview true
39259 filename "DocumentBidon2.lyx"
39260
39261 \end_inset
39262
39263
39264 \end_layout
39265
39266 \begin_layout Description
39267 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
39268  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
39269  sous forme de code source et aucune des commandes éventuellement présentes
39270  ne sera exécutée.
39271  Vous pouvez utiliser l'option 
39272 \family sans
39273 Marquer
39274 \begin_inset space ~
39275 \end_inset
39276
39277 les
39278 \begin_inset space ~
39279 \end_inset
39280
39281 espaces
39282 \family default
39283  qui matérialise chaque espace présente dans le code source par un caractère
39284  
39285 \begin_inset Quotes eld
39286 \end_inset
39287
39288
39289 \begin_inset ERT
39290 status collapsed
39291
39292 \begin_layout Plain Layout
39293
39294
39295 \backslash
39296 textvisiblespace 
39297 \end_layout
39298
39299 \end_inset
39300
39301
39302 \begin_inset Quotes erd
39303 \end_inset
39304
39305  .
39306  La différence avec la méthode qui consiste à utiliser le menu 
39307 \family sans
39308 Insérer\SpecialChar \menuseparator
39309 Fichier\SpecialChar \menuseparator
39310 Texte
39311 \begin_inset space ~
39312 \end_inset
39313
39314 brut
39315 \family default
39316  est que le contenu du document n'apparaît pas dans LyX.
39317 \end_layout
39318
39319 \begin_layout Standard
39320 Voici un sous-document inclus en utilisant la méthode 
39321 \family sans
39322 verbatim
39323 \family default
39324  : 
39325 \begin_inset CommandInset include
39326 LatexCommand verbatiminput
39327 filename "DocumentTexteBidon.txt"
39328
39329 \end_inset
39330
39331
39332 \begin_inset VSpace bigskip
39333 \end_inset
39334
39335 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
39336  l'option 
39337 \family sans
39338 Marquer
39339 \begin_inset space ~
39340 \end_inset
39341
39342 les
39343 \begin_inset space ~
39344 \end_inset
39345
39346 espaces :
39347 \family default
39348  
39349 \begin_inset CommandInset include
39350 LatexCommand verbatiminput*
39351 filename "DocumentTexteBidon.txt"
39352
39353 \end_inset
39354
39355
39356 \end_layout
39357
39358 \begin_layout Standard
39359 \begin_inset VSpace bigskip
39360 \end_inset
39361
39362
39363 \end_layout
39364
39365 \begin_layout Standard
39366 \begin_inset Note Greyedout
39367 status open
39368
39369 \begin_layout Plain Layout
39370
39371 \series bold
39372 Note:
39373 \series default
39374  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
39375  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
39376 \end_layout
39377
39378 \end_inset
39379
39380
39381 \end_layout
39382
39383 \begin_layout Description
39384 Listings Ce type d'inclusion est décrit dans le chapitre
39385 \begin_inset space ~
39386 \end_inset
39387
39388
39389 \begin_inset CommandInset ref
39390 LatexCommand ref
39391 reference "cha:Program-Code-Listings"
39392
39393 \end_inset
39394
39395 .
39396 \end_layout
39397
39398 \begin_layout Standard
39399 \begin_inset Note Greyedout
39400 status open
39401
39402 \begin_layout Plain Layout
39403
39404 \series bold
39405 Note:
39406 \series default
39407  Inclure le même document deux fois dans un même document peut poser des
39408  problèmes avec LaTeX.
39409 \end_layout
39410
39411 \end_inset
39412
39413
39414 \end_layout
39415
39416 \begin_layout Standard
39417 Si vous ne voulez visualiser ou exporter que certains des sous-documents
39418  de votre document maître, que ce soit pour diminuer les temps de compilation
39419  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
39420  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
39421  la sortie en utilisant le menu 
39422 \family sans
39423 Document\SpecialChar \menuseparator
39424 Paramètres\SpecialChar \menuseparator
39425 Sous-documents
39426 \family default
39427 .
39428  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
39429  sur la ligne correspondant dans la colonne 
39430 \family sans
39431 Inclus dans le résultat
39432 \family default
39433  de la liste (
39434 \begin_inset space ~
39435 \end_inset
39436
39437 notez que cela ne fonctionne que pour les documents inclus avec la méthode
39438  
39439 \begin_inset Quotes fld
39440 \end_inset
39441
39442 inclus
39443 \begin_inset Quotes frd
39444 \end_inset
39445
39446  et pas la méthode 
39447 \begin_inset Quotes fld
39448 \end_inset
39449
39450 incorporé
39451 \begin_inset Quotes frd
39452 \end_inset
39453
39454
39455 \begin_inset space ~
39456 \end_inset
39457
39458 ).
39459  Si on active l'option 
39460 \family sans
39461 Assurer la cohérence des compteurs et des références
39462 \family default
39463 , LyX va s'assurer que tous les numéros de pages, références etc...
39464  sont corrects comme si tous le document avait été traité.
39465  C'est utile si vous voulez que les sous-documents choisis aient exactement
39466  le même aspect que s'il étaient dans le document complet.
39467  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
39468  la totalité du document.
39469  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
39470  les compteurs et autres références n'ont pas à être à tout prix valides,
39471  vous devez impérativement désactiver cette option.
39472  
39473 \end_layout
39474
39475 \begin_layout Standard
39476 Une autre solution consiste à inclure chaque fichier dans une branche
39477 \begin_inset Foot
39478 status collapsed
39479
39480 \begin_layout Plain Layout
39481 Les branches sont décrites dans la section 
39482 \emph on
39483 Branches
39484 \emph default
39485  du 
39486 \emph on
39487 Guide de l'utilisateur
39488 \emph default
39489  de LyX.
39490 \end_layout
39491
39492 \end_inset
39493
39494 .
39495  En activant ou désactivant une branche, vous pouvez décider les fichiers
39496  inclus qui doivent apparaître dans la sortie imprimée.
39497  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
39498  
39499 \begin_inset Quotes fld
39500 \end_inset
39501
39502 incorporés
39503 \begin_inset Quotes frd
39504 \end_inset
39505
39506 .
39507  Le défaut est que les compteurs et autres références ne sont pas conservés
39508  avec cette approche.
39509 \end_layout
39510
39511 \begin_layout Chapter
39512 Listings de code source
39513 \begin_inset CommandInset label
39514 LatexCommand label
39515 name "cha:Program-Code-Listings"
39516
39517 \end_inset
39518
39519
39520 \begin_inset Index idx
39521 status collapsed
39522
39523 \begin_layout Plain Layout
39524 Listings
39525 \end_layout
39526
39527 \end_inset
39528
39529
39530 \begin_inset Index idx
39531 status collapsed
39532
39533 \begin_layout Plain Layout
39534 Code Source
39535 \end_layout
39536
39537 \end_inset
39538
39539
39540 \begin_inset Index idx
39541 status collapsed
39542
39543 \begin_layout Plain Layout
39544 Flottants ! Listings
39545 \end_layout
39546
39547 \end_inset
39548
39549
39550 \end_layout
39551
39552 \begin_layout Standard
39553 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
39554  un insert 
39555 \family sans
39556 Listings
39557 \family default
39558  qui peut être créé grâce au menu 
39559 \family sans
39560 Insérer
39561 \family default
39562 \SpecialChar \menuseparator
39563
39564 \family sans
39565 Listing
39566 \begin_inset space ~
39567 \end_inset
39568
39569 de
39570 \begin_inset space ~
39571 \end_inset
39572
39573 Code
39574 \begin_inset space ~
39575 \end_inset
39576
39577 Source
39578 \family default
39579 .
39580  Le paquetage LaTeX 
39581 \series bold
39582 listings
39583 \series default
39584
39585 \begin_inset Index idx
39586 status collapsed
39587
39588 \begin_layout Plain Layout
39589 Paquetages LaTeX ! listings
39590 \end_layout
39591
39592 \end_inset
39593
39594  fournit un moyen puissant et flexible d'insérer des listings de code source
39595  dans votre document.
39596  
39597 \end_layout
39598
39599 \begin_layout Standard
39600 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
39601  contextuel s'ouvre pour vous permettre de modifier le format du listing.
39602 \end_layout
39603
39604 \begin_layout Standard
39605 Implicitement, un listing commence un nouveau paragraphe dans la sortie
39606  imprimée.
39607  L'option d'emplacement 
39608 \family sans
39609 Listing
39610 \begin_inset space ~
39611 \end_inset
39612
39613 en
39614 \begin_inset space ~
39615 \end_inset
39616
39617 Ligne
39618 \family default
39619  imprime le listing dans la ligne comme ceci : 
39620 \begin_inset listings
39621 lstparams "language={C++}"
39622 inline true
39623 status open
39624
39625 \begin_layout Plain Layout
39626
39627 int a=5;
39628 \end_layout
39629
39630 \end_inset
39631
39632
39633 \begin_inset Newline newline
39634 \end_inset
39635
39636 L'option 
39637 \family sans
39638 Flottant
39639 \family default
39640  crée un flottant de listing pour lequel vous pouvez préciser les options
39641  classiques d'emplacement : 
39642 \begin_inset Quotes eld
39643 \end_inset
39644
39645
39646 \family sans
39647 h
39648 \family default
39649
39650 \begin_inset Quotes erd
39651 \end_inset
39652
39653
39654 \begin_inset Quotes eld
39655 \end_inset
39656
39657
39658 \family sans
39659 t
39660 \family default
39661
39662 \begin_inset Quotes erd
39663 \end_inset
39664
39665
39666 \begin_inset Quotes eld
39667 \end_inset
39668
39669
39670 \family sans
39671 b
39672 \family default
39673
39674 \begin_inset Quotes erd
39675 \end_inset
39676
39677 , et 
39678 \begin_inset Quotes eld
39679 \end_inset
39680
39681
39682 \family sans
39683 p
39684 \family default
39685
39686 \begin_inset Quotes erd
39687 \end_inset
39688
39689  correspondant aux emplacement décrits dans la section
39690 \begin_inset space ~
39691 \end_inset
39692
39693
39694 \begin_inset CommandInset ref
39695 LatexCommand ref
39696 reference "sec:Placement-flottants"
39697
39698 \end_inset
39699
39700 .
39701  Les options de positionnement peuvent être mélangées et doivent être saisies
39702  sans séparation, par exemple, on peut taper 
39703 \begin_inset Quotes eld
39704 \end_inset
39705
39706
39707 \family sans
39708 htbp
39709 \family default
39710
39711 \begin_inset Quotes erd
39712 \end_inset
39713
39714 .
39715  L' option 
39716 \begin_inset Quotes eld
39717 \end_inset
39718
39719 h
39720 \begin_inset Quotes erd
39721 \end_inset
39722
39723  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
39724  
39725 \family sans
39726 Flottant
39727 \family default
39728  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
39729  légende et être référencés.
39730 \end_layout
39731
39732 \begin_layout Standard
39733 Vous pouvez ajouter une légende à un listing avec le menu 
39734 \family sans
39735 Insérer\SpecialChar \menuseparator
39736 Légende
39737 \family default
39738 .
39739  On peut référencer les listings de la même façon que les flottants :Voir
39740  le listing
39741 \begin_inset space ~
39742 \end_inset
39743
39744
39745 \begin_inset CommandInset ref
39746 LatexCommand ref
39747 reference "lst:Listing-exemple"
39748
39749 \end_inset
39750
39751
39752 \end_layout
39753
39754 \begin_layout Standard
39755 \begin_inset listings
39756 lstparams "language=Python"
39757 inline false
39758 status open
39759
39760 \begin_layout Plain Layout
39761
39762 \begin_inset Caption
39763
39764 \begin_layout Plain Layout
39765 \begin_inset CommandInset label
39766 LatexCommand label
39767 name "lst:Listing-exemple"
39768
39769 \end_inset
39770
39771 Exemple de listing flottant
39772 \end_layout
39773
39774 \end_inset
39775
39776 # Exemple de listing flottant
39777 \end_layout
39778
39779 \begin_layout Plain Layout
39780
39781 def func(param):
39782 \end_layout
39783
39784 \begin_layout Plain Layout
39785
39786     'ceci est une fonction python'
39787 \end_layout
39788
39789 \begin_layout Plain Layout
39790
39791     pass
39792 \end_layout
39793
39794 \end_inset
39795
39796
39797 \end_layout
39798
39799 \begin_layout Standard
39800 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
39801  de listing, les mots-clés de ce langage seront reconnus et mis en forme
39802  de manière particulière dans la sortie imprimée.
39803  Dans l'exemple de listing, le mot clé Python 
39804 \begin_inset Quotes eld
39805 \end_inset
39806
39807 def
39808 \begin_inset Quotes erd
39809 \end_inset
39810
39811  est reconnu et imprimé en caractères gras dans la sortie.
39812 \end_layout
39813
39814 \begin_layout Standard
39815 \begin_inset Note Greyedout
39816 status open
39817
39818 \begin_layout Plain Layout
39819
39820 \series bold
39821 Note:
39822 \series default
39823  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
39824  une police de caractères à 
39825 \family typewriter
39826 chasse fixe
39827 \family default
39828 , c'est que votre police ne contient probablement pas de série grasse.
39829  Dans ce cas choisissez une police différente dans le menu 
39830 \family sans
39831 Document\SpecialChar \menuseparator
39832 Paramètres\SpecialChar \menuseparator
39833 Polices
39834 \family default
39835 .
39836  (Les polices 
39837 \emph on
39838 LuxiMono, BeraMono
39839 \emph default
39840  et 
39841 \emph on
39842 Courier
39843 \emph default
39844  contiennent une série grasse.)
39845 \end_layout
39846
39847 \end_inset
39848
39849
39850 \end_layout
39851
39852 \begin_layout Standard
39853 Dans la rubrique 
39854 \family sans
39855 Numérotation
39856 \begin_inset space ~
39857 \end_inset
39858
39859 des
39860 \begin_inset space ~
39861 \end_inset
39862
39863 Lignes
39864 \family default
39865  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
39866 n des lignes.
39867  Vous pouvez mettre un nombre dans le champ 
39868 \family sans
39869 Pas
39870 \family default
39871  pour désigner les lignes qui seront numérotées.
39872  Par exemple, si vous mettez 
39873 \begin_inset Quotes eld
39874 \end_inset
39875
39876 3
39877 \begin_inset Quotes erd
39878 \end_inset
39879
39880 , seule une ligne sur trois sera numérotée.
39881 \end_layout
39882
39883 \begin_layout Standard
39884 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
39885  apparaîtront dans la sortie.
39886  Vous devez utiliser l'option 
39887 \family sans
39888 Table
39889 \begin_inset space ~
39890 \end_inset
39891
39892 de
39893 \begin_inset space ~
39894 \end_inset
39895
39896 Caractères
39897 \begin_inset space ~
39898 \end_inset
39899
39900 Étendue
39901 \family default
39902  quand vous employez des caractères spécifiques à une langue donnée comme
39903  les umlauts Allemands dans votre listing.
39904 \begin_inset Newline newline
39905 \end_inset
39906
39907 Voici un exemple de listing avec la numérotation des lignes à gauche par
39908  pas de 3, en langage Python, avec les options 
39909 \begin_inset Quotes eld
39910 \end_inset
39911
39912 Table
39913 \begin_inset space ~
39914 \end_inset
39915
39916 de
39917 \begin_inset space ~
39918 \end_inset
39919
39920 caractères
39921 \begin_inset space ~
39922 \end_inset
39923
39924 étendue
39925 \begin_inset Quotes erd
39926 \end_inset
39927
39928  et 
39929 \begin_inset Quotes eld
39930 \end_inset
39931
39932 Espace
39933 \begin_inset space ~
39934 \end_inset
39935
39936 représenté
39937 \begin_inset space ~
39938 \end_inset
39939
39940 par
39941 \begin_inset space ~
39942 \end_inset
39943
39944 un
39945 \begin_inset space ~
39946 \end_inset
39947
39948 symbole
39949 \begin_inset Quotes erd
39950 \end_inset
39951
39952 , l'intervalle de ligne étant 3
39953 \begin_inset space \thinspace{}
39954 \end_inset
39955
39956 -
39957 \begin_inset space \thinspace{}
39958 \end_inset
39959
39960 8:
39961 \end_layout
39962
39963 \begin_layout Standard
39964 \begin_inset listings
39965 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39966 inline false
39967 status open
39968
39969 \begin_layout Plain Layout
39970
39971 def func(param):
39972 \end_layout
39973
39974 \begin_layout Plain Layout
39975
39976     'ceci est une fonction Python'
39977 \end_layout
39978
39979 \begin_layout Plain Layout
39980
39981     pass
39982 \end_layout
39983
39984 \begin_layout Plain Layout
39985
39986 def func(param):
39987 \end_layout
39988
39989 \begin_layout Plain Layout
39990
39991 'Ça, c'est un mot Allemand : Tschüß'
39992 \end_layout
39993
39994 \begin_layout Plain Layout
39995
39996 pass
39997 \end_layout
39998
39999 \begin_layout Plain Layout
40000
40001 def func(param):
40002 \end_layout
40003
40004 \begin_layout Plain Layout
40005
40006 'ceci est une fonction Python'
40007 \end_layout
40008
40009 \begin_layout Plain Layout
40010
40011 pass
40012 \end_layout
40013
40014 \end_inset
40015
40016
40017 \end_layout
40018
40019 \begin_layout Standard
40020 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
40021  nombre de caractères que doit représenter une tabulation dans le champ
40022  
40023 \family sans
40024 Taille du tabulateur
40025 \family default
40026 .
40027 \end_layout
40028
40029 \begin_layout Standard
40030 \begin_inset Note Greyedout
40031 status open
40032
40033 \begin_layout Plain Layout
40034
40035 \series bold
40036 Note:
40037 \series default
40038  À cause d'un bug dans le paquetage 
40039 \series bold
40040 listings
40041 \series default
40042  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
40043  listing.
40044  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
40045  les lignes 3 et 6.
40046 \end_layout
40047
40048 \end_inset
40049
40050
40051 \end_layout
40052
40053 \begin_layout Standard
40054 \begin_inset VSpace bigskip
40055 \end_inset
40056
40057
40058 \end_layout
40059
40060 \begin_layout Standard
40061 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
40062  listing.
40063  Pour le faire, il suffit d'utiliser le menu 
40064 \family sans
40065 Insérer\SpecialChar \menuseparator
40066 Fichier\SpecialChar \menuseparator
40067 Sous-document
40068 \family default
40069  et de choisir le type 
40070 \family sans
40071 Listing
40072 \family default
40073
40074 \begin_inset space ~
40075 \end_inset
40076
40077
40078 \family sans
40079 de
40080 \begin_inset space ~
40081 \end_inset
40082
40083 Code
40084 \begin_inset space ~
40085 \end_inset
40086
40087 source
40088 \family default
40089 .
40090 \begin_inset Foot
40091 status collapsed
40092
40093 \begin_layout Plain Layout
40094 Les autres types de sous-documents sont décrits dans la section
40095 \begin_inset space ~
40096 \end_inset
40097
40098
40099 \begin_inset CommandInset ref
40100 LatexCommand ref
40101 reference "sec:Sous-documents"
40102
40103 \end_inset
40104
40105 .
40106 \end_layout
40107
40108 \end_inset
40109
40110  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
40111  à utiliser pour le listing dans une zone de texte.
40112  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
40113  
40114 \begin_inset Quotes eld
40115 \end_inset
40116
40117 ?
40118 \begin_inset Quotes erd
40119 \end_inset
40120
40121  dans la zone de texte.
40122 \end_layout
40123
40124 \begin_layout Standard
40125 Pour faire référence à un sous-document de type listing, tapez une étiquette
40126  dans le champ correspondant de la fenêtre de dialogue.
40127  On peut alors faire référence à cette étiquette en utilisant le menu 
40128 \family sans
40129 Insérer\SpecialChar \menuseparator
40130 Référence
40131 \begin_inset space ~
40132 \end_inset
40133
40134 Croisée
40135 \family default
40136 .
40137 \end_layout
40138
40139 \begin_layout Standard
40140 Le listing
40141 \begin_inset space ~
40142 \end_inset
40143
40144
40145 \begin_inset CommandInset ref
40146 LatexCommand ref
40147 reference "lst:listing-fichier"
40148
40149 \end_inset
40150
40151  est une exemple de listing issu d'un fichier ; ici les lignes 10
40152 \begin_inset space \thinspace{}
40153 \end_inset
40154
40155 -
40156 \begin_inset space \thinspace{}
40157 \end_inset
40158
40159 15 de ce fichier LyX sont listées.
40160 \end_layout
40161
40162 \begin_layout Standard
40163 \begin_inset CommandInset include
40164 LatexCommand lstinputlisting
40165 filename "EmbeddedObjects.lyx"
40166 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
40167
40168 \end_inset
40169
40170
40171 \end_layout
40172
40173 \begin_layout Standard
40174 \begin_inset VSpace bigskip
40175 \end_inset
40176
40177
40178 \end_layout
40179
40180 \begin_layout Standard
40181 L'insertion d'une formule dans un listing peut se faire de la façon suivante
40182 \begin_inset space ~
40183 \end_inset
40184
40185 :
40186 \end_layout
40187
40188 \begin_layout Enumerate
40189 Ouvrez la fenêtre de dialogue listings et ajoutez
40190 \begin_inset Newline newline
40191 \end_inset
40192
40193
40194 \family sans
40195 mathescape=true
40196 \family default
40197
40198 \begin_inset Newline newline
40199 \end_inset
40200
40201 dans le champ de l'onglet 
40202 \family sans
40203 Avancé
40204 \family default
40205 .
40206 \end_layout
40207
40208 \begin_layout Enumerate
40209 Créez la formule en dehors du listing.
40210 \end_layout
40211
40212 \begin_layout Enumerate
40213 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
40214  (raccourci 
40215 \begin_inset Info
40216 type  "shortcut"
40217 arg   "copy"
40218 \end_inset
40219
40220 )
40221 \end_layout
40222
40223 \begin_layout Enumerate
40224 Dans le listing écrivez 
40225 \begin_inset Quotes eld
40226 \end_inset
40227
40228
40229 \family sans
40230 $$
40231 \family default
40232
40233 \begin_inset Quotes erd
40234 \end_inset
40235
40236  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
40237  
40238 \begin_inset Info
40239 type  "shortcut"
40240 arg   "paste"
40241 \end_inset
40242
40243 )
40244 \end_layout
40245
40246 \begin_layout Standard
40247 \begin_inset listings
40248 lstparams "language=Python,mathescape=true"
40249 inline false
40250 status open
40251
40252 \begin_layout Plain Layout
40253
40254 \begin_inset Caption
40255
40256 \begin_layout Plain Layout
40257 Exemple de listing flottant contenant une formule
40258 \end_layout
40259
40260 \end_inset
40261
40262 # Exemple de listing flottant
40263 \end_layout
40264
40265 \begin_layout Plain Layout
40266
40267 def func(param):
40268 \end_layout
40269
40270 \begin_layout Plain Layout
40271
40272     # $
40273 \backslash
40274 prod_{n=1}^{
40275 \backslash
40276 infty}
40277 \backslash
40278 ,
40279 \backslash
40280 frac{1}{x^{2}}$
40281 \end_layout
40282
40283 \begin_layout Plain Layout
40284
40285     pass
40286 \end_layout
40287
40288 \end_inset
40289
40290
40291 \end_layout
40292
40293 \begin_layout Standard
40294 \begin_inset VSpace bigskip
40295 \end_inset
40296
40297
40298 \end_layout
40299
40300 \begin_layout Standard
40301 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
40302  de dialogue 
40303 \family sans
40304 Document\SpecialChar \menuseparator
40305 Paramètres\SpecialChar \menuseparator
40306 Listings
40307 \family default
40308 .
40309  Pour avoir la liste des options disponibles, tapez un point d'interrogation
40310  
40311 \begin_inset Quotes eld
40312 \end_inset
40313
40314 ?
40315 \begin_inset Quotes erd
40316 \end_inset
40317
40318  dans le champ.
40319 \end_layout
40320
40321 \begin_layout Standard
40322 Pour plus d'information sur le paquetage 
40323 \series bold
40324 listings
40325 \series default
40326 , nous vous renvoyons à sa documentation 
40327 \begin_inset CommandInset citation
40328 LatexCommand cite
40329 key "listings"
40330
40331 \end_inset
40332
40333 .
40334 \end_layout
40335
40336 \begin_layout Standard
40337 \begin_inset Newpage newpage
40338 \end_inset
40339
40340
40341 \end_layout
40342
40343 \begin_layout Chapter
40344 \start_of_appendix
40345 Unités de longueur utilisables avec LyX
40346 \begin_inset Argument
40347 status collapsed
40348
40349 \begin_layout Plain Layout
40350 Unités de longueur
40351 \end_layout
40352
40353 \end_inset
40354
40355
40356 \begin_inset Index idx
40357 status collapsed
40358
40359 \begin_layout Plain Layout
40360 Unités
40361 \end_layout
40362
40363 \end_inset
40364
40365
40366 \begin_inset CommandInset label
40367 LatexCommand label
40368 name "cha:Unités-de-longueur"
40369
40370 \end_inset
40371
40372
40373 \end_layout
40374
40375 \begin_layout Standard
40376 Pour comprendre les unités de longueur utilisées dans cette documentation,
40377  le tableau
40378 \begin_inset space ~
40379 \end_inset
40380
40381
40382 \begin_inset CommandInset ref
40383 LatexCommand ref
40384 reference "tab:Unités"
40385
40386 \end_inset
40387
40388 décrit les unités utilisées par LyX.
40389 \begin_inset Float table
40390 placement h
40391 wide false
40392 sideways false
40393 status open
40394
40395 \begin_layout Plain Layout
40396 \begin_inset Caption
40397
40398 \begin_layout Plain Layout
40399 \begin_inset CommandInset label
40400 LatexCommand label
40401 name "tab:Unités"
40402
40403 \end_inset
40404
40405 Unités de longueur
40406 \end_layout
40407
40408 \end_inset
40409
40410
40411 \end_layout
40412
40413 \begin_layout Plain Layout
40414 \begin_inset VSpace medskip
40415 \end_inset
40416
40417
40418 \end_layout
40419
40420 \begin_layout Plain Layout
40421 \align center
40422 \begin_inset Tabular
40423 <lyxtabular version="3" rows="20" columns="2">
40424 <features tabularvalignment="middle">
40425 <column alignment="center" valignment="top" width="0">
40426 <column alignment="center" valignment="top" width="0">
40427 <row>
40428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40429 \begin_inset Text
40430
40431 \begin_layout Plain Layout
40432 unité
40433 \end_layout
40434
40435 \end_inset
40436 </cell>
40437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40438 \begin_inset Text
40439
40440 \begin_layout Plain Layout
40441 nom/description
40442 \end_layout
40443
40444 \end_inset
40445 </cell>
40446 </row>
40447 <row>
40448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40449 \begin_inset Text
40450
40451 \begin_layout Plain Layout
40452 mm
40453 \end_layout
40454
40455 \end_inset
40456 </cell>
40457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40458 \begin_inset Text
40459
40460 \begin_layout Plain Layout
40461 millimètre
40462 \end_layout
40463
40464 \end_inset
40465 </cell>
40466 </row>
40467 <row>
40468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40469 \begin_inset Text
40470
40471 \begin_layout Plain Layout
40472 cm
40473 \end_layout
40474
40475 \end_inset
40476 </cell>
40477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40478 \begin_inset Text
40479
40480 \begin_layout Plain Layout
40481 centimètre
40482 \end_layout
40483
40484 \end_inset
40485 </cell>
40486 </row>
40487 <row>
40488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40489 \begin_inset Text
40490
40491 \begin_layout Plain Layout
40492 in
40493 \end_layout
40494
40495 \end_inset
40496 </cell>
40497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40498 \begin_inset Text
40499
40500 \begin_layout Plain Layout
40501 pouce (inch)
40502 \end_layout
40503
40504 \end_inset
40505 </cell>
40506 </row>
40507 <row>
40508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40509 \begin_inset Text
40510
40511 \begin_layout Plain Layout
40512 pt
40513 \end_layout
40514
40515 \end_inset
40516 </cell>
40517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40518 \begin_inset Text
40519
40520 \begin_layout Plain Layout
40521 point (72.27
40522 \begin_inset space \thinspace{}
40523 \end_inset
40524
40525 pt = 1
40526 \begin_inset space \thinspace{}
40527 \end_inset
40528
40529 in)
40530 \end_layout
40531
40532 \end_inset
40533 </cell>
40534 </row>
40535 <row>
40536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40537 \begin_inset Text
40538
40539 \begin_layout Plain Layout
40540 pc
40541 \end_layout
40542
40543 \end_inset
40544 </cell>
40545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40546 \begin_inset Text
40547
40548 \begin_layout Plain Layout
40549 pica (1
40550 \begin_inset space \thinspace{}
40551 \end_inset
40552
40553 pc = 12
40554 \begin_inset space \thinspace{}
40555 \end_inset
40556
40557 pt)
40558 \end_layout
40559
40560 \end_inset
40561 </cell>
40562 </row>
40563 <row>
40564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40565 \begin_inset Text
40566
40567 \begin_layout Plain Layout
40568 sp
40569 \end_layout
40570
40571 \end_inset
40572 </cell>
40573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40574 \begin_inset Text
40575
40576 \begin_layout Plain Layout
40577 scaled point (65536
40578 \begin_inset space \thinspace{}
40579 \end_inset
40580
40581 sp = 1
40582 \begin_inset space \thinspace{}
40583 \end_inset
40584
40585 pt)
40586 \end_layout
40587
40588 \end_inset
40589 </cell>
40590 </row>
40591 <row>
40592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40593 \begin_inset Text
40594
40595 \begin_layout Plain Layout
40596 bp
40597 \end_layout
40598
40599 \end_inset
40600 </cell>
40601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40602 \begin_inset Text
40603
40604 \begin_layout Plain Layout
40605 gros point (72
40606 \begin_inset space \thinspace{}
40607 \end_inset
40608
40609 bp = 1
40610 \begin_inset space \thinspace{}
40611 \end_inset
40612
40613 in)
40614 \end_layout
40615
40616 \end_inset
40617 </cell>
40618 </row>
40619 <row>
40620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40621 \begin_inset Text
40622
40623 \begin_layout Plain Layout
40624 dd
40625 \end_layout
40626
40627 \end_inset
40628 </cell>
40629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40630 \begin_inset Text
40631
40632 \begin_layout Plain Layout
40633 didot (72
40634 \begin_inset space \thinspace{}
40635 \end_inset
40636
40637 dd 
40638 \begin_inset Formula $\approx$
40639 \end_inset
40640
40641  37.6
40642 \begin_inset space \thinspace{}
40643 \end_inset
40644
40645 mm)
40646 \end_layout
40647
40648 \end_inset
40649 </cell>
40650 </row>
40651 <row>
40652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40653 \begin_inset Text
40654
40655 \begin_layout Plain Layout
40656 cc
40657 \end_layout
40658
40659 \end_inset
40660 </cell>
40661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40662 \begin_inset Text
40663
40664 \begin_layout Plain Layout
40665 cicero (1
40666 \begin_inset space \thinspace{}
40667 \end_inset
40668
40669 cc = 12
40670 \begin_inset space \thinspace{}
40671 \end_inset
40672
40673 dd)
40674 \end_layout
40675
40676 \end_inset
40677 </cell>
40678 </row>
40679 <row>
40680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40681 \begin_inset Text
40682
40683 \begin_layout Plain Layout
40684 Scale%
40685 \end_layout
40686
40687 \end_inset
40688 </cell>
40689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40690 \begin_inset Text
40691
40692 \begin_layout Plain Layout
40693 % de la largeur originale de l'image
40694 \end_layout
40695
40696 \end_inset
40697 </cell>
40698 </row>
40699 <row>
40700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40701 \begin_inset Text
40702
40703 \begin_layout Plain Layout
40704 text%
40705 \end_layout
40706
40707 \end_inset
40708 </cell>
40709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40710 \begin_inset Text
40711
40712 \begin_layout Plain Layout
40713 % de la largeur du texte
40714 \end_layout
40715
40716 \end_inset
40717 </cell>
40718 </row>
40719 <row>
40720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40721 \begin_inset Text
40722
40723 \begin_layout Plain Layout
40724 col%
40725 \end_layout
40726
40727 \end_inset
40728 </cell>
40729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40730 \begin_inset Text
40731
40732 \begin_layout Plain Layout
40733 % de la largeur de la colonne
40734 \end_layout
40735
40736 \end_inset
40737 </cell>
40738 </row>
40739 <row>
40740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40741 \begin_inset Text
40742
40743 \begin_layout Plain Layout
40744 page%
40745 \end_layout
40746
40747 \end_inset
40748 </cell>
40749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40750 \begin_inset Text
40751
40752 \begin_layout Plain Layout
40753 % de la largeur du papier
40754 \end_layout
40755
40756 \end_inset
40757 </cell>
40758 </row>
40759 <row>
40760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40761 \begin_inset Text
40762
40763 \begin_layout Plain Layout
40764 line%
40765 \end_layout
40766
40767 \end_inset
40768 </cell>
40769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40770 \begin_inset Text
40771
40772 \begin_layout Plain Layout
40773 % de la largeur de la ligne
40774 \end_layout
40775
40776 \end_inset
40777 </cell>
40778 </row>
40779 <row>
40780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40781 \begin_inset Text
40782
40783 \begin_layout Plain Layout
40784 theight%
40785 \end_layout
40786
40787 \end_inset
40788 </cell>
40789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40790 \begin_inset Text
40791
40792 \begin_layout Plain Layout
40793 % la hauteur du texte
40794 \end_layout
40795
40796 \end_inset
40797 </cell>
40798 </row>
40799 <row>
40800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40801 \begin_inset Text
40802
40803 \begin_layout Plain Layout
40804 pheight%
40805 \end_layout
40806
40807 \end_inset
40808 </cell>
40809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40810 \begin_inset Text
40811
40812 \begin_layout Plain Layout
40813 % hauteur du papier
40814 \end_layout
40815
40816 \end_inset
40817 </cell>
40818 </row>
40819 <row>
40820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40821 \begin_inset Text
40822
40823 \begin_layout Plain Layout
40824 ex
40825 \end_layout
40826
40827 \end_inset
40828 </cell>
40829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40830 \begin_inset Text
40831
40832 \begin_layout Plain Layout
40833 hauteur de la lettre 
40834 \emph on
40835 x
40836 \emph default
40837  dans la police courante
40838 \end_layout
40839
40840 \end_inset
40841 </cell>
40842 </row>
40843 <row>
40844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40845 \begin_inset Text
40846
40847 \begin_layout Plain Layout
40848 em
40849 \end_layout
40850
40851 \end_inset
40852 </cell>
40853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40854 \begin_inset Text
40855
40856 \begin_layout Plain Layout
40857 largeur de la lettre
40858 \emph on
40859  M
40860 \emph default
40861  dans la police courante
40862 \end_layout
40863
40864 \end_inset
40865 </cell>
40866 </row>
40867 <row>
40868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40869 \begin_inset Text
40870
40871 \begin_layout Plain Layout
40872 mu
40873 \end_layout
40874
40875 \end_inset
40876 </cell>
40877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40878 \begin_inset Text
40879
40880 \begin_layout Plain Layout
40881 unité mathématique (1
40882 \begin_inset space \thinspace{}
40883 \end_inset
40884
40885 mu = 1/18
40886 \begin_inset space \thinspace{}
40887 \end_inset
40888
40889 em)
40890 \end_layout
40891
40892 \end_inset
40893 </cell>
40894 </row>
40895 </lyxtabular>
40896
40897 \end_inset
40898
40899
40900 \end_layout
40901
40902 \end_inset
40903
40904
40905 \end_layout
40906
40907 \begin_layout Chapter
40908 Formats des fichiers de sortie graphiques
40909 \begin_inset CommandInset label
40910 LatexCommand label
40911 name "cha:Formats-fichiers-graphiques"
40912
40913 \end_inset
40914
40915
40916 \end_layout
40917
40918 \begin_layout Section
40919 DVI
40920 \begin_inset Index idx
40921 status collapsed
40922
40923 \begin_layout Plain Layout
40924 Formats de Fichiers! DVI
40925 \end_layout
40926
40927 \end_inset
40928
40929
40930 \begin_inset Index idx
40931 status collapsed
40932
40933 \begin_layout Plain Layout
40934 DVI|see
40935 \begin_inset ERT
40936 status collapsed
40937
40938 \begin_layout Plain Layout
40939
40940 {
40941 \end_layout
40942
40943 \end_inset
40944
40945 Formats de Fichiers
40946 \begin_inset ERT
40947 status collapsed
40948
40949 \begin_layout Plain Layout
40950
40951 }
40952 \end_layout
40953
40954 \end_inset
40955
40956
40957 \end_layout
40958
40959 \end_inset
40960
40961
40962 \end_layout
40963
40964 \begin_layout Standard
40965 Ce type de fichiers a l'extension 
40966 \begin_inset Quotes fld
40967 \end_inset
40968
40969
40970 \family typewriter
40971 .dvi
40972 \family default
40973
40974 \begin_inset Quotes frd
40975 \end_inset
40976
40977 .
40978  Il est appelé 
40979 \emph on
40980 indépendant de l'appareil
40981 \emph default
40982  ou 
40983 \begin_inset Quotes fld
40984 \end_inset
40985
40986 device independent (DVI)
40987 \begin_inset Quotes frd
40988 \end_inset
40989
40990 , car il est complètement portable ; vous pouvez les recopier d'une machine
40991  à l'autre sans avoir à faire de conversion.
40992  À l'époque où ce format a été développé, c'était loin d'être évident.
40993  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
40994  étape préliminaire avant la conversion vers un autre format comme le PostScript.
40995 \end_layout
40996
40997 \begin_layout Standard
40998 \begin_inset Note Greyedout
40999 status open
41000
41001 \begin_layout Plain Layout
41002
41003 \series bold
41004 Note:
41005 \series default
41006  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
41007  au fichier.
41008  
41009 \end_layout
41010
41011 \end_inset
41012
41013  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
41014  
41015 \family typewriter
41016 .dvi
41017 \family default
41018 .
41019  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
41020 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
41021  pour les rendre visibles quand vous faites défiler votre document.
41022  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
41023  avec de nombreuses images.
41024 \end_layout
41025
41026 \begin_layout Standard
41027 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
41028  menu 
41029 \family sans
41030 Fichier\SpecialChar \menuseparator
41031 Exporter\SpecialChar \menuseparator
41032 DVI.
41033
41034 \family default
41035  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
41036 \family sans
41037 Visualiser
41038 \family default
41039 .
41040 \end_layout
41041
41042 \begin_layout Section
41043 PostScript
41044 \begin_inset CommandInset label
41045 LatexCommand label
41046 name "sec:PostScript"
41047
41048 \end_inset
41049
41050
41051 \begin_inset Index idx
41052 status collapsed
41053
41054 \begin_layout Plain Layout
41055 Formats de Fichiers ! PostScript
41056 \end_layout
41057
41058 \end_inset
41059
41060
41061 \begin_inset Index idx
41062 status collapsed
41063
41064 \begin_layout Plain Layout
41065 PostScript|see
41066 \begin_inset ERT
41067 status collapsed
41068
41069 \begin_layout Plain Layout
41070
41071 {
41072 \end_layout
41073
41074 \end_inset
41075
41076 Formats de Fichiers
41077 \begin_inset ERT
41078 status collapsed
41079
41080 \begin_layout Plain Layout
41081
41082 }
41083 \end_layout
41084
41085 \end_inset
41086
41087
41088 \end_layout
41089
41090 \end_inset
41091
41092
41093 \end_layout
41094
41095 \begin_layout Standard
41096 Ce type de fichiers a l'extension 
41097 \begin_inset Quotes fld
41098 \end_inset
41099
41100
41101 \family typewriter
41102 .ps
41103 \family default
41104
41105 \begin_inset Quotes frd
41106 \end_inset
41107
41108 .
41109  PostScript a été développé par la société 
41110 \series bold
41111 Adobe
41112 \series default
41113  comme un langage pour les imprimantes.
41114  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
41115  pour imprimer le document.
41116  PostScript peut être considéré comme un 
41117 \begin_inset Quotes fld
41118 \end_inset
41119
41120 langage de programmation
41121 \begin_inset Quotes frd
41122 \end_inset
41123
41124  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
41125  images
41126 \begin_inset Foot
41127 status collapsed
41128
41129 \begin_layout Plain Layout
41130 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
41131  LaTeX 
41132 \series bold
41133 pstricks
41134 \series default
41135
41136 \begin_inset CommandInset citation
41137 LatexCommand cite
41138 key "pstricks"
41139
41140 \end_inset
41141
41142 .
41143 \end_layout
41144
41145 \end_inset
41146
41147 .
41148  En partie à cause de toutes ces possibilités un fichier PostScript est
41149  souvent plus gros qu'un PDF.
41150 \end_layout
41151
41152 \begin_layout Standard
41153 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
41154  plus gros qu'un PDF.
41155 \end_layout
41156
41157 \begin_layout Standard
41158 PostScript ne peut contenir que des images au format 
41159 \begin_inset Quotes fld
41160 \end_inset
41161
41162 PostScript Encapsulé
41163 \begin_inset Quotes frd
41164 \end_inset
41165
41166  (encapsulated PostScript ou EPS, d'extension 
41167 \family typewriter
41168 .eps
41169 \family default
41170 ).
41171  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
41172  il doit les convertir en interne en EPS.
41173  Si vous avez par exemple 50 images dans votre document, LyX doit faire
41174  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
41175  document.
41176  Cela risque de ralentir de façon importante votre rythme de travail.
41177  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
41178  vos images directement en EPS pour éviter ce problème.
41179 \end_layout
41180
41181 \begin_layout Standard
41182 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
41183  le menu 
41184 \family sans
41185 Fichier\SpecialChar \menuseparator
41186 Exporter\SpecialChar \menuseparator
41187 PostScript.
41188
41189 \family default
41190  Vous pouvez visionner votre document sous forme PostScript grâce au menu
41191  
41192 \family sans
41193 Visualiser
41194 \family default
41195  ou en utilisant le bouton 
41196 \begin_inset Graphics
41197         filename ../../images/buffer-view_ps.png
41198         scale 85
41199         scaleBeforeRotation
41200
41201 \end_inset
41202
41203  de la barre d'outils.
41204 \end_layout
41205
41206 \begin_layout Section
41207 PDF
41208 \begin_inset Index idx
41209 status collapsed
41210
41211 \begin_layout Plain Layout
41212 Formats de Fichiers ! PDF
41213 \end_layout
41214
41215 \end_inset
41216
41217
41218 \begin_inset Index idx
41219 status collapsed
41220
41221 \begin_layout Plain Layout
41222 PDF
41223 \end_layout
41224
41225 \end_inset
41226
41227
41228 \end_layout
41229
41230 \begin_layout Standard
41231 Ce type de fichiers a l'extension 
41232 \begin_inset Quotes fld
41233 \end_inset
41234
41235
41236 \family typewriter
41237 .pdf
41238 \family default
41239
41240 \begin_inset Quotes frd
41241 \end_inset
41242
41243 .
41244  Ce 
41245 \begin_inset Quotes fld
41246 \end_inset
41247
41248 format de document portable
41249 \begin_inset Quotes frd
41250 \end_inset
41251
41252  (portable document format ou PDF) est développé par 
41253 \family typewriter
41254 Adobe
41255 \family default
41256  comme une évolution de PostScript.
41257  Il est plus comprimé et utilise moins de commandes que PostScript.
41258  Comme son nom l'indique, il est 
41259 \begin_inset Quotes fld
41260 \end_inset
41261
41262 portable
41263 \begin_inset Quotes frd
41264 \end_inset
41265
41266  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
41267  aura exactement le même aspect.
41268 \end_layout
41269
41270 \begin_layout Standard
41271 PDF peut contenir des images dans son propre format PDF et dans les formats
41272  JPG (format du 
41273 \begin_inset Quotes fld
41274 \end_inset
41275
41276 Joint Photographic Expert Group
41277 \begin_inset Quotes frd
41278 \end_inset
41279
41280  avec comme extension 
41281 \family typewriter
41282 .jpg
41283 \family default
41284  ou 
41285 \family typewriter
41286 .jpeg
41287 \family default
41288 ) et PNG (
41289 \begin_inset Quotes fld
41290 \end_inset
41291
41292 Portable Network Graphics
41293 \begin_inset Quotes frd
41294 \end_inset
41295
41296  avec l'extension 
41297 \family typewriter
41298 .png
41299 \family default
41300 ).
41301  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
41302  dans un de ces formats.
41303  Mais comme il est dit dans la section sur PostScript, les conversions d'images
41304  vont ralentir votre travail.
41305  Nous recommandons donc l'utilisation de l'un des trois formats cités.
41306 \end_layout
41307
41308 \begin_layout Standard
41309 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
41310  menu 
41311 \family sans
41312 Fichier\SpecialChar \menuseparator
41313 Exporter 
41314 \family default
41315 de trois façons différentes:
41316 \end_layout
41317
41318 \begin_layout Description
41319 PDF
41320 \begin_inset space ~
41321 \end_inset
41322
41323 (ps2pdf) Ceci utilise le programme 
41324 \family typewriter
41325 ps2pdf
41326 \family default
41327  qui créé un PDF à partir de la version PostScript de votre fichier.
41328  Cette dernière est produite par le programme 
41329 \family typewriter
41330 dvips
41331 \family default
41332  qui utilise une version DVI comme étape intermédiaire.
41333  Cette variante consiste donc en trois conversions.
41334 \end_layout
41335
41336 \begin_layout Description
41337 PDF
41338 \begin_inset space ~
41339 \end_inset
41340
41341 (dvipdfm) Ceci utilise le programme 
41342 \family typewriter
41343 dvipdfm
41344 \family default
41345  qui convertit votre fichier en DVI avant de le convertir en PDF.
41346 \end_layout
41347
41348 \begin_layout Description
41349 PDF
41350 \begin_inset space ~
41351 \end_inset
41352
41353 (pdflatex) Ceci utilise le programme 
41354 \family typewriter
41355 pdftex
41356 \family default
41357  qui convertit directement votre fichier en PDF.
41358 \end_layout
41359
41360 \begin_layout Standard
41361 Nous recommandons d'utiliser l'option 
41362 \family sans
41363 PDF
41364 \begin_inset space ~
41365 \end_inset
41366
41367 (pdflatex)
41368 \family default
41369  car 
41370 \family typewriter
41371 pdftex
41372 \family default
41373  accepte toutes les fonctionnalités des versions actuelles de PDF.
41374  Il est en plus rapide et stable.
41375  Le programme 
41376 \family typewriter
41377 dvipdfm
41378 \family default
41379  n'est plus développé est est donc un peu dépassé.
41380 \end_layout
41381
41382 \begin_layout Standard
41383
41384 \end_layout
41385
41386 \begin_layout Standard
41387 Vous pouvez visionner votre document sous forme PDF grâce au menu 
41388 \family sans
41389 Visualiser
41390 \family default
41391  ou en utilisant le bouton 
41392 \begin_inset Graphics
41393         filename ../../images/buffer-view_pdf2.png
41394         scale 85
41395         scaleBeforeRotation
41396
41397 \end_inset
41398
41399  de la barre d'outils
41400 \family sans
41401  (
41402 \family default
41403 qui utilise 
41404 \family sans
41405 PDF
41406 \begin_inset space ~
41407 \end_inset
41408
41409 (pdflatex)
41410 \family default
41411 ).
41412 \end_layout
41413
41414 \begin_layout Chapter
41415 Liste de noms de couleur pour dvips
41416 \begin_inset CommandInset label
41417 LatexCommand label
41418 name "chap:Liste-de-noms-de-couleur-dvips"
41419
41420 \end_inset
41421
41422
41423 \end_layout
41424
41425 \begin_layout Standard
41426 \begin_inset Tabular
41427 <lyxtabular version="3" rows="17" columns="4">
41428 <features tabularvalignment="middle">
41429 <column alignment="left" valignment="top" width="0pt">
41430 <column alignment="left" valignment="top" width="0pt">
41431 <column alignment="left" valignment="top" width="0pt">
41432 <column alignment="left" valignment="top" width="0pt">
41433 <row>
41434 <cell alignment="left" valignment="top" usebox="none">
41435 \begin_inset Text
41436
41437 \begin_layout Plain Layout
41438 \begin_inset ERT
41439 status collapsed
41440
41441 \begin_layout Plain Layout
41442
41443
41444 \backslash
41445 fcolorbox{black}{
41446 \end_layout
41447
41448 \end_inset
41449
41450 white
41451 \begin_inset ERT
41452 status collapsed
41453
41454 \begin_layout Plain Layout
41455
41456 }{
41457 \end_layout
41458
41459 \end_inset
41460
41461 Couleur
41462 \begin_inset ERT
41463 status collapsed
41464
41465 \begin_layout Plain Layout
41466
41467 }
41468 \end_layout
41469
41470 \end_inset
41471
41472  Nom
41473 \end_layout
41474
41475 \end_inset
41476 </cell>
41477 <cell alignment="left" valignment="top" usebox="none">
41478 \begin_inset Text
41479
41480 \begin_layout Plain Layout
41481 \begin_inset ERT
41482 status collapsed
41483
41484 \begin_layout Plain Layout
41485
41486
41487 \backslash
41488 fcolorbox{black}{
41489 \end_layout
41490
41491 \end_inset
41492
41493 white
41494 \begin_inset ERT
41495 status collapsed
41496
41497 \begin_layout Plain Layout
41498
41499 }{
41500 \end_layout
41501
41502 \end_inset
41503
41504 Couleur
41505 \begin_inset ERT
41506 status collapsed
41507
41508 \begin_layout Plain Layout
41509
41510 }
41511 \end_layout
41512
41513 \end_inset
41514
41515  Nom
41516 \end_layout
41517
41518 \end_inset
41519 </cell>
41520 <cell alignment="left" valignment="top" usebox="none">
41521 \begin_inset Text
41522
41523 \begin_layout Plain Layout
41524 \begin_inset ERT
41525 status collapsed
41526
41527 \begin_layout Plain Layout
41528
41529
41530 \backslash
41531 fcolorbox{black}{
41532 \end_layout
41533
41534 \end_inset
41535
41536 white
41537 \begin_inset ERT
41538 status collapsed
41539
41540 \begin_layout Plain Layout
41541
41542 }{
41543 \end_layout
41544
41545 \end_inset
41546
41547 Couleur
41548 \begin_inset ERT
41549 status collapsed
41550
41551 \begin_layout Plain Layout
41552
41553 }
41554 \end_layout
41555
41556 \end_inset
41557
41558  Nom
41559 \end_layout
41560
41561 \end_inset
41562 </cell>
41563 <cell alignment="left" valignment="top" usebox="none">
41564 \begin_inset Text
41565
41566 \begin_layout Plain Layout
41567 \begin_inset ERT
41568 status collapsed
41569
41570 \begin_layout Plain Layout
41571
41572
41573 \backslash
41574 fcolorbox{black}{
41575 \end_layout
41576
41577 \end_inset
41578
41579 white
41580 \begin_inset ERT
41581 status collapsed
41582
41583 \begin_layout Plain Layout
41584
41585 }{
41586 \end_layout
41587
41588 \end_inset
41589
41590 Couleur
41591 \begin_inset ERT
41592 status collapsed
41593
41594 \begin_layout Plain Layout
41595
41596 }
41597 \end_layout
41598
41599 \end_inset
41600
41601  Nom
41602 \end_layout
41603
41604 \end_inset
41605 </cell>
41606 </row>
41607 <row>
41608 <cell alignment="center" valignment="top" usebox="none">
41609 \begin_inset Text
41610
41611 \begin_layout Plain Layout
41612 \begin_inset ERT
41613 status collapsed
41614
41615 \begin_layout Plain Layout
41616
41617
41618 \backslash
41619 fcolorbox{black}{
41620 \end_layout
41621
41622 \end_inset
41623
41624 Apricot
41625 \begin_inset ERT
41626 status collapsed
41627
41628 \begin_layout Plain Layout
41629
41630 }{
41631 \end_layout
41632
41633 \end_inset
41634
41635
41636 \begin_inset Phantom Phantom
41637 status open
41638
41639 \begin_layout Plain Layout
41640 W
41641 \end_layout
41642
41643 \end_inset
41644
41645
41646 \begin_inset ERT
41647 status collapsed
41648
41649 \begin_layout Plain Layout
41650
41651 }
41652 \end_layout
41653
41654 \end_inset
41655
41656  Apricot
41657 \end_layout
41658
41659 \end_inset
41660 </cell>
41661 <cell alignment="center" valignment="top" usebox="none">
41662 \begin_inset Text
41663
41664 \begin_layout Plain Layout
41665 \begin_inset ERT
41666 status collapsed
41667
41668 \begin_layout Plain Layout
41669
41670
41671 \backslash
41672 fcolorbox{black}{
41673 \end_layout
41674
41675 \end_inset
41676
41677 Aquamarine
41678 \begin_inset ERT
41679 status collapsed
41680
41681 \begin_layout Plain Layout
41682
41683 }{
41684 \end_layout
41685
41686 \end_inset
41687
41688
41689 \begin_inset Phantom Phantom
41690 status open
41691
41692 \begin_layout Plain Layout
41693 W
41694 \end_layout
41695
41696 \end_inset
41697
41698
41699 \begin_inset ERT
41700 status collapsed
41701
41702 \begin_layout Plain Layout
41703
41704 }
41705 \end_layout
41706
41707 \end_inset
41708
41709  Aquamarine
41710 \end_layout
41711
41712 \end_inset
41713 </cell>
41714 <cell alignment="center" valignment="top" usebox="none">
41715 \begin_inset Text
41716
41717 \begin_layout Plain Layout
41718 \begin_inset ERT
41719 status collapsed
41720
41721 \begin_layout Plain Layout
41722
41723
41724 \backslash
41725 fcolorbox{black}{
41726 \end_layout
41727
41728 \end_inset
41729
41730 Bittersweet
41731 \begin_inset ERT
41732 status collapsed
41733
41734 \begin_layout Plain Layout
41735
41736 }{
41737 \end_layout
41738
41739 \end_inset
41740
41741
41742 \begin_inset Phantom Phantom
41743 status open
41744
41745 \begin_layout Plain Layout
41746 W
41747 \end_layout
41748
41749 \end_inset
41750
41751
41752 \begin_inset ERT
41753 status collapsed
41754
41755 \begin_layout Plain Layout
41756
41757 }
41758 \end_layout
41759
41760 \end_inset
41761
41762  Bittersweet
41763 \end_layout
41764
41765 \end_inset
41766 </cell>
41767 <cell alignment="center" valignment="top" usebox="none">
41768 \begin_inset Text
41769
41770 \begin_layout Plain Layout
41771 \begin_inset ERT
41772 status collapsed
41773
41774 \begin_layout Plain Layout
41775
41776
41777 \backslash
41778 fcolorbox{black}{
41779 \end_layout
41780
41781 \end_inset
41782
41783 BlueGreen
41784 \begin_inset ERT
41785 status collapsed
41786
41787 \begin_layout Plain Layout
41788
41789 }{
41790 \end_layout
41791
41792 \end_inset
41793
41794
41795 \begin_inset Phantom Phantom
41796 status open
41797
41798 \begin_layout Plain Layout
41799 W
41800 \end_layout
41801
41802 \end_inset
41803
41804
41805 \begin_inset ERT
41806 status collapsed
41807
41808 \begin_layout Plain Layout
41809
41810 }
41811 \end_layout
41812
41813 \end_inset
41814
41815  BlueGreen
41816 \end_layout
41817
41818 \end_inset
41819 </cell>
41820 </row>
41821 <row>
41822 <cell alignment="left" valignment="top" usebox="none">
41823 \begin_inset Text
41824
41825 \begin_layout Plain Layout
41826 \begin_inset ERT
41827 status collapsed
41828
41829 \begin_layout Plain Layout
41830
41831
41832 \backslash
41833 fcolorbox{black}{
41834 \end_layout
41835
41836 \end_inset
41837
41838 BlueViolet
41839 \begin_inset ERT
41840 status collapsed
41841
41842 \begin_layout Plain Layout
41843
41844 }{
41845 \end_layout
41846
41847 \end_inset
41848
41849
41850 \begin_inset Phantom Phantom
41851 status open
41852
41853 \begin_layout Plain Layout
41854 W
41855 \end_layout
41856
41857 \end_inset
41858
41859
41860 \begin_inset ERT
41861 status collapsed
41862
41863 \begin_layout Plain Layout
41864
41865 }
41866 \end_layout
41867
41868 \end_inset
41869
41870  BlueViolet
41871 \end_layout
41872
41873 \end_inset
41874 </cell>
41875 <cell alignment="left" valignment="top" usebox="none">
41876 \begin_inset Text
41877
41878 \begin_layout Plain Layout
41879 \begin_inset ERT
41880 status collapsed
41881
41882 \begin_layout Plain Layout
41883
41884
41885 \backslash
41886 fcolorbox{black}{
41887 \end_layout
41888
41889 \end_inset
41890
41891 BrickRed
41892 \begin_inset ERT
41893 status collapsed
41894
41895 \begin_layout Plain Layout
41896
41897 }{
41898 \end_layout
41899
41900 \end_inset
41901
41902
41903 \begin_inset Phantom Phantom
41904 status open
41905
41906 \begin_layout Plain Layout
41907 W
41908 \end_layout
41909
41910 \end_inset
41911
41912
41913 \begin_inset ERT
41914 status collapsed
41915
41916 \begin_layout Plain Layout
41917
41918 }
41919 \end_layout
41920
41921 \end_inset
41922
41923  BrickRed
41924 \end_layout
41925
41926 \end_inset
41927 </cell>
41928 <cell alignment="left" valignment="top" usebox="none">
41929 \begin_inset Text
41930
41931 \begin_layout Plain Layout
41932 \begin_inset ERT
41933 status collapsed
41934
41935 \begin_layout Plain Layout
41936
41937
41938 \backslash
41939 fcolorbox{black}{
41940 \end_layout
41941
41942 \end_inset
41943
41944 Brown
41945 \begin_inset ERT
41946 status collapsed
41947
41948 \begin_layout Plain Layout
41949
41950 }{
41951 \end_layout
41952
41953 \end_inset
41954
41955
41956 \begin_inset Phantom Phantom
41957 status open
41958
41959 \begin_layout Plain Layout
41960 W
41961 \end_layout
41962
41963 \end_inset
41964
41965
41966 \begin_inset ERT
41967 status collapsed
41968
41969 \begin_layout Plain Layout
41970
41971 }
41972 \end_layout
41973
41974 \end_inset
41975
41976  Brown
41977 \end_layout
41978
41979 \end_inset
41980 </cell>
41981 <cell alignment="left" valignment="top" usebox="none">
41982 \begin_inset Text
41983
41984 \begin_layout Plain Layout
41985 \begin_inset ERT
41986 status collapsed
41987
41988 \begin_layout Plain Layout
41989
41990
41991 \backslash
41992 fcolorbox{black}{
41993 \end_layout
41994
41995 \end_inset
41996
41997 BurntOrange
41998 \begin_inset ERT
41999 status collapsed
42000
42001 \begin_layout Plain Layout
42002
42003 }{
42004 \end_layout
42005
42006 \end_inset
42007
42008
42009 \begin_inset Phantom Phantom
42010 status open
42011
42012 \begin_layout Plain Layout
42013 W
42014 \end_layout
42015
42016 \end_inset
42017
42018
42019 \begin_inset ERT
42020 status collapsed
42021
42022 \begin_layout Plain Layout
42023
42024 }
42025 \end_layout
42026
42027 \end_inset
42028
42029  BurntOrange
42030 \end_layout
42031
42032 \end_inset
42033 </cell>
42034 </row>
42035 <row>
42036 <cell alignment="left" valignment="top" usebox="none">
42037 \begin_inset Text
42038
42039 \begin_layout Plain Layout
42040 \begin_inset ERT
42041 status collapsed
42042
42043 \begin_layout Plain Layout
42044
42045
42046 \backslash
42047 fcolorbox{black}{
42048 \end_layout
42049
42050 \end_inset
42051
42052 CadetBlue
42053 \begin_inset ERT
42054 status collapsed
42055
42056 \begin_layout Plain Layout
42057
42058 }{
42059 \end_layout
42060
42061 \end_inset
42062
42063
42064 \begin_inset Phantom Phantom
42065 status open
42066
42067 \begin_layout Plain Layout
42068 W
42069 \end_layout
42070
42071 \end_inset
42072
42073
42074 \begin_inset ERT
42075 status collapsed
42076
42077 \begin_layout Plain Layout
42078
42079 }
42080 \end_layout
42081
42082 \end_inset
42083
42084  CadetBlue
42085 \end_layout
42086
42087 \end_inset
42088 </cell>
42089 <cell alignment="left" valignment="top" usebox="none">
42090 \begin_inset Text
42091
42092 \begin_layout Plain Layout
42093 \begin_inset ERT
42094 status collapsed
42095
42096 \begin_layout Plain Layout
42097
42098
42099 \backslash
42100 fcolorbox{black}{
42101 \end_layout
42102
42103 \end_inset
42104
42105 CarnationPink
42106 \begin_inset ERT
42107 status collapsed
42108
42109 \begin_layout Plain Layout
42110
42111 }{
42112 \end_layout
42113
42114 \end_inset
42115
42116
42117 \begin_inset Phantom Phantom
42118 status open
42119
42120 \begin_layout Plain Layout
42121 W
42122 \end_layout
42123
42124 \end_inset
42125
42126
42127 \begin_inset ERT
42128 status collapsed
42129
42130 \begin_layout Plain Layout
42131
42132 }
42133 \end_layout
42134
42135 \end_inset
42136
42137  CarnationPink
42138 \end_layout
42139
42140 \end_inset
42141 </cell>
42142 <cell alignment="left" valignment="top" usebox="none">
42143 \begin_inset Text
42144
42145 \begin_layout Plain Layout
42146 \begin_inset ERT
42147 status collapsed
42148
42149 \begin_layout Plain Layout
42150
42151
42152 \backslash
42153 fcolorbox{black}{
42154 \end_layout
42155
42156 \end_inset
42157
42158 Cerulean
42159 \begin_inset ERT
42160 status collapsed
42161
42162 \begin_layout Plain Layout
42163
42164 }{
42165 \end_layout
42166
42167 \end_inset
42168
42169
42170 \begin_inset Phantom Phantom
42171 status open
42172
42173 \begin_layout Plain Layout
42174 W
42175 \end_layout
42176
42177 \end_inset
42178
42179
42180 \begin_inset ERT
42181 status collapsed
42182
42183 \begin_layout Plain Layout
42184
42185 }
42186 \end_layout
42187
42188 \end_inset
42189
42190  Cerulean
42191 \end_layout
42192
42193 \end_inset
42194 </cell>
42195 <cell alignment="left" valignment="top" usebox="none">
42196 \begin_inset Text
42197
42198 \begin_layout Plain Layout
42199 \begin_inset ERT
42200 status collapsed
42201
42202 \begin_layout Plain Layout
42203
42204
42205 \backslash
42206 fcolorbox{black}{
42207 \end_layout
42208
42209 \end_inset
42210
42211 CornflowerBlue
42212 \begin_inset ERT
42213 status collapsed
42214
42215 \begin_layout Plain Layout
42216
42217 }{
42218 \end_layout
42219
42220 \end_inset
42221
42222
42223 \begin_inset Phantom Phantom
42224 status open
42225
42226 \begin_layout Plain Layout
42227 W
42228 \end_layout
42229
42230 \end_inset
42231
42232
42233 \begin_inset ERT
42234 status collapsed
42235
42236 \begin_layout Plain Layout
42237
42238 }
42239 \end_layout
42240
42241 \end_inset
42242
42243  CornflowerBlue
42244 \end_layout
42245
42246 \end_inset
42247 </cell>
42248 </row>
42249 <row>
42250 <cell alignment="left" valignment="top" usebox="none">
42251 \begin_inset Text
42252
42253 \begin_layout Plain Layout
42254 \begin_inset ERT
42255 status collapsed
42256
42257 \begin_layout Plain Layout
42258
42259
42260 \backslash
42261 fcolorbox{black}{
42262 \end_layout
42263
42264 \end_inset
42265
42266 Dandelion
42267 \begin_inset ERT
42268 status collapsed
42269
42270 \begin_layout Plain Layout
42271
42272 }{
42273 \end_layout
42274
42275 \end_inset
42276
42277
42278 \begin_inset Phantom Phantom
42279 status open
42280
42281 \begin_layout Plain Layout
42282 W
42283 \end_layout
42284
42285 \end_inset
42286
42287
42288 \begin_inset ERT
42289 status collapsed
42290
42291 \begin_layout Plain Layout
42292
42293 }
42294 \end_layout
42295
42296 \end_inset
42297
42298  Dandelion
42299 \end_layout
42300
42301 \end_inset
42302 </cell>
42303 <cell alignment="left" valignment="top" usebox="none">
42304 \begin_inset Text
42305
42306 \begin_layout Plain Layout
42307 \begin_inset ERT
42308 status collapsed
42309
42310 \begin_layout Plain Layout
42311
42312
42313 \backslash
42314 fcolorbox{black}{
42315 \end_layout
42316
42317 \end_inset
42318
42319 DarkOrchid
42320 \begin_inset ERT
42321 status collapsed
42322
42323 \begin_layout Plain Layout
42324
42325 }{
42326 \end_layout
42327
42328 \end_inset
42329
42330
42331 \begin_inset Phantom Phantom
42332 status open
42333
42334 \begin_layout Plain Layout
42335 W
42336 \end_layout
42337
42338 \end_inset
42339
42340
42341 \begin_inset ERT
42342 status collapsed
42343
42344 \begin_layout Plain Layout
42345
42346 }
42347 \end_layout
42348
42349 \end_inset
42350
42351  DarkOrchid
42352 \end_layout
42353
42354 \end_inset
42355 </cell>
42356 <cell alignment="left" valignment="top" usebox="none">
42357 \begin_inset Text
42358
42359 \begin_layout Plain Layout
42360 \begin_inset ERT
42361 status collapsed
42362
42363 \begin_layout Plain Layout
42364
42365
42366 \backslash
42367 fcolorbox{black}{
42368 \end_layout
42369
42370 \end_inset
42371
42372 Emerald
42373 \begin_inset ERT
42374 status collapsed
42375
42376 \begin_layout Plain Layout
42377
42378 }{
42379 \end_layout
42380
42381 \end_inset
42382
42383
42384 \begin_inset Phantom Phantom
42385 status open
42386
42387 \begin_layout Plain Layout
42388 W
42389 \end_layout
42390
42391 \end_inset
42392
42393
42394 \begin_inset ERT
42395 status collapsed
42396
42397 \begin_layout Plain Layout
42398
42399 }
42400 \end_layout
42401
42402 \end_inset
42403
42404  Emerald
42405 \end_layout
42406
42407 \end_inset
42408 </cell>
42409 <cell alignment="left" valignment="top" usebox="none">
42410 \begin_inset Text
42411
42412 \begin_layout Plain Layout
42413 \begin_inset ERT
42414 status collapsed
42415
42416 \begin_layout Plain Layout
42417
42418
42419 \backslash
42420 fcolorbox{black}{
42421 \end_layout
42422
42423 \end_inset
42424
42425 ForestGreen
42426 \begin_inset ERT
42427 status collapsed
42428
42429 \begin_layout Plain Layout
42430
42431 }{
42432 \end_layout
42433
42434 \end_inset
42435
42436
42437 \begin_inset Phantom Phantom
42438 status open
42439
42440 \begin_layout Plain Layout
42441 W
42442 \end_layout
42443
42444 \end_inset
42445
42446
42447 \begin_inset ERT
42448 status collapsed
42449
42450 \begin_layout Plain Layout
42451
42452 }
42453 \end_layout
42454
42455 \end_inset
42456
42457  ForestGreen
42458 \end_layout
42459
42460 \end_inset
42461 </cell>
42462 </row>
42463 <row>
42464 <cell alignment="left" valignment="top" usebox="none">
42465 \begin_inset Text
42466
42467 \begin_layout Plain Layout
42468 \begin_inset ERT
42469 status collapsed
42470
42471 \begin_layout Plain Layout
42472
42473
42474 \backslash
42475 fcolorbox{black}{
42476 \end_layout
42477
42478 \end_inset
42479
42480 Fuchsia
42481 \begin_inset ERT
42482 status collapsed
42483
42484 \begin_layout Plain Layout
42485
42486 }{
42487 \end_layout
42488
42489 \end_inset
42490
42491
42492 \begin_inset Phantom Phantom
42493 status open
42494
42495 \begin_layout Plain Layout
42496 W
42497 \end_layout
42498
42499 \end_inset
42500
42501
42502 \begin_inset ERT
42503 status collapsed
42504
42505 \begin_layout Plain Layout
42506
42507 }
42508 \end_layout
42509
42510 \end_inset
42511
42512  Fuchsia
42513 \end_layout
42514
42515 \end_inset
42516 </cell>
42517 <cell alignment="left" valignment="top" usebox="none">
42518 \begin_inset Text
42519
42520 \begin_layout Plain Layout
42521 \begin_inset ERT
42522 status collapsed
42523
42524 \begin_layout Plain Layout
42525
42526
42527 \backslash
42528 fcolorbox{black}{
42529 \end_layout
42530
42531 \end_inset
42532
42533 Goldenrod
42534 \begin_inset ERT
42535 status collapsed
42536
42537 \begin_layout Plain Layout
42538
42539 }{
42540 \end_layout
42541
42542 \end_inset
42543
42544
42545 \begin_inset Phantom Phantom
42546 status open
42547
42548 \begin_layout Plain Layout
42549 W
42550 \end_layout
42551
42552 \end_inset
42553
42554
42555 \begin_inset ERT
42556 status collapsed
42557
42558 \begin_layout Plain Layout
42559
42560 }
42561 \end_layout
42562
42563 \end_inset
42564
42565  Goldenrod
42566 \end_layout
42567
42568 \end_inset
42569 </cell>
42570 <cell alignment="left" valignment="top" usebox="none">
42571 \begin_inset Text
42572
42573 \begin_layout Plain Layout
42574 \begin_inset ERT
42575 status collapsed
42576
42577 \begin_layout Plain Layout
42578
42579
42580 \backslash
42581 fcolorbox{black}{
42582 \end_layout
42583
42584 \end_inset
42585
42586 Gray
42587 \begin_inset ERT
42588 status collapsed
42589
42590 \begin_layout Plain Layout
42591
42592 }{
42593 \end_layout
42594
42595 \end_inset
42596
42597
42598 \begin_inset Phantom Phantom
42599 status open
42600
42601 \begin_layout Plain Layout
42602 W
42603 \end_layout
42604
42605 \end_inset
42606
42607
42608 \begin_inset ERT
42609 status collapsed
42610
42611 \begin_layout Plain Layout
42612
42613 }
42614 \end_layout
42615
42616 \end_inset
42617
42618  Gray
42619 \end_layout
42620
42621 \end_inset
42622 </cell>
42623 <cell alignment="left" valignment="top" usebox="none">
42624 \begin_inset Text
42625
42626 \begin_layout Plain Layout
42627 \begin_inset ERT
42628 status collapsed
42629
42630 \begin_layout Plain Layout
42631
42632
42633 \backslash
42634 fcolorbox{black}{
42635 \end_layout
42636
42637 \end_inset
42638
42639 GreenYellow
42640 \begin_inset ERT
42641 status collapsed
42642
42643 \begin_layout Plain Layout
42644
42645 }{
42646 \end_layout
42647
42648 \end_inset
42649
42650
42651 \begin_inset Phantom Phantom
42652 status open
42653
42654 \begin_layout Plain Layout
42655 W
42656 \end_layout
42657
42658 \end_inset
42659
42660
42661 \begin_inset ERT
42662 status collapsed
42663
42664 \begin_layout Plain Layout
42665
42666 }
42667 \end_layout
42668
42669 \end_inset
42670
42671  GreenYellow
42672 \end_layout
42673
42674 \end_inset
42675 </cell>
42676 </row>
42677 <row>
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 JungleGreen
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  JungleGreen
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 Lavender
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  Lavender
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 LimeGreen
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  LimeGreen
42833 \end_layout
42834
42835 \end_inset
42836 </cell>
42837 <cell alignment="center" valignment="top" usebox="none">
42838 \begin_inset Text
42839
42840 \begin_layout Plain Layout
42841 \begin_inset ERT
42842 status collapsed
42843
42844 \begin_layout Plain Layout
42845
42846
42847 \backslash
42848 fcolorbox{black}{
42849 \end_layout
42850
42851 \end_inset
42852
42853 Mahogany
42854 \begin_inset ERT
42855 status collapsed
42856
42857 \begin_layout Plain Layout
42858
42859 }{
42860 \end_layout
42861
42862 \end_inset
42863
42864
42865 \begin_inset Phantom Phantom
42866 status open
42867
42868 \begin_layout Plain Layout
42869 W
42870 \end_layout
42871
42872 \end_inset
42873
42874
42875 \begin_inset ERT
42876 status collapsed
42877
42878 \begin_layout Plain Layout
42879
42880 }
42881 \end_layout
42882
42883 \end_inset
42884
42885  Mahogany
42886 \end_layout
42887
42888 \end_inset
42889 </cell>
42890 </row>
42891 <row>
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 Mahogany
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  Mahogany
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 Maroon
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  Maroon
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 Melon
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  Melon
43047 \end_layout
43048
43049 \end_inset
43050 </cell>
43051 <cell alignment="left" valignment="top" usebox="none">
43052 \begin_inset Text
43053
43054 \begin_layout Plain Layout
43055 \begin_inset ERT
43056 status collapsed
43057
43058 \begin_layout Plain Layout
43059
43060
43061 \backslash
43062 fcolorbox{black}{
43063 \end_layout
43064
43065 \end_inset
43066
43067 MidnightBlue
43068 \begin_inset ERT
43069 status collapsed
43070
43071 \begin_layout Plain Layout
43072
43073 }{
43074 \end_layout
43075
43076 \end_inset
43077
43078
43079 \begin_inset Phantom Phantom
43080 status open
43081
43082 \begin_layout Plain Layout
43083 W
43084 \end_layout
43085
43086 \end_inset
43087
43088
43089 \begin_inset ERT
43090 status collapsed
43091
43092 \begin_layout Plain Layout
43093
43094 }
43095 \end_layout
43096
43097 \end_inset
43098
43099  MidnightBlue
43100 \end_layout
43101
43102 \end_inset
43103 </cell>
43104 </row>
43105 <row>
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 Mulberry
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  Mulberry
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 NavyBlue
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  NavyBlue
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 OliveGreen
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  OliveGreen
43261 \end_layout
43262
43263 \end_inset
43264 </cell>
43265 <cell alignment="left" valignment="top" usebox="none">
43266 \begin_inset Text
43267
43268 \begin_layout Plain Layout
43269 \begin_inset ERT
43270 status collapsed
43271
43272 \begin_layout Plain Layout
43273
43274
43275 \backslash
43276 fcolorbox{black}{
43277 \end_layout
43278
43279 \end_inset
43280
43281 Orange
43282 \begin_inset ERT
43283 status collapsed
43284
43285 \begin_layout Plain Layout
43286
43287 }{
43288 \end_layout
43289
43290 \end_inset
43291
43292
43293 \begin_inset Phantom Phantom
43294 status open
43295
43296 \begin_layout Plain Layout
43297 W
43298 \end_layout
43299
43300 \end_inset
43301
43302
43303 \begin_inset ERT
43304 status collapsed
43305
43306 \begin_layout Plain Layout
43307
43308 }
43309 \end_layout
43310
43311 \end_inset
43312
43313  Orange
43314 \end_layout
43315
43316 \end_inset
43317 </cell>
43318 </row>
43319 <row>
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 OrangeRed
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  OrangeRed
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 Orchid
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  Orchid
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 Peach
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  Peach
43475 \end_layout
43476
43477 \end_inset
43478 </cell>
43479 <cell alignment="left" valignment="top" usebox="none">
43480 \begin_inset Text
43481
43482 \begin_layout Plain Layout
43483 \begin_inset ERT
43484 status collapsed
43485
43486 \begin_layout Plain Layout
43487
43488
43489 \backslash
43490 fcolorbox{black}{
43491 \end_layout
43492
43493 \end_inset
43494
43495 Periwinkle
43496 \begin_inset ERT
43497 status collapsed
43498
43499 \begin_layout Plain Layout
43500
43501 }{
43502 \end_layout
43503
43504 \end_inset
43505
43506
43507 \begin_inset Phantom Phantom
43508 status open
43509
43510 \begin_layout Plain Layout
43511 W
43512 \end_layout
43513
43514 \end_inset
43515
43516
43517 \begin_inset ERT
43518 status collapsed
43519
43520 \begin_layout Plain Layout
43521
43522 }
43523 \end_layout
43524
43525 \end_inset
43526
43527  Periwinkle
43528 \end_layout
43529
43530 \end_inset
43531 </cell>
43532 </row>
43533 <row>
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 PineGreen
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  PineGreen
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 Plum
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  Plum
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 ProcessBlue
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  ProcessBlue
43689 \end_layout
43690
43691 \end_inset
43692 </cell>
43693 <cell alignment="left" valignment="top" usebox="none">
43694 \begin_inset Text
43695
43696 \begin_layout Plain Layout
43697 \begin_inset ERT
43698 status collapsed
43699
43700 \begin_layout Plain Layout
43701
43702
43703 \backslash
43704 fcolorbox{black}{
43705 \end_layout
43706
43707 \end_inset
43708
43709 Purple
43710 \begin_inset ERT
43711 status collapsed
43712
43713 \begin_layout Plain Layout
43714
43715 }{
43716 \end_layout
43717
43718 \end_inset
43719
43720
43721 \begin_inset Phantom Phantom
43722 status open
43723
43724 \begin_layout Plain Layout
43725 W
43726 \end_layout
43727
43728 \end_inset
43729
43730
43731 \begin_inset ERT
43732 status collapsed
43733
43734 \begin_layout Plain Layout
43735
43736 }
43737 \end_layout
43738
43739 \end_inset
43740
43741  Purple
43742 \end_layout
43743
43744 \end_inset
43745 </cell>
43746 </row>
43747 <row>
43748 <cell alignment="left" 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 RawSienna
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  RawSienna
43797 \end_layout
43798
43799 \end_inset
43800 </cell>
43801 <cell alignment="left" 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 RedOrange
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  RedOrange
43850 \end_layout
43851
43852 \end_inset
43853 </cell>
43854 <cell alignment="left" 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 RedViolet
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  RedViolet
43903 \end_layout
43904
43905 \end_inset
43906 </cell>
43907 <cell alignment="left" valignment="top" usebox="none">
43908 \begin_inset Text
43909
43910 \begin_layout Plain Layout
43911 \begin_inset ERT
43912 status collapsed
43913
43914 \begin_layout Plain Layout
43915
43916
43917 \backslash
43918 fcolorbox{black}{
43919 \end_layout
43920
43921 \end_inset
43922
43923 Rhodamine
43924 \begin_inset ERT
43925 status collapsed
43926
43927 \begin_layout Plain Layout
43928
43929 }{
43930 \end_layout
43931
43932 \end_inset
43933
43934
43935 \begin_inset Phantom Phantom
43936 status open
43937
43938 \begin_layout Plain Layout
43939 W
43940 \end_layout
43941
43942 \end_inset
43943
43944
43945 \begin_inset ERT
43946 status collapsed
43947
43948 \begin_layout Plain Layout
43949
43950 }
43951 \end_layout
43952
43953 \end_inset
43954
43955  Rhodamine
43956 \end_layout
43957
43958 \end_inset
43959 </cell>
43960 </row>
43961 <row>
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 RoyalBlue
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  RoyalBlue
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 RoyalPurple
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  RoyalPurple
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 RubineRed
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  RubineRed
44117 \end_layout
44118
44119 \end_inset
44120 </cell>
44121 <cell alignment="left" valignment="top" usebox="none">
44122 \begin_inset Text
44123
44124 \begin_layout Plain Layout
44125 \begin_inset ERT
44126 status collapsed
44127
44128 \begin_layout Plain Layout
44129
44130
44131 \backslash
44132 fcolorbox{black}{
44133 \end_layout
44134
44135 \end_inset
44136
44137 Salmon
44138 \begin_inset ERT
44139 status collapsed
44140
44141 \begin_layout Plain Layout
44142
44143 }{
44144 \end_layout
44145
44146 \end_inset
44147
44148
44149 \begin_inset Phantom Phantom
44150 status open
44151
44152 \begin_layout Plain Layout
44153 W
44154 \end_layout
44155
44156 \end_inset
44157
44158
44159 \begin_inset ERT
44160 status collapsed
44161
44162 \begin_layout Plain Layout
44163
44164 }
44165 \end_layout
44166
44167 \end_inset
44168
44169  Salmon
44170 \end_layout
44171
44172 \end_inset
44173 </cell>
44174 </row>
44175 <row>
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 SeaGreen
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  SeaGreen
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 Sepia
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  Sepia
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 SkyBlue
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  SkyBlue
44331 \end_layout
44332
44333 \end_inset
44334 </cell>
44335 <cell alignment="left" valignment="top" usebox="none">
44336 \begin_inset Text
44337
44338 \begin_layout Plain Layout
44339 \begin_inset ERT
44340 status collapsed
44341
44342 \begin_layout Plain Layout
44343
44344
44345 \backslash
44346 fcolorbox{black}{
44347 \end_layout
44348
44349 \end_inset
44350
44351 SpringGreen
44352 \begin_inset ERT
44353 status collapsed
44354
44355 \begin_layout Plain Layout
44356
44357 }{
44358 \end_layout
44359
44360 \end_inset
44361
44362
44363 \begin_inset Phantom Phantom
44364 status open
44365
44366 \begin_layout Plain Layout
44367 W
44368 \end_layout
44369
44370 \end_inset
44371
44372
44373 \begin_inset ERT
44374 status collapsed
44375
44376 \begin_layout Plain Layout
44377
44378 }
44379 \end_layout
44380
44381 \end_inset
44382
44383  SpringGreen
44384 \end_layout
44385
44386 \end_inset
44387 </cell>
44388 </row>
44389 <row>
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 Tan
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  Tan
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 TealBlue
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  TealBlue
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 Thistle
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  Thistle
44545 \end_layout
44546
44547 \end_inset
44548 </cell>
44549 <cell alignment="left" valignment="top" usebox="none">
44550 \begin_inset Text
44551
44552 \begin_layout Plain Layout
44553 \begin_inset ERT
44554 status collapsed
44555
44556 \begin_layout Plain Layout
44557
44558
44559 \backslash
44560 fcolorbox{black}{
44561 \end_layout
44562
44563 \end_inset
44564
44565 Turquoise
44566 \begin_inset ERT
44567 status collapsed
44568
44569 \begin_layout Plain Layout
44570
44571 }{
44572 \end_layout
44573
44574 \end_inset
44575
44576
44577 \begin_inset Phantom Phantom
44578 status open
44579
44580 \begin_layout Plain Layout
44581 W
44582 \end_layout
44583
44584 \end_inset
44585
44586
44587 \begin_inset ERT
44588 status collapsed
44589
44590 \begin_layout Plain Layout
44591
44592 }
44593 \end_layout
44594
44595 \end_inset
44596
44597  Turquoise
44598 \end_layout
44599
44600 \end_inset
44601 </cell>
44602 </row>
44603 <row>
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 Violet
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  Violet
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 VioletRed
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  VioletRed
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 WildStrawberry
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  WildStrawberry
44759 \end_layout
44760
44761 \end_inset
44762 </cell>
44763 <cell alignment="left" valignment="top" usebox="none">
44764 \begin_inset Text
44765
44766 \begin_layout Plain Layout
44767 \begin_inset ERT
44768 status collapsed
44769
44770 \begin_layout Plain Layout
44771
44772
44773 \backslash
44774 fcolorbox{black}{
44775 \end_layout
44776
44777 \end_inset
44778
44779 YellowGreen
44780 \begin_inset ERT
44781 status collapsed
44782
44783 \begin_layout Plain Layout
44784
44785 }{
44786 \end_layout
44787
44788 \end_inset
44789
44790
44791 \begin_inset Phantom Phantom
44792 status open
44793
44794 \begin_layout Plain Layout
44795 W
44796 \end_layout
44797
44798 \end_inset
44799
44800
44801 \begin_inset ERT
44802 status collapsed
44803
44804 \begin_layout Plain Layout
44805
44806 }
44807 \end_layout
44808
44809 \end_inset
44810
44811  YellowGreen
44812 \end_layout
44813
44814 \end_inset
44815 </cell>
44816 </row>
44817 <row>
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 YellowOrange
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  YellowOrange
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
44876 \end_layout
44877
44878 \end_inset
44879 </cell>
44880 <cell alignment="left" valignment="top" usebox="none">
44881 \begin_inset Text
44882
44883 \begin_layout Plain Layout
44884
44885 \end_layout
44886
44887 \end_inset
44888 </cell>
44889 <cell alignment="left" valignment="top" usebox="none">
44890 \begin_inset Text
44891
44892 \begin_layout Plain Layout
44893
44894 \end_layout
44895
44896 \end_inset
44897 </cell>
44898 </row>
44899 </lyxtabular>
44900
44901 \end_inset
44902
44903
44904 \end_layout
44905
44906 \begin_layout Chapter
44907 Explication de l' équation
44908 \begin_inset space ~
44909 \end_inset
44910
44911 (
44912 \begin_inset CommandInset ref
44913 LatexCommand ref
44914 reference "eq:Wgn"
44915
44916 \end_inset
44917
44918 )
44919 \begin_inset CommandInset label
44920 LatexCommand label
44921 name "cha:Explication-de-l'Equation"
44922
44923 \end_inset
44924
44925
44926 \end_layout
44927
44928 \begin_layout Standard
44929 La largeur totale de 
44930 \emph on
44931 n
44932 \emph default
44933  cellules de tableau 
44934 \begin_inset Formula $W_{\mathrm{tot\, n}}$
44935 \end_inset
44936
44937  peut être calculée avec
44938 \begin_inset Formula 
44939 \begin{equation}
44940 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44941 \end{equation}
44942
44943 \end_inset
44944
44945
44946 \end_layout
44947
44948 \begin_layout Standard
44949 Où 
44950 \begin_inset Formula $W_{g\, n}$
44951 \end_inset
44952
44953  est la largeur fixe de toutes les cellules.
44954  
44955 \series bold
44956
44957 \backslash
44958 tabcolsep
44959 \series default
44960  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
44961  sa valeur implicite est 6
44962 \begin_inset space \thinspace{}
44963 \end_inset
44964
44965 pt.
44966  
44967 \series bold
44968
44969 \backslash
44970 arrayrulewidth
44971 \series default
44972  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
44973 \begin_inset space \thinspace{}
44974 \end_inset
44975
44976 pt.
44977 \end_layout
44978
44979 \begin_layout Standard
44980 D'après l'équation
44981 \begin_inset space ~
44982 \end_inset
44983
44984
44985 \begin_inset CommandInset ref
44986 LatexCommand eqref
44987 reference "eq:Wtot_n"
44988
44989 \end_inset
44990
44991 , la largeur totale d'une multicolonne, 
44992 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44993 \end_inset
44994
44995  est
44996 \begin_inset Formula 
44997 \begin{equation}
44998 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44999 \end{equation}
45000
45001 \end_inset
45002
45003
45004 \end_layout
45005
45006 \begin_layout Standard
45007 En posant que les équations 
45008 \begin_inset space ~
45009 \end_inset
45010
45011
45012 \begin_inset CommandInset ref
45013 LatexCommand eqref
45014 reference "eq:Wtot_n"
45015
45016 \end_inset
45017
45018  et 
45019 \begin_inset CommandInset ref
45020 LatexCommand eqref
45021 reference "eq:Wtot_mult"
45022
45023 \end_inset
45024
45025  sont égales, on peut calculer la largeur nécessaire 
45026 \begin_inset Formula $W_{g\, n}$
45027 \end_inset
45028
45029  quand 
45030 \emph on
45031 n
45032 \emph default
45033  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
45034  de 
45035 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
45036 \end_inset
45037
45038 :
45039 \begin_inset Formula 
45040 \begin{equation}
45041 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45042 \end{equation}
45043
45044 \end_inset
45045
45046
45047 \end_layout
45048
45049 \begin_layout Bibliography
45050 \labelwidthstring Bibliographie
45051 \begin_inset CommandInset bibitem
45052 LatexCommand bibitem
45053 key "latexcompanion"
45054
45055 \end_inset
45056
45057 Frank Mittelbach and Michel Goossens: 
45058 \emph on
45059 The LaTeX Companion Second Edition.
45060
45061 \emph default
45062  Addison-Wesley, 2004
45063 \end_layout
45064
45065 \begin_layout Bibliography
45066 \labelwidthstring Bibliographie
45067 \begin_inset CommandInset bibitem
45068 LatexCommand bibitem
45069 key "latexguide"
45070
45071 \end_inset
45072
45073 Helmut Kopka and Patrick W.
45074  Daly: 
45075 \emph on
45076 A Guide to LaTeX Fourth Edition.
45077
45078 \emph default
45079  Addison-Wesley, 2003
45080 \end_layout
45081
45082 \begin_layout Bibliography
45083 \labelwidthstring Bibliographie
45084 \begin_inset CommandInset bibitem
45085 LatexCommand bibitem
45086 key "latexbook"
45087
45088 \end_inset
45089
45090 Leslie Lamport: 
45091 \emph on
45092 LaTeX: A Document Preparation System.
45093
45094 \emph default
45095  Addison-Wesley, second edition, 1994
45096 \end_layout
45097
45098 \begin_layout Bibliography
45099 \labelwidthstring Bibliographie
45100 \begin_inset CommandInset bibitem
45101 LatexCommand bibitem
45102 key "arydshln"
45103
45104 \end_inset
45105
45106 Documentation du paquetage LaTeX
45107 \series bold
45108  
45109 \begin_inset CommandInset href
45110 LatexCommand href
45111 name "arydshln"
45112 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45113
45114 \end_inset
45115
45116
45117 \series default
45118
45119 \begin_inset Index idx
45120 status collapsed
45121
45122 \begin_layout Plain Layout
45123 Paquetages LaTeX ! arydshln
45124 \end_layout
45125
45126 \end_inset
45127
45128
45129 \end_layout
45130
45131 \begin_layout Bibliography
45132 \labelwidthstring Bibliographie
45133 \begin_inset CommandInset bibitem
45134 LatexCommand bibitem
45135 key "booktabs"
45136
45137 \end_inset
45138
45139 Documentation du paquetage LaTeX 
45140 \series bold
45141
45142 \begin_inset CommandInset href
45143 LatexCommand href
45144 name "booktabs"
45145 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45146
45147 \end_inset
45148
45149
45150 \series default
45151
45152 \begin_inset Index idx
45153 status collapsed
45154
45155 \begin_layout Plain Layout
45156 Paquetages LaTeX ! booktabs
45157 \end_layout
45158
45159 \end_inset
45160
45161
45162 \end_layout
45163
45164 \begin_layout Bibliography
45165 \labelwidthstring Bibliographie
45166 \begin_inset CommandInset bibitem
45167 LatexCommand bibitem
45168 key "caption"
45169
45170 \end_inset
45171
45172 Documentation du paquetage LaTeX 
45173 \series bold
45174
45175 \begin_inset CommandInset href
45176 LatexCommand href
45177 name "caption"
45178 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
45179
45180 \end_inset
45181
45182
45183 \series default
45184
45185 \begin_inset Index idx
45186 status collapsed
45187
45188 \begin_layout Plain Layout
45189 Paquetages LaTeX ! caption
45190 \end_layout
45191
45192 \end_inset
45193
45194
45195 \end_layout
45196
45197 \begin_layout Bibliography
45198 \labelwidthstring Bibliographie
45199 \begin_inset CommandInset bibitem
45200 LatexCommand bibitem
45201 key "diagbox"
45202
45203 \end_inset
45204
45205 Documentation du paquetage LaTeX 
45206 \series bold
45207
45208 \begin_inset CommandInset href
45209 LatexCommand href
45210 name "diagbox"
45211 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45212
45213 \end_inset
45214
45215
45216 \series default
45217
45218 \begin_inset Index idx
45219 status collapsed
45220
45221 \begin_layout Plain Layout
45222 Paquetages LaTeX ! diagbox
45223 \end_layout
45224
45225 \end_inset
45226
45227
45228 \end_layout
45229
45230 \begin_layout Bibliography
45231 \labelwidthstring Bibliographie
45232 \begin_inset CommandInset bibitem
45233 LatexCommand bibitem
45234 key "endfloat"
45235
45236 \end_inset
45237
45238 Documentation du paquetage LaTeX 
45239 \series bold
45240
45241 \begin_inset CommandInset href
45242 LatexCommand href
45243 name "endfloat"
45244 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45245
45246 \end_inset
45247
45248
45249 \series default
45250
45251 \begin_inset Index idx
45252 status collapsed
45253
45254 \begin_layout Plain Layout
45255 Paquetages LaTeX ! endfloat
45256 \end_layout
45257
45258 \end_inset
45259
45260
45261 \end_layout
45262
45263 \begin_layout Bibliography
45264 \labelwidthstring Bibliographie
45265 \begin_inset CommandInset bibitem
45266 LatexCommand bibitem
45267 key "footmisc"
45268
45269 \end_inset
45270
45271 Documentation du paquetage LaTeX 
45272 \series bold
45273
45274 \begin_inset CommandInset href
45275 LatexCommand href
45276 name "footmisc"
45277 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45278
45279 \end_inset
45280
45281
45282 \series default
45283
45284 \begin_inset Index idx
45285 status collapsed
45286
45287 \begin_layout Plain Layout
45288 Paquetages LaTeX ! footmisc
45289 \end_layout
45290
45291 \end_inset
45292
45293
45294 \end_layout
45295
45296 \begin_layout Bibliography
45297 \labelwidthstring Bibliographie
45298 \begin_inset CommandInset bibitem
45299 LatexCommand bibitem
45300 key "hypcap"
45301
45302 \end_inset
45303
45304 Documentation du paquetage LaTeX 
45305 \series bold
45306
45307 \begin_inset CommandInset href
45308 LatexCommand href
45309 name "hypcap"
45310 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45311
45312 \end_inset
45313
45314
45315 \series default
45316
45317 \begin_inset Index idx
45318 status collapsed
45319
45320 \begin_layout Plain Layout
45321 Paquetages LaTeX ! hyperref
45322 \end_layout
45323
45324 \end_inset
45325
45326
45327 \end_layout
45328
45329 \begin_layout Bibliography
45330 \labelwidthstring Bibliographie
45331 \begin_inset CommandInset bibitem
45332 LatexCommand bibitem
45333 key "hyperref"
45334
45335 \end_inset
45336
45337 Documentation du paquetage LaTeX 
45338 \series bold
45339
45340 \begin_inset CommandInset href
45341 LatexCommand href
45342 name "hyperref"
45343 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45344
45345 \end_inset
45346
45347
45348 \series default
45349
45350 \begin_inset Index idx
45351 status collapsed
45352
45353 \begin_layout Plain Layout
45354 Paquetages LaTeX ! hyperref
45355 \end_layout
45356
45357 \end_inset
45358
45359
45360 \end_layout
45361
45362 \begin_layout Bibliography
45363 \labelwidthstring Bibliographie
45364 \begin_inset CommandInset bibitem
45365 LatexCommand bibitem
45366 key "KOMA-Script"
45367
45368 \end_inset
45369
45370 Documentation du paquetage LaTeX 
45371 \series bold
45372
45373 \begin_inset CommandInset href
45374 LatexCommand href
45375 name "KOMA-Script"
45376 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
45377
45378 \end_inset
45379
45380
45381 \series default
45382
45383 \begin_inset Index idx
45384 status collapsed
45385
45386 \begin_layout Plain Layout
45387 Paquetages LaTeX ! KOMA-Script
45388 \end_layout
45389
45390 \end_inset
45391
45392
45393 \end_layout
45394
45395 \begin_layout Bibliography
45396 \labelwidthstring Bibliographie
45397 \begin_inset CommandInset bibitem
45398 LatexCommand bibitem
45399 key "lettrine"
45400
45401 \end_inset
45402
45403 Documentation du paquetage LaTeX 
45404 \series bold
45405
45406 \begin_inset CommandInset href
45407 LatexCommand href
45408 name "lettrine"
45409 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45410
45411 \end_inset
45412
45413
45414 \series default
45415  et un 
45416 \begin_inset CommandInset href
45417 LatexCommand href
45418 name "exemple"
45419 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45420
45421 \end_inset
45422
45423
45424 \begin_inset Index idx
45425 status collapsed
45426
45427 \begin_layout Plain Layout
45428 Paquetages LaTeX ! lettrine
45429 \end_layout
45430
45431 \end_inset
45432
45433
45434 \end_layout
45435
45436 \begin_layout Bibliography
45437 \labelwidthstring Bibliographie
45438 \begin_inset CommandInset bibitem
45439 LatexCommand bibitem
45440 key "listings"
45441
45442 \end_inset
45443
45444 Documentation du paquetage LaTeX 
45445 \series bold
45446
45447 \begin_inset CommandInset href
45448 LatexCommand href
45449 name "listings"
45450 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45451
45452 \end_inset
45453
45454
45455 \series default
45456
45457 \begin_inset Index idx
45458 status collapsed
45459
45460 \begin_layout Plain Layout
45461 Paquetages LaTeX ! listings
45462 \end_layout
45463
45464 \end_inset
45465
45466
45467 \end_layout
45468
45469 \begin_layout Bibliography
45470 \labelwidthstring Bibliographie
45471 \begin_inset CommandInset bibitem
45472 LatexCommand bibitem
45473 key "marginnote"
45474
45475 \end_inset
45476
45477 Documentation du paquetage LaTeX 
45478 \series bold
45479
45480 \begin_inset CommandInset href
45481 LatexCommand href
45482 name "marginnote"
45483 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45484
45485 \end_inset
45486
45487
45488 \series default
45489
45490 \begin_inset Index idx
45491 status collapsed
45492
45493 \begin_layout Plain Layout
45494 Paquetages LaTeX ! marginnote
45495 \end_layout
45496
45497 \end_inset
45498
45499
45500 \end_layout
45501
45502 \begin_layout Bibliography
45503 \labelwidthstring Bibliographie
45504 \begin_inset CommandInset bibitem
45505 LatexCommand bibitem
45506 key "pdfpages"
45507
45508 \end_inset
45509
45510 Documentation du paquetage LaTeX 
45511 \series bold
45512
45513 \begin_inset CommandInset href
45514 LatexCommand href
45515 name "pdfpages"
45516 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45517
45518 \end_inset
45519
45520
45521 \series default
45522
45523 \begin_inset Index idx
45524 status collapsed
45525
45526 \begin_layout Plain Layout
45527 Paquetages LaTeX ! pdfpages
45528 \end_layout
45529
45530 \end_inset
45531
45532
45533 \end_layout
45534
45535 \begin_layout Bibliography
45536 \labelwidthstring Bibliographie
45537 \begin_inset CommandInset bibitem
45538 LatexCommand bibitem
45539 key "prettyref"
45540
45541 \end_inset
45542
45543 Documentation du paquetage LaTeX
45544 \series bold
45545  
45546 \begin_inset CommandInset href
45547 LatexCommand href
45548 name "prettyref"
45549 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45550
45551 \end_inset
45552
45553
45554 \series default
45555
45556 \begin_inset Index idx
45557 status collapsed
45558
45559 \begin_layout Plain Layout
45560 Paquetages LaTeX ! prettyref
45561 \end_layout
45562
45563 \end_inset
45564
45565
45566 \end_layout
45567
45568 \begin_layout Bibliography
45569 \labelwidthstring Bibliographie
45570 \begin_inset CommandInset bibitem
45571 LatexCommand bibitem
45572 key "pstricks"
45573
45574 \end_inset
45575
45576 Page Web du paquetage LaTeX 
45577 \series bold
45578
45579 \begin_inset CommandInset href
45580 LatexCommand href
45581 name "PSTricks"
45582 target "http://tug.org/PSTricks/"
45583
45584 \end_inset
45585
45586
45587 \series default
45588
45589 \begin_inset Index idx
45590 status collapsed
45591
45592 \begin_layout Plain Layout
45593 Paquetages LaTeX ! PSTricks
45594 \end_layout
45595
45596 \end_inset
45597
45598
45599 \end_layout
45600
45601 \begin_layout Bibliography
45602 \labelwidthstring Bibliographie
45603 \begin_inset CommandInset bibitem
45604 LatexCommand bibitem
45605 key "refstyle"
45606
45607 \end_inset
45608
45609 Documentation du paquetage LaTeX
45610 \series bold
45611  
45612 \begin_inset CommandInset href
45613 LatexCommand href
45614 name "refstyle"
45615 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45616
45617 \end_inset
45618
45619
45620 \series default
45621
45622 \begin_inset Index idx
45623 status collapsed
45624
45625 \begin_layout Plain Layout
45626 Paquetages LaTeX ! refstyle
45627 \end_layout
45628
45629 \end_inset
45630
45631
45632 \end_layout
45633
45634 \begin_layout Bibliography
45635 \labelwidthstring Bibliographie
45636 \begin_inset CommandInset bibitem
45637 LatexCommand bibitem
45638 key "sidecap"
45639
45640 \end_inset
45641
45642 Documentation du paquetage LaTeX 
45643 \series bold
45644
45645 \begin_inset CommandInset href
45646 LatexCommand href
45647 name "sidecap"
45648 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45649
45650 \end_inset
45651
45652
45653 \series default
45654
45655 \begin_inset Index idx
45656 status collapsed
45657
45658 \begin_layout Plain Layout
45659 Paquetages LaTeX ! sidecap
45660 \end_layout
45661
45662 \end_inset
45663
45664
45665 \end_layout
45666
45667 \begin_layout Bibliography
45668 \labelwidthstring Bibliographie
45669 \begin_inset CommandInset bibitem
45670 LatexCommand bibitem
45671 key "NewInLyX20"
45672
45673 \end_inset
45674
45675
45676 \begin_inset CommandInset href
45677 LatexCommand href
45678 name "Page Wiki"
45679 target "http://wiki.lyx.org/LyX/NewInLyX20"
45680
45681 \end_inset
45682
45683  au sujet des nouveautés de 
45684 \family sans
45685 LyX 2.0
45686 \family default
45687 .
45688 \end_layout
45689
45690 \begin_layout Standard
45691 \begin_inset CommandInset index_print
45692 LatexCommand printindex
45693 type "idx"
45694
45695 \end_inset
45696
45697
45698 \end_layout
45699
45700 \end_body
45701 \end_document