]> git.lyx.org Git - features.git/blob - lib/doc/fr/EmbeddedObjects.lyx
104b8c96d7b29c50890b6824b2f8fdf7fc0c9729
[features.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 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1349  de formats d'images.
1350  Pour s'en sortir LyX utilise le programme 
1351 \family typewriter
1352 ImageMagick
1353 \family default
1354  en arrière plan pour convertir les formats que vous utilisez dans un des
1355  formats acceptés par le format de sortie.
1356  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1357 ons en n'utilisant que les formats listés dans les sous sections de l'appendice
1358 \begin_inset space ~
1359 \end_inset
1360
1361
1362 \begin_inset CommandInset ref
1363 LatexCommand ref
1364 reference "cha:Formats-fichiers-graphiques"
1365
1366 \end_inset
1367
1368 .
1369 \end_layout
1370
1371 \begin_layout Standard
1372 Comme pour les polices de caractères, il y a deux grands types de formats
1373  d'images:
1374 \end_layout
1375
1376 \begin_layout Description
1377 Les
1378 \begin_inset space ~
1379 \end_inset
1380
1381 images
1382 \begin_inset space ~
1383 \end_inset
1384
1385 Matricielles
1386 \begin_inset space ~
1387 \end_inset
1388
1389 (ou
1390 \begin_inset space ~
1391 \end_inset
1392
1393 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1394  enregistrés sous un format compressé.
1395  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1396  petits carrés quand on utilise des agrandissements trop importants (aspect
1397  
1398 \begin_inset Quotes eld
1399 \end_inset
1400
1401 pixellisé
1402 \begin_inset Quotes erd
1403 \end_inset
1404
1405 ).
1406  Les formats matriciels les plus connus sont le GIF (
1407 \begin_inset Quotes eld
1408 \end_inset
1409
1410 Graphics Interchange Format
1411 \begin_inset Quotes erd
1412 \end_inset
1413
1414 , avec comme extension de fichier 
1415 \begin_inset Quotes eld
1416 \end_inset
1417
1418
1419 \family typewriter
1420 .gif
1421 \family default
1422
1423 \begin_inset Quotes erd
1424 \end_inset
1425
1426 )
1427 \begin_inset Index idx
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431 GIF|see
1432 \begin_inset ERT
1433 status collapsed
1434
1435 \begin_layout Plain Layout
1436
1437 {
1438 \end_layout
1439
1440 \end_inset
1441
1442 Format d'image
1443 \begin_inset ERT
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447
1448 }
1449 \end_layout
1450
1451 \end_inset
1452
1453
1454 \end_layout
1455
1456 \end_inset
1457
1458 , le PNG (
1459 \begin_inset Quotes eld
1460 \end_inset
1461
1462 Portable Network Graphics, extension 
1463 \begin_inset Quotes eld
1464 \end_inset
1465
1466
1467 \family typewriter
1468 .png
1469 \family default
1470
1471 \begin_inset Quotes erd
1472 \end_inset
1473
1474 )
1475 \begin_inset Index idx
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479 PNG|see
1480 \begin_inset ERT
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484
1485 {
1486 \end_layout
1487
1488 \end_inset
1489
1490 Formats d'image
1491 \begin_inset ERT
1492 status collapsed
1493
1494 \begin_layout Plain Layout
1495
1496 }
1497 \end_layout
1498
1499 \end_inset
1500
1501
1502 \end_layout
1503
1504 \end_inset
1505
1506  et le JPG (
1507 \begin_inset Quotes eld
1508 \end_inset
1509
1510 Joint Photographic Expert Group, extension 
1511 \begin_inset Quotes eld
1512 \end_inset
1513
1514
1515 \family typewriter
1516 .jpg
1517 \family default
1518
1519 \begin_inset Quotes erd
1520 \end_inset
1521
1522  ou 
1523 \begin_inset Quotes eld
1524 \end_inset
1525
1526
1527 \family typewriter
1528 .jpeg
1529 \family default
1530
1531 \begin_inset Quotes erd
1532 \end_inset
1533
1534 )
1535 \begin_inset Index idx
1536 status collapsed
1537
1538 \begin_layout Plain Layout
1539 JPG|see
1540 \begin_inset ERT
1541 status collapsed
1542
1543 \begin_layout Plain Layout
1544
1545 {
1546 \end_layout
1547
1548 \end_inset
1549
1550 Formats d'image
1551 \begin_inset ERT
1552 status collapsed
1553
1554 \begin_layout Plain Layout
1555
1556 }
1557 \end_layout
1558
1559 \end_inset
1560
1561
1562 \end_layout
1563
1564 \end_inset
1565
1566 .
1567 \end_layout
1568
1569 \begin_layout Description
1570 Les
1571 \begin_inset space ~
1572 \end_inset
1573
1574 images
1575 \begin_inset space ~
1576 \end_inset
1577
1578 Vectorielles
1579 \begin_inset space ~
1580 \end_inset
1581
1582 (ou
1583 \begin_inset space ~
1584 \end_inset
1585
1586 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1587  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1588 nnée comme on le veut sans perte de précision.
1589  La possibilité de redimensionner les images est très utilisé pour les présentat
1590 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1591 nnement.
1592  Le redimensionnement permet aussi de présenter des documents en ligne où
1593  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1594  étudier les détails.
1595 \begin_inset Newline newline
1596 \end_inset
1597
1598 Les principaux formats vectoriels sont le SVG (
1599 \begin_inset Quotes eld
1600 \end_inset
1601
1602 Scalable Vector Graphics
1603 \begin_inset Quotes erd
1604 \end_inset
1605
1606 , extension
1607 \begin_inset Quotes eld
1608 \end_inset
1609
1610
1611 \family typewriter
1612 .svg
1613 \family default
1614
1615 \begin_inset Quotes erd
1616 \end_inset
1617
1618 )
1619 \begin_inset Index idx
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623 SVG|see
1624 \begin_inset ERT
1625 status collapsed
1626
1627 \begin_layout Plain Layout
1628
1629 {
1630 \end_layout
1631
1632 \end_inset
1633
1634 Format d'image
1635 \begin_inset ERT
1636 status collapsed
1637
1638 \begin_layout Plain Layout
1639
1640 }
1641 \end_layout
1642
1643 \end_inset
1644
1645
1646 \end_layout
1647
1648 \end_inset
1649
1650 , l'EPS ( 
1651 \begin_inset Quotes eld
1652 \end_inset
1653
1654 encapsulated PostScript
1655 \begin_inset Quotes erd
1656 \end_inset
1657
1658 , extension
1659 \begin_inset Quotes eld
1660 \end_inset
1661
1662
1663 \family typewriter
1664 .eps
1665 \family default
1666
1667 \begin_inset Quotes erd
1668 \end_inset
1669
1670 )
1671 \begin_inset Index idx
1672 status collapsed
1673
1674 \begin_layout Plain Layout
1675 EPS|see
1676 \begin_inset ERT
1677 status collapsed
1678
1679 \begin_layout Plain Layout
1680
1681 {
1682 \end_layout
1683
1684 \end_inset
1685
1686 Format d'image
1687 \begin_inset ERT
1688 status collapsed
1689
1690 \begin_layout Plain Layout
1691
1692 }
1693 \end_layout
1694
1695 \end_inset
1696
1697
1698 \end_layout
1699
1700 \end_inset
1701
1702 , le PDF (
1703 \begin_inset Quotes eld
1704 \end_inset
1705
1706 Portable Document Format
1707 \begin_inset Quotes erd
1708 \end_inset
1709
1710 , extension
1711 \begin_inset Quotes eld
1712 \end_inset
1713
1714
1715 \family typewriter
1716 .pdf
1717 \family default
1718
1719 \begin_inset Quotes erd
1720 \end_inset
1721
1722 )
1723 \begin_inset Index idx
1724 status collapsed
1725
1726 \begin_layout Plain Layout
1727 PDF|see
1728 \begin_inset ERT
1729 status collapsed
1730
1731 \begin_layout Plain Layout
1732
1733 {
1734 \end_layout
1735
1736 \end_inset
1737
1738 Format d'image
1739 \begin_inset ERT
1740 status collapsed
1741
1742 \begin_layout Plain Layout
1743
1744 }
1745 \end_layout
1746
1747 \end_inset
1748
1749
1750 \end_layout
1751
1752 \end_inset
1753
1754  et le WMF (
1755 \begin_inset Quotes eld
1756 \end_inset
1757
1758 Windows Metafile
1759 \begin_inset Quotes erd
1760 \end_inset
1761
1762 , extension 
1763 \begin_inset Quotes eld
1764 \end_inset
1765
1766
1767 \family typewriter
1768 .wfm
1769 \family default
1770
1771 \begin_inset Quotes erd
1772 \end_inset
1773
1774  ou 
1775 \begin_inset Quotes eld
1776 \end_inset
1777
1778
1779 \family typewriter
1780 .emf
1781 \family default
1782
1783 \begin_inset Quotes erd
1784 \end_inset
1785
1786 )
1787 \begin_inset Index idx
1788 status collapsed
1789
1790 \begin_layout Plain Layout
1791 WMF|see
1792 \begin_inset ERT
1793 status collapsed
1794
1795 \begin_layout Plain Layout
1796
1797 {
1798 \end_layout
1799
1800 \end_inset
1801
1802 Formats d'images
1803 \begin_inset ERT
1804 status collapsed
1805
1806 \begin_layout Plain Layout
1807
1808 }
1809 \end_layout
1810
1811 \end_inset
1812
1813
1814 \end_layout
1815
1816 \end_inset
1817
1818 .
1819  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1820  en EPS, mais le résultat ne sera pas redimensionnable.
1821  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1822 \begin_inset Foot
1823 status collapsed
1824
1825 \begin_layout Plain Layout
1826 Dans le cas du PDF l'image initiale est aussi compressée.
1827 \end_layout
1828
1829 \end_inset
1830
1831
1832 \end_layout
1833
1834 \begin_layout Standard
1835 Les fichiers PDF générés par 
1836 \family typewriter
1837 Adobe Photoshop
1838 \family default
1839 , par exemple, sont des images matricielles.
1840 \end_layout
1841
1842 \begin_layout Standard
1843 En principe il est quasiment impossible de convertir une image matricielle
1844  en graphique vectoriel, seul le contraire est possible.
1845  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1846  dans respectivement un fichier de sortie PDF ou PostScript.
1847  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1848  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1849  WMF/SVG
1850 \begin_inset Formula $\to$
1851 \end_inset
1852
1853 PDF/EPS convenables.
1854 \end_layout
1855
1856 \begin_layout Chapter
1857 Tableaux
1858 \begin_inset Index idx
1859 status collapsed
1860
1861 \begin_layout Plain Layout
1862 Tableau
1863 \end_layout
1864
1865 \end_inset
1866
1867
1868 \end_layout
1869
1870 \begin_layout Section
1871 Introduction
1872 \begin_inset Index idx
1873 status collapsed
1874
1875 \begin_layout Plain Layout
1876 Tableau ! Introduction
1877 \end_layout
1878
1879 \end_inset
1880
1881
1882 \end_layout
1883
1884 \begin_layout Standard
1885 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1886  
1887 \begin_inset Info
1888 type  "icon"
1889 arg   "tabular-insert"
1890 \end_inset
1891
1892  soit 
1893 \family sans
1894 Insérer\SpecialChar \menuseparator
1895 Tableau
1896 \family default
1897 .
1898  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1899  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1900  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1901  sur un bouton de la souris pour valider votre choix.
1902  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1903  vous demandant le nombre de lignes et de colonnes.
1904 \begin_inset Newline newline
1905 \end_inset
1906
1907 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1908  une à droite de la colonne la plus à droite et une en bas de la rangée
1909  du bas, qui forment une boîte autour du tableau.
1910  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1911  apparaît séparée du reste du tableau.
1912  Voici un exemple :
1913 \end_layout
1914
1915 \begin_layout Standard
1916 \align center
1917 \begin_inset Tabular
1918 <lyxtabular version="3" rows="4" columns="4">
1919 <features tabularvalignment="middle">
1920 <column alignment="center" valignment="top" width="0">
1921 <column alignment="center" valignment="top" width="0">
1922 <column alignment="center" valignment="top" width="0">
1923 <column alignment="center" valignment="top" width="0">
1924 <row>
1925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1935 \begin_inset Text
1936
1937 \begin_layout Plain Layout
1938 1
1939 \end_layout
1940
1941 \end_inset
1942 </cell>
1943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1944 \begin_inset Text
1945
1946 \begin_layout Plain Layout
1947 2
1948 \end_layout
1949
1950 \end_inset
1951 </cell>
1952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1953 \begin_inset Text
1954
1955 \begin_layout Plain Layout
1956 3
1957 \end_layout
1958
1959 \end_inset
1960 </cell>
1961 </row>
1962 <row>
1963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1964 \begin_inset Text
1965
1966 \begin_layout Plain Layout
1967 A
1968 \end_layout
1969
1970 \end_inset
1971 </cell>
1972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1973 \begin_inset Text
1974
1975 \begin_layout Plain Layout
1976
1977 \end_layout
1978
1979 \end_inset
1980 </cell>
1981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1982 \begin_inset Text
1983
1984 \begin_layout Plain Layout
1985
1986 \end_layout
1987
1988 \end_inset
1989 </cell>
1990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1991 \begin_inset Text
1992
1993 \begin_layout Plain Layout
1994
1995 \end_layout
1996
1997 \end_inset
1998 </cell>
1999 </row>
2000 <row>
2001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2002 \begin_inset Text
2003
2004 \begin_layout Plain Layout
2005 B
2006 \end_layout
2007
2008 \end_inset
2009 </cell>
2010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2011 \begin_inset Text
2012
2013 \begin_layout Plain Layout
2014
2015 \end_layout
2016
2017 \end_inset
2018 </cell>
2019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2020 \begin_inset Text
2021
2022 \begin_layout Plain Layout
2023
2024 \end_layout
2025
2026 \end_inset
2027 </cell>
2028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2029 \begin_inset Text
2030
2031 \begin_layout Plain Layout
2032
2033 \end_layout
2034
2035 \end_inset
2036 </cell>
2037 </row>
2038 <row>
2039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2040 \begin_inset Text
2041
2042 \begin_layout Plain Layout
2043 C
2044 \end_layout
2045
2046 \end_inset
2047 </cell>
2048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2049 \begin_inset Text
2050
2051 \begin_layout Plain Layout
2052
2053 \end_layout
2054
2055 \end_inset
2056 </cell>
2057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2058 \begin_inset Text
2059
2060 \begin_layout Plain Layout
2061
2062 \end_layout
2063
2064 \end_inset
2065 </cell>
2066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2067 \begin_inset Text
2068
2069 \begin_layout Plain Layout
2070
2071 \end_layout
2072
2073 \end_inset
2074 </cell>
2075 </row>
2076 </lyxtabular>
2077
2078 \end_inset
2079
2080
2081 \end_layout
2082
2083 \begin_layout Section
2084 La fenêtre 
2085 \family sans
2086 tableau
2087 \family default
2088
2089 \begin_inset Index idx
2090 status collapsed
2091
2092 \begin_layout Plain Layout
2093 Tableau ! Fenêtre de dialogue
2094 \end_layout
2095
2096 \end_inset
2097
2098
2099 \end_layout
2100
2101 \begin_layout Standard
2102 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2103  de la souris, ce qui fait apparaître une fenêtre avec des options.
2104  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2105  la colonne et la ligne dans laquelle le curseur se trouve.
2106  La plupart des options peuvent s'appliquer à des sélections.
2107  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2108  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2109  votre sélection.
2110  Notez qu'il y a une différence entre sélectionner le 
2111 \emph on
2112 contenu 
2113 \emph default
2114 d'une cellule et sélectionner la cellule elle-même.
2115 \begin_inset Newline newline
2116 \end_inset
2117
2118 En cochant l'option 
2119 \family sans
2120 Application
2121 \begin_inset space ~
2122 \end_inset
2123
2124 immédiate
2125 \family default
2126  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2127  est appliquée directement.
2128  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2129  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2130  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2131  de dialogue, vous devez appuyer sur 
2132 \family sans
2133 Entrée
2134 \family default
2135  pour que la modification soit appliquée.
2136 \begin_inset Newline newline
2137 \end_inset
2138
2139 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2140  :
2141 \end_layout
2142
2143 \begin_layout Description
2144 Paramètres
2145 \begin_inset space ~
2146 \end_inset
2147
2148 du
2149 \begin_inset space ~
2150 \end_inset
2151
2152 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2153  la largeur de la colonne courante.
2154  L'alignement horizontal 
2155 \family sans
2156 Au
2157 \begin_inset space ~
2158 \end_inset
2159
2160 séparateur
2161 \begin_inset space ~
2162 \end_inset
2163
2164 décimal
2165 \family default
2166  est décrit dans la section
2167 \begin_inset space ~
2168 \end_inset
2169
2170
2171 \begin_inset CommandInset ref
2172 LatexCommand ref
2173 reference "sub:Alignements-de-cellules"
2174
2175 \end_inset
2176
2177 .
2178  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2179  vertical de la ligne courante.
2180  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2181  et donc, plusieurs paragraphes de texte, voir la section
2182 \begin_inset space ~
2183 \end_inset
2184
2185
2186 \begin_inset CommandInset ref
2187 LatexCommand ref
2188 reference "sub:Lignes-multiple-dans-cellule"
2189
2190 \end_inset
2191
2192 .
2193  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2194  pour accommoder le contenu de cellule le plus large.
2195 \begin_inset Newline newline
2196 \end_inset
2197
2198 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2199  un multicolonne, voir la section
2200 \begin_inset space ~
2201 \end_inset
2202
2203
2204 \begin_inset CommandInset ref
2205 LatexCommand ref
2206 reference "sub:Multicolonnes"
2207
2208 \end_inset
2209
2210  ou une cellule d'une colonne comme cellule multiligne, voir la section
2211 \begin_inset space ~
2212 \end_inset
2213
2214
2215 \begin_inset CommandInset ref
2216 LatexCommand ref
2217 reference "sub:Multi-lignes"
2218
2219 \end_inset
2220
2221 .
2222 \begin_inset Newline newline
2223 \end_inset
2224
2225 L'option 
2226 \family sans
2227 Tourner
2228 \begin_inset space ~
2229 \end_inset
2230
2231 la
2232 \begin_inset space ~
2233 \end_inset
2234
2235 case
2236 \begin_inset space ~
2237 \end_inset
2238
2239 de
2240 \begin_inset space ~
2241 \end_inset
2242
2243 90°
2244 \family default
2245  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2246  L'option 
2247 \family sans
2248 Tourner
2249 \begin_inset space ~
2250 \end_inset
2251
2252 le
2253 \begin_inset space ~
2254 \end_inset
2255
2256 tableau
2257 \begin_inset space ~
2258 \end_inset
2259
2260 de
2261 \begin_inset space ~
2262 \end_inset
2263
2264 90°
2265 \family default
2266  fait pivoter tout le tableau.
2267  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2268  la sortie finale.
2269 \begin_inset Newline newline
2270 \end_inset
2271
2272
2273 \begin_inset Note Greyedout
2274 status open
2275
2276 \begin_layout Plain Layout
2277
2278 \series bold
2279 Note:
2280 \series default
2281  La plupart des visualiseurs DVI ne sont 
2282 \emph on
2283 pas
2284 \emph default
2285  capables d'afficher ces rotations.
2286 \end_layout
2287
2288 \end_inset
2289
2290
2291 \begin_inset Newline newline
2292 \end_inset
2293
2294 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2295  qui sont incorporés dans une ligne de texte :
2296 \begin_inset Newline newline
2297 \end_inset
2298
2299 Une ligne avec des tableaux alignés de différentes manières: 
2300 \begin_inset Tabular
2301 <lyxtabular version="3" rows="2" columns="2">
2302 <features tabularvalignment="top">
2303 <column alignment="center" valignment="top" width="0pt">
2304 <column alignment="center" valignment="top" width="0">
2305 <row>
2306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2307 \begin_inset Text
2308
2309 \begin_layout Plain Layout
2310
2311 \end_layout
2312
2313 \end_inset
2314 </cell>
2315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2316 \begin_inset Text
2317
2318 \begin_layout Plain Layout
2319 1
2320 \end_layout
2321
2322 \end_inset
2323 </cell>
2324 </row>
2325 <row>
2326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2327 \begin_inset Text
2328
2329 \begin_layout Plain Layout
2330 A
2331 \end_layout
2332
2333 \end_inset
2334 </cell>
2335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2336 \begin_inset Text
2337
2338 \begin_layout Plain Layout
2339
2340 \end_layout
2341
2342 \end_inset
2343 </cell>
2344 </row>
2345 </lyxtabular>
2346
2347 \end_inset
2348
2349  
2350 \begin_inset Tabular
2351 <lyxtabular version="3" rows="2" columns="2">
2352 <features tabularvalignment="middle">
2353 <column alignment="center" valignment="top" width="0">
2354 <column alignment="center" valignment="top" width="0">
2355 <row>
2356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2357 \begin_inset Text
2358
2359 \begin_layout Plain Layout
2360
2361 \end_layout
2362
2363 \end_inset
2364 </cell>
2365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2366 \begin_inset Text
2367
2368 \begin_layout Plain Layout
2369 1
2370 \end_layout
2371
2372 \end_inset
2373 </cell>
2374 </row>
2375 <row>
2376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2377 \begin_inset Text
2378
2379 \begin_layout Plain Layout
2380 A
2381 \end_layout
2382
2383 \end_inset
2384 </cell>
2385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2386 \begin_inset Text
2387
2388 \begin_layout Plain Layout
2389
2390 \end_layout
2391
2392 \end_inset
2393 </cell>
2394 </row>
2395 </lyxtabular>
2396
2397 \end_inset
2398
2399  
2400 \begin_inset Tabular
2401 <lyxtabular version="3" rows="2" columns="2">
2402 <features tabularvalignment="bottom">
2403 <column alignment="center" valignment="top" width="0pt">
2404 <column alignment="center" valignment="top" width="0">
2405 <row>
2406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2407 \begin_inset Text
2408
2409 \begin_layout Plain Layout
2410
2411 \end_layout
2412
2413 \end_inset
2414 </cell>
2415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2416 \begin_inset Text
2417
2418 \begin_layout Plain Layout
2419 1
2420 \end_layout
2421
2422 \end_inset
2423 </cell>
2424 </row>
2425 <row>
2426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2427 \begin_inset Text
2428
2429 \begin_layout Plain Layout
2430 A
2431 \end_layout
2432
2433 \end_inset
2434 </cell>
2435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2436 \begin_inset Text
2437
2438 \begin_layout Plain Layout
2439
2440 \end_layout
2441
2442 \end_inset
2443 </cell>
2444 </row>
2445 </lyxtabular>
2446
2447 \end_inset
2448
2449
2450 \begin_inset Newline newline
2451 \end_inset
2452
2453 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2454  spéciales pour le tableau, voir les sections
2455 \begin_inset space ~
2456 \end_inset
2457
2458
2459 \begin_inset CommandInset ref
2460 LatexCommand ref
2461 reference "sub:Calculs-multicolonnes"
2462
2463 \end_inset
2464
2465  et 
2466 \begin_inset CommandInset ref
2467 LatexCommand ref
2468 reference "sec:Tableaux-Colorés"
2469
2470 \end_inset
2471
2472 .
2473 \end_layout
2474
2475 \begin_layout Description
2476
2477 \family sans
2478 Bordures
2479 \family default
2480  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2481  ou la colonne courante.
2482  
2483 \begin_inset Newline newline
2484 \end_inset
2485
2486 En utilisant le style 
2487 \family sans
2488 Formel
2489 \family default
2490  à la place du style par 
2491 \family sans
2492 Défaut
2493 \family default
2494 , on va convertir le tableau en tableau formel comme on le décrit dans la
2495  section
2496 \begin_inset space ~
2497 \end_inset
2498
2499
2500 \begin_inset CommandInset ref
2501 LatexCommand ref
2502 reference "sec:Tableaux-Formels"
2503
2504 \end_inset
2505
2506 .
2507 \begin_inset Newline newline
2508 \end_inset
2509
2510 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2511  dans les lignes du tableau comme c'est décrit dans la section
2512 \begin_inset space ~
2513 \end_inset
2514
2515
2516 \begin_inset CommandInset ref
2517 LatexCommand ref
2518 reference "sub:Espacement-lignes"
2519
2520 \end_inset
2521
2522 .
2523 \end_layout
2524
2525 \begin_layout Description
2526 Tableau
2527 \begin_inset space ~
2528 \end_inset
2529
2530 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2531  un 
2532 \begin_inset Quotes eld
2533 \end_inset
2534
2535
2536 \emph on
2537 tableau long
2538 \emph default
2539
2540 \begin_inset Quotes erd
2541 \end_inset
2542
2543  qui peut continuer sur plusieurs pages.
2544  Les sections
2545 \begin_inset space ~
2546 \end_inset
2547
2548
2549 \begin_inset CommandInset ref
2550 LatexCommand ref
2551 reference "sec:Tableaux-longs"
2552
2553 \end_inset
2554
2555  et 
2556 \begin_inset CommandInset ref
2557 LatexCommand ref
2558 reference "sec:Questions-sur-tableaux-longs"
2559
2560 \end_inset
2561
2562  décrivent ces tableaux longs plus en détail.
2563 \end_layout
2564
2565 \begin_layout Section
2566 La barre d'outils tableau
2567 \begin_inset Index idx
2568 status collapsed
2569
2570 \begin_layout Plain Layout
2571 Tableau ! Barre d'outils
2572 \end_layout
2573
2574 \end_inset
2575
2576
2577 \end_layout
2578
2579 \begin_layout Standard
2580 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2581  permet de modifier plus rapidement les tableaux.
2582  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2583  le curseur se trouve à l'intérieur d'un tableau.
2584  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2585  au menu 
2586 \family sans
2587 Visualiser\SpecialChar \menuseparator
2588 Barres
2589 \begin_inset space ~
2590 \end_inset
2591
2592 d'outils\SpecialChar \menuseparator
2593 Tableau
2594 \family default
2595 .
2596 \end_layout
2597
2598 \begin_layout Standard
2599 La barre d'outils contient les icônes suivantes :
2600 \end_layout
2601
2602 \begin_layout Labeling
2603 \labelwidthstring 00.00.0000
2604
2605 \family sans
2606 \begin_inset Info
2607 type  "icon"
2608 arg   "inset-modify tabular append-row"
2609 \end_inset
2610
2611
2612 \family default
2613  ajoute une ligne sous la cellule ou la sélection courante
2614 \end_layout
2615
2616 \begin_layout Labeling
2617 \labelwidthstring 00.00.0000
2618
2619 \family sans
2620 \begin_inset Info
2621 type  "icon"
2622 arg   "inset-modify tabular append-column"
2623 \end_inset
2624
2625
2626 \family default
2627  ajoute une colonne à la droite de la cellule ou de la sélection courante
2628 \end_layout
2629
2630 \begin_layout Labeling
2631 \labelwidthstring 00.00.0000
2632
2633 \family sans
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "inset-modify tabular delete-row"
2637 \end_inset
2638
2639
2640 \family default
2641  supprime la ligne ou la sélection courante
2642 \end_layout
2643
2644 \begin_layout Labeling
2645 \labelwidthstring 00.00.0000
2646
2647 \family sans
2648 \begin_inset Info
2649 type  "icon"
2650 arg   "inset-modify tabular delete-column"
2651 \end_inset
2652
2653
2654 \family default
2655  supprime la colonne ou la sélection courante
2656 \end_layout
2657
2658 \begin_layout Labeling
2659 \labelwidthstring 00.00.0000
2660
2661 \family sans
2662 \begin_inset Info
2663 type  "icon"
2664 arg   "inset-modify tabular toggle-line-top"
2665 \end_inset
2666
2667
2668 \family default
2669  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2670  courante
2671 \end_layout
2672
2673 \begin_layout Labeling
2674 \labelwidthstring 00.00.0000
2675
2676 \family sans
2677 \begin_inset Info
2678 type  "icon"
2679 arg   "inset-modify tabular toggle-line-bottom"
2680 \end_inset
2681
2682
2683 \family default
2684  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2685 \end_layout
2686
2687 \begin_layout Labeling
2688 \labelwidthstring 00.00.0000
2689
2690 \family sans
2691 \begin_inset Info
2692 type  "icon"
2693 arg   "inset-modify tabular toggle-line-left"
2694 \end_inset
2695
2696
2697 \family default
2698  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2699 \begin_inset Note Note
2700 status collapsed
2701
2702 \begin_layout Plain Layout
2703 ou colonne ?
2704 \end_layout
2705
2706 \end_inset
2707
2708  ou de la sélection courante
2709 \end_layout
2710
2711 \begin_layout Labeling
2712 \labelwidthstring 00.00.0000
2713
2714 \family sans
2715 \begin_inset Info
2716 type  "icon"
2717 arg   "inset-modify tabular toggle-line-right"
2718 \end_inset
2719
2720
2721 \family default
2722  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2723 \begin_inset Note Note
2724 status collapsed
2725
2726 \begin_layout Plain Layout
2727 ou colonne ?
2728 \end_layout
2729
2730 \end_inset
2731
2732  ou de la sélection courante
2733 \end_layout
2734
2735 \begin_layout Labeling
2736 \labelwidthstring 00.00.0000
2737
2738 \family sans
2739 \begin_inset Info
2740 type  "icon"
2741 arg   "inset-modify tabular set-all-lines"
2742 \end_inset
2743
2744
2745 \family default
2746  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2747  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2748  colonne et la ligne courante
2749 \end_layout
2750
2751 \begin_layout Labeling
2752 \labelwidthstring 00.00.0000
2753
2754 \family sans
2755 \begin_inset Info
2756 type  "icon"
2757 arg   "inset-modify tabular unset-all-lines"
2758 \end_inset
2759
2760
2761 \family default
2762  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2763  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2764  aussi la colonne et la ligne courante
2765 \end_layout
2766
2767 \begin_layout Labeling
2768 \labelwidthstring 00.00.0000
2769
2770 \family sans
2771 \begin_inset Info
2772 type  "icon"
2773 arg   "inset-modify tabular m-align-left"
2774 \end_inset
2775
2776
2777 \family default
2778  aligne à gauche le contenu de la cellule ou de la colonne courante
2779 \end_layout
2780
2781 \begin_layout Labeling
2782 \labelwidthstring 00.00.0000
2783
2784 \family sans
2785 \begin_inset Info
2786 type  "icon"
2787 arg   "inset-modify tabular m-align-center"
2788 \end_inset
2789
2790
2791 \family default
2792  centre horizontalement le contenu de la cellule ou de la colonne courante
2793 \end_layout
2794
2795 \begin_layout Labeling
2796 \labelwidthstring 00.00.0000
2797
2798 \family sans
2799 \begin_inset Info
2800 type  "icon"
2801 arg   "inset-modify tabular m-align-right"
2802 \end_inset
2803
2804
2805 \family default
2806  aligne à droite le contenu de la cellule ou de la colonne courante
2807 \end_layout
2808
2809 \begin_layout Labeling
2810 \labelwidthstring 00.00.0000
2811
2812 \family sans
2813 \begin_inset Info
2814 type  "icon"
2815 arg   "inset-modify tabular align-decimal"
2816 \end_inset
2817
2818
2819 \family default
2820  aligne le contenu de la colonne courante sur un caractère
2821 \end_layout
2822
2823 \begin_layout Labeling
2824 \labelwidthstring 00.00.0000
2825
2826 \family sans
2827 \begin_inset Info
2828 type  "icon"
2829 arg   "inset-modify tabular m-valign-top"
2830 \end_inset
2831
2832
2833 \family default
2834  aligne le contenu de la cellule courante verticalement vers le haut
2835 \end_layout
2836
2837 \begin_layout Labeling
2838 \labelwidthstring 00.00.0000
2839
2840 \family sans
2841 \begin_inset Info
2842 type  "icon"
2843 arg   "inset-modify tabular m-valign-middle"
2844 \end_inset
2845
2846
2847 \family default
2848  centre verticalement le contenu de la cellule courante
2849 \end_layout
2850
2851 \begin_layout Labeling
2852 \labelwidthstring 00.00.0000
2853
2854 \family sans
2855 \begin_inset Info
2856 type  "icon"
2857 arg   "inset-modify tabular m-valign-bottom"
2858 \end_inset
2859
2860
2861 \family default
2862  aligne le contenu de la cellule courante verticalement vers le bas
2863 \end_layout
2864
2865 \begin_layout Labeling
2866 \labelwidthstring 00.00.0000
2867
2868 \family sans
2869 \begin_inset Info
2870 type  "icon"
2871 arg   "inset-modify tabular set-rotate-cell"
2872 \end_inset
2873
2874
2875 \family default
2876  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2877 re
2878 \end_layout
2879
2880 \begin_layout Labeling
2881 \labelwidthstring 00.00.0000
2882
2883 \family sans
2884 \begin_inset Info
2885 type  "icon"
2886 arg   "inset-modify tabular set-rotate-tabular"
2887 \end_inset
2888
2889
2890 \family default
2891  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2892 \end_layout
2893
2894 \begin_layout Labeling
2895 \labelwidthstring 00.00.0000
2896
2897 \family sans
2898 \begin_inset Info
2899 type  "icon"
2900 arg   "inset-modify tabular multicolumn"
2901 \end_inset
2902
2903
2904 \family default
2905  transforme en multi-colonne la cellule ou la sélection courante
2906 \end_layout
2907
2908 \begin_layout Labeling
2909 \labelwidthstring 00.00.0000
2910
2911 \family sans
2912 \begin_inset Info
2913 type  "icon"
2914 arg   "inset-modify tabular multirow"
2915 \end_inset
2916
2917
2918 \family default
2919  transforme en multi-ligne la cellule ou la sélection courante
2920 \end_layout
2921
2922 \begin_layout Standard
2923 \begin_inset Note Greyedout
2924 status open
2925
2926 \begin_layout Plain Layout
2927
2928 \series bold
2929 Note :
2930 \series default
2931  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2932  est utilisé pour toutes les autres cellules de la ligne.
2933 \end_layout
2934
2935 \end_inset
2936
2937
2938 \end_layout
2939
2940 \begin_layout Section
2941 Le menu éditer tableau
2942 \begin_inset Index idx
2943 status collapsed
2944
2945 \begin_layout Plain Layout
2946 Tableau ! Menu Éditer
2947 \end_layout
2948
2949 \end_inset
2950
2951
2952 \end_layout
2953
2954 \begin_layout Standard
2955 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2956  
2957 \family sans
2958 Éditer\SpecialChar \menuseparator
2959 Tableau
2960 \family default
2961  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2962  ou de la ligne courante et aussi de transformer la sélection courante en
2963  multi-colonne.
2964  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2965 \end_layout
2966
2967 \begin_layout Section
2968 Flottant de tableau
2969 \begin_inset CommandInset label
2970 LatexCommand label
2971 name "sec:Table-Floats"
2972
2973 \end_inset
2974
2975
2976 \begin_inset Index idx
2977 status collapsed
2978
2979 \begin_layout Plain Layout
2980 Flottants ! Tableaux
2981 \end_layout
2982
2983 \end_inset
2984
2985
2986 \begin_inset Index idx
2987 status collapsed
2988
2989 \begin_layout Plain Layout
2990 Tableau ! Flottants
2991 \end_layout
2992
2993 \end_inset
2994
2995
2996 \end_layout
2997
2998 \begin_layout Standard
2999 Pour des explications générales sur les flottants, jetez un œil à la section
3000 \begin_inset space ~
3001 \end_inset
3002
3003
3004 \begin_inset CommandInset ref
3005 LatexCommand ref
3006 reference "sec:Flottants-Introduction"
3007
3008 \end_inset
3009
3010 .
3011 \end_layout
3012
3013 \begin_layout Standard
3014 \begin_inset Float table
3015 placement h
3016 wide false
3017 sideways false
3018 status open
3019
3020 \begin_layout Plain Layout
3021 \begin_inset Caption
3022
3023 \begin_layout Plain Layout
3024 \begin_inset CommandInset label
3025 LatexCommand label
3026 name "tab:Flottant-de-tableau"
3027
3028 \end_inset
3029
3030 Un flottant de tableau.
3031 \end_layout
3032
3033 \end_inset
3034
3035
3036 \end_layout
3037
3038 \begin_layout Plain Layout
3039 \align center
3040 \begin_inset Tabular
3041 <lyxtabular version="3" rows="3" columns="3">
3042 <features tabularvalignment="middle">
3043 <column alignment="center" valignment="top" width="0pt">
3044 <column alignment="center" valignment="top" width="0pt">
3045 <column alignment="center" valignment="top" width="0pt">
3046 <row>
3047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3048 \begin_inset Text
3049
3050 \begin_layout Plain Layout
3051 1
3052 \end_layout
3053
3054 \end_inset
3055 </cell>
3056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3057 \begin_inset Text
3058
3059 \begin_layout Plain Layout
3060 2
3061 \end_layout
3062
3063 \end_inset
3064 </cell>
3065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3066 \begin_inset Text
3067
3068 \begin_layout Plain Layout
3069 3
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 </row>
3075 <row>
3076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080 Jules
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089 Marie
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098 Jean
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109 \begin_inset Formula $\int x^{2}dx$
3110 \end_inset
3111
3112
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
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 $\left[\begin{array}{cc}
3122 a & b\\
3123 c & d
3124 \end{array}\right]$
3125 \end_inset
3126
3127
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3133 \begin_inset Text
3134
3135 \begin_layout Plain Layout
3136 \begin_inset Formula $1+1=2$
3137 \end_inset
3138
3139
3140 \end_layout
3141
3142 \end_inset
3143 </cell>
3144 </row>
3145 </lyxtabular>
3146
3147 \end_inset
3148
3149
3150 \end_layout
3151
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \begin_layout Standard
3158 Les flottants de tableau sont insérés en utilisant le menu 
3159 \family sans
3160 Insérer\SpecialChar \menuseparator
3161 Flottant\SpecialChar \menuseparator
3162 Tableau
3163 \family default
3164  ou le bouton 
3165 \family sans
3166
3167 \begin_inset Info
3168 type  "icon"
3169 arg   "float-insert table"
3170 \end_inset
3171
3172
3173 \family default
3174  de la barre d'outils.
3175 \end_layout
3176
3177 \begin_layout Standard
3178 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3179  qui a comme étiquette 
3180 \begin_inset Quotes eld
3181 \end_inset
3182
3183 Tableau
3184 \begin_inset space ~
3185 \end_inset
3186
3187 #:
3188 \begin_inset Quotes erd
3189 \end_inset
3190
3191  (où # est le numéro du tableau).
3192  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3193 \end_layout
3194
3195 \begin_layout Standard
3196 Le tableau
3197 \begin_inset space ~
3198 \end_inset
3199
3200
3201 \begin_inset CommandInset ref
3202 LatexCommand ref
3203 reference "tab:Flottant-de-tableau"
3204
3205 \end_inset
3206
3207  est un exemple de tableau dans un flottant de tableau.
3208 \end_layout
3209
3210 \begin_layout Standard
3211 On met habituellement la légende au dessus des tableaux, mais cette règle
3212  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3213  Cela signifie que si vous utilisez un document appartenant aux classes
3214  
3215 \family sans
3216 article
3217 \family default
3218
3219 \family sans
3220 book
3221 \family default
3222
3223 \family sans
3224 letter
3225 \family default
3226 , ou
3227 \family sans
3228  report
3229 \family default
3230  il n'y aura pas d'espace entre la légende et le tableau.
3231  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3232  la commande de chargement du paquetage LaTeX 
3233 \series bold
3234 caption
3235 \series default
3236
3237 \begin_inset Index idx
3238 status collapsed
3239
3240 \begin_layout Plain Layout
3241 Paquetages LaTeX ! caption
3242 \end_layout
3243
3244 \end_inset
3245
3246  dans le préambule de votre document.
3247 \begin_inset Foot
3248 status collapsed
3249
3250 \begin_layout Plain Layout
3251 Pour plus d'information voyez la section
3252 \begin_inset space ~
3253 \end_inset
3254
3255
3256 \begin_inset CommandInset ref
3257 LatexCommand ref
3258 reference "sec:Placement-légende"
3259
3260 \end_inset
3261
3262 .
3263 \end_layout
3264
3265 \end_inset
3266
3267 :
3268 \end_layout
3269
3270 \begin_layout Standard
3271
3272 \series bold
3273 tableposition=top
3274 \end_layout
3275
3276 \begin_layout Standard
3277 Le paquetage 
3278 \series bold
3279 caption
3280 \series default
3281 , qui est décrit dans la section
3282 \begin_inset space ~
3283 \end_inset
3284
3285
3286 \begin_inset CommandInset ref
3287 LatexCommand ref
3288 reference "sec:Formatage-légende"
3289
3290 \end_inset
3291
3292 , est utilisé pour ajuster le format des légendes.
3293 \end_layout
3294
3295 \begin_layout Standard
3296 Dans le texte, on fait référence à un tableau
3297 \begin_inset Index idx
3298 status collapsed
3299
3300 \begin_layout Plain Layout
3301 References@Références ! à des Tableaux
3302 \end_layout
3303
3304 \end_inset
3305
3306  en faisant référence à sa légende.
3307  On insère donc une étiquette dans la légende en utilisant le menu 
3308 \family sans
3309 Insérer
3310 \family default
3311 \SpecialChar \menuseparator
3312
3313 \family sans
3314 Étiquette
3315 \family default
3316  ou le bouton 
3317 \family sans
3318
3319 \begin_inset Info
3320 type  "icon"
3321 arg   "label-insert"
3322 \end_inset
3323
3324
3325 \family default
3326  de la barre d'outils.
3327  On peut alors faire référence à cette étiquette en utilisant le menu 
3328 \family sans
3329 Insérer\SpecialChar \menuseparator
3330 Référence
3331 \begin_inset space ~
3332 \end_inset
3333
3334 croisée
3335 \family default
3336  ou le bouton 
3337 \family sans
3338
3339 \begin_inset Info
3340 type  "icon"
3341 arg   "dialog-show-new-inset ref"
3342 \end_inset
3343
3344
3345 \family default
3346  de la barre d'outils.
3347 \begin_inset Newline newline
3348 \end_inset
3349
3350 Les références croisées sont expliquées en détail dans la section
3351 \begin_inset space ~
3352 \end_inset
3353
3354
3355 \begin_inset CommandInset ref
3356 LatexCommand ref
3357 reference "sec:Referencer-les-Flottants"
3358
3359 \end_inset
3360
3361 .
3362 \end_layout
3363
3364 \begin_layout Section
3365 Tableaux Longs
3366 \begin_inset CommandInset label
3367 LatexCommand label
3368 name "sec:Tableaux-longs"
3369
3370 \end_inset
3371
3372
3373 \begin_inset Index idx
3374 status collapsed
3375
3376 \begin_layout Plain Layout
3377 Tableaux longs
3378 \end_layout
3379
3380 \end_inset
3381
3382
3383 \begin_inset Index idx
3384 status collapsed
3385
3386 \begin_layout Plain Layout
3387 Tableau ! Tableaux longs
3388 \end_layout
3389
3390 \end_inset
3391
3392
3393 \end_layout
3394
3395 \begin_layout Standard
3396 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3397  l'option 
3398 \family sans
3399 Utiliser
3400 \begin_inset space ~
3401 \end_inset
3402
3403 les
3404 \begin_inset space ~
3405 \end_inset
3406
3407 tableaux
3408 \begin_inset space ~
3409 \end_inset
3410
3411 longs
3412 \family default
3413  de l'onglet 
3414 \family sans
3415 Tableau
3416 \begin_inset space ~
3417 \end_inset
3418
3419 long
3420 \family default
3421  de la fenêtre 
3422 \family sans
3423 Paramètres
3424 \begin_inset space ~
3425 \end_inset
3426
3427 du
3428 \begin_inset space ~
3429 \end_inset
3430
3431 tableau
3432 \family default
3433  pour le répartir automatiquement sur plusieurs pages.
3434  En cochant cette option, vous activez les options suivantes:
3435 \end_layout
3436
3437 \begin_layout Description
3438 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3439  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3440  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3441  première page, si 
3442 \family sans
3443 Premier
3444 \begin_inset space ~
3445 \end_inset
3446
3447 en-tête
3448 \family default
3449  est défini.
3450  Ces lignes forment l'en-tête principal.
3451 \end_layout
3452
3453 \begin_layout Description
3454 Premier
3455 \begin_inset space ~
3456 \end_inset
3457
3458 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3459  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3460  d'en-tête utilisées pour la première page du tableau long.
3461 \end_layout
3462
3463 \begin_layout Description
3464 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3465  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3466  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3467  page si 
3468 \family sans
3469 Dernier
3470 \begin_inset space ~
3471 \end_inset
3472
3473 pied
3474 \family default
3475  est défini.
3476 \end_layout
3477
3478 \begin_layout Description
3479 Dernier
3480 \begin_inset space ~
3481 \end_inset
3482
3483 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3484  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3485  constituant le pied de la dernière page du tableau long.
3486 \end_layout
3487
3488 \begin_layout Description
3489 Légende La ligne courante contient la légende du tableau.
3490  La première ligne est transformée en une colonne unique et une légende
3491  est insérée.
3492  Vous trouverez d'autres explications sur les légendes pour les tableaux
3493  longs dans la section
3494 \begin_inset space ~
3495 \end_inset
3496
3497
3498 \begin_inset CommandInset ref
3499 LatexCommand ref
3500 reference "sub:Tableaux-longs-légende"
3501
3502 \end_inset
3503
3504 .
3505 \end_layout
3506
3507 \begin_layout Standard
3508 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3509  Voyez le tableau long qui suit pour voir comment ça marche :
3510 \end_layout
3511
3512 \begin_layout Standard
3513 \align center
3514 \begin_inset Tabular
3515 <lyxtabular version="3" rows="69" columns="3">
3516 <features islongtable="true" longtabularalignment="center">
3517 <column alignment="left" valignment="top" width="0cm">
3518 <column alignment="left" valignment="top" width="0pt">
3519 <column alignment="center" valignment="top" width="0pt">
3520 <row endfirsthead="true">
3521 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525
3526 \series bold
3527 Exemple d'annuaire téléphonique (ignorez les noms)
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row endfirsthead="true">
3552 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556
3557 \series bold
3558 NOM
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576
3577 \series bold
3578 TEL.
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 </row>
3584 <row endhead="true">
3585 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589
3590 \series bold
3591 Exemple d'annuaire téléphonique
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 </row>
3615 <row endhead="true">
3616 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620
3621 \series bold
3622 NOM
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640
3641 \series bold
3642 TEL.
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 </row>
3648 <row endfoot="true">
3649 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653  continue page suivante
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 </row>
3677 <row>
3678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682
3683 \series bold
3684 Annovi
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 Silvia
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 111
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 </row>
3708 <row>
3709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713
3714 \series bold
3715 Bertoli
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 Stefano
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 111
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 </row>
3739 <row>
3740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744
3745 \series bold
3746 Bozzi
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 Walter
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 111
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 </row>
3770 <row>
3771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775
3776 \series bold
3777 Cachia
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 Maria
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 111
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 </row>
3801 <row>
3802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806
3807 \series bold
3808 Cachia
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 Maurizio
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 111
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 </row>
3832 <row>
3833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837
3838 \series bold
3839 Cinquemani
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 Giusi
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 111
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 </row>
3863 <row>
3864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868
3869 \series bold
3870 Colin
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 Bernard
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 111
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 </row>
3894 <row>
3895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899
3900 \series bold
3901 Concli
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 Gianfranco
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 111
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 </row>
3925 <row>
3926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930
3931 \series bold
3932 Dal Bosco
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 Carolina
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 111
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 </row>
3956 <row>
3957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961
3962 \series bold
3963 Dalpiaz
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 Annamaria
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 111
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 </row>
3987 <row>
3988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992
3993 \series bold
3994 Feliciello
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 Domenico
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 111
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 </row>
4018 <row>
4019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023
4024 \series bold
4025 Focarelli
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 Paola
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 111
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 </row>
4049 <row>
4050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054
4055 \series bold
4056 Galletti
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 Oreste
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 111
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 </row>
4080 <row>
4081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085
4086 \series bold
4087 Gasparini
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 Franca
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 111
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 </row>
4111 <row>
4112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116
4117 \series bold
4118 Rizzardi
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 Paola
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 111
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 </row>
4142 <row>
4143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147
4148 \series bold
4149 Lassini
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 Giancarlo
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 111
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 </row>
4173 <row>
4174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178
4179 \series bold
4180 Malfatti
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 <cell alignment="center" valignment="top" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189 Luciano
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 111
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 </row>
4204 <row>
4205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209
4210 \series bold
4211 Malfatti
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell alignment="center" valignment="top" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220 Valeriano
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 111
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 </row>
4235 <row>
4236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240
4241 \series bold
4242 Meneguzzo
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 <cell alignment="center" valignment="top" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 Roberto
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 111
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 </row>
4266 <row>
4267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271
4272 \series bold
4273 Mezzadra
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 Roberto
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 111
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 </row>
4297 <row>
4298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302
4303 \series bold
4304 Pirpamer
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 Erich
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322 111
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 </row>
4328 <row>
4329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333
4334 \series bold
4335 Pochiesa
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 Paolo
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 111, 222
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 </row>
4359 <row>
4360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364
4365 \series bold
4366 Radina
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 Claudio
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 111
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 </row>
4390 <row>
4391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395
4396 \series bold
4397 Stuffer
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 Oskar
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 111
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 </row>
4421 <row>
4422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426
4427 \series bold
4428 Tacchelli
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell alignment="center" valignment="top" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437 Ugo
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 111
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 </row>
4452 <row>
4453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457
4458 \series bold
4459 Tezzele
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 Margit
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 111
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 </row>
4483 <row>
4484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488
4489 \series bold
4490 Unterkalmsteiner
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 Frieda
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 111
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 </row>
4514 <row>
4515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519
4520 \series bold
4521 Vieider
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530 Hilde
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 111
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 </row>
4545 <row>
4546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550
4551 \series bold
4552 Vigna
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 Jürgen
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 111
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 </row>
4576 <row>
4577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581
4582 \series bold
4583 Weber
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 Maurizio
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 111
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 </row>
4607 <row>
4608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612
4613 \series bold
4614 Winkler
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 Franz
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 111
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 </row>
4638 <row>
4639 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643  
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672
4673 \series bold
4674 Annovi
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 Silvia
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 555
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 </row>
4698 <row>
4699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703
4704 \series bold
4705 Bertoli
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 Stefano
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 555
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 </row>
4729 <row>
4730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734
4735 \series bold
4736 Bozzi
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 Walter
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 555
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 </row>
4760 <row>
4761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765
4766 \series bold
4767 Cachia
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 Maria
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 555
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 </row>
4791 <row>
4792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796
4797 \series bold
4798 Cachia
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 Maurizio
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 555
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 </row>
4822 <row>
4823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827
4828 \series bold
4829 Cinquemani
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 Giusi
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 555
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 </row>
4853 <row>
4854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858
4859 \series bold
4860 Colin
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 Bernard
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 555
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 </row>
4884 <row>
4885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889
4890 \series bold
4891 Concli
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 Gianfranco
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 555
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 </row>
4915 <row>
4916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920
4921 \series bold
4922 Dal Bosco
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 Carolina
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 555
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 </row>
4946 <row>
4947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951
4952 \series bold
4953 Dalpiaz
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 Annamaria
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 555
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 </row>
4977 <row>
4978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982
4983 \series bold
4984 Feliciello
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 Domenico
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 555
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 </row>
5008 <row>
5009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013
5014 \series bold
5015 Focarelli
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 Paola
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 555
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 </row>
5039 <row>
5040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044
5045 \series bold
5046 Galletti
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 Oreste
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 555
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 </row>
5070 <row>
5071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075
5076 \series bold
5077 Gasparini
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 Franca
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 555
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 </row>
5101 <row>
5102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106
5107 \series bold
5108 Rizzardi
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 Paola
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 555
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 </row>
5132 <row>
5133 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137
5138 \series bold
5139 Lassini
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 Giancarlo
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 555
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 </row>
5163 <row>
5164 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168
5169 \series bold
5170 Malfatti
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell alignment="center" valignment="top" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 Luciano
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 555
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 </row>
5194 <row>
5195 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199
5200 \series bold
5201 Malfatti
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 <cell alignment="center" valignment="top" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210 Valeriano
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 555
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 </row>
5225 <row>
5226 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230
5231 \series bold
5232 Meneguzzo
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 <cell alignment="center" valignment="top" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241 Roberto
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Plain Layout
5250 555
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 </row>
5256 <row>
5257 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261
5262 \series bold
5263 Mezzadra
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 Roberto
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281 555
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 </row>
5287 <row>
5288 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Plain Layout
5292
5293 \series bold
5294 Pirpamer
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 Erich
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 555
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 </row>
5318 <row>
5319 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323
5324 \series bold
5325 Pochiesa
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 <cell alignment="center" valignment="top" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334 Paolo
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343 555, 222
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 </row>
5349 <row>
5350 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354
5355 \series bold
5356 Radina
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 <cell alignment="center" valignment="top" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365 Claudio
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 555
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 </row>
5380 <row>
5381 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5382 \begin_inset Text
5383
5384 \begin_layout Plain Layout
5385
5386 \series bold
5387 Stuffer
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 <cell alignment="center" valignment="top" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396 Oskar
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405 555
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 </row>
5411 <row>
5412 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416
5417 \series bold
5418 Tacchelli
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 <cell alignment="center" valignment="top" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 Ugo
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 555
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 </row>
5442 <row>
5443 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447
5448 \series bold
5449 Tezzele
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 Margit
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467 555
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 </row>
5473 <row>
5474 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478
5479 \series bold
5480 Unterkalmsteiner
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 <cell alignment="center" valignment="top" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 Frieda
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498 555
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 </row>
5504 <row>
5505 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509
5510 \series bold
5511 Vieider
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 Hilde
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Plain Layout
5529 555
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 </row>
5535 <row>
5536 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540
5541 \series bold
5542 Vigna
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 Jürgen
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Plain Layout
5560 999
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 </row>
5566 <row>
5567 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571
5572 \series bold
5573 Weber
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 <cell alignment="center" valignment="top" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582 Maurizio
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591 555
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 </row>
5597 <row>
5598 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602
5603 \series bold
5604 Winkler
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Plain Layout
5613 Franz
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Plain Layout
5622 555
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 </row>
5628 <row endlastfoot="true">
5629 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633 Fin
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Plain Layout
5642
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 </row>
5657 </lyxtabular>
5658
5659 \end_inset
5660
5661
5662 \begin_inset ERT
5663 status collapsed
5664
5665 \begin_layout Plain Layout
5666
5667
5668 \backslash
5669 addtocounter{table}{-1}
5670 \end_layout
5671
5672 \end_inset
5673
5674
5675 \begin_inset Note Note
5676 status collapsed
5677
5678 \begin_layout Plain Layout
5679 Voyez la première note grisée de la section
5680 \begin_inset space ~
5681 \end_inset
5682
5683
5684 \begin_inset CommandInset ref
5685 LatexCommand ref
5686 reference "sub:Tableaux-longs-légende"
5687
5688 \end_inset
5689
5690  pour une explication de cette commande.
5691 \end_layout
5692
5693 \end_inset
5694
5695
5696 \end_layout
5697
5698 \begin_layout Subsection
5699 Notes de bas de page dans les tableaux longs
5700 \begin_inset CommandInset label
5701 LatexCommand label
5702 name "sub:Notes-dans-tableau-long"
5703
5704 \end_inset
5705
5706
5707 \begin_inset Index idx
5708 status collapsed
5709
5710 \begin_layout Plain Layout
5711 Tableaux longs ! Notes de bas de page
5712 \end_layout
5713
5714 \end_inset
5715
5716
5717 \end_layout
5718
5719 \begin_layout Standard
5720 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5721  long.
5722  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5723  contenant la note.
5724  Par exemple le tableau
5725 \begin_inset space ~
5726 \end_inset
5727
5728
5729 \begin_inset CommandInset ref
5730 LatexCommand ref
5731 reference "tab:Légendes-tableau-différentes"
5732
5733 \end_inset
5734
5735  a une note de bas de page.
5736 \end_layout
5737
5738 \begin_layout Subsection
5739 Alignement des tableaux longs
5740 \begin_inset Index idx
5741 status collapsed
5742
5743 \begin_layout Plain Layout
5744 Tableaux longs ! Alignement
5745 \end_layout
5746
5747 \end_inset
5748
5749
5750 \end_layout
5751
5752 \begin_layout Standard
5753 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5754  de dialogue des paramètres de tableau.
5755  Pour les alignements à droite et à gauche, le tableau sera directement
5756  au bord de la page.
5757  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5758  l'alignement centré et modifier les valeurs des longueurs 
5759 \series bold
5760
5761 \backslash
5762 LTleft 
5763 \series default
5764 et 
5765 \series bold
5766
5767 \backslash
5768 LTright
5769 \series default
5770  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5771  concerné :
5772 \end_layout
5773
5774 \begin_layout Standard
5775
5776 \series bold
5777
5778 \backslash
5779 setlength{
5780 \backslash
5781 LTleft}{valeur}
5782 \end_layout
5783
5784 \begin_layout Standard
5785 Où 
5786 \series bold
5787 valeur
5788 \series default
5789  peut avoir n'importe laquelle des unités listées dans le tableau
5790 \begin_inset space ~
5791 \end_inset
5792
5793
5794 \begin_inset CommandInset ref
5795 LatexCommand ref
5796 reference "cha:Unités-de-longueur"
5797
5798 \end_inset
5799
5800 .
5801  
5802 \series bold
5803
5804 \backslash
5805 LTleft
5806 \series default
5807  contrôle la distance horizontale entre le bord gauche de la page et le
5808  tableau, et
5809 \series bold
5810  
5811 \backslash
5812 LTright
5813 \series default
5814  la distance au bord droit.
5815  La valeur implicite des ces deux distances est 
5816 \series bold
5817
5818 \backslash
5819 fill
5820 \series default
5821 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5822 \end_layout
5823
5824 \begin_layout Standard
5825 Le tableau long suivant a été centrée en mettant 
5826 \series bold
5827
5828 \backslash
5829 LTleft
5830 \series default
5831  à 
5832 \family sans
5833 0.1
5834 \backslash
5835 columnwidth
5836 \family default
5837 :
5838 \begin_inset ERT
5839 status collapsed
5840
5841 \begin_layout Plain Layout
5842
5843
5844 \backslash
5845 setlength{
5846 \backslash
5847 LTleft}{0.1
5848 \backslash
5849 columnwidth}
5850 \end_layout
5851
5852 \end_inset
5853
5854
5855 \end_layout
5856
5857 \begin_layout Standard
5858 \begin_inset Tabular
5859 <lyxtabular version="3" rows="5" columns="5">
5860 <features islongtable="true" longtabularalignment="center">
5861 <column alignment="center" valignment="top" width="0">
5862 <column alignment="center" valignment="top" width="0">
5863 <column alignment="center" valignment="top" width="0">
5864 <column alignment="center" valignment="top" width="0">
5865 <column alignment="center" valignment="top" width="0">
5866 <row>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 1
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 2
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 3
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 4
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 5
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 </row>
5913 <row>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 asd
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927 s
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936 s
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 s
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 asd
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 </row>
5960 <row>
5961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 asd
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 s
5975 \end_layout
5976
5977 \end_inset
5978 </cell>
5979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 s
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 s
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 asd
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 </row>
6007 <row>
6008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012 asd
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 s
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 s
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 s
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 asd
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 </row>
6054 <row>
6055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 asd
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068 asd
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 asd
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 asd
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 asd
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 </row>
6101 </lyxtabular>
6102
6103 \end_inset
6104
6105
6106 \begin_inset ERT
6107 status collapsed
6108
6109 \begin_layout Plain Layout
6110
6111
6112 \backslash
6113 setlength{
6114 \backslash
6115 LTleft}{
6116 \backslash
6117 fill}
6118 \end_layout
6119
6120 \end_inset
6121
6122
6123 \begin_inset ERT
6124 status collapsed
6125
6126 \begin_layout Plain Layout
6127
6128
6129 \backslash
6130 addtocounter{table}{-1}
6131 \end_layout
6132
6133 \end_inset
6134
6135
6136 \begin_inset Note Note
6137 status collapsed
6138
6139 \begin_layout Plain Layout
6140 Voyez la première note grisée de la section
6141 \begin_inset space ~
6142 \end_inset
6143
6144
6145 \begin_inset CommandInset ref
6146 LatexCommand ref
6147 reference "sub:Tableaux-longs-légende"
6148
6149 \end_inset
6150
6151  pour une explication de cette commande.
6152 \end_layout
6153
6154 \end_inset
6155
6156
6157 \end_layout
6158
6159 \begin_layout Subsection
6160 Légendes et tableaux longs
6161 \begin_inset Index idx
6162 status collapsed
6163
6164 \begin_layout Plain Layout
6165 Tableaux longs ! Legendes@Légendes
6166 \end_layout
6167
6168 \end_inset
6169
6170
6171 \begin_inset CommandInset label
6172 LatexCommand label
6173 name "sub:Tableaux-longs-légende"
6174
6175 \end_inset
6176
6177
6178 \end_layout
6179
6180 \begin_layout Standard
6181 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6182  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6183  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6184  longs quand on utilise pour une ligne l'option de tableau long 
6185 \family sans
6186 Légende
6187 \family default
6188 , comme c'est expliqué dans la section
6189 \begin_inset space ~
6190 \end_inset
6191
6192
6193 \begin_inset CommandInset ref
6194 LatexCommand ref
6195 reference "sec:Tableaux-longs"
6196
6197 \end_inset
6198
6199 .
6200 \end_layout
6201
6202 \begin_layout Standard
6203 Voici un petit Tableau long pour voir comment ça marche :
6204 \end_layout
6205
6206 \begin_layout Standard
6207 \begin_inset Tabular
6208 <lyxtabular version="3" rows="6" columns="5">
6209 <features islongtable="true" longtabularalignment="center">
6210 <column alignment="center" valignment="top" width="0">
6211 <column alignment="center" valignment="top" width="0">
6212 <column alignment="center" valignment="top" width="0">
6213 <column alignment="center" valignment="top" width="0">
6214 <column alignment="center" valignment="top" width="0">
6215 <row caption="true">
6216 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220 \begin_inset Caption
6221
6222 \begin_layout Plain Layout
6223 Tableau long avec une légende
6224 \begin_inset Argument
6225 status open
6226
6227 \begin_layout Plain Layout
6228 Tableau long
6229 \end_layout
6230
6231 \end_inset
6232
6233
6234 \end_layout
6235
6236 \end_inset
6237
6238
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 </row>
6280 <row>
6281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 1
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 2
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 3
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 4
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321 5
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 </row>
6327 <row>
6328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 asd
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 s
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 s
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 s
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 asd
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 </row>
6374 <row>
6375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 asd
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 s
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 s
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 s
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 asd
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 </row>
6421 <row>
6422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 asd
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 s
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444 s
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 s
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462 asd
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 </row>
6468 <row>
6469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473 asd
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482 asd
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491 asd
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Plain Layout
6500 asd
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6506 \begin_inset Text
6507
6508 \begin_layout Plain Layout
6509 asd
6510 \end_layout
6511
6512 \end_inset
6513 </cell>
6514 </row>
6515 </lyxtabular>
6516
6517 \end_inset
6518
6519
6520 \end_layout
6521
6522 \begin_layout Standard
6523 \begin_inset VSpace medskip
6524 \end_inset
6525
6526
6527 \begin_inset Note Greyedout
6528 status open
6529
6530 \begin_layout Plain Layout
6531
6532 \series bold
6533 Note
6534 \begin_inset space ~
6535 \end_inset
6536
6537 1:
6538 \series default
6539  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6540  n'avez pas prévu de légende.
6541  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6542 \begin_inset space ~
6543 \end_inset
6544
6545 2.4 suit le tableau
6546 \begin_inset space ~
6547 \end_inset
6548
6549 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6550  sans légende.
6551  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6552  après chaque tableau long sans légende :
6553 \end_layout
6554
6555 \begin_layout Plain Layout
6556
6557 \series bold
6558
6559 \backslash
6560 addtocounter{table}{-1}
6561 \end_layout
6562
6563 \begin_layout Plain Layout
6564 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6565  et que vous ajoutez le code suivant dans le préambule du document :
6566 \end_layout
6567
6568 \begin_layout Plain Layout
6569
6570 \series bold
6571
6572 \backslash
6573 let
6574 \backslash
6575 myEnd
6576 \backslash
6577 endlongtable
6578 \begin_inset Newline newline
6579 \end_inset
6580
6581
6582 \backslash
6583 renewcommand{
6584 \backslash
6585 endlongtable}{
6586 \backslash
6587 myEnd
6588 \backslash
6589 addtocounter{table}{-1}}
6590 \end_layout
6591
6592 \end_inset
6593
6594
6595 \end_layout
6596
6597 \begin_layout Standard
6598 \begin_inset Note Greyedout
6599 status open
6600
6601 \begin_layout Plain Layout
6602
6603 \series bold
6604 Note
6605 \begin_inset space ~
6606 \end_inset
6607
6608 2:
6609 \series default
6610  Si vous utilisez 
6611 \series bold
6612 hyperref
6613 \series default
6614
6615 \begin_inset Index idx
6616 status collapsed
6617
6618 \begin_layout Plain Layout
6619 Paquetages LaTeX ! hyperref
6620 \end_layout
6621
6622 \end_inset
6623
6624  dans les 
6625 \family sans
6626 Paramètres du document
6627 \family default
6628  rubrique 
6629 \family sans
6630 Propriétés
6631 \begin_inset space ~
6632 \end_inset
6633
6634 du
6635 \begin_inset space ~
6636 \end_inset
6637
6638 PDF
6639 \family default
6640 , pour transformer vos références croisées en liens cliquables, le lien
6641  vers un tableau long pointera toujours sur le début du document.
6642 \end_layout
6643
6644 \end_inset
6645
6646
6647 \end_layout
6648
6649 \begin_layout Subsubsection
6650 Références à des tableaux longs
6651 \begin_inset Index idx
6652 status collapsed
6653
6654 \begin_layout Plain Layout
6655 Tableaux longs ! Références
6656 \end_layout
6657
6658 \end_inset
6659
6660
6661 \end_layout
6662
6663 \begin_layout Standard
6664 \begin_inset Tabular
6665 <lyxtabular version="3" rows="6" columns="5">
6666 <features islongtable="true" longtabularalignment="center">
6667 <column alignment="center" valignment="top" width="0">
6668 <column alignment="center" valignment="top" width="0">
6669 <column alignment="center" valignment="top" width="0">
6670 <column alignment="center" valignment="top" width="0">
6671 <column alignment="center" valignment="top" width="0">
6672 <row caption="true">
6673 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677 \begin_inset Caption
6678
6679 \begin_layout Plain Layout
6680 Tableau long référencé
6681 \begin_inset CommandInset label
6682 LatexCommand label
6683 name "tab:RefExemple"
6684
6685 \end_inset
6686
6687
6688 \end_layout
6689
6690 \end_inset
6691
6692
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 </row>
6734 <row>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 1
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 2
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 3
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 4
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 5
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 </row>
6781 <row>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 asd
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 s
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 s
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813 s
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822 asd
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 </row>
6828 <row>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 asd
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 s
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 s
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 s
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 asd
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 </row>
6875 <row>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 asd
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 s
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 s
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 s
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 asd
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 </row>
6922 <row>
6923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 asd
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 sad
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 asd
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 asd
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963 asd
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 </row>
6969 </lyxtabular>
6970
6971 \end_inset
6972
6973
6974 \end_layout
6975
6976 \begin_layout Standard
6977 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6978  dans sa légende.
6979 \end_layout
6980
6981 \begin_layout Standard
6982 Ceci est une référence au tableau
6983 \begin_inset space ~
6984 \end_inset
6985
6986
6987 \begin_inset CommandInset ref
6988 LatexCommand ref
6989 reference "tab:RefExemple"
6990
6991 \end_inset
6992
6993 .
6994 \end_layout
6995
6996 \begin_layout Standard
6997 La mise en forme de la légende peut être ajustée avec celle de toutes les
6998  autres légendes de votre document en utilisant le paquetage LaTeX 
6999 \series bold
7000 caption
7001 \series default
7002
7003 \begin_inset Index idx
7004 status collapsed
7005
7006 \begin_layout Plain Layout
7007 Paquetages LaTeX ! caption
7008 \end_layout
7009
7010 \end_inset
7011
7012 , voir la section
7013 \begin_inset space ~
7014 \end_inset
7015
7016
7017 \begin_inset CommandInset ref
7018 LatexCommand ref
7019 reference "sec:Formatage-légende"
7020
7021 \end_inset
7022
7023 .
7024 \end_layout
7025
7026 \begin_layout Subsubsection
7027 Largeur de la légende
7028 \begin_inset Index idx
7029 status collapsed
7030
7031 \begin_layout Plain Layout
7032 Tableaux longs ! Largeur de la légende
7033 \end_layout
7034
7035 \end_inset
7036
7037
7038 \end_layout
7039
7040 \begin_layout Standard
7041 La largeur maximale des lignes de légende est définie par la longueur 
7042 \series bold
7043
7044 \backslash
7045 LTcapwidth
7046 \series default
7047 .
7048  Sa valeur implicite est 4
7049 \begin_inset space \thinspace{}
7050 \end_inset
7051
7052 in.
7053  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
7054  de votre document ou en tant que code TeX directement dans votre document
7055  avant le tableau qui doit être affectée.
7056 \end_layout
7057
7058 \begin_layout Standard
7059
7060 \series bold
7061
7062 \backslash
7063 setlength{
7064 \backslash
7065 LTcapwidth}{largeur}
7066 \end_layout
7067
7068 \begin_layout Standard
7069 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
7070 ce
7071 \begin_inset space ~
7072 \end_inset
7073
7074
7075 \begin_inset CommandInset ref
7076 LatexCommand ref
7077 reference "cha:Unités-de-longueur"
7078
7079 \end_inset
7080
7081 .
7082 \end_layout
7083
7084 \begin_layout Standard
7085 Les tableaux suivants montrent la différence :
7086 \end_layout
7087
7088 \begin_layout Standard
7089 \begin_inset Tabular
7090 <lyxtabular version="3" rows="6" columns="5">
7091 <features islongtable="true" longtabularalignment="center">
7092 <column alignment="center" valignment="top" width="0">
7093 <column alignment="center" valignment="top" width="0">
7094 <column alignment="center" valignment="top" width="0">
7095 <column alignment="center" valignment="top" width="0">
7096 <column alignment="center" valignment="top" width="0">
7097 <row caption="true">
7098 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102 \begin_inset Caption
7103
7104 \begin_layout Plain Layout
7105 long titre complet avec la largeur implicite long titre complet avec la
7106  largeur implicite long titre complet avec la largeur implicite
7107 \begin_inset Argument
7108 status open
7109
7110 \begin_layout Plain Layout
7111 Légende avec largeur implicite
7112 \end_layout
7113
7114 \end_inset
7115
7116
7117 \end_layout
7118
7119 \end_inset
7120
7121
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Plain Layout
7139
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 </row>
7163 <row>
7164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 1
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177 2
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186 3
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195 4
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204 5
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 </row>
7210 <row>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 asd
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 s
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Plain Layout
7233 s
7234 \end_layout
7235
7236 \end_inset
7237 </cell>
7238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 s
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251 asd
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 </row>
7257 <row>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 asd
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Plain Layout
7271 s
7272 \end_layout
7273
7274 \end_inset
7275 </cell>
7276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7277 \begin_inset Text
7278
7279 \begin_layout Plain Layout
7280 s
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289 s
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 asd
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 </row>
7304 <row>
7305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 asd
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318 s
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327 s
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 s
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 asd
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 </row>
7351 <row>
7352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 asd
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365 sad
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374 asd
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383 asd
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392 asd
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 </row>
7398 </lyxtabular>
7399
7400 \end_inset
7401
7402
7403 \end_layout
7404
7405 \begin_layout Standard
7406 \begin_inset ERT
7407 status collapsed
7408
7409 \begin_layout Plain Layout
7410
7411
7412 \backslash
7413 setlength{
7414 \backslash
7415 LTcapwidth}{5cm}
7416 \end_layout
7417
7418 \end_inset
7419
7420
7421 \begin_inset Tabular
7422 <lyxtabular version="3" rows="6" columns="5">
7423 <features islongtable="true" longtabularalignment="center">
7424 <column alignment="center" valignment="top" width="0">
7425 <column alignment="center" valignment="top" width="0">
7426 <column alignment="center" valignment="top" width="0">
7427 <column alignment="center" valignment="top" width="0">
7428 <column alignment="center" valignment="top" width="0">
7429 <row caption="true">
7430 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434 \begin_inset Caption
7435
7436 \begin_layout Plain Layout
7437 long titre complet avec la largeur réglée à 5
7438 \begin_inset space \thinspace{}
7439 \end_inset
7440
7441 cm long titre complet avec la largeur réglée à 5
7442 \begin_inset space \thinspace{}
7443 \end_inset
7444
7445 cm long titre complet avec la largeur réglée à 5
7446 \begin_inset space \thinspace{}
7447 \end_inset
7448
7449 cm
7450 \begin_inset Argument
7451 status open
7452
7453 \begin_layout Plain Layout
7454 Légende avec largeur à
7455 \begin_inset space \thinspace{}
7456 \end_inset
7457
7458 =
7459 \begin_inset space \thinspace{}
7460 \end_inset
7461
7462 5
7463 \begin_inset space \thinspace{}
7464 \end_inset
7465
7466 cm
7467 \end_layout
7468
7469 \end_inset
7470
7471
7472 \end_layout
7473
7474 \end_inset
7475
7476
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 </row>
7518 <row>
7519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523 1
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532 2
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7538 \begin_inset Text
7539
7540 \begin_layout Plain Layout
7541 3
7542 \end_layout
7543
7544 \end_inset
7545 </cell>
7546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550 4
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559 5
7560 \end_layout
7561
7562 \end_inset
7563 </cell>
7564 </row>
7565 <row>
7566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 asd
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579 s
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7585 \begin_inset Text
7586
7587 \begin_layout Plain Layout
7588 s
7589 \end_layout
7590
7591 \end_inset
7592 </cell>
7593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7594 \begin_inset Text
7595
7596 \begin_layout Plain Layout
7597 s
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606 asd
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 </row>
7612 <row>
7613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617 asd
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626 s
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635 s
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644 s
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653 asd
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 </row>
7659 <row>
7660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 asd
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673 s
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7679 \begin_inset Text
7680
7681 \begin_layout Plain Layout
7682 s
7683 \end_layout
7684
7685 \end_inset
7686 </cell>
7687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691 s
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Plain Layout
7700 asd
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 </row>
7706 <row>
7707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 asd
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720 sad
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729 asd
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738 asd
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747 asd
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 </row>
7753 </lyxtabular>
7754
7755 \end_inset
7756
7757
7758 \end_layout
7759
7760 \begin_layout Standard
7761 \begin_inset ERT
7762 status collapsed
7763
7764 \begin_layout Plain Layout
7765
7766
7767 \backslash
7768 setlength{
7769 \backslash
7770 LTcapwidth}{4in}
7771 \end_layout
7772
7773 \end_inset
7774
7775
7776 \end_layout
7777
7778 \begin_layout Standard
7779 \begin_inset Note Greyedout
7780 status open
7781
7782 \begin_layout Plain Layout
7783
7784 \series bold
7785 Note:
7786 \series default
7787  Quand on utilise la paquetage LaTeX 
7788 \series bold
7789 caption
7790 \series default
7791
7792 \begin_inset Index idx
7793 status collapsed
7794
7795 \begin_layout Plain Layout
7796 Paquetages LaTeX ! caption
7797 \end_layout
7798
7799 \end_inset
7800
7801  , comme c'est les cas dans ce document, la légende prend toute la largeur
7802  de la page quand on utilise la largeur implicite de 4
7803 \begin_inset space \thinspace{}
7804 \end_inset
7805
7806 in pour 
7807 \series bold
7808
7809 \backslash
7810 LTcapwidth
7811 \series default
7812 .
7813  Pour avoir dans ce cas une légende qui fasse exactement 4
7814 \begin_inset space \thinspace{}
7815 \end_inset
7816
7817 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7818  comme par exemple 3.99
7819 \begin_inset space \thinspace{}
7820 \end_inset
7821
7822 in, soit utiliser la commande LaTeX 
7823 \series bold
7824
7825 \backslash
7826 captionsetup{width=valeur}
7827 \series default
7828  qui est disponible dans le paquetage 
7829 \series bold
7830 caption
7831 \series default
7832 .
7833 \end_layout
7834
7835 \end_inset
7836
7837
7838 \end_layout
7839
7840 \begin_layout Subsubsection
7841 Des légendes différentes sur chaque page d'un tableau
7842 \begin_inset Argument
7843 status collapsed
7844
7845 \begin_layout Plain Layout
7846 Légendes différentes
7847 \end_layout
7848
7849 \end_inset
7850
7851
7852 \begin_inset Index idx
7853 status collapsed
7854
7855 \begin_layout Plain Layout
7856 Tableaux longs ! Legendes@Légendes différentes par page
7857 \end_layout
7858
7859 \end_inset
7860
7861
7862 \end_layout
7863
7864 \begin_layout Standard
7865 Quand la légende du tableau pour les pages suivantes doit être différente
7866  de celle de la première page, insérez une légende avec la commande suivante
7867  en code TeX :
7868 \end_layout
7869
7870 \begin_layout Standard
7871
7872 \series bold
7873
7874 \backslash
7875 caption*{caption text}
7876 \backslash
7877
7878 \backslash
7879 %
7880 \end_layout
7881
7882 \begin_layout Standard
7883 dans une ligne de légende fictive qui sera marquée comme une entête.
7884  Le tableau
7885 \begin_inset space ~
7886 \end_inset
7887
7888
7889 \begin_inset CommandInset ref
7890 LatexCommand ref
7891 reference "tab:Légendes-tableau-différentes"
7892
7893 \end_inset
7894
7895  est un exemple de tableau long avec des légendes différentes et où la seconde
7896  légende ne contient pas le numéro du tableau.
7897 \end_layout
7898
7899 \begin_layout Standard
7900 \align center
7901 \begin_inset Tabular
7902 <lyxtabular version="3" rows="59" columns="3">
7903 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7904 <column alignment="left" valignment="top" width="0cm">
7905 <column alignment="left" valignment="top" width="0pt">
7906 <column alignment="center" valignment="top" width="0pt">
7907 <row caption="true">
7908 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912 \begin_inset Caption
7913
7914 \begin_layout Plain Layout
7915 Exemple d'annuaire téléphonique
7916 \begin_inset CommandInset label
7917 LatexCommand label
7918 name "tab:Légendes-tableau-différentes"
7919
7920 \end_inset
7921
7922
7923 \begin_inset Argument
7924 status collapsed
7925
7926 \begin_layout Plain Layout
7927 Exemple Annuaire 
7928 \end_layout
7929
7930 \end_inset
7931
7932
7933 \end_layout
7934
7935 \end_inset
7936
7937
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 </row>
7961 <row endfirsthead="true">
7962 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966
7967 \series bold
7968 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 </row>
7992 <row endfirsthead="true">
7993 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \series bold
7999 NOM
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017
8018 \series bold
8019 TÉL.
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 </row>
8025 <row endhead="true">
8026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 \begin_inset ERT
8031 status open
8032
8033 \begin_layout Plain Layout
8034
8035
8036 \backslash
8037 caption*{Suite de l'exemple d'annuaire téléphonique}
8038 \backslash
8039
8040 \backslash
8041 %
8042 \end_layout
8043
8044 \end_inset
8045
8046
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row endhead="true">
8071 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \series bold
8077 Exemple d'annuaire téléphonique
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 </row>
8101 <row endhead="true">
8102 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106
8107 \series bold
8108 NOM
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126
8127 \series bold
8128 TÉL.
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 </row>
8134 <row endfoot="true">
8135 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139 suite page suivante\SpecialChar \ldots{}
8140
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 <row>
8165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169
8170 \series bold
8171 Annovi
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 Silvia
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 111
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 </row>
8195 <row>
8196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200
8201 \series bold
8202 Bertoli
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 Stefano
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 111
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 </row>
8226 <row>
8227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231
8232 \series bold
8233 Bozzi
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 Walter
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 111
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 </row>
8257 <row>
8258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262
8263 \series bold
8264 Cachia
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273 Maria
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 111
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 </row>
8288 <row>
8289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293
8294 \series bold
8295 Cachia
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 Maurizio
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 111
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 </row>
8319 <row>
8320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324
8325 \series bold
8326 Cinquemani
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 Giusi
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 111
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 </row>
8350 <row>
8351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355
8356 \series bold
8357 Colin
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 Bernard
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 111
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 </row>
8381 <row>
8382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386
8387 \series bold
8388 Concli
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 Gianfranco
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 111
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 </row>
8412 <row>
8413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417
8418 \series bold
8419 Dal Bosco
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 Carolina
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 111
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 </row>
8443 <row>
8444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448
8449 \series bold
8450 Dalpiaz
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 Annamaria
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 111
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \series bold
8481 Feliciello
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 Domenico
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 111
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 </row>
8505 <row>
8506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510
8511 \series bold
8512 Focarelli
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 Paola
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530 111
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 </row>
8536 <row>
8537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541
8542 \series bold
8543 Galletti
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 Oreste
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 111
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 </row>
8567 <row>
8568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572
8573 \series bold
8574 Gasparini
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 Franca
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 111
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603
8604 \series bold
8605 Rizzardi
8606 \series default
8607
8608 \begin_inset Foot
8609 status open
8610
8611 \begin_layout Plain Layout
8612 Exemple de note de bas de page
8613 \end_layout
8614
8615 \end_inset
8616
8617
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 Paola
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 111
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row>
8642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646
8647 \series bold
8648 Lassini
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 Giancarlo
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 111
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 </row>
8672 <row>
8673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677
8678 \series bold
8679 Malfatti
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 Luciano
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 111
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \series bold
8710 Malfatti
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 Valeriano
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 111
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 <row>
8735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739
8740 \series bold
8741 Meneguzzo
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 Roberto
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 111
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row>
8766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770
8771 \series bold
8772 Mezzadra
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 Roberto
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 111
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row>
8797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801
8802 \series bold
8803 Pirpamer
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 Erich
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 111
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 </row>
8827 <row>
8828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832
8833 \series bold
8834 Pochiesa
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 Paolo
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852 111, 222
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 </row>
8858 <row>
8859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863
8864 \series bold
8865 Radina
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 Claudio
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 111
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 </row>
8889 <row>
8890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894
8895 \series bold
8896 Stuffer
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 Oskar
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 111
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 </row>
8920 <row>
8921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925
8926 \series bold
8927 Tacchelli
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 Ugo
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 111
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 </row>
8951 <row>
8952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956
8957 \series bold
8958 Tezzele
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 Margit
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 111
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \series bold
8989 Unterkalmsteiner
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 Frieda
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 111
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 </row>
9013 <row>
9014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018
9019 \series bold
9020 Vieider
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 Hilde
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 111
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049
9050 \series bold
9051 Vigna
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 Jürgen
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 111
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 </row>
9075 <row>
9076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \series bold
9082 Weber
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 Maurizio
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 111
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 </row>
9106 <row>
9107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111
9112 \series bold
9113 Winkler
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 Franz
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 111
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 </row>
9137 <row>
9138 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142  
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 </row>
9166 <row>
9167 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171
9172 \series bold
9173 Annovi
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 Silvia
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 555
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 </row>
9197 <row>
9198 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202
9203 \series bold
9204 Bertoli
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 Stefano
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 555
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 </row>
9228 <row>
9229 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233
9234 \series bold
9235 Bozzi
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 Walter
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 555
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 </row>
9259 <row>
9260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264
9265 \series bold
9266 Cachia
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 Maria
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 555
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 </row>
9290 <row>
9291 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295
9296 \series bold
9297 Cachia
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 Maurizio
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 555
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 </row>
9321 <row>
9322 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326
9327 \series bold
9328 Cinquemani
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 Giusi
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 555
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 </row>
9352 <row>
9353 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357
9358 \series bold
9359 Colin
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 Bernard
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 555
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 </row>
9383 <row>
9384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388
9389 \series bold
9390 Concli
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399 Gianfranco
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 555
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 </row>
9414 <row>
9415 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419
9420 \series bold
9421 Dal Bosco
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 Carolina
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439 555
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 </row>
9445 <row>
9446 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450
9451 \series bold
9452 Dalpiaz
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 Annamaria
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 555
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 </row>
9476 <row>
9477 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481
9482 \series bold
9483 Feliciello
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492 Domenico
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501 555
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 </row>
9507 <row>
9508 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512
9513 \series bold
9514 Focarelli
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523 Paola
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532 555
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 </row>
9538 <row>
9539 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543
9544 \series bold
9545 Galletti
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554 Oreste
9555 \end_layout
9556
9557 \end_inset
9558 </cell>
9559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9560 \begin_inset Text
9561
9562 \begin_layout Plain Layout
9563 555
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 </row>
9569 <row>
9570 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574
9575 \series bold
9576 Gasparini
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585 Franca
9586 \end_layout
9587
9588 \end_inset
9589 </cell>
9590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594 555
9595 \end_layout
9596
9597 \end_inset
9598 </cell>
9599 </row>
9600 <row>
9601 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605
9606 \series bold
9607 Rizzardi
9608 \end_layout
9609
9610 \end_inset
9611 </cell>
9612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616 Paola
9617 \end_layout
9618
9619 \end_inset
9620 </cell>
9621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625 555
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 </row>
9631 <row>
9632 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636
9637 \series bold
9638 Lassini
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647 Giancarlo
9648 \end_layout
9649
9650 \end_inset
9651 </cell>
9652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9653 \begin_inset Text
9654
9655 \begin_layout Plain Layout
9656 555
9657 \end_layout
9658
9659 \end_inset
9660 </cell>
9661 </row>
9662 <row>
9663 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667
9668 \series bold
9669 Malfatti
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 Luciano
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687 555
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 </row>
9693 <row>
9694 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698
9699 \series bold
9700 Malfatti
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709 Valeriano
9710 \end_layout
9711
9712 \end_inset
9713 </cell>
9714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9715 \begin_inset Text
9716
9717 \begin_layout Plain Layout
9718 555
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 </row>
9724 <row>
9725 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729
9730 \series bold
9731 Meneguzzo
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740 Roberto
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749 555
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 </row>
9755 <row>
9756 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760
9761 \series bold
9762 Mezzadra
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771 Roberto
9772 \end_layout
9773
9774 \end_inset
9775 </cell>
9776 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780 555
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 </row>
9786 </lyxtabular>
9787
9788 \end_inset
9789
9790
9791 \end_layout
9792
9793 \begin_layout Section
9794 Questions particulières concernant les tableaux longs
9795 \begin_inset Argument
9796 status collapsed
9797
9798 \begin_layout Plain Layout
9799 Questions sur les tableaux longs
9800 \end_layout
9801
9802 \end_inset
9803
9804
9805 \begin_inset CommandInset label
9806 LatexCommand label
9807 name "sec:Questions-sur-tableaux-longs"
9808
9809 \end_inset
9810
9811
9812 \end_layout
9813
9814 \begin_layout Subsection
9815 Calculs des pages des tableaux longs
9816 \begin_inset Index idx
9817 status collapsed
9818
9819 \begin_layout Plain Layout
9820 Tableaux longs ! Calculs
9821 \end_layout
9822
9823 \end_inset
9824
9825
9826 \end_layout
9827
9828 \begin_layout Standard
9829 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9830  en utilisant des blocs (chunks).
9831  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9832  mémoire de LaTeX.
9833  La valeur implicite est fixée pour des raisons historiques à seulement
9834  20 lignes de tableau.
9835  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9836  peut ralentir la création de votre document.
9837  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9838  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9839  préambule de votre document :
9840 \end_layout
9841
9842 \begin_layout Standard
9843
9844 \series bold
9845
9846 \backslash
9847 setcounter{LTchunksize}{100}
9848 \end_layout
9849
9850 \begin_layout Subsection
9851 Les flottants et les tableaux longs
9852 \begin_inset Index idx
9853 status collapsed
9854
9855 \begin_layout Plain Layout
9856 Tableaux longs ! Flottants
9857 \end_layout
9858
9859 \end_inset
9860
9861
9862 \end_layout
9863
9864 \begin_layout Standard
9865 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9866  commence un tableau long.
9867  Pour éviter une telle situation, insérez un saut de page (menu 
9868 \family sans
9869 Insérer\SpecialChar \menuseparator
9870 Typographie
9871 \begin_inset space ~
9872 \end_inset
9873
9874 spéciale\SpecialChar \menuseparator
9875 Saut de page (vide le tampon)
9876 \family default
9877
9878 \begin_inset space \thinspace{}
9879 \end_inset
9880
9881 ) juste avant votre tableau long.
9882 \end_layout
9883
9884 \begin_layout Subsection
9885 Sauts de pages forcés
9886 \begin_inset Index idx
9887 status collapsed
9888
9889 \begin_layout Plain Layout
9890 Tableaux longs ! Sauts de pages forcés
9891 \end_layout
9892
9893 \end_inset
9894
9895
9896 \end_layout
9897
9898 \begin_layout Standard
9899 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9900  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9901  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9902  de saut de ligne 
9903 \begin_inset Quotes eld
9904 \end_inset
9905
9906
9907 \backslash
9908
9909 \backslash
9910
9911 \begin_inset Quotes erd
9912 \end_inset
9913
9914  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9915  Avant la commande 
9916 \begin_inset Quotes eld
9917 \end_inset
9918
9919
9920 \backslash
9921
9922 \backslash
9923
9924 \begin_inset Quotes erd
9925 \end_inset
9926
9927 , vous devez insérer en code TeX, autant de caractères 
9928 \begin_inset Quotes eld
9929 \end_inset
9930
9931 &
9932 \begin_inset Quotes erd
9933 \end_inset
9934
9935  qu'il y a de colonnes après la cellule concernée.
9936  Le caractère 
9937 \begin_inset Quotes eld
9938 \end_inset
9939
9940 &
9941 \begin_inset Quotes erd
9942 \end_inset
9943
9944  sert à séparer les colonnes d'un tableau.
9945  Écrivez en code-TeX, après chaque 
9946 \begin_inset Quotes eld
9947 \end_inset
9948
9949 &
9950 \begin_inset Quotes erd
9951 \end_inset
9952
9953  le contenu des cellules correspondantes et en même temps supprimez le contenu
9954  de ces cellules dans le texte normal.
9955  
9956 \begin_inset Newline newline
9957 \end_inset
9958
9959 Après la commande 
9960 \backslash
9961
9962 \backslash
9963 , insérez autant de caractères 
9964 \begin_inset Quotes eld
9965 \end_inset
9966
9967 &
9968 \begin_inset Quotes erd
9969 \end_inset
9970
9971  qu'il y a de colonnes avant la colonne traitée.
9972  Dans le tableau
9973 \begin_inset space ~
9974 \end_inset
9975
9976
9977 \begin_inset CommandInset ref
9978 LatexCommand ref
9979 reference "tab:Tableau-saut-de-page"
9980
9981 \end_inset
9982
9983  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9984  suivie par une autre colonne.
9985  La commande suivante a donc été insérée en code TeX dans la cellule après
9986  le mot 
9987 \begin_inset Quotes eld
9988 \end_inset
9989
9990
9991 \emph on
9992 Castelchiodato,
9993 \emph default
9994
9995 \begin_inset Quotes erd
9996 \end_inset
9997
9998 :
9999 \end_layout
10000
10001 \begin_layout Standard
10002
10003 \series bold
10004 & 111
10005 \backslash
10006
10007 \backslash
10008  
10009 \backslash
10010 newpage
10011 \begin_inset Newline newline
10012 \end_inset
10013
10014 &
10015 \end_layout
10016
10017 \begin_layout Standard
10018 Le 
10019 \begin_inset Quotes eld
10020 \end_inset
10021
10022 111
10023 \begin_inset Quotes erd
10024 \end_inset
10025
10026  dans la troisième colonne de la ligne a été supprimé.
10027  
10028 \series bold
10029
10030 \backslash
10031 newpage
10032 \series default
10033  est nécessaire seulement quand un saut de page doit impérativement avoir
10034  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
10035  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
10036  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
10037  est coupée, utilisez cette commande à la place de la précédente :
10038 \end_layout
10039
10040 \begin_layout Standard
10041
10042 \series bold
10043 & 111
10044 \backslash
10045
10046 \backslash
10047
10048 \begin_inset Newline newline
10049 \end_inset
10050
10051
10052 \backslash
10053 hline &
10054 \end_layout
10055
10056 \begin_layout Standard
10057 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
10058  insérer la commande
10059 \end_layout
10060
10061 \begin_layout Standard
10062
10063 \series bold
10064
10065 \backslash
10066 setlength{
10067 \backslash
10068 parfillskip}{0pt}
10069 \end_layout
10070
10071 \begin_layout Standard
10072 au début de la cellule.
10073  Cela assure que la portion de la cellule qui va se trouver affichée sur
10074  la page suivante le sera avec toute la largeur de la cellule.
10075 \end_layout
10076
10077 \begin_layout Standard
10078 \align center
10079 \begin_inset Tabular
10080 <lyxtabular version="3" rows="38" columns="3">
10081 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10082 <column alignment="left" valignment="top" width="0cm">
10083 <column alignment="left" valignment="top" width="3cm">
10084 <column alignment="center" valignment="top" width="0pt">
10085 <row caption="true">
10086 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090 \begin_inset Caption
10091
10092 \begin_layout Plain Layout
10093 Tableau avec un saut de page forcé dans une cellule
10094 \begin_inset CommandInset label
10095 LatexCommand label
10096 name "tab:Tableau-saut-de-page"
10097
10098 \end_inset
10099
10100
10101 \begin_inset Argument
10102 status collapsed
10103
10104 \begin_layout Plain Layout
10105 Tableau avec un saut de page forcé dans une cellule
10106 \end_layout
10107
10108 \end_inset
10109
10110
10111 \end_layout
10112
10113 \end_inset
10114
10115
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row endfirsthead="true">
10140 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144
10145 \series bold
10146 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 </row>
10170 <row endfirsthead="true">
10171 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \series bold
10177 NOM
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \series bold
10197 TÉL.
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 </row>
10203 <row endhead="true">
10204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208 \begin_inset ERT
10209 status collapsed
10210
10211 \begin_layout Plain Layout
10212
10213
10214 \backslash
10215 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10216 \backslash
10217
10218 \backslash
10219 %
10220 \end_layout
10221
10222 \end_inset
10223
10224
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 </row>
10248 <row endhead="true">
10249 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253  
10254 \series bold
10255 Exemple d'annuaire téléphonique
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 </row>
10279 <row endhead="true">
10280 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284
10285 \series bold
10286 NOM
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304
10305 \series bold
10306 TÉL.
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 </row>
10312 <row endfoot="true">
10313 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 suite page suivante\SpecialChar \ldots{}
10318
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 </row>
10342 <row>
10343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347
10348 \series bold
10349 Annovi
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 Silvia
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367 111
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 </row>
10373 <row>
10374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378
10379 \series bold
10380 Bertoli
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 Stefano
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398 111
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 </row>
10404 <row>
10405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409
10410 \series bold
10411 Bozzi
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 Walter
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 111
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 </row>
10435 <row>
10436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440
10441 \series bold
10442 Cachia
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 Maria
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460 111
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 </row>
10466 <row>
10467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471
10472 \series bold
10473 Cachia
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 Maurizio
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 111
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 </row>
10497 <row>
10498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502
10503 \series bold
10504 Cinquemani
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 Giusi
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522 111
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 </row>
10528 <row>
10529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533
10534 \series bold
10535 Colin
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 Bernard
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553 111
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 </row>
10559 <row>
10560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564
10565 \series bold
10566 Concli
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575 Gianfranco
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 111
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 </row>
10590 <row>
10591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \series bold
10597 Dal Bosco
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 Carolina
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 111
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 </row>
10621 <row>
10622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626
10627 \series bold
10628 Dalpiaz
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 Annamaria
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 111
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 </row>
10652 <row>
10653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657
10658 \series bold
10659 Feliciello
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 Domenico
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 111
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 </row>
10683 <row>
10684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688
10689 \series bold
10690 Focarelli
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 Paola
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708 111
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 </row>
10714 <row>
10715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719
10720 \series bold
10721 Galletti
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730 Oreste
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739 111
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 </row>
10745 <row>
10746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750
10751 \series bold
10752 Gasparini
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10758 \begin_inset Text
10759
10760 \begin_layout Plain Layout
10761 Franca
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770 111
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 </row>
10776 <row>
10777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781
10782 \series bold
10783 Lassini
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 Giancarlo
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801 111
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 <row>
10808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812
10813 \series bold
10814 Malfatti
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10820 \begin_inset Text
10821
10822 \begin_layout Plain Layout
10823 Luciano
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832 111
10833 \end_layout
10834
10835 \end_inset
10836 </cell>
10837 </row>
10838 <row>
10839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843
10844 \series bold
10845 Malfatti
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854 Valeriano
10855 \end_layout
10856
10857 \end_inset
10858 </cell>
10859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Plain Layout
10863 111
10864 \end_layout
10865
10866 \end_inset
10867 </cell>
10868 </row>
10869 <row>
10870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10871 \begin_inset Text
10872
10873 \begin_layout Plain Layout
10874
10875 \series bold
10876 Meneguzzo
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885 Roberto
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894 111
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 </row>
10900 <row>
10901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10902 \begin_inset Text
10903
10904 \begin_layout Plain Layout
10905
10906 \series bold
10907 Mezzadra
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Plain Layout
10916 Roberto
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10922 \begin_inset Text
10923
10924 \begin_layout Plain Layout
10925 111
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 </row>
10931 <row>
10932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10933 \begin_inset Text
10934
10935 \begin_layout Plain Layout
10936
10937 \series bold
10938 Pirpamer
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947 Erich
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10953 \begin_inset Text
10954
10955 \begin_layout Plain Layout
10956 111
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 </row>
10962 <row>
10963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10964 \begin_inset Text
10965
10966 \begin_layout Plain Layout
10967
10968 \series bold
10969 Pochiesa
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 Paolo
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987 111, 222
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 </row>
10993 <row>
10994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998
10999 \series bold
11000 Radina
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009 Claudio
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 111
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 </row>
11024 <row>
11025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029
11030 \series bold
11031 Rizzardi
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 Giancarlo, 11.
11041  Fürst von Montecompatri, 11.
11042  Fürst von Sulmona und Vivaro, 10.
11043  Fürst von Rossano, 5.
11044  Herzog von Canemorte, 11.
11045  Herzog von Palombara, 5.
11046  Herzog von Castelchiodato,
11047 \begin_inset ERT
11048 status open
11049
11050 \begin_layout Plain Layout
11051
11052 & 111
11053 \backslash
11054
11055 \backslash
11056  
11057 \backslash
11058 newpage
11059 \end_layout
11060
11061 \begin_layout Plain Layout
11062
11063 &
11064 \end_layout
11065
11066 \end_inset
11067
11068  11.
11069  Herzog von Poggionativo, 11.
11070  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11071  Graf von Valinfreda, 11.
11072  Baron von Cropalati, 11.
11073  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 </row>
11088 <row>
11089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093
11094 \series bold
11095 Stuffer
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 Oskar
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113 111
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 </row>
11119 <row>
11120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124
11125 \series bold
11126 Tacchelli
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 Ugo
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 111
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 </row>
11150 <row>
11151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155
11156 \series bold
11157 Tezzele
11158 \end_layout
11159
11160 \end_inset
11161 </cell>
11162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11163 \begin_inset Text
11164
11165 \begin_layout Plain Layout
11166 Margit
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Plain Layout
11175 111
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 </row>
11181 <row>
11182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186
11187 \series bold
11188 Unterkalmsteiner
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 Frieda
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 111
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 </row>
11212 <row>
11213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217
11218 \series bold
11219 Vieider
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 Hilde
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 111
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 </row>
11243 <row>
11244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248
11249 \series bold
11250 Vigna
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 Jürgen
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 111
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 </row>
11274 <row>
11275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279
11280 \series bold
11281 Weber
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 Maurizio
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 111
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 </row>
11305 <row>
11306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310
11311 \series bold
11312 Winkler
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321 Franz
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 111
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 </row>
11336 </lyxtabular>
11337
11338 \end_inset
11339
11340
11341 \end_layout
11342
11343 \begin_layout Section
11344 Colonnes et lignes à lignes multiples
11345 \end_layout
11346
11347 \begin_layout Subsection
11348 Lignes multiples dans une cellule de tableau
11349 \begin_inset CommandInset label
11350 LatexCommand label
11351 name "sub:Lignes-multiple-dans-cellule"
11352
11353 \end_inset
11354
11355
11356 \begin_inset Index idx
11357 status collapsed
11358
11359 \begin_layout Plain Layout
11360 Plusieurs lignes dans une case de tableau
11361 \end_layout
11362
11363 \end_inset
11364
11365
11366 \begin_inset Index idx
11367 status collapsed
11368
11369 \begin_layout Plain Layout
11370 Tableau ! Saut de ligne
11371 \end_layout
11372
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \begin_layout Standard
11379 \noindent
11380 \begin_inset Float table
11381 placement H
11382 wide false
11383 sideways false
11384 status open
11385
11386 \begin_layout Plain Layout
11387 \begin_inset Caption
11388
11389 \begin_layout Plain Layout
11390 \begin_inset CommandInset label
11391 LatexCommand label
11392 name "tab:Tableau-avec-plusieurs-lignes"
11393
11394 \end_inset
11395
11396 Tableau avec des lignes multiples dans une cellule
11397 \end_layout
11398
11399 \end_inset
11400
11401
11402 \end_layout
11403
11404 \begin_layout Plain Layout
11405 \align center
11406 \begin_inset Tabular
11407 <lyxtabular version="3" rows="3" columns="3">
11408 <features tabularvalignment="middle">
11409 <column alignment="center" valignment="middle" width="2.5cm">
11410 <column alignment="center" valignment="middle" width="0">
11411 <column alignment="center" valignment="middle" width="0">
11412 <row>
11413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 Lignes
11418 \begin_inset Newline linebreak
11419 \end_inset
11420
11421 multiples
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430 b
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439 c
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 </row>
11445 <row>
11446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 d
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 e
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 f
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 </row>
11474 <row>
11475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 g
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 h
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 i
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 </row>
11503 </lyxtabular>
11504
11505 \end_inset
11506
11507
11508 \end_layout
11509
11510 \end_inset
11511
11512
11513 \end_layout
11514
11515 \begin_layout Standard
11516 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11517  d'un paragraphe avec des sauts de lignes et des césures.
11518 \end_layout
11519
11520 \begin_layout Standard
11521 Pour obtenir le tableau
11522 \begin_inset space ~
11523 \end_inset
11524
11525
11526 \begin_inset CommandInset ref
11527 LatexCommand ref
11528 reference "tab:Tableau-avec-plusieurs-lignes"
11529
11530 \end_inset
11531
11532 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11533  droit dessus.
11534  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11535  2.5
11536 \begin_inset space \thinspace{}
11537 \end_inset
11538
11539 cm et choisissez les alignements vertical et horizontal centrés.
11540  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11541  Comme notre texte est plus petit que 2.5
11542 \begin_inset space \thinspace{}
11543 \end_inset
11544
11545 cm, une seule ligne va apparaître.
11546  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11547  
11548 \family sans
11549 Ctrl-Shift-Entrée
11550 \family default
11551 ).
11552  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11553 ement découpé en plusieurs lignes.
11554 \end_layout
11555
11556 \begin_layout Standard
11557 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11558  pas effectuer de césure si c'est le premier élément de la cellule.
11559  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11560  premier élément : Ajoutez un espace horizontal de 0
11561 \begin_inset space \thinspace{}
11562 \end_inset
11563
11564 pt juste avant votre mot.
11565  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11566  Le tableau
11567 \begin_inset space ~
11568 \end_inset
11569
11570
11571 \begin_inset CommandInset ref
11572 LatexCommand ref
11573 reference "tab:Tableau-césure"
11574
11575 \end_inset
11576
11577  montre l'effet de cette insertion.
11578 \end_layout
11579
11580 \begin_layout Standard
11581 \begin_inset Float table
11582 placement h
11583 wide false
11584 sideways false
11585 status open
11586
11587 \begin_layout Plain Layout
11588 \begin_inset Caption
11589
11590 \begin_layout Plain Layout
11591 \begin_inset CommandInset label
11592 LatexCommand label
11593 name "tab:Tableau-césure"
11594
11595 \end_inset
11596
11597 Tableau avec et sans césure.
11598 \end_layout
11599
11600 \end_inset
11601
11602
11603 \end_layout
11604
11605 \begin_layout Plain Layout
11606 \begin_inset space \hfill{}
11607 \end_inset
11608
11609
11610 \begin_inset Tabular
11611 <lyxtabular version="3" rows="3" columns="3">
11612 <features tabularvalignment="middle">
11613 <column alignment="center" valignment="middle" width="2.5cm">
11614 <column alignment="center" valignment="middle" width="0">
11615 <column alignment="center" valignment="middle" width="0">
11616 <row>
11617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11618 \begin_inset Text
11619
11620 \begin_layout Plain Layout
11621 mottrèslongdansunecellule
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630 b
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Plain Layout
11639 c
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 </row>
11645 <row>
11646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 d
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 e
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 f
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 </row>
11674 <row>
11675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11676 \begin_inset Text
11677
11678 \begin_layout Plain Layout
11679 g
11680 \end_layout
11681
11682 \end_inset
11683 </cell>
11684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 h
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 i
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 </row>
11703 </lyxtabular>
11704
11705 \end_inset
11706
11707
11708 \begin_inset space \hfill{}
11709 \end_inset
11710
11711
11712 \begin_inset Tabular
11713 <lyxtabular version="3" rows="3" columns="3">
11714 <features tabularvalignment="middle">
11715 <column alignment="center" valignment="middle" width="2.5cm">
11716 <column alignment="center" valignment="middle" width="0">
11717 <column alignment="center" valignment="middle" width="0">
11718 <row>
11719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 \begin_inset space \hspace{}
11724 \length 0pt
11725 \end_inset
11726
11727 mottrèslongdansunecellule
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 b
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 c
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 </row>
11751 <row>
11752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 d
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 e
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11771 \begin_inset Text
11772
11773 \begin_layout Plain Layout
11774 f
11775 \end_layout
11776
11777 \end_inset
11778 </cell>
11779 </row>
11780 <row>
11781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 g
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11791 \begin_inset Text
11792
11793 \begin_layout Plain Layout
11794 h
11795 \end_layout
11796
11797 \end_inset
11798 </cell>
11799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803 i
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 </row>
11809 </lyxtabular>
11810
11811 \end_inset
11812
11813
11814 \begin_inset space \hfill{}
11815 \end_inset
11816
11817
11818 \end_layout
11819
11820 \end_inset
11821
11822
11823 \end_layout
11824
11825 \begin_layout Subsection
11826 Multi-colonnes
11827 \begin_inset CommandInset label
11828 LatexCommand label
11829 name "sub:Multicolonnes"
11830
11831 \end_inset
11832
11833
11834 \begin_inset Index idx
11835 status collapsed
11836
11837 \begin_layout Plain Layout
11838 Multi-colonnes
11839 \end_layout
11840
11841 \end_inset
11842
11843
11844 \begin_inset Index idx
11845 status collapsed
11846
11847 \begin_layout Plain Layout
11848 Tableau ! Multi-colonnes
11849 \end_layout
11850
11851 \end_inset
11852
11853
11854 \end_layout
11855
11856 \begin_layout Subsubsection
11857 Les bases des multi-colonnes
11858 \end_layout
11859
11860 \begin_layout Standard
11861 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11862  qu'elle doit couvrir et utilisez soit le bouton 
11863 \family sans
11864
11865 \begin_inset Info
11866 type  "icon"
11867 arg   "inset-modify tabular multicolumn"
11868 \end_inset
11869
11870
11871 \family default
11872  de la barre d'outils tableau, ou le menu 
11873 \family sans
11874 Éditer\SpecialChar \menuseparator
11875 Tableau\SpecialChar \menuseparator
11876 Multi-colonnes
11877 \family default
11878 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11879  
11880 \family sans
11881 Multi-colonnes
11882 \family default
11883 .
11884 \end_layout
11885
11886 \begin_layout Standard
11887 Les multi-colonnes ont leurs propres paramètres de cellule.
11888  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11889  de la cellule, cela n'affecte que la cellule multi-colonne.
11890  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11891  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11892 \end_layout
11893
11894 \begin_layout Standard
11895 \align center
11896 \begin_inset Tabular
11897 <lyxtabular version="3" rows="3" columns="4">
11898 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11899 <column alignment="center" valignment="top" width="0pt">
11900 <column alignment="center" valignment="middle" width="0">
11901 <column alignment="center" valignment="top" width="0in">
11902 <column alignment="center" valignment="top" width="0pt">
11903 <row>
11904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 abc
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917 def ghi
11918 \end_layout
11919
11920 \end_inset
11921 </cell>
11922 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11923 \begin_inset Text
11924
11925 \begin_layout Plain Layout
11926
11927 \end_layout
11928
11929 \end_inset
11930 </cell>
11931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935 jkl
11936 \end_layout
11937
11938 \end_inset
11939 </cell>
11940 </row>
11941 <row>
11942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946 A
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 B
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11961 \begin_inset Text
11962
11963 \begin_layout Plain Layout
11964 C
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11970 \begin_inset Text
11971
11972 \begin_layout Plain Layout
11973 D
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 </row>
11979 <row>
11980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11981 \begin_inset Text
11982
11983 \begin_layout Plain Layout
11984 1
11985 \end_layout
11986
11987 \end_inset
11988 </cell>
11989 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11990 \begin_inset Text
11991
11992 \begin_layout Plain Layout
11993 2
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11999 \begin_inset Text
12000
12001 \begin_layout Plain Layout
12002 3
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12008 \begin_inset Text
12009
12010 \begin_layout Plain Layout
12011 4
12012 \end_layout
12013
12014 \end_inset
12015 </cell>
12016 </row>
12017 </lyxtabular>
12018
12019 \end_inset
12020
12021
12022 \end_layout
12023
12024 \begin_layout Subsubsection
12025 Calculs avec les multi-colonnes
12026 \begin_inset CommandInset label
12027 LatexCommand label
12028 name "sub:Calculs-multicolonnes"
12029
12030 \end_inset
12031
12032
12033 \begin_inset Index idx
12034 status collapsed
12035
12036 \begin_layout Plain Layout
12037 Multi-colonnes ! Calculs
12038 \end_layout
12039
12040 \end_inset
12041
12042
12043 \end_layout
12044
12045 \begin_layout Standard
12046 LyX gère directement les multi-colonnes, mais nous devons faire attention
12047  à la largeur des cellules couvertes par la cellule multi-colonne.
12048 \end_layout
12049
12050 \begin_layout Standard
12051 \begin_inset Float table
12052 placement h
12053 wide false
12054 sideways false
12055 status open
12056
12057 \begin_layout Plain Layout
12058 \begin_inset Caption
12059
12060 \begin_layout Plain Layout
12061 \begin_inset CommandInset label
12062 LatexCommand label
12063 name "tab:Tableau-multicolonne-parfaite"
12064
12065 \end_inset
12066
12067 Tableau avec un texte centré dans une case multi-colonne au-dessus de deux
12068  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
12069 \begin_inset Argument
12070 status open
12071
12072 \begin_layout Plain Layout
12073 Tableau avec multicolonne parfaite
12074 \end_layout
12075
12076 \end_inset
12077
12078
12079 \end_layout
12080
12081 \end_inset
12082
12083
12084 \end_layout
12085
12086 \begin_layout Plain Layout
12087 \align center
12088 \begin_inset Tabular
12089 <lyxtabular version="3" rows="3" columns="3">
12090 <features tabularvalignment="middle">
12091 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12092 <column alignment="center" valignment="middle" width="0">
12093 <column alignment="center" valignment="top" width="0">
12094 <row>
12095 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12096 \begin_inset Text
12097
12098 \begin_layout Plain Layout
12099 multi-colonne sur plusieurs lignes
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12105 \begin_inset Text
12106
12107 \begin_layout Plain Layout
12108
12109 \end_layout
12110
12111 \end_inset
12112 </cell>
12113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 c
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 </row>
12123 <row>
12124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12125 \begin_inset Text
12126
12127 \begin_layout Plain Layout
12128 d
12129 \end_layout
12130
12131 \end_inset
12132 </cell>
12133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12134 \begin_inset Text
12135
12136 \begin_layout Plain Layout
12137 e
12138 \end_layout
12139
12140 \end_inset
12141 </cell>
12142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 f
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 </row>
12152 <row>
12153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12154 \begin_inset Text
12155
12156 \begin_layout Plain Layout
12157 g
12158 \end_layout
12159
12160 \end_inset
12161 </cell>
12162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12163 \begin_inset Text
12164
12165 \begin_layout Plain Layout
12166 h
12167 \end_layout
12168
12169 \end_inset
12170 </cell>
12171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Plain Layout
12175 i
12176 \end_layout
12177
12178 \end_inset
12179 </cell>
12180 </row>
12181 </lyxtabular>
12182
12183 \end_inset
12184
12185
12186 \end_layout
12187
12188 \end_inset
12189
12190
12191 \end_layout
12192
12193 \begin_layout Standard
12194 Par exemple, pour créer le tableau
12195 \begin_inset space ~
12196 \end_inset
12197
12198
12199 \begin_inset CommandInset ref
12200 LatexCommand ref
12201 reference "tab:Tableau-multicolonne-parfaite"
12202
12203 \end_inset
12204
12205 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12206  3×3 et faites un clic droit dessus.
12207  Ensuite choisissez pour cette cellule
12208 \emph on
12209 ,
12210 \emph default
12211  dans la fenêtre de dialogue de tableau, 
12212 \emph on
12213 multi-colonne
12214 \emph default
12215
12216 \emph on
12217 alignement
12218 \begin_inset space ~
12219 \end_inset
12220
12221 horizontal
12222 \begin_inset space ~
12223 \end_inset
12224
12225 centré
12226 \emph default
12227  et une largeur de 2.5
12228 \begin_inset space \thinspace{}
12229 \end_inset
12230
12231 cm.
12232  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12233  de la cellule multi-colonne, vous devez donc donner une largeur de 1.25
12234 \begin_inset space \thinspace{}
12235 \end_inset
12236
12237 cm pour la première colonne.
12238  La deuxième colonne aura alors automatiquement une largeur de 1.25
12239 \begin_inset space \thinspace{}
12240 \end_inset
12241
12242 cm (la largeur de la multi-colonne moins la largeur de la première colonne).
12243  C'est ce qui a été fait pour le tableau
12244 \begin_inset space ~
12245 \end_inset
12246
12247
12248 \begin_inset CommandInset ref
12249 LatexCommand ref
12250 reference "tab:Tableau-multicolonne-imparfait"
12251
12252 \end_inset
12253
12254 .
12255 \end_layout
12256
12257 \begin_layout Standard
12258 \begin_inset Float table
12259 wide false
12260 sideways false
12261 status open
12262
12263 \begin_layout Plain Layout
12264 \begin_inset Caption
12265
12266 \begin_layout Plain Layout
12267 \begin_inset CommandInset label
12268 LatexCommand label
12269 name "tab:Tableau-multicolonne-imparfait"
12270
12271 \end_inset
12272
12273 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12274  de la largeur de la cellule multi-colonne.
12275 \begin_inset Argument
12276 status open
12277
12278 \begin_layout Plain Layout
12279 Tableau avec multi-colonne pas parfaite
12280 \end_layout
12281
12282 \end_inset
12283
12284
12285 \end_layout
12286
12287 \end_inset
12288
12289
12290 \end_layout
12291
12292 \begin_layout Plain Layout
12293 \align center
12294 \begin_inset Tabular
12295 <lyxtabular version="3" rows="3" columns="3">
12296 <features tabularvalignment="middle">
12297 <column alignment="center" valignment="top" width="1.25cm">
12298 <column alignment="center" valignment="top" width="0">
12299 <column alignment="center" valignment="top" width="0">
12300 <row>
12301 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12302 \begin_inset Text
12303
12304 \begin_layout Plain Layout
12305 multi-colonne sur plusieurs lignes
12306 \end_layout
12307
12308 \end_inset
12309 </cell>
12310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12311 \begin_inset Text
12312
12313 \begin_layout Plain Layout
12314
12315 \end_layout
12316
12317 \end_inset
12318 </cell>
12319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12320 \begin_inset Text
12321
12322 \begin_layout Plain Layout
12323 c
12324 \end_layout
12325
12326 \end_inset
12327 </cell>
12328 </row>
12329 <row>
12330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12331 \begin_inset Text
12332
12333 \begin_layout Plain Layout
12334 d
12335 \end_layout
12336
12337 \end_inset
12338 </cell>
12339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12340 \begin_inset Text
12341
12342 \begin_layout Plain Layout
12343 e
12344 \end_layout
12345
12346 \end_inset
12347 </cell>
12348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12349 \begin_inset Text
12350
12351 \begin_layout Plain Layout
12352 f
12353 \end_layout
12354
12355 \end_inset
12356 </cell>
12357 </row>
12358 <row>
12359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12360 \begin_inset Text
12361
12362 \begin_layout Plain Layout
12363 g
12364 \end_layout
12365
12366 \end_inset
12367 </cell>
12368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12369 \begin_inset Text
12370
12371 \begin_layout Plain Layout
12372 h
12373 \end_layout
12374
12375 \end_inset
12376 </cell>
12377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12378 \begin_inset Text
12379
12380 \begin_layout Plain Layout
12381 i
12382 \end_layout
12383
12384 \end_inset
12385 </cell>
12386 </row>
12387 </lyxtabular>
12388
12389 \end_inset
12390
12391
12392 \end_layout
12393
12394 \end_inset
12395
12396
12397 \end_layout
12398
12399 \begin_layout Standard
12400 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12401  de la cellule multi-colonne, elle est un peu plus large.
12402  La raison est que la taille que l'on donne à une cellule, 
12403 \begin_inset Formula $W_{g}$
12404 \end_inset
12405
12406  n'est pas sa taille totale, 
12407 \begin_inset Formula $W_{\mathrm{tot}}$
12408 \end_inset
12409
12410  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12411  lui donne.
12412  L'appendice
12413 \begin_inset space ~
12414 \end_inset
12415
12416
12417 \begin_inset CommandInset ref
12418 LatexCommand ref
12419 reference "cha:Explication-de-l'Equation"
12420
12421 \end_inset
12422
12423  explique pourquoi en détail.
12424 \end_layout
12425
12426 \begin_layout Standard
12427 La largeur nécessaire 
12428 \begin_inset Formula $W_{g\, n}$
12429 \end_inset
12430
12431  quand 
12432 \emph on
12433 n
12434 \emph default
12435  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12436  ait une largeur totale de 
12437 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12438 \end_inset
12439
12440 :
12441 \begin_inset Formula 
12442 \begin{equation}
12443 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12444 \end{equation}
12445
12446 \end_inset
12447
12448
12449 \end_layout
12450
12451 \begin_layout Standard
12452 Dans notre cas nous avons 
12453 \begin_inset Formula $n=2$
12454 \end_inset
12455
12456
12457 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12458 \end_inset
12459
12460 cm et les valeurs implicites pour les autres longueurs, l'équation
12461 \begin_inset space ~
12462 \end_inset
12463
12464
12465 \begin_inset CommandInset ref
12466 LatexCommand ref
12467 reference "eq:Wgn"
12468
12469 \end_inset
12470
12471  devient
12472 \begin_inset Formula 
12473 \begin{equation}
12474 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12475 \end{equation}
12476
12477 \end_inset
12478
12479
12480 \end_layout
12481
12482 \begin_layout Standard
12483 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12484  
12485 \series bold
12486 calc
12487 \series default
12488  avec la ligne suivante dans le préambule du document
12489 \begin_inset Index idx
12490 status collapsed
12491
12492 \begin_layout Plain Layout
12493 Paquetages LaTeX ! calc
12494 \end_layout
12495
12496 \end_inset
12497
12498
12499 \end_layout
12500
12501 \begin_layout Standard
12502
12503 \series bold
12504
12505 \backslash
12506 usepackage{calc}
12507 \end_layout
12508
12509 \begin_layout Standard
12510 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12511  de dialogue.
12512  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12513  la fenêtre de dialogue.
12514  Voici un aperçu de ces paramètres :
12515 \end_layout
12516
12517 \begin_layout Itemize
12518
12519 \series bold
12520 p{largeur}
12521 \series default
12522  crée une cellule de taille donnée, le texte est aligné verticalement en
12523  haut.
12524 \end_layout
12525
12526 \begin_layout Itemize
12527
12528 \series bold
12529 m{largeur}
12530 \series default
12531  crée une cellule de taille donnée, le texte est aligné verticalement au
12532  centre
12533 \end_layout
12534
12535 \begin_layout Itemize
12536
12537 \series bold
12538 b{largeur}
12539 \series default
12540  crée une cellule de taille donnée, le texte est aligné verticalement en
12541  bas
12542 \end_layout
12543
12544 \begin_layout Standard
12545 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12546  la fenêtre de dialogue sont ignorés.
12547 \end_layout
12548
12549 \begin_layout Standard
12550 \begin_inset Note Greyedout
12551 status open
12552
12553 \begin_layout Plain Layout
12554
12555 \series bold
12556 Note:
12557 \series default
12558  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12559  en compte.
12560 \end_layout
12561
12562 \end_inset
12563
12564
12565 \end_layout
12566
12567 \begin_layout Standard
12568 Comme le texte doit être centré horizontalement, on ajoute la commande 
12569 \series bold
12570
12571 \backslash
12572 centering
12573 \series default
12574 .
12575  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12576  des colonnes recouvertes :
12577 \end_layout
12578
12579 \begin_layout Standard
12580
12581 \series bold
12582 >{
12583 \backslash
12584 centering}m{1.25cm-6.2pt}
12585 \end_layout
12586
12587 \begin_layout Standard
12588 La commande 
12589 \series bold
12590 >{ }
12591 \series default
12592  signifie que les commandes qui se trouvent entre les accolades doivent
12593  être appliquées avant que la cellule ne soit créée.
12594 \end_layout
12595
12596 \begin_layout Standard
12597 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12598  multi-colonne, il est toujours aligné à gauche.
12599  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12600  isolées.
12601  Nous devons donc utiliser le paramètre LaTeX suivant pour la multi-colonne
12602 \end_layout
12603
12604 \begin_layout Standard
12605
12606 \series bold
12607 >{
12608 \backslash
12609 centering}m{2.5cm}
12610 \end_layout
12611
12612 \begin_layout Subsection
12613 Multi-lignes
12614 \begin_inset CommandInset label
12615 LatexCommand label
12616 name "sub:Multi-lignes"
12617
12618 \end_inset
12619
12620
12621 \begin_inset Index idx
12622 status collapsed
12623
12624 \begin_layout Plain Layout
12625 Multi-lignes
12626 \end_layout
12627
12628 \end_inset
12629
12630
12631 \begin_inset Index idx
12632 status collapsed
12633
12634 \begin_layout Plain Layout
12635 Tableau ! Multi-ligne
12636 \end_layout
12637
12638 \end_inset
12639
12640
12641 \end_layout
12642
12643 \begin_layout Standard
12644 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12645  qu'elle doit couvrir et utilisez soit le bouton 
12646 \family sans
12647
12648 \begin_inset Info
12649 type  "icon"
12650 arg   "inset-modify tabular multirow"
12651 \end_inset
12652
12653
12654 \family default
12655  de la barre d'outils tableau, ou le menu 
12656 \family sans
12657 Éditer\SpecialChar \menuseparator
12658 Tableau\SpecialChar \menuseparator
12659 Multi-lignes
12660 \family default
12661 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12662  
12663 \family sans
12664 Multi-lignes
12665 \family default
12666 .
12667 \end_layout
12668
12669 \begin_layout Standard
12670 Voici un exemple de tableau avec une cellule multi-ligne en première colonne:
12671 \end_layout
12672
12673 \begin_layout Standard
12674 \align center
12675 \begin_inset Tabular
12676 <lyxtabular version="3" rows="3" columns="3">
12677 <features tabularvalignment="middle">
12678 <column alignment="center" valignment="top" width="0pt">
12679 <column alignment="center" valignment="top" width="0">
12680 <column alignment="center" valignment="top" width="0">
12681 <row>
12682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Plain Layout
12686 un contenu long
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Plain Layout
12695 b
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12701 \begin_inset Text
12702
12703 \begin_layout Plain Layout
12704 c
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 </row>
12710 <row>
12711 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Plain Layout
12715 multi-ligne
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Plain Layout
12724 e
12725 \end_layout
12726
12727 \end_inset
12728 </cell>
12729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12730 \begin_inset Text
12731
12732 \begin_layout Plain Layout
12733 f
12734 \end_layout
12735
12736 \end_inset
12737 </cell>
12738 </row>
12739 <row>
12740 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Plain Layout
12744
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12750 \begin_inset Text
12751
12752 \begin_layout Plain Layout
12753 h
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12759 \begin_inset Text
12760
12761 \begin_layout Plain Layout
12762 i
12763 \end_layout
12764
12765 \end_inset
12766 </cell>
12767 </row>
12768 </lyxtabular>
12769
12770 \end_inset
12771
12772
12773 \end_layout
12774
12775 \begin_layout Standard
12776 La largeur de la cellule multi-ligne est déterminée par la largeur de toute
12777  la colonne.
12778  L'
12779 \family sans
12780 Espacement
12781 \begin_inset space ~
12782 \end_inset
12783
12784 vertical
12785 \family default
12786  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12787  est positive ou négative.
12788 \end_layout
12789
12790 \begin_layout Standard
12791 Si la colonne dans laquelle se trouve la multiligne n'a pas de largeur fixée
12792  explicitement, la cellule hérite de l'alignement de la colonne.
12793  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12794  implicite, vous devez redéfinir la commande 
12795 \series bold
12796
12797 \backslash
12798 multirowsetup
12799 \series default
12800  avec la commande
12801 \end_layout
12802
12803 \begin_layout Standard
12804
12805 \series bold
12806
12807 \backslash
12808 renewcommand{
12809 \backslash
12810 multirowsetup}{
12811 \backslash
12812 centering}
12813 \end_layout
12814
12815 \begin_layout Standard
12816 dans le préambule du document.
12817  Après ça, tous les contenus de cellules multi-lignes du document seront
12818  centrés.
12819  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12820  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12821  juste avant le tableau concerné, plutôt que dans le préambule.
12822  Si le texte doit être aligné à droite, remplacez 
12823 \series bold
12824
12825 \backslash
12826 centering
12827 \series default
12828  par 
12829 \series bold
12830
12831 \backslash
12832 raggedleft
12833 \series default
12834 .
12835  Pour revenir à l'alignement à gauche utilisez 
12836 \series bold
12837
12838 \backslash
12839 raggedright
12840 \series default
12841 .
12842 \end_layout
12843
12844 \begin_layout Standard
12845 Voici un exemple de tableau avec une cellule multi-ligne alignée à droite
12846  avec un décalage vertical de -4
12847 \begin_inset space \thinspace{}
12848 \end_inset
12849
12850 mm dans une colonne de 3
12851 \begin_inset space \thinspace{}
12852 \end_inset
12853
12854 cm de large
12855 \begin_inset space ~
12856 \end_inset
12857
12858 :
12859 \end_layout
12860
12861 \begin_layout Standard
12862 \noindent
12863 \align center
12864 \begin_inset ERT
12865 status collapsed
12866
12867 \begin_layout Plain Layout
12868
12869
12870 \backslash
12871 renewcommand{
12872 \backslash
12873 multirowsetup}{
12874 \backslash
12875 raggedleft}
12876 \end_layout
12877
12878 \end_inset
12879
12880
12881 \begin_inset Tabular
12882 <lyxtabular version="3" rows="4" columns="3">
12883 <features tabularvalignment="middle">
12884 <column alignment="center" valignment="top" width="3cm">
12885 <column alignment="center" valignment="top" width="0">
12886 <column alignment="center" valignment="top" width="0">
12887 <row>
12888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892 un contenu long
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 b
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 c
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 </row>
12916 <row>
12917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12918 \begin_inset Text
12919
12920 \begin_layout Plain Layout
12921 t
12922 \end_layout
12923
12924 \end_inset
12925 </cell>
12926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12927 \begin_inset Text
12928
12929 \begin_layout Plain Layout
12930 n
12931 \end_layout
12932
12933 \end_inset
12934 </cell>
12935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12936 \begin_inset Text
12937
12938 \begin_layout Plain Layout
12939 m
12940 \end_layout
12941
12942 \end_inset
12943 </cell>
12944 </row>
12945 <row>
12946 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950 multi-ligne
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12956 \begin_inset Text
12957
12958 \begin_layout Plain Layout
12959 e
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968 f
12969 \end_layout
12970
12971 \end_inset
12972 </cell>
12973 </row>
12974 <row>
12975 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Plain Layout
12988 h
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12994 \begin_inset Text
12995
12996 \begin_layout Plain Layout
12997 i
12998 \end_layout
12999
13000 \end_inset
13001 </cell>
13002 </row>
13003 </lyxtabular>
13004
13005 \end_inset
13006
13007
13008 \begin_inset ERT
13009 status collapsed
13010
13011 \begin_layout Plain Layout
13012
13013
13014 \backslash
13015 renewcommand{
13016 \backslash
13017 multirowsetup}{
13018 \backslash
13019 raggedright}
13020 \end_layout
13021
13022 \end_inset
13023
13024
13025 \end_layout
13026
13027 \begin_layout Standard
13028 Pour commencer une nouvelle ligne dans une cellule multi-ligne vous pouvez
13029  utiliser un saut de ligne forcé (
13030 \begin_inset space ~
13031 \end_inset
13032
13033 raccourci 
13034 \family sans
13035 Ctrl+Entrée
13036 \family default
13037
13038 \begin_inset space ~
13039 \end_inset
13040
13041 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
13042  on le voit dans ce tableau :
13043 \end_layout
13044
13045 \begin_layout Standard
13046 \noindent
13047 \align center
13048 \begin_inset Tabular
13049 <lyxtabular version="3" rows="3" columns="2">
13050 <features tabularvalignment="middle">
13051 <column alignment="left" valignment="middle" width="2cm">
13052 <column alignment="center" valignment="top" width="0">
13053 <row>
13054 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13055 \begin_inset Text
13056
13057 \begin_layout Plain Layout
13058 aaa
13059 \begin_inset Newline newline
13060 \end_inset
13061
13062 aaa
13063 \begin_inset Newline newline
13064 \end_inset
13065
13066 mauvaise cellule
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 ccc
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 </row>
13081 <row>
13082 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13083 \begin_inset Text
13084
13085 \begin_layout Plain Layout
13086
13087 \end_layout
13088
13089 \end_inset
13090 </cell>
13091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13092 \begin_inset Text
13093
13094 \begin_layout Plain Layout
13095 ddd
13096 \end_layout
13097
13098 \end_inset
13099 </cell>
13100 </row>
13101 <row>
13102 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 bbb
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 eee
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 </row>
13121 </lyxtabular>
13122
13123 \end_inset
13124
13125
13126 \end_layout
13127
13128 \begin_layout Standard
13129 Vous devez donc faire attention avec les saut de lignes forcés.
13130 \end_layout
13131
13132 \begin_layout Subsection
13133
13134 \lang english
13135 Cells with diagonal line(s)
13136 \end_layout
13137
13138 \begin_layout Standard
13139
13140 \lang english
13141 To tell the reader what is meant by column and row headings in a table,
13142  it is helpful to split the first cell of the table by one or two diagonal
13143  lines.
13144  This can be achieved by loading the LaTeX-package 
13145 \series bold
13146 diagbox
13147 \series default
13148 \lang french
13149
13150 \begin_inset Index idx
13151 status collapsed
13152
13153 \begin_layout Plain Layout
13154 Paquetages LaTeX ! diagbox
13155 \end_layout
13156
13157 \end_inset
13158
13159  
13160 \lang english
13161 in the document preamble.
13162  The package provides the command 
13163 \series bold
13164
13165 \backslash
13166 diagbox
13167 \series default
13168  that is inserted as TeX-Code and that can take 2 or 3
13169 \begin_inset space ~
13170 \end_inset
13171
13172 arguments:
13173 \end_layout
13174
13175 \begin_layout Standard
13176
13177 \series bold
13178 \lang english
13179
13180 \backslash
13181 diagbox[options]{lower left}{upper right}
13182 \end_layout
13183
13184 \begin_layout Standard
13185
13186 \series bold
13187 \lang english
13188
13189 \backslash
13190 diagbox[options]{lower left}{upper left}{upper right}
13191 \end_layout
13192
13193 \begin_layout Standard
13194
13195 \lang english
13196 The first scheme divides the cell by a single diagonal line and the arguments
13197  are placed below and above this line.
13198  The second scheme divides the cell by 2
13199 \begin_inset space ~
13200 \end_inset
13201
13202 lines.
13203 \end_layout
13204
13205 \begin_layout Standard
13206 \begin_inset ERT
13207 status collapsed
13208
13209 \begin_layout Plain Layout
13210
13211
13212 \backslash
13213 ifdiagbox
13214 \end_layout
13215
13216 \end_inset
13217
13218
13219 \begin_inset Note Note
13220 status open
13221
13222 \begin_layout Plain Layout
13223 La section suivante ne s'affichera que si vous avez installé le paquetage
13224  LaTeX 
13225 \series bold
13226 diagbox
13227 \series default
13228 .
13229 \end_layout
13230
13231 \end_inset
13232
13233
13234 \end_layout
13235
13236 \begin_layout Standard
13237
13238 \lang english
13239 Here is an example table where 
13240 \series bold
13241
13242 \backslash
13243 diagbox 
13244 \series default
13245 is used in the 2-argument scheme in the first cell:
13246 \begin_inset VSpace medskip
13247 \end_inset
13248
13249
13250 \end_layout
13251
13252 \begin_layout Standard
13253 \noindent
13254
13255 \lang english
13256 \begin_inset Tabular
13257 <lyxtabular version="3" rows="4" columns="4">
13258 <features tabularvalignment="middle">
13259 <column alignment="center" valignment="top" width="0">
13260 <column alignment="center" valignment="top" width="0">
13261 <column alignment="center" valignment="top" width="0">
13262 <column alignment="center" valignment="top" width="0">
13263 <row>
13264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13265 \begin_inset Text
13266
13267 \begin_layout Plain Layout
13268
13269 \lang english
13270 \begin_inset ERT
13271 status collapsed
13272
13273 \begin_layout Plain Layout
13274
13275
13276 \backslash
13277 diagbox{
13278 \end_layout
13279
13280 \end_inset
13281
13282 Name
13283 \begin_inset ERT
13284 status collapsed
13285
13286 \begin_layout Plain Layout
13287
13288 }{
13289 \end_layout
13290
13291 \end_inset
13292
13293 Parameter
13294 \begin_inset ERT
13295 status collapsed
13296
13297 \begin_layout Plain Layout
13298
13299 }
13300 \end_layout
13301
13302 \end_inset
13303
13304
13305 \end_layout
13306
13307 \end_inset
13308 </cell>
13309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13310 \begin_inset Text
13311
13312 \begin_layout Plain Layout
13313
13314 \lang english
13315 Thickness in nm
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324
13325 \lang english
13326 Transparency in %
13327 \end_layout
13328
13329 \end_inset
13330 </cell>
13331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335
13336 \lang english
13337 Hardness in MPa
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 </row>
13343 <row>
13344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348
13349 \lang english
13350 Perfect Green
13351 \end_layout
13352
13353 \end_inset
13354 </cell>
13355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359
13360 \lang english
13361 45
13362 \end_layout
13363
13364 \end_inset
13365 </cell>
13366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13367 \begin_inset Text
13368
13369 \begin_layout Plain Layout
13370
13371 \lang english
13372 80
13373 \end_layout
13374
13375 \end_inset
13376 </cell>
13377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13378 \begin_inset Text
13379
13380 \begin_layout Plain Layout
13381
13382 \lang english
13383 504
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 </row>
13389 <row>
13390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394
13395 \lang english
13396 Dark Multi-P
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405
13406 \lang english
13407 60
13408 \end_layout
13409
13410 \end_inset
13411 </cell>
13412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13413 \begin_inset Text
13414
13415 \begin_layout Plain Layout
13416
13417 \lang english
13418 72
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Plain Layout
13427
13428 \lang english
13429 982
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 </row>
13435 <row>
13436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13437 \begin_inset Text
13438
13439 \begin_layout Plain Layout
13440
13441 \lang english
13442 Crystal Clear Pro
13443 \end_layout
13444
13445 \end_inset
13446 </cell>
13447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13448 \begin_inset Text
13449
13450 \begin_layout Plain Layout
13451
13452 \lang english
13453 18
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462
13463 \lang english
13464 86
13465 \end_layout
13466
13467 \end_inset
13468 </cell>
13469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13470 \begin_inset Text
13471
13472 \begin_layout Plain Layout
13473
13474 \lang english
13475 374
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 </row>
13481 </lyxtabular>
13482
13483 \end_inset
13484
13485
13486 \begin_inset VSpace medskip
13487 \end_inset
13488
13489
13490 \end_layout
13491
13492 \begin_layout Standard
13493
13494 \lang english
13495 The 3-argument scheme is for example useful for cross-tables of sports leagues
13496  or distances:
13497 \end_layout
13498
13499 \begin_layout Standard
13500 \noindent
13501 \align center
13502
13503 \lang english
13504 \begin_inset Tabular
13505 <lyxtabular version="3" rows="4" columns="4">
13506 <features tabularvalignment="middle">
13507 <column alignment="center" valignment="top" width="0pt">
13508 <column alignment="center" valignment="top" width="0">
13509 <column alignment="center" valignment="top" width="0">
13510 <column alignment="center" valignment="top" width="0">
13511 <row>
13512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516
13517 \lang english
13518 \begin_inset ERT
13519 status collapsed
13520
13521 \begin_layout Plain Layout
13522
13523
13524 \backslash
13525 diagbox{
13526 \end_layout
13527
13528 \end_inset
13529
13530 Team home
13531 \begin_inset ERT
13532 status collapsed
13533
13534 \begin_layout Plain Layout
13535
13536 }{
13537 \end_layout
13538
13539 \end_inset
13540
13541 Result
13542 \begin_inset ERT
13543 status collapsed
13544
13545 \begin_layout Plain Layout
13546
13547 }{
13548 \end_layout
13549
13550 \end_inset
13551
13552 Team away
13553 \begin_inset ERT
13554 status collapsed
13555
13556 \begin_layout Plain Layout
13557
13558 }
13559 \end_layout
13560
13561 \end_inset
13562
13563
13564 \end_layout
13565
13566 \end_inset
13567 </cell>
13568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13569 \begin_inset Text
13570
13571 \begin_layout Plain Layout
13572
13573 \lang english
13574 Tigers
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583
13584 \lang english
13585 Panthers
13586 \end_layout
13587
13588 \end_inset
13589 </cell>
13590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13591 \begin_inset Text
13592
13593 \begin_layout Plain Layout
13594
13595 \lang english
13596 Falcons
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 </row>
13602 <row>
13603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607
13608 \lang english
13609 Tigers
13610 \end_layout
13611
13612 \end_inset
13613 </cell>
13614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13615 \begin_inset Text
13616
13617 \begin_layout Plain Layout
13618
13619 \lang english
13620 ---
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13626 \begin_inset Text
13627
13628 \begin_layout Plain Layout
13629
13630 \lang english
13631 1:3
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13637 \begin_inset Text
13638
13639 \begin_layout Plain Layout
13640
13641 \lang english
13642 0:1
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 </row>
13648 <row>
13649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13650 \begin_inset Text
13651
13652 \begin_layout Plain Layout
13653
13654 \lang english
13655 Panthers
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13661 \begin_inset Text
13662
13663 \begin_layout Plain Layout
13664
13665 \lang english
13666 3:1
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675
13676 \lang english
13677 ---
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686
13687 \lang english
13688 0:0
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 </row>
13694 <row>
13695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Plain Layout
13699
13700 \lang english
13701 Falcons
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710
13711 \lang english
13712 1:0
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721
13722 \lang english
13723 0:0
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732
13733 \lang english
13734 ---
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 </row>
13740 </lyxtabular>
13741
13742 \end_inset
13743
13744
13745 \end_layout
13746
13747 \begin_layout Standard
13748
13749 \lang english
13750 For larger cross-tables one might use split cells in 2 or every corner of
13751  the table like in this example:
13752 \end_layout
13753
13754 \begin_layout Standard
13755 \noindent
13756 \align center
13757
13758 \lang english
13759 \begin_inset Tabular
13760 <lyxtabular version="3" rows="5" columns="5">
13761 <features tabularvalignment="middle">
13762 <column alignment="center" valignment="top" width="0pt">
13763 <column alignment="center" valignment="top" width="0">
13764 <column alignment="center" valignment="top" width="0">
13765 <column alignment="center" valignment="top" width="0">
13766 <column alignment="center" valignment="top" width="0">
13767 <row>
13768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772
13773 \lang english
13774 \begin_inset ERT
13775 status open
13776
13777 \begin_layout Plain Layout
13778
13779
13780 \backslash
13781 diagbox{
13782 \end_layout
13783
13784 \end_inset
13785
13786 Team home
13787 \begin_inset ERT
13788 status collapsed
13789
13790 \begin_layout Plain Layout
13791
13792 }{
13793 \end_layout
13794
13795 \end_inset
13796
13797 Result
13798 \begin_inset ERT
13799 status collapsed
13800
13801 \begin_layout Plain Layout
13802
13803 }{
13804 \end_layout
13805
13806 \end_inset
13807
13808 Team away
13809 \begin_inset ERT
13810 status collapsed
13811
13812 \begin_layout Plain Layout
13813
13814 }
13815 \end_layout
13816
13817 \end_inset
13818
13819
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Plain Layout
13828
13829 \lang english
13830 Tigers
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839
13840 \lang english
13841 Panthers
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850
13851 \lang english
13852 Falcons
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Plain Layout
13861
13862 \lang english
13863 \begin_inset ERT
13864 status open
13865
13866 \begin_layout Plain Layout
13867
13868
13869 \backslash
13870 diagbox[dir=NE]{
13871 \end_layout
13872
13873 \end_inset
13874
13875 Team home
13876 \begin_inset ERT
13877 status collapsed
13878
13879 \begin_layout Plain Layout
13880
13881 }{
13882 \end_layout
13883
13884 \end_inset
13885
13886 Result
13887 \begin_inset ERT
13888 status collapsed
13889
13890 \begin_layout Plain Layout
13891
13892 }{
13893 \end_layout
13894
13895 \end_inset
13896
13897 Team away
13898 \begin_inset ERT
13899 status collapsed
13900
13901 \begin_layout Plain Layout
13902
13903 }
13904 \end_layout
13905
13906 \end_inset
13907
13908
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 </row>
13914 <row>
13915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Plain Layout
13919
13920 \lang english
13921 Tigers
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930
13931 \lang english
13932 ---
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941
13942 \lang english
13943 1:3
13944 \end_layout
13945
13946 \end_inset
13947 </cell>
13948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13949 \begin_inset Text
13950
13951 \begin_layout Plain Layout
13952
13953 \lang english
13954 0:1
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13960 \begin_inset Text
13961
13962 \begin_layout Plain Layout
13963
13964 \lang english
13965 Tigers
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 </row>
13971 <row>
13972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976
13977 \lang english
13978 Panthers
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987
13988 \lang english
13989 3:1
13990 \end_layout
13991
13992 \end_inset
13993 </cell>
13994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13995 \begin_inset Text
13996
13997 \begin_layout Plain Layout
13998
13999 \lang english
14000 ---
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14006 \begin_inset Text
14007
14008 \begin_layout Plain Layout
14009
14010 \lang english
14011 0:0
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14017 \begin_inset Text
14018
14019 \begin_layout Plain Layout
14020
14021 \lang english
14022 Panthers
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 </row>
14028 <row>
14029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14030 \begin_inset Text
14031
14032 \begin_layout Plain Layout
14033
14034 \lang english
14035 Falcons
14036 \end_layout
14037
14038 \end_inset
14039 </cell>
14040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14041 \begin_inset Text
14042
14043 \begin_layout Plain Layout
14044
14045 \lang english
14046 1:0
14047 \end_layout
14048
14049 \end_inset
14050 </cell>
14051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14052 \begin_inset Text
14053
14054 \begin_layout Plain Layout
14055
14056 \lang english
14057 0:0
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066
14067 \lang english
14068 ---
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077
14078 \lang english
14079 Falcons
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 </row>
14085 <row>
14086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Plain Layout
14090
14091 \lang english
14092 \begin_inset ERT
14093 status open
14094
14095 \begin_layout Plain Layout
14096
14097
14098 \backslash
14099 diagbox[dir=SW]{
14100 \end_layout
14101
14102 \end_inset
14103
14104 Team home
14105 \begin_inset ERT
14106 status collapsed
14107
14108 \begin_layout Plain Layout
14109
14110 }{
14111 \end_layout
14112
14113 \end_inset
14114
14115 Result
14116 \begin_inset ERT
14117 status collapsed
14118
14119 \begin_layout Plain Layout
14120
14121 }{
14122 \end_layout
14123
14124 \end_inset
14125
14126 Team away
14127 \begin_inset ERT
14128 status collapsed
14129
14130 \begin_layout Plain Layout
14131
14132 }
14133 \end_layout
14134
14135 \end_inset
14136
14137
14138 \end_layout
14139
14140 \end_inset
14141 </cell>
14142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14143 \begin_inset Text
14144
14145 \begin_layout Plain Layout
14146
14147 \lang english
14148 Tigers
14149 \end_layout
14150
14151 \end_inset
14152 </cell>
14153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14154 \begin_inset Text
14155
14156 \begin_layout Plain Layout
14157
14158 \lang english
14159 Panthers
14160 \end_layout
14161
14162 \end_inset
14163 </cell>
14164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14165 \begin_inset Text
14166
14167 \begin_layout Plain Layout
14168
14169 \lang english
14170 Falcons
14171 \end_layout
14172
14173 \end_inset
14174 </cell>
14175 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14176 \begin_inset Text
14177
14178 \begin_layout Plain Layout
14179
14180 \lang english
14181 \begin_inset ERT
14182 status open
14183
14184 \begin_layout Plain Layout
14185
14186
14187 \backslash
14188 diagbox[dir=SE]{
14189 \end_layout
14190
14191 \end_inset
14192
14193 Team home
14194 \begin_inset ERT
14195 status collapsed
14196
14197 \begin_layout Plain Layout
14198
14199 }{
14200 \end_layout
14201
14202 \end_inset
14203
14204 Result
14205 \begin_inset ERT
14206 status collapsed
14207
14208 \begin_layout Plain Layout
14209
14210 }{
14211 \end_layout
14212
14213 \end_inset
14214
14215 Team away
14216 \begin_inset ERT
14217 status collapsed
14218
14219 \begin_layout Plain Layout
14220
14221 }
14222 \end_layout
14223
14224 \end_inset
14225
14226
14227 \end_layout
14228
14229 \end_inset
14230 </cell>
14231 </row>
14232 </lyxtabular>
14233
14234 \end_inset
14235
14236
14237 \end_layout
14238
14239 \begin_layout Standard
14240
14241 \lang english
14242 To rotate the diagonal lines, the command option 
14243 \series bold
14244 dir=direction
14245 \series default
14246  is used.
14247  
14248 \emph on
14249 direction
14250 \emph default
14251  is either 
14252 \series bold
14253 NE
14254 \series default
14255
14256 \series bold
14257 DE
14258 \series default
14259
14260 \series bold
14261 SW
14262 \series default
14263  or 
14264 \series bold
14265 NW
14266 \series default
14267  and represent a point of a compass.
14268  
14269 \series bold
14270 SW
14271 \series default
14272  is for example the south-west corner.
14273  Thus in the lower left cell of the above table the command
14274 \end_layout
14275
14276 \begin_layout Standard
14277
14278 \series bold
14279 \lang english
14280
14281 \backslash
14282 diagbox[dir=SW]{Team home}{Result}{Team away}
14283 \end_layout
14284
14285 \begin_layout Standard
14286
14287 \lang english
14288 is used.
14289  If no direction is given, it will be NW.
14290 \end_layout
14291
14292 \begin_layout Standard
14293
14294 \lang english
14295 The necessary width of split cells is automatically calculated.
14296  Thus if you set a fixed column width smaller than the calculated one, the
14297  cell's content will protrude the cell borders:
14298 \end_layout
14299
14300 \begin_layout Standard
14301 \noindent
14302 \align center
14303
14304 \lang english
14305 \begin_inset Tabular
14306 <lyxtabular version="3" rows="2" columns="2">
14307 <features tabularvalignment="middle">
14308 <column alignment="center" valignment="top" width="3cm">
14309 <column alignment="center" valignment="top" width="0">
14310 <row>
14311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14312 \begin_inset Text
14313
14314 \begin_layout Plain Layout
14315
14316 \lang english
14317 \begin_inset ERT
14318 status collapsed
14319
14320 \begin_layout Plain Layout
14321
14322
14323 \backslash
14324 diagbox{
14325 \end_layout
14326
14327 \end_inset
14328
14329 Name
14330 \begin_inset ERT
14331 status collapsed
14332
14333 \begin_layout Plain Layout
14334
14335 }{
14336 \end_layout
14337
14338 \end_inset
14339
14340 Parameter
14341 \begin_inset ERT
14342 status collapsed
14343
14344 \begin_layout Plain Layout
14345
14346 }
14347 \end_layout
14348
14349 \end_inset
14350
14351
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout Plain Layout
14360
14361 \lang english
14362 Thickness in nm
14363 \end_layout
14364
14365 \end_inset
14366 </cell>
14367 </row>
14368 <row>
14369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14370 \begin_inset Text
14371
14372 \begin_layout Plain Layout
14373
14374 \lang english
14375 Perfect Green
14376 \end_layout
14377
14378 \end_inset
14379 </cell>
14380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384
14385 \lang english
14386 45
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 </row>
14392 </lyxtabular>
14393
14394 \end_inset
14395
14396
14397 \end_layout
14398
14399 \begin_layout Standard
14400
14401 \lang english
14402 If you need a certain width for columns with a split cell, use the command
14403  option 
14404 \series bold
14405 width=3cm
14406 \series default
14407  (replace '3cm' by the width you need).
14408  In the following table the width of the first column is set to 4
14409 \begin_inset space \thinspace{}
14410 \end_inset
14411
14412 cm.
14413  For 
14414 \series bold
14415
14416 \backslash
14417 diagbox
14418 \series default
14419  a width of 4
14420 \begin_inset space \thinspace{}
14421 \end_inset
14422
14423 cm + 2
14424 \begin_inset space \thinspace{}
14425 \end_inset
14426
14427
14428 \backslash
14429 tabcolsep is necessary because the overall width is the width for the text
14430  (in this case the 4
14431 \begin_inset space \thinspace{}
14432 \end_inset
14433
14434 cm) plus two times the separation of the text and the cell border.
14435  The calculation of the width cannot be done in the command option of 
14436 \series bold
14437
14438 \backslash
14439 diagbox
14440 \series default
14441  so one needs to create a new length which can be used later.
14442  This is done with the TeX-Code commands
14443 \end_layout
14444
14445 \begin_layout Standard
14446
14447 \series bold
14448
14449 \backslash
14450 newlength{
14451 \backslash
14452 diagtest}
14453 \begin_inset Newline newline
14454 \end_inset
14455
14456
14457 \backslash
14458 setlength{
14459 \backslash
14460 diagtest}{4cm+2
14461 \backslash
14462 tabcolsep}
14463 \end_layout
14464
14465 \begin_layout Standard
14466 \begin_inset ERT
14467 status collapsed
14468
14469 \begin_layout Plain Layout
14470
14471
14472 \backslash
14473 newlength{
14474 \backslash
14475 diagtest}
14476 \end_layout
14477
14478 \begin_layout Plain Layout
14479
14480
14481 \backslash
14482 setlength{
14483 \backslash
14484 diagtest}{4cm+2
14485 \backslash
14486 tabcolsep}
14487 \end_layout
14488
14489 \end_inset
14490
14491
14492 \end_layout
14493
14494 \begin_layout Standard
14495
14496 \lang english
14497 To enable calculations in LaTeX one needs to load the package 
14498 \series bold
14499 calc
14500 \series default
14501 \lang french
14502
14503 \begin_inset Index idx
14504 status collapsed
14505
14506 \begin_layout Plain Layout
14507 Paquetages LaTeX ! calc
14508 \end_layout
14509
14510 \end_inset
14511
14512  
14513 \lang english
14514 in the document preamble.
14515 \end_layout
14516
14517 \begin_layout Standard
14518
14519 \lang english
14520 In this table you can now use the command
14521 \end_layout
14522
14523 \begin_layout Standard
14524
14525 \series bold
14526
14527 \backslash
14528 diagbox[width=
14529 \backslash
14530 diagtest]{A}{B}
14531 \end_layout
14532
14533 \begin_layout Standard
14534
14535 \lang english
14536 in the first cell:
14537 \end_layout
14538
14539 \begin_layout Standard
14540 \noindent
14541 \align center
14542
14543 \lang english
14544 \begin_inset Tabular
14545 <lyxtabular version="3" rows="2" columns="2">
14546 <features tabularvalignment="middle">
14547 <column alignment="center" valignment="top" width="4cm">
14548 <column alignment="center" valignment="top" width="0">
14549 <row>
14550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14551 \begin_inset Text
14552
14553 \begin_layout Plain Layout
14554 \begin_inset ERT
14555 status open
14556
14557 \begin_layout Plain Layout
14558
14559
14560 \backslash
14561 diagbox[width=
14562 \backslash
14563 diagtest]{
14564 \end_layout
14565
14566 \end_inset
14567
14568 A
14569 \begin_inset ERT
14570 status collapsed
14571
14572 \begin_layout Plain Layout
14573
14574 }{
14575 \end_layout
14576
14577 \end_inset
14578
14579 B
14580 \begin_inset ERT
14581 status collapsed
14582
14583 \begin_layout Plain Layout
14584
14585 }
14586 \end_layout
14587
14588 \end_inset
14589
14590
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599
14600 \lang english
14601 Thickness in nm
14602 \end_layout
14603
14604 \end_inset
14605 </cell>
14606 </row>
14607 <row>
14608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14609 \begin_inset Text
14610
14611 \begin_layout Plain Layout
14612
14613 \lang english
14614 Perfect Green
14615 \end_layout
14616
14617 \end_inset
14618 </cell>
14619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14620 \begin_inset Text
14621
14622 \begin_layout Plain Layout
14623
14624 \lang english
14625 45
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 </row>
14631 </lyxtabular>
14632
14633 \end_inset
14634
14635
14636 \end_layout
14637
14638 \begin_layout Standard
14639
14640 \lang english
14641 Note that the split cell needs to be the widest one in the column.
14642  Otherwise the length of the diagonal line cannot be calculated correctly
14643  like in this table:
14644 \end_layout
14645
14646 \begin_layout Standard
14647 \noindent
14648 \align center
14649
14650 \lang english
14651 \begin_inset Tabular
14652 <lyxtabular version="3" rows="2" columns="2">
14653 <features tabularvalignment="middle">
14654 <column alignment="center" valignment="top" width="0pt">
14655 <column alignment="center" valignment="top" width="0">
14656 <row>
14657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14658 \begin_inset Text
14659
14660 \begin_layout Plain Layout
14661 \begin_inset ERT
14662 status collapsed
14663
14664 \begin_layout Plain Layout
14665
14666
14667 \backslash
14668 diagbox{
14669 \end_layout
14670
14671 \end_inset
14672
14673 A
14674 \begin_inset ERT
14675 status collapsed
14676
14677 \begin_layout Plain Layout
14678
14679 }{
14680 \end_layout
14681
14682 \end_inset
14683
14684 B
14685 \begin_inset ERT
14686 status collapsed
14687
14688 \begin_layout Plain Layout
14689
14690 }
14691 \end_layout
14692
14693 \end_inset
14694
14695
14696 \end_layout
14697
14698 \end_inset
14699 </cell>
14700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14701 \begin_inset Text
14702
14703 \begin_layout Plain Layout
14704
14705 \lang english
14706 Thickness in nm
14707 \end_layout
14708
14709 \end_inset
14710 </cell>
14711 </row>
14712 <row>
14713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Plain Layout
14717
14718 \lang english
14719 Perfect Green
14720 \end_layout
14721
14722 \end_inset
14723 </cell>
14724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14725 \begin_inset Text
14726
14727 \begin_layout Plain Layout
14728
14729 \lang english
14730 45
14731 \end_layout
14732
14733 \end_inset
14734 </cell>
14735 </row>
14736 </lyxtabular>
14737
14738 \end_inset
14739
14740
14741 \end_layout
14742
14743 \begin_layout Standard
14744
14745 \lang english
14746 In this case use the 
14747 \series bold
14748 width
14749 \series default
14750  option of the 
14751 \series bold
14752
14753 \backslash
14754 diagbox
14755 \series default
14756  command.
14757  It is then not necessary to add 2
14758 \backslash
14759 tabcolsep because the cell width is now the width of the column.
14760  In this table a width of 3
14761 \begin_inset space \thinspace{}
14762 \end_inset
14763
14764 cm is used:
14765 \end_layout
14766
14767 \begin_layout Standard
14768 \noindent
14769 \align center
14770
14771 \lang english
14772 \begin_inset Tabular
14773 <lyxtabular version="3" rows="2" columns="2">
14774 <features tabularvalignment="middle">
14775 <column alignment="center" valignment="top" width="0pt">
14776 <column alignment="center" valignment="top" width="0">
14777 <row>
14778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14779 \begin_inset Text
14780
14781 \begin_layout Plain Layout
14782 \begin_inset ERT
14783 status open
14784
14785 \begin_layout Plain Layout
14786
14787
14788 \backslash
14789 diagbox[width=3cm]{
14790 \end_layout
14791
14792 \end_inset
14793
14794 A
14795 \begin_inset ERT
14796 status collapsed
14797
14798 \begin_layout Plain Layout
14799
14800 }{
14801 \end_layout
14802
14803 \end_inset
14804
14805 B
14806 \begin_inset ERT
14807 status collapsed
14808
14809 \begin_layout Plain Layout
14810
14811 }
14812 \end_layout
14813
14814 \end_inset
14815
14816
14817 \end_layout
14818
14819 \end_inset
14820 </cell>
14821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14822 \begin_inset Text
14823
14824 \begin_layout Plain Layout
14825
14826 \lang english
14827 Thickness in nm
14828 \end_layout
14829
14830 \end_inset
14831 </cell>
14832 </row>
14833 <row>
14834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Plain Layout
14838
14839 \lang english
14840 Perfect Green
14841 \end_layout
14842
14843 \end_inset
14844 </cell>
14845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849
14850 \lang english
14851 45
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 </row>
14857 </lyxtabular>
14858
14859 \end_inset
14860
14861
14862 \end_layout
14863
14864 \begin_layout Standard
14865
14866 \lang english
14867 For multiple text lines in split cells one needs some extra height to fit
14868  the text to the cell.
14869  This can be achieved with the 
14870 \series bold
14871
14872 \backslash
14873 diagbox
14874 \series default
14875  option 
14876 \series bold
14877 height=3cm
14878 \series default
14879  (replace '3cm' by the height you need).
14880  In the following table the command
14881 \end_layout
14882
14883 \begin_layout Standard
14884
14885 \series bold
14886
14887 \backslash
14888 diagbox[width=3cm,height=1.4cm]{A
14889 \backslash
14890
14891 \backslash
14892 B}{C
14893 \backslash
14894
14895 \backslash
14896 D}
14897 \end_layout
14898
14899 \begin_layout Standard
14900
14901 \lang english
14902 is used in the first cell.
14903  The command 
14904 \series bold
14905
14906 \backslash
14907
14908 \backslash
14909
14910 \series default
14911  creates hereby the line break.
14912 \begin_inset Foot
14913 status collapsed
14914
14915 \begin_layout Plain Layout
14916
14917 \lang english
14918 Breaking lines with 
14919 \family sans
14920 Ctrl+Return
14921 \family default
14922  is only possible when the column has a fixed width.
14923 \end_layout
14924
14925 \end_inset
14926
14927
14928 \end_layout
14929
14930 \begin_layout Standard
14931 \noindent
14932 \align center
14933
14934 \lang english
14935 \begin_inset Tabular
14936 <lyxtabular version="3" rows="2" columns="2">
14937 <features tabularvalignment="middle">
14938 <column alignment="center" valignment="top" width="0">
14939 <column alignment="center" valignment="top" width="0">
14940 <row>
14941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 \begin_inset ERT
14946 status open
14947
14948 \begin_layout Plain Layout
14949
14950
14951 \backslash
14952 diagbox[width=3cm,height=1.4cm]{
14953 \end_layout
14954
14955 \end_inset
14956
14957 A
14958 \begin_inset ERT
14959 status collapsed
14960
14961 \begin_layout Plain Layout
14962
14963
14964 \backslash
14965
14966 \backslash
14967
14968 \end_layout
14969
14970 \end_inset
14971
14972 B
14973 \begin_inset ERT
14974 status collapsed
14975
14976 \begin_layout Plain Layout
14977
14978 }{
14979 \end_layout
14980
14981 \end_inset
14982
14983 C
14984 \begin_inset ERT
14985 status collapsed
14986
14987 \begin_layout Plain Layout
14988
14989
14990 \backslash
14991
14992 \backslash
14993
14994 \end_layout
14995
14996 \end_inset
14997
14998 D
14999 \begin_inset ERT
15000 status collapsed
15001
15002 \begin_layout Plain Layout
15003
15004 }
15005 \end_layout
15006
15007 \end_inset
15008
15009
15010 \end_layout
15011
15012 \end_inset
15013 </cell>
15014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15015 \begin_inset Text
15016
15017 \begin_layout Plain Layout
15018
15019 \lang english
15020 Thickness in nm
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 </row>
15026 <row>
15027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031
15032 \lang english
15033 Perfect Green
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042
15043 \lang english
15044 45
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 </row>
15050 </lyxtabular>
15051
15052 \end_inset
15053
15054
15055 \end_layout
15056
15057 \begin_layout Standard
15058 \begin_inset ERT
15059 status collapsed
15060
15061 \begin_layout Plain Layout
15062
15063
15064 \backslash
15065 else
15066 \end_layout
15067
15068 \end_inset
15069
15070
15071 \begin_inset Note Note
15072 status open
15073
15074 \begin_layout Plain Layout
15075 Ce qui suit sera affiché si le paquetage LaTeX 
15076 \series bold
15077 diagbox
15078 \series default
15079  n'est pas installé :
15080 \end_layout
15081
15082 \end_inset
15083
15084
15085 \end_layout
15086
15087 \begin_layout Standard
15088 Vous devez installer le paquetage LaTeX 
15089 \series bold
15090 diagbox
15091 \series default
15092  pour voir le contenu des cette section dans la sortie imprimée.
15093 \end_layout
15094
15095 \begin_layout Standard
15096 \begin_inset ERT
15097 status collapsed
15098
15099 \begin_layout Plain Layout
15100
15101
15102 \backslash
15103 fi
15104 \end_layout
15105
15106 \end_inset
15107
15108
15109 \end_layout
15110
15111 \begin_layout Standard
15112
15113 \lang english
15114 For more info about the LaTeX-package 
15115 \series bold
15116 diagbox
15117 \series default
15118 , see its documentation
15119 \lang french
15120
15121 \begin_inset CommandInset citation
15122 LatexCommand cite
15123 key "diagbox"
15124
15125 \end_inset
15126
15127 .
15128 \end_layout
15129
15130 \begin_layout Section
15131 Les tableaux formels
15132 \begin_inset CommandInset label
15133 LatexCommand label
15134 name "sec:Tableaux-Formels"
15135
15136 \end_inset
15137
15138
15139 \begin_inset Index idx
15140 status collapsed
15141
15142 \begin_layout Plain Layout
15143 Tableau ! Formel
15144 \end_layout
15145
15146 \end_inset
15147
15148
15149 \end_layout
15150
15151 \begin_layout Standard
15152 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
15153  à celle du tableau
15154 \begin_inset space ~
15155 \end_inset
15156
15157
15158 \begin_inset CommandInset ref
15159 LatexCommand ref
15160 reference "tab:Exemple-tableau-booktabs"
15161
15162 \end_inset
15163
15164 .
15165  Ce genre de tableau est appelé 
15166 \begin_inset Quotes fld
15167 \end_inset
15168
15169
15170 \emph on
15171 formel
15172 \emph default
15173
15174 \begin_inset Quotes frd
15175 \end_inset
15176
15177 .
15178  Pour transformer un tableau en tableau formel, utilisez l'option 
15179 \family sans
15180 Formel
15181 \family default
15182  de l'onglet 
15183 \family sans
15184 Bordures
15185 \family default
15186  de la fenêtre de dialogue 
15187 \family sans
15188 Paramètres
15189 \begin_inset space ~
15190 \end_inset
15191
15192 du
15193 \begin_inset space ~
15194 \end_inset
15195
15196 tableau
15197 \family default
15198 .
15199 \end_layout
15200
15201 \begin_layout Standard
15202 \begin_inset Float table
15203 placement h
15204 wide false
15205 sideways false
15206 status open
15207
15208 \begin_layout Plain Layout
15209 \begin_inset Caption
15210
15211 \begin_layout Plain Layout
15212 \begin_inset CommandInset label
15213 LatexCommand label
15214 name "tab:Exemple-tableau-booktabs"
15215
15216 \end_inset
15217
15218 Exemple de tableau formel
15219 \end_layout
15220
15221 \end_inset
15222
15223
15224 \end_layout
15225
15226 \begin_layout Plain Layout
15227 \align center
15228 \begin_inset Tabular
15229 <lyxtabular version="3" rows="8" columns="4">
15230 <features booktabs="true" tabularvalignment="middle">
15231 <column alignment="center" valignment="top" width="0">
15232 <column alignment="center" valignment="top" width="0">
15233 <column alignment="center" valignment="top" width="0">
15234 <column alignment="center" valignment="top" width="0">
15235 <row>
15236 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240 Système
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 <cell alignment="center" valignment="top" topline="true" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249 Chip
15250 \begin_inset space \thinspace{}
15251 \end_inset
15252
15253 1
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262 Chip
15263 \begin_inset space \thinspace{}
15264 \end_inset
15265
15266 2
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15272 \begin_inset Text
15273
15274 \begin_layout Plain Layout
15275
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 <row>
15282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286 \begin_inset ERT
15287 status collapsed
15288
15289 \begin_layout Plain Layout
15290
15291
15292 \backslash
15293 cmidrule(r){2-2}
15294 \end_layout
15295
15296 \end_inset
15297
15298
15299 \begin_inset ERT
15300 status collapsed
15301
15302 \begin_layout Plain Layout
15303
15304
15305 \backslash
15306 cmidrule(l){3-4}
15307 \end_layout
15308
15309 \end_inset
15310
15311 Épaisseur du capteur en µm
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 <cell alignment="center" valignment="top" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320 300
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 <cell alignment="center" valignment="top" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329 300
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 <cell alignment="center" valignment="top" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338 700
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 </row>
15344 <row>
15345 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349 Angle du biseau en °
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" topline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358 3.55
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 <cell alignment="center" valignment="top" topline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Plain Layout
15367 2.71
15368 \end_layout
15369
15370 \end_inset
15371 </cell>
15372 <cell alignment="center" valignment="top" topline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Plain Layout
15376 7.99
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 </row>
15382 <row topspace="default">
15383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Plain Layout
15387 Résolution spatiale en µm
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 <cell alignment="center" valignment="top" usebox="none">
15393 \begin_inset Text
15394
15395 \begin_layout Plain Layout
15396 4.26
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 <cell alignment="center" valignment="top" usebox="none">
15402 \begin_inset Text
15403
15404 \begin_layout Plain Layout
15405 10.17
15406 \end_layout
15407
15408 \end_inset
15409 </cell>
15410 <cell alignment="center" valignment="top" usebox="none">
15411 \begin_inset Text
15412
15413 \begin_layout Plain Layout
15414 10.56
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 </row>
15420 <row topspace="default">
15421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425 MTF à 
15426 \begin_inset Formula $f_{\mathrm{max}}$
15427 \end_inset
15428
15429
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 <cell alignment="center" valignment="top" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438 0.53
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 <cell alignment="center" valignment="top" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447 0.37
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 <cell alignment="center" valignment="top" usebox="none">
15453 \begin_inset Text
15454
15455 \begin_layout Plain Layout
15456 0.39
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 </row>
15462 <row topspace="default">
15463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15464 \begin_inset Text
15465
15466 \begin_layout Plain Layout
15467 \begin_inset ERT
15468 status collapsed
15469
15470 \begin_layout Plain Layout
15471
15472
15473 \backslash
15474 cmidrule(l{10pt}){1-1}
15475 \end_layout
15476
15477 \end_inset
15478
15479 résolution spatiale LSF
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 <cell alignment="center" valignment="top" usebox="none">
15485 \begin_inset Text
15486
15487 \begin_layout Plain Layout
15488
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 <cell alignment="center" valignment="top" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 <cell alignment="center" valignment="top" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 </row>
15512 <row>
15513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15514 \begin_inset Text
15515
15516 \begin_layout Plain Layout
15517 en µm
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 <cell alignment="center" valignment="top" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526 129.7
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 <cell alignment="center" valignment="top" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535 52.75
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 <cell alignment="center" valignment="top" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544 50.78
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 </row>
15550 <row>
15551 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555 en % de la taille des pixels
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15561 \begin_inset Text
15562
15563 \begin_layout Plain Layout
15564 76.3
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Plain Layout
15573 95.9
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582 92.3
15583 \end_layout
15584
15585 \end_inset
15586 </cell>
15587 </row>
15588 </lyxtabular>
15589
15590 \end_inset
15591
15592
15593 \end_layout
15594
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \begin_layout Standard
15601 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15602  
15603 \family sans
15604 Bordures
15605 \family default
15606  de la fenêtre de dialogue 
15607 \family sans
15608 Paramètres
15609 \begin_inset space ~
15610 \end_inset
15611
15612 du
15613 \begin_inset space ~
15614 \end_inset
15615
15616 tableau
15617 \family default
15618  comme c'est décrit dans la section
15619 \begin_inset space ~
15620 \end_inset
15621
15622
15623 \begin_inset CommandInset ref
15624 LatexCommand ref
15625 reference "sub:Espacement-lignes"
15626
15627 \end_inset
15628
15629 .
15630 \end_layout
15631
15632 \begin_layout Standard
15633 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15634  verticales.
15635  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15636  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15637  sortie imprimée :
15638 \begin_inset Newline newline
15639 \end_inset
15640
15641 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15642 \begin_inset space \thinspace{}
15643 \end_inset
15644
15645 em alors que les autres lignes ont implicite une épaisseur de 0.05
15646 \begin_inset space \thinspace{}
15647 \end_inset
15648
15649 em.
15650 \end_layout
15651
15652 \begin_layout Standard
15653 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15654  les lignes de préambule suivantes :
15655 \end_layout
15656
15657 \begin_layout Standard
15658
15659 \series bold
15660
15661 \backslash
15662 let
15663 \backslash
15664 mytoprule
15665 \backslash
15666 toprule
15667 \begin_inset Newline newline
15668 \end_inset
15669
15670
15671 \backslash
15672 renewcommand{
15673 \backslash
15674 toprule}{
15675 \backslash
15676 mytoprule[width]}
15677 \end_layout
15678
15679 \begin_layout Standard
15680 Cet exemple concerne la première ligne, appelée 
15681 \series bold
15682 toprule
15683 \series default
15684 .
15685  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15686 \series bold
15687 toprule
15688 \series default
15689  par 
15690 \series bold
15691 bottomrule
15692 \series default
15693 .
15694  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15695  
15696 \series bold
15697 toprule
15698 \series default
15699  par 
15700 \series bold
15701 midrule
15702 \series default
15703 .
15704  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
15705 \begin_inset space ~
15706 \end_inset
15707
15708
15709 \begin_inset CommandInset ref
15710 LatexCommand ref
15711 reference "cha:Unités-de-longueur"
15712
15713 \end_inset
15714
15715  pour préciser l'épaisseur voulue.
15716 \end_layout
15717
15718 \begin_layout Standard
15719 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15720  en mettant une ligne pour une cellule multi-colonne.
15721  LyX va utiliser en interne la commande 
15722 \series bold
15723
15724 \backslash
15725 cmidrule
15726 \series default
15727  pour créer cette ligne.
15728  Sa syntaxe complète est :
15729 \end_layout
15730
15731 \begin_layout Standard
15732
15733 \series bold
15734
15735 \backslash
15736 cmidrule[largeur](rognage){colDépart-colFin}
15737 \end_layout
15738
15739 \begin_layout Standard
15740 Les options de la commande 
15741 \series bold
15742
15743 \backslash
15744 cmidrule
15745 \series default
15746  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
15747  TeX pour pouvoir les utiliser.
15748  On peut créer manuellement des lignes 
15749 \series bold
15750
15751 \backslash
15752 mitrales
15753 \series default
15754  en insérant la commande en code TeX comme le premier élément de la première
15755  cellule de la ligne.
15756  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15757  en question.
15758 \end_layout
15759
15760 \begin_layout Standard
15761 La valeur implicite pour l'épaisseur des lignes est de 0.03
15762 \begin_inset space \thinspace{}
15763 \end_inset
15764
15765 em.
15766  
15767 \series bold
15768 colDépart
15769 \series default
15770  est le numéro de la colonne dans laquelle la ligne commence et 
15771 \series bold
15772 colFin
15773 \series default
15774  est le numéro de la colonne dans laquelle elle se termine.
15775  La valeur de 
15776 \series bold
15777 colFin
15778 \series default
15779  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15780  Le paramètre optionnel 
15781 \series bold
15782 rognage
15783 \series default
15784  peut être soit 
15785 \emph on
15786 l{largeurRognage}
15787 \emph default
15788 , ou 
15789 \emph on
15790 r{largeurRognage}
15791 \emph default
15792  où les valeurs de
15793 \emph on
15794  largeurRognage
15795 \emph default
15796  sont aussi optionnelles.
15797  En utilisant par exemple la valeur 
15798 \emph on
15799 l{2pt}
15800 \emph default
15801  pour ce paramètre, la ligne va être rognée de 2
15802 \begin_inset space \thinspace{}
15803 \end_inset
15804
15805 pt à son extrémité gauche.
15806  Si vous ne spécifiez pas de valeur pour 
15807 \emph on
15808 largeurRognage
15809 \emph default
15810  les lignes sont implicitement rognées de 0.5
15811 \begin_inset space \thinspace{}
15812 \end_inset
15813
15814 em.
15815 \end_layout
15816
15817 \begin_layout Standard
15818 \begin_inset VSpace bigskip
15819 \end_inset
15820
15821 Le tableau
15822 \begin_inset space ~
15823 \end_inset
15824
15825
15826 \begin_inset CommandInset ref
15827 LatexCommand ref
15828 reference "tab:Exemple-tableau-booktabs"
15829
15830 \end_inset
15831
15832  a été créé en utilisant les commandes
15833 \end_layout
15834
15835 \begin_layout Standard
15836
15837 \series bold
15838
15839 \backslash
15840 cmidrule(r){2-2}
15841 \backslash
15842 cmidrule(l){3-4}
15843 \end_layout
15844
15845 \begin_layout Standard
15846 au début de la deuxième ligne et
15847 \end_layout
15848
15849 \begin_layout Standard
15850
15851 \series bold
15852
15853 \backslash
15854 cmidrule(l{10pt}){1-1}
15855 \end_layout
15856
15857 \begin_layout Standard
15858 au début de la sixième ligne.
15859 \end_layout
15860
15861 \begin_layout Standard
15862 \begin_inset VSpace bigskip
15863 \end_inset
15864
15865
15866 \end_layout
15867
15868 \begin_layout Standard
15869 Vous pouvez vouloir des commandes 
15870 \series bold
15871
15872 \backslash
15873 cmidrule
15874 \series default
15875 s qui se recouvrent comme pour le tableau
15876 \begin_inset space ~
15877 \end_inset
15878
15879
15880 \begin_inset CommandInset ref
15881 LatexCommand ref
15882 reference "tab:Tableau-booktabs-special"
15883
15884 \end_inset
15885
15886 .
15887  On obtient ce résultat en utilisant la commande suivante en code TeX
15888 \end_layout
15889
15890 \begin_layout Standard
15891
15892 \series bold
15893
15894 \backslash
15895 morecmidrules
15896 \end_layout
15897
15898 \begin_layout Standard
15899 La commande qui a été utilisée pour la deuxième ligne du tableau
15900 \begin_inset space ~
15901 \end_inset
15902
15903
15904 \begin_inset CommandInset ref
15905 LatexCommand ref
15906 reference "tab:Tableau-booktabs-special"
15907
15908 \end_inset
15909
15910  est
15911 \end_layout
15912
15913 \begin_layout Standard
15914
15915 \series bold
15916
15917 \backslash
15918 cmidrule(r){2-2}
15919 \backslash
15920 cmidrule(l){3-4}
15921 \backslash
15922 morecmidrules
15923 \backslash
15924 cmidrule{2-4}
15925 \end_layout
15926
15927 \begin_layout Standard
15928 La commande pour la sixième ligne est
15929 \end_layout
15930
15931 \begin_layout Standard
15932
15933 \series bold
15934
15935 \backslash
15936 midrule
15937 \backslash
15938 morecmidrules
15939 \backslash
15940 cmidrule{3-4}
15941 \end_layout
15942
15943 \begin_layout Standard
15944 \begin_inset VSpace bigskip
15945 \end_inset
15946
15947
15948 \end_layout
15949
15950 \begin_layout Standard
15951 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15952 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15953  font toute la largeur du tableau :
15954 \end_layout
15955
15956 \begin_layout Standard
15957
15958 \series bold
15959
15960 \backslash
15961 specialrule{largeur}{espace au dessus}{espace en dessous}
15962 \end_layout
15963
15964 \begin_layout Standard
15965 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15966  du paquetage LaTeX 
15967 \series bold
15968 booktabs
15969 \series default
15970  
15971 \begin_inset CommandInset citation
15972 LatexCommand cite
15973 key "booktabs"
15974
15975 \end_inset
15976
15977 .
15978 \begin_inset Index idx
15979 status collapsed
15980
15981 \begin_layout Plain Layout
15982 Paquetages LaTeX ! booktabs
15983 \end_layout
15984
15985 \end_inset
15986
15987
15988 \end_layout
15989
15990 \begin_layout Standard
15991 \begin_inset Float table
15992 placement h
15993 wide false
15994 sideways false
15995 status open
15996
15997 \begin_layout Plain Layout
15998 \begin_inset Caption
15999
16000 \begin_layout Plain Layout
16001 \begin_inset CommandInset label
16002 LatexCommand label
16003 name "tab:Tableau-booktabs-special"
16004
16005 \end_inset
16006
16007 Tableau formel spécial
16008 \end_layout
16009
16010 \end_inset
16011
16012
16013 \end_layout
16014
16015 \begin_layout Plain Layout
16016 \align center
16017 \begin_inset Tabular
16018 <lyxtabular version="3" rows="8" columns="4">
16019 <features booktabs="true" tabularvalignment="middle">
16020 <column alignment="center" valignment="top" width="0">
16021 <column alignment="center" valignment="top" width="0">
16022 <column alignment="center" valignment="top" width="0">
16023 <column alignment="center" valignment="top" width="0">
16024 <row>
16025 <cell alignment="center" valignment="top" topline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 Système
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 <cell alignment="center" valignment="top" topline="true" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038 Chip
16039 \begin_inset space \thinspace{}
16040 \end_inset
16041
16042 1
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
16048 \begin_inset Text
16049
16050 \begin_layout Plain Layout
16051 Chip
16052 \begin_inset space \thinspace{}
16053 \end_inset
16054
16055 2
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 </row>
16070 <row>
16071 <cell alignment="center" valignment="top" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 \begin_inset ERT
16076 status collapsed
16077
16078 \begin_layout Plain Layout
16079
16080
16081 \backslash
16082 cmidrule(r){2-2}
16083 \end_layout
16084
16085 \end_inset
16086
16087
16088 \begin_inset ERT
16089 status collapsed
16090
16091 \begin_layout Plain Layout
16092
16093
16094 \backslash
16095 cmidrule(l){3-4}
16096 \end_layout
16097
16098 \end_inset
16099
16100
16101 \begin_inset ERT
16102 status collapsed
16103
16104 \begin_layout Plain Layout
16105
16106
16107 \backslash
16108 morecmidrules 
16109 \end_layout
16110
16111 \end_inset
16112
16113
16114 \begin_inset ERT
16115 status collapsed
16116
16117 \begin_layout Plain Layout
16118
16119
16120 \backslash
16121 cmidrule{2-4}
16122 \end_layout
16123
16124 \end_inset
16125
16126 Epaisseur du capteur en µm
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 <cell alignment="center" valignment="top" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135 300
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 <cell alignment="center" valignment="top" usebox="none">
16141 \begin_inset Text
16142
16143 \begin_layout Plain Layout
16144 300
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 <cell alignment="center" valignment="top" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153 700
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 </row>
16159 <row>
16160 <cell alignment="center" valignment="top" topline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164 Angle biseau en °
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 <cell alignment="center" valignment="top" topline="true" usebox="none">
16170 \begin_inset Text
16171
16172 \begin_layout Plain Layout
16173 3.55
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 <cell alignment="center" valignment="top" topline="true" usebox="none">
16179 \begin_inset Text
16180
16181 \begin_layout Plain Layout
16182 2.71
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 <cell alignment="center" valignment="top" topline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Plain Layout
16191 7.99
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 </row>
16197 <row topspace="default">
16198 <cell alignment="center" valignment="top" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202 Résolution spatiale en µm
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 <cell alignment="center" valignment="top" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211 4.26
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 <cell alignment="center" valignment="top" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220 10.17
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 <cell alignment="center" valignment="top" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Plain Layout
16229 10.56
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 </row>
16235 <row topspace="default">
16236 <cell alignment="center" valignment="top" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 MTF à 
16241 \begin_inset Formula $f_{\mathrm{max}}$
16242 \end_inset
16243
16244
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 <cell alignment="center" valignment="top" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253 0.53
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 0.37
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 <cell alignment="center" valignment="top" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271 0.39
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 </row>
16277 <row>
16278 <cell alignment="center" valignment="top" topline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282 \begin_inset ERT
16283 status collapsed
16284
16285 \begin_layout Plain Layout
16286
16287
16288 \backslash
16289 morecmidrules 
16290 \end_layout
16291
16292 \end_inset
16293
16294
16295 \begin_inset ERT
16296 status collapsed
16297
16298 \begin_layout Plain Layout
16299
16300
16301 \backslash
16302 cmidrule{3-4}
16303 \end_layout
16304
16305 \end_inset
16306
16307 résolution spatiale LSF
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 <cell alignment="center" valignment="top" topline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 <cell alignment="center" valignment="top" topline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 </row>
16340 <row>
16341 <cell alignment="center" valignment="top" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345 en µm
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 <cell alignment="center" valignment="top" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 129.7
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 52.75
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 <cell alignment="center" valignment="top" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372 50.78
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 </row>
16378 <row>
16379 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383 en % de la taille des pixels
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 76.3
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 95.9
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 92.3
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 </row>
16416 </lyxtabular>
16417
16418 \end_inset
16419
16420
16421 \end_layout
16422
16423 \end_inset
16424
16425
16426 \end_layout
16427
16428 \begin_layout Section
16429 Alignement vertical des tableaux
16430 \begin_inset Index idx
16431 status collapsed
16432
16433 \begin_layout Plain Layout
16434 Tableau ! Alignement
16435 \end_layout
16436
16437 \end_inset
16438
16439
16440 \end_layout
16441
16442 \begin_layout Standard
16443 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16444  doit être à l'intérieur d'une boîte.
16445  La boîte peut alors être alignée comme c'est décrit dans la 
16446 \begin_inset space ~
16447 \end_inset
16448
16449
16450 \begin_inset CommandInset ref
16451 LatexCommand ref
16452 reference "sec:Boîte-Dialogue"
16453
16454 \end_inset
16455
16456 .
16457 \end_layout
16458
16459 \begin_layout Standard
16460 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16461  minipage
16462 \begin_inset Foot
16463 status open
16464
16465 \begin_layout Plain Layout
16466 Les minipages son décrites dans la section
16467 \begin_inset space ~
16468 \end_inset
16469
16470
16471 \begin_inset CommandInset ref
16472 LatexCommand ref
16473 reference "sec:Minipages"
16474
16475 \end_inset
16476
16477 .
16478 \end_layout
16479
16480 \end_inset
16481
16482  dont la largeur est de 15
16483 \begin_inset space \thinspace{}
16484 \end_inset
16485
16486 col% :
16487 \end_layout
16488
16489 \begin_layout Itemize
16490 test 
16491 \begin_inset Box Frameless
16492 position "t"
16493 hor_pos "c"
16494 has_inner_box 1
16495 inner_pos "c"
16496 use_parbox 0
16497 use_makebox 0
16498 width "15col%"
16499 special "none"
16500 height "1in"
16501 height_special "totalheight"
16502 status collapsed
16503
16504 \begin_layout Plain Layout
16505 \begin_inset Tabular
16506 <lyxtabular version="3" rows="3" columns="3">
16507 <features tabularvalignment="middle">
16508 <column alignment="center" valignment="top" width="0">
16509 <column alignment="center" valignment="top" width="0">
16510 <column alignment="center" valignment="top" width="0">
16511 <row>
16512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16513 \begin_inset Text
16514
16515 \begin_layout Plain Layout
16516 a
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16522 \begin_inset Text
16523
16524 \begin_layout Plain Layout
16525 d
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534 g
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 </row>
16540 <row>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 b
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554 e
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Plain Layout
16563 h
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 </row>
16569 <row>
16570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 c
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 f
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Plain Layout
16592 i
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 </row>
16598 </lyxtabular>
16599
16600 \end_inset
16601
16602
16603 \end_layout
16604
16605 \end_inset
16606
16607  test 
16608 \begin_inset ERT
16609 status collapsed
16610
16611 \begin_layout Plain Layout
16612
16613
16614 \backslash
16615 raisebox{0.85
16616 \backslash
16617 baselineskip}{
16618 \end_layout
16619
16620 \end_inset
16621
16622
16623 \begin_inset Box Frameless
16624 position "t"
16625 hor_pos "c"
16626 has_inner_box 1
16627 inner_pos "c"
16628 use_parbox 0
16629 use_makebox 0
16630 width "15col%"
16631 special "none"
16632 height "1in"
16633 height_special "totalheight"
16634 status collapsed
16635
16636 \begin_layout Plain Layout
16637 \begin_inset Tabular
16638 <lyxtabular version="3" rows="3" columns="3">
16639 <features tabularvalignment="middle">
16640 <column alignment="center" valignment="top" width="0">
16641 <column alignment="center" valignment="top" width="0">
16642 <column alignment="center" valignment="top" width="0">
16643 <row>
16644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648 a
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657 d
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 g
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 </row>
16672 <row>
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 b
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686 e
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 h
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 </row>
16701 <row>
16702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706 c
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 f
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724 i
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 </row>
16730 </lyxtabular>
16731
16732 \end_inset
16733
16734
16735 \end_layout
16736
16737 \end_inset
16738
16739
16740 \begin_inset ERT
16741 status collapsed
16742
16743 \begin_layout Plain Layout
16744
16745 }
16746 \end_layout
16747
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \begin_layout Itemize
16754 test 
16755 \begin_inset Box Frameless
16756 position "c"
16757 hor_pos "c"
16758 has_inner_box 1
16759 inner_pos "c"
16760 use_parbox 0
16761 use_makebox 0
16762 width "15col%"
16763 special "none"
16764 height "1in"
16765 height_special "totalheight"
16766 status collapsed
16767
16768 \begin_layout Plain Layout
16769 \begin_inset Tabular
16770 <lyxtabular version="3" rows="3" columns="3">
16771 <features tabularvalignment="middle">
16772 <column alignment="center" valignment="top" width="0">
16773 <column alignment="center" valignment="top" width="0">
16774 <column alignment="center" valignment="top" width="0">
16775 <row>
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780 a
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789 d
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798 g
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 </row>
16804 <row>
16805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809 b
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818 e
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827 h
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 </row>
16833 <row>
16834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838 c
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 f
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 i
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 </row>
16862 </lyxtabular>
16863
16864 \end_inset
16865
16866
16867 \end_layout
16868
16869 \end_inset
16870
16871
16872 \end_layout
16873
16874 \begin_layout Itemize
16875 test 
16876 \begin_inset Box Frameless
16877 position "b"
16878 hor_pos "c"
16879 has_inner_box 1
16880 inner_pos "c"
16881 use_parbox 0
16882 use_makebox 0
16883 width "15col%"
16884 special "none"
16885 height "1in"
16886 height_special "totalheight"
16887 status collapsed
16888
16889 \begin_layout Plain Layout
16890 \begin_inset Tabular
16891 <lyxtabular version="3" rows="3" columns="3">
16892 <features tabularvalignment="middle">
16893 <column alignment="center" valignment="top" width="0">
16894 <column alignment="center" valignment="top" width="0">
16895 <column alignment="center" valignment="top" width="0">
16896 <row>
16897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 a
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 d
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919 g
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 </row>
16925 <row>
16926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930 b
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939 e
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 h
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 </row>
16954 <row>
16955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959 c
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968 f
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977 i
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 </row>
16983 </lyxtabular>
16984
16985 \end_inset
16986
16987
16988 \end_layout
16989
16990 \end_inset
16991
16992  test 
16993 \begin_inset ERT
16994 status collapsed
16995
16996 \begin_layout Plain Layout
16997
16998
16999 \backslash
17000 raisebox{-0.32
17001 \backslash
17002 baselineskip}{
17003 \end_layout
17004
17005 \end_inset
17006
17007
17008 \begin_inset Box Frameless
17009 position "b"
17010 hor_pos "c"
17011 has_inner_box 1
17012 inner_pos "c"
17013 use_parbox 0
17014 use_makebox 0
17015 width "15col%"
17016 special "none"
17017 height "1in"
17018 height_special "totalheight"
17019 status collapsed
17020
17021 \begin_layout Plain Layout
17022 \begin_inset Tabular
17023 <lyxtabular version="3" rows="3" columns="3">
17024 <features tabularvalignment="middle">
17025 <column alignment="center" valignment="top" width="0">
17026 <column alignment="center" valignment="top" width="0">
17027 <column alignment="center" valignment="top" width="0">
17028 <row>
17029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 a
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042 d
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051 g
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 <row>
17058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062 b
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071 e
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080 h
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 </row>
17086 <row>
17087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091 c
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 f
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109 i
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 </lyxtabular>
17116
17117 \end_inset
17118
17119
17120 \end_layout
17121
17122 \end_inset
17123
17124
17125 \begin_inset ERT
17126 status collapsed
17127
17128 \begin_layout Plain Layout
17129
17130 }
17131 \end_layout
17132
17133 \end_inset
17134
17135
17136 \end_layout
17137
17138 \begin_layout Standard
17139 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
17140  et de la dernière ligne, n'est pas correctement aligné avec le texte de
17141  la ligne dans laquelle le tableau est inséré.
17142  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
17143  boîte élévatrice (raisebox)
17144 \begin_inset Foot
17145 status collapsed
17146
17147 \begin_layout Plain Layout
17148 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
17149 \begin_inset space ~
17150 \end_inset
17151
17152
17153 \begin_inset CommandInset ref
17154 LatexCommand ref
17155 reference "sub:Alignement-Vertical"
17156
17157 \end_inset
17158
17159 .
17160 \end_layout
17161
17162 \end_inset
17163
17164 .
17165  Dans l'exemple précédent, le deuxième tableau de la première ligne est
17166  aligné en utilisant la commande en code TeX suivante 
17167 \end_layout
17168
17169 \begin_layout Standard
17170
17171 \series bold
17172
17173 \backslash
17174 raisebox{0.85
17175 \backslash
17176 baselineskip}{
17177 \end_layout
17178
17179 \begin_layout Standard
17180 placée juste avant la boîte minipage.
17181  Après la boîte on insère l'accolade fermante en code TeX.
17182  Pour le deuxième tableau de la dernière ligne, la commande 
17183 \end_layout
17184
17185 \begin_layout Standard
17186
17187 \series bold
17188
17189 \backslash
17190 raisebox{-0.32
17191 \backslash
17192 baselineskip}{
17193 \end_layout
17194
17195 \begin_layout Standard
17196 est utilisée.
17197 \end_layout
17198
17199 \begin_layout Standard
17200 \begin_inset Note Greyedout
17201 status open
17202
17203 \begin_layout Plain Layout
17204
17205 \series bold
17206 Note:
17207 \series default
17208  L'alignement entre le contenu de la ligne du tableau et le texte de la
17209  ligne qui l'entoure ne peut pas être parfait.
17210  Le facteur utilisé dans la commande 
17211 \series bold
17212
17213 \backslash
17214 raisebox
17215 \series default
17216  pour obtenir cet alignement dépend de la police de caractères du document,
17217  de la taille de la police et de l'épaisseur des lignes du tableau.
17218 \end_layout
17219
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \begin_layout Section
17226 Tableaux colorés
17227 \begin_inset CommandInset label
17228 LatexCommand label
17229 name "sec:Tableaux-Colorés"
17230
17231 \end_inset
17232
17233
17234 \begin_inset Index idx
17235 status collapsed
17236
17237 \begin_layout Plain Layout
17238 Tableau ! Coloré
17239 \end_layout
17240
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \begin_layout Subsection
17247 Cellules colorées
17248 \begin_inset Index idx
17249 status collapsed
17250
17251 \begin_layout Plain Layout
17252 Couleur des tableaux ! Pour les cellules
17253 \end_layout
17254
17255 \end_inset
17256
17257
17258 \begin_inset Index idx
17259 status collapsed
17260
17261 \begin_layout Plain Layout
17262 Couleur ! Pour les cellules de tableau
17263 \end_layout
17264
17265 \end_inset
17266
17267
17268 \end_layout
17269
17270 \begin_layout Standard
17271 \begin_inset Float table
17272 placement h
17273 wide false
17274 sideways false
17275 status open
17276
17277 \begin_layout Plain Layout
17278 \begin_inset Caption
17279
17280 \begin_layout Plain Layout
17281 \begin_inset CommandInset label
17282 LatexCommand label
17283 name "tab:Tableau-coloré-sans-colortbl"
17284
17285 \end_inset
17286
17287 Tableau coloré sans utiliser le paquetage  
17288 \series bold
17289 colortbl
17290 \series default
17291
17292 \begin_inset Argument
17293 status open
17294
17295 \begin_layout Plain Layout
17296 Tableau sans colortbl
17297 \end_layout
17298
17299 \end_inset
17300
17301
17302 \end_layout
17303
17304 \end_inset
17305
17306
17307 \end_layout
17308
17309 \begin_layout Plain Layout
17310 \align center
17311 \begin_inset Tabular
17312 <lyxtabular version="3" rows="3" columns="3">
17313 <features tabularvalignment="middle">
17314 <column alignment="center" valignment="top" width="0">
17315 <column alignment="center" valignment="top" width="0">
17316 <column alignment="center" valignment="top" width="0">
17317 <row>
17318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17319 \begin_inset Text
17320
17321 \begin_layout Plain Layout
17322
17323 \color green
17324 a
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333
17334 \color red
17335 b
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344
17345 \color red
17346 c
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 </row>
17352 <row>
17353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357
17358 \color green
17359 d
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17365 \begin_inset Text
17366
17367 \begin_layout Plain Layout
17368
17369 \color blue
17370 e
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379
17380 \color blue
17381 f
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 </row>
17387 <row>
17388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392
17393 \color green
17394 g
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403
17404 \color blue
17405 h
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17411 \begin_inset Text
17412
17413 \begin_layout Plain Layout
17414
17415 \color blue
17416 i
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 </row>
17422 </lyxtabular>
17423
17424 \end_inset
17425
17426
17427 \end_layout
17428
17429 \end_inset
17430
17431
17432 \end_layout
17433
17434 \begin_layout Standard
17435 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17436  et choisissez une couleur dans le menu 
17437 \family sans
17438 Éditer\SpecialChar \menuseparator
17439 Style
17440 \begin_inset space ~
17441 \end_inset
17442
17443 de
17444 \begin_inset space ~
17445 \end_inset
17446
17447 Texte
17448 \family default
17449 .
17450  C'est ce qui a été utilisé pour créer le tableau
17451 \begin_inset space ~
17452 \end_inset
17453
17454
17455 \begin_inset CommandInset ref
17456 LatexCommand ref
17457 reference "tab:Tableau-coloré-sans-colortbl"
17458
17459 \end_inset
17460
17461 .
17462  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
17463 \series bold
17464 colortbl
17465 \series default
17466 .
17467 \begin_inset Index idx
17468 status collapsed
17469
17470 \begin_layout Plain Layout
17471 Paquetages LaTeX ! colortbl
17472 \end_layout
17473
17474 \end_inset
17475
17476
17477 \end_layout
17478
17479 \begin_layout Standard
17480 \begin_inset ERT
17481 status collapsed
17482
17483 \begin_layout Plain Layout
17484
17485
17486 \backslash
17487 ifcolortbl
17488 \end_layout
17489
17490 \end_inset
17491
17492
17493 \begin_inset Note Note
17494 status open
17495
17496 \begin_layout Plain Layout
17497 La section qui suit ne sera affichée que si vous avez installé le paquetage
17498  LaTeX 
17499 \series bold
17500 colortbl
17501 \series default
17502 .
17503 \end_layout
17504
17505 \end_inset
17506
17507
17508 \end_layout
17509
17510 \begin_layout Standard
17511 Pour créer des tableaux colorés, vous devez charger le paquetage
17512 \series bold
17513  colortbl
17514 \series default
17515  dans le préambule avec la ligne
17516 \end_layout
17517
17518 \begin_layout Standard
17519
17520 \series bold
17521
17522 \backslash
17523 usepackage{colortbl}
17524 \end_layout
17525
17526 \begin_layout Standard
17527 On choisit la couleur d'une colonne avec la commande 
17528 \end_layout
17529
17530 \begin_layout Standard
17531
17532 \series bold
17533
17534 \backslash
17535 columncolor{nom de couleur}
17536 \end_layout
17537
17538 \begin_layout Standard
17539 à l'intérieur d'une commande 
17540 \series bold
17541 >{ }
17542 \series default
17543 .
17544  Vous trouverez plus d'information sur la commande 
17545 \series bold
17546 >{}
17547 \series default
17548  dans la section
17549 \begin_inset space ~
17550 \end_inset
17551
17552
17553 \begin_inset CommandInset ref
17554 LatexCommand ref
17555 reference "sub:Calculs-multicolonnes"
17556
17557 \end_inset
17558
17559 .
17560 \end_layout
17561
17562 \begin_layout Standard
17563 Les noms de couleurs suivants sont prédéfinis :
17564 \end_layout
17565
17566 \begin_layout Standard
17567
17568 \family sans
17569 red
17570 \family default
17571  (rouge), 
17572 \family sans
17573 green
17574 \family default
17575  (vert), 
17576 \family sans
17577 yellow
17578 \family default
17579  (jaune), 
17580 \family sans
17581 blue
17582 \family default
17583  (bleu), 
17584 \family sans
17585 cyan
17586 \family default
17587
17588 \family sans
17589 magenta
17590 \family default
17591
17592 \family sans
17593 black 
17594 \family default
17595 (noir) et 
17596 \family sans
17597 white 
17598 \family default
17599 (blanc)
17600 \end_layout
17601
17602 \begin_layout Standard
17603 \begin_inset VSpace medskip
17604 \end_inset
17605
17606
17607 \end_layout
17608
17609 \begin_layout Standard
17610 Si vous ajoutez les options
17611 \end_layout
17612
17613 \begin_layout Standard
17614
17615 \series bold
17616 usenames,dvipsnames
17617 \end_layout
17618
17619 \begin_layout Standard
17620 aux options de la classe de document dans les paramètres du document, vous
17621  pouvez utiliser 61
17622 \begin_inset space ~
17623 \end_inset
17624
17625 couleurs supplémentaires.
17626  Ces couleurs sont listées dans l'appendice
17627 \begin_inset space ~
17628 \end_inset
17629
17630
17631 \begin_inset CommandInset ref
17632 LatexCommand ref
17633 reference "chap:Liste-de-noms-de-couleur-dvips"
17634
17635 \end_inset
17636
17637 .
17638  Une de ces couleurs, 
17639 \family sans
17640 Maroon
17641 \family default
17642 , est utilisée comme exemple dans le tableau
17643 \begin_inset space ~
17644 \end_inset
17645
17646
17647 \begin_inset CommandInset ref
17648 LatexCommand ref
17649 reference "tab:Tableau-coloré-avec-colortbl"
17650
17651 \end_inset
17652
17653 .
17654 \end_layout
17655
17656 \begin_layout Standard
17657 \begin_inset VSpace medskip
17658 \end_inset
17659
17660
17661 \end_layout
17662
17663 \begin_layout Standard
17664 Vous pouvez aussi définir votre propre couleur avec la commande
17665 \end_layout
17666
17667 \begin_layout Standard
17668
17669 \series bold
17670
17671 \backslash
17672 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17673 \end_layout
17674
17675 \begin_layout Standard
17676 Le modèle de couleur peut être
17677 \end_layout
17678
17679 \begin_layout Labeling
17680 \labelwidthstring 00.00.0000
17681 cmyk
17682 \begin_inset space ~
17683 \end_inset
17684
17685 : cyan, magenta, jaune (yellow), noir (black)
17686 \end_layout
17687
17688 \begin_layout Labeling
17689 \labelwidthstring 00.00.0000
17690 rgb
17691 \begin_inset space ~
17692 \end_inset
17693
17694 : rouge (red), vert (green), bleu (blue)
17695 \end_layout
17696
17697 \begin_layout Labeling
17698 \labelwidthstring 00.00.0000
17699 gray
17700 \begin_inset space ~
17701 \end_inset
17702
17703 : dégradé de gris (gray)
17704 \end_layout
17705
17706 \begin_layout Standard
17707 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17708  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17709 \end_layout
17710
17711 \begin_layout Standard
17712 Vous pouvez par exemple définir la couleur 
17713 \begin_inset Quotes eld
17714 \end_inset
17715
17716
17717 \emph on
17718 vertfonce
17719 \begin_inset Quotes erd
17720 \end_inset
17721
17722  dans le préambule avec la ligne
17723 \end_layout
17724
17725 \begin_layout Standard
17726
17727 \series bold
17728
17729 \backslash
17730 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17731 \end_layout
17732
17733 \begin_layout Standard
17734 et la couleur "
17735 \emph on
17736 grisclair
17737 \emph default
17738 " avec
17739 \end_layout
17740
17741 \begin_layout Standard
17742
17743 \series bold
17744
17745 \backslash
17746 definecolor{grisclair}{gray}{0.8}
17747 \end_layout
17748
17749 \begin_layout Standard
17750 \begin_inset VSpace medskip
17751 \end_inset
17752
17753
17754 \end_layout
17755
17756 \begin_layout Standard
17757 Les lignes sont colorées avec la commande
17758 \end_layout
17759
17760 \begin_layout Standard
17761
17762 \series bold
17763
17764 \backslash
17765 rowcolor{nom de la couleur}
17766 \end_layout
17767
17768 \begin_layout Standard
17769 et les cellules sont colorées avec la commande
17770 \end_layout
17771
17772 \begin_layout Standard
17773
17774 \series bold
17775
17776 \backslash
17777 cellcolor{nom de la couleur}
17778 \end_layout
17779
17780 \begin_layout Standard
17781 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
17782 \end_layout
17783
17784 \begin_layout Standard
17785 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17786  choisissez une couleur dans le menu 
17787 \family sans
17788 Éditer\SpecialChar \menuseparator
17789 Style
17790 \begin_inset space ~
17791 \end_inset
17792
17793 de
17794 \begin_inset space ~
17795 \end_inset
17796
17797 Texte
17798 \family default
17799 .
17800  Si une cellule contient du code TeX, faites bien attention à ne colorer
17801  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
17802 \end_layout
17803
17804 \begin_layout Standard
17805 \begin_inset Note Greyedout
17806 status open
17807
17808 \begin_layout Plain Layout
17809
17810 \series bold
17811 Note:
17812 \series default
17813  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17814  définies par l'utilisateur.
17815 \end_layout
17816
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \begin_layout Standard
17823 \begin_inset VSpace bigskip
17824 \end_inset
17825
17826
17827 \end_layout
17828
17829 \begin_layout Standard
17830 Pour créer le tableau
17831 \begin_inset space ~
17832 \end_inset
17833
17834
17835 \begin_inset CommandInset ref
17836 LatexCommand ref
17837 reference "tab:Tableau-coloré-avec-colortbl"
17838
17839 \end_inset
17840
17841  faites ce qui suit : La couleur de la première colonne doit être 
17842 \emph on
17843 vertfonce
17844 \emph default
17845 .
17846  On insère donc la commande
17847 \end_layout
17848
17849 \begin_layout Standard
17850
17851 \series bold
17852 >{
17853 \backslash
17854 columncolor{vertfonce}
17855 \backslash
17856 centering}c
17857 \end_layout
17858
17859 \begin_layout Standard
17860 en code TeX pour cette colonne.
17861  La première ligne doit être bleue clair, d'où la commande en code TeX
17862 \end_layout
17863
17864 \begin_layout Standard
17865
17866 \series bold
17867
17868 \backslash
17869 rowcolor{cyan}
17870 \end_layout
17871
17872 \begin_layout Standard
17873 qui est insérée dans la première cellule de cette ligne.
17874  Notez que cela annule la couleur de colonne pour la première cellule.
17875  La dernière cellule de la dernière ligne est colorée en marron
17876 \series bold
17877  
17878 \series default
17879 en insérant en code TeX la commande
17880 \end_layout
17881
17882 \begin_layout Standard
17883
17884 \series bold
17885
17886 \backslash
17887 cellcolor{Maroon}
17888 \end_layout
17889
17890 \begin_layout Standard
17891 Les caractères peuvent maintenant être colorés en utilisant le menu 
17892 \family sans
17893 Éditer\SpecialChar \menuseparator
17894 Style
17895 \begin_inset space ~
17896 \end_inset
17897
17898 de
17899 \begin_inset space ~
17900 \end_inset
17901
17902 Texte
17903 \family default
17904 .
17905 \end_layout
17906
17907 \begin_layout Standard
17908 \begin_inset Float table
17909 placement h
17910 wide false
17911 sideways false
17912 status open
17913
17914 \begin_layout Plain Layout
17915 \begin_inset Caption
17916
17917 \begin_layout Plain Layout
17918 \begin_inset CommandInset label
17919 LatexCommand label
17920 name "tab:Tableau-coloré-avec-colortbl"
17921
17922 \end_inset
17923
17924 Tableau coloré en utilisant le paquetage 
17925 \series bold
17926 colortbl
17927 \series default
17928
17929 \begin_inset Argument
17930 status collapsed
17931
17932 \begin_layout Plain Layout
17933 Tableau avec colortbl
17934 \end_layout
17935
17936 \end_inset
17937
17938
17939 \end_layout
17940
17941 \end_inset
17942
17943
17944 \end_layout
17945
17946 \begin_layout Plain Layout
17947 \align center
17948 \begin_inset Tabular
17949 <lyxtabular version="3" rows="3" columns="3">
17950 <features tabularvalignment="middle">
17951 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
17952 <column alignment="center" valignment="top" width="0">
17953 <column alignment="center" valignment="top" width="0">
17954 <row>
17955 <cell alignment="center" valignment="top" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959 \begin_inset ERT
17960 status collapsed
17961
17962 \begin_layout Plain Layout
17963
17964
17965 \backslash
17966 rowcolor{cyan}
17967 \end_layout
17968
17969 \end_inset
17970
17971
17972 \color magenta
17973 a
17974 \end_layout
17975
17976 \end_inset
17977 </cell>
17978 <cell alignment="center" valignment="top" usebox="none">
17979 \begin_inset Text
17980
17981 \begin_layout Plain Layout
17982
17983 \color red
17984 b
17985 \end_layout
17986
17987 \end_inset
17988 </cell>
17989 <cell alignment="center" valignment="top" usebox="none">
17990 \begin_inset Text
17991
17992 \begin_layout Plain Layout
17993
17994 \color red
17995 c
17996 \end_layout
17997
17998 \end_inset
17999 </cell>
18000 </row>
18001 <row>
18002 <cell alignment="center" valignment="top" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006
18007 \color yellow
18008 d
18009 \end_layout
18010
18011 \end_inset
18012 </cell>
18013 <cell alignment="center" valignment="top" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017
18018 \color blue
18019 e
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 <cell alignment="center" valignment="top" usebox="none">
18025 \begin_inset Text
18026
18027 \begin_layout Plain Layout
18028
18029 \color blue
18030 f
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 </row>
18036 <row>
18037 <cell alignment="center" valignment="top" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041
18042 \color yellow
18043 g
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 <cell alignment="center" valignment="top" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052
18053 \color blue
18054 h
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 <cell alignment="center" valignment="top" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063 \begin_inset ERT
18064 status collapsed
18065
18066 \begin_layout Plain Layout
18067
18068
18069 \backslash
18070 cellcolor{Maroon}
18071 \end_layout
18072
18073 \end_inset
18074
18075
18076 \color green
18077 i
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 </row>
18083 </lyxtabular>
18084
18085 \end_inset
18086
18087
18088 \end_layout
18089
18090 \end_inset
18091
18092
18093 \end_layout
18094
18095 \begin_layout Standard
18096 \begin_inset ERT
18097 status collapsed
18098
18099 \begin_layout Plain Layout
18100
18101
18102 \backslash
18103 else
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \begin_inset Note Note
18110 status open
18111
18112 \begin_layout Plain Layout
18113 Ce qui suit sera affiché si le paquetage 
18114 \series bold
18115 colortbl
18116 \series default
18117  n'est pas installé :
18118 \end_layout
18119
18120 \end_inset
18121
18122
18123 \end_layout
18124
18125 \begin_layout Standard
18126 Vous devez installer le paquetage 
18127 \series bold
18128 colortbl
18129 \series default
18130  pour voir le contenu des cette section dans la sortie imprimée.
18131 \end_layout
18132
18133 \begin_layout Standard
18134 \begin_inset ERT
18135 status collapsed
18136
18137 \begin_layout Plain Layout
18138
18139
18140 \backslash
18141 fi
18142 \end_layout
18143
18144 \end_inset
18145
18146
18147 \end_layout
18148
18149 \begin_layout Subsection
18150 Les filets colorées
18151 \begin_inset Index idx
18152 status collapsed
18153
18154 \begin_layout Plain Layout
18155 Tableau Coloré ! Pour les filets
18156 \end_layout
18157
18158 \end_inset
18159
18160
18161 \begin_inset Index idx
18162 status collapsed
18163
18164 \begin_layout Plain Layout
18165 Couleur ! Pour les filets des tableaux
18166 \end_layout
18167
18168 \end_inset
18169
18170
18171 \begin_inset Note Note
18172 status collapsed
18173
18174 \begin_layout Plain Layout
18175 on parle de filets plutôt que de lignes pour les tableaux
18176 \end_layout
18177
18178 \end_inset
18179
18180
18181 \end_layout
18182
18183 \begin_layout Standard
18184 Comme c'est décrit dans la section
18185 \begin_inset space ~
18186 \end_inset
18187
18188
18189 \begin_inset CommandInset ref
18190 LatexCommand ref
18191 reference "sub:Epaisseur-filets"
18192
18193 \end_inset
18194
18195 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18196  variable 
18197 \series bold
18198
18199 \backslash
18200 arrayrulewidth
18201 \series default
18202 .
18203  Elle est mise à 1.5
18204 \begin_inset space \thinspace{}
18205 \end_inset
18206
18207 pt pour tous les tableaux de cette section.
18208 \begin_inset ERT
18209 status collapsed
18210
18211 \begin_layout Plain Layout
18212
18213
18214 \backslash
18215 setlength{
18216 \backslash
18217 arrayrulewidth}{1.5pt}
18218 \end_layout
18219
18220 \end_inset
18221
18222
18223 \end_layout
18224
18225 \begin_layout Standard
18226 Pour colorer les filets verticaux, par exemple en vert, créez le format
18227  de colonne suivant dans le préambule du document, en suivant la description
18228  de la section
18229 \begin_inset space ~
18230 \end_inset
18231
18232
18233 \begin_inset CommandInset ref
18234 LatexCommand ref
18235 reference "sub:Formats-personnalisés"
18236
18237 \end_inset
18238
18239 :
18240 \end_layout
18241
18242 \begin_layout Standard
18243
18244 \series bold
18245
18246 \backslash
18247 newcolumntype{W}{!{
18248 \backslash
18249 color{green}
18250 \backslash
18251 vline}}
18252 \end_layout
18253
18254 \begin_layout Standard
18255 Pour le tableau
18256 \begin_inset space ~
18257 \end_inset
18258
18259
18260 \begin_inset CommandInset ref
18261 LatexCommand ref
18262 reference "tab:Tableau-filets-verticaux-colorés"
18263
18264 \end_inset
18265
18266  le paramètre LaTeX
18267 \series bold
18268  WcW
18269 \series default
18270  a été utilisé pour la dernière colonne et
18271 \series bold
18272  Wc
18273 \series default
18274  pour les autres colonnes.
18275 \end_layout
18276
18277 \begin_layout Standard
18278 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18279 \end_layout
18280
18281 \begin_layout Standard
18282 \begin_inset Float table
18283 placement h
18284 wide false
18285 sideways false
18286 status open
18287
18288 \begin_layout Plain Layout
18289 \begin_inset Caption
18290
18291 \begin_layout Plain Layout
18292 \begin_inset CommandInset label
18293 LatexCommand label
18294 name "tab:Tableau-filets-verticaux-colorés"
18295
18296 \end_inset
18297
18298 Tableau avec filets verticaux colorés
18299 \end_layout
18300
18301 \end_inset
18302
18303
18304 \end_layout
18305
18306 \begin_layout Plain Layout
18307 \align center
18308 \begin_inset Tabular
18309 <lyxtabular version="3" rows="3" columns="3">
18310 <features tabularvalignment="middle">
18311 <column alignment="center" valignment="top" width="0" special="Wc">
18312 <column alignment="center" valignment="top" width="0" special="Wc">
18313 <column alignment="center" valignment="top" width="0" special="WcW">
18314 <row>
18315 <cell alignment="center" valignment="top" topline="true" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319 sd
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 <cell alignment="center" valignment="top" topline="true" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Plain Layout
18328
18329 \end_layout
18330
18331 \end_inset
18332 </cell>
18333 <cell alignment="center" valignment="top" topline="true" usebox="none">
18334 \begin_inset Text
18335
18336 \begin_layout Plain Layout
18337
18338 \end_layout
18339
18340 \end_inset
18341 </cell>
18342 </row>
18343 <row>
18344 <cell alignment="center" valignment="top" topline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 <cell alignment="center" valignment="top" topline="true" usebox="none">
18354 \begin_inset Text
18355
18356 \begin_layout Plain Layout
18357 sd
18358 \end_layout
18359
18360 \end_inset
18361 </cell>
18362 <cell alignment="center" valignment="top" topline="true" usebox="none">
18363 \begin_inset Text
18364
18365 \begin_layout Plain Layout
18366
18367 \end_layout
18368
18369 \end_inset
18370 </cell>
18371 </row>
18372 <row>
18373 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18374 \begin_inset Text
18375
18376 \begin_layout Plain Layout
18377
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395 sd
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 </row>
18401 </lyxtabular>
18402
18403 \end_inset
18404
18405
18406 \end_layout
18407
18408 \end_inset
18409
18410
18411 \end_layout
18412
18413 \begin_layout Standard
18414 \begin_inset VSpace bigskip
18415 \end_inset
18416
18417 Pour colorer les filets horizontaux en rouge comme pour le tableau
18418 \begin_inset space ~
18419 \end_inset
18420
18421
18422 \begin_inset CommandInset ref
18423 LatexCommand ref
18424 reference "tab:Tableau-filet-horizontaux-colorés"
18425
18426 \end_inset
18427
18428 , insérez les commandes suivantes en code TeX juste avant le tableau ou
18429  le flottant de tableau :
18430 \end_layout
18431
18432 \begin_layout Standard
18433
18434 \series bold
18435
18436 \backslash
18437 let
18438 \backslash
18439 myHlineC
18440 \backslash
18441 hline
18442 \begin_inset Newline newline
18443 \end_inset
18444
18445
18446 \backslash
18447 renewcommand{
18448 \backslash
18449 hline}
18450 \begin_inset Newline newline
18451 \end_inset
18452
18453
18454 \begin_inset Phantom HPhantom
18455 status open
18456
18457 \begin_layout Plain Layout
18458
18459 \series bold
18460 \begin_inset space ~
18461 \end_inset
18462
18463
18464 \end_layout
18465
18466 \end_inset
18467
18468 {
18469 \backslash
18470 arrayrulecolor{red}
18471 \backslash
18472 myHlineC
18473 \backslash
18474 arrayrulecolor{black}}
18475 \end_layout
18476
18477 \begin_layout Standard
18478 \begin_inset ERT
18479 status collapsed
18480
18481 \begin_layout Plain Layout
18482
18483
18484 \backslash
18485 let
18486 \backslash
18487 myHlineC
18488 \backslash
18489 hline
18490 \end_layout
18491
18492 \begin_layout Plain Layout
18493
18494
18495 \backslash
18496 renewcommand{
18497 \backslash
18498 hline}
18499 \end_layout
18500
18501 \begin_layout Plain Layout
18502
18503  {
18504 \backslash
18505 arrayrulecolor{red}
18506 \backslash
18507 myHlineC
18508 \backslash
18509 arrayrulecolor{black}}
18510 \end_layout
18511
18512 \end_inset
18513
18514
18515 \begin_inset Float table
18516 placement h
18517 wide false
18518 sideways false
18519 status open
18520
18521 \begin_layout Plain Layout
18522 \begin_inset Caption
18523
18524 \begin_layout Plain Layout
18525 \begin_inset CommandInset label
18526 LatexCommand label
18527 name "tab:Tableau-filet-horizontaux-colorés"
18528
18529 \end_inset
18530
18531 Tableau avec filets horizontaux colorés
18532 \end_layout
18533
18534 \end_inset
18535
18536
18537 \end_layout
18538
18539 \begin_layout Plain Layout
18540 \align center
18541 \begin_inset Tabular
18542 <lyxtabular version="3" rows="3" columns="3">
18543 <features tabularvalignment="middle">
18544 <column alignment="center" valignment="top" width="0">
18545 <column alignment="center" valignment="top" width="0">
18546 <column alignment="center" valignment="top" width="0">
18547 <row>
18548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552 sd
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 </row>
18576 <row>
18577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18578 \begin_inset Text
18579
18580 \begin_layout Plain Layout
18581
18582 \end_layout
18583
18584 \end_inset
18585 </cell>
18586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18587 \begin_inset Text
18588
18589 \begin_layout Plain Layout
18590 sd
18591 \end_layout
18592
18593 \end_inset
18594 </cell>
18595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 </row>
18605 <row>
18606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610
18611 \end_layout
18612
18613 \end_inset
18614 </cell>
18615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18616 \begin_inset Text
18617
18618 \begin_layout Plain Layout
18619
18620 \end_layout
18621
18622 \end_inset
18623 </cell>
18624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628 sd
18629 \end_layout
18630
18631 \end_inset
18632 </cell>
18633 </row>
18634 </lyxtabular>
18635
18636 \end_inset
18637
18638
18639 \end_layout
18640
18641 \end_inset
18642
18643
18644 \end_layout
18645
18646 \begin_layout Standard
18647 Pour revenir à la couleur noire implicite, insérez la commande suivante
18648  en code TeX, juste après le tableau ou le flottant de tableau :
18649 \end_layout
18650
18651 \begin_layout Standard
18652
18653 \series bold
18654
18655 \backslash
18656 renewcommand{
18657 \backslash
18658 hline}{
18659 \backslash
18660 myHlineC}
18661 \end_layout
18662
18663 \begin_layout Standard
18664 Le tableau
18665 \begin_inset space ~
18666 \end_inset
18667
18668
18669 \begin_inset CommandInset ref
18670 LatexCommand ref
18671 reference "tab:Tableau-avec-filets-colorés"
18672
18673 \end_inset
18674
18675  est un exemple avec des filets horizontaux et verticaux colorés.
18676 \end_layout
18677
18678 \begin_layout Standard
18679 \begin_inset Float table
18680 placement h
18681 wide false
18682 sideways false
18683 status open
18684
18685 \begin_layout Plain Layout
18686 \begin_inset Caption
18687
18688 \begin_layout Plain Layout
18689 \begin_inset CommandInset label
18690 LatexCommand label
18691 name "tab:Tableau-avec-filets-colorés"
18692
18693 \end_inset
18694
18695 Tableau avec filets horizontaux et verticaux colorés
18696 \end_layout
18697
18698 \end_inset
18699
18700
18701 \end_layout
18702
18703 \begin_layout Plain Layout
18704 \align center
18705 \begin_inset Tabular
18706 <lyxtabular version="3" rows="3" columns="3">
18707 <features tabularvalignment="middle">
18708 <column alignment="center" valignment="top" width="0" special="Wc">
18709 <column alignment="center" valignment="top" width="0" special="Wc">
18710 <column alignment="center" valignment="top" width="0" special="WcW">
18711 <row>
18712 <cell alignment="center" valignment="top" topline="true" usebox="none">
18713 \begin_inset Text
18714
18715 \begin_layout Plain Layout
18716 sd
18717 \end_layout
18718
18719 \end_inset
18720 </cell>
18721 <cell alignment="center" valignment="top" topline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 <cell alignment="center" valignment="top" topline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 </row>
18740 <row>
18741 <cell alignment="center" valignment="top" topline="true" usebox="none">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745
18746 \end_layout
18747
18748 \end_inset
18749 </cell>
18750 <cell alignment="center" valignment="top" topline="true" usebox="none">
18751 \begin_inset Text
18752
18753 \begin_layout Plain Layout
18754 sd
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 <cell alignment="center" valignment="top" topline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 </row>
18769 <row topspace="default">
18770 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18771 \begin_inset Text
18772
18773 \begin_layout Plain Layout
18774
18775 \end_layout
18776
18777 \end_inset
18778 </cell>
18779 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18780 \begin_inset Text
18781
18782 \begin_layout Plain Layout
18783
18784 \end_layout
18785
18786 \end_inset
18787 </cell>
18788 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18789 \begin_inset Text
18790
18791 \begin_layout Plain Layout
18792 sd
18793 \end_layout
18794
18795 \end_inset
18796 </cell>
18797 </row>
18798 </lyxtabular>
18799
18800 \end_inset
18801
18802
18803 \end_layout
18804
18805 \end_inset
18806
18807
18808 \end_layout
18809
18810 \begin_layout Standard
18811 \begin_inset ERT
18812 status collapsed
18813
18814 \begin_layout Plain Layout
18815
18816
18817 \backslash
18818 renewcommand{
18819 \backslash
18820 hline}{
18821 \backslash
18822 myHlineC}
18823 \end_layout
18824
18825 \end_inset
18826
18827
18828 \end_layout
18829
18830 \begin_layout Standard
18831 \begin_inset ERT
18832 status collapsed
18833
18834 \begin_layout Plain Layout
18835
18836
18837 \backslash
18838 setlength{
18839 \backslash
18840 arrayrulewidth}{0.4pt}
18841 \end_layout
18842
18843 \end_inset
18844
18845
18846 \end_layout
18847
18848 \begin_layout Section
18849
18850 \lang english
18851 Table Width Calculation
18852 \begin_inset CommandInset label
18853 LatexCommand label
18854 name "sec:Table-Width-Calculation"
18855
18856 \end_inset
18857
18858
18859 \end_layout
18860
18861 \begin_layout Standard
18862
18863 \lang english
18864 For wide tables it is sometimes difficult to assure that the table does
18865  not protrude over the page margin.
18866  Setting a fixed width for every column of the table is the solution, but
18867  what amount of space is needed for each column?
18868 \end_layout
18869
18870 \begin_layout Standard
18871
18872 \lang english
18873 The table width 
18874 \begin_inset Formula $W_{\mathrm{table}}$
18875 \end_inset
18876
18877  can be calculated: Every column has the width of the specified column width
18878  
18879 \begin_inset Formula $W_{\mathrm{column}}$
18880 \end_inset
18881
18882  (that the content of the column can consume) plus two times the separation
18883  between the column content and the column border (LaTeX length
18884 \series bold
18885  
18886 \backslash
18887 tabcolsep
18888 \series default
18889 , default 6
18890 \begin_inset space \thinspace{}
18891 \end_inset
18892
18893 pt) plus the width of a border line (LaTeX length 
18894 \series bold
18895
18896 \backslash
18897 arrayrulewidth
18898 \series default
18899 , default 0.4
18900 \begin_inset space \thinspace{}
18901 \end_inset
18902
18903 pt): So if all 
18904 \begin_inset Formula $n$
18905 \end_inset
18906
18907
18908 \begin_inset space ~
18909 \end_inset
18910
18911 columns have the same width, the table width is
18912 \lang french
18913
18914 \begin_inset Formula 
18915 \begin{equation}
18916 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18917 \end{equation}
18918
18919 \end_inset
18920
18921
18922 \end_layout
18923
18924 \begin_layout Standard
18925
18926 \lang english
18927 The available width for a table is the space between the page margins or
18928  the width of a text column (for a two-column document) (LaTeX length 
18929 \series bold
18930
18931 \backslash
18932 columnwidth
18933 \series default
18934 ).
18935  If all table columns should have the same width and 
18936 \begin_inset Formula $W_{\mathrm{table}}$
18937 \end_inset
18938
18939  should be 1
18940 \begin_inset space \thinspace{}
18941 \end_inset
18942
18943
18944 \backslash
18945 columnwidth, 
18946 \begin_inset Formula $W_{\mathrm{column}}$
18947 \end_inset
18948
18949  can easily be calculated.
18950 \end_layout
18951
18952 \begin_layout Standard
18953
18954 \lang english
18955 To be able to perform calculations you need to load the LaTeX-package 
18956 \series bold
18957 calc
18958 \series default
18959 \lang french
18960
18961 \begin_inset Index idx
18962 status collapsed
18963
18964 \begin_layout Plain Layout
18965 Paquetages LaTeX ! calc
18966 \end_layout
18967
18968 \end_inset
18969
18970
18971 \lang english
18972  in the document preamble.
18973  To set the width in the table dialog you have to use the field 
18974 \family sans
18975 LaTeX argument
18976 \family default
18977 .
18978  The command scheme for this field is the same that is explained in section
18979 \begin_inset space ~
18980 \end_inset
18981
18982
18983 \lang french
18984
18985 \begin_inset CommandInset ref
18986 LatexCommand ref
18987 reference "sub:Calculs-multicolonnes"
18988
18989 \end_inset
18990
18991
18992 \lang english
18993 .
18994  For a table with 5
18995 \begin_inset space \thinspace{}
18996 \end_inset
18997
18998 columns with an uniform width and centered text, enter there for each column
18999  the command
19000 \end_layout
19001
19002 \begin_layout Standard
19003
19004 \series bold
19005 >{
19006 \backslash
19007 centering}p{(1
19008 \backslash
19009 columnwidth-62.4pt)/5}
19010 \end_layout
19011
19012 \begin_layout Standard
19013
19014 \lang english
19015 For a table with 5
19016 \begin_inset space \thinspace{}
19017 \end_inset
19018
19019 columns where 2 should have 0.75
19020 \begin_inset space ~
19021 \end_inset
19022
19023 times the width than the 3 others, the calculation is
19024 \end_layout
19025
19026 \begin_layout Standard
19027 \begin_inset Formula 
19028 \begin{align}
19029 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19030  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19031  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19032 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19033 \end{align}
19034
19035 \end_inset
19036
19037
19038 \end_layout
19039
19040 \begin_layout Standard
19041
19042 \lang english
19043 In the table therefore the command
19044 \end_layout
19045
19046 \begin_layout Standard
19047
19048 \series bold
19049 >{
19050 \backslash
19051 centering}p{(1
19052 \backslash
19053 columnwidth-62.4pt)/
19054 \backslash
19055 real{4.5}}
19056 \end_layout
19057
19058 \begin_layout Standard
19059
19060 \lang english
19061 is used for the wider columns and
19062 \end_layout
19063
19064 \begin_layout Standard
19065
19066 \series bold
19067 >{
19068 \backslash
19069 centering}p{(1
19070 \backslash
19071 columnwidth-62.4pt)/
19072 \backslash
19073 real{4.5}*
19074 \backslash
19075 real{0.75}}
19076 \end_layout
19077
19078 \begin_layout Standard
19079
19080 \lang english
19081 for the smaller ones:
19082 \end_layout
19083
19084 \begin_layout Standard
19085 \begin_inset Tabular
19086 <lyxtabular version="3" rows="2" columns="5">
19087 <features tabularvalignment="middle">
19088 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19089 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19090 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19091 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19092 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19093 <row>
19094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19095 \begin_inset Text
19096
19097 \begin_layout Plain Layout
19098 1
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19104 \begin_inset Text
19105
19106 \begin_layout Plain Layout
19107 2
19108 \end_layout
19109
19110 \end_inset
19111 </cell>
19112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116 3
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125 4
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134 5
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 </row>
19140 <row>
19141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145 111111 1111111 111111 111111111 11111 11111 1111
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19160 \begin_inset Text
19161
19162 \begin_layout Plain Layout
19163 2222 22222 222222 222222222 2222222 22 22222
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181 333333 333333 333333 33333 3333333 333
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 </row>
19187 </lyxtabular>
19188
19189 \end_inset
19190
19191
19192 \end_layout
19193
19194 \begin_layout Section
19195 Personnalisation des tableaux
19196 \begin_inset Index idx
19197 status collapsed
19198
19199 \begin_layout Plain Layout
19200 Tableau ! Personnalisation
19201 \end_layout
19202
19203 \end_inset
19204
19205
19206 \begin_inset Index idx
19207 status collapsed
19208
19209 \begin_layout Plain Layout
19210 Personnalisation des tableaux
19211 \end_layout
19212
19213 \end_inset
19214
19215
19216 \end_layout
19217
19218 \begin_layout Subsection
19219 Espacement des lignes
19220 \begin_inset CommandInset label
19221 LatexCommand label
19222 name "sub:Espacement-lignes"
19223
19224 \end_inset
19225
19226
19227 \begin_inset Index idx
19228 status collapsed
19229
19230 \begin_layout Plain Layout
19231 Personnalisation des tableaux ! Espacement des lignes
19232 \end_layout
19233
19234 \end_inset
19235
19236
19237 \end_layout
19238
19239 \begin_layout Standard
19240 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
19241  l'onglet 
19242 \family sans
19243 Bordures
19244 \family default
19245  de la fenêtre de dialogue 
19246 \family sans
19247 Paramètres
19248 \begin_inset space ~
19249 \end_inset
19250
19251 du
19252 \begin_inset space ~
19253 \end_inset
19254
19255 tableau
19256 \family default
19257 .
19258  Vous y trouverez trois possibilités :
19259 \end_layout
19260
19261 \begin_layout Description
19262 Haut
19263 \begin_inset space ~
19264 \end_inset
19265
19266 de
19267 \begin_inset space ~
19268 \end_inset
19269
19270 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
19271  Si le tableau est un tableau formel
19272 \begin_inset Foot
19273 status collapsed
19274
19275 \begin_layout Plain Layout
19276 Les tableaux formels sont décrits dans la section
19277 \begin_inset space ~
19278 \end_inset
19279
19280
19281 \begin_inset CommandInset ref
19282 LatexCommand ref
19283 reference "sec:Tableaux-Formels"
19284
19285 \end_inset
19286
19287 .
19288 \end_layout
19289
19290 \end_inset
19291
19292  LyX va insérer implicitement un espace de 0.5
19293 \begin_inset space \thinspace{}
19294 \end_inset
19295
19296 em.
19297  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
19298  les filets verticaux comme dans le tableau suivant :
19299 \begin_inset VSpace medskip
19300 \end_inset
19301
19302
19303 \begin_inset Newline newline
19304 \end_inset
19305
19306
19307 \begin_inset space \hspace*{}
19308 \length 0pt
19309 \end_inset
19310
19311
19312 \begin_inset space \hfill{}
19313 \end_inset
19314
19315
19316 \begin_inset Tabular
19317 <lyxtabular version="3" rows="3" columns="1">
19318 <features tabularvalignment="middle">
19319 <column alignment="center" valignment="top" width="0">
19320 <row>
19321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325 A
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 </row>
19331 <row topspace="3mm">
19332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336 espace de 3
19337 \begin_inset space \thinspace{}
19338 \end_inset
19339
19340 mm en haut de la ligne
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 </row>
19346 <row>
19347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351 C
19352 \end_layout
19353
19354 \end_inset
19355 </cell>
19356 </row>
19357 </lyxtabular>
19358
19359 \end_inset
19360
19361
19362 \begin_inset space \hfill{}
19363 \end_inset
19364
19365
19366 \begin_inset space \hspace*{}
19367 \length 0pt
19368 \end_inset
19369
19370
19371 \begin_inset VSpace medskip
19372 \end_inset
19373
19374
19375 \begin_inset Newline newline
19376 \end_inset
19377
19378 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
19379  pas de filets verticaux.
19380 \end_layout
19381
19382 \begin_layout Description
19383 Bas
19384 \begin_inset space ~
19385 \end_inset
19386
19387 de
19388 \begin_inset space ~
19389 \end_inset
19390
19391 ligne va ajouter de l'espace sous les caractères de la ligne.
19392  Si le tableau est un tableau formel LyX va insérer implicitement un espace
19393  de 0.5
19394 \begin_inset space \thinspace{}
19395 \end_inset
19396
19397 em, pour les tableaux normaux, l'espace implicite est de 2
19398 \begin_inset space \thinspace{}
19399 \end_inset
19400
19401 pt.
19402 \end_layout
19403
19404 \begin_layout Description
19405 Entre
19406 \begin_inset space ~
19407 \end_inset
19408
19409 les
19410 \begin_inset space ~
19411 \end_inset
19412
19413 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
19414  Si le tableau est un tableau formel LyX va insérer implicitement un espace
19415  de 0.5
19416 \begin_inset space \thinspace{}
19417 \end_inset
19418
19419 em.
19420  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
19421  les filets verticaux comme dans le tableau suivant :
19422 \begin_inset VSpace medskip
19423 \end_inset
19424
19425
19426 \begin_inset Newline newline
19427 \end_inset
19428
19429
19430 \begin_inset space \hspace*{}
19431 \length 0pt
19432 \end_inset
19433
19434
19435 \begin_inset space \hfill{}
19436 \end_inset
19437
19438
19439 \begin_inset Tabular
19440 <lyxtabular version="3" rows="3" columns="1">
19441 <features tabularvalignment="middle">
19442 <column alignment="center" valignment="top" width="0">
19443 <row>
19444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 A
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 </row>
19454 <row interlinespace="3mm">
19455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459 \begin_inset Formula $\downarrow$
19460 \end_inset
19461
19462  espace de 3
19463 \begin_inset space \thinspace{}
19464 \end_inset
19465
19466 mm entre les lignes 
19467 \begin_inset Formula $\downarrow$
19468 \end_inset
19469
19470
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 </row>
19476 <row>
19477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481 \begin_inset Formula $\uparrow$
19482 \end_inset
19483
19484  espace de 3
19485 \begin_inset space \thinspace{}
19486 \end_inset
19487
19488 mm entre les lignes 
19489 \begin_inset Formula $\uparrow$
19490 \end_inset
19491
19492
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 </row>
19498 </lyxtabular>
19499
19500 \end_inset
19501
19502
19503 \begin_inset space \hfill{}
19504 \end_inset
19505
19506
19507 \begin_inset space \hspace*{}
19508 \length 0pt
19509 \end_inset
19510
19511
19512 \begin_inset VSpace medskip
19513 \end_inset
19514
19515
19516 \begin_inset Newline newline
19517 \end_inset
19518
19519 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
19520  pas de filets verticaux.
19521 \end_layout
19522
19523 \begin_layout Standard
19524 \begin_inset VSpace bigskip
19525 \end_inset
19526
19527 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
19528  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
19529  dans le préambule :
19530 \end_layout
19531
19532 \begin_layout Standard
19533
19534 \series bold
19535
19536 \backslash
19537 @ifundefined{extrarowheight}
19538 \begin_inset Newline newline
19539 \end_inset
19540
19541
19542 \begin_inset Phantom HPhantom
19543 status open
19544
19545 \begin_layout Plain Layout
19546
19547 \series bold
19548 \begin_inset space ~
19549 \end_inset
19550
19551
19552 \end_layout
19553
19554 \end_inset
19555
19556 {
19557 \backslash
19558 usepackage{array}}{}
19559 \begin_inset Newline newline
19560 \end_inset
19561
19562
19563 \backslash
19564 setlength{
19565 \backslash
19566 extrarowheight}{height}
19567 \end_layout
19568
19569 \begin_layout Standard
19570 Mais ceci présente le défaut que le texte des cellules de tableau n'est
19571  plus exactement centré verticalement.
19572  (le paquetage 
19573 \series bold
19574 array 
19575 \series default
19576 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
19577  auto-définis.
19578  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
19579  
19580 \series bold
19581
19582 \backslash
19583 @ifundefined
19584 \series default
19585  dans la commande précédente.)
19586 \end_layout
19587
19588 \begin_layout Standard
19589 Si vous utilisez des polices de taille plus grande que la taille normale,
19590  les bordures des tableaux sont souvent trop proches du texte.
19591  On peut corriger ce problème en insérant la commande 
19592 \series bold
19593
19594 \begin_inset space \space{}
19595 \end_inset
19596
19597
19598 \backslash
19599 strut
19600 \series default
19601  en code TeX au debut d'une ligne du tableau.
19602  Le tableau
19603 \begin_inset space ~
19604 \end_inset
19605
19606
19607 \begin_inset CommandInset ref
19608 LatexCommand ref
19609 reference "tab:Alignement-vertical"
19610
19611 \end_inset
19612
19613  montre l'effet de cette commande.
19614 \end_layout
19615
19616 \begin_layout Standard
19617 \noindent
19618 \begin_inset Float table
19619 placement h
19620 wide false
19621 sideways false
19622 status open
19623
19624 \begin_layout Plain Layout
19625 \begin_inset Caption
19626
19627 \begin_layout Plain Layout
19628 \begin_inset CommandInset label
19629 LatexCommand label
19630 name "tab:Alignement-vertical"
19631
19632 \end_inset
19633
19634 Alignement vertical d'un texte avec une police de grande taille.
19635 \end_layout
19636
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \begin_layout Plain Layout
19643 \begin_inset space \hfill{}
19644 \end_inset
19645
19646
19647 \begin_inset Float table
19648 wide false
19649 sideways false
19650 status collapsed
19651
19652 \begin_layout Plain Layout
19653 \begin_inset Caption
19654
19655 \begin_layout Plain Layout
19656 Tableau normal.
19657 \end_layout
19658
19659 \end_inset
19660
19661
19662 \end_layout
19663
19664 \begin_layout Plain Layout
19665 \noindent
19666 \align center
19667 \begin_inset Tabular
19668 <lyxtabular version="3" rows="6" columns="1">
19669 <features tabularvalignment="middle">
19670 <column alignment="left" valignment="top" width="0">
19671 <row>
19672 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19673 \begin_inset Text
19674
19675 \begin_layout Plain Layout
19676 Normal, g
19677 \end_layout
19678
19679 \end_inset
19680 </cell>
19681 </row>
19682 <row>
19683 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687
19688 \size large
19689 Large
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 </row>
19695 <row>
19696 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700
19701 \size larger
19702 Larger
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 </row>
19708 <row>
19709 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713
19714 \size largest
19715 Largest
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 </row>
19721 <row>
19722 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726
19727 \size huge
19728 Huge
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 </row>
19734 <row>
19735 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739
19740 \size huge
19741 Huger
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 </row>
19747 </lyxtabular>
19748
19749 \end_inset
19750
19751
19752 \end_layout
19753
19754 \end_inset
19755
19756
19757 \begin_inset space \hfill{}
19758 \end_inset
19759
19760
19761 \begin_inset Float table
19762 wide false
19763 sideways false
19764 status collapsed
19765
19766 \begin_layout Plain Layout
19767 \begin_inset Caption
19768
19769 \begin_layout Plain Layout
19770 Tableau utilisant la commande 
19771 \series bold
19772
19773 \backslash
19774 strut
19775 \series default
19776 .
19777 \end_layout
19778
19779 \end_inset
19780
19781
19782 \end_layout
19783
19784 \begin_layout Plain Layout
19785 \noindent
19786 \align center
19787 \begin_inset Tabular
19788 <lyxtabular version="3" rows="6" columns="1">
19789 <features tabularvalignment="middle">
19790 <column alignment="left" valignment="top" width="0">
19791 <row>
19792 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796 Normal, g
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 </row>
19802 <row>
19803 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807
19808 \size large
19809 \begin_inset ERT
19810 status collapsed
19811
19812 \begin_layout Plain Layout
19813
19814
19815 \backslash
19816 strut 
19817 \end_layout
19818
19819 \end_inset
19820
19821 Large
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 </row>
19827 <row>
19828 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832
19833 \size larger
19834 \begin_inset ERT
19835 status collapsed
19836
19837 \begin_layout Plain Layout
19838
19839
19840 \backslash
19841 strut 
19842 \end_layout
19843
19844 \end_inset
19845
19846 Larger
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 </row>
19852 <row>
19853 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857
19858 \size largest
19859 \begin_inset ERT
19860 status collapsed
19861
19862 \begin_layout Plain Layout
19863
19864
19865 \backslash
19866 strut 
19867 \end_layout
19868
19869 \end_inset
19870
19871 Largest
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 </row>
19877 <row>
19878 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882
19883 \size huge
19884 \begin_inset ERT
19885 status collapsed
19886
19887 \begin_layout Plain Layout
19888
19889
19890 \backslash
19891 strut 
19892 \end_layout
19893
19894 \end_inset
19895
19896 Huge
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 </row>
19902 <row>
19903 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907
19908 \size giant
19909 \begin_inset ERT
19910 status collapsed
19911
19912 \begin_layout Plain Layout
19913
19914
19915 \backslash
19916 strut 
19917 \end_layout
19918
19919 \end_inset
19920
19921
19922 \size huge
19923 Huger
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 </row>
19929 </lyxtabular>
19930
19931 \end_inset
19932
19933
19934 \end_layout
19935
19936 \end_inset
19937
19938
19939 \begin_inset space \hfill{}
19940 \end_inset
19941
19942
19943 \end_layout
19944
19945 \end_inset
19946
19947
19948 \end_layout
19949
19950 \begin_layout Standard
19951 \begin_inset Newpage newpage
19952 \end_inset
19953
19954
19955 \end_layout
19956
19957 \begin_layout Subsection
19958 Alignements de cellules spéciaux
19959 \begin_inset CommandInset label
19960 LatexCommand label
19961 name "sub:Alignements-de-cellules"
19962
19963 \end_inset
19964
19965
19966 \begin_inset Index idx
19967 status collapsed
19968
19969 \begin_layout Plain Layout
19970 Personnalisation des tableaux ! Alignement de cellules spéciaux
19971 \end_layout
19972
19973 \end_inset
19974
19975
19976 \end_layout
19977
19978 \begin_layout Standard
19979 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
19980  cellules sur un caractère donné, par exemple le séparateur décimal comme
19981  dans le tableau
19982 \begin_inset space ~
19983 \end_inset
19984
19985
19986 \begin_inset CommandInset ref
19987 LatexCommand ref
19988 reference "tab:Tableau-centré-sur-séparateur-1"
19989
19990 \end_inset
19991
19992 .
19993  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
19994  soit en appuyant sur le bouton 
19995 \begin_inset Graphics
19996         filename ../../images/tabular-feature_align-decimal.png
19997         scale 85
19998         scaleBeforeRotation
19999
20000 \end_inset
20001
20002 de la barre d'outils ou en modifiant le paramètre 
20003 \family sans
20004 Alignement horizontal
20005 \family default
20006  à 
20007 \family sans
20008 Au séparateur décimal
20009 \family default
20010 .
20011  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
20012  dans les paramètres du tableau.
20013 \end_layout
20014
20015 \begin_layout Standard
20016 \begin_inset Float table
20017 placement h
20018 wide false
20019 sideways false
20020 status open
20021
20022 \begin_layout Plain Layout
20023 \begin_inset Caption
20024
20025 \begin_layout Plain Layout
20026 \begin_inset CommandInset label
20027 LatexCommand label
20028 name "tab:Tableau-centré-sur-séparateur-1"
20029
20030 \end_inset
20031
20032 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
20033 \end_layout
20034
20035 \end_inset
20036
20037
20038 \end_layout
20039
20040 \begin_layout Plain Layout
20041 \align center
20042 \begin_inset Tabular
20043 <lyxtabular version="3" rows="4" columns="1">
20044 <features booktabs="true" tabularvalignment="middle">
20045 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20046 <row>
20047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051 en-tête
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 </row>
20057 <row>
20058 <cell alignment="center" valignment="top" topline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062 12,6
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 </row>
20068 <row>
20069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 0,68
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 </row>
20079 <row>
20080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084 -123,0
20085 \end_layout
20086
20087 \end_inset
20088 </cell>
20089 </row>
20090 </lyxtabular>
20091
20092 \end_inset
20093
20094
20095 \end_layout
20096
20097 \end_inset
20098
20099
20100 \end_layout
20101
20102 \begin_layout Standard
20103 \begin_inset Float table
20104 placement h
20105 wide false
20106 sideways false
20107 status open
20108
20109 \begin_layout Plain Layout
20110 \begin_inset Caption
20111
20112 \begin_layout Plain Layout
20113 \begin_inset CommandInset label
20114 LatexCommand label
20115 name "tab:Tableau-centré-sur-séparateur-2"
20116
20117 \end_inset
20118
20119 Les cellules d'une colonnes sont centrées sur les opérateurs.
20120 \end_layout
20121
20122 \end_inset
20123
20124
20125 \end_layout
20126
20127 \begin_layout Plain Layout
20128 \align center
20129 \begin_inset Tabular
20130 <lyxtabular version="3" rows="4" columns="2">
20131 <features booktabs="true" tabularvalignment="middle">
20132 <column alignment="right" valignment="top" width="0pt">
20133 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20134 <row>
20135 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20136 \begin_inset Text
20137
20138 \begin_layout Plain Layout
20139 en-tête
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148
20149 \end_layout
20150
20151 \end_inset
20152 </cell>
20153 </row>
20154 <row>
20155 <cell alignment="center" valignment="top" usebox="none">
20156 \begin_inset Text
20157
20158 \begin_layout Plain Layout
20159 \begin_inset Formula $12\,+$
20160 \end_inset
20161
20162
20163 \end_layout
20164
20165 \end_inset
20166 </cell>
20167 <cell alignment="center" valignment="top" usebox="none">
20168 \begin_inset Text
20169
20170 \begin_layout Plain Layout
20171 \begin_inset Formula $\,6$
20172 \end_inset
20173
20174
20175 \end_layout
20176
20177 \end_inset
20178 </cell>
20179 </row>
20180 <row>
20181 <cell alignment="center" valignment="top" usebox="none">
20182 \begin_inset Text
20183
20184 \begin_layout Plain Layout
20185 \begin_inset Formula $0\,-$
20186 \end_inset
20187
20188
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 <cell alignment="center" valignment="top" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197 \begin_inset Formula $\,68$
20198 \end_inset
20199
20200
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 </row>
20206 <row>
20207 <cell alignment="center" valignment="top" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211 \begin_inset Formula $-123\,/$
20212 \end_inset
20213
20214
20215 \end_layout
20216
20217 \end_inset
20218 </cell>
20219 <cell alignment="center" valignment="top" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Plain Layout
20223 \begin_inset Formula $\,0$
20224 \end_inset
20225
20226
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 </row>
20232 </lyxtabular>
20233
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \end_inset
20240
20241
20242 \end_layout
20243
20244 \begin_layout Standard
20245 L'alignement sur un caractère ne fonctionne pas avec des formules parce
20246  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
20247  formules.
20248  Dans ce cas on doit utiliser la méthode du tableau
20249 \begin_inset space ~
20250 \end_inset
20251
20252
20253 \begin_inset CommandInset ref
20254 LatexCommand ref
20255 reference "tab:Tableau-centré-sur-séparateur-2"
20256
20257 \end_inset
20258
20259 .
20260  Ce tableau a été créé comme un tableau 4×2.
20261  L'en-tête est une cellule multi-colonne centrée.
20262  La première colonne est alignée à droite et contient la première partie
20263  et inclue l'opérateur.
20264  La seconde colonne contient le reste de la cellule aligné à gauche.
20265  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
20266  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
20267  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
20268  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
20269  :
20270 \end_layout
20271
20272 \begin_layout Standard
20273
20274 \series bold
20275 @{}l
20276 \end_layout
20277
20278 \begin_layout Standard
20279 Le tableau
20280 \begin_inset space ~
20281 \end_inset
20282
20283
20284 \begin_inset CommandInset ref
20285 LatexCommand ref
20286 reference "tab:Plusieurs-exemples-alignements"
20287
20288 \end_inset
20289
20290  montre quelques exemples d'alignements.
20291  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
20292  comme pour la deuxième colonne du tableau
20293 \begin_inset space ~
20294 \end_inset
20295
20296
20297 \begin_inset CommandInset ref
20298 LatexCommand ref
20299 reference "tab:Tableau-centré-sur-séparateur-2"
20300
20301 \end_inset
20302
20303 .
20304 \end_layout
20305
20306 \begin_layout Standard
20307 \begin_inset Float table
20308 wide false
20309 sideways false
20310 status open
20311
20312 \begin_layout Plain Layout
20313 \begin_inset Caption
20314
20315 \begin_layout Plain Layout
20316 \begin_inset CommandInset label
20317 LatexCommand label
20318 name "tab:Plusieurs-exemples-alignements"
20319
20320 \end_inset
20321
20322 Plusieurs exemples d'alignement de cellules.
20323 \end_layout
20324
20325 \end_inset
20326
20327
20328 \end_layout
20329
20330 \begin_layout Plain Layout
20331 \align center
20332 \begin_inset Tabular
20333 <lyxtabular version="3" rows="4" columns="6">
20334 <features tabularvalignment="middle">
20335 <column alignment="right" valignment="top" width="0">
20336 <column alignment="left" valignment="top" width="0" special="@{}l">
20337 <column alignment="right" valignment="top" width="0">
20338 <column alignment="left" valignment="top" width="0" special="@{}l">
20339 <column alignment="right" valignment="top" width="0">
20340 <column alignment="left" valignment="top" width="0" special="@{}l">
20341 <row>
20342 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 unités
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364 exposants
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382 relations
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 </row>
20397 <row>
20398 <cell alignment="center" valignment="top" usebox="none">
20399 \begin_inset Text
20400
20401 \begin_layout Plain Layout
20402 12×
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411 24
20412 \begin_inset space \thinspace{}
20413 \end_inset
20414
20415 bouteilles
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 <cell alignment="center" valignment="top" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424 \begin_inset Formula $10\cdot$
20425 \end_inset
20426
20427
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436 \begin_inset Formula $10^{\mbox{-}17}$
20437 \end_inset
20438
20439
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 <cell alignment="center" valignment="top" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448 \begin_inset Formula $\Gamma(t)\propto$
20449 \end_inset
20450
20451
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 <cell alignment="center" valignment="top" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460 \begin_inset Formula $\:\Upsilon(t)$
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 </row>
20469 <row>
20470 <cell alignment="center" valignment="top" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474 1024×
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20480 \begin_inset Text
20481
20482 \begin_layout Plain Layout
20483 768
20484 \begin_inset space \thinspace{}
20485 \end_inset
20486
20487 Pixels
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 <cell alignment="center" valignment="top" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496 \begin_inset Formula $5.78\cdot$
20497 \end_inset
20498
20499
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508 \begin_inset Formula $10^{7}$
20509 \end_inset
20510
20511
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $A\ne$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 <cell alignment="center" valignment="top" usebox="none">
20529 \begin_inset Text
20530
20531 \begin_layout Plain Layout
20532 \begin_inset Formula $\: B_{\mathrm{red}}$
20533 \end_inset
20534
20535
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 </row>
20541 <row>
20542 <cell alignment="center" valignment="top" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546 32×
20547 \end_layout
20548
20549 \end_inset
20550 </cell>
20551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20552 \begin_inset Text
20553
20554 \begin_layout Plain Layout
20555 6
20556 \begin_inset space \thinspace{}
20557 \end_inset
20558
20559 cm
20560 \end_layout
20561
20562 \end_inset
20563 </cell>
20564 <cell alignment="center" valignment="top" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568 -
20569 \begin_inset Formula $33.5\cdot$
20570 \end_inset
20571
20572
20573 \end_layout
20574
20575 \end_inset
20576 </cell>
20577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20578 \begin_inset Text
20579
20580 \begin_layout Plain Layout
20581 \begin_inset Formula $10^{4}$
20582 \end_inset
20583
20584
20585 \end_layout
20586
20587 \end_inset
20588 </cell>
20589 <cell alignment="center" valignment="top" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593 \begin_inset Formula $\sin(\alpha)\ge$
20594 \end_inset
20595
20596
20597 \end_layout
20598
20599 \end_inset
20600 </cell>
20601 <cell alignment="center" valignment="top" usebox="none">
20602 \begin_inset Text
20603
20604 \begin_layout Plain Layout
20605 \begin_inset Formula $\:\sin(\beta)$
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \end_inset
20612 </cell>
20613 </row>
20614 </lyxtabular>
20615
20616 \end_inset
20617
20618
20619 \end_layout
20620
20621 \end_inset
20622
20623
20624 \end_layout
20625
20626 \begin_layout Subsection
20627 Formats de cellule et de colonne personnalisés
20628 \begin_inset CommandInset label
20629 LatexCommand label
20630 name "sub:Formats-personnalisés"
20631
20632 \end_inset
20633
20634
20635 \begin_inset Index idx
20636 status collapsed
20637
20638 \begin_layout Plain Layout
20639 Personnalisation des tableaux !  Format de cellule/colonne
20640 \end_layout
20641
20642 \end_inset
20643
20644
20645 \end_layout
20646
20647 \begin_layout Standard
20648 Calculer la largeur nécessaire pour colonnes normales comme dans la section
20649 \begin_inset space ~
20650 \end_inset
20651
20652
20653 \begin_inset CommandInset ref
20654 LatexCommand ref
20655 reference "sec:Table-Width-Calculation"
20656
20657 \end_inset
20658
20659  et pour des colonnes couvertes par un cellule multi-colonne comme dans
20660  la section
20661 \begin_inset space ~
20662 \end_inset
20663
20664
20665 \begin_inset CommandInset ref
20666 LatexCommand ref
20667 reference "sub:Calculs-multicolonnes"
20668
20669 \end_inset
20670
20671  peut devenir très pénible si vous avez plusieurs tableaux.
20672  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
20673  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
20674  du document.
20675  Le format est défini avec la commande
20676 \end_layout
20677
20678 \begin_layout Standard
20679
20680 \series bold
20681
20682 \backslash
20683 newcolumntype{nom du format}[nombre d'arguments]{commandes}
20684 \end_layout
20685
20686 \begin_layout Standard
20687 Le nom du format peut n'avoir qu'une lettre.
20688  Les lettres 
20689 \emph on
20690 b
20691 \emph default
20692
20693 \emph on
20694 c
20695 \emph default
20696
20697 \emph on
20698 l
20699 \emph default
20700
20701 \emph on
20702 m
20703 \emph default
20704
20705 \emph on
20706 p
20707 \emph default
20708  et 
20709 \emph on
20710 r
20711 \emph default
20712  sont prédéfinies et donc ne peuvent être utilisées.
20713  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
20714 \end_layout
20715
20716 \begin_layout Standard
20717 \begin_inset VSpace medskip
20718 \end_inset
20719
20720
20721 \end_layout
20722
20723 \begin_layout Standard
20724 Pour de cellules multi-colonnes centrées verticalement et horizontalement
20725  avec une largeur donnée, vous pouvez définir le format de cellule suivant
20726  :
20727 \end_layout
20728
20729 \begin_layout Standard
20730
20731 \series bold
20732
20733 \backslash
20734 newcolumntype{M}[1]{>{
20735 \backslash
20736 centering
20737 \backslash
20738 hspace{0pt}}m{#1}}
20739 \end_layout
20740
20741 \begin_layout Standard
20742 Où le 
20743 \series bold
20744
20745 \backslash
20746 hspace{0pt}
20747 \series default
20748  évite le problème de césure du premier mot, comme c'est décrit en section
20749 \begin_inset space ~
20750 \end_inset
20751
20752
20753 \begin_inset CommandInset ref
20754 LatexCommand ref
20755 reference "sub:Lignes-multiple-dans-cellule"
20756
20757 \end_inset
20758
20759 .
20760  Ensuite, vous pouvez entrer
20761 \end_layout
20762
20763 \begin_layout Standard
20764
20765 \series bold
20766 M{width}
20767 \end_layout
20768
20769 \begin_layout Standard
20770 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
20771  une multi-colonne.
20772 \end_layout
20773
20774 \begin_layout Standard
20775 \begin_inset VSpace bigskip
20776 \end_inset
20777
20778
20779 \end_layout
20780
20781 \begin_layout Standard
20782 Pour les cellules qui sont couvertes par la cellule multi-colonne, vous
20783  pouvez définir le format
20784 \end_layout
20785
20786 \begin_layout Standard
20787
20788 \series bold
20789
20790 \backslash
20791 newcolumntype{S}[2]{>{
20792 \backslash
20793 centering
20794 \backslash
20795 hspace{0pt}}
20796 \begin_inset Newline newline
20797 \end_inset
20798
20799
20800 \begin_inset Phantom HPhantom
20801 status open
20802
20803 \begin_layout Plain Layout
20804
20805 \series bold
20806
20807 \backslash
20808 newcolumntype{S}[2]
20809 \end_layout
20810
20811 \end_inset
20812
20813 m{(#1+(2
20814 \backslash
20815 tabcolsep+
20816 \backslash
20817 arrayrulewidth)*(1-#2))/#2}}
20818 \end_layout
20819
20820 \begin_layout Standard
20821 Ce format utilise l'équation
20822 \begin_inset space ~
20823 \end_inset
20824
20825
20826 \begin_inset CommandInset ref
20827 LatexCommand eqref
20828 reference "eq:Wgn"
20829
20830 \end_inset
20831
20832  pour calculer la largeur que doit avoir chacune des cellules couverte par
20833  la cellule multi-colonne pour qu'elles aient toutes la même largeur.
20834 \end_layout
20835
20836 \begin_layout Standard
20837 Ensuite, vous pouvez entrer
20838 \end_layout
20839
20840 \begin_layout Standard
20841
20842 \series bold
20843 S{largeur de la cellule multi-colonne}{nombre de colonnes couvertes}
20844 \end_layout
20845
20846 \begin_layout Standard
20847 comme paramètre LaTeX de la colonne.
20848 \end_layout
20849
20850 \begin_layout Standard
20851 \begin_inset VSpace bigskip
20852 \end_inset
20853
20854
20855 \end_layout
20856
20857 \begin_layout Standard
20858 Pour des colonnes colorées, vous pouvez définir
20859 \end_layout
20860
20861 \begin_layout Standard
20862
20863 \series bold
20864
20865 \backslash
20866 newcolumntype{K}[1]{>{
20867 \backslash
20868 columncolor{#1}
20869 \backslash
20870 hspace{0pt}}c}
20871 \end_layout
20872
20873 \begin_layout Standard
20874 Le 
20875 \begin_inset Quotes eld
20876 \end_inset
20877
20878 c
20879 \begin_inset Quotes erd
20880 \end_inset
20881
20882  à la fin crée une colonne de largeur variable dont le texte est centré
20883  horizontalement.
20884  Vous pouvez maintenant entrer
20885 \end_layout
20886
20887 \begin_layout Standard
20888
20889 \series bold
20890 K{nom de couleur}
20891 \end_layout
20892
20893 \begin_layout Standard
20894 comme paramètre LaTeX.
20895 \end_layout
20896
20897 \begin_layout Standard
20898 \begin_inset VSpace bigskip
20899 \end_inset
20900
20901
20902 \end_layout
20903
20904 \begin_layout Standard
20905 Pour créer le tableau
20906 \begin_inset space ~
20907 \end_inset
20908
20909
20910 \begin_inset CommandInset ref
20911 LatexCommand ref
20912 reference "tab:Tableau-formats-personnalisés"
20913
20914 \end_inset
20915
20916  utilisez les paramètres LaTeX
20917 \end_layout
20918
20919 \begin_layout Standard
20920
20921 \series bold
20922 M{2.5cm}
20923 \end_layout
20924
20925 \begin_layout Standard
20926 pour la première colonne et la multi-colonne,
20927 \end_layout
20928
20929 \begin_layout Standard
20930
20931 \series bold
20932 K{red}
20933 \end_layout
20934
20935 \begin_layout Standard
20936 pour la dernière colonne, et
20937 \end_layout
20938
20939 \begin_layout Standard
20940
20941 \series bold
20942 S{2.5cm}{2}
20943 \end_layout
20944
20945 \begin_layout Standard
20946 pour les cellules de la deuxième colonne.
20947 \end_layout
20948
20949 \begin_layout Standard
20950 \begin_inset Float table
20951 placement h
20952 wide false
20953 sideways false
20954 status open
20955
20956 \begin_layout Plain Layout
20957 \begin_inset Caption
20958
20959 \begin_layout Plain Layout
20960 \begin_inset CommandInset label
20961 LatexCommand label
20962 name "tab:Tableau-formats-personnalisés"
20963
20964 \end_inset
20965
20966 Tableau utilisant des formats personnalisés
20967 \end_layout
20968
20969 \end_inset
20970
20971
20972 \end_layout
20973
20974 \begin_layout Plain Layout
20975 \align center
20976 \begin_inset Tabular
20977 <lyxtabular version="3" rows="3" columns="4">
20978 <features tabularvalignment="middle">
20979 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20980 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
20981 <column alignment="center" valignment="middle" width="0">
20982 <column alignment="center" valignment="middle" width="0" special="K{red}">
20983 <row>
20984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988 motTrèsLongDansUneCellule
20989 \end_layout
20990
20991 \end_inset
20992 </cell>
20993 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20994 \begin_inset Text
20995
20996 \begin_layout Plain Layout
20997 multi-colonne avec multi-ligne
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015 c
21016 \end_layout
21017
21018 \end_inset
21019 </cell>
21020 </row>
21021 <row>
21022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026 d
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035 e
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21041 \begin_inset Text
21042
21043 \begin_layout Plain Layout
21044 f
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053 g
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 </row>
21059 <row>
21060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21061 \begin_inset Text
21062
21063 \begin_layout Plain Layout
21064 h
21065 \end_layout
21066
21067 \end_inset
21068 </cell>
21069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21070 \begin_inset Text
21071
21072 \begin_layout Plain Layout
21073 i
21074 \end_layout
21075
21076 \end_inset
21077 </cell>
21078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21079 \begin_inset Text
21080
21081 \begin_layout Plain Layout
21082 j
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091 k
21092 \end_layout
21093
21094 \end_inset
21095 </cell>
21096 </row>
21097 </lyxtabular>
21098
21099 \end_inset
21100
21101
21102 \end_layout
21103
21104 \end_inset
21105
21106
21107 \end_layout
21108
21109 \begin_layout Subsection
21110 Épaisseur des filets
21111 \begin_inset CommandInset label
21112 LatexCommand label
21113 name "sub:Epaisseur-filets"
21114
21115 \end_inset
21116
21117
21118 \begin_inset Index idx
21119 status collapsed
21120
21121 \begin_layout Plain Layout
21122 Personnalisation des tableaux ! Épaisseur filets
21123 \end_layout
21124
21125 \end_inset
21126
21127
21128 \end_layout
21129
21130 \begin_layout Standard
21131 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
21132  
21133 \series bold
21134
21135 \backslash
21136 arrayrulewidth
21137 \series default
21138 .
21139  Pour mettre, par exemple, une épaisseur de filet de 1.5
21140 \begin_inset space \thinspace{}
21141 \end_inset
21142
21143 pt, comme pour le tableau
21144 \begin_inset space ~
21145 \end_inset
21146
21147
21148 \begin_inset CommandInset ref
21149 LatexCommand ref
21150 reference "tab:Tableau-filets-1.5pt"
21151
21152 \end_inset
21153
21154 , insérez la commande
21155 \end_layout
21156
21157 \begin_layout Standard
21158
21159 \series bold
21160
21161 \backslash
21162 setlength{
21163 \backslash
21164 arrayrulewidth}{1.5pt}
21165 \end_layout
21166
21167 \begin_layout Standard
21168 en code TeX avant le tableau ou le flottant de tableau.
21169  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
21170  suivent.
21171  pour revenir aux valeurs implicites, mettez 
21172 \series bold
21173
21174 \backslash
21175 arrayrulewidth
21176 \series default
21177  à 0.4
21178 \begin_inset space \thinspace{}
21179 \end_inset
21180
21181 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
21182 \end_layout
21183
21184 \begin_layout Standard
21185 \begin_inset ERT
21186 status collapsed
21187
21188 \begin_layout Plain Layout
21189
21190
21191 \backslash
21192 setlength{
21193 \backslash
21194 arrayrulewidth}{1.5pt}
21195 \end_layout
21196
21197 \end_inset
21198
21199
21200 \begin_inset Float table
21201 wide false
21202 sideways false
21203 status open
21204
21205 \begin_layout Plain Layout
21206 \begin_inset Caption
21207
21208 \begin_layout Plain Layout
21209 \begin_inset CommandInset label
21210 LatexCommand label
21211 name "tab:Tableau-filets-1.5pt"
21212
21213 \end_inset
21214
21215 Tableau avec des filets de 1.5
21216 \begin_inset space \thinspace{}
21217 \end_inset
21218
21219 pt
21220 \end_layout
21221
21222 \end_inset
21223
21224
21225 \end_layout
21226
21227 \begin_layout Plain Layout
21228 \align center
21229 \begin_inset Tabular
21230 <lyxtabular version="3" rows="3" columns="3">
21231 <features tabularvalignment="middle">
21232 <column alignment="center" valignment="top" width="0">
21233 <column alignment="center" valignment="top" width="0">
21234 <column alignment="center" valignment="top" width="0">
21235 <row>
21236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240 sd
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21246 \begin_inset Text
21247
21248 \begin_layout Plain Layout
21249
21250 \end_layout
21251
21252 \end_inset
21253 </cell>
21254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21255 \begin_inset Text
21256
21257 \begin_layout Plain Layout
21258
21259 \end_layout
21260
21261 \end_inset
21262 </cell>
21263 </row>
21264 <row>
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" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 sd
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 </row>
21293 <row>
21294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298
21299 \end_layout
21300
21301 \end_inset
21302 </cell>
21303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307
21308 \end_layout
21309
21310 \end_inset
21311 </cell>
21312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21313 \begin_inset Text
21314
21315 \begin_layout Plain Layout
21316 sd
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 </row>
21322 </lyxtabular>
21323
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \end_inset
21330
21331
21332 \begin_inset ERT
21333 status collapsed
21334
21335 \begin_layout Plain Layout
21336
21337
21338 \backslash
21339 setlength{
21340 \backslash
21341 arrayrulewidth}{0.4pt}
21342 \end_layout
21343
21344 \end_inset
21345
21346
21347 \end_layout
21348
21349 \begin_layout Standard
21350 \begin_inset VSpace bigskip
21351 \end_inset
21352
21353 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
21354 \begin_inset space \thinspace{}
21355 \end_inset
21356
21357 pt, comme dans le tableau
21358 \begin_inset space ~
21359 \end_inset
21360
21361
21362 \begin_inset CommandInset ref
21363 LatexCommand ref
21364 reference "tab:Tableau-filets-horizontaux-1.5pt"
21365
21366 \end_inset
21367
21368 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
21369  de tableau :
21370 \end_layout
21371
21372 \begin_layout Standard
21373
21374 \series bold
21375
21376 \backslash
21377 let
21378 \backslash
21379 myHline
21380 \backslash
21381 hline
21382 \begin_inset Newline newline
21383 \end_inset
21384
21385
21386 \backslash
21387 renewcommand{
21388 \backslash
21389 hline}
21390 \begin_inset Newline newline
21391 \end_inset
21392
21393  {
21394 \backslash
21395 noalign{
21396 \backslash
21397 global
21398 \backslash
21399 arrayrulewidth 1.5pt}
21400 \begin_inset Newline newline
21401 \end_inset
21402
21403  
21404 \backslash
21405 myHline
21406 \backslash
21407 noalign{
21408 \backslash
21409 global
21410 \backslash
21411 arrayrulewidth 0.4pt}}
21412 \end_layout
21413
21414 \begin_layout Standard
21415 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
21416  en code TeX après le tableau ou le flottant de tableau :
21417 \end_layout
21418
21419 \begin_layout Standard
21420
21421 \series bold
21422
21423 \backslash
21424 renewcommand{
21425 \backslash
21426 hline}{
21427 \backslash
21428 myHline}
21429 \end_layout
21430
21431 \begin_layout Standard
21432 \begin_inset ERT
21433 status collapsed
21434
21435 \begin_layout Plain Layout
21436
21437
21438 \backslash
21439 let
21440 \backslash
21441 myHline
21442 \backslash
21443 hline
21444 \end_layout
21445
21446 \begin_layout Plain Layout
21447
21448
21449 \backslash
21450 renewcommand{
21451 \backslash
21452 hline}
21453 \end_layout
21454
21455 \begin_layout Plain Layout
21456
21457  {
21458 \backslash
21459 noalign{
21460 \backslash
21461 global
21462 \backslash
21463 arrayrulewidth 1.5pt}
21464 \end_layout
21465
21466 \begin_layout Plain Layout
21467
21468   
21469 \backslash
21470 myHline
21471 \backslash
21472 noalign{
21473 \backslash
21474 global
21475 \backslash
21476 arrayrulewidth 0.4pt}}
21477 \end_layout
21478
21479 \end_inset
21480
21481
21482 \begin_inset Float table
21483 wide false
21484 sideways false
21485 status open
21486
21487 \begin_layout Plain Layout
21488 \begin_inset Caption
21489
21490 \begin_layout Plain Layout
21491 \begin_inset CommandInset label
21492 LatexCommand label
21493 name "tab:Tableau-filets-horizontaux-1.5pt"
21494
21495 \end_inset
21496
21497 Tableau avec des filets horizontaux de 1.5
21498 \begin_inset space \thinspace{}
21499 \end_inset
21500
21501 pt
21502 \end_layout
21503
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \begin_layout Plain Layout
21510 \align center
21511 \begin_inset Tabular
21512 <lyxtabular version="3" rows="3" columns="3">
21513 <features tabularvalignment="middle">
21514 <column alignment="center" valignment="top" width="0">
21515 <column alignment="center" valignment="top" width="0">
21516 <column alignment="center" valignment="top" width="0">
21517 <row>
21518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522 sd
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 </row>
21546 <row>
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" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560 sd
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21566 \begin_inset Text
21567
21568 \begin_layout Plain Layout
21569
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 </row>
21575 <row>
21576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Plain Layout
21580
21581 \end_layout
21582
21583 \end_inset
21584 </cell>
21585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 sd
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 </row>
21604 </lyxtabular>
21605
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \end_inset
21612
21613
21614 \begin_inset ERT
21615 status collapsed
21616
21617 \begin_layout Plain Layout
21618
21619
21620 \backslash
21621 renewcommand{
21622 \backslash
21623 hline}{
21624 \backslash
21625 myHline}
21626 \end_layout
21627
21628 \end_inset
21629
21630
21631 \end_layout
21632
21633 \begin_layout Standard
21634 \begin_inset VSpace bigskip
21635 \end_inset
21636
21637 Pour que seuls les filets verticaux aient une épaisseur de 1.5
21638 \begin_inset space \thinspace{}
21639 \end_inset
21640
21641 pt, créez le format de colonne suivant dans le préambule, en suivant la
21642  description de la section
21643 \begin_inset space ~
21644 \end_inset
21645
21646
21647 \begin_inset CommandInset ref
21648 LatexCommand ref
21649 reference "sub:Formats-personnalisés"
21650
21651 \end_inset
21652
21653 :
21654 \end_layout
21655
21656 \begin_layout Standard
21657
21658 \series bold
21659
21660 \backslash
21661 newcolumntype{V}{!{
21662 \backslash
21663 vrule width 1.5pt}}
21664 \end_layout
21665
21666 \begin_layout Standard
21667 Pour le tableau
21668 \begin_inset space ~
21669 \end_inset
21670
21671
21672 \begin_inset CommandInset ref
21673 LatexCommand ref
21674 reference "tab:Tableau-filets-verticaux-1.5pt"
21675
21676 \end_inset
21677
21678  le paramètre LaTeX 
21679 \end_layout
21680
21681 \begin_layout Standard
21682
21683 \series bold
21684 VcV
21685 \end_layout
21686
21687 \begin_layout Standard
21688 a été utilisé pour la dernière colonne et
21689 \end_layout
21690
21691 \begin_layout Standard
21692
21693 \series bold
21694 Vc
21695 \end_layout
21696
21697 \begin_layout Standard
21698 pour les autres colonnes.
21699 \end_layout
21700
21701 \begin_layout Standard
21702 \begin_inset Float table
21703 wide false
21704 sideways false
21705 status open
21706
21707 \begin_layout Plain Layout
21708 \begin_inset Caption
21709
21710 \begin_layout Plain Layout
21711 \begin_inset CommandInset label
21712 LatexCommand label
21713 name "tab:Tableau-filets-verticaux-1.5pt"
21714
21715 \end_inset
21716
21717 Tableau avec des filets verticaux de 1.5
21718 \begin_inset space \thinspace{}
21719 \end_inset
21720
21721 pt 
21722 \end_layout
21723
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \begin_layout Plain Layout
21730 \align center
21731 \begin_inset Tabular
21732 <lyxtabular version="3" rows="3" columns="3">
21733 <features tabularvalignment="middle">
21734 <column alignment="center" valignment="top" width="0" special="Vc">
21735 <column alignment="center" valignment="top" width="0" special="Vc">
21736 <column alignment="center" valignment="top" width="0" special="VcV">
21737 <row>
21738 <cell alignment="center" valignment="top" topline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 sd
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" topline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 <cell alignment="center" valignment="top" topline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760
21761 \end_layout
21762
21763 \end_inset
21764 </cell>
21765 </row>
21766 <row>
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 sd
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 <cell alignment="center" valignment="top" topline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 </row>
21795 <row>
21796 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818 sd
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 </row>
21824 </lyxtabular>
21825
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \end_inset
21832
21833
21834 \end_layout
21835
21836 \begin_layout Subsection
21837 Filets à traits interrompus
21838 \begin_inset Index idx
21839 status collapsed
21840
21841 \begin_layout Plain Layout
21842 Personnalisation des tableaux ! Filets à traits interrompus
21843 \end_layout
21844
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \begin_layout Standard
21851 \begin_inset ERT
21852 status collapsed
21853
21854 \begin_layout Plain Layout
21855
21856
21857 \backslash
21858 ifarydshln
21859 \end_layout
21860
21861 \end_inset
21862
21863
21864 \begin_inset Note Note
21865 status open
21866
21867 \begin_layout Plain Layout
21868 La section suivante ne s'affichera que si vous avez installé le paquetage
21869  LaTeX 
21870 \series bold
21871 arydshln
21872 \series default
21873 .
21874 \end_layout
21875
21876 \end_inset
21877
21878
21879 \end_layout
21880
21881 \begin_layout Standard
21882 \begin_inset Float table
21883 placement H
21884 wide false
21885 sideways false
21886 status open
21887
21888 \begin_layout Plain Layout
21889 \begin_inset Caption
21890
21891 \begin_layout Plain Layout
21892 \begin_inset CommandInset label
21893 LatexCommand label
21894 name "tab:Tableau-filets-tirets"
21895
21896 \end_inset
21897
21898 Tableau avec des filets à traits interrompus
21899 \end_layout
21900
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \begin_layout Plain Layout
21907 \align center
21908 \begin_inset Tabular
21909 <lyxtabular version="3" rows="5" columns="5">
21910 <features tabularvalignment="middle">
21911 <column alignment="center" valignment="top" width="0">
21912 <column alignment="center" valignment="top" width="0">
21913 <column alignment="center" valignment="top" width="0" special=":c">
21914 <column alignment="center" valignment="top" width="0">
21915 <column alignment="center" valignment="top" width="0">
21916 <row>
21917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 a
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930 b
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939 c
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21945 \begin_inset Text
21946
21947 \begin_layout Plain Layout
21948 d
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957 e
21958 \end_layout
21959
21960 \end_inset
21961 </cell>
21962 </row>
21963 <row>
21964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21965 \begin_inset Text
21966
21967 \begin_layout Plain Layout
21968 f
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977 g
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 <cell alignment="center" valignment="top" topline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 h
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 i
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004 j
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 </row>
22010 <row>
22011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 \begin_inset ERT
22016 status collapsed
22017
22018 \begin_layout Plain Layout
22019
22020
22021 \backslash
22022 hdashline 
22023 \end_layout
22024
22025 \end_inset
22026
22027 k
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036 l
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 <cell alignment="center" valignment="top" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045 m
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054 n
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063 o
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 </row>
22069 <row>
22070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22071 \begin_inset Text
22072
22073 \begin_layout Plain Layout
22074 \begin_inset ERT
22075 status collapsed
22076
22077 \begin_layout Plain Layout
22078
22079
22080 \backslash
22081 cdashline{4-5}
22082 \end_layout
22083
22084 \end_inset
22085
22086 p
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 q
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104 r
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113 s
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22119 \begin_inset Text
22120
22121 \begin_layout Plain Layout
22122
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 </row>
22128 <row>
22129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133 t
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22139 \begin_inset Text
22140
22141 \begin_layout Plain Layout
22142 u
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151 v
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160 w
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169 x
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 </row>
22175 </lyxtabular>
22176
22177 \end_inset
22178
22179
22180 \end_layout
22181
22182 \end_inset
22183
22184
22185 \end_layout
22186
22187 \begin_layout Standard
22188 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
22189  donc employer du code TeX.
22190  Mais avant il faut charger le paquetage LaTeX 
22191 \series bold
22192 arydshln
22193 \series default
22194
22195 \begin_inset Index idx
22196 status collapsed
22197
22198 \begin_layout Plain Layout
22199 Paquetages LaTeX ! arydshln
22200 \end_layout
22201
22202 \end_inset
22203
22204  dans le préambule du document avec la commande 
22205 \end_layout
22206
22207 \begin_layout Standard
22208
22209 \series bold
22210
22211 \backslash
22212 usepackage{arydshln}
22213 \end_layout
22214
22215 \begin_layout Standard
22216 Pour faire un filet vertical avec un trait interrompu, mettez deux points
22217  
22218 \begin_inset Quotes eld
22219 \end_inset
22220
22221 :
22222 \begin_inset Quotes erd
22223 \end_inset
22224
22225  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
22226  dans la fenêtre de dialogue de paramètre du tableau.
22227 \end_layout
22228
22229 \begin_layout Standard
22230 Pour un trait horizontal interrompu, ajoutez la commande
22231 \end_layout
22232
22233 \begin_layout Standard
22234
22235 \series bold
22236
22237 \backslash
22238 hdashline
22239 \end_layout
22240
22241 \begin_layout Standard
22242 en code TeX comme premier élément de la première cellule de la ligne de
22243  tableau.
22244 \end_layout
22245
22246 \begin_layout Standard
22247 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
22248  commande 
22249 \end_layout
22250
22251 \begin_layout Standard
22252
22253 \series bold
22254
22255 \backslash
22256 cdashline{
22257 \series default
22258 numéros de colonnes}
22259 \end_layout
22260
22261 \begin_layout Standard
22262 en code TeX comme premier élément de la première cellule de la ligne.
22263  Si par exemple, vous avez une cellule multi-colonne qui couvre les colonnes
22264  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
22265 \end_layout
22266
22267 \begin_layout Standard
22268
22269 \series bold
22270
22271 \backslash
22272 cdashline{2-4}
22273 \end_layout
22274
22275 \begin_layout Standard
22276 comme premier élément de la première cellule de la ligne contenant la multi-colo
22277 nne.
22278 \end_layout
22279
22280 \begin_layout Standard
22281 \begin_inset VSpace bigskip
22282 \end_inset
22283
22284
22285 \end_layout
22286
22287 \begin_layout Standard
22288 Le tableau
22289 \begin_inset space ~
22290 \end_inset
22291
22292
22293 \begin_inset CommandInset ref
22294 LatexCommand ref
22295 reference "tab:Tableau-filets-tirets"
22296
22297 \end_inset
22298
22299  a été créé en utilisant 
22300 \begin_inset Quotes eld
22301 \end_inset
22302
22303
22304 \series bold
22305 :c
22306 \series default
22307
22308 \begin_inset Quotes erd
22309 \end_inset
22310
22311  comme paramètre LaTeX pour la troisième colonne.
22312  La commande en code TeX 
22313 \series bold
22314
22315 \backslash
22316 hdashline
22317 \series default
22318  a été insérée dans la première cellule de la troisième ligne et la commande
22319  en code TeX 
22320 \series bold
22321
22322 \backslash
22323 cdashline{4-5}
22324 \series default
22325  a été insérée dans la première cellule de la quatrième ligne.
22326 \end_layout
22327
22328 \begin_layout Standard
22329 \begin_inset VSpace bigskip
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \begin_layout Standard
22336
22337 \lang english
22338 Tables with dashed lines can also be colored as shown by
22339 \lang french
22340  tableau
22341 \begin_inset space ~
22342 \end_inset
22343
22344
22345 \begin_inset CommandInset ref
22346 LatexCommand ref
22347 reference "tab:Colored-table-with"
22348
22349 \end_inset
22350
22351 .
22352 \end_layout
22353
22354 \begin_layout Standard
22355 \begin_inset ERT
22356 status collapsed
22357
22358 \begin_layout Plain Layout
22359
22360
22361 \backslash
22362 setlength{
22363 \backslash
22364 arrayrulewidth}{1pt}
22365 \end_layout
22366
22367 \end_inset
22368
22369
22370 \lang english
22371
22372 \begin_inset Note Note
22373 status collapsed
22374
22375 \begin_layout Plain Layout
22376
22377 \lang english
22378 thicker lines for better visualization of the line color
22379 \end_layout
22380
22381 \end_inset
22382
22383
22384 \end_layout
22385
22386 \begin_layout Standard
22387 \begin_inset ERT
22388 status collapsed
22389
22390 \begin_layout Plain Layout
22391
22392
22393 \backslash
22394 dashgapcolor{green}
22395 \end_layout
22396
22397 \end_inset
22398
22399
22400 \lang english
22401
22402 \begin_inset Note Note
22403 status collapsed
22404
22405 \begin_layout Plain Layout
22406
22407 \lang english
22408 color gaps between dashes green
22409 \end_layout
22410
22411 \end_inset
22412
22413
22414 \end_layout
22415
22416 \begin_layout Standard
22417 \begin_inset ERT
22418 status collapsed
22419
22420 \begin_layout Plain Layout
22421
22422
22423 \backslash
22424 let
22425 \backslash
22426 myHdashline
22427 \backslash
22428 hdashline
22429 \end_layout
22430
22431 \begin_layout Plain Layout
22432
22433
22434 \backslash
22435 renewcommand{
22436 \backslash
22437 hdashline}
22438 \end_layout
22439
22440 \begin_layout Plain Layout
22441
22442  {
22443 \backslash
22444 arrayrulecolor{red}
22445 \backslash
22446 myHdashline
22447 \backslash
22448 arrayrulecolor{black}}
22449 \end_layout
22450
22451 \end_inset
22452
22453
22454 \lang english
22455
22456 \begin_inset Note Note
22457 status collapsed
22458
22459 \begin_layout Plain Layout
22460
22461 \lang english
22462 color horizontal, dashed lines red
22463 \end_layout
22464
22465 \end_inset
22466
22467
22468 \end_layout
22469
22470 \begin_layout Standard
22471 \begin_inset ERT
22472 status collapsed
22473
22474 \begin_layout Plain Layout
22475
22476
22477 \backslash
22478 let
22479 \backslash
22480 myCdashline
22481 \backslash
22482 cdashline
22483 \end_layout
22484
22485 \begin_layout Plain Layout
22486
22487
22488 \backslash
22489 renewcommand{
22490 \backslash
22491 cdashline}[1]
22492 \end_layout
22493
22494 \begin_layout Plain Layout
22495
22496  {
22497 \backslash
22498 arrayrulecolor{yellow}
22499 \backslash
22500 myCdashline{#1}
22501 \backslash
22502 arrayrulecolor{black}}
22503 \end_layout
22504
22505 \end_inset
22506
22507
22508 \lang english
22509
22510 \begin_inset Note Note
22511 status collapsed
22512
22513 \begin_layout Plain Layout
22514
22515 \lang english
22516 color partial horizontal, dashed lines yellow
22517 \end_layout
22518
22519 \end_inset
22520
22521
22522 \end_layout
22523
22524 \begin_layout Standard
22525 \begin_inset Float table
22526 placement h
22527 wide false
22528 sideways false
22529 status open
22530
22531 \begin_layout Plain Layout
22532 \begin_inset Caption
22533
22534 \begin_layout Plain Layout
22535 \begin_inset CommandInset label
22536 LatexCommand label
22537 name "tab:Colored-table-with"
22538
22539 \end_inset
22540
22541
22542 \lang english
22543 Colored table with dashed lines
22544 \end_layout
22545
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \begin_layout Plain Layout
22552 \align center
22553 \begin_inset Tabular
22554 <lyxtabular version="3" rows="5" columns="5">
22555 <features tabularvalignment="middle">
22556 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22557 <column alignment="center" valignment="top" width="0pt">
22558 <column alignment="center" valignment="top" width="0pt" special=":c">
22559 <column alignment="center" valignment="top" width="0">
22560 <column alignment="center" valignment="top" width="0">
22561 <row>
22562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 a
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" topline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575 b
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 <cell alignment="center" valignment="top" topline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584 c
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593 d
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602 e
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 </row>
22608 <row>
22609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613 f
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 <cell alignment="center" valignment="top" topline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622 g
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" topline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 h
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22637 \begin_inset Text
22638
22639 \begin_layout Plain Layout
22640 i
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22646 \begin_inset Text
22647
22648 \begin_layout Plain Layout
22649 j
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 </row>
22655 <row>
22656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22657 \begin_inset Text
22658
22659 \begin_layout Plain Layout
22660 \begin_inset ERT
22661 status collapsed
22662
22663 \begin_layout Plain Layout
22664
22665
22666 \backslash
22667 hdashline 
22668 \end_layout
22669
22670 \end_inset
22671
22672
22673 \begin_inset ERT
22674 status collapsed
22675
22676 \begin_layout Plain Layout
22677
22678
22679 \backslash
22680 rowcolor{Gray}
22681 \end_layout
22682
22683 \end_inset
22684
22685 k
22686 \end_layout
22687
22688 \end_inset
22689 </cell>
22690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694 l
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 <cell alignment="center" valignment="top" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703 m
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712 n
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721 o
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 </row>
22727 <row>
22728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732 \begin_inset ERT
22733 status collapsed
22734
22735 \begin_layout Plain Layout
22736
22737
22738 \backslash
22739 cdashline{4-5}
22740 \end_layout
22741
22742 \end_inset
22743
22744 p
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 q
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762 r
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22768 \begin_inset Text
22769
22770 \begin_layout Plain Layout
22771 s
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 </row>
22786 <row>
22787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 t
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800 u
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809 v
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818 w
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827 \begin_inset ERT
22828 status collapsed
22829
22830 \begin_layout Plain Layout
22831
22832
22833 \backslash
22834 cellcolor{Maroon}
22835 \end_layout
22836
22837 \end_inset
22838
22839 i
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 </row>
22845 </lyxtabular>
22846
22847 \end_inset
22848
22849
22850 \end_layout
22851
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \begin_layout Standard
22858 \begin_inset ERT
22859 status collapsed
22860
22861 \begin_layout Plain Layout
22862
22863
22864 \backslash
22865 renewcommand{
22866 \backslash
22867 hdashline}{
22868 \backslash
22869 myHdashline}
22870 \end_layout
22871
22872 \end_inset
22873
22874
22875 \lang english
22876
22877 \begin_inset Note Note
22878 status collapsed
22879
22880 \begin_layout Plain Layout
22881
22882 \lang english
22883 reset to default
22884 \end_layout
22885
22886 \end_inset
22887
22888
22889 \end_layout
22890
22891 \begin_layout Standard
22892 \begin_inset ERT
22893 status collapsed
22894
22895 \begin_layout Plain Layout
22896
22897
22898 \backslash
22899 renewcommand{
22900 \backslash
22901 cdashline}{
22902 \backslash
22903 myCdashline}
22904 \end_layout
22905
22906 \end_inset
22907
22908
22909 \lang english
22910
22911 \begin_inset Note Note
22912 status collapsed
22913
22914 \begin_layout Plain Layout
22915
22916 \lang english
22917 reset to default
22918 \end_layout
22919
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \begin_layout Standard
22926 \begin_inset ERT
22927 status collapsed
22928
22929 \begin_layout Plain Layout
22930
22931
22932 \backslash
22933 nodashgapcolor
22934 \end_layout
22935
22936 \end_inset
22937
22938
22939 \lang english
22940
22941 \begin_inset Note Note
22942 status collapsed
22943
22944 \begin_layout Plain Layout
22945
22946 \lang english
22947 reset to default
22948 \end_layout
22949
22950 \end_inset
22951
22952
22953 \end_layout
22954
22955 \begin_layout Standard
22956 \begin_inset ERT
22957 status collapsed
22958
22959 \begin_layout Plain Layout
22960
22961
22962 \backslash
22963 setlength{
22964 \backslash
22965 arrayrulewidth}{0.4pt}
22966 \end_layout
22967
22968 \end_inset
22969
22970
22971 \lang english
22972
22973 \begin_inset Note Note
22974 status collapsed
22975
22976 \begin_layout Plain Layout
22977
22978 \lang english
22979 reset to default
22980 \end_layout
22981
22982 \end_inset
22983
22984
22985 \end_layout
22986
22987 \begin_layout Standard
22988
22989 \lang english
22990 The coloring of lines, columns and lines works as decribed in section
22991 \begin_inset space ~
22992 \end_inset
22993
22994
22995 \lang french
22996
22997 \begin_inset CommandInset ref
22998 LatexCommand ref
22999 reference "sec:Tableaux-Colorés"
23000
23001 \end_inset
23002
23003
23004 \lang english
23005 .
23006  Coloring horizontal lines works analogically as described there as well,
23007  one only needs to replace in the commands 
23008 \series bold
23009
23010 \backslash
23011 myHlineC
23012 \series default
23013  by 
23014 \series bold
23015
23016 \backslash
23017 myHdashline
23018 \series default
23019  and 
23020 \backslash
23021
23022 \series bold
23023 hline
23024 \series default
23025  by 
23026 \series bold
23027
23028 \backslash
23029 hdashline
23030 \series default
23031 ; so one uses the command
23032 \end_layout
23033
23034 \begin_layout Standard
23035
23036 \series bold
23037
23038 \backslash
23039 let
23040 \backslash
23041 myHdashline
23042 \backslash
23043 hdashline
23044 \begin_inset Newline newline
23045 \end_inset
23046
23047
23048 \backslash
23049 renewcommand{
23050 \backslash
23051 hdashline}
23052 \begin_inset Newline newline
23053 \end_inset
23054
23055
23056 \begin_inset Phantom HPhantom
23057 status open
23058
23059 \begin_layout Plain Layout
23060 \begin_inset space ~
23061 \end_inset
23062
23063
23064 \end_layout
23065
23066 \end_inset
23067
23068 {
23069 \backslash
23070 arrayrulecolor{red}
23071 \backslash
23072 myHdashline
23073 \backslash
23074 arrayrulecolor{black}}
23075 \end_layout
23076
23077 \begin_layout Standard
23078
23079 \lang english
23080 To color 
23081 \series bold
23082
23083 \backslash
23084 cdashline
23085 \series default
23086 , the command is
23087 \end_layout
23088
23089 \begin_layout Standard
23090
23091 \series bold
23092
23093 \backslash
23094 let
23095 \backslash
23096 myCdashline
23097 \backslash
23098 cdashline
23099 \begin_inset Newline newline
23100 \end_inset
23101
23102
23103 \backslash
23104 renewcommand{
23105 \backslash
23106 cdashline}[1]
23107 \begin_inset Newline newline
23108 \end_inset
23109
23110
23111 \begin_inset Phantom HPhantom
23112 status open
23113
23114 \begin_layout Plain Layout
23115 \begin_inset space ~
23116 \end_inset
23117
23118
23119 \end_layout
23120
23121 \end_inset
23122
23123 {
23124 \backslash
23125 arrayrulecolor{red}
23126 \backslash
23127 myCdashline{#1}
23128 \backslash
23129 arrayrulecolor{black}}
23130 \end_layout
23131
23132 \begin_layout Standard
23133
23134 \lang english
23135 To get back the black line color, one needs to insert the following commands
23136  as TeX-Code behind the table:
23137 \end_layout
23138
23139 \begin_layout Standard
23140
23141 \lang english
23142 For 
23143 \series bold
23144
23145 \backslash
23146 hdashline
23147 \end_layout
23148
23149 \begin_layout Standard
23150
23151 \series bold
23152
23153 \backslash
23154 renewcommand{
23155 \backslash
23156 hdashline}{
23157 \backslash
23158 myHdashline}
23159 \end_layout
23160
23161 \begin_layout Standard
23162
23163 \lang english
23164 and for 
23165 \series bold
23166
23167 \backslash
23168 cdashline
23169 \end_layout
23170
23171 \begin_layout Standard
23172
23173 \series bold
23174
23175 \backslash
23176 renewcommand{
23177 \backslash
23178 cdashline}{
23179 \backslash
23180 myCdashline}
23181 \end_layout
23182
23183 \begin_layout Standard
23184
23185 \lang english
23186 To color the gaps between the dashes the command
23187 \end_layout
23188
23189 \begin_layout Standard
23190
23191 \series bold
23192 \lang english
23193
23194 \backslash
23195 dashgapcolor{color}
23196 \end_layout
23197
23198 \begin_layout Standard
23199
23200 \lang english
23201 can be used in front of a table as TeX-Code.
23202  color is hereby the name of a defined color.
23203  The command
23204 \end_layout
23205
23206 \begin_layout Standard
23207
23208 \series bold
23209
23210 \backslash
23211 nodashgapcolor
23212 \end_layout
23213
23214 \begin_layout Standard
23215
23216 \lang english
23217 unsets the changes made by 
23218 \series bold
23219
23220 \backslash
23221 dashgapcolor
23222 \series default
23223 .
23224 \end_layout
23225
23226 \begin_layout Standard
23227
23228 \lang english
23229 \begin_inset Note Greyedout
23230 status open
23231
23232 \begin_layout Plain Layout
23233
23234 \series bold
23235 \color none
23236 \lang english
23237 Note
23238 \series default
23239 : If there are multiple commands in a cell, the command of 
23240 \series bold
23241 arydshln
23242 \series default
23243  needs to be the first one in the cell.
23244  Therefore in cell 
23245 \emph on
23246 k
23247 \emph default
23248  of Table
23249 \begin_inset space ~
23250 \end_inset
23251
23252
23253 \begin_inset CommandInset ref
23254 LatexCommand ref
23255 reference "tab:Colored-table-with"
23256
23257 \end_inset
23258
23259  the command 
23260 \series bold
23261
23262 \backslash
23263 hdashline
23264 \series default
23265  is before 
23266 \series bold
23267
23268 \backslash
23269 rowcolor
23270 \series default
23271 .
23272 \end_layout
23273
23274 \end_inset
23275
23276
23277 \end_layout
23278
23279 \begin_layout Standard
23280
23281 \lang english
23282 \begin_inset Note Greyedout
23283 status open
23284
23285 \begin_layout Plain Layout
23286
23287 \series bold
23288 \color none
23289 \lang english
23290 Note:
23291 \series default
23292  The LaTeX-package 
23293 \series bold
23294 arydshln
23295 \series default
23296  must be loaded in the document preamble before the LaTeX-package
23297 \lang french
23298  
23299 \series bold
23300 colortbl
23301 \series default
23302 \color inherit
23303
23304 \begin_inset Index idx
23305 status collapsed
23306
23307 \begin_layout Plain Layout
23308 Paquetages LaTeX ! colortbl
23309 \end_layout
23310
23311 \end_inset
23312
23313
23314 \color none
23315 .
23316 \end_layout
23317
23318 \end_inset
23319
23320
23321 \end_layout
23322
23323 \begin_layout Standard
23324 \begin_inset ERT
23325 status collapsed
23326
23327 \begin_layout Plain Layout
23328
23329
23330 \backslash
23331 else
23332 \end_layout
23333
23334 \end_inset
23335
23336
23337 \begin_inset Note Note
23338 status open
23339
23340 \begin_layout Plain Layout
23341 Ce qui suit sera affiché si le paquetage LaTeX 
23342 \series bold
23343 arydshln
23344 \series default
23345  n'est pas installé :
23346 \end_layout
23347
23348 \end_inset
23349
23350
23351 \end_layout
23352
23353 \begin_layout Standard
23354 Vous devez installer le paquetage LaTeX 
23355 \series bold
23356 arydshln
23357 \series default
23358  pour voir le contenu des cette section dans la sortie imprimée.
23359 \end_layout
23360
23361 \begin_layout Standard
23362 \begin_inset ERT
23363 status collapsed
23364
23365 \begin_layout Plain Layout
23366
23367
23368 \backslash
23369 fi
23370 \end_layout
23371
23372 \end_inset
23373
23374
23375 \end_layout
23376
23377 \begin_layout Standard
23378
23379 \lang english
23380 For more information about dashed lines see the documentation of
23381 \lang french
23382  
23383 \series bold
23384 arydshln
23385 \series default
23386
23387 \begin_inset CommandInset citation
23388 LatexCommand cite
23389 key "arydshln"
23390
23391 \end_inset
23392
23393 .
23394 \end_layout
23395
23396 \begin_layout Chapter
23397 Flottants
23398 \begin_inset CommandInset label
23399 LatexCommand label
23400 name "chap:Flottants"
23401
23402 \end_inset
23403
23404
23405 \begin_inset Index idx
23406 status collapsed
23407
23408 \begin_layout Plain Layout
23409 Flottants
23410 \end_layout
23411
23412 \end_inset
23413
23414
23415 \end_layout
23416
23417 \begin_layout Section
23418 Introduction
23419 \begin_inset CommandInset label
23420 LatexCommand label
23421 name "sec:Flottants-Introduction"
23422
23423 \end_inset
23424
23425
23426 \begin_inset Index idx
23427 status collapsed
23428
23429 \begin_layout Plain Layout
23430 Flottants ! Introduction
23431 \end_layout
23432
23433 \end_inset
23434
23435
23436 \end_layout
23437
23438 \begin_layout Standard
23439 Un flottant est une portion de document, qui peut être associé à une étiquette
23440  et dont la position n'est pas fixée.
23441  Il peut 
23442 \begin_inset Quotes eld
23443 \end_inset
23444
23445 flotter
23446 \begin_inset Quotes erd
23447 \end_inset
23448
23449  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
23450  plus approprié.
23451  Les 
23452 \family sans
23453 Notes
23454 \begin_inset space ~
23455 \end_inset
23456
23457 en
23458 \begin_inset space ~
23459 \end_inset
23460
23461 Bas
23462 \begin_inset space ~
23463 \end_inset
23464
23465 de
23466 \begin_inset space ~
23467 \end_inset
23468
23469 Page
23470 \family default
23471  et le 
23472 \family sans
23473 Notes
23474 \begin_inset space ~
23475 \end_inset
23476
23477 en
23478 \begin_inset space ~
23479 \end_inset
23480
23481 Marge
23482 \family default
23483  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
23484  sur la page suivante quand il y a trop de notes sur la page courante.
23485 \end_layout
23486
23487 \begin_layout Standard
23488 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
23489  très grande qualité.
23490  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
23491  éviter des lignes blanches ou des pages sans texte.
23492  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
23493  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
23494  le texte.
23495  Les flottants sont donc numérotés.
23496  Les références croisées sont décrites dans la section
23497 \begin_inset space ~
23498 \end_inset
23499
23500
23501 \begin_inset CommandInset ref
23502 LatexCommand ref
23503 reference "sec:Referencer-les-Flottants"
23504
23505 \end_inset
23506
23507 .
23508 \end_layout
23509
23510 \begin_layout Standard
23511 Pour insérer un flottant, on utilise un des sous menus du menu 
23512 \family sans
23513 Insérer\SpecialChar \menuseparator
23514 Flottant.
23515
23516 \family default
23517  Une boîte va être insérée dans votre document avec par exemple une étiquette
23518  du genre 
23519 \begin_inset Quotes eld
23520 \end_inset
23521
23522 Figure
23523 \begin_inset space ~
23524 \end_inset
23525
23526 #:
23527 \begin_inset Quotes erd
23528 \end_inset
23529
23530  (où # est un numéro).
23531  L'étiquette est automatiquement traduite dans la langue du document dans
23532  la sortie finale.
23533  Après l'étiquette vous pouvez insérer du texte comme légende.
23534  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
23535  séparé, à l'intérieur du flottant.
23536  Vous trouverez plus de détails sur le positionnement des légendes dans
23537  la section
23538 \begin_inset space ~
23539 \end_inset
23540
23541
23542 \begin_inset CommandInset ref
23543 LatexCommand ref
23544 reference "sec:Placement-légende"
23545
23546 \end_inset
23547
23548 .
23549  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
23550  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
23551  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
23552  Une boîte de flottant fermée ressemble à ceci : 
23553 \begin_inset Graphics
23554         filename clipart/floatQt4.png
23555         scale 60
23556
23557 \end_inset
23558
23559  – une case grise avec un texte rouge.
23560 \end_layout
23561
23562 \begin_layout Standard
23563 Il est recommandé d'insérer les flottants comme des paragraphes séparés
23564  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
23565  est formaté de façon particulière.
23566 \end_layout
23567
23568 \begin_layout Section
23569 Les types de flottants
23570 \end_layout
23571
23572 \begin_layout Standard
23573 En plus des flottants de figures et de tableau qui sont décrits respectivement
23574  dans les sections
23575 \begin_inset space ~
23576 \end_inset
23577
23578
23579 \begin_inset CommandInset ref
23580 LatexCommand ref
23581 reference "sec:Figure-Floats"
23582
23583 \end_inset
23584
23585  et 
23586 \begin_inset CommandInset ref
23587 LatexCommand ref
23588 reference "sec:Table-Floats"
23589
23590 \end_inset
23591
23592 , LyX offre aussi les types 
23593 \family sans
23594 Algorithme
23595 \family default
23596  et 
23597 \family sans
23598 Enrobage
23599 \family default
23600 .
23601  Ces derniers sont expliques dans la section
23602 \begin_inset space \thinspace{}
23603 \end_inset
23604
23605
23606 \begin_inset CommandInset ref
23607 LatexCommand ref
23608 reference "sec:Flottant-d'enrobage"
23609
23610 \end_inset
23611
23612 .
23613 \end_layout
23614
23615 \begin_layout Subsection
23616 Flottant d'algorithme
23617 \begin_inset Index idx
23618 status collapsed
23619
23620 \begin_layout Plain Layout
23621 Flottants ! Algorithmes
23622 \end_layout
23623
23624 \end_inset
23625
23626
23627 \begin_inset CommandInset label
23628 LatexCommand label
23629 name "sub:Flottant-d'Algorithme"
23630
23631 \end_inset
23632
23633
23634 \end_layout
23635
23636 \begin_layout Standard
23637 \begin_inset Float algorithm
23638 placement h
23639 wide false
23640 sideways false
23641 status open
23642
23643 \begin_layout Plain Layout
23644 \begin_inset Caption
23645
23646 \begin_layout Plain Layout
23647 \begin_inset CommandInset label
23648 LatexCommand label
23649 name "alg:Exemple-Flottant-Algorithme"
23650
23651 \end_inset
23652
23653 Exemple de flottant d'algorithme
23654 \end_layout
23655
23656 \end_inset
23657
23658
23659 \end_layout
23660
23661 \begin_layout LyX-Code
23662 for I in 1..N loop
23663 \begin_inset Newline newline
23664 \end_inset
23665
23666  Sum:= Sum + A(I); /*comment*/
23667 \begin_inset Newline newline
23668 \end_inset
23669
23670 end loop
23671 \begin_inset VSpace -4mm
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \end_inset
23678
23679
23680 \end_layout
23681
23682 \begin_layout Standard
23683 Ce type de flottant est inséré à l'aide du menu 
23684 \family sans
23685 Insérer\SpecialChar \menuseparator
23686 Flottant\SpecialChar \menuseparator
23687 Algorithme
23688 \family default
23689 .
23690  Il peut être utilisé pour des morceaux de code source ou des descriptions
23691  d'algorithmes et peut être utilisé comme une alternative au listing de
23692  code source qui est décrit au chapitre
23693 \begin_inset space ~
23694 \end_inset
23695
23696
23697 \begin_inset CommandInset ref
23698 LatexCommand ref
23699 reference "cha:Program-Code-Listings"
23700
23701 \end_inset
23702
23703 .
23704  Vous pouvez par exemple utiliser l'environnement Code
23705 \begin_inset space ~
23706 \end_inset
23707
23708 LyX qui est décrit dans le 
23709 \emph on
23710 Guide
23711 \emph default
23712
23713 \begin_inset space ~
23714 \end_inset
23715
23716
23717 \emph on
23718 de
23719 \begin_inset space ~
23720 \end_inset
23721
23722 l'Utilisateur
23723 \emph default
23724  de LyX.
23725  l'algorithme
23726 \begin_inset space ~
23727 \end_inset
23728
23729
23730 \begin_inset CommandInset ref
23731 LatexCommand ref
23732 reference "alg:Exemple-Flottant-Algorithme"
23733
23734 \end_inset
23735
23736  est un exemple de flottant d'algorithme où un espace vertical de -4
23737 \begin_inset space \thinspace{}
23738 \end_inset
23739
23740 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
23741  soit placée exactement sous le texte de la dernière ligne.
23742 \end_layout
23743
23744 \begin_layout Standard
23745 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
23746  du document.
23747  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
23748 ent en ajoutant la ligne suivante dans le préambule de votre document :
23749 \end_layout
23750
23751 \begin_layout Standard
23752
23753 \series bold
23754
23755 \backslash
23756 floatname{algorithm}{votre
23757 \begin_inset space ~
23758 \end_inset
23759
23760 nom}
23761 \end_layout
23762
23763 \begin_layout Standard
23764
23765 \family sans
23766  votre
23767 \begin_inset space ~
23768 \end_inset
23769
23770 nom
23771 \family default
23772  est le mot 
23773 \begin_inset Quotes eld
23774 \end_inset
23775
23776
23777 \emph on
23778 algorithme
23779 \emph default
23780
23781 \begin_inset Quotes erd
23782 \end_inset
23783
23784  dans votre langue.
23785 \end_layout
23786
23787 \begin_layout Standard
23788 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
23789 \family sans
23790 Insérer\SpecialChar \menuseparator
23791 Listes
23792 \begin_inset space ~
23793 \end_inset
23794
23795 &
23796 \begin_inset space ~
23797 \end_inset
23798
23799 TdM\SpecialChar \menuseparator
23800 Liste
23801 \begin_inset space ~
23802 \end_inset
23803
23804 des
23805 \begin_inset space ~
23806 \end_inset
23807
23808 algorithmes
23809 \family default
23810  si votre document est en la même langue que les menus de LyX.
23811  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
23812  en code TeX à la place:
23813 \end_layout
23814
23815 \begin_layout Standard
23816
23817 \series bold
23818
23819 \backslash
23820 listof{algorithm}{votre
23821 \begin_inset space ~
23822 \end_inset
23823
23824 nom}
23825 \end_layout
23826
23827 \begin_layout Standard
23828 où 
23829 \family sans
23830 votre
23831 \begin_inset space ~
23832 \end_inset
23833
23834 nom
23835 \family default
23836  est la traduction de 
23837 \begin_inset Quotes eld
23838 \end_inset
23839
23840
23841 \emph on
23842 List of Algorithm
23843 \emph default
23844 s
23845 \begin_inset Quotes erd
23846 \end_inset
23847
23848  dans votre langue.
23849 \end_layout
23850
23851 \begin_layout Standard
23852 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
23853  le schéma 
23854 \begin_inset Quotes eld
23855 \end_inset
23856
23857 chapitre.algorithme
23858 \begin_inset Quotes erd
23859 \end_inset
23860
23861  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
23862  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
23863  commande dans le préambule de votre document :
23864 \end_layout
23865
23866 \begin_layout Standard
23867
23868 \series bold
23869
23870 \backslash
23871 numberwithin{algorithm}{chapter}
23872 \end_layout
23873
23874 \begin_layout Standard
23875 Pour pouvoir utiliser la commande 
23876 \series bold
23877
23878 \backslash
23879 numberwithin
23880 \series default
23881 , activez l'option 
23882 \family sans
23883 Utiliser
23884 \begin_inset space ~
23885 \end_inset
23886
23887 le
23888 \begin_inset space ~
23889 \end_inset
23890
23891 paquetage
23892 \begin_inset space ~
23893 \end_inset
23894
23895 AMS
23896 \begin_inset space ~
23897 \end_inset
23898
23899 math
23900 \family default
23901  dans la rubrique 
23902 \family sans
23903 Options
23904 \begin_inset space ~
23905 \end_inset
23906
23907 des
23908 \begin_inset space ~
23909 \end_inset
23910
23911 Maths
23912 \family default
23913  de la fenêtre de dialogue 
23914 \family sans
23915 Paramètres
23916 \begin_inset space ~
23917 \end_inset
23918
23919 du
23920 \begin_inset space ~
23921 \end_inset
23922
23923 Document
23924 \family default
23925 .
23926 \end_layout
23927
23928 \begin_layout Section
23929 Numérotation des flottants
23930 \begin_inset Index idx
23931 status collapsed
23932
23933 \begin_layout Plain Layout
23934 Flottants ! Numérotation
23935 \end_layout
23936
23937 \end_inset
23938
23939
23940 \end_layout
23941
23942 \begin_layout Standard
23943 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
23944  ils se trouvent, soit en utilisant un format du genre 
23945 \begin_inset Quotes eld
23946 \end_inset
23947
23948 chapitre.numéro
23949 \begin_inset Quotes erd
23950 \end_inset
23951
23952  ou 
23953 \begin_inset Quotes eld
23954 \end_inset
23955
23956 section.numéro
23957 \begin_inset Quotes erd
23958 \end_inset
23959
23960 .
23961  Cela dépend de la classe de document utilisée.
23962 \end_layout
23963
23964 \begin_layout Standard
23965 Pour changer le format de la numérotation qui ne dépend pas de la section
23966  dans laquelle on se trouve, on peut utiliser la commande suivante dans
23967  le préambule du document :
23968 \end_layout
23969
23970 \begin_layout Standard
23971
23972 \series bold
23973
23974 \backslash
23975 renewcommand{
23976 \backslash
23977 thetable}{
23978 \backslash
23979 roman{table}}
23980 \end_layout
23981
23982 \begin_layout Standard
23983
23984 \series bold
23985
23986 \backslash
23987 thetable
23988 \series default
23989  est la commande qui imprime le numéro du tableau, pour les figures, la
23990  commande serait 
23991 \series bold
23992
23993 \backslash
23994 thefigure
23995 \series default
23996 .
23997  La commande 
23998 \series bold
23999
24000 \backslash
24001 roman
24002 \series default
24003  utilisée dans la commande précédente, imprime le numéro du tableau sous
24004  forme de petits chiffres romains.
24005 \end_layout
24006
24007 \begin_layout Standard
24008 Pour changer le type de numérotation pour par exemple 
24009 \begin_inset Quotes eld
24010 \end_inset
24011
24012 sous-section.numéro
24013 \begin_inset Quotes erd
24014 \end_inset
24015
24016 , utilisez la commande suivante dans le préambule du document :
24017 \end_layout
24018
24019 \begin_layout Standard
24020
24021 \series bold
24022
24023 \backslash
24024 numberwithin{table}{subsection}
24025 \end_layout
24026
24027 \begin_layout Standard
24028 Pour pouvoir utiliser la commande 
24029 \series bold
24030
24031 \backslash
24032 numberwithin
24033 \series default
24034 , vous devez activer l'option 
24035 \family sans
24036 Utiliser
24037 \begin_inset space ~
24038 \end_inset
24039
24040 le
24041 \begin_inset space ~
24042 \end_inset
24043
24044 paquetage
24045 \begin_inset space ~
24046 \end_inset
24047
24048 maths
24049 \begin_inset space ~
24050 \end_inset
24051
24052 AMS
24053 \family default
24054  dans la rubrique 
24055 \family sans
24056 Options
24057 \begin_inset space ~
24058 \end_inset
24059
24060 des
24061 \begin_inset space ~
24062 \end_inset
24063
24064 Maths
24065 \family default
24066  de la fenêtre de dialogue 
24067 \family sans
24068 Paramètres
24069 \family default
24070  du document.
24071 \end_layout
24072
24073 \begin_layout Standard
24074 Veuillez aussi jeter un coup d'œil à la section
24075 \begin_inset space ~
24076 \end_inset
24077
24078
24079 \begin_inset CommandInset ref
24080 LatexCommand ref
24081 reference "sub:Numerotation-notes-bas-de-page"
24082
24083 \end_inset
24084
24085  pour plus de détails et des notes importantes sur les commandes de numérotation.
24086 \end_layout
24087
24088 \begin_layout Section
24089 Faire référence à des flottants
24090 \begin_inset CommandInset label
24091 LatexCommand label
24092 name "sec:Referencer-les-Flottants"
24093
24094 \end_inset
24095
24096
24097 \begin_inset Index idx
24098 status collapsed
24099
24100 \begin_layout Plain Layout
24101 Flottants ! Références
24102 \end_layout
24103
24104 \end_inset
24105
24106
24107 \begin_inset Index idx
24108 status collapsed
24109
24110 \begin_layout Plain Layout
24111 References@Références ! à des Flottants 
24112 \end_layout
24113
24114 \end_inset
24115
24116
24117 \end_layout
24118
24119 \begin_layout Standard
24120 Pour faire référence à un flottant, insérez une étiquette dans sa légende
24121  en utilisant le menu 
24122 \family sans
24123 Insérer\SpecialChar \menuseparator
24124 Étiquette
24125 \family default
24126  ou le bouton 
24127 \family sans
24128
24129 \begin_inset Info
24130 type  "icon"
24131 arg   "label-insert"
24132 \end_inset
24133
24134
24135 \family default
24136  de la barre d'outils.
24137  Une boîte grise de ce genre : 
24138 \begin_inset Graphics
24139         filename clipart/labelQt4.png
24140         lyxscale 85
24141         scale 85
24142         scaleBeforeRotation
24143
24144 \end_inset
24145
24146  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
24147  de saisir le texte de l'étiquette.
24148  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
24149  précédés d'un préfixe.
24150  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
24151  préfixe sera "
24152 \family sans
24153 fig:
24154 \family default
24155 ".
24156 \end_layout
24157
24158 \begin_layout Standard
24159 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
24160  Vous pouvez faire référence à cette étiquette en utilisant le menu 
24161 \family sans
24162 Insérer\SpecialChar \menuseparator
24163 Référence
24164 \begin_inset space ~
24165 \end_inset
24166
24167 Croisée
24168 \family default
24169  ou le bouton 
24170 \family sans
24171
24172 \begin_inset Info
24173 type  "icon"
24174 arg   "dialog-show-new-inset ref"
24175 \end_inset
24176
24177
24178 \family default
24179  de la barre d'outils.
24180  Une boîte grise de référence croisée comme celle-ci : 
24181 \begin_inset Graphics
24182         filename ../clipart/referenceQt4.png
24183         scale 85
24184         scaleBeforeRotation
24185
24186 \end_inset
24187
24188  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
24189  toutes les étiquettes définies dans votre document.
24190  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
24191  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
24192  de la fenêtre de dialogue.
24193  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
24194  une.
24195  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
24196  de la référence croisée.
24197 \end_layout
24198
24199 \begin_layout Standard
24200 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
24201  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
24202  les deux.
24203  Si une référence croisées fait référence à une étiquette qui n'existe pas,
24204  vous verrez deux points d'interrogation dans la sortie imprimée à la place
24205  du numéro de la référence.
24206 \end_layout
24207
24208 \begin_layout Standard
24209 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
24210  Les références vers l'étiquette modifiée seront mise à jour automatiquement
24211  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
24212  pas à vous en préoccuper.
24213 \end_layout
24214
24215 \begin_layout Standard
24216 Le bouton 
24217 \family sans
24218 Aller
24219 \begin_inset space ~
24220 \end_inset
24221
24222 à
24223 \begin_inset space ~
24224 \end_inset
24225
24226 l'étiquette
24227 \family default
24228  dans la fenêtre de référence croisée va positionner le curseur juste devant
24229  l'étiquette à laquelle on fait référence.
24230  Le nom du bouton bouton 
24231 \family sans
24232 Revenir
24233 \family default
24234  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
24235  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
24236  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
24237  à votre point de départ.
24238 \end_layout
24239
24240 \begin_layout Subsection
24241 Formats de références croisées
24242 \begin_inset CommandInset label
24243 LatexCommand label
24244 name "sub:Formats-Références-Croisées"
24245
24246 \end_inset
24247
24248
24249 \begin_inset Index idx
24250 status collapsed
24251
24252 \begin_layout Plain Layout
24253 References@Références ! Formats
24254 \end_layout
24255
24256 \end_inset
24257
24258
24259 \end_layout
24260
24261 \begin_layout Standard
24262 Il y a six types de références croisées :
24263 \end_layout
24264
24265 \begin_layout Description
24266 <référence>
24267 \begin_inset space ~
24268 \end_inset
24269
24270 : affiche le numéro de l'élément, c'est le choix implicite : 
24271 \begin_inset CommandInset ref
24272 LatexCommand ref
24273 reference "fig:Deux-images-déformées"
24274
24275 \end_inset
24276
24277
24278 \end_layout
24279
24280 \begin_layout Description
24281 (<référence>)
24282 \begin_inset space ~
24283 \end_inset
24284
24285 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
24286  normalement pour faire référence à des formules mathématiques, en particulier
24287  quand le mot 
24288 \begin_inset Quotes eld
24289 \end_inset
24290
24291 Équation
24292 \begin_inset Quotes erd
24293 \end_inset
24294
24295  est omis : 
24296 \begin_inset CommandInset ref
24297 LatexCommand eqref
24298 reference "eq:Wgn"
24299
24300 \end_inset
24301
24302
24303 \end_layout
24304
24305 \begin_layout Description
24306 <page>
24307 \begin_inset space ~
24308 \end_inset
24309
24310 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
24311 \begin_inset space ~
24312 \end_inset
24313
24314
24315 \begin_inset CommandInset ref
24316 LatexCommand pageref
24317 reference "fig:Deux-images-déformées"
24318
24319 \end_inset
24320
24321
24322 \end_layout
24323
24324 \begin_layout Description
24325 Sur
24326 \begin_inset space ~
24327 \end_inset
24328
24329 la
24330 \begin_inset space ~
24331 \end_inset
24332
24333 page
24334 \begin_inset space ~
24335 \end_inset
24336
24337 <page>
24338 \begin_inset space ~
24339 \end_inset
24340
24341 : affiche le mot 
24342 \begin_inset Quotes eld
24343 \end_inset
24344
24345 page
24346 \begin_inset Quotes erd
24347 \end_inset
24348
24349  suivi du numéro de la page sur laquelle se trouve l'élément : 
24350 \begin_inset CommandInset ref
24351 LatexCommand vpageref
24352 reference "fig:Deux-images-déformées"
24353
24354 \end_inset
24355
24356
24357 \end_layout
24358
24359 \begin_layout Description
24360 <référence>
24361 \begin_inset space ~
24362 \end_inset
24363
24364 page
24365 \begin_inset space ~
24366 \end_inset
24367
24368 <page>
24369 \begin_inset space ~
24370 \end_inset
24371
24372 : affiche le numéro de l'élément, le mot 
24373 \begin_inset Quotes eld
24374 \end_inset
24375
24376 page
24377 \begin_inset Quotes erd
24378 \end_inset
24379
24380  et le numéro de la page : 
24381 \begin_inset CommandInset ref
24382 LatexCommand vref
24383 reference "fig:Deux-images-déformées"
24384
24385 \end_inset
24386
24387
24388 \end_layout
24389
24390 \begin_layout Description
24391 Référence
24392 \begin_inset space ~
24393 \end_inset
24394
24395 mise
24396 \begin_inset space ~
24397 \end_inset
24398
24399 en
24400 \begin_inset space ~
24401 \end_inset
24402
24403 forme
24404 \begin_inset space ~
24405 \end_inset
24406
24407 : affiche une référence croisée qui définit son propre format.
24408 \begin_inset Newline newline
24409 \end_inset
24410
24411
24412 \begin_inset Note Greyedout
24413 status open
24414
24415 \begin_layout Plain Layout
24416
24417 \series bold
24418 Note:
24419 \series default
24420  Ce type de référence croisée n'est disponible que si vous avez installé
24421  le paquetage LaTeX 
24422 \series bold
24423 prettyref
24424 \series default
24425  ou 
24426 \series bold
24427 refstyle
24428 \series default
24429
24430 \begin_inset Index idx
24431 status collapsed
24432
24433 \begin_layout Plain Layout
24434 Paquetages LaTeX ! prettyref
24435 \end_layout
24436
24437 \end_inset
24438
24439
24440 \begin_inset Index idx
24441 status collapsed
24442
24443 \begin_layout Plain Layout
24444 Paquetages LaTeX ! refstyle
24445 \end_layout
24446
24447 \end_inset
24448
24449 .
24450 \end_layout
24451
24452 \end_inset
24453
24454
24455 \begin_inset Newline newline
24456 \end_inset
24457
24458 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
24459  fonction en utilisant l'option 
24460 \family sans
24461 Utiliser refstyle (à la place de prettyref) pour les références croisées
24462 \family default
24463  dans le menu 
24464 \family sans
24465 Document\SpecialChar \menuseparator
24466 Paramètres\SpecialChar \menuseparator
24467 Classe de document
24468 \family default
24469 .
24470  Le format est précisé en ajoutant la commande 
24471 \series bold
24472
24473 \backslash
24474 newrefformat
24475 \series default
24476  (prettyref) ou 
24477 \series bold
24478
24479 \backslash
24480 newref
24481 \series default
24482  (refstyle) au préambule du document.
24483  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
24484  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
24485 \begin_inset space ~
24486 \end_inset
24487
24488 :
24489 \begin_inset Newline newline
24490 \end_inset
24491
24492
24493 \series bold
24494
24495 \backslash
24496 newref{fig}{refcmd={Image sur la page 
24497 \backslash
24498 pageref{#1}}}
24499 \series default
24500
24501 \begin_inset Newline newline
24502 \end_inset
24503
24504 Pour plus d'information sur le format, jetez un œil sur la documentation
24505  du paquetage, 
24506 \begin_inset CommandInset citation
24507 LatexCommand cite
24508 key "prettyref,refstyle"
24509
24510 \end_inset
24511
24512 .
24513 \end_layout
24514
24515 \begin_layout Description
24516 Référence
24517 \begin_inset space ~
24518 \end_inset
24519
24520 textuelle: affiche la légende de la référence
24521 \begin_inset space ~
24522 \end_inset
24523
24524
24525 \begin_inset CommandInset ref
24526 LatexCommand nameref
24527 reference "fig:Deux-images-déformées"
24528
24529 \end_inset
24530
24531
24532 \end_layout
24533
24534 \begin_layout Standard
24535
24536 \family sans
24537 <page>
24538 \family default
24539  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
24540  précédente, la même page ou la page suivante.
24541  Vous verrez par exemple un texte du genre 
24542 \begin_inset Quotes eld
24543 \end_inset
24544
24545
24546 \family sans
24547 sur cette page
24548 \family default
24549
24550 \begin_inset Quotes erd
24551 \end_inset
24552
24553  à la place.
24554  Le style 
24555 \family sans
24556 <référence>
24557 \begin_inset space ~
24558 \end_inset
24559
24560 page
24561 \begin_inset space ~
24562 \end_inset
24563
24564 <page> 
24565 \family default
24566 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
24567  page.
24568 \end_layout
24569
24570 \begin_layout Standard
24571 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
24572  se trouve sont calculés automatiquement par LaTeX.
24573  Vous choisissez une des six variétés de références dans le champ Format
24574  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
24575  boîte de la référence croisée.
24576 \end_layout
24577
24578 \begin_layout Standard
24579 \begin_inset Note Greyedout
24580 status open
24581
24582 \begin_layout Plain Layout
24583
24584 \series bold
24585 Note:
24586 \series default
24587  L'utilisation du paquetage LaTeX 
24588 \series bold
24589 refstyle
24590 \series default
24591
24592 \begin_inset Index idx
24593 status collapsed
24594
24595 \begin_layout Plain Layout
24596 Paquetages LaTeX ! refstyle
24597 \end_layout
24598
24599 \end_inset
24600
24601  est recommandée parce que 
24602 \series bold
24603 prettyref
24604 \series default
24605
24606 \begin_inset Index idx
24607 status collapsed
24608
24609 \begin_layout Plain Layout
24610 Paquetages LaTeX ! prettyref
24611 \end_layout
24612
24613 \end_inset
24614
24615  ne connaît pas tous les raccourcis possibles pour les étiquettes
24616 \begin_inset Foot
24617 status collapsed
24618
24619 \begin_layout Plain Layout
24620 \begin_inset Quotes eld
24621 \end_inset
24622
24623 fig:
24624 \begin_inset Quotes erd
24625 \end_inset
24626
24627  est par exemple le raccourci LyX pour les étiquettes dans les légendes
24628  de figures,.
24629 \end_layout
24630
24631 \end_inset
24632
24633  et n'est pas internationalisé.
24634 \end_layout
24635
24636 \end_inset
24637
24638
24639 \end_layout
24640
24641 \begin_layout Standard
24642 \begin_inset Note Greyedout
24643 status open
24644
24645 \begin_layout Plain Layout
24646
24647 \series bold
24648 Note:
24649 \series default
24650  Du fait d'un bogue dans la paquetage LaTeX 
24651 \series bold
24652 varioref
24653 \series default
24654  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
24655  si la langue du document est le français.
24656  Pour contourner ce bogue, voir
24657 \begin_inset Newline newline
24658 \end_inset
24659
24660
24661 \begin_inset CommandInset href
24662 LatexCommand href
24663 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
24664
24665 \end_inset
24666
24667 .
24668 \end_layout
24669
24670 \end_inset
24671
24672
24673 \end_layout
24674
24675 \begin_layout Subsection
24676 Nommage automatique des références croisées
24677 \begin_inset Index idx
24678 status collapsed
24679
24680 \begin_layout Plain Layout
24681 References@Références ! Nommage automatique
24682 \end_layout
24683
24684 \end_inset
24685
24686
24687 \end_layout
24688
24689 \begin_layout Standard
24690 Le paquetage LaTeX 
24691 \series bold
24692 hyperref
24693 \series default
24694
24695 \begin_inset Index idx
24696 status collapsed
24697
24698 \begin_layout Plain Layout
24699 Paquetages LaTeX ! hyperref
24700 \end_layout
24701
24702 \end_inset
24703
24704
24705 \series bold
24706
24707 \series default
24708 qui est activé dans la rubrique 
24709 \family sans
24710 Propriétés du PDF
24711 \family default
24712  de la fenêtre de dialogue 
24713 \family sans
24714 Paramètres du document
24715 \family default
24716  fournit une fonction très utile pour automatiser la création des références
24717  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
24718  une section).
24719  Par exemple pour vous éviter de devoir écrire le mot 
24720 \begin_inset Quotes eld
24721 \end_inset
24722
24723 Figure
24724 \begin_inset Quotes erd
24725 \end_inset
24726
24727  devant chaque référence à une figure.
24728  Pour profiter de ce nommage automatique des références croisées, vous devez
24729  activer 
24730 \series bold
24731 hyperref
24732 \series default
24733  et insérer la ligne suivante dans le préambule du document :
24734 \end_layout
24735
24736 \begin_layout Standard
24737
24738 \series bold
24739
24740 \backslash
24741 AtBeginDocument{
24742 \backslash
24743 renewcommand{
24744 \backslash
24745 ref}[1]{
24746 \backslash
24747 mbox{
24748 \backslash
24749 autoref{#1}}}}
24750 \end_layout
24751
24752 \begin_layout Standard
24753 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
24754  défaut, par exemple vous préférez le nom 
24755 \begin_inset Quotes eld
24756 \end_inset
24757
24758 sec.
24759 \begin_inset space \thinspace{}
24760 \end_inset
24761
24762
24763 \begin_inset Quotes eld
24764 \end_inset
24765
24766  plutôt que 
24767 \begin_inset Quotes eld
24768 \end_inset
24769
24770 section
24771 \begin_inset Quotes erd
24772 \end_inset
24773
24774 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
24775 \end_layout
24776
24777 \begin_layout Standard
24778
24779 \series bold
24780
24781 \backslash
24782 addto
24783 \backslash
24784 extrasenglish{
24785 \backslash
24786 renewcommand{
24787 \backslash
24788 sectionautorefname}
24789 \begin_inset Newline newline
24790 \end_inset
24791
24792
24793 \begin_inset Phantom HPhantom
24794 status open
24795
24796 \begin_layout Plain Layout
24797
24798 \series bold
24799 \begin_inset space ~
24800 \end_inset
24801
24802
24803 \end_layout
24804
24805 \end_inset
24806
24807 {sec.
24808 \backslash
24809 negthinspace}}
24810 \end_layout
24811
24812 \begin_layout Standard
24813 Si vous utilisez une autre langue que l'anglais, remplacez 
24814 \series bold
24815
24816 \backslash
24817 extrasenglish
24818 \series default
24819  par 
24820 \series bold
24821
24822 \backslash
24823 extras***
24824 \series default
24825 , où *** est le nom de la langue que vous utilisez.
24826
24827 \series bold
24828  
24829 \end_layout
24830
24831 \begin_layout Standard
24832 Pour avoir des noms automatiques, mais pas pour certains types de références,
24833  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
24834 \end_layout
24835
24836 \begin_layout Standard
24837
24838 \series bold
24839
24840 \backslash
24841 newlength{
24842 \backslash
24843 abc}
24844 \begin_inset Newline newline
24845 \end_inset
24846
24847
24848 \backslash
24849 settowidth{
24850 \backslash
24851 abc}{
24852 \backslash
24853 space}
24854 \begin_inset Newline newline
24855 \end_inset
24856
24857
24858 \backslash
24859 addto
24860 \backslash
24861 extrasenglish{
24862 \backslash
24863 renewcommand{
24864 \backslash
24865 equationautorefname}
24866 \begin_inset Newline newline
24867 \end_inset
24868
24869
24870 \begin_inset Phantom HPhantom
24871 status open
24872
24873 \begin_layout Plain Layout
24874
24875 \series bold
24876 \begin_inset space ~
24877 \end_inset
24878
24879
24880 \end_layout
24881
24882 \end_inset
24883
24884 {
24885 \backslash
24886 hspace{-
24887 \backslash
24888 abc}}
24889 \end_layout
24890
24891 \begin_layout Standard
24892 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
24893  de 
24894 \series bold
24895 hyperref
24896 \series default
24897  
24898 \begin_inset CommandInset citation
24899 LatexCommand cite
24900 key "hyperref"
24901
24902 \end_inset
24903
24904 .
24905 \end_layout
24906
24907 \begin_layout Standard
24908 \begin_inset Note Greyedout
24909 status open
24910
24911 \begin_layout Plain Layout
24912
24913 \series bold
24914 Note:
24915 \series default
24916  Le nommage automatique de références ne peut être utilisé si vous avez
24917  choisi le style de référence 
24918 \family sans
24919 Référence
24920 \begin_inset space ~
24921 \end_inset
24922
24923 mise
24924 \begin_inset space ~
24925 \end_inset
24926
24927 en
24928 \begin_inset space ~
24929 \end_inset
24930
24931 forme
24932 \family default
24933  décrit dans la section
24934 \begin_inset space ~
24935 \end_inset
24936
24937
24938 \begin_inset CommandInset ref
24939 LatexCommand ref
24940 reference "sub:Formats-Références-Croisées"
24941
24942 \end_inset
24943
24944 .
24945 \end_layout
24946
24947 \end_inset
24948
24949
24950 \end_layout
24951
24952 \begin_layout Standard
24953 Le manuel 
24954 \emph on
24955 Math
24956 \emph default
24957  est un exemple dans lequel on a utilisé le référencement automatique.
24958 \end_layout
24959
24960 \begin_layout Subsection
24961 Positionnement des références 
24962 \begin_inset CommandInset label
24963 LatexCommand label
24964 name "sub:Reference-Position"
24965
24966 \end_inset
24967
24968
24969 \begin_inset Index idx
24970 status collapsed
24971
24972 \begin_layout Plain Layout
24973 References@Références ! Positionnement
24974 \end_layout
24975
24976 \end_inset
24977
24978
24979 \end_layout
24980
24981 \begin_layout Standard
24982 Si vous utilisez le paquetage 
24983 \series bold
24984 hyperref, 
24985 \series default
24986 qui est activé dans la rubrique 
24987 \family sans
24988 Propriétés du PDF
24989 \family default
24990  de la fenêtre de dialogue 
24991 \family sans
24992 Paramètres du document,
24993 \family default
24994  pour lier vos références croisées dans la sortie finale, vous verrez que
24995  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
24996  l'image.
24997  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
24998  pourrez voir l'image sans faire défiler le texte.
24999  Ce problème vient du fait que le point d'ancrage de la référence se situe
25000  à l'endroit de l'étiquette.
25001  En utilisant le paquetage LaTeX 
25002 \series bold
25003 hypcap
25004 \series default
25005
25006 \begin_inset Index idx
25007 status collapsed
25008
25009 \begin_layout Plain Layout
25010 Paquetages LaTeX ! hypcap
25011 \end_layout
25012
25013 \end_inset
25014
25015 , qui fait partie du paquetage LaTeX 
25016 \series bold
25017 oberdiek
25018 \series default
25019
25020 \begin_inset Index idx
25021 status collapsed
25022
25023 \begin_layout Plain Layout
25024 Paquetages LaTeX ! oberdiek
25025 \end_layout
25026
25027 \end_inset
25028
25029 , le point d'ancrage d'un lien est place en haut du flottant.
25030  Pour utiliser cette fonction avec les flottants de figure, chargez 
25031 \series bold
25032 hypcap
25033 \series default
25034  dans l'entête du document avec la ligne
25035 \end_layout
25036
25037 \begin_layout Standard
25038
25039 \series bold
25040
25041 \backslash
25042 usepackage[figure]{hypcap}
25043 \end_layout
25044
25045 \begin_layout Standard
25046 Vous pouvez aussi utiliser 
25047 \series bold
25048 hypcap
25049 \series default
25050  pour tous les types de flottants, mais ce n'est pas recommandé pour des
25051  raisons de stabilité.
25052  Pour plus d'information, jetez un coup d'œil au manuel d' 
25053 \series bold
25054 hypcap
25055 \series default
25056  
25057 \begin_inset CommandInset citation
25058 LatexCommand cite
25059 key "hypcap"
25060
25061 \end_inset
25062
25063 .
25064 \end_layout
25065
25066 \begin_layout Standard
25067 \begin_inset Note Greyedout
25068 status open
25069
25070 \begin_layout Plain Layout
25071
25072 \series bold
25073 Note:
25074 \series default
25075  
25076 \series bold
25077 hypcap
25078 \series default
25079  n'a aucun effet pour les références à des sous-figures.
25080 \end_layout
25081
25082 \end_inset
25083
25084
25085 \end_layout
25086
25087 \begin_layout Section
25088 Placement des flottants
25089 \begin_inset CommandInset label
25090 LatexCommand label
25091 name "sec:Placement-flottants"
25092
25093 \end_inset
25094
25095
25096 \begin_inset Index idx
25097 status collapsed
25098
25099 \begin_layout Plain Layout
25100 Flottants ! Placement
25101 \end_layout
25102
25103 \end_inset
25104
25105
25106 \end_layout
25107
25108 \begin_layout Standard
25109 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
25110  de dialogue 
25111 \family sans
25112 Paramètre
25113 \begin_inset space ~
25114 \end_inset
25115
25116 de
25117 \begin_inset space ~
25118 \end_inset
25119
25120 Flottant
25121 \family default
25122  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
25123  utilise pour déterminer où placer le flottant.
25124 \begin_inset Newline newline
25125 \end_inset
25126
25127 L'option 
25128 \family sans
25129 Plusieurs
25130 \begin_inset space ~
25131 \end_inset
25132
25133 colonnes
25134 \family default
25135  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
25136  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
25137  confiné sur une seule colonne.
25138 \begin_inset Newline newline
25139 \end_inset
25140
25141 L'option 
25142 \family sans
25143 Rotation
25144 \begin_inset space ~
25145 \end_inset
25146
25147 90°
25148 \family default
25149  est utilisée pour faire tourner les flottants, voyez la section
25150 \begin_inset space ~
25151 \end_inset
25152
25153
25154 \begin_inset CommandInset ref
25155 LatexCommand ref
25156 reference "sec:Flottants-renversés"
25157
25158 \end_inset
25159
25160 .
25161 \end_layout
25162
25163 \begin_layout Standard
25164 En désactivant l'option 
25165 \family sans
25166 Utilise
25167 \begin_inset space ~
25168 \end_inset
25169
25170 le
25171 \begin_inset space ~
25172 \end_inset
25173
25174 placement
25175 \begin_inset space ~
25176 \end_inset
25177
25178 par
25179 \begin_inset space ~
25180 \end_inset
25181
25182 défaut
25183 \family default
25184  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
25185  le placement du flottant:
25186 \end_layout
25187
25188 \begin_layout Description
25189 Ici,
25190 \begin_inset space ~
25191 \end_inset
25192
25193 si
25194 \begin_inset space ~
25195 \end_inset
25196
25197 possible: essaie de placer le flottant à la position où il a été inséré
25198  dans LyX
25199 \end_layout
25200
25201 \begin_layout Description
25202 Haut
25203 \begin_inset space ~
25204 \end_inset
25205
25206 de
25207 \begin_inset space ~
25208 \end_inset
25209
25210 la
25211 \begin_inset space ~
25212 \end_inset
25213
25214 page: essaie de placer le flottant en haut de la page courante
25215 \end_layout
25216
25217 \begin_layout Description
25218 Bas
25219 \begin_inset space ~
25220 \end_inset
25221
25222 de
25223 \begin_inset space ~
25224 \end_inset
25225
25226 la
25227 \begin_inset space ~
25228 \end_inset
25229
25230 page: essaie de placer le flottant en bas de la page courante
25231 \end_layout
25232
25233 \begin_layout Description
25234 Page
25235 \begin_inset space ~
25236 \end_inset
25237
25238 de
25239 \begin_inset space ~
25240 \end_inset
25241
25242 flottants: essaie de placer le flottant sur une page à part, éventuellement
25243  avec d'autres flottants 
25244 \end_layout
25245
25246 \begin_layout Standard
25247 LaTeX utilise
25248 \emph on
25249  toujours 
25250 \emph default
25251 les options dans l'ordre donné ci-dessus.
25252  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
25253  d'abord essayer 
25254 \family sans
25255 Ici
25256 \begin_inset space ~
25257 \end_inset
25258
25259 si
25260 \begin_inset space ~
25261 \end_inset
25262
25263 possible
25264 \family default
25265 , ensuite 
25266 \family sans
25267 Haut
25268 \begin_inset space ~
25269 \end_inset
25270
25271 de
25272 \begin_inset space ~
25273 \end_inset
25274
25275 la
25276 \begin_inset space ~
25277 \end_inset
25278
25279 page
25280 \family default
25281 , et ainsi de suite.
25282  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
25283  que vous avez cochées, mais dans l'ordre donné ci-dessus.
25284  Si aucune des quatre options de placement n'est possible, la procédure
25285  est répétée avec la possibilité de mettre les flottant sur la page suivante.
25286 \end_layout
25287
25288 \begin_layout Standard
25289 Implicitement, chaque option a ses propres règles d'application:
25290 \end_layout
25291
25292 \begin_layout Standard
25293
25294 \family sans
25295 Haut
25296 \begin_inset space ~
25297 \end_inset
25298
25299 de
25300 \begin_inset space ~
25301 \end_inset
25302
25303 la
25304 \begin_inset space ~
25305 \end_inset
25306
25307 page
25308 \family default
25309  : seuls les flottants occupant moins de 70% de la page peuvent être placés
25310  en haut de page (
25311 \series bold
25312
25313 \backslash
25314 topfraction
25315 \series default
25316 ).
25317 \end_layout
25318
25319 \begin_layout Standard
25320
25321 \family sans
25322 Bas
25323 \begin_inset space ~
25324 \end_inset
25325
25326 de
25327 \begin_inset space ~
25328 \end_inset
25329
25330 la
25331 \begin_inset space ~
25332 \end_inset
25333
25334 page
25335 \family default
25336  : seuls les flottants occupant moins de 30% de la page peuvent être placés
25337  en bas de page (
25338 \series bold
25339
25340 \backslash
25341 bottomfraction
25342 \series default
25343 ).
25344 \end_layout
25345
25346 \begin_layout Standard
25347
25348 \family sans
25349 Page
25350 \begin_inset space ~
25351 \end_inset
25352
25353 de
25354 \begin_inset space ~
25355 \end_inset
25356
25357 flottants
25358 \family default
25359  : plusieurs flottants peuvent être placés ensembles sur une page seulement
25360  si ils occupent plus de 50% de celle-ci (
25361 \series bold
25362
25363 \backslash
25364 floatpagefraction
25365 \series default
25366 ).
25367 \end_layout
25368
25369 \begin_layout Standard
25370 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
25371  supplémentaire 
25372 \family sans
25373 Ignorer
25374 \begin_inset space ~
25375 \end_inset
25376
25377 les
25378 \begin_inset space ~
25379 \end_inset
25380
25381 règles
25382 \begin_inset space ~
25383 \end_inset
25384
25385 LaTeX
25386 \family default
25387 \lang english
25388 .
25389 \begin_inset Newline newline
25390 \end_inset
25391
25392
25393 \lang french
25394 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
25395  données entre parenthèses après les descriptions des règles données ci-dessus.
25396  Par exemple, pour augmenter à 50
25397 \begin_inset space \thinspace{}
25398 \end_inset
25399
25400 % la valeur de la règle de bas de page dont la valeur implicite est souvent
25401  trop petite, ajoutez cette ligne au préambule de votre document :
25402 \end_layout
25403
25404 \begin_layout Standard
25405
25406 \series bold
25407
25408 \backslash
25409 renewcommand{
25410 \backslash
25411 bottomfraction}{0.5}
25412 \end_layout
25413
25414 \begin_layout Standard
25415 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
25416  exactement à l'endroit où vous l'avez inséré.
25417  dans ce cas utilisez l'option 
25418 \family sans
25419 Ici
25420 \begin_inset space ~
25421 \end_inset
25422
25423 à
25424 \begin_inset space ~
25425 \end_inset
25426
25427 tout
25428 \begin_inset space ~
25429 \end_inset
25430
25431 Prix
25432 \family default
25433 .
25434  Utilisez cette option le moins souvent possible et seulement quand le document
25435  est presque prêt à être imprimé.
25436  En effet, le flottant n'est plus capable de 
25437 \begin_inset Quotes eld
25438 \end_inset
25439
25440 flotter
25441 \begin_inset Quotes erd
25442 \end_inset
25443
25444 , ce qui peut perturber toutes les mises en page.
25445 \end_layout
25446
25447 \begin_layout Standard
25448 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
25449  sont toujours entourés par le texte d'un paragraphe donné.
25450 \begin_inset VSpace bigskip
25451 \end_inset
25452
25453
25454 \end_layout
25455
25456 \begin_layout Standard
25457 On peut parfois se trouver dans la situation où un flottant est placé en
25458  haut d'une page alors que la section concernée ne commence qu'au milieu
25459  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
25460  la section précédente.
25461  On peut utiliser la commande LaTeX 
25462 \series bold
25463
25464 \backslash
25465 suppressfloats
25466 \series default
25467  pour éviter ce cas.
25468  Elle empêche le placement d'un flottant donné dans la page dans laquelle
25469  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
25470  soit placé avant que la section commence.
25471  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
25472  votre document :
25473 \end_layout
25474
25475 \begin_layout Standard
25476
25477 \series bold
25478
25479 \backslash
25480 let
25481 \backslash
25482 mySection
25483 \backslash
25484 section
25485 \begin_inset Newline newline
25486 \end_inset
25487
25488
25489 \backslash
25490 renewcommand{
25491 \backslash
25492 section}{
25493 \backslash
25494 suppressfloats[t]
25495 \backslash
25496 mySection}
25497 \end_layout
25498
25499 \begin_layout Standard
25500 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
25501  comme les chapitres et les sous-sections.
25502  Il n'est pas recommandé d'utiliser cette définition avec des portions de
25503  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
25504  ensuite avoir du mal à trouver un positionnement correct.
25505 \end_layout
25506
25507 \begin_layout Standard
25508 \begin_inset VSpace bigskip
25509 \end_inset
25510
25511 Dans certains cas il est demandé de placer toutes les figures et tous les
25512  tableaux à la fin du document.
25513  C'est pour de telles situations que le paquetage LaTeX 
25514 \series bold
25515 endfloat
25516 \series default
25517
25518 \begin_inset Index idx
25519 status collapsed
25520
25521 \begin_layout Plain Layout
25522 Paquetages LaTeX ! endfloat
25523 \end_layout
25524
25525 \end_inset
25526
25527  a été développé.
25528  Il met en effet tous les flottants de figures et de tableaux à la fin du
25529  document dans leurs propres sections.
25530  À la position d'origine du flottant, une indication textuelle du genre
25531  
25532 \begin_inset Quotes eld
25533 \end_inset
25534
25535
25536 \family sans
25537 [Figure
25538 \begin_inset space ~
25539 \end_inset
25540
25541 3.2 
25542 \lang english
25543 about here.
25544 \lang french
25545 ]
25546 \family default
25547
25548 \begin_inset Quotes erd
25549 \end_inset
25550
25551  est insérée.
25552  Le paquetage 
25553 \series bold
25554 endfloat
25555 \series default
25556  est chargé dans le préambule avec la ligne suivante 
25557 \end_layout
25558
25559 \begin_layout Standard
25560
25561 \series bold
25562
25563 \backslash
25564 usepackage[options]{endfloat}
25565 \end_layout
25566
25567 \begin_layout Standard
25568 Il y a aussi de nombreuses options de paquetage pour modifier le format
25569  des sections de figures ou de tableau qui sont créées.
25570  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
25571  
25572 \series bold
25573 endfloa
25574 \series default
25575
25576 \begin_inset CommandInset citation
25577 LatexCommand cite
25578 key "endfloat"
25579
25580 \end_inset
25581
25582 .
25583 \begin_inset Newline newline
25584 \end_inset
25585
25586
25587 \begin_inset Note Greyedout
25588 status open
25589
25590 \begin_layout Plain Layout
25591
25592 \series bold
25593 Note: endfloat
25594 \series default
25595  ne fournit pas de traduction automatique de l'indication textuelle, vous
25596  devez donc le faire manuellement, voyez la section
25597 \begin_inset space ~
25598 \end_inset
25599
25600 4 de 
25601 \begin_inset CommandInset citation
25602 LatexCommand cite
25603 key "endfloat"
25604
25605 \end_inset
25606
25607 .
25608 \end_layout
25609
25610 \end_inset
25611
25612
25613 \begin_inset Newline newline
25614 \end_inset
25615
25616
25617 \begin_inset Note Greyedout
25618 status open
25619
25620 \begin_layout Plain Layout
25621
25622 \series bold
25623 Note:
25624 \series default
25625  Il y a actuellement un bug dans le paquetage 
25626 \series bold
25627 endfloat
25628 \series default
25629  quand la légende contient un 
25630 \begin_inset Quotes eld
25631 \end_inset
25632
25633 ß
25634 \begin_inset Quotes erd
25635 \end_inset
25636
25637  allemand.
25638  Utilisez dans ce cas la commande 
25639 \begin_inset Quotes eld
25640 \end_inset
25641
25642
25643 \series bold
25644
25645 \backslash
25646 ss
25647 \series default
25648
25649 \begin_inset Quotes erd
25650 \end_inset
25651
25652  en code TeX à la place du 
25653 \begin_inset Quotes eld
25654 \end_inset
25655
25656 ß
25657 \begin_inset Quotes erd
25658 \end_inset
25659
25660 .
25661 \end_layout
25662
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \begin_layout Standard
25669 \begin_inset VSpace bigskip
25670 \end_inset
25671
25672 Pour plus d'information sur les manières de placer les flottants, jetez
25673  un coup d'œil aux livres sur LaTeX, 
25674 \begin_inset CommandInset citation
25675 LatexCommand cite
25676 key "latexcompanion,latexguide,latexbook"
25677
25678 \end_inset
25679
25680 .
25681 \end_layout
25682
25683 \begin_layout Section
25684 Flottants renversés
25685 \begin_inset CommandInset label
25686 LatexCommand label
25687 name "sec:Flottants-renversés"
25688
25689 \end_inset
25690
25691
25692 \begin_inset Index idx
25693 status collapsed
25694
25695 \begin_layout Plain Layout
25696 Flottants ! Renversés
25697 \end_layout
25698
25699 \end_inset
25700
25701
25702 \end_layout
25703
25704 \begin_layout Standard
25705 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
25706  tableaux très larges.
25707  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
25708  un clic droit sur la boîte du flottant et utilisez l'option 
25709 \family sans
25710 Rotation
25711 \begin_inset space ~
25712 \end_inset
25713
25714 90°
25715 \family default
25716 .
25717 \end_layout
25718
25719 \begin_layout Standard
25720 Les flottants renversés sont systématiquement placés sur leur propre page
25721  ( ou colonne, si vous avez un document sur deux colonnes ).
25722  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
25723  
25724 \family sans
25725 Plusieurs
25726 \begin_inset space ~
25727 \end_inset
25728
25729 colonnes
25730 \family default
25731  dans les paramètres du flottant.
25732  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
25733  du côté de la marge externe.
25734  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
25735  ajouter soit l'option 
25736 \series bold
25737 figuresleft
25738 \series default
25739  soit l'option 
25740 \series bold
25741 figuresright
25742 \series default
25743  aux options de la classe de document.
25744 \end_layout
25745
25746 \begin_layout Standard
25747 Faire référence à un flottant renversé se fait de la même manière que pour
25748  un flottant normal, la mise en forme de la légende est aussi identique
25749  : Le tableau
25750 \begin_inset space ~
25751 \end_inset
25752
25753
25754 \begin_inset CommandInset ref
25755 LatexCommand ref
25756 reference "tab:Tableau-pivoté"
25757
25758 \end_inset
25759
25760  est un exemple de flottant de tableau renversé.
25761 \end_layout
25762
25763 \begin_layout Standard
25764 \begin_inset Note Greyedout
25765 status open
25766
25767 \begin_layout Plain Layout
25768
25769 \series bold
25770 Note:
25771 \series default
25772  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
25773  DVI.
25774 \end_layout
25775
25776 \end_inset
25777
25778
25779 \end_layout
25780
25781 \begin_layout Standard
25782 \begin_inset Float table
25783 wide false
25784 sideways true
25785 status open
25786
25787 \begin_layout Plain Layout
25788 \begin_inset Caption
25789
25790 \begin_layout Plain Layout
25791 \begin_inset CommandInset label
25792 LatexCommand label
25793 name "tab:Tableau-pivoté"
25794
25795 \end_inset
25796
25797  Tableau pivoté
25798 \end_layout
25799
25800 \end_inset
25801
25802
25803 \end_layout
25804
25805 \begin_layout Plain Layout
25806 \align center
25807 \begin_inset Tabular
25808 <lyxtabular version="3" rows="1" columns="5">
25809 <features tabularvalignment="middle">
25810 <column alignment="center" valignment="top" width="0">
25811 <column alignment="center" valignment="top" width="0">
25812 <column alignment="center" valignment="top" width="0">
25813 <column alignment="center" valignment="top" width="0">
25814 <column alignment="center" valignment="top" width="0">
25815 <row>
25816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Plain Layout
25820 test
25821 \end_layout
25822
25823 \end_inset
25824 </cell>
25825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25826 \begin_inset Text
25827
25828 \begin_layout Plain Layout
25829 b
25830 \end_layout
25831
25832 \end_inset
25833 </cell>
25834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25835 \begin_inset Text
25836
25837 \begin_layout Plain Layout
25838 c
25839 \end_layout
25840
25841 \end_inset
25842 </cell>
25843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25844 \begin_inset Text
25845
25846 \begin_layout Plain Layout
25847 d
25848 \end_layout
25849
25850 \end_inset
25851 </cell>
25852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25853 \begin_inset Text
25854
25855 \begin_layout Plain Layout
25856 e
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 </row>
25862 </lyxtabular>
25863
25864 \end_inset
25865
25866
25867 \end_layout
25868
25869 \end_inset
25870
25871
25872 \end_layout
25873
25874 \begin_layout Section
25875 Sous-flottants
25876 \begin_inset Index idx
25877 status collapsed
25878
25879 \begin_layout Plain Layout
25880 Flottants ! Sous-flottants
25881 \end_layout
25882
25883 \end_inset
25884
25885
25886 \end_layout
25887
25888 \begin_layout Standard
25889 Un exemple de sous-flottant : une figure composée de plusieurs images.
25890  On les crée en insérant un flottant dans un flottant existant.
25891  Le positionnement des sous-flottants peut être contrôlé comme pour les
25892  paragraphes comme on le voit avec les tableaux
25893 \begin_inset space ~
25894 \end_inset
25895
25896
25897 \begin_inset CommandInset ref
25898 LatexCommand ref
25899 reference "tab:Deux-sous-tableaux-cote-a-cote"
25900
25901 \end_inset
25902
25903  et 
25904 \begin_inset CommandInset ref
25905 LatexCommand ref
25906 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
25907
25908 \end_inset
25909
25910 .
25911 \end_layout
25912
25913 \begin_layout Standard
25914 On fait référence à des sous-flottants comme on le ferait avec des flottants
25915  normaux : Les tableaux
25916 \begin_inset space ~
25917 \end_inset
25918
25919
25920 \begin_inset CommandInset ref
25921 LatexCommand ref
25922 reference "tab:Le-sous-tableau-a"
25923
25924 \end_inset
25925
25926  et 
25927 \begin_inset CommandInset ref
25928 LatexCommand ref
25929 reference "tab:Le-sous-tableau-b"
25930
25931 \end_inset
25932
25933  sont des sous-tableaux du tableau
25934 \begin_inset space ~
25935 \end_inset
25936
25937
25938 \begin_inset CommandInset ref
25939 LatexCommand ref
25940 reference "tab:Deux-sous-tableaux-cote-a-cote"
25941
25942 \end_inset
25943
25944 .
25945 \end_layout
25946
25947 \begin_layout Standard
25948 \begin_inset Float table
25949 wide false
25950 sideways false
25951 status open
25952
25953 \begin_layout Plain Layout
25954 \begin_inset Caption
25955
25956 \begin_layout Plain Layout
25957 \begin_inset CommandInset label
25958 LatexCommand label
25959 name "tab:Deux-sous-tableaux-cote-a-cote"
25960
25961 \end_inset
25962
25963 Deux sous-tableaux placés côte-à-côte.
25964 \end_layout
25965
25966 \end_inset
25967
25968
25969 \end_layout
25970
25971 \begin_layout Plain Layout
25972 \align center
25973 \begin_inset space \hfill{}
25974 \end_inset
25975
25976
25977 \begin_inset Float table
25978 wide false
25979 sideways false
25980 status collapsed
25981
25982 \begin_layout Plain Layout
25983 \begin_inset Caption
25984
25985 \begin_layout Plain Layout
25986 \begin_inset CommandInset label
25987 LatexCommand label
25988 name "tab:Le-sous-tableau-a"
25989
25990 \end_inset
25991
25992 Le sous-tableau a
25993 \end_layout
25994
25995 \end_inset
25996
25997
25998 \end_layout
25999
26000 \begin_layout Plain Layout
26001 \align center
26002 \begin_inset Tabular
26003 <lyxtabular version="3" rows="1" columns="5">
26004 <features tabularvalignment="middle">
26005 <column alignment="center" valignment="top" width="0">
26006 <column alignment="center" valignment="top" width="0">
26007 <column alignment="center" valignment="top" width="0">
26008 <column alignment="center" valignment="top" width="0">
26009 <column alignment="center" valignment="top" width="0">
26010 <row>
26011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Plain Layout
26015 test
26016 \end_layout
26017
26018 \end_inset
26019 </cell>
26020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26021 \begin_inset Text
26022
26023 \begin_layout Plain Layout
26024 b
26025 \end_layout
26026
26027 \end_inset
26028 </cell>
26029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26030 \begin_inset Text
26031
26032 \begin_layout Plain Layout
26033 c
26034 \end_layout
26035
26036 \end_inset
26037 </cell>
26038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26039 \begin_inset Text
26040
26041 \begin_layout Plain Layout
26042 d
26043 \end_layout
26044
26045 \end_inset
26046 </cell>
26047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26048 \begin_inset Text
26049
26050 \begin_layout Plain Layout
26051 e
26052 \end_layout
26053
26054 \end_inset
26055 </cell>
26056 </row>
26057 </lyxtabular>
26058
26059 \end_inset
26060
26061
26062 \end_layout
26063
26064 \end_inset
26065
26066
26067 \begin_inset space \hfill{}
26068 \end_inset
26069
26070
26071 \begin_inset Float table
26072 wide false
26073 sideways false
26074 status collapsed
26075
26076 \begin_layout Plain Layout
26077 \begin_inset Caption
26078
26079 \begin_layout Plain Layout
26080 \begin_inset CommandInset label
26081 LatexCommand label
26082 name "tab:Le-sous-tableau-b"
26083
26084 \end_inset
26085
26086 Le sous-tableau b.
26087 \end_layout
26088
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \begin_layout Plain Layout
26095 \align center
26096 \begin_inset Tabular
26097 <lyxtabular version="3" rows="1" columns="5">
26098 <features tabularvalignment="middle">
26099 <column alignment="center" valignment="top" width="0">
26100 <column alignment="center" valignment="top" width="0">
26101 <column alignment="center" valignment="top" width="0">
26102 <column alignment="center" valignment="top" width="0">
26103 <column alignment="center" valignment="top" width="0">
26104 <row>
26105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109 e
26110 \end_layout
26111
26112 \end_inset
26113 </cell>
26114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26115 \begin_inset Text
26116
26117 \begin_layout Plain Layout
26118 d
26119 \end_layout
26120
26121 \end_inset
26122 </cell>
26123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26124 \begin_inset Text
26125
26126 \begin_layout Plain Layout
26127 c
26128 \end_layout
26129
26130 \end_inset
26131 </cell>
26132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26133 \begin_inset Text
26134
26135 \begin_layout Plain Layout
26136 b
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145 test
26146 \end_layout
26147
26148 \end_inset
26149 </cell>
26150 </row>
26151 </lyxtabular>
26152
26153 \end_inset
26154
26155
26156 \end_layout
26157
26158 \end_inset
26159
26160
26161 \begin_inset space \hfill{}
26162 \end_inset
26163
26164
26165 \end_layout
26166
26167 \end_inset
26168
26169
26170 \end_layout
26171
26172 \begin_layout Standard
26173 \begin_inset Float table
26174 wide false
26175 sideways false
26176 status open
26177
26178 \begin_layout Plain Layout
26179 \begin_inset Caption
26180
26181 \begin_layout Plain Layout
26182 \begin_inset CommandInset label
26183 LatexCommand label
26184 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
26185
26186 \end_inset
26187
26188 Deux sous-tableaux placés l'un sur l'autre.
26189  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
26190 \end_layout
26191
26192 \end_inset
26193
26194
26195 \end_layout
26196
26197 \begin_layout Plain Layout
26198 \align center
26199 \begin_inset Float table
26200 wide false
26201 sideways false
26202 status collapsed
26203
26204 \begin_layout Plain Layout
26205 \begin_inset Caption
26206
26207 \begin_layout Plain Layout
26208
26209 \end_layout
26210
26211 \end_inset
26212
26213
26214 \end_layout
26215
26216 \begin_layout Plain Layout
26217 \align center
26218 \begin_inset Tabular
26219 <lyxtabular version="3" rows="1" columns="4">
26220 <features tabularvalignment="middle">
26221 <column alignment="center" valignment="top" width="0">
26222 <column alignment="center" valignment="top" width="0">
26223 <column alignment="center" valignment="top" width="0">
26224 <column alignment="center" valignment="top" width="0">
26225 <row>
26226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26227 \begin_inset Text
26228
26229 \begin_layout Plain Layout
26230 test
26231 \end_layout
26232
26233 \end_inset
26234 </cell>
26235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26236 \begin_inset Text
26237
26238 \begin_layout Plain Layout
26239 test
26240 \end_layout
26241
26242 \end_inset
26243 </cell>
26244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26245 \begin_inset Text
26246
26247 \begin_layout Plain Layout
26248 test
26249 \end_layout
26250
26251 \end_inset
26252 </cell>
26253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26254 \begin_inset Text
26255
26256 \begin_layout Plain Layout
26257 test
26258 \end_layout
26259
26260 \end_inset
26261 </cell>
26262 </row>
26263 </lyxtabular>
26264
26265 \end_inset
26266
26267
26268 \end_layout
26269
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \begin_layout Plain Layout
26276 \align center
26277 \begin_inset Float table
26278 wide false
26279 sideways false
26280 status collapsed
26281
26282 \begin_layout Plain Layout
26283 \begin_inset Caption
26284
26285 \begin_layout Plain Layout
26286
26287 \end_layout
26288
26289 \end_inset
26290
26291
26292 \end_layout
26293
26294 \begin_layout Plain Layout
26295 \align center
26296 \begin_inset Tabular
26297 <lyxtabular version="3" rows="1" columns="5">
26298 <features tabularvalignment="middle">
26299 <column alignment="center" valignment="top" width="0">
26300 <column alignment="center" valignment="top" width="0">
26301 <column alignment="center" valignment="top" width="0">
26302 <column alignment="center" valignment="top" width="0">
26303 <column alignment="center" valignment="top" width="0">
26304 <row>
26305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26306 \begin_inset Text
26307
26308 \begin_layout Plain Layout
26309 a
26310 \end_layout
26311
26312 \end_inset
26313 </cell>
26314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Plain Layout
26318 b
26319 \end_layout
26320
26321 \end_inset
26322 </cell>
26323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26324 \begin_inset Text
26325
26326 \begin_layout Plain Layout
26327 c
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26333 \begin_inset Text
26334
26335 \begin_layout Plain Layout
26336 d
26337 \end_layout
26338
26339 \end_inset
26340 </cell>
26341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26342 \begin_inset Text
26343
26344 \begin_layout Plain Layout
26345 e
26346 \end_layout
26347
26348 \end_inset
26349 </cell>
26350 </row>
26351 </lyxtabular>
26352
26353 \end_inset
26354
26355
26356 \end_layout
26357
26358 \end_inset
26359
26360
26361 \end_layout
26362
26363 \end_inset
26364
26365
26366 \end_layout
26367
26368 \begin_layout Section
26369 Flottants côte-à-côte
26370 \begin_inset Index idx
26371 status collapsed
26372
26373 \begin_layout Plain Layout
26374 Flottants ! côte-à-côte
26375 \end_layout
26376
26377 \end_inset
26378
26379
26380 \end_layout
26381
26382 \begin_layout Standard
26383 Pour placer des flottants côte-à-côte, comme pour la figure
26384 \begin_inset space ~
26385 \end_inset
26386
26387
26388 \begin_inset CommandInset ref
26389 LatexCommand ref
26390 reference "fig:Flottant-gauche"
26391
26392 \end_inset
26393
26394  et 
26395 \begin_inset CommandInset ref
26396 LatexCommand ref
26397 reference "fig:Flottant-droit"
26398
26399 \end_inset
26400
26401 , on n'utilise 
26402 \emph on
26403 qu'un seul 
26404 \emph default
26405 flottant.
26406  On y insère deux boîtes de minipages.
26407 \begin_inset Foot
26408 status collapsed
26409
26410 \begin_layout Plain Layout
26411 Les minipages sont décrites dans la section
26412 \begin_inset space ~
26413 \end_inset
26414
26415
26416 \begin_inset CommandInset ref
26417 LatexCommand ref
26418 reference "sec:Minipages"
26419
26420 \end_inset
26421
26422 .
26423 \end_layout
26424
26425 \end_inset
26426
26427  La largeur est mise à 45
26428 \begin_inset space \thinspace{}
26429 \end_inset
26430
26431 -50
26432 \begin_inset space \thinspace{}
26433 \end_inset
26434
26435 column% et l'alignement de la boîte à 
26436 \family sans
26437 Bas
26438 \family default
26439  pour chaque minipage.
26440  Les boîtes minipages contiennent l'image et la légende exactement comme
26441  avec un flottant.
26442  La seule différence est que l'unité de longueur 
26443 \family sans
26444 Largeur
26445 \begin_inset space ~
26446 \end_inset
26447
26448 colonne
26449 \begin_inset space ~
26450 \end_inset
26451
26452 %
26453 \family default
26454  utilisée pour l'image est maintenant définie par rapport à la largeur des
26455  boîtes minipages.
26456 \end_layout
26457
26458 \begin_layout Standard
26459 \begin_inset Float figure
26460 wide false
26461 sideways false
26462 status open
26463
26464 \begin_layout Plain Layout
26465 \begin_inset Box Frameless
26466 position "b"
26467 hor_pos "c"
26468 has_inner_box 1
26469 inner_pos "t"
26470 use_parbox 0
26471 use_makebox 0
26472 width "45col%"
26473 special "none"
26474 height "1in"
26475 height_special "totalheight"
26476 status open
26477
26478 \begin_layout Plain Layout
26479 \align center
26480 \begin_inset Graphics
26481         filename ../clipart/mobius.eps
26482         lyxscale 50
26483         width 100col%
26484         scaleBeforeRotation
26485
26486 \end_inset
26487
26488
26489 \end_layout
26490
26491 \begin_layout Plain Layout
26492 \begin_inset Caption
26493
26494 \begin_layout Plain Layout
26495 \begin_inset CommandInset label
26496 LatexCommand label
26497 name "fig:Flottant-gauche"
26498
26499 \end_inset
26500
26501 Flottant du côté gauche.
26502 \end_layout
26503
26504 \end_inset
26505
26506
26507 \end_layout
26508
26509 \end_inset
26510
26511
26512 \begin_inset space \hfill{}
26513 \end_inset
26514
26515
26516 \begin_inset Box Frameless
26517 position "b"
26518 hor_pos "c"
26519 has_inner_box 1
26520 inner_pos "t"
26521 use_parbox 0
26522 use_makebox 0
26523 width "45col%"
26524 special "none"
26525 height "1in"
26526 height_special "totalheight"
26527 status open
26528
26529 \begin_layout Plain Layout
26530 \align center
26531 \begin_inset Graphics
26532         filename ../clipart/platypus.eps
26533         lyxscale 50
26534         width 100col%
26535         scaleBeforeRotation
26536
26537 \end_inset
26538
26539
26540 \end_layout
26541
26542 \begin_layout Plain Layout
26543 \begin_inset Caption
26544
26545 \begin_layout Plain Layout
26546 \begin_inset CommandInset label
26547 LatexCommand label
26548 name "fig:Flottant-droit"
26549
26550 \end_inset
26551
26552 Flottant du côté droit.
26553 \end_layout
26554
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \end_inset
26561
26562
26563 \end_layout
26564
26565 \end_inset
26566
26567
26568 \end_layout
26569
26570 \begin_layout Section
26571 Mise en forme de la légende
26572 \begin_inset Index idx
26573 status collapsed
26574
26575 \begin_layout Plain Layout
26576 Légende ! Mise en forme
26577 \end_layout
26578
26579 \end_inset
26580
26581
26582 \begin_inset Index idx
26583 status collapsed
26584
26585 \begin_layout Plain Layout
26586 Flottants ! Mise en forme de la Légende
26587 \end_layout
26588
26589 \end_inset
26590
26591
26592 \begin_inset CommandInset label
26593 LatexCommand label
26594 name "sec:Formatage-légende"
26595
26596 \end_inset
26597
26598
26599 \end_layout
26600
26601 \begin_layout Standard
26602 L'environnement 
26603 \family sans
26604 Légende
26605 \family default
26606  est l'environnement de paragraphe implicite pour les 
26607 \family sans
26608 flottants
26609 \family default
26610 .
26611  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
26612  par exemple 
26613 \begin_inset Quotes eld
26614 \end_inset
26615
26616
26617 \family sans
26618 Figure #:
26619 \family default
26620
26621 \begin_inset Quotes erd
26622 \end_inset
26623
26624  suivi par le texte de la légende.
26625  Le 
26626 \begin_inset Quotes eld
26627 \end_inset
26628
26629 #
26630 \begin_inset Quotes erd
26631 \end_inset
26632
26633  étant remplacé par le numéro de référence réel.
26634  implicitement l'étiquette et le numéro sont dans la même police de caractères
26635  que le texte de la légende et deux points suivent le numéro pour séparer
26636  l'étiquette du texte.
26637  Ce format de légende n'est pas forcément adapté à tous les types de documents.
26638 \end_layout
26639
26640 \begin_layout Standard
26641 Pour modifier le format implicite des légendes, il faut charger le paquetage
26642  LaTeX 
26643 \series bold
26644 caption
26645 \series default
26646
26647 \begin_inset Index idx
26648 status collapsed
26649
26650 \begin_layout Plain Layout
26651 Paquetages LaTeX ! caption
26652 \end_layout
26653
26654 \end_inset
26655
26656  dans le préambule de votre document avec la ligne suivante :
26657 \end_layout
26658
26659 \begin_layout Standard
26660
26661 \series bold
26662
26663 \backslash
26664 usepackage[format definition]{caption}
26665 \end_layout
26666
26667 \begin_layout Standard
26668 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
26669  grasse et les légendes de tableau toujours au dessus des tableaux, comme
26670  dans ce document, utilisez les commandes suivantes :
26671 \end_layout
26672
26673 \begin_layout Standard
26674
26675 \series bold
26676
26677 \backslash
26678 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26679 \end_layout
26680
26681 \begin_layout Standard
26682 Vous pouvez aussi définir des formats de légendes différents pour les différents
26683  types de flottants.
26684  Dans ce cas chargez le paquetage 
26685 \series bold
26686 caption 
26687 \series default
26688 sans option de format spécifique et définissez les différents formats à
26689  l'aide de la commande 
26690 \end_layout
26691
26692 \begin_layout Standard
26693
26694 \series bold
26695
26696 \backslash
26697 captionsetup[type de flottant]{définition du format}
26698 \end_layout
26699
26700 \begin_layout Standard
26701 dans le préambule du document.
26702  Par exemple les formats de légende de la Figure
26703 \begin_inset space ~
26704 \end_inset
26705
26706
26707 \begin_inset CommandInset ref
26708 LatexCommand ref
26709 reference "fig:Legende-de-fig"
26710
26711 \end_inset
26712
26713  et du Tableau
26714 \begin_inset space ~
26715 \end_inset
26716
26717
26718 \begin_inset CommandInset ref
26719 LatexCommand ref
26720 reference "tab:Légende-de-tab"
26721
26722 \end_inset
26723
26724  peuvent être créés en utilisant les commandes suivantes dans le préambule
26725  :
26726 \end_layout
26727
26728 \begin_layout Standard
26729
26730 \series bold
26731
26732 \backslash
26733 usepackage[tableposition=top]{caption}
26734 \series default
26735
26736 \begin_inset Newline newline
26737 \end_inset
26738
26739
26740 \series bold
26741
26742 \backslash
26743 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
26744 \begin_inset Newline newline
26745 \end_inset
26746
26747
26748 \begin_inset Phantom HPhantom
26749 status open
26750
26751 \begin_layout Plain Layout
26752
26753 \series bold
26754
26755 \backslash
26756 captionsetup[figure]{
26757 \end_layout
26758
26759 \end_inset
26760
26761 labelsep=period}
26762 \begin_inset Newline newline
26763 \end_inset
26764
26765
26766 \backslash
26767 captionsetup[table]{labelfont={bf,sf}}
26768 \end_layout
26769
26770 \begin_layout Standard
26771 \begin_inset Note Greyedout
26772 status open
26773
26774 \begin_layout Plain Layout
26775
26776 \series bold
26777 Note:
26778 \series default
26779  L'option 
26780 \series bold
26781 tableposition=top
26782 \series default
26783  n'a pas d'effet quand on utilise un document de classe 
26784 \series bold
26785 KOMA-Script
26786 \series default
26787
26788 \begin_inset Index idx
26789 status collapsed
26790
26791 \begin_layout Plain Layout
26792 Paquetages LaTeX ! KOMA-Script
26793 \end_layout
26794
26795 \end_inset
26796
26797 .
26798  Dans ce cas on doit utiliser l'option 
26799 \series bold
26800 captions=tableheading
26801 \series default
26802  de la classe de document.
26803 \end_layout
26804
26805 \end_inset
26806
26807
26808 \end_layout
26809
26810 \begin_layout Standard
26811 Pour plus d'information sur le paquetage 
26812 \series bold
26813 caption
26814 \series default
26815  nous vous renvoyons à sa documentation 
26816 \begin_inset CommandInset citation
26817 LatexCommand cite
26818 key "caption"
26819
26820 \end_inset
26821
26822 .
26823 \end_layout
26824
26825 \begin_layout Standard
26826 Pour changer le nom de l'étiquette, par exemple de 
26827 \begin_inset Quotes eld
26828 \end_inset
26829
26830 Figure
26831 \begin_inset Quotes erd
26832 \end_inset
26833
26834  à 
26835 \begin_inset Quotes eld
26836 \end_inset
26837
26838 Image
26839 \begin_inset Quotes erd
26840 \end_inset
26841
26842 , utilisez la commande suivante dans le préambule :
26843 \end_layout
26844
26845 \begin_layout Standard
26846
26847 \series bold
26848
26849 \backslash
26850 renewcommand{
26851 \backslash
26852 fnum@figure}{Image~
26853 \backslash
26854 thefigure}
26855 \end_layout
26856
26857 \begin_layout Standard
26858 où 
26859 \series bold
26860
26861 \backslash
26862 thefigure
26863 \series default
26864  insère le numéro de la figure et
26865 \series bold
26866  
26867 \begin_inset Quotes eld
26868 \end_inset
26869
26870 ~
26871 \series default
26872
26873 \begin_inset Quotes erd
26874 \end_inset
26875
26876  ajoute une espace insécable.
26877 \end_layout
26878
26879 \begin_layout Standard
26880 \begin_inset VSpace bigskip
26881 \end_inset
26882
26883 Si vous utilisez un document de classe 
26884 \series bold
26885 KOMA-Script
26886 \series default
26887
26888 \begin_inset Index idx
26889 status collapsed
26890
26891 \begin_layout Plain Layout
26892 Paquetages LaTeX ! KOMA-Script
26893 \end_layout
26894
26895 \end_inset
26896
26897  (
26898 \family sans
26899 article (KOMA-Script)
26900 \family default
26901
26902 \family sans
26903 book (KOMA-Script)
26904 \family default
26905
26906 \family sans
26907 letter (KOMA-Script)
26908 \family default
26909 , ou 
26910 \family sans
26911 report (KOMA-Script)
26912 \family default
26913
26914 \begin_inset space \thinspace{}
26915 \end_inset
26916
26917 ), Vous pouvez utiliser la commande incorporée 
26918 \series bold
26919
26920 \backslash
26921 setkomafont 
26922 \series default
26923 du paquetage
26924 \series bold
26925  KOMA-Script 
26926 \series default
26927 à la place du paquetage
26928 \series bold
26929  caption.
26930  
26931 \series default
26932 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
26933  suivante au préambule de votre document :
26934 \end_layout
26935
26936 \begin_layout Standard
26937
26938 \series bold
26939
26940 \backslash
26941 setkomafont{captionlabel}{
26942 \backslash
26943 bfseries}
26944 \end_layout
26945
26946 \begin_layout Standard
26947 Pour plus d'information au sujet de 
26948 \series bold
26949
26950 \backslash
26951 setkomafont
26952 \series default
26953  nous vous renvoyons à la documentation du paquetage 
26954 \series bold
26955 KOMA-Script
26956 \series default
26957  
26958 \begin_inset CommandInset citation
26959 LatexCommand cite
26960 key "KOMA-Script"
26961
26962 \end_inset
26963
26964 .
26965 \end_layout
26966
26967 \begin_layout Standard
26968 \begin_inset ERT
26969 status collapsed
26970
26971 \begin_layout Plain Layout
26972
26973
26974 \backslash
26975 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
26976 }
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \begin_inset Note Note
26983 status open
26984
26985 \begin_layout Plain Layout
26986 Le format de la légende n'est modifié que pour cet exemple.
26987 \end_layout
26988
26989 \end_inset
26990
26991
26992 \end_layout
26993
26994 \begin_layout Standard
26995 \begin_inset Float figure
26996 placement !p
26997 wide false
26998 sideways false
26999 status open
27000
27001 \begin_layout Plain Layout
27002 \align center
27003 \begin_inset Graphics
27004         filename ../clipart/mobius.eps
27005         lyxscale 50
27006         scale 50
27007         scaleBeforeRotation
27008
27009 \end_inset
27010
27011
27012 \end_layout
27013
27014 \begin_layout Plain Layout
27015 \begin_inset Caption
27016
27017 \begin_layout Plain Layout
27018 \begin_inset CommandInset label
27019 LatexCommand label
27020 name "fig:Legende-de-fig"
27021
27022 \end_inset
27023
27024 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
27025  pour montrer les différents types de formats de légendes.
27026  Ici on a utilisé un format de légende personnalisé.
27027 \end_layout
27028
27029 \end_inset
27030
27031
27032 \end_layout
27033
27034 \end_inset
27035
27036
27037 \end_layout
27038
27039 \begin_layout Standard
27040 \begin_inset ERT
27041 status collapsed
27042
27043 \begin_layout Plain Layout
27044
27045
27046 \backslash
27047 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27048 on}
27049 \end_layout
27050
27051 \end_inset
27052
27053
27054 \end_layout
27055
27056 \begin_layout Standard
27057 \begin_inset Float table
27058 placement !p
27059 wide false
27060 sideways false
27061 status open
27062
27063 \begin_layout Plain Layout
27064 \begin_inset Caption
27065
27066 \begin_layout Plain Layout
27067 \begin_inset CommandInset label
27068 LatexCommand label
27069 name "tab:Légende-de-tab"
27070
27071 \end_inset
27072
27073 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
27074  pour montrer les différents types de formats de légendes.
27075  Ici on a utilisé le format de légende implicite.
27076 \end_layout
27077
27078 \end_inset
27079
27080
27081 \end_layout
27082
27083 \begin_layout Plain Layout
27084 \align center
27085 \begin_inset Tabular
27086 <lyxtabular version="3" rows="1" columns="5">
27087 <features tabularvalignment="middle">
27088 <column alignment="center" valignment="top" width="0">
27089 <column alignment="center" valignment="top" width="0">
27090 <column alignment="center" valignment="top" width="0">
27091 <column alignment="center" valignment="top" width="0">
27092 <column alignment="center" valignment="top" width="0">
27093 <row>
27094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27095 \begin_inset Text
27096
27097 \begin_layout Plain Layout
27098 a
27099 \end_layout
27100
27101 \end_inset
27102 </cell>
27103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27104 \begin_inset Text
27105
27106 \begin_layout Plain Layout
27107 b
27108 \end_layout
27109
27110 \end_inset
27111 </cell>
27112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27113 \begin_inset Text
27114
27115 \begin_layout Plain Layout
27116 c
27117 \end_layout
27118
27119 \end_inset
27120 </cell>
27121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27122 \begin_inset Text
27123
27124 \begin_layout Plain Layout
27125 d
27126 \end_layout
27127
27128 \end_inset
27129 </cell>
27130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27131 \begin_inset Text
27132
27133 \begin_layout Plain Layout
27134 e
27135 \end_layout
27136
27137 \end_inset
27138 </cell>
27139 </row>
27140 </lyxtabular>
27141
27142 \end_inset
27143
27144
27145 \end_layout
27146
27147 \end_inset
27148
27149
27150 \end_layout
27151
27152 \begin_layout Section
27153 Positionnement de la Légende
27154 \begin_inset Index idx
27155 status collapsed
27156
27157 \begin_layout Plain Layout
27158 Légende ! Placement
27159 \end_layout
27160
27161 \end_inset
27162
27163
27164 \begin_inset Index idx
27165 status collapsed
27166
27167 \begin_layout Plain Layout
27168 Flottants ! Placement de la légende
27169 \end_layout
27170
27171 \end_inset
27172
27173
27174 \begin_inset CommandInset label
27175 LatexCommand label
27176 name "sec:Placement-légende"
27177
27178 \end_inset
27179
27180
27181 \end_layout
27182
27183 \begin_layout Standard
27184 La règle habituelle pour placer la légende est :
27185 \end_layout
27186
27187 \begin_layout Description
27188 Figure
27189 \begin_inset space ~
27190 \end_inset
27191
27192 : La légende est placée en dessous de la figure
27193 \end_layout
27194
27195 \begin_layout Description
27196 Tableau
27197 \begin_inset space ~
27198 \end_inset
27199
27200 : La légende est placée au dessus du tableau
27201 \end_layout
27202
27203 \begin_layout Standard
27204 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
27205  au dessus des tableaux.
27206  Ce qui fait que si vous utilisez une des classes de document 
27207 \family sans
27208 article
27209 \family default
27210
27211 \family sans
27212 book
27213 \family default
27214
27215 \family sans
27216 letter
27217 \family default
27218 , ou 
27219 \family sans
27220 report
27221 \family default
27222  il n'y aura pas d'espace libre entre la légende et le tableau.
27223  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
27224  de chargement du paquetage LaTeX 
27225 \series bold
27226 caption
27227 \series default
27228  dans le préambule de votre document
27229 \begin_inset Foot
27230 status open
27231
27232 \begin_layout Plain Layout
27233 Voir la section
27234 \begin_inset space ~
27235 \end_inset
27236
27237
27238 \begin_inset CommandInset ref
27239 LatexCommand ref
27240 reference "sec:Formatage-légende"
27241
27242 \end_inset
27243
27244  pour plus d'information sur le paquetage 
27245 \series bold
27246 caption
27247 \series default
27248 .
27249 \end_layout
27250
27251 \end_inset
27252
27253 :
27254 \end_layout
27255
27256 \begin_layout Standard
27257
27258 \series bold
27259 tableposition=top
27260 \end_layout
27261
27262 \begin_layout Standard
27263 Si vous utilisez une classe de document 
27264 \series bold
27265 KOMA-Script
27266 \series default
27267
27268 \begin_inset Index idx
27269 status collapsed
27270
27271 \begin_layout Plain Layout
27272 Paquetages LaTeX ! KOMA-Script
27273 \end_layout
27274
27275 \end_inset
27276
27277  (
27278 \family sans
27279 article (KOMA-Script)
27280 \family default
27281
27282 \family sans
27283 book (KOMA-Script)
27284 \family default
27285
27286 \family sans
27287 letter (KOMA-Script)
27288 \family default
27289 , ou 
27290 \family sans
27291 report (KOMA-Script)
27292 \family default
27293
27294 \begin_inset space \thinspace{}
27295 \end_inset
27296
27297 ), vous pouvez utiliser à la place du paquetage 
27298 \series bold
27299 caption
27300 \series default
27301  l'option 
27302 \series bold
27303 captions=tableheading
27304 \series default
27305  de la classe de document.
27306 \end_layout
27307
27308 \begin_layout Standard
27309 \begin_inset VSpace bigskip
27310 \end_inset
27311
27312 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
27313  Pour cela, vous devez charger le paquetage LaTeX 
27314 \series bold
27315 sidecap
27316 \series default
27317
27318 \begin_inset Index idx
27319 status collapsed
27320
27321 \begin_layout Plain Layout
27322 Paquetages LaTeX ! sidecap
27323 \end_layout
27324
27325 \end_inset
27326
27327  dans le préambule de votre document avec la ligne de commande suivante
27328 \end_layout
27329
27330 \begin_layout Standard
27331
27332 \series bold
27333
27334 \backslash
27335 usepackage[option]{sidecap}
27336 \end_layout
27337
27338 \begin_layout Standard
27339 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
27340  extérieure – à droite sur les pages impaires et à gauche sur les pages
27341  paires.
27342  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
27343  
27344 \series bold
27345 innercaption
27346 \series default
27347 .
27348  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
27349  
27350 \series bold
27351 rightcaption
27352 \series default
27353  ou 
27354 \series bold
27355 leftcaption
27356 \series default
27357 .
27358 \end_layout
27359
27360 \begin_layout Standard
27361 \begin_inset ERT
27362 status collapsed
27363
27364 \begin_layout Plain Layout
27365
27366
27367 \backslash
27368 ifsidecap
27369 \end_layout
27370
27371 \end_inset
27372
27373
27374 \begin_inset Note Note
27375 status open
27376
27377 \begin_layout Plain Layout
27378 La section suivante ne sera affichée que si le paquetage LaTeX 
27379 \series bold
27380 sidecap
27381 \series default
27382  a été installé.
27383 \end_layout
27384
27385 \end_inset
27386
27387
27388 \end_layout
27389
27390 \begin_layout Standard
27391 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
27392  ajouter ces commandes dans le préambule de votre document :
27393 \end_layout
27394
27395 \begin_layout Standard
27396 \noindent
27397 \begin_inset CommandInset line
27398 LatexCommand rule
27399 offset "0.5ex"
27400 width "100line%"
27401 height "1pt"
27402
27403 \end_inset
27404
27405
27406 \end_layout
27407
27408 \begin_layout Standard
27409
27410 \series bold
27411
27412 \backslash
27413 newcommand{
27414 \backslash
27415 TabBesBeg}[1][1.0]{%
27416 \begin_inset Newline newline
27417 \end_inset
27418
27419
27420 \begin_inset Phantom HPhantom
27421 status open
27422
27423 \begin_layout Plain Layout
27424 \begin_inset space ~
27425 \end_inset
27426
27427
27428 \end_layout
27429
27430 \end_inset
27431
27432
27433 \backslash
27434 let
27435 \backslash
27436 MyTable
27437 \backslash
27438 table
27439 \begin_inset Newline newline
27440 \end_inset
27441
27442
27443 \begin_inset Phantom HPhantom
27444 status open
27445
27446 \begin_layout Plain Layout
27447
27448 \series medium
27449 \begin_inset space ~
27450 \end_inset
27451
27452
27453 \end_layout
27454
27455 \end_inset
27456
27457
27458 \backslash
27459 let
27460 \backslash
27461 MyEndtable
27462 \backslash
27463 endtable
27464 \begin_inset Newline newline
27465 \end_inset
27466
27467
27468 \begin_inset Phantom HPhantom
27469 status open
27470
27471 \begin_layout Plain Layout
27472
27473 \series medium
27474 \begin_inset space ~
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \end_inset
27481
27482
27483 \backslash
27484 renewenvironment{table}[1]{
27485 \backslash
27486 begin{SCtable}[#1]##1}{
27487 \backslash
27488 end{SCtable}}}
27489 \end_layout
27490
27491 \begin_layout Standard
27492
27493 \series bold
27494
27495 \backslash
27496 newcommand{
27497 \backslash
27498 TabBesEnd}{%
27499 \begin_inset Newline newline
27500 \end_inset
27501
27502
27503 \begin_inset Phantom HPhantom
27504 status open
27505
27506 \begin_layout Plain Layout
27507 \begin_inset space ~
27508 \end_inset
27509
27510
27511 \end_layout
27512
27513 \end_inset
27514
27515
27516 \backslash
27517 let
27518 \backslash
27519 table
27520 \backslash
27521 MyTable
27522 \begin_inset Newline newline
27523 \end_inset
27524
27525
27526 \begin_inset Phantom HPhantom
27527 status open
27528
27529 \begin_layout Plain Layout
27530 \begin_inset space ~
27531 \end_inset
27532
27533
27534 \end_layout
27535
27536 \end_inset
27537
27538
27539 \backslash
27540 let
27541 \backslash
27542 endtable
27543 \backslash
27544 MyEndtable
27545 \end_layout
27546
27547 \begin_layout Standard
27548
27549 \series bold
27550
27551 \backslash
27552 newcommand{
27553 \backslash
27554 FigBesBeg}[1][1.0]{%
27555 \begin_inset Newline newline
27556 \end_inset
27557
27558
27559 \begin_inset Phantom HPhantom
27560 status open
27561
27562 \begin_layout Plain Layout
27563 \begin_inset space ~
27564 \end_inset
27565
27566
27567 \end_layout
27568
27569 \end_inset
27570
27571
27572 \backslash
27573 let
27574 \backslash
27575 MyFigure
27576 \backslash
27577 figure
27578 \begin_inset Newline newline
27579 \end_inset
27580
27581
27582 \begin_inset Phantom HPhantom
27583 status open
27584
27585 \begin_layout Plain Layout
27586 \begin_inset space ~
27587 \end_inset
27588
27589
27590 \end_layout
27591
27592 \end_inset
27593
27594
27595 \backslash
27596 let
27597 \backslash
27598 MyEndfigure
27599 \backslash
27600 endfigure
27601 \begin_inset Newline newline
27602 \end_inset
27603
27604
27605 \begin_inset Phantom HPhantom
27606 status open
27607
27608 \begin_layout Plain Layout
27609 \begin_inset space ~
27610 \end_inset
27611
27612
27613 \end_layout
27614
27615 \end_inset
27616
27617
27618 \backslash
27619 renewenvironment{figure}[1]{
27620 \backslash
27621 begin{SCfigure}[#1]##1}{
27622 \backslash
27623 end{SCfigure}}}
27624 \end_layout
27625
27626 \begin_layout Standard
27627
27628 \series bold
27629
27630 \backslash
27631 newcommand{
27632 \backslash
27633 FigBesEnd}{%
27634 \begin_inset Newline newline
27635 \end_inset
27636
27637
27638 \begin_inset Phantom HPhantom
27639 status open
27640
27641 \begin_layout Plain Layout
27642 \begin_inset space ~
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \end_inset
27649
27650
27651 \backslash
27652 let
27653 \backslash
27654 figure
27655 \backslash
27656 MyFigure
27657 \begin_inset Newline newline
27658 \end_inset
27659
27660
27661 \begin_inset Phantom HPhantom
27662 status open
27663
27664 \begin_layout Plain Layout
27665 \begin_inset space ~
27666 \end_inset
27667
27668
27669 \end_layout
27670
27671 \end_inset
27672
27673
27674 \backslash
27675 let
27676 \backslash
27677 endfigure
27678 \backslash
27679 MyEndfigure}
27680 \end_layout
27681
27682 \begin_layout Standard
27683 \noindent
27684 \begin_inset CommandInset line
27685 LatexCommand rule
27686 offset "0.5ex"
27687 width "100line%"
27688 height "1pt"
27689
27690 \end_inset
27691
27692
27693 \end_layout
27694
27695 \begin_layout Standard
27696 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
27697  la légende se place sur le côté.
27698  Pour les flottants de figure, utilisez la commande
27699 \end_layout
27700
27701 \begin_layout Standard
27702
27703 \series bold
27704
27705 \backslash
27706 FigBesBeg
27707 \end_layout
27708
27709 \begin_layout Standard
27710 en code TeX avant le flottant.
27711  Et insérez la commande
27712 \end_layout
27713
27714 \begin_layout Standard
27715
27716 \series bold
27717
27718 \backslash
27719 FigBesEnd
27720 \end_layout
27721
27722 \begin_layout Standard
27723 en code TeX à l'endroit où vous voulez revenir à la définition originale
27724  du flottant.
27725 \end_layout
27726
27727 \begin_layout Standard
27728 Pour les flottants de tableau, utilisez les commandes correspondantes
27729 \end_layout
27730
27731 \begin_layout Standard
27732
27733 \series bold
27734
27735 \backslash
27736 TabBesBeg
27737 \series default
27738  et 
27739 \series bold
27740
27741 \backslash
27742 TabBesEnd
27743 \end_layout
27744
27745 \begin_layout Standard
27746 La figure
27747 \begin_inset space ~
27748 \end_inset
27749
27750
27751 \begin_inset CommandInset ref
27752 LatexCommand ref
27753 reference "fig:legende-a-coté-fig"
27754
27755 \end_inset
27756
27757  et le tableau
27758 \begin_inset space ~
27759 \end_inset
27760
27761
27762 \begin_inset CommandInset ref
27763 LatexCommand ref
27764 reference "tab:legende-à-coté-tableau"
27765
27766 \end_inset
27767
27768  sont des exemples où la légende a été mises sur le coté.
27769 \end_layout
27770
27771 \begin_layout Standard
27772 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
27773  pour les flottants de tableau et vers le bas pour les flottants de figure.
27774  Pour changer ce comportement, vous pouvez utiliser les commandes
27775 \end_layout
27776
27777 \begin_layout Standard
27778
27779 \series bold
27780
27781 \backslash
27782 sidecaptionvpos{type flottant}{placement}
27783 \end_layout
27784
27785 \begin_layout Standard
27786 dans le préambule du document ou en code TeX juste avant le flottant visé.
27787  Le type du flottant est soit 
27788 \family sans
27789 figure
27790 \family default
27791  soit 
27792 \family sans
27793 table
27794 \family default
27795 , le placement peut être 
27796 \begin_inset Quotes eld
27797 \end_inset
27798
27799
27800 \family sans
27801 t
27802 \family default
27803
27804 \begin_inset Quotes erd
27805 \end_inset
27806
27807  pour haut (top), 
27808 \begin_inset Quotes eld
27809 \end_inset
27810
27811
27812 \family sans
27813 c
27814 \family default
27815
27816 \begin_inset Quotes erd
27817 \end_inset
27818
27819  pour centre (center), ou 
27820 \begin_inset Quotes eld
27821 \end_inset
27822
27823
27824 \family sans
27825 b
27826 \family default
27827
27828 \begin_inset Quotes erd
27829 \end_inset
27830
27831  pour bas (bottom).
27832  Pour que, par exemple, les légendes des flottants de figure soient centrés
27833  verticalement, utilisez la commande
27834 \end_layout
27835
27836 \begin_layout Standard
27837
27838 \series bold
27839
27840 \backslash
27841 sidecaptionvpos{figure}{c}
27842 \end_layout
27843
27844 \begin_layout Standard
27845 C'est ce qui a été utilisé pour la figure
27846 \begin_inset space ~
27847 \end_inset
27848
27849
27850 \begin_inset CommandInset ref
27851 LatexCommand ref
27852 reference "fig:legende-à-coté-fig-2"
27853
27854 \end_inset
27855
27856 .
27857 \end_layout
27858
27859 \begin_layout Standard
27860 \begin_inset VSpace medskip
27861 \end_inset
27862
27863
27864 \end_layout
27865
27866 \begin_layout Standard
27867 La largeur de légende par défaut est celle de l'image ou du tableau.
27868  Pour des images ou des tableaux étroits, comme le tableau
27869 \begin_inset space ~
27870 \end_inset
27871
27872
27873 \begin_inset CommandInset ref
27874 LatexCommand ref
27875 reference "tab:legende-à-coté-tableau"
27876
27877 \end_inset
27878
27879 , cela donne des légendes trop étroites.
27880  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
27881  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
27882  La largeur de la légende sera automatiquement recalculée dans le cas où
27883  cette dernière déborderait dans la marge de la page ou de la colonne à
27884  cause de la largeur indiquée.
27885  Le 
27886 \emph on
27887 facteur 
27888 \emph default
27889 peut soit être donné comme argument pour 
27890 \series bold
27891
27892 \backslash
27893 FigBesBeg
27894 \series default
27895 :
27896 \end_layout
27897
27898 \begin_layout Standard
27899
27900 \series bold
27901
27902 \backslash
27903 FigBesBeg[facteur]
27904 \end_layout
27905
27906 \begin_layout Standard
27907 ou dans la définition de 
27908 \series bold
27909
27910 \backslash
27911 FigBesBeg 
27912 \series default
27913 en remplaçant le
27914 \series bold
27915  1.0 
27916 \series default
27917 par une autre valeur.
27918  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
27919  façon implicite quand  
27920 \series bold
27921
27922 \backslash
27923 FigBesBeg
27924 \series default
27925  est utilisé sans argument.
27926  Pour le tableau
27927 \begin_inset space ~
27928 \end_inset
27929
27930
27931 \begin_inset CommandInset ref
27932 LatexCommand ref
27933 reference "tab:cap-beside-tab-wider"
27934
27935 \end_inset
27936
27937  on a utilisé 5 comme facteur.
27938 \end_layout
27939
27940 \begin_layout Standard
27941
27942 \lang english
27943 \begin_inset Note Greyedout
27944 status open
27945
27946 \begin_layout Plain Layout
27947
27948 \series bold
27949 Note:
27950 \series default
27951  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
27952  utiliser l'option de placement, 
27953 \family sans
27954 Ici
27955 \begin_inset space ~
27956 \end_inset
27957
27958 à
27959 \begin_inset space ~
27960 \end_inset
27961
27962 tout
27963 \begin_inset space ~
27964 \end_inset
27965
27966 prix
27967 \family default
27968  parce qu'elle n'est pas gérée par 
27969 \series bold
27970 sidecap
27971 \series default
27972 .
27973 \end_layout
27974
27975 \end_inset
27976
27977
27978 \end_layout
27979
27980 \begin_layout Standard
27981 \begin_inset VSpace medskip
27982 \end_inset
27983
27984 Pour plus d'information sur le paquetage 
27985 \series bold
27986 sidecap
27987 \series default
27988  nous vous renvoyons à sa documentation 
27989 \begin_inset CommandInset citation
27990 LatexCommand cite
27991 key "sidecap"
27992
27993 \end_inset
27994
27995 .
27996 \end_layout
27997
27998 \begin_layout Standard
27999 \begin_inset Note Greyedout
28000 status open
28001
28002 \begin_layout Plain Layout
28003
28004 \series bold
28005 Note:
28006 \series default
28007  Le paquetage LaTeX 
28008 \series bold
28009 hypcap
28010 \series default
28011
28012 \begin_inset Index idx
28013 status collapsed
28014
28015 \begin_layout Plain Layout
28016 Paquetages LaTeX ! hypcap
28017 \end_layout
28018
28019 \end_inset
28020
28021 , qui est décrit dans la section
28022 \begin_inset space ~
28023 \end_inset
28024
28025
28026 \begin_inset CommandInset ref
28027 LatexCommand ref
28028 reference "sub:Reference-Position"
28029
28030 \end_inset
28031
28032 , n'a pas d'effet sur les flottants avec une légende placée à côté.
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \begin_layout Standard
28041 \begin_inset ERT
28042 status collapsed
28043
28044 \begin_layout Plain Layout
28045
28046
28047 \backslash
28048 FigBesBeg 
28049 \end_layout
28050
28051 \end_inset
28052
28053
28054 \end_layout
28055
28056 \begin_layout Standard
28057 \begin_inset Float figure
28058 wide false
28059 sideways false
28060 status open
28061
28062 \begin_layout Plain Layout
28063 \begin_inset Graphics
28064         filename ../clipart/escher-lsd.eps
28065         scale 75
28066         scaleBeforeRotation
28067
28068 \end_inset
28069
28070
28071 \end_layout
28072
28073 \begin_layout Plain Layout
28074 \begin_inset Caption
28075
28076 \begin_layout Plain Layout
28077 \begin_inset CommandInset label
28078 LatexCommand label
28079 name "fig:legende-a-coté-fig"
28080
28081 \end_inset
28082
28083 Une légende à côté d'une figure.
28084 \end_layout
28085
28086 \end_inset
28087
28088
28089 \end_layout
28090
28091 \end_inset
28092
28093
28094 \end_layout
28095
28096 \begin_layout Standard
28097 \begin_inset ERT
28098 status collapsed
28099
28100 \begin_layout Plain Layout
28101
28102
28103 \backslash
28104 FigBesEnd
28105 \end_layout
28106
28107 \end_inset
28108
28109
28110 \end_layout
28111
28112 \begin_layout Standard
28113 \begin_inset ERT
28114 status collapsed
28115
28116 \begin_layout Plain Layout
28117
28118
28119 \backslash
28120 TabBesBeg 
28121 \end_layout
28122
28123 \end_inset
28124
28125
28126 \end_layout
28127
28128 \begin_layout Standard
28129 \begin_inset Float table
28130 wide false
28131 sideways false
28132 status open
28133
28134 \begin_layout Plain Layout
28135 \begin_inset Caption
28136
28137 \begin_layout Plain Layout
28138 \begin_inset CommandInset label
28139 LatexCommand label
28140 name "tab:legende-à-coté-tableau"
28141
28142 \end_inset
28143
28144 Une légende à côté d'un tableau.
28145 \end_layout
28146
28147 \end_inset
28148
28149
28150 \end_layout
28151
28152 \begin_layout Plain Layout
28153 \begin_inset Tabular
28154 <lyxtabular version="3" rows="4" columns="5">
28155 <features tabularvalignment="middle">
28156 <column alignment="center" valignment="top" width="0">
28157 <column alignment="center" valignment="top" width="0">
28158 <column alignment="center" valignment="top" width="0">
28159 <column alignment="center" valignment="top" width="0">
28160 <column alignment="center" valignment="top" width="0">
28161 <row>
28162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28163 \begin_inset Text
28164
28165 \begin_layout Plain Layout
28166 a
28167 \end_layout
28168
28169 \end_inset
28170 </cell>
28171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28172 \begin_inset Text
28173
28174 \begin_layout Plain Layout
28175
28176 \end_layout
28177
28178 \end_inset
28179 </cell>
28180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28181 \begin_inset Text
28182
28183 \begin_layout Plain Layout
28184 b
28185 \end_layout
28186
28187 \end_inset
28188 </cell>
28189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28190 \begin_inset Text
28191
28192 \begin_layout Plain Layout
28193
28194 \end_layout
28195
28196 \end_inset
28197 </cell>
28198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28199 \begin_inset Text
28200
28201 \begin_layout Plain Layout
28202 c
28203 \end_layout
28204
28205 \end_inset
28206 </cell>
28207 </row>
28208 <row>
28209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28210 \begin_inset Text
28211
28212 \begin_layout Plain Layout
28213
28214 \end_layout
28215
28216 \end_inset
28217 </cell>
28218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28219 \begin_inset Text
28220
28221 \begin_layout Plain Layout
28222 d
28223 \end_layout
28224
28225 \end_inset
28226 </cell>
28227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28228 \begin_inset Text
28229
28230 \begin_layout Plain Layout
28231
28232 \end_layout
28233
28234 \end_inset
28235 </cell>
28236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28237 \begin_inset Text
28238
28239 \begin_layout Plain Layout
28240 e
28241 \end_layout
28242
28243 \end_inset
28244 </cell>
28245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28246 \begin_inset Text
28247
28248 \begin_layout Plain Layout
28249
28250 \end_layout
28251
28252 \end_inset
28253 </cell>
28254 </row>
28255 <row>
28256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28257 \begin_inset Text
28258
28259 \begin_layout Plain Layout
28260 f
28261 \end_layout
28262
28263 \end_inset
28264 </cell>
28265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28266 \begin_inset Text
28267
28268 \begin_layout Plain Layout
28269
28270 \end_layout
28271
28272 \end_inset
28273 </cell>
28274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28275 \begin_inset Text
28276
28277 \begin_layout Plain Layout
28278 g
28279 \end_layout
28280
28281 \end_inset
28282 </cell>
28283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28284 \begin_inset Text
28285
28286 \begin_layout Plain Layout
28287
28288 \end_layout
28289
28290 \end_inset
28291 </cell>
28292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28293 \begin_inset Text
28294
28295 \begin_layout Plain Layout
28296 h
28297 \end_layout
28298
28299 \end_inset
28300 </cell>
28301 </row>
28302 <row>
28303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28304 \begin_inset Text
28305
28306 \begin_layout Plain Layout
28307
28308 \end_layout
28309
28310 \end_inset
28311 </cell>
28312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28313 \begin_inset Text
28314
28315 \begin_layout Plain Layout
28316 i
28317 \end_layout
28318
28319 \end_inset
28320 </cell>
28321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28322 \begin_inset Text
28323
28324 \begin_layout Plain Layout
28325
28326 \end_layout
28327
28328 \end_inset
28329 </cell>
28330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28331 \begin_inset Text
28332
28333 \begin_layout Plain Layout
28334 j
28335 \end_layout
28336
28337 \end_inset
28338 </cell>
28339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28340 \begin_inset Text
28341
28342 \begin_layout Plain Layout
28343
28344 \end_layout
28345
28346 \end_inset
28347 </cell>
28348 </row>
28349 </lyxtabular>
28350
28351 \end_inset
28352
28353
28354 \end_layout
28355
28356 \end_inset
28357
28358
28359 \end_layout
28360
28361 \begin_layout Standard
28362 \begin_inset ERT
28363 status collapsed
28364
28365 \begin_layout Plain Layout
28366
28367
28368 \backslash
28369 TabBesEnd
28370 \end_layout
28371
28372 \end_inset
28373
28374
28375 \end_layout
28376
28377 \begin_layout Standard
28378 \begin_inset ERT
28379 status collapsed
28380
28381 \begin_layout Plain Layout
28382
28383
28384 \backslash
28385 sidecaptionvpos{figure}{c}
28386 \end_layout
28387
28388 \end_inset
28389
28390
28391 \begin_inset Float figure
28392 wide false
28393 sideways false
28394 status open
28395
28396 \begin_layout Plain Layout
28397 \begin_inset Graphics
28398         filename ../clipart/escher-lsd.eps
28399         scale 75
28400         scaleBeforeRotation
28401
28402 \end_inset
28403
28404
28405 \end_layout
28406
28407 \begin_layout Plain Layout
28408 \begin_inset Caption
28409
28410 \begin_layout Plain Layout
28411 \begin_inset CommandInset label
28412 LatexCommand label
28413 name "fig:legende-à-coté-fig-2"
28414
28415 \end_inset
28416
28417 Une légende centrée verticalement à côté d'une figure.
28418 \end_layout
28419
28420 \end_inset
28421
28422
28423 \end_layout
28424
28425 \end_inset
28426
28427
28428 \end_layout
28429
28430 \begin_layout Standard
28431 \begin_inset ERT
28432 status collapsed
28433
28434 \begin_layout Plain Layout
28435
28436
28437 \backslash
28438 FigBesEnd
28439 \end_layout
28440
28441 \end_inset
28442
28443
28444 \end_layout
28445
28446 \begin_layout Standard
28447 \begin_inset ERT
28448 status collapsed
28449
28450 \begin_layout Plain Layout
28451
28452
28453 \backslash
28454 TabBesBeg[5]
28455 \end_layout
28456
28457 \end_inset
28458
28459
28460 \end_layout
28461
28462 \begin_layout Standard
28463 \begin_inset Float table
28464 wide false
28465 sideways false
28466 status open
28467
28468 \begin_layout Plain Layout
28469 \begin_inset Caption
28470
28471 \begin_layout Plain Layout
28472
28473 \lang english
28474 \begin_inset CommandInset label
28475 LatexCommand label
28476 name "tab:cap-beside-tab-wider"
28477
28478 \end_inset
28479
28480 This is a caption is wider than the one in
28481 \lang french
28482  tableau
28483 \begin_inset space ~
28484 \end_inset
28485
28486
28487 \begin_inset CommandInset ref
28488 LatexCommand ref
28489 reference "tab:legende-à-coté-tableau"
28490
28491 \end_inset
28492
28493 .
28494 \end_layout
28495
28496 \end_inset
28497
28498
28499 \end_layout
28500
28501 \begin_layout Plain Layout
28502 \begin_inset Tabular
28503 <lyxtabular version="3" rows="4" columns="5">
28504 <features tabularvalignment="middle">
28505 <column alignment="center" valignment="top" width="0">
28506 <column alignment="center" valignment="top" width="0">
28507 <column alignment="center" valignment="top" width="0">
28508 <column alignment="center" valignment="top" width="0">
28509 <column alignment="center" valignment="top" width="0">
28510 <row>
28511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28512 \begin_inset Text
28513
28514 \begin_layout Plain Layout
28515 a
28516 \end_layout
28517
28518 \end_inset
28519 </cell>
28520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28521 \begin_inset Text
28522
28523 \begin_layout Plain Layout
28524
28525 \end_layout
28526
28527 \end_inset
28528 </cell>
28529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28530 \begin_inset Text
28531
28532 \begin_layout Plain Layout
28533 b
28534 \end_layout
28535
28536 \end_inset
28537 </cell>
28538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28539 \begin_inset Text
28540
28541 \begin_layout Plain Layout
28542
28543 \end_layout
28544
28545 \end_inset
28546 </cell>
28547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28548 \begin_inset Text
28549
28550 \begin_layout Plain Layout
28551 c
28552 \end_layout
28553
28554 \end_inset
28555 </cell>
28556 </row>
28557 <row>
28558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28559 \begin_inset Text
28560
28561 \begin_layout Plain Layout
28562
28563 \end_layout
28564
28565 \end_inset
28566 </cell>
28567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28568 \begin_inset Text
28569
28570 \begin_layout Plain Layout
28571 d
28572 \end_layout
28573
28574 \end_inset
28575 </cell>
28576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28577 \begin_inset Text
28578
28579 \begin_layout Plain Layout
28580
28581 \end_layout
28582
28583 \end_inset
28584 </cell>
28585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28586 \begin_inset Text
28587
28588 \begin_layout Plain Layout
28589 e
28590 \end_layout
28591
28592 \end_inset
28593 </cell>
28594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28595 \begin_inset Text
28596
28597 \begin_layout Plain Layout
28598
28599 \end_layout
28600
28601 \end_inset
28602 </cell>
28603 </row>
28604 <row>
28605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28606 \begin_inset Text
28607
28608 \begin_layout Plain Layout
28609 f
28610 \end_layout
28611
28612 \end_inset
28613 </cell>
28614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28615 \begin_inset Text
28616
28617 \begin_layout Plain Layout
28618
28619 \end_layout
28620
28621 \end_inset
28622 </cell>
28623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28624 \begin_inset Text
28625
28626 \begin_layout Plain Layout
28627 g
28628 \end_layout
28629
28630 \end_inset
28631 </cell>
28632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28633 \begin_inset Text
28634
28635 \begin_layout Plain Layout
28636
28637 \end_layout
28638
28639 \end_inset
28640 </cell>
28641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28642 \begin_inset Text
28643
28644 \begin_layout Plain Layout
28645 h
28646 \end_layout
28647
28648 \end_inset
28649 </cell>
28650 </row>
28651 <row>
28652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28653 \begin_inset Text
28654
28655 \begin_layout Plain Layout
28656
28657 \end_layout
28658
28659 \end_inset
28660 </cell>
28661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28662 \begin_inset Text
28663
28664 \begin_layout Plain Layout
28665 i
28666 \end_layout
28667
28668 \end_inset
28669 </cell>
28670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28671 \begin_inset Text
28672
28673 \begin_layout Plain Layout
28674
28675 \end_layout
28676
28677 \end_inset
28678 </cell>
28679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28680 \begin_inset Text
28681
28682 \begin_layout Plain Layout
28683 j
28684 \end_layout
28685
28686 \end_inset
28687 </cell>
28688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28689 \begin_inset Text
28690
28691 \begin_layout Plain Layout
28692
28693 \end_layout
28694
28695 \end_inset
28696 </cell>
28697 </row>
28698 </lyxtabular>
28699
28700 \end_inset
28701
28702
28703 \end_layout
28704
28705 \end_inset
28706
28707
28708 \end_layout
28709
28710 \begin_layout Standard
28711 \begin_inset ERT
28712 status collapsed
28713
28714 \begin_layout Plain Layout
28715
28716
28717 \backslash
28718 TabBesEnd
28719 \end_layout
28720
28721 \end_inset
28722
28723
28724 \end_layout
28725
28726 \begin_layout Standard
28727 \begin_inset ERT
28728 status collapsed
28729
28730 \begin_layout Plain Layout
28731
28732
28733 \backslash
28734 else
28735 \end_layout
28736
28737 \end_inset
28738
28739
28740 \begin_inset Note Note
28741 status open
28742
28743 \begin_layout Plain Layout
28744 Ce qui suit sera affiché si le paquetage LaTeX 
28745 \series bold
28746 sidecap
28747 \series default
28748  n'est pas installé :
28749 \end_layout
28750
28751 \end_inset
28752
28753
28754 \end_layout
28755
28756 \begin_layout Standard
28757 Vous devez installer le paquetage LaTeX 
28758 \series bold
28759 sidecap
28760 \series default
28761  pour voir la suite de cette section dans la sortie imprimée.
28762 \end_layout
28763
28764 \begin_layout Standard
28765 \begin_inset ERT
28766 status collapsed
28767
28768 \begin_layout Plain Layout
28769
28770
28771 \backslash
28772 fi
28773 \end_layout
28774
28775 \end_inset
28776
28777
28778 \end_layout
28779
28780 \begin_layout Section
28781 Les listes de flottants
28782 \begin_inset Index idx
28783 status collapsed
28784
28785 \begin_layout Plain Layout
28786 Flottants ! Listes de Flottants
28787 \end_layout
28788
28789 \end_inset
28790
28791
28792 \end_layout
28793
28794 \begin_layout Standard
28795 De la même façon que la table des matières fait la liste des sections du
28796  document, il y a des listes pour tous les types de flottants, comme par
28797  exemple pour les figures du document.
28798  Vous pouvez les insérer en utilisant le menu 
28799 \family sans
28800 Insérer\SpecialChar \menuseparator
28801 Listes
28802 \begin_inset space ~
28803 \end_inset
28804
28805 &
28806 \begin_inset space ~
28807 \end_inset
28808
28809 TdM
28810 \family default
28811 .
28812 \end_layout
28813
28814 \begin_layout Standard
28815 Les entrées de la liste sont la légende du flottant ou éventuellement le
28816  titre court, le numéro du flottant, et le numéro de la page où le flottant
28817  apparaît dans le document.
28818 \end_layout
28819
28820 \begin_layout Standard
28821 Vous trouverez à la fin de ce document une liste des figures et une liste
28822  des tableaux.
28823 \end_layout
28824
28825 \begin_layout Chapter
28826 Notes
28827 \end_layout
28828
28829 \begin_layout Section
28830 Les notes de LyX
28831 \begin_inset Index idx
28832 status collapsed
28833
28834 \begin_layout Plain Layout
28835 Notes ! Notes LyX 
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \end_layout
28842
28843 \begin_layout Standard
28844 On peut insérer une note en utilisant le bouton 
28845 \family sans
28846
28847 \begin_inset Info
28848 type  "icon"
28849 arg   "note-insert"
28850 \end_inset
28851
28852
28853 \family default
28854  de la barre d'outils ou avec le menu 
28855 \family sans
28856 Insérer\SpecialChar \menuseparator
28857 Note
28858 \family default
28859 .
28860  Il y a trois types de notes :
28861 \end_layout
28862
28863 \begin_layout Description
28864 Note
28865 \begin_inset space ~
28866 \end_inset
28867
28868 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
28869  finale.
28870  La boîte de cette note ressemble à ceci :
28871 \begin_inset Newline newline
28872 \end_inset
28873
28874
28875 \begin_inset Newline newline
28876 \end_inset
28877
28878
28879 \begin_inset Graphics
28880         filename clipart/LyXNoteImageQt4.png
28881         display false
28882         scale 65
28883         scaleBeforeRotation
28884
28885 \end_inset
28886
28887  
28888 \begin_inset Note Note
28889 status open
28890
28891 \begin_layout Plain Layout
28892 Le texte de cette note n'apparaîtra pas à l'impression.
28893 \end_layout
28894
28895 \end_inset
28896
28897
28898 \end_layout
28899
28900 \begin_layout Description
28901 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
28902  il est inséré comme un commentaire LaTeX quand vous exportez votre document
28903  vers un fichier au format LaTeX avec le menu 
28904 \family sans
28905 Fichier\SpecialChar \menuseparator
28906 Exporter\SpecialChar \menuseparator
28907 LaTeX (pdflatex) / (plain)
28908 \family default
28909 .
28910  La boîte de cette note ressemble à ceci :
28911 \begin_inset Newline newline
28912 \end_inset
28913
28914
28915 \begin_inset Newline newline
28916 \end_inset
28917
28918
28919 \begin_inset Graphics
28920         filename clipart/CommentNoteImageQt4.png
28921         display false
28922         scale 55
28923         scaleBeforeRotation
28924
28925 \end_inset
28926
28927  
28928 \begin_inset Note Comment
28929 status open
28930
28931 \begin_layout Plain Layout
28932 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
28933  LaTeX.
28934 \end_layout
28935
28936 \end_inset
28937
28938
28939 \end_layout
28940
28941 \begin_layout Description
28942 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
28943  La boîte de cette note ressemble à ceci :
28944 \begin_inset Newline newline
28945 \end_inset
28946
28947
28948 \begin_inset Newline newline
28949 \end_inset
28950
28951
28952 \begin_inset Graphics
28953         filename clipart/GreyedOutNoteImageQt4.png
28954         lyxscale 80
28955         display false
28956         scale 55
28957         scaleBeforeRotation
28958
28959 \end_inset
28960
28961
28962 \begin_inset Newline newline
28963 \end_inset
28964
28965
28966 \begin_inset ERT
28967 status collapsed
28968
28969 \begin_layout Plain Layout
28970
28971
28972 \backslash
28973 renewenvironment{lyxgreyedout}
28974 \end_layout
28975
28976 \begin_layout Plain Layout
28977
28978 {
28979 \backslash
28980 textcolor[gray]{0.8}
28981 \backslash
28982 bgroup}{
28983 \backslash
28984 egroup}
28985 \end_layout
28986
28987 \end_inset
28988
28989
28990 \begin_inset Note Greyedout
28991 status open
28992
28993 \begin_layout Plain Layout
28994 Le texte
28995 \begin_inset Foot
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
29000  grisé.
29001  
29002 \end_layout
29003
29004 \end_inset
29005
29006  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
29007 \end_layout
29008
29009 \end_inset
29010
29011
29012 \begin_inset ERT
29013 status collapsed
29014
29015 \begin_layout Plain Layout
29016
29017
29018 \backslash
29019 renewenvironment{lyxgreyedout}
29020 \end_layout
29021
29022 \begin_layout Plain Layout
29023
29024 {
29025 \backslash
29026 textcolor{blue}
29027 \backslash
29028 bgroup}{
29029 \backslash
29030 egroup}
29031 \end_layout
29032
29033 \end_inset
29034
29035
29036 \begin_inset Note Note
29037 status collapsed
29038
29039 \begin_layout Plain Layout
29040 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
29041  originale qu'elle a dans LyX.
29042  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
29043  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
29044 \end_layout
29045
29046 \end_inset
29047
29048
29049 \begin_inset Newline newline
29050 \end_inset
29051
29052
29053 \begin_inset Newline newline
29054 \end_inset
29055
29056 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
29057  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
29058 \end_layout
29059
29060 \begin_layout Standard
29061 \begin_inset VSpace bigskip
29062 \end_inset
29063
29064 Quand vous utilisez le bouton 
29065 \family sans
29066
29067 \begin_inset Info
29068 type  "icon"
29069 arg   "note-insert"
29070 \end_inset
29071
29072
29073 \family default
29074  de la barre d'outils, vous insérez une 
29075 \family sans
29076 Note
29077 \begin_inset space ~
29078 \end_inset
29079
29080 LyX
29081 \family default
29082 .
29083  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
29084 la et cliquez sur le bouton d'insertion de note.
29085  Pour retransformer une note en texte, appuyez sur la touche 
29086 \family sans
29087 backspace
29088 \family default
29089  quand le curseur est au tout début de la note ou appuyez sur la touche
29090  
29091 \family sans
29092 Suppr.
29093
29094 \family default
29095  quand le curseur se trouve à la fin de la note.
29096 \end_layout
29097
29098 \begin_layout Standard
29099 \begin_inset VSpace bigskip
29100 \end_inset
29101
29102
29103 \end_layout
29104
29105 \begin_layout Standard
29106 Vous pouvez changer la couleur des notes grisées dans le menu 
29107 \family sans
29108 Document\SpecialChar \menuseparator
29109 Paramètres\SpecialChar \menuseparator
29110 Couleurs
29111 \family default
29112 .
29113 \end_layout
29114
29115 \begin_layout Section
29116 Notes en bas de page
29117 \begin_inset CommandInset label
29118 LatexCommand label
29119 name "sec:Notes-bas-de-page"
29120
29121 \end_inset
29122
29123
29124 \begin_inset Index idx
29125 status collapsed
29126
29127 \begin_layout Plain Layout
29128 Notes ! Notes de bas de page
29129 \end_layout
29130
29131 \end_inset
29132
29133
29134 \begin_inset Index idx
29135 status collapsed
29136
29137 \begin_layout Plain Layout
29138 Notes de bas de page
29139 \end_layout
29140
29141 \end_inset
29142
29143
29144 \end_layout
29145
29146 \begin_layout Standard
29147 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
29148  
29149 \family sans
29150
29151 \begin_inset Info
29152 type  "icon"
29153 arg   "footnote-insert"
29154 \end_inset
29155
29156
29157 \family default
29158  de la barre d'outils, soit en utilisant le menu 
29159 \family sans
29160 Insérer\SpecialChar \menuseparator
29161 Note
29162 \begin_inset space ~
29163 \end_inset
29164
29165 en
29166 \begin_inset space ~
29167 \end_inset
29168
29169 Bas
29170 \begin_inset space ~
29171 \end_inset
29172
29173 de
29174 \begin_inset space ~
29175 \end_inset
29176
29177 Page
29178 \family default
29179 .
29180  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
29181  rouge 
29182 \begin_inset Quotes fld
29183 \end_inset
29184
29185 bas
29186 \begin_inset Quotes frd
29187 \end_inset
29188
29189  qui ressemble à ceci : 
29190 \begin_inset Graphics
29191         filename clipart/footnoteQt4.png
29192         scale 80
29193         scaleBeforeRotation
29194
29195 \end_inset
29196
29197  Vous pouvez y entrer votre texte.
29198  Si vous voulez transformer du texte déjà existant en note en bas de page,
29199  sélectionnez-le et cliquez sur le bouton 
29200 \family sans
29201 Note
29202 \begin_inset space ~
29203 \end_inset
29204
29205 en
29206 \begin_inset space ~
29207 \end_inset
29208
29209 Bas
29210 \begin_inset space ~
29211 \end_inset
29212
29213 de
29214 \begin_inset space ~
29215 \end_inset
29216
29217 Page
29218 \family default
29219  de la barre d'outils.
29220  Pour retransformer une note de bas de page en texte, appuyez sur la touche
29221  
29222 \family sans
29223 Backspace
29224 \family default
29225  quand le curseur est au tout début de la note ou appuyez sur la touche
29226  
29227 \family sans
29228 Suppr.
29229
29230 \family default
29231  quand le curseur se trouve à la fin de la note.
29232 \end_layout
29233
29234 \begin_layout Standard
29235 Voici un exemple de note en bas de page:
29236 \begin_inset Foot
29237 status open
29238
29239 \begin_layout Plain Layout
29240 \begin_inset CommandInset label
29241 LatexCommand label
29242 name "fn:Note-en-bas"
29243
29244 \end_inset
29245
29246 Ceci est un exemple de note en bas de page.
29247 \end_layout
29248
29249 \end_inset
29250
29251
29252 \begin_inset ERT
29253 status collapsed
29254
29255 \begin_layout Plain Layout
29256
29257
29258 \backslash
29259 newcounter{MyRepeatFoot}
29260 \end_layout
29261
29262 \begin_layout Plain Layout
29263
29264
29265 \backslash
29266 setcounter{MyRepeatFoot}{
29267 \backslash
29268 thefootnote}
29269 \end_layout
29270
29271 \end_inset
29272
29273
29274 \end_layout
29275
29276 \begin_layout Standard
29277 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
29278  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
29279  de note.
29280  Le texte de la note est placé en bas de la page courante.
29281  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
29282  Selon votre classe de document les numéros de notes pourront être réinitialisés
29283  à chaque nouveau chapitre.
29284 \end_layout
29285
29286 \begin_layout Standard
29287 On peut faire référence à une note en bas de page comme on le fait avec
29288  les flottants : Insérez une étiquette dans la note et faites une référence
29289  croisée vers cette étiquette comme c'est décrit dans la
29290 \begin_inset space ~
29291 \end_inset
29292
29293
29294 \begin_inset CommandInset ref
29295 LatexCommand ref
29296 reference "sec:Referencer-les-Flottants"
29297
29298 \end_inset
29299
29300 .
29301 \begin_inset Newline newline
29302 \end_inset
29303
29304 Voici une référence à une note de bas de page :
29305 \begin_inset space ~
29306 \end_inset
29307
29308
29309 \begin_inset CommandInset ref
29310 LatexCommand ref
29311 reference "fn:Note-en-bas"
29312
29313 \end_inset
29314
29315 .
29316 \end_layout
29317
29318 \begin_layout Standard
29319 \begin_inset VSpace defskip
29320 \end_inset
29321
29322
29323 \end_layout
29324
29325 \begin_layout Standard
29326 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
29327  par LaTeX pour des raisons techniques.
29328  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
29329  
29330 \series bold
29331
29332 \backslash
29333 footnotemark{}
29334 \series default
29335  en code TeX à la place de la note de bas de page.
29336  Le texte de la note est mis en argument de la commande TeX 
29337 \series bold
29338
29339 \backslash
29340 footnotetext
29341 \series default
29342  après le tableau.
29343 \begin_inset Newline newline
29344 \end_inset
29345
29346 C'est ce qui a été fait pour le tableau qui suit avec la commande
29347 \end_layout
29348
29349 \begin_layout Standard
29350
29351 \series bold
29352
29353 \backslash
29354 footnotetext{
29355 \series default
29356 Note de bas de page de tableau imprimée.
29357 \series bold
29358 }
29359 \end_layout
29360
29361 \begin_layout Standard
29362
29363 \lang english
29364 \begin_inset Tabular
29365 <lyxtabular version="3" rows="2" columns="1">
29366 <features tabularvalignment="middle">
29367 <column alignment="center" valignment="top" width="0">
29368 <row>
29369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29370 \begin_inset Text
29371
29372 \begin_layout Plain Layout
29373 Un exemple de texte
29374 \begin_inset Foot
29375 status open
29376
29377 \begin_layout Plain Layout
29378 Cette note ne sera pas imprimée
29379 \begin_inset space ~
29380 \end_inset
29381
29382 !
29383 \end_layout
29384
29385 \end_inset
29386
29387
29388 \end_layout
29389
29390 \end_inset
29391 </cell>
29392 </row>
29393 <row>
29394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29395 \begin_inset Text
29396
29397 \begin_layout Plain Layout
29398 Un autre exemple de texte
29399 \begin_inset ERT
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403
29404
29405 \backslash
29406 footnotemark{}
29407 \end_layout
29408
29409 \end_inset
29410
29411
29412 \end_layout
29413
29414 \end_inset
29415 </cell>
29416 </row>
29417 </lyxtabular>
29418
29419 \end_inset
29420
29421
29422 \begin_inset ERT
29423 status collapsed
29424
29425 \begin_layout Plain Layout
29426
29427
29428 \backslash
29429 footnotetext{
29430 \end_layout
29431
29432 \end_inset
29433
29434
29435 \lang french
29436 Note de bas de page de tableau imprimée.
29437 \lang english
29438
29439 \begin_inset ERT
29440 status collapsed
29441
29442 \begin_layout Plain Layout
29443
29444 }
29445 \end_layout
29446
29447 \end_inset
29448
29449
29450 \end_layout
29451
29452 \begin_layout Standard
29453 Les notes de bas de page dans des tableaux longs sont décrites dans la section
29454 \begin_inset space ~
29455 \end_inset
29456
29457
29458 \begin_inset CommandInset ref
29459 LatexCommand ref
29460 reference "sub:Notes-dans-tableau-long"
29461
29462 \end_inset
29463
29464 .
29465 \end_layout
29466
29467 \begin_layout Standard
29468 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
29469  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
29470 e, vu que la minipage est considérée comme une page se trouvant dans une
29471  autre page.
29472  Pour plus d'information sur les minipages, voyez la section
29473 \begin_inset space ~
29474 \end_inset
29475
29476
29477 \begin_inset CommandInset ref
29478 LatexCommand ref
29479 reference "sec:Minipages"
29480
29481 \end_inset
29482
29483 .
29484  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
29485  s'imprime en bas de page comme une note normale, on doit aussi utiliser
29486  la méthode utilisant les commandes 
29487 \series bold
29488
29489 \backslash
29490 footnotemark{}
29491 \series default
29492  et 
29493 \series bold
29494
29495 \backslash
29496 footnotetext
29497 \series default
29498 .
29499 \end_layout
29500
29501 \begin_layout Standard
29502 \begin_inset Box Frameless
29503 position "t"
29504 hor_pos "c"
29505 has_inner_box 1
29506 inner_pos "t"
29507 use_parbox 0
29508 use_makebox 0
29509 width "100col%"
29510 special "none"
29511 height "1in"
29512 height_special "totalheight"
29513 status open
29514
29515 \begin_layout Plain Layout
29516 Un exemple de texte dans une minipage.
29517 \begin_inset Foot
29518 status open
29519
29520 \begin_layout Plain Layout
29521 Note de bas de page dans la minipage.
29522 \end_layout
29523
29524 \end_inset
29525
29526
29527 \end_layout
29528
29529 \begin_layout Plain Layout
29530 Un autre exemple de texte dans une minipage.
29531 \begin_inset ERT
29532 status collapsed
29533
29534 \begin_layout Plain Layout
29535
29536
29537 \backslash
29538 footnotemark{}
29539 \end_layout
29540
29541 \end_inset
29542
29543
29544 \end_layout
29545
29546 \end_inset
29547
29548
29549 \end_layout
29550
29551 \begin_layout Standard
29552 \begin_inset ERT
29553 status collapsed
29554
29555 \begin_layout Plain Layout
29556
29557
29558 \backslash
29559 footnotetext{
29560 \end_layout
29561
29562 \end_inset
29563
29564 Note de bas de page en dehors de la minipage.
29565 \begin_inset ERT
29566 status collapsed
29567
29568 \begin_layout Plain Layout
29569
29570 }
29571 \end_layout
29572
29573 \end_inset
29574
29575
29576 \end_layout
29577
29578 \begin_layout Standard
29579 \begin_inset VSpace defskip
29580 \end_inset
29581
29582
29583 \end_layout
29584
29585 \begin_layout Standard
29586 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
29587  utilisez la commande 
29588 \series bold
29589
29590 \backslash
29591 footnotemark[number]
29592 \series default
29593  en code TeX.
29594 \begin_inset Newline newline
29595 \end_inset
29596
29597 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
29598  votre texte, vous devez enregistrer son numéro.
29599  Dans l'exemple de marque de note de bas de page suivant, ces commandes
29600  ont été insérées en code TeX après la note
29601 \begin_inset space ~
29602 \end_inset
29603
29604
29605 \begin_inset CommandInset ref
29606 LatexCommand ref
29607 reference "fn:Note-en-bas"
29608
29609 \end_inset
29610
29611  pour enregistrer son numéro
29612 \begin_inset space ~
29613 \end_inset
29614
29615 :
29616 \end_layout
29617
29618 \begin_layout Standard
29619
29620 \series bold
29621
29622 \backslash
29623 newcounter{MaNoteDupliquee}
29624 \begin_inset Newline newline
29625 \end_inset
29626
29627
29628 \backslash
29629 setcounter{MaNoteDupliquee}{
29630 \backslash
29631 thefootnote}
29632 \end_layout
29633
29634 \begin_layout Standard
29635 La note de bas de page a été créée avec la commande
29636 \begin_inset space ~
29637 \end_inset
29638
29639 :
29640 \end_layout
29641
29642 \begin_layout Standard
29643
29644 \series bold
29645
29646 \backslash
29647 footnotemark[
29648 \backslash
29649 MaNoteDupliquee]
29650 \end_layout
29651
29652 \begin_layout Standard
29653 Voici une note de bas de page dupliquée
29654 \begin_inset space ~
29655 \end_inset
29656
29657 :
29658 \begin_inset ERT
29659 status collapsed
29660
29661 \begin_layout Plain Layout
29662
29663
29664 \backslash
29665 footnotemark[
29666 \backslash
29667 theMyRepeatFoot]
29668 \end_layout
29669
29670 \end_inset
29671
29672
29673 \end_layout
29674
29675 \begin_layout Standard
29676 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
29677 t du numéro de note et juste utiliser la commande suivante
29678 \end_layout
29679
29680 \begin_layout Standard
29681
29682 \series bold
29683
29684 \backslash
29685 footnotemark[
29686 \backslash
29687 thefootnote]
29688 \end_layout
29689
29690 \begin_layout Standard
29691 Voici une autre note de bas de page dupliquée
29692 \begin_inset space ~
29693 \end_inset
29694
29695 :
29696 \begin_inset ERT
29697 status collapsed
29698
29699 \begin_layout Plain Layout
29700
29701
29702 \backslash
29703 footnotemark[
29704 \backslash
29705 thefootnote]
29706 \end_layout
29707
29708 \end_inset
29709
29710
29711 \end_layout
29712
29713 \begin_layout Subsection
29714 Numérotation de notes de bas de page
29715 \begin_inset CommandInset label
29716 LatexCommand label
29717 name "sub:Numerotation-notes-bas-de-page"
29718
29719 \end_inset
29720
29721
29722 \begin_inset Index idx
29723 status collapsed
29724
29725 \begin_layout Plain Layout
29726 Notes de bas de page ! Numérotation
29727 \end_layout
29728
29729 \end_inset
29730
29731
29732 \end_layout
29733
29734 \begin_layout Standard
29735 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
29736  ajoutez cette commande dans le préambule de votre document :
29737 \end_layout
29738
29739 \begin_layout Standard
29740
29741 \series bold
29742
29743 \backslash
29744 @addtoreset{footnote}{section}
29745 \end_layout
29746
29747 \begin_layout Standard
29748 \begin_inset VSpace bigskip
29749 \end_inset
29750
29751 La commande de préambule suivante change le style de numérotation des notes
29752  en petits chiffres romains :
29753 \end_layout
29754
29755 \begin_layout Standard
29756
29757 \series bold
29758
29759 \backslash
29760 renewcommand{
29761 \backslash
29762 thefootnote}{
29763 \backslash
29764 roman{footnote}}
29765 \end_layout
29766
29767 \begin_layout Standard
29768 \begin_inset ERT
29769 status collapsed
29770
29771 \begin_layout Plain Layout
29772
29773
29774 \backslash
29775 renewcommand{
29776 \backslash
29777 thefootnote}{
29778 \backslash
29779 roman{footnote}}
29780 \end_layout
29781
29782 \end_inset
29783
29784  Cette note de bas de page utilise une numérotation en chiffres romains
29785  :
29786 \begin_inset Foot
29787 status open
29788
29789 \begin_layout Plain Layout
29790 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
29791  romains.
29792 \end_layout
29793
29794 \end_inset
29795
29796
29797 \end_layout
29798
29799 \begin_layout Standard
29800 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
29801  la commande précédente 
29802 \series bold
29803
29804 \backslash
29805 roman
29806 \series default
29807  par 
29808 \series bold
29809
29810 \backslash
29811 Roman
29812 \series default
29813 .
29814  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
29815  utilisez respectivement soit 
29816 \series bold
29817
29818 \backslash
29819 Alph
29820 \series default
29821  soit 
29822 \series bold
29823
29824 \backslash
29825 alph
29826 \series default
29827 .
29828  Pour les 
29829 \begin_inset Quotes eld
29830 \end_inset
29831
29832 numéroter
29833 \begin_inset Quotes erd
29834 \end_inset
29835
29836  avec des symboles, utilisez 
29837 \series bold
29838
29839 \backslash
29840 fnsymbol
29841 \series default
29842 .
29843 \end_layout
29844
29845 \begin_layout Standard
29846 \begin_inset Note Greyedout
29847 status open
29848
29849 \begin_layout Plain Layout
29850
29851 \series bold
29852 Note:
29853 \series default
29854  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
29855  puisque cette numérotation est limitée à des lettres seules.
29856 \end_layout
29857
29858 \end_inset
29859
29860
29861 \begin_inset Newline newline
29862 \end_inset
29863
29864
29865 \begin_inset Note Greyedout
29866 status open
29867
29868 \begin_layout Plain Layout
29869
29870 \series bold
29871 Note:
29872 \series default
29873  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
29874 \end_layout
29875
29876 \end_inset
29877
29878
29879 \end_layout
29880
29881 \begin_layout Standard
29882 Pour revenir au style de numérotation implicite quand vous en avez changé,
29883  utilisez 
29884 \series bold
29885
29886 \backslash
29887 arabic
29888 \series default
29889  à la place de 
29890 \series bold
29891
29892 \backslash
29893 roman
29894 \series default
29895  dans la commande précédente.
29896 \begin_inset ERT
29897 status collapsed
29898
29899 \begin_layout Plain Layout
29900
29901
29902 \backslash
29903 renewcommand{
29904 \backslash
29905 thefootnote}{
29906 \backslash
29907 arabic{footnote}}
29908 \end_layout
29909
29910 \end_inset
29911
29912
29913 \end_layout
29914
29915 \begin_layout Standard
29916 \begin_inset VSpace bigskip
29917 \end_inset
29918
29919
29920 \end_layout
29921
29922 \begin_layout Standard
29923 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
29924  le schéma 
29925 \begin_inset Quotes eld
29926 \end_inset
29927
29928 chapitre.note
29929 \begin_inset Quotes erd
29930 \end_inset
29931
29932 , ajoutez la commande suivante au préambule de votre document :
29933 \end_layout
29934
29935 \begin_layout Standard
29936
29937 \series bold
29938
29939 \backslash
29940 numberwithin{footnote}{chapter}
29941 \end_layout
29942
29943 \begin_layout Standard
29944 Pour pouvoir utiliser la commande 
29945 \series bold
29946
29947 \backslash
29948 numberwithin
29949 \series default
29950 , activez dans la rubrique 
29951 \family sans
29952 Options
29953 \begin_inset space ~
29954 \end_inset
29955
29956 des
29957 \begin_inset space ~
29958 \end_inset
29959
29960 Maths
29961 \family default
29962  dans les paramètres du document, l'option 
29963 \family sans
29964 Utiliser
29965 \begin_inset space ~
29966 \end_inset
29967
29968 le
29969 \begin_inset space ~
29970 \end_inset
29971
29972 paquetage
29973 \begin_inset space ~
29974 \end_inset
29975
29976 maths
29977 \begin_inset space ~
29978 \end_inset
29979
29980 AMS
29981 \family default
29982 .
29983 \end_layout
29984
29985 \begin_layout Standard
29986 \begin_inset ERT
29987 status collapsed
29988
29989 \begin_layout Plain Layout
29990
29991
29992 \backslash
29993 numberwithin{footnote}{chapter}
29994 \end_layout
29995
29996 \end_inset
29997
29998 Ceci est un autre exemple de note de bas de page:
29999 \series bold
30000
30001 \begin_inset Foot
30002 status open
30003
30004 \begin_layout Plain Layout
30005 Cette note est numérotée en suivant le schéma 
30006 \begin_inset Quotes fld
30007 \end_inset
30008
30009 chapitre.note
30010 \begin_inset Quotes frd
30011 \end_inset
30012
30013 .
30014 \end_layout
30015
30016 \end_inset
30017
30018
30019 \series default
30020
30021 \begin_inset ERT
30022 status collapsed
30023
30024 \begin_layout Plain Layout
30025
30026
30027 \backslash
30028 renewcommand{
30029 \backslash
30030 thefootnote}{
30031 \backslash
30032 arabic{footnote}}
30033 \end_layout
30034
30035 \end_inset
30036
30037
30038 \end_layout
30039
30040 \begin_layout Standard
30041 \begin_inset Note Greyedout
30042 status open
30043
30044 \begin_layout Plain Layout
30045
30046 \series bold
30047 Note:
30048 \series default
30049  
30050 \series bold
30051
30052 \backslash
30053 numberwithin
30054 \series default
30055  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
30056  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
30057  prises en compte.
30058  
30059 \end_layout
30060
30061 \end_inset
30062
30063
30064 \end_layout
30065
30066 \begin_layout Standard
30067 Donc pour avoir par exemple le schéma 
30068 \begin_inset Quotes eld
30069 \end_inset
30070
30071 chapitre.
30072 \backslash
30073 Roman{note}
30074 \begin_inset Quotes erd
30075 \end_inset
30076
30077 , utilisez la commande suivante plutôt que 
30078 \series bold
30079
30080 \backslash
30081 numberwithin
30082 \series default
30083  :
30084 \end_layout
30085
30086 \begin_layout Standard
30087
30088 \series bold
30089
30090 \backslash
30091 renewcommand{
30092 \backslash
30093 thefootnote}{
30094 \backslash
30095 thechapter.
30096 \backslash
30097 Roman{footnote}}
30098 \end_layout
30099
30100 \begin_layout Subsection
30101 Positionnement de notes de bas de page
30102 \begin_inset Index idx
30103 status collapsed
30104
30105 \begin_layout Plain Layout
30106 Notes de bas de page ! Positionnement
30107 \end_layout
30108
30109 \end_inset
30110
30111
30112 \end_layout
30113
30114 \begin_layout Standard
30115 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
30116  vertical entre elles en bas de la page.
30117  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
30118  de 1.5
30119 \begin_inset space \thinspace{}
30120 \end_inset
30121
30122 mm avec la commande suivante dans le préambule :
30123 \end_layout
30124
30125 \begin_layout Standard
30126
30127 \series bold
30128
30129 \backslash
30130 let
30131 \backslash
30132 myFoot
30133 \backslash
30134 footnote
30135 \begin_inset Newline newline
30136 \end_inset
30137
30138
30139 \backslash
30140 renewcommand{
30141 \backslash
30142 footnote}[1]{
30143 \backslash
30144 myFoot{#1
30145 \backslash
30146 vspace{1.5mm}}}
30147 \end_layout
30148
30149 \begin_layout Standard
30150 \begin_inset VSpace bigskip
30151 \end_inset
30152
30153 Dans un document à deux colonnes les notes de bas de page apparaissent en
30154  bas de chaque colonne, comme sur la Figure
30155 \begin_inset space ~
30156 \end_inset
30157
30158
30159 \begin_inset CommandInset ref
30160 LatexCommand ref
30161 reference "fig:Position-standard-note-bas-de-page"
30162
30163 \end_inset
30164
30165 .
30166  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
30167  sur la Figure
30168 \begin_inset space ~
30169 \end_inset
30170
30171
30172 \begin_inset CommandInset ref
30173 LatexCommand ref
30174 reference "fig:Position-note-avec-ftnright"
30175
30176 \end_inset
30177
30178 , utilisez le paquetage LaTeX 
30179 \series bold
30180 ftnright
30181 \series default
30182
30183 \begin_inset Index idx
30184 status collapsed
30185
30186 \begin_layout Plain Layout
30187 Paquetages LaTeX ! ftnright
30188 \end_layout
30189
30190 \end_inset
30191
30192  avec cette commande dans le préambule du document:
30193 \end_layout
30194
30195 \begin_layout Standard
30196
30197 \series bold
30198
30199 \backslash
30200 usepackage{ftnright}
30201 \end_layout
30202
30203 \begin_layout Standard
30204 \begin_inset Float figure
30205 placement !h
30206 wide false
30207 sideways false
30208 status open
30209
30210 \begin_layout Plain Layout
30211 \begin_inset ERT
30212 status collapsed
30213
30214 \begin_layout Plain Layout
30215
30216
30217 \backslash
30218 framebox{
30219 \end_layout
30220
30221 \end_inset
30222
30223
30224 \begin_inset Graphics
30225         filename ../clipart/without_fntright.pdf
30226         width 100col%
30227         scaleBeforeRotation
30228
30229 \end_inset
30230
30231
30232 \begin_inset ERT
30233 status collapsed
30234
30235 \begin_layout Plain Layout
30236
30237 }
30238 \end_layout
30239
30240 \end_inset
30241
30242
30243 \end_layout
30244
30245 \begin_layout Plain Layout
30246 \begin_inset Caption
30247
30248 \begin_layout Plain Layout
30249 \begin_inset CommandInset label
30250 LatexCommand label
30251 name "fig:Position-standard-note-bas-de-page"
30252
30253 \end_inset
30254
30255 Positionnement standard des notes de bas de page dans un document à deux
30256  colonnes.
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \end_layout
30263
30264 \end_inset
30265
30266
30267 \end_layout
30268
30269 \begin_layout Standard
30270 \begin_inset Float figure
30271 placement !h
30272 wide false
30273 sideways false
30274 status open
30275
30276 \begin_layout Plain Layout
30277 \begin_inset ERT
30278 status collapsed
30279
30280 \begin_layout Plain Layout
30281
30282
30283 \backslash
30284 framebox{
30285 \end_layout
30286
30287 \end_inset
30288
30289
30290 \begin_inset Graphics
30291         filename ../clipart/with_fntright.pdf
30292         width 100col%
30293         scaleBeforeRotation
30294
30295 \end_inset
30296
30297
30298 \begin_inset ERT
30299 status collapsed
30300
30301 \begin_layout Plain Layout
30302
30303 }
30304 \end_layout
30305
30306 \end_inset
30307
30308
30309 \end_layout
30310
30311 \begin_layout Plain Layout
30312 \begin_inset Caption
30313
30314 \begin_layout Plain Layout
30315 \begin_inset CommandInset label
30316 LatexCommand label
30317 name "fig:Position-note-avec-ftnright"
30318
30319 \end_inset
30320
30321 Positionnement de notes de bas de page dans un document à deux colonnes
30322  en utilisant le paquetage LaTeX 
30323 \series bold
30324 ftnright
30325 \series default
30326 .
30327 \end_layout
30328
30329 \end_inset
30330
30331
30332 \end_layout
30333
30334 \end_inset
30335
30336
30337 \end_layout
30338
30339 \begin_layout Standard
30340 \begin_inset VSpace bigskip
30341 \end_inset
30342
30343 Dans certaines publications scientifiques, il est courant de rassembler
30344  les notes de bas de page et de les imprimer dans un paragraphe particulier
30345  à la fin de la section, comme sur la Figure
30346 \begin_inset space ~
30347 \end_inset
30348
30349
30350 \begin_inset CommandInset ref
30351 LatexCommand ref
30352 reference "fig:Notes-de-fin"
30353
30354 \end_inset
30355
30356 .
30357  On les appelle 
30358 \begin_inset Quotes eld
30359 \end_inset
30360
30361 notes de fin
30362 \begin_inset Quotes erd
30363 \end_inset
30364
30365 .
30366 \begin_inset Index idx
30367 status collapsed
30368
30369 \begin_layout Plain Layout
30370 Notes de fin
30371 \end_layout
30372
30373 \end_inset
30374
30375  Pour utiliser des notes de fin à la place des notes de bas de page dans
30376  votre document, charger le module 
30377 \family sans
30378 Note de bas de page en fin de document
30379 \family default
30380  à partir de 
30381 \family sans
30382 Document\SpecialChar \menuseparator
30383 Paramètres\SpecialChar \menuseparator
30384 Modules
30385 \family default
30386 .
30387  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
30388 \end_layout
30389
30390 \begin_layout Standard
30391
30392 \series bold
30393
30394 \backslash
30395 theendnotes
30396 \end_layout
30397
30398 \begin_layout Standard
30399 en code TeX à la fin d'une section ou d'un chapitre.
30400 \end_layout
30401
30402 \begin_layout Standard
30403 \begin_inset Float figure
30404 wide false
30405 sideways false
30406 status open
30407
30408 \begin_layout Plain Layout
30409 \align center
30410 \begin_inset ERT
30411 status collapsed
30412
30413 \begin_layout Plain Layout
30414
30415
30416 \backslash
30417 framebox{
30418 \end_layout
30419
30420 \end_inset
30421
30422
30423 \begin_inset Graphics
30424         filename ../clipart/endnotes.pdf
30425         scaleBeforeRotation
30426
30427 \end_inset
30428
30429
30430 \begin_inset ERT
30431 status collapsed
30432
30433 \begin_layout Plain Layout
30434
30435 }
30436 \end_layout
30437
30438 \end_inset
30439
30440
30441 \end_layout
30442
30443 \begin_layout Plain Layout
30444 \begin_inset Caption
30445
30446 \begin_layout Plain Layout
30447 \begin_inset CommandInset label
30448 LatexCommand label
30449 name "fig:Notes-de-fin"
30450
30451 \end_inset
30452
30453 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
30454  séparé à la fin des sections ou des chapitres.
30455 \end_layout
30456
30457 \end_inset
30458
30459
30460 \end_layout
30461
30462 \end_inset
30463
30464
30465 \end_layout
30466
30467 \begin_layout Standard
30468 \begin_inset VSpace medskip
30469 \end_inset
30470
30471 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
30472  dans la langue du document, cela doit être fait manuellement.
30473  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
30474  
30475 \begin_inset Quotes eld
30476 \end_inset
30477
30478 Notes
30479 \begin_inset Quotes erd
30480 \end_inset
30481
30482  en sa traduction Allemande
30483 \begin_inset Foot
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487 En français, 
30488 \begin_inset Quotes eld
30489 \end_inset
30490
30491 Notes
30492 \begin_inset Quotes erd
30493 \end_inset
30494
30495  peut être conservé.
30496 \end_layout
30497
30498 \end_inset
30499
30500  
30501 \begin_inset Quotes eld
30502 \end_inset
30503
30504 Anmerkungen
30505 \begin_inset Quotes erd
30506 \end_inset
30507
30508  :
30509 \end_layout
30510
30511 \begin_layout Standard
30512
30513 \series bold
30514
30515 \backslash
30516 renewcommand{
30517 \backslash
30518 notesname}{Anmerkungen}
30519 \end_layout
30520
30521 \begin_layout Standard
30522 \begin_inset VSpace medskip
30523 \end_inset
30524
30525 La numérotation des notes de fin peut être modifiée comme celle des notes
30526  de bas de page comme c'est décrit dans la section
30527 \begin_inset space ~
30528 \end_inset
30529
30530
30531 \begin_inset CommandInset ref
30532 LatexCommand ref
30533 reference "sub:Numerotation-notes-bas-de-page"
30534
30535 \end_inset
30536
30537  ; remplacez juste la commande 
30538 \series bold
30539
30540 \backslash
30541 thefootnote
30542 \series default
30543  par 
30544 \series bold
30545
30546 \backslash
30547 theendnote
30548 \series default
30549 .
30550  Pour réinitialiser le numéro de note de fin, utilisez la commande 
30551 \series bold
30552
30553 \backslash
30554 @addtoreset
30555 \series default
30556  comme c'est décrit dans la section
30557 \begin_inset space ~
30558 \end_inset
30559
30560
30561 \begin_inset CommandInset ref
30562 LatexCommand ref
30563 reference "sub:Numerotation-notes-bas-de-page"
30564
30565 \end_inset
30566
30567  et remplacez le paramètre de commande 
30568 \series bold
30569 footnote
30570 \series default
30571  par 
30572 \series bold
30573 endnote
30574 \series default
30575 .
30576 \end_layout
30577
30578 \begin_layout Standard
30579 Pour les notes de fin, il y a la commande 
30580 \series bold
30581
30582 \backslash
30583 endnotemark[numéro]
30584 \series default
30585  qui est semblable à 
30586 \series bold
30587
30588 \backslash
30589 footnotemark
30590 \series default
30591 , décrite dans la section
30592 \begin_inset space ~
30593 \end_inset
30594
30595
30596 \begin_inset CommandInset ref
30597 LatexCommand ref
30598 reference "sec:Notes-bas-de-page"
30599
30600 \end_inset
30601
30602 .
30603 \end_layout
30604
30605 \begin_layout Standard
30606 \begin_inset VSpace bigskip
30607 \end_inset
30608
30609  Les notes de bas de page peuvent être mise dans la marge de la page et
30610  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
30611  
30612 \series bold
30613 footmisc
30614 \series default
30615
30616 \begin_inset Index idx
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620 Paquetages LaTeX ! footmisc
30621 \end_layout
30622
30623 \end_inset
30624
30625
30626 \begin_inset CommandInset citation
30627 LatexCommand cite
30628 key "footmisc"
30629
30630 \end_inset
30631
30632  pour plus d'information à ce sujet.
30633 \end_layout
30634
30635 \begin_layout Standard
30636 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
30637  voyez les livres sur LaTeX, 
30638 \begin_inset CommandInset citation
30639 LatexCommand cite
30640 key "latexcompanion,latexguide,latexbook"
30641
30642 \end_inset
30643
30644 .
30645  Si vous utilisez une classe de document  
30646 \series bold
30647 KOMA-Script
30648 \series default
30649
30650 \begin_inset Index idx
30651 status collapsed
30652
30653 \begin_layout Plain Layout
30654 Paquetages LaTeX ! KOMA-Script
30655 \end_layout
30656
30657 \end_inset
30658
30659 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
30660  des commandes spécifiques à la classe de document utilisée, voyez 
30661 \begin_inset CommandInset citation
30662 LatexCommand cite
30663 key "KOMA-Script"
30664
30665 \end_inset
30666
30667 .
30668 \end_layout
30669
30670 \begin_layout Section
30671 Notes en marge
30672 \begin_inset Index idx
30673 status collapsed
30674
30675 \begin_layout Plain Layout
30676 Notes ! Notes en Marge
30677 \end_layout
30678
30679 \end_inset
30680
30681
30682 \end_layout
30683
30684 \begin_layout Standard
30685 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
30686 t de la même façon.
30687  Quand vous insérez une note en marge avec 
30688 \family sans
30689 Insérer\SpecialChar \menuseparator
30690 Note
30691 \begin_inset space ~
30692 \end_inset
30693
30694 en
30695 \begin_inset space ~
30696 \end_inset
30697
30698 Marge
30699 \family default
30700  ou avec le bouton 
30701 \family sans
30702
30703 \begin_inset Info
30704 type  "icon"
30705 arg   "marginalnote-insert"
30706 \end_inset
30707
30708
30709 \family default
30710  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
30711  grise avec une étiquette rouge 
30712 \begin_inset Quotes fld
30713 \end_inset
30714
30715 marge
30716 \begin_inset Quotes frd
30717 \end_inset
30718
30719 .
30720  
30721 \begin_inset Marginal
30722 status collapsed
30723
30724 \begin_layout Plain Layout
30725 C'est une note en marge.
30726 \end_layout
30727
30728 \end_inset
30729
30730  Cette boîte est la représentation de votre note dans LyX.
30731  Vous pouvez y entrer votre texte.
30732 \end_layout
30733
30734 \begin_layout Standard
30735 Les notes en marge apparaissent dans la marge de droite dans les documents
30736  imprimées sur une seule face.
30737  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
30738  
30739 \begin_inset Quotes eld
30740 \end_inset
30741
30742 extérieure
30743 \begin_inset Quotes erd
30744 \end_inset
30745
30746  – la gauche sur les pages paires et la droite sur les pages impaires.
30747  Le texte de la note en marge est aligné à l'opposé de la marge externe
30748  – aligné à droite quand la note apparaît dans la marge de gauche.
30749  La première ligne de la note apparaît à la hauteur de la ligne de texte
30750  où la note a été insérée dans le document.
30751 \end_layout
30752
30753 \begin_layout Standard
30754 \begin_inset VSpace bigskip
30755 \end_inset
30756
30757 Pour placer une note dans la marge interne, ajoutez la commande suivante
30758  :
30759 \end_layout
30760
30761 \begin_layout Standard
30762
30763 \series bold
30764
30765 \backslash
30766 reversemarginpar
30767 \end_layout
30768
30769 \begin_layout Standard
30770 sous forme de code TeX avant votre note de marge.
30771  Le nouveau positionnement est pris en compte pour toutes les notes en marge
30772  qui suivent 
30773 \begin_inset ERT
30774 status collapsed
30775
30776 \begin_layout Plain Layout
30777
30778
30779 \backslash
30780 reversemarginpar 
30781 \end_layout
30782
30783 \end_inset
30784
30785
30786 \begin_inset Marginal
30787 status open
30788
30789 \begin_layout Plain Layout
30790 Cette note en marge est dans la marge interne.
30791 \end_layout
30792
30793 \end_inset
30794
30795
30796 \series bold
30797
30798 \begin_inset Newline newline
30799 \end_inset
30800
30801
30802 \series default
30803
30804 \begin_inset Note Greyedout
30805 status open
30806
30807 \begin_layout Plain Layout
30808
30809 \series bold
30810 Note:
30811 \series default
30812  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
30813  les notes sont souvent mal mises en formes dans la sortie imprimée.
30814 \end_layout
30815
30816 \end_inset
30817
30818
30819 \end_layout
30820
30821 \begin_layout Standard
30822 Pour revenir au positionnement implicite, ajoutez la commande :
30823 \end_layout
30824
30825 \begin_layout Standard
30826
30827 \series bold
30828
30829 \backslash
30830 normalmarginpar
30831 \end_layout
30832
30833 \begin_layout Standard
30834 sous forme de code TeX.
30835 \begin_inset ERT
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839
30840
30841 \backslash
30842 normalmarginpar 
30843 \end_layout
30844
30845 \end_inset
30846
30847
30848 \begin_inset Newline newline
30849 \end_inset
30850
30851  
30852 \begin_inset Note Greyedout
30853 status open
30854
30855 \begin_layout Plain Layout
30856
30857 \series bold
30858 Note:
30859 \series default
30860  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
30861  
30862 \series bold
30863
30864 \backslash
30865 reversemarginpar
30866 \series default
30867  est aussi utilisée.
30868 \end_layout
30869
30870 \end_inset
30871
30872
30873 \end_layout
30874
30875 \begin_layout Standard
30876 \begin_inset VSpace bigskip
30877 \end_inset
30878
30879
30880 \begin_inset Marginal
30881 status open
30882
30883 \begin_layout Plain Layout
30884 UnTrèsLongMotEnMarge sans césure.
30885 \end_layout
30886
30887 \end_inset
30888
30889  Comme dans le cas décrit dans la section
30890 \begin_inset space ~
30891 \end_inset
30892
30893
30894 \begin_inset CommandInset ref
30895 LatexCommand ref
30896 reference "sub:Lignes-multiple-dans-cellule"
30897
30898 \end_inset
30899
30900 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
30901  mot d'une note en marge.
30902  Pour éviter ce problème, insérez un espacement horizontal de 0
30903 \begin_inset space \thinspace{}
30904 \end_inset
30905
30906 pt avant le mot en question: 
30907 \begin_inset Marginal
30908 status open
30909
30910 \begin_layout Plain Layout
30911 \begin_inset space \hspace{}
30912 \length 0pt
30913 \end_inset
30914
30915 UnMotTrèsLongEnMarge avec une césure.
30916 \end_layout
30917
30918 \end_inset
30919
30920
30921 \end_layout
30922
30923 \begin_layout Standard
30924 \begin_inset VSpace bigskip
30925 \end_inset
30926
30927
30928 \end_layout
30929
30930 \begin_layout Standard
30931 \begin_inset Note Greyedout
30932 status open
30933
30934 \begin_layout Plain Layout
30935
30936 \series bold
30937 Note:
30938 \series default
30939  Normalement, les notes en marge ne peuvent pas être utilisées dans des
30940  tableaux, des flottants et des notes de bas de page.
30941 \end_layout
30942
30943 \end_inset
30944
30945
30946 \end_layout
30947
30948 \begin_layout Standard
30949 \begin_inset VSpace bigskip
30950 \end_inset
30951
30952
30953 \end_layout
30954
30955 \begin_layout Standard
30956 \begin_inset ERT
30957 status collapsed
30958
30959 \begin_layout Plain Layout
30960
30961
30962 \backslash
30963 ifmarginnote
30964 \end_layout
30965
30966 \end_inset
30967
30968
30969 \begin_inset Note Note
30970 status open
30971
30972 \begin_layout Plain Layout
30973 La section suivante ne sera affichée que si le paquetage LaTeX 
30974 \series bold
30975 marginnote
30976 \series default
30977  a été installé.
30978 \end_layout
30979
30980 \end_inset
30981
30982
30983 \end_layout
30984
30985 \begin_layout Standard
30986 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
30987 \series bold
30988 marginnote
30989 \series default
30990
30991 \begin_inset Index idx
30992 status collapsed
30993
30994 \begin_layout Plain Layout
30995 Paquetages LaTeX ! marginnote
30996 \end_layout
30997
30998 \end_inset
30999
31000 .
31001  En ajoutant les deux lignes suivantes au préambule de votre document, la
31002  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
31003  la commande fournie par le paquetage 
31004 \series bold
31005 marginnote
31006 \series default
31007  :
31008 \end_layout
31009
31010 \begin_layout Standard
31011
31012 \series bold
31013
31014 \backslash
31015 usepackage{marginnote}
31016 \begin_inset Newline newline
31017 \end_inset
31018
31019
31020 \backslash
31021 let
31022 \backslash
31023 marginpar
31024 \backslash
31025 marginnote
31026 \end_layout
31027
31028 \begin_layout Standard
31029 Ce paquetage est aussi utilisé dans ce document parce que 
31030 \series bold
31031 marginnote
31032 \series default
31033  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
31034  vertical pour une note.
31035  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
31036  sont trop proches les unes des autres ou que vous voulez améliorer la mise
31037  en page.
31038  Le décalage est inséré dans LyX sous forme de code TeX directement après
31039  la note sous la forme
31040 \end_layout
31041
31042 \begin_layout Standard
31043
31044 \series bold
31045 [offset]
31046 \end_layout
31047
31048 \begin_layout Standard
31049 où l'offset utilise l'une des unités listées dans le tableau
31050 \begin_inset space ~
31051 \end_inset
31052
31053
31054 \begin_inset CommandInset ref
31055 LatexCommand ref
31056 reference "cha:Unités-de-longueur"
31057
31058 \end_inset
31059
31060 .
31061  Une valeur négative déplace la note vers le haut, une valeur positive la
31062  déplace vers le bas.
31063  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
31064  vers le haut de 1.5
31065 \begin_inset space \thinspace{}
31066 \end_inset
31067
31068 cm avec la commande en code TeX 
31069 \begin_inset Quotes eld
31070 \end_inset
31071
31072
31073 \series bold
31074 [-1.5cm]
31075 \series default
31076
31077 \begin_inset Quotes erd
31078 \end_inset
31079
31080
31081 \begin_inset Marginal
31082 status collapsed
31083
31084 \begin_layout Plain Layout
31085 Cette note en marge est décalée vers le haut de 1.5
31086 \begin_inset space \thinspace{}
31087 \end_inset
31088
31089 cm par rapport à sa position d'origine.
31090 \end_layout
31091
31092 \end_inset
31093
31094
31095 \begin_inset ERT
31096 status collapsed
31097
31098 \begin_layout Plain Layout
31099
31100 [-1.5cm]
31101 \end_layout
31102
31103 \end_inset
31104
31105
31106 \end_layout
31107
31108 \begin_layout Standard
31109 \begin_inset VSpace medskip
31110 \end_inset
31111
31112 Avec le paquetage 
31113 \series bold
31114 marginnote
31115 \series default
31116  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
31117  Par exemple les commandes 
31118 \end_layout
31119
31120 \begin_layout Standard
31121
31122 \series bold
31123
31124 \backslash
31125 renewcommand*{
31126 \backslash
31127 raggedleftmarginnote}{
31128 \backslash
31129 centering}
31130 \begin_inset Newline newline
31131 \end_inset
31132
31133
31134 \backslash
31135 renewcommand*{
31136 \backslash
31137 raggedrightmarginnote}{
31138 \backslash
31139 centering}
31140 \end_layout
31141
31142 \begin_layout Standard
31143 donnent un alignement centré.
31144  
31145 \series bold
31146
31147 \backslash
31148 raggedleftmarginnote
31149 \series default
31150  indique une note qui apparaît dans la marge de gauche.
31151 \begin_inset ERT
31152 status collapsed
31153
31154 \begin_layout Plain Layout
31155
31156
31157 \backslash
31158 renewcommand*{
31159 \backslash
31160 raggedleftmarginnote}{
31161 \backslash
31162 centering}
31163 \end_layout
31164
31165 \begin_layout Plain Layout
31166
31167
31168 \backslash
31169 renewcommand*{
31170 \backslash
31171 raggedrightmarginnote}{
31172 \backslash
31173 centering}
31174 \end_layout
31175
31176 \end_inset
31177
31178
31179 \begin_inset Marginal
31180 status collapsed
31181
31182 \begin_layout Plain Layout
31183 Le texte de cette note en marge est centré.
31184 \end_layout
31185
31186 \end_inset
31187
31188 .
31189  Le comportement implicite est donné par
31190 \end_layout
31191
31192 \begin_layout Standard
31193
31194 \series bold
31195
31196 \backslash
31197 renewcommand*{
31198 \backslash
31199 raggedleftmarginnote}{
31200 \backslash
31201 raggedleft}
31202 \begin_inset Newline newline
31203 \end_inset
31204
31205
31206 \backslash
31207 renewcommand*{
31208 \backslash
31209 raggedrightmarginnote}{
31210 \backslash
31211 raggedright}
31212 \series default
31213
31214 \begin_inset ERT
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218
31219
31220 \backslash
31221 renewcommand*{
31222 \backslash
31223 raggedleftmarginnote}{
31224 \backslash
31225 raggedleft}
31226 \end_layout
31227
31228 \begin_layout Plain Layout
31229
31230
31231 \backslash
31232 renewcommand*{
31233 \backslash
31234 raggedrightmarginnote}{
31235 \backslash
31236 raggedright}
31237 \end_layout
31238
31239 \end_inset
31240
31241
31242 \end_layout
31243
31244 \begin_layout Standard
31245 \begin_inset VSpace medskip
31246 \end_inset
31247
31248 Pour les autre fonctions du paquetage 
31249 \series bold
31250 marginnote
31251 \series default
31252  nous vous renvoyons à sa documentation 
31253 \begin_inset CommandInset citation
31254 LatexCommand cite
31255 key "marginnote"
31256
31257 \end_inset
31258
31259 .
31260 \end_layout
31261
31262 \begin_layout Standard
31263 \begin_inset VSpace bigskip
31264 \end_inset
31265
31266 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
31267  définition.
31268  Pour créer par exemple une entête pour toutes les notes en marge avec le
31269  texte 
31270 \begin_inset Quotes eld
31271 \end_inset
31272
31273
31274 \family sans
31275 \series bold
31276 \bar under
31277 Attention!
31278 \family default
31279 \series default
31280 \bar default
31281
31282 \begin_inset Quotes erd
31283 \end_inset
31284
31285  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
31286  de votre document :
31287 \end_layout
31288
31289 \begin_layout Standard
31290
31291 \series bold
31292
31293 \backslash
31294 let
31295 \backslash
31296 myMarginpar
31297 \backslash
31298 marginpar
31299 \begin_inset Newline newline
31300 \end_inset
31301
31302
31303 \backslash
31304 renewcommand{
31305 \backslash
31306 marginpar}[1]{
31307 \backslash
31308 myMarginpar{%
31309 \begin_inset Newline newline
31310 \end_inset
31311
31312
31313 \begin_inset Phantom HPhantom
31314 status open
31315
31316 \begin_layout Plain Layout
31317
31318 \series bold
31319 \begin_inset space ~
31320 \end_inset
31321
31322
31323 \end_layout
31324
31325 \end_inset
31326
31327
31328 \backslash
31329 hspace{0pt}
31330 \backslash
31331 textsf{
31332 \backslash
31333 textbf{
31334 \backslash
31335 underbar{Attention!}}}%
31336 \begin_inset Newline newline
31337 \end_inset
31338
31339
31340 \begin_inset Phantom HPhantom
31341 status open
31342
31343 \begin_layout Plain Layout
31344
31345 \series bold
31346 \begin_inset space ~
31347 \end_inset
31348
31349
31350 \end_layout
31351
31352 \end_inset
31353
31354
31355 \backslash
31356 vspace{1.5mm}
31357 \backslash
31358
31359 \backslash
31360 #1}}
31361 \end_layout
31362
31363 \begin_layout Standard
31364 \begin_inset ERT
31365 status collapsed
31366
31367 \begin_layout Plain Layout
31368
31369
31370 \backslash
31371 let
31372 \backslash
31373 myMarginpar
31374 \backslash
31375 marginpar
31376 \end_layout
31377
31378 \begin_layout Plain Layout
31379
31380
31381 \backslash
31382 renewcommand{
31383 \backslash
31384 marginpar}[1]{
31385 \backslash
31386 myMarginpar{%
31387 \end_layout
31388
31389 \begin_layout Plain Layout
31390
31391    
31392 \backslash
31393 textsf{
31394 \backslash
31395 textbf{
31396 \backslash
31397 underbar{Attention!}}}%
31398 \end_layout
31399
31400 \begin_layout Plain Layout
31401
31402    
31403 \backslash
31404 vspace{1.5mm}
31405 \backslash
31406
31407 \backslash
31408 #1}}
31409 \end_layout
31410
31411 \end_inset
31412
31413
31414 \begin_inset Marginal
31415 status open
31416
31417 \begin_layout Plain Layout
31418 Ceci est une note en marge avec une en-tête prédéfinie.
31419 \end_layout
31420
31421 \end_inset
31422
31423
31424 \begin_inset ERT
31425 status collapsed
31426
31427 \begin_layout Plain Layout
31428
31429 [-1.5cm]
31430 \end_layout
31431
31432 \end_inset
31433
31434
31435 \begin_inset ERT
31436 status collapsed
31437
31438 \begin_layout Plain Layout
31439
31440
31441 \backslash
31442 renewcommand{
31443 \backslash
31444 marginpar}[1]{
31445 \backslash
31446 myMarginpar{#1}}
31447 \end_layout
31448
31449 \end_inset
31450
31451
31452 \begin_inset Note Note
31453 status collapsed
31454
31455 \begin_layout Plain Layout
31456
31457 \lang english
31458 The margin note format is changed only for this example.
31459 \end_layout
31460
31461 \end_inset
31462
31463
31464 \end_layout
31465
31466 \begin_layout Standard
31467 \begin_inset ERT
31468 status collapsed
31469
31470 \begin_layout Plain Layout
31471
31472
31473 \backslash
31474 else
31475 \end_layout
31476
31477 \end_inset
31478
31479
31480 \begin_inset Note Note
31481 status open
31482
31483 \begin_layout Plain Layout
31484 Ce qui suit sera affiché si le paquetage LaTeX 
31485 \series bold
31486 marginnote
31487 \series default
31488  n'est pas installé :
31489 \end_layout
31490
31491 \end_inset
31492
31493
31494 \end_layout
31495
31496 \begin_layout Standard
31497 Vous devez installer le paquetage LaTeX 
31498 \series bold
31499 marginnote
31500 \series default
31501  pour voir la suite de cette section dans la sortie imprimée.
31502 \end_layout
31503
31504 \begin_layout Standard
31505 \begin_inset ERT
31506 status collapsed
31507
31508 \begin_layout Plain Layout
31509
31510
31511 \backslash
31512 fi
31513 \end_layout
31514
31515 \end_inset
31516
31517
31518 \end_layout
31519
31520 \begin_layout Chapter
31521 Les boîtes
31522 \end_layout
31523
31524 \begin_layout Section
31525 Introduction
31526 \begin_inset Index idx
31527 status collapsed
31528
31529 \begin_layout Plain Layout
31530 Boîtes ! Introduction
31531 \end_layout
31532
31533 \end_inset
31534
31535
31536 \end_layout
31537
31538 \begin_layout Standard
31539 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
31540  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
31541  voir la section
31542 \begin_inset space ~
31543 \end_inset
31544
31545
31546 \begin_inset CommandInset ref
31547 LatexCommand ref
31548 reference "sec:Minipages"
31549
31550 \end_inset
31551
31552 , pour encadrer des portions de texte, voir la section
31553 \begin_inset space ~
31554 \end_inset
31555
31556
31557 \begin_inset CommandInset ref
31558 LatexCommand ref
31559 reference "sec:Décorations"
31560
31561 \end_inset
31562
31563 , pour empêcher que des mots subissent une césure, voir la section
31564 \begin_inset space ~
31565 \end_inset
31566
31567
31568 \begin_inset CommandInset ref
31569 LatexCommand ref
31570 reference "sec:Empêcher-césure"
31571
31572 \end_inset
31573
31574 , pour aligner du texte, voir la section
31575 \begin_inset space ~
31576 \end_inset
31577
31578
31579 \begin_inset CommandInset ref
31580 LatexCommand ref
31581 reference "sub:Alignement-Vertical"
31582
31583 \end_inset
31584
31585 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
31586 \begin_inset space ~
31587 \end_inset
31588
31589
31590 \begin_inset CommandInset ref
31591 LatexCommand ref
31592 reference "sec:Boîtes-colorées"
31593
31594 \end_inset
31595
31596 .
31597 \end_layout
31598
31599 \begin_layout Standard
31600 On peut insérer une boîte en utilisant le menu 
31601 \family sans
31602 Insérer\SpecialChar \menuseparator
31603 Boîte
31604 \family default
31605  ou avec le bouton 
31606 \family sans
31607
31608 \begin_inset Info
31609 type  "icon"
31610 arg   "box-insert Frameless"
31611 \end_inset
31612
31613
31614 \family default
31615  de la barre d'outils.
31616  Une boîte grise avec une étiquette 
31617 \family sans
31618 Boîte
31619 \begin_inset space ~
31620 \end_inset
31621
31622 (Minipage)
31623 \family default
31624
31625 \begin_inset Graphics
31626         filename clipart/BoxInsetDefaultQt4.png
31627         scale 65
31628         scaleBeforeRotation
31629
31630 \end_inset
31631
31632  est alors insérée.
31633  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
31634  et en choisissant 
31635 \family sans
31636 Paramètres
31637 \family default
31638  .
31639  La fenêtre de dialogue qui apparaît donne accès aux types de
31640 \family sans
31641  Boîte
31642 \begin_inset space ~
31643 \end_inset
31644
31645 Intérieure
31646 \family default
31647  
31648 \family sans
31649 Makebox, Parbox
31650 \family default
31651  et 
31652 \family sans
31653 Minipage
31654 \family default
31655 .
31656  Le type 
31657 \family sans
31658 Minipage
31659 \family default
31660  est le type implicite pour les boîtes nouvellement créées et il est décrit
31661  dans la section
31662 \begin_inset space ~
31663 \end_inset
31664
31665
31666 \begin_inset CommandInset ref
31667 LatexCommand ref
31668 reference "sec:Minipages"
31669
31670 \end_inset
31671
31672 ; le type 
31673 \family sans
31674 Parbox
31675 \family default
31676  est décrit dans la section
31677 \begin_inset space ~
31678 \end_inset
31679
31680
31681 \begin_inset CommandInset ref
31682 LatexCommand ref
31683 reference "sec:Parboxes"
31684
31685 \end_inset
31686
31687  et le type 
31688 \family sans
31689 Makebox
31690 \family default
31691  est décrit dans la section
31692 \begin_inset space ~
31693 \end_inset
31694
31695
31696 \begin_inset CommandInset ref
31697 LatexCommand ref
31698 reference "sec:Empêcher-césure"
31699
31700 \end_inset
31701
31702 .
31703 \end_layout
31704
31705 \begin_layout Standard
31706 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
31707  comme les flottants ou les notes de bas de page.
31708 \end_layout
31709
31710 \begin_layout Standard
31711 \begin_inset Note Greyedout
31712 status open
31713
31714 \begin_layout Plain Layout
31715
31716 \series bold
31717 Note:
31718 \series default
31719  Vous ne pouvez pas employer une boîte comme élément dans un environnement
31720  de type 
31721 \family sans
31722 Liste
31723 \family default
31724  ou 
31725 \family sans
31726 Description
31727 \family default
31728 .
31729 \end_layout
31730
31731 \end_inset
31732
31733
31734 \end_layout
31735
31736 \begin_layout Standard
31737 \begin_inset Note Greyedout
31738 status open
31739
31740 \begin_layout Plain Layout
31741
31742 \series bold
31743 Note:
31744 \series default
31745  Pour une raison inconnue, vous ne pouvez mettre le type de la 
31746 \family sans
31747 Boîte
31748 \begin_inset space ~
31749 \end_inset
31750
31751 Intérieure
31752 \family default
31753  à 
31754 \family sans
31755 Aucune
31756 \family default
31757  que quand vous utilisez une boîte encadrée.
31758  Les boîtes sans 
31759 \family sans
31760 Boîte
31761 \begin_inset space ~
31762 \end_inset
31763
31764 Intérieure
31765 \family default
31766  et sans cadre sont expliquées dans la section
31767 \begin_inset space ~
31768 \end_inset
31769
31770
31771 \begin_inset CommandInset ref
31772 LatexCommand ref
31773 reference "sec:Empêcher-césure"
31774
31775 \end_inset
31776
31777 .
31778 \end_layout
31779
31780 \end_inset
31781
31782
31783 \end_layout
31784
31785 \begin_layout Section
31786 La fenêtre de dialogue Boîte
31787 \begin_inset CommandInset label
31788 LatexCommand label
31789 name "sec:Boîte-Dialogue"
31790
31791 \end_inset
31792
31793
31794 \begin_inset Index idx
31795 status collapsed
31796
31797 \begin_layout Plain Layout
31798 Boîtes ! Fenêtre de dialogue Boîte
31799 \end_layout
31800
31801 \end_inset
31802
31803
31804 \end_layout
31805
31806 \begin_layout Subsection
31807 Taille
31808 \begin_inset Index idx
31809 status collapsed
31810
31811 \begin_layout Plain Layout
31812 Boîtes ! Taille
31813 \end_layout
31814
31815 \end_inset
31816
31817
31818 \end_layout
31819
31820 \begin_layout Standard
31821 Dans la fenêtre de dialogue 
31822 \family sans
31823 Paramètres
31824 \begin_inset space ~
31825 \end_inset
31826
31827 de
31828 \begin_inset space ~
31829 \end_inset
31830
31831 Boîte
31832 \family default
31833  vous pouvez modifier la géométrie de la boîte avec les champs 
31834 \family sans
31835 Largeur
31836 \family default
31837  et 
31838 \family sans
31839 Hauteur
31840 \family default
31841 .
31842  Les unités de longueur qui sont utilisables dans ces champs sont décrites
31843  dans le tableau
31844 \begin_inset space ~
31845 \end_inset
31846
31847
31848 \begin_inset CommandInset ref
31849 LatexCommand ref
31850 reference "tab:Unités"
31851
31852 \end_inset
31853
31854 .
31855  Le champ 
31856 \family sans
31857 Hauteur
31858 \family default
31859  offre en plus les spécifications de taille suivantes :
31860 \end_layout
31861
31862 \begin_layout Description
31863 Profondeur C'est simplement la 
31864 \begin_inset Quotes eld
31865 \end_inset
31866
31867 hauteur
31868 \begin_inset Quotes erd
31869 \end_inset
31870
31871  du texte.
31872  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
31873  lignes de texte dans la boîte.
31874 \begin_inset Newline newline
31875 \end_inset
31876
31877
31878 \begin_inset Newline newline
31879 \end_inset
31880
31881
31882 \begin_inset Newline newline
31883 \end_inset
31884
31885
31886 \begin_inset Box Boxed
31887 position "c"
31888 hor_pos "c"
31889 has_inner_box 1
31890 inner_pos "c"
31891 use_parbox 0
31892 use_makebox 0
31893 width "12col%"
31894 special "none"
31895 height "1in"
31896 height_special "depth"
31897 status open
31898
31899 \begin_layout Plain Layout
31900 \align center
31901 Boîte dont la hauteur est égale à 1
31902 \begin_inset space \thinspace{}
31903 \end_inset
31904
31905 Profondeur
31906 \end_layout
31907
31908 \end_inset
31909
31910
31911 \begin_inset Newline newline
31912 \end_inset
31913
31914
31915 \begin_inset Newline newline
31916 \end_inset
31917
31918
31919 \end_layout
31920
31921 \begin_layout Description
31922 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
31923  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
31924  est deux fois plus haute que le texte : 
31925 \begin_inset Box Boxed
31926 position "c"
31927 hor_pos "c"
31928 has_inner_box 1
31929 inner_pos "c"
31930 use_parbox 0
31931 use_makebox 0
31932 width "20col%"
31933 special "none"
31934 height "2in"
31935 height_special "height"
31936 status open
31937
31938 \begin_layout Plain Layout
31939 \align center
31940 Boîte dont la hauteur est 2
31941 \begin_inset space \thinspace{}
31942 \end_inset
31943
31944 Hauteur
31945 \end_layout
31946
31947 \end_inset
31948
31949
31950 \end_layout
31951
31952 \begin_layout Description
31953 Hauteur
31954 \begin_inset space ~
31955 \end_inset
31956
31957 Totale C'est égal à Hauteur
31958 \begin_inset space \thinspace{}
31959 \end_inset
31960
31961 +
31962 \begin_inset space \thinspace{}
31963 \end_inset
31964
31965 Profondeur : 
31966 \begin_inset Box Boxed
31967 position "c"
31968 hor_pos "c"
31969 has_inner_box 1
31970 inner_pos "c"
31971 use_parbox 0
31972 use_makebox 0
31973 width "20col%"
31974 special "none"
31975 height "1in"
31976 height_special "totalheight"
31977 status open
31978
31979 \begin_layout Plain Layout
31980 \align center
31981 Boîte dont la hauteur est 1
31982 \begin_inset space \thinspace{}
31983 \end_inset
31984
31985 Hauteur
31986 \begin_inset space ~
31987 \end_inset
31988
31989 Totale
31990 \end_layout
31991
31992 \end_inset
31993
31994
31995 \end_layout
31996
31997 \begin_layout Description
31998 Largeur On prend la largeur de la boîte comme hauteur : 
31999 \begin_inset Box Boxed
32000 position "c"
32001 hor_pos "c"
32002 has_inner_box 1
32003 inner_pos "c"
32004 use_parbox 0
32005 use_makebox 0
32006 width "12col%"
32007 special "none"
32008 height "1in"
32009 height_special "width"
32010 status open
32011
32012 \begin_layout Plain Layout
32013 \align center
32014 Boîte dont la hauteur est 1
32015 \begin_inset space \thinspace{}
32016 \end_inset
32017
32018 Largeur
32019 \end_layout
32020
32021 \end_inset
32022
32023
32024 \end_layout
32025
32026 \begin_layout Subsection
32027 Alignement
32028 \begin_inset Index idx
32029 status collapsed
32030
32031 \begin_layout Plain Layout
32032 Boîtes ! Alignement
32033 \end_layout
32034
32035 \end_inset
32036
32037
32038 \end_layout
32039
32040 \begin_layout Standard
32041 Quand vous avez choisi une 
32042 \family sans
32043 Boîte
32044 \begin_inset space ~
32045 \end_inset
32046
32047 Intérieure
32048 \family default
32049 , l'alignement vertical de la boîte peut être :
32050 \end_layout
32051
32052 \begin_layout Description
32053 Haut Ceci est un exemple de texte.
32054  
32055 \begin_inset Box Boxed
32056 position "t"
32057 hor_pos "c"
32058 has_inner_box 1
32059 inner_pos "c"
32060 use_parbox 0
32061 use_makebox 0
32062 width "12col%"
32063 special "none"
32064 height "1in"
32065 height_special "totalheight"
32066 status collapsed
32067
32068 \begin_layout Plain Layout
32069 \align center
32070 Cette boîte est alignée sur le haut.
32071 \end_layout
32072
32073 \end_inset
32074
32075  Ceci est un exemple de texte.
32076 \end_layout
32077
32078 \begin_layout Description
32079 Milieu Ceci est un exemple de texte.
32080  
32081 \begin_inset Box Boxed
32082 position "c"
32083 hor_pos "c"
32084 has_inner_box 1
32085 inner_pos "c"
32086 use_parbox 0
32087 use_makebox 0
32088 width "12col%"
32089 special "none"
32090 height "1in"
32091 height_special "totalheight"
32092 status collapsed
32093
32094 \begin_layout Plain Layout
32095 \align center
32096 Cette boîte est alignée au centre.
32097 \end_layout
32098
32099 \end_inset
32100
32101  Ceci est un exemple de texte.
32102 \end_layout
32103
32104 \begin_layout Description
32105 Bas Ceci est un exemple de texte.
32106  
32107 \begin_inset Box Boxed
32108 position "b"
32109 hor_pos "c"
32110 has_inner_box 1
32111 inner_pos "c"
32112 use_parbox 0
32113 use_makebox 0
32114 width "12col%"
32115 special "none"
32116 height "1in"
32117 height_special "totalheight"
32118 status collapsed
32119
32120 \begin_layout Plain Layout
32121 \align center
32122 Cette boîte est alignée sur le bas.
32123 \end_layout
32124
32125 \end_inset
32126
32127  Ceci est un exemple de texte.
32128 \end_layout
32129
32130 \begin_layout Standard
32131 \begin_inset Note Greyedout
32132 status open
32133
32134 \begin_layout Plain Layout
32135
32136 \series bold
32137 Note:
32138 \series default
32139  L'alignement vertical peut être perturbé dans la sortie finale quand vous
32140  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
32141  l'autre non.
32142 \end_layout
32143
32144 \end_inset
32145
32146
32147 \end_layout
32148
32149 \begin_layout Standard
32150 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
32151  paragraphe grâce à la fenêtre de dialogue 
32152 \family sans
32153 Paramètres
32154 \begin_inset space ~
32155 \end_inset
32156
32157 de
32158 \begin_inset space ~
32159 \end_inset
32160
32161 Boîte
32162 \family default
32163 .
32164 \end_layout
32165
32166 \begin_layout Standard
32167 \begin_inset VSpace bigskip
32168 \end_inset
32169
32170 Quand vous avez choisi une 
32171 \family sans
32172 Boîte
32173 \begin_inset space ~
32174 \end_inset
32175
32176 Intérieure
32177 \family default
32178 , l'alignement vertical du contenu de la boîte peut être :
32179 \end_layout
32180
32181 \begin_layout Description
32182 haut Ceci est un exemple de texte.
32183 \begin_inset Box Boxed
32184 position "c"
32185 hor_pos "c"
32186 has_inner_box 1
32187 inner_pos "t"
32188 use_parbox 0
32189 use_makebox 0
32190 width "12col%"
32191 special "none"
32192 height "1.5in"
32193 height_special "totalheight"
32194 status collapsed
32195
32196 \begin_layout Plain Layout
32197 \align center
32198 Le texte de cette boîte est aligné sur le haut.
32199 \end_layout
32200
32201 \end_inset
32202
32203  Ceci est un exemple de texte.
32204 \end_layout
32205
32206 \begin_layout Description
32207 milieu Ceci est un exemple de texte.
32208  
32209 \begin_inset Box Boxed
32210 position "c"
32211 hor_pos "c"
32212 has_inner_box 1
32213 inner_pos "c"
32214 use_parbox 0
32215 use_makebox 0
32216 width "12col%"
32217 special "none"
32218 height "1.5in"
32219 height_special "totalheight"
32220 status collapsed
32221
32222 \begin_layout Plain Layout
32223 \align center
32224 Le texte de cette boîte est aligné au centre
32225 \end_layout
32226
32227 \end_inset
32228
32229  Ceci est un exemple de texte.
32230 \end_layout
32231
32232 \begin_layout Description
32233 bas Ceci est un exemple de texte.
32234  
32235 \begin_inset Box Boxed
32236 position "c"
32237 hor_pos "c"
32238 has_inner_box 1
32239 inner_pos "b"
32240 use_parbox 0
32241 use_makebox 0
32242 width "12col%"
32243 special "none"
32244 height "1.5in"
32245 height_special "totalheight"
32246 status collapsed
32247
32248 \begin_layout Plain Layout
32249 \align center
32250 Le texte de cette boîte est aligné en bas.
32251 \end_layout
32252
32253 \end_inset
32254
32255  Ceci est un exemple de texte.
32256 \end_layout
32257
32258 \begin_layout Description
32259 élongation Ceci est un exemple de texte.
32260  
32261 \begin_inset Box Boxed
32262 position "c"
32263 hor_pos "c"
32264 has_inner_box 1
32265 inner_pos "s"
32266 use_parbox 0
32267 use_makebox 0
32268 width "12col%"
32269 special "none"
32270 height "1.5in"
32271 height_special "totalheight"
32272 status collapsed
32273
32274 \begin_layout Plain Layout
32275 \align center
32276 Le texte 
32277 \end_layout
32278
32279 \begin_layout Plain Layout
32280 \align center
32281 de cette
32282 \end_layout
32283
32284 \begin_layout Plain Layout
32285 \align center
32286 boîte est
32287 \end_layout
32288
32289 \begin_layout Plain Layout
32290 \align center
32291 allongé.
32292 \end_layout
32293
32294 \end_inset
32295
32296  Ceci est un exemple de texte.
32297 \end_layout
32298
32299 \begin_layout Standard
32300 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
32301  paragraphe.
32302  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
32303 \end_layout
32304
32305 \begin_layout Standard
32306 \begin_inset VSpace bigskip
32307 \end_inset
32308
32309 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
32310  la fenêtre de dialogue 
32311 \family sans
32312 Paramètres
32313 \begin_inset space ~
32314 \end_inset
32315
32316 de
32317 \begin_inset space ~
32318 \end_inset
32319
32320 paragraphe
32321 \family default
32322  quand vous avez choisi une 
32323 \family sans
32324 Boîte
32325 \begin_inset space ~
32326 \end_inset
32327
32328 Intérieure
32329 \family default
32330 .
32331 \end_layout
32332
32333 \begin_layout Standard
32334 \align center
32335 \begin_inset Box Boxed
32336 position "c"
32337 hor_pos "c"
32338 has_inner_box 1
32339 inner_pos "s"
32340 use_parbox 0
32341 use_makebox 0
32342 width "15col%"
32343 special "none"
32344 height "1.25in"
32345 height_special "totalheight"
32346 status open
32347
32348 \begin_layout Plain Layout
32349 \align left
32350 Le texte de 
32351 \end_layout
32352
32353 \begin_layout Plain Layout
32354 \align left
32355 cette boîte
32356 \end_layout
32357
32358 \begin_layout Plain Layout
32359 \align right
32360 est allongé.
32361 \end_layout
32362
32363 \end_inset
32364
32365
32366 \end_layout
32367
32368 \begin_layout Standard
32369 Si vous n'avez pas choisi une 
32370 \family sans
32371 Boîte
32372 \begin_inset space ~
32373 \end_inset
32374
32375 Intérieure
32376 \family default
32377 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
32378  de dialogue de boîte.
32379 \end_layout
32380
32381 \begin_layout Standard
32382 \align center
32383 \begin_inset Box Boxed
32384 position "c"
32385 hor_pos "s"
32386 has_inner_box 0
32387 inner_pos "s"
32388 use_parbox 0
32389 use_makebox 0
32390 width "90col%"
32391 special "none"
32392 height "1.25in"
32393 height_special "totalheight"
32394 status open
32395
32396 \begin_layout Plain Layout
32397 Le texte de cette boîte est allongé horizontalement.
32398 \end_layout
32399
32400 \end_inset
32401
32402
32403 \end_layout
32404
32405 \begin_layout Subsection
32406 Décorations
32407 \begin_inset CommandInset label
32408 LatexCommand label
32409 name "sec:Décorations"
32410
32411 \end_inset
32412
32413
32414 \begin_inset Index idx
32415 status collapsed
32416
32417 \begin_layout Plain Layout
32418 Boîtes ! Décorations
32419 \end_layout
32420
32421 \end_inset
32422
32423
32424 \end_layout
32425
32426 \begin_layout Standard
32427 On peut spécifier le style de la boîte en utilisant la liste déroulante
32428  
32429 \family sans
32430 Décoration
32431 \family default
32432 .
32433  Les possibilités sont les suivantes :
32434 \end_layout
32435
32436 \begin_layout Description
32437 Aucun
32438 \begin_inset space ~
32439 \end_inset
32440
32441 cadre
32442 \begin_inset space ~
32443 \end_inset
32444
32445 tracé Rien n'est tracé
32446 \end_layout
32447
32448 \begin_layout Description
32449 Cadre
32450 \begin_inset space ~
32451 \end_inset
32452
32453 rectangulaire
32454 \begin_inset space ~
32455 \end_inset
32456
32457 simple Ceci dessine un cadre rectangulaire autour de la boîte.
32458  L'épaisseur du trait de ce cadre est donnée par la variable  
32459 \series bold
32460
32461 \backslash
32462 fboxrule
32463 \series default
32464 .
32465 \begin_inset Newline newline
32466 \end_inset
32467
32468
32469 \begin_inset Box Boxed
32470 position "c"
32471 hor_pos "c"
32472 has_inner_box 1
32473 inner_pos "c"
32474 use_parbox 0
32475 use_makebox 0
32476 width "20col%"
32477 special "none"
32478 height "1in"
32479 height_special "totalheight"
32480 status open
32481
32482 \begin_layout Plain Layout
32483 \align center
32484 Boîte rectangulaire
32485 \end_layout
32486
32487 \end_inset
32488
32489
32490 \end_layout
32491
32492 \begin_layout Description
32493 Cadre
32494 \begin_inset space ~
32495 \end_inset
32496
32497 oval,
32498 \begin_inset space ~
32499 \end_inset
32500
32501 fin Ceci dessine un cadre ovalisée autour de la boîte.
32502  L'épaisseur du trait de ce cadre est de  0.4
32503 \begin_inset space \thinspace{}
32504 \end_inset
32505
32506 pt.
32507  
32508 \begin_inset Box ovalbox
32509 position "c"
32510 hor_pos "c"
32511 has_inner_box 1
32512 inner_pos "c"
32513 use_parbox 0
32514 use_makebox 0
32515 width "20col%"
32516 special "none"
32517 height "1in"
32518 height_special "totalheight"
32519 status open
32520
32521 \begin_layout Plain Layout
32522 \align center
32523 Boîte ovalisée, fine
32524 \end_layout
32525
32526 \end_inset
32527
32528
32529 \end_layout
32530
32531 \begin_layout Description
32532 Cadre
32533 \begin_inset space ~
32534 \end_inset
32535
32536 oval,
32537 \begin_inset space ~
32538 \end_inset
32539
32540 épais Ceci dessine un cadre ovalisée autour de la boîte.
32541  L'épaisseur du trait de ce cadre est de   0.8
32542 \begin_inset space \thinspace{}
32543 \end_inset
32544
32545 pt.
32546  
32547 \begin_inset Box Ovalbox
32548 position "c"
32549 hor_pos "c"
32550 has_inner_box 1
32551 inner_pos "c"
32552 use_parbox 0
32553 use_makebox 0
32554 width "20col%"
32555 special "none"
32556 height "1in"
32557 height_special "totalheight"
32558 status open
32559
32560 \begin_layout Plain Layout
32561 \align center
32562 Boîte ovalisée, épaisse
32563 \end_layout
32564
32565 \end_inset
32566
32567
32568 \end_layout
32569
32570 \begin_layout Description
32571 Ombre
32572 \begin_inset space ~
32573 \end_inset
32574
32575 en
32576 \begin_inset space ~
32577 \end_inset
32578
32579 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
32580  L'épaisseur du trait de ce cadre est donnée par la variable  
32581 \series bold
32582
32583 \backslash
32584 fboxrule
32585 \series default
32586 , l'ombre a une épaisseur de  4
32587 \begin_inset space \thinspace{}
32588 \end_inset
32589
32590 pt.
32591  
32592 \begin_inset Box Shadowbox
32593 position "c"
32594 hor_pos "c"
32595 has_inner_box 1
32596 inner_pos "c"
32597 use_parbox 0
32598 use_makebox 0
32599 width "20col%"
32600 special "none"
32601 height "1in"
32602 height_special "totalheight"
32603 status open
32604
32605 \begin_layout Plain Layout
32606 \align center
32607 Boîte ombrée
32608 \end_layout
32609
32610 \end_inset
32611
32612
32613 \end_layout
32614
32615 \begin_layout Description
32616 Fond
32617 \begin_inset space ~
32618 \end_inset
32619
32620 ombré Ceci dessine une boîte avec un arrière plan rouge.
32621  Contrairement aux boîtes coloriées
32622 \begin_inset Foot
32623 status collapsed
32624
32625 \begin_layout Plain Layout
32626 Voir la section
32627 \begin_inset space ~
32628 \end_inset
32629
32630
32631 \begin_inset CommandInset ref
32632 LatexCommand ref
32633 reference "sec:Boîtes-colorées"
32634
32635 \end_inset
32636
32637 .
32638 \end_layout
32639
32640 \end_inset
32641
32642 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
32643  son propre paragraphe.
32644 \begin_inset Box Shaded
32645 position "t"
32646 hor_pos "c"
32647 has_inner_box 0
32648 inner_pos "t"
32649 use_parbox 0
32650 use_makebox 0
32651 width "50col%"
32652 special "none"
32653 height "1in"
32654 height_special "totalheight"
32655 status open
32656
32657 \begin_layout Plain Layout
32658 Boîte avec fond ombré
32659 \end_layout
32660
32661 \end_inset
32662
32663
32664 \end_layout
32665
32666 \begin_layout Description
32667 Cadre
32668 \begin_inset space ~
32669 \end_inset
32670
32671 rectangulaire
32672 \begin_inset space ~
32673 \end_inset
32674
32675 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
32676  boîte.
32677  L'épaisseur du trait du cadre interne est de 0.75
32678 \begin_inset space \thinspace{}
32679 \end_inset
32680
32681
32682 \series bold
32683
32684 \backslash
32685 fboxrule
32686 \series default
32687 , l'épaisseur du trait du cadre externe est de 1.5
32688 \begin_inset space \thinspace{}
32689 \end_inset
32690
32691
32692 \series bold
32693
32694 \backslash
32695 fboxrule
32696 \series default
32697 .
32698  La distance entre les deux cadres est de  1.5
32699 \begin_inset space \thinspace{}
32700 \end_inset
32701
32702
32703 \series bold
32704
32705 \backslash
32706 fboxrule
32707 \series default
32708
32709 \begin_inset space \thinspace{}
32710 \end_inset
32711
32712 +
32713 \begin_inset space \thinspace{}
32714 \end_inset
32715
32716 0.5
32717 \begin_inset space \thinspace{}
32718 \end_inset
32719
32720 pt.
32721  
32722 \begin_inset Box Doublebox
32723 position "c"
32724 hor_pos "c"
32725 has_inner_box 1
32726 inner_pos "c"
32727 use_parbox 0
32728 use_makebox 0
32729 width "20col%"
32730 special "none"
32731 height "1in"
32732 height_special "totalheight"
32733 status open
32734
32735 \begin_layout Plain Layout
32736 \align center
32737 Boîte double
32738 \end_layout
32739
32740 \end_inset
32741
32742
32743 \end_layout
32744
32745 \begin_layout Standard
32746 \begin_inset VSpace bigskip
32747 \end_inset
32748
32749 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
32750  style de boîte utilisé.
32751  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
32752  le paquetage LaTeX 
32753 \series bold
32754 fancybox
32755 \series default
32756
32757 \begin_inset Index idx
32758 status collapsed
32759
32760 \begin_layout Plain Layout
32761 Paquetages LaTeX ! fancybox
32762 \end_layout
32763
32764 \end_inset
32765
32766 .
32767 \end_layout
32768
32769 \begin_layout Standard
32770 \begin_inset VSpace bigskip
32771 \end_inset
32772
32773 Quand vous utilisez le style de décoration 
32774 \family sans
32775 cadre rectangulaire simple
32776 \family default
32777  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
32778  de la boîte.
32779  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
32780  prendra toute la largeur de la colonne, la boîte sera considérée comme
32781  son propre paragraphe et 
32782 \series bold
32783
32784 \backslash
32785 fboxrule
32786 \series default
32787  et 
32788 \series bold
32789
32790 \backslash
32791 fboxsep
32792 \series default
32793  n'ont aucun effet sur ce type de boîte.
32794  L'épaisseur de la ligne du cadre a la valeur de 
32795 \series bold
32796
32797 \backslash
32798 FrameRule
32799 \series default
32800 .
32801  
32802 \begin_inset Box Framed
32803 position "t"
32804 hor_pos "c"
32805 has_inner_box 0
32806 inner_pos "t"
32807 use_parbox 0
32808 use_makebox 0
32809 width "100col%"
32810 special "none"
32811 height "1in"
32812 height_special "totalheight"
32813 status collapsed
32814
32815 \begin_layout Plain Layout
32816 Boîte avec cadre simple et sauts de page
32817 \end_layout
32818
32819 \end_inset
32820
32821
32822 \end_layout
32823
32824 \begin_layout Section
32825 Personnalisation des boîtes
32826 \begin_inset Index idx
32827 status collapsed
32828
32829 \begin_layout Plain Layout
32830 Boîtes! Personnalisation
32831 \end_layout
32832
32833 \end_inset
32834
32835
32836 \end_layout
32837
32838 \begin_layout Standard
32839 La valeur implicite pour la variable 
32840 \series bold
32841
32842 \backslash
32843 fboxrule
32844 \series default
32845  est 0.4
32846 \begin_inset space \thinspace{}
32847 \end_inset
32848
32849 pt.
32850  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
32851  pour avoir 2
32852 \begin_inset space \thinspace{}
32853 \end_inset
32854
32855 pt :
32856 \end_layout
32857
32858 \begin_layout Standard
32859
32860 \series bold
32861
32862 \backslash
32863 setlength{
32864 \backslash
32865 fboxrule}{2pt}
32866 \end_layout
32867
32868 \begin_layout Standard
32869 \begin_inset ERT
32870 status collapsed
32871
32872 \begin_layout Plain Layout
32873
32874
32875 \backslash
32876 setlength{
32877 \backslash
32878 fboxrule}{2pt}
32879 \end_layout
32880
32881 \end_inset
32882
32883
32884 \begin_inset Box Boxed
32885 position "c"
32886 hor_pos "c"
32887 has_inner_box 1
32888 inner_pos "c"
32889 use_parbox 0
32890 use_makebox 0
32891 width "25col%"
32892 special "none"
32893 height "1in"
32894 height_special "totalheight"
32895 status open
32896
32897 \begin_layout Plain Layout
32898 \align center
32899 Boîte rectangulaire avec 
32900 \series bold
32901
32902 \backslash
32903 fboxrule
32904 \series default
32905
32906 \begin_inset space \thinspace{}
32907 \end_inset
32908
32909 =
32910 \begin_inset space \thinspace{}
32911 \end_inset
32912
32913 2
32914 \begin_inset space \thinspace{}
32915 \end_inset
32916
32917 pt
32918 \end_layout
32919
32920 \end_inset
32921
32922
32923 \begin_inset ERT
32924 status collapsed
32925
32926 \begin_layout Plain Layout
32927
32928
32929 \backslash
32930 setlength{
32931 \backslash
32932 fboxrule}{0.4pt}
32933 \end_layout
32934
32935 \end_inset
32936
32937
32938 \end_layout
32939
32940 \begin_layout Standard
32941 \begin_inset VSpace bigskip
32942 \end_inset
32943
32944 L'espace entre le cadre et le contenu de la boîte est le même pour tous
32945  les types de cadres, implicitement il est de 3
32946 \begin_inset space \thinspace{}
32947 \end_inset
32948
32949 pt.
32950  Vous pouvez le modifier en donnant une autre valeur à la variable 
32951 \series bold
32952
32953 \backslash
32954 fboxsep
32955 \series default
32956 .
32957  Par exemple la commande
32958 \end_layout
32959
32960 \begin_layout Standard
32961
32962 \series bold
32963
32964 \backslash
32965 setlength{
32966 \backslash
32967 fboxsep}{10pt}
32968 \end_layout
32969
32970 \begin_layout Standard
32971 met une valeur de 10
32972 \begin_inset space \thinspace{}
32973 \end_inset
32974
32975 pt, comme celle utilisée pour cette boîte :
32976 \end_layout
32977
32978 \begin_layout Standard
32979 \begin_inset ERT
32980 status collapsed
32981
32982 \begin_layout Plain Layout
32983
32984
32985 \backslash
32986 setlength{
32987 \backslash
32988 fboxsep}{10pt}
32989 \end_layout
32990
32991 \end_inset
32992
32993
32994 \begin_inset Box Boxed
32995 position "c"
32996 hor_pos "c"
32997 has_inner_box 1
32998 inner_pos "c"
32999 use_parbox 0
33000 use_makebox 0
33001 width "25col%"
33002 special "none"
33003 height "1in"
33004 height_special "totalheight"
33005 status open
33006
33007 \begin_layout Plain Layout
33008 \align center
33009 Boîte rectangulaire avec 
33010 \series bold
33011
33012 \backslash
33013 fboxsep
33014 \series default
33015
33016 \begin_inset space \thinspace{}
33017 \end_inset
33018
33019 =
33020 \begin_inset space \thinspace{}
33021 \end_inset
33022
33023 10
33024 \begin_inset space \thinspace{}
33025 \end_inset
33026
33027 pt
33028 \end_layout
33029
33030 \end_inset
33031
33032
33033 \begin_inset ERT
33034 status collapsed
33035
33036 \begin_layout Plain Layout
33037
33038
33039 \backslash
33040 setlength{
33041 \backslash
33042 fboxsep}{3pt}
33043 \end_layout
33044
33045 \end_inset
33046
33047
33048 \end_layout
33049
33050 \begin_layout Standard
33051 \begin_inset VSpace bigskip
33052 \end_inset
33053
33054 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
33055  la commande 
33056 \series bold
33057
33058 \backslash
33059 cornersize
33060 \series default
33061 .
33062  Par exemple, la commande
33063 \end_layout
33064
33065 \begin_layout Standard
33066
33067 \series bold
33068
33069 \backslash
33070 cornersize*{1cm}
33071 \end_layout
33072
33073 \begin_layout Standard
33074 donne un diamètre de 1
33075 \begin_inset space \thinspace{}
33076 \end_inset
33077
33078 cm.
33079  La commande
33080 \end_layout
33081
33082 \begin_layout Standard
33083
33084 \series bold
33085
33086 \backslash
33087 cornersize{num}
33088 \end_layout
33089
33090 \begin_layout Standard
33091 fixe le diamètre à 
33092 \family sans
33093 num
33094 \begin_inset space \thinspace{}
33095 \end_inset
33096
33097 ×
33098 \begin_inset space \thinspace{}
33099 \end_inset
33100
33101 minimum(largeur et hauteur de la boîte)
33102 \family default
33103 .
33104  La valeur implicite est 
33105 \series bold
33106
33107 \backslash
33108 cornersize{0.5}
33109 \series default
33110 .
33111 \end_layout
33112
33113 \begin_layout Standard
33114 \begin_inset ERT
33115 status collapsed
33116
33117 \begin_layout Plain Layout
33118
33119
33120 \backslash
33121 cornersize*{1.5cm}
33122 \end_layout
33123
33124 \end_inset
33125
33126
33127 \begin_inset Box Ovalbox
33128 position "c"
33129 hor_pos "c"
33130 has_inner_box 1
33131 inner_pos "c"
33132 use_parbox 0
33133 use_makebox 0
33134 width "25col%"
33135 special "none"
33136 height "1in"
33137 height_special "totalheight"
33138 status open
33139
33140 \begin_layout Plain Layout
33141 \align center
33142 Boîte ovale avec 
33143 \series bold
33144
33145 \backslash
33146 cornersize
33147 \series default
33148
33149 \begin_inset space \thinspace{}
33150 \end_inset
33151
33152 =
33153 \begin_inset space \thinspace{}
33154 \end_inset
33155
33156 1.5
33157 \begin_inset space \thinspace{}
33158 \end_inset
33159
33160 cm
33161 \end_layout
33162
33163 \end_inset
33164
33165
33166 \begin_inset ERT
33167 status collapsed
33168
33169 \begin_layout Plain Layout
33170
33171
33172 \backslash
33173 cornersize{0.5}
33174 \end_layout
33175
33176 \end_inset
33177
33178
33179 \end_layout
33180
33181 \begin_layout Standard
33182 \begin_inset VSpace bigskip
33183 \end_inset
33184
33185 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
33186  
33187 \series bold
33188
33189 \backslash
33190 shadowsize
33191 \series default
33192 .
33193  Elle est fixée à 2
33194 \begin_inset space \thinspace{}
33195 \end_inset
33196
33197 pt pour la boîte suivante par la commande :
33198 \end_layout
33199
33200 \begin_layout Standard
33201
33202 \series bold
33203
33204 \backslash
33205 setlength{
33206 \backslash
33207 shadowsize}{2pt}
33208 \end_layout
33209
33210 \begin_layout Standard
33211 \begin_inset ERT
33212 status collapsed
33213
33214 \begin_layout Plain Layout
33215
33216
33217 \backslash
33218 setlength{
33219 \backslash
33220 shadowsize}{2pt}
33221 \end_layout
33222
33223 \end_inset
33224
33225
33226 \begin_inset Box Shadowbox
33227 position "c"
33228 hor_pos "c"
33229 has_inner_box 1
33230 inner_pos "c"
33231 use_parbox 0
33232 use_makebox 0
33233 width "25col%"
33234 special "none"
33235 height "1in"
33236 height_special "totalheight"
33237 status open
33238
33239 \begin_layout Plain Layout
33240 \align center
33241 Boîte ombrée avec 
33242 \series bold
33243
33244 \backslash
33245 shadowsize
33246 \series default
33247
33248 \begin_inset space \thinspace{}
33249 \end_inset
33250
33251 =
33252 \begin_inset space \thinspace{}
33253 \end_inset
33254
33255 2
33256 \begin_inset space \thinspace{}
33257 \end_inset
33258
33259 pt
33260 \end_layout
33261
33262 \end_inset
33263
33264
33265 \begin_inset ERT
33266 status collapsed
33267
33268 \begin_layout Plain Layout
33269
33270
33271 \backslash
33272 setlength{
33273 \backslash
33274 shadowsize}{4pt}
33275 \end_layout
33276
33277 \end_inset
33278
33279
33280 \end_layout
33281
33282 \begin_layout Standard
33283 \begin_inset VSpace bigskip
33284 \end_inset
33285
33286
33287 \end_layout
33288
33289 \begin_layout Standard
33290 La valeur implicite pour la longueur 
33291 \series bold
33292
33293 \backslash
33294 FrameRule
33295 \series default
33296  est 0,4
33297 \begin_inset space \thinspace{}
33298 \end_inset
33299
33300 pt.
33301  L'espacement implicite entre le contenu de la note et le cadre est de 9
33302 \begin_inset space \thinspace{}
33303 \end_inset
33304
33305 pt et il peut être modifié en utilisant la valeur de 
33306 \series bold
33307
33308 \backslash
33309 FrameSep
33310 \series default
33311 .
33312  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
33313  suivantes en code TeX
33314 \end_layout
33315
33316 \begin_layout Standard
33317
33318 \series bold
33319
33320 \backslash
33321 setlength{
33322 \backslash
33323 FrameRule}{5pt}
33324 \begin_inset Newline newline
33325 \end_inset
33326
33327
33328 \backslash
33329 setlength{
33330 \backslash
33331 FrameSep}{0.5cm}
33332 \end_layout
33333
33334 \begin_layout Standard
33335 \begin_inset ERT
33336 status collapsed
33337
33338 \begin_layout Plain Layout
33339
33340
33341 \backslash
33342 setlength{
33343 \backslash
33344 FrameRule}{5pt}
33345 \end_layout
33346
33347 \begin_layout Plain Layout
33348
33349
33350 \backslash
33351 setlength{
33352 \backslash
33353 FrameSep}{0.5cm}
33354 \end_layout
33355
33356 \end_inset
33357
33358
33359 \begin_inset Box Framed
33360 position "t"
33361 hor_pos "c"
33362 has_inner_box 0
33363 inner_pos "t"
33364 use_parbox 0
33365 use_makebox 0
33366 width "100col%"
33367 special "none"
33368 height "1in"
33369 height_special "totalheight"
33370 status open
33371
33372 \begin_layout Plain Layout
33373 Ceci est un texte dans une boîte autorisant les 
33374 \family sans
33375 sauts de page
33376 \family default
33377 .
33378 \end_layout
33379
33380 \end_inset
33381
33382
33383 \begin_inset ERT
33384 status collapsed
33385
33386 \begin_layout Plain Layout
33387
33388
33389 \backslash
33390 setlength{
33391 \backslash
33392 FrameRule}{0.4pt}
33393 \end_layout
33394
33395 \begin_layout Plain Layout
33396
33397
33398 \backslash
33399 setlength{
33400 \backslash
33401 FrameSep}{9pt}
33402 \end_layout
33403
33404 \end_inset
33405
33406
33407 \end_layout
33408
33409 \begin_layout Standard
33410 \begin_inset VSpace bigskip
33411 \end_inset
33412
33413
33414 \end_layout
33415
33416 \begin_layout Standard
33417 Pour les boîtes à 
33418 \family sans
33419 Fond
33420 \begin_inset space ~
33421 \end_inset
33422
33423 ombré
33424 \family default
33425 , l'espacement implicite entre le contenu de la boîte et son cadre est de
33426  3
33427 \begin_inset space \thinspace{}
33428 \end_inset
33429
33430 pt et il peut être modifié avec la valeur de 
33431 \series bold
33432
33433 \backslash
33434 fboxsep
33435 \series default
33436 .
33437  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
33438  localement avec la commande 
33439 \series bold
33440
33441 \backslash
33442 definecolor{shadecolor}
33443 \series default
33444 , soit globalement avec le menu 
33445 \family sans
33446 Outils\SpecialChar \menuseparator
33447 Préférences
33448 \family default
33449 \SpecialChar \menuseparator
33450
33451 \family sans
33452 Couleurs\SpecialChar \menuseparator
33453 boîte
33454 \begin_inset space ~
33455 \end_inset
33456
33457 ombrée
33458 \family default
33459 .
33460  La syntaxe de la commande 
33461 \series bold
33462
33463 \backslash
33464 definecolor
33465 \series default
33466  est expliquée dans la section
33467 \begin_inset space ~
33468 \end_inset
33469
33470
33471 \begin_inset CommandInset ref
33472 LatexCommand ref
33473 reference "sec:Tableaux-Colorés"
33474
33475 \end_inset
33476
33477
33478 \begin_inset Foot
33479 status collapsed
33480
33481 \begin_layout Plain Layout
33482 Notez que l'utilisation de 
33483 \series bold
33484
33485 \backslash
33486 definecolor
33487 \series default
33488  ne peut se faire sans le paquetage LaTeX 
33489 \series bold
33490 color
33491 \series default
33492  dans le préambule, voir la section
33493 \begin_inset space ~
33494 \end_inset
33495
33496
33497 \begin_inset CommandInset ref
33498 LatexCommand ref
33499 reference "sec:Boîtes-colorées"
33500
33501 \end_inset
33502
33503 .
33504  
33505 \end_layout
33506
33507 \end_inset
33508
33509 .
33510 \end_layout
33511
33512 \begin_layout Standard
33513 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
33514  les commandes en code TeX suivantes
33515 \end_layout
33516
33517 \begin_layout Standard
33518
33519 \series bold
33520
33521 \backslash
33522 setlength{
33523 \backslash
33524 fboxsep}{0.5cm}
33525 \series default
33526
33527 \begin_inset Newline newline
33528 \end_inset
33529
33530
33531 \series bold
33532
33533 \backslash
33534 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33535 \end_layout
33536
33537 \begin_layout Standard
33538 \begin_inset ERT
33539 status collapsed
33540
33541 \begin_layout Plain Layout
33542
33543
33544 \backslash
33545 setlength{
33546 \backslash
33547 fboxsep}{0.5cm}
33548 \end_layout
33549
33550 \begin_layout Plain Layout
33551
33552
33553 \backslash
33554 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33555 \end_layout
33556
33557 \end_inset
33558
33559
33560 \begin_inset Box Shaded
33561 position "t"
33562 hor_pos "c"
33563 has_inner_box 0
33564 inner_pos "t"
33565 use_parbox 0
33566 use_makebox 0
33567 width "100col%"
33568 special "none"
33569 height "1in"
33570 height_special "totalheight"
33571 status open
33572
33573 \begin_layout Plain Layout
33574
33575 \color yellow
33576 Ceci est un texte jaune dans une boîte à 
33577 \family sans
33578 Fond
33579 \begin_inset space ~
33580 \end_inset
33581
33582 ombré
33583 \family default
33584 \color inherit
33585  
33586 \color yellow
33587 avec un fond vert foncé.
33588 \end_layout
33589
33590 \end_inset
33591
33592
33593 \begin_inset ERT
33594 status collapsed
33595
33596 \begin_layout Plain Layout
33597
33598
33599 \backslash
33600 setlength{
33601 \backslash
33602 fboxsep}{3pt}
33603 \end_layout
33604
33605 \begin_layout Plain Layout
33606
33607
33608 \backslash
33609 definecolor{shadecolor}{rgb}{1,0,0}
33610 \end_layout
33611
33612 \end_inset
33613
33614
33615 \end_layout
33616
33617 \begin_layout Standard
33618 \begin_inset VSpace bigskip
33619 \end_inset
33620
33621
33622 \end_layout
33623
33624 \begin_layout Standard
33625 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
33626  les boîtes qui suivent la commandes qui les a changées.
33627 \end_layout
33628
33629 \begin_layout Section
33630 Minipages
33631 \begin_inset CommandInset label
33632 LatexCommand label
33633 name "sec:Minipages"
33634
33635 \end_inset
33636
33637
33638 \begin_inset Index idx
33639 status collapsed
33640
33641 \begin_layout Plain Layout
33642 Boîtes ! Minipages
33643 \end_layout
33644
33645 \end_inset
33646
33647
33648 \end_layout
33649
33650 \begin_layout Standard
33651 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
33652 ur d'une page.
33653  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
33654  règles d'indentation, de saut de ligne, etc.
33655  s'appliquent.
33656 \end_layout
33657
33658 \begin_layout Standard
33659 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
33660  langues.
33661 \end_layout
33662
33663 \begin_layout Standard
33664 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
33665  Leur largeur est fixée à 45
33666 \begin_inset space \thinspace{}
33667 \end_inset
33668
33669 col% et elles sont séparées par un ressort horizontal, qui a été inséré
33670  via le menu 
33671 \family sans
33672 Insérer\SpecialChar \menuseparator
33673 Typographie
33674 \begin_inset space ~
33675 \end_inset
33676
33677 spéciale\SpecialChar \menuseparator
33678 Ressort
33679 \begin_inset space ~
33680 \end_inset
33681
33682 Horizontal
33683 \family default
33684 .
33685 \end_layout
33686
33687 \begin_layout Standard
33688 \begin_inset Box Frameless
33689 position "t"
33690 hor_pos "c"
33691 has_inner_box 1
33692 inner_pos "c"
33693 use_parbox 0
33694 use_makebox 0
33695 width "45col%"
33696 special "none"
33697 height "1in"
33698 height_special "totalheight"
33699 status open
33700
33701 \begin_layout Plain Layout
33702
33703 \lang ngerman
33704 Dies ist ein deutscher Text.
33705  Dies ist ein deutscher Text.
33706  Dies ist ein deutscher Text.
33707  Dies ist ein deutscher Text.
33708  Dies ist ein deutscher Text.
33709  Dies ist ein deutscher Text.
33710  Dies ist ein deutscher Text.
33711  Dies ist ein deutscher Text.
33712  Dies ist ein deutscher Text.
33713  Dies ist ein deutscher Text.
33714  Dies ist ein deutscher Text.
33715  Dies ist ein deutscher Text.
33716  Dies ist ein deutscher Text
33717 \begin_inset Foot
33718 status collapsed
33719
33720 \begin_layout Plain Layout
33721
33722 \lang ngerman
33723 Dies ist eine deutsche Fußnote.
33724 \end_layout
33725
33726 \end_inset
33727
33728 .
33729  Dies ist ein deutscher Text.
33730  Dies ist ein deutscher Text.
33731 \end_layout
33732
33733 \end_inset
33734
33735
33736 \begin_inset space \hfill{}
33737 \end_inset
33738
33739
33740 \begin_inset Box Frameless
33741 position "t"
33742 hor_pos "c"
33743 has_inner_box 1
33744 inner_pos "c"
33745 use_parbox 0
33746 use_makebox 0
33747 width "45col%"
33748 special "none"
33749 height "1in"
33750 height_special "totalheight"
33751 status open
33752
33753 \begin_layout Plain Layout
33754
33755 \lang english
33756 This is an English Text.
33757  This is an English Text.
33758  This is an English Text.
33759  This is an English Text.
33760  This is an English Text.
33761  This is an English Text.
33762  This is an English Text.
33763  This is an English Text.
33764  This is an English Text.
33765  This is an English Text.
33766  This is an English Text.
33767  This is an English Text.
33768  This is an English Text.
33769  This is an English Text.
33770  This is an English Text.
33771  This is an English Text.
33772 \begin_inset Foot
33773 status collapsed
33774
33775 \begin_layout Plain Layout
33776
33777 \lang english
33778 This is an English footnote.
33779 \end_layout
33780
33781 \end_inset
33782
33783  This is an English Text.
33784 \end_layout
33785
33786 \end_inset
33787
33788
33789 \end_layout
33790
33791 \begin_layout Standard
33792 \begin_inset VSpace bigskip
33793 \end_inset
33794
33795 Les paramètres globaux du document sont ignorés au sein d'une minipage.
33796  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
33797  minipages, même si vous les avez mis par exemple à 
33798 \family sans
33799 Moyen
33800 \family default
33801  dans les paramètres du document.
33802 \end_layout
33803
33804 \begin_layout Standard
33805 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
33806  portion de texte, voyez la section
33807 \begin_inset space ~
33808 \end_inset
33809
33810
33811 \begin_inset CommandInset ref
33812 LatexCommand ref
33813 reference "sub:Couleur-pour-les-Paragraphes"
33814
33815 \end_inset
33816
33817 .
33818 \end_layout
33819
33820 \begin_layout Standard
33821 \begin_inset Note Greyedout
33822 status open
33823
33824 \begin_layout Plain Layout
33825
33826 \series bold
33827 Note:
33828 \series default
33829  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
33830  mais les minipages peuvent être utilisées dans un tableau, un flottant
33831  ou une autre boîte.
33832 \end_layout
33833
33834 \end_inset
33835
33836
33837 \end_layout
33838
33839 \begin_layout Section
33840 Les parboxes
33841 \begin_inset CommandInset label
33842 LatexCommand label
33843 name "sec:Parboxes"
33844
33845 \end_inset
33846
33847
33848 \begin_inset Index idx
33849 status collapsed
33850
33851 \begin_layout Plain Layout
33852 Boîtes ! Parboxes
33853 \end_layout
33854
33855 \end_inset
33856
33857
33858 \end_layout
33859
33860 \begin_layout Standard
33861 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
33862  ne peuvent avoir de note de bas de page.
33863 \end_layout
33864
33865 \begin_layout Standard
33866 \align center
33867 \begin_inset Box Frameless
33868 position "t"
33869 hor_pos "c"
33870 has_inner_box 1
33871 inner_pos "t"
33872 use_parbox 1
33873 use_makebox 0
33874 width "33col%"
33875 special "none"
33876 height "1in"
33877 height_special "totalheight"
33878 status open
33879
33880 \begin_layout Plain Layout
33881 Ceci est un texte à l'intérieur d'une parbox.
33882  Ceci est un texte à l'intérieur d'une parbox.
33883 \end_layout
33884
33885 \begin_layout Plain Layout
33886 Cette note de bas de page ne devrait pas apparaître :
33887 \begin_inset Foot
33888 status open
33889
33890 \begin_layout Plain Layout
33891 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
33892  pas.
33893 \end_layout
33894
33895 \end_inset
33896
33897
33898 \end_layout
33899
33900 \end_inset
33901
33902
33903 \end_layout
33904
33905 \begin_layout Section
33906 Des boîtes pour les mots et les caractères
33907 \begin_inset Index idx
33908 status collapsed
33909
33910 \begin_layout Plain Layout
33911 Boîtes ! Pour les caractères
33912 \end_layout
33913
33914 \end_inset
33915
33916
33917 \end_layout
33918
33919 \begin_layout Subsection
33920 Empêcher la césure
33921 \begin_inset CommandInset label
33922 LatexCommand label
33923 name "sec:Empêcher-césure"
33924
33925 \end_inset
33926
33927
33928 \begin_inset Index idx
33929 status collapsed
33930
33931 \begin_layout Plain Layout
33932 Boîtes ! Pour empêcher la césure
33933 \end_layout
33934
33935 \end_inset
33936
33937
33938 \end_layout
33939
33940 \begin_layout Standard
33941 Vous pouvez utiliser une boîte de type 
33942 \family sans
33943 Makebox
33944 \family default
33945  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
33946 \begin_inset Newline newline
33947 \end_inset
33948
33949 Voici un exemple de texte :
33950 \end_layout
33951
33952 \begin_layout Standard
33953 Cette ligne est un exemple comment vous pouvez empêcher une césure
33954 \begin_inset space ~
33955 \end_inset
33956
33957
33958 \begin_inset Quotes eld
33959 \end_inset
33960
33961 motTrèsTrèsLong
33962 \begin_inset Quotes erd
33963 \end_inset
33964
33965
33966 \end_layout
33967
33968 \begin_layout Standard
33969 Pour empêcher que le mot 
33970 \begin_inset Quotes eld
33971 \end_inset
33972
33973 motTrèsTrèsLong
33974 \begin_inset Quotes erd
33975 \end_inset
33976
33977  soit coupé, mettez le mot dans une boîte, mettez 
33978 \family sans
33979 Boîte
33980 \begin_inset space ~
33981 \end_inset
33982
33983 intérieure
33984 \family default
33985  à 
33986 \family sans
33987 Makebox
33988 \family default
33989  et sa largeur à 1
33990 \begin_inset space \thinspace{}
33991 \end_inset
33992
33993 Largeur.
33994 \end_layout
33995
33996 \begin_layout Standard
33997 Voici le résultat :
33998 \end_layout
33999
34000 \begin_layout Standard
34001 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
34002 \begin_inset Box Frameless
34003 position "t"
34004 hor_pos "c"
34005 has_inner_box 1
34006 inner_pos "t"
34007 use_parbox 0
34008 use_makebox 1
34009 width "1in"
34010 special "width"
34011 height "1in"
34012 height_special "totalheight"
34013 status open
34014
34015 \begin_layout Plain Layout
34016 motTrèsTrèsLong
34017 \end_layout
34018
34019 \end_inset
34020
34021
34022 \end_layout
34023
34024 \begin_layout Standard
34025 Une autre méthode consiste à mettre la commande 
34026 \begin_inset Quotes eld
34027 \end_inset
34028
34029
34030 \series bold
34031
34032 \backslash
34033 -
34034 \series default
34035
34036 \begin_inset Quotes grd
34037 \end_inset
34038
34039  en code TeX, juste avant le mot :
34040 \end_layout
34041
34042 \begin_layout Standard
34043 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
34044 \begin_inset Quotes eld
34045 \end_inset
34046
34047
34048 \begin_inset ERT
34049 status collapsed
34050
34051 \begin_layout Plain Layout
34052
34053
34054 \backslash
34055 -
34056 \end_layout
34057
34058 \end_inset
34059
34060 motTrèsTrèsLong
34061 \begin_inset Quotes erd
34062 \end_inset
34063
34064
34065 \end_layout
34066
34067 \begin_layout Standard
34068 Bien sûr, maintenant le mot dépasse dans la marge latérale.
34069  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
34070 \family sans
34071 Insérer\SpecialChar \menuseparator
34072 Typographie
34073 \begin_inset space ~
34074 \end_inset
34075
34076 spéciale\SpecialChar \menuseparator
34077 Passage
34078 \begin_inset space ~
34079 \end_inset
34080
34081 à
34082 \begin_inset space ~
34083 \end_inset
34084
34085 la
34086 \begin_inset space ~
34087 \end_inset
34088
34089 Ligne
34090 \family default
34091  (raccourci 
34092 \family sans
34093 Ctrl-Entrée
34094 \family default
34095 ) :
34096 \end_layout
34097
34098 \begin_layout Standard
34099 Cette ligne est un exemple comment vous pouvez empêcher une césure:
34100 \begin_inset Newline newline
34101 \end_inset
34102
34103
34104 \begin_inset Box Frameless
34105 position "t"
34106 hor_pos "c"
34107 has_inner_box 1
34108 inner_pos "t"
34109 use_parbox 0
34110 use_makebox 1
34111 width "1in"
34112 special "width"
34113 height "1in"
34114 height_special "totalheight"
34115 status open
34116
34117 \begin_layout Plain Layout
34118 \begin_inset Quotes eld
34119 \end_inset
34120
34121 motTrèsTrèsLong
34122 \begin_inset Quotes erd
34123 \end_inset
34124
34125
34126 \end_layout
34127
34128 \end_inset
34129
34130
34131 \end_layout
34132
34133 \begin_layout Subsection
34134 Alignement vertical
34135 \begin_inset CommandInset label
34136 LatexCommand label
34137 name "sub:Alignement-Vertical"
34138
34139 \end_inset
34140
34141
34142 \begin_inset Index idx
34143 status collapsed
34144
34145 \begin_layout Plain Layout
34146 Boîtes ! Pour l'alignement vertical
34147 \end_layout
34148
34149 \end_inset
34150
34151
34152 \begin_inset Index idx
34153 status collapsed
34154
34155 \begin_layout Plain Layout
34156 Boîtes ! Boîtes élévatrices
34157 \end_layout
34158
34159 \end_inset
34160
34161
34162 \begin_inset Index idx
34163 status collapsed
34164
34165 \begin_layout Plain Layout
34166 Raisebox|see
34167 \begin_inset ERT
34168 status collapsed
34169
34170 \begin_layout Plain Layout
34171
34172 {
34173 \end_layout
34174
34175 \end_inset
34176
34177 Boîtes élévatrices
34178 \begin_inset ERT
34179 status collapsed
34180
34181 \begin_layout Plain Layout
34182
34183 }
34184 \end_layout
34185
34186 \end_inset
34187
34188
34189 \end_layout
34190
34191 \end_inset
34192
34193
34194 \end_layout
34195
34196 \begin_layout Standard
34197 Avec la commande 
34198 \series bold
34199
34200 \backslash
34201 raisebox
34202 \series default
34203  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
34204  par rapport au texte qui l'entoure.
34205  La commande
34206 \series bold
34207  
34208 \backslash
34209 raisebox
34210 \series default
34211  s'utilise en suivant la syntaxe suivante :
34212 \end_layout
34213
34214 \begin_layout Standard
34215
34216 \series bold
34217
34218 \backslash
34219 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
34220 \end_layout
34221
34222 \begin_layout Standard
34223 Le déplacement peut être une valeur positive pour élever la boîte ou négative
34224  pour l'abaisser.
34225 \end_layout
34226
34227 \begin_layout Standard
34228 Pour aligner le mot 
34229 \begin_inset Quotes eld
34230 \end_inset
34231
34232 empêcher
34233 \begin_inset Quotes erd
34234 \end_inset
34235
34236  de façon à ce que le point le plus bas du caractère le plus 
34237 \begin_inset Quotes eld
34238 \end_inset
34239
34240 profond
34241 \begin_inset Quotes erd
34242 \end_inset
34243
34244 , le 
34245 \begin_inset Quotes eld
34246 \end_inset
34247
34248 p
34249 \begin_inset Quotes erd
34250 \end_inset
34251
34252 , soit au niveau de la ligne de base, insérez la commande 
34253 \end_layout
34254
34255 \begin_layout Standard
34256
34257 \series bold
34258
34259 \backslash
34260 raisebox{
34261 \backslash
34262 depth}{
34263 \end_layout
34264
34265 \begin_layout Standard
34266 en code TeX avant le mot.
34267  Insérez après le mot l'accolade fermante 
34268 \begin_inset Quotes eld
34269 \end_inset
34270
34271
34272 \series bold
34273 }
34274 \series default
34275
34276 \begin_inset Quotes erd
34277 \end_inset
34278
34279  en code TeX.
34280 \begin_inset Newline newline
34281 \end_inset
34282
34283 Voici le résultat :
34284 \end_layout
34285
34286 \begin_layout Standard
34287 Cette ligne de texte contient le mot 
34288 \begin_inset ERT
34289 status collapsed
34290
34291 \begin_layout Plain Layout
34292
34293
34294 \backslash
34295 raisebox{
34296 \backslash
34297 depth}{
34298 \end_layout
34299
34300 \end_inset
34301
34302
34303 \begin_inset Quotes eld
34304 \end_inset
34305
34306 empêcher
34307 \begin_inset Quotes erd
34308 \end_inset
34309
34310
34311 \begin_inset ERT
34312 status collapsed
34313
34314 \begin_layout Plain Layout
34315
34316 }
34317 \end_layout
34318
34319 \end_inset
34320
34321  comme mot élevé.
34322 \end_layout
34323
34324 \begin_layout Standard
34325 \begin_inset VSpace bigskip
34326 \end_inset
34327
34328 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
34329  entre les lignes va être agrandie :
34330 \end_layout
34331
34332 \begin_layout Standard
34333 Cette ligne de texte contient le mot
34334 \begin_inset ERT
34335 status collapsed
34336
34337 \begin_layout Plain Layout
34338
34339
34340 \backslash
34341 raisebox{-
34342 \backslash
34343 depth}{
34344 \end_layout
34345
34346 \end_inset
34347
34348
34349 \begin_inset Quotes eld
34350 \end_inset
34351
34352 empêcher
34353 \begin_inset Quotes erd
34354 \end_inset
34355
34356
34357 \begin_inset ERT
34358 status collapsed
34359
34360 \begin_layout Plain Layout
34361
34362 }
34363 \end_layout
34364
34365 \end_inset
34366
34367  comme mot abaissé.
34368 \begin_inset Newline newline
34369 \end_inset
34370
34371 Cette ligne de texte contient le mot 
34372 \begin_inset ERT
34373 status collapsed
34374
34375 \begin_layout Plain Layout
34376
34377
34378 \backslash
34379 raisebox{0.5cm}{
34380 \end_layout
34381
34382 \end_inset
34383
34384
34385 \begin_inset Quotes eld
34386 \end_inset
34387
34388 tester
34389 \begin_inset Quotes erd
34390 \end_inset
34391
34392
34393 \begin_inset ERT
34394 status collapsed
34395
34396 \begin_layout Plain Layout
34397
34398 }
34399 \end_layout
34400
34401 \end_inset
34402
34403  comme mot élevé.
34404 \end_layout
34405
34406 \begin_layout Standard
34407 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
34408  mettez la hauteur de la boîte à zéro.
34409  Par exemple utilisez
34410 \end_layout
34411
34412 \begin_layout Standard
34413
34414 \series bold
34415
34416 \backslash
34417 raisebox{-
34418 \backslash
34419 depth}[0pt]{
34420 \end_layout
34421
34422 \begin_layout Standard
34423 Cette ligne de texte contient le mot
34424 \begin_inset ERT
34425 status collapsed
34426
34427 \begin_layout Plain Layout
34428
34429
34430 \backslash
34431 raisebox{-
34432 \backslash
34433 depth}[0pt]{
34434 \end_layout
34435
34436 \end_inset
34437
34438
34439 \begin_inset Quotes eld
34440 \end_inset
34441
34442 empêcher
34443 \begin_inset Quotes erd
34444 \end_inset
34445
34446
34447 \begin_inset ERT
34448 status collapsed
34449
34450 \begin_layout Plain Layout
34451
34452 }
34453 \end_layout
34454
34455 \end_inset
34456
34457  comme mot abaissé.
34458 \begin_inset Newline newline
34459 \end_inset
34460
34461 Cette ligne de texte contient le mot 
34462 \begin_inset ERT
34463 status collapsed
34464
34465 \begin_layout Plain Layout
34466
34467
34468 \backslash
34469 raisebox{0.5cm}[0pt]{
34470 \end_layout
34471
34472 \end_inset
34473
34474
34475 \begin_inset Quotes eld
34476 \end_inset
34477
34478 tester
34479 \begin_inset Quotes erd
34480 \end_inset
34481
34482
34483 \begin_inset ERT
34484 status collapsed
34485
34486 \begin_layout Plain Layout
34487
34488 }
34489 \end_layout
34490
34491 \end_inset
34492
34493  comme mot élevé.
34494 \end_layout
34495
34496 \begin_layout Section
34497 Boîtes colorées
34498 \begin_inset CommandInset label
34499 LatexCommand label
34500 name "sec:Boîtes-colorées"
34501
34502 \end_inset
34503
34504
34505 \begin_inset Index idx
34506 status collapsed
34507
34508 \begin_layout Plain Layout
34509 Boîtes ! Couleur
34510 \end_layout
34511
34512 \end_inset
34513
34514
34515 \end_layout
34516
34517 \begin_layout Subsection
34518 De la couleur pour le texte
34519 \begin_inset Index idx
34520 status collapsed
34521
34522 \begin_layout Plain Layout
34523 Couleur ! Pour le texte
34524 \end_layout
34525
34526 \end_inset
34527
34528
34529 \end_layout
34530
34531 \begin_layout Standard
34532 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
34533  une boîte appelée 
34534 \begin_inset Quotes eld
34535 \end_inset
34536
34537 colorbox
34538 \begin_inset Quotes erd
34539 \end_inset
34540
34541 .
34542  Cela demande que le paquetage LaTeX 
34543 \series bold
34544 color
34545 \series default
34546
34547 \begin_inset Index idx
34548 status collapsed
34549
34550 \begin_layout Plain Layout
34551 Paquetages LaTeX ! color
34552 \end_layout
34553
34554 \end_inset
34555
34556  soit chargé dans le préambule du document avec la commande
34557 \end_layout
34558
34559 \begin_layout Standard
34560
34561 \series bold
34562
34563 \backslash
34564 @ifundefined{textcolor}
34565 \begin_inset Newline newline
34566 \end_inset
34567
34568
34569 \begin_inset Phantom HPhantom
34570 status open
34571
34572 \begin_layout Plain Layout
34573
34574 \series bold
34575 \begin_inset space ~
34576 \end_inset
34577
34578
34579 \end_layout
34580
34581 \end_inset
34582
34583 {
34584 \backslash
34585 usepackage{color}}{}
34586 \end_layout
34587
34588 \begin_layout Standard
34589 Le paquetage 
34590 \series bold
34591 color
34592 \series default
34593  sera chargé automatiquement par LyX dès que vous colorez du texte.
34594 \begin_inset Foot
34595 status collapsed
34596
34597 \begin_layout Plain Layout
34598 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
34599  
34600 \series bold
34601
34602 \backslash
34603 @ifundefined
34604 \series default
34605 .
34606 \end_layout
34607
34608 \end_inset
34609
34610
34611 \end_layout
34612
34613 \begin_layout Standard
34614 \begin_inset VSpace medskip
34615 \end_inset
34616
34617 Les boîtes colorées sont créées par la commande 
34618 \series bold
34619
34620 \backslash
34621 colorbox
34622 \series default
34623 .
34624  Elle est utilisée avec la syntaxe suivante :
34625 \end_layout
34626
34627 \begin_layout Standard
34628
34629 \series bold
34630
34631 \backslash
34632 colorbox{couleur}{contenu de la boîte}
34633 \end_layout
34634
34635 \begin_layout Standard
34636 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
34637  peuvent être placées à l'intérieur d'autres boîtes.
34638 \end_layout
34639
34640 \begin_layout Standard
34641 Les couleurs suivantes sont prédéfinies ::
34642 \begin_inset Newline newline
34643 \end_inset
34644
34645
34646 \family sans
34647 black
34648 \family default
34649  (noir), 
34650 \family sans
34651 blue
34652 \family default
34653  (bleu), 
34654 \family sans
34655 cyan
34656 \family default
34657 \series bold
34658 ,
34659 \series default
34660  
34661 \family sans
34662 green
34663 \family default
34664  (vert), 
34665 \family sans
34666 magenta
34667 \family default
34668
34669 \family sans
34670 red
34671 \family default
34672  (rouge), 
34673 \family sans
34674 white
34675 \family default
34676  (blanc), and 
34677 \family sans
34678 yellow
34679 \family default
34680  (jaune).
34681 \begin_inset Newline newline
34682 \end_inset
34683
34684 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
34685  section
34686 \begin_inset space ~
34687 \end_inset
34688
34689
34690 \begin_inset CommandInset ref
34691 LatexCommand ref
34692 reference "sec:Tableaux-Colorés"
34693
34694 \end_inset
34695
34696 .
34697 \end_layout
34698
34699 \begin_layout Standard
34700 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
34701 \end_layout
34702
34703 \begin_layout Standard
34704
34705 \series bold
34706
34707 \backslash
34708 colorbox{red}{
34709 \end_layout
34710
34711 \begin_layout Standard
34712 avant le mot en code TeX.
34713  Insérez l'accolade fermante 
34714 \begin_inset Quotes eld
34715 \end_inset
34716
34717 }
34718 \begin_inset Quotes erd
34719 \end_inset
34720
34721  après le mot, en code TeX.
34722 \begin_inset Newline newline
34723 \end_inset
34724
34725 Voici le résultat :
34726 \end_layout
34727
34728 \begin_layout Standard
34729 Cette ligne de texte contient le mot
34730 \begin_inset ERT
34731 status collapsed
34732
34733 \begin_layout Plain Layout
34734
34735
34736 \backslash
34737 colorbox{red}{
34738 \end_layout
34739
34740 \end_inset
34741
34742
34743 \begin_inset Quotes eld
34744 \end_inset
34745
34746 Attention!
34747 \begin_inset Quotes erd
34748 \end_inset
34749
34750
34751 \begin_inset ERT
34752 status collapsed
34753
34754 \begin_layout Plain Layout
34755
34756 }
34757 \end_layout
34758
34759 \end_inset
34760
34761  sur fond rouge.
34762 \end_layout
34763
34764 \begin_layout Standard
34765 \begin_inset VSpace bigskip
34766 \end_inset
34767
34768 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
34769  vous pouvez utiliser la commande 
34770 \series bold
34771
34772 \backslash
34773 fcolorbox
34774 \series default
34775  avec la syntaxe suivante :
34776 \end_layout
34777
34778 \begin_layout Standard
34779
34780 \series bold
34781
34782 \backslash
34783 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
34784 \end_layout
34785
34786 \begin_layout Standard
34787
34788 \series bold
34789
34790 \backslash
34791 fcolorbox
34792 \series default
34793  est une extension de 
34794 \series bold
34795
34796 \backslash
34797 colorbox
34798 \series default
34799 .
34800  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
34801  peuvent être modifiés avec les variables 
34802 \series bold
34803
34804 \backslash
34805 fboxrule
34806 \series default
34807  et 
34808 \series bold
34809
34810 \backslash
34811 fboxsep
34812 \series default
34813 , comme c'est décrit dans la section
34814 \begin_inset space ~
34815 \end_inset
34816
34817
34818 \begin_inset CommandInset ref
34819 LatexCommand ref
34820 reference "sec:Décorations"
34821
34822 \end_inset
34823
34824 .
34825 \end_layout
34826
34827 \begin_layout Standard
34828 Pour l'exemple suivant, on a utilisé la commande
34829 \end_layout
34830
34831 \begin_layout Standard
34832
34833 \series bold
34834
34835 \backslash
34836 fcolorbox{cyan}{magenta}{
34837 \end_layout
34838
34839 \begin_layout Standard
34840 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
34841 \begin_inset space \thinspace{}
34842 \end_inset
34843
34844 mm:
34845 \begin_inset Newline newline
34846 \end_inset
34847
34848
34849 \begin_inset ERT
34850 status collapsed
34851
34852 \begin_layout Plain Layout
34853
34854
34855 \backslash
34856 fboxrule 1mm 
34857 \backslash
34858 fboxsep 1mm
34859 \end_layout
34860
34861 \end_inset
34862
34863
34864 \begin_inset ERT
34865 status collapsed
34866
34867 \begin_layout Plain Layout
34868
34869
34870 \backslash
34871 fcolorbox{cyan}{magenta}{
34872 \end_layout
34873
34874 \end_inset
34875
34876 Ce texte est dans une boîte encadrée et colorée.
34877 \begin_inset ERT
34878 status collapsed
34879
34880 \begin_layout Plain Layout
34881
34882 }
34883 \end_layout
34884
34885 \end_inset
34886
34887
34888 \end_layout
34889
34890 \begin_layout Standard
34891 \begin_inset VSpace bigskip
34892 \end_inset
34893
34894 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
34895  les yeux ! - NdT) :
34896 \begin_inset Newline newline
34897 \end_inset
34898
34899
34900 \begin_inset ERT
34901 status collapsed
34902
34903 \begin_layout Plain Layout
34904
34905
34906 \backslash
34907 fcolorbox{cyan}{magenta}{
34908 \end_layout
34909
34910 \end_inset
34911
34912
34913 \color yellow
34914 Ce texte est coloré dans une boîte colorée et encadrée.
34915 \color inherit
34916
34917 \begin_inset ERT
34918 status collapsed
34919
34920 \begin_layout Plain Layout
34921
34922 }
34923 \end_layout
34924
34925 \end_inset
34926
34927
34928 \begin_inset ERT
34929 status collapsed
34930
34931 \begin_layout Plain Layout
34932
34933
34934 \backslash
34935 fboxrule 0.4pt 
34936 \backslash
34937 fboxsep 3pt
34938 \end_layout
34939
34940 \end_inset
34941
34942
34943 \end_layout
34944
34945 \begin_layout Standard
34946
34947 \series bold
34948 \begin_inset VSpace medskip
34949 \end_inset
34950
34951
34952 \end_layout
34953
34954 \begin_layout Standard
34955 \begin_inset Note Greyedout
34956 status open
34957
34958 \begin_layout Plain Layout
34959
34960 \series bold
34961 Note:
34962 \series default
34963  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
34964  de ligne.
34965  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
34966  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
34967 \end_layout
34968
34969 \end_inset
34970
34971
34972 \end_layout
34973
34974 \begin_layout Subsection
34975 De la couleur pour les paragraphes
34976 \begin_inset CommandInset label
34977 LatexCommand label
34978 name "sub:Couleur-pour-les-Paragraphes"
34979
34980 \end_inset
34981
34982
34983 \begin_inset Index idx
34984 status collapsed
34985
34986 \begin_layout Plain Layout
34987 Couleur ! Pour les  paragraphes
34988 \end_layout
34989
34990 \end_inset
34991
34992
34993 \end_layout
34994
34995 \begin_layout Standard
34996 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
34997  texte dans une minipage.
34998  Avant la minipage, insérez la commande 
34999 \series bold
35000
35001 \backslash
35002 colorbox
35003 \series default
35004  
35005 \end_layout
35006
35007 \begin_layout Standard
35008
35009 \series bold
35010
35011 \backslash
35012 colorbox{color}{
35013 \end_layout
35014
35015 \begin_layout Standard
35016 en code TeX.
35017  Après la minipage, insérez l'accolade fermante 
35018 \begin_inset Quotes eld
35019 \end_inset
35020
35021 }
35022 \begin_inset Quotes erd
35023 \end_inset
35024
35025  en code TeX.
35026 \end_layout
35027
35028 \begin_layout Standard
35029 \begin_inset ERT
35030 status collapsed
35031
35032 \begin_layout Plain Layout
35033
35034
35035 \backslash
35036 colorbox{lightgrey}{
35037 \end_layout
35038
35039 \end_inset
35040
35041
35042 \begin_inset Box Frameless
35043 position "t"
35044 hor_pos "c"
35045 has_inner_box 1
35046 inner_pos "t"
35047 use_parbox 0
35048 use_makebox 0
35049 width "100col%"
35050 special "none"
35051 height "1in"
35052 height_special "totalheight"
35053 status collapsed
35054
35055 \begin_layout Plain Layout
35056 Ce texte a un fond coloré.
35057  Ce texte a un fond coloré.
35058 \end_layout
35059
35060 \begin_layout Plain Layout
35061 \begin_inset VSpace defskip
35062 \end_inset
35063
35064 Le texte peut avoir des notes de bas de page
35065 \begin_inset Foot
35066 status collapsed
35067
35068 \begin_layout Plain Layout
35069 Un autre exemple de note de bas de page
35070 \end_layout
35071
35072 \end_inset
35073
35074  et contenir des figures et des tableaux.
35075 \end_layout
35076
35077 \begin_layout Plain Layout
35078 \align center
35079 \begin_inset Tabular
35080 <lyxtabular version="3" rows="3" columns="3">
35081 <features tabularvalignment="middle">
35082 <column alignment="center" valignment="top" width="0">
35083 <column alignment="center" valignment="top" width="0">
35084 <column alignment="center" valignment="top" width="0">
35085 <row>
35086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35087 \begin_inset Text
35088
35089 \begin_layout Plain Layout
35090 a
35091 \end_layout
35092
35093 \end_inset
35094 </cell>
35095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35096 \begin_inset Text
35097
35098 \begin_layout Plain Layout
35099 !
35100 \end_layout
35101
35102 \end_inset
35103 </cell>
35104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35105 \begin_inset Text
35106
35107 \begin_layout Plain Layout
35108 3
35109 \end_layout
35110
35111 \end_inset
35112 </cell>
35113 </row>
35114 <row>
35115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35116 \begin_inset Text
35117
35118 \begin_layout Plain Layout
35119 <
35120 \end_layout
35121
35122 \end_inset
35123 </cell>
35124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35125 \begin_inset Text
35126
35127 \begin_layout Plain Layout
35128 b2
35129 \begin_inset Quotes erd
35130 \end_inset
35131
35132 |
35133 \end_layout
35134
35135 \end_inset
35136 </cell>
35137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35138 \begin_inset Text
35139
35140 \begin_layout Plain Layout
35141 >
35142 \end_layout
35143
35144 \end_inset
35145 </cell>
35146 </row>
35147 <row>
35148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35149 \begin_inset Text
35150
35151 \begin_layout Plain Layout
35152 1
35153 \end_layout
35154
35155 \end_inset
35156 </cell>
35157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35158 \begin_inset Text
35159
35160 \begin_layout Plain Layout
35161 §
35162 \end_layout
35163
35164 \end_inset
35165 </cell>
35166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35167 \begin_inset Text
35168
35169 \begin_layout Plain Layout
35170 c
35171 \end_layout
35172
35173 \end_inset
35174 </cell>
35175 </row>
35176 </lyxtabular>
35177
35178 \end_inset
35179
35180
35181 \end_layout
35182
35183 \end_inset
35184
35185
35186 \begin_inset ERT
35187 status collapsed
35188
35189 \begin_layout Plain Layout
35190
35191 }
35192 \end_layout
35193
35194 \end_inset
35195
35196
35197 \end_layout
35198
35199 \begin_layout Section
35200 Les boîtes pivotées et redimensionnées
35201 \end_layout
35202
35203 \begin_layout Standard
35204 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
35205  charger le paquetage LaTeX 
35206 \series bold
35207 graphicx
35208 \series default
35209
35210 \begin_inset Index idx
35211 status collapsed
35212
35213 \begin_layout Plain Layout
35214 Paquetages LaTeX ! graphicx
35215 \end_layout
35216
35217 \end_inset
35218
35219  dans le préambule de votre document avec la commande
35220 \end_layout
35221
35222 \begin_layout Standard
35223
35224 \series bold
35225
35226 \backslash
35227 @ifundefined{rotatebox}
35228 \begin_inset Newline newline
35229 \end_inset
35230
35231
35232 \begin_inset Phantom HPhantom
35233 status open
35234
35235 \begin_layout Plain Layout
35236
35237 \series bold
35238 \begin_inset space ~
35239 \end_inset
35240
35241
35242 \end_layout
35243
35244 \end_inset
35245
35246 {
35247 \backslash
35248 usepackage{graphicx}}{}
35249 \end_layout
35250
35251 \begin_layout Standard
35252 \begin_inset Note Greyedout
35253 status open
35254
35255 \begin_layout Plain Layout
35256
35257 \series bold
35258 Note:
35259 \series default
35260  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
35261  redimensionnés.
35262 \end_layout
35263
35264 \end_inset
35265
35266
35267 \end_layout
35268
35269 \begin_layout Standard
35270 \begin_inset Note Greyedout
35271 status open
35272
35273 \begin_layout Plain Layout
35274
35275 \series bold
35276 Note:
35277 \series default
35278  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
35279  redimensionnée.
35280 \end_layout
35281
35282 \end_inset
35283
35284
35285 \end_layout
35286
35287 \begin_layout Subsection
35288 Les Boîtes pivotées
35289 \begin_inset Index idx
35290 status collapsed
35291
35292 \begin_layout Plain Layout
35293 Boîtes ! pivotées
35294 \end_layout
35295
35296 \end_inset
35297
35298
35299 \begin_inset Index idx
35300 status collapsed
35301
35302 \begin_layout Plain Layout
35303 Pivoter des objets
35304 \end_layout
35305
35306 \end_inset
35307
35308
35309 \begin_inset Index idx
35310 status collapsed
35311
35312 \begin_layout Plain Layout
35313 Figures ! Pivotées
35314 \end_layout
35315
35316 \end_inset
35317
35318
35319 \begin_inset Index idx
35320 status collapsed
35321
35322 \begin_layout Plain Layout
35323 Tableau ! Pivoter
35324 \end_layout
35325
35326 \end_inset
35327
35328
35329 \end_layout
35330
35331 \begin_layout Standard
35332 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
35333  (rotated).
35334  Une telle boîte est créée avec la commande 
35335 \series bold
35336
35337 \backslash
35338 rotatebox
35339 \series default
35340  en code TeX avec la syntaxe
35341 \end_layout
35342
35343 \begin_layout Standard
35344
35345 \series bold
35346
35347 \backslash
35348 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
35349 \end_layout
35350
35351 \begin_layout Standard
35352 La position du pivot est donnée par l'origine de rotation spécifiée sous
35353  la forme 
35354 \series bold
35355 origin=position
35356 \series default
35357 .
35358  Les valeurs suivantes sont possibles pour la position: 
35359 \emph on
35360 c
35361 \emph default
35362  (centre), 
35363 \emph on
35364 l
35365 \emph default
35366  (gauche/
35367 \lang english
35368 left
35369 \lang french
35370 ), 
35371 \emph on
35372 r
35373 \emph default
35374  (droite/
35375 \lang english
35376 right
35377 \lang french
35378 ), 
35379 \emph on
35380 b
35381 \emph default
35382  (bas/
35383 \lang english
35384 bottom
35385 \lang french
35386 ), 
35387 \emph on
35388 t
35389 \emph default
35390  (haut/
35391 \lang english
35392 top
35393 \lang french
35394 ), et aussi des combinaisons des quatre positions de base.
35395  Par exemple 
35396 \emph on
35397 lt
35398 \emph default
35399  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
35400  Quand on ne donne pas d'origine, la position 
35401 \emph on
35402 l
35403 \emph default
35404  est utilisée.
35405  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
35406  ou négatif.
35407  Le sens positif de rotation est anti-horaire.
35408 \end_layout
35409
35410 \begin_layout Standard
35411 Dans l'exemple qui suit, la commande 
35412 \series bold
35413
35414 \backslash
35415 rotatebox[origin=c]{60}{
35416 \series default
35417  a été insérée en code TeX juste avant le texte 
35418 \begin_inset Quotes eld
35419 \end_inset
35420
35421 pivoté de 90°
35422 \begin_inset Quotes erd
35423 \end_inset
35424
35425  ; la boîte est refermée juste après le texte par une accolade fermante
35426  
35427 \begin_inset Quotes eld
35428 \end_inset
35429
35430 }
35431 \begin_inset Quotes erd
35432 \end_inset
35433
35434  en code TeX.
35435 \end_layout
35436
35437 \begin_layout Standard
35438 Voici une ligne avec du texte 
35439 \begin_inset ERT
35440 status collapsed
35441
35442 \begin_layout Plain Layout
35443
35444
35445 \backslash
35446 rotatebox[origin=c]{60}{
35447 \end_layout
35448
35449 \end_inset
35450
35451 pivoté de 60°
35452 \begin_inset ERT
35453 status collapsed
35454
35455 \begin_layout Plain Layout
35456
35457 }
35458 \end_layout
35459
35460 \end_inset
35461
35462 .
35463 \end_layout
35464
35465 \begin_layout Standard
35466 La boîte peut contenir une autre boîte ou une formule en ligne :
35467 \end_layout
35468
35469 \begin_layout Standard
35470 Voici une ligne avec du texte 
35471 \begin_inset ERT
35472 status collapsed
35473
35474 \begin_layout Plain Layout
35475
35476
35477 \backslash
35478 rotatebox[origin=r]{-60}{
35479 \end_layout
35480
35481 \end_inset
35482
35483
35484 \begin_inset Box Doublebox
35485 position "c"
35486 hor_pos "c"
35487 has_inner_box 0
35488 inner_pos "c"
35489 use_parbox 0
35490 use_makebox 0
35491 width "1in"
35492 special "width"
35493 height "1in"
35494 height_special "totalheight"
35495 status collapsed
35496
35497 \begin_layout Plain Layout
35498 pivoté de -60°
35499 \end_layout
35500
35501 \end_inset
35502
35503
35504 \begin_inset ERT
35505 status collapsed
35506
35507 \begin_layout Plain Layout
35508
35509 }
35510 \end_layout
35511
35512 \end_inset
35513
35514  et encadré 
35515 \begin_inset ERT
35516 status collapsed
35517
35518 \begin_layout Plain Layout
35519
35520
35521 \backslash
35522 rotatebox[origin=lb]{60}{
35523 \end_layout
35524
35525 \end_inset
35526
35527
35528 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35529 \end_inset
35530
35531
35532 \begin_inset ERT
35533 status collapsed
35534
35535 \begin_layout Plain Layout
35536
35537 }
35538 \end_layout
35539
35540 \end_inset
35541
35542  et une formule.
35543 \end_layout
35544
35545 \begin_layout Standard
35546 ou encore une figure ou un tableau :
35547 \end_layout
35548
35549 \begin_layout Standard
35550 Voici une ligne
35551 \begin_inset ERT
35552 status collapsed
35553
35554 \begin_layout Plain Layout
35555
35556
35557 \backslash
35558 rotatebox[origin=lb]{90}{
35559 \end_layout
35560
35561 \end_inset
35562
35563
35564 \begin_inset Graphics
35565         filename ../clipart/platypus.eps
35566         lyxscale 50
35567         width 25col%
35568
35569 \end_inset
35570
35571
35572 \begin_inset ERT
35573 status collapsed
35574
35575 \begin_layout Plain Layout
35576
35577 }
35578 \end_layout
35579
35580 \end_inset
35581
35582  avec une image pivotée de 90° 
35583 \begin_inset ERT
35584 status collapsed
35585
35586 \begin_layout Plain Layout
35587
35588
35589 \backslash
35590 rotatebox[origin=l]{-90}{
35591 \end_layout
35592
35593 \end_inset
35594
35595
35596 \begin_inset Tabular
35597 <lyxtabular version="3" rows="2" columns="2">
35598 <features tabularvalignment="middle">
35599 <column alignment="center" valignment="top" width="0">
35600 <column alignment="center" valignment="top" width="0">
35601 <row>
35602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35603 \begin_inset Text
35604
35605 \begin_layout Plain Layout
35606 q
35607 \end_layout
35608
35609 \end_inset
35610 </cell>
35611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35612 \begin_inset Text
35613
35614 \begin_layout Plain Layout
35615 w
35616 \end_layout
35617
35618 \end_inset
35619 </cell>
35620 </row>
35621 <row>
35622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35623 \begin_inset Text
35624
35625 \begin_layout Plain Layout
35626 e
35627 \end_layout
35628
35629 \end_inset
35630 </cell>
35631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35632 \begin_inset Text
35633
35634 \begin_layout Plain Layout
35635 r
35636 \end_layout
35637
35638 \end_inset
35639 </cell>
35640 </row>
35641 </lyxtabular>
35642
35643 \end_inset
35644
35645
35646 \begin_inset ERT
35647 status collapsed
35648
35649 \begin_layout Plain Layout
35650
35651 }
35652 \end_layout
35653
35654 \end_inset
35655
35656  et un tableau.
35657 \end_layout
35658
35659 \begin_layout Subsection
35660 Les boîtes redimensionnées
35661 \begin_inset Index idx
35662 status collapsed
35663
35664 \begin_layout Plain Layout
35665 Boîtes ! Redimensionnées
35666 \end_layout
35667
35668 \end_inset
35669
35670
35671 \begin_inset Index idx
35672 status collapsed
35673
35674 \begin_layout Plain Layout
35675 Redimensionner des objets
35676 \end_layout
35677
35678 \end_inset
35679
35680
35681 \begin_inset Index idx
35682 status collapsed
35683
35684 \begin_layout Plain Layout
35685 Figures ! Redimensionnées
35686 \end_layout
35687
35688 \end_inset
35689
35690
35691 \begin_inset Index idx
35692 status collapsed
35693
35694 \begin_layout Plain Layout
35695 Tableau ! Redimensionner
35696 \end_layout
35697
35698 \end_inset
35699
35700
35701 \end_layout
35702
35703 \begin_layout Standard
35704 Pour redimensionner des objets on peut utiliser les commandes 
35705 \series bold
35706
35707 \backslash
35708 scalebox
35709 \series default
35710  et 
35711 \series bold
35712
35713 \backslash
35714 resizebox
35715 \series default
35716  insérées sous forme de code TeX.
35717 \end_layout
35718
35719 \begin_layout Standard
35720
35721 \series bold
35722
35723 \backslash
35724 scalebox
35725 \series default
35726  est utilisée avec la syntaxe suivante :
35727 \end_layout
35728
35729 \begin_layout Standard
35730
35731 \series bold
35732
35733 \backslash
35734 scalebox{horizontal}[vertical]{contenu de la boîte}
35735 \end_layout
35736
35737 \begin_layout Standard
35738 Horizontal et vertical sont les facteurs d'échelle correspondants.
35739  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
35740  utilisé comme facteur vertical.
35741 \end_layout
35742
35743 \begin_layout Standard
35744 Par exemple, la commande 
35745 \series bold
35746
35747 \backslash
35748 scalebox{2}{Bonjour}
35749 \series default
35750  crée un 
35751 \begin_inset ERT
35752 status collapsed
35753
35754 \begin_layout Plain Layout
35755
35756
35757 \backslash
35758 scalebox{2}{
35759 \end_layout
35760
35761 \end_inset
35762
35763 Bonjour
35764 \begin_inset ERT
35765 status collapsed
35766
35767 \begin_layout Plain Layout
35768
35769 }
35770 \end_layout
35771
35772 \end_inset
35773
35774  de taille double par rapport à la taille du texte du document.
35775 \end_layout
35776
35777 \begin_layout Standard
35778
35779 \series bold
35780
35781 \backslash
35782 scalebox{2}[1]{Hello}
35783 \series default
35784  au contraire va déformer le 
35785 \begin_inset ERT
35786 status collapsed
35787
35788 \begin_layout Plain Layout
35789
35790
35791 \backslash
35792 scalebox{2}[1]{
35793 \end_layout
35794
35795 \end_inset
35796
35797 Bonjour
35798 \begin_inset ERT
35799 status collapsed
35800
35801 \begin_layout Plain Layout
35802
35803 }
35804 \end_layout
35805
35806 \end_inset
35807
35808 .
35809 \end_layout
35810
35811 \begin_layout Standard
35812 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
35813  La commande 
35814 \series bold
35815
35816 \backslash
35817 scalebox{-1}[1]{Hello}
35818 \series default
35819  peut donc être utilisée pour créer du texte en miroir : 
35820 \begin_inset ERT
35821 status collapsed
35822
35823 \begin_layout Plain Layout
35824
35825
35826 \backslash
35827 scalebox{-1}[1]{
35828 \end_layout
35829
35830 \end_inset
35831
35832 Bonjour
35833 \begin_inset ERT
35834 status collapsed
35835
35836 \begin_layout Plain Layout
35837
35838 }
35839 \end_layout
35840
35841 \end_inset
35842
35843
35844 \end_layout
35845
35846 \begin_layout Standard
35847
35848 \series bold
35849
35850 \backslash
35851 scalebox{1}[-1]{Bonjour}
35852 \series default
35853  effectue une réflexion du 
35854 \begin_inset ERT
35855 status collapsed
35856
35857 \begin_layout Plain Layout
35858
35859
35860 \backslash
35861 scalebox{1}[-1]{
35862 \end_layout
35863
35864 \end_inset
35865
35866 Bonjour
35867 \begin_inset ERT
35868 status collapsed
35869
35870 \begin_layout Plain Layout
35871
35872 }
35873 \end_layout
35874
35875 \end_inset
35876
35877  par rapport à la ligne de base.
35878 \end_layout
35879
35880 \begin_layout Standard
35881 La commande 
35882 \series bold
35883
35884 \backslash
35885 reflectbox{contenu de la boîte} 
35886 \series default
35887 existe aussi et est équivalente à
35888 \series bold
35889  
35890 \backslash
35891 scalebox{-1}[1]{contenu de la boîte}.
35892
35893 \series default
35894  
35895 \begin_inset Newline newline
35896 \end_inset
35897
35898
35899 \end_layout
35900
35901 \begin_layout Standard
35902 \begin_inset VSpace bigskip
35903 \end_inset
35904
35905 La commande 
35906 \series bold
35907
35908 \backslash
35909 resizebox
35910 \series default
35911  est utilisée pour redimensionner une boîte à une largeur et une hauteur
35912  données.
35913  La syntaxe de la commande est :
35914 \end_layout
35915
35916 \begin_layout Standard
35917
35918 \series bold
35919
35920 \backslash
35921 resizebox{largeur}{hauteur}{contenu de la boîte}
35922 \end_layout
35923
35924 \begin_layout Standard
35925 Si un des deux paramètres est remplacé par un point d'exclamation 
35926 \series bold
35927 !
35928 \series default
35929 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
35930 \end_layout
35931
35932 \begin_layout Standard
35933 La commande 
35934 \series bold
35935
35936 \backslash
35937 resizebox{2cm}{1cm}{Bonjour}
35938 \series default
35939  produit : 
35940 \begin_inset ERT
35941 status collapsed
35942
35943 \begin_layout Plain Layout
35944
35945
35946 \backslash
35947 resizebox{2cm}{1cm}{
35948 \end_layout
35949
35950 \end_inset
35951
35952 Bonjour
35953 \begin_inset ERT
35954 status collapsed
35955
35956 \begin_layout Plain Layout
35957
35958 }
35959 \end_layout
35960
35961 \end_inset
35962
35963
35964 \begin_inset Newline newline
35965 \end_inset
35966
35967 La commande 
35968 \series bold
35969
35970 \backslash
35971 resizebox{2cm}{!}{Bonjour}
35972 \series default
35973  produit : 
35974 \begin_inset ERT
35975 status collapsed
35976
35977 \begin_layout Plain Layout
35978
35979
35980 \backslash
35981 resizebox{2cm}{!}{
35982 \end_layout
35983
35984 \end_inset
35985
35986 Bonjour
35987 \begin_inset ERT
35988 status collapsed
35989
35990 \begin_layout Plain Layout
35991
35992 }
35993 \end_layout
35994
35995 \end_inset
35996
35997
35998 \end_layout
35999
36000 \begin_layout Standard
36001 \begin_inset VSpace bigskip
36002 \end_inset
36003
36004
36005 \end_layout
36006
36007 \begin_layout Standard
36008 \begin_inset Note Greyedout
36009 status open
36010
36011 \begin_layout Plain Layout
36012
36013 \series bold
36014 Note:
36015 \series default
36016  Quand les paramètres des commandes 
36017 \series bold
36018
36019 \backslash
36020 scalebox
36021 \series default
36022  ou 
36023 \series bold
36024
36025 \backslash
36026 resizebox
36027 \series default
36028  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
36029  document, mais le document exporté peut ne pas s'afficher ou s'afficher
36030  partiellement.
36031 \end_layout
36032
36033 \end_inset
36034
36035
36036 \end_layout
36037
36038 \begin_layout Standard
36039 \begin_inset VSpace bigskip
36040 \end_inset
36041
36042
36043 \end_layout
36044
36045 \begin_layout Standard
36046 Les boîtes peuvent être combinée dans n'importe quel ordre.
36047  Par exemple, la commande 
36048 \begin_inset Newline newline
36049 \end_inset
36050
36051
36052 \series bold
36053
36054 \backslash
36055 rotatebox[origin=c]{-45}{
36056 \backslash
36057 resizebox{2cm}{!}{
36058 \backslash
36059 reflectbox{Bonjour}}}
36060 \begin_inset Newline newline
36061 \end_inset
36062
36063
36064 \series default
36065 produit :
36066 \end_layout
36067
36068 \begin_layout Standard
36069 \align center
36070 \begin_inset ERT
36071 status collapsed
36072
36073 \begin_layout Plain Layout
36074
36075
36076 \backslash
36077 rotatebox[origin=c]{-45}{
36078 \backslash
36079 resizebox{2cm}{!}{
36080 \backslash
36081 reflectbox{
36082 \end_layout
36083
36084 \end_inset
36085
36086 Bonjour
36087 \begin_inset ERT
36088 status collapsed
36089
36090 \begin_layout Plain Layout
36091
36092 }}}
36093 \end_layout
36094
36095 \end_inset
36096
36097
36098 \end_layout
36099
36100 \begin_layout Standard
36101 \noindent
36102 Les images, les tableaux et les formules sont autorisées comme contenu de
36103  boîte :
36104 \end_layout
36105
36106 \begin_layout Standard
36107 \align center
36108 \begin_inset ERT
36109 status collapsed
36110
36111 \begin_layout Plain Layout
36112
36113
36114 \backslash
36115 rotatebox[origin=c]{-30}{
36116 \backslash
36117 resizebox{2cm}{!}{
36118 \backslash
36119 reflectbox{
36120 \end_layout
36121
36122 \end_inset
36123
36124
36125 \begin_inset Graphics
36126         filename ../clipart/platypus.eps
36127         lyxscale 50
36128         width 25col%
36129
36130 \end_inset
36131
36132
36133 \begin_inset ERT
36134 status collapsed
36135
36136 \begin_layout Plain Layout
36137
36138 }}}
36139 \end_layout
36140
36141 \end_inset
36142
36143
36144 \begin_inset ERT
36145 status collapsed
36146
36147 \begin_layout Plain Layout
36148
36149
36150 \backslash
36151 rotatebox[origin=c]{-45}{
36152 \backslash
36153 resizebox{2cm}{!}{
36154 \backslash
36155 reflectbox{
36156 \end_layout
36157
36158 \end_inset
36159
36160
36161 \begin_inset Tabular
36162 <lyxtabular version="3" rows="2" columns="2">
36163 <features tabularvalignment="middle">
36164 <column alignment="center" valignment="top" width="0">
36165 <column alignment="center" valignment="top" width="0">
36166 <row>
36167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36168 \begin_inset Text
36169
36170 \begin_layout Plain Layout
36171 q
36172 \end_layout
36173
36174 \end_inset
36175 </cell>
36176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36177 \begin_inset Text
36178
36179 \begin_layout Plain Layout
36180 w
36181 \end_layout
36182
36183 \end_inset
36184 </cell>
36185 </row>
36186 <row>
36187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36188 \begin_inset Text
36189
36190 \begin_layout Plain Layout
36191 e
36192 \end_layout
36193
36194 \end_inset
36195 </cell>
36196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36197 \begin_inset Text
36198
36199 \begin_layout Plain Layout
36200 r
36201 \end_layout
36202
36203 \end_inset
36204 </cell>
36205 </row>
36206 </lyxtabular>
36207
36208 \end_inset
36209
36210
36211 \begin_inset ERT
36212 status collapsed
36213
36214 \begin_layout Plain Layout
36215
36216 }}}
36217 \end_layout
36218
36219 \end_inset
36220
36221
36222 \begin_inset ERT
36223 status collapsed
36224
36225 \begin_layout Plain Layout
36226
36227
36228 \backslash
36229 rotatebox[origin=c]{-45}{
36230 \backslash
36231 resizebox{2cm}{!}{
36232 \backslash
36233 reflectbox{
36234 \end_layout
36235
36236 \end_inset
36237
36238
36239 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36240 \end_inset
36241
36242
36243 \begin_inset ERT
36244 status collapsed
36245
36246 \begin_layout Plain Layout
36247
36248 }}}
36249 \end_layout
36250
36251 \end_inset
36252
36253
36254 \end_layout
36255
36256 \begin_layout Standard
36257 Quand on utilise le style global de formule 
36258 \series bold
36259 fleqn
36260 \series default
36261  dans le document
36262 \begin_inset Foot
36263 status collapsed
36264
36265 \begin_layout Plain Layout
36266 Quand 
36267 \begin_inset Quotes eld
36268 \end_inset
36269
36270 fleqn
36271 \begin_inset Quotes erd
36272 \end_inset
36273
36274  est ajouté aux options de la classe de document.
36275 \end_layout
36276
36277 \end_inset
36278
36279 , les formules hors texte peuvent aussi être redimensionnées.
36280 \end_layout
36281
36282 \begin_layout Chapter
36283 Objets entourés par du texte
36284 \begin_inset Index idx
36285 status collapsed
36286
36287 \begin_layout Plain Layout
36288 Entourés par du texte
36289 \end_layout
36290
36291 \end_inset
36292
36293
36294 \end_layout
36295
36296 \begin_layout Section
36297 Flottant d'enrobage
36298 \begin_inset CommandInset label
36299 LatexCommand label
36300 name "sec:Flottant-d'enrobage"
36301
36302 \end_inset
36303
36304
36305 \begin_inset Index idx
36306 status collapsed
36307
36308 \begin_layout Plain Layout
36309 Flottants ! Flottants d'enrobage
36310 \end_layout
36311
36312 \end_inset
36313
36314
36315 \begin_inset Index idx
36316 status collapsed
36317
36318 \begin_layout Plain Layout
36319 Entourés par du texte ! Flottants d'enrobage
36320 \end_layout
36321
36322 \end_inset
36323
36324
36325 \end_layout
36326
36327 \begin_layout Standard
36328 \begin_inset Wrap figure
36329 lines 0
36330 placement l
36331 overhang 1cm
36332 width "40col%"
36333 status open
36334
36335 \begin_layout Plain Layout
36336 \begin_inset Graphics
36337         filename ../clipart/mobius.eps
36338         width 40col%
36339         scaleBeforeRotation
36340         rotateOrigin center
36341
36342 \end_inset
36343
36344
36345 \end_layout
36346
36347 \begin_layout Plain Layout
36348 \begin_inset Caption
36349
36350 \begin_layout Plain Layout
36351 \begin_inset CommandInset label
36352 LatexCommand label
36353 name "fig:Figure-enrobée"
36354
36355 \end_inset
36356
36357 Ceci est une figure habillée.
36358 \end_layout
36359
36360 \end_inset
36361
36362
36363 \end_layout
36364
36365 \end_inset
36366
36367  Ce type de flottant est utilisé quand on veut que le texte habille la figure
36368  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
36369  Vous pouvez en insérer un en utilisant le menu 
36370 \family sans
36371 Insérer\SpecialChar \menuseparator
36372 Flottant\SpecialChar \menuseparator
36373 Flottant
36374 \begin_inset space ~
36375 \end_inset
36376
36377 d'enrobage
36378 \family default
36379  à la condition que le paquetage LaTeX 
36380 \series bold
36381 wrapfig
36382 \series default
36383
36384 \begin_inset Index idx
36385 status collapsed
36386
36387 \begin_layout Plain Layout
36388 Paquetages LaTeX ! wrapfig
36389 \begin_inset ERT
36390 status collapsed
36391
36392 \begin_layout Plain Layout
36393
36394
36395 \backslash
36396 vspace{4mm}
36397 \end_layout
36398
36399 \end_inset
36400
36401
36402 \end_layout
36403
36404 \end_inset
36405
36406  soit installé.
36407 \begin_inset Foot
36408 status collapsed
36409
36410 \begin_layout Plain Layout
36411 Voyez dans la manuel 
36412 \emph on
36413 Configuration
36414 \begin_inset space ~
36415 \end_inset
36416
36417 LaTeX 
36418 \emph default
36419 comment installer des paquetages LaTeX.
36420 \end_layout
36421
36422 \end_inset
36423
36424  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
36425  sur la boîte du flottant.
36426  Les paramètres obligatoires sont l'
36427 \family sans
36428 Emplacement
36429 \family default
36430  et la 
36431 \family sans
36432 Largeur
36433 \family default
36434 .
36435  Les paramètres facultatifs sont le 
36436 \family sans
36437 Débordement
36438 \family default
36439  qui précise de combien le flottant déborde sur la marge du paragraphe ou
36440  de la page et la 
36441 \family sans
36442 Porté de la ligne
36443 \family default
36444  qui précise le nombre approximatif de lignes dont le flottant va avoir
36445  besoin.
36446  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
36447  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
36448  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
36449  à l'intérieur du paragraphe ou vers les autres paragraphes.
36450  La figure
36451 \begin_inset space ~
36452 \end_inset
36453
36454
36455 \begin_inset CommandInset ref
36456 LatexCommand ref
36457 reference "fig:Figure-enrobée"
36458
36459 \end_inset
36460
36461  est un exemple de flottant d'enrobage avec une largeur de 40
36462 \begin_inset space \thinspace{}
36463 \end_inset
36464
36465 col%, un débordement de 1
36466 \begin_inset space \thinspace{}
36467 \end_inset
36468
36469 cm et placé à gauche.
36470 \end_layout
36471
36472 \begin_layout Standard
36473 \begin_inset Note Greyedout
36474 status open
36475
36476 \begin_layout Plain Layout
36477
36478 \series bold
36479 Note:
36480 \series default
36481  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
36482  figure trop près du bas de page peut tout chambouler et faire que le flottant
36483  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
36484  de texte.
36485 \end_layout
36486
36487 \end_inset
36488
36489
36490 \end_layout
36491
36492 \begin_layout Standard
36493 En général:
36494 \end_layout
36495
36496 \begin_layout Itemize
36497 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
36498  qui risquent de passer à la page suivante.
36499  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
36500  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
36501  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
36502  de page.
36503 \end_layout
36504
36505 \begin_layout Itemize
36506 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
36507  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
36508 e.
36509 \end_layout
36510
36511 \begin_layout Itemize
36512 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
36513  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
36514  texte entre les deux, comme séparateur.
36515 \end_layout
36516
36517 \begin_layout Itemize
36518 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
36519  ou les tableaux.
36520 \end_layout
36521
36522 \begin_layout Itemize
36523 Leur numérotation et leur référencement fonctionnent comme décrit dans le
36524  chapitre
36525 \begin_inset space ~
36526 \end_inset
36527
36528
36529 \begin_inset CommandInset ref
36530 LatexCommand ref
36531 reference "chap:Flottants"
36532
36533 \end_inset
36534
36535 .
36536 \end_layout
36537
36538 \begin_layout Section
36539 Objets fixes entourés par du texte
36540 \begin_inset Index idx
36541 status collapsed
36542
36543 \begin_layout Plain Layout
36544 Entouré par du texte ! Objets fixes
36545 \end_layout
36546
36547 \end_inset
36548
36549
36550 \end_layout
36551
36552 \begin_layout Standard
36553 Les flottants d'enrobage décrits dans la section
36554 \begin_inset space \thinspace{}
36555 \end_inset
36556
36557
36558 \begin_inset CommandInset ref
36559 LatexCommand ref
36560 reference "sec:Flottant-d'enrobage"
36561
36562 \end_inset
36563
36564  prennent les positions suivantes dans le paragraphe :
36565 \end_layout
36566
36567 \begin_layout Standard
36568 \noindent
36569 \align center
36570 \begin_inset Tabular
36571 <lyxtabular version="3" rows="2" columns="2">
36572 <features tabularvalignment="middle">
36573 <column alignment="center" valignment="top" width="0">
36574 <column alignment="center" valignment="top" width="0">
36575 <row>
36576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36577 \begin_inset Text
36578
36579 \begin_layout Plain Layout
36580 \begin_inset Graphics
36581         filename ../../images/dialog-show-new-inset_graphics.png
36582         scale 70
36583         scaleBeforeRotation
36584
36585 \end_inset
36586
36587
36588 \end_layout
36589
36590 \end_inset
36591 </cell>
36592 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36593 \begin_inset Text
36594
36595 \begin_layout Plain Layout
36596 texte
36597 \end_layout
36598
36599 \end_inset
36600 </cell>
36601 </row>
36602 <row>
36603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36604 \begin_inset Text
36605
36606 \begin_layout Plain Layout
36607 texte
36608 \end_layout
36609
36610 \end_inset
36611 </cell>
36612 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36613 \begin_inset Text
36614
36615 \begin_layout Plain Layout
36616 texte
36617 \end_layout
36618
36619 \end_inset
36620 </cell>
36621 </row>
36622 </lyxtabular>
36623
36624 \end_inset
36625
36626  ou 
36627 \begin_inset Tabular
36628 <lyxtabular version="3" rows="2" columns="2">
36629 <features tabularvalignment="middle">
36630 <column alignment="center" valignment="top" width="0">
36631 <column alignment="center" valignment="top" width="0">
36632 <row>
36633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36634 \begin_inset Text
36635
36636 \begin_layout Plain Layout
36637 texte
36638 \end_layout
36639
36640 \end_inset
36641 </cell>
36642 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36643 \begin_inset Text
36644
36645 \begin_layout Plain Layout
36646 \begin_inset Graphics
36647         filename ../../images/dialog-show-new-inset_graphics.png
36648         scale 70
36649         scaleBeforeRotation
36650
36651 \end_inset
36652
36653
36654 \end_layout
36655
36656 \end_inset
36657 </cell>
36658 </row>
36659 <row>
36660 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36661 \begin_inset Text
36662
36663 \begin_layout Plain Layout
36664 texte
36665 \end_layout
36666
36667 \end_inset
36668 </cell>
36669 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36670 \begin_inset Text
36671
36672 \begin_layout Plain Layout
36673 texte
36674 \end_layout
36675
36676 \end_inset
36677 </cell>
36678 </row>
36679 </lyxtabular>
36680
36681 \end_inset
36682
36683
36684 \end_layout
36685
36686 \begin_layout Standard
36687 Pour avoir un objet exactement à la position à laquelle il a été inséré,
36688  par exemple pour avoir une de ces positions :
36689 \begin_inset VSpace defskip
36690 \end_inset
36691
36692
36693 \end_layout
36694
36695 \begin_layout Standard
36696 \noindent
36697 \align center
36698 \begin_inset Tabular
36699 <lyxtabular version="3" rows="2" columns="2">
36700 <features tabularvalignment="middle">
36701 <column alignment="center" valignment="top" width="0">
36702 <column alignment="center" valignment="top" width="0">
36703 <row>
36704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36705 \begin_inset Text
36706
36707 \begin_layout Plain Layout
36708 texte
36709 \end_layout
36710
36711 \end_inset
36712 </cell>
36713 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36714 \begin_inset Text
36715
36716 \begin_layout Plain Layout
36717 texte
36718 \end_layout
36719
36720 \end_inset
36721 </cell>
36722 </row>
36723 <row>
36724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36725 \begin_inset Text
36726
36727 \begin_layout Plain Layout
36728 \begin_inset Graphics
36729         filename ../../images/dialog-show-new-inset_graphics.png
36730         scale 70
36731         scaleBeforeRotation
36732
36733 \end_inset
36734
36735
36736 \end_layout
36737
36738 \end_inset
36739 </cell>
36740 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36741 \begin_inset Text
36742
36743 \begin_layout Plain Layout
36744 texte
36745 \end_layout
36746
36747 \end_inset
36748 </cell>
36749 </row>
36750 </lyxtabular>
36751
36752 \end_inset
36753
36754  
36755 \begin_inset Tabular
36756 <lyxtabular version="3" rows="2" columns="2">
36757 <features tabularvalignment="middle">
36758 <column alignment="center" valignment="top" width="0">
36759 <column alignment="center" valignment="top" width="0">
36760 <row>
36761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36762 \begin_inset Text
36763
36764 \begin_layout Plain Layout
36765 texte
36766 \end_layout
36767
36768 \end_inset
36769 </cell>
36770 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36771 \begin_inset Text
36772
36773 \begin_layout Plain Layout
36774 texte
36775 \end_layout
36776
36777 \end_inset
36778 </cell>
36779 </row>
36780 <row>
36781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36782 \begin_inset Text
36783
36784 \begin_layout Plain Layout
36785 texte
36786 \end_layout
36787
36788 \end_inset
36789 </cell>
36790 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36791 \begin_inset Text
36792
36793 \begin_layout Plain Layout
36794 \begin_inset Graphics
36795         filename ../../images/dialog-show-new-inset_graphics.png
36796         scale 70
36797         scaleBeforeRotation
36798
36799 \end_inset
36800
36801
36802 \end_layout
36803
36804 \end_inset
36805 </cell>
36806 </row>
36807 </lyxtabular>
36808
36809 \end_inset
36810
36811  
36812 \begin_inset Tabular
36813 <lyxtabular version="3" rows="2" columns="3">
36814 <features tabularvalignment="middle">
36815 <column alignment="center" valignment="top" width="0">
36816 <column alignment="center" valignment="top" width="0">
36817 <column alignment="center" valignment="top" width="0">
36818 <row>
36819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36820 \begin_inset Text
36821
36822 \begin_layout Plain Layout
36823 texte
36824 \end_layout
36825
36826 \end_inset
36827 </cell>
36828 <cell alignment="center" valignment="top" topline="true" usebox="none">
36829 \begin_inset Text
36830
36831 \begin_layout Plain Layout
36832 \begin_inset Graphics
36833         filename ../../images/dialog-show-new-inset_graphics.png
36834         scale 70
36835         scaleBeforeRotation
36836
36837 \end_inset
36838
36839
36840 \end_layout
36841
36842 \end_inset
36843 </cell>
36844 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36845 \begin_inset Text
36846
36847 \begin_layout Plain Layout
36848 texte
36849 \end_layout
36850
36851 \end_inset
36852 </cell>
36853 </row>
36854 <row>
36855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36856 \begin_inset Text
36857
36858 \begin_layout Plain Layout
36859 texte
36860 \end_layout
36861
36862 \end_inset
36863 </cell>
36864 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36865 \begin_inset Text
36866
36867 \begin_layout Plain Layout
36868 texte
36869 \end_layout
36870
36871 \end_inset
36872 </cell>
36873 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36874 \begin_inset Text
36875
36876 \begin_layout Plain Layout
36877 texte
36878 \end_layout
36879
36880 \end_inset
36881 </cell>
36882 </row>
36883 </lyxtabular>
36884
36885 \end_inset
36886
36887  
36888 \begin_inset Tabular
36889 <lyxtabular version="3" rows="2" columns="3">
36890 <features tabularvalignment="middle">
36891 <column alignment="center" valignment="top" width="0">
36892 <column alignment="center" valignment="top" width="0">
36893 <column alignment="center" valignment="top" width="0">
36894 <row>
36895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36896 \begin_inset Text
36897
36898 \begin_layout Plain Layout
36899 texte
36900 \end_layout
36901
36902 \end_inset
36903 </cell>
36904 <cell alignment="center" valignment="top" topline="true" usebox="none">
36905 \begin_inset Text
36906
36907 \begin_layout Plain Layout
36908 texte
36909 \end_layout
36910
36911 \end_inset
36912 </cell>
36913 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36914 \begin_inset Text
36915
36916 \begin_layout Plain Layout
36917 texte
36918 \end_layout
36919
36920 \end_inset
36921 </cell>
36922 </row>
36923 <row>
36924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36925 \begin_inset Text
36926
36927 \begin_layout Plain Layout
36928 texte
36929 \end_layout
36930
36931 \end_inset
36932 </cell>
36933 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36934 \begin_inset Text
36935
36936 \begin_layout Plain Layout
36937 \begin_inset Graphics
36938         filename ../../images/dialog-show-new-inset_graphics.png
36939         scale 70
36940         scaleBeforeRotation
36941
36942 \end_inset
36943
36944
36945 \end_layout
36946
36947 \end_inset
36948 </cell>
36949 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36950 \begin_inset Text
36951
36952 \begin_layout Plain Layout
36953 texte
36954 \end_layout
36955
36956 \end_inset
36957 </cell>
36958 </row>
36959 </lyxtabular>
36960
36961 \end_inset
36962
36963
36964 \end_layout
36965
36966 \begin_layout Standard
36967 \noindent
36968 \align center
36969 \begin_inset Tabular
36970 <lyxtabular version="3" rows="3" columns="2">
36971 <features tabularvalignment="middle">
36972 <column alignment="center" valignment="top" width="0">
36973 <column alignment="center" valignment="top" width="0">
36974 <row>
36975 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36985 \begin_inset Text
36986
36987 \begin_layout Plain Layout
36988 texte
36989 \end_layout
36990
36991 \end_inset
36992 </cell>
36993 </row>
36994 <row>
36995 <cell alignment="center" valignment="top" leftline="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" 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 <row>
37022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37023 \begin_inset Text
37024
37025 \begin_layout Plain Layout
37026 texte
37027 \end_layout
37028
37029 \end_inset
37030 </cell>
37031 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37032 \begin_inset Text
37033
37034 \begin_layout Plain Layout
37035 texte
37036 \end_layout
37037
37038 \end_inset
37039 </cell>
37040 </row>
37041 </lyxtabular>
37042
37043 \end_inset
37044
37045  
37046 \begin_inset Tabular
37047 <lyxtabular version="3" rows="3" columns="3">
37048 <features tabularvalignment="middle">
37049 <column alignment="center" valignment="top" width="0">
37050 <column alignment="center" valignment="top" width="0">
37051 <column alignment="center" valignment="top" width="0">
37052 <row>
37053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37054 \begin_inset Text
37055
37056 \begin_layout Plain Layout
37057 texte
37058 \end_layout
37059
37060 \end_inset
37061 </cell>
37062 <cell alignment="center" valignment="top" topline="true" usebox="none">
37063 \begin_inset Text
37064
37065 \begin_layout Plain Layout
37066 texte
37067 \end_layout
37068
37069 \end_inset
37070 </cell>
37071 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37072 \begin_inset Text
37073
37074 \begin_layout Plain Layout
37075 texte
37076 \end_layout
37077
37078 \end_inset
37079 </cell>
37080 </row>
37081 <row>
37082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37083 \begin_inset Text
37084
37085 \begin_layout Plain Layout
37086 texte
37087 \end_layout
37088
37089 \end_inset
37090 </cell>
37091 <cell alignment="center" valignment="top" usebox="none">
37092 \begin_inset Text
37093
37094 \begin_layout Plain Layout
37095 \begin_inset Graphics
37096         filename ../../images/dialog-show-new-inset_graphics.png
37097         scale 70
37098         scaleBeforeRotation
37099
37100 \end_inset
37101
37102
37103 \end_layout
37104
37105 \end_inset
37106 </cell>
37107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37108 \begin_inset Text
37109
37110 \begin_layout Plain Layout
37111 texte
37112 \end_layout
37113
37114 \end_inset
37115 </cell>
37116 </row>
37117 <row>
37118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37119 \begin_inset Text
37120
37121 \begin_layout Plain Layout
37122 texte
37123 \end_layout
37124
37125 \end_inset
37126 </cell>
37127 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37128 \begin_inset Text
37129
37130 \begin_layout Plain Layout
37131 texte
37132 \end_layout
37133
37134 \end_inset
37135 </cell>
37136 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37137 \begin_inset Text
37138
37139 \begin_layout Plain Layout
37140 texte
37141 \end_layout
37142
37143 \end_inset
37144 </cell>
37145 </row>
37146 </lyxtabular>
37147
37148 \end_inset
37149
37150  
37151 \begin_inset Tabular
37152 <lyxtabular version="3" rows="3" columns="2">
37153 <features tabularvalignment="middle">
37154 <column alignment="center" valignment="top" width="0">
37155 <column alignment="center" valignment="top" width="0">
37156 <row>
37157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37158 \begin_inset Text
37159
37160 \begin_layout Plain Layout
37161 texte
37162 \end_layout
37163
37164 \end_inset
37165 </cell>
37166 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37167 \begin_inset Text
37168
37169 \begin_layout Plain Layout
37170 texte
37171 \end_layout
37172
37173 \end_inset
37174 </cell>
37175 </row>
37176 <row>
37177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37178 \begin_inset Text
37179
37180 \begin_layout Plain Layout
37181 texte
37182 \end_layout
37183
37184 \end_inset
37185 </cell>
37186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37187 \begin_inset Text
37188
37189 \begin_layout Plain Layout
37190 \begin_inset Graphics
37191         filename ../../images/dialog-show-new-inset_graphics.png
37192         scale 70
37193         scaleBeforeRotation
37194
37195 \end_inset
37196
37197
37198 \end_layout
37199
37200 \end_inset
37201 </cell>
37202 </row>
37203 <row>
37204 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37205 \begin_inset Text
37206
37207 \begin_layout Plain Layout
37208 texte
37209 \end_layout
37210
37211 \end_inset
37212 </cell>
37213 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37214 \begin_inset Text
37215
37216 \begin_layout Plain Layout
37217 texte
37218 \end_layout
37219
37220 \end_inset
37221 </cell>
37222 </row>
37223 </lyxtabular>
37224
37225 \end_inset
37226
37227
37228 \end_layout
37229
37230 \begin_layout Standard
37231 vous pouvez utiliser la paquetage LaTeX 
37232 \end_layout
37233
37234 \begin_layout Standard
37235 \noindent
37236
37237 \series bold
37238 picinpar
37239 \series default
37240
37241 \begin_inset Index idx
37242 status collapsed
37243
37244 \begin_layout Plain Layout
37245 Paquetages LaTeX ! picinpar
37246 \end_layout
37247
37248 \end_inset
37249
37250 .
37251  Voici un exemple :
37252 \end_layout
37253
37254 \begin_layout Standard
37255 \begin_inset ERT
37256 status collapsed
37257
37258 \begin_layout Plain Layout
37259
37260
37261 \backslash
37262 ifpicinpar
37263 \end_layout
37264
37265 \end_inset
37266
37267
37268 \begin_inset Note Note
37269 status open
37270
37271 \begin_layout Plain Layout
37272 La section suivante ne sera affichée que si le paquetage LaTeX 
37273 \series bold
37274 picinpar
37275 \series default
37276  a été installé.
37277 \end_layout
37278
37279 \end_inset
37280
37281
37282 \end_layout
37283
37284 \begin_layout Standard
37285 \begin_inset ERT
37286 status collapsed
37287
37288 \begin_layout Plain Layout
37289
37290
37291 \backslash
37292 begin{window}[2,c,{
37293 \end_layout
37294
37295 \end_inset
37296
37297
37298 \begin_inset Graphics
37299         filename ../clipart/mobius.eps
37300         lyxscale 60
37301         width 40col%
37302         scaleBeforeRotation
37303         rotateOrigin center
37304
37305 \end_inset
37306
37307
37308 \begin_inset ERT
37309 status collapsed
37310
37311 \begin_layout Plain Layout
37312
37313 },]
37314 \end_layout
37315
37316 \begin_layout Plain Layout
37317
37318 {}
37319 \end_layout
37320
37321 \end_inset
37322
37323
37324 \size small
37325 \lang english
37326 It was in the spring of the year 1894 that all London was interested, and
37327  the fashionable world dismayed, by the murder of the Honourable Ronald
37328  Adair under most unusual and inexplicable circumstances.
37329  The public has already learned those particulars of the crime which
37330 \size default
37331
37332 \begin_inset ERT
37333 status collapsed
37334
37335 \begin_layout Plain Layout
37336
37337
37338 \backslash
37339 footnotemark{}
37340 \end_layout
37341
37342 \end_inset
37343
37344
37345 \size small
37346  came out in the police investigation, but a good deal was suppressed upon
37347  that occasion, since the case for the prosecution was so overwhelmingly
37348  strong that it was not necessary to bring forward all the facts.
37349  Only now, at the end of nearly ten years, am I allowed to supply those
37350  missing links which make up the whole of that remarkable chain
37351 \lang french
37352 .
37353 \size default
37354
37355 \begin_inset ERT
37356 status collapsed
37357
37358 \begin_layout Plain Layout
37359
37360
37361 \backslash
37362 end{window}
37363 \end_layout
37364
37365 \end_inset
37366
37367
37368 \end_layout
37369
37370 \begin_layout Standard
37371 \begin_inset ERT
37372 status collapsed
37373
37374 \begin_layout Plain Layout
37375
37376
37377 \backslash
37378 footnotetext{
37379 \end_layout
37380
37381 \end_inset
37382
37383 Note de pied de page du paragraphe avec objet fixe.
37384 \begin_inset ERT
37385 status collapsed
37386
37387 \begin_layout Plain Layout
37388
37389 }
37390 \end_layout
37391
37392 \end_inset
37393
37394
37395 \end_layout
37396
37397 \begin_layout Standard
37398 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
37399  d'eux et leur position est déterminée par le nombre de lignes de texte
37400  situées audessus d'eux.
37401  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
37402  numérotée.
37403 \end_layout
37404
37405 \begin_layout Standard
37406 Un objet fixe enrobé est inséré en ajoutant la commande
37407 \end_layout
37408
37409 \begin_layout Standard
37410
37411 \series bold
37412
37413 \backslash
37414 begin{window}[2,c,{
37415 \end_layout
37416
37417 \begin_layout Standard
37418 en code TeX au debut du paragraphe.
37419  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
37420  dessus de l'objet, le second, ici 'c', la position de l'objet.
37421  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
37422  ) sont possibles.
37423  Après la commande, vous insérez votre objet.
37424  Dans cet exemple, c'est une image avec une largeur de 40
37425 \begin_inset space \thinspace{}
37426 \end_inset
37427
37428 % de la colonne de texte qui a été insérée.
37429  L'objet peut aussi être un tableau, une boîte ou une équation.
37430  Après l'objet, on insère la commande
37431 \end_layout
37432
37433 \begin_layout Standard
37434
37435 \series bold
37436 },texte de description ]
37437 \begin_inset Newline newline
37438 \end_inset
37439
37440 {}
37441 \end_layout
37442
37443 \begin_layout Standard
37444 Notez que le 
37445 \begin_inset Quotes fld
37446 \end_inset
37447
37448
37449 \series bold
37450 {}
37451 \series default
37452
37453 \begin_inset Quotes frd
37454 \end_inset
37455
37456  est sur la deuxième ligne.
37457  Le texte de description est facultatif.
37458  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
37459  il doit donc commence juste après le 
37460 \series bold
37461 {}
37462 \series default
37463 .
37464  A la fin du paragraphe on insère la commande :
37465 \end_layout
37466
37467 \begin_layout Standard
37468
37469 \series bold
37470
37471 \backslash
37472 end{window}
37473 \end_layout
37474
37475 \begin_layout Standard
37476 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
37477  ajouter des notes de pied de page de la façon habituelle.
37478  Vous devez utiliser la commande 
37479 \series bold
37480
37481 \backslash
37482 footnotemark
37483 \series default
37484  à l'intérieur du paragraphe et la commande 
37485 \series bold
37486
37487 \backslash
37488 footnotetext
37489 \series default
37490  à l'extérieur, comme décrit dans la section
37491 \begin_inset space \thinspace{}
37492 \end_inset
37493
37494
37495 \begin_inset CommandInset ref
37496 LatexCommand ref
37497 reference "sec:Notes-bas-de-page"
37498
37499 \end_inset
37500
37501 .
37502 \end_layout
37503
37504 \begin_layout Standard
37505 \begin_inset ERT
37506 status collapsed
37507
37508 \begin_layout Plain Layout
37509
37510
37511 \backslash
37512 else
37513 \end_layout
37514
37515 \end_inset
37516
37517
37518 \begin_inset Note Note
37519 status open
37520
37521 \begin_layout Plain Layout
37522 Ce qui suit sera affiché si le paquetage LaTeX 
37523 \series bold
37524 picinpar
37525 \series default
37526  n'est pas installé :
37527 \end_layout
37528
37529 \end_inset
37530
37531
37532 \end_layout
37533
37534 \begin_layout Standard
37535 Vous devez installer le paquetage LaTeX 
37536 \series bold
37537 picinpar
37538 \series default
37539  pour voir la suite de cette section dans la sortie imprimée.
37540 \end_layout
37541
37542 \begin_layout Standard
37543 \begin_inset ERT
37544 status collapsed
37545
37546 \begin_layout Plain Layout
37547
37548
37549 \backslash
37550 fi
37551 \end_layout
37552
37553 \end_inset
37554
37555
37556 \end_layout
37557
37558 \begin_layout Section
37559 Lettrines
37560 \begin_inset Index idx
37561 status collapsed
37562
37563 \begin_layout Plain Layout
37564 Lettrines
37565 \end_layout
37566
37567 \end_inset
37568
37569
37570 \begin_inset Index idx
37571 status collapsed
37572
37573 \begin_layout Plain Layout
37574 Entouré par du texte ! Lettrines
37575 \end_layout
37576
37577 \end_inset
37578
37579
37580 \end_layout
37581
37582 \begin_layout Standard
37583 Pour utiliser des lettrines, le paquetage LaTeX 
37584 \series bold
37585 lettrine
37586 \series default
37587
37588 \begin_inset Index idx
37589 status collapsed
37590
37591 \begin_layout Plain Layout
37592 Paquetages LaTeX ! lettrine
37593 \end_layout
37594
37595 \end_inset
37596
37597  doit être installé et vous devez utiliser le module Initiales (
37598 \begin_inset space ~
37599 \end_inset
37600
37601 menu 
37602 \family sans
37603 Document\SpecialChar \menuseparator
37604 Paramètres\SpecialChar \menuseparator
37605 Modules
37606 \family default
37607
37608 \begin_inset space ~
37609 \end_inset
37610
37611 ).
37612  Pour insérer une lettrine, utilisez le style 
37613 \family sans
37614 Initial
37615 \family default
37616 .
37617  Ce dernier a un paramètre obligatoire et un autre facultatif.
37618  Le paramètre obligatoire est inséré avec le menu 
37619 \family sans
37620 Insérer\SpecialChar \menuseparator
37621 Titre
37622 \begin_inset space ~
37623 \end_inset
37624
37625 court
37626 \family default
37627  et contient la lettre qui sert d'initiale.
37628  Pour utiliser aussi le paramètre facultatif, ajoutez un autre paramètre
37629  avant le paramètre obligatoire.
37630  Ce paramètre sert à modifier la lettrine.
37631  Pour plus d'informations sur les paramètres possibles, voyez la documentation
37632  du paquetage 
37633 \series bold
37634 lettrine
37635 \series default
37636
37637 \begin_inset CommandInset citation
37638 LatexCommand cite
37639 key "lettrine"
37640
37641 \end_inset
37642
37643 .
37644  Le style lui-même contient le texte qui doit entourer la lettrine.
37645  Le style habituel est par conséquent que le mot dont la première lettre
37646  est l'initiale soit en 
37647 \shape smallcaps
37648 petites capitales
37649 \shape default
37650 .
37651  Pour indiquer à LaTeX où ce mot se termine, ajoutez une accolade fermante
37652  '}' en code TeX juste après.
37653  A la fin du style on doit placer une accolade ouvrante '{' en code TeX.
37654 \end_layout
37655
37656 \begin_layout Standard
37657 \begin_inset Newpage pagebreak
37658 \end_inset
37659
37660
37661 \end_layout
37662
37663 \begin_layout Standard
37664 Voici quelques exemples
37665 \begin_inset space ~
37666 \end_inset
37667
37668 :
37669 \end_layout
37670
37671 \begin_layout Standard
37672 \begin_inset ERT
37673 status collapsed
37674
37675 \begin_layout Plain Layout
37676
37677
37678 \backslash
37679 iflettrine
37680 \end_layout
37681
37682 \end_inset
37683
37684
37685 \begin_inset Note Note
37686 status open
37687
37688 \begin_layout Plain Layout
37689 La section suivante ne sera affichée que si le paquetage LaTeX 
37690 \series bold
37691 lettrine
37692 \series default
37693  a été installé.
37694 \end_layout
37695
37696 \end_inset
37697
37698
37699 \end_layout
37700
37701 \begin_layout Enumerate
37702 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
37703  mathématique 
37704 \begin_inset Formula $\mathfrak{Fraktur}$
37705 \end_inset
37706
37707 :
37708 \end_layout
37709
37710 \begin_deeper
37711 \begin_layout Initial
37712 \begin_inset Argument
37713 status open
37714
37715 \begin_layout Plain Layout
37716 \begin_inset Formula $\mathfrak{I}$
37717 \end_inset
37718
37719
37720 \end_layout
37721
37722 \end_inset
37723
37724 t
37725 \begin_inset ERT
37726 status collapsed
37727
37728 \begin_layout Plain Layout
37729
37730 }
37731 \end_layout
37732
37733 \end_inset
37734
37735  
37736 \lang english
37737 was in the spring of the year 1894 that all London was interested, and the
37738  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37739  under most unusual and inexplicable circumstances.
37740  The public has already learned those particulars of the crime which came
37741  out in the police investigation, but a good deal was suppressed upon that
37742  occasion, since the case for the prosecution was so overwhelmingly strong
37743  that it was not necessary to bring forward all the facts.
37744 \lang french
37745
37746 \begin_inset ERT
37747 status collapsed
37748
37749 \begin_layout Plain Layout
37750
37751 {
37752 \end_layout
37753
37754 \end_inset
37755
37756
37757 \end_layout
37758
37759 \end_deeper
37760 \begin_layout Enumerate
37761 L'initiale est entourée par une seule ligne et est formée de deux lettres
37762  dans la police standard ; aucun texte n'est écrit en petites capitales
37763 \begin_inset space ~
37764 \end_inset
37765
37766 :
37767 \end_layout
37768
37769 \begin_deeper
37770 \begin_layout Initial
37771 \begin_inset Argument
37772 status open
37773
37774 \begin_layout Plain Layout
37775 lines=1
37776 \end_layout
37777
37778 \end_inset
37779
37780
37781 \begin_inset Argument
37782 status open
37783
37784 \begin_layout Plain Layout
37785 It
37786 \end_layout
37787
37788 \end_inset
37789
37790
37791 \begin_inset ERT
37792 status collapsed
37793
37794 \begin_layout Plain Layout
37795
37796 }
37797 \end_layout
37798
37799 \end_inset
37800
37801  
37802 \lang english
37803 was in the spring of the year 1894 that all London was interested, and the
37804  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37805  under most unusual and inexplicable circumstances.
37806  The public has already learned those particulars of the crime which came
37807  out in the police investigation, but a good deal was suppressed upon that
37808  occasion, since the case for the prosecution was so overwhelmingly strong
37809  that it was not necessary to bring forward all the facts.
37810 \lang french
37811
37812 \begin_inset ERT
37813 status collapsed
37814
37815 \begin_layout Plain Layout
37816
37817 {
37818 \end_layout
37819
37820 \end_inset
37821
37822
37823 \end_layout
37824
37825 \end_deeper
37826 \begin_layout Enumerate
37827 Initiale descendante sur 3
37828 \begin_inset space ~
37829 \end_inset
37830
37831 lignes en magenta en police mathématique 
37832 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37833 \end_inset
37834
37835 , le texte 
37836 \begin_inset Quotes fld
37837 \end_inset
37838
37839
37840 \lang english
37841 t was in the spring
37842 \lang french
37843
37844 \begin_inset Quotes frd
37845 \end_inset
37846
37847  est en 
37848 \shape smallcaps
37849 petites capitales
37850 \shape default
37851  ; pour colorer la lettrine, il faut insérer la commande suivante juste
37852  avant l'initiale
37853 \begin_inset space ~
37854 \end_inset
37855
37856 :
37857 \begin_inset Newline newline
37858 \end_inset
37859
37860
37861 \series bold
37862
37863 \backslash
37864 renewcommand{
37865 \backslash
37866 LettrineFontHook}{
37867 \backslash
37868 color{couleur}}
37869 \series default
37870
37871 \begin_inset Newline newline
37872 \end_inset
37873
37874 où la 
37875 \emph on
37876 couleur
37877 \emph default
37878  peut être 
37879 \begin_inset Quotes fld
37880 \end_inset
37881
37882 red
37883 \begin_inset Quotes frd
37884 \end_inset
37885
37886
37887 \begin_inset Quotes fld
37888 \end_inset
37889
37890 blue
37891 \begin_inset Quotes frd
37892 \end_inset
37893
37894
37895 \begin_inset Quotes fld
37896 \end_inset
37897
37898 green
37899 \begin_inset Quotes frd
37900 \end_inset
37901
37902
37903 \begin_inset Quotes fld
37904 \end_inset
37905
37906 yellow
37907 \begin_inset Quotes frd
37908 \end_inset
37909
37910
37911 \begin_inset Quotes fld
37912 \end_inset
37913
37914 cyan
37915 \begin_inset Quotes frd
37916 \end_inset
37917
37918
37919 \begin_inset Quotes fld
37920 \end_inset
37921
37922 magenta
37923 \begin_inset Quotes frd
37924 \end_inset
37925
37926
37927 \begin_inset Quotes fld
37928 \end_inset
37929
37930 black
37931 \begin_inset Quotes frd
37932 \end_inset
37933
37934  ou 
37935 \begin_inset Quotes fld
37936 \end_inset
37937
37938 white
37939 \begin_inset Quotes frd
37940 \end_inset
37941
37942 .
37943  On doit aussi ajouter la commande suivante au préambule du document
37944 \begin_inset space ~
37945 \end_inset
37946
37947 :
37948 \begin_inset Newline newline
37949 \end_inset
37950
37951
37952 \series bold
37953
37954 \backslash
37955 @ifundefined{textcolor}
37956 \begin_inset Newline newline
37957 \end_inset
37958
37959
37960 \begin_inset space ~
37961 \end_inset
37962
37963 {
37964 \backslash
37965 usepackage{color}}{}
37966 \end_layout
37967
37968 \begin_deeper
37969 \begin_layout Standard
37970 \begin_inset ERT
37971 status collapsed
37972
37973 \begin_layout Plain Layout
37974
37975
37976 \backslash
37977 renewcommand{
37978 \backslash
37979 LettrineFontHook}{
37980 \backslash
37981 color{magenta}}
37982 \end_layout
37983
37984 \end_inset
37985
37986
37987 \begin_inset Note Note
37988 status collapsed
37989
37990 \begin_layout Plain Layout
37991 colore la lettrine en magenta
37992 \end_layout
37993
37994 \end_inset
37995
37996
37997 \end_layout
37998
37999 \begin_layout Initial
38000 \begin_inset Argument
38001 status open
38002
38003 \begin_layout Plain Layout
38004 lines=3, lhang=0.33, loversize=0.25
38005 \end_layout
38006
38007 \end_inset
38008
38009
38010 \begin_inset Argument
38011 status open
38012
38013 \begin_layout Plain Layout
38014 \begin_inset Formula $\mathcal{I}$
38015 \end_inset
38016
38017
38018 \end_layout
38019
38020 \end_inset
38021
38022
38023 \lang english
38024 t was in the spring
38025 \begin_inset ERT
38026 status collapsed
38027
38028 \begin_layout Plain Layout
38029
38030 }
38031 \end_layout
38032
38033 \end_inset
38034
38035  of the year 1894 that all London was interested, and the fashionable world
38036  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38037  and inexplicable circumstances.
38038  The public has already learned those particulars of the crime which came
38039  out in the police investigation, but a good deal was suppressed upon that
38040  occasion, since the case for the prosecution was so overwhelmingly strong
38041  that it was not necessary to bring forward all the facts.
38042 \lang french
38043
38044 \begin_inset ERT
38045 status collapsed
38046
38047 \begin_layout Plain Layout
38048
38049 {
38050 \end_layout
38051
38052 \end_inset
38053
38054
38055 \end_layout
38056
38057 \end_deeper
38058 \begin_layout Standard
38059 \begin_inset ERT
38060 status collapsed
38061
38062 \begin_layout Plain Layout
38063
38064
38065 \backslash
38066 else
38067 \end_layout
38068
38069 \end_inset
38070
38071
38072 \begin_inset Note Note
38073 status open
38074
38075 \begin_layout Plain Layout
38076 Ce qui suit sera affiché si le paquetage LaTeX 
38077 \series bold
38078 lettrine
38079 \series default
38080  n'est pas installé :
38081 \end_layout
38082
38083 \end_inset
38084
38085
38086 \end_layout
38087
38088 \begin_layout Standard
38089 Vous devez installer le paquetage LaTeX 
38090 \series bold
38091 lettrine
38092 \series default
38093  pour voir la suite de cette section dans la sortie imprimée.
38094 \end_layout
38095
38096 \begin_layout Standard
38097 \begin_inset ERT
38098 status collapsed
38099
38100 \begin_layout Plain Layout
38101
38102
38103 \backslash
38104 fi
38105 \end_layout
38106
38107 \end_inset
38108
38109
38110 \end_layout
38111
38112 \begin_layout Chapter
38113 Trucs externes
38114 \begin_inset Index idx
38115 status collapsed
38116
38117 \begin_layout Plain Layout
38118 Trucs externes
38119 \end_layout
38120
38121 \end_inset
38122
38123
38124 \end_layout
38125
38126 \begin_layout Standard
38127 Avec le menu 
38128 \family sans
38129 Insérer\SpecialChar \menuseparator
38130 Fichier
38131 \family default
38132  vous pouvez insérer un contenu externe à votre document.
38133  Ce contenu peut être :
38134 \end_layout
38135
38136 \begin_layout Description
38137 Document
38138 \begin_inset space ~
38139 \end_inset
38140
38141 LyX Un autre document LyX ; son contenu est directement inséré dans votre
38142  document.
38143 \end_layout
38144
38145 \begin_layout Description
38146 Texte
38147 \begin_inset space ~
38148 \end_inset
38149
38150 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
38151 e.
38152 \end_layout
38153
38154 \begin_layout Description
38155 Texte
38156 \begin_inset space ~
38157 \end_inset
38158
38159 Brut
38160 \begin_inset space ~
38161 \end_inset
38162
38163 par
38164 \begin_inset space ~
38165 \end_inset
38166
38167 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
38168  Les lignes vides créent un nouveau paragraphe dans votre document.
38169 \end_layout
38170
38171 \begin_layout Description
38172 Objet
38173 \begin_inset space ~
38174 \end_inset
38175
38176 Externe Fichiers de formats variés.
38177 \end_layout
38178
38179 \begin_layout Description
38180 Sous-document Documents LyX ou LaTeX.
38181 \end_layout
38182
38183 \begin_layout Section
38184 Objets externes 
38185 \begin_inset Index idx
38186 status collapsed
38187
38188 \begin_layout Plain Layout
38189 Trucs externes ! Objets Externes
38190 \end_layout
38191
38192 \end_inset
38193
38194
38195 \end_layout
38196
38197 \begin_layout Standard
38198 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
38199  de fichiers dans votre document sans avoir à convertir ces derniers en
38200  un format qui soit compatible avec le format de sortie, puisque c'est LyX
38201  qui va s'occuper des conversions.
38202  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
38203  LyX des images dans des formats divers.
38204  Quand vous avez activé 
38205 \family sans
38206 Aperçu
38207 \begin_inset space ~
38208 \end_inset
38209
38210 sur
38211 \begin_inset space ~
38212 \end_inset
38213
38214 le
38215 \begin_inset space ~
38216 \end_inset
38217
38218 vif
38219 \family default
38220  dans le menu des préférences de LyX, dans la rubrique 
38221 \family sans
38222 Apparence\SpecialChar \menuseparator
38223 Graphiques
38224 \family default
38225 , les objets externes de type Dia et Xfig sont affichés directement dans
38226  LyX.
38227 \end_layout
38228
38229 \begin_layout Standard
38230 On insère des objets externes en utilisant la fenêtre de dialogue 
38231 \family sans
38232 Objet
38233 \begin_inset space ~
38234 \end_inset
38235
38236 Externe
38237 \family default
38238  qui est accessible via le menu 
38239 \family sans
38240 Insérer\SpecialChar \menuseparator
38241 Fichiers\SpecialChar \menuseparator
38242 Objet
38243 \begin_inset space ~
38244 \end_inset
38245
38246 Externe
38247 \family default
38248 .
38249  Actuellement les types de fichiers (
38250 \family sans
38251 Modèles
38252 \family default
38253 ) suivants sont autorisés :
38254 \end_layout
38255
38256 \begin_layout Description
38257 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
38258  par le programme 
38259 \series bold
38260
38261 \begin_inset CommandInset href
38262 LatexCommand href
38263 name "XBoard"
38264 target "http://fr.wikipedia.org/wiki/XBoard"
38265
38266 \end_inset
38267
38268
38269 \series default
38270 .
38271 \end_layout
38272
38273 \begin_layout Description
38274 Date Ce modèle insère la date sous la forme 
38275 \emph on
38276 Jour-Mois-Année
38277 \emph default
38278 .
38279  Voici un exemple de date insérée comme objet externe :: 
38280 \begin_inset External
38281         template Date
38282         filename .
38283
38284 \end_inset
38285
38286
38287 \begin_inset space ~
38288 \end_inset
38289
38290
38291 \begin_inset Note Note
38292 status collapsed
38293
38294 \begin_layout Plain Layout
38295 Retirer l'espace protégé quand le bug 4398 sera résolu !
38296 \end_layout
38297
38298 \end_inset
38299
38300
38301 \begin_inset Newline newline
38302 \end_inset
38303
38304 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
38305  Il y a deux autre méthodes pour insérer une date : Avec le menu 
38306 \family sans
38307 Insérer\SpecialChar \menuseparator
38308 Date
38309 \family default
38310  et avec la commande LaTeX 
38311 \series bold
38312
38313 \backslash
38314 today
38315 \series default
38316  entrée comme code TeX.
38317  Ces différentes méthodes sont comparée dans le tableau
38318 \begin_inset space ~
38319 \end_inset
38320
38321
38322 \begin_inset CommandInset ref
38323 LatexCommand ref
38324 reference "tab:Comparaison-des-dates"
38325
38326 \end_inset
38327
38328 .
38329 \end_layout
38330
38331 \begin_layout Description
38332 Dia Ce modèle accepte les diagrammes créés avec le programme 
38333 \series bold
38334
38335 \begin_inset CommandInset href
38336 LatexCommand href
38337 name "Dia"
38338 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
38339
38340 \end_inset
38341
38342
38343 \series default
38344 .
38345 \end_layout
38346
38347 \begin_layout Description
38348 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
38349  ou des tableaux dans le format de 
38350 \series bold
38351
38352 \begin_inset CommandInset href
38353 LatexCommand href
38354 name "Gnumeric"
38355 target "http://fr.wikipedia.org/wiki/Gnumeric"
38356
38357 \end_inset
38358
38359
38360 \series default
38361
38362 \begin_inset CommandInset href
38363 LatexCommand href
38364 name "OpenDocument"
38365 target "http://fr.wikipedia.org/wiki/OpenDocument"
38366
38367 \end_inset
38368
38369
38370 \begin_inset CommandInset href
38371 LatexCommand href
38372 name "Microsoft Office XML"
38373 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38374
38375 \end_inset
38376
38377  et 
38378 \begin_inset CommandInset href
38379 LatexCommand href
38380 name "Office Open XML"
38381 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
38382
38383 \end_inset
38384
38385 .
38386  Pour cette fonction, LyX doit pouvoir trouver le programme 
38387 \family typewriter
38388 ssconvert
38389 \family default
38390  au cours de sa configuration.
38391  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
38392  même si vous n'avez pas de tableaux au format gnumeric.
38393  Pour des exemples et les limitations possibles, jetez un œil au fichier
38394  LyX d'exemple, 
38395 \emph on
38396 spreadsheet.lyx
38397 \emph default
38398 .
38399 \end_layout
38400
38401 \begin_layout Description
38402 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
38403  par le programme 
38404 \series bold
38405
38406 \begin_inset CommandInset href
38407 LatexCommand href
38408 name "LilyPond"
38409 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
38410
38411 \end_inset
38412
38413
38414 \series default
38415 .
38416  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
38417  au fichier LyX d'exemple 
38418 \emph on
38419 lilypond.lyx
38420 \emph default
38421 .
38422 \end_layout
38423
38424 \begin_layout Description
38425 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
38426  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
38427  
38428 \emph on
38429 pages
38430 \emph default
38431  dans le champ 
38432 \family sans
38433 Option
38434 \family default
38435  dans l'onglet 
38436 \family sans
38437 Options LaTeX et LyX
38438 \family default
38439 .
38440  L'argument de cette option est une liste d'éléments séparés par des virgules,
38441  contenant des numéros de pages (
38442 \begin_inset space ~
38443 \end_inset
38444
38445 insérez comme option 
38446 \series bold
38447 pages={3,5,6,8}
38448 \series default
38449
38450 \begin_inset space ~
38451 \end_inset
38452
38453 ), des plages de numéros de pages (
38454 \series bold
38455
38456 \begin_inset space ~
38457 \end_inset
38458
38459 pages={4-9}
38460 \series default
38461
38462 \begin_inset space ~
38463 \end_inset
38464
38465 ) ou n'importe quelle combinaison des deux.
38466  Pour insérer des pages vides, utilisez 
38467 \series bold
38468 {}
38469 \series default
38470 .
38471  Par exemple 
38472 \begin_inset space ~
38473 \end_inset
38474
38475
38476 \series bold
38477 pages={3,{},8-11,15}
38478 \series default
38479  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
38480  15.
38481  Les plages de pages sont décrites avec la syntaxe 
38482 \emph on
38483 début-fin
38484 \emph default
38485  qui sélectionne toutes les pages de 
38486 \emph on
38487 début
38488 \emph default
38489  jusqu'à 
38490 \emph on
38491 fin
38492 \emph default
38493 .
38494  Si on omet 
38495 \emph on
38496 début
38497 \emph default
38498 , on commence implicitement à la première page ; de même, omettre 
38499 \emph on
38500 fin
38501 \emph default
38502  termine implicitement à la dernière page du document.
38503  La dernière page du document peut aussi être désignée par le mot-clé 
38504 \series bold
38505 last
38506 \series default
38507  (
38508 \begin_inset space ~
38509 \end_inset
38510
38511 ce dernier n'est accepté que pour une plage de pages
38512 \begin_inset space ~
38513 \end_inset
38514
38515 ).
38516  Donc 
38517 \series bold
38518 pages=-
38519 \series default
38520  va insérer toutes les pages du document et 
38521 \series bold
38522 pages=last-1
38523 \series default
38524  va insérer toutes les pages dans l'ordre inverse.
38525  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
38526 \begin_inset Newline newline
38527 \end_inset
38528
38529 L'option 
38530 \series bold
38531 noautoscale
38532 \series default
38533  insère les pages avec leur taille d'origine, si cette option n'est pas
38534  donnée, les pages seront redimensionnées
38535 \begin_inset space \space{}
38536 \end_inset
38537
38538 pour tenir dans la largeur de page de votre document.
38539  Dans l'onglet 
38540 \family sans
38541 Taille
38542 \begin_inset space ~
38543 \end_inset
38544
38545 et
38546 \begin_inset space ~
38547 \end_inset
38548
38549 rotation
38550 \family default
38551  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
38552  qu'une éventuelle rotation.
38553  Si vous utilisez une autre largeur que 100
38554 \begin_inset space \thinspace{}
38555 \end_inset
38556
38557 Échelle%, l'option 
38558 \series bold
38559 noautoscale
38560 \series default
38561  sera neutralisée.
38562  Pour plus d'information sur les options possibles, jetez un œil sur la
38563  documentation du paquetage LaTeX 
38564 \series bold
38565 pdfpages
38566 \series default
38567  
38568 \begin_inset CommandInset citation
38569 LatexCommand cite
38570 key "pdfpages"
38571
38572 \end_inset
38573
38574 .
38575 \begin_inset Index idx
38576 status collapsed
38577
38578 \begin_layout Plain Layout
38579 Paquetages LaTeX ! pdfpages
38580 \end_layout
38581
38582 \end_inset
38583
38584
38585 \begin_inset Newline newline
38586 \end_inset
38587
38588 Pour utiliser ce modèle dans une présentation 
38589 \family sans
38590 Beamer
38591 \family default
38592  vous devez d'abord insérer un environnement 
38593 \family sans
38594 FinCadre
38595 \family default
38596  et dans la suite, dans un paragraphe, une boîte de code TeX contenant la
38597  commande 
38598 \series bold
38599
38600 \backslash
38601 setbeamertemplate{background canvas}{}
38602 \series default
38603 .
38604  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
38605  que vous voulez.
38606  Après les pages PDF incorporées, vous pouvez reprendre la présentation
38607  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
38608  section.
38609  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
38610  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
38611  le modèle.
38612 \begin_inset Newline newline
38613 \end_inset
38614
38615 Voici un PDF incorporé basculé de -5°
38616 \begin_inset space ~
38617 \end_inset
38618
38619 °: 
38620 \begin_inset External
38621         template PDFPages
38622         filename ../clipart/Abstract.pdf
38623         extra LaTeX "noautoscale, pages=-"
38624         rotateAngle -5
38625         rotateOrigin bottomleft
38626
38627 \end_inset
38628
38629
38630 \end_layout
38631
38632 \begin_layout Description
38633 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
38634  Les images peuvent être traitées dans la fenêtre de dialogue 
38635 \family sans
38636 Objet
38637 \begin_inset space ~
38638 \end_inset
38639
38640 Externe
38641 \family default
38642  comme les images qui sont habituellement incorporées en utilisant le menu
38643  
38644 \family sans
38645 Insérer\SpecialChar \menuseparator
38646 Graphique
38647 \family default
38648 , comme c'est décrit dans la section
38649 \begin_inset space ~
38650 \end_inset
38651
38652
38653 \begin_inset CommandInset ref
38654 LatexCommand ref
38655 reference "sec:Graphics-Dialog"
38656
38657 \end_inset
38658
38659 .
38660  La différence avec l'insertion normale d'image est que seules les images
38661  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
38662  ne sont pas acceptées.
38663  Voici un exemple d'insertion d'image matricielle
38664 \begin_inset space ~
38665 \end_inset
38666
38667
38668 \begin_inset External
38669         template RasterImage
38670         filename ../clipart/ToolbarEnvBox.png
38671
38672 \end_inset
38673
38674
38675 \end_layout
38676
38677 \begin_layout Description
38678 XFig Ce modèle accepte les images créées avec le programme 
38679 \series bold
38680
38681 \begin_inset CommandInset href
38682 LatexCommand href
38683 name "Xfig"
38684 target "http://fr.wikipedia.org/wiki/Xfig"
38685
38686 \end_inset
38687
38688
38689 \series default
38690 .
38691 \end_layout
38692
38693 \begin_layout Standard
38694 \begin_inset Float table
38695 placement !h
38696 wide false
38697 sideways false
38698 status open
38699
38700 \begin_layout Plain Layout
38701 \begin_inset Caption
38702
38703 \begin_layout Plain Layout
38704 \begin_inset CommandInset label
38705 LatexCommand label
38706 name "tab:Comparaison-des-dates"
38707
38708 \end_inset
38709
38710 Comparaison des méthodes d'insertion de la date.
38711 \end_layout
38712
38713 \end_inset
38714
38715
38716 \end_layout
38717
38718 \begin_layout Plain Layout
38719 \align center
38720 \begin_inset Tabular
38721 <lyxtabular version="3" rows="4" columns="4">
38722 <features tabularvalignment="middle">
38723 <column alignment="center" valignment="top" width="0">
38724 <column alignment="center" valignment="top" width="0">
38725 <column alignment="center" valignment="top" width="0">
38726 <column alignment="center" valignment="top" width="0">
38727 <row>
38728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38729 \begin_inset Text
38730
38731 \begin_layout Plain Layout
38732 Format du document
38733 \end_layout
38734
38735 \end_inset
38736 </cell>
38737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38738 \begin_inset Text
38739
38740 \begin_layout Plain Layout
38741
38742 \family sans
38743 Objet
38744 \begin_inset space ~
38745 \end_inset
38746
38747 Externe\SpecialChar \menuseparator
38748 Date
38749 \end_layout
38750
38751 \end_inset
38752 </cell>
38753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38754 \begin_inset Text
38755
38756 \begin_layout Plain Layout
38757
38758 \family sans
38759 Insérer\SpecialChar \menuseparator
38760 Date
38761 \end_layout
38762
38763 \end_inset
38764 </cell>
38765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38766 \begin_inset Text
38767
38768 \begin_layout Plain Layout
38769 commande 
38770 \series bold
38771
38772 \backslash
38773 today
38774 \end_layout
38775
38776 \end_inset
38777 </cell>
38778 </row>
38779 <row>
38780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38781 \begin_inset Text
38782
38783 \begin_layout Plain Layout
38784 LyX
38785 \end_layout
38786
38787 \end_inset
38788 </cell>
38789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38790 \begin_inset Text
38791
38792 \begin_layout Plain Layout
38793 comme boîte d'insert
38794 \end_layout
38795
38796 \end_inset
38797 </cell>
38798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38799 \begin_inset Text
38800
38801 \begin_layout Plain Layout
38802 comme date
38803 \end_layout
38804
38805 \end_inset
38806 </cell>
38807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38808 \begin_inset Text
38809
38810 \begin_layout Plain Layout
38811 comme boîte de code TeX
38812 \end_layout
38813
38814 \end_inset
38815 </cell>
38816 </row>
38817 <row>
38818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38819 \begin_inset Text
38820
38821 \begin_layout Plain Layout
38822 LaTeX
38823 \end_layout
38824
38825 \end_inset
38826 </cell>
38827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38828 \begin_inset Text
38829
38830 \begin_layout Plain Layout
38831 comme date
38832 \end_layout
38833
38834 \end_inset
38835 </cell>
38836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38837 \begin_inset Text
38838
38839 \begin_layout Plain Layout
38840 comme date
38841 \end_layout
38842
38843 \end_inset
38844 </cell>
38845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38846 \begin_inset Text
38847
38848 \begin_layout Plain Layout
38849 comme commande
38850 \end_layout
38851
38852 \end_inset
38853 </cell>
38854 </row>
38855 <row>
38856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38857 \begin_inset Text
38858
38859 \begin_layout Plain Layout
38860 DVI, PDF, PS
38861 \end_layout
38862
38863 \end_inset
38864 </cell>
38865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38866 \begin_inset Text
38867
38868 \begin_layout Plain Layout
38869 comme date
38870 \end_layout
38871
38872 \end_inset
38873 </cell>
38874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38875 \begin_inset Text
38876
38877 \begin_layout Plain Layout
38878 comme date
38879 \end_layout
38880
38881 \end_inset
38882 </cell>
38883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38884 \begin_inset Text
38885
38886 \begin_layout Plain Layout
38887 comme date date
38888 \end_layout
38889
38890 \end_inset
38891 </cell>
38892 </row>
38893 </lyxtabular>
38894
38895 \end_inset
38896
38897
38898 \end_layout
38899
38900 \end_inset
38901
38902
38903 \end_layout
38904
38905 \begin_layout Standard
38906 Quand vous activez l'option 
38907 \family sans
38908 Brouillon
38909 \family default
38910  de l'onglet 
38911 \family sans
38912 Fichier
38913 \family default
38914  de la fenêtre de dialogue 
38915 \family sans
38916 Objet
38917 \begin_inset space ~
38918 \end_inset
38919
38920 Externe
38921 \family default
38922 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
38923 \begin_inset Newline newline
38924 \end_inset
38925
38926 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
38927  : 
38928 \begin_inset Graphics
38929         filename ../clipart/ExternalMaterialQt4.png
38930         scale 85
38931         scaleBeforeRotation
38932
38933 \end_inset
38934
38935  soit comme une image, selon que vous avez ou non activé l'option 
38936 \family sans
38937 Afficher
38938 \begin_inset space ~
38939 \end_inset
38940
38941 dans
38942 \begin_inset space ~
38943 \end_inset
38944
38945 LyX
38946 \family default
38947  de l'onglet 
38948 \family sans
38949 Options LaTeX et LyX
38950 \family default
38951  de la fenêtre de dialogue.
38952 \end_layout
38953
38954 \begin_layout Standard
38955 Le manuel 
38956 \family sans
38957 \emph on
38958 Personnalisation
38959 \family default
38960 \emph default
38961  explique comment vous pouvez créer vos propres modèles.
38962 \end_layout
38963
38964 \begin_layout Section
38965 Sous-documents
38966 \begin_inset CommandInset label
38967 LatexCommand label
38968 name "sec:Sous-documents"
38969
38970 \end_inset
38971
38972
38973 \begin_inset Index idx
38974 status collapsed
38975
38976 \begin_layout Plain Layout
38977 Trucs externes ! Sous-documents
38978 \end_layout
38979
38980 \end_inset
38981
38982
38983 \begin_inset Index idx
38984 status collapsed
38985
38986 \begin_layout Plain Layout
38987 Fichiers ! Insérer
38988 \end_layout
38989
38990 \end_inset
38991
38992
38993 \end_layout
38994
38995 \begin_layout Standard
38996 Les sous-documents sont utilisés quand on a un document très long qui peut
38997  être décomposé en plusieurs parties ou sections plus petites.
38998  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
38999  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
39000  Les différents documents sont ce que l'on appelle les sous-documents et
39001  un document maître les relie pour imprimer le document complet ou seulement
39002  une partie de celui-ci.
39003  Un sous-document hérite du contenu de son maître, par exemple le préambule
39004  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
39005 \end_layout
39006
39007 \begin_layout Standard
39008 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
39009  maître, précisez dans le sous-document le document maître dans le menu
39010  
39011 \family sans
39012 Document\SpecialChar \menuseparator
39013 Paramètres\SpecialChar \menuseparator
39014 Classe de document
39015 \family default
39016 .
39017  Ce document maître sera par la suite utilisé de façon cachée par LyX à
39018  chaque fois que vous modifierez le sous-document.
39019 \end_layout
39020
39021 \begin_layout Standard
39022 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
39023  comme celle-ci : 
39024 \begin_inset Graphics
39025         filename clipart/ChildDocumentQt4.png
39026         lyxscale 70
39027         scale 60
39028         scaleBeforeRotation
39029
39030 \end_inset
39031
39032  Pour inclure des sous-documents dans un document maître , on utilise le
39033  menu 
39034 \family sans
39035 Insérer\SpecialChar \menuseparator
39036 Fichier\SpecialChar \menuseparator
39037 Sous-document
39038 \family default
39039 .
39040  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
39041  des quatre méthodes d'inclusion :
39042 \end_layout
39043
39044 \begin_layout Description
39045 Inclus
39046 \begin_inset space ~
39047 \end_inset
39048
39049 (include) Vous pouvez inclure des documents LyX et LaTeX.
39050  Quand vous cliquez sur le bouton 
39051 \family sans
39052 Charger
39053 \family default
39054  dans la fenêtre de dialogue 
39055 \family sans
39056 Sous-document
39057 \family default
39058 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
39059  vous puissiez le modifier.
39060 \begin_inset Newline newline
39061 \end_inset
39062
39063
39064 \end_layout
39065
39066 \begin_layout Standard
39067 Voici un sous-document inséré avec la méthode 
39068 \family sans
39069 Inclus
39070 \family default
39071  : 
39072 \begin_inset CommandInset include
39073 LatexCommand include
39074 filename "DocumentBidon1.lyx"
39075
39076 \end_inset
39077
39078
39079 \end_layout
39080
39081 \begin_layout Standard
39082 La numérotation des sections va prendre en compte les sections des fichiers
39083  incorporés dans l'ordre où ils sont insérés dans le document maître.
39084  Le document qui est inclus comme exemple possède une sous-section qui sera
39085  numérotée comme sous-section de la section actuelle.
39086  Les étiquettes présentes dans le fichier inclus peuvent être référencées
39087  : la sous-section
39088 \begin_inset space ~
39089 \end_inset
39090
39091
39092 \begin_inset CommandInset ref
39093 LatexCommand ref
39094 reference "sub:Sous-section-externe-1"
39095
39096 \end_inset
39097
39098  est dans le fichier inclus.
39099 \end_layout
39100
39101 \begin_layout Standard
39102 Le préambule du sous-document est tout simplement ignoré, seul le préambule
39103  du document maître est utilisé.
39104  Les branches présentes dans le sous-document seront ignorées par le document
39105  maître si celui-ci ne possède pas une branche avec le même nom.
39106  Les documents inclus sont insérés en commençant une nouvelle page et sont
39107  suivis par un saut de page.
39108 \end_layout
39109
39110 \begin_layout Standard
39111 \begin_inset Note Greyedout
39112 status open
39113
39114 \begin_layout Plain Layout
39115
39116 \series bold
39117 Note:
39118 \series default
39119  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
39120  une classe de document différente de celle du document maître, vous recevez
39121  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
39122  que cela peut produire des résultats inattendus sur la sortie imprimée.
39123 \end_layout
39124
39125 \end_inset
39126
39127
39128 \end_layout
39129
39130 \begin_layout Description
39131 Incorporé
39132 \begin_inset space ~
39133 \end_inset
39134
39135 (input) Cette méthode est très semblable à la méthode Inclus, les différences
39136  sont :
39137 \end_layout
39138
39139 \begin_deeper
39140 \begin_layout Itemize
39141 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
39142  par un saut de page.
39143 \end_layout
39144
39145 \begin_layout Itemize
39146 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
39147  
39148 \family sans
39149 Aperçu
39150 \begin_inset space ~
39151 \end_inset
39152
39153 sur
39154 \begin_inset space ~
39155 \end_inset
39156
39157 le
39158 \begin_inset space ~
39159 \end_inset
39160
39161 vif
39162 \family default
39163  est activée dans les préférences dans la rubrique 
39164 \family sans
39165 Apparence\SpecialChar \menuseparator
39166 Graphique
39167 \family default
39168 .
39169 \end_layout
39170
39171 \begin_layout Itemize
39172 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
39173 \family sans
39174 Document\SpecialChar \menuseparator
39175 Paramètres\SpecialChar \menuseparator
39176 Sous-documents
39177 \family default
39178 .
39179 \end_layout
39180
39181 \end_deeper
39182 \begin_layout Standard
39183 Voici un sous document inséré en utilisant la méthode 
39184 \family sans
39185 Incorporé
39186 \family default
39187  : 
39188 \begin_inset CommandInset include
39189 LatexCommand input
39190 preview true
39191 filename "DocumentBidon2.lyx"
39192
39193 \end_inset
39194
39195
39196 \end_layout
39197
39198 \begin_layout Description
39199 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
39200  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
39201  sous forme de code source et aucune des commandes éventuellement présentes
39202  ne sera exécutée.
39203  Vous pouvez utiliser l'option 
39204 \family sans
39205 Marquer
39206 \begin_inset space ~
39207 \end_inset
39208
39209 les
39210 \begin_inset space ~
39211 \end_inset
39212
39213 espaces
39214 \family default
39215  qui matérialise chaque espace présente dans le code source par un caractère
39216  
39217 \begin_inset Quotes eld
39218 \end_inset
39219
39220
39221 \begin_inset ERT
39222 status collapsed
39223
39224 \begin_layout Plain Layout
39225
39226
39227 \backslash
39228 textvisiblespace 
39229 \end_layout
39230
39231 \end_inset
39232
39233
39234 \begin_inset Quotes erd
39235 \end_inset
39236
39237  .
39238  La différence avec la méthode qui consiste à utiliser le menu 
39239 \family sans
39240 Insérer\SpecialChar \menuseparator
39241 Fichier\SpecialChar \menuseparator
39242 Texte
39243 \begin_inset space ~
39244 \end_inset
39245
39246 brut
39247 \family default
39248  est que le contenu du document n'apparaît pas dans LyX.
39249 \end_layout
39250
39251 \begin_layout Standard
39252 Voici un sous-document inclus en utilisant la méthode 
39253 \family sans
39254 verbatim
39255 \family default
39256  : 
39257 \begin_inset CommandInset include
39258 LatexCommand verbatiminput
39259 filename "DocumentTexteBidon.txt"
39260
39261 \end_inset
39262
39263
39264 \begin_inset VSpace bigskip
39265 \end_inset
39266
39267 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
39268  l'option 
39269 \family sans
39270 Marquer
39271 \begin_inset space ~
39272 \end_inset
39273
39274 les
39275 \begin_inset space ~
39276 \end_inset
39277
39278 espaces :
39279 \family default
39280  
39281 \begin_inset CommandInset include
39282 LatexCommand verbatiminput*
39283 filename "DocumentTexteBidon.txt"
39284
39285 \end_inset
39286
39287
39288 \end_layout
39289
39290 \begin_layout Standard
39291 \begin_inset VSpace bigskip
39292 \end_inset
39293
39294
39295 \end_layout
39296
39297 \begin_layout Standard
39298 \begin_inset Note Greyedout
39299 status open
39300
39301 \begin_layout Plain Layout
39302
39303 \series bold
39304 Note:
39305 \series default
39306  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
39307  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
39308 \end_layout
39309
39310 \end_inset
39311
39312
39313 \end_layout
39314
39315 \begin_layout Description
39316 Listings Ce type d'inclusion est décrit dans le chapitre
39317 \begin_inset space ~
39318 \end_inset
39319
39320
39321 \begin_inset CommandInset ref
39322 LatexCommand ref
39323 reference "cha:Program-Code-Listings"
39324
39325 \end_inset
39326
39327 .
39328 \end_layout
39329
39330 \begin_layout Standard
39331 \begin_inset Note Greyedout
39332 status open
39333
39334 \begin_layout Plain Layout
39335
39336 \series bold
39337 Note:
39338 \series default
39339  Inclure le même document deux fois dans un même document peut poser des
39340  problèmes avec LaTeX.
39341 \end_layout
39342
39343 \end_inset
39344
39345
39346 \end_layout
39347
39348 \begin_layout Standard
39349 Si vous ne voulez visualiser ou exporter que certains des sous-documents
39350  de votre document maître, que ce soit pour diminuer les temps de compilation
39351  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
39352  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
39353  la sortie en utilisant le menu 
39354 \family sans
39355 Document\SpecialChar \menuseparator
39356 Paramètres\SpecialChar \menuseparator
39357 Sous-documents
39358 \family default
39359 .
39360  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
39361  sur la ligne correspondant dans la colonne 
39362 \family sans
39363 Inclus dans le résultat
39364 \family default
39365  de la liste (
39366 \begin_inset space ~
39367 \end_inset
39368
39369 notez que cela ne fonctionne que pour les documents inclus avec la méthode
39370  
39371 \begin_inset Quotes fld
39372 \end_inset
39373
39374 inclus
39375 \begin_inset Quotes frd
39376 \end_inset
39377
39378  et pas la méthode 
39379 \begin_inset Quotes fld
39380 \end_inset
39381
39382 incorporé
39383 \begin_inset Quotes frd
39384 \end_inset
39385
39386
39387 \begin_inset space ~
39388 \end_inset
39389
39390 ).
39391  Si on active l'option 
39392 \family sans
39393 Assurer la cohérence des compteurs et des références
39394 \family default
39395 , LyX va s'assurer que tous les numéros de pages, références etc...
39396  sont corrects comme si tous le document avait été traité.
39397  C'est utile si vous voulez que les sous-documents choisis aient exactement
39398  le même aspect que s'il étaient dans le document complet.
39399  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
39400  la totalité du document.
39401  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
39402  les compteurs et autres références n'ont pas à être à tout prix valides,
39403  vous devez impérativement désactiver cette option.
39404  
39405 \end_layout
39406
39407 \begin_layout Standard
39408 Une autre solution consiste à inclure chaque fichier dans une branche
39409 \begin_inset Foot
39410 status collapsed
39411
39412 \begin_layout Plain Layout
39413 Les branches sont décrites dans la section 
39414 \emph on
39415 Branches
39416 \emph default
39417  du 
39418 \emph on
39419 Guide de l'utilisateur
39420 \emph default
39421  de LyX.
39422 \end_layout
39423
39424 \end_inset
39425
39426 .
39427  En activant ou désactivant une branche, vous pouvez décider les fichiers
39428  inclus qui doivent apparaître dans la sortie imprimée.
39429  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
39430  
39431 \begin_inset Quotes fld
39432 \end_inset
39433
39434 incorporés
39435 \begin_inset Quotes frd
39436 \end_inset
39437
39438 .
39439  Le défaut est que les compteurs et autres références ne sont pas conservés
39440  avec cette approche.
39441 \end_layout
39442
39443 \begin_layout Chapter
39444 Listings de code source
39445 \begin_inset CommandInset label
39446 LatexCommand label
39447 name "cha:Program-Code-Listings"
39448
39449 \end_inset
39450
39451
39452 \begin_inset Index idx
39453 status collapsed
39454
39455 \begin_layout Plain Layout
39456 Listings
39457 \end_layout
39458
39459 \end_inset
39460
39461
39462 \begin_inset Index idx
39463 status collapsed
39464
39465 \begin_layout Plain Layout
39466 Code Source
39467 \end_layout
39468
39469 \end_inset
39470
39471
39472 \begin_inset Index idx
39473 status collapsed
39474
39475 \begin_layout Plain Layout
39476 Flottants ! Listings
39477 \end_layout
39478
39479 \end_inset
39480
39481
39482 \end_layout
39483
39484 \begin_layout Standard
39485 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
39486  un insert 
39487 \family sans
39488 Listings
39489 \family default
39490  qui peut être créé grâce au menu 
39491 \family sans
39492 Insérer
39493 \family default
39494 \SpecialChar \menuseparator
39495
39496 \family sans
39497 Listing
39498 \begin_inset space ~
39499 \end_inset
39500
39501 de
39502 \begin_inset space ~
39503 \end_inset
39504
39505 Code
39506 \begin_inset space ~
39507 \end_inset
39508
39509 Source
39510 \family default
39511 .
39512  Le paquetage LaTeX 
39513 \series bold
39514 listings
39515 \series default
39516
39517 \begin_inset Index idx
39518 status collapsed
39519
39520 \begin_layout Plain Layout
39521 Paquetages LaTeX ! listings
39522 \end_layout
39523
39524 \end_inset
39525
39526  fournit un moyen puissant et flexible d'insérer des listings de code source
39527  dans votre document.
39528  
39529 \end_layout
39530
39531 \begin_layout Standard
39532 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
39533  contextuel s'ouvre pour vous permettre de modifier le format du listing.
39534 \end_layout
39535
39536 \begin_layout Standard
39537 Implicitement, un listing commence un nouveau paragraphe dans la sortie
39538  imprimée.
39539  L'option d'emplacement 
39540 \family sans
39541 Listing
39542 \begin_inset space ~
39543 \end_inset
39544
39545 en
39546 \begin_inset space ~
39547 \end_inset
39548
39549 Ligne
39550 \family default
39551  imprime le listing dans la ligne comme ceci : 
39552 \begin_inset listings
39553 lstparams "language={C++}"
39554 inline true
39555 status open
39556
39557 \begin_layout Plain Layout
39558
39559 int a=5;
39560 \end_layout
39561
39562 \end_inset
39563
39564
39565 \begin_inset Newline newline
39566 \end_inset
39567
39568 L'option 
39569 \family sans
39570 Flottant
39571 \family default
39572  crée un flottant de listing pour lequel vous pouvez préciser les options
39573  classiques d'emplacement : 
39574 \begin_inset Quotes eld
39575 \end_inset
39576
39577
39578 \family sans
39579 h
39580 \family default
39581
39582 \begin_inset Quotes erd
39583 \end_inset
39584
39585
39586 \begin_inset Quotes eld
39587 \end_inset
39588
39589
39590 \family sans
39591 t
39592 \family default
39593
39594 \begin_inset Quotes erd
39595 \end_inset
39596
39597
39598 \begin_inset Quotes eld
39599 \end_inset
39600
39601
39602 \family sans
39603 b
39604 \family default
39605
39606 \begin_inset Quotes erd
39607 \end_inset
39608
39609 , et 
39610 \begin_inset Quotes eld
39611 \end_inset
39612
39613
39614 \family sans
39615 p
39616 \family default
39617
39618 \begin_inset Quotes erd
39619 \end_inset
39620
39621  correspondant aux emplacement décrits dans la section
39622 \begin_inset space ~
39623 \end_inset
39624
39625
39626 \begin_inset CommandInset ref
39627 LatexCommand ref
39628 reference "sec:Placement-flottants"
39629
39630 \end_inset
39631
39632 .
39633  Les options de positionnement peuvent être mélangées et doivent être saisies
39634  sans séparation, par exemple, on peut taper 
39635 \begin_inset Quotes eld
39636 \end_inset
39637
39638
39639 \family sans
39640 htbp
39641 \family default
39642
39643 \begin_inset Quotes erd
39644 \end_inset
39645
39646 .
39647  L' option 
39648 \begin_inset Quotes eld
39649 \end_inset
39650
39651 h
39652 \begin_inset Quotes erd
39653 \end_inset
39654
39655  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
39656  
39657 \family sans
39658 Flottant
39659 \family default
39660  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
39661  légende et être référencés.
39662 \end_layout
39663
39664 \begin_layout Standard
39665 Vous pouvez ajouter une légende à un listing avec le menu 
39666 \family sans
39667 Insérer\SpecialChar \menuseparator
39668 Légende
39669 \family default
39670 .
39671  On peut référencer les listings de la même façon que les flottants :Voir
39672  le listing
39673 \begin_inset space ~
39674 \end_inset
39675
39676
39677 \begin_inset CommandInset ref
39678 LatexCommand ref
39679 reference "lst:Listing-exemple"
39680
39681 \end_inset
39682
39683
39684 \end_layout
39685
39686 \begin_layout Standard
39687 \begin_inset listings
39688 lstparams "language=Python"
39689 inline false
39690 status open
39691
39692 \begin_layout Plain Layout
39693
39694 \begin_inset Caption
39695
39696 \begin_layout Plain Layout
39697 \begin_inset CommandInset label
39698 LatexCommand label
39699 name "lst:Listing-exemple"
39700
39701 \end_inset
39702
39703 Exemple de listing flottant
39704 \end_layout
39705
39706 \end_inset
39707
39708 # Exemple de listing flottant
39709 \end_layout
39710
39711 \begin_layout Plain Layout
39712
39713 def func(param):
39714 \end_layout
39715
39716 \begin_layout Plain Layout
39717
39718     'ceci est une fonction python'
39719 \end_layout
39720
39721 \begin_layout Plain Layout
39722
39723     pass
39724 \end_layout
39725
39726 \end_inset
39727
39728
39729 \end_layout
39730
39731 \begin_layout Standard
39732 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
39733  de listing, les mots-clés de ce langage seront reconnus et mis en forme
39734  de manière particulière dans la sortie imprimée.
39735  Dans l'exemple de listing, le mot clé Python 
39736 \begin_inset Quotes eld
39737 \end_inset
39738
39739 def
39740 \begin_inset Quotes erd
39741 \end_inset
39742
39743  est reconnu et imprimé en caractères gras dans la sortie.
39744 \end_layout
39745
39746 \begin_layout Standard
39747 \begin_inset Note Greyedout
39748 status open
39749
39750 \begin_layout Plain Layout
39751
39752 \series bold
39753 Note:
39754 \series default
39755  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
39756  une police de caractères à 
39757 \family typewriter
39758 chasse fixe
39759 \family default
39760 , c'est que votre police ne contient probablement pas de série grasse.
39761  Dans ce cas choisissez une police différente dans le menu 
39762 \family sans
39763 Document\SpecialChar \menuseparator
39764 Paramètres\SpecialChar \menuseparator
39765 Polices
39766 \family default
39767 .
39768  (Les polices 
39769 \emph on
39770 LuxiMono, BeraMono
39771 \emph default
39772  et 
39773 \emph on
39774 Courier
39775 \emph default
39776  contiennent une série grasse.)
39777 \end_layout
39778
39779 \end_inset
39780
39781
39782 \end_layout
39783
39784 \begin_layout Standard
39785 Dans la rubrique 
39786 \family sans
39787 Numérotation
39788 \begin_inset space ~
39789 \end_inset
39790
39791 des
39792 \begin_inset space ~
39793 \end_inset
39794
39795 Lignes
39796 \family default
39797  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
39798 n des lignes.
39799  Vous pouvez mettre un nombre dans le champ 
39800 \family sans
39801 Pas
39802 \family default
39803  pour désigner les lignes qui seront numérotées.
39804  Par exemple, si vous mettez 
39805 \begin_inset Quotes eld
39806 \end_inset
39807
39808 3
39809 \begin_inset Quotes erd
39810 \end_inset
39811
39812 , seule une ligne sur trois sera numérotée.
39813 \end_layout
39814
39815 \begin_layout Standard
39816 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
39817  apparaîtront dans la sortie.
39818  Vous devez utiliser l'option 
39819 \family sans
39820 Table
39821 \begin_inset space ~
39822 \end_inset
39823
39824 de
39825 \begin_inset space ~
39826 \end_inset
39827
39828 Caractères
39829 \begin_inset space ~
39830 \end_inset
39831
39832 Étendue
39833 \family default
39834  quand vous employez des caractères spécifiques à une langue donnée comme
39835  les umlauts Allemands dans votre listing.
39836 \begin_inset Newline newline
39837 \end_inset
39838
39839 Voici un exemple de listing avec la numérotation des lignes à gauche par
39840  pas de 3, en langage Python, avec les options 
39841 \begin_inset Quotes eld
39842 \end_inset
39843
39844 Table
39845 \begin_inset space ~
39846 \end_inset
39847
39848 de
39849 \begin_inset space ~
39850 \end_inset
39851
39852 caractères
39853 \begin_inset space ~
39854 \end_inset
39855
39856 étendue
39857 \begin_inset Quotes erd
39858 \end_inset
39859
39860  et 
39861 \begin_inset Quotes eld
39862 \end_inset
39863
39864 Espace
39865 \begin_inset space ~
39866 \end_inset
39867
39868 représenté
39869 \begin_inset space ~
39870 \end_inset
39871
39872 par
39873 \begin_inset space ~
39874 \end_inset
39875
39876 un
39877 \begin_inset space ~
39878 \end_inset
39879
39880 symbole
39881 \begin_inset Quotes erd
39882 \end_inset
39883
39884 , l'intervalle de ligne étant 3
39885 \begin_inset space \thinspace{}
39886 \end_inset
39887
39888 -
39889 \begin_inset space \thinspace{}
39890 \end_inset
39891
39892 8:
39893 \end_layout
39894
39895 \begin_layout Standard
39896 \begin_inset listings
39897 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39898 inline false
39899 status open
39900
39901 \begin_layout Plain Layout
39902
39903 def func(param):
39904 \end_layout
39905
39906 \begin_layout Plain Layout
39907
39908     'ceci est une fonction Python'
39909 \end_layout
39910
39911 \begin_layout Plain Layout
39912
39913     pass
39914 \end_layout
39915
39916 \begin_layout Plain Layout
39917
39918 def func(param):
39919 \end_layout
39920
39921 \begin_layout Plain Layout
39922
39923 'Ça, c'est un mot Allemand : Tschüß'
39924 \end_layout
39925
39926 \begin_layout Plain Layout
39927
39928 pass
39929 \end_layout
39930
39931 \begin_layout Plain Layout
39932
39933 def func(param):
39934 \end_layout
39935
39936 \begin_layout Plain Layout
39937
39938 'ceci est une fonction Python'
39939 \end_layout
39940
39941 \begin_layout Plain Layout
39942
39943 pass
39944 \end_layout
39945
39946 \end_inset
39947
39948
39949 \end_layout
39950
39951 \begin_layout Standard
39952 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
39953  nombre de caractères que doit représenter une tabulation dans le champ
39954  
39955 \family sans
39956 Taille du tabulateur
39957 \family default
39958 .
39959 \end_layout
39960
39961 \begin_layout Standard
39962 \begin_inset Note Greyedout
39963 status open
39964
39965 \begin_layout Plain Layout
39966
39967 \series bold
39968 Note:
39969 \series default
39970  À cause d'un bug dans le paquetage 
39971 \series bold
39972 listings
39973 \series default
39974  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
39975  listing.
39976  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
39977  les lignes 3 et 6.
39978 \end_layout
39979
39980 \end_inset
39981
39982
39983 \end_layout
39984
39985 \begin_layout Standard
39986 \begin_inset VSpace bigskip
39987 \end_inset
39988
39989
39990 \end_layout
39991
39992 \begin_layout Standard
39993 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
39994  listing.
39995  Pour le faire, il suffit d'utiliser le menu 
39996 \family sans
39997 Insérer\SpecialChar \menuseparator
39998 Fichier\SpecialChar \menuseparator
39999 Sous-document
40000 \family default
40001  et de choisir le type 
40002 \family sans
40003 Listing
40004 \family default
40005
40006 \begin_inset space ~
40007 \end_inset
40008
40009
40010 \family sans
40011 de
40012 \begin_inset space ~
40013 \end_inset
40014
40015 Code
40016 \begin_inset space ~
40017 \end_inset
40018
40019 source
40020 \family default
40021 .
40022 \begin_inset Foot
40023 status collapsed
40024
40025 \begin_layout Plain Layout
40026 Les autres types de sous-documents sont décrits dans la section
40027 \begin_inset space ~
40028 \end_inset
40029
40030
40031 \begin_inset CommandInset ref
40032 LatexCommand ref
40033 reference "sec:Sous-documents"
40034
40035 \end_inset
40036
40037 .
40038 \end_layout
40039
40040 \end_inset
40041
40042  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
40043  à utiliser pour le listing dans une zone de texte.
40044  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
40045  
40046 \begin_inset Quotes eld
40047 \end_inset
40048
40049 ?
40050 \begin_inset Quotes erd
40051 \end_inset
40052
40053  dans la zone de texte.
40054 \end_layout
40055
40056 \begin_layout Standard
40057 Pour faire référence à un sous-document de type listing, tapez une étiquette
40058  dans le champ correspondant de la fenêtre de dialogue.
40059  On peut alors faire référence à cette étiquette en utilisant le menu 
40060 \family sans
40061 Insérer\SpecialChar \menuseparator
40062 Référence
40063 \begin_inset space ~
40064 \end_inset
40065
40066 Croisée
40067 \family default
40068 .
40069 \end_layout
40070
40071 \begin_layout Standard
40072 Le listing
40073 \begin_inset space ~
40074 \end_inset
40075
40076
40077 \begin_inset CommandInset ref
40078 LatexCommand ref
40079 reference "lst:listing-fichier"
40080
40081 \end_inset
40082
40083  est une exemple de listing issu d'un fichier ; ici les lignes 10
40084 \begin_inset space \thinspace{}
40085 \end_inset
40086
40087 -
40088 \begin_inset space \thinspace{}
40089 \end_inset
40090
40091 15 de ce fichier LyX sont listées.
40092 \end_layout
40093
40094 \begin_layout Standard
40095 \begin_inset CommandInset include
40096 LatexCommand lstinputlisting
40097 filename "EmbeddedObjects.lyx"
40098 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
40099
40100 \end_inset
40101
40102
40103 \end_layout
40104
40105 \begin_layout Standard
40106 \begin_inset VSpace bigskip
40107 \end_inset
40108
40109
40110 \end_layout
40111
40112 \begin_layout Standard
40113 L'insertion d'une formule dans un listing peut se faire de la façon suivante
40114 \begin_inset space ~
40115 \end_inset
40116
40117 :
40118 \end_layout
40119
40120 \begin_layout Enumerate
40121 Ouvrez la fenêtre de dialogue listings et ajoutez
40122 \begin_inset Newline newline
40123 \end_inset
40124
40125
40126 \family sans
40127 mathescape=true
40128 \family default
40129
40130 \begin_inset Newline newline
40131 \end_inset
40132
40133 dans le champ de l'onglet 
40134 \family sans
40135 Avancé
40136 \family default
40137 .
40138 \end_layout
40139
40140 \begin_layout Enumerate
40141 Créez la formule en dehors du listing.
40142 \end_layout
40143
40144 \begin_layout Enumerate
40145 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
40146  (raccourci 
40147 \begin_inset Info
40148 type  "shortcut"
40149 arg   "copy"
40150 \end_inset
40151
40152 )
40153 \end_layout
40154
40155 \begin_layout Enumerate
40156 Dans le listing écrivez 
40157 \begin_inset Quotes eld
40158 \end_inset
40159
40160
40161 \family sans
40162 $$
40163 \family default
40164
40165 \begin_inset Quotes erd
40166 \end_inset
40167
40168  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
40169  
40170 \begin_inset Info
40171 type  "shortcut"
40172 arg   "paste"
40173 \end_inset
40174
40175 )
40176 \end_layout
40177
40178 \begin_layout Standard
40179 \begin_inset listings
40180 lstparams "language=Python,mathescape=true"
40181 inline false
40182 status open
40183
40184 \begin_layout Plain Layout
40185
40186 \begin_inset Caption
40187
40188 \begin_layout Plain Layout
40189 Exemple de listing flottant contenant une formule
40190 \end_layout
40191
40192 \end_inset
40193
40194 # Exemple de listing flottant
40195 \end_layout
40196
40197 \begin_layout Plain Layout
40198
40199 def func(param):
40200 \end_layout
40201
40202 \begin_layout Plain Layout
40203
40204     # $
40205 \backslash
40206 prod_{n=1}^{
40207 \backslash
40208 infty}
40209 \backslash
40210 ,
40211 \backslash
40212 frac{1}{x^{2}}$
40213 \end_layout
40214
40215 \begin_layout Plain Layout
40216
40217     pass
40218 \end_layout
40219
40220 \end_inset
40221
40222
40223 \end_layout
40224
40225 \begin_layout Standard
40226 \begin_inset VSpace bigskip
40227 \end_inset
40228
40229
40230 \end_layout
40231
40232 \begin_layout Standard
40233 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
40234  de dialogue 
40235 \family sans
40236 Document\SpecialChar \menuseparator
40237 Paramètres\SpecialChar \menuseparator
40238 Listings
40239 \family default
40240 .
40241  Pour avoir la liste des options disponibles, tapez un point d'interrogation
40242  
40243 \begin_inset Quotes eld
40244 \end_inset
40245
40246 ?
40247 \begin_inset Quotes erd
40248 \end_inset
40249
40250  dans le champ.
40251 \end_layout
40252
40253 \begin_layout Standard
40254 Pour plus d'information sur le paquetage 
40255 \series bold
40256 listings
40257 \series default
40258 , nous vous renvoyons à sa documentation 
40259 \begin_inset CommandInset citation
40260 LatexCommand cite
40261 key "listings"
40262
40263 \end_inset
40264
40265 .
40266 \end_layout
40267
40268 \begin_layout Standard
40269 \begin_inset Newpage newpage
40270 \end_inset
40271
40272
40273 \end_layout
40274
40275 \begin_layout Chapter
40276 \start_of_appendix
40277 Unités de longueur utilisables avec LyX
40278 \begin_inset Argument
40279 status collapsed
40280
40281 \begin_layout Plain Layout
40282 Unités de longueur
40283 \end_layout
40284
40285 \end_inset
40286
40287
40288 \begin_inset Index idx
40289 status collapsed
40290
40291 \begin_layout Plain Layout
40292 Unités
40293 \end_layout
40294
40295 \end_inset
40296
40297
40298 \begin_inset CommandInset label
40299 LatexCommand label
40300 name "cha:Unités-de-longueur"
40301
40302 \end_inset
40303
40304
40305 \end_layout
40306
40307 \begin_layout Standard
40308 Pour comprendre les unités de longueur utilisées dans cette documentation,
40309  le tableau
40310 \begin_inset space ~
40311 \end_inset
40312
40313
40314 \begin_inset CommandInset ref
40315 LatexCommand ref
40316 reference "tab:Unités"
40317
40318 \end_inset
40319
40320 décrit les unités utilisées par LyX.
40321 \begin_inset Float table
40322 placement h
40323 wide false
40324 sideways false
40325 status open
40326
40327 \begin_layout Plain Layout
40328 \begin_inset Caption
40329
40330 \begin_layout Plain Layout
40331 \begin_inset CommandInset label
40332 LatexCommand label
40333 name "tab:Unités"
40334
40335 \end_inset
40336
40337 Unités de longueur
40338 \end_layout
40339
40340 \end_inset
40341
40342
40343 \end_layout
40344
40345 \begin_layout Plain Layout
40346 \begin_inset VSpace medskip
40347 \end_inset
40348
40349
40350 \end_layout
40351
40352 \begin_layout Plain Layout
40353 \align center
40354 \begin_inset Tabular
40355 <lyxtabular version="3" rows="20" columns="2">
40356 <features tabularvalignment="middle">
40357 <column alignment="center" valignment="top" width="0">
40358 <column alignment="center" valignment="top" width="0">
40359 <row>
40360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40361 \begin_inset Text
40362
40363 \begin_layout Plain Layout
40364 unité
40365 \end_layout
40366
40367 \end_inset
40368 </cell>
40369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40370 \begin_inset Text
40371
40372 \begin_layout Plain Layout
40373 nom/description
40374 \end_layout
40375
40376 \end_inset
40377 </cell>
40378 </row>
40379 <row>
40380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40381 \begin_inset Text
40382
40383 \begin_layout Plain Layout
40384 mm
40385 \end_layout
40386
40387 \end_inset
40388 </cell>
40389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40390 \begin_inset Text
40391
40392 \begin_layout Plain Layout
40393 millimètre
40394 \end_layout
40395
40396 \end_inset
40397 </cell>
40398 </row>
40399 <row>
40400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40401 \begin_inset Text
40402
40403 \begin_layout Plain Layout
40404 cm
40405 \end_layout
40406
40407 \end_inset
40408 </cell>
40409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40410 \begin_inset Text
40411
40412 \begin_layout Plain Layout
40413 centimètre
40414 \end_layout
40415
40416 \end_inset
40417 </cell>
40418 </row>
40419 <row>
40420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40421 \begin_inset Text
40422
40423 \begin_layout Plain Layout
40424 in
40425 \end_layout
40426
40427 \end_inset
40428 </cell>
40429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40430 \begin_inset Text
40431
40432 \begin_layout Plain Layout
40433 pouce (inch)
40434 \end_layout
40435
40436 \end_inset
40437 </cell>
40438 </row>
40439 <row>
40440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40441 \begin_inset Text
40442
40443 \begin_layout Plain Layout
40444 pt
40445 \end_layout
40446
40447 \end_inset
40448 </cell>
40449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40450 \begin_inset Text
40451
40452 \begin_layout Plain Layout
40453 point (72.27
40454 \begin_inset space \thinspace{}
40455 \end_inset
40456
40457 pt = 1
40458 \begin_inset space \thinspace{}
40459 \end_inset
40460
40461 in)
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 pc
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 pica (1
40482 \begin_inset space \thinspace{}
40483 \end_inset
40484
40485 pc = 12
40486 \begin_inset space \thinspace{}
40487 \end_inset
40488
40489 pt)
40490 \end_layout
40491
40492 \end_inset
40493 </cell>
40494 </row>
40495 <row>
40496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40497 \begin_inset Text
40498
40499 \begin_layout Plain Layout
40500 sp
40501 \end_layout
40502
40503 \end_inset
40504 </cell>
40505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40506 \begin_inset Text
40507
40508 \begin_layout Plain Layout
40509 scaled point (65536
40510 \begin_inset space \thinspace{}
40511 \end_inset
40512
40513 sp = 1
40514 \begin_inset space \thinspace{}
40515 \end_inset
40516
40517 pt)
40518 \end_layout
40519
40520 \end_inset
40521 </cell>
40522 </row>
40523 <row>
40524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40525 \begin_inset Text
40526
40527 \begin_layout Plain Layout
40528 bp
40529 \end_layout
40530
40531 \end_inset
40532 </cell>
40533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40534 \begin_inset Text
40535
40536 \begin_layout Plain Layout
40537 gros point (72
40538 \begin_inset space \thinspace{}
40539 \end_inset
40540
40541 bp = 1
40542 \begin_inset space \thinspace{}
40543 \end_inset
40544
40545 in)
40546 \end_layout
40547
40548 \end_inset
40549 </cell>
40550 </row>
40551 <row>
40552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40553 \begin_inset Text
40554
40555 \begin_layout Plain Layout
40556 dd
40557 \end_layout
40558
40559 \end_inset
40560 </cell>
40561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40562 \begin_inset Text
40563
40564 \begin_layout Plain Layout
40565 didot (72
40566 \begin_inset space \thinspace{}
40567 \end_inset
40568
40569 dd 
40570 \begin_inset Formula $\approx$
40571 \end_inset
40572
40573  37.6
40574 \begin_inset space \thinspace{}
40575 \end_inset
40576
40577 mm)
40578 \end_layout
40579
40580 \end_inset
40581 </cell>
40582 </row>
40583 <row>
40584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40585 \begin_inset Text
40586
40587 \begin_layout Plain Layout
40588 cc
40589 \end_layout
40590
40591 \end_inset
40592 </cell>
40593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40594 \begin_inset Text
40595
40596 \begin_layout Plain Layout
40597 cicero (1
40598 \begin_inset space \thinspace{}
40599 \end_inset
40600
40601 cc = 12
40602 \begin_inset space \thinspace{}
40603 \end_inset
40604
40605 dd)
40606 \end_layout
40607
40608 \end_inset
40609 </cell>
40610 </row>
40611 <row>
40612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40613 \begin_inset Text
40614
40615 \begin_layout Plain Layout
40616 Scale%
40617 \end_layout
40618
40619 \end_inset
40620 </cell>
40621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40622 \begin_inset Text
40623
40624 \begin_layout Plain Layout
40625 % de la largeur originale de l'image
40626 \end_layout
40627
40628 \end_inset
40629 </cell>
40630 </row>
40631 <row>
40632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40633 \begin_inset Text
40634
40635 \begin_layout Plain Layout
40636 text%
40637 \end_layout
40638
40639 \end_inset
40640 </cell>
40641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40642 \begin_inset Text
40643
40644 \begin_layout Plain Layout
40645 % de la largeur du texte
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 col%
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 % de la largeur de la colonne
40666 \end_layout
40667
40668 \end_inset
40669 </cell>
40670 </row>
40671 <row>
40672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40673 \begin_inset Text
40674
40675 \begin_layout Plain Layout
40676 page%
40677 \end_layout
40678
40679 \end_inset
40680 </cell>
40681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40682 \begin_inset Text
40683
40684 \begin_layout Plain Layout
40685 % de la largeur du papier
40686 \end_layout
40687
40688 \end_inset
40689 </cell>
40690 </row>
40691 <row>
40692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40693 \begin_inset Text
40694
40695 \begin_layout Plain Layout
40696 line%
40697 \end_layout
40698
40699 \end_inset
40700 </cell>
40701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40702 \begin_inset Text
40703
40704 \begin_layout Plain Layout
40705 % de la largeur de la ligne
40706 \end_layout
40707
40708 \end_inset
40709 </cell>
40710 </row>
40711 <row>
40712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40713 \begin_inset Text
40714
40715 \begin_layout Plain Layout
40716 theight%
40717 \end_layout
40718
40719 \end_inset
40720 </cell>
40721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40722 \begin_inset Text
40723
40724 \begin_layout Plain Layout
40725 % la hauteur du texte
40726 \end_layout
40727
40728 \end_inset
40729 </cell>
40730 </row>
40731 <row>
40732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40733 \begin_inset Text
40734
40735 \begin_layout Plain Layout
40736 pheight%
40737 \end_layout
40738
40739 \end_inset
40740 </cell>
40741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40742 \begin_inset Text
40743
40744 \begin_layout Plain Layout
40745 % hauteur du papier
40746 \end_layout
40747
40748 \end_inset
40749 </cell>
40750 </row>
40751 <row>
40752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40753 \begin_inset Text
40754
40755 \begin_layout Plain Layout
40756 ex
40757 \end_layout
40758
40759 \end_inset
40760 </cell>
40761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40762 \begin_inset Text
40763
40764 \begin_layout Plain Layout
40765 hauteur de la lettre 
40766 \emph on
40767 x
40768 \emph default
40769  dans la police courante
40770 \end_layout
40771
40772 \end_inset
40773 </cell>
40774 </row>
40775 <row>
40776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40777 \begin_inset Text
40778
40779 \begin_layout Plain Layout
40780 em
40781 \end_layout
40782
40783 \end_inset
40784 </cell>
40785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40786 \begin_inset Text
40787
40788 \begin_layout Plain Layout
40789 largeur de la lettre
40790 \emph on
40791  M
40792 \emph default
40793  dans la police courante
40794 \end_layout
40795
40796 \end_inset
40797 </cell>
40798 </row>
40799 <row>
40800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40801 \begin_inset Text
40802
40803 \begin_layout Plain Layout
40804 mu
40805 \end_layout
40806
40807 \end_inset
40808 </cell>
40809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40810 \begin_inset Text
40811
40812 \begin_layout Plain Layout
40813 unité mathématique (1
40814 \begin_inset space \thinspace{}
40815 \end_inset
40816
40817 mu = 1/18
40818 \begin_inset space \thinspace{}
40819 \end_inset
40820
40821 em)
40822 \end_layout
40823
40824 \end_inset
40825 </cell>
40826 </row>
40827 </lyxtabular>
40828
40829 \end_inset
40830
40831
40832 \end_layout
40833
40834 \end_inset
40835
40836
40837 \end_layout
40838
40839 \begin_layout Chapter
40840 Formats des fichiers de sortie graphiques
40841 \begin_inset CommandInset label
40842 LatexCommand label
40843 name "cha:Formats-fichiers-graphiques"
40844
40845 \end_inset
40846
40847
40848 \end_layout
40849
40850 \begin_layout Section
40851 DVI
40852 \begin_inset Index idx
40853 status collapsed
40854
40855 \begin_layout Plain Layout
40856 Formats de Fichiers! DVI
40857 \end_layout
40858
40859 \end_inset
40860
40861
40862 \begin_inset Index idx
40863 status collapsed
40864
40865 \begin_layout Plain Layout
40866 DVI|see
40867 \begin_inset ERT
40868 status collapsed
40869
40870 \begin_layout Plain Layout
40871
40872 {
40873 \end_layout
40874
40875 \end_inset
40876
40877 Formats de Fichiers
40878 \begin_inset ERT
40879 status collapsed
40880
40881 \begin_layout Plain Layout
40882
40883 }
40884 \end_layout
40885
40886 \end_inset
40887
40888
40889 \end_layout
40890
40891 \end_inset
40892
40893
40894 \end_layout
40895
40896 \begin_layout Standard
40897 Ce type de fichiers a l'extension 
40898 \begin_inset Quotes fld
40899 \end_inset
40900
40901
40902 \family typewriter
40903 .dvi
40904 \family default
40905
40906 \begin_inset Quotes frd
40907 \end_inset
40908
40909 .
40910  Il est appelé 
40911 \emph on
40912 indépendant de l'appareil
40913 \emph default
40914  ou 
40915 \begin_inset Quotes fld
40916 \end_inset
40917
40918 device independent (DVI)
40919 \begin_inset Quotes frd
40920 \end_inset
40921
40922 , car il est complètement portable ; vous pouvez les recopier d'une machine
40923  à l'autre sans avoir à faire de conversion.
40924  À l'époque où ce format a été développé, c'était loin d'être évident.
40925  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
40926  étape préliminaire avant la conversion vers un autre format comme le PostScript.
40927 \end_layout
40928
40929 \begin_layout Standard
40930 \begin_inset Note Greyedout
40931 status open
40932
40933 \begin_layout Plain Layout
40934
40935 \series bold
40936 Note:
40937 \series default
40938  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
40939  au fichier.
40940  
40941 \end_layout
40942
40943 \end_inset
40944
40945  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
40946  
40947 \family typewriter
40948 .dvi
40949 \family default
40950 .
40951  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
40952 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
40953  pour les rendre visibles quand vous faites défiler votre document.
40954  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
40955  avec de nombreuses images.
40956 \end_layout
40957
40958 \begin_layout Standard
40959 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
40960  menu 
40961 \family sans
40962 Fichier\SpecialChar \menuseparator
40963 Exporter\SpecialChar \menuseparator
40964 DVI.
40965
40966 \family default
40967  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
40968 \family sans
40969 Visualiser
40970 \family default
40971 .
40972 \end_layout
40973
40974 \begin_layout Section
40975 PostScript
40976 \begin_inset CommandInset label
40977 LatexCommand label
40978 name "sec:PostScript"
40979
40980 \end_inset
40981
40982
40983 \begin_inset Index idx
40984 status collapsed
40985
40986 \begin_layout Plain Layout
40987 Formats de Fichiers ! PostScript
40988 \end_layout
40989
40990 \end_inset
40991
40992
40993 \begin_inset Index idx
40994 status collapsed
40995
40996 \begin_layout Plain Layout
40997 PostScript|see
40998 \begin_inset ERT
40999 status collapsed
41000
41001 \begin_layout Plain Layout
41002
41003 {
41004 \end_layout
41005
41006 \end_inset
41007
41008 Formats de Fichiers
41009 \begin_inset ERT
41010 status collapsed
41011
41012 \begin_layout Plain Layout
41013
41014 }
41015 \end_layout
41016
41017 \end_inset
41018
41019
41020 \end_layout
41021
41022 \end_inset
41023
41024
41025 \end_layout
41026
41027 \begin_layout Standard
41028 Ce type de fichiers a l'extension 
41029 \begin_inset Quotes fld
41030 \end_inset
41031
41032
41033 \family typewriter
41034 .ps
41035 \family default
41036
41037 \begin_inset Quotes frd
41038 \end_inset
41039
41040 .
41041  PostScript a été développé par la société 
41042 \series bold
41043 Adobe
41044 \series default
41045  comme un langage pour les imprimantes.
41046  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
41047  pour imprimer le document.
41048  PostScript peut être considéré comme un 
41049 \begin_inset Quotes fld
41050 \end_inset
41051
41052 langage de programmation
41053 \begin_inset Quotes frd
41054 \end_inset
41055
41056  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
41057  images
41058 \begin_inset Foot
41059 status collapsed
41060
41061 \begin_layout Plain Layout
41062 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
41063  LaTeX 
41064 \series bold
41065 pstricks
41066 \series default
41067
41068 \begin_inset CommandInset citation
41069 LatexCommand cite
41070 key "pstricks"
41071
41072 \end_inset
41073
41074 .
41075 \end_layout
41076
41077 \end_inset
41078
41079 .
41080  En partie à cause de toutes ces possibilités un fichier PostScript est
41081  souvent plus gros qu'un PDF.
41082 \end_layout
41083
41084 \begin_layout Standard
41085 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
41086  plus gros qu'un PDF.
41087 \end_layout
41088
41089 \begin_layout Standard
41090 PostScript ne peut contenir que des images au format 
41091 \begin_inset Quotes fld
41092 \end_inset
41093
41094 PostScript Encapsulé
41095 \begin_inset Quotes frd
41096 \end_inset
41097
41098  (encapsulated PostScript ou EPS, d'extension 
41099 \family typewriter
41100 .eps
41101 \family default
41102 ).
41103  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
41104  il doit les convertir en interne en EPS.
41105  Si vous avez par exemple 50 images dans votre document, LyX doit faire
41106  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
41107  document.
41108  Cela risque de ralentir de façon importante votre rythme de travail.
41109  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
41110  vos images directement en EPS pour éviter ce problème.
41111 \end_layout
41112
41113 \begin_layout Standard
41114 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
41115  le menu 
41116 \family sans
41117 Fichier\SpecialChar \menuseparator
41118 Exporter\SpecialChar \menuseparator
41119 PostScript.
41120
41121 \family default
41122  Vous pouvez visionner votre document sous forme PostScript grâce au menu
41123  
41124 \family sans
41125 Visualiser
41126 \family default
41127  ou en utilisant le bouton 
41128 \begin_inset Graphics
41129         filename ../../images/buffer-view_ps.png
41130         scale 85
41131         scaleBeforeRotation
41132
41133 \end_inset
41134
41135  de la barre d'outils.
41136 \end_layout
41137
41138 \begin_layout Section
41139 PDF
41140 \begin_inset Index idx
41141 status collapsed
41142
41143 \begin_layout Plain Layout
41144 Formats de Fichiers ! PDF
41145 \end_layout
41146
41147 \end_inset
41148
41149
41150 \begin_inset Index idx
41151 status collapsed
41152
41153 \begin_layout Plain Layout
41154 PDF
41155 \end_layout
41156
41157 \end_inset
41158
41159
41160 \end_layout
41161
41162 \begin_layout Standard
41163 Ce type de fichiers a l'extension 
41164 \begin_inset Quotes fld
41165 \end_inset
41166
41167
41168 \family typewriter
41169 .pdf
41170 \family default
41171
41172 \begin_inset Quotes frd
41173 \end_inset
41174
41175 .
41176  Ce 
41177 \begin_inset Quotes fld
41178 \end_inset
41179
41180 format de document portable
41181 \begin_inset Quotes frd
41182 \end_inset
41183
41184  (portable document format ou PDF) est développé par 
41185 \family typewriter
41186 Adobe
41187 \family default
41188  comme une évolution de PostScript.
41189  Il est plus comprimé et utilise moins de commandes que PostScript.
41190  Comme son nom l'indique, il est 
41191 \begin_inset Quotes fld
41192 \end_inset
41193
41194 portable
41195 \begin_inset Quotes frd
41196 \end_inset
41197
41198  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
41199  aura exactement le même aspect.
41200 \end_layout
41201
41202 \begin_layout Standard
41203 PDF peut contenir des images dans son propre format PDF et dans les formats
41204  JPG (format du 
41205 \begin_inset Quotes fld
41206 \end_inset
41207
41208 Joint Photographic Expert Group
41209 \begin_inset Quotes frd
41210 \end_inset
41211
41212  avec comme extension 
41213 \family typewriter
41214 .jpg
41215 \family default
41216  ou 
41217 \family typewriter
41218 .jpeg
41219 \family default
41220 ) et PNG (
41221 \begin_inset Quotes fld
41222 \end_inset
41223
41224 Portable Network Graphics
41225 \begin_inset Quotes frd
41226 \end_inset
41227
41228  avec l'extension 
41229 \family typewriter
41230 .png
41231 \family default
41232 ).
41233  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
41234  dans un de ces formats.
41235  Mais comme il est dit dans la section sur PostScript, les conversions d'images
41236  vont ralentir votre travail.
41237  Nous recommandons donc l'utilisation de l'un des trois formats cités.
41238 \end_layout
41239
41240 \begin_layout Standard
41241 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
41242  menu 
41243 \family sans
41244 Fichier\SpecialChar \menuseparator
41245 Exporter 
41246 \family default
41247 de trois façons différentes:
41248 \end_layout
41249
41250 \begin_layout Description
41251 PDF
41252 \begin_inset space ~
41253 \end_inset
41254
41255 (ps2pdf) Ceci utilise le programme 
41256 \family typewriter
41257 ps2pdf
41258 \family default
41259  qui créé un PDF à partir de la version PostScript de votre fichier.
41260  Cette dernière est produite par le programme 
41261 \family typewriter
41262 dvips
41263 \family default
41264  qui utilise une version DVI comme étape intermédiaire.
41265  Cette variante consiste donc en trois conversions.
41266 \end_layout
41267
41268 \begin_layout Description
41269 PDF
41270 \begin_inset space ~
41271 \end_inset
41272
41273 (dvipdfm) Ceci utilise le programme 
41274 \family typewriter
41275 dvipdfm
41276 \family default
41277  qui convertit votre fichier en DVI avant de le convertir en PDF.
41278 \end_layout
41279
41280 \begin_layout Description
41281 PDF
41282 \begin_inset space ~
41283 \end_inset
41284
41285 (pdflatex) Ceci utilise le programme 
41286 \family typewriter
41287 pdftex
41288 \family default
41289  qui convertit directement votre fichier en PDF.
41290 \end_layout
41291
41292 \begin_layout Standard
41293 Nous recommandons d'utiliser l'option 
41294 \family sans
41295 PDF
41296 \begin_inset space ~
41297 \end_inset
41298
41299 (pdflatex)
41300 \family default
41301  car 
41302 \family typewriter
41303 pdftex
41304 \family default
41305  accepte toutes les fonctionnalités des versions actuelles de PDF.
41306  Il est en plus rapide et stable.
41307  Le programme 
41308 \family typewriter
41309 dvipdfm
41310 \family default
41311  n'est plus développé est est donc un peu dépassé.
41312 \end_layout
41313
41314 \begin_layout Standard
41315
41316 \end_layout
41317
41318 \begin_layout Standard
41319 Vous pouvez visionner votre document sous forme PDF grâce au menu 
41320 \family sans
41321 Visualiser
41322 \family default
41323  ou en utilisant le bouton 
41324 \begin_inset Graphics
41325         filename ../../images/buffer-view_pdf2.png
41326         scale 85
41327         scaleBeforeRotation
41328
41329 \end_inset
41330
41331  de la barre d'outils
41332 \family sans
41333  (
41334 \family default
41335 qui utilise 
41336 \family sans
41337 PDF
41338 \begin_inset space ~
41339 \end_inset
41340
41341 (pdflatex)
41342 \family default
41343 ).
41344 \end_layout
41345
41346 \begin_layout Chapter
41347 Liste de noms de couleur pour dvips
41348 \begin_inset CommandInset label
41349 LatexCommand label
41350 name "chap:Liste-de-noms-de-couleur-dvips"
41351
41352 \end_inset
41353
41354
41355 \end_layout
41356
41357 \begin_layout Standard
41358 \begin_inset Tabular
41359 <lyxtabular version="3" rows="17" columns="4">
41360 <features tabularvalignment="middle">
41361 <column alignment="left" valignment="top" width="0pt">
41362 <column alignment="left" valignment="top" width="0pt">
41363 <column alignment="left" valignment="top" width="0pt">
41364 <column alignment="left" valignment="top" width="0pt">
41365 <row>
41366 <cell alignment="left" valignment="top" usebox="none">
41367 \begin_inset Text
41368
41369 \begin_layout Plain Layout
41370 \begin_inset ERT
41371 status collapsed
41372
41373 \begin_layout Plain Layout
41374
41375
41376 \backslash
41377 fcolorbox{black}{
41378 \end_layout
41379
41380 \end_inset
41381
41382 white
41383 \begin_inset ERT
41384 status collapsed
41385
41386 \begin_layout Plain Layout
41387
41388 }{
41389 \end_layout
41390
41391 \end_inset
41392
41393 Couleur
41394 \begin_inset ERT
41395 status collapsed
41396
41397 \begin_layout Plain Layout
41398
41399 }
41400 \end_layout
41401
41402 \end_inset
41403
41404  Nom
41405 \end_layout
41406
41407 \end_inset
41408 </cell>
41409 <cell alignment="left" valignment="top" usebox="none">
41410 \begin_inset Text
41411
41412 \begin_layout Plain Layout
41413 \begin_inset ERT
41414 status collapsed
41415
41416 \begin_layout Plain Layout
41417
41418
41419 \backslash
41420 fcolorbox{black}{
41421 \end_layout
41422
41423 \end_inset
41424
41425 white
41426 \begin_inset ERT
41427 status collapsed
41428
41429 \begin_layout Plain Layout
41430
41431 }{
41432 \end_layout
41433
41434 \end_inset
41435
41436 Couleur
41437 \begin_inset ERT
41438 status collapsed
41439
41440 \begin_layout Plain Layout
41441
41442 }
41443 \end_layout
41444
41445 \end_inset
41446
41447  Nom
41448 \end_layout
41449
41450 \end_inset
41451 </cell>
41452 <cell alignment="left" valignment="top" usebox="none">
41453 \begin_inset Text
41454
41455 \begin_layout Plain Layout
41456 \begin_inset ERT
41457 status collapsed
41458
41459 \begin_layout Plain Layout
41460
41461
41462 \backslash
41463 fcolorbox{black}{
41464 \end_layout
41465
41466 \end_inset
41467
41468 white
41469 \begin_inset ERT
41470 status collapsed
41471
41472 \begin_layout Plain Layout
41473
41474 }{
41475 \end_layout
41476
41477 \end_inset
41478
41479 Couleur
41480 \begin_inset ERT
41481 status collapsed
41482
41483 \begin_layout Plain Layout
41484
41485 }
41486 \end_layout
41487
41488 \end_inset
41489
41490  Nom
41491 \end_layout
41492
41493 \end_inset
41494 </cell>
41495 <cell alignment="left" valignment="top" usebox="none">
41496 \begin_inset Text
41497
41498 \begin_layout Plain Layout
41499 \begin_inset ERT
41500 status collapsed
41501
41502 \begin_layout Plain Layout
41503
41504
41505 \backslash
41506 fcolorbox{black}{
41507 \end_layout
41508
41509 \end_inset
41510
41511 white
41512 \begin_inset ERT
41513 status collapsed
41514
41515 \begin_layout Plain Layout
41516
41517 }{
41518 \end_layout
41519
41520 \end_inset
41521
41522 Couleur
41523 \begin_inset ERT
41524 status collapsed
41525
41526 \begin_layout Plain Layout
41527
41528 }
41529 \end_layout
41530
41531 \end_inset
41532
41533  Nom
41534 \end_layout
41535
41536 \end_inset
41537 </cell>
41538 </row>
41539 <row>
41540 <cell alignment="center" valignment="top" usebox="none">
41541 \begin_inset Text
41542
41543 \begin_layout Plain Layout
41544 \begin_inset ERT
41545 status collapsed
41546
41547 \begin_layout Plain Layout
41548
41549
41550 \backslash
41551 fcolorbox{black}{
41552 \end_layout
41553
41554 \end_inset
41555
41556 Apricot
41557 \begin_inset ERT
41558 status collapsed
41559
41560 \begin_layout Plain Layout
41561
41562 }{
41563 \end_layout
41564
41565 \end_inset
41566
41567
41568 \begin_inset Phantom Phantom
41569 status open
41570
41571 \begin_layout Plain Layout
41572 W
41573 \end_layout
41574
41575 \end_inset
41576
41577
41578 \begin_inset ERT
41579 status collapsed
41580
41581 \begin_layout Plain Layout
41582
41583 }
41584 \end_layout
41585
41586 \end_inset
41587
41588  Apricot
41589 \end_layout
41590
41591 \end_inset
41592 </cell>
41593 <cell alignment="center" valignment="top" usebox="none">
41594 \begin_inset Text
41595
41596 \begin_layout Plain Layout
41597 \begin_inset ERT
41598 status collapsed
41599
41600 \begin_layout Plain Layout
41601
41602
41603 \backslash
41604 fcolorbox{black}{
41605 \end_layout
41606
41607 \end_inset
41608
41609 Aquamarine
41610 \begin_inset ERT
41611 status collapsed
41612
41613 \begin_layout Plain Layout
41614
41615 }{
41616 \end_layout
41617
41618 \end_inset
41619
41620
41621 \begin_inset Phantom Phantom
41622 status open
41623
41624 \begin_layout Plain Layout
41625 W
41626 \end_layout
41627
41628 \end_inset
41629
41630
41631 \begin_inset ERT
41632 status collapsed
41633
41634 \begin_layout Plain Layout
41635
41636 }
41637 \end_layout
41638
41639 \end_inset
41640
41641  Aquamarine
41642 \end_layout
41643
41644 \end_inset
41645 </cell>
41646 <cell alignment="center" valignment="top" usebox="none">
41647 \begin_inset Text
41648
41649 \begin_layout Plain Layout
41650 \begin_inset ERT
41651 status collapsed
41652
41653 \begin_layout Plain Layout
41654
41655
41656 \backslash
41657 fcolorbox{black}{
41658 \end_layout
41659
41660 \end_inset
41661
41662 Bittersweet
41663 \begin_inset ERT
41664 status collapsed
41665
41666 \begin_layout Plain Layout
41667
41668 }{
41669 \end_layout
41670
41671 \end_inset
41672
41673
41674 \begin_inset Phantom Phantom
41675 status open
41676
41677 \begin_layout Plain Layout
41678 W
41679 \end_layout
41680
41681 \end_inset
41682
41683
41684 \begin_inset ERT
41685 status collapsed
41686
41687 \begin_layout Plain Layout
41688
41689 }
41690 \end_layout
41691
41692 \end_inset
41693
41694  Bittersweet
41695 \end_layout
41696
41697 \end_inset
41698 </cell>
41699 <cell alignment="center" valignment="top" usebox="none">
41700 \begin_inset Text
41701
41702 \begin_layout Plain Layout
41703 \begin_inset ERT
41704 status collapsed
41705
41706 \begin_layout Plain Layout
41707
41708
41709 \backslash
41710 fcolorbox{black}{
41711 \end_layout
41712
41713 \end_inset
41714
41715 BlueGreen
41716 \begin_inset ERT
41717 status collapsed
41718
41719 \begin_layout Plain Layout
41720
41721 }{
41722 \end_layout
41723
41724 \end_inset
41725
41726
41727 \begin_inset Phantom Phantom
41728 status open
41729
41730 \begin_layout Plain Layout
41731 W
41732 \end_layout
41733
41734 \end_inset
41735
41736
41737 \begin_inset ERT
41738 status collapsed
41739
41740 \begin_layout Plain Layout
41741
41742 }
41743 \end_layout
41744
41745 \end_inset
41746
41747  BlueGreen
41748 \end_layout
41749
41750 \end_inset
41751 </cell>
41752 </row>
41753 <row>
41754 <cell alignment="left" valignment="top" usebox="none">
41755 \begin_inset Text
41756
41757 \begin_layout Plain Layout
41758 \begin_inset ERT
41759 status collapsed
41760
41761 \begin_layout Plain Layout
41762
41763
41764 \backslash
41765 fcolorbox{black}{
41766 \end_layout
41767
41768 \end_inset
41769
41770 BlueViolet
41771 \begin_inset ERT
41772 status collapsed
41773
41774 \begin_layout Plain Layout
41775
41776 }{
41777 \end_layout
41778
41779 \end_inset
41780
41781
41782 \begin_inset Phantom Phantom
41783 status open
41784
41785 \begin_layout Plain Layout
41786 W
41787 \end_layout
41788
41789 \end_inset
41790
41791
41792 \begin_inset ERT
41793 status collapsed
41794
41795 \begin_layout Plain Layout
41796
41797 }
41798 \end_layout
41799
41800 \end_inset
41801
41802  BlueViolet
41803 \end_layout
41804
41805 \end_inset
41806 </cell>
41807 <cell alignment="left" valignment="top" usebox="none">
41808 \begin_inset Text
41809
41810 \begin_layout Plain Layout
41811 \begin_inset ERT
41812 status collapsed
41813
41814 \begin_layout Plain Layout
41815
41816
41817 \backslash
41818 fcolorbox{black}{
41819 \end_layout
41820
41821 \end_inset
41822
41823 BrickRed
41824 \begin_inset ERT
41825 status collapsed
41826
41827 \begin_layout Plain Layout
41828
41829 }{
41830 \end_layout
41831
41832 \end_inset
41833
41834
41835 \begin_inset Phantom Phantom
41836 status open
41837
41838 \begin_layout Plain Layout
41839 W
41840 \end_layout
41841
41842 \end_inset
41843
41844
41845 \begin_inset ERT
41846 status collapsed
41847
41848 \begin_layout Plain Layout
41849
41850 }
41851 \end_layout
41852
41853 \end_inset
41854
41855  BrickRed
41856 \end_layout
41857
41858 \end_inset
41859 </cell>
41860 <cell alignment="left" valignment="top" usebox="none">
41861 \begin_inset Text
41862
41863 \begin_layout Plain Layout
41864 \begin_inset ERT
41865 status collapsed
41866
41867 \begin_layout Plain Layout
41868
41869
41870 \backslash
41871 fcolorbox{black}{
41872 \end_layout
41873
41874 \end_inset
41875
41876 Brown
41877 \begin_inset ERT
41878 status collapsed
41879
41880 \begin_layout Plain Layout
41881
41882 }{
41883 \end_layout
41884
41885 \end_inset
41886
41887
41888 \begin_inset Phantom Phantom
41889 status open
41890
41891 \begin_layout Plain Layout
41892 W
41893 \end_layout
41894
41895 \end_inset
41896
41897
41898 \begin_inset ERT
41899 status collapsed
41900
41901 \begin_layout Plain Layout
41902
41903 }
41904 \end_layout
41905
41906 \end_inset
41907
41908  Brown
41909 \end_layout
41910
41911 \end_inset
41912 </cell>
41913 <cell alignment="left" valignment="top" usebox="none">
41914 \begin_inset Text
41915
41916 \begin_layout Plain Layout
41917 \begin_inset ERT
41918 status collapsed
41919
41920 \begin_layout Plain Layout
41921
41922
41923 \backslash
41924 fcolorbox{black}{
41925 \end_layout
41926
41927 \end_inset
41928
41929 BurntOrange
41930 \begin_inset ERT
41931 status collapsed
41932
41933 \begin_layout Plain Layout
41934
41935 }{
41936 \end_layout
41937
41938 \end_inset
41939
41940
41941 \begin_inset Phantom Phantom
41942 status open
41943
41944 \begin_layout Plain Layout
41945 W
41946 \end_layout
41947
41948 \end_inset
41949
41950
41951 \begin_inset ERT
41952 status collapsed
41953
41954 \begin_layout Plain Layout
41955
41956 }
41957 \end_layout
41958
41959 \end_inset
41960
41961  BurntOrange
41962 \end_layout
41963
41964 \end_inset
41965 </cell>
41966 </row>
41967 <row>
41968 <cell alignment="left" valignment="top" usebox="none">
41969 \begin_inset Text
41970
41971 \begin_layout Plain Layout
41972 \begin_inset ERT
41973 status collapsed
41974
41975 \begin_layout Plain Layout
41976
41977
41978 \backslash
41979 fcolorbox{black}{
41980 \end_layout
41981
41982 \end_inset
41983
41984 CadetBlue
41985 \begin_inset ERT
41986 status collapsed
41987
41988 \begin_layout Plain Layout
41989
41990 }{
41991 \end_layout
41992
41993 \end_inset
41994
41995
41996 \begin_inset Phantom Phantom
41997 status open
41998
41999 \begin_layout Plain Layout
42000 W
42001 \end_layout
42002
42003 \end_inset
42004
42005
42006 \begin_inset ERT
42007 status collapsed
42008
42009 \begin_layout Plain Layout
42010
42011 }
42012 \end_layout
42013
42014 \end_inset
42015
42016  CadetBlue
42017 \end_layout
42018
42019 \end_inset
42020 </cell>
42021 <cell alignment="left" valignment="top" usebox="none">
42022 \begin_inset Text
42023
42024 \begin_layout Plain Layout
42025 \begin_inset ERT
42026 status collapsed
42027
42028 \begin_layout Plain Layout
42029
42030
42031 \backslash
42032 fcolorbox{black}{
42033 \end_layout
42034
42035 \end_inset
42036
42037 CarnationPink
42038 \begin_inset ERT
42039 status collapsed
42040
42041 \begin_layout Plain Layout
42042
42043 }{
42044 \end_layout
42045
42046 \end_inset
42047
42048
42049 \begin_inset Phantom Phantom
42050 status open
42051
42052 \begin_layout Plain Layout
42053 W
42054 \end_layout
42055
42056 \end_inset
42057
42058
42059 \begin_inset ERT
42060 status collapsed
42061
42062 \begin_layout Plain Layout
42063
42064 }
42065 \end_layout
42066
42067 \end_inset
42068
42069  CarnationPink
42070 \end_layout
42071
42072 \end_inset
42073 </cell>
42074 <cell alignment="left" valignment="top" usebox="none">
42075 \begin_inset Text
42076
42077 \begin_layout Plain Layout
42078 \begin_inset ERT
42079 status collapsed
42080
42081 \begin_layout Plain Layout
42082
42083
42084 \backslash
42085 fcolorbox{black}{
42086 \end_layout
42087
42088 \end_inset
42089
42090 Cerulean
42091 \begin_inset ERT
42092 status collapsed
42093
42094 \begin_layout Plain Layout
42095
42096 }{
42097 \end_layout
42098
42099 \end_inset
42100
42101
42102 \begin_inset Phantom Phantom
42103 status open
42104
42105 \begin_layout Plain Layout
42106 W
42107 \end_layout
42108
42109 \end_inset
42110
42111
42112 \begin_inset ERT
42113 status collapsed
42114
42115 \begin_layout Plain Layout
42116
42117 }
42118 \end_layout
42119
42120 \end_inset
42121
42122  Cerulean
42123 \end_layout
42124
42125 \end_inset
42126 </cell>
42127 <cell alignment="left" valignment="top" usebox="none">
42128 \begin_inset Text
42129
42130 \begin_layout Plain Layout
42131 \begin_inset ERT
42132 status collapsed
42133
42134 \begin_layout Plain Layout
42135
42136
42137 \backslash
42138 fcolorbox{black}{
42139 \end_layout
42140
42141 \end_inset
42142
42143 CornflowerBlue
42144 \begin_inset ERT
42145 status collapsed
42146
42147 \begin_layout Plain Layout
42148
42149 }{
42150 \end_layout
42151
42152 \end_inset
42153
42154
42155 \begin_inset Phantom Phantom
42156 status open
42157
42158 \begin_layout Plain Layout
42159 W
42160 \end_layout
42161
42162 \end_inset
42163
42164
42165 \begin_inset ERT
42166 status collapsed
42167
42168 \begin_layout Plain Layout
42169
42170 }
42171 \end_layout
42172
42173 \end_inset
42174
42175  CornflowerBlue
42176 \end_layout
42177
42178 \end_inset
42179 </cell>
42180 </row>
42181 <row>
42182 <cell alignment="left" valignment="top" usebox="none">
42183 \begin_inset Text
42184
42185 \begin_layout Plain Layout
42186 \begin_inset ERT
42187 status collapsed
42188
42189 \begin_layout Plain Layout
42190
42191
42192 \backslash
42193 fcolorbox{black}{
42194 \end_layout
42195
42196 \end_inset
42197
42198 Dandelion
42199 \begin_inset ERT
42200 status collapsed
42201
42202 \begin_layout Plain Layout
42203
42204 }{
42205 \end_layout
42206
42207 \end_inset
42208
42209
42210 \begin_inset Phantom Phantom
42211 status open
42212
42213 \begin_layout Plain Layout
42214 W
42215 \end_layout
42216
42217 \end_inset
42218
42219
42220 \begin_inset ERT
42221 status collapsed
42222
42223 \begin_layout Plain Layout
42224
42225 }
42226 \end_layout
42227
42228 \end_inset
42229
42230  Dandelion
42231 \end_layout
42232
42233 \end_inset
42234 </cell>
42235 <cell alignment="left" valignment="top" usebox="none">
42236 \begin_inset Text
42237
42238 \begin_layout Plain Layout
42239 \begin_inset ERT
42240 status collapsed
42241
42242 \begin_layout Plain Layout
42243
42244
42245 \backslash
42246 fcolorbox{black}{
42247 \end_layout
42248
42249 \end_inset
42250
42251 DarkOrchid
42252 \begin_inset ERT
42253 status collapsed
42254
42255 \begin_layout Plain Layout
42256
42257 }{
42258 \end_layout
42259
42260 \end_inset
42261
42262
42263 \begin_inset Phantom Phantom
42264 status open
42265
42266 \begin_layout Plain Layout
42267 W
42268 \end_layout
42269
42270 \end_inset
42271
42272
42273 \begin_inset ERT
42274 status collapsed
42275
42276 \begin_layout Plain Layout
42277
42278 }
42279 \end_layout
42280
42281 \end_inset
42282
42283  DarkOrchid
42284 \end_layout
42285
42286 \end_inset
42287 </cell>
42288 <cell alignment="left" valignment="top" usebox="none">
42289 \begin_inset Text
42290
42291 \begin_layout Plain Layout
42292 \begin_inset ERT
42293 status collapsed
42294
42295 \begin_layout Plain Layout
42296
42297
42298 \backslash
42299 fcolorbox{black}{
42300 \end_layout
42301
42302 \end_inset
42303
42304 Emerald
42305 \begin_inset ERT
42306 status collapsed
42307
42308 \begin_layout Plain Layout
42309
42310 }{
42311 \end_layout
42312
42313 \end_inset
42314
42315
42316 \begin_inset Phantom Phantom
42317 status open
42318
42319 \begin_layout Plain Layout
42320 W
42321 \end_layout
42322
42323 \end_inset
42324
42325
42326 \begin_inset ERT
42327 status collapsed
42328
42329 \begin_layout Plain Layout
42330
42331 }
42332 \end_layout
42333
42334 \end_inset
42335
42336  Emerald
42337 \end_layout
42338
42339 \end_inset
42340 </cell>
42341 <cell alignment="left" valignment="top" usebox="none">
42342 \begin_inset Text
42343
42344 \begin_layout Plain Layout
42345 \begin_inset ERT
42346 status collapsed
42347
42348 \begin_layout Plain Layout
42349
42350
42351 \backslash
42352 fcolorbox{black}{
42353 \end_layout
42354
42355 \end_inset
42356
42357 ForestGreen
42358 \begin_inset ERT
42359 status collapsed
42360
42361 \begin_layout Plain Layout
42362
42363 }{
42364 \end_layout
42365
42366 \end_inset
42367
42368
42369 \begin_inset Phantom Phantom
42370 status open
42371
42372 \begin_layout Plain Layout
42373 W
42374 \end_layout
42375
42376 \end_inset
42377
42378
42379 \begin_inset ERT
42380 status collapsed
42381
42382 \begin_layout Plain Layout
42383
42384 }
42385 \end_layout
42386
42387 \end_inset
42388
42389  ForestGreen
42390 \end_layout
42391
42392 \end_inset
42393 </cell>
42394 </row>
42395 <row>
42396 <cell alignment="left" valignment="top" usebox="none">
42397 \begin_inset Text
42398
42399 \begin_layout Plain Layout
42400 \begin_inset ERT
42401 status collapsed
42402
42403 \begin_layout Plain Layout
42404
42405
42406 \backslash
42407 fcolorbox{black}{
42408 \end_layout
42409
42410 \end_inset
42411
42412 Fuchsia
42413 \begin_inset ERT
42414 status collapsed
42415
42416 \begin_layout Plain Layout
42417
42418 }{
42419 \end_layout
42420
42421 \end_inset
42422
42423
42424 \begin_inset Phantom Phantom
42425 status open
42426
42427 \begin_layout Plain Layout
42428 W
42429 \end_layout
42430
42431 \end_inset
42432
42433
42434 \begin_inset ERT
42435 status collapsed
42436
42437 \begin_layout Plain Layout
42438
42439 }
42440 \end_layout
42441
42442 \end_inset
42443
42444  Fuchsia
42445 \end_layout
42446
42447 \end_inset
42448 </cell>
42449 <cell alignment="left" valignment="top" usebox="none">
42450 \begin_inset Text
42451
42452 \begin_layout Plain Layout
42453 \begin_inset ERT
42454 status collapsed
42455
42456 \begin_layout Plain Layout
42457
42458
42459 \backslash
42460 fcolorbox{black}{
42461 \end_layout
42462
42463 \end_inset
42464
42465 Goldenrod
42466 \begin_inset ERT
42467 status collapsed
42468
42469 \begin_layout Plain Layout
42470
42471 }{
42472 \end_layout
42473
42474 \end_inset
42475
42476
42477 \begin_inset Phantom Phantom
42478 status open
42479
42480 \begin_layout Plain Layout
42481 W
42482 \end_layout
42483
42484 \end_inset
42485
42486
42487 \begin_inset ERT
42488 status collapsed
42489
42490 \begin_layout Plain Layout
42491
42492 }
42493 \end_layout
42494
42495 \end_inset
42496
42497  Goldenrod
42498 \end_layout
42499
42500 \end_inset
42501 </cell>
42502 <cell alignment="left" valignment="top" usebox="none">
42503 \begin_inset Text
42504
42505 \begin_layout Plain Layout
42506 \begin_inset ERT
42507 status collapsed
42508
42509 \begin_layout Plain Layout
42510
42511
42512 \backslash
42513 fcolorbox{black}{
42514 \end_layout
42515
42516 \end_inset
42517
42518 Gray
42519 \begin_inset ERT
42520 status collapsed
42521
42522 \begin_layout Plain Layout
42523
42524 }{
42525 \end_layout
42526
42527 \end_inset
42528
42529
42530 \begin_inset Phantom Phantom
42531 status open
42532
42533 \begin_layout Plain Layout
42534 W
42535 \end_layout
42536
42537 \end_inset
42538
42539
42540 \begin_inset ERT
42541 status collapsed
42542
42543 \begin_layout Plain Layout
42544
42545 }
42546 \end_layout
42547
42548 \end_inset
42549
42550  Gray
42551 \end_layout
42552
42553 \end_inset
42554 </cell>
42555 <cell alignment="left" valignment="top" usebox="none">
42556 \begin_inset Text
42557
42558 \begin_layout Plain Layout
42559 \begin_inset ERT
42560 status collapsed
42561
42562 \begin_layout Plain Layout
42563
42564
42565 \backslash
42566 fcolorbox{black}{
42567 \end_layout
42568
42569 \end_inset
42570
42571 GreenYellow
42572 \begin_inset ERT
42573 status collapsed
42574
42575 \begin_layout Plain Layout
42576
42577 }{
42578 \end_layout
42579
42580 \end_inset
42581
42582
42583 \begin_inset Phantom Phantom
42584 status open
42585
42586 \begin_layout Plain Layout
42587 W
42588 \end_layout
42589
42590 \end_inset
42591
42592
42593 \begin_inset ERT
42594 status collapsed
42595
42596 \begin_layout Plain Layout
42597
42598 }
42599 \end_layout
42600
42601 \end_inset
42602
42603  GreenYellow
42604 \end_layout
42605
42606 \end_inset
42607 </cell>
42608 </row>
42609 <row>
42610 <cell alignment="center" valignment="top" usebox="none">
42611 \begin_inset Text
42612
42613 \begin_layout Plain Layout
42614 \begin_inset ERT
42615 status collapsed
42616
42617 \begin_layout Plain Layout
42618
42619
42620 \backslash
42621 fcolorbox{black}{
42622 \end_layout
42623
42624 \end_inset
42625
42626 JungleGreen
42627 \begin_inset ERT
42628 status collapsed
42629
42630 \begin_layout Plain Layout
42631
42632 }{
42633 \end_layout
42634
42635 \end_inset
42636
42637
42638 \begin_inset Phantom Phantom
42639 status open
42640
42641 \begin_layout Plain Layout
42642 W
42643 \end_layout
42644
42645 \end_inset
42646
42647
42648 \begin_inset ERT
42649 status collapsed
42650
42651 \begin_layout Plain Layout
42652
42653 }
42654 \end_layout
42655
42656 \end_inset
42657
42658  JungleGreen
42659 \end_layout
42660
42661 \end_inset
42662 </cell>
42663 <cell alignment="center" valignment="top" usebox="none">
42664 \begin_inset Text
42665
42666 \begin_layout Plain Layout
42667 \begin_inset ERT
42668 status collapsed
42669
42670 \begin_layout Plain Layout
42671
42672
42673 \backslash
42674 fcolorbox{black}{
42675 \end_layout
42676
42677 \end_inset
42678
42679 Lavender
42680 \begin_inset ERT
42681 status collapsed
42682
42683 \begin_layout Plain Layout
42684
42685 }{
42686 \end_layout
42687
42688 \end_inset
42689
42690
42691 \begin_inset Phantom Phantom
42692 status open
42693
42694 \begin_layout Plain Layout
42695 W
42696 \end_layout
42697
42698 \end_inset
42699
42700
42701 \begin_inset ERT
42702 status collapsed
42703
42704 \begin_layout Plain Layout
42705
42706 }
42707 \end_layout
42708
42709 \end_inset
42710
42711  Lavender
42712 \end_layout
42713
42714 \end_inset
42715 </cell>
42716 <cell alignment="center" valignment="top" usebox="none">
42717 \begin_inset Text
42718
42719 \begin_layout Plain Layout
42720 \begin_inset ERT
42721 status collapsed
42722
42723 \begin_layout Plain Layout
42724
42725
42726 \backslash
42727 fcolorbox{black}{
42728 \end_layout
42729
42730 \end_inset
42731
42732 LimeGreen
42733 \begin_inset ERT
42734 status collapsed
42735
42736 \begin_layout Plain Layout
42737
42738 }{
42739 \end_layout
42740
42741 \end_inset
42742
42743
42744 \begin_inset Phantom Phantom
42745 status open
42746
42747 \begin_layout Plain Layout
42748 W
42749 \end_layout
42750
42751 \end_inset
42752
42753
42754 \begin_inset ERT
42755 status collapsed
42756
42757 \begin_layout Plain Layout
42758
42759 }
42760 \end_layout
42761
42762 \end_inset
42763
42764  LimeGreen
42765 \end_layout
42766
42767 \end_inset
42768 </cell>
42769 <cell alignment="center" valignment="top" usebox="none">
42770 \begin_inset Text
42771
42772 \begin_layout Plain Layout
42773 \begin_inset ERT
42774 status collapsed
42775
42776 \begin_layout Plain Layout
42777
42778
42779 \backslash
42780 fcolorbox{black}{
42781 \end_layout
42782
42783 \end_inset
42784
42785 Mahogany
42786 \begin_inset ERT
42787 status collapsed
42788
42789 \begin_layout Plain Layout
42790
42791 }{
42792 \end_layout
42793
42794 \end_inset
42795
42796
42797 \begin_inset Phantom Phantom
42798 status open
42799
42800 \begin_layout Plain Layout
42801 W
42802 \end_layout
42803
42804 \end_inset
42805
42806
42807 \begin_inset ERT
42808 status collapsed
42809
42810 \begin_layout Plain Layout
42811
42812 }
42813 \end_layout
42814
42815 \end_inset
42816
42817  Mahogany
42818 \end_layout
42819
42820 \end_inset
42821 </cell>
42822 </row>
42823 <row>
42824 <cell alignment="left" valignment="top" usebox="none">
42825 \begin_inset Text
42826
42827 \begin_layout Plain Layout
42828 \begin_inset ERT
42829 status collapsed
42830
42831 \begin_layout Plain Layout
42832
42833
42834 \backslash
42835 fcolorbox{black}{
42836 \end_layout
42837
42838 \end_inset
42839
42840 Mahogany
42841 \begin_inset ERT
42842 status collapsed
42843
42844 \begin_layout Plain Layout
42845
42846 }{
42847 \end_layout
42848
42849 \end_inset
42850
42851
42852 \begin_inset Phantom Phantom
42853 status open
42854
42855 \begin_layout Plain Layout
42856 W
42857 \end_layout
42858
42859 \end_inset
42860
42861
42862 \begin_inset ERT
42863 status collapsed
42864
42865 \begin_layout Plain Layout
42866
42867 }
42868 \end_layout
42869
42870 \end_inset
42871
42872  Mahogany
42873 \end_layout
42874
42875 \end_inset
42876 </cell>
42877 <cell alignment="left" valignment="top" usebox="none">
42878 \begin_inset Text
42879
42880 \begin_layout Plain Layout
42881 \begin_inset ERT
42882 status collapsed
42883
42884 \begin_layout Plain Layout
42885
42886
42887 \backslash
42888 fcolorbox{black}{
42889 \end_layout
42890
42891 \end_inset
42892
42893 Maroon
42894 \begin_inset ERT
42895 status collapsed
42896
42897 \begin_layout Plain Layout
42898
42899 }{
42900 \end_layout
42901
42902 \end_inset
42903
42904
42905 \begin_inset Phantom Phantom
42906 status open
42907
42908 \begin_layout Plain Layout
42909 W
42910 \end_layout
42911
42912 \end_inset
42913
42914
42915 \begin_inset ERT
42916 status collapsed
42917
42918 \begin_layout Plain Layout
42919
42920 }
42921 \end_layout
42922
42923 \end_inset
42924
42925  Maroon
42926 \end_layout
42927
42928 \end_inset
42929 </cell>
42930 <cell alignment="left" valignment="top" usebox="none">
42931 \begin_inset Text
42932
42933 \begin_layout Plain Layout
42934 \begin_inset ERT
42935 status collapsed
42936
42937 \begin_layout Plain Layout
42938
42939
42940 \backslash
42941 fcolorbox{black}{
42942 \end_layout
42943
42944 \end_inset
42945
42946 Melon
42947 \begin_inset ERT
42948 status collapsed
42949
42950 \begin_layout Plain Layout
42951
42952 }{
42953 \end_layout
42954
42955 \end_inset
42956
42957
42958 \begin_inset Phantom Phantom
42959 status open
42960
42961 \begin_layout Plain Layout
42962 W
42963 \end_layout
42964
42965 \end_inset
42966
42967
42968 \begin_inset ERT
42969 status collapsed
42970
42971 \begin_layout Plain Layout
42972
42973 }
42974 \end_layout
42975
42976 \end_inset
42977
42978  Melon
42979 \end_layout
42980
42981 \end_inset
42982 </cell>
42983 <cell alignment="left" valignment="top" usebox="none">
42984 \begin_inset Text
42985
42986 \begin_layout Plain Layout
42987 \begin_inset ERT
42988 status collapsed
42989
42990 \begin_layout Plain Layout
42991
42992
42993 \backslash
42994 fcolorbox{black}{
42995 \end_layout
42996
42997 \end_inset
42998
42999 MidnightBlue
43000 \begin_inset ERT
43001 status collapsed
43002
43003 \begin_layout Plain Layout
43004
43005 }{
43006 \end_layout
43007
43008 \end_inset
43009
43010
43011 \begin_inset Phantom Phantom
43012 status open
43013
43014 \begin_layout Plain Layout
43015 W
43016 \end_layout
43017
43018 \end_inset
43019
43020
43021 \begin_inset ERT
43022 status collapsed
43023
43024 \begin_layout Plain Layout
43025
43026 }
43027 \end_layout
43028
43029 \end_inset
43030
43031  MidnightBlue
43032 \end_layout
43033
43034 \end_inset
43035 </cell>
43036 </row>
43037 <row>
43038 <cell alignment="left" valignment="top" usebox="none">
43039 \begin_inset Text
43040
43041 \begin_layout Plain Layout
43042 \begin_inset ERT
43043 status collapsed
43044
43045 \begin_layout Plain Layout
43046
43047
43048 \backslash
43049 fcolorbox{black}{
43050 \end_layout
43051
43052 \end_inset
43053
43054 Mulberry
43055 \begin_inset ERT
43056 status collapsed
43057
43058 \begin_layout Plain Layout
43059
43060 }{
43061 \end_layout
43062
43063 \end_inset
43064
43065
43066 \begin_inset Phantom Phantom
43067 status open
43068
43069 \begin_layout Plain Layout
43070 W
43071 \end_layout
43072
43073 \end_inset
43074
43075
43076 \begin_inset ERT
43077 status collapsed
43078
43079 \begin_layout Plain Layout
43080
43081 }
43082 \end_layout
43083
43084 \end_inset
43085
43086  Mulberry
43087 \end_layout
43088
43089 \end_inset
43090 </cell>
43091 <cell alignment="left" valignment="top" usebox="none">
43092 \begin_inset Text
43093
43094 \begin_layout Plain Layout
43095 \begin_inset ERT
43096 status collapsed
43097
43098 \begin_layout Plain Layout
43099
43100
43101 \backslash
43102 fcolorbox{black}{
43103 \end_layout
43104
43105 \end_inset
43106
43107 NavyBlue
43108 \begin_inset ERT
43109 status collapsed
43110
43111 \begin_layout Plain Layout
43112
43113 }{
43114 \end_layout
43115
43116 \end_inset
43117
43118
43119 \begin_inset Phantom Phantom
43120 status open
43121
43122 \begin_layout Plain Layout
43123 W
43124 \end_layout
43125
43126 \end_inset
43127
43128
43129 \begin_inset ERT
43130 status collapsed
43131
43132 \begin_layout Plain Layout
43133
43134 }
43135 \end_layout
43136
43137 \end_inset
43138
43139  NavyBlue
43140 \end_layout
43141
43142 \end_inset
43143 </cell>
43144 <cell alignment="left" valignment="top" usebox="none">
43145 \begin_inset Text
43146
43147 \begin_layout Plain Layout
43148 \begin_inset ERT
43149 status collapsed
43150
43151 \begin_layout Plain Layout
43152
43153
43154 \backslash
43155 fcolorbox{black}{
43156 \end_layout
43157
43158 \end_inset
43159
43160 OliveGreen
43161 \begin_inset ERT
43162 status collapsed
43163
43164 \begin_layout Plain Layout
43165
43166 }{
43167 \end_layout
43168
43169 \end_inset
43170
43171
43172 \begin_inset Phantom Phantom
43173 status open
43174
43175 \begin_layout Plain Layout
43176 W
43177 \end_layout
43178
43179 \end_inset
43180
43181
43182 \begin_inset ERT
43183 status collapsed
43184
43185 \begin_layout Plain Layout
43186
43187 }
43188 \end_layout
43189
43190 \end_inset
43191
43192  OliveGreen
43193 \end_layout
43194
43195 \end_inset
43196 </cell>
43197 <cell alignment="left" valignment="top" usebox="none">
43198 \begin_inset Text
43199
43200 \begin_layout Plain Layout
43201 \begin_inset ERT
43202 status collapsed
43203
43204 \begin_layout Plain Layout
43205
43206
43207 \backslash
43208 fcolorbox{black}{
43209 \end_layout
43210
43211 \end_inset
43212
43213 Orange
43214 \begin_inset ERT
43215 status collapsed
43216
43217 \begin_layout Plain Layout
43218
43219 }{
43220 \end_layout
43221
43222 \end_inset
43223
43224
43225 \begin_inset Phantom Phantom
43226 status open
43227
43228 \begin_layout Plain Layout
43229 W
43230 \end_layout
43231
43232 \end_inset
43233
43234
43235 \begin_inset ERT
43236 status collapsed
43237
43238 \begin_layout Plain Layout
43239
43240 }
43241 \end_layout
43242
43243 \end_inset
43244
43245  Orange
43246 \end_layout
43247
43248 \end_inset
43249 </cell>
43250 </row>
43251 <row>
43252 <cell alignment="left" valignment="top" usebox="none">
43253 \begin_inset Text
43254
43255 \begin_layout Plain Layout
43256 \begin_inset ERT
43257 status collapsed
43258
43259 \begin_layout Plain Layout
43260
43261
43262 \backslash
43263 fcolorbox{black}{
43264 \end_layout
43265
43266 \end_inset
43267
43268 OrangeRed
43269 \begin_inset ERT
43270 status collapsed
43271
43272 \begin_layout Plain Layout
43273
43274 }{
43275 \end_layout
43276
43277 \end_inset
43278
43279
43280 \begin_inset Phantom Phantom
43281 status open
43282
43283 \begin_layout Plain Layout
43284 W
43285 \end_layout
43286
43287 \end_inset
43288
43289
43290 \begin_inset ERT
43291 status collapsed
43292
43293 \begin_layout Plain Layout
43294
43295 }
43296 \end_layout
43297
43298 \end_inset
43299
43300  OrangeRed
43301 \end_layout
43302
43303 \end_inset
43304 </cell>
43305 <cell alignment="left" valignment="top" usebox="none">
43306 \begin_inset Text
43307
43308 \begin_layout Plain Layout
43309 \begin_inset ERT
43310 status collapsed
43311
43312 \begin_layout Plain Layout
43313
43314
43315 \backslash
43316 fcolorbox{black}{
43317 \end_layout
43318
43319 \end_inset
43320
43321 Orchid
43322 \begin_inset ERT
43323 status collapsed
43324
43325 \begin_layout Plain Layout
43326
43327 }{
43328 \end_layout
43329
43330 \end_inset
43331
43332
43333 \begin_inset Phantom Phantom
43334 status open
43335
43336 \begin_layout Plain Layout
43337 W
43338 \end_layout
43339
43340 \end_inset
43341
43342
43343 \begin_inset ERT
43344 status collapsed
43345
43346 \begin_layout Plain Layout
43347
43348 }
43349 \end_layout
43350
43351 \end_inset
43352
43353  Orchid
43354 \end_layout
43355
43356 \end_inset
43357 </cell>
43358 <cell alignment="left" valignment="top" usebox="none">
43359 \begin_inset Text
43360
43361 \begin_layout Plain Layout
43362 \begin_inset ERT
43363 status collapsed
43364
43365 \begin_layout Plain Layout
43366
43367
43368 \backslash
43369 fcolorbox{black}{
43370 \end_layout
43371
43372 \end_inset
43373
43374 Peach
43375 \begin_inset ERT
43376 status collapsed
43377
43378 \begin_layout Plain Layout
43379
43380 }{
43381 \end_layout
43382
43383 \end_inset
43384
43385
43386 \begin_inset Phantom Phantom
43387 status open
43388
43389 \begin_layout Plain Layout
43390 W
43391 \end_layout
43392
43393 \end_inset
43394
43395
43396 \begin_inset ERT
43397 status collapsed
43398
43399 \begin_layout Plain Layout
43400
43401 }
43402 \end_layout
43403
43404 \end_inset
43405
43406  Peach
43407 \end_layout
43408
43409 \end_inset
43410 </cell>
43411 <cell alignment="left" valignment="top" usebox="none">
43412 \begin_inset Text
43413
43414 \begin_layout Plain Layout
43415 \begin_inset ERT
43416 status collapsed
43417
43418 \begin_layout Plain Layout
43419
43420
43421 \backslash
43422 fcolorbox{black}{
43423 \end_layout
43424
43425 \end_inset
43426
43427 Periwinkle
43428 \begin_inset ERT
43429 status collapsed
43430
43431 \begin_layout Plain Layout
43432
43433 }{
43434 \end_layout
43435
43436 \end_inset
43437
43438
43439 \begin_inset Phantom Phantom
43440 status open
43441
43442 \begin_layout Plain Layout
43443 W
43444 \end_layout
43445
43446 \end_inset
43447
43448
43449 \begin_inset ERT
43450 status collapsed
43451
43452 \begin_layout Plain Layout
43453
43454 }
43455 \end_layout
43456
43457 \end_inset
43458
43459  Periwinkle
43460 \end_layout
43461
43462 \end_inset
43463 </cell>
43464 </row>
43465 <row>
43466 <cell alignment="left" valignment="top" usebox="none">
43467 \begin_inset Text
43468
43469 \begin_layout Plain Layout
43470 \begin_inset ERT
43471 status collapsed
43472
43473 \begin_layout Plain Layout
43474
43475
43476 \backslash
43477 fcolorbox{black}{
43478 \end_layout
43479
43480 \end_inset
43481
43482 PineGreen
43483 \begin_inset ERT
43484 status collapsed
43485
43486 \begin_layout Plain Layout
43487
43488 }{
43489 \end_layout
43490
43491 \end_inset
43492
43493
43494 \begin_inset Phantom Phantom
43495 status open
43496
43497 \begin_layout Plain Layout
43498 W
43499 \end_layout
43500
43501 \end_inset
43502
43503
43504 \begin_inset ERT
43505 status collapsed
43506
43507 \begin_layout Plain Layout
43508
43509 }
43510 \end_layout
43511
43512 \end_inset
43513
43514  PineGreen
43515 \end_layout
43516
43517 \end_inset
43518 </cell>
43519 <cell alignment="left" valignment="top" usebox="none">
43520 \begin_inset Text
43521
43522 \begin_layout Plain Layout
43523 \begin_inset ERT
43524 status collapsed
43525
43526 \begin_layout Plain Layout
43527
43528
43529 \backslash
43530 fcolorbox{black}{
43531 \end_layout
43532
43533 \end_inset
43534
43535 Plum
43536 \begin_inset ERT
43537 status collapsed
43538
43539 \begin_layout Plain Layout
43540
43541 }{
43542 \end_layout
43543
43544 \end_inset
43545
43546
43547 \begin_inset Phantom Phantom
43548 status open
43549
43550 \begin_layout Plain Layout
43551 W
43552 \end_layout
43553
43554 \end_inset
43555
43556
43557 \begin_inset ERT
43558 status collapsed
43559
43560 \begin_layout Plain Layout
43561
43562 }
43563 \end_layout
43564
43565 \end_inset
43566
43567  Plum
43568 \end_layout
43569
43570 \end_inset
43571 </cell>
43572 <cell alignment="left" valignment="top" usebox="none">
43573 \begin_inset Text
43574
43575 \begin_layout Plain Layout
43576 \begin_inset ERT
43577 status collapsed
43578
43579 \begin_layout Plain Layout
43580
43581
43582 \backslash
43583 fcolorbox{black}{
43584 \end_layout
43585
43586 \end_inset
43587
43588 ProcessBlue
43589 \begin_inset ERT
43590 status collapsed
43591
43592 \begin_layout Plain Layout
43593
43594 }{
43595 \end_layout
43596
43597 \end_inset
43598
43599
43600 \begin_inset Phantom Phantom
43601 status open
43602
43603 \begin_layout Plain Layout
43604 W
43605 \end_layout
43606
43607 \end_inset
43608
43609
43610 \begin_inset ERT
43611 status collapsed
43612
43613 \begin_layout Plain Layout
43614
43615 }
43616 \end_layout
43617
43618 \end_inset
43619
43620  ProcessBlue
43621 \end_layout
43622
43623 \end_inset
43624 </cell>
43625 <cell alignment="left" valignment="top" usebox="none">
43626 \begin_inset Text
43627
43628 \begin_layout Plain Layout
43629 \begin_inset ERT
43630 status collapsed
43631
43632 \begin_layout Plain Layout
43633
43634
43635 \backslash
43636 fcolorbox{black}{
43637 \end_layout
43638
43639 \end_inset
43640
43641 Purple
43642 \begin_inset ERT
43643 status collapsed
43644
43645 \begin_layout Plain Layout
43646
43647 }{
43648 \end_layout
43649
43650 \end_inset
43651
43652
43653 \begin_inset Phantom Phantom
43654 status open
43655
43656 \begin_layout Plain Layout
43657 W
43658 \end_layout
43659
43660 \end_inset
43661
43662
43663 \begin_inset ERT
43664 status collapsed
43665
43666 \begin_layout Plain Layout
43667
43668 }
43669 \end_layout
43670
43671 \end_inset
43672
43673  Purple
43674 \end_layout
43675
43676 \end_inset
43677 </cell>
43678 </row>
43679 <row>
43680 <cell alignment="left" valignment="top" usebox="none">
43681 \begin_inset Text
43682
43683 \begin_layout Plain Layout
43684 \begin_inset ERT
43685 status collapsed
43686
43687 \begin_layout Plain Layout
43688
43689
43690 \backslash
43691 fcolorbox{black}{
43692 \end_layout
43693
43694 \end_inset
43695
43696 RawSienna
43697 \begin_inset ERT
43698 status collapsed
43699
43700 \begin_layout Plain Layout
43701
43702 }{
43703 \end_layout
43704
43705 \end_inset
43706
43707
43708 \begin_inset Phantom Phantom
43709 status open
43710
43711 \begin_layout Plain Layout
43712 W
43713 \end_layout
43714
43715 \end_inset
43716
43717
43718 \begin_inset ERT
43719 status collapsed
43720
43721 \begin_layout Plain Layout
43722
43723 }
43724 \end_layout
43725
43726 \end_inset
43727
43728  RawSienna
43729 \end_layout
43730
43731 \end_inset
43732 </cell>
43733 <cell alignment="left" valignment="top" usebox="none">
43734 \begin_inset Text
43735
43736 \begin_layout Plain Layout
43737 \begin_inset ERT
43738 status collapsed
43739
43740 \begin_layout Plain Layout
43741
43742
43743 \backslash
43744 fcolorbox{black}{
43745 \end_layout
43746
43747 \end_inset
43748
43749 RedOrange
43750 \begin_inset ERT
43751 status collapsed
43752
43753 \begin_layout Plain Layout
43754
43755 }{
43756 \end_layout
43757
43758 \end_inset
43759
43760
43761 \begin_inset Phantom Phantom
43762 status open
43763
43764 \begin_layout Plain Layout
43765 W
43766 \end_layout
43767
43768 \end_inset
43769
43770
43771 \begin_inset ERT
43772 status collapsed
43773
43774 \begin_layout Plain Layout
43775
43776 }
43777 \end_layout
43778
43779 \end_inset
43780
43781  RedOrange
43782 \end_layout
43783
43784 \end_inset
43785 </cell>
43786 <cell alignment="left" valignment="top" usebox="none">
43787 \begin_inset Text
43788
43789 \begin_layout Plain Layout
43790 \begin_inset ERT
43791 status collapsed
43792
43793 \begin_layout Plain Layout
43794
43795
43796 \backslash
43797 fcolorbox{black}{
43798 \end_layout
43799
43800 \end_inset
43801
43802 RedViolet
43803 \begin_inset ERT
43804 status collapsed
43805
43806 \begin_layout Plain Layout
43807
43808 }{
43809 \end_layout
43810
43811 \end_inset
43812
43813
43814 \begin_inset Phantom Phantom
43815 status open
43816
43817 \begin_layout Plain Layout
43818 W
43819 \end_layout
43820
43821 \end_inset
43822
43823
43824 \begin_inset ERT
43825 status collapsed
43826
43827 \begin_layout Plain Layout
43828
43829 }
43830 \end_layout
43831
43832 \end_inset
43833
43834  RedViolet
43835 \end_layout
43836
43837 \end_inset
43838 </cell>
43839 <cell alignment="left" valignment="top" usebox="none">
43840 \begin_inset Text
43841
43842 \begin_layout Plain Layout
43843 \begin_inset ERT
43844 status collapsed
43845
43846 \begin_layout Plain Layout
43847
43848
43849 \backslash
43850 fcolorbox{black}{
43851 \end_layout
43852
43853 \end_inset
43854
43855 Rhodamine
43856 \begin_inset ERT
43857 status collapsed
43858
43859 \begin_layout Plain Layout
43860
43861 }{
43862 \end_layout
43863
43864 \end_inset
43865
43866
43867 \begin_inset Phantom Phantom
43868 status open
43869
43870 \begin_layout Plain Layout
43871 W
43872 \end_layout
43873
43874 \end_inset
43875
43876
43877 \begin_inset ERT
43878 status collapsed
43879
43880 \begin_layout Plain Layout
43881
43882 }
43883 \end_layout
43884
43885 \end_inset
43886
43887  Rhodamine
43888 \end_layout
43889
43890 \end_inset
43891 </cell>
43892 </row>
43893 <row>
43894 <cell alignment="left" valignment="top" usebox="none">
43895 \begin_inset Text
43896
43897 \begin_layout Plain Layout
43898 \begin_inset ERT
43899 status collapsed
43900
43901 \begin_layout Plain Layout
43902
43903
43904 \backslash
43905 fcolorbox{black}{
43906 \end_layout
43907
43908 \end_inset
43909
43910 RoyalBlue
43911 \begin_inset ERT
43912 status collapsed
43913
43914 \begin_layout Plain Layout
43915
43916 }{
43917 \end_layout
43918
43919 \end_inset
43920
43921
43922 \begin_inset Phantom Phantom
43923 status open
43924
43925 \begin_layout Plain Layout
43926 W
43927 \end_layout
43928
43929 \end_inset
43930
43931
43932 \begin_inset ERT
43933 status collapsed
43934
43935 \begin_layout Plain Layout
43936
43937 }
43938 \end_layout
43939
43940 \end_inset
43941
43942  RoyalBlue
43943 \end_layout
43944
43945 \end_inset
43946 </cell>
43947 <cell alignment="left" valignment="top" usebox="none">
43948 \begin_inset Text
43949
43950 \begin_layout Plain Layout
43951 \begin_inset ERT
43952 status collapsed
43953
43954 \begin_layout Plain Layout
43955
43956
43957 \backslash
43958 fcolorbox{black}{
43959 \end_layout
43960
43961 \end_inset
43962
43963 RoyalPurple
43964 \begin_inset ERT
43965 status collapsed
43966
43967 \begin_layout Plain Layout
43968
43969 }{
43970 \end_layout
43971
43972 \end_inset
43973
43974
43975 \begin_inset Phantom Phantom
43976 status open
43977
43978 \begin_layout Plain Layout
43979 W
43980 \end_layout
43981
43982 \end_inset
43983
43984
43985 \begin_inset ERT
43986 status collapsed
43987
43988 \begin_layout Plain Layout
43989
43990 }
43991 \end_layout
43992
43993 \end_inset
43994
43995  RoyalPurple
43996 \end_layout
43997
43998 \end_inset
43999 </cell>
44000 <cell alignment="left" valignment="top" usebox="none">
44001 \begin_inset Text
44002
44003 \begin_layout Plain Layout
44004 \begin_inset ERT
44005 status collapsed
44006
44007 \begin_layout Plain Layout
44008
44009
44010 \backslash
44011 fcolorbox{black}{
44012 \end_layout
44013
44014 \end_inset
44015
44016 RubineRed
44017 \begin_inset ERT
44018 status collapsed
44019
44020 \begin_layout Plain Layout
44021
44022 }{
44023 \end_layout
44024
44025 \end_inset
44026
44027
44028 \begin_inset Phantom Phantom
44029 status open
44030
44031 \begin_layout Plain Layout
44032 W
44033 \end_layout
44034
44035 \end_inset
44036
44037
44038 \begin_inset ERT
44039 status collapsed
44040
44041 \begin_layout Plain Layout
44042
44043 }
44044 \end_layout
44045
44046 \end_inset
44047
44048  RubineRed
44049 \end_layout
44050
44051 \end_inset
44052 </cell>
44053 <cell alignment="left" valignment="top" usebox="none">
44054 \begin_inset Text
44055
44056 \begin_layout Plain Layout
44057 \begin_inset ERT
44058 status collapsed
44059
44060 \begin_layout Plain Layout
44061
44062
44063 \backslash
44064 fcolorbox{black}{
44065 \end_layout
44066
44067 \end_inset
44068
44069 Salmon
44070 \begin_inset ERT
44071 status collapsed
44072
44073 \begin_layout Plain Layout
44074
44075 }{
44076 \end_layout
44077
44078 \end_inset
44079
44080
44081 \begin_inset Phantom Phantom
44082 status open
44083
44084 \begin_layout Plain Layout
44085 W
44086 \end_layout
44087
44088 \end_inset
44089
44090
44091 \begin_inset ERT
44092 status collapsed
44093
44094 \begin_layout Plain Layout
44095
44096 }
44097 \end_layout
44098
44099 \end_inset
44100
44101  Salmon
44102 \end_layout
44103
44104 \end_inset
44105 </cell>
44106 </row>
44107 <row>
44108 <cell alignment="left" valignment="top" usebox="none">
44109 \begin_inset Text
44110
44111 \begin_layout Plain Layout
44112 \begin_inset ERT
44113 status collapsed
44114
44115 \begin_layout Plain Layout
44116
44117
44118 \backslash
44119 fcolorbox{black}{
44120 \end_layout
44121
44122 \end_inset
44123
44124 SeaGreen
44125 \begin_inset ERT
44126 status collapsed
44127
44128 \begin_layout Plain Layout
44129
44130 }{
44131 \end_layout
44132
44133 \end_inset
44134
44135
44136 \begin_inset Phantom Phantom
44137 status open
44138
44139 \begin_layout Plain Layout
44140 W
44141 \end_layout
44142
44143 \end_inset
44144
44145
44146 \begin_inset ERT
44147 status collapsed
44148
44149 \begin_layout Plain Layout
44150
44151 }
44152 \end_layout
44153
44154 \end_inset
44155
44156  SeaGreen
44157 \end_layout
44158
44159 \end_inset
44160 </cell>
44161 <cell alignment="left" valignment="top" usebox="none">
44162 \begin_inset Text
44163
44164 \begin_layout Plain Layout
44165 \begin_inset ERT
44166 status collapsed
44167
44168 \begin_layout Plain Layout
44169
44170
44171 \backslash
44172 fcolorbox{black}{
44173 \end_layout
44174
44175 \end_inset
44176
44177 Sepia
44178 \begin_inset ERT
44179 status collapsed
44180
44181 \begin_layout Plain Layout
44182
44183 }{
44184 \end_layout
44185
44186 \end_inset
44187
44188
44189 \begin_inset Phantom Phantom
44190 status open
44191
44192 \begin_layout Plain Layout
44193 W
44194 \end_layout
44195
44196 \end_inset
44197
44198
44199 \begin_inset ERT
44200 status collapsed
44201
44202 \begin_layout Plain Layout
44203
44204 }
44205 \end_layout
44206
44207 \end_inset
44208
44209  Sepia
44210 \end_layout
44211
44212 \end_inset
44213 </cell>
44214 <cell alignment="left" valignment="top" usebox="none">
44215 \begin_inset Text
44216
44217 \begin_layout Plain Layout
44218 \begin_inset ERT
44219 status collapsed
44220
44221 \begin_layout Plain Layout
44222
44223
44224 \backslash
44225 fcolorbox{black}{
44226 \end_layout
44227
44228 \end_inset
44229
44230 SkyBlue
44231 \begin_inset ERT
44232 status collapsed
44233
44234 \begin_layout Plain Layout
44235
44236 }{
44237 \end_layout
44238
44239 \end_inset
44240
44241
44242 \begin_inset Phantom Phantom
44243 status open
44244
44245 \begin_layout Plain Layout
44246 W
44247 \end_layout
44248
44249 \end_inset
44250
44251
44252 \begin_inset ERT
44253 status collapsed
44254
44255 \begin_layout Plain Layout
44256
44257 }
44258 \end_layout
44259
44260 \end_inset
44261
44262  SkyBlue
44263 \end_layout
44264
44265 \end_inset
44266 </cell>
44267 <cell alignment="left" valignment="top" usebox="none">
44268 \begin_inset Text
44269
44270 \begin_layout Plain Layout
44271 \begin_inset ERT
44272 status collapsed
44273
44274 \begin_layout Plain Layout
44275
44276
44277 \backslash
44278 fcolorbox{black}{
44279 \end_layout
44280
44281 \end_inset
44282
44283 SpringGreen
44284 \begin_inset ERT
44285 status collapsed
44286
44287 \begin_layout Plain Layout
44288
44289 }{
44290 \end_layout
44291
44292 \end_inset
44293
44294
44295 \begin_inset Phantom Phantom
44296 status open
44297
44298 \begin_layout Plain Layout
44299 W
44300 \end_layout
44301
44302 \end_inset
44303
44304
44305 \begin_inset ERT
44306 status collapsed
44307
44308 \begin_layout Plain Layout
44309
44310 }
44311 \end_layout
44312
44313 \end_inset
44314
44315  SpringGreen
44316 \end_layout
44317
44318 \end_inset
44319 </cell>
44320 </row>
44321 <row>
44322 <cell alignment="left" valignment="top" usebox="none">
44323 \begin_inset Text
44324
44325 \begin_layout Plain Layout
44326 \begin_inset ERT
44327 status collapsed
44328
44329 \begin_layout Plain Layout
44330
44331
44332 \backslash
44333 fcolorbox{black}{
44334 \end_layout
44335
44336 \end_inset
44337
44338 Tan
44339 \begin_inset ERT
44340 status collapsed
44341
44342 \begin_layout Plain Layout
44343
44344 }{
44345 \end_layout
44346
44347 \end_inset
44348
44349
44350 \begin_inset Phantom Phantom
44351 status open
44352
44353 \begin_layout Plain Layout
44354 W
44355 \end_layout
44356
44357 \end_inset
44358
44359
44360 \begin_inset ERT
44361 status collapsed
44362
44363 \begin_layout Plain Layout
44364
44365 }
44366 \end_layout
44367
44368 \end_inset
44369
44370  Tan
44371 \end_layout
44372
44373 \end_inset
44374 </cell>
44375 <cell alignment="left" valignment="top" usebox="none">
44376 \begin_inset Text
44377
44378 \begin_layout Plain Layout
44379 \begin_inset ERT
44380 status collapsed
44381
44382 \begin_layout Plain Layout
44383
44384
44385 \backslash
44386 fcolorbox{black}{
44387 \end_layout
44388
44389 \end_inset
44390
44391 TealBlue
44392 \begin_inset ERT
44393 status collapsed
44394
44395 \begin_layout Plain Layout
44396
44397 }{
44398 \end_layout
44399
44400 \end_inset
44401
44402
44403 \begin_inset Phantom Phantom
44404 status open
44405
44406 \begin_layout Plain Layout
44407 W
44408 \end_layout
44409
44410 \end_inset
44411
44412
44413 \begin_inset ERT
44414 status collapsed
44415
44416 \begin_layout Plain Layout
44417
44418 }
44419 \end_layout
44420
44421 \end_inset
44422
44423  TealBlue
44424 \end_layout
44425
44426 \end_inset
44427 </cell>
44428 <cell alignment="left" valignment="top" usebox="none">
44429 \begin_inset Text
44430
44431 \begin_layout Plain Layout
44432 \begin_inset ERT
44433 status collapsed
44434
44435 \begin_layout Plain Layout
44436
44437
44438 \backslash
44439 fcolorbox{black}{
44440 \end_layout
44441
44442 \end_inset
44443
44444 Thistle
44445 \begin_inset ERT
44446 status collapsed
44447
44448 \begin_layout Plain Layout
44449
44450 }{
44451 \end_layout
44452
44453 \end_inset
44454
44455
44456 \begin_inset Phantom Phantom
44457 status open
44458
44459 \begin_layout Plain Layout
44460 W
44461 \end_layout
44462
44463 \end_inset
44464
44465
44466 \begin_inset ERT
44467 status collapsed
44468
44469 \begin_layout Plain Layout
44470
44471 }
44472 \end_layout
44473
44474 \end_inset
44475
44476  Thistle
44477 \end_layout
44478
44479 \end_inset
44480 </cell>
44481 <cell alignment="left" valignment="top" usebox="none">
44482 \begin_inset Text
44483
44484 \begin_layout Plain Layout
44485 \begin_inset ERT
44486 status collapsed
44487
44488 \begin_layout Plain Layout
44489
44490
44491 \backslash
44492 fcolorbox{black}{
44493 \end_layout
44494
44495 \end_inset
44496
44497 Turquoise
44498 \begin_inset ERT
44499 status collapsed
44500
44501 \begin_layout Plain Layout
44502
44503 }{
44504 \end_layout
44505
44506 \end_inset
44507
44508
44509 \begin_inset Phantom Phantom
44510 status open
44511
44512 \begin_layout Plain Layout
44513 W
44514 \end_layout
44515
44516 \end_inset
44517
44518
44519 \begin_inset ERT
44520 status collapsed
44521
44522 \begin_layout Plain Layout
44523
44524 }
44525 \end_layout
44526
44527 \end_inset
44528
44529  Turquoise
44530 \end_layout
44531
44532 \end_inset
44533 </cell>
44534 </row>
44535 <row>
44536 <cell alignment="left" valignment="top" usebox="none">
44537 \begin_inset Text
44538
44539 \begin_layout Plain Layout
44540 \begin_inset ERT
44541 status collapsed
44542
44543 \begin_layout Plain Layout
44544
44545
44546 \backslash
44547 fcolorbox{black}{
44548 \end_layout
44549
44550 \end_inset
44551
44552 Violet
44553 \begin_inset ERT
44554 status collapsed
44555
44556 \begin_layout Plain Layout
44557
44558 }{
44559 \end_layout
44560
44561 \end_inset
44562
44563
44564 \begin_inset Phantom Phantom
44565 status open
44566
44567 \begin_layout Plain Layout
44568 W
44569 \end_layout
44570
44571 \end_inset
44572
44573
44574 \begin_inset ERT
44575 status collapsed
44576
44577 \begin_layout Plain Layout
44578
44579 }
44580 \end_layout
44581
44582 \end_inset
44583
44584  Violet
44585 \end_layout
44586
44587 \end_inset
44588 </cell>
44589 <cell alignment="left" valignment="top" usebox="none">
44590 \begin_inset Text
44591
44592 \begin_layout Plain Layout
44593 \begin_inset ERT
44594 status collapsed
44595
44596 \begin_layout Plain Layout
44597
44598
44599 \backslash
44600 fcolorbox{black}{
44601 \end_layout
44602
44603 \end_inset
44604
44605 VioletRed
44606 \begin_inset ERT
44607 status collapsed
44608
44609 \begin_layout Plain Layout
44610
44611 }{
44612 \end_layout
44613
44614 \end_inset
44615
44616
44617 \begin_inset Phantom Phantom
44618 status open
44619
44620 \begin_layout Plain Layout
44621 W
44622 \end_layout
44623
44624 \end_inset
44625
44626
44627 \begin_inset ERT
44628 status collapsed
44629
44630 \begin_layout Plain Layout
44631
44632 }
44633 \end_layout
44634
44635 \end_inset
44636
44637  VioletRed
44638 \end_layout
44639
44640 \end_inset
44641 </cell>
44642 <cell alignment="left" valignment="top" usebox="none">
44643 \begin_inset Text
44644
44645 \begin_layout Plain Layout
44646 \begin_inset ERT
44647 status collapsed
44648
44649 \begin_layout Plain Layout
44650
44651
44652 \backslash
44653 fcolorbox{black}{
44654 \end_layout
44655
44656 \end_inset
44657
44658 WildStrawberry
44659 \begin_inset ERT
44660 status collapsed
44661
44662 \begin_layout Plain Layout
44663
44664 }{
44665 \end_layout
44666
44667 \end_inset
44668
44669
44670 \begin_inset Phantom Phantom
44671 status open
44672
44673 \begin_layout Plain Layout
44674 W
44675 \end_layout
44676
44677 \end_inset
44678
44679
44680 \begin_inset ERT
44681 status collapsed
44682
44683 \begin_layout Plain Layout
44684
44685 }
44686 \end_layout
44687
44688 \end_inset
44689
44690  WildStrawberry
44691 \end_layout
44692
44693 \end_inset
44694 </cell>
44695 <cell alignment="left" valignment="top" usebox="none">
44696 \begin_inset Text
44697
44698 \begin_layout Plain Layout
44699 \begin_inset ERT
44700 status collapsed
44701
44702 \begin_layout Plain Layout
44703
44704
44705 \backslash
44706 fcolorbox{black}{
44707 \end_layout
44708
44709 \end_inset
44710
44711 YellowGreen
44712 \begin_inset ERT
44713 status collapsed
44714
44715 \begin_layout Plain Layout
44716
44717 }{
44718 \end_layout
44719
44720 \end_inset
44721
44722
44723 \begin_inset Phantom Phantom
44724 status open
44725
44726 \begin_layout Plain Layout
44727 W
44728 \end_layout
44729
44730 \end_inset
44731
44732
44733 \begin_inset ERT
44734 status collapsed
44735
44736 \begin_layout Plain Layout
44737
44738 }
44739 \end_layout
44740
44741 \end_inset
44742
44743  YellowGreen
44744 \end_layout
44745
44746 \end_inset
44747 </cell>
44748 </row>
44749 <row>
44750 <cell alignment="left" valignment="top" usebox="none">
44751 \begin_inset Text
44752
44753 \begin_layout Plain Layout
44754 \begin_inset ERT
44755 status collapsed
44756
44757 \begin_layout Plain Layout
44758
44759
44760 \backslash
44761 fcolorbox{black}{
44762 \end_layout
44763
44764 \end_inset
44765
44766 YellowOrange
44767 \begin_inset ERT
44768 status collapsed
44769
44770 \begin_layout Plain Layout
44771
44772 }{
44773 \end_layout
44774
44775 \end_inset
44776
44777
44778 \begin_inset Phantom Phantom
44779 status open
44780
44781 \begin_layout Plain Layout
44782 W
44783 \end_layout
44784
44785 \end_inset
44786
44787
44788 \begin_inset ERT
44789 status collapsed
44790
44791 \begin_layout Plain Layout
44792
44793 }
44794 \end_layout
44795
44796 \end_inset
44797
44798  YellowOrange
44799 \end_layout
44800
44801 \end_inset
44802 </cell>
44803 <cell alignment="left" valignment="top" usebox="none">
44804 \begin_inset Text
44805
44806 \begin_layout Plain Layout
44807
44808 \end_layout
44809
44810 \end_inset
44811 </cell>
44812 <cell alignment="left" valignment="top" usebox="none">
44813 \begin_inset Text
44814
44815 \begin_layout Plain Layout
44816
44817 \end_layout
44818
44819 \end_inset
44820 </cell>
44821 <cell alignment="left" valignment="top" usebox="none">
44822 \begin_inset Text
44823
44824 \begin_layout Plain Layout
44825
44826 \end_layout
44827
44828 \end_inset
44829 </cell>
44830 </row>
44831 </lyxtabular>
44832
44833 \end_inset
44834
44835
44836 \end_layout
44837
44838 \begin_layout Chapter
44839 Explication de l' équation
44840 \begin_inset space ~
44841 \end_inset
44842
44843 (
44844 \begin_inset CommandInset ref
44845 LatexCommand ref
44846 reference "eq:Wgn"
44847
44848 \end_inset
44849
44850 )
44851 \begin_inset CommandInset label
44852 LatexCommand label
44853 name "cha:Explication-de-l'Equation"
44854
44855 \end_inset
44856
44857
44858 \end_layout
44859
44860 \begin_layout Standard
44861 La largeur totale de 
44862 \emph on
44863 n
44864 \emph default
44865  cellules de tableau 
44866 \begin_inset Formula $W_{\mathrm{tot\, n}}$
44867 \end_inset
44868
44869  peut être calculée avec
44870 \begin_inset Formula 
44871 \begin{equation}
44872 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44873 \end{equation}
44874
44875 \end_inset
44876
44877
44878 \end_layout
44879
44880 \begin_layout Standard
44881 Où 
44882 \begin_inset Formula $W_{g\, n}$
44883 \end_inset
44884
44885  est la largeur fixe de toutes les cellules.
44886  
44887 \series bold
44888
44889 \backslash
44890 tabcolsep
44891 \series default
44892  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
44893  sa valeur implicite est 6
44894 \begin_inset space \thinspace{}
44895 \end_inset
44896
44897 pt.
44898  
44899 \series bold
44900
44901 \backslash
44902 arrayrulewidth
44903 \series default
44904  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
44905 \begin_inset space \thinspace{}
44906 \end_inset
44907
44908 pt.
44909 \end_layout
44910
44911 \begin_layout Standard
44912 D'après l'équation
44913 \begin_inset space ~
44914 \end_inset
44915
44916
44917 \begin_inset CommandInset ref
44918 LatexCommand eqref
44919 reference "eq:Wtot_n"
44920
44921 \end_inset
44922
44923 , la largeur totale d'une multicolonne, 
44924 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44925 \end_inset
44926
44927  est
44928 \begin_inset Formula 
44929 \begin{equation}
44930 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44931 \end{equation}
44932
44933 \end_inset
44934
44935
44936 \end_layout
44937
44938 \begin_layout Standard
44939 En posant que les équations 
44940 \begin_inset space ~
44941 \end_inset
44942
44943
44944 \begin_inset CommandInset ref
44945 LatexCommand eqref
44946 reference "eq:Wtot_n"
44947
44948 \end_inset
44949
44950  et 
44951 \begin_inset CommandInset ref
44952 LatexCommand eqref
44953 reference "eq:Wtot_mult"
44954
44955 \end_inset
44956
44957  sont égales, on peut calculer la largeur nécessaire 
44958 \begin_inset Formula $W_{g\, n}$
44959 \end_inset
44960
44961  quand 
44962 \emph on
44963 n
44964 \emph default
44965  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
44966  de 
44967 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
44968 \end_inset
44969
44970 :
44971 \begin_inset Formula 
44972 \begin{equation}
44973 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44974 \end{equation}
44975
44976 \end_inset
44977
44978
44979 \end_layout
44980
44981 \begin_layout Bibliography
44982 \labelwidthstring Bibliographie
44983 \begin_inset CommandInset bibitem
44984 LatexCommand bibitem
44985 key "latexcompanion"
44986
44987 \end_inset
44988
44989 Frank Mittelbach and Michel Goossens: 
44990 \emph on
44991 The LaTeX Companion Second Edition.
44992
44993 \emph default
44994  Addison-Wesley, 2004
44995 \end_layout
44996
44997 \begin_layout Bibliography
44998 \labelwidthstring Bibliographie
44999 \begin_inset CommandInset bibitem
45000 LatexCommand bibitem
45001 key "latexguide"
45002
45003 \end_inset
45004
45005 Helmut Kopka and Patrick W.
45006  Daly: 
45007 \emph on
45008 A Guide to LaTeX Fourth Edition.
45009
45010 \emph default
45011  Addison-Wesley, 2003
45012 \end_layout
45013
45014 \begin_layout Bibliography
45015 \labelwidthstring Bibliographie
45016 \begin_inset CommandInset bibitem
45017 LatexCommand bibitem
45018 key "latexbook"
45019
45020 \end_inset
45021
45022 Leslie Lamport: 
45023 \emph on
45024 LaTeX: A Document Preparation System.
45025
45026 \emph default
45027  Addison-Wesley, second edition, 1994
45028 \end_layout
45029
45030 \begin_layout Bibliography
45031 \labelwidthstring Bibliographie
45032 \begin_inset CommandInset bibitem
45033 LatexCommand bibitem
45034 key "arydshln"
45035
45036 \end_inset
45037
45038 Documentation du paquetage LaTeX
45039 \series bold
45040  
45041 \begin_inset CommandInset href
45042 LatexCommand href
45043 name "arydshln"
45044 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45045
45046 \end_inset
45047
45048
45049 \series default
45050
45051 \begin_inset Index idx
45052 status collapsed
45053
45054 \begin_layout Plain Layout
45055 Paquetages LaTeX ! arydshln
45056 \end_layout
45057
45058 \end_inset
45059
45060
45061 \end_layout
45062
45063 \begin_layout Bibliography
45064 \labelwidthstring Bibliographie
45065 \begin_inset CommandInset bibitem
45066 LatexCommand bibitem
45067 key "booktabs"
45068
45069 \end_inset
45070
45071 Documentation du paquetage LaTeX 
45072 \series bold
45073
45074 \begin_inset CommandInset href
45075 LatexCommand href
45076 name "booktabs"
45077 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45078
45079 \end_inset
45080
45081
45082 \series default
45083
45084 \begin_inset Index idx
45085 status collapsed
45086
45087 \begin_layout Plain Layout
45088 Paquetages LaTeX ! booktabs
45089 \end_layout
45090
45091 \end_inset
45092
45093
45094 \end_layout
45095
45096 \begin_layout Bibliography
45097 \labelwidthstring Bibliographie
45098 \begin_inset CommandInset bibitem
45099 LatexCommand bibitem
45100 key "caption"
45101
45102 \end_inset
45103
45104 Documentation du paquetage LaTeX 
45105 \series bold
45106
45107 \begin_inset CommandInset href
45108 LatexCommand href
45109 name "caption"
45110 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
45111
45112 \end_inset
45113
45114
45115 \series default
45116
45117 \begin_inset Index idx
45118 status collapsed
45119
45120 \begin_layout Plain Layout
45121 Paquetages LaTeX ! caption
45122 \end_layout
45123
45124 \end_inset
45125
45126
45127 \end_layout
45128
45129 \begin_layout Bibliography
45130 \labelwidthstring Bibliographie
45131 \begin_inset CommandInset bibitem
45132 LatexCommand bibitem
45133 key "diagbox"
45134
45135 \end_inset
45136
45137 Documentation du paquetage LaTeX 
45138 \series bold
45139
45140 \begin_inset CommandInset href
45141 LatexCommand href
45142 name "diagbox"
45143 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45144
45145 \end_inset
45146
45147
45148 \series default
45149
45150 \begin_inset Index idx
45151 status collapsed
45152
45153 \begin_layout Plain Layout
45154 Paquetages LaTeX ! diagbox
45155 \end_layout
45156
45157 \end_inset
45158
45159
45160 \end_layout
45161
45162 \begin_layout Bibliography
45163 \labelwidthstring Bibliographie
45164 \begin_inset CommandInset bibitem
45165 LatexCommand bibitem
45166 key "endfloat"
45167
45168 \end_inset
45169
45170 Documentation du paquetage LaTeX 
45171 \series bold
45172
45173 \begin_inset CommandInset href
45174 LatexCommand href
45175 name "endfloat"
45176 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45177
45178 \end_inset
45179
45180
45181 \series default
45182
45183 \begin_inset Index idx
45184 status collapsed
45185
45186 \begin_layout Plain Layout
45187 Paquetages LaTeX ! endfloat
45188 \end_layout
45189
45190 \end_inset
45191
45192
45193 \end_layout
45194
45195 \begin_layout Bibliography
45196 \labelwidthstring Bibliographie
45197 \begin_inset CommandInset bibitem
45198 LatexCommand bibitem
45199 key "footmisc"
45200
45201 \end_inset
45202
45203 Documentation du paquetage LaTeX 
45204 \series bold
45205
45206 \begin_inset CommandInset href
45207 LatexCommand href
45208 name "footmisc"
45209 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45210
45211 \end_inset
45212
45213
45214 \series default
45215
45216 \begin_inset Index idx
45217 status collapsed
45218
45219 \begin_layout Plain Layout
45220 Paquetages LaTeX ! footmisc
45221 \end_layout
45222
45223 \end_inset
45224
45225
45226 \end_layout
45227
45228 \begin_layout Bibliography
45229 \labelwidthstring Bibliographie
45230 \begin_inset CommandInset bibitem
45231 LatexCommand bibitem
45232 key "hypcap"
45233
45234 \end_inset
45235
45236 Documentation du paquetage LaTeX 
45237 \series bold
45238
45239 \begin_inset CommandInset href
45240 LatexCommand href
45241 name "hypcap"
45242 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45243
45244 \end_inset
45245
45246
45247 \series default
45248
45249 \begin_inset Index idx
45250 status collapsed
45251
45252 \begin_layout Plain Layout
45253 Paquetages LaTeX ! hyperref
45254 \end_layout
45255
45256 \end_inset
45257
45258
45259 \end_layout
45260
45261 \begin_layout Bibliography
45262 \labelwidthstring Bibliographie
45263 \begin_inset CommandInset bibitem
45264 LatexCommand bibitem
45265 key "hyperref"
45266
45267 \end_inset
45268
45269 Documentation du paquetage LaTeX 
45270 \series bold
45271
45272 \begin_inset CommandInset href
45273 LatexCommand href
45274 name "hyperref"
45275 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45276
45277 \end_inset
45278
45279
45280 \series default
45281
45282 \begin_inset Index idx
45283 status collapsed
45284
45285 \begin_layout Plain Layout
45286 Paquetages LaTeX ! hyperref
45287 \end_layout
45288
45289 \end_inset
45290
45291
45292 \end_layout
45293
45294 \begin_layout Bibliography
45295 \labelwidthstring Bibliographie
45296 \begin_inset CommandInset bibitem
45297 LatexCommand bibitem
45298 key "KOMA-Script"
45299
45300 \end_inset
45301
45302 Documentation du paquetage LaTeX 
45303 \series bold
45304
45305 \begin_inset CommandInset href
45306 LatexCommand href
45307 name "KOMA-Script"
45308 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
45309
45310 \end_inset
45311
45312
45313 \series default
45314
45315 \begin_inset Index idx
45316 status collapsed
45317
45318 \begin_layout Plain Layout
45319 Paquetages LaTeX ! KOMA-Script
45320 \end_layout
45321
45322 \end_inset
45323
45324
45325 \end_layout
45326
45327 \begin_layout Bibliography
45328 \labelwidthstring Bibliographie
45329 \begin_inset CommandInset bibitem
45330 LatexCommand bibitem
45331 key "lettrine"
45332
45333 \end_inset
45334
45335 Documentation du paquetage LaTeX 
45336 \series bold
45337
45338 \begin_inset CommandInset href
45339 LatexCommand href
45340 name "lettrine"
45341 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45342
45343 \end_inset
45344
45345
45346 \series default
45347  et un 
45348 \begin_inset CommandInset href
45349 LatexCommand href
45350 name "exemple"
45351 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45352
45353 \end_inset
45354
45355
45356 \begin_inset Index idx
45357 status collapsed
45358
45359 \begin_layout Plain Layout
45360 Paquetages LaTeX ! lettrine
45361 \end_layout
45362
45363 \end_inset
45364
45365
45366 \end_layout
45367
45368 \begin_layout Bibliography
45369 \labelwidthstring Bibliographie
45370 \begin_inset CommandInset bibitem
45371 LatexCommand bibitem
45372 key "listings"
45373
45374 \end_inset
45375
45376 Documentation du paquetage LaTeX 
45377 \series bold
45378
45379 \begin_inset CommandInset href
45380 LatexCommand href
45381 name "listings"
45382 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45383
45384 \end_inset
45385
45386
45387 \series default
45388
45389 \begin_inset Index idx
45390 status collapsed
45391
45392 \begin_layout Plain Layout
45393 Paquetages LaTeX ! listings
45394 \end_layout
45395
45396 \end_inset
45397
45398
45399 \end_layout
45400
45401 \begin_layout Bibliography
45402 \labelwidthstring Bibliographie
45403 \begin_inset CommandInset bibitem
45404 LatexCommand bibitem
45405 key "marginnote"
45406
45407 \end_inset
45408
45409 Documentation du paquetage LaTeX 
45410 \series bold
45411
45412 \begin_inset CommandInset href
45413 LatexCommand href
45414 name "marginnote"
45415 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45416
45417 \end_inset
45418
45419
45420 \series default
45421
45422 \begin_inset Index idx
45423 status collapsed
45424
45425 \begin_layout Plain Layout
45426 Paquetages LaTeX ! marginnote
45427 \end_layout
45428
45429 \end_inset
45430
45431
45432 \end_layout
45433
45434 \begin_layout Bibliography
45435 \labelwidthstring Bibliographie
45436 \begin_inset CommandInset bibitem
45437 LatexCommand bibitem
45438 key "pdfpages"
45439
45440 \end_inset
45441
45442 Documentation du paquetage LaTeX 
45443 \series bold
45444
45445 \begin_inset CommandInset href
45446 LatexCommand href
45447 name "pdfpages"
45448 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45449
45450 \end_inset
45451
45452
45453 \series default
45454
45455 \begin_inset Index idx
45456 status collapsed
45457
45458 \begin_layout Plain Layout
45459 Paquetages LaTeX ! pdfpages
45460 \end_layout
45461
45462 \end_inset
45463
45464
45465 \end_layout
45466
45467 \begin_layout Bibliography
45468 \labelwidthstring Bibliographie
45469 \begin_inset CommandInset bibitem
45470 LatexCommand bibitem
45471 key "prettyref"
45472
45473 \end_inset
45474
45475 Documentation du paquetage LaTeX
45476 \series bold
45477  
45478 \begin_inset CommandInset href
45479 LatexCommand href
45480 name "prettyref"
45481 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45482
45483 \end_inset
45484
45485
45486 \series default
45487
45488 \begin_inset Index idx
45489 status collapsed
45490
45491 \begin_layout Plain Layout
45492 Paquetages LaTeX ! prettyref
45493 \end_layout
45494
45495 \end_inset
45496
45497
45498 \end_layout
45499
45500 \begin_layout Bibliography
45501 \labelwidthstring Bibliographie
45502 \begin_inset CommandInset bibitem
45503 LatexCommand bibitem
45504 key "pstricks"
45505
45506 \end_inset
45507
45508 Page Web du paquetage LaTeX 
45509 \series bold
45510
45511 \begin_inset CommandInset href
45512 LatexCommand href
45513 name "PSTricks"
45514 target "http://tug.org/PSTricks/"
45515
45516 \end_inset
45517
45518
45519 \series default
45520
45521 \begin_inset Index idx
45522 status collapsed
45523
45524 \begin_layout Plain Layout
45525 Paquetages LaTeX ! PSTricks
45526 \end_layout
45527
45528 \end_inset
45529
45530
45531 \end_layout
45532
45533 \begin_layout Bibliography
45534 \labelwidthstring Bibliographie
45535 \begin_inset CommandInset bibitem
45536 LatexCommand bibitem
45537 key "refstyle"
45538
45539 \end_inset
45540
45541 Documentation du paquetage LaTeX
45542 \series bold
45543  
45544 \begin_inset CommandInset href
45545 LatexCommand href
45546 name "refstyle"
45547 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45548
45549 \end_inset
45550
45551
45552 \series default
45553
45554 \begin_inset Index idx
45555 status collapsed
45556
45557 \begin_layout Plain Layout
45558 Paquetages LaTeX ! refstyle
45559 \end_layout
45560
45561 \end_inset
45562
45563
45564 \end_layout
45565
45566 \begin_layout Bibliography
45567 \labelwidthstring Bibliographie
45568 \begin_inset CommandInset bibitem
45569 LatexCommand bibitem
45570 key "sidecap"
45571
45572 \end_inset
45573
45574 Documentation du paquetage LaTeX 
45575 \series bold
45576
45577 \begin_inset CommandInset href
45578 LatexCommand href
45579 name "sidecap"
45580 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45581
45582 \end_inset
45583
45584
45585 \series default
45586
45587 \begin_inset Index idx
45588 status collapsed
45589
45590 \begin_layout Plain Layout
45591 Paquetages LaTeX ! sidecap
45592 \end_layout
45593
45594 \end_inset
45595
45596
45597 \end_layout
45598
45599 \begin_layout Bibliography
45600 \labelwidthstring Bibliographie
45601 \begin_inset CommandInset bibitem
45602 LatexCommand bibitem
45603 key "NewInLyX20"
45604
45605 \end_inset
45606
45607
45608 \begin_inset CommandInset href
45609 LatexCommand href
45610 name "Page Wiki"
45611 target "http://wiki.lyx.org/LyX/NewInLyX20"
45612
45613 \end_inset
45614
45615  au sujet des nouveautés de 
45616 \family sans
45617 LyX 2.0
45618 \family default
45619 .
45620 \end_layout
45621
45622 \begin_layout Standard
45623 \begin_inset CommandInset index_print
45624 LatexCommand printindex
45625 type "idx"
45626
45627 \end_inset
45628
45629
45630 \end_layout
45631
45632 \end_body
45633 \end_document