]> git.lyx.org Git - features.git/blob - lib/doc/fr/EmbeddedObjects.lyx
port recent changes to master:
[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 for colored table rows
85 \usepackage[table]{xcolor}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % insert additional vertical space of
109 % 1.5 mm between footnotes
110 \let\myFoot\footnote
111 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
112
113 % number algorithm floats within chapters
114 \numberwithin{algorithm}{chapter}
115
116
117 % ------------------------------------
118 % used to check for needed LaTeX packages
119 \usepackage{ifthen}
120
121 % check for package arydshln
122 % used for tables with dashed lines
123 \newboolean{arydshln}
124 \IfFileExists{arydshln.sty}
125  {\usepackage{arydshln}
126   \setboolean{arydshln}{true}}
127  {\setboolean{arydshln}{false}}
128
129 % check for package marginnote
130 % used for margin notes
131 \newboolean{marginnote}
132 \IfFileExists{marginnote.sty}
133  {\usepackage{marginnote}
134   \let\marginpar\marginnote
135   \setboolean{marginnote}{true}}
136  {\setboolean{marginnote}{false}}
137
138 % check for package sidecap
139 % used for captions on the side
140 \newboolean{sidecap}
141 \IfFileExists{sidecap.sty}
142  {\usepackage{sidecap}
143   \setboolean{sidecap}{true}}
144  {\setboolean{sidecap}{false}}
145
146 % check for picinpar
147 % used for surrounded fixed objects
148 \newboolean{picinpar}
149 \IfFileExists{picinpar.sty}
150  {\usepackage{picinpar}
151   \setboolean{picinpar}{true}}
152  {\setboolean{picinpar}{false}}
153
154 % check for lettrine
155 \newboolean{lettrine}
156 \IfFileExists{lettrine.sty}
157  {\usepackage{lettrine}
158   \setboolean{lettrine}{true}}
159  {\setboolean{lettrine}{false}}
160
161 % check for diagbox
162 \newboolean{diagbox}
163 \IfFileExists{diagbox.sty}
164  {\usepackage{diagbox}
165   \setboolean{diagbox}{true}}
166  {\setboolean{diagbox}{false}}
167
168 % use normal list environments also in French documents
169 \frenchbsetup{StandardLayout}
170
171 % workaround for a bug in KOMA-script 3.10a
172 % remove this if a newer KOMA-script version is released!
173 \usepackage{everysel,sidecap}
174 \end_preamble
175 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
176 \use_default_options false
177 \begin_modules
178 initials
179 \end_modules
180 \maintain_unincluded_children false
181 \language french
182 \language_package default
183 \inputencoding auto
184 \fontencoding global
185 \font_roman default
186 \font_sans default
187 \font_typewriter default
188 \font_default_family default
189 \use_non_tex_fonts false
190 \font_sc false
191 \font_osf false
192 \font_sf_scale 100
193 \font_tt_scale 100
194
195 \graphics default
196 \default_output_format default
197 \output_sync 0
198 \bibtex_command default
199 \index_command default
200 \paperfontsize 12
201 \spacing single
202 \use_hyperref true
203 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
204 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
205 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
206 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
207 \pdf_bookmarks true
208 \pdf_bookmarksnumbered true
209 \pdf_bookmarksopen true
210 \pdf_bookmarksopenlevel 1
211 \pdf_breaklinks false
212 \pdf_pdfborder false
213 \pdf_colorlinks true
214 \pdf_backref false
215 \pdf_pdfusetitle false
216 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
217 \papersize default
218 \use_geometry false
219 \use_amsmath 2
220 \use_esint 0
221 \use_mhchem 1
222 \use_mathdots 1
223 \cite_engine basic
224 \use_bibtopic false
225 \use_indices false
226 \paperorientation portrait
227 \suppress_date false
228 \use_refstyle 0
229 \notefontcolor #0000ff
230 \index Index
231 \shortcut idx
232 \color #008000
233 \end_index
234 \secnumdepth 3
235 \tocdepth 3
236 \paragraph_separation skip
237 \defskip medskip
238 \quotes_language french
239 \papercolumns 1
240 \papersides 2
241 \paperpagestyle default
242 \bullet 1 1 34 -1
243 \bullet 2 2 35 -1
244 \bullet 3 2 7 -1
245 \tracking_changes false
246 \output_changes false
247 \html_math_output 0
248 \html_css_as_file 0
249 \html_be_strict false
250 \end_header
251
252 \begin_body
253
254 \begin_layout Title
255 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
256  les boîtes et les objets externes de LyX
257 \end_layout
258
259 \begin_layout Author
260 par l'Équipe LyX
261 \begin_inset Foot
262 status collapsed
263
264 \begin_layout Plain Layout
265 \noindent
266 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
267  de la documentation de LyX: 
268 \begin_inset CommandInset href
269 LatexCommand href
270 name "lyx-docs@lists.lyx.org"
271 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
272 type "mailto:"
273
274 \end_inset
275
276
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Note Note
283 status collapsed
284
285 \begin_layout Plain Layout
286 auteur original : Uwe Stöhr
287 \end_layout
288
289 \begin_layout Plain Layout
290 Traduction française : Siegfried Meunier-Guttin-Cluzel
291 \end_layout
292
293 \begin_layout Plain Layout
294 version 2.0.x novembre 2011
295 \end_layout
296
297 \end_inset
298
299
300 \begin_inset Newline newline
301 \end_inset
302
303
304 \begin_inset Newline newline
305 \end_inset
306
307
308 \family sans
309 Version 2.0.x
310 \end_layout
311
312 \begin_layout Standard
313 \begin_inset CommandInset toc
314 LatexCommand tableofcontents
315
316 \end_inset
317
318
319 \end_layout
320
321 \begin_layout Standard
322 \begin_inset Note Note
323 status open
324
325 \begin_layout Plain Layout
326 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
327  
328 \series bold
329 arydshln
330 \series default
331
332 \series bold
333 colortbl
334 \series default
335
336 \series bold
337 diagbox, lettrine, marginnote, picinpar
338 \series default
339 , et 
340 \series bold
341 sidecap
342 \series default
343  doivent être installés.
344  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
345  les sections qui nécessitent les paquetages en question n'apparaîtront
346  pas sur la sortie.
347 \end_layout
348
349 \begin_layout Plain Layout
350 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
351 \begin_inset Newline newline
352 \end_inset
353
354
355 \series bold
356 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
357 \end_layout
358
359 \end_inset
360
361
362 \end_layout
363
364 \begin_layout Chapter
365 Figures
366 \begin_inset Index idx
367 status collapsed
368
369 \begin_layout Plain Layout
370 Figures
371 \end_layout
372
373 \end_inset
374
375
376 \begin_inset Index idx
377 status collapsed
378
379 \begin_layout Plain Layout
380 Graphiques|see
381 \begin_inset ERT
382 status collapsed
383
384 \begin_layout Plain Layout
385
386 {
387 \end_layout
388
389 \end_inset
390
391 Figures
392 \begin_inset ERT
393 status collapsed
394
395 \begin_layout Plain Layout
396
397 }
398 \end_layout
399
400 \end_inset
401
402
403 \end_layout
404
405 \end_inset
406
407
408 \end_layout
409
410 \begin_layout Section
411 La fenêtre de dialogue graphique
412 \begin_inset Index idx
413 status collapsed
414
415 \begin_layout Plain Layout
416 Figures ! Fenêtre de dialogue Graphique
417 \end_layout
418
419 \end_inset
420
421
422 \begin_inset CommandInset label
423 LatexCommand label
424 name "sec:Graphics-Dialog"
425
426 \end_inset
427
428
429 \end_layout
430
431 \begin_layout Standard
432 Pour placer une figure dans votre document, cliquez sur le bouton 
433 \begin_inset Info
434 type  "icon"
435 arg   "dialog-show-new-inset graphics"
436 \end_inset
437
438  dans la barre d'outils, ou faites 
439 \family sans
440 Insérer\SpecialChar \menuseparator
441 Graphique
442 \family default
443 .
444  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
445  à charger.
446  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
447  dans le texte.
448 \end_layout
449
450 \begin_layout Standard
451 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
452  sur une image
453 \begin_inset Note Note
454 status collapsed
455
456 \begin_layout Plain Layout
457 Ça marche aussi avec le bouton gauche ! (NdT)
458 \end_layout
459
460 \end_inset
461
462 .
463  Cette fenêtre de dialogue possède trois onglets:
464 \end_layout
465
466 \begin_layout Description
467 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
468  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
469  Les unités de longueurs utilisées sont décrites dans l'appendice
470 \begin_inset space ~
471 \end_inset
472
473
474 \begin_inset CommandInset ref
475 LatexCommand ref
476 reference "cha:Unités-de-longueur"
477
478 \end_inset
479
480 .
481 \begin_inset Newline newline
482 \end_inset
483
484
485 \begin_inset Index idx
486 status collapsed
487
488 \begin_layout Plain Layout
489 Figures ! Pivotées
490 \end_layout
491
492 \end_inset
493
494 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
495  d'une montre, en donnant l'angle de rotation et la position du pivot.
496  L'image apparaîtra pivotée dans LyX.
497 \begin_inset Newline newline
498 \end_inset
499
500
501 \begin_inset Index idx
502 status collapsed
503
504 \begin_layout Plain Layout
505 Figures ! Redimensionnées
506 \end_layout
507
508 \end_inset
509
510 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
511  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
512  sa largeur.
513  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
514  déterminée automatiquement.
515  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
516  éventuellement une distorsion.
517  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
518  
519 \family sans
520 Conserver
521 \begin_inset space ~
522 \end_inset
523
524 les
525 \begin_inset space ~
526 \end_inset
527
528 proportions
529 \family default
530 .
531  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
532  pas les valeurs fixées.
533  
534 \begin_inset Newline newline
535 \end_inset
536
537 Les images peuvent être modifiée en utilisant le programme de votre choix
538  en faisant un clic droit dessus et en choisissant 
539 \family sans
540 Éditer le fichier ailleurs
541 \family default
542  dans le menu contextuel qui apparaît.
543  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
544  
545 \family sans
546 Formats
547 \begin_inset space ~
548 \end_inset
549
550 de
551 \begin_inset space ~
552 \end_inset
553
554 fichiers
555 \family default
556  dans la fenêtre de dialogue de 
557 \family sans
558 Préférences
559 \family default
560  de LyX.
561 \end_layout
562
563 \begin_layout Description
564 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
565  la sortie finale est de modifier les coordonnées de la zone de l'image
566  qui est affichée.
567  Cette zone peut être calculée automatiquement à partir des données présentes
568  dans le fichier en appuyant sur le bouton 
569 \family sans
570 Valeurs
571 \begin_inset space ~
572 \end_inset
573
574 du
575 \begin_inset space ~
576 \end_inset
577
578 Fichier
579 \family default
580 .
581  Avec l'option 
582 \family sans
583 Couper
584 \begin_inset space ~
585 \end_inset
586
587 à
588 \begin_inset space ~
589 \end_inset
590
591 la
592 \begin_inset space ~
593 \end_inset
594
595 boîte
596 \begin_inset space ~
597 \end_inset
598
599 de
600 \begin_inset space ~
601 \end_inset
602
603 délimitation, 
604 \family default
605 seule la portion de l'image qui est dans la zone définie sera imprimée.
606  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
607  donc vous pouvez ignorer l'onglet 
608 \family sans
609 Rogner
610 \family default
611 .
612 \end_layout
613
614 \begin_layout Description
615
616 \family sans
617 Options
618 \begin_inset space ~
619 \end_inset
620
621 LaTeX
622 \begin_inset space ~
623 \end_inset
624
625 et
626 \begin_inset space ~
627 \end_inset
628
629 LyX
630 \family default
631  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
632  les experts ès-LaTeX pourront fournir des options supplémentaires pour
633  LaTeX
634 \begin_inset Newline newline
635 \end_inset
636
637 L'option 
638 \family sans
639 Mode brouillon
640 \family default
641  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
642  avec la taille de l'image.
643 \begin_inset Newline newline
644 \end_inset
645
646 L'option 
647 \family sans
648 Ne
649 \begin_inset space ~
650 \end_inset
651
652 pas
653 \begin_inset space ~
654 \end_inset
655
656 décompresser
657 \begin_inset space ~
658 \end_inset
659
660 à
661 \begin_inset space ~
662 \end_inset
663
664 l'exportation
665 \family default
666  n'affectera que les graphiques EPS zippés, par exemple 
667 \family typewriter
668 x.eps.gz
669 \family default
670 .
671  Quand cette option est activée, les images ne sont pas décompressées à
672  l'exportation, vu que LaTeX peut les traiter telles-quelles
673 \begin_inset Newline newline
674 \end_inset
675
676 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
677  disques quand on utilise PostScript comme format de sortie, voir l'appendice
678 \begin_inset space ~
679 \end_inset
680
681
682 \begin_inset CommandInset ref
683 LatexCommand ref
684 reference "sec:PostScript"
685
686 \end_inset
687
688 .
689  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
690  terminal UNIX ou une console Windows:
691 \begin_inset Newline newline
692 \end_inset
693
694
695 \series bold
696 gzip x.eps
697 \series default
698
699 \begin_inset Newline newline
700 \end_inset
701
702
703 \series bold
704 zgrep %%Bounding x.eps.gz > x.eps.bb
705 \series default
706
707 \begin_inset Newline newline
708 \end_inset
709
710 La seconde commande va créer le fichier contenant la description de la boîte
711  de délimitation 
712 \begin_inset Quotes eld
713 \end_inset
714
715
716 \family typewriter
717 x.eps.bb
718 \family default
719
720 \begin_inset Quotes erd
721 \end_inset
722
723  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
724 \begin_inset Newline newline
725 \end_inset
726
727 Dans la section 
728 \family sans
729 Groupe
730 \begin_inset space ~
731 \end_inset
732
733 de
734 \begin_inset space ~
735 \end_inset
736
737 graphiques
738 \family default
739  vous pouvez définir ou de choisir un groupe de paramètres d'image
740 \begin_inset Index idx
741 status collapsed
742
743 \begin_layout Plain Layout
744 Figures ! Groupes de paramétrisation
745 \end_layout
746
747 \end_inset
748
749 .
750  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
751  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
752  les autres soient automatiquement modifiées de la même manière.
753  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
754  avoir à modifier leur taille manuellement une par une.
755  On peut rattacher une image à un groupe existant en utilisant le menu contextue
756 l de l'image et en cochant le nom du groupe dans la liste
757 \begin_inset Foot
758 status collapsed
759
760 \begin_layout Plain Layout
761 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
762 \end_layout
763
764 \end_inset
765
766 .
767 \end_layout
768
769 \begin_layout Standard
770 \begin_inset VSpace bigskip
771 \end_inset
772
773
774 \end_layout
775
776 \begin_layout Standard
777 Voici un exemple d'image au format EPS
778 \begin_inset Foot
779 status collapsed
780
781 \begin_layout Plain Layout
782 Les format d'images sont décrits dans la section
783 \begin_inset space ~
784 \end_inset
785
786
787 \begin_inset CommandInset ref
788 LatexCommand ref
789 reference "sec:Image-Formats"
790
791 \end_inset
792
793 .
794 \end_layout
795
796 \end_inset
797
798  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
799 nt:
800 \end_layout
801
802 \begin_layout Standard
803 \align center
804 \begin_inset Graphics
805         filename ../clipart/mobius.eps
806         scale 70
807         scaleBeforeRotation
808         rotateOrigin center
809
810 \end_inset
811
812
813 \end_layout
814
815 \begin_layout Standard
816 Et voici la même image mais en mode brouillon:
817 \end_layout
818
819 \begin_layout Standard
820 \align center
821 \begin_inset Graphics
822         filename ../clipart/mobius.eps
823         scale 70
824         draft
825         scaleBeforeRotation
826         rotateOrigin center
827
828 \end_inset
829
830
831 \end_layout
832
833 \begin_layout Section
834 Figures flottantes
835 \begin_inset CommandInset label
836 LatexCommand label
837 name "sec:Figure-Floats"
838
839 \end_inset
840
841
842 \begin_inset Index idx
843 status collapsed
844
845 \begin_layout Plain Layout
846 Flottants ! Figures
847 \end_layout
848
849 \end_inset
850
851
852 \begin_inset Index idx
853 status collapsed
854
855 \begin_layout Plain Layout
856 Figures ! Flottants
857 \end_layout
858
859 \end_inset
860
861
862 \end_layout
863
864 \begin_layout Standard
865 Pour des explications d'ordre général concernant les flottants, jetez un
866  coup d'œil à la section
867 \begin_inset space ~
868 \end_inset
869
870
871 \begin_inset CommandInset ref
872 LatexCommand ref
873 reference "sec:Flottants-Introduction"
874
875 \end_inset
876
877 .
878 \end_layout
879
880 \begin_layout Standard
881 Le bouton 
882 \begin_inset Info
883 type  "icon"
884 arg   "float-insert figure"
885 \end_inset
886
887  de la barre d'outils et le menu 
888 \family sans
889 Insérer\SpecialChar \menuseparator
890 Flottant\SpecialChar \menuseparator
891 Figure
892 \family default
893  insèrent un flottant avec l'étiquette 
894 \begin_inset Quotes eld
895 \end_inset
896
897
898 \series bold
899 Figure
900 \begin_inset space ~
901 \end_inset
902
903 #:
904 \series default
905
906 \begin_inset Quotes erd
907 \end_inset
908
909  (# est le numéro réel de l'image).
910  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
911 \begin_inset space ~
912 \end_inset
913
914
915 \begin_inset CommandInset ref
916 LatexCommand ref
917 reference "fig:kill-plat"
918
919 \end_inset
920
921  ou en dessous de la légende comme pour la Figure
922 \begin_inset space ~
923 \end_inset
924
925
926 \begin_inset CommandInset ref
927 LatexCommand ref
928 reference "fig:escher"
929
930 \end_inset
931
932 .
933  Vous trouverez plus d'information sur le positionnement des légendes dans
934  la section
935 \begin_inset space ~
936 \end_inset
937
938
939 \begin_inset CommandInset ref
940 LatexCommand ref
941 reference "sec:Placement-légende"
942
943 \end_inset
944
945 .
946 \end_layout
947
948 \begin_layout Standard
949 \begin_inset Float figure
950 wide false
951 sideways false
952 status open
953
954 \begin_layout Plain Layout
955 \align center
956 \begin_inset Graphics
957         filename ../clipart/platypus.eps
958         width 50col%
959         scaleBeforeRotation
960         rotateOrigin center
961
962 \end_inset
963
964
965 \end_layout
966
967 \begin_layout Plain Layout
968 \begin_inset Caption
969
970 \begin_layout Plain Layout
971 \begin_inset CommandInset label
972 LatexCommand label
973 name "fig:kill-plat"
974
975 \end_inset
976
977 Un ornithorynque sévèrement déformé dans un flottant de figure.
978 \end_layout
979
980 \end_inset
981
982
983 \end_layout
984
985 \end_inset
986
987
988 \end_layout
989
990 \begin_layout Standard
991 \begin_inset Float figure
992 wide false
993 sideways false
994 status open
995
996 \begin_layout Plain Layout
997 \begin_inset Caption
998
999 \begin_layout Plain Layout
1000 \begin_inset CommandInset label
1001 LatexCommand label
1002 name "fig:escher"
1003
1004 \end_inset
1005
1006 M.C.
1007  Escher sous LSD.
1008 \end_layout
1009
1010 \end_inset
1011
1012
1013 \end_layout
1014
1015 \begin_layout Plain Layout
1016 \align center
1017 \begin_inset Graphics
1018         filename ../clipart/escher-lsd.eps
1019         scale 80
1020         scaleBeforeRotation
1021         rotateOrigin center
1022
1023 \end_inset
1024
1025
1026 \end_layout
1027
1028 \end_inset
1029
1030
1031 \end_layout
1032
1033 \begin_layout Standard
1034 \begin_inset Index idx
1035 status collapsed
1036
1037 \begin_layout Plain Layout
1038 References@Références ! à des Figures
1039 \end_layout
1040
1041 \end_inset
1042
1043 Les figure
1044 \begin_inset space ~
1045 \end_inset
1046
1047
1048 \begin_inset CommandInset ref
1049 LatexCommand ref
1050 reference "fig:kill-plat"
1051
1052 \end_inset
1053
1054  et 
1055 \begin_inset CommandInset ref
1056 LatexCommand ref
1057 reference "fig:escher"
1058
1059 \end_inset
1060
1061  sont des exemples de figures référencées.
1062  Dans le texte, on fait référence à une figure en faisant référence à sa
1063  légende.
1064  On insère donc une étiquette dans la légende en utilisant le menu 
1065 \family sans
1066 Insérer
1067 \family default
1068 \SpecialChar \menuseparator
1069
1070 \family sans
1071 Étiquette
1072 \family default
1073  ou le bouton 
1074 \begin_inset Info
1075 type  "icon"
1076 arg   "label-insert"
1077 \end_inset
1078
1079  de la barre d'outils.
1080  On peut alors faire référence à cette étiquette en utilisant le menu 
1081 \family sans
1082 Insérer\SpecialChar \menuseparator
1083 Référence
1084 \begin_inset space ~
1085 \end_inset
1086
1087 croisée
1088 \family default
1089  ou le bouton 
1090 \begin_inset Info
1091 type  "icon"
1092 arg   "dialog-show-new-inset ref"
1093 \end_inset
1094
1095  de la barre d'outils.
1096  Il est important d'utiliser des références pour les flottants de figures
1097  plutôt que des locutions vagues du genre 
1098 \begin_inset Quotes eld
1099 \end_inset
1100
1101 la figure ci-dessous
1102 \begin_inset Quotes erd
1103 \end_inset
1104
1105 , puisque LaTeX va repositionner la figure dans le document final.
1106  Votre figure risque de ne plus être ci-dessous du tout !
1107 \begin_inset Newline newline
1108 \end_inset
1109
1110 Le référencement est expliqué plus en détail dans la section
1111 \begin_inset space ~
1112 \end_inset
1113
1114
1115 \begin_inset CommandInset ref
1116 LatexCommand ref
1117 reference "sec:Referencer-les-Flottants"
1118
1119 \end_inset
1120
1121 .
1122 \end_layout
1123
1124 \begin_layout Standard
1125 En principe on met une seule figure dans un flottant, mais parfois vous
1126  pouvez vouloir deux figures avec chacune sa sous-légende.
1127  C'est possible en insérant des flottants d'image dans des flottants d'image
1128  existants.
1129  Notez que seule la légende principale des flottants est reprise dans la
1130  liste des figures.
1131  La figure
1132 \begin_inset space ~
1133 \end_inset
1134
1135
1136 \begin_inset CommandInset ref
1137 LatexCommand ref
1138 reference "fig:Deux-images-déformées"
1139
1140 \end_inset
1141
1142  est un exemple de flottant de figure avec deux images mises l'une à côté
1143  de l'autre.
1144  Vous pouvez aussi mettre les images les unes sous les autres.
1145  Les figures
1146 \begin_inset space ~
1147 \end_inset
1148
1149
1150 \begin_inset CommandInset ref
1151 LatexCommand ref
1152 reference "fig:Structure-indéfinissable"
1153
1154 \end_inset
1155
1156  et 
1157 \begin_inset CommandInset ref
1158 LatexCommand ref
1159 reference "fig:Un-ornithorynque"
1160
1161 \end_inset
1162
1163  sont des sous-figures.
1164 \end_layout
1165
1166 \begin_layout Standard
1167 \begin_inset Float figure
1168 wide false
1169 sideways false
1170 status open
1171
1172 \begin_layout Plain Layout
1173 \begin_inset space \hfill{}
1174 \end_inset
1175
1176
1177 \begin_inset Float figure
1178 wide false
1179 sideways false
1180 status open
1181
1182 \begin_layout Plain Layout
1183 \begin_inset Caption
1184
1185 \begin_layout Plain Layout
1186 \begin_inset CommandInset label
1187 LatexCommand label
1188 name "fig:Structure-indéfinissable"
1189
1190 \end_inset
1191
1192 Structure indéfinissable
1193 \end_layout
1194
1195 \end_inset
1196
1197
1198 \end_layout
1199
1200 \begin_layout Plain Layout
1201 \begin_inset Graphics
1202         filename ../clipart/escher-lsd.eps
1203         width 45col%
1204         scaleBeforeRotation
1205         groupId Déformés
1206
1207 \end_inset
1208
1209
1210 \end_layout
1211
1212 \end_inset
1213
1214
1215 \begin_inset space \hfill{}
1216 \end_inset
1217
1218
1219 \begin_inset Float figure
1220 wide false
1221 sideways false
1222 status open
1223
1224 \begin_layout Plain Layout
1225 \begin_inset Caption
1226
1227 \begin_layout Plain Layout
1228 \begin_inset CommandInset label
1229 LatexCommand label
1230 name "fig:Un-ornithorynque"
1231
1232 \end_inset
1233
1234 Un ornithorynque
1235 \end_layout
1236
1237 \end_inset
1238
1239
1240 \end_layout
1241
1242 \begin_layout Plain Layout
1243 \begin_inset Graphics
1244         filename ../clipart/platypus.eps
1245         width 45col%
1246         scaleBeforeRotation
1247         groupId Déformés
1248
1249 \end_inset
1250
1251
1252 \end_layout
1253
1254 \end_inset
1255
1256
1257 \begin_inset space \hfill{}
1258 \end_inset
1259
1260
1261 \end_layout
1262
1263 \begin_layout Plain Layout
1264 \begin_inset Caption
1265
1266 \begin_layout Plain Layout
1267 \begin_inset CommandInset label
1268 LatexCommand label
1269 name "fig:Deux-images-déformées"
1270
1271 \end_inset
1272
1273 Deux images déformées.
1274  Les deux images font partie du groupe de paramétrisation 
1275 \begin_inset Quotes eld
1276 \end_inset
1277
1278 déformés
1279 \begin_inset Quotes erd
1280 \end_inset
1281
1282 .
1283 \end_layout
1284
1285 \end_inset
1286
1287
1288 \end_layout
1289
1290 \end_inset
1291
1292
1293 \end_layout
1294
1295 \begin_layout Section
1296 Les formats d'images
1297 \begin_inset CommandInset label
1298 LatexCommand label
1299 name "sec:Image-Formats"
1300
1301 \end_inset
1302
1303
1304 \begin_inset Index idx
1305 status collapsed
1306
1307 \begin_layout Plain Layout
1308 Formats d' images
1309 \end_layout
1310
1311 \end_inset
1312
1313
1314 \begin_inset Index idx
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318 Figures ! Formats d'images
1319 \end_layout
1320
1321 \end_inset
1322
1323
1324 \end_layout
1325
1326 \begin_layout Standard
1327 Vous pouvez insérer des images dans n'importe quel format connu.
1328  Mais, comme nous l'avons expliqué dans l'appendice
1329 \begin_inset space ~
1330 \end_inset
1331
1332
1333 \begin_inset CommandInset ref
1334 LatexCommand ref
1335 reference "cha:Formats-fichiers-graphiques"
1336
1337 \end_inset
1338
1339 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1340  de formats d'images.
1341  Pour s'en sortir LyX utilise le programme 
1342 \family typewriter
1343 ImageMagick
1344 \family default
1345  en arrière plan pour convertir les formats que vous utilisez dans un des
1346  formats acceptés par le format de sortie.
1347  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1348 ons en n'utilisant que les formats listés dans les sous sections de l'appendice
1349 \begin_inset space ~
1350 \end_inset
1351
1352
1353 \begin_inset CommandInset ref
1354 LatexCommand ref
1355 reference "cha:Formats-fichiers-graphiques"
1356
1357 \end_inset
1358
1359 .
1360 \end_layout
1361
1362 \begin_layout Standard
1363 Comme pour les polices de caractères, il y a deux grands types de formats
1364  d'images:
1365 \end_layout
1366
1367 \begin_layout Description
1368 Les
1369 \begin_inset space ~
1370 \end_inset
1371
1372 images
1373 \begin_inset space ~
1374 \end_inset
1375
1376 Matricielles
1377 \begin_inset space ~
1378 \end_inset
1379
1380 (ou
1381 \begin_inset space ~
1382 \end_inset
1383
1384 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1385  enregistrés sous un format compressé.
1386  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1387  petits carrés quand on utilise des agrandissements trop importants (aspect
1388  
1389 \begin_inset Quotes eld
1390 \end_inset
1391
1392 pixellisé
1393 \begin_inset Quotes erd
1394 \end_inset
1395
1396 ).
1397  Les formats matriciels les plus connus sont le GIF (
1398 \begin_inset Quotes eld
1399 \end_inset
1400
1401 Graphics Interchange Format
1402 \begin_inset Quotes erd
1403 \end_inset
1404
1405 , avec comme extension de fichier 
1406 \begin_inset Quotes eld
1407 \end_inset
1408
1409
1410 \family typewriter
1411 .gif
1412 \family default
1413
1414 \begin_inset Quotes erd
1415 \end_inset
1416
1417 )
1418 \begin_inset Index idx
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422 GIF|see
1423 \begin_inset ERT
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427
1428 {
1429 \end_layout
1430
1431 \end_inset
1432
1433 Format d'image
1434 \begin_inset ERT
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438
1439 }
1440 \end_layout
1441
1442 \end_inset
1443
1444
1445 \end_layout
1446
1447 \end_inset
1448
1449 , le PNG (
1450 \begin_inset Quotes eld
1451 \end_inset
1452
1453 Portable Network Graphics, extension 
1454 \begin_inset Quotes eld
1455 \end_inset
1456
1457
1458 \family typewriter
1459 .png
1460 \family default
1461
1462 \begin_inset Quotes erd
1463 \end_inset
1464
1465 )
1466 \begin_inset Index idx
1467 status collapsed
1468
1469 \begin_layout Plain Layout
1470 PNG|see
1471 \begin_inset ERT
1472 status collapsed
1473
1474 \begin_layout Plain Layout
1475
1476 {
1477 \end_layout
1478
1479 \end_inset
1480
1481 Formats d'image
1482 \begin_inset ERT
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486
1487 }
1488 \end_layout
1489
1490 \end_inset
1491
1492
1493 \end_layout
1494
1495 \end_inset
1496
1497  et le JPG (
1498 \begin_inset Quotes eld
1499 \end_inset
1500
1501 Joint Photographic Expert Group, extension 
1502 \begin_inset Quotes eld
1503 \end_inset
1504
1505
1506 \family typewriter
1507 .jpg
1508 \family default
1509
1510 \begin_inset Quotes erd
1511 \end_inset
1512
1513  ou 
1514 \begin_inset Quotes eld
1515 \end_inset
1516
1517
1518 \family typewriter
1519 .jpeg
1520 \family default
1521
1522 \begin_inset Quotes erd
1523 \end_inset
1524
1525 )
1526 \begin_inset Index idx
1527 status collapsed
1528
1529 \begin_layout Plain Layout
1530 JPG|see
1531 \begin_inset ERT
1532 status collapsed
1533
1534 \begin_layout Plain Layout
1535
1536 {
1537 \end_layout
1538
1539 \end_inset
1540
1541 Formats d'image
1542 \begin_inset ERT
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546
1547 }
1548 \end_layout
1549
1550 \end_inset
1551
1552
1553 \end_layout
1554
1555 \end_inset
1556
1557 .
1558 \end_layout
1559
1560 \begin_layout Description
1561 Les
1562 \begin_inset space ~
1563 \end_inset
1564
1565 images
1566 \begin_inset space ~
1567 \end_inset
1568
1569 Vectorielles
1570 \begin_inset space ~
1571 \end_inset
1572
1573 (ou
1574 \begin_inset space ~
1575 \end_inset
1576
1577 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1578  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1579 nnée comme on le veut sans perte de précision.
1580  La possibilité de redimensionner les images est très utilisé pour les présentat
1581 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1582 nnement.
1583  Le redimensionnement permet aussi de présenter des documents en ligne où
1584  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1585  étudier les détails.
1586 \begin_inset Newline newline
1587 \end_inset
1588
1589 Les principaux formats vectoriels sont le SVG (
1590 \begin_inset Quotes eld
1591 \end_inset
1592
1593 Scalable Vector Graphics
1594 \begin_inset Quotes erd
1595 \end_inset
1596
1597 , extension
1598 \begin_inset Quotes eld
1599 \end_inset
1600
1601
1602 \family typewriter
1603 .svg
1604 \family default
1605
1606 \begin_inset Quotes erd
1607 \end_inset
1608
1609 )
1610 \begin_inset Index idx
1611 status collapsed
1612
1613 \begin_layout Plain Layout
1614 SVG|see
1615 \begin_inset ERT
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619
1620 {
1621 \end_layout
1622
1623 \end_inset
1624
1625 Format d'image
1626 \begin_inset ERT
1627 status collapsed
1628
1629 \begin_layout Plain Layout
1630
1631 }
1632 \end_layout
1633
1634 \end_inset
1635
1636
1637 \end_layout
1638
1639 \end_inset
1640
1641 , l'EPS ( 
1642 \begin_inset Quotes eld
1643 \end_inset
1644
1645 encapsulated PostScript
1646 \begin_inset Quotes erd
1647 \end_inset
1648
1649 , extension
1650 \begin_inset Quotes eld
1651 \end_inset
1652
1653
1654 \family typewriter
1655 .eps
1656 \family default
1657
1658 \begin_inset Quotes erd
1659 \end_inset
1660
1661 )
1662 \begin_inset Index idx
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666 EPS|see
1667 \begin_inset ERT
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671
1672 {
1673 \end_layout
1674
1675 \end_inset
1676
1677 Format d'image
1678 \begin_inset ERT
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682
1683 }
1684 \end_layout
1685
1686 \end_inset
1687
1688
1689 \end_layout
1690
1691 \end_inset
1692
1693 , le PDF (
1694 \begin_inset Quotes eld
1695 \end_inset
1696
1697 Portable Document Format
1698 \begin_inset Quotes erd
1699 \end_inset
1700
1701 , extension
1702 \begin_inset Quotes eld
1703 \end_inset
1704
1705
1706 \family typewriter
1707 .pdf
1708 \family default
1709
1710 \begin_inset Quotes erd
1711 \end_inset
1712
1713 )
1714 \begin_inset Index idx
1715 status collapsed
1716
1717 \begin_layout Plain Layout
1718 PDF|see
1719 \begin_inset ERT
1720 status collapsed
1721
1722 \begin_layout Plain Layout
1723
1724 {
1725 \end_layout
1726
1727 \end_inset
1728
1729 Format d'image
1730 \begin_inset ERT
1731 status collapsed
1732
1733 \begin_layout Plain Layout
1734
1735 }
1736 \end_layout
1737
1738 \end_inset
1739
1740
1741 \end_layout
1742
1743 \end_inset
1744
1745  et le WMF (
1746 \begin_inset Quotes eld
1747 \end_inset
1748
1749 Windows Metafile
1750 \begin_inset Quotes erd
1751 \end_inset
1752
1753 , extension 
1754 \begin_inset Quotes eld
1755 \end_inset
1756
1757
1758 \family typewriter
1759 .wfm
1760 \family default
1761
1762 \begin_inset Quotes erd
1763 \end_inset
1764
1765  ou 
1766 \begin_inset Quotes eld
1767 \end_inset
1768
1769
1770 \family typewriter
1771 .emf
1772 \family default
1773
1774 \begin_inset Quotes erd
1775 \end_inset
1776
1777 )
1778 \begin_inset Index idx
1779 status collapsed
1780
1781 \begin_layout Plain Layout
1782 WMF|see
1783 \begin_inset ERT
1784 status collapsed
1785
1786 \begin_layout Plain Layout
1787
1788 {
1789 \end_layout
1790
1791 \end_inset
1792
1793 Formats d'images
1794 \begin_inset ERT
1795 status collapsed
1796
1797 \begin_layout Plain Layout
1798
1799 }
1800 \end_layout
1801
1802 \end_inset
1803
1804
1805 \end_layout
1806
1807 \end_inset
1808
1809 .
1810  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1811  en EPS, mais le résultat ne sera pas redimensionnable.
1812  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1813 \begin_inset Foot
1814 status collapsed
1815
1816 \begin_layout Plain Layout
1817 Dans le cas du PDF l'image initiale est aussi compressée.
1818 \end_layout
1819
1820 \end_inset
1821
1822
1823 \end_layout
1824
1825 \begin_layout Standard
1826 Les fichiers PDF générés par 
1827 \family typewriter
1828 Adobe Photoshop
1829 \family default
1830 , par exemple, sont des images matricielles.
1831 \end_layout
1832
1833 \begin_layout Standard
1834 En principe il est quasiment impossible de convertir une image matricielle
1835  en graphique vectoriel, seul le contraire est possible.
1836  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1837  dans respectivement un fichier de sortie PDF ou PostScript.
1838  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1839  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1840  WMF/SVG
1841 \begin_inset Formula $\to$
1842 \end_inset
1843
1844 PDF/EPS convenables.
1845 \end_layout
1846
1847 \begin_layout Chapter
1848 Tableaux
1849 \begin_inset Index idx
1850 status collapsed
1851
1852 \begin_layout Plain Layout
1853 Tableau
1854 \end_layout
1855
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \begin_layout Section
1862 Introduction
1863 \begin_inset Index idx
1864 status collapsed
1865
1866 \begin_layout Plain Layout
1867 Tableau ! Introduction
1868 \end_layout
1869
1870 \end_inset
1871
1872
1873 \end_layout
1874
1875 \begin_layout Standard
1876 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1877  
1878 \begin_inset Info
1879 type  "icon"
1880 arg   "tabular-insert"
1881 \end_inset
1882
1883  soit 
1884 \family sans
1885 Insérer\SpecialChar \menuseparator
1886 Tableau
1887 \family default
1888 .
1889  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1890  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1891  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1892  sur un bouton de la souris pour valider votre choix.
1893  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1894  vous demandant le nombre de lignes et de colonnes.
1895 \begin_inset Newline newline
1896 \end_inset
1897
1898 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1899  une à droite de la colonne la plus à droite et une en bas de la rangée
1900  du bas, qui forment une boîte autour du tableau.
1901  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1902  apparaît séparée du reste du tableau.
1903  Voici un exemple :
1904 \end_layout
1905
1906 \begin_layout Standard
1907 \align center
1908 \begin_inset Tabular
1909 <lyxtabular version="3" rows="4" columns="4">
1910 <features tabularvalignment="middle">
1911 <column alignment="center" valignment="top" width="0">
1912 <column alignment="center" valignment="top" width="0">
1913 <column alignment="center" valignment="top" width="0">
1914 <column alignment="center" valignment="top" width="0">
1915 <row>
1916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Plain Layout
1920
1921 \end_layout
1922
1923 \end_inset
1924 </cell>
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 1
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 2
1939 \end_layout
1940
1941 \end_inset
1942 </cell>
1943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1944 \begin_inset Text
1945
1946 \begin_layout Plain Layout
1947 3
1948 \end_layout
1949
1950 \end_inset
1951 </cell>
1952 </row>
1953 <row>
1954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1955 \begin_inset Text
1956
1957 \begin_layout Plain Layout
1958 A
1959 \end_layout
1960
1961 \end_inset
1962 </cell>
1963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1964 \begin_inset Text
1965
1966 \begin_layout Plain Layout
1967
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" rightline="true" usebox="none">
1982 \begin_inset Text
1983
1984 \begin_layout Plain Layout
1985
1986 \end_layout
1987
1988 \end_inset
1989 </cell>
1990 </row>
1991 <row>
1992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1993 \begin_inset Text
1994
1995 \begin_layout Plain Layout
1996 B
1997 \end_layout
1998
1999 \end_inset
2000 </cell>
2001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2002 \begin_inset Text
2003
2004 \begin_layout Plain Layout
2005
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" rightline="true" usebox="none">
2020 \begin_inset Text
2021
2022 \begin_layout Plain Layout
2023
2024 \end_layout
2025
2026 \end_inset
2027 </cell>
2028 </row>
2029 <row>
2030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2031 \begin_inset Text
2032
2033 \begin_layout Plain Layout
2034 C
2035 \end_layout
2036
2037 \end_inset
2038 </cell>
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
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" rightline="true" usebox="none">
2058 \begin_inset Text
2059
2060 \begin_layout Plain Layout
2061
2062 \end_layout
2063
2064 \end_inset
2065 </cell>
2066 </row>
2067 </lyxtabular>
2068
2069 \end_inset
2070
2071
2072 \end_layout
2073
2074 \begin_layout Section
2075 La fenêtre 
2076 \family sans
2077 tableau
2078 \family default
2079
2080 \begin_inset Index idx
2081 status collapsed
2082
2083 \begin_layout Plain Layout
2084 Tableau ! Fenêtre de dialogue
2085 \end_layout
2086
2087 \end_inset
2088
2089
2090 \end_layout
2091
2092 \begin_layout Standard
2093 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2094  de la souris, ce qui fait apparaître une fenêtre avec des options.
2095  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2096  la colonne et la ligne dans laquelle le curseur se trouve.
2097  La plupart des options peuvent s'appliquer à des sélections.
2098  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2099  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2100  votre sélection.
2101  Notez qu'il y a une différence entre sélectionner le 
2102 \emph on
2103 contenu 
2104 \emph default
2105 d'une cellule et sélectionner la cellule elle-même.
2106 \begin_inset Newline newline
2107 \end_inset
2108
2109 En cochant l'option 
2110 \family sans
2111 Application
2112 \begin_inset space ~
2113 \end_inset
2114
2115 immédiate
2116 \family default
2117  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2118  est appliquée directement.
2119  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2120  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2121  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2122  de dialogue, vous devez appuyer sur 
2123 \family sans
2124 Entrée
2125 \family default
2126  pour que la modification soit appliquée.
2127 \begin_inset Newline newline
2128 \end_inset
2129
2130 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2131  :
2132 \end_layout
2133
2134 \begin_layout Description
2135 Paramètres
2136 \begin_inset space ~
2137 \end_inset
2138
2139 du
2140 \begin_inset space ~
2141 \end_inset
2142
2143 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2144  la largeur de la colonne courante.
2145  L'alignement horizontal 
2146 \family sans
2147 Au
2148 \begin_inset space ~
2149 \end_inset
2150
2151 séparateur
2152 \begin_inset space ~
2153 \end_inset
2154
2155 décimal
2156 \family default
2157  est décrit dans la section
2158 \begin_inset space ~
2159 \end_inset
2160
2161
2162 \begin_inset CommandInset ref
2163 LatexCommand ref
2164 reference "sub:Alignements-de-cellules"
2165
2166 \end_inset
2167
2168 .
2169  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2170  vertical de la ligne courante.
2171  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2172  et donc, plusieurs paragraphes de texte, voir la section
2173 \begin_inset space ~
2174 \end_inset
2175
2176
2177 \begin_inset CommandInset ref
2178 LatexCommand ref
2179 reference "sub:Lignes-multiple-dans-cellule"
2180
2181 \end_inset
2182
2183 .
2184  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2185  pour accommoder le contenu de cellule le plus large.
2186 \begin_inset Newline newline
2187 \end_inset
2188
2189 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2190  un multicolonne, voir la section
2191 \begin_inset space ~
2192 \end_inset
2193
2194
2195 \begin_inset CommandInset ref
2196 LatexCommand ref
2197 reference "sub:Multicolonnes"
2198
2199 \end_inset
2200
2201  ou une cellule d'une colonne comme cellule multiligne, voir la section
2202 \begin_inset space ~
2203 \end_inset
2204
2205
2206 \begin_inset CommandInset ref
2207 LatexCommand ref
2208 reference "sub:Multi-lignes"
2209
2210 \end_inset
2211
2212 .
2213 \begin_inset Newline newline
2214 \end_inset
2215
2216 L'option 
2217 \family sans
2218 Tourner
2219 \begin_inset space ~
2220 \end_inset
2221
2222 la
2223 \begin_inset space ~
2224 \end_inset
2225
2226 case
2227 \begin_inset space ~
2228 \end_inset
2229
2230 de
2231 \begin_inset space ~
2232 \end_inset
2233
2234 90°
2235 \family default
2236  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2237  L'option 
2238 \family sans
2239 Tourner
2240 \begin_inset space ~
2241 \end_inset
2242
2243 le
2244 \begin_inset space ~
2245 \end_inset
2246
2247 tableau
2248 \begin_inset space ~
2249 \end_inset
2250
2251 de
2252 \begin_inset space ~
2253 \end_inset
2254
2255 90°
2256 \family default
2257  fait pivoter tout le tableau.
2258  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2259  la sortie finale.
2260  Pour plus d'information voir la section
2261 \begin_inset space ~
2262 \end_inset
2263
2264
2265 \begin_inset CommandInset ref
2266 LatexCommand ref
2267 reference "sec:Rotated-Table-Cells"
2268
2269 \end_inset
2270
2271 .
2272 \begin_inset Newline newline
2273 \end_inset
2274
2275
2276 \begin_inset Note Greyedout
2277 status open
2278
2279 \begin_layout Plain Layout
2280
2281 \series bold
2282 Note:
2283 \series default
2284  La plupart des visualiseurs DVI ne sont 
2285 \emph on
2286 pas
2287 \emph default
2288  capables d'afficher ces rotations.
2289 \end_layout
2290
2291 \end_inset
2292
2293
2294 \begin_inset Newline newline
2295 \end_inset
2296
2297 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2298  qui sont incorporés dans une ligne de texte :
2299 \begin_inset Newline newline
2300 \end_inset
2301
2302 Une ligne avec des tableaux alignés de différentes manières: 
2303 \begin_inset Tabular
2304 <lyxtabular version="3" rows="2" columns="2">
2305 <features tabularvalignment="top">
2306 <column alignment="center" valignment="top" width="0pt">
2307 <column alignment="center" valignment="top" width="0">
2308 <row>
2309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2310 \begin_inset Text
2311
2312 \begin_layout Plain Layout
2313
2314 \end_layout
2315
2316 \end_inset
2317 </cell>
2318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2319 \begin_inset Text
2320
2321 \begin_layout Plain Layout
2322 1
2323 \end_layout
2324
2325 \end_inset
2326 </cell>
2327 </row>
2328 <row>
2329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2330 \begin_inset Text
2331
2332 \begin_layout Plain Layout
2333 A
2334 \end_layout
2335
2336 \end_inset
2337 </cell>
2338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2339 \begin_inset Text
2340
2341 \begin_layout Plain Layout
2342
2343 \end_layout
2344
2345 \end_inset
2346 </cell>
2347 </row>
2348 </lyxtabular>
2349
2350 \end_inset
2351
2352  
2353 \begin_inset Tabular
2354 <lyxtabular version="3" rows="2" columns="2">
2355 <features tabularvalignment="middle">
2356 <column alignment="center" valignment="top" width="0">
2357 <column alignment="center" valignment="top" width="0">
2358 <row>
2359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2360 \begin_inset Text
2361
2362 \begin_layout Plain Layout
2363
2364 \end_layout
2365
2366 \end_inset
2367 </cell>
2368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2369 \begin_inset Text
2370
2371 \begin_layout Plain Layout
2372 1
2373 \end_layout
2374
2375 \end_inset
2376 </cell>
2377 </row>
2378 <row>
2379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2380 \begin_inset Text
2381
2382 \begin_layout Plain Layout
2383 A
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392
2393 \end_layout
2394
2395 \end_inset
2396 </cell>
2397 </row>
2398 </lyxtabular>
2399
2400 \end_inset
2401
2402  
2403 \begin_inset Tabular
2404 <lyxtabular version="3" rows="2" columns="2">
2405 <features tabularvalignment="bottom">
2406 <column alignment="center" valignment="top" width="0pt">
2407 <column alignment="center" valignment="top" width="0">
2408 <row>
2409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2410 \begin_inset Text
2411
2412 \begin_layout Plain Layout
2413
2414 \end_layout
2415
2416 \end_inset
2417 </cell>
2418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2419 \begin_inset Text
2420
2421 \begin_layout Plain Layout
2422 1
2423 \end_layout
2424
2425 \end_inset
2426 </cell>
2427 </row>
2428 <row>
2429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2430 \begin_inset Text
2431
2432 \begin_layout Plain Layout
2433 A
2434 \end_layout
2435
2436 \end_inset
2437 </cell>
2438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2439 \begin_inset Text
2440
2441 \begin_layout Plain Layout
2442
2443 \end_layout
2444
2445 \end_inset
2446 </cell>
2447 </row>
2448 </lyxtabular>
2449
2450 \end_inset
2451
2452
2453 \begin_inset Newline newline
2454 \end_inset
2455
2456 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2457  spéciales pour le tableau, voir les sections
2458 \begin_inset space ~
2459 \end_inset
2460
2461
2462 \begin_inset CommandInset ref
2463 LatexCommand ref
2464 reference "sub:Calculs-multicolonnes"
2465
2466 \end_inset
2467
2468  et 
2469 \begin_inset CommandInset ref
2470 LatexCommand ref
2471 reference "sec:Tableaux-Colorés"
2472
2473 \end_inset
2474
2475 .
2476 \end_layout
2477
2478 \begin_layout Description
2479
2480 \family sans
2481 Bordures
2482 \family default
2483  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2484  ou la colonne courante.
2485  
2486 \begin_inset Newline newline
2487 \end_inset
2488
2489 En utilisant le style 
2490 \family sans
2491 Formel
2492 \family default
2493  à la place du style par 
2494 \family sans
2495 Défaut
2496 \family default
2497 , on va convertir le tableau en tableau formel comme on le décrit dans la
2498  section
2499 \begin_inset space ~
2500 \end_inset
2501
2502
2503 \begin_inset CommandInset ref
2504 LatexCommand ref
2505 reference "sec:Tableaux-Formels"
2506
2507 \end_inset
2508
2509 .
2510 \begin_inset Newline newline
2511 \end_inset
2512
2513 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2514  dans les lignes du tableau comme c'est décrit dans la section
2515 \begin_inset space ~
2516 \end_inset
2517
2518
2519 \begin_inset CommandInset ref
2520 LatexCommand ref
2521 reference "sub:Espacement-lignes"
2522
2523 \end_inset
2524
2525 .
2526 \end_layout
2527
2528 \begin_layout Description
2529 Tableau
2530 \begin_inset space ~
2531 \end_inset
2532
2533 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2534  un 
2535 \begin_inset Quotes eld
2536 \end_inset
2537
2538
2539 \emph on
2540 tableau long
2541 \emph default
2542
2543 \begin_inset Quotes erd
2544 \end_inset
2545
2546  qui peut continuer sur plusieurs pages.
2547  Les sections
2548 \begin_inset space ~
2549 \end_inset
2550
2551
2552 \begin_inset CommandInset ref
2553 LatexCommand ref
2554 reference "sec:Tableaux-longs"
2555
2556 \end_inset
2557
2558  et 
2559 \begin_inset CommandInset ref
2560 LatexCommand ref
2561 reference "sec:Questions-sur-tableaux-longs"
2562
2563 \end_inset
2564
2565  décrivent ces tableaux longs plus en détail.
2566 \end_layout
2567
2568 \begin_layout Section
2569 La barre d'outils tableau
2570 \begin_inset Index idx
2571 status collapsed
2572
2573 \begin_layout Plain Layout
2574 Tableau ! Barre d'outils
2575 \end_layout
2576
2577 \end_inset
2578
2579
2580 \end_layout
2581
2582 \begin_layout Standard
2583 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2584  permet de modifier plus rapidement les tableaux.
2585  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2586  le curseur se trouve à l'intérieur d'un tableau.
2587  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2588  au menu 
2589 \family sans
2590 Visualiser\SpecialChar \menuseparator
2591 Barres
2592 \begin_inset space ~
2593 \end_inset
2594
2595 d'outils\SpecialChar \menuseparator
2596 Tableau
2597 \family default
2598 .
2599 \end_layout
2600
2601 \begin_layout Standard
2602 La barre d'outils contient les icônes suivantes :
2603 \end_layout
2604
2605 \begin_layout Labeling
2606 \labelwidthstring 00.00.0000
2607 \begin_inset Info
2608 type  "icon"
2609 arg   "inset-modify tabular append-row"
2610 \end_inset
2611
2612  ajoute une ligne sous la cellule ou la sélection courante
2613 \end_layout
2614
2615 \begin_layout Labeling
2616 \labelwidthstring 00.00.0000
2617 \begin_inset Info
2618 type  "icon"
2619 arg   "inset-modify tabular append-column"
2620 \end_inset
2621
2622  ajoute une colonne à la droite de la cellule ou de la sélection courante
2623 \end_layout
2624
2625 \begin_layout Labeling
2626 \labelwidthstring 00.00.0000
2627 \begin_inset Info
2628 type  "icon"
2629 arg   "inset-modify tabular delete-row"
2630 \end_inset
2631
2632  supprime la ligne ou la sélection courante
2633 \end_layout
2634
2635 \begin_layout Labeling
2636 \labelwidthstring 00.00.0000
2637 \begin_inset Info
2638 type  "icon"
2639 arg   "inset-modify tabular delete-column"
2640 \end_inset
2641
2642  supprime la colonne ou la sélection courante
2643 \end_layout
2644
2645 \begin_layout Labeling
2646 \labelwidthstring 00.00.0000
2647 \begin_inset Info
2648 type  "icon"
2649 arg   "inset-modify tabular toggle-line-top"
2650 \end_inset
2651
2652  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2653  courante
2654 \end_layout
2655
2656 \begin_layout Labeling
2657 \labelwidthstring 00.00.0000
2658 \begin_inset Info
2659 type  "icon"
2660 arg   "inset-modify tabular toggle-line-bottom"
2661 \end_inset
2662
2663  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2664 \end_layout
2665
2666 \begin_layout Labeling
2667 \labelwidthstring 00.00.0000
2668 \begin_inset Info
2669 type  "icon"
2670 arg   "inset-modify tabular toggle-line-left"
2671 \end_inset
2672
2673  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2674 \begin_inset Note Note
2675 status collapsed
2676
2677 \begin_layout Plain Layout
2678 ou colonne ?
2679 \end_layout
2680
2681 \end_inset
2682
2683  ou de la sélection courante
2684 \end_layout
2685
2686 \begin_layout Labeling
2687 \labelwidthstring 00.00.0000
2688 \begin_inset Info
2689 type  "icon"
2690 arg   "inset-modify tabular toggle-line-right"
2691 \end_inset
2692
2693  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2694 \begin_inset Note Note
2695 status collapsed
2696
2697 \begin_layout Plain Layout
2698 ou colonne ?
2699 \end_layout
2700
2701 \end_inset
2702
2703  ou de la sélection courante
2704 \end_layout
2705
2706 \begin_layout Labeling
2707 \labelwidthstring 00.00.0000
2708 \begin_inset Info
2709 type  "icon"
2710 arg   "inset-modify tabular set-all-lines"
2711 \end_inset
2712
2713  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2714  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2715  colonne et la ligne courante
2716 \end_layout
2717
2718 \begin_layout Labeling
2719 \labelwidthstring 00.00.0000
2720 \begin_inset Info
2721 type  "icon"
2722 arg   "inset-modify tabular unset-all-lines"
2723 \end_inset
2724
2725  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2726  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2727  aussi la colonne et la ligne courante
2728 \end_layout
2729
2730 \begin_layout Labeling
2731 \labelwidthstring 00.00.0000
2732 \begin_inset Info
2733 type  "icon"
2734 arg   "inset-modify tabular m-align-left"
2735 \end_inset
2736
2737  aligne à gauche le contenu de la cellule ou de la colonne courante
2738 \end_layout
2739
2740 \begin_layout Labeling
2741 \labelwidthstring 00.00.0000
2742 \begin_inset Info
2743 type  "icon"
2744 arg   "inset-modify tabular m-align-center"
2745 \end_inset
2746
2747  centre horizontalement le contenu de la cellule ou de la colonne courante
2748 \end_layout
2749
2750 \begin_layout Labeling
2751 \labelwidthstring 00.00.0000
2752 \begin_inset Info
2753 type  "icon"
2754 arg   "inset-modify tabular m-align-right"
2755 \end_inset
2756
2757  aligne à droite le contenu de la cellule ou de la colonne courante
2758 \end_layout
2759
2760 \begin_layout Labeling
2761 \labelwidthstring 00.00.0000
2762 \begin_inset Info
2763 type  "icon"
2764 arg   "inset-modify tabular align-decimal"
2765 \end_inset
2766
2767  aligne le contenu de la colonne courante sur un caractère
2768 \end_layout
2769
2770 \begin_layout Labeling
2771 \labelwidthstring 00.00.0000
2772 \begin_inset Info
2773 type  "icon"
2774 arg   "inset-modify tabular m-valign-top"
2775 \end_inset
2776
2777  aligne le contenu de la cellule courante verticalement vers le haut
2778 \end_layout
2779
2780 \begin_layout Labeling
2781 \labelwidthstring 00.00.0000
2782 \begin_inset Info
2783 type  "icon"
2784 arg   "inset-modify tabular m-valign-middle"
2785 \end_inset
2786
2787  centre verticalement le contenu de la cellule courante
2788 \end_layout
2789
2790 \begin_layout Labeling
2791 \labelwidthstring 00.00.0000
2792 \begin_inset Info
2793 type  "icon"
2794 arg   "inset-modify tabular m-valign-bottom"
2795 \end_inset
2796
2797  aligne le contenu de la cellule courante verticalement vers le bas
2798 \end_layout
2799
2800 \begin_layout Labeling
2801 \labelwidthstring 00.00.0000
2802 \begin_inset Info
2803 type  "icon"
2804 arg   "inset-modify tabular set-rotate-cell"
2805 \end_inset
2806
2807  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2808 re
2809 \end_layout
2810
2811 \begin_layout Labeling
2812 \labelwidthstring 00.00.0000
2813 \begin_inset Info
2814 type  "icon"
2815 arg   "inset-modify tabular set-rotate-tabular"
2816 \end_inset
2817
2818  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2819 \end_layout
2820
2821 \begin_layout Labeling
2822 \labelwidthstring 00.00.0000
2823 \begin_inset Info
2824 type  "icon"
2825 arg   "inset-modify tabular multicolumn"
2826 \end_inset
2827
2828  transforme en multi-colonne la cellule ou la sélection courante
2829 \end_layout
2830
2831 \begin_layout Labeling
2832 \labelwidthstring 00.00.0000
2833 \begin_inset Info
2834 type  "icon"
2835 arg   "inset-modify tabular multirow"
2836 \end_inset
2837
2838  transforme en multi-ligne la cellule ou la sélection courante
2839 \end_layout
2840
2841 \begin_layout Standard
2842 \begin_inset Note Greyedout
2843 status open
2844
2845 \begin_layout Plain Layout
2846
2847 \series bold
2848 Note :
2849 \series default
2850  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2851  est utilisé pour toutes les autres cellules de la ligne.
2852 \end_layout
2853
2854 \end_inset
2855
2856
2857 \end_layout
2858
2859 \begin_layout Section
2860 Le menu éditer tableau
2861 \begin_inset Index idx
2862 status collapsed
2863
2864 \begin_layout Plain Layout
2865 Tableau ! Menu Éditer
2866 \end_layout
2867
2868 \end_inset
2869
2870
2871 \end_layout
2872
2873 \begin_layout Standard
2874 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2875  
2876 \family sans
2877 Éditer\SpecialChar \menuseparator
2878 Tableau
2879 \family default
2880  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2881  ou de la ligne courante et aussi de transformer la sélection courante en
2882  multi-colonne.
2883  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2884 \end_layout
2885
2886 \begin_layout Section
2887 Flottant de tableau
2888 \begin_inset CommandInset label
2889 LatexCommand label
2890 name "sec:Table-Floats"
2891
2892 \end_inset
2893
2894
2895 \begin_inset Index idx
2896 status collapsed
2897
2898 \begin_layout Plain Layout
2899 Flottants ! Tableaux
2900 \end_layout
2901
2902 \end_inset
2903
2904
2905 \begin_inset Index idx
2906 status collapsed
2907
2908 \begin_layout Plain Layout
2909 Tableau ! Flottants
2910 \end_layout
2911
2912 \end_inset
2913
2914
2915 \end_layout
2916
2917 \begin_layout Standard
2918 Pour des explications générales sur les flottants, jetez un œil à la section
2919 \begin_inset space ~
2920 \end_inset
2921
2922
2923 \begin_inset CommandInset ref
2924 LatexCommand ref
2925 reference "sec:Flottants-Introduction"
2926
2927 \end_inset
2928
2929 .
2930 \end_layout
2931
2932 \begin_layout Standard
2933 \begin_inset Float table
2934 placement h
2935 wide false
2936 sideways false
2937 status open
2938
2939 \begin_layout Plain Layout
2940 \begin_inset Caption
2941
2942 \begin_layout Plain Layout
2943 \begin_inset CommandInset label
2944 LatexCommand label
2945 name "tab:Flottant-de-tableau"
2946
2947 \end_inset
2948
2949 Un flottant de tableau.
2950 \end_layout
2951
2952 \end_inset
2953
2954
2955 \end_layout
2956
2957 \begin_layout Plain Layout
2958 \align center
2959 \begin_inset Tabular
2960 <lyxtabular version="3" rows="3" columns="3">
2961 <features tabularvalignment="middle">
2962 <column alignment="center" valignment="top" width="0pt">
2963 <column alignment="center" valignment="top" width="0pt">
2964 <column alignment="center" valignment="top" width="0pt">
2965 <row>
2966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970 1
2971 \end_layout
2972
2973 \end_inset
2974 </cell>
2975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Plain Layout
2979 2
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2985 \begin_inset Text
2986
2987 \begin_layout Plain Layout
2988 3
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 </row>
2994 <row>
2995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2996 \begin_inset Text
2997
2998 \begin_layout Plain Layout
2999 Jules
3000 \end_layout
3001
3002 \end_inset
3003 </cell>
3004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3005 \begin_inset Text
3006
3007 \begin_layout Plain Layout
3008 Marie
3009 \end_layout
3010
3011 \end_inset
3012 </cell>
3013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3014 \begin_inset Text
3015
3016 \begin_layout Plain Layout
3017 Jean
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 </row>
3023 <row>
3024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Plain Layout
3028 \begin_inset Formula $\int x^{2}dx$
3029 \end_inset
3030
3031
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3037 \begin_inset Text
3038
3039 \begin_layout Plain Layout
3040 \begin_inset Formula $\left[\begin{array}{cc}
3041 a & b\\
3042 c & d
3043 \end{array}\right]$
3044 \end_inset
3045
3046
3047 \end_layout
3048
3049 \end_inset
3050 </cell>
3051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3052 \begin_inset Text
3053
3054 \begin_layout Plain Layout
3055 \begin_inset Formula $1+1=2$
3056 \end_inset
3057
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 </row>
3064 </lyxtabular>
3065
3066 \end_inset
3067
3068
3069 \end_layout
3070
3071 \end_inset
3072
3073
3074 \end_layout
3075
3076 \begin_layout Standard
3077 Les flottants de tableau sont insérés en utilisant le menu 
3078 \family sans
3079 Insérer\SpecialChar \menuseparator
3080 Flottant\SpecialChar \menuseparator
3081 Tableau
3082 \family default
3083  ou le bouton 
3084 \begin_inset Info
3085 type  "icon"
3086 arg   "float-insert table"
3087 \end_inset
3088
3089  de la barre d'outils.
3090 \end_layout
3091
3092 \begin_layout Standard
3093 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3094  qui a comme étiquette 
3095 \begin_inset Quotes eld
3096 \end_inset
3097
3098 Tableau
3099 \begin_inset space ~
3100 \end_inset
3101
3102 #:
3103 \begin_inset Quotes erd
3104 \end_inset
3105
3106  (où # est le numéro du tableau).
3107  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3108 \end_layout
3109
3110 \begin_layout Standard
3111 Le tableau
3112 \begin_inset space ~
3113 \end_inset
3114
3115
3116 \begin_inset CommandInset ref
3117 LatexCommand ref
3118 reference "tab:Flottant-de-tableau"
3119
3120 \end_inset
3121
3122  est un exemple de tableau dans un flottant de tableau.
3123 \end_layout
3124
3125 \begin_layout Standard
3126 On met habituellement la légende au dessus des tableaux, mais cette règle
3127  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3128  Cela signifie que si vous utilisez un document appartenant aux classes
3129  
3130 \family sans
3131 article
3132 \family default
3133
3134 \family sans
3135 book
3136 \family default
3137
3138 \family sans
3139 letter
3140 \family default
3141 , ou
3142 \family sans
3143  report
3144 \family default
3145  il n'y aura pas d'espace entre la légende et le tableau.
3146  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3147  la commande de chargement du paquetage LaTeX 
3148 \series bold
3149 caption
3150 \series default
3151
3152 \begin_inset Index idx
3153 status collapsed
3154
3155 \begin_layout Plain Layout
3156 Paquetages LaTeX ! caption
3157 \end_layout
3158
3159 \end_inset
3160
3161  dans le préambule de votre document.
3162 \begin_inset Foot
3163 status collapsed
3164
3165 \begin_layout Plain Layout
3166 Pour plus d'information voyez la section
3167 \begin_inset space ~
3168 \end_inset
3169
3170
3171 \begin_inset CommandInset ref
3172 LatexCommand ref
3173 reference "sec:Placement-légende"
3174
3175 \end_inset
3176
3177 .
3178 \end_layout
3179
3180 \end_inset
3181
3182 :
3183 \end_layout
3184
3185 \begin_layout Standard
3186
3187 \series bold
3188 tableposition=top
3189 \end_layout
3190
3191 \begin_layout Standard
3192 Le paquetage 
3193 \series bold
3194 caption
3195 \series default
3196 , qui est décrit dans la section
3197 \begin_inset space ~
3198 \end_inset
3199
3200
3201 \begin_inset CommandInset ref
3202 LatexCommand ref
3203 reference "sec:Formatage-légende"
3204
3205 \end_inset
3206
3207 , est utilisé pour ajuster le format des légendes.
3208 \end_layout
3209
3210 \begin_layout Standard
3211 Dans le texte, on fait référence à un tableau
3212 \begin_inset Index idx
3213 status collapsed
3214
3215 \begin_layout Plain Layout
3216 References@Références ! à des Tableaux
3217 \end_layout
3218
3219 \end_inset
3220
3221  en faisant référence à sa légende.
3222  On insère donc une étiquette dans la légende en utilisant le menu 
3223 \family sans
3224 Insérer
3225 \family default
3226 \SpecialChar \menuseparator
3227
3228 \family sans
3229 Étiquette
3230 \family default
3231  ou le bouton 
3232 \begin_inset Info
3233 type  "icon"
3234 arg   "label-insert"
3235 \end_inset
3236
3237  de la barre d'outils.
3238  On peut alors faire référence à cette étiquette en utilisant le menu 
3239 \family sans
3240 Insérer\SpecialChar \menuseparator
3241 Référence
3242 \begin_inset space ~
3243 \end_inset
3244
3245 croisée
3246 \family default
3247  ou le bouton 
3248 \begin_inset Info
3249 type  "icon"
3250 arg   "dialog-show-new-inset ref"
3251 \end_inset
3252
3253  de la barre d'outils.
3254 \begin_inset Newline newline
3255 \end_inset
3256
3257 Les références croisées sont expliquées en détail dans la section
3258 \begin_inset space ~
3259 \end_inset
3260
3261
3262 \begin_inset CommandInset ref
3263 LatexCommand ref
3264 reference "sec:Referencer-les-Flottants"
3265
3266 \end_inset
3267
3268 .
3269 \end_layout
3270
3271 \begin_layout Section
3272 Tableaux Longs
3273 \begin_inset CommandInset label
3274 LatexCommand label
3275 name "sec:Tableaux-longs"
3276
3277 \end_inset
3278
3279
3280 \begin_inset Index idx
3281 status collapsed
3282
3283 \begin_layout Plain Layout
3284 Tableaux longs
3285 \end_layout
3286
3287 \end_inset
3288
3289
3290 \begin_inset Index idx
3291 status collapsed
3292
3293 \begin_layout Plain Layout
3294 Tableau ! Tableaux longs
3295 \end_layout
3296
3297 \end_inset
3298
3299
3300 \end_layout
3301
3302 \begin_layout Standard
3303 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3304  l'option 
3305 \family sans
3306 Utiliser
3307 \begin_inset space ~
3308 \end_inset
3309
3310 les
3311 \begin_inset space ~
3312 \end_inset
3313
3314 tableaux
3315 \begin_inset space ~
3316 \end_inset
3317
3318 longs
3319 \family default
3320  de l'onglet 
3321 \family sans
3322 Tableau
3323 \begin_inset space ~
3324 \end_inset
3325
3326 long
3327 \family default
3328  de la fenêtre 
3329 \family sans
3330 Paramètres
3331 \begin_inset space ~
3332 \end_inset
3333
3334 du
3335 \begin_inset space ~
3336 \end_inset
3337
3338 tableau
3339 \family default
3340  pour le répartir automatiquement sur plusieurs pages.
3341  En cochant cette option, vous activez les options suivantes:
3342 \end_layout
3343
3344 \begin_layout Description
3345 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3346  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3347  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3348  première page, si 
3349 \family sans
3350 Premier
3351 \begin_inset space ~
3352 \end_inset
3353
3354 en-tête
3355 \family default
3356  est défini.
3357  Ces lignes forment l'en-tête principal.
3358 \end_layout
3359
3360 \begin_layout Description
3361 Premier
3362 \begin_inset space ~
3363 \end_inset
3364
3365 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3366  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3367  d'en-tête utilisées pour la première page du tableau long.
3368 \end_layout
3369
3370 \begin_layout Description
3371 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3372  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3373  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3374  page si 
3375 \family sans
3376 Dernier
3377 \begin_inset space ~
3378 \end_inset
3379
3380 pied
3381 \family default
3382  est défini.
3383 \end_layout
3384
3385 \begin_layout Description
3386 Dernier
3387 \begin_inset space ~
3388 \end_inset
3389
3390 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3391  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3392  constituant le pied de la dernière page du tableau long.
3393 \end_layout
3394
3395 \begin_layout Description
3396 Légende La ligne courante contient la légende du tableau.
3397  La première ligne est transformée en une colonne unique et une légende
3398  est insérée.
3399  Vous trouverez d'autres explications sur les légendes pour les tableaux
3400  longs dans la section
3401 \begin_inset space ~
3402 \end_inset
3403
3404
3405 \begin_inset CommandInset ref
3406 LatexCommand ref
3407 reference "sub:Tableaux-longs-légende"
3408
3409 \end_inset
3410
3411 .
3412 \end_layout
3413
3414 \begin_layout Standard
3415 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3416  Voyez le tableau long qui suit pour voir comment ça marche :
3417 \end_layout
3418
3419 \begin_layout Standard
3420 \align center
3421 \begin_inset Tabular
3422 <lyxtabular version="3" rows="69" columns="3">
3423 <features islongtable="true" longtabularalignment="center">
3424 <column alignment="left" valignment="top" width="0cm">
3425 <column alignment="left" valignment="top" width="0pt">
3426 <column alignment="center" valignment="top" width="0pt">
3427 <row endfirsthead="true">
3428 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432
3433 \series bold
3434 Exemple d'annuaire téléphonique (ignorez les noms)
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 </row>
3458 <row endfirsthead="true">
3459 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463
3464 \series bold
3465 NOM
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483
3484 \series bold
3485 TEL.
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 </row>
3491 <row endhead="true">
3492 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496
3497 \series bold
3498 Exemple d'annuaire téléphonique
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 </row>
3522 <row endhead="true">
3523 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527
3528 \series bold
3529 NOM
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547
3548 \series bold
3549 TEL.
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 </row>
3555 <row endfoot="true">
3556 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560  continue page suivante
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 </row>
3584 <row>
3585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589
3590 \series bold
3591 Annovi
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 Silvia
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 111
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 </row>
3615 <row>
3616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620
3621 \series bold
3622 Bertoli
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 Stefano
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 111
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 </row>
3646 <row>
3647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651
3652 \series bold
3653 Bozzi
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 Walter
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 111
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 Cachia
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 Maria
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" 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 Cachia
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Rizzardi
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
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 Roberto
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 Pirpamer
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 Erich
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 Pochiesa
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 Paolo
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, 222
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 Radina
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 Claudio
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 Stuffer
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 Oskar
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 Tacchelli
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 Ugo
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
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 Tezzele
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 Margit
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 Unterkalmsteiner
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 Frieda
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 Vieider
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 Hilde
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 Vigna
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 Jürgen
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 Weber
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 Maurizio
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" bottomline="true" leftline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519
4520 \series bold
4521 Winkler
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530 Franz
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" bottomline="true" 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 multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550  
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 </row>
4574 <row>
4575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579
4580 \series bold
4581 Annovi
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 Silvia
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 555
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 </row>
4605 <row>
4606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610
4611 \series bold
4612 Bertoli
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 Stefano
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 555
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 </row>
4636 <row>
4637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641
4642 \series bold
4643 Bozzi
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 Walter
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 555
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 Cachia
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 Maria
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 Cachia
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Rizzardi
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
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 Roberto
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 Pirpamer
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 Erich
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 Pochiesa
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 Paolo
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, 222
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 Radina
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 Claudio
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 Stuffer
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 Oskar
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 Tacchelli
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 Ugo
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
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 Tezzele
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 Margit
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 Unterkalmsteiner
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 Frieda
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 Vieider
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 Hilde
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 Vigna
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 Jürgen
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 999
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 Weber
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 Maurizio
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" bottomline="true" leftline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509
5510 \series bold
5511 Winkler
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 Franz
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 <cell alignment="center" valignment="top" bottomline="true" 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 endlastfoot="true">
5536 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540 Fin
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Plain Layout
5549
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 </row>
5564 </lyxtabular>
5565
5566 \end_inset
5567
5568
5569 \begin_inset ERT
5570 status collapsed
5571
5572 \begin_layout Plain Layout
5573
5574
5575 \backslash
5576 addtocounter{table}{-1}
5577 \end_layout
5578
5579 \end_inset
5580
5581
5582 \begin_inset Note Note
5583 status collapsed
5584
5585 \begin_layout Plain Layout
5586 Voyez la première note grisée de la section
5587 \begin_inset space ~
5588 \end_inset
5589
5590
5591 \begin_inset CommandInset ref
5592 LatexCommand ref
5593 reference "sub:Tableaux-longs-légende"
5594
5595 \end_inset
5596
5597  pour une explication de cette commande.
5598 \end_layout
5599
5600 \end_inset
5601
5602
5603 \end_layout
5604
5605 \begin_layout Subsection
5606 Notes de bas de page dans les tableaux longs
5607 \begin_inset CommandInset label
5608 LatexCommand label
5609 name "sub:Notes-dans-tableau-long"
5610
5611 \end_inset
5612
5613
5614 \begin_inset Index idx
5615 status collapsed
5616
5617 \begin_layout Plain Layout
5618 Tableaux longs ! Notes de bas de page
5619 \end_layout
5620
5621 \end_inset
5622
5623
5624 \end_layout
5625
5626 \begin_layout Standard
5627 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5628  long.
5629  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5630  contenant la note.
5631  Par exemple le tableau
5632 \begin_inset space ~
5633 \end_inset
5634
5635
5636 \begin_inset CommandInset ref
5637 LatexCommand ref
5638 reference "tab:Légendes-tableau-différentes"
5639
5640 \end_inset
5641
5642  a une note de bas de page.
5643 \end_layout
5644
5645 \begin_layout Subsection
5646 Alignement des tableaux longs
5647 \begin_inset Index idx
5648 status collapsed
5649
5650 \begin_layout Plain Layout
5651 Tableaux longs ! Alignement
5652 \end_layout
5653
5654 \end_inset
5655
5656
5657 \end_layout
5658
5659 \begin_layout Standard
5660 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5661  de dialogue des paramètres de tableau.
5662  Pour les alignements à droite et à gauche, le tableau sera directement
5663  au bord de la page.
5664  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5665  l'alignement centré et modifier les valeurs des longueurs 
5666 \series bold
5667
5668 \backslash
5669 LTleft 
5670 \series default
5671 et 
5672 \series bold
5673
5674 \backslash
5675 LTright
5676 \series default
5677  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5678  concerné :
5679 \end_layout
5680
5681 \begin_layout Standard
5682
5683 \series bold
5684
5685 \backslash
5686 setlength{
5687 \backslash
5688 LTleft}{valeur}
5689 \end_layout
5690
5691 \begin_layout Standard
5692 Où 
5693 \series bold
5694 valeur
5695 \series default
5696  peut avoir n'importe laquelle des unités listées dans le tableau
5697 \begin_inset space ~
5698 \end_inset
5699
5700
5701 \begin_inset CommandInset ref
5702 LatexCommand ref
5703 reference "cha:Unités-de-longueur"
5704
5705 \end_inset
5706
5707 .
5708  
5709 \series bold
5710
5711 \backslash
5712 LTleft
5713 \series default
5714  contrôle la distance horizontale entre le bord gauche de la page et le
5715  tableau, et
5716 \series bold
5717  
5718 \backslash
5719 LTright
5720 \series default
5721  la distance au bord droit.
5722  La valeur implicite des ces deux distances est 
5723 \series bold
5724
5725 \backslash
5726 fill
5727 \series default
5728 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5729 \end_layout
5730
5731 \begin_layout Standard
5732 Le tableau long suivant a été centrée en mettant 
5733 \series bold
5734
5735 \backslash
5736 LTleft
5737 \series default
5738  à 
5739 \family sans
5740 0.1
5741 \backslash
5742 columnwidth
5743 \family default
5744 :
5745 \begin_inset ERT
5746 status collapsed
5747
5748 \begin_layout Plain Layout
5749
5750
5751 \backslash
5752 setlength{
5753 \backslash
5754 LTleft}{0.1
5755 \backslash
5756 columnwidth}
5757 \end_layout
5758
5759 \end_inset
5760
5761
5762 \end_layout
5763
5764 \begin_layout Standard
5765 \begin_inset Tabular
5766 <lyxtabular version="3" rows="5" columns="5">
5767 <features islongtable="true" longtabularalignment="center">
5768 <column alignment="center" valignment="top" width="0">
5769 <column alignment="center" valignment="top" width="0">
5770 <column alignment="center" valignment="top" width="0">
5771 <column alignment="center" valignment="top" width="0">
5772 <column alignment="center" valignment="top" width="0">
5773 <row>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 1
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 2
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 3
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 4
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 5
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 </row>
5820 <row>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 asd
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 s
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 s
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 s
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 asd
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 </row>
5867 <row>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 asd
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 s
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 s
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 s
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 asd
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 </row>
5914 <row>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 asd
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 s
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 s
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 s
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 asd
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 </row>
5961 <row>
5962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 asd
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Plain Layout
5975 asd
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 asd
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 asd
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 asd
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 </row>
6008 </lyxtabular>
6009
6010 \end_inset
6011
6012
6013 \begin_inset ERT
6014 status collapsed
6015
6016 \begin_layout Plain Layout
6017
6018
6019 \backslash
6020 setlength{
6021 \backslash
6022 LTleft}{
6023 \backslash
6024 fill}
6025 \end_layout
6026
6027 \end_inset
6028
6029
6030 \begin_inset ERT
6031 status collapsed
6032
6033 \begin_layout Plain Layout
6034
6035
6036 \backslash
6037 addtocounter{table}{-1}
6038 \end_layout
6039
6040 \end_inset
6041
6042
6043 \begin_inset Note Note
6044 status collapsed
6045
6046 \begin_layout Plain Layout
6047 Voyez la première note grisée de la section
6048 \begin_inset space ~
6049 \end_inset
6050
6051
6052 \begin_inset CommandInset ref
6053 LatexCommand ref
6054 reference "sub:Tableaux-longs-légende"
6055
6056 \end_inset
6057
6058  pour une explication de cette commande.
6059 \end_layout
6060
6061 \end_inset
6062
6063
6064 \end_layout
6065
6066 \begin_layout Subsection
6067 Légendes et tableaux longs
6068 \begin_inset Index idx
6069 status collapsed
6070
6071 \begin_layout Plain Layout
6072 Tableaux longs ! Legendes@Légendes
6073 \end_layout
6074
6075 \end_inset
6076
6077
6078 \begin_inset CommandInset label
6079 LatexCommand label
6080 name "sub:Tableaux-longs-légende"
6081
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \begin_layout Standard
6088 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6089  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6090  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6091  longs quand on utilise pour une ligne l'option de tableau long 
6092 \family sans
6093 Légende
6094 \family default
6095 , comme c'est expliqué dans la section
6096 \begin_inset space ~
6097 \end_inset
6098
6099
6100 \begin_inset CommandInset ref
6101 LatexCommand ref
6102 reference "sec:Tableaux-longs"
6103
6104 \end_inset
6105
6106 .
6107 \end_layout
6108
6109 \begin_layout Standard
6110 Voici un petit Tableau long pour voir comment ça marche :
6111 \end_layout
6112
6113 \begin_layout Standard
6114 \begin_inset Tabular
6115 <lyxtabular version="3" rows="6" columns="5">
6116 <features islongtable="true" longtabularalignment="center">
6117 <column alignment="center" valignment="top" width="0">
6118 <column alignment="center" valignment="top" width="0">
6119 <column alignment="center" valignment="top" width="0">
6120 <column alignment="center" valignment="top" width="0">
6121 <column alignment="center" valignment="top" width="0">
6122 <row caption="true">
6123 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 \begin_inset Caption
6128
6129 \begin_layout Plain Layout
6130 Tableau long avec une légende
6131 \begin_inset Argument
6132 status open
6133
6134 \begin_layout Plain Layout
6135 Tableau long
6136 \end_layout
6137
6138 \end_inset
6139
6140
6141 \end_layout
6142
6143 \end_inset
6144
6145
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 </row>
6187 <row>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 1
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 2
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 3
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219 4
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228 5
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 </row>
6234 <row>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 asd
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 s
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 s
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266 s
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 asd
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 </row>
6281 <row>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 asd
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 s
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 s
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 s
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 asd
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 </row>
6328 <row>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 asd
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 s
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 s
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 s
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 asd
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 </row>
6375 <row>
6376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 asd
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 asd
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 asd
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 asd
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 asd
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 </row>
6422 </lyxtabular>
6423
6424 \end_inset
6425
6426
6427 \end_layout
6428
6429 \begin_layout Standard
6430 \begin_inset VSpace medskip
6431 \end_inset
6432
6433
6434 \begin_inset Note Greyedout
6435 status open
6436
6437 \begin_layout Plain Layout
6438
6439 \series bold
6440 Note
6441 \begin_inset space ~
6442 \end_inset
6443
6444 1:
6445 \series default
6446  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6447  n'avez pas prévu de légende.
6448  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6449 \begin_inset space ~
6450 \end_inset
6451
6452 2.4 suit le tableau
6453 \begin_inset space ~
6454 \end_inset
6455
6456 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6457  sans légende.
6458  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6459  après chaque tableau long sans légende :
6460 \end_layout
6461
6462 \begin_layout Plain Layout
6463
6464 \series bold
6465
6466 \backslash
6467 addtocounter{table}{-1}
6468 \end_layout
6469
6470 \begin_layout Plain Layout
6471 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6472  et que vous ajoutez le code suivant dans le préambule du document :
6473 \end_layout
6474
6475 \begin_layout Plain Layout
6476
6477 \series bold
6478
6479 \backslash
6480 let
6481 \backslash
6482 myEnd
6483 \backslash
6484 endlongtable
6485 \begin_inset Newline newline
6486 \end_inset
6487
6488
6489 \backslash
6490 renewcommand{
6491 \backslash
6492 endlongtable}{
6493 \backslash
6494 myEnd
6495 \backslash
6496 addtocounter{table}{-1}}
6497 \end_layout
6498
6499 \end_inset
6500
6501
6502 \end_layout
6503
6504 \begin_layout Standard
6505 \begin_inset Note Greyedout
6506 status open
6507
6508 \begin_layout Plain Layout
6509
6510 \series bold
6511 Note
6512 \begin_inset space ~
6513 \end_inset
6514
6515 2:
6516 \series default
6517  Si vous utilisez 
6518 \series bold
6519 hyperref
6520 \series default
6521
6522 \begin_inset Index idx
6523 status collapsed
6524
6525 \begin_layout Plain Layout
6526 Paquetages LaTeX ! hyperref
6527 \end_layout
6528
6529 \end_inset
6530
6531  dans les 
6532 \family sans
6533 Paramètres du document
6534 \family default
6535  rubrique 
6536 \family sans
6537 Propriétés
6538 \begin_inset space ~
6539 \end_inset
6540
6541 du
6542 \begin_inset space ~
6543 \end_inset
6544
6545 PDF
6546 \family default
6547 , pour transformer vos références croisées en liens cliquables, le lien
6548  vers un tableau long pointera toujours sur le début du document.
6549 \end_layout
6550
6551 \end_inset
6552
6553
6554 \end_layout
6555
6556 \begin_layout Subsubsection
6557 Références à des tableaux longs
6558 \begin_inset Index idx
6559 status collapsed
6560
6561 \begin_layout Plain Layout
6562 Tableaux longs ! Références
6563 \end_layout
6564
6565 \end_inset
6566
6567
6568 \end_layout
6569
6570 \begin_layout Standard
6571 \begin_inset Tabular
6572 <lyxtabular version="3" rows="6" columns="5">
6573 <features islongtable="true" longtabularalignment="center">
6574 <column alignment="center" valignment="top" width="0">
6575 <column alignment="center" valignment="top" width="0">
6576 <column alignment="center" valignment="top" width="0">
6577 <column alignment="center" valignment="top" width="0">
6578 <column alignment="center" valignment="top" width="0">
6579 <row caption="true">
6580 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584 \begin_inset Caption
6585
6586 \begin_layout Plain Layout
6587 Tableau long référencé
6588 \begin_inset CommandInset label
6589 LatexCommand label
6590 name "tab:RefExemple"
6591
6592 \end_inset
6593
6594
6595 \end_layout
6596
6597 \end_inset
6598
6599
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 </row>
6641 <row>
6642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646 1
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655 2
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 3
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Plain Layout
6673 4
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 5
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 </row>
6688 <row>
6689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 asd
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702 s
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 s
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 s
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729 asd
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 </row>
6735 <row>
6736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 asd
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 s
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 s
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6764 \begin_inset Text
6765
6766 \begin_layout Plain Layout
6767 s
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Plain Layout
6776 asd
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 </row>
6782 <row>
6783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 asd
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 s
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 s
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814 s
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823 asd
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 </row>
6829 <row>
6830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 asd
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 sad
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 asd
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 asd
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 asd
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 </row>
6876 </lyxtabular>
6877
6878 \end_inset
6879
6880
6881 \end_layout
6882
6883 \begin_layout Standard
6884 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6885  dans sa légende.
6886 \end_layout
6887
6888 \begin_layout Standard
6889 Ceci est une référence au tableau
6890 \begin_inset space ~
6891 \end_inset
6892
6893
6894 \begin_inset CommandInset ref
6895 LatexCommand ref
6896 reference "tab:RefExemple"
6897
6898 \end_inset
6899
6900 .
6901 \end_layout
6902
6903 \begin_layout Standard
6904 La mise en forme de la légende peut être ajustée avec celle de toutes les
6905  autres légendes de votre document en utilisant le paquetage LaTeX 
6906 \series bold
6907 caption
6908 \series default
6909
6910 \begin_inset Index idx
6911 status collapsed
6912
6913 \begin_layout Plain Layout
6914 Paquetages LaTeX ! caption
6915 \end_layout
6916
6917 \end_inset
6918
6919 , voir la section
6920 \begin_inset space ~
6921 \end_inset
6922
6923
6924 \begin_inset CommandInset ref
6925 LatexCommand ref
6926 reference "sec:Formatage-légende"
6927
6928 \end_inset
6929
6930 .
6931 \end_layout
6932
6933 \begin_layout Subsubsection
6934 Largeur de la légende
6935 \begin_inset Index idx
6936 status collapsed
6937
6938 \begin_layout Plain Layout
6939 Tableaux longs ! Largeur de la légende
6940 \end_layout
6941
6942 \end_inset
6943
6944
6945 \end_layout
6946
6947 \begin_layout Standard
6948 La largeur maximale des lignes de légende est définie par la longueur 
6949 \series bold
6950
6951 \backslash
6952 LTcapwidth
6953 \series default
6954 .
6955  Sa valeur implicite est 4
6956 \begin_inset space \thinspace{}
6957 \end_inset
6958
6959 in.
6960  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6961  de votre document ou en tant que code TeX directement dans votre document
6962  avant le tableau qui doit être affectée.
6963 \end_layout
6964
6965 \begin_layout Standard
6966
6967 \series bold
6968
6969 \backslash
6970 setlength{
6971 \backslash
6972 LTcapwidth}{largeur}
6973 \end_layout
6974
6975 \begin_layout Standard
6976 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6977 ce
6978 \begin_inset space ~
6979 \end_inset
6980
6981
6982 \begin_inset CommandInset ref
6983 LatexCommand ref
6984 reference "cha:Unités-de-longueur"
6985
6986 \end_inset
6987
6988 .
6989 \end_layout
6990
6991 \begin_layout Standard
6992 Les tableaux suivants montrent la différence :
6993 \end_layout
6994
6995 \begin_layout Standard
6996 \begin_inset Tabular
6997 <lyxtabular version="3" rows="6" columns="5">
6998 <features islongtable="true" longtabularalignment="center">
6999 <column alignment="center" valignment="top" width="0">
7000 <column alignment="center" valignment="top" width="0">
7001 <column alignment="center" valignment="top" width="0">
7002 <column alignment="center" valignment="top" width="0">
7003 <column alignment="center" valignment="top" width="0">
7004 <row caption="true">
7005 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 \begin_inset Caption
7010
7011 \begin_layout Plain Layout
7012 long titre complet avec la largeur implicite long titre complet avec la
7013  largeur implicite long titre complet avec la largeur implicite
7014 \begin_inset Argument
7015 status open
7016
7017 \begin_layout Plain Layout
7018 Légende avec largeur implicite
7019 \end_layout
7020
7021 \end_inset
7022
7023
7024 \end_layout
7025
7026 \end_inset
7027
7028
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7043 \begin_inset Text
7044
7045 \begin_layout Plain Layout
7046
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055
7056 \end_layout
7057
7058 \end_inset
7059 </cell>
7060 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 </row>
7070 <row>
7071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075 1
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084 2
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Plain Layout
7093 3
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102 4
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111 5
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 </row>
7117 <row>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 asd
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131 s
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140 s
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149 s
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158 asd
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 </row>
7164 <row>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 asd
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 s
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 s
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 s
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205 asd
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 </row>
7211 <row>
7212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 asd
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225 s
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 s
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243 s
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 asd
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 </row>
7258 <row>
7259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263 asd
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272 sad
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 asd
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290 asd
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299 asd
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 </row>
7305 </lyxtabular>
7306
7307 \end_inset
7308
7309
7310 \end_layout
7311
7312 \begin_layout Standard
7313 \begin_inset ERT
7314 status collapsed
7315
7316 \begin_layout Plain Layout
7317
7318
7319 \backslash
7320 setlength{
7321 \backslash
7322 LTcapwidth}{5cm}
7323 \end_layout
7324
7325 \end_inset
7326
7327
7328 \begin_inset Tabular
7329 <lyxtabular version="3" rows="6" columns="5">
7330 <features islongtable="true" longtabularalignment="center">
7331 <column alignment="center" valignment="top" width="0">
7332 <column alignment="center" valignment="top" width="0">
7333 <column alignment="center" valignment="top" width="0">
7334 <column alignment="center" valignment="top" width="0">
7335 <column alignment="center" valignment="top" width="0">
7336 <row caption="true">
7337 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341 \begin_inset Caption
7342
7343 \begin_layout Plain Layout
7344 long titre complet avec la largeur réglée à 5
7345 \begin_inset space \thinspace{}
7346 \end_inset
7347
7348 cm long titre complet avec la largeur réglée à 5
7349 \begin_inset space \thinspace{}
7350 \end_inset
7351
7352 cm long titre complet avec la largeur réglée à 5
7353 \begin_inset space \thinspace{}
7354 \end_inset
7355
7356 cm
7357 \begin_inset Argument
7358 status open
7359
7360 \begin_layout Plain Layout
7361 Légende avec largeur à
7362 \begin_inset space \thinspace{}
7363 \end_inset
7364
7365 =
7366 \begin_inset space \thinspace{}
7367 \end_inset
7368
7369 5
7370 \begin_inset space \thinspace{}
7371 \end_inset
7372
7373 cm
7374 \end_layout
7375
7376 \end_inset
7377
7378
7379 \end_layout
7380
7381 \end_inset
7382
7383
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 </row>
7425 <row>
7426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430 1
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439 2
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7445 \begin_inset Text
7446
7447 \begin_layout Plain Layout
7448 3
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Plain Layout
7457 4
7458 \end_layout
7459
7460 \end_inset
7461 </cell>
7462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466 5
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 </row>
7472 <row>
7473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Plain Layout
7477 asd
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486 s
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495 s
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504 s
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513 asd
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 </row>
7519 <row>
7520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524 asd
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533 s
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 s
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551 s
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560 asd
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 </row>
7566 <row>
7567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 asd
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580 s
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589 s
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598 s
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607 asd
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 </row>
7613 <row>
7614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 asd
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 sad
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636 asd
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645 asd
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654 asd
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 </lyxtabular>
7661
7662 \end_inset
7663
7664
7665 \end_layout
7666
7667 \begin_layout Standard
7668 \begin_inset ERT
7669 status collapsed
7670
7671 \begin_layout Plain Layout
7672
7673
7674 \backslash
7675 setlength{
7676 \backslash
7677 LTcapwidth}{4in}
7678 \end_layout
7679
7680 \end_inset
7681
7682
7683 \end_layout
7684
7685 \begin_layout Standard
7686 \begin_inset Note Greyedout
7687 status open
7688
7689 \begin_layout Plain Layout
7690
7691 \series bold
7692 Note:
7693 \series default
7694  Quand on utilise la paquetage LaTeX 
7695 \series bold
7696 caption
7697 \series default
7698
7699 \begin_inset Index idx
7700 status collapsed
7701
7702 \begin_layout Plain Layout
7703 Paquetages LaTeX ! caption
7704 \end_layout
7705
7706 \end_inset
7707
7708  , comme c'est les cas dans ce document, la légende prend toute la largeur
7709  de la page quand on utilise la largeur implicite de 4
7710 \begin_inset space \thinspace{}
7711 \end_inset
7712
7713 in pour 
7714 \series bold
7715
7716 \backslash
7717 LTcapwidth
7718 \series default
7719 .
7720  Pour avoir dans ce cas une légende qui fasse exactement 4
7721 \begin_inset space \thinspace{}
7722 \end_inset
7723
7724 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7725  comme par exemple 3.99
7726 \begin_inset space \thinspace{}
7727 \end_inset
7728
7729 in, soit utiliser la commande LaTeX 
7730 \series bold
7731
7732 \backslash
7733 captionsetup{width=valeur}
7734 \series default
7735  qui est disponible dans le paquetage 
7736 \series bold
7737 caption
7738 \series default
7739 .
7740 \end_layout
7741
7742 \end_inset
7743
7744
7745 \end_layout
7746
7747 \begin_layout Subsubsection
7748 Des légendes différentes sur chaque page d'un tableau
7749 \begin_inset Argument
7750 status collapsed
7751
7752 \begin_layout Plain Layout
7753 Légendes différentes
7754 \end_layout
7755
7756 \end_inset
7757
7758
7759 \begin_inset Index idx
7760 status collapsed
7761
7762 \begin_layout Plain Layout
7763 Tableaux longs ! Legendes@Légendes différentes par page
7764 \end_layout
7765
7766 \end_inset
7767
7768
7769 \end_layout
7770
7771 \begin_layout Standard
7772 Quand la légende du tableau pour les pages suivantes doit être différente
7773  de celle de la première page, insérez une légende avec la commande suivante
7774  en code TeX :
7775 \end_layout
7776
7777 \begin_layout Standard
7778
7779 \series bold
7780
7781 \backslash
7782 caption*{caption text}
7783 \backslash
7784
7785 \backslash
7786 %
7787 \end_layout
7788
7789 \begin_layout Standard
7790 dans une ligne de légende fictive qui sera marquée comme une entête.
7791  Le tableau
7792 \begin_inset space ~
7793 \end_inset
7794
7795
7796 \begin_inset CommandInset ref
7797 LatexCommand ref
7798 reference "tab:Légendes-tableau-différentes"
7799
7800 \end_inset
7801
7802  est un exemple de tableau long avec des légendes différentes et où la seconde
7803  légende ne contient pas le numéro du tableau.
7804 \end_layout
7805
7806 \begin_layout Standard
7807 \align center
7808 \begin_inset Tabular
7809 <lyxtabular version="3" rows="59" columns="3">
7810 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7811 <column alignment="left" valignment="top" width="0cm">
7812 <column alignment="left" valignment="top" width="0pt">
7813 <column alignment="center" valignment="top" width="0pt">
7814 <row caption="true">
7815 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 \begin_inset Caption
7820
7821 \begin_layout Plain Layout
7822 Exemple d'annuaire téléphonique
7823 \begin_inset CommandInset label
7824 LatexCommand label
7825 name "tab:Légendes-tableau-différentes"
7826
7827 \end_inset
7828
7829
7830 \begin_inset Argument
7831 status collapsed
7832
7833 \begin_layout Plain Layout
7834 Exemple Annuaire 
7835 \end_layout
7836
7837 \end_inset
7838
7839
7840 \end_layout
7841
7842 \end_inset
7843
7844
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 </row>
7868 <row endfirsthead="true">
7869 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873
7874 \series bold
7875 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 </row>
7899 <row endfirsthead="true">
7900 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904
7905 \series bold
7906 NOM
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924
7925 \series bold
7926 TÉL.
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 </row>
7932 <row endhead="true">
7933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 \begin_inset ERT
7938 status open
7939
7940 \begin_layout Plain Layout
7941
7942
7943 \backslash
7944 caption*{Suite de l'exemple d'annuaire téléphonique}
7945 \backslash
7946
7947 \backslash
7948 %
7949 \end_layout
7950
7951 \end_inset
7952
7953
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 </row>
7977 <row endhead="true">
7978 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \series bold
7984 Exemple d'annuaire téléphonique
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 </row>
8008 <row endhead="true">
8009 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \series bold
8015 NOM
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033
8034 \series bold
8035 TÉL.
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 </row>
8041 <row endfoot="true">
8042 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046 suite page suivante\SpecialChar \ldots{}
8047
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 </row>
8071 <row>
8072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \series bold
8078 Annovi
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 Silvia
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 111
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 <row>
8103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \series bold
8109 Bertoli
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 Stefano
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 111
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 <row>
8134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138
8139 \series bold
8140 Bozzi
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 Walter
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 111
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 Cachia
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 Maria
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" 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 Cachia
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Rizzardi
8513 \series default
8514
8515 \begin_inset Foot
8516 status open
8517
8518 \begin_layout Plain Layout
8519 Exemple de note de bas de page
8520 \end_layout
8521
8522 \end_inset
8523
8524
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 Paola
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 111
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 </row>
8548 <row>
8549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553
8554 \series bold
8555 Lassini
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 Giancarlo
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 111
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 <row>
8580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584
8585 \series bold
8586 Malfatti
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 Luciano
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 111
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 </row>
8610 <row>
8611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615
8616 \series bold
8617 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
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 Roberto
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 Pirpamer
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 Erich
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 Pochiesa
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 Paolo
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, 222
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 Radina
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 Claudio
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 Stuffer
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 Oskar
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 Tacchelli
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 Ugo
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
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 Tezzele
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 Margit
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 Unterkalmsteiner
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 Frieda
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 Vieider
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 Hilde
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 Vigna
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 Jürgen
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 Weber
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 Maurizio
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" bottomline="true" leftline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018
9019 \series bold
9020 Winkler
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 Franz
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" bottomline="true" 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 multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049  
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 </row>
9073 <row>
9074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078
9079 \series bold
9080 Annovi
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089 Silvia
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 555
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 </row>
9104 <row>
9105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109
9110 \series bold
9111 Bertoli
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 Stefano
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 555
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 </row>
9135 <row>
9136 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140
9141 \series bold
9142 Bozzi
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 Walter
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160 555
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 Cachia
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 Maria
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 Cachia
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Rizzardi
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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" bottomline="true" leftline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667
9668 \series bold
9669 Mezzadra
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 Roberto
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 <cell alignment="center" valignment="top" bottomline="true" 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 </lyxtabular>
9694
9695 \end_inset
9696
9697
9698 \end_layout
9699
9700 \begin_layout Section
9701 Questions particulières concernant les tableaux longs
9702 \begin_inset Argument
9703 status collapsed
9704
9705 \begin_layout Plain Layout
9706 Questions sur les tableaux longs
9707 \end_layout
9708
9709 \end_inset
9710
9711
9712 \begin_inset CommandInset label
9713 LatexCommand label
9714 name "sec:Questions-sur-tableaux-longs"
9715
9716 \end_inset
9717
9718
9719 \end_layout
9720
9721 \begin_layout Subsection
9722 Calculs des pages des tableaux longs
9723 \begin_inset Index idx
9724 status collapsed
9725
9726 \begin_layout Plain Layout
9727 Tableaux longs ! Calculs
9728 \end_layout
9729
9730 \end_inset
9731
9732
9733 \end_layout
9734
9735 \begin_layout Standard
9736 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9737  en utilisant des blocs (chunks).
9738  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9739  mémoire de LaTeX.
9740  La valeur implicite est fixée pour des raisons historiques à seulement
9741  20 lignes de tableau.
9742  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9743  peut ralentir la création de votre document.
9744  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9745  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9746  préambule de votre document :
9747 \end_layout
9748
9749 \begin_layout Standard
9750
9751 \series bold
9752
9753 \backslash
9754 setcounter{LTchunksize}{100}
9755 \end_layout
9756
9757 \begin_layout Subsection
9758 Les flottants et les tableaux longs
9759 \begin_inset Index idx
9760 status collapsed
9761
9762 \begin_layout Plain Layout
9763 Tableaux longs ! Flottants
9764 \end_layout
9765
9766 \end_inset
9767
9768
9769 \end_layout
9770
9771 \begin_layout Standard
9772 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9773  commence un tableau long.
9774  Pour éviter une telle situation, insérez un saut de page (menu 
9775 \family sans
9776 Insérer\SpecialChar \menuseparator
9777 Typographie
9778 \begin_inset space ~
9779 \end_inset
9780
9781 spéciale\SpecialChar \menuseparator
9782 Saut de page (vide le tampon)
9783 \family default
9784
9785 \begin_inset space \thinspace{}
9786 \end_inset
9787
9788 ) juste avant votre tableau long.
9789 \end_layout
9790
9791 \begin_layout Subsection
9792 Sauts de pages forcés
9793 \begin_inset Index idx
9794 status collapsed
9795
9796 \begin_layout Plain Layout
9797 Tableaux longs ! Sauts de pages forcés
9798 \end_layout
9799
9800 \end_inset
9801
9802
9803 \end_layout
9804
9805 \begin_layout Standard
9806 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9807  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9808  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9809  de saut de ligne 
9810 \begin_inset Quotes eld
9811 \end_inset
9812
9813
9814 \backslash
9815
9816 \backslash
9817
9818 \begin_inset Quotes erd
9819 \end_inset
9820
9821  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9822  Avant la commande 
9823 \begin_inset Quotes eld
9824 \end_inset
9825
9826
9827 \backslash
9828
9829 \backslash
9830
9831 \begin_inset Quotes erd
9832 \end_inset
9833
9834 , vous devez insérer en code TeX, autant de caractères 
9835 \begin_inset Quotes eld
9836 \end_inset
9837
9838 &
9839 \begin_inset Quotes erd
9840 \end_inset
9841
9842  qu'il y a de colonnes après la cellule concernée.
9843  Le caractère 
9844 \begin_inset Quotes eld
9845 \end_inset
9846
9847 &
9848 \begin_inset Quotes erd
9849 \end_inset
9850
9851  sert à séparer les colonnes d'un tableau.
9852  Écrivez en code-TeX, après chaque 
9853 \begin_inset Quotes eld
9854 \end_inset
9855
9856 &
9857 \begin_inset Quotes erd
9858 \end_inset
9859
9860  le contenu des cellules correspondantes et en même temps supprimez le contenu
9861  de ces cellules dans le texte normal.
9862  
9863 \begin_inset Newline newline
9864 \end_inset
9865
9866 Après la commande 
9867 \backslash
9868
9869 \backslash
9870 , insérez autant de caractères 
9871 \begin_inset Quotes eld
9872 \end_inset
9873
9874 &
9875 \begin_inset Quotes erd
9876 \end_inset
9877
9878  qu'il y a de colonnes avant la colonne traitée.
9879  Dans le tableau
9880 \begin_inset space ~
9881 \end_inset
9882
9883
9884 \begin_inset CommandInset ref
9885 LatexCommand ref
9886 reference "tab:Tableau-saut-de-page"
9887
9888 \end_inset
9889
9890  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9891  suivie par une autre colonne.
9892  La commande suivante a donc été insérée en code TeX dans la cellule après
9893  le mot 
9894 \begin_inset Quotes eld
9895 \end_inset
9896
9897
9898 \emph on
9899 Castelchiodato,
9900 \emph default
9901
9902 \begin_inset Quotes erd
9903 \end_inset
9904
9905 :
9906 \end_layout
9907
9908 \begin_layout Standard
9909
9910 \series bold
9911 & 111
9912 \backslash
9913
9914 \backslash
9915  
9916 \backslash
9917 newpage
9918 \begin_inset Newline newline
9919 \end_inset
9920
9921 &
9922 \end_layout
9923
9924 \begin_layout Standard
9925 Le 
9926 \begin_inset Quotes eld
9927 \end_inset
9928
9929 111
9930 \begin_inset Quotes erd
9931 \end_inset
9932
9933  dans la troisième colonne de la ligne a été supprimé.
9934  
9935 \series bold
9936
9937 \backslash
9938 newpage
9939 \series default
9940  est nécessaire seulement quand un saut de page doit impérativement avoir
9941  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9942  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9943  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9944  est coupée, utilisez cette commande à la place de la précédente :
9945 \end_layout
9946
9947 \begin_layout Standard
9948
9949 \series bold
9950 & 111
9951 \backslash
9952
9953 \backslash
9954
9955 \begin_inset Newline newline
9956 \end_inset
9957
9958
9959 \backslash
9960 hline &
9961 \end_layout
9962
9963 \begin_layout Standard
9964 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9965  insérer la commande
9966 \end_layout
9967
9968 \begin_layout Standard
9969
9970 \series bold
9971
9972 \backslash
9973 setlength{
9974 \backslash
9975 parfillskip}{0pt}
9976 \end_layout
9977
9978 \begin_layout Standard
9979 au début de la cellule.
9980  Cela assure que la portion de la cellule qui va se trouver affichée sur
9981  la page suivante le sera avec toute la largeur de la cellule.
9982 \end_layout
9983
9984 \begin_layout Standard
9985 \align center
9986 \begin_inset Tabular
9987 <lyxtabular version="3" rows="38" columns="3">
9988 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9989 <column alignment="left" valignment="top" width="0cm">
9990 <column alignment="left" valignment="top" width="3cm">
9991 <column alignment="center" valignment="top" width="0pt">
9992 <row caption="true">
9993 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997 \begin_inset Caption
9998
9999 \begin_layout Plain Layout
10000 Tableau avec un saut de page forcé dans une cellule
10001 \begin_inset CommandInset label
10002 LatexCommand label
10003 name "tab:Tableau-saut-de-page"
10004
10005 \end_inset
10006
10007
10008 \begin_inset Argument
10009 status collapsed
10010
10011 \begin_layout Plain Layout
10012 Tableau avec un saut de page forcé dans une cellule
10013 \end_layout
10014
10015 \end_inset
10016
10017
10018 \end_layout
10019
10020 \end_inset
10021
10022
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 </row>
10046 <row endfirsthead="true">
10047 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051
10052 \series bold
10053 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 </row>
10077 <row endfirsthead="true">
10078 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082
10083 \series bold
10084 NOM
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \series bold
10104 TÉL.
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 </row>
10110 <row endhead="true">
10111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115 \begin_inset ERT
10116 status collapsed
10117
10118 \begin_layout Plain Layout
10119
10120
10121 \backslash
10122 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10123 \backslash
10124
10125 \backslash
10126 %
10127 \end_layout
10128
10129 \end_inset
10130
10131
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 </row>
10155 <row endhead="true">
10156 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160  
10161 \series bold
10162 Exemple d'annuaire téléphonique
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 <row endhead="true">
10187 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \series bold
10193 NOM
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211
10212 \series bold
10213 TÉL.
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 </row>
10219 <row endfoot="true">
10220 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 suite page suivante\SpecialChar \ldots{}
10225
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 </row>
10249 <row>
10250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254
10255 \series bold
10256 Annovi
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 Silvia
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274 111
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row>
10281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \series bold
10287 Bertoli
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 Stefano
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 111
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 </row>
10311 <row>
10312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316
10317 \series bold
10318 Bozzi
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 Walter
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 111
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 Cachia
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 Maria
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="center" 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 Cachia
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
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 Roberto
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 Pirpamer
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 Erich
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 Pochiesa
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 Paolo
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, 222
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 Radina
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 Claudio
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 Rizzardi
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 Giancarlo, 11.
10948  Fürst von Montecompatri, 11.
10949  Fürst von Sulmona und Vivaro, 10.
10950  Fürst von Rossano, 5.
10951  Herzog von Canemorte, 11.
10952  Herzog von Palombara, 5.
10953  Herzog von Castelchiodato,
10954 \begin_inset ERT
10955 status open
10956
10957 \begin_layout Plain Layout
10958
10959 & 111
10960 \backslash
10961
10962 \backslash
10963  
10964 \backslash
10965 newpage
10966 \end_layout
10967
10968 \begin_layout Plain Layout
10969
10970 &
10971 \end_layout
10972
10973 \end_inset
10974
10975  11.
10976  Herzog von Poggionativo, 11.
10977  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10978  Graf von Valinfreda, 11.
10979  Baron von Cropalati, 11.
10980  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 </row>
10995 <row>
10996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000
11001 \series bold
11002 Stuffer
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011 Oskar
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 111
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 </row>
11026 <row>
11027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031
11032 \series bold
11033 Tacchelli
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042 Ugo
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051 111
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 </row>
11057 <row>
11058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062
11063 \series bold
11064 Tezzele
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 Margit
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 111
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 Unterkalmsteiner
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 Frieda
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 Vieider
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 Hilde
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 Vigna
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 Jürgen
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 Weber
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 Maurizio
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" bottomline="true" leftline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217
11218 \series bold
11219 Winkler
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 Franz
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" bottomline="true" 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 </lyxtabular>
11244
11245 \end_inset
11246
11247
11248 \end_layout
11249
11250 \begin_layout Section
11251 Colonnes et lignes à lignes multiples
11252 \end_layout
11253
11254 \begin_layout Subsection
11255 Lignes multiples dans une cellule de tableau
11256 \begin_inset CommandInset label
11257 LatexCommand label
11258 name "sub:Lignes-multiple-dans-cellule"
11259
11260 \end_inset
11261
11262
11263 \begin_inset Index idx
11264 status collapsed
11265
11266 \begin_layout Plain Layout
11267 Plusieurs lignes dans une case de tableau
11268 \end_layout
11269
11270 \end_inset
11271
11272
11273 \begin_inset Index idx
11274 status collapsed
11275
11276 \begin_layout Plain Layout
11277 Tableau ! Saut de ligne
11278 \end_layout
11279
11280 \end_inset
11281
11282
11283 \end_layout
11284
11285 \begin_layout Standard
11286 \noindent
11287 \begin_inset Float table
11288 placement H
11289 wide false
11290 sideways false
11291 status open
11292
11293 \begin_layout Plain Layout
11294 \begin_inset Caption
11295
11296 \begin_layout Plain Layout
11297 \begin_inset CommandInset label
11298 LatexCommand label
11299 name "tab:Tableau-avec-plusieurs-lignes"
11300
11301 \end_inset
11302
11303 Tableau avec des lignes multiples dans une cellule
11304 \end_layout
11305
11306 \end_inset
11307
11308
11309 \end_layout
11310
11311 \begin_layout Plain Layout
11312 \align center
11313 \begin_inset Tabular
11314 <lyxtabular version="3" rows="3" columns="3">
11315 <features tabularvalignment="middle">
11316 <column alignment="center" valignment="middle" width="2.5cm">
11317 <column alignment="center" valignment="middle" width="0">
11318 <column alignment="center" valignment="middle" width="0">
11319 <row>
11320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11321 \begin_inset Text
11322
11323 \begin_layout Plain Layout
11324 Lignes
11325 \begin_inset Newline linebreak
11326 \end_inset
11327
11328 multiples
11329 \end_layout
11330
11331 \end_inset
11332 </cell>
11333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337 b
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Plain Layout
11346 c
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 </row>
11352 <row>
11353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357 d
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 e
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 f
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 </row>
11381 <row>
11382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386 g
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 h
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 i
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 </row>
11410 </lyxtabular>
11411
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \end_inset
11418
11419
11420 \end_layout
11421
11422 \begin_layout Standard
11423 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11424  d'un paragraphe avec des sauts de lignes et des césures.
11425 \end_layout
11426
11427 \begin_layout Standard
11428 Pour obtenir le tableau
11429 \begin_inset space ~
11430 \end_inset
11431
11432
11433 \begin_inset CommandInset ref
11434 LatexCommand ref
11435 reference "tab:Tableau-avec-plusieurs-lignes"
11436
11437 \end_inset
11438
11439 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11440  droit dessus.
11441  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11442  2.5
11443 \begin_inset space \thinspace{}
11444 \end_inset
11445
11446 cm et choisissez les alignements vertical et horizontal centrés.
11447  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11448  Comme notre texte est plus petit que 2.5
11449 \begin_inset space \thinspace{}
11450 \end_inset
11451
11452 cm, une seule ligne va apparaître.
11453  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11454  
11455 \family sans
11456 Ctrl-Shift-Entrée
11457 \family default
11458 ).
11459  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11460 ement découpé en plusieurs lignes.
11461 \end_layout
11462
11463 \begin_layout Standard
11464 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11465  pas effectuer de césure si c'est le premier élément de la cellule.
11466  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11467  premier élément : Ajoutez un espace horizontal de 0
11468 \begin_inset space \thinspace{}
11469 \end_inset
11470
11471 pt juste avant votre mot.
11472  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11473  Le tableau
11474 \begin_inset space ~
11475 \end_inset
11476
11477
11478 \begin_inset CommandInset ref
11479 LatexCommand ref
11480 reference "tab:Tableau-césure"
11481
11482 \end_inset
11483
11484  montre l'effet de cette insertion.
11485 \end_layout
11486
11487 \begin_layout Standard
11488 \begin_inset Float table
11489 placement h
11490 wide false
11491 sideways false
11492 status open
11493
11494 \begin_layout Plain Layout
11495 \begin_inset Caption
11496
11497 \begin_layout Plain Layout
11498 \begin_inset CommandInset label
11499 LatexCommand label
11500 name "tab:Tableau-césure"
11501
11502 \end_inset
11503
11504 Tableau avec et sans césure.
11505 \end_layout
11506
11507 \end_inset
11508
11509
11510 \end_layout
11511
11512 \begin_layout Plain Layout
11513 \begin_inset space \hfill{}
11514 \end_inset
11515
11516
11517 \begin_inset Tabular
11518 <lyxtabular version="3" rows="3" columns="3">
11519 <features tabularvalignment="middle">
11520 <column alignment="center" valignment="middle" width="2.5cm">
11521 <column alignment="center" valignment="middle" width="0">
11522 <column alignment="center" valignment="middle" width="0">
11523 <row>
11524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 mottrèslongdansunecellule
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11534 \begin_inset Text
11535
11536 \begin_layout Plain Layout
11537 b
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 c
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 </row>
11552 <row>
11553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 d
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 e
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 f
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 </row>
11581 <row>
11582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 g
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 h
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 i
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 </row>
11610 </lyxtabular>
11611
11612 \end_inset
11613
11614
11615 \begin_inset space \hfill{}
11616 \end_inset
11617
11618
11619 \begin_inset Tabular
11620 <lyxtabular version="3" rows="3" columns="3">
11621 <features tabularvalignment="middle">
11622 <column alignment="center" valignment="middle" width="2.5cm">
11623 <column alignment="center" valignment="middle" width="0">
11624 <column alignment="center" valignment="middle" width="0">
11625 <row>
11626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630 \begin_inset space \hspace{}
11631 \length 0pt
11632 \end_inset
11633
11634 mottrèslongdansunecellule
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643 b
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Plain Layout
11652 c
11653 \end_layout
11654
11655 \end_inset
11656 </cell>
11657 </row>
11658 <row>
11659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 d
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11669 \begin_inset Text
11670
11671 \begin_layout Plain Layout
11672 e
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 f
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 </row>
11687 <row>
11688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 g
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701 h
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Plain Layout
11710 i
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 </row>
11716 </lyxtabular>
11717
11718 \end_inset
11719
11720
11721 \begin_inset space \hfill{}
11722 \end_inset
11723
11724
11725 \end_layout
11726
11727 \end_inset
11728
11729
11730 \end_layout
11731
11732 \begin_layout Subsection
11733 Multi-colonnes
11734 \begin_inset CommandInset label
11735 LatexCommand label
11736 name "sub:Multicolonnes"
11737
11738 \end_inset
11739
11740
11741 \begin_inset Index idx
11742 status collapsed
11743
11744 \begin_layout Plain Layout
11745 Multi-colonnes
11746 \end_layout
11747
11748 \end_inset
11749
11750
11751 \begin_inset Index idx
11752 status collapsed
11753
11754 \begin_layout Plain Layout
11755 Tableau ! Multi-colonnes
11756 \end_layout
11757
11758 \end_inset
11759
11760
11761 \end_layout
11762
11763 \begin_layout Subsubsection
11764 Les bases des multi-colonnes
11765 \end_layout
11766
11767 \begin_layout Standard
11768 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11769  qu'elle doit couvrir et utilisez soit le bouton 
11770 \begin_inset Info
11771 type  "icon"
11772 arg   "inset-modify tabular multicolumn"
11773 \end_inset
11774
11775  de la barre d'outils tableau, ou le menu 
11776 \family sans
11777 Éditer\SpecialChar \menuseparator
11778 Tableau\SpecialChar \menuseparator
11779 Multi-colonnes
11780 \family default
11781 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11782  
11783 \family sans
11784 Multi-colonnes
11785 \family default
11786 .
11787 \end_layout
11788
11789 \begin_layout Standard
11790 Les multi-colonnes ont leurs propres paramètres de cellule.
11791  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11792  de la cellule, cela n'affecte que la cellule multi-colonne.
11793  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11794  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11795 \end_layout
11796
11797 \begin_layout Standard
11798 \align center
11799 \begin_inset Tabular
11800 <lyxtabular version="3" rows="3" columns="4">
11801 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11802 <column alignment="center" valignment="top" width="0pt">
11803 <column alignment="center" valignment="middle" width="0">
11804 <column alignment="center" valignment="top" width="0in">
11805 <column alignment="center" valignment="top" width="0pt">
11806 <row>
11807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811 abc
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820 def ghi
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838 jkl
11839 \end_layout
11840
11841 \end_inset
11842 </cell>
11843 </row>
11844 <row>
11845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 A
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Plain Layout
11858 B
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 C
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11873 \begin_inset Text
11874
11875 \begin_layout Plain Layout
11876 D
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
11881 </row>
11882 <row>
11883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11884 \begin_inset Text
11885
11886 \begin_layout Plain Layout
11887 1
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896 2
11897 \end_layout
11898
11899 \end_inset
11900 </cell>
11901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905 3
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11911 \begin_inset Text
11912
11913 \begin_layout Plain Layout
11914 4
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 </row>
11920 </lyxtabular>
11921
11922 \end_inset
11923
11924
11925 \end_layout
11926
11927 \begin_layout Subsubsection
11928 Calculs avec les multi-colonnes
11929 \begin_inset CommandInset label
11930 LatexCommand label
11931 name "sub:Calculs-multicolonnes"
11932
11933 \end_inset
11934
11935
11936 \begin_inset Index idx
11937 status collapsed
11938
11939 \begin_layout Plain Layout
11940 Multi-colonnes ! Calculs
11941 \end_layout
11942
11943 \end_inset
11944
11945
11946 \end_layout
11947
11948 \begin_layout Standard
11949 LyX gère directement les multi-colonnes, mais nous devons faire attention
11950  à la largeur des cellules couvertes par la cellule multi-colonne.
11951 \end_layout
11952
11953 \begin_layout Standard
11954 \begin_inset Float table
11955 placement h
11956 wide false
11957 sideways false
11958 status open
11959
11960 \begin_layout Plain Layout
11961 \begin_inset Caption
11962
11963 \begin_layout Plain Layout
11964 \begin_inset CommandInset label
11965 LatexCommand label
11966 name "tab:Tableau-multicolonne-parfaite"
11967
11968 \end_inset
11969
11970 Tableau avec un texte centré dans une case multi-colonne au-dessus de deux
11971  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11972 \begin_inset Argument
11973 status open
11974
11975 \begin_layout Plain Layout
11976 Tableau avec multicolonne parfaite
11977 \end_layout
11978
11979 \end_inset
11980
11981
11982 \end_layout
11983
11984 \end_inset
11985
11986
11987 \end_layout
11988
11989 \begin_layout Plain Layout
11990 \align center
11991 \begin_inset Tabular
11992 <lyxtabular version="3" rows="3" columns="3">
11993 <features tabularvalignment="middle">
11994 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11995 <column alignment="center" valignment="middle" width="0">
11996 <column alignment="center" valignment="top" width="0">
11997 <row>
11998 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11999 \begin_inset Text
12000
12001 \begin_layout Plain Layout
12002 multi-colonne sur plusieurs lignes
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12008 \begin_inset Text
12009
12010 \begin_layout Plain Layout
12011
12012 \end_layout
12013
12014 \end_inset
12015 </cell>
12016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12017 \begin_inset Text
12018
12019 \begin_layout Plain Layout
12020 c
12021 \end_layout
12022
12023 \end_inset
12024 </cell>
12025 </row>
12026 <row>
12027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12028 \begin_inset Text
12029
12030 \begin_layout Plain Layout
12031 d
12032 \end_layout
12033
12034 \end_inset
12035 </cell>
12036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12037 \begin_inset Text
12038
12039 \begin_layout Plain Layout
12040 e
12041 \end_layout
12042
12043 \end_inset
12044 </cell>
12045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12046 \begin_inset Text
12047
12048 \begin_layout Plain Layout
12049 f
12050 \end_layout
12051
12052 \end_inset
12053 </cell>
12054 </row>
12055 <row>
12056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12057 \begin_inset Text
12058
12059 \begin_layout Plain Layout
12060 g
12061 \end_layout
12062
12063 \end_inset
12064 </cell>
12065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12066 \begin_inset Text
12067
12068 \begin_layout Plain Layout
12069 h
12070 \end_layout
12071
12072 \end_inset
12073 </cell>
12074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 i
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 </row>
12084 </lyxtabular>
12085
12086 \end_inset
12087
12088
12089 \end_layout
12090
12091 \end_inset
12092
12093
12094 \end_layout
12095
12096 \begin_layout Standard
12097 Par exemple, pour créer le tableau
12098 \begin_inset space ~
12099 \end_inset
12100
12101
12102 \begin_inset CommandInset ref
12103 LatexCommand ref
12104 reference "tab:Tableau-multicolonne-parfaite"
12105
12106 \end_inset
12107
12108 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12109  3×3 et faites un clic droit dessus.
12110  Ensuite choisissez pour cette cellule
12111 \emph on
12112 ,
12113 \emph default
12114  dans la fenêtre de dialogue de tableau, 
12115 \emph on
12116 multi-colonne
12117 \emph default
12118
12119 \emph on
12120 alignement
12121 \begin_inset space ~
12122 \end_inset
12123
12124 horizontal
12125 \begin_inset space ~
12126 \end_inset
12127
12128 centré
12129 \emph default
12130  et une largeur de 2.5
12131 \begin_inset space \thinspace{}
12132 \end_inset
12133
12134 cm.
12135  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12136  de la cellule multi-colonne, vous devez donc donner une largeur de 1.25
12137 \begin_inset space \thinspace{}
12138 \end_inset
12139
12140 cm pour la première colonne.
12141  La deuxième colonne aura alors automatiquement une largeur de 1.25
12142 \begin_inset space \thinspace{}
12143 \end_inset
12144
12145 cm (la largeur de la multi-colonne moins la largeur de la première colonne).
12146  C'est ce qui a été fait pour le tableau
12147 \begin_inset space ~
12148 \end_inset
12149
12150
12151 \begin_inset CommandInset ref
12152 LatexCommand ref
12153 reference "tab:Tableau-multicolonne-imparfait"
12154
12155 \end_inset
12156
12157 .
12158 \end_layout
12159
12160 \begin_layout Standard
12161 \begin_inset Float table
12162 wide false
12163 sideways false
12164 status open
12165
12166 \begin_layout Plain Layout
12167 \begin_inset Caption
12168
12169 \begin_layout Plain Layout
12170 \begin_inset CommandInset label
12171 LatexCommand label
12172 name "tab:Tableau-multicolonne-imparfait"
12173
12174 \end_inset
12175
12176 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12177  de la largeur de la cellule multi-colonne.
12178 \begin_inset Argument
12179 status open
12180
12181 \begin_layout Plain Layout
12182 Tableau avec multi-colonne pas parfaite
12183 \end_layout
12184
12185 \end_inset
12186
12187
12188 \end_layout
12189
12190 \end_inset
12191
12192
12193 \end_layout
12194
12195 \begin_layout Plain Layout
12196 \align center
12197 \begin_inset Tabular
12198 <lyxtabular version="3" rows="3" columns="3">
12199 <features tabularvalignment="middle">
12200 <column alignment="center" valignment="top" width="1.25cm">
12201 <column alignment="center" valignment="top" width="0">
12202 <column alignment="center" valignment="top" width="0">
12203 <row>
12204 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208 multi-colonne sur plusieurs lignes
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12214 \begin_inset Text
12215
12216 \begin_layout Plain Layout
12217
12218 \end_layout
12219
12220 \end_inset
12221 </cell>
12222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12223 \begin_inset Text
12224
12225 \begin_layout Plain Layout
12226 c
12227 \end_layout
12228
12229 \end_inset
12230 </cell>
12231 </row>
12232 <row>
12233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12234 \begin_inset Text
12235
12236 \begin_layout Plain Layout
12237 d
12238 \end_layout
12239
12240 \end_inset
12241 </cell>
12242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12243 \begin_inset Text
12244
12245 \begin_layout Plain Layout
12246 e
12247 \end_layout
12248
12249 \end_inset
12250 </cell>
12251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12252 \begin_inset Text
12253
12254 \begin_layout Plain Layout
12255 f
12256 \end_layout
12257
12258 \end_inset
12259 </cell>
12260 </row>
12261 <row>
12262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Plain Layout
12266 g
12267 \end_layout
12268
12269 \end_inset
12270 </cell>
12271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12272 \begin_inset Text
12273
12274 \begin_layout Plain Layout
12275 h
12276 \end_layout
12277
12278 \end_inset
12279 </cell>
12280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12281 \begin_inset Text
12282
12283 \begin_layout Plain Layout
12284 i
12285 \end_layout
12286
12287 \end_inset
12288 </cell>
12289 </row>
12290 </lyxtabular>
12291
12292 \end_inset
12293
12294
12295 \end_layout
12296
12297 \end_inset
12298
12299
12300 \end_layout
12301
12302 \begin_layout Standard
12303 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12304  de la cellule multi-colonne, elle est un peu plus large.
12305  La raison est que la taille que l'on donne à une cellule, 
12306 \begin_inset Formula $W_{g}$
12307 \end_inset
12308
12309  n'est pas sa taille totale, 
12310 \begin_inset Formula $W_{\mathrm{tot}}$
12311 \end_inset
12312
12313  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12314  lui donne.
12315  L'appendice
12316 \begin_inset space ~
12317 \end_inset
12318
12319
12320 \begin_inset CommandInset ref
12321 LatexCommand ref
12322 reference "cha:Explication-de-l'Equation"
12323
12324 \end_inset
12325
12326  explique pourquoi en détail.
12327 \end_layout
12328
12329 \begin_layout Standard
12330 La largeur nécessaire 
12331 \begin_inset Formula $W_{g\, n}$
12332 \end_inset
12333
12334  quand 
12335 \emph on
12336 n
12337 \emph default
12338  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12339  ait une largeur totale de 
12340 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12341 \end_inset
12342
12343 :
12344 \begin_inset Formula 
12345 \begin{equation}
12346 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12347 \end{equation}
12348
12349 \end_inset
12350
12351
12352 \end_layout
12353
12354 \begin_layout Standard
12355 Dans notre cas nous avons 
12356 \begin_inset Formula $n=2$
12357 \end_inset
12358
12359
12360 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12361 \end_inset
12362
12363 cm et les valeurs implicites pour les autres longueurs, l'équation
12364 \begin_inset space ~
12365 \end_inset
12366
12367
12368 \begin_inset CommandInset ref
12369 LatexCommand ref
12370 reference "eq:Wgn"
12371
12372 \end_inset
12373
12374  devient
12375 \begin_inset Formula 
12376 \begin{equation}
12377 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12378 \end{equation}
12379
12380 \end_inset
12381
12382
12383 \end_layout
12384
12385 \begin_layout Standard
12386 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12387  
12388 \series bold
12389 calc
12390 \series default
12391  avec la ligne suivante dans le préambule du document
12392 \begin_inset Index idx
12393 status collapsed
12394
12395 \begin_layout Plain Layout
12396 Paquetages LaTeX ! calc
12397 \end_layout
12398
12399 \end_inset
12400
12401
12402 \end_layout
12403
12404 \begin_layout Standard
12405
12406 \series bold
12407
12408 \backslash
12409 usepackage{calc}
12410 \end_layout
12411
12412 \begin_layout Standard
12413 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12414  de dialogue.
12415  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12416  la fenêtre de dialogue.
12417  Voici un aperçu de ces paramètres :
12418 \end_layout
12419
12420 \begin_layout Itemize
12421
12422 \series bold
12423 p{largeur}
12424 \series default
12425  crée une cellule de taille donnée, le texte est aligné verticalement en
12426  haut.
12427 \end_layout
12428
12429 \begin_layout Itemize
12430
12431 \series bold
12432 m{largeur}
12433 \series default
12434  crée une cellule de taille donnée, le texte est aligné verticalement au
12435  centre
12436 \end_layout
12437
12438 \begin_layout Itemize
12439
12440 \series bold
12441 b{largeur}
12442 \series default
12443  crée une cellule de taille donnée, le texte est aligné verticalement en
12444  bas
12445 \end_layout
12446
12447 \begin_layout Standard
12448 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12449  la fenêtre de dialogue sont ignorés.
12450 \end_layout
12451
12452 \begin_layout Standard
12453 \begin_inset Note Greyedout
12454 status open
12455
12456 \begin_layout Plain Layout
12457
12458 \series bold
12459 Note:
12460 \series default
12461  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12462  en compte.
12463 \end_layout
12464
12465 \end_inset
12466
12467
12468 \end_layout
12469
12470 \begin_layout Standard
12471 Comme le texte doit être centré horizontalement, on ajoute la commande 
12472 \series bold
12473
12474 \backslash
12475 centering
12476 \series default
12477 .
12478  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12479  des colonnes recouvertes :
12480 \end_layout
12481
12482 \begin_layout Standard
12483
12484 \series bold
12485 >{
12486 \backslash
12487 centering}m{1.25cm-6.2pt}
12488 \end_layout
12489
12490 \begin_layout Standard
12491 La commande 
12492 \series bold
12493 >{ }
12494 \series default
12495  signifie que les commandes qui se trouvent entre les accolades doivent
12496  être appliquées avant que la cellule ne soit créée.
12497 \end_layout
12498
12499 \begin_layout Standard
12500 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12501  multi-colonne, il est toujours aligné à gauche.
12502  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12503  isolées.
12504  Nous devons donc utiliser le paramètre LaTeX suivant pour la multi-colonne
12505 \end_layout
12506
12507 \begin_layout Standard
12508
12509 \series bold
12510 >{
12511 \backslash
12512 centering}m{2.5cm}
12513 \end_layout
12514
12515 \begin_layout Subsection
12516 Multi-lignes
12517 \begin_inset CommandInset label
12518 LatexCommand label
12519 name "sub:Multi-lignes"
12520
12521 \end_inset
12522
12523
12524 \begin_inset Index idx
12525 status collapsed
12526
12527 \begin_layout Plain Layout
12528 Multi-lignes
12529 \end_layout
12530
12531 \end_inset
12532
12533
12534 \begin_inset Index idx
12535 status collapsed
12536
12537 \begin_layout Plain Layout
12538 Tableau ! Multi-ligne
12539 \end_layout
12540
12541 \end_inset
12542
12543
12544 \end_layout
12545
12546 \begin_layout Standard
12547 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12548  qu'elle doit couvrir et utilisez soit le bouton 
12549 \begin_inset Info
12550 type  "icon"
12551 arg   "inset-modify tabular multirow"
12552 \end_inset
12553
12554  de la barre d'outils tableau, ou le menu 
12555 \family sans
12556 Éditer\SpecialChar \menuseparator
12557 Tableau\SpecialChar \menuseparator
12558 Multi-lignes
12559 \family default
12560 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12561  
12562 \family sans
12563 Multi-lignes
12564 \family default
12565 .
12566 \end_layout
12567
12568 \begin_layout Standard
12569 Voici un exemple de tableau avec une cellule multi-ligne en première colonne:
12570 \end_layout
12571
12572 \begin_layout Standard
12573 \align center
12574 \begin_inset Tabular
12575 <lyxtabular version="3" rows="3" columns="3">
12576 <features tabularvalignment="middle">
12577 <column alignment="center" valignment="top" width="0pt">
12578 <column alignment="center" valignment="top" width="0">
12579 <column alignment="center" valignment="top" width="0">
12580 <row>
12581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12582 \begin_inset Text
12583
12584 \begin_layout Plain Layout
12585 un contenu long
12586 \end_layout
12587
12588 \end_inset
12589 </cell>
12590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12591 \begin_inset Text
12592
12593 \begin_layout Plain Layout
12594 b
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603 c
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 </row>
12609 <row>
12610 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614 multi-ligne
12615 \end_layout
12616
12617 \end_inset
12618 </cell>
12619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623 e
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632 f
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 </row>
12638 <row>
12639 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643
12644 \end_layout
12645
12646 \end_inset
12647 </cell>
12648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Plain Layout
12652 h
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Plain Layout
12661 i
12662 \end_layout
12663
12664 \end_inset
12665 </cell>
12666 </row>
12667 </lyxtabular>
12668
12669 \end_inset
12670
12671
12672 \end_layout
12673
12674 \begin_layout Standard
12675 La largeur de la cellule multi-ligne est déterminée par la largeur de toute
12676  la colonne.
12677  L'
12678 \family sans
12679 Espacement
12680 \begin_inset space ~
12681 \end_inset
12682
12683 vertical
12684 \family default
12685  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12686  est positive ou négative.
12687 \end_layout
12688
12689 \begin_layout Standard
12690 Si la colonne dans laquelle se trouve la multiligne n'a pas de largeur fixée
12691  explicitement, la cellule hérite de l'alignement de la colonne.
12692  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12693  implicite, vous devez redéfinir la commande 
12694 \series bold
12695
12696 \backslash
12697 multirowsetup
12698 \series default
12699  avec la commande
12700 \end_layout
12701
12702 \begin_layout Standard
12703
12704 \series bold
12705
12706 \backslash
12707 renewcommand{
12708 \backslash
12709 multirowsetup}{
12710 \backslash
12711 centering}
12712 \end_layout
12713
12714 \begin_layout Standard
12715 dans le préambule du document.
12716  Après ça, tous les contenus de cellules multi-lignes du document seront
12717  centrés.
12718  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12719  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12720  juste avant le tableau concerné, plutôt que dans le préambule.
12721  Si le texte doit être aligné à droite, remplacez 
12722 \series bold
12723
12724 \backslash
12725 centering
12726 \series default
12727  par 
12728 \series bold
12729
12730 \backslash
12731 raggedleft
12732 \series default
12733 .
12734  Pour revenir à l'alignement à gauche utilisez 
12735 \series bold
12736
12737 \backslash
12738 raggedright
12739 \series default
12740 .
12741 \end_layout
12742
12743 \begin_layout Standard
12744 Voici un exemple de tableau avec une cellule multi-ligne alignée à droite
12745  avec un décalage vertical de -4
12746 \begin_inset space \thinspace{}
12747 \end_inset
12748
12749 mm dans une colonne de 3
12750 \begin_inset space \thinspace{}
12751 \end_inset
12752
12753 cm de large
12754 \begin_inset space ~
12755 \end_inset
12756
12757 :
12758 \end_layout
12759
12760 \begin_layout Standard
12761 \noindent
12762 \align center
12763 \begin_inset ERT
12764 status collapsed
12765
12766 \begin_layout Plain Layout
12767
12768
12769 \backslash
12770 renewcommand{
12771 \backslash
12772 multirowsetup}{
12773 \backslash
12774 raggedleft}
12775 \end_layout
12776
12777 \end_inset
12778
12779
12780 \begin_inset Tabular
12781 <lyxtabular version="3" rows="4" columns="3">
12782 <features tabularvalignment="middle">
12783 <column alignment="center" valignment="top" width="3cm">
12784 <column alignment="center" valignment="top" width="0">
12785 <column alignment="center" valignment="top" width="0">
12786 <row>
12787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 un contenu long
12792 \end_layout
12793
12794 \end_inset
12795 </cell>
12796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12797 \begin_inset Text
12798
12799 \begin_layout Plain Layout
12800 b
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809 c
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 </row>
12815 <row>
12816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820 t
12821 \end_layout
12822
12823 \end_inset
12824 </cell>
12825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12826 \begin_inset Text
12827
12828 \begin_layout Plain Layout
12829 n
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838 m
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 </row>
12844 <row>
12845 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849 multi-ligne
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858 e
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867 f
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 </row>
12873 <row>
12874 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887 h
12888 \end_layout
12889
12890 \end_inset
12891 </cell>
12892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12893 \begin_inset Text
12894
12895 \begin_layout Plain Layout
12896 i
12897 \end_layout
12898
12899 \end_inset
12900 </cell>
12901 </row>
12902 </lyxtabular>
12903
12904 \end_inset
12905
12906
12907 \begin_inset ERT
12908 status collapsed
12909
12910 \begin_layout Plain Layout
12911
12912
12913 \backslash
12914 renewcommand{
12915 \backslash
12916 multirowsetup}{
12917 \backslash
12918 raggedright}
12919 \end_layout
12920
12921 \end_inset
12922
12923
12924 \end_layout
12925
12926 \begin_layout Standard
12927 Pour commencer une nouvelle ligne dans une cellule multi-ligne vous pouvez
12928  utiliser un saut de ligne forcé (
12929 \begin_inset space ~
12930 \end_inset
12931
12932 raccourci 
12933 \family sans
12934 Ctrl+Entrée
12935 \family default
12936
12937 \begin_inset space ~
12938 \end_inset
12939
12940 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12941  on le voit dans ce tableau :
12942 \end_layout
12943
12944 \begin_layout Standard
12945 \noindent
12946 \align center
12947 \begin_inset Tabular
12948 <lyxtabular version="3" rows="3" columns="2">
12949 <features tabularvalignment="middle">
12950 <column alignment="left" valignment="middle" width="2cm">
12951 <column alignment="center" valignment="top" width="0">
12952 <row>
12953 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Plain Layout
12957 aaa
12958 \begin_inset Newline newline
12959 \end_inset
12960
12961 aaa
12962 \begin_inset Newline newline
12963 \end_inset
12964
12965 mauvaise cellule
12966 \end_layout
12967
12968 \end_inset
12969 </cell>
12970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12971 \begin_inset Text
12972
12973 \begin_layout Plain Layout
12974 ccc
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 </row>
12980 <row>
12981 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12982 \begin_inset Text
12983
12984 \begin_layout Plain Layout
12985
12986 \end_layout
12987
12988 \end_inset
12989 </cell>
12990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12991 \begin_inset Text
12992
12993 \begin_layout Plain Layout
12994 ddd
12995 \end_layout
12996
12997 \end_inset
12998 </cell>
12999 </row>
13000 <row>
13001 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13002 \begin_inset Text
13003
13004 \begin_layout Plain Layout
13005 bbb
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13011 \begin_inset Text
13012
13013 \begin_layout Plain Layout
13014 eee
13015 \end_layout
13016
13017 \end_inset
13018 </cell>
13019 </row>
13020 </lyxtabular>
13021
13022 \end_inset
13023
13024
13025 \end_layout
13026
13027 \begin_layout Standard
13028 Vous devez donc faire attention avec les saut de lignes forcés.
13029 \end_layout
13030
13031 \begin_layout Subsection
13032
13033 \lang english
13034 Cells with diagonal line(s)
13035 \end_layout
13036
13037 \begin_layout Standard
13038
13039 \lang english
13040 To tell the reader what is meant by column and row headings in a table,
13041  it is helpful to split the first cell of the table by one or two diagonal
13042  lines.
13043  This can be achieved by loading the LaTeX-package 
13044 \series bold
13045 diagbox
13046 \series default
13047 \lang french
13048
13049 \begin_inset Index idx
13050 status collapsed
13051
13052 \begin_layout Plain Layout
13053 Paquetages LaTeX ! diagbox
13054 \end_layout
13055
13056 \end_inset
13057
13058  
13059 \lang english
13060 in the document preamble.
13061  The package provides the command 
13062 \series bold
13063
13064 \backslash
13065 diagbox
13066 \series default
13067  that is inserted as TeX-Code and that can take 2 or 3
13068 \begin_inset space ~
13069 \end_inset
13070
13071 arguments:
13072 \end_layout
13073
13074 \begin_layout Standard
13075
13076 \series bold
13077 \lang english
13078
13079 \backslash
13080 diagbox[options]{lower left}{upper right}
13081 \end_layout
13082
13083 \begin_layout Standard
13084
13085 \series bold
13086 \lang english
13087
13088 \backslash
13089 diagbox[options]{lower left}{upper left}{upper right}
13090 \end_layout
13091
13092 \begin_layout Standard
13093
13094 \lang english
13095 The first scheme divides the cell by a single diagonal line and the arguments
13096  are placed below and above this line.
13097  The second scheme divides the cell by 2
13098 \begin_inset space ~
13099 \end_inset
13100
13101 lines.
13102 \end_layout
13103
13104 \begin_layout Standard
13105 \begin_inset ERT
13106 status collapsed
13107
13108 \begin_layout Plain Layout
13109
13110
13111 \backslash
13112 ifdiagbox
13113 \end_layout
13114
13115 \end_inset
13116
13117
13118 \begin_inset Note Note
13119 status open
13120
13121 \begin_layout Plain Layout
13122 La section suivante ne s'affichera que si vous avez installé le paquetage
13123  LaTeX 
13124 \series bold
13125 diagbox
13126 \series default
13127 .
13128 \end_layout
13129
13130 \end_inset
13131
13132
13133 \end_layout
13134
13135 \begin_layout Standard
13136
13137 \lang english
13138 Here is an example table where 
13139 \series bold
13140
13141 \backslash
13142 diagbox 
13143 \series default
13144 is used in the 2-argument scheme in the first cell:
13145 \begin_inset VSpace medskip
13146 \end_inset
13147
13148
13149 \end_layout
13150
13151 \begin_layout Standard
13152 \noindent
13153
13154 \lang english
13155 \begin_inset Tabular
13156 <lyxtabular version="3" rows="4" columns="4">
13157 <features tabularvalignment="middle">
13158 <column alignment="center" valignment="top" width="0">
13159 <column alignment="center" valignment="top" width="0">
13160 <column alignment="center" valignment="top" width="0">
13161 <column alignment="center" valignment="top" width="0">
13162 <row>
13163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13164 \begin_inset Text
13165
13166 \begin_layout Plain Layout
13167
13168 \lang english
13169 \begin_inset ERT
13170 status collapsed
13171
13172 \begin_layout Plain Layout
13173
13174
13175 \backslash
13176 diagbox{
13177 \end_layout
13178
13179 \end_inset
13180
13181 Name
13182 \begin_inset ERT
13183 status collapsed
13184
13185 \begin_layout Plain Layout
13186
13187 }{
13188 \end_layout
13189
13190 \end_inset
13191
13192 Parameter
13193 \begin_inset ERT
13194 status collapsed
13195
13196 \begin_layout Plain Layout
13197
13198 }
13199 \end_layout
13200
13201 \end_inset
13202
13203
13204 \end_layout
13205
13206 \end_inset
13207 </cell>
13208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212
13213 \lang english
13214 Thickness in nm
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223
13224 \lang english
13225 Transparency in %
13226 \end_layout
13227
13228 \end_inset
13229 </cell>
13230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13231 \begin_inset Text
13232
13233 \begin_layout Plain Layout
13234
13235 \lang english
13236 Hardness in MPa
13237 \end_layout
13238
13239 \end_inset
13240 </cell>
13241 </row>
13242 <row>
13243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13244 \begin_inset Text
13245
13246 \begin_layout Plain Layout
13247
13248 \lang english
13249 Perfect Green
13250 \end_layout
13251
13252 \end_inset
13253 </cell>
13254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13255 \begin_inset Text
13256
13257 \begin_layout Plain Layout
13258
13259 \lang english
13260 45
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269
13270 \lang english
13271 80
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13277 \begin_inset Text
13278
13279 \begin_layout Plain Layout
13280
13281 \lang english
13282 504
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 </row>
13288 <row>
13289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13290 \begin_inset Text
13291
13292 \begin_layout Plain Layout
13293
13294 \lang english
13295 Dark Multi-P
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13301 \begin_inset Text
13302
13303 \begin_layout Plain Layout
13304
13305 \lang english
13306 60
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Plain Layout
13315
13316 \lang english
13317 72
13318 \end_layout
13319
13320 \end_inset
13321 </cell>
13322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13323 \begin_inset Text
13324
13325 \begin_layout Plain Layout
13326
13327 \lang english
13328 982
13329 \end_layout
13330
13331 \end_inset
13332 </cell>
13333 </row>
13334 <row>
13335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13336 \begin_inset Text
13337
13338 \begin_layout Plain Layout
13339
13340 \lang english
13341 Crystal Clear Pro
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13347 \begin_inset Text
13348
13349 \begin_layout Plain Layout
13350
13351 \lang english
13352 18
13353 \end_layout
13354
13355 \end_inset
13356 </cell>
13357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13358 \begin_inset Text
13359
13360 \begin_layout Plain Layout
13361
13362 \lang english
13363 86
13364 \end_layout
13365
13366 \end_inset
13367 </cell>
13368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13369 \begin_inset Text
13370
13371 \begin_layout Plain Layout
13372
13373 \lang english
13374 374
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 </row>
13380 </lyxtabular>
13381
13382 \end_inset
13383
13384
13385 \begin_inset VSpace medskip
13386 \end_inset
13387
13388
13389 \end_layout
13390
13391 \begin_layout Standard
13392
13393 \lang english
13394 The 3-argument scheme is for example useful for cross-tables of sports leagues
13395  or distances:
13396 \end_layout
13397
13398 \begin_layout Standard
13399 \noindent
13400 \align center
13401
13402 \lang english
13403 \begin_inset Tabular
13404 <lyxtabular version="3" rows="4" columns="4">
13405 <features tabularvalignment="middle">
13406 <column alignment="center" valignment="top" width="0pt">
13407 <column alignment="center" valignment="top" width="0">
13408 <column alignment="center" valignment="top" width="0">
13409 <column alignment="center" valignment="top" width="0">
13410 <row>
13411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415
13416 \lang english
13417 \begin_inset ERT
13418 status collapsed
13419
13420 \begin_layout Plain Layout
13421
13422
13423 \backslash
13424 diagbox{
13425 \end_layout
13426
13427 \end_inset
13428
13429 Team home
13430 \begin_inset ERT
13431 status collapsed
13432
13433 \begin_layout Plain Layout
13434
13435 }{
13436 \end_layout
13437
13438 \end_inset
13439
13440 Result
13441 \begin_inset ERT
13442 status collapsed
13443
13444 \begin_layout Plain Layout
13445
13446 }{
13447 \end_layout
13448
13449 \end_inset
13450
13451 Team away
13452 \begin_inset ERT
13453 status collapsed
13454
13455 \begin_layout Plain Layout
13456
13457 }
13458 \end_layout
13459
13460 \end_inset
13461
13462
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13468 \begin_inset Text
13469
13470 \begin_layout Plain Layout
13471
13472 \lang english
13473 Tigers
13474 \end_layout
13475
13476 \end_inset
13477 </cell>
13478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13479 \begin_inset Text
13480
13481 \begin_layout Plain Layout
13482
13483 \lang english
13484 Panthers
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493
13494 \lang english
13495 Falcons
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 </row>
13501 <row>
13502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506
13507 \lang english
13508 Tigers
13509 \end_layout
13510
13511 \end_inset
13512 </cell>
13513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13514 \begin_inset Text
13515
13516 \begin_layout Plain Layout
13517
13518 \lang english
13519 ---
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528
13529 \lang english
13530 1:3
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539
13540 \lang english
13541 0:1
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 </row>
13547 <row>
13548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Plain Layout
13552
13553 \lang english
13554 Panthers
13555 \end_layout
13556
13557 \end_inset
13558 </cell>
13559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13560 \begin_inset Text
13561
13562 \begin_layout Plain Layout
13563
13564 \lang english
13565 3:1
13566 \end_layout
13567
13568 \end_inset
13569 </cell>
13570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13571 \begin_inset Text
13572
13573 \begin_layout Plain Layout
13574
13575 \lang english
13576 ---
13577 \end_layout
13578
13579 \end_inset
13580 </cell>
13581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13582 \begin_inset Text
13583
13584 \begin_layout Plain Layout
13585
13586 \lang english
13587 0:0
13588 \end_layout
13589
13590 \end_inset
13591 </cell>
13592 </row>
13593 <row>
13594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13595 \begin_inset Text
13596
13597 \begin_layout Plain Layout
13598
13599 \lang english
13600 Falcons
13601 \end_layout
13602
13603 \end_inset
13604 </cell>
13605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13606 \begin_inset Text
13607
13608 \begin_layout Plain Layout
13609
13610 \lang english
13611 1:0
13612 \end_layout
13613
13614 \end_inset
13615 </cell>
13616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Plain Layout
13620
13621 \lang english
13622 0:0
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Plain Layout
13631
13632 \lang english
13633 ---
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 </row>
13639 </lyxtabular>
13640
13641 \end_inset
13642
13643
13644 \end_layout
13645
13646 \begin_layout Standard
13647
13648 \lang english
13649 For larger cross-tables one might use split cells in 2 or every corner of
13650  the table like in this example:
13651 \end_layout
13652
13653 \begin_layout Standard
13654 \noindent
13655 \align center
13656
13657 \lang english
13658 \begin_inset Tabular
13659 <lyxtabular version="3" rows="5" columns="5">
13660 <features tabularvalignment="middle">
13661 <column alignment="center" valignment="top" width="0pt">
13662 <column alignment="center" valignment="top" width="0">
13663 <column alignment="center" valignment="top" width="0">
13664 <column alignment="center" valignment="top" width="0">
13665 <column alignment="center" valignment="top" width="0">
13666 <row>
13667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671
13672 \lang english
13673 \begin_inset ERT
13674 status open
13675
13676 \begin_layout Plain Layout
13677
13678
13679 \backslash
13680 diagbox{
13681 \end_layout
13682
13683 \end_inset
13684
13685 Team home
13686 \begin_inset ERT
13687 status collapsed
13688
13689 \begin_layout Plain Layout
13690
13691 }{
13692 \end_layout
13693
13694 \end_inset
13695
13696 Result
13697 \begin_inset ERT
13698 status collapsed
13699
13700 \begin_layout Plain Layout
13701
13702 }{
13703 \end_layout
13704
13705 \end_inset
13706
13707 Team away
13708 \begin_inset ERT
13709 status collapsed
13710
13711 \begin_layout Plain Layout
13712
13713 }
13714 \end_layout
13715
13716 \end_inset
13717
13718
13719 \end_layout
13720
13721 \end_inset
13722 </cell>
13723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727
13728 \lang english
13729 Tigers
13730 \end_layout
13731
13732 \end_inset
13733 </cell>
13734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13735 \begin_inset Text
13736
13737 \begin_layout Plain Layout
13738
13739 \lang english
13740 Panthers
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749
13750 \lang english
13751 Falcons
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Plain Layout
13760
13761 \lang english
13762 \begin_inset ERT
13763 status open
13764
13765 \begin_layout Plain Layout
13766
13767
13768 \backslash
13769 diagbox[dir=NE]{
13770 \end_layout
13771
13772 \end_inset
13773
13774 Team home
13775 \begin_inset ERT
13776 status collapsed
13777
13778 \begin_layout Plain Layout
13779
13780 }{
13781 \end_layout
13782
13783 \end_inset
13784
13785 Result
13786 \begin_inset ERT
13787 status collapsed
13788
13789 \begin_layout Plain Layout
13790
13791 }{
13792 \end_layout
13793
13794 \end_inset
13795
13796 Team away
13797 \begin_inset ERT
13798 status collapsed
13799
13800 \begin_layout Plain Layout
13801
13802 }
13803 \end_layout
13804
13805 \end_inset
13806
13807
13808 \end_layout
13809
13810 \end_inset
13811 </cell>
13812 </row>
13813 <row>
13814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13815 \begin_inset Text
13816
13817 \begin_layout Plain Layout
13818
13819 \lang english
13820 Tigers
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829
13830 \lang english
13831 ---
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840
13841 \lang english
13842 1:3
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Plain Layout
13851
13852 \lang english
13853 0:1
13854 \end_layout
13855
13856 \end_inset
13857 </cell>
13858 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13859 \begin_inset Text
13860
13861 \begin_layout Plain Layout
13862
13863 \lang english
13864 Tigers
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 </row>
13870 <row>
13871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875
13876 \lang english
13877 Panthers
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886
13887 \lang english
13888 3:1
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Plain Layout
13897
13898 \lang english
13899 ---
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908
13909 \lang english
13910 0:0
13911 \end_layout
13912
13913 \end_inset
13914 </cell>
13915 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Plain Layout
13919
13920 \lang english
13921 Panthers
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 </row>
13927 <row>
13928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932
13933 \lang english
13934 Falcons
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943
13944 \lang english
13945 1:0
13946 \end_layout
13947
13948 \end_inset
13949 </cell>
13950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13951 \begin_inset Text
13952
13953 \begin_layout Plain Layout
13954
13955 \lang english
13956 0:0
13957 \end_layout
13958
13959 \end_inset
13960 </cell>
13961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965
13966 \lang english
13967 ---
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976
13977 \lang english
13978 Falcons
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 </row>
13984 <row>
13985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13986 \begin_inset Text
13987
13988 \begin_layout Plain Layout
13989
13990 \lang english
13991 \begin_inset ERT
13992 status open
13993
13994 \begin_layout Plain Layout
13995
13996
13997 \backslash
13998 diagbox[dir=SW]{
13999 \end_layout
14000
14001 \end_inset
14002
14003 Team home
14004 \begin_inset ERT
14005 status collapsed
14006
14007 \begin_layout Plain Layout
14008
14009 }{
14010 \end_layout
14011
14012 \end_inset
14013
14014 Result
14015 \begin_inset ERT
14016 status collapsed
14017
14018 \begin_layout Plain Layout
14019
14020 }{
14021 \end_layout
14022
14023 \end_inset
14024
14025 Team away
14026 \begin_inset ERT
14027 status collapsed
14028
14029 \begin_layout Plain Layout
14030
14031 }
14032 \end_layout
14033
14034 \end_inset
14035
14036
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14042 \begin_inset Text
14043
14044 \begin_layout Plain Layout
14045
14046 \lang english
14047 Tigers
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14053 \begin_inset Text
14054
14055 \begin_layout Plain Layout
14056
14057 \lang english
14058 Panthers
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067
14068 \lang english
14069 Falcons
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078
14079 \lang english
14080 \begin_inset ERT
14081 status open
14082
14083 \begin_layout Plain Layout
14084
14085
14086 \backslash
14087 diagbox[dir=SE]{
14088 \end_layout
14089
14090 \end_inset
14091
14092 Team home
14093 \begin_inset ERT
14094 status collapsed
14095
14096 \begin_layout Plain Layout
14097
14098 }{
14099 \end_layout
14100
14101 \end_inset
14102
14103 Result
14104 \begin_inset ERT
14105 status collapsed
14106
14107 \begin_layout Plain Layout
14108
14109 }{
14110 \end_layout
14111
14112 \end_inset
14113
14114 Team away
14115 \begin_inset ERT
14116 status collapsed
14117
14118 \begin_layout Plain Layout
14119
14120 }
14121 \end_layout
14122
14123 \end_inset
14124
14125
14126 \end_layout
14127
14128 \end_inset
14129 </cell>
14130 </row>
14131 </lyxtabular>
14132
14133 \end_inset
14134
14135
14136 \end_layout
14137
14138 \begin_layout Standard
14139
14140 \lang english
14141 To rotate the diagonal lines, the command option 
14142 \series bold
14143 dir=direction
14144 \series default
14145  is used.
14146  
14147 \emph on
14148 direction
14149 \emph default
14150  is either 
14151 \series bold
14152 NE
14153 \series default
14154
14155 \series bold
14156 DE
14157 \series default
14158
14159 \series bold
14160 SW
14161 \series default
14162  or 
14163 \series bold
14164 NW
14165 \series default
14166  and represent a point of a compass.
14167  
14168 \series bold
14169 SW
14170 \series default
14171  is for example the south-west corner.
14172  Thus in the lower left cell of the above table the command
14173 \end_layout
14174
14175 \begin_layout Standard
14176
14177 \series bold
14178 \lang english
14179
14180 \backslash
14181 diagbox[dir=SW]{Team home}{Result}{Team away}
14182 \end_layout
14183
14184 \begin_layout Standard
14185
14186 \lang english
14187 is used.
14188  If no direction is given, it will be NW.
14189 \end_layout
14190
14191 \begin_layout Standard
14192
14193 \lang english
14194 The necessary width of split cells is automatically calculated.
14195  Thus if you set a fixed column width smaller than the calculated one, the
14196  cell's content will protrude the cell borders:
14197 \end_layout
14198
14199 \begin_layout Standard
14200 \noindent
14201 \align center
14202
14203 \lang english
14204 \begin_inset Tabular
14205 <lyxtabular version="3" rows="2" columns="2">
14206 <features tabularvalignment="middle">
14207 <column alignment="center" valignment="top" width="3cm">
14208 <column alignment="center" valignment="top" width="0">
14209 <row>
14210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14211 \begin_inset Text
14212
14213 \begin_layout Plain Layout
14214
14215 \lang english
14216 \begin_inset ERT
14217 status collapsed
14218
14219 \begin_layout Plain Layout
14220
14221
14222 \backslash
14223 diagbox{
14224 \end_layout
14225
14226 \end_inset
14227
14228 Name
14229 \begin_inset ERT
14230 status collapsed
14231
14232 \begin_layout Plain Layout
14233
14234 }{
14235 \end_layout
14236
14237 \end_inset
14238
14239 Parameter
14240 \begin_inset ERT
14241 status collapsed
14242
14243 \begin_layout Plain Layout
14244
14245 }
14246 \end_layout
14247
14248 \end_inset
14249
14250
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Plain Layout
14259
14260 \lang english
14261 Thickness in nm
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 </row>
14267 <row>
14268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14269 \begin_inset Text
14270
14271 \begin_layout Plain Layout
14272
14273 \lang english
14274 Perfect Green
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Plain Layout
14283
14284 \lang english
14285 45
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 </row>
14291 </lyxtabular>
14292
14293 \end_inset
14294
14295
14296 \end_layout
14297
14298 \begin_layout Standard
14299
14300 \lang english
14301 If you need a certain width for columns with a split cell, use the command
14302  option 
14303 \series bold
14304 width=3cm
14305 \series default
14306  (replace '3cm' by the width you need).
14307  In the following table the width of the first column is set to 4
14308 \begin_inset space \thinspace{}
14309 \end_inset
14310
14311 cm.
14312  For 
14313 \series bold
14314
14315 \backslash
14316 diagbox
14317 \series default
14318  a width of 4
14319 \begin_inset space \thinspace{}
14320 \end_inset
14321
14322 cm + 2
14323 \begin_inset space \thinspace{}
14324 \end_inset
14325
14326
14327 \backslash
14328 tabcolsep is necessary because the overall width is the width for the text
14329  (in this case the 4
14330 \begin_inset space \thinspace{}
14331 \end_inset
14332
14333 cm) plus two times the separation of the text and the cell border.
14334  The calculation of the width cannot be done in the command option of 
14335 \series bold
14336
14337 \backslash
14338 diagbox
14339 \series default
14340  so one needs to create a new length which can be used later.
14341  This is done with the TeX-Code commands
14342 \end_layout
14343
14344 \begin_layout Standard
14345
14346 \series bold
14347
14348 \backslash
14349 newlength{
14350 \backslash
14351 diagtest}
14352 \begin_inset Newline newline
14353 \end_inset
14354
14355
14356 \backslash
14357 setlength{
14358 \backslash
14359 diagtest}{4cm+2
14360 \backslash
14361 tabcolsep}
14362 \end_layout
14363
14364 \begin_layout Standard
14365 \begin_inset ERT
14366 status collapsed
14367
14368 \begin_layout Plain Layout
14369
14370
14371 \backslash
14372 newlength{
14373 \backslash
14374 diagtest}
14375 \end_layout
14376
14377 \begin_layout Plain Layout
14378
14379
14380 \backslash
14381 setlength{
14382 \backslash
14383 diagtest}{4cm+2
14384 \backslash
14385 tabcolsep}
14386 \end_layout
14387
14388 \end_inset
14389
14390
14391 \end_layout
14392
14393 \begin_layout Standard
14394
14395 \lang english
14396 To enable calculations in LaTeX one needs to load the package 
14397 \series bold
14398 calc
14399 \series default
14400 \lang french
14401
14402 \begin_inset Index idx
14403 status collapsed
14404
14405 \begin_layout Plain Layout
14406 Paquetages LaTeX ! calc
14407 \end_layout
14408
14409 \end_inset
14410
14411  
14412 \lang english
14413 in the document preamble.
14414 \end_layout
14415
14416 \begin_layout Standard
14417
14418 \lang english
14419 In this table you can now use the command
14420 \end_layout
14421
14422 \begin_layout Standard
14423
14424 \series bold
14425
14426 \backslash
14427 diagbox[width=
14428 \backslash
14429 diagtest]{A}{B}
14430 \end_layout
14431
14432 \begin_layout Standard
14433
14434 \lang english
14435 in the first cell:
14436 \end_layout
14437
14438 \begin_layout Standard
14439 \noindent
14440 \align center
14441
14442 \lang english
14443 \begin_inset Tabular
14444 <lyxtabular version="3" rows="2" columns="2">
14445 <features tabularvalignment="middle">
14446 <column alignment="center" valignment="top" width="4cm">
14447 <column alignment="center" valignment="top" width="0">
14448 <row>
14449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453 \begin_inset ERT
14454 status open
14455
14456 \begin_layout Plain Layout
14457
14458
14459 \backslash
14460 diagbox[width=
14461 \backslash
14462 diagtest]{
14463 \end_layout
14464
14465 \end_inset
14466
14467 A
14468 \begin_inset ERT
14469 status collapsed
14470
14471 \begin_layout Plain Layout
14472
14473 }{
14474 \end_layout
14475
14476 \end_inset
14477
14478 B
14479 \begin_inset ERT
14480 status collapsed
14481
14482 \begin_layout Plain Layout
14483
14484 }
14485 \end_layout
14486
14487 \end_inset
14488
14489
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498
14499 \lang english
14500 Thickness in nm
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 </row>
14506 <row>
14507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14508 \begin_inset Text
14509
14510 \begin_layout Plain Layout
14511
14512 \lang english
14513 Perfect Green
14514 \end_layout
14515
14516 \end_inset
14517 </cell>
14518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14519 \begin_inset Text
14520
14521 \begin_layout Plain Layout
14522
14523 \lang english
14524 45
14525 \end_layout
14526
14527 \end_inset
14528 </cell>
14529 </row>
14530 </lyxtabular>
14531
14532 \end_inset
14533
14534
14535 \end_layout
14536
14537 \begin_layout Standard
14538
14539 \lang english
14540 Note that the split cell needs to be the widest one in the column.
14541  Otherwise the length of the diagonal line cannot be calculated correctly
14542  like in this table:
14543 \end_layout
14544
14545 \begin_layout Standard
14546 \noindent
14547 \align center
14548
14549 \lang english
14550 \begin_inset Tabular
14551 <lyxtabular version="3" rows="2" columns="2">
14552 <features tabularvalignment="middle">
14553 <column alignment="center" valignment="top" width="0pt">
14554 <column alignment="center" valignment="top" width="0">
14555 <row>
14556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Plain Layout
14560 \begin_inset ERT
14561 status collapsed
14562
14563 \begin_layout Plain Layout
14564
14565
14566 \backslash
14567 diagbox{
14568 \end_layout
14569
14570 \end_inset
14571
14572 A
14573 \begin_inset ERT
14574 status collapsed
14575
14576 \begin_layout Plain Layout
14577
14578 }{
14579 \end_layout
14580
14581 \end_inset
14582
14583 B
14584 \begin_inset ERT
14585 status collapsed
14586
14587 \begin_layout Plain Layout
14588
14589 }
14590 \end_layout
14591
14592 \end_inset
14593
14594
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603
14604 \lang english
14605 Thickness in nm
14606 \end_layout
14607
14608 \end_inset
14609 </cell>
14610 </row>
14611 <row>
14612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14613 \begin_inset Text
14614
14615 \begin_layout Plain Layout
14616
14617 \lang english
14618 Perfect Green
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14624 \begin_inset Text
14625
14626 \begin_layout Plain Layout
14627
14628 \lang english
14629 45
14630 \end_layout
14631
14632 \end_inset
14633 </cell>
14634 </row>
14635 </lyxtabular>
14636
14637 \end_inset
14638
14639
14640 \end_layout
14641
14642 \begin_layout Standard
14643
14644 \lang english
14645 In this case use the 
14646 \series bold
14647 width
14648 \series default
14649  option of the 
14650 \series bold
14651
14652 \backslash
14653 diagbox
14654 \series default
14655  command.
14656  It is then not necessary to add 2
14657 \backslash
14658 tabcolsep because the cell width is now the width of the column.
14659  In this table a width of 3
14660 \begin_inset space \thinspace{}
14661 \end_inset
14662
14663 cm is used:
14664 \end_layout
14665
14666 \begin_layout Standard
14667 \noindent
14668 \align center
14669
14670 \lang english
14671 \begin_inset Tabular
14672 <lyxtabular version="3" rows="2" columns="2">
14673 <features tabularvalignment="middle">
14674 <column alignment="center" valignment="top" width="0pt">
14675 <column alignment="center" valignment="top" width="0">
14676 <row>
14677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14678 \begin_inset Text
14679
14680 \begin_layout Plain Layout
14681 \begin_inset ERT
14682 status open
14683
14684 \begin_layout Plain Layout
14685
14686
14687 \backslash
14688 diagbox[width=3cm]{
14689 \end_layout
14690
14691 \end_inset
14692
14693 A
14694 \begin_inset ERT
14695 status collapsed
14696
14697 \begin_layout Plain Layout
14698
14699 }{
14700 \end_layout
14701
14702 \end_inset
14703
14704 B
14705 \begin_inset ERT
14706 status collapsed
14707
14708 \begin_layout Plain Layout
14709
14710 }
14711 \end_layout
14712
14713 \end_inset
14714
14715
14716 \end_layout
14717
14718 \end_inset
14719 </cell>
14720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14721 \begin_inset Text
14722
14723 \begin_layout Plain Layout
14724
14725 \lang english
14726 Thickness in nm
14727 \end_layout
14728
14729 \end_inset
14730 </cell>
14731 </row>
14732 <row>
14733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14734 \begin_inset Text
14735
14736 \begin_layout Plain Layout
14737
14738 \lang english
14739 Perfect Green
14740 \end_layout
14741
14742 \end_inset
14743 </cell>
14744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14745 \begin_inset Text
14746
14747 \begin_layout Plain Layout
14748
14749 \lang english
14750 45
14751 \end_layout
14752
14753 \end_inset
14754 </cell>
14755 </row>
14756 </lyxtabular>
14757
14758 \end_inset
14759
14760
14761 \end_layout
14762
14763 \begin_layout Standard
14764
14765 \lang english
14766 For multiple text lines in split cells one needs some extra height to fit
14767  the text to the cell.
14768  This can be achieved with the 
14769 \series bold
14770
14771 \backslash
14772 diagbox
14773 \series default
14774  option 
14775 \series bold
14776 height=3cm
14777 \series default
14778  (replace '3cm' by the height you need).
14779  In the following table the command
14780 \end_layout
14781
14782 \begin_layout Standard
14783
14784 \series bold
14785
14786 \backslash
14787 diagbox[width=3cm,height=1.4cm]{A
14788 \backslash
14789
14790 \backslash
14791 B}{C
14792 \backslash
14793
14794 \backslash
14795 D}
14796 \end_layout
14797
14798 \begin_layout Standard
14799
14800 \lang english
14801 is used in the first cell.
14802  The command 
14803 \series bold
14804
14805 \backslash
14806
14807 \backslash
14808
14809 \series default
14810  creates hereby the line break.
14811 \begin_inset Foot
14812 status collapsed
14813
14814 \begin_layout Plain Layout
14815
14816 \lang english
14817 Breaking lines with 
14818 \family sans
14819 Ctrl+Return
14820 \family default
14821  is only possible when the column has a fixed width.
14822 \end_layout
14823
14824 \end_inset
14825
14826
14827 \end_layout
14828
14829 \begin_layout Standard
14830 \noindent
14831 \align center
14832
14833 \lang english
14834 \begin_inset Tabular
14835 <lyxtabular version="3" rows="2" columns="2">
14836 <features tabularvalignment="middle">
14837 <column alignment="center" valignment="top" width="0">
14838 <column alignment="center" valignment="top" width="0">
14839 <row>
14840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14841 \begin_inset Text
14842
14843 \begin_layout Plain Layout
14844 \begin_inset ERT
14845 status open
14846
14847 \begin_layout Plain Layout
14848
14849
14850 \backslash
14851 diagbox[width=3cm,height=1.4cm]{
14852 \end_layout
14853
14854 \end_inset
14855
14856 A
14857 \begin_inset ERT
14858 status collapsed
14859
14860 \begin_layout Plain Layout
14861
14862
14863 \backslash
14864
14865 \backslash
14866
14867 \end_layout
14868
14869 \end_inset
14870
14871 B
14872 \begin_inset ERT
14873 status collapsed
14874
14875 \begin_layout Plain Layout
14876
14877 }{
14878 \end_layout
14879
14880 \end_inset
14881
14882 C
14883 \begin_inset ERT
14884 status collapsed
14885
14886 \begin_layout Plain Layout
14887
14888
14889 \backslash
14890
14891 \backslash
14892
14893 \end_layout
14894
14895 \end_inset
14896
14897 D
14898 \begin_inset ERT
14899 status collapsed
14900
14901 \begin_layout Plain Layout
14902
14903 }
14904 \end_layout
14905
14906 \end_inset
14907
14908
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917
14918 \lang english
14919 Thickness in nm
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 </row>
14925 <row>
14926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930
14931 \lang english
14932 Perfect Green
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941
14942 \lang english
14943 45
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 </row>
14949 </lyxtabular>
14950
14951 \end_inset
14952
14953
14954 \end_layout
14955
14956 \begin_layout Standard
14957 \begin_inset ERT
14958 status collapsed
14959
14960 \begin_layout Plain Layout
14961
14962
14963 \backslash
14964 else
14965 \end_layout
14966
14967 \end_inset
14968
14969
14970 \begin_inset Note Note
14971 status open
14972
14973 \begin_layout Plain Layout
14974 Ce qui suit sera affiché si le paquetage LaTeX 
14975 \series bold
14976 diagbox
14977 \series default
14978  n'est pas installé :
14979 \end_layout
14980
14981 \end_inset
14982
14983
14984 \end_layout
14985
14986 \begin_layout Standard
14987 Vous devez installer le paquetage LaTeX 
14988 \series bold
14989 diagbox
14990 \series default
14991  pour voir le contenu des cette section dans la sortie imprimée.
14992 \end_layout
14993
14994 \begin_layout Standard
14995 \begin_inset ERT
14996 status collapsed
14997
14998 \begin_layout Plain Layout
14999
15000
15001 \backslash
15002 fi
15003 \end_layout
15004
15005 \end_inset
15006
15007
15008 \end_layout
15009
15010 \begin_layout Standard
15011
15012 \lang english
15013 For more info about the LaTeX-package 
15014 \series bold
15015 diagbox
15016 \series default
15017 , see its documentation
15018 \lang french
15019
15020 \begin_inset CommandInset citation
15021 LatexCommand cite
15022 key "diagbox"
15023
15024 \end_inset
15025
15026 .
15027 \end_layout
15028
15029 \begin_layout Section
15030 Les tableaux formels
15031 \begin_inset CommandInset label
15032 LatexCommand label
15033 name "sec:Tableaux-Formels"
15034
15035 \end_inset
15036
15037
15038 \begin_inset Index idx
15039 status collapsed
15040
15041 \begin_layout Plain Layout
15042 Tableau ! Formel
15043 \end_layout
15044
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \begin_layout Standard
15051 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
15052  à celle du tableau
15053 \begin_inset space ~
15054 \end_inset
15055
15056
15057 \begin_inset CommandInset ref
15058 LatexCommand ref
15059 reference "tab:Exemple-tableau-booktabs"
15060
15061 \end_inset
15062
15063 .
15064  Ce genre de tableau est appelé 
15065 \begin_inset Quotes fld
15066 \end_inset
15067
15068
15069 \emph on
15070 formel
15071 \emph default
15072
15073 \begin_inset Quotes frd
15074 \end_inset
15075
15076 .
15077  Pour transformer un tableau en tableau formel, utilisez l'option 
15078 \family sans
15079 Formel
15080 \family default
15081  de l'onglet 
15082 \family sans
15083 Bordures
15084 \family default
15085  de la fenêtre de dialogue 
15086 \family sans
15087 Paramètres
15088 \begin_inset space ~
15089 \end_inset
15090
15091 du
15092 \begin_inset space ~
15093 \end_inset
15094
15095 tableau
15096 \family default
15097 .
15098 \end_layout
15099
15100 \begin_layout Standard
15101 \begin_inset Float table
15102 placement h
15103 wide false
15104 sideways false
15105 status open
15106
15107 \begin_layout Plain Layout
15108 \begin_inset Caption
15109
15110 \begin_layout Plain Layout
15111 \begin_inset CommandInset label
15112 LatexCommand label
15113 name "tab:Exemple-tableau-booktabs"
15114
15115 \end_inset
15116
15117 Exemple de tableau formel
15118 \end_layout
15119
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \begin_layout Plain Layout
15126 \align center
15127 \begin_inset Tabular
15128 <lyxtabular version="3" rows="8" columns="4">
15129 <features booktabs="true" tabularvalignment="middle">
15130 <column alignment="center" valignment="top" width="0">
15131 <column alignment="center" valignment="top" width="0">
15132 <column alignment="center" valignment="top" width="0">
15133 <column alignment="center" valignment="top" width="0">
15134 <row>
15135 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Plain Layout
15139 Système
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 <cell alignment="center" valignment="top" topline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Plain Layout
15148 Chip
15149 \begin_inset space \thinspace{}
15150 \end_inset
15151
15152 1
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161 Chip
15162 \begin_inset space \thinspace{}
15163 \end_inset
15164
15165 2
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 </row>
15180 <row>
15181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185 \begin_inset ERT
15186 status collapsed
15187
15188 \begin_layout Plain Layout
15189
15190
15191 \backslash
15192 cmidrule(r){2-2}
15193 \end_layout
15194
15195 \end_inset
15196
15197
15198 \begin_inset ERT
15199 status collapsed
15200
15201 \begin_layout Plain Layout
15202
15203
15204 \backslash
15205 cmidrule(l){3-4}
15206 \end_layout
15207
15208 \end_inset
15209
15210 Épaisseur du capteur en µm
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219 300
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 <cell alignment="center" valignment="top" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Plain Layout
15228 300
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 <cell alignment="center" valignment="top" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237 700
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 </row>
15243 <row>
15244 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248 Angle du biseau en °
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" topline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 3.55
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 <cell alignment="center" valignment="top" topline="true" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266 2.71
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 <cell alignment="center" valignment="top" topline="true" usebox="none">
15272 \begin_inset Text
15273
15274 \begin_layout Plain Layout
15275 7.99
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 <row topspace="default">
15282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286 Résolution spatiale en µm
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 <cell alignment="center" valignment="top" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Plain Layout
15295 4.26
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 <cell alignment="center" valignment="top" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Plain Layout
15304 10.17
15305 \end_layout
15306
15307 \end_inset
15308 </cell>
15309 <cell alignment="center" valignment="top" usebox="none">
15310 \begin_inset Text
15311
15312 \begin_layout Plain Layout
15313 10.56
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 </row>
15319 <row topspace="default">
15320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15321 \begin_inset Text
15322
15323 \begin_layout Plain Layout
15324 MTF à 
15325 \begin_inset Formula $f_{\mathrm{max}}$
15326 \end_inset
15327
15328
15329 \end_layout
15330
15331 \end_inset
15332 </cell>
15333 <cell alignment="center" valignment="top" usebox="none">
15334 \begin_inset Text
15335
15336 \begin_layout Plain Layout
15337 0.53
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 <cell alignment="center" valignment="top" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346 0.37
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 <cell alignment="center" valignment="top" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355 0.39
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 </row>
15361 <row topspace="default">
15362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15363 \begin_inset Text
15364
15365 \begin_layout Plain Layout
15366 \begin_inset ERT
15367 status collapsed
15368
15369 \begin_layout Plain Layout
15370
15371
15372 \backslash
15373 cmidrule(l{10pt}){1-1}
15374 \end_layout
15375
15376 \end_inset
15377
15378 résolution spatiale LSF
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 <cell alignment="center" valignment="top" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Plain Layout
15387
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
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
15406 \end_layout
15407
15408 \end_inset
15409 </cell>
15410 </row>
15411 <row>
15412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15413 \begin_inset Text
15414
15415 \begin_layout Plain Layout
15416 en µm
15417 \end_layout
15418
15419 \end_inset
15420 </cell>
15421 <cell alignment="center" valignment="top" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425 129.7
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 <cell alignment="center" valignment="top" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434 52.75
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 <cell alignment="center" valignment="top" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443 50.78
15444 \end_layout
15445
15446 \end_inset
15447 </cell>
15448 </row>
15449 <row>
15450 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15451 \begin_inset Text
15452
15453 \begin_layout Plain Layout
15454 en % de la taille des pixels
15455 \end_layout
15456
15457 \end_inset
15458 </cell>
15459 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15460 \begin_inset Text
15461
15462 \begin_layout Plain Layout
15463 76.3
15464 \end_layout
15465
15466 \end_inset
15467 </cell>
15468 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Plain Layout
15472 95.9
15473 \end_layout
15474
15475 \end_inset
15476 </cell>
15477 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15478 \begin_inset Text
15479
15480 \begin_layout Plain Layout
15481 92.3
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 </row>
15487 </lyxtabular>
15488
15489 \end_inset
15490
15491
15492 \end_layout
15493
15494 \end_inset
15495
15496
15497 \end_layout
15498
15499 \begin_layout Standard
15500 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15501  
15502 \family sans
15503 Bordures
15504 \family default
15505  de la fenêtre de dialogue 
15506 \family sans
15507 Paramètres
15508 \begin_inset space ~
15509 \end_inset
15510
15511 du
15512 \begin_inset space ~
15513 \end_inset
15514
15515 tableau
15516 \family default
15517  comme c'est décrit dans la section
15518 \begin_inset space ~
15519 \end_inset
15520
15521
15522 \begin_inset CommandInset ref
15523 LatexCommand ref
15524 reference "sub:Espacement-lignes"
15525
15526 \end_inset
15527
15528 .
15529 \end_layout
15530
15531 \begin_layout Standard
15532 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15533  verticales.
15534  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15535  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15536  sortie imprimée :
15537 \begin_inset Newline newline
15538 \end_inset
15539
15540 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15541 \begin_inset space \thinspace{}
15542 \end_inset
15543
15544 em alors que les autres lignes ont implicite une épaisseur de 0.05
15545 \begin_inset space \thinspace{}
15546 \end_inset
15547
15548 em.
15549 \end_layout
15550
15551 \begin_layout Standard
15552 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15553  les lignes de préambule suivantes :
15554 \end_layout
15555
15556 \begin_layout Standard
15557
15558 \series bold
15559
15560 \backslash
15561 let
15562 \backslash
15563 mytoprule
15564 \backslash
15565 toprule
15566 \begin_inset Newline newline
15567 \end_inset
15568
15569
15570 \backslash
15571 renewcommand{
15572 \backslash
15573 toprule}{
15574 \backslash
15575 mytoprule[width]}
15576 \end_layout
15577
15578 \begin_layout Standard
15579 Cet exemple concerne la première ligne, appelée 
15580 \series bold
15581 toprule
15582 \series default
15583 .
15584  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15585 \series bold
15586 toprule
15587 \series default
15588  par 
15589 \series bold
15590 bottomrule
15591 \series default
15592 .
15593  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15594  
15595 \series bold
15596 toprule
15597 \series default
15598  par 
15599 \series bold
15600 midrule
15601 \series default
15602 .
15603  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
15604 \begin_inset space ~
15605 \end_inset
15606
15607
15608 \begin_inset CommandInset ref
15609 LatexCommand ref
15610 reference "cha:Unités-de-longueur"
15611
15612 \end_inset
15613
15614  pour préciser l'épaisseur voulue.
15615 \end_layout
15616
15617 \begin_layout Standard
15618 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15619  en mettant une ligne pour une cellule multi-colonne.
15620  LyX va utiliser en interne la commande 
15621 \series bold
15622
15623 \backslash
15624 cmidrule
15625 \series default
15626  pour créer cette ligne.
15627  Sa syntaxe complète est :
15628 \end_layout
15629
15630 \begin_layout Standard
15631
15632 \series bold
15633
15634 \backslash
15635 cmidrule[largeur](rognage){colDépart-colFin}
15636 \end_layout
15637
15638 \begin_layout Standard
15639 Les options de la commande 
15640 \series bold
15641
15642 \backslash
15643 cmidrule
15644 \series default
15645  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
15646  TeX pour pouvoir les utiliser.
15647  On peut créer manuellement des lignes 
15648 \series bold
15649
15650 \backslash
15651 mitrales
15652 \series default
15653  en insérant la commande en code TeX comme le premier élément de la première
15654  cellule de la ligne.
15655  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15656  en question.
15657 \end_layout
15658
15659 \begin_layout Standard
15660 La valeur implicite pour l'épaisseur des lignes est de 0.03
15661 \begin_inset space \thinspace{}
15662 \end_inset
15663
15664 em.
15665  
15666 \series bold
15667 colDépart
15668 \series default
15669  est le numéro de la colonne dans laquelle la ligne commence et 
15670 \series bold
15671 colFin
15672 \series default
15673  est le numéro de la colonne dans laquelle elle se termine.
15674  La valeur de 
15675 \series bold
15676 colFin
15677 \series default
15678  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15679  Le paramètre optionnel 
15680 \series bold
15681 rognage
15682 \series default
15683  peut être soit 
15684 \emph on
15685 l{largeurRognage}
15686 \emph default
15687 , ou 
15688 \emph on
15689 r{largeurRognage}
15690 \emph default
15691  où les valeurs de
15692 \emph on
15693  largeurRognage
15694 \emph default
15695  sont aussi optionnelles.
15696  En utilisant par exemple la valeur 
15697 \emph on
15698 l{2pt}
15699 \emph default
15700  pour ce paramètre, la ligne va être rognée de 2
15701 \begin_inset space \thinspace{}
15702 \end_inset
15703
15704 pt à son extrémité gauche.
15705  Si vous ne spécifiez pas de valeur pour 
15706 \emph on
15707 largeurRognage
15708 \emph default
15709  les lignes sont implicitement rognées de 0.5
15710 \begin_inset space \thinspace{}
15711 \end_inset
15712
15713 em.
15714 \end_layout
15715
15716 \begin_layout Standard
15717 \begin_inset VSpace bigskip
15718 \end_inset
15719
15720 Le tableau
15721 \begin_inset space ~
15722 \end_inset
15723
15724
15725 \begin_inset CommandInset ref
15726 LatexCommand ref
15727 reference "tab:Exemple-tableau-booktabs"
15728
15729 \end_inset
15730
15731  a été créé en utilisant les commandes
15732 \end_layout
15733
15734 \begin_layout Standard
15735
15736 \series bold
15737
15738 \backslash
15739 cmidrule(r){2-2}
15740 \backslash
15741 cmidrule(l){3-4}
15742 \end_layout
15743
15744 \begin_layout Standard
15745 au début de la deuxième ligne et
15746 \end_layout
15747
15748 \begin_layout Standard
15749
15750 \series bold
15751
15752 \backslash
15753 cmidrule(l{10pt}){1-1}
15754 \end_layout
15755
15756 \begin_layout Standard
15757 au début de la sixième ligne.
15758 \end_layout
15759
15760 \begin_layout Standard
15761 \begin_inset VSpace bigskip
15762 \end_inset
15763
15764
15765 \end_layout
15766
15767 \begin_layout Standard
15768 Vous pouvez vouloir des commandes 
15769 \series bold
15770
15771 \backslash
15772 cmidrule
15773 \series default
15774 s qui se recouvrent comme pour le tableau
15775 \begin_inset space ~
15776 \end_inset
15777
15778
15779 \begin_inset CommandInset ref
15780 LatexCommand ref
15781 reference "tab:Tableau-booktabs-special"
15782
15783 \end_inset
15784
15785 .
15786  On obtient ce résultat en utilisant la commande suivante en code TeX
15787 \end_layout
15788
15789 \begin_layout Standard
15790
15791 \series bold
15792
15793 \backslash
15794 morecmidrules
15795 \end_layout
15796
15797 \begin_layout Standard
15798 La commande qui a été utilisée pour la deuxième ligne du tableau
15799 \begin_inset space ~
15800 \end_inset
15801
15802
15803 \begin_inset CommandInset ref
15804 LatexCommand ref
15805 reference "tab:Tableau-booktabs-special"
15806
15807 \end_inset
15808
15809  est
15810 \end_layout
15811
15812 \begin_layout Standard
15813
15814 \series bold
15815
15816 \backslash
15817 cmidrule(r){2-2}
15818 \backslash
15819 cmidrule(l){3-4}
15820 \backslash
15821 morecmidrules
15822 \backslash
15823 cmidrule{2-4}
15824 \end_layout
15825
15826 \begin_layout Standard
15827 La commande pour la sixième ligne est
15828 \end_layout
15829
15830 \begin_layout Standard
15831
15832 \series bold
15833
15834 \backslash
15835 midrule
15836 \backslash
15837 morecmidrules
15838 \backslash
15839 cmidrule{3-4}
15840 \end_layout
15841
15842 \begin_layout Standard
15843 \begin_inset VSpace bigskip
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \begin_layout Standard
15850 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15851 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15852  font toute la largeur du tableau :
15853 \end_layout
15854
15855 \begin_layout Standard
15856
15857 \series bold
15858
15859 \backslash
15860 specialrule{largeur}{espace au dessus}{espace en dessous}
15861 \end_layout
15862
15863 \begin_layout Standard
15864 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15865  du paquetage LaTeX 
15866 \series bold
15867 booktabs
15868 \series default
15869  
15870 \begin_inset CommandInset citation
15871 LatexCommand cite
15872 key "booktabs"
15873
15874 \end_inset
15875
15876 .
15877 \begin_inset Index idx
15878 status collapsed
15879
15880 \begin_layout Plain Layout
15881 Paquetages LaTeX ! booktabs
15882 \end_layout
15883
15884 \end_inset
15885
15886
15887 \end_layout
15888
15889 \begin_layout Standard
15890 \begin_inset Float table
15891 placement h
15892 wide false
15893 sideways false
15894 status open
15895
15896 \begin_layout Plain Layout
15897 \begin_inset Caption
15898
15899 \begin_layout Plain Layout
15900 \begin_inset CommandInset label
15901 LatexCommand label
15902 name "tab:Tableau-booktabs-special"
15903
15904 \end_inset
15905
15906 Tableau formel spécial
15907 \end_layout
15908
15909 \end_inset
15910
15911
15912 \end_layout
15913
15914 \begin_layout Plain Layout
15915 \align center
15916 \begin_inset Tabular
15917 <lyxtabular version="3" rows="8" columns="4">
15918 <features booktabs="true" tabularvalignment="middle">
15919 <column alignment="center" valignment="top" width="0">
15920 <column alignment="center" valignment="top" width="0">
15921 <column alignment="center" valignment="top" width="0">
15922 <column alignment="center" valignment="top" width="0">
15923 <row>
15924 <cell alignment="center" valignment="top" topline="true" usebox="none">
15925 \begin_inset Text
15926
15927 \begin_layout Plain Layout
15928 Système
15929 \end_layout
15930
15931 \end_inset
15932 </cell>
15933 <cell alignment="center" valignment="top" topline="true" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937 Chip
15938 \begin_inset space \thinspace{}
15939 \end_inset
15940
15941 1
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 Chip
15951 \begin_inset space \thinspace{}
15952 \end_inset
15953
15954 2
15955 \end_layout
15956
15957 \end_inset
15958 </cell>
15959 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 </row>
15969 <row>
15970 <cell alignment="center" valignment="top" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974 \begin_inset ERT
15975 status collapsed
15976
15977 \begin_layout Plain Layout
15978
15979
15980 \backslash
15981 cmidrule(r){2-2}
15982 \end_layout
15983
15984 \end_inset
15985
15986
15987 \begin_inset ERT
15988 status collapsed
15989
15990 \begin_layout Plain Layout
15991
15992
15993 \backslash
15994 cmidrule(l){3-4}
15995 \end_layout
15996
15997 \end_inset
15998
15999
16000 \begin_inset ERT
16001 status collapsed
16002
16003 \begin_layout Plain Layout
16004
16005
16006 \backslash
16007 morecmidrules 
16008 \end_layout
16009
16010 \end_inset
16011
16012
16013 \begin_inset ERT
16014 status collapsed
16015
16016 \begin_layout Plain Layout
16017
16018
16019 \backslash
16020 cmidrule{2-4}
16021 \end_layout
16022
16023 \end_inset
16024
16025 Epaisseur du capteur en µm
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 <cell alignment="center" valignment="top" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034 300
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 <cell alignment="center" valignment="top" usebox="none">
16040 \begin_inset Text
16041
16042 \begin_layout Plain Layout
16043 300
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 <cell alignment="center" valignment="top" usebox="none">
16049 \begin_inset Text
16050
16051 \begin_layout Plain Layout
16052 700
16053 \end_layout
16054
16055 \end_inset
16056 </cell>
16057 </row>
16058 <row>
16059 <cell alignment="center" valignment="top" topline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063 Angle biseau en °
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072 3.55
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 <cell alignment="center" valignment="top" topline="true" usebox="none">
16078 \begin_inset Text
16079
16080 \begin_layout Plain Layout
16081 2.71
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 <cell alignment="center" valignment="top" topline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Plain Layout
16090 7.99
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 </row>
16096 <row topspace="default">
16097 <cell alignment="center" valignment="top" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101 Résolution spatiale en µm
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 <cell alignment="center" valignment="top" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Plain Layout
16110 4.26
16111 \end_layout
16112
16113 \end_inset
16114 </cell>
16115 <cell alignment="center" valignment="top" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Plain Layout
16119 10.17
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 <cell alignment="center" valignment="top" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Plain Layout
16128 10.56
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 </row>
16134 <row topspace="default">
16135 <cell alignment="center" valignment="top" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139 MTF à 
16140 \begin_inset Formula $f_{\mathrm{max}}$
16141 \end_inset
16142
16143
16144 \end_layout
16145
16146 \end_inset
16147 </cell>
16148 <cell alignment="center" valignment="top" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152 0.53
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 <cell alignment="center" valignment="top" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161 0.37
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 <cell alignment="center" valignment="top" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Plain Layout
16170 0.39
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 </row>
16176 <row>
16177 <cell alignment="center" valignment="top" topline="true" usebox="none">
16178 \begin_inset Text
16179
16180 \begin_layout Plain Layout
16181 \begin_inset ERT
16182 status collapsed
16183
16184 \begin_layout Plain Layout
16185
16186
16187 \backslash
16188 morecmidrules 
16189 \end_layout
16190
16191 \end_inset
16192
16193
16194 \begin_inset ERT
16195 status collapsed
16196
16197 \begin_layout Plain Layout
16198
16199
16200 \backslash
16201 cmidrule{3-4}
16202 \end_layout
16203
16204 \end_inset
16205
16206 résolution spatiale LSF
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 <cell alignment="center" valignment="top" topline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" topline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 <cell alignment="center" valignment="top" topline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 </row>
16239 <row>
16240 <cell alignment="center" valignment="top" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Plain Layout
16244 en µm
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 129.7
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 52.75
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 50.78
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 </row>
16277 <row>
16278 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282 en % de la taille des pixels
16283 \end_layout
16284
16285 \end_inset
16286 </cell>
16287 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16288 \begin_inset Text
16289
16290 \begin_layout Plain Layout
16291 76.3
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16297 \begin_inset Text
16298
16299 \begin_layout Plain Layout
16300 95.9
16301 \end_layout
16302
16303 \end_inset
16304 </cell>
16305 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16306 \begin_inset Text
16307
16308 \begin_layout Plain Layout
16309 92.3
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 </row>
16315 </lyxtabular>
16316
16317 \end_inset
16318
16319
16320 \end_layout
16321
16322 \end_inset
16323
16324
16325 \end_layout
16326
16327 \begin_layout Section
16328 Alignement vertical des tableaux
16329 \begin_inset Index idx
16330 status collapsed
16331
16332 \begin_layout Plain Layout
16333 Tableau ! Alignement
16334 \end_layout
16335
16336 \end_inset
16337
16338
16339 \end_layout
16340
16341 \begin_layout Standard
16342 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16343  doit être à l'intérieur d'une boîte.
16344  La boîte peut alors être alignée comme c'est décrit dans la 
16345 \begin_inset space ~
16346 \end_inset
16347
16348
16349 \begin_inset CommandInset ref
16350 LatexCommand ref
16351 reference "sec:Boîte-Dialogue"
16352
16353 \end_inset
16354
16355 .
16356 \end_layout
16357
16358 \begin_layout Standard
16359 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16360  minipage
16361 \begin_inset Foot
16362 status open
16363
16364 \begin_layout Plain Layout
16365 Les minipages son décrites dans la section
16366 \begin_inset space ~
16367 \end_inset
16368
16369
16370 \begin_inset CommandInset ref
16371 LatexCommand ref
16372 reference "sec:Minipages"
16373
16374 \end_inset
16375
16376 .
16377 \end_layout
16378
16379 \end_inset
16380
16381  dont la largeur est de 15
16382 \begin_inset space \thinspace{}
16383 \end_inset
16384
16385 col% :
16386 \end_layout
16387
16388 \begin_layout Itemize
16389 test 
16390 \begin_inset Box Frameless
16391 position "t"
16392 hor_pos "c"
16393 has_inner_box 1
16394 inner_pos "c"
16395 use_parbox 0
16396 use_makebox 0
16397 width "15col%"
16398 special "none"
16399 height "1in"
16400 height_special "totalheight"
16401 status collapsed
16402
16403 \begin_layout Plain Layout
16404 \begin_inset Tabular
16405 <lyxtabular version="3" rows="3" columns="3">
16406 <features tabularvalignment="middle">
16407 <column alignment="center" valignment="top" width="0">
16408 <column alignment="center" valignment="top" width="0">
16409 <column alignment="center" valignment="top" width="0">
16410 <row>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415 a
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 d
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 g
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 b
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 e
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 h
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 </row>
16468 <row>
16469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473 c
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 f
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 i
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 </row>
16497 </lyxtabular>
16498
16499 \end_inset
16500
16501
16502 \end_layout
16503
16504 \end_inset
16505
16506  test 
16507 \begin_inset ERT
16508 status collapsed
16509
16510 \begin_layout Plain Layout
16511
16512
16513 \backslash
16514 raisebox{0.85
16515 \backslash
16516 baselineskip}{
16517 \end_layout
16518
16519 \end_inset
16520
16521
16522 \begin_inset Box Frameless
16523 position "t"
16524 hor_pos "c"
16525 has_inner_box 1
16526 inner_pos "c"
16527 use_parbox 0
16528 use_makebox 0
16529 width "15col%"
16530 special "none"
16531 height "1in"
16532 height_special "totalheight"
16533 status collapsed
16534
16535 \begin_layout Plain Layout
16536 \begin_inset Tabular
16537 <lyxtabular version="3" rows="3" columns="3">
16538 <features tabularvalignment="middle">
16539 <column alignment="center" valignment="top" width="0">
16540 <column alignment="center" valignment="top" width="0">
16541 <column alignment="center" valignment="top" width="0">
16542 <row>
16543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547 a
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 d
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 g
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 </row>
16571 <row>
16572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 b
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 e
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 h
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 </row>
16600 <row>
16601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 c
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614 f
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 i
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 </lyxtabular>
16630
16631 \end_inset
16632
16633
16634 \end_layout
16635
16636 \end_inset
16637
16638
16639 \begin_inset ERT
16640 status collapsed
16641
16642 \begin_layout Plain Layout
16643
16644 }
16645 \end_layout
16646
16647 \end_inset
16648
16649
16650 \end_layout
16651
16652 \begin_layout Itemize
16653 test 
16654 \begin_inset Box Frameless
16655 position "c"
16656 hor_pos "c"
16657 has_inner_box 1
16658 inner_pos "c"
16659 use_parbox 0
16660 use_makebox 0
16661 width "15col%"
16662 special "none"
16663 height "1in"
16664 height_special "totalheight"
16665 status collapsed
16666
16667 \begin_layout Plain Layout
16668 \begin_inset Tabular
16669 <lyxtabular version="3" rows="3" columns="3">
16670 <features tabularvalignment="middle">
16671 <column alignment="center" valignment="top" width="0">
16672 <column alignment="center" valignment="top" width="0">
16673 <column alignment="center" valignment="top" width="0">
16674 <row>
16675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679 a
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Plain Layout
16688 d
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 g
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 </row>
16703 <row>
16704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708 b
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Plain Layout
16717 e
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 h
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 </row>
16732 <row>
16733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737 c
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746 f
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 i
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 </row>
16761 </lyxtabular>
16762
16763 \end_inset
16764
16765
16766 \end_layout
16767
16768 \end_inset
16769
16770
16771 \end_layout
16772
16773 \begin_layout Itemize
16774 test 
16775 \begin_inset Box Frameless
16776 position "b"
16777 hor_pos "c"
16778 has_inner_box 1
16779 inner_pos "c"
16780 use_parbox 0
16781 use_makebox 0
16782 width "15col%"
16783 special "none"
16784 height "1in"
16785 height_special "totalheight"
16786 status collapsed
16787
16788 \begin_layout Plain Layout
16789 \begin_inset Tabular
16790 <lyxtabular version="3" rows="3" columns="3">
16791 <features tabularvalignment="middle">
16792 <column alignment="center" valignment="top" width="0">
16793 <column alignment="center" valignment="top" width="0">
16794 <column alignment="center" valignment="top" width="0">
16795 <row>
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800 a
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809 d
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818 g
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 </row>
16824 <row>
16825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829 b
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838 e
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 h
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 <row>
16854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 c
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867 f
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 i
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 </row>
16882 </lyxtabular>
16883
16884 \end_inset
16885
16886
16887 \end_layout
16888
16889 \end_inset
16890
16891  test 
16892 \begin_inset ERT
16893 status collapsed
16894
16895 \begin_layout Plain Layout
16896
16897
16898 \backslash
16899 raisebox{-0.32
16900 \backslash
16901 baselineskip}{
16902 \end_layout
16903
16904 \end_inset
16905
16906
16907 \begin_inset Box Frameless
16908 position "b"
16909 hor_pos "c"
16910 has_inner_box 1
16911 inner_pos "c"
16912 use_parbox 0
16913 use_makebox 0
16914 width "15col%"
16915 special "none"
16916 height "1in"
16917 height_special "totalheight"
16918 status collapsed
16919
16920 \begin_layout Plain Layout
16921 \begin_inset Tabular
16922 <lyxtabular version="3" rows="3" columns="3">
16923 <features tabularvalignment="middle">
16924 <column alignment="center" valignment="top" width="0">
16925 <column alignment="center" valignment="top" width="0">
16926 <column alignment="center" valignment="top" width="0">
16927 <row>
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932 a
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 d
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 g
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 </row>
16956 <row>
16957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961 b
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970 e
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 h
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 </row>
16985 <row>
16986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990 c
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999 f
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 i
17009 \end_layout
17010
17011 \end_inset
17012 </cell>
17013 </row>
17014 </lyxtabular>
17015
17016 \end_inset
17017
17018
17019 \end_layout
17020
17021 \end_inset
17022
17023
17024 \begin_inset ERT
17025 status collapsed
17026
17027 \begin_layout Plain Layout
17028
17029 }
17030 \end_layout
17031
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \begin_layout Standard
17038 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
17039  et de la dernière ligne, n'est pas correctement aligné avec le texte de
17040  la ligne dans laquelle le tableau est inséré.
17041  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
17042  boîte élévatrice (raisebox)
17043 \begin_inset Foot
17044 status collapsed
17045
17046 \begin_layout Plain Layout
17047 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
17048 \begin_inset space ~
17049 \end_inset
17050
17051
17052 \begin_inset CommandInset ref
17053 LatexCommand ref
17054 reference "sub:Alignement-Vertical"
17055
17056 \end_inset
17057
17058 .
17059 \end_layout
17060
17061 \end_inset
17062
17063 .
17064  Dans l'exemple précédent, le deuxième tableau de la première ligne est
17065  aligné en utilisant la commande en code TeX suivante 
17066 \end_layout
17067
17068 \begin_layout Standard
17069
17070 \series bold
17071
17072 \backslash
17073 raisebox{0.85
17074 \backslash
17075 baselineskip}{
17076 \end_layout
17077
17078 \begin_layout Standard
17079 placée juste avant la boîte minipage.
17080  Après la boîte on insère l'accolade fermante en code TeX.
17081  Pour le deuxième tableau de la dernière ligne, la commande 
17082 \end_layout
17083
17084 \begin_layout Standard
17085
17086 \series bold
17087
17088 \backslash
17089 raisebox{-0.32
17090 \backslash
17091 baselineskip}{
17092 \end_layout
17093
17094 \begin_layout Standard
17095 est utilisée.
17096 \end_layout
17097
17098 \begin_layout Standard
17099 \begin_inset Note Greyedout
17100 status open
17101
17102 \begin_layout Plain Layout
17103
17104 \series bold
17105 Note:
17106 \series default
17107  L'alignement entre le contenu de la ligne du tableau et le texte de la
17108  ligne qui l'entoure ne peut pas être parfait.
17109  Le facteur utilisé dans la commande 
17110 \series bold
17111
17112 \backslash
17113 raisebox
17114 \series default
17115  pour obtenir cet alignement dépend de la police de caractères du document,
17116  de la taille de la police et de l'épaisseur des lignes du tableau.
17117 \end_layout
17118
17119 \end_inset
17120
17121
17122 \end_layout
17123
17124 \begin_layout Section
17125 Tableaux colorés
17126 \begin_inset CommandInset label
17127 LatexCommand label
17128 name "sec:Tableaux-Colorés"
17129
17130 \end_inset
17131
17132
17133 \begin_inset Index idx
17134 status collapsed
17135
17136 \begin_layout Plain Layout
17137 Tableau ! Coloré
17138 \end_layout
17139
17140 \end_inset
17141
17142
17143 \end_layout
17144
17145 \begin_layout Subsection
17146 Cellules colorées
17147 \begin_inset Index idx
17148 status collapsed
17149
17150 \begin_layout Plain Layout
17151 Couleur des tableaux ! Pour les cellules
17152 \end_layout
17153
17154 \end_inset
17155
17156
17157 \begin_inset Index idx
17158 status collapsed
17159
17160 \begin_layout Plain Layout
17161 Couleur ! Pour les cellules de tableau
17162 \end_layout
17163
17164 \end_inset
17165
17166
17167 \end_layout
17168
17169 \begin_layout Standard
17170 \begin_inset Float table
17171 placement h
17172 wide false
17173 sideways false
17174 status open
17175
17176 \begin_layout Plain Layout
17177 \begin_inset Caption
17178
17179 \begin_layout Plain Layout
17180 \begin_inset CommandInset label
17181 LatexCommand label
17182 name "tab:Tableau-coloré-sans-colortbl"
17183
17184 \end_inset
17185
17186 Tableau coloré sans utiliser le paquetage  
17187 \series bold
17188 colortbl
17189 \series default
17190
17191 \begin_inset Argument
17192 status open
17193
17194 \begin_layout Plain Layout
17195 Tableau sans colortbl
17196 \end_layout
17197
17198 \end_inset
17199
17200
17201 \end_layout
17202
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \begin_layout Plain Layout
17209 \align center
17210 \begin_inset Tabular
17211 <lyxtabular version="3" rows="3" columns="3">
17212 <features tabularvalignment="middle">
17213 <column alignment="center" valignment="top" width="0">
17214 <column alignment="center" valignment="top" width="0">
17215 <column alignment="center" valignment="top" width="0">
17216 <row>
17217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221
17222 \color green
17223 a
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17229 \begin_inset Text
17230
17231 \begin_layout Plain Layout
17232
17233 \color red
17234 b
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17240 \begin_inset Text
17241
17242 \begin_layout Plain Layout
17243
17244 \color red
17245 c
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 </row>
17251 <row>
17252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256
17257 \color green
17258 d
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267
17268 \color blue
17269 e
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17275 \begin_inset Text
17276
17277 \begin_layout Plain Layout
17278
17279 \color blue
17280 f
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 </row>
17286 <row>
17287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291
17292 \color green
17293 g
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302
17303 \color blue
17304 h
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313
17314 \color blue
17315 i
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 </row>
17321 </lyxtabular>
17322
17323 \end_inset
17324
17325
17326 \end_layout
17327
17328 \end_inset
17329
17330
17331 \end_layout
17332
17333 \begin_layout Standard
17334 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17335  et choisissez une couleur dans le menu 
17336 \family sans
17337 Éditer\SpecialChar \menuseparator
17338 Style
17339 \begin_inset space ~
17340 \end_inset
17341
17342 de
17343 \begin_inset space ~
17344 \end_inset
17345
17346 Texte
17347 \family default
17348 .
17349  C'est ce qui a été utilisé pour créer le tableau
17350 \begin_inset space ~
17351 \end_inset
17352
17353
17354 \begin_inset CommandInset ref
17355 LatexCommand ref
17356 reference "tab:Tableau-coloré-sans-colortbl"
17357
17358 \end_inset
17359
17360 .
17361  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
17362 \series bold
17363 colortbl
17364 \series default
17365 .
17366 \begin_inset Index idx
17367 status collapsed
17368
17369 \begin_layout Plain Layout
17370 Paquetages LaTeX ! colortbl
17371 \end_layout
17372
17373 \end_inset
17374
17375
17376 \end_layout
17377
17378 \begin_layout Standard
17379 \begin_inset ERT
17380 status collapsed
17381
17382 \begin_layout Plain Layout
17383
17384
17385 \backslash
17386 ifcolortbl
17387 \end_layout
17388
17389 \end_inset
17390
17391
17392 \begin_inset Note Note
17393 status open
17394
17395 \begin_layout Plain Layout
17396 La section qui suit ne sera affichée que si vous avez installé le paquetage
17397  LaTeX 
17398 \series bold
17399 colortbl
17400 \series default
17401 .
17402 \end_layout
17403
17404 \end_inset
17405
17406
17407 \end_layout
17408
17409 \begin_layout Standard
17410 Pour créer des tableaux colorés, vous devez charger le paquetage
17411 \series bold
17412  colortbl
17413 \series default
17414  dans le préambule avec la ligne
17415 \end_layout
17416
17417 \begin_layout Standard
17418
17419 \series bold
17420
17421 \backslash
17422 usepackage{colortbl}
17423 \end_layout
17424
17425 \begin_layout Standard
17426 On choisit la couleur d'une colonne avec la commande 
17427 \end_layout
17428
17429 \begin_layout Standard
17430
17431 \series bold
17432
17433 \backslash
17434 columncolor{nom de couleur}
17435 \end_layout
17436
17437 \begin_layout Standard
17438 à l'intérieur d'une commande 
17439 \series bold
17440 >{ }
17441 \series default
17442 .
17443  Vous trouverez plus d'information sur la commande 
17444 \series bold
17445 >{}
17446 \series default
17447  dans la section
17448 \begin_inset space ~
17449 \end_inset
17450
17451
17452 \begin_inset CommandInset ref
17453 LatexCommand ref
17454 reference "sub:Calculs-multicolonnes"
17455
17456 \end_inset
17457
17458 .
17459 \end_layout
17460
17461 \begin_layout Standard
17462 Les noms de couleurs suivants sont prédéfinis :
17463 \end_layout
17464
17465 \begin_layout Standard
17466
17467 \family sans
17468 red
17469 \family default
17470  (rouge), 
17471 \family sans
17472 green
17473 \family default
17474  (vert), 
17475 \family sans
17476 yellow
17477 \family default
17478  (jaune), 
17479 \family sans
17480 blue
17481 \family default
17482  (bleu), 
17483 \family sans
17484 cyan
17485 \family default
17486
17487 \family sans
17488 magenta
17489 \family default
17490
17491 \family sans
17492 black 
17493 \family default
17494 (noir) et 
17495 \family sans
17496 white 
17497 \family default
17498 (blanc)
17499 \end_layout
17500
17501 \begin_layout Standard
17502 \begin_inset VSpace medskip
17503 \end_inset
17504
17505
17506 \end_layout
17507
17508 \begin_layout Standard
17509 Si vous ajoutez les options
17510 \end_layout
17511
17512 \begin_layout Standard
17513
17514 \series bold
17515 usenames,dvipsnames
17516 \end_layout
17517
17518 \begin_layout Standard
17519 aux options de la classe de document dans les paramètres du document, vous
17520  pouvez utiliser 61
17521 \begin_inset space ~
17522 \end_inset
17523
17524 couleurs supplémentaires.
17525  Ces couleurs sont listées dans l'appendice
17526 \begin_inset space ~
17527 \end_inset
17528
17529
17530 \begin_inset CommandInset ref
17531 LatexCommand ref
17532 reference "chap:Liste-de-noms-de-couleur-dvips"
17533
17534 \end_inset
17535
17536 .
17537  Une de ces couleurs, 
17538 \family sans
17539 Maroon
17540 \family default
17541 , est utilisée comme exemple dans le tableau
17542 \begin_inset space ~
17543 \end_inset
17544
17545
17546 \begin_inset CommandInset ref
17547 LatexCommand ref
17548 reference "tab:Tableau-coloré-avec-colortbl"
17549
17550 \end_inset
17551
17552 .
17553 \end_layout
17554
17555 \begin_layout Standard
17556 \begin_inset VSpace medskip
17557 \end_inset
17558
17559
17560 \end_layout
17561
17562 \begin_layout Standard
17563 Vous pouvez aussi définir votre propre couleur avec la commande
17564 \end_layout
17565
17566 \begin_layout Standard
17567
17568 \series bold
17569
17570 \backslash
17571 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17572 \end_layout
17573
17574 \begin_layout Standard
17575 Le modèle de couleur peut être
17576 \end_layout
17577
17578 \begin_layout Labeling
17579 \labelwidthstring 00.00.0000
17580 cmyk
17581 \begin_inset space ~
17582 \end_inset
17583
17584 : cyan, magenta, jaune (yellow), noir (black)
17585 \end_layout
17586
17587 \begin_layout Labeling
17588 \labelwidthstring 00.00.0000
17589 rgb
17590 \begin_inset space ~
17591 \end_inset
17592
17593 : rouge (red), vert (green), bleu (blue)
17594 \end_layout
17595
17596 \begin_layout Labeling
17597 \labelwidthstring 00.00.0000
17598 gray
17599 \begin_inset space ~
17600 \end_inset
17601
17602 : dégradé de gris (gray)
17603 \end_layout
17604
17605 \begin_layout Standard
17606 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17607  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17608 \end_layout
17609
17610 \begin_layout Standard
17611 Vous pouvez par exemple définir la couleur 
17612 \begin_inset Quotes eld
17613 \end_inset
17614
17615
17616 \emph on
17617 vertfonce
17618 \begin_inset Quotes erd
17619 \end_inset
17620
17621  dans le préambule avec la ligne
17622 \end_layout
17623
17624 \begin_layout Standard
17625
17626 \series bold
17627
17628 \backslash
17629 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17630 \end_layout
17631
17632 \begin_layout Standard
17633 et la couleur "
17634 \emph on
17635 grisclair
17636 \emph default
17637 " avec
17638 \end_layout
17639
17640 \begin_layout Standard
17641
17642 \series bold
17643
17644 \backslash
17645 definecolor{grisclair}{gray}{0.8}
17646 \end_layout
17647
17648 \begin_layout Standard
17649 \begin_inset VSpace medskip
17650 \end_inset
17651
17652
17653 \end_layout
17654
17655 \begin_layout Standard
17656 Les lignes sont colorées avec la commande
17657 \end_layout
17658
17659 \begin_layout Standard
17660
17661 \series bold
17662
17663 \backslash
17664 rowcolor{nom de la couleur}
17665 \end_layout
17666
17667 \begin_layout Standard
17668 et les cellules sont colorées avec la commande
17669 \end_layout
17670
17671 \begin_layout Standard
17672
17673 \series bold
17674
17675 \backslash
17676 cellcolor{nom de la couleur}
17677 \end_layout
17678
17679 \begin_layout Standard
17680 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
17681 \end_layout
17682
17683 \begin_layout Standard
17684 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17685  choisissez une couleur dans le menu 
17686 \family sans
17687 Éditer\SpecialChar \menuseparator
17688 Style
17689 \begin_inset space ~
17690 \end_inset
17691
17692 de
17693 \begin_inset space ~
17694 \end_inset
17695
17696 Texte
17697 \family default
17698 .
17699  Si une cellule contient du code TeX, faites bien attention à ne colorer
17700  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
17701 \end_layout
17702
17703 \begin_layout Standard
17704 \begin_inset Note Greyedout
17705 status open
17706
17707 \begin_layout Plain Layout
17708
17709 \series bold
17710 Note:
17711 \series default
17712  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17713  définies par l'utilisateur.
17714 \end_layout
17715
17716 \end_inset
17717
17718
17719 \end_layout
17720
17721 \begin_layout Standard
17722 \begin_inset VSpace bigskip
17723 \end_inset
17724
17725
17726 \end_layout
17727
17728 \begin_layout Standard
17729 Pour créer le tableau
17730 \begin_inset space ~
17731 \end_inset
17732
17733
17734 \begin_inset CommandInset ref
17735 LatexCommand ref
17736 reference "tab:Tableau-coloré-avec-colortbl"
17737
17738 \end_inset
17739
17740  faites ce qui suit : La couleur de la première colonne doit être 
17741 \emph on
17742 vertfonce
17743 \emph default
17744 .
17745  On insère donc la commande
17746 \end_layout
17747
17748 \begin_layout Standard
17749
17750 \series bold
17751 >{
17752 \backslash
17753 columncolor{vertfonce}
17754 \backslash
17755 centering}c
17756 \end_layout
17757
17758 \begin_layout Standard
17759 en code TeX pour cette colonne.
17760  La première ligne doit être bleue clair, d'où la commande en code TeX
17761 \end_layout
17762
17763 \begin_layout Standard
17764
17765 \series bold
17766
17767 \backslash
17768 rowcolor{cyan}
17769 \end_layout
17770
17771 \begin_layout Standard
17772 qui est insérée dans la première cellule de cette ligne.
17773  Notez que cela annule la couleur de colonne pour la première cellule.
17774  La dernière cellule de la dernière ligne est colorée en marron
17775 \series bold
17776  
17777 \series default
17778 en insérant en code TeX la commande
17779 \end_layout
17780
17781 \begin_layout Standard
17782
17783 \series bold
17784
17785 \backslash
17786 cellcolor{Maroon}
17787 \end_layout
17788
17789 \begin_layout Standard
17790 Les caractères peuvent maintenant être colorés en utilisant le menu 
17791 \family sans
17792 Éditer\SpecialChar \menuseparator
17793 Style
17794 \begin_inset space ~
17795 \end_inset
17796
17797 de
17798 \begin_inset space ~
17799 \end_inset
17800
17801 Texte
17802 \family default
17803 .
17804 \end_layout
17805
17806 \begin_layout Standard
17807 \begin_inset Float table
17808 placement h
17809 wide false
17810 sideways false
17811 status open
17812
17813 \begin_layout Plain Layout
17814 \begin_inset Caption
17815
17816 \begin_layout Plain Layout
17817 \begin_inset CommandInset label
17818 LatexCommand label
17819 name "tab:Tableau-coloré-avec-colortbl"
17820
17821 \end_inset
17822
17823 Tableau coloré en utilisant le paquetage 
17824 \series bold
17825 colortbl
17826 \series default
17827
17828 \begin_inset Argument
17829 status collapsed
17830
17831 \begin_layout Plain Layout
17832 Tableau avec colortbl
17833 \end_layout
17834
17835 \end_inset
17836
17837
17838 \end_layout
17839
17840 \end_inset
17841
17842
17843 \end_layout
17844
17845 \begin_layout Plain Layout
17846 \align center
17847 \begin_inset Tabular
17848 <lyxtabular version="3" rows="3" columns="3">
17849 <features tabularvalignment="middle">
17850 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
17851 <column alignment="center" valignment="top" width="0">
17852 <column alignment="center" valignment="top" width="0">
17853 <row>
17854 <cell alignment="center" valignment="top" usebox="none">
17855 \begin_inset Text
17856
17857 \begin_layout Plain Layout
17858 \begin_inset ERT
17859 status collapsed
17860
17861 \begin_layout Plain Layout
17862
17863
17864 \backslash
17865 rowcolor{cyan}
17866 \end_layout
17867
17868 \end_inset
17869
17870
17871 \color magenta
17872 a
17873 \end_layout
17874
17875 \end_inset
17876 </cell>
17877 <cell alignment="center" valignment="top" usebox="none">
17878 \begin_inset Text
17879
17880 \begin_layout Plain Layout
17881
17882 \color red
17883 b
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 <cell alignment="center" valignment="top" usebox="none">
17889 \begin_inset Text
17890
17891 \begin_layout Plain Layout
17892
17893 \color red
17894 c
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 </row>
17900 <row>
17901 <cell alignment="center" valignment="top" usebox="none">
17902 \begin_inset Text
17903
17904 \begin_layout Plain Layout
17905
17906 \color yellow
17907 d
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell alignment="center" valignment="top" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916
17917 \color blue
17918 e
17919 \end_layout
17920
17921 \end_inset
17922 </cell>
17923 <cell alignment="center" valignment="top" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927
17928 \color blue
17929 f
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 </row>
17935 <row>
17936 <cell alignment="center" valignment="top" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940
17941 \color yellow
17942 g
17943 \end_layout
17944
17945 \end_inset
17946 </cell>
17947 <cell alignment="center" valignment="top" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951
17952 \color blue
17953 h
17954 \end_layout
17955
17956 \end_inset
17957 </cell>
17958 <cell alignment="center" valignment="top" usebox="none">
17959 \begin_inset Text
17960
17961 \begin_layout Plain Layout
17962 \begin_inset ERT
17963 status collapsed
17964
17965 \begin_layout Plain Layout
17966
17967
17968 \backslash
17969 cellcolor{Maroon}
17970 \end_layout
17971
17972 \end_inset
17973
17974
17975 \color green
17976 i
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 </row>
17982 </lyxtabular>
17983
17984 \end_inset
17985
17986
17987 \end_layout
17988
17989 \end_inset
17990
17991
17992 \end_layout
17993
17994 \begin_layout Standard
17995 \begin_inset ERT
17996 status collapsed
17997
17998 \begin_layout Plain Layout
17999
18000
18001 \backslash
18002 else
18003 \end_layout
18004
18005 \end_inset
18006
18007
18008 \begin_inset Note Note
18009 status open
18010
18011 \begin_layout Plain Layout
18012 Ce qui suit sera affiché si le paquetage 
18013 \series bold
18014 colortbl
18015 \series default
18016  n'est pas installé :
18017 \end_layout
18018
18019 \end_inset
18020
18021
18022 \end_layout
18023
18024 \begin_layout Standard
18025 Vous devez installer le paquetage 
18026 \series bold
18027 colortbl
18028 \series default
18029  pour voir le contenu des cette section dans la sortie imprimée.
18030 \end_layout
18031
18032 \begin_layout Standard
18033 \begin_inset ERT
18034 status collapsed
18035
18036 \begin_layout Plain Layout
18037
18038
18039 \backslash
18040 fi
18041 \end_layout
18042
18043 \end_inset
18044
18045
18046 \end_layout
18047
18048 \begin_layout Subsection
18049
18050 \lang english
18051 Colored Rows
18052 \lang french
18053
18054 \begin_inset Index idx
18055 status collapsed
18056
18057 \begin_layout Plain Layout
18058 Tableau Coloré ! pour
18059 \lang english
18060  Rows
18061 \end_layout
18062
18063 \end_inset
18064
18065
18066 \begin_inset Index idx
18067 status collapsed
18068
18069 \begin_layout Plain Layout
18070 Couleur ! Pour les 
18071 \lang english
18072 Table Rows
18073 \end_layout
18074
18075 \end_inset
18076
18077
18078 \end_layout
18079
18080 \begin_layout Standard
18081
18082 \lang english
18083 In case every second table row needs to be colored there is an alternative
18084  to the method described in the previous section: One loads the package
18085 \lang french
18086  
18087 \series bold
18088 xcolor
18089 \series default
18090
18091 \begin_inset Index idx
18092 status collapsed
18093
18094 \begin_layout Plain Layout
18095 Paquetages LaTeX ! xcolor
18096 \begin_inset ERT
18097 status collapsed
18098
18099 \begin_layout Plain Layout
18100
18101
18102 \backslash
18103 vspace{4mm}
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \end_layout
18110
18111 \end_inset
18112
18113  
18114 \lang english
18115 in the document preamble with the command
18116 \end_layout
18117
18118 \begin_layout Standard
18119
18120 \series bold
18121
18122 \backslash
18123 usepackage[table]{xcolor}
18124 \end_layout
18125
18126 \begin_layout Standard
18127
18128 \series bold
18129 \lang english
18130 xcolor
18131 \series default
18132  automatically loads also the package
18133 \lang french
18134  
18135 \series bold
18136 colortbl
18137 \series default
18138
18139 \begin_inset Index idx
18140 status collapsed
18141
18142 \begin_layout Plain Layout
18143 Paquetages LaTeX ! colortbl
18144 \end_layout
18145
18146 \end_inset
18147
18148
18149 \lang english
18150 , so 
18151 \series bold
18152 colortbl
18153 \series default
18154  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
18155 \end_layout
18156
18157 \begin_layout Standard
18158 \begin_inset ERT
18159 status collapsed
18160
18161 \begin_layout Plain Layout
18162
18163
18164 \backslash
18165 ifcolortbl
18166 \end_layout
18167
18168 \end_inset
18169
18170
18171 \begin_inset Note Note
18172 status open
18173
18174 \begin_layout Plain Layout
18175 La section qui suit ne sera affichée que si vous avez installé le paquetage
18176  LaTeX 
18177 \series bold
18178 colortbl
18179 \series default
18180 .
18181 \end_layout
18182
18183 \end_inset
18184
18185
18186 \end_layout
18187
18188 \begin_layout Standard
18189
18190 \lang english
18191 The table rows are colored with the command
18192 \end_layout
18193
18194 \begin_layout Standard
18195
18196 \series bold
18197 \lang english
18198
18199 \backslash
18200 rowcolors[commands]{row number}{odd row color}{even row color}
18201 \end_layout
18202
18203 \begin_layout Standard
18204
18205 \lang english
18206 that is either inserted in the document preamble or as TeX-Code before the
18207  first table to be colored.
18208  row
18209 \begin_inset space ~
18210 \end_inset
18211
18212 number is the number of the first row which should be colored according
18213  to the odd row color.
18214  commands can be additional commands that are executed before every table
18215  row.
18216  So for example the command
18217 \end_layout
18218
18219 \begin_layout Standard
18220
18221 \series bold
18222
18223 \backslash
18224 rowcolors{1}{white}{lightgray}
18225 \end_layout
18226
18227 \begin_layout Standard
18228
18229 \lang english
18230 leads to the coloring scheme of Table
18231 \begin_inset space ~
18232 \end_inset
18233
18234
18235 \begin_inset CommandInset ref
18236 LatexCommand ref
18237 reference "tab:Table-rowcolors"
18238
18239 \end_inset
18240
18241 .
18242  The command
18243 \end_layout
18244
18245 \begin_layout Standard
18246
18247 \series bold
18248
18249 \backslash
18250 rowcolors[
18251 \backslash
18252 hline]{1}{lightgray}{cyan}
18253 \end_layout
18254
18255 \begin_layout Standard
18256
18257 \lang english
18258 leads to the coloring scheme of Table
18259 \begin_inset space ~
18260 \end_inset
18261
18262
18263 \begin_inset CommandInset ref
18264 LatexCommand ref
18265 reference "tab:Table-rowcolors-2"
18266
18267 \end_inset
18268
18269 .
18270  If odd
18271 \begin_inset space ~
18272 \end_inset
18273
18274 row
18275 \begin_inset space ~
18276 \end_inset
18277
18278 color and/or even
18279 \begin_inset space ~
18280 \end_inset
18281
18282 row
18283 \begin_inset space ~
18284 \end_inset
18285
18286 color are left empty, no color will be used so that the command
18287 \end_layout
18288
18289 \begin_layout Standard
18290
18291 \series bold
18292
18293 \backslash
18294 rowcolors{1}{}{}
18295 \end_layout
18296
18297 \begin_layout Standard
18298
18299 \lang english
18300 deletes all colors.
18301  
18302 \series bold
18303
18304 \backslash
18305 rowcolors
18306 \series default
18307  affects all tables following that command.
18308 \end_layout
18309
18310 \begin_layout Standard
18311 \begin_inset ERT
18312 status open
18313
18314 \begin_layout Plain Layout
18315
18316
18317 \backslash
18318 rowcolors{1}{white}{lightgray}
18319 \end_layout
18320
18321 \end_inset
18322
18323
18324 \end_layout
18325
18326 \begin_layout Standard
18327 \begin_inset Float table
18328 placement h
18329 wide false
18330 sideways false
18331 status open
18332
18333 \begin_layout Plain Layout
18334 \begin_inset Caption
18335
18336 \begin_layout Plain Layout
18337
18338 \lang english
18339 \begin_inset CommandInset label
18340 LatexCommand label
18341 name "tab:Table-rowcolors"
18342
18343 \end_inset
18344
18345 Table where every second row is colored light gray.
18346 \end_layout
18347
18348 \end_inset
18349
18350
18351 \end_layout
18352
18353 \begin_layout Plain Layout
18354 \align center
18355 \begin_inset Tabular
18356 <lyxtabular version="3" rows="4" columns="3">
18357 <features tabularvalignment="middle">
18358 <column alignment="center" valignment="top" width="0">
18359 <column alignment="center" valignment="top" width="0pt">
18360 <column alignment="center" valignment="top" width="0pt">
18361 <row>
18362 <cell alignment="center" valignment="top" usebox="none">
18363 \begin_inset Text
18364
18365 \begin_layout Plain Layout
18366 X
18367 \end_layout
18368
18369 \end_inset
18370 </cell>
18371 <cell alignment="center" valignment="top" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375 Y
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 <cell alignment="center" valignment="top" usebox="none">
18381 \begin_inset Text
18382
18383 \begin_layout Plain Layout
18384 Z
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 </row>
18390 <row>
18391 <cell alignment="center" valignment="top" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395 1
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 <cell alignment="center" valignment="top" usebox="none">
18401 \begin_inset Text
18402
18403 \begin_layout Plain Layout
18404 2
18405 \end_layout
18406
18407 \end_inset
18408 </cell>
18409 <cell alignment="center" valignment="top" usebox="none">
18410 \begin_inset Text
18411
18412 \begin_layout Plain Layout
18413 3
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 </row>
18419 <row>
18420 <cell alignment="center" valignment="top" usebox="none">
18421 \begin_inset Text
18422
18423 \begin_layout Plain Layout
18424 4
18425 \end_layout
18426
18427 \end_inset
18428 </cell>
18429 <cell alignment="center" valignment="top" usebox="none">
18430 \begin_inset Text
18431
18432 \begin_layout Plain Layout
18433 5
18434 \end_layout
18435
18436 \end_inset
18437 </cell>
18438 <cell alignment="center" valignment="top" usebox="none">
18439 \begin_inset Text
18440
18441 \begin_layout Plain Layout
18442 6
18443 \end_layout
18444
18445 \end_inset
18446 </cell>
18447 </row>
18448 <row>
18449 <cell alignment="center" valignment="top" usebox="none">
18450 \begin_inset Text
18451
18452 \begin_layout Plain Layout
18453 7
18454 \end_layout
18455
18456 \end_inset
18457 </cell>
18458 <cell alignment="center" valignment="top" usebox="none">
18459 \begin_inset Text
18460
18461 \begin_layout Plain Layout
18462 8
18463 \end_layout
18464
18465 \end_inset
18466 </cell>
18467 <cell alignment="center" valignment="top" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471 9
18472 \end_layout
18473
18474 \end_inset
18475 </cell>
18476 </row>
18477 </lyxtabular>
18478
18479 \end_inset
18480
18481
18482 \end_layout
18483
18484 \end_inset
18485
18486
18487 \end_layout
18488
18489 \begin_layout Standard
18490 \begin_inset ERT
18491 status open
18492
18493 \begin_layout Plain Layout
18494
18495
18496 \backslash
18497 rowcolors[
18498 \backslash
18499 hline]{1}{lightgray}{cyan}
18500 \end_layout
18501
18502 \end_inset
18503
18504
18505 \end_layout
18506
18507 \begin_layout Standard
18508 \begin_inset Float table
18509 placement h
18510 wide false
18511 sideways false
18512 status open
18513
18514 \begin_layout Plain Layout
18515 \begin_inset Caption
18516
18517 \begin_layout Plain Layout
18518
18519 \lang english
18520 \begin_inset CommandInset label
18521 LatexCommand label
18522 name "tab:Table-rowcolors-2"
18523
18524 \end_inset
18525
18526 Table where every second row is colored cyan and at which there is a line
18527  between each row.
18528 \end_layout
18529
18530 \end_inset
18531
18532
18533 \end_layout
18534
18535 \begin_layout Plain Layout
18536 \align center
18537 \begin_inset Tabular
18538 <lyxtabular version="3" rows="4" columns="3">
18539 <features tabularvalignment="middle">
18540 <column alignment="center" valignment="top" width="0">
18541 <column alignment="center" valignment="top" width="0">
18542 <column alignment="center" valignment="top" width="0pt">
18543 <row>
18544 <cell alignment="center" valignment="top" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548 X
18549 \end_layout
18550
18551 \end_inset
18552 </cell>
18553 <cell alignment="center" valignment="top" usebox="none">
18554 \begin_inset Text
18555
18556 \begin_layout Plain Layout
18557 Y
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 <cell alignment="center" valignment="top" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566 Z
18567 \end_layout
18568
18569 \end_inset
18570 </cell>
18571 </row>
18572 <row>
18573 <cell alignment="center" valignment="top" usebox="none">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577 1
18578 \end_layout
18579
18580 \end_inset
18581 </cell>
18582 <cell alignment="center" valignment="top" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586 2
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 <cell alignment="center" valignment="top" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595 3
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 </row>
18601 <row>
18602 <cell alignment="center" valignment="top" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 4
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 <cell alignment="center" valignment="top" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615 5
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 <cell alignment="center" valignment="top" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624 6
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 </row>
18630 <row>
18631 <cell alignment="center" valignment="top" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635 7
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644 8
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 <cell alignment="center" valignment="top" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653 9
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 </row>
18659 </lyxtabular>
18660
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \end_inset
18667
18668
18669 \end_layout
18670
18671 \begin_layout Standard
18672 \begin_inset ERT
18673 status collapsed
18674
18675 \begin_layout Plain Layout
18676
18677
18678 \backslash
18679 rowcolors{1}{}{}
18680 \end_layout
18681
18682 \end_inset
18683
18684
18685 \begin_inset Note Note
18686 status collapsed
18687
18688 \begin_layout Plain Layout
18689
18690 \lang english
18691 turns off the row coloring
18692 \end_layout
18693
18694 \end_inset
18695
18696
18697 \end_layout
18698
18699 \begin_layout Standard
18700 \begin_inset ERT
18701 status collapsed
18702
18703 \begin_layout Plain Layout
18704
18705
18706 \backslash
18707 else
18708 \end_layout
18709
18710 \end_inset
18711
18712
18713 \begin_inset Note Note
18714 status open
18715
18716 \begin_layout Plain Layout
18717 Ce qui suit sera affiché si le paquetage 
18718 \series bold
18719 colortbl
18720 \series default
18721  n'est pas installé :
18722 \end_layout
18723
18724 \end_inset
18725
18726
18727 \end_layout
18728
18729 \begin_layout Standard
18730 Vous devez installer le paquetage 
18731 \series bold
18732 colortbl
18733 \series default
18734  pour voir le contenu des cette section dans la sortie imprimée.
18735 \end_layout
18736
18737 \begin_layout Standard
18738 \begin_inset ERT
18739 status collapsed
18740
18741 \begin_layout Plain Layout
18742
18743
18744 \backslash
18745 fi
18746 \end_layout
18747
18748 \end_inset
18749
18750
18751 \end_layout
18752
18753 \begin_layout Subsection
18754 Les filets colorées
18755 \begin_inset Index idx
18756 status collapsed
18757
18758 \begin_layout Plain Layout
18759 Tableau Coloré ! Pour les filets
18760 \end_layout
18761
18762 \end_inset
18763
18764
18765 \begin_inset Index idx
18766 status collapsed
18767
18768 \begin_layout Plain Layout
18769 Couleur ! Pour les filets des tableaux
18770 \end_layout
18771
18772 \end_inset
18773
18774
18775 \begin_inset Note Note
18776 status collapsed
18777
18778 \begin_layout Plain Layout
18779 on parle de filets plutôt que de lignes pour les tableaux
18780 \end_layout
18781
18782 \end_inset
18783
18784
18785 \end_layout
18786
18787 \begin_layout Standard
18788 Comme c'est décrit dans la section
18789 \begin_inset space ~
18790 \end_inset
18791
18792
18793 \begin_inset CommandInset ref
18794 LatexCommand ref
18795 reference "sub:Epaisseur-filets"
18796
18797 \end_inset
18798
18799 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18800  variable 
18801 \series bold
18802
18803 \backslash
18804 arrayrulewidth
18805 \series default
18806 .
18807  Elle est mise à 1.5
18808 \begin_inset space \thinspace{}
18809 \end_inset
18810
18811 pt pour tous les tableaux de cette section.
18812 \begin_inset ERT
18813 status collapsed
18814
18815 \begin_layout Plain Layout
18816
18817
18818 \backslash
18819 setlength{
18820 \backslash
18821 arrayrulewidth}{1.5pt}
18822 \end_layout
18823
18824 \end_inset
18825
18826
18827 \end_layout
18828
18829 \begin_layout Standard
18830 Pour colorer les filets verticaux, par exemple en vert, créez le format
18831  de colonne suivant dans le préambule du document, en suivant la description
18832  de la section
18833 \begin_inset space ~
18834 \end_inset
18835
18836
18837 \begin_inset CommandInset ref
18838 LatexCommand ref
18839 reference "sub:Formats-personnalisés"
18840
18841 \end_inset
18842
18843 :
18844 \end_layout
18845
18846 \begin_layout Standard
18847
18848 \series bold
18849
18850 \backslash
18851 newcolumntype{W}{!{
18852 \backslash
18853 color{green}
18854 \backslash
18855 vline}}
18856 \end_layout
18857
18858 \begin_layout Standard
18859 Pour le tableau
18860 \begin_inset space ~
18861 \end_inset
18862
18863
18864 \begin_inset CommandInset ref
18865 LatexCommand ref
18866 reference "tab:Tableau-filets-verticaux-colorés"
18867
18868 \end_inset
18869
18870  le paramètre LaTeX
18871 \series bold
18872  WcW
18873 \series default
18874  a été utilisé pour la dernière colonne et
18875 \series bold
18876  Wc
18877 \series default
18878  pour les autres colonnes.
18879 \end_layout
18880
18881 \begin_layout Standard
18882 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18883 \end_layout
18884
18885 \begin_layout Standard
18886 \begin_inset Float table
18887 placement h
18888 wide false
18889 sideways false
18890 status open
18891
18892 \begin_layout Plain Layout
18893 \begin_inset Caption
18894
18895 \begin_layout Plain Layout
18896 \begin_inset CommandInset label
18897 LatexCommand label
18898 name "tab:Tableau-filets-verticaux-colorés"
18899
18900 \end_inset
18901
18902 Tableau avec filets verticaux colorés
18903 \end_layout
18904
18905 \end_inset
18906
18907
18908 \end_layout
18909
18910 \begin_layout Plain Layout
18911 \align center
18912 \begin_inset Tabular
18913 <lyxtabular version="3" rows="3" columns="3">
18914 <features tabularvalignment="middle">
18915 <column alignment="center" valignment="top" width="0" special="Wc">
18916 <column alignment="center" valignment="top" width="0" special="Wc">
18917 <column alignment="center" valignment="top" width="0" special="WcW">
18918 <row>
18919 <cell alignment="center" valignment="top" topline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923 sd
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 <cell alignment="center" valignment="top" topline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 <cell alignment="center" valignment="top" topline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 </row>
18947 <row>
18948 <cell alignment="center" valignment="top" topline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 <cell alignment="center" valignment="top" topline="true" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961 sd
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 <cell alignment="center" valignment="top" topline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 </row>
18976 <row>
18977 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999 sd
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 </row>
19005 </lyxtabular>
19006
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \end_inset
19013
19014
19015 \end_layout
19016
19017 \begin_layout Standard
19018 \begin_inset VSpace bigskip
19019 \end_inset
19020
19021 Pour colorer les filets horizontaux en rouge comme pour le tableau
19022 \begin_inset space ~
19023 \end_inset
19024
19025
19026 \begin_inset CommandInset ref
19027 LatexCommand ref
19028 reference "tab:Tableau-filet-horizontaux-colorés"
19029
19030 \end_inset
19031
19032 , insérez les commandes suivantes en code TeX juste avant le tableau ou
19033  le flottant de tableau :
19034 \end_layout
19035
19036 \begin_layout Standard
19037
19038 \series bold
19039
19040 \backslash
19041 let
19042 \backslash
19043 myHlineC
19044 \backslash
19045 hline
19046 \begin_inset Newline newline
19047 \end_inset
19048
19049
19050 \backslash
19051 renewcommand{
19052 \backslash
19053 hline}
19054 \begin_inset Newline newline
19055 \end_inset
19056
19057
19058 \begin_inset Phantom HPhantom
19059 status open
19060
19061 \begin_layout Plain Layout
19062
19063 \series bold
19064 \begin_inset space ~
19065 \end_inset
19066
19067
19068 \end_layout
19069
19070 \end_inset
19071
19072 {
19073 \backslash
19074 arrayrulecolor{red}
19075 \backslash
19076 myHlineC
19077 \backslash
19078 arrayrulecolor{black}}
19079 \end_layout
19080
19081 \begin_layout Standard
19082 \begin_inset ERT
19083 status collapsed
19084
19085 \begin_layout Plain Layout
19086
19087
19088 \backslash
19089 let
19090 \backslash
19091 myHlineC
19092 \backslash
19093 hline
19094 \end_layout
19095
19096 \begin_layout Plain Layout
19097
19098
19099 \backslash
19100 renewcommand{
19101 \backslash
19102 hline}
19103 \end_layout
19104
19105 \begin_layout Plain Layout
19106
19107  {
19108 \backslash
19109 arrayrulecolor{red}
19110 \backslash
19111 myHlineC
19112 \backslash
19113 arrayrulecolor{black}}
19114 \end_layout
19115
19116 \end_inset
19117
19118
19119 \begin_inset Float table
19120 placement h
19121 wide false
19122 sideways false
19123 status open
19124
19125 \begin_layout Plain Layout
19126 \begin_inset Caption
19127
19128 \begin_layout Plain Layout
19129 \begin_inset CommandInset label
19130 LatexCommand label
19131 name "tab:Tableau-filet-horizontaux-colorés"
19132
19133 \end_inset
19134
19135 Tableau avec filets horizontaux colorés
19136 \end_layout
19137
19138 \end_inset
19139
19140
19141 \end_layout
19142
19143 \begin_layout Plain Layout
19144 \align center
19145 \begin_inset Tabular
19146 <lyxtabular version="3" rows="3" columns="3">
19147 <features tabularvalignment="middle">
19148 <column alignment="center" valignment="top" width="0">
19149 <column alignment="center" valignment="top" width="0">
19150 <column alignment="center" valignment="top" width="0">
19151 <row>
19152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156 sd
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 </row>
19180 <row>
19181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194 sd
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 </row>
19209 <row>
19210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214
19215 \end_layout
19216
19217 \end_inset
19218 </cell>
19219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19220 \begin_inset Text
19221
19222 \begin_layout Plain Layout
19223
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232 sd
19233 \end_layout
19234
19235 \end_inset
19236 </cell>
19237 </row>
19238 </lyxtabular>
19239
19240 \end_inset
19241
19242
19243 \end_layout
19244
19245 \end_inset
19246
19247
19248 \end_layout
19249
19250 \begin_layout Standard
19251 Pour revenir à la couleur noire implicite, insérez la commande suivante
19252  en code TeX, juste après le tableau ou le flottant de tableau :
19253 \end_layout
19254
19255 \begin_layout Standard
19256
19257 \series bold
19258
19259 \backslash
19260 renewcommand{
19261 \backslash
19262 hline}{
19263 \backslash
19264 myHlineC}
19265 \end_layout
19266
19267 \begin_layout Standard
19268 Le tableau
19269 \begin_inset space ~
19270 \end_inset
19271
19272
19273 \begin_inset CommandInset ref
19274 LatexCommand ref
19275 reference "tab:Tableau-avec-filets-colorés"
19276
19277 \end_inset
19278
19279  est un exemple avec des filets horizontaux et verticaux colorés.
19280 \end_layout
19281
19282 \begin_layout Standard
19283 \begin_inset Float table
19284 placement h
19285 wide false
19286 sideways false
19287 status open
19288
19289 \begin_layout Plain Layout
19290 \begin_inset Caption
19291
19292 \begin_layout Plain Layout
19293 \begin_inset CommandInset label
19294 LatexCommand label
19295 name "tab:Tableau-avec-filets-colorés"
19296
19297 \end_inset
19298
19299 Tableau avec filets horizontaux et verticaux colorés
19300 \end_layout
19301
19302 \end_inset
19303
19304
19305 \end_layout
19306
19307 \begin_layout Plain Layout
19308 \align center
19309 \begin_inset Tabular
19310 <lyxtabular version="3" rows="3" columns="3">
19311 <features tabularvalignment="middle">
19312 <column alignment="center" valignment="top" width="0" special="Wc">
19313 <column alignment="center" valignment="top" width="0" special="Wc">
19314 <column alignment="center" valignment="top" width="0" special="WcW">
19315 <row>
19316 <cell alignment="center" valignment="top" topline="true" usebox="none">
19317 \begin_inset Text
19318
19319 \begin_layout Plain Layout
19320 sd
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 <cell alignment="center" valignment="top" topline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 <cell alignment="center" valignment="top" topline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 </row>
19344 <row>
19345 <cell alignment="center" valignment="top" topline="true" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 <cell alignment="center" valignment="top" topline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358 sd
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 <cell alignment="center" valignment="top" topline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367
19368 \end_layout
19369
19370 \end_inset
19371 </cell>
19372 </row>
19373 <row topspace="default">
19374 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19375 \begin_inset Text
19376
19377 \begin_layout Plain Layout
19378
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19393 \begin_inset Text
19394
19395 \begin_layout Plain Layout
19396 sd
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 </row>
19402 </lyxtabular>
19403
19404 \end_inset
19405
19406
19407 \end_layout
19408
19409 \end_inset
19410
19411
19412 \end_layout
19413
19414 \begin_layout Standard
19415 \begin_inset ERT
19416 status collapsed
19417
19418 \begin_layout Plain Layout
19419
19420
19421 \backslash
19422 renewcommand{
19423 \backslash
19424 hline}{
19425 \backslash
19426 myHlineC}
19427 \end_layout
19428
19429 \end_inset
19430
19431
19432 \end_layout
19433
19434 \begin_layout Standard
19435 \begin_inset ERT
19436 status collapsed
19437
19438 \begin_layout Plain Layout
19439
19440
19441 \backslash
19442 setlength{
19443 \backslash
19444 arrayrulewidth}{0.4pt}
19445 \end_layout
19446
19447 \end_inset
19448
19449
19450 \end_layout
19451
19452 \begin_layout Section
19453
19454 \lang english
19455 Rotated Table Cells
19456 \lang french
19457
19458 \begin_inset CommandInset label
19459 LatexCommand label
19460 name "sec:Rotated-Table-Cells"
19461
19462 \end_inset
19463
19464
19465 \begin_inset Index idx
19466 status open
19467
19468 \begin_layout Plain Layout
19469 Tableau ! 
19470 \lang english
19471 Rotated Cells
19472 \end_layout
19473
19474 \end_inset
19475
19476
19477 \begin_inset Index idx
19478 status collapsed
19479
19480 \begin_layout Plain Layout
19481 Pivoter des objets
19482 \end_layout
19483
19484 \end_inset
19485
19486
19487 \end_layout
19488
19489 \begin_layout Standard
19490
19491 \lang english
19492 \begin_inset Note Greyedout
19493 status open
19494
19495 \begin_layout Plain Layout
19496
19497 \series bold
19498 \lang english
19499 Note:
19500 \series default
19501  Not all DVI-viewers are able to display rotations.
19502 \end_layout
19503
19504 \end_inset
19505
19506
19507 \end_layout
19508
19509 \begin_layout Standard
19510
19511 \lang english
19512 Currently LyX only offers to rotate table cells by 90
19513 \begin_inset space \thinspace{}
19514 \end_inset
19515
19516 ° counter-clockwise.
19517  To rotate cells by an angle of your choice, you have to add this to the
19518  document preamble:
19519 \end_layout
19520
19521 \begin_layout Standard
19522
19523 \series bold
19524
19525 \backslash
19526 @ifundefined{turnbox}{
19527 \backslash
19528 usepackage{rotating}}{}
19529 \end_layout
19530
19531 \begin_layout Standard
19532
19533 \lang english
19534 In the table cell that should be rotated, add at the beginning this command
19535  as TeX-code:
19536 \end_layout
19537
19538 \begin_layout Standard
19539
19540 \series bold
19541
19542 \backslash
19543 begin{turn}{angle}
19544 \end_layout
19545
19546 \begin_layout Standard
19547
19548 \lang english
19549 where angle is the rotation angle in °.
19550  At the end of the cell the command
19551 \end_layout
19552
19553 \begin_layout Standard
19554
19555 \series bold
19556
19557 \backslash
19558 end{turn}
19559 \end_layout
19560
19561 \begin_layout Standard
19562
19563 \lang english
19564 is inserted as TeX-code.
19565 \end_layout
19566
19567 \begin_layout Standard
19568
19569 \lang english
19570 Table
19571 \begin_inset space ~
19572 \end_inset
19573
19574
19575 \begin_inset CommandInset ref
19576 LatexCommand ref
19577 reference "tab:Table-with-rotated-multi"
19578
19579 \end_inset
19580
19581  is an example where 3
19582 \begin_inset space ~
19583 \end_inset
19584
19585 cells were rotated by 45
19586 \begin_inset space \thinspace{}
19587 \end_inset
19588
19589 °.
19590 \end_layout
19591
19592 \begin_layout Standard
19593
19594 \lang english
19595 \begin_inset Float table
19596 placement h
19597 wide false
19598 sideways false
19599 status open
19600
19601 \begin_layout Plain Layout
19602
19603 \lang english
19604 \begin_inset Caption
19605
19606 \begin_layout Plain Layout
19607
19608 \lang english
19609 \begin_inset CommandInset label
19610 LatexCommand label
19611 name "tab:Table-with-rotated"
19612
19613 \end_inset
19614
19615 Table with rotated cells in the first row.
19616 \end_layout
19617
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \begin_layout Plain Layout
19624 \noindent
19625 \align center
19626
19627 \lang english
19628 \begin_inset Tabular
19629 <lyxtabular version="3" rows="2" columns="3">
19630 <features tabularvalignment="middle">
19631 <column alignment="center" valignment="top" width="0">
19632 <column alignment="center" valignment="top" width="0pt">
19633 <column alignment="center" valignment="top" width="0">
19634 <row>
19635 <cell alignment="center" valignment="top" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639
19640 \lang english
19641 \begin_inset ERT
19642 status collapsed
19643
19644 \begin_layout Plain Layout
19645
19646
19647 \backslash
19648 begin{turn}{45}
19649 \end_layout
19650
19651 \end_inset
19652
19653 cups
19654 \begin_inset ERT
19655 status collapsed
19656
19657 \begin_layout Plain Layout
19658
19659
19660 \backslash
19661 end{turn}
19662 \end_layout
19663
19664 \end_inset
19665
19666
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675
19676 \lang english
19677 \begin_inset ERT
19678 status collapsed
19679
19680 \begin_layout Plain Layout
19681
19682
19683 \backslash
19684 begin{turn}{45}
19685 \end_layout
19686
19687 \end_inset
19688
19689 plates
19690 \begin_inset ERT
19691 status collapsed
19692
19693 \begin_layout Plain Layout
19694
19695
19696 \backslash
19697 end{turn}
19698 \end_layout
19699
19700 \end_inset
19701
19702
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 <cell alignment="center" valignment="top" usebox="none">
19708 \begin_inset Text
19709
19710 \begin_layout Plain Layout
19711
19712 \lang english
19713 \begin_inset ERT
19714 status collapsed
19715
19716 \begin_layout Plain Layout
19717
19718
19719 \backslash
19720 begin{turn}{45}
19721 \end_layout
19722
19723 \end_inset
19724
19725 saucers
19726 \begin_inset ERT
19727 status collapsed
19728
19729 \begin_layout Plain Layout
19730
19731
19732 \backslash
19733 end{turn}
19734 \end_layout
19735
19736 \end_inset
19737
19738
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 </row>
19744 <row>
19745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749
19750 \lang english
19751 45
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760
19761 \lang english
19762 33
19763 \end_layout
19764
19765 \end_inset
19766 </cell>
19767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771
19772 \lang english
19773 21
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 </row>
19779 </lyxtabular>
19780
19781 \end_inset
19782
19783
19784 \end_layout
19785
19786 \end_inset
19787
19788
19789 \end_layout
19790
19791 \begin_layout Standard
19792
19793 \lang english
19794 \begin_inset Note Greyedout
19795 status open
19796
19797 \begin_layout Plain Layout
19798
19799 \series bold
19800 \lang english
19801 Note:
19802 \series default
19803  Line breaks (shortcut 
19804 \begin_inset Info
19805 type  "shortcut"
19806 arg   "newline-insert newline"
19807 \end_inset
19808
19809 ) are not allowed in rotated cells.
19810 \end_layout
19811
19812 \end_inset
19813
19814
19815 \end_layout
19816
19817 \begin_layout Standard
19818
19819 \lang english
19820 If you want to rotate table cells containing line breaks, you have to put
19821  the cell content into a minipage or a parbox.
19822 \begin_inset Foot
19823 status collapsed
19824
19825 \begin_layout Plain Layout
19826
19827 \lang english
19828 For more about these boxes
19829 \lang french
19830  voir la section
19831 \begin_inset space ~
19832 \end_inset
19833
19834
19835 \begin_inset CommandInset ref
19836 LatexCommand ref
19837 reference "sec:Minipages"
19838
19839 \end_inset
19840
19841  et 
19842 \begin_inset CommandInset ref
19843 LatexCommand ref
19844 reference "sec:Parboxes"
19845
19846 \end_inset
19847
19848 .
19849 \end_layout
19850
19851 \end_inset
19852
19853  If you rotate this cell by 90
19854 \begin_inset space \thinspace{}
19855 \end_inset
19856
19857 ° the width of the box is the height of the cell.
19858  Table
19859 \begin_inset space ~
19860 \end_inset
19861
19862
19863 \begin_inset CommandInset ref
19864 LatexCommand ref
19865 reference "tab:Table-with-rotated-multi"
19866
19867 \end_inset
19868
19869  is an example for a rotated multiline cell where the box width was set
19870  to 3
19871 \begin_inset space \thinspace{}
19872 \end_inset
19873
19874 cm.
19875 \end_layout
19876
19877 \begin_layout Standard
19878
19879 \lang english
19880 \begin_inset Float table
19881 placement h
19882 wide false
19883 sideways false
19884 status open
19885
19886 \begin_layout Plain Layout
19887
19888 \lang english
19889 \begin_inset Caption
19890
19891 \begin_layout Plain Layout
19892
19893 \lang english
19894 \begin_inset CommandInset label
19895 LatexCommand label
19896 name "tab:Table-with-rotated-multi"
19897
19898 \end_inset
19899
19900 Table with rotated multiline cell.
19901 \end_layout
19902
19903 \end_inset
19904
19905
19906 \end_layout
19907
19908 \begin_layout Plain Layout
19909 \noindent
19910 \align center
19911
19912 \lang english
19913 \begin_inset Tabular
19914 <lyxtabular version="3" rows="2" columns="3">
19915 <features tabularvalignment="middle">
19916 <column alignment="center" valignment="top" width="0">
19917 <column alignment="center" valignment="top" width="0pt">
19918 <column alignment="center" valignment="top" width="0">
19919 <row>
19920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924
19925 \lang english
19926 a
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
19932 \begin_inset Text
19933
19934 \begin_layout Plain Layout
19935
19936 \lang english
19937 \begin_inset Box Frameless
19938 position "t"
19939 hor_pos "c"
19940 has_inner_box 1
19941 inner_pos "t"
19942 use_parbox 0
19943 use_makebox 0
19944 width "3cm"
19945 special "none"
19946 height "1in"
19947 height_special "totalheight"
19948 status open
19949
19950 \begin_layout Plain Layout
19951
19952 \lang english
19953 rotated cell
19954 \begin_inset Newline newline
19955 \end_inset
19956
19957 with line break
19958 \end_layout
19959
19960 \end_inset
19961
19962
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19968 \begin_inset Text
19969
19970 \begin_layout Plain Layout
19971
19972 \lang english
19973 e
19974 \end_layout
19975
19976 \end_inset
19977 </cell>
19978 </row>
19979 <row>
19980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984
19985 \lang english
19986 b
19987 \end_layout
19988
19989 \end_inset
19990 </cell>
19991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995
19996 \lang english
19997 c
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006
20007 \lang english
20008 d
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 </row>
20014 </lyxtabular>
20015
20016 \end_inset
20017
20018
20019 \end_layout
20020
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \begin_layout Section
20027
20028 \lang english
20029 Table Width Calculation
20030 \begin_inset CommandInset label
20031 LatexCommand label
20032 name "sec:Table-Width-Calculation"
20033
20034 \end_inset
20035
20036
20037 \end_layout
20038
20039 \begin_layout Standard
20040
20041 \lang english
20042 For wide tables it is sometimes difficult to assure that the table does
20043  not protrude over the page margin.
20044  Setting a fixed width for every column of the table is the solution, but
20045  what amount of space is needed for each column?
20046 \end_layout
20047
20048 \begin_layout Standard
20049
20050 \lang english
20051 The table width 
20052 \begin_inset Formula $W_{\mathrm{table}}$
20053 \end_inset
20054
20055  can be calculated: Every column has the width of the specified column width
20056  
20057 \begin_inset Formula $W_{\mathrm{column}}$
20058 \end_inset
20059
20060  (that the content of the column can consume) plus two times the separation
20061  between the column content and the column border (LaTeX length
20062 \series bold
20063  
20064 \backslash
20065 tabcolsep
20066 \series default
20067 , default 6
20068 \begin_inset space \thinspace{}
20069 \end_inset
20070
20071 pt) plus the width of a border line (LaTeX length 
20072 \series bold
20073
20074 \backslash
20075 arrayrulewidth
20076 \series default
20077 , default 0.4
20078 \begin_inset space \thinspace{}
20079 \end_inset
20080
20081 pt): So if all 
20082 \begin_inset Formula $n$
20083 \end_inset
20084
20085
20086 \begin_inset space ~
20087 \end_inset
20088
20089 columns have the same width, the table width is
20090 \lang french
20091
20092 \begin_inset Formula 
20093 \begin{equation}
20094 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20095 \end{equation}
20096
20097 \end_inset
20098
20099
20100 \end_layout
20101
20102 \begin_layout Standard
20103
20104 \lang english
20105 The available width for a table is the space between the page margins or
20106  the width of a text column (for a two-column document) (LaTeX length 
20107 \series bold
20108
20109 \backslash
20110 columnwidth
20111 \series default
20112 ).
20113  If all table columns should have the same width and 
20114 \begin_inset Formula $W_{\mathrm{table}}$
20115 \end_inset
20116
20117  should be 1
20118 \begin_inset space \thinspace{}
20119 \end_inset
20120
20121
20122 \backslash
20123 columnwidth, 
20124 \begin_inset Formula $W_{\mathrm{column}}$
20125 \end_inset
20126
20127  can easily be calculated.
20128 \end_layout
20129
20130 \begin_layout Standard
20131
20132 \lang english
20133 To be able to perform calculations you need to load the LaTeX-package 
20134 \series bold
20135 calc
20136 \series default
20137 \lang french
20138
20139 \begin_inset Index idx
20140 status collapsed
20141
20142 \begin_layout Plain Layout
20143 Paquetages LaTeX ! calc
20144 \end_layout
20145
20146 \end_inset
20147
20148
20149 \lang english
20150  in the document preamble.
20151  To set the width in the table dialog you have to use the field 
20152 \family sans
20153 LaTeX argument
20154 \family default
20155 .
20156  The command scheme for this field is the same that is explained in section
20157 \begin_inset space ~
20158 \end_inset
20159
20160
20161 \lang french
20162
20163 \begin_inset CommandInset ref
20164 LatexCommand ref
20165 reference "sub:Calculs-multicolonnes"
20166
20167 \end_inset
20168
20169
20170 \lang english
20171 .
20172  For a table with 5
20173 \begin_inset space \thinspace{}
20174 \end_inset
20175
20176 columns with an uniform width and centered text, enter there for each column
20177  the command
20178 \end_layout
20179
20180 \begin_layout Standard
20181
20182 \series bold
20183 >{
20184 \backslash
20185 centering}p{(1
20186 \backslash
20187 columnwidth-62.4pt)/5}
20188 \end_layout
20189
20190 \begin_layout Standard
20191
20192 \lang english
20193 For a table with 5
20194 \begin_inset space \thinspace{}
20195 \end_inset
20196
20197 columns where 2 should have 0.75
20198 \begin_inset space ~
20199 \end_inset
20200
20201 times the width than the 3 others, the calculation is
20202 \end_layout
20203
20204 \begin_layout Standard
20205 \begin_inset Formula 
20206 \begin{align}
20207 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20208  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20209  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
20210 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20211 \end{align}
20212
20213 \end_inset
20214
20215
20216 \end_layout
20217
20218 \begin_layout Standard
20219
20220 \lang english
20221 In the table therefore the command
20222 \end_layout
20223
20224 \begin_layout Standard
20225
20226 \series bold
20227 >{
20228 \backslash
20229 centering}p{(1
20230 \backslash
20231 columnwidth-62.4pt)/
20232 \backslash
20233 real{4.5}}
20234 \end_layout
20235
20236 \begin_layout Standard
20237
20238 \lang english
20239 is used for the wider columns and
20240 \end_layout
20241
20242 \begin_layout Standard
20243
20244 \series bold
20245 >{
20246 \backslash
20247 centering}p{(1
20248 \backslash
20249 columnwidth-62.4pt)/
20250 \backslash
20251 real{4.5}*
20252 \backslash
20253 real{0.75}}
20254 \end_layout
20255
20256 \begin_layout Standard
20257
20258 \lang english
20259 for the smaller ones:
20260 \end_layout
20261
20262 \begin_layout Standard
20263 \begin_inset Tabular
20264 <lyxtabular version="3" rows="2" columns="5">
20265 <features tabularvalignment="middle">
20266 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20267 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20268 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20269 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20270 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20271 <row>
20272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Plain Layout
20276 1
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285 2
20286 \end_layout
20287
20288 \end_inset
20289 </cell>
20290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294 3
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303 4
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312 5
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 </row>
20318 <row>
20319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323 111111 1111111 111111 111111111 11111 11111 1111
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20329 \begin_inset Text
20330
20331 \begin_layout Plain Layout
20332
20333 \end_layout
20334
20335 \end_inset
20336 </cell>
20337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341 2222 22222 222222 222222222 2222222 22 22222
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20347 \begin_inset Text
20348
20349 \begin_layout Plain Layout
20350
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359 333333 333333 333333 33333 3333333 333
20360 \end_layout
20361
20362 \end_inset
20363 </cell>
20364 </row>
20365 </lyxtabular>
20366
20367 \end_inset
20368
20369
20370 \end_layout
20371
20372 \begin_layout Section
20373 Personnalisation des tableaux
20374 \begin_inset Index idx
20375 status collapsed
20376
20377 \begin_layout Plain Layout
20378 Tableau ! Personnalisation
20379 \end_layout
20380
20381 \end_inset
20382
20383
20384 \begin_inset Index idx
20385 status collapsed
20386
20387 \begin_layout Plain Layout
20388 Personnalisation des tableaux
20389 \end_layout
20390
20391 \end_inset
20392
20393
20394 \end_layout
20395
20396 \begin_layout Subsection
20397 Espacement des lignes
20398 \begin_inset CommandInset label
20399 LatexCommand label
20400 name "sub:Espacement-lignes"
20401
20402 \end_inset
20403
20404
20405 \begin_inset Index idx
20406 status collapsed
20407
20408 \begin_layout Plain Layout
20409 Personnalisation des tableaux ! Espacement des lignes
20410 \end_layout
20411
20412 \end_inset
20413
20414
20415 \end_layout
20416
20417 \begin_layout Standard
20418 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
20419  l'onglet 
20420 \family sans
20421 Bordures
20422 \family default
20423  de la fenêtre de dialogue 
20424 \family sans
20425 Paramètres
20426 \begin_inset space ~
20427 \end_inset
20428
20429 du
20430 \begin_inset space ~
20431 \end_inset
20432
20433 tableau
20434 \family default
20435 .
20436  Vous y trouverez trois possibilités :
20437 \end_layout
20438
20439 \begin_layout Description
20440 Haut
20441 \begin_inset space ~
20442 \end_inset
20443
20444 de
20445 \begin_inset space ~
20446 \end_inset
20447
20448 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
20449  Si le tableau est un tableau formel
20450 \begin_inset Foot
20451 status collapsed
20452
20453 \begin_layout Plain Layout
20454 Les tableaux formels sont décrits dans la section
20455 \begin_inset space ~
20456 \end_inset
20457
20458
20459 \begin_inset CommandInset ref
20460 LatexCommand ref
20461 reference "sec:Tableaux-Formels"
20462
20463 \end_inset
20464
20465 .
20466 \end_layout
20467
20468 \end_inset
20469
20470  LyX va insérer implicitement un espace de 0.5
20471 \begin_inset space \thinspace{}
20472 \end_inset
20473
20474 em.
20475  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20476  les filets verticaux comme dans le tableau suivant :
20477 \begin_inset VSpace medskip
20478 \end_inset
20479
20480
20481 \begin_inset Newline newline
20482 \end_inset
20483
20484
20485 \begin_inset space \hspace*{}
20486 \length 0pt
20487 \end_inset
20488
20489
20490 \begin_inset space \hfill{}
20491 \end_inset
20492
20493
20494 \begin_inset Tabular
20495 <lyxtabular version="3" rows="3" columns="1">
20496 <features tabularvalignment="middle">
20497 <column alignment="center" valignment="top" width="0">
20498 <row>
20499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503 A
20504 \end_layout
20505
20506 \end_inset
20507 </cell>
20508 </row>
20509 <row topspace="3mm">
20510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514 espace de 3
20515 \begin_inset space \thinspace{}
20516 \end_inset
20517
20518 mm en haut de la ligne
20519 \end_layout
20520
20521 \end_inset
20522 </cell>
20523 </row>
20524 <row>
20525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529 C
20530 \end_layout
20531
20532 \end_inset
20533 </cell>
20534 </row>
20535 </lyxtabular>
20536
20537 \end_inset
20538
20539
20540 \begin_inset space \hfill{}
20541 \end_inset
20542
20543
20544 \begin_inset space \hspace*{}
20545 \length 0pt
20546 \end_inset
20547
20548
20549 \begin_inset VSpace medskip
20550 \end_inset
20551
20552
20553 \begin_inset Newline newline
20554 \end_inset
20555
20556 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
20557  pas de filets verticaux.
20558 \end_layout
20559
20560 \begin_layout Description
20561 Bas
20562 \begin_inset space ~
20563 \end_inset
20564
20565 de
20566 \begin_inset space ~
20567 \end_inset
20568
20569 ligne va ajouter de l'espace sous les caractères de la ligne.
20570  Si le tableau est un tableau formel LyX va insérer implicitement un espace
20571  de 0.5
20572 \begin_inset space \thinspace{}
20573 \end_inset
20574
20575 em, pour les tableaux normaux, l'espace implicite est de 2
20576 \begin_inset space \thinspace{}
20577 \end_inset
20578
20579 pt.
20580 \end_layout
20581
20582 \begin_layout Description
20583 Entre
20584 \begin_inset space ~
20585 \end_inset
20586
20587 les
20588 \begin_inset space ~
20589 \end_inset
20590
20591 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
20592  Si le tableau est un tableau formel LyX va insérer implicitement un espace
20593  de 0.5
20594 \begin_inset space \thinspace{}
20595 \end_inset
20596
20597 em.
20598  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20599  les filets verticaux comme dans le tableau suivant :
20600 \begin_inset VSpace medskip
20601 \end_inset
20602
20603
20604 \begin_inset Newline newline
20605 \end_inset
20606
20607
20608 \begin_inset space \hspace*{}
20609 \length 0pt
20610 \end_inset
20611
20612
20613 \begin_inset space \hfill{}
20614 \end_inset
20615
20616
20617 \begin_inset Tabular
20618 <lyxtabular version="3" rows="3" columns="1">
20619 <features tabularvalignment="middle">
20620 <column alignment="center" valignment="top" width="0">
20621 <row>
20622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626 A
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 </row>
20632 <row interlinespace="3mm">
20633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637 \begin_inset Formula $\downarrow$
20638 \end_inset
20639
20640  espace de 3
20641 \begin_inset space \thinspace{}
20642 \end_inset
20643
20644 mm entre les lignes 
20645 \begin_inset Formula $\downarrow$
20646 \end_inset
20647
20648
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 </row>
20654 <row>
20655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659 \begin_inset Formula $\uparrow$
20660 \end_inset
20661
20662  espace de 3
20663 \begin_inset space \thinspace{}
20664 \end_inset
20665
20666 mm entre les lignes 
20667 \begin_inset Formula $\uparrow$
20668 \end_inset
20669
20670
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 </row>
20676 </lyxtabular>
20677
20678 \end_inset
20679
20680
20681 \begin_inset space \hfill{}
20682 \end_inset
20683
20684
20685 \begin_inset space \hspace*{}
20686 \length 0pt
20687 \end_inset
20688
20689
20690 \begin_inset VSpace medskip
20691 \end_inset
20692
20693
20694 \begin_inset Newline newline
20695 \end_inset
20696
20697 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
20698  pas de filets verticaux.
20699 \end_layout
20700
20701 \begin_layout Standard
20702 \begin_inset VSpace bigskip
20703 \end_inset
20704
20705 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
20706  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
20707  dans le préambule :
20708 \end_layout
20709
20710 \begin_layout Standard
20711
20712 \series bold
20713
20714 \backslash
20715 @ifundefined{extrarowheight}
20716 \begin_inset Newline newline
20717 \end_inset
20718
20719
20720 \begin_inset Phantom HPhantom
20721 status open
20722
20723 \begin_layout Plain Layout
20724
20725 \series bold
20726 \begin_inset space ~
20727 \end_inset
20728
20729
20730 \end_layout
20731
20732 \end_inset
20733
20734 {
20735 \backslash
20736 usepackage{array}}{}
20737 \begin_inset Newline newline
20738 \end_inset
20739
20740
20741 \backslash
20742 setlength{
20743 \backslash
20744 extrarowheight}{height}
20745 \end_layout
20746
20747 \begin_layout Standard
20748 Mais ceci présente le défaut que le texte des cellules de tableau n'est
20749  plus exactement centré verticalement.
20750  (le paquetage 
20751 \series bold
20752 array 
20753 \series default
20754 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
20755  auto-définis.
20756  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
20757  
20758 \series bold
20759
20760 \backslash
20761 @ifundefined
20762 \series default
20763  dans la commande précédente.)
20764 \end_layout
20765
20766 \begin_layout Standard
20767 Si vous utilisez des polices de taille plus grande que la taille normale,
20768  les bordures des tableaux sont souvent trop proches du texte.
20769  On peut corriger ce problème en insérant la commande 
20770 \series bold
20771
20772 \begin_inset space \space{}
20773 \end_inset
20774
20775
20776 \backslash
20777 strut
20778 \series default
20779  en code TeX au debut d'une ligne du tableau.
20780  Le tableau
20781 \begin_inset space ~
20782 \end_inset
20783
20784
20785 \begin_inset CommandInset ref
20786 LatexCommand ref
20787 reference "tab:Alignement-vertical"
20788
20789 \end_inset
20790
20791  montre l'effet de cette commande.
20792 \end_layout
20793
20794 \begin_layout Standard
20795 \noindent
20796 \begin_inset Float table
20797 placement h
20798 wide false
20799 sideways false
20800 status open
20801
20802 \begin_layout Plain Layout
20803 \begin_inset Caption
20804
20805 \begin_layout Plain Layout
20806 \begin_inset CommandInset label
20807 LatexCommand label
20808 name "tab:Alignement-vertical"
20809
20810 \end_inset
20811
20812 Alignement vertical d'un texte avec une police de grande taille.
20813 \end_layout
20814
20815 \end_inset
20816
20817
20818 \end_layout
20819
20820 \begin_layout Plain Layout
20821 \begin_inset space \hfill{}
20822 \end_inset
20823
20824
20825 \begin_inset Float table
20826 wide false
20827 sideways false
20828 status collapsed
20829
20830 \begin_layout Plain Layout
20831 \begin_inset Caption
20832
20833 \begin_layout Plain Layout
20834 Tableau normal.
20835 \end_layout
20836
20837 \end_inset
20838
20839
20840 \end_layout
20841
20842 \begin_layout Plain Layout
20843 \noindent
20844 \align center
20845 \begin_inset Tabular
20846 <lyxtabular version="3" rows="6" columns="1">
20847 <features tabularvalignment="middle">
20848 <column alignment="left" valignment="top" width="0">
20849 <row>
20850 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20851 \begin_inset Text
20852
20853 \begin_layout Plain Layout
20854 Normal, g
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 </row>
20860 <row>
20861 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865
20866 \size large
20867 Large
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 </row>
20873 <row>
20874 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878
20879 \size larger
20880 Larger
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 <row>
20887 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891
20892 \size largest
20893 Largest
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 </row>
20899 <row>
20900 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904
20905 \size huge
20906 Huge
20907 \end_layout
20908
20909 \end_inset
20910 </cell>
20911 </row>
20912 <row>
20913 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20914 \begin_inset Text
20915
20916 \begin_layout Plain Layout
20917
20918 \size huge
20919 Huger
20920 \end_layout
20921
20922 \end_inset
20923 </cell>
20924 </row>
20925 </lyxtabular>
20926
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \end_inset
20933
20934
20935 \begin_inset space \hfill{}
20936 \end_inset
20937
20938
20939 \begin_inset Float table
20940 wide false
20941 sideways false
20942 status collapsed
20943
20944 \begin_layout Plain Layout
20945 \begin_inset Caption
20946
20947 \begin_layout Plain Layout
20948 Tableau utilisant la commande 
20949 \series bold
20950
20951 \backslash
20952 strut
20953 \series default
20954 .
20955 \end_layout
20956
20957 \end_inset
20958
20959
20960 \end_layout
20961
20962 \begin_layout Plain Layout
20963 \noindent
20964 \align center
20965 \begin_inset Tabular
20966 <lyxtabular version="3" rows="6" columns="1">
20967 <features tabularvalignment="middle">
20968 <column alignment="left" valignment="top" width="0">
20969 <row>
20970 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20971 \begin_inset Text
20972
20973 \begin_layout Plain Layout
20974 Normal, g
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 </row>
20980 <row>
20981 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20982 \begin_inset Text
20983
20984 \begin_layout Plain Layout
20985
20986 \size large
20987 \begin_inset ERT
20988 status collapsed
20989
20990 \begin_layout Plain Layout
20991
20992
20993 \backslash
20994 strut 
20995 \end_layout
20996
20997 \end_inset
20998
20999 Large
21000 \end_layout
21001
21002 \end_inset
21003 </cell>
21004 </row>
21005 <row>
21006 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Plain Layout
21010
21011 \size larger
21012 \begin_inset ERT
21013 status collapsed
21014
21015 \begin_layout Plain Layout
21016
21017
21018 \backslash
21019 strut 
21020 \end_layout
21021
21022 \end_inset
21023
21024 Larger
21025 \end_layout
21026
21027 \end_inset
21028 </cell>
21029 </row>
21030 <row>
21031 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035
21036 \size largest
21037 \begin_inset ERT
21038 status collapsed
21039
21040 \begin_layout Plain Layout
21041
21042
21043 \backslash
21044 strut 
21045 \end_layout
21046
21047 \end_inset
21048
21049 Largest
21050 \end_layout
21051
21052 \end_inset
21053 </cell>
21054 </row>
21055 <row>
21056 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21057 \begin_inset Text
21058
21059 \begin_layout Plain Layout
21060
21061 \size huge
21062 \begin_inset ERT
21063 status collapsed
21064
21065 \begin_layout Plain Layout
21066
21067
21068 \backslash
21069 strut 
21070 \end_layout
21071
21072 \end_inset
21073
21074 Huge
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 </row>
21080 <row>
21081 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085
21086 \size giant
21087 \begin_inset ERT
21088 status collapsed
21089
21090 \begin_layout Plain Layout
21091
21092
21093 \backslash
21094 strut 
21095 \end_layout
21096
21097 \end_inset
21098
21099
21100 \size huge
21101 Huger
21102 \end_layout
21103
21104 \end_inset
21105 </cell>
21106 </row>
21107 </lyxtabular>
21108
21109 \end_inset
21110
21111
21112 \end_layout
21113
21114 \end_inset
21115
21116
21117 \begin_inset space \hfill{}
21118 \end_inset
21119
21120
21121 \end_layout
21122
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \begin_layout Standard
21129 \begin_inset Newpage newpage
21130 \end_inset
21131
21132
21133 \end_layout
21134
21135 \begin_layout Subsection
21136 Alignements de cellules spéciaux
21137 \begin_inset CommandInset label
21138 LatexCommand label
21139 name "sub:Alignements-de-cellules"
21140
21141 \end_inset
21142
21143
21144 \begin_inset Index idx
21145 status collapsed
21146
21147 \begin_layout Plain Layout
21148 Personnalisation des tableaux ! Alignement de cellules spéciaux
21149 \end_layout
21150
21151 \end_inset
21152
21153
21154 \end_layout
21155
21156 \begin_layout Standard
21157 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
21158  cellules sur un caractère donné, par exemple le séparateur décimal comme
21159  dans le tableau
21160 \begin_inset space ~
21161 \end_inset
21162
21163
21164 \begin_inset CommandInset ref
21165 LatexCommand ref
21166 reference "tab:Tableau-centré-sur-séparateur-1"
21167
21168 \end_inset
21169
21170 .
21171  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
21172  soit en appuyant sur le bouton 
21173 \begin_inset Info
21174 type  "icon"
21175 arg   "inset-modify tabular align-decimal"
21176 \end_inset
21177
21178  de la barre d'outils ou en modifiant le paramètre 
21179 \family sans
21180 Alignement horizontal
21181 \family default
21182  à 
21183 \family sans
21184 Au séparateur décimal
21185 \family default
21186 .
21187  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
21188  dans les paramètres du tableau.
21189 \end_layout
21190
21191 \begin_layout Standard
21192 \begin_inset Float table
21193 placement h
21194 wide false
21195 sideways false
21196 status open
21197
21198 \begin_layout Plain Layout
21199 \begin_inset Caption
21200
21201 \begin_layout Plain Layout
21202 \begin_inset CommandInset label
21203 LatexCommand label
21204 name "tab:Tableau-centré-sur-séparateur-1"
21205
21206 \end_inset
21207
21208 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
21209 \end_layout
21210
21211 \end_inset
21212
21213
21214 \end_layout
21215
21216 \begin_layout Plain Layout
21217 \align center
21218 \begin_inset Tabular
21219 <lyxtabular version="3" rows="4" columns="1">
21220 <features booktabs="true" tabularvalignment="middle">
21221 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
21222 <row>
21223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227 en-tête
21228 \end_layout
21229
21230 \end_inset
21231 </cell>
21232 </row>
21233 <row>
21234 <cell alignment="center" valignment="top" topline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 12,6
21239 \end_layout
21240
21241 \end_inset
21242 </cell>
21243 </row>
21244 <row>
21245 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21246 \begin_inset Text
21247
21248 \begin_layout Plain Layout
21249 0,68
21250 \end_layout
21251
21252 \end_inset
21253 </cell>
21254 </row>
21255 <row>
21256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260 -123,0
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 </row>
21266 </lyxtabular>
21267
21268 \end_inset
21269
21270
21271 \end_layout
21272
21273 \end_inset
21274
21275
21276 \end_layout
21277
21278 \begin_layout Standard
21279 \begin_inset Float table
21280 placement h
21281 wide false
21282 sideways false
21283 status open
21284
21285 \begin_layout Plain Layout
21286 \begin_inset Caption
21287
21288 \begin_layout Plain Layout
21289 \begin_inset CommandInset label
21290 LatexCommand label
21291 name "tab:Tableau-centré-sur-séparateur-2"
21292
21293 \end_inset
21294
21295 Les cellules d'une colonnes sont centrées sur les opérateurs.
21296 \end_layout
21297
21298 \end_inset
21299
21300
21301 \end_layout
21302
21303 \begin_layout Plain Layout
21304 \align center
21305 \begin_inset Tabular
21306 <lyxtabular version="3" rows="4" columns="2">
21307 <features booktabs="true" tabularvalignment="middle">
21308 <column alignment="right" valignment="top" width="0pt">
21309 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21310 <row>
21311 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21312 \begin_inset Text
21313
21314 \begin_layout Plain Layout
21315 en-tête
21316 \end_layout
21317
21318 \end_inset
21319 </cell>
21320 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324
21325 \end_layout
21326
21327 \end_inset
21328 </cell>
21329 </row>
21330 <row>
21331 <cell alignment="center" valignment="top" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 \begin_inset Formula $12\,+$
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \end_inset
21342 </cell>
21343 <cell alignment="center" valignment="top" usebox="none">
21344 \begin_inset Text
21345
21346 \begin_layout Plain Layout
21347 \begin_inset Formula $\,6$
21348 \end_inset
21349
21350
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 </row>
21356 <row>
21357 <cell alignment="center" valignment="top" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361 \begin_inset Formula $0\,-$
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 <cell alignment="center" valignment="top" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 \begin_inset Formula $\,68$
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 </row>
21382 <row>
21383 <cell alignment="center" valignment="top" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387 \begin_inset Formula $-123\,/$
21388 \end_inset
21389
21390
21391 \end_layout
21392
21393 \end_inset
21394 </cell>
21395 <cell alignment="center" valignment="top" usebox="none">
21396 \begin_inset Text
21397
21398 \begin_layout Plain Layout
21399 \begin_inset Formula $\,0$
21400 \end_inset
21401
21402
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 </row>
21408 </lyxtabular>
21409
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \end_inset
21416
21417
21418 \end_layout
21419
21420 \begin_layout Standard
21421 L'alignement sur un caractère ne fonctionne pas avec des formules parce
21422  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
21423  formules.
21424  Dans ce cas on doit utiliser la méthode du tableau
21425 \begin_inset space ~
21426 \end_inset
21427
21428
21429 \begin_inset CommandInset ref
21430 LatexCommand ref
21431 reference "tab:Tableau-centré-sur-séparateur-2"
21432
21433 \end_inset
21434
21435 .
21436  Ce tableau a été créé comme un tableau 4×2.
21437  L'en-tête est une cellule multi-colonne centrée.
21438  La première colonne est alignée à droite et contient la première partie
21439  et inclue l'opérateur.
21440  La seconde colonne contient le reste de la cellule aligné à gauche.
21441  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
21442  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
21443  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
21444  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
21445  :
21446 \end_layout
21447
21448 \begin_layout Standard
21449
21450 \series bold
21451 @{}l
21452 \end_layout
21453
21454 \begin_layout Standard
21455 Le tableau
21456 \begin_inset space ~
21457 \end_inset
21458
21459
21460 \begin_inset CommandInset ref
21461 LatexCommand ref
21462 reference "tab:Plusieurs-exemples-alignements"
21463
21464 \end_inset
21465
21466  montre quelques exemples d'alignements.
21467  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
21468  comme pour la deuxième colonne du tableau
21469 \begin_inset space ~
21470 \end_inset
21471
21472
21473 \begin_inset CommandInset ref
21474 LatexCommand ref
21475 reference "tab:Tableau-centré-sur-séparateur-2"
21476
21477 \end_inset
21478
21479 .
21480 \end_layout
21481
21482 \begin_layout Standard
21483 \begin_inset Float table
21484 wide false
21485 sideways false
21486 status open
21487
21488 \begin_layout Plain Layout
21489 \begin_inset Caption
21490
21491 \begin_layout Plain Layout
21492 \begin_inset CommandInset label
21493 LatexCommand label
21494 name "tab:Plusieurs-exemples-alignements"
21495
21496 \end_inset
21497
21498 Plusieurs exemples d'alignement de cellules.
21499 \end_layout
21500
21501 \end_inset
21502
21503
21504 \end_layout
21505
21506 \begin_layout Plain Layout
21507 \align center
21508 \begin_inset Tabular
21509 <lyxtabular version="3" rows="4" columns="6">
21510 <features tabularvalignment="middle">
21511 <column alignment="right" valignment="top" width="0">
21512 <column alignment="left" valignment="top" width="0" special="@{}l">
21513 <column alignment="right" valignment="top" width="0">
21514 <column alignment="left" valignment="top" width="0" special="@{}l">
21515 <column alignment="right" valignment="top" width="0">
21516 <column alignment="left" valignment="top" width="0" special="@{}l">
21517 <row>
21518 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522 unités
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="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 multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540 exposants
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21546 \begin_inset Text
21547
21548 \begin_layout Plain Layout
21549
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558 relations
21559 \end_layout
21560
21561 \end_inset
21562 </cell>
21563 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567
21568 \end_layout
21569
21570 \end_inset
21571 </cell>
21572 </row>
21573 <row>
21574 <cell alignment="center" valignment="top" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578 12×
21579 \end_layout
21580
21581 \end_inset
21582 </cell>
21583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21584 \begin_inset Text
21585
21586 \begin_layout Plain Layout
21587 24
21588 \begin_inset space \thinspace{}
21589 \end_inset
21590
21591 bouteilles
21592 \end_layout
21593
21594 \end_inset
21595 </cell>
21596 <cell alignment="center" valignment="top" usebox="none">
21597 \begin_inset Text
21598
21599 \begin_layout Plain Layout
21600 \begin_inset Formula $10\cdot$
21601 \end_inset
21602
21603
21604 \end_layout
21605
21606 \end_inset
21607 </cell>
21608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612 \begin_inset Formula $10^{\mbox{-}17}$
21613 \end_inset
21614
21615
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 <cell alignment="center" valignment="top" usebox="none">
21621 \begin_inset Text
21622
21623 \begin_layout Plain Layout
21624 \begin_inset Formula $\Gamma(t)\propto$
21625 \end_inset
21626
21627
21628 \end_layout
21629
21630 \end_inset
21631 </cell>
21632 <cell alignment="center" valignment="top" usebox="none">
21633 \begin_inset Text
21634
21635 \begin_layout Plain Layout
21636 \begin_inset Formula $\:\Upsilon(t)$
21637 \end_inset
21638
21639
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 </row>
21645 <row>
21646 <cell alignment="center" valignment="top" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650 1024×
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659 768
21660 \begin_inset space \thinspace{}
21661 \end_inset
21662
21663 Pixels
21664 \end_layout
21665
21666 \end_inset
21667 </cell>
21668 <cell alignment="center" valignment="top" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672 \begin_inset Formula $5.78\cdot$
21673 \end_inset
21674
21675
21676 \end_layout
21677
21678 \end_inset
21679 </cell>
21680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684 \begin_inset Formula $10^{7}$
21685 \end_inset
21686
21687
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 <cell alignment="center" valignment="top" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696 \begin_inset Formula $A\ne$
21697 \end_inset
21698
21699
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 <cell alignment="center" valignment="top" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708 \begin_inset Formula $\: B_{\mathrm{red}}$
21709 \end_inset
21710
21711
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 </row>
21717 <row>
21718 <cell alignment="center" valignment="top" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722 32×
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731 6
21732 \begin_inset space \thinspace{}
21733 \end_inset
21734
21735 cm
21736 \end_layout
21737
21738 \end_inset
21739 </cell>
21740 <cell alignment="center" valignment="top" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744 -
21745 \begin_inset Formula $33.5\cdot$
21746 \end_inset
21747
21748
21749 \end_layout
21750
21751 \end_inset
21752 </cell>
21753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21754 \begin_inset Text
21755
21756 \begin_layout Plain Layout
21757 \begin_inset Formula $10^{4}$
21758 \end_inset
21759
21760
21761 \end_layout
21762
21763 \end_inset
21764 </cell>
21765 <cell alignment="center" valignment="top" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769 \begin_inset Formula $\sin(\alpha)\ge$
21770 \end_inset
21771
21772
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 <cell alignment="center" valignment="top" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781 \begin_inset Formula $\:\sin(\beta)$
21782 \end_inset
21783
21784
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 </row>
21790 </lyxtabular>
21791
21792 \end_inset
21793
21794
21795 \end_layout
21796
21797 \end_inset
21798
21799
21800 \end_layout
21801
21802 \begin_layout Subsection
21803 Formats de cellule et de colonne personnalisés
21804 \begin_inset CommandInset label
21805 LatexCommand label
21806 name "sub:Formats-personnalisés"
21807
21808 \end_inset
21809
21810
21811 \begin_inset Index idx
21812 status collapsed
21813
21814 \begin_layout Plain Layout
21815 Personnalisation des tableaux !  Format de cellule/colonne
21816 \end_layout
21817
21818 \end_inset
21819
21820
21821 \end_layout
21822
21823 \begin_layout Standard
21824 Calculer la largeur nécessaire pour colonnes normales comme dans la section
21825 \begin_inset space ~
21826 \end_inset
21827
21828
21829 \begin_inset CommandInset ref
21830 LatexCommand ref
21831 reference "sec:Table-Width-Calculation"
21832
21833 \end_inset
21834
21835  et pour des colonnes couvertes par un cellule multi-colonne comme dans
21836  la section
21837 \begin_inset space ~
21838 \end_inset
21839
21840
21841 \begin_inset CommandInset ref
21842 LatexCommand ref
21843 reference "sub:Calculs-multicolonnes"
21844
21845 \end_inset
21846
21847  peut devenir très pénible si vous avez plusieurs tableaux.
21848  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
21849  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
21850  du document.
21851  Le format est défini avec la commande
21852 \end_layout
21853
21854 \begin_layout Standard
21855
21856 \series bold
21857
21858 \backslash
21859 newcolumntype{nom du format}[nombre d'arguments]{commandes}
21860 \end_layout
21861
21862 \begin_layout Standard
21863 Le nom du format peut n'avoir qu'une lettre.
21864  Les lettres 
21865 \emph on
21866 b
21867 \emph default
21868
21869 \emph on
21870 c
21871 \emph default
21872
21873 \emph on
21874 l
21875 \emph default
21876
21877 \emph on
21878 m
21879 \emph default
21880
21881 \emph on
21882 p
21883 \emph default
21884  et 
21885 \emph on
21886 r
21887 \emph default
21888  sont prédéfinies et donc ne peuvent être utilisées.
21889  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
21890 \end_layout
21891
21892 \begin_layout Standard
21893 \begin_inset VSpace medskip
21894 \end_inset
21895
21896
21897 \end_layout
21898
21899 \begin_layout Standard
21900 Pour de cellules multi-colonnes centrées verticalement et horizontalement
21901  avec une largeur donnée, vous pouvez définir le format de cellule suivant
21902  :
21903 \end_layout
21904
21905 \begin_layout Standard
21906
21907 \series bold
21908
21909 \backslash
21910 newcolumntype{M}[1]{>{
21911 \backslash
21912 centering
21913 \backslash
21914 hspace{0pt}}m{#1}}
21915 \end_layout
21916
21917 \begin_layout Standard
21918 Où le 
21919 \series bold
21920
21921 \backslash
21922 hspace{0pt}
21923 \series default
21924  évite le problème de césure du premier mot, comme c'est décrit en section
21925 \begin_inset space ~
21926 \end_inset
21927
21928
21929 \begin_inset CommandInset ref
21930 LatexCommand ref
21931 reference "sub:Lignes-multiple-dans-cellule"
21932
21933 \end_inset
21934
21935 .
21936  Ensuite, vous pouvez entrer
21937 \end_layout
21938
21939 \begin_layout Standard
21940
21941 \series bold
21942 M{width}
21943 \end_layout
21944
21945 \begin_layout Standard
21946 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
21947  une multi-colonne.
21948 \end_layout
21949
21950 \begin_layout Standard
21951 \begin_inset VSpace bigskip
21952 \end_inset
21953
21954
21955 \end_layout
21956
21957 \begin_layout Standard
21958 Pour les cellules qui sont couvertes par la cellule multi-colonne, vous
21959  pouvez définir le format
21960 \end_layout
21961
21962 \begin_layout Standard
21963
21964 \series bold
21965
21966 \backslash
21967 newcolumntype{S}[2]{>{
21968 \backslash
21969 centering
21970 \backslash
21971 hspace{0pt}}
21972 \begin_inset Newline newline
21973 \end_inset
21974
21975
21976 \begin_inset Phantom HPhantom
21977 status open
21978
21979 \begin_layout Plain Layout
21980
21981 \series bold
21982
21983 \backslash
21984 newcolumntype{S}[2]
21985 \end_layout
21986
21987 \end_inset
21988
21989 m{(#1+(2
21990 \backslash
21991 tabcolsep+
21992 \backslash
21993 arrayrulewidth)*(1-#2))/#2}}
21994 \end_layout
21995
21996 \begin_layout Standard
21997 Ce format utilise l'équation
21998 \begin_inset space ~
21999 \end_inset
22000
22001
22002 \begin_inset CommandInset ref
22003 LatexCommand eqref
22004 reference "eq:Wgn"
22005
22006 \end_inset
22007
22008  pour calculer la largeur que doit avoir chacune des cellules couverte par
22009  la cellule multi-colonne pour qu'elles aient toutes la même largeur.
22010 \end_layout
22011
22012 \begin_layout Standard
22013 Ensuite, vous pouvez entrer
22014 \end_layout
22015
22016 \begin_layout Standard
22017
22018 \series bold
22019 S{largeur de la cellule multi-colonne}{nombre de colonnes couvertes}
22020 \end_layout
22021
22022 \begin_layout Standard
22023 comme paramètre LaTeX de la colonne.
22024 \end_layout
22025
22026 \begin_layout Standard
22027 \begin_inset VSpace bigskip
22028 \end_inset
22029
22030
22031 \end_layout
22032
22033 \begin_layout Standard
22034 Pour des colonnes colorées, vous pouvez définir
22035 \end_layout
22036
22037 \begin_layout Standard
22038
22039 \series bold
22040
22041 \backslash
22042 newcolumntype{K}[1]{>{
22043 \backslash
22044 columncolor{#1}
22045 \backslash
22046 hspace{0pt}}c}
22047 \end_layout
22048
22049 \begin_layout Standard
22050 Le 
22051 \begin_inset Quotes eld
22052 \end_inset
22053
22054 c
22055 \begin_inset Quotes erd
22056 \end_inset
22057
22058  à la fin crée une colonne de largeur variable dont le texte est centré
22059  horizontalement.
22060  Vous pouvez maintenant entrer
22061 \end_layout
22062
22063 \begin_layout Standard
22064
22065 \series bold
22066 K{nom de couleur}
22067 \end_layout
22068
22069 \begin_layout Standard
22070 comme paramètre LaTeX.
22071 \end_layout
22072
22073 \begin_layout Standard
22074 \begin_inset VSpace bigskip
22075 \end_inset
22076
22077
22078 \end_layout
22079
22080 \begin_layout Standard
22081 Pour créer le tableau
22082 \begin_inset space ~
22083 \end_inset
22084
22085
22086 \begin_inset CommandInset ref
22087 LatexCommand ref
22088 reference "tab:Tableau-formats-personnalisés"
22089
22090 \end_inset
22091
22092  utilisez les paramètres LaTeX
22093 \end_layout
22094
22095 \begin_layout Standard
22096
22097 \series bold
22098 M{2.5cm}
22099 \end_layout
22100
22101 \begin_layout Standard
22102 pour la première colonne et la multi-colonne,
22103 \end_layout
22104
22105 \begin_layout Standard
22106
22107 \series bold
22108 K{red}
22109 \end_layout
22110
22111 \begin_layout Standard
22112 pour la dernière colonne, et
22113 \end_layout
22114
22115 \begin_layout Standard
22116
22117 \series bold
22118 S{2.5cm}{2}
22119 \end_layout
22120
22121 \begin_layout Standard
22122 pour les cellules de la deuxième colonne.
22123 \end_layout
22124
22125 \begin_layout Standard
22126 \begin_inset Float table
22127 placement h
22128 wide false
22129 sideways false
22130 status open
22131
22132 \begin_layout Plain Layout
22133 \begin_inset Caption
22134
22135 \begin_layout Plain Layout
22136 \begin_inset CommandInset label
22137 LatexCommand label
22138 name "tab:Tableau-formats-personnalisés"
22139
22140 \end_inset
22141
22142 Tableau utilisant des formats personnalisés
22143 \end_layout
22144
22145 \end_inset
22146
22147
22148 \end_layout
22149
22150 \begin_layout Plain Layout
22151 \align center
22152 \begin_inset Tabular
22153 <lyxtabular version="3" rows="3" columns="4">
22154 <features tabularvalignment="middle">
22155 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22156 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
22157 <column alignment="center" valignment="middle" width="0">
22158 <column alignment="center" valignment="middle" width="0" special="K{red}">
22159 <row>
22160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 motTrèsLongDansUneCellule
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 multi-colonne avec multi-ligne
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191 c
22192 \end_layout
22193
22194 \end_inset
22195 </cell>
22196 </row>
22197 <row>
22198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22199 \begin_inset Text
22200
22201 \begin_layout Plain Layout
22202 d
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211 e
22212 \end_layout
22213
22214 \end_inset
22215 </cell>
22216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220 f
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229 g
22230 \end_layout
22231
22232 \end_inset
22233 </cell>
22234 </row>
22235 <row>
22236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240 h
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249 i
22250 \end_layout
22251
22252 \end_inset
22253 </cell>
22254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258 j
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22264 \begin_inset Text
22265
22266 \begin_layout Plain Layout
22267 k
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 </row>
22273 </lyxtabular>
22274
22275 \end_inset
22276
22277
22278 \end_layout
22279
22280 \end_inset
22281
22282
22283 \end_layout
22284
22285 \begin_layout Subsection
22286 Épaisseur des filets
22287 \begin_inset CommandInset label
22288 LatexCommand label
22289 name "sub:Epaisseur-filets"
22290
22291 \end_inset
22292
22293
22294 \begin_inset Index idx
22295 status collapsed
22296
22297 \begin_layout Plain Layout
22298 Personnalisation des tableaux ! Épaisseur filets
22299 \end_layout
22300
22301 \end_inset
22302
22303
22304 \end_layout
22305
22306 \begin_layout Standard
22307 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
22308  
22309 \series bold
22310
22311 \backslash
22312 arrayrulewidth
22313 \series default
22314 .
22315  Pour mettre, par exemple, une épaisseur de filet de 1.5
22316 \begin_inset space \thinspace{}
22317 \end_inset
22318
22319 pt, comme pour le tableau
22320 \begin_inset space ~
22321 \end_inset
22322
22323
22324 \begin_inset CommandInset ref
22325 LatexCommand ref
22326 reference "tab:Tableau-filets-1.5pt"
22327
22328 \end_inset
22329
22330 , insérez la commande
22331 \end_layout
22332
22333 \begin_layout Standard
22334
22335 \series bold
22336
22337 \backslash
22338 setlength{
22339 \backslash
22340 arrayrulewidth}{1.5pt}
22341 \end_layout
22342
22343 \begin_layout Standard
22344 en code TeX avant le tableau ou le flottant de tableau.
22345  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
22346  suivent.
22347  pour revenir aux valeurs implicites, mettez 
22348 \series bold
22349
22350 \backslash
22351 arrayrulewidth
22352 \series default
22353  à 0.4
22354 \begin_inset space \thinspace{}
22355 \end_inset
22356
22357 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
22358 \end_layout
22359
22360 \begin_layout Standard
22361 \begin_inset ERT
22362 status collapsed
22363
22364 \begin_layout Plain Layout
22365
22366
22367 \backslash
22368 setlength{
22369 \backslash
22370 arrayrulewidth}{1.5pt}
22371 \end_layout
22372
22373 \end_inset
22374
22375
22376 \begin_inset Float table
22377 wide false
22378 sideways false
22379 status open
22380
22381 \begin_layout Plain Layout
22382 \begin_inset Caption
22383
22384 \begin_layout Plain Layout
22385 \begin_inset CommandInset label
22386 LatexCommand label
22387 name "tab:Tableau-filets-1.5pt"
22388
22389 \end_inset
22390
22391 Tableau avec des filets de 1.5
22392 \begin_inset space \thinspace{}
22393 \end_inset
22394
22395 pt
22396 \end_layout
22397
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \begin_layout Plain Layout
22404 \align center
22405 \begin_inset Tabular
22406 <lyxtabular version="3" rows="3" columns="3">
22407 <features tabularvalignment="middle">
22408 <column alignment="center" valignment="top" width="0">
22409 <column alignment="center" valignment="top" width="0">
22410 <column alignment="center" valignment="top" width="0">
22411 <row>
22412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416 sd
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22431 \begin_inset Text
22432
22433 \begin_layout Plain Layout
22434
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 </row>
22440 <row>
22441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 sd
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 </row>
22469 <row>
22470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22471 \begin_inset Text
22472
22473 \begin_layout Plain Layout
22474
22475 \end_layout
22476
22477 \end_inset
22478 </cell>
22479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Plain Layout
22483
22484 \end_layout
22485
22486 \end_inset
22487 </cell>
22488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492 sd
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 </row>
22498 </lyxtabular>
22499
22500 \end_inset
22501
22502
22503 \end_layout
22504
22505 \end_inset
22506
22507
22508 \begin_inset ERT
22509 status collapsed
22510
22511 \begin_layout Plain Layout
22512
22513
22514 \backslash
22515 setlength{
22516 \backslash
22517 arrayrulewidth}{0.4pt}
22518 \end_layout
22519
22520 \end_inset
22521
22522
22523 \end_layout
22524
22525 \begin_layout Standard
22526 \begin_inset VSpace bigskip
22527 \end_inset
22528
22529 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
22530 \begin_inset space \thinspace{}
22531 \end_inset
22532
22533 pt, comme dans le tableau
22534 \begin_inset space ~
22535 \end_inset
22536
22537
22538 \begin_inset CommandInset ref
22539 LatexCommand ref
22540 reference "tab:Tableau-filets-horizontaux-1.5pt"
22541
22542 \end_inset
22543
22544 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
22545  de tableau :
22546 \end_layout
22547
22548 \begin_layout Standard
22549
22550 \series bold
22551
22552 \backslash
22553 let
22554 \backslash
22555 myHline
22556 \backslash
22557 hline
22558 \begin_inset Newline newline
22559 \end_inset
22560
22561
22562 \backslash
22563 renewcommand{
22564 \backslash
22565 hline}
22566 \begin_inset Newline newline
22567 \end_inset
22568
22569  {
22570 \backslash
22571 noalign{
22572 \backslash
22573 global
22574 \backslash
22575 arrayrulewidth 1.5pt}
22576 \begin_inset Newline newline
22577 \end_inset
22578
22579  
22580 \backslash
22581 myHline
22582 \backslash
22583 noalign{
22584 \backslash
22585 global
22586 \backslash
22587 arrayrulewidth 0.4pt}}
22588 \end_layout
22589
22590 \begin_layout Standard
22591 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
22592  en code TeX après le tableau ou le flottant de tableau :
22593 \end_layout
22594
22595 \begin_layout Standard
22596
22597 \series bold
22598
22599 \backslash
22600 renewcommand{
22601 \backslash
22602 hline}{
22603 \backslash
22604 myHline}
22605 \end_layout
22606
22607 \begin_layout Standard
22608 \begin_inset ERT
22609 status collapsed
22610
22611 \begin_layout Plain Layout
22612
22613
22614 \backslash
22615 let
22616 \backslash
22617 myHline
22618 \backslash
22619 hline
22620 \end_layout
22621
22622 \begin_layout Plain Layout
22623
22624
22625 \backslash
22626 renewcommand{
22627 \backslash
22628 hline}
22629 \end_layout
22630
22631 \begin_layout Plain Layout
22632
22633  {
22634 \backslash
22635 noalign{
22636 \backslash
22637 global
22638 \backslash
22639 arrayrulewidth 1.5pt}
22640 \end_layout
22641
22642 \begin_layout Plain Layout
22643
22644   
22645 \backslash
22646 myHline
22647 \backslash
22648 noalign{
22649 \backslash
22650 global
22651 \backslash
22652 arrayrulewidth 0.4pt}}
22653 \end_layout
22654
22655 \end_inset
22656
22657
22658 \begin_inset Float table
22659 wide false
22660 sideways false
22661 status open
22662
22663 \begin_layout Plain Layout
22664 \begin_inset Caption
22665
22666 \begin_layout Plain Layout
22667 \begin_inset CommandInset label
22668 LatexCommand label
22669 name "tab:Tableau-filets-horizontaux-1.5pt"
22670
22671 \end_inset
22672
22673 Tableau avec des filets horizontaux de 1.5
22674 \begin_inset space \thinspace{}
22675 \end_inset
22676
22677 pt
22678 \end_layout
22679
22680 \end_inset
22681
22682
22683 \end_layout
22684
22685 \begin_layout Plain Layout
22686 \align center
22687 \begin_inset Tabular
22688 <lyxtabular version="3" rows="3" columns="3">
22689 <features tabularvalignment="middle">
22690 <column alignment="center" valignment="top" width="0">
22691 <column alignment="center" valignment="top" width="0">
22692 <column alignment="center" valignment="top" width="0">
22693 <row>
22694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698 sd
22699 \end_layout
22700
22701 \end_inset
22702 </cell>
22703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 </row>
22722 <row>
22723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736 sd
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 </row>
22751 <row>
22752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22753 \begin_inset Text
22754
22755 \begin_layout Plain Layout
22756
22757 \end_layout
22758
22759 \end_inset
22760 </cell>
22761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22762 \begin_inset Text
22763
22764 \begin_layout Plain Layout
22765
22766 \end_layout
22767
22768 \end_inset
22769 </cell>
22770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22771 \begin_inset Text
22772
22773 \begin_layout Plain Layout
22774 sd
22775 \end_layout
22776
22777 \end_inset
22778 </cell>
22779 </row>
22780 </lyxtabular>
22781
22782 \end_inset
22783
22784
22785 \end_layout
22786
22787 \end_inset
22788
22789
22790 \begin_inset ERT
22791 status collapsed
22792
22793 \begin_layout Plain Layout
22794
22795
22796 \backslash
22797 renewcommand{
22798 \backslash
22799 hline}{
22800 \backslash
22801 myHline}
22802 \end_layout
22803
22804 \end_inset
22805
22806
22807 \end_layout
22808
22809 \begin_layout Standard
22810 \begin_inset VSpace bigskip
22811 \end_inset
22812
22813 Pour que seuls les filets verticaux aient une épaisseur de 1.5
22814 \begin_inset space \thinspace{}
22815 \end_inset
22816
22817 pt, créez le format de colonne suivant dans le préambule, en suivant la
22818  description de la section
22819 \begin_inset space ~
22820 \end_inset
22821
22822
22823 \begin_inset CommandInset ref
22824 LatexCommand ref
22825 reference "sub:Formats-personnalisés"
22826
22827 \end_inset
22828
22829 :
22830 \end_layout
22831
22832 \begin_layout Standard
22833
22834 \series bold
22835
22836 \backslash
22837 newcolumntype{V}{!{
22838 \backslash
22839 vrule width 1.5pt}}
22840 \end_layout
22841
22842 \begin_layout Standard
22843 Pour le tableau
22844 \begin_inset space ~
22845 \end_inset
22846
22847
22848 \begin_inset CommandInset ref
22849 LatexCommand ref
22850 reference "tab:Tableau-filets-verticaux-1.5pt"
22851
22852 \end_inset
22853
22854  le paramètre LaTeX 
22855 \end_layout
22856
22857 \begin_layout Standard
22858
22859 \series bold
22860 VcV
22861 \end_layout
22862
22863 \begin_layout Standard
22864 a été utilisé pour la dernière colonne et
22865 \end_layout
22866
22867 \begin_layout Standard
22868
22869 \series bold
22870 Vc
22871 \end_layout
22872
22873 \begin_layout Standard
22874 pour les autres colonnes.
22875 \end_layout
22876
22877 \begin_layout Standard
22878 \begin_inset Float table
22879 wide false
22880 sideways false
22881 status open
22882
22883 \begin_layout Plain Layout
22884 \begin_inset Caption
22885
22886 \begin_layout Plain Layout
22887 \begin_inset CommandInset label
22888 LatexCommand label
22889 name "tab:Tableau-filets-verticaux-1.5pt"
22890
22891 \end_inset
22892
22893 Tableau avec des filets verticaux de 1.5
22894 \begin_inset space \thinspace{}
22895 \end_inset
22896
22897 pt 
22898 \end_layout
22899
22900 \end_inset
22901
22902
22903 \end_layout
22904
22905 \begin_layout Plain Layout
22906 \align center
22907 \begin_inset Tabular
22908 <lyxtabular version="3" rows="3" columns="3">
22909 <features tabularvalignment="middle">
22910 <column alignment="center" valignment="top" width="0" special="Vc">
22911 <column alignment="center" valignment="top" width="0" special="Vc">
22912 <column alignment="center" valignment="top" width="0" special="VcV">
22913 <row>
22914 <cell alignment="center" valignment="top" topline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918 sd
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 <cell alignment="center" valignment="top" topline="true" usebox="none">
22924 \begin_inset Text
22925
22926 \begin_layout Plain Layout
22927
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 <cell alignment="center" valignment="top" topline="true" usebox="none">
22933 \begin_inset Text
22934
22935 \begin_layout Plain Layout
22936
22937 \end_layout
22938
22939 \end_inset
22940 </cell>
22941 </row>
22942 <row>
22943 <cell alignment="center" valignment="top" topline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 <cell alignment="center" valignment="top" topline="true" usebox="none">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956 sd
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 <cell alignment="center" valignment="top" topline="true" usebox="none">
22962 \begin_inset Text
22963
22964 \begin_layout Plain Layout
22965
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 </row>
22971 <row>
22972 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994 sd
22995 \end_layout
22996
22997 \end_inset
22998 </cell>
22999 </row>
23000 </lyxtabular>
23001
23002 \end_inset
23003
23004
23005 \end_layout
23006
23007 \end_inset
23008
23009
23010 \end_layout
23011
23012 \begin_layout Subsection
23013 Filets à traits interrompus
23014 \begin_inset Index idx
23015 status collapsed
23016
23017 \begin_layout Plain Layout
23018 Personnalisation des tableaux ! Filets à traits interrompus
23019 \end_layout
23020
23021 \end_inset
23022
23023
23024 \end_layout
23025
23026 \begin_layout Standard
23027 \begin_inset ERT
23028 status collapsed
23029
23030 \begin_layout Plain Layout
23031
23032
23033 \backslash
23034 ifarydshln
23035 \end_layout
23036
23037 \end_inset
23038
23039
23040 \begin_inset Note Note
23041 status open
23042
23043 \begin_layout Plain Layout
23044 La section suivante ne s'affichera que si vous avez installé le paquetage
23045  LaTeX 
23046 \series bold
23047 arydshln
23048 \series default
23049 .
23050 \end_layout
23051
23052 \end_inset
23053
23054
23055 \end_layout
23056
23057 \begin_layout Standard
23058 \begin_inset Float table
23059 placement H
23060 wide false
23061 sideways false
23062 status open
23063
23064 \begin_layout Plain Layout
23065 \begin_inset Caption
23066
23067 \begin_layout Plain Layout
23068 \begin_inset CommandInset label
23069 LatexCommand label
23070 name "tab:Tableau-filets-tirets"
23071
23072 \end_inset
23073
23074 Tableau avec des filets à traits interrompus
23075 \end_layout
23076
23077 \end_inset
23078
23079
23080 \end_layout
23081
23082 \begin_layout Plain Layout
23083 \align center
23084 \begin_inset Tabular
23085 <lyxtabular version="3" rows="5" columns="5">
23086 <features tabularvalignment="middle">
23087 <column alignment="center" valignment="top" width="0">
23088 <column alignment="center" valignment="top" width="0">
23089 <column alignment="center" valignment="top" width="0" special=":c">
23090 <column alignment="center" valignment="top" width="0">
23091 <column alignment="center" valignment="top" width="0">
23092 <row>
23093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097 a
23098 \end_layout
23099
23100 \end_inset
23101 </cell>
23102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23103 \begin_inset Text
23104
23105 \begin_layout Plain Layout
23106 b
23107 \end_layout
23108
23109 \end_inset
23110 </cell>
23111 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23112 \begin_inset Text
23113
23114 \begin_layout Plain Layout
23115 c
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124 d
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133 e
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 </row>
23139 <row>
23140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144 f
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153 g
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 <cell alignment="center" valignment="top" topline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162 h
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 i
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 j
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 </row>
23186 <row>
23187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191 \begin_inset ERT
23192 status collapsed
23193
23194 \begin_layout Plain Layout
23195
23196
23197 \backslash
23198 hdashline 
23199 \end_layout
23200
23201 \end_inset
23202
23203 k
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212 l
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 <cell alignment="center" valignment="top" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221 m
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230 n
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23236 \begin_inset Text
23237
23238 \begin_layout Plain Layout
23239 o
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 </row>
23245 <row>
23246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250 \begin_inset ERT
23251 status collapsed
23252
23253 \begin_layout Plain Layout
23254
23255
23256 \backslash
23257 cdashline{4-5}
23258 \end_layout
23259
23260 \end_inset
23261
23262 p
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271 q
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 r
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23286 \begin_inset Text
23287
23288 \begin_layout Plain Layout
23289 s
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23295 \begin_inset Text
23296
23297 \begin_layout Plain Layout
23298
23299 \end_layout
23300
23301 \end_inset
23302 </cell>
23303 </row>
23304 <row>
23305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309 t
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23315 \begin_inset Text
23316
23317 \begin_layout Plain Layout
23318 u
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 v
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336 w
23337 \end_layout
23338
23339 \end_inset
23340 </cell>
23341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23342 \begin_inset Text
23343
23344 \begin_layout Plain Layout
23345 x
23346 \end_layout
23347
23348 \end_inset
23349 </cell>
23350 </row>
23351 </lyxtabular>
23352
23353 \end_inset
23354
23355
23356 \end_layout
23357
23358 \end_inset
23359
23360
23361 \end_layout
23362
23363 \begin_layout Standard
23364 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
23365  donc employer du code TeX.
23366  Mais avant il faut charger le paquetage LaTeX 
23367 \series bold
23368 arydshln
23369 \series default
23370
23371 \begin_inset Index idx
23372 status collapsed
23373
23374 \begin_layout Plain Layout
23375 Paquetages LaTeX ! arydshln
23376 \end_layout
23377
23378 \end_inset
23379
23380  dans le préambule du document avec la commande 
23381 \end_layout
23382
23383 \begin_layout Standard
23384
23385 \series bold
23386
23387 \backslash
23388 usepackage{arydshln}
23389 \end_layout
23390
23391 \begin_layout Standard
23392 Pour faire un filet vertical avec un trait interrompu, mettez deux points
23393  
23394 \begin_inset Quotes eld
23395 \end_inset
23396
23397 :
23398 \begin_inset Quotes erd
23399 \end_inset
23400
23401  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
23402  dans la fenêtre de dialogue de paramètre du tableau.
23403 \end_layout
23404
23405 \begin_layout Standard
23406 Pour un trait horizontal interrompu, ajoutez la commande
23407 \end_layout
23408
23409 \begin_layout Standard
23410
23411 \series bold
23412
23413 \backslash
23414 hdashline
23415 \end_layout
23416
23417 \begin_layout Standard
23418 en code TeX comme premier élément de la première cellule de la ligne de
23419  tableau.
23420 \end_layout
23421
23422 \begin_layout Standard
23423 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
23424  commande 
23425 \end_layout
23426
23427 \begin_layout Standard
23428
23429 \series bold
23430
23431 \backslash
23432 cdashline{
23433 \series default
23434 numéros de colonnes}
23435 \end_layout
23436
23437 \begin_layout Standard
23438 en code TeX comme premier élément de la première cellule de la ligne.
23439  Si par exemple, vous avez une cellule multi-colonne qui couvre les colonnes
23440  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
23441 \end_layout
23442
23443 \begin_layout Standard
23444
23445 \series bold
23446
23447 \backslash
23448 cdashline{2-4}
23449 \end_layout
23450
23451 \begin_layout Standard
23452 comme premier élément de la première cellule de la ligne contenant la multi-colo
23453 nne.
23454 \end_layout
23455
23456 \begin_layout Standard
23457 \begin_inset VSpace bigskip
23458 \end_inset
23459
23460
23461 \end_layout
23462
23463 \begin_layout Standard
23464 Le tableau
23465 \begin_inset space ~
23466 \end_inset
23467
23468
23469 \begin_inset CommandInset ref
23470 LatexCommand ref
23471 reference "tab:Tableau-filets-tirets"
23472
23473 \end_inset
23474
23475  a été créé en utilisant 
23476 \begin_inset Quotes eld
23477 \end_inset
23478
23479
23480 \series bold
23481 :c
23482 \series default
23483
23484 \begin_inset Quotes erd
23485 \end_inset
23486
23487  comme paramètre LaTeX pour la troisième colonne.
23488  La commande en code TeX 
23489 \series bold
23490
23491 \backslash
23492 hdashline
23493 \series default
23494  a été insérée dans la première cellule de la troisième ligne et la commande
23495  en code TeX 
23496 \series bold
23497
23498 \backslash
23499 cdashline{4-5}
23500 \series default
23501  a été insérée dans la première cellule de la quatrième ligne.
23502 \end_layout
23503
23504 \begin_layout Standard
23505 \begin_inset VSpace bigskip
23506 \end_inset
23507
23508
23509 \end_layout
23510
23511 \begin_layout Standard
23512
23513 \lang english
23514 Tables with dashed lines can also be colored as shown by
23515 \lang french
23516  tableau
23517 \begin_inset space ~
23518 \end_inset
23519
23520
23521 \begin_inset CommandInset ref
23522 LatexCommand ref
23523 reference "tab:Colored-table-with"
23524
23525 \end_inset
23526
23527 .
23528 \end_layout
23529
23530 \begin_layout Standard
23531 \begin_inset ERT
23532 status collapsed
23533
23534 \begin_layout Plain Layout
23535
23536
23537 \backslash
23538 setlength{
23539 \backslash
23540 arrayrulewidth}{1pt}
23541 \end_layout
23542
23543 \end_inset
23544
23545
23546 \lang english
23547
23548 \begin_inset Note Note
23549 status collapsed
23550
23551 \begin_layout Plain Layout
23552
23553 \lang english
23554 thicker lines for better visualization of the line color
23555 \end_layout
23556
23557 \end_inset
23558
23559
23560 \end_layout
23561
23562 \begin_layout Standard
23563 \begin_inset ERT
23564 status collapsed
23565
23566 \begin_layout Plain Layout
23567
23568
23569 \backslash
23570 dashgapcolor{green}
23571 \end_layout
23572
23573 \end_inset
23574
23575
23576 \lang english
23577
23578 \begin_inset Note Note
23579 status collapsed
23580
23581 \begin_layout Plain Layout
23582
23583 \lang english
23584 color gaps between dashes green
23585 \end_layout
23586
23587 \end_inset
23588
23589
23590 \end_layout
23591
23592 \begin_layout Standard
23593 \begin_inset ERT
23594 status collapsed
23595
23596 \begin_layout Plain Layout
23597
23598
23599 \backslash
23600 let
23601 \backslash
23602 myHdashline
23603 \backslash
23604 hdashline
23605 \end_layout
23606
23607 \begin_layout Plain Layout
23608
23609
23610 \backslash
23611 renewcommand{
23612 \backslash
23613 hdashline}
23614 \end_layout
23615
23616 \begin_layout Plain Layout
23617
23618  {
23619 \backslash
23620 arrayrulecolor{red}
23621 \backslash
23622 myHdashline
23623 \backslash
23624 arrayrulecolor{black}}
23625 \end_layout
23626
23627 \end_inset
23628
23629
23630 \lang english
23631
23632 \begin_inset Note Note
23633 status collapsed
23634
23635 \begin_layout Plain Layout
23636
23637 \lang english
23638 color horizontal, dashed lines red
23639 \end_layout
23640
23641 \end_inset
23642
23643
23644 \end_layout
23645
23646 \begin_layout Standard
23647 \begin_inset ERT
23648 status collapsed
23649
23650 \begin_layout Plain Layout
23651
23652
23653 \backslash
23654 let
23655 \backslash
23656 myCdashline
23657 \backslash
23658 cdashline
23659 \end_layout
23660
23661 \begin_layout Plain Layout
23662
23663
23664 \backslash
23665 renewcommand{
23666 \backslash
23667 cdashline}[1]
23668 \end_layout
23669
23670 \begin_layout Plain Layout
23671
23672  {
23673 \backslash
23674 arrayrulecolor{yellow}
23675 \backslash
23676 myCdashline{#1}
23677 \backslash
23678 arrayrulecolor{black}}
23679 \end_layout
23680
23681 \end_inset
23682
23683
23684 \lang english
23685
23686 \begin_inset Note Note
23687 status collapsed
23688
23689 \begin_layout Plain Layout
23690
23691 \lang english
23692 color partial horizontal, dashed lines yellow
23693 \end_layout
23694
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \begin_layout Standard
23701 \begin_inset Float table
23702 placement h
23703 wide false
23704 sideways false
23705 status open
23706
23707 \begin_layout Plain Layout
23708 \begin_inset Caption
23709
23710 \begin_layout Plain Layout
23711 \begin_inset CommandInset label
23712 LatexCommand label
23713 name "tab:Colored-table-with"
23714
23715 \end_inset
23716
23717
23718 \lang english
23719 Colored table with dashed lines
23720 \end_layout
23721
23722 \end_inset
23723
23724
23725 \end_layout
23726
23727 \begin_layout Plain Layout
23728 \align center
23729 \begin_inset Tabular
23730 <lyxtabular version="3" rows="5" columns="5">
23731 <features tabularvalignment="middle">
23732 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23733 <column alignment="center" valignment="top" width="0pt">
23734 <column alignment="center" valignment="top" width="0pt" special=":c">
23735 <column alignment="center" valignment="top" width="0">
23736 <column alignment="center" valignment="top" width="0">
23737 <row>
23738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742 a
23743 \end_layout
23744
23745 \end_inset
23746 </cell>
23747 <cell alignment="center" valignment="top" topline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751 b
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 <cell alignment="center" valignment="top" topline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760 c
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769 d
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23775 \begin_inset Text
23776
23777 \begin_layout Plain Layout
23778 e
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 </row>
23784 <row>
23785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23786 \begin_inset Text
23787
23788 \begin_layout Plain Layout
23789 f
23790 \end_layout
23791
23792 \end_inset
23793 </cell>
23794 <cell alignment="center" valignment="top" topline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798 g
23799 \end_layout
23800
23801 \end_inset
23802 </cell>
23803 <cell alignment="center" valignment="top" topline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Plain Layout
23807 h
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23813 \begin_inset Text
23814
23815 \begin_layout Plain Layout
23816 i
23817 \end_layout
23818
23819 \end_inset
23820 </cell>
23821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23822 \begin_inset Text
23823
23824 \begin_layout Plain Layout
23825 j
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 </row>
23831 <row>
23832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23833 \begin_inset Text
23834
23835 \begin_layout Plain Layout
23836 \begin_inset ERT
23837 status collapsed
23838
23839 \begin_layout Plain Layout
23840
23841
23842 \backslash
23843 hdashline 
23844 \end_layout
23845
23846 \end_inset
23847
23848
23849 \begin_inset ERT
23850 status collapsed
23851
23852 \begin_layout Plain Layout
23853
23854
23855 \backslash
23856 rowcolor{Gray}
23857 \end_layout
23858
23859 \end_inset
23860
23861 k
23862 \end_layout
23863
23864 \end_inset
23865 </cell>
23866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23867 \begin_inset Text
23868
23869 \begin_layout Plain Layout
23870 l
23871 \end_layout
23872
23873 \end_inset
23874 </cell>
23875 <cell alignment="center" valignment="top" usebox="none">
23876 \begin_inset Text
23877
23878 \begin_layout Plain Layout
23879 m
23880 \end_layout
23881
23882 \end_inset
23883 </cell>
23884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23885 \begin_inset Text
23886
23887 \begin_layout Plain Layout
23888 n
23889 \end_layout
23890
23891 \end_inset
23892 </cell>
23893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23894 \begin_inset Text
23895
23896 \begin_layout Plain Layout
23897 o
23898 \end_layout
23899
23900 \end_inset
23901 </cell>
23902 </row>
23903 <row>
23904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908 \begin_inset ERT
23909 status collapsed
23910
23911 \begin_layout Plain Layout
23912
23913
23914 \backslash
23915 cdashline{4-5}
23916 \end_layout
23917
23918 \end_inset
23919
23920 p
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929 q
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 r
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23944 \begin_inset Text
23945
23946 \begin_layout Plain Layout
23947 s
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23953 \begin_inset Text
23954
23955 \begin_layout Plain Layout
23956
23957 \end_layout
23958
23959 \end_inset
23960 </cell>
23961 </row>
23962 <row>
23963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23964 \begin_inset Text
23965
23966 \begin_layout Plain Layout
23967 t
23968 \end_layout
23969
23970 \end_inset
23971 </cell>
23972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23973 \begin_inset Text
23974
23975 \begin_layout Plain Layout
23976 u
23977 \end_layout
23978
23979 \end_inset
23980 </cell>
23981 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985 v
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23991 \begin_inset Text
23992
23993 \begin_layout Plain Layout
23994 w
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24000 \begin_inset Text
24001
24002 \begin_layout Plain Layout
24003 \begin_inset ERT
24004 status collapsed
24005
24006 \begin_layout Plain Layout
24007
24008
24009 \backslash
24010 cellcolor{Maroon}
24011 \end_layout
24012
24013 \end_inset
24014
24015 i
24016 \end_layout
24017
24018 \end_inset
24019 </cell>
24020 </row>
24021 </lyxtabular>
24022
24023 \end_inset
24024
24025
24026 \end_layout
24027
24028 \end_inset
24029
24030
24031 \end_layout
24032
24033 \begin_layout Standard
24034 \begin_inset ERT
24035 status collapsed
24036
24037 \begin_layout Plain Layout
24038
24039
24040 \backslash
24041 renewcommand{
24042 \backslash
24043 hdashline}{
24044 \backslash
24045 myHdashline}
24046 \end_layout
24047
24048 \end_inset
24049
24050
24051 \lang english
24052
24053 \begin_inset Note Note
24054 status collapsed
24055
24056 \begin_layout Plain Layout
24057
24058 \lang english
24059 reset to default
24060 \end_layout
24061
24062 \end_inset
24063
24064
24065 \end_layout
24066
24067 \begin_layout Standard
24068 \begin_inset ERT
24069 status collapsed
24070
24071 \begin_layout Plain Layout
24072
24073
24074 \backslash
24075 renewcommand{
24076 \backslash
24077 cdashline}{
24078 \backslash
24079 myCdashline}
24080 \end_layout
24081
24082 \end_inset
24083
24084
24085 \lang english
24086
24087 \begin_inset Note Note
24088 status collapsed
24089
24090 \begin_layout Plain Layout
24091
24092 \lang english
24093 reset to default
24094 \end_layout
24095
24096 \end_inset
24097
24098
24099 \end_layout
24100
24101 \begin_layout Standard
24102 \begin_inset ERT
24103 status collapsed
24104
24105 \begin_layout Plain Layout
24106
24107
24108 \backslash
24109 nodashgapcolor
24110 \end_layout
24111
24112 \end_inset
24113
24114
24115 \lang english
24116
24117 \begin_inset Note Note
24118 status collapsed
24119
24120 \begin_layout Plain Layout
24121
24122 \lang english
24123 reset to default
24124 \end_layout
24125
24126 \end_inset
24127
24128
24129 \end_layout
24130
24131 \begin_layout Standard
24132 \begin_inset ERT
24133 status collapsed
24134
24135 \begin_layout Plain Layout
24136
24137
24138 \backslash
24139 setlength{
24140 \backslash
24141 arrayrulewidth}{0.4pt}
24142 \end_layout
24143
24144 \end_inset
24145
24146
24147 \lang english
24148
24149 \begin_inset Note Note
24150 status collapsed
24151
24152 \begin_layout Plain Layout
24153
24154 \lang english
24155 reset to default
24156 \end_layout
24157
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \begin_layout Standard
24164
24165 \lang english
24166 The coloring of lines, columns and lines works as decribed in section
24167 \begin_inset space ~
24168 \end_inset
24169
24170
24171 \lang french
24172
24173 \begin_inset CommandInset ref
24174 LatexCommand ref
24175 reference "sec:Tableaux-Colorés"
24176
24177 \end_inset
24178
24179
24180 \lang english
24181 .
24182  Coloring horizontal lines works analogically as described there as well,
24183  one only needs to replace in the commands 
24184 \series bold
24185
24186 \backslash
24187 myHlineC
24188 \series default
24189  by 
24190 \series bold
24191
24192 \backslash
24193 myHdashline
24194 \series default
24195  and 
24196 \backslash
24197
24198 \series bold
24199 hline
24200 \series default
24201  by 
24202 \series bold
24203
24204 \backslash
24205 hdashline
24206 \series default
24207 ; so one uses the command
24208 \end_layout
24209
24210 \begin_layout Standard
24211
24212 \series bold
24213
24214 \backslash
24215 let
24216 \backslash
24217 myHdashline
24218 \backslash
24219 hdashline
24220 \begin_inset Newline newline
24221 \end_inset
24222
24223
24224 \backslash
24225 renewcommand{
24226 \backslash
24227 hdashline}
24228 \begin_inset Newline newline
24229 \end_inset
24230
24231
24232 \begin_inset Phantom HPhantom
24233 status open
24234
24235 \begin_layout Plain Layout
24236 \begin_inset space ~
24237 \end_inset
24238
24239
24240 \end_layout
24241
24242 \end_inset
24243
24244 {
24245 \backslash
24246 arrayrulecolor{red}
24247 \backslash
24248 myHdashline
24249 \backslash
24250 arrayrulecolor{black}}
24251 \end_layout
24252
24253 \begin_layout Standard
24254
24255 \lang english
24256 To color 
24257 \series bold
24258
24259 \backslash
24260 cdashline
24261 \series default
24262 , the command is
24263 \end_layout
24264
24265 \begin_layout Standard
24266
24267 \series bold
24268
24269 \backslash
24270 let
24271 \backslash
24272 myCdashline
24273 \backslash
24274 cdashline
24275 \begin_inset Newline newline
24276 \end_inset
24277
24278
24279 \backslash
24280 renewcommand{
24281 \backslash
24282 cdashline}[1]
24283 \begin_inset Newline newline
24284 \end_inset
24285
24286
24287 \begin_inset Phantom HPhantom
24288 status open
24289
24290 \begin_layout Plain Layout
24291 \begin_inset space ~
24292 \end_inset
24293
24294
24295 \end_layout
24296
24297 \end_inset
24298
24299 {
24300 \backslash
24301 arrayrulecolor{red}
24302 \backslash
24303 myCdashline{#1}
24304 \backslash
24305 arrayrulecolor{black}}
24306 \end_layout
24307
24308 \begin_layout Standard
24309
24310 \lang english
24311 To get back the black line color, one needs to insert the following commands
24312  as TeX-Code behind the table:
24313 \end_layout
24314
24315 \begin_layout Standard
24316
24317 \lang english
24318 For 
24319 \series bold
24320
24321 \backslash
24322 hdashline
24323 \end_layout
24324
24325 \begin_layout Standard
24326
24327 \series bold
24328
24329 \backslash
24330 renewcommand{
24331 \backslash
24332 hdashline}{
24333 \backslash
24334 myHdashline}
24335 \end_layout
24336
24337 \begin_layout Standard
24338
24339 \lang english
24340 and for 
24341 \series bold
24342
24343 \backslash
24344 cdashline
24345 \end_layout
24346
24347 \begin_layout Standard
24348
24349 \series bold
24350
24351 \backslash
24352 renewcommand{
24353 \backslash
24354 cdashline}{
24355 \backslash
24356 myCdashline}
24357 \end_layout
24358
24359 \begin_layout Standard
24360
24361 \lang english
24362 To color the gaps between the dashes the command
24363 \end_layout
24364
24365 \begin_layout Standard
24366
24367 \series bold
24368 \lang english
24369
24370 \backslash
24371 dashgapcolor{color}
24372 \end_layout
24373
24374 \begin_layout Standard
24375
24376 \lang english
24377 can be used in front of a table as TeX-Code.
24378  color is hereby the name of a defined color.
24379  The command
24380 \end_layout
24381
24382 \begin_layout Standard
24383
24384 \series bold
24385
24386 \backslash
24387 nodashgapcolor
24388 \end_layout
24389
24390 \begin_layout Standard
24391
24392 \lang english
24393 unsets the changes made by 
24394 \series bold
24395
24396 \backslash
24397 dashgapcolor
24398 \series default
24399 .
24400 \end_layout
24401
24402 \begin_layout Standard
24403
24404 \lang english
24405 \begin_inset Note Greyedout
24406 status open
24407
24408 \begin_layout Plain Layout
24409
24410 \series bold
24411 \color none
24412 \lang english
24413 Note
24414 \series default
24415 : If there are multiple commands in a cell, the command of 
24416 \series bold
24417 arydshln
24418 \series default
24419  needs to be the first one in the cell.
24420  Therefore in cell 
24421 \emph on
24422 k
24423 \emph default
24424  of Table
24425 \begin_inset space ~
24426 \end_inset
24427
24428
24429 \begin_inset CommandInset ref
24430 LatexCommand ref
24431 reference "tab:Colored-table-with"
24432
24433 \end_inset
24434
24435  the command 
24436 \series bold
24437
24438 \backslash
24439 hdashline
24440 \series default
24441  is before 
24442 \series bold
24443
24444 \backslash
24445 rowcolor
24446 \series default
24447 .
24448 \end_layout
24449
24450 \end_inset
24451
24452
24453 \end_layout
24454
24455 \begin_layout Standard
24456
24457 \lang english
24458 \begin_inset Note Greyedout
24459 status open
24460
24461 \begin_layout Plain Layout
24462
24463 \series bold
24464 \color none
24465 \lang english
24466 Note:
24467 \series default
24468  The LaTeX-package 
24469 \series bold
24470 arydshln
24471 \series default
24472  must be loaded in the document preamble before the LaTeX-package
24473 \lang french
24474  
24475 \series bold
24476 colortbl
24477 \series default
24478 \color inherit
24479
24480 \begin_inset Index idx
24481 status collapsed
24482
24483 \begin_layout Plain Layout
24484 Paquetages LaTeX ! colortbl
24485 \end_layout
24486
24487 \end_inset
24488
24489
24490 \color none
24491 .
24492 \end_layout
24493
24494 \end_inset
24495
24496
24497 \end_layout
24498
24499 \begin_layout Standard
24500 \begin_inset ERT
24501 status collapsed
24502
24503 \begin_layout Plain Layout
24504
24505
24506 \backslash
24507 else
24508 \end_layout
24509
24510 \end_inset
24511
24512
24513 \begin_inset Note Note
24514 status open
24515
24516 \begin_layout Plain Layout
24517 Ce qui suit sera affiché si le paquetage LaTeX 
24518 \series bold
24519 arydshln
24520 \series default
24521  n'est pas installé :
24522 \end_layout
24523
24524 \end_inset
24525
24526
24527 \end_layout
24528
24529 \begin_layout Standard
24530 Vous devez installer le paquetage LaTeX 
24531 \series bold
24532 arydshln
24533 \series default
24534  pour voir le contenu des cette section dans la sortie imprimée.
24535 \end_layout
24536
24537 \begin_layout Standard
24538 \begin_inset ERT
24539 status collapsed
24540
24541 \begin_layout Plain Layout
24542
24543
24544 \backslash
24545 fi
24546 \end_layout
24547
24548 \end_inset
24549
24550
24551 \end_layout
24552
24553 \begin_layout Standard
24554
24555 \lang english
24556 For more information about dashed lines see the documentation of
24557 \lang french
24558  
24559 \series bold
24560 arydshln
24561 \series default
24562
24563 \begin_inset CommandInset citation
24564 LatexCommand cite
24565 key "arydshln"
24566
24567 \end_inset
24568
24569 .
24570 \end_layout
24571
24572 \begin_layout Chapter
24573 Flottants
24574 \begin_inset CommandInset label
24575 LatexCommand label
24576 name "chap:Flottants"
24577
24578 \end_inset
24579
24580
24581 \begin_inset Index idx
24582 status collapsed
24583
24584 \begin_layout Plain Layout
24585 Flottants
24586 \end_layout
24587
24588 \end_inset
24589
24590
24591 \end_layout
24592
24593 \begin_layout Section
24594 Introduction
24595 \begin_inset CommandInset label
24596 LatexCommand label
24597 name "sec:Flottants-Introduction"
24598
24599 \end_inset
24600
24601
24602 \begin_inset Index idx
24603 status collapsed
24604
24605 \begin_layout Plain Layout
24606 Flottants ! Introduction
24607 \end_layout
24608
24609 \end_inset
24610
24611
24612 \end_layout
24613
24614 \begin_layout Standard
24615 Un flottant est une portion de document, qui peut être associé à une étiquette
24616  et dont la position n'est pas fixée.
24617  Il peut 
24618 \begin_inset Quotes eld
24619 \end_inset
24620
24621 flotter
24622 \begin_inset Quotes erd
24623 \end_inset
24624
24625  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
24626  plus approprié.
24627  Les 
24628 \family sans
24629 Notes
24630 \begin_inset space ~
24631 \end_inset
24632
24633 en
24634 \begin_inset space ~
24635 \end_inset
24636
24637 Bas
24638 \begin_inset space ~
24639 \end_inset
24640
24641 de
24642 \begin_inset space ~
24643 \end_inset
24644
24645 Page
24646 \family default
24647  et le 
24648 \family sans
24649 Notes
24650 \begin_inset space ~
24651 \end_inset
24652
24653 en
24654 \begin_inset space ~
24655 \end_inset
24656
24657 Marge
24658 \family default
24659  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
24660  sur la page suivante quand il y a trop de notes sur la page courante.
24661 \end_layout
24662
24663 \begin_layout Standard
24664 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
24665  très grande qualité.
24666  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
24667  éviter des lignes blanches ou des pages sans texte.
24668  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
24669  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
24670  le texte.
24671  Les flottants sont donc numérotés.
24672  Les références croisées sont décrites dans la section
24673 \begin_inset space ~
24674 \end_inset
24675
24676
24677 \begin_inset CommandInset ref
24678 LatexCommand ref
24679 reference "sec:Referencer-les-Flottants"
24680
24681 \end_inset
24682
24683 .
24684 \end_layout
24685
24686 \begin_layout Standard
24687 Pour insérer un flottant, on utilise un des sous menus du menu 
24688 \family sans
24689 Insérer\SpecialChar \menuseparator
24690 Flottant
24691 \family default
24692  (barre d'outils 
24693 \begin_inset Info
24694 type  "icon"
24695 arg   "float-insert figure"
24696 \end_inset
24697
24698  ou 
24699 \begin_inset Info
24700 type  "icon"
24701 arg   "float-insert table"
24702 \end_inset
24703
24704 ).
24705  Une boîte va être insérée dans votre document avec par exemple une étiquette
24706  du genre 
24707 \begin_inset Quotes eld
24708 \end_inset
24709
24710 Figure
24711 \begin_inset space ~
24712 \end_inset
24713
24714 #:
24715 \begin_inset Quotes erd
24716 \end_inset
24717
24718  (où # est un numéro).
24719  L'étiquette est automatiquement traduite dans la langue du document dans
24720  la sortie finale.
24721  Après l'étiquette vous pouvez insérer du texte comme légende.
24722  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
24723  séparé, à l'intérieur du flottant.
24724  Vous trouverez plus de détails sur le positionnement des légendes dans
24725  la section
24726 \begin_inset space ~
24727 \end_inset
24728
24729
24730 \begin_inset CommandInset ref
24731 LatexCommand ref
24732 reference "sec:Placement-légende"
24733
24734 \end_inset
24735
24736 .
24737  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
24738  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
24739  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
24740  Une boîte de flottant fermée ressemble à ceci : 
24741 \begin_inset Graphics
24742         filename clipart/floatQt4.png
24743         scale 60
24744
24745 \end_inset
24746
24747  – une case grise avec un texte rouge.
24748 \end_layout
24749
24750 \begin_layout Standard
24751 Il est recommandé d'insérer les flottants comme des paragraphes séparés
24752  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
24753  est formaté de façon particulière.
24754 \end_layout
24755
24756 \begin_layout Section
24757 Les types de flottants
24758 \end_layout
24759
24760 \begin_layout Standard
24761 En plus des flottants de figures et de tableau qui sont décrits respectivement
24762  dans les sections
24763 \begin_inset space ~
24764 \end_inset
24765
24766
24767 \begin_inset CommandInset ref
24768 LatexCommand ref
24769 reference "sec:Figure-Floats"
24770
24771 \end_inset
24772
24773  et 
24774 \begin_inset CommandInset ref
24775 LatexCommand ref
24776 reference "sec:Table-Floats"
24777
24778 \end_inset
24779
24780 , LyX offre aussi les types 
24781 \family sans
24782 Algorithme
24783 \family default
24784  et 
24785 \family sans
24786 Enrobage
24787 \family default
24788 .
24789  Ces derniers sont expliques dans la section
24790 \begin_inset space \thinspace{}
24791 \end_inset
24792
24793
24794 \begin_inset CommandInset ref
24795 LatexCommand ref
24796 reference "sec:Flottant-d'enrobage"
24797
24798 \end_inset
24799
24800 .
24801 \end_layout
24802
24803 \begin_layout Subsection
24804 Flottant d'algorithme
24805 \begin_inset Index idx
24806 status collapsed
24807
24808 \begin_layout Plain Layout
24809 Flottants ! Algorithmes
24810 \end_layout
24811
24812 \end_inset
24813
24814
24815 \begin_inset CommandInset label
24816 LatexCommand label
24817 name "sub:Flottant-d'Algorithme"
24818
24819 \end_inset
24820
24821
24822 \end_layout
24823
24824 \begin_layout Standard
24825 \begin_inset Float algorithm
24826 placement h
24827 wide false
24828 sideways false
24829 status open
24830
24831 \begin_layout Plain Layout
24832 \begin_inset Caption
24833
24834 \begin_layout Plain Layout
24835 \begin_inset CommandInset label
24836 LatexCommand label
24837 name "alg:Exemple-Flottant-Algorithme"
24838
24839 \end_inset
24840
24841 Exemple de flottant d'algorithme
24842 \end_layout
24843
24844 \end_inset
24845
24846
24847 \end_layout
24848
24849 \begin_layout LyX-Code
24850 for I in 1..N loop
24851 \begin_inset Newline newline
24852 \end_inset
24853
24854  Sum:= Sum + A(I); /*comment*/
24855 \begin_inset Newline newline
24856 \end_inset
24857
24858 end loop
24859 \begin_inset VSpace -4mm
24860 \end_inset
24861
24862
24863 \end_layout
24864
24865 \end_inset
24866
24867
24868 \end_layout
24869
24870 \begin_layout Standard
24871 Ce type de flottant est inséré à l'aide du menu 
24872 \family sans
24873 Insérer\SpecialChar \menuseparator
24874 Flottant\SpecialChar \menuseparator
24875 Algorithme
24876 \family default
24877 .
24878  Il peut être utilisé pour des morceaux de code source ou des descriptions
24879  d'algorithmes et peut être utilisé comme une alternative au listing de
24880  code source qui est décrit au chapitre
24881 \begin_inset space ~
24882 \end_inset
24883
24884
24885 \begin_inset CommandInset ref
24886 LatexCommand ref
24887 reference "cha:Program-Code-Listings"
24888
24889 \end_inset
24890
24891 .
24892  Vous pouvez par exemple utiliser l'environnement Code
24893 \begin_inset space ~
24894 \end_inset
24895
24896 LyX qui est décrit dans le 
24897 \emph on
24898 Guide
24899 \emph default
24900
24901 \begin_inset space ~
24902 \end_inset
24903
24904
24905 \emph on
24906 de
24907 \begin_inset space ~
24908 \end_inset
24909
24910 l'Utilisateur
24911 \emph default
24912  de LyX.
24913  l'algorithme
24914 \begin_inset space ~
24915 \end_inset
24916
24917
24918 \begin_inset CommandInset ref
24919 LatexCommand ref
24920 reference "alg:Exemple-Flottant-Algorithme"
24921
24922 \end_inset
24923
24924  est un exemple de flottant d'algorithme où un espace vertical de -4
24925 \begin_inset space \thinspace{}
24926 \end_inset
24927
24928 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
24929  soit placée exactement sous le texte de la dernière ligne.
24930 \end_layout
24931
24932 \begin_layout Standard
24933 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
24934  du document.
24935  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
24936 ent en ajoutant la ligne suivante dans le préambule de votre document :
24937 \end_layout
24938
24939 \begin_layout Standard
24940
24941 \series bold
24942
24943 \backslash
24944 floatname{algorithm}{votre
24945 \begin_inset space ~
24946 \end_inset
24947
24948 nom}
24949 \end_layout
24950
24951 \begin_layout Standard
24952
24953 \family sans
24954  votre
24955 \begin_inset space ~
24956 \end_inset
24957
24958 nom
24959 \family default
24960  est le mot 
24961 \begin_inset Quotes eld
24962 \end_inset
24963
24964
24965 \emph on
24966 algorithme
24967 \emph default
24968
24969 \begin_inset Quotes erd
24970 \end_inset
24971
24972  dans votre langue.
24973 \end_layout
24974
24975 \begin_layout Standard
24976 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
24977 \family sans
24978 Insérer\SpecialChar \menuseparator
24979 Listes
24980 \begin_inset space ~
24981 \end_inset
24982
24983 &
24984 \begin_inset space ~
24985 \end_inset
24986
24987 TdM\SpecialChar \menuseparator
24988 Liste
24989 \begin_inset space ~
24990 \end_inset
24991
24992 des
24993 \begin_inset space ~
24994 \end_inset
24995
24996 algorithmes
24997 \family default
24998  si votre document est en la même langue que les menus de LyX.
24999  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
25000  en code TeX à la place:
25001 \end_layout
25002
25003 \begin_layout Standard
25004
25005 \series bold
25006
25007 \backslash
25008 listof{algorithm}{votre
25009 \begin_inset space ~
25010 \end_inset
25011
25012 nom}
25013 \end_layout
25014
25015 \begin_layout Standard
25016 où 
25017 \family sans
25018 votre
25019 \begin_inset space ~
25020 \end_inset
25021
25022 nom
25023 \family default
25024  est la traduction de 
25025 \begin_inset Quotes eld
25026 \end_inset
25027
25028
25029 \emph on
25030 List of Algorithm
25031 \emph default
25032 s
25033 \begin_inset Quotes erd
25034 \end_inset
25035
25036  dans votre langue.
25037 \end_layout
25038
25039 \begin_layout Standard
25040 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
25041  le schéma 
25042 \begin_inset Quotes eld
25043 \end_inset
25044
25045 chapitre.algorithme
25046 \begin_inset Quotes erd
25047 \end_inset
25048
25049  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
25050  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
25051  commande dans le préambule de votre document :
25052 \end_layout
25053
25054 \begin_layout Standard
25055
25056 \series bold
25057
25058 \backslash
25059 numberwithin{algorithm}{chapter}
25060 \end_layout
25061
25062 \begin_layout Standard
25063 Pour pouvoir utiliser la commande 
25064 \series bold
25065
25066 \backslash
25067 numberwithin
25068 \series default
25069 , activez l'option 
25070 \family sans
25071 Utiliser
25072 \begin_inset space ~
25073 \end_inset
25074
25075 le
25076 \begin_inset space ~
25077 \end_inset
25078
25079 paquetage
25080 \begin_inset space ~
25081 \end_inset
25082
25083 AMS
25084 \begin_inset space ~
25085 \end_inset
25086
25087 math
25088 \family default
25089  dans la rubrique 
25090 \family sans
25091 Options
25092 \begin_inset space ~
25093 \end_inset
25094
25095 des
25096 \begin_inset space ~
25097 \end_inset
25098
25099 Maths
25100 \family default
25101  de la fenêtre de dialogue 
25102 \family sans
25103 Paramètres
25104 \begin_inset space ~
25105 \end_inset
25106
25107 du
25108 \begin_inset space ~
25109 \end_inset
25110
25111 Document
25112 \family default
25113 .
25114 \end_layout
25115
25116 \begin_layout Section
25117 Numérotation des flottants
25118 \begin_inset Index idx
25119 status collapsed
25120
25121 \begin_layout Plain Layout
25122 Flottants ! Numérotation
25123 \end_layout
25124
25125 \end_inset
25126
25127
25128 \end_layout
25129
25130 \begin_layout Standard
25131 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
25132  ils se trouvent, soit en utilisant un format du genre 
25133 \begin_inset Quotes eld
25134 \end_inset
25135
25136 chapitre.numéro
25137 \begin_inset Quotes erd
25138 \end_inset
25139
25140  ou 
25141 \begin_inset Quotes eld
25142 \end_inset
25143
25144 section.numéro
25145 \begin_inset Quotes erd
25146 \end_inset
25147
25148 .
25149  Cela dépend de la classe de document utilisée.
25150 \end_layout
25151
25152 \begin_layout Standard
25153 Pour changer le format de la numérotation qui ne dépend pas de la section
25154  dans laquelle on se trouve, on peut utiliser la commande suivante dans
25155  le préambule du document :
25156 \end_layout
25157
25158 \begin_layout Standard
25159
25160 \series bold
25161
25162 \backslash
25163 renewcommand{
25164 \backslash
25165 thetable}{
25166 \backslash
25167 roman{table}}
25168 \end_layout
25169
25170 \begin_layout Standard
25171
25172 \series bold
25173
25174 \backslash
25175 thetable
25176 \series default
25177  est la commande qui imprime le numéro du tableau, pour les figures, la
25178  commande serait 
25179 \series bold
25180
25181 \backslash
25182 thefigure
25183 \series default
25184 .
25185  La commande 
25186 \series bold
25187
25188 \backslash
25189 roman
25190 \series default
25191  utilisée dans la commande précédente, imprime le numéro du tableau sous
25192  forme de petits chiffres romains.
25193 \end_layout
25194
25195 \begin_layout Standard
25196 Pour changer le type de numérotation pour par exemple 
25197 \begin_inset Quotes eld
25198 \end_inset
25199
25200 sous-section.numéro
25201 \begin_inset Quotes erd
25202 \end_inset
25203
25204 , utilisez la commande suivante dans le préambule du document :
25205 \end_layout
25206
25207 \begin_layout Standard
25208
25209 \series bold
25210
25211 \backslash
25212 numberwithin{table}{subsection}
25213 \end_layout
25214
25215 \begin_layout Standard
25216 Pour pouvoir utiliser la commande 
25217 \series bold
25218
25219 \backslash
25220 numberwithin
25221 \series default
25222 , vous devez activer l'option 
25223 \family sans
25224 Utiliser
25225 \begin_inset space ~
25226 \end_inset
25227
25228 le
25229 \begin_inset space ~
25230 \end_inset
25231
25232 paquetage
25233 \begin_inset space ~
25234 \end_inset
25235
25236 maths
25237 \begin_inset space ~
25238 \end_inset
25239
25240 AMS
25241 \family default
25242  dans la rubrique 
25243 \family sans
25244 Options
25245 \begin_inset space ~
25246 \end_inset
25247
25248 des
25249 \begin_inset space ~
25250 \end_inset
25251
25252 Maths
25253 \family default
25254  de la fenêtre de dialogue 
25255 \family sans
25256 Paramètres
25257 \family default
25258  du document.
25259 \end_layout
25260
25261 \begin_layout Standard
25262 Veuillez aussi jeter un coup d'œil à la section
25263 \begin_inset space ~
25264 \end_inset
25265
25266
25267 \begin_inset CommandInset ref
25268 LatexCommand ref
25269 reference "sub:Numerotation-notes-bas-de-page"
25270
25271 \end_inset
25272
25273  pour plus de détails et des notes importantes sur les commandes de numérotation.
25274 \end_layout
25275
25276 \begin_layout Section
25277 Faire référence à des flottants
25278 \begin_inset CommandInset label
25279 LatexCommand label
25280 name "sec:Referencer-les-Flottants"
25281
25282 \end_inset
25283
25284
25285 \begin_inset Index idx
25286 status collapsed
25287
25288 \begin_layout Plain Layout
25289 Flottants ! Références
25290 \end_layout
25291
25292 \end_inset
25293
25294
25295 \begin_inset Index idx
25296 status collapsed
25297
25298 \begin_layout Plain Layout
25299 References@Références ! à des Flottants 
25300 \end_layout
25301
25302 \end_inset
25303
25304
25305 \end_layout
25306
25307 \begin_layout Standard
25308 Pour faire référence à un flottant, insérez une étiquette dans sa légende
25309  en utilisant le menu 
25310 \family sans
25311 Insérer\SpecialChar \menuseparator
25312 Étiquette
25313 \family default
25314  ou le bouton 
25315 \begin_inset Info
25316 type  "icon"
25317 arg   "label-insert"
25318 \end_inset
25319
25320  de la barre d'outils.
25321  Une boîte grise de ce genre : 
25322 \begin_inset Graphics
25323         filename clipart/labelQt4.png
25324         lyxscale 85
25325         scale 85
25326         scaleBeforeRotation
25327
25328 \end_inset
25329
25330  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
25331  de saisir le texte de l'étiquette.
25332  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
25333  précédés d'un préfixe.
25334  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
25335  préfixe sera "
25336 \family sans
25337 fig:
25338 \family default
25339 ".
25340 \end_layout
25341
25342 \begin_layout Standard
25343 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
25344  Vous pouvez faire référence à cette étiquette en utilisant le menu 
25345 \family sans
25346 Insérer\SpecialChar \menuseparator
25347 Référence
25348 \begin_inset space ~
25349 \end_inset
25350
25351 Croisée
25352 \family default
25353  ou le bouton 
25354 \begin_inset Info
25355 type  "icon"
25356 arg   "dialog-show-new-inset ref"
25357 \end_inset
25358
25359  de la barre d'outils.
25360  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
25361  définies dans votre document.
25362  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
25363  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
25364  de la fenêtre de dialogue.
25365  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
25366  une.
25367  Une boîte grise de référence croisée comme celle-ci : 
25368 \begin_inset Graphics
25369         filename ../clipart/referenceQt4.png
25370         scale 85
25371         scaleBeforeRotation
25372
25373 \end_inset
25374
25375  va être insérée.
25376  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
25377  de la référence croisée.
25378 \end_layout
25379
25380 \begin_layout Standard
25381 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
25382  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
25383  les deux.
25384  Si une référence croisées fait référence à une étiquette qui n'existe pas,
25385  vous verrez deux points d'interrogation dans la sortie imprimée à la place
25386  du numéro de la référence.
25387 \end_layout
25388
25389 \begin_layout Standard
25390 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
25391  Les références vers l'étiquette modifiée seront mise à jour automatiquement
25392  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
25393  pas à vous en préoccuper.
25394 \end_layout
25395
25396 \begin_layout Standard
25397 Le bouton 
25398 \family sans
25399 Aller
25400 \begin_inset space ~
25401 \end_inset
25402
25403 à
25404 \begin_inset space ~
25405 \end_inset
25406
25407 l'étiquette
25408 \family default
25409  dans la fenêtre de référence croisée va positionner le curseur juste devant
25410  l'étiquette à laquelle on fait référence.
25411  Le nom du bouton bouton 
25412 \family sans
25413 Revenir
25414 \family default
25415  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
25416 \end_layout
25417
25418 \begin_layout Subsection
25419 Formats de références croisées
25420 \begin_inset CommandInset label
25421 LatexCommand label
25422 name "sub:Formats-Références-Croisées"
25423
25424 \end_inset
25425
25426
25427 \begin_inset Index idx
25428 status collapsed
25429
25430 \begin_layout Plain Layout
25431 References@Références ! Formats
25432 \end_layout
25433
25434 \end_inset
25435
25436
25437 \end_layout
25438
25439 \begin_layout Standard
25440 Il y a six types de références croisées :
25441 \end_layout
25442
25443 \begin_layout Description
25444 <référence>
25445 \begin_inset space ~
25446 \end_inset
25447
25448 : affiche le numéro de l'élément, c'est le choix implicite : 
25449 \begin_inset CommandInset ref
25450 LatexCommand ref
25451 reference "fig:Deux-images-déformées"
25452
25453 \end_inset
25454
25455
25456 \end_layout
25457
25458 \begin_layout Description
25459 (<référence>)
25460 \begin_inset space ~
25461 \end_inset
25462
25463 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
25464  normalement pour faire référence à des formules mathématiques, en particulier
25465  quand le mot 
25466 \begin_inset Quotes eld
25467 \end_inset
25468
25469 Équation
25470 \begin_inset Quotes erd
25471 \end_inset
25472
25473  est omis : 
25474 \begin_inset CommandInset ref
25475 LatexCommand eqref
25476 reference "eq:Wgn"
25477
25478 \end_inset
25479
25480
25481 \end_layout
25482
25483 \begin_layout Description
25484 <page>
25485 \begin_inset space ~
25486 \end_inset
25487
25488 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
25489 \begin_inset space ~
25490 \end_inset
25491
25492
25493 \begin_inset CommandInset ref
25494 LatexCommand pageref
25495 reference "fig:Deux-images-déformées"
25496
25497 \end_inset
25498
25499
25500 \end_layout
25501
25502 \begin_layout Description
25503 Sur
25504 \begin_inset space ~
25505 \end_inset
25506
25507 la
25508 \begin_inset space ~
25509 \end_inset
25510
25511 page
25512 \begin_inset space ~
25513 \end_inset
25514
25515 <page>
25516 \begin_inset space ~
25517 \end_inset
25518
25519 : affiche le mot 
25520 \begin_inset Quotes eld
25521 \end_inset
25522
25523 page
25524 \begin_inset Quotes erd
25525 \end_inset
25526
25527  suivi du numéro de la page sur laquelle se trouve l'élément : 
25528 \begin_inset CommandInset ref
25529 LatexCommand vpageref
25530 reference "fig:Deux-images-déformées"
25531
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \begin_layout Description
25538 <référence>
25539 \begin_inset space ~
25540 \end_inset
25541
25542 page
25543 \begin_inset space ~
25544 \end_inset
25545
25546 <page>
25547 \begin_inset space ~
25548 \end_inset
25549
25550 : affiche le numéro de l'élément, le mot 
25551 \begin_inset Quotes eld
25552 \end_inset
25553
25554 page
25555 \begin_inset Quotes erd
25556 \end_inset
25557
25558  et le numéro de la page : 
25559 \begin_inset CommandInset ref
25560 LatexCommand vref
25561 reference "fig:Deux-images-déformées"
25562
25563 \end_inset
25564
25565
25566 \end_layout
25567
25568 \begin_layout Description
25569 Référence
25570 \begin_inset space ~
25571 \end_inset
25572
25573 mise
25574 \begin_inset space ~
25575 \end_inset
25576
25577 en
25578 \begin_inset space ~
25579 \end_inset
25580
25581 forme
25582 \begin_inset space ~
25583 \end_inset
25584
25585 : affiche une référence croisée qui définit son propre format.
25586 \begin_inset Newline newline
25587 \end_inset
25588
25589
25590 \begin_inset Note Greyedout
25591 status open
25592
25593 \begin_layout Plain Layout
25594
25595 \series bold
25596 Note:
25597 \series default
25598  Ce type de référence croisée n'est disponible que si vous avez installé
25599  le paquetage LaTeX 
25600 \series bold
25601 prettyref
25602 \series default
25603  ou 
25604 \series bold
25605 refstyle
25606 \series default
25607
25608 \begin_inset Index idx
25609 status collapsed
25610
25611 \begin_layout Plain Layout
25612 Paquetages LaTeX ! prettyref
25613 \end_layout
25614
25615 \end_inset
25616
25617
25618 \begin_inset Index idx
25619 status collapsed
25620
25621 \begin_layout Plain Layout
25622 Paquetages LaTeX ! refstyle
25623 \end_layout
25624
25625 \end_inset
25626
25627 .
25628 \end_layout
25629
25630 \end_inset
25631
25632
25633 \begin_inset Newline newline
25634 \end_inset
25635
25636 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
25637  fonction en utilisant l'option 
25638 \family sans
25639 Utiliser refstyle (à la place de prettyref) pour les références croisées
25640 \family default
25641  dans le menu 
25642 \family sans
25643 Document\SpecialChar \menuseparator
25644 Paramètres\SpecialChar \menuseparator
25645 Classe de document
25646 \family default
25647 .
25648  Le format est précisé en ajoutant la commande 
25649 \series bold
25650
25651 \backslash
25652 newrefformat
25653 \series default
25654  (prettyref) ou 
25655 \series bold
25656
25657 \backslash
25658 newref
25659 \series default
25660  (refstyle) au préambule du document.
25661  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
25662  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
25663 \begin_inset space ~
25664 \end_inset
25665
25666 :
25667 \begin_inset Newline newline
25668 \end_inset
25669
25670
25671 \series bold
25672
25673 \backslash
25674 newref{fig}{refcmd={Image sur la page 
25675 \backslash
25676 pageref{#1}}}
25677 \series default
25678
25679 \begin_inset Newline newline
25680 \end_inset
25681
25682 Pour plus d'information sur le format, jetez un œil sur la documentation
25683  du paquetage, 
25684 \begin_inset CommandInset citation
25685 LatexCommand cite
25686 key "prettyref,refstyle"
25687
25688 \end_inset
25689
25690 .
25691 \end_layout
25692
25693 \begin_layout Description
25694 Référence
25695 \begin_inset space ~
25696 \end_inset
25697
25698 textuelle: affiche la légende de la référence
25699 \begin_inset space ~
25700 \end_inset
25701
25702
25703 \begin_inset CommandInset ref
25704 LatexCommand nameref
25705 reference "fig:Deux-images-déformées"
25706
25707 \end_inset
25708
25709
25710 \end_layout
25711
25712 \begin_layout Standard
25713
25714 \family sans
25715 <page>
25716 \family default
25717  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
25718  précédente, la même page ou la page suivante.
25719  Vous verrez par exemple un texte du genre 
25720 \begin_inset Quotes eld
25721 \end_inset
25722
25723
25724 \family sans
25725 sur cette page
25726 \family default
25727
25728 \begin_inset Quotes erd
25729 \end_inset
25730
25731  à la place.
25732  Le style 
25733 \family sans
25734 <référence>
25735 \begin_inset space ~
25736 \end_inset
25737
25738 page
25739 \begin_inset space ~
25740 \end_inset
25741
25742 <page> 
25743 \family default
25744 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
25745  page.
25746 \end_layout
25747
25748 \begin_layout Standard
25749 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
25750  se trouve sont calculés automatiquement par LaTeX.
25751  Vous choisissez une des six variétés de références dans le champ Format
25752  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
25753  boîte de la référence croisée.
25754 \end_layout
25755
25756 \begin_layout Standard
25757 \begin_inset Note Greyedout
25758 status open
25759
25760 \begin_layout Plain Layout
25761
25762 \series bold
25763 Note:
25764 \series default
25765  L'utilisation du paquetage LaTeX 
25766 \series bold
25767 refstyle
25768 \series default
25769
25770 \begin_inset Index idx
25771 status collapsed
25772
25773 \begin_layout Plain Layout
25774 Paquetages LaTeX ! refstyle
25775 \end_layout
25776
25777 \end_inset
25778
25779  est recommandée parce que 
25780 \series bold
25781 prettyref
25782 \series default
25783
25784 \begin_inset Index idx
25785 status collapsed
25786
25787 \begin_layout Plain Layout
25788 Paquetages LaTeX ! prettyref
25789 \end_layout
25790
25791 \end_inset
25792
25793  ne connaît pas tous les raccourcis possibles pour les étiquettes
25794 \begin_inset Foot
25795 status collapsed
25796
25797 \begin_layout Plain Layout
25798 \begin_inset Quotes eld
25799 \end_inset
25800
25801 fig:
25802 \begin_inset Quotes erd
25803 \end_inset
25804
25805  est par exemple le raccourci LyX pour les étiquettes dans les légendes
25806  de figures,.
25807 \end_layout
25808
25809 \end_inset
25810
25811  et n'est pas internationalisé.
25812 \end_layout
25813
25814 \end_inset
25815
25816
25817 \end_layout
25818
25819 \begin_layout Standard
25820 \begin_inset Note Greyedout
25821 status open
25822
25823 \begin_layout Plain Layout
25824
25825 \series bold
25826 Note:
25827 \series default
25828  Du fait d'un bogue dans la paquetage LaTeX 
25829 \series bold
25830 varioref
25831 \series default
25832  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
25833  si la langue du document est le français.
25834  Pour contourner ce bogue, voir
25835 \begin_inset Newline newline
25836 \end_inset
25837
25838
25839 \begin_inset CommandInset href
25840 LatexCommand href
25841 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25842
25843 \end_inset
25844
25845 .
25846 \end_layout
25847
25848 \end_inset
25849
25850
25851 \end_layout
25852
25853 \begin_layout Subsection
25854 Nommage automatique des références croisées
25855 \begin_inset Index idx
25856 status collapsed
25857
25858 \begin_layout Plain Layout
25859 References@Références ! Nommage automatique
25860 \end_layout
25861
25862 \end_inset
25863
25864
25865 \end_layout
25866
25867 \begin_layout Standard
25868 Le paquetage LaTeX 
25869 \series bold
25870 hyperref
25871 \series default
25872
25873 \begin_inset Index idx
25874 status collapsed
25875
25876 \begin_layout Plain Layout
25877 Paquetages LaTeX ! hyperref
25878 \end_layout
25879
25880 \end_inset
25881
25882
25883 \series bold
25884
25885 \series default
25886 qui est activé dans la rubrique 
25887 \family sans
25888 Propriétés du PDF
25889 \family default
25890  de la fenêtre de dialogue 
25891 \family sans
25892 Paramètres du document
25893 \family default
25894  fournit une fonction très utile pour automatiser la création des références
25895  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
25896  une section).
25897  Par exemple pour vous éviter de devoir écrire le mot 
25898 \begin_inset Quotes eld
25899 \end_inset
25900
25901 Figure
25902 \begin_inset Quotes erd
25903 \end_inset
25904
25905  devant chaque référence à une figure.
25906  Pour profiter de ce nommage automatique des références croisées, vous devez
25907  activer 
25908 \series bold
25909 hyperref
25910 \series default
25911  et insérer la ligne suivante dans le préambule du document :
25912 \end_layout
25913
25914 \begin_layout Standard
25915
25916 \series bold
25917
25918 \backslash
25919 AtBeginDocument{
25920 \backslash
25921 renewcommand{
25922 \backslash
25923 ref}[1]{
25924 \backslash
25925 mbox{
25926 \backslash
25927 autoref{#1}}}}
25928 \end_layout
25929
25930 \begin_layout Standard
25931 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
25932  défaut, par exemple vous préférez le nom 
25933 \begin_inset Quotes eld
25934 \end_inset
25935
25936 sec.
25937 \begin_inset space \thinspace{}
25938 \end_inset
25939
25940
25941 \begin_inset Quotes eld
25942 \end_inset
25943
25944  plutôt que 
25945 \begin_inset Quotes eld
25946 \end_inset
25947
25948 section
25949 \begin_inset Quotes erd
25950 \end_inset
25951
25952 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
25953 \end_layout
25954
25955 \begin_layout Standard
25956
25957 \series bold
25958
25959 \backslash
25960 addto
25961 \backslash
25962 extrasfrench{
25963 \backslash
25964 renewcommand{
25965 \backslash
25966 sectionautorefname}
25967 \begin_inset Newline newline
25968 \end_inset
25969
25970
25971 \begin_inset Phantom HPhantom
25972 status open
25973
25974 \begin_layout Plain Layout
25975
25976 \series bold
25977 \begin_inset space ~
25978 \end_inset
25979
25980
25981 \end_layout
25982
25983 \end_inset
25984
25985 {sec.
25986 \backslash
25987 negthinspace}}
25988 \end_layout
25989
25990 \begin_layout Standard
25991 Si vous utilisez une autre langue que le français, remplacez 
25992 \series bold
25993
25994 \backslash
25995 extrasfrench
25996 \series default
25997  par 
25998 \series bold
25999
26000 \backslash
26001 extras***
26002 \series default
26003 , où *** est le nom de la langue que vous utilisez.
26004
26005 \series bold
26006  
26007 \end_layout
26008
26009 \begin_layout Standard
26010 Pour avoir des noms automatiques, mais pas pour certains types de références,
26011  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
26012 \end_layout
26013
26014 \begin_layout Standard
26015
26016 \series bold
26017
26018 \backslash
26019 addto
26020 \backslash
26021 extrasfrench{
26022 \backslash
26023 renewcommand*{
26024 \backslash
26025 equationautorefname}[1]{}}
26026 \end_layout
26027
26028 \begin_layout Standard
26029 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
26030  de 
26031 \series bold
26032 hyperref
26033 \series default
26034  
26035 \begin_inset CommandInset citation
26036 LatexCommand cite
26037 key "hyperref"
26038
26039 \end_inset
26040
26041 .
26042 \end_layout
26043
26044 \begin_layout Standard
26045 \begin_inset Note Greyedout
26046 status open
26047
26048 \begin_layout Plain Layout
26049
26050 \series bold
26051 Note:
26052 \series default
26053  Le nommage automatique de références ne peut être utilisé si vous avez
26054  choisi le style de référence 
26055 \family sans
26056 Référence
26057 \begin_inset space ~
26058 \end_inset
26059
26060 mise
26061 \begin_inset space ~
26062 \end_inset
26063
26064 en
26065 \begin_inset space ~
26066 \end_inset
26067
26068 forme
26069 \family default
26070  décrit dans la section
26071 \begin_inset space ~
26072 \end_inset
26073
26074
26075 \begin_inset CommandInset ref
26076 LatexCommand ref
26077 reference "sub:Formats-Références-Croisées"
26078
26079 \end_inset
26080
26081 .
26082 \end_layout
26083
26084 \end_inset
26085
26086
26087 \end_layout
26088
26089 \begin_layout Standard
26090 Le manuel 
26091 \emph on
26092 Math
26093 \emph default
26094  est un exemple dans lequel on a utilisé le référencement automatique.
26095 \end_layout
26096
26097 \begin_layout Subsection
26098 Positionnement des références 
26099 \begin_inset CommandInset label
26100 LatexCommand label
26101 name "sub:Reference-Position"
26102
26103 \end_inset
26104
26105
26106 \begin_inset Index idx
26107 status collapsed
26108
26109 \begin_layout Plain Layout
26110 References@Références ! Positionnement
26111 \end_layout
26112
26113 \end_inset
26114
26115
26116 \end_layout
26117
26118 \begin_layout Standard
26119 Si vous utilisez le paquetage 
26120 \series bold
26121 hyperref, 
26122 \series default
26123 qui est activé dans la rubrique 
26124 \family sans
26125 Propriétés du PDF
26126 \family default
26127  de la fenêtre de dialogue 
26128 \family sans
26129 Paramètres du document,
26130 \family default
26131  pour lier vos références croisées dans la sortie finale, vous verrez que
26132  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
26133  l'image.
26134  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
26135  pourrez voir l'image sans faire défiler le texte.
26136  Ce problème vient du fait que le point d'ancrage de la référence se situe
26137  à l'endroit de l'étiquette.
26138  En utilisant le paquetage LaTeX 
26139 \series bold
26140 hypcap
26141 \series default
26142
26143 \begin_inset Index idx
26144 status collapsed
26145
26146 \begin_layout Plain Layout
26147 Paquetages LaTeX ! hypcap
26148 \end_layout
26149
26150 \end_inset
26151
26152 , qui fait partie du paquetage LaTeX 
26153 \series bold
26154 oberdiek
26155 \series default
26156
26157 \begin_inset Index idx
26158 status collapsed
26159
26160 \begin_layout Plain Layout
26161 Paquetages LaTeX ! oberdiek
26162 \end_layout
26163
26164 \end_inset
26165
26166 , le point d'ancrage d'un lien est place en haut du flottant.
26167  Pour utiliser cette fonction avec les flottants de figure, chargez 
26168 \series bold
26169 hypcap
26170 \series default
26171  dans l'entête du document avec la ligne
26172 \end_layout
26173
26174 \begin_layout Standard
26175
26176 \series bold
26177
26178 \backslash
26179 usepackage[figure]{hypcap}
26180 \end_layout
26181
26182 \begin_layout Standard
26183 Vous pouvez aussi utiliser 
26184 \series bold
26185 hypcap
26186 \series default
26187  pour tous les types de flottants, mais ce n'est pas recommandé pour des
26188  raisons de stabilité.
26189  Pour plus d'information, jetez un coup d'œil au manuel d' 
26190 \series bold
26191 hypcap
26192 \series default
26193  
26194 \begin_inset CommandInset citation
26195 LatexCommand cite
26196 key "hypcap"
26197
26198 \end_inset
26199
26200 .
26201 \end_layout
26202
26203 \begin_layout Standard
26204 \begin_inset Note Greyedout
26205 status open
26206
26207 \begin_layout Plain Layout
26208
26209 \series bold
26210 Note:
26211 \series default
26212  
26213 \series bold
26214 hypcap
26215 \series default
26216  n'a aucun effet pour les références à des sous-figures.
26217 \end_layout
26218
26219 \end_inset
26220
26221
26222 \end_layout
26223
26224 \begin_layout Section
26225 Placement des flottants
26226 \begin_inset CommandInset label
26227 LatexCommand label
26228 name "sec:Placement-flottants"
26229
26230 \end_inset
26231
26232
26233 \begin_inset Index idx
26234 status collapsed
26235
26236 \begin_layout Plain Layout
26237 Flottants ! Placement
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \begin_layout Standard
26246 En faisant un clic droit sur la boîte d'un flottant et 
26247 \lang english
26248 clicking on 
26249 \family sans
26250 Settings
26251 \family default
26252 \lang french
26253  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
26254  paramètres de placement que LaTeX utilise pour déterminer où placer le
26255  flottant.
26256 \begin_inset Newline newline
26257 \end_inset
26258
26259 L'option 
26260 \family sans
26261 Plusieurs
26262 \begin_inset space ~
26263 \end_inset
26264
26265 colonnes
26266 \family default
26267  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
26268  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
26269  confiné sur une seule colonne.
26270 \begin_inset Newline newline
26271 \end_inset
26272
26273 L'option 
26274 \family sans
26275 Rotation
26276 \begin_inset space ~
26277 \end_inset
26278
26279 90°
26280 \family default
26281  est utilisée pour faire tourner les flottants, voyez la section
26282 \begin_inset space ~
26283 \end_inset
26284
26285
26286 \begin_inset CommandInset ref
26287 LatexCommand ref
26288 reference "sec:Flottants-renversés"
26289
26290 \end_inset
26291
26292 .
26293 \end_layout
26294
26295 \begin_layout Standard
26296 En désactivant l'option 
26297 \family sans
26298 Utilise
26299 \begin_inset space ~
26300 \end_inset
26301
26302 le
26303 \begin_inset space ~
26304 \end_inset
26305
26306 placement
26307 \begin_inset space ~
26308 \end_inset
26309
26310 par
26311 \begin_inset space ~
26312 \end_inset
26313
26314 défaut
26315 \family default
26316  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
26317  le placement du flottant:
26318 \end_layout
26319
26320 \begin_layout Description
26321 Ici,
26322 \begin_inset space ~
26323 \end_inset
26324
26325 si
26326 \begin_inset space ~
26327 \end_inset
26328
26329 possible: essaie de placer le flottant à la position où il a été inséré
26330  dans LyX
26331 \end_layout
26332
26333 \begin_layout Description
26334 Haut
26335 \begin_inset space ~
26336 \end_inset
26337
26338 de
26339 \begin_inset space ~
26340 \end_inset
26341
26342 la
26343 \begin_inset space ~
26344 \end_inset
26345
26346 page: essaie de placer le flottant en haut de la page courante
26347 \end_layout
26348
26349 \begin_layout Description
26350 Bas
26351 \begin_inset space ~
26352 \end_inset
26353
26354 de
26355 \begin_inset space ~
26356 \end_inset
26357
26358 la
26359 \begin_inset space ~
26360 \end_inset
26361
26362 page: essaie de placer le flottant en bas de la page courante
26363 \end_layout
26364
26365 \begin_layout Description
26366 Page
26367 \begin_inset space ~
26368 \end_inset
26369
26370 de
26371 \begin_inset space ~
26372 \end_inset
26373
26374 flottants: essaie de placer le flottant sur une page à part, éventuellement
26375  avec d'autres flottants 
26376 \end_layout
26377
26378 \begin_layout Standard
26379 LaTeX utilise
26380 \emph on
26381  toujours 
26382 \emph default
26383 les options dans l'ordre donné ci-dessus.
26384  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
26385  d'abord essayer 
26386 \family sans
26387 Ici
26388 \begin_inset space ~
26389 \end_inset
26390
26391 si
26392 \begin_inset space ~
26393 \end_inset
26394
26395 possible
26396 \family default
26397 , ensuite 
26398 \family sans
26399 Haut
26400 \begin_inset space ~
26401 \end_inset
26402
26403 de
26404 \begin_inset space ~
26405 \end_inset
26406
26407 la
26408 \begin_inset space ~
26409 \end_inset
26410
26411 page
26412 \family default
26413 , et ainsi de suite.
26414  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
26415  que vous avez cochées, mais dans l'ordre donné ci-dessus.
26416  Si aucune des quatre options de placement n'est possible, la procédure
26417  est répétée avec la possibilité de mettre les flottant sur la page suivante.
26418 \end_layout
26419
26420 \begin_layout Standard
26421 Implicitement, chaque option a ses propres règles d'application:
26422 \end_layout
26423
26424 \begin_layout Standard
26425
26426 \family sans
26427 Haut
26428 \begin_inset space ~
26429 \end_inset
26430
26431 de
26432 \begin_inset space ~
26433 \end_inset
26434
26435 la
26436 \begin_inset space ~
26437 \end_inset
26438
26439 page
26440 \family default
26441  : seuls les flottants occupant moins de 70% de la page peuvent être placés
26442  en haut de page (
26443 \series bold
26444
26445 \backslash
26446 topfraction
26447 \series default
26448 ).
26449 \end_layout
26450
26451 \begin_layout Standard
26452
26453 \family sans
26454 Bas
26455 \begin_inset space ~
26456 \end_inset
26457
26458 de
26459 \begin_inset space ~
26460 \end_inset
26461
26462 la
26463 \begin_inset space ~
26464 \end_inset
26465
26466 page
26467 \family default
26468  : seuls les flottants occupant moins de 30% de la page peuvent être placés
26469  en bas de page (
26470 \series bold
26471
26472 \backslash
26473 bottomfraction
26474 \series default
26475 ).
26476 \end_layout
26477
26478 \begin_layout Standard
26479
26480 \family sans
26481 Page
26482 \begin_inset space ~
26483 \end_inset
26484
26485 de
26486 \begin_inset space ~
26487 \end_inset
26488
26489 flottants
26490 \family default
26491  : plusieurs flottants peuvent être placés ensembles sur une page seulement
26492  si ils occupent plus de 50% de celle-ci (
26493 \series bold
26494
26495 \backslash
26496 floatpagefraction
26497 \series default
26498 ).
26499 \end_layout
26500
26501 \begin_layout Standard
26502 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
26503  supplémentaire 
26504 \family sans
26505 Ignorer
26506 \begin_inset space ~
26507 \end_inset
26508
26509 les
26510 \begin_inset space ~
26511 \end_inset
26512
26513 règles
26514 \begin_inset space ~
26515 \end_inset
26516
26517 LaTeX
26518 \family default
26519 \lang english
26520 .
26521 \begin_inset Newline newline
26522 \end_inset
26523
26524
26525 \lang french
26526 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
26527  données entre parenthèses après les descriptions des règles données ci-dessus.
26528  Par exemple, pour augmenter à 50
26529 \begin_inset space \thinspace{}
26530 \end_inset
26531
26532 % la valeur de la règle de bas de page dont la valeur implicite est souvent
26533  trop petite, ajoutez cette ligne au préambule de votre document :
26534 \end_layout
26535
26536 \begin_layout Standard
26537
26538 \series bold
26539
26540 \backslash
26541 renewcommand{
26542 \backslash
26543 bottomfraction}{0.5}
26544 \end_layout
26545
26546 \begin_layout Standard
26547 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
26548  exactement à l'endroit où vous l'avez inséré.
26549  dans ce cas utilisez l'option 
26550 \family sans
26551 Ici
26552 \begin_inset space ~
26553 \end_inset
26554
26555 à
26556 \begin_inset space ~
26557 \end_inset
26558
26559 tout
26560 \begin_inset space ~
26561 \end_inset
26562
26563 Prix
26564 \family default
26565 .
26566  Utilisez cette option le moins souvent possible et seulement quand le document
26567  est presque prêt à être imprimé.
26568  En effet, le flottant n'est plus capable de 
26569 \begin_inset Quotes eld
26570 \end_inset
26571
26572 flotter
26573 \begin_inset Quotes erd
26574 \end_inset
26575
26576 , ce qui peut perturber toutes les mises en page.
26577 \end_layout
26578
26579 \begin_layout Standard
26580 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
26581  sont toujours entourés par le texte d'un paragraphe donné.
26582 \begin_inset VSpace bigskip
26583 \end_inset
26584
26585
26586 \end_layout
26587
26588 \begin_layout Standard
26589 On peut parfois se trouver dans la situation où un flottant est placé en
26590  haut d'une page alors que la section concernée ne commence qu'au milieu
26591  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
26592  la section précédente.
26593  On peut utiliser la commande LaTeX 
26594 \series bold
26595
26596 \backslash
26597 suppressfloats
26598 \series default
26599  pour éviter ce cas.
26600  Elle empêche le placement d'un flottant donné dans la page dans laquelle
26601  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
26602  soit placé avant que la section commence.
26603  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
26604  votre document :
26605 \end_layout
26606
26607 \begin_layout Standard
26608
26609 \series bold
26610
26611 \backslash
26612 let
26613 \backslash
26614 mySection
26615 \backslash
26616 section
26617 \begin_inset Newline newline
26618 \end_inset
26619
26620
26621 \backslash
26622 renewcommand{
26623 \backslash
26624 section}{
26625 \backslash
26626 suppressfloats[t]
26627 \backslash
26628 mySection}
26629 \end_layout
26630
26631 \begin_layout Standard
26632 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
26633  comme les chapitres et les sous-sections.
26634  Il n'est pas recommandé d'utiliser cette définition avec des portions de
26635  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
26636  ensuite avoir du mal à trouver un positionnement correct.
26637 \end_layout
26638
26639 \begin_layout Standard
26640 \begin_inset VSpace bigskip
26641 \end_inset
26642
26643 Dans certains cas il est demandé de placer toutes les figures et tous les
26644  tableaux à la fin du document.
26645  C'est pour de telles situations que le paquetage LaTeX 
26646 \series bold
26647 endfloat
26648 \series default
26649
26650 \begin_inset Index idx
26651 status collapsed
26652
26653 \begin_layout Plain Layout
26654 Paquetages LaTeX ! endfloat
26655 \end_layout
26656
26657 \end_inset
26658
26659  a été développé.
26660  Il met en effet tous les flottants de figures et de tableaux à la fin du
26661  document dans leurs propres sections.
26662  À la position d'origine du flottant, une indication textuelle du genre
26663  
26664 \begin_inset Quotes eld
26665 \end_inset
26666
26667
26668 \family sans
26669 [Figure
26670 \begin_inset space ~
26671 \end_inset
26672
26673 3.2 
26674 \lang english
26675 about here.
26676 \lang french
26677 ]
26678 \family default
26679
26680 \begin_inset Quotes erd
26681 \end_inset
26682
26683  est insérée.
26684  Le paquetage 
26685 \series bold
26686 endfloat
26687 \series default
26688  est chargé dans le préambule avec la ligne suivante 
26689 \end_layout
26690
26691 \begin_layout Standard
26692
26693 \series bold
26694
26695 \backslash
26696 usepackage[options]{endfloat}
26697 \end_layout
26698
26699 \begin_layout Standard
26700 Il y a aussi de nombreuses options de paquetage pour modifier le format
26701  des sections de figures ou de tableau qui sont créées.
26702  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
26703  
26704 \series bold
26705 endfloa
26706 \series default
26707
26708 \begin_inset CommandInset citation
26709 LatexCommand cite
26710 key "endfloat"
26711
26712 \end_inset
26713
26714 .
26715 \begin_inset Newline newline
26716 \end_inset
26717
26718
26719 \begin_inset Note Greyedout
26720 status open
26721
26722 \begin_layout Plain Layout
26723
26724 \series bold
26725 Note: endfloat
26726 \series default
26727  ne fournit pas de traduction automatique de l'indication textuelle, vous
26728  devez donc le faire manuellement, voyez la section
26729 \begin_inset space ~
26730 \end_inset
26731
26732 4 de 
26733 \begin_inset CommandInset citation
26734 LatexCommand cite
26735 key "endfloat"
26736
26737 \end_inset
26738
26739 .
26740 \end_layout
26741
26742 \end_inset
26743
26744
26745 \begin_inset Newline newline
26746 \end_inset
26747
26748
26749 \begin_inset Note Greyedout
26750 status open
26751
26752 \begin_layout Plain Layout
26753
26754 \series bold
26755 Note:
26756 \series default
26757  Il y a actuellement un bug dans le paquetage 
26758 \series bold
26759 endfloat
26760 \series default
26761  quand la légende contient un 
26762 \begin_inset Quotes eld
26763 \end_inset
26764
26765 ß
26766 \begin_inset Quotes erd
26767 \end_inset
26768
26769  allemand.
26770  Utilisez dans ce cas la commande 
26771 \begin_inset Quotes eld
26772 \end_inset
26773
26774
26775 \series bold
26776
26777 \backslash
26778 ss
26779 \series default
26780
26781 \begin_inset Quotes erd
26782 \end_inset
26783
26784  en code TeX à la place du 
26785 \begin_inset Quotes eld
26786 \end_inset
26787
26788 ß
26789 \begin_inset Quotes erd
26790 \end_inset
26791
26792 .
26793 \end_layout
26794
26795 \end_inset
26796
26797
26798 \end_layout
26799
26800 \begin_layout Standard
26801 \begin_inset VSpace bigskip
26802 \end_inset
26803
26804 Pour plus d'information sur les manières de placer les flottants, jetez
26805  un coup d'œil aux livres sur LaTeX, 
26806 \begin_inset CommandInset citation
26807 LatexCommand cite
26808 key "latexcompanion,latexguide,latexbook"
26809
26810 \end_inset
26811
26812 .
26813 \end_layout
26814
26815 \begin_layout Section
26816 Flottants renversés
26817 \begin_inset CommandInset label
26818 LatexCommand label
26819 name "sec:Flottants-renversés"
26820
26821 \end_inset
26822
26823
26824 \begin_inset Index idx
26825 status collapsed
26826
26827 \begin_layout Plain Layout
26828 Flottants ! Renversés
26829 \end_layout
26830
26831 \end_inset
26832
26833
26834 \end_layout
26835
26836 \begin_layout Standard
26837 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
26838  tableaux très larges.
26839  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
26840  un clic droit sur la boîte du flottant et utilisez l'option 
26841 \family sans
26842 Rotation
26843 \begin_inset space ~
26844 \end_inset
26845
26846 90°
26847 \family default
26848 .
26849 \end_layout
26850
26851 \begin_layout Standard
26852 Les flottants renversés sont systématiquement placés sur leur propre page
26853  ( ou colonne, si vous avez un document sur deux colonnes ).
26854  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
26855  
26856 \family sans
26857 Plusieurs
26858 \begin_inset space ~
26859 \end_inset
26860
26861 colonnes
26862 \family default
26863  dans les paramètres du flottant.
26864  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
26865  du côté de la marge externe.
26866  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
26867  ajouter soit l'option 
26868 \series bold
26869 figuresleft
26870 \series default
26871  soit l'option 
26872 \series bold
26873 figuresright
26874 \series default
26875  aux options de la classe de document.
26876 \end_layout
26877
26878 \begin_layout Standard
26879 Faire référence à un flottant renversé se fait de la même manière que pour
26880  un flottant normal, la mise en forme de la légende est aussi identique
26881  : Le tableau
26882 \begin_inset space ~
26883 \end_inset
26884
26885
26886 \begin_inset CommandInset ref
26887 LatexCommand ref
26888 reference "tab:Tableau-pivoté"
26889
26890 \end_inset
26891
26892  est un exemple de flottant de tableau renversé.
26893 \end_layout
26894
26895 \begin_layout Standard
26896 \begin_inset Note Greyedout
26897 status open
26898
26899 \begin_layout Plain Layout
26900
26901 \series bold
26902 Note:
26903 \series default
26904  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
26905  DVI.
26906 \end_layout
26907
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \begin_layout Standard
26914 \begin_inset Float table
26915 wide false
26916 sideways true
26917 status open
26918
26919 \begin_layout Plain Layout
26920 \begin_inset Caption
26921
26922 \begin_layout Plain Layout
26923 \begin_inset CommandInset label
26924 LatexCommand label
26925 name "tab:Tableau-pivoté"
26926
26927 \end_inset
26928
26929  Tableau pivoté
26930 \end_layout
26931
26932 \end_inset
26933
26934
26935 \end_layout
26936
26937 \begin_layout Plain Layout
26938 \align center
26939 \begin_inset Tabular
26940 <lyxtabular version="3" rows="1" columns="5">
26941 <features tabularvalignment="middle">
26942 <column alignment="center" valignment="top" width="0">
26943 <column alignment="center" valignment="top" width="0">
26944 <column alignment="center" valignment="top" width="0">
26945 <column alignment="center" valignment="top" width="0">
26946 <column alignment="center" valignment="top" width="0">
26947 <row>
26948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26949 \begin_inset Text
26950
26951 \begin_layout Plain Layout
26952 test
26953 \end_layout
26954
26955 \end_inset
26956 </cell>
26957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26958 \begin_inset Text
26959
26960 \begin_layout Plain Layout
26961 b
26962 \end_layout
26963
26964 \end_inset
26965 </cell>
26966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26967 \begin_inset Text
26968
26969 \begin_layout Plain Layout
26970 c
26971 \end_layout
26972
26973 \end_inset
26974 </cell>
26975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26976 \begin_inset Text
26977
26978 \begin_layout Plain Layout
26979 d
26980 \end_layout
26981
26982 \end_inset
26983 </cell>
26984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26985 \begin_inset Text
26986
26987 \begin_layout Plain Layout
26988 e
26989 \end_layout
26990
26991 \end_inset
26992 </cell>
26993 </row>
26994 </lyxtabular>
26995
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \end_inset
27002
27003
27004 \end_layout
27005
27006 \begin_layout Section
27007 Sous-flottants
27008 \begin_inset Index idx
27009 status collapsed
27010
27011 \begin_layout Plain Layout
27012 Flottants ! Sous-flottants
27013 \end_layout
27014
27015 \end_inset
27016
27017
27018 \end_layout
27019
27020 \begin_layout Standard
27021 Un exemple de sous-flottant : une figure composée de plusieurs images.
27022  On les crée en insérant un flottant dans un flottant existant.
27023  Le positionnement des sous-flottants peut être contrôlé comme pour les
27024  paragraphes comme on le voit avec les tableaux
27025 \begin_inset space ~
27026 \end_inset
27027
27028
27029 \begin_inset CommandInset ref
27030 LatexCommand ref
27031 reference "tab:Deux-sous-tableaux-cote-a-cote"
27032
27033 \end_inset
27034
27035  et 
27036 \begin_inset CommandInset ref
27037 LatexCommand ref
27038 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27039
27040 \end_inset
27041
27042 .
27043 \end_layout
27044
27045 \begin_layout Standard
27046 On fait référence à des sous-flottants comme on le ferait avec des flottants
27047  normaux : Les tableaux
27048 \begin_inset space ~
27049 \end_inset
27050
27051
27052 \begin_inset CommandInset ref
27053 LatexCommand ref
27054 reference "tab:Le-sous-tableau-a"
27055
27056 \end_inset
27057
27058  et 
27059 \begin_inset CommandInset ref
27060 LatexCommand ref
27061 reference "tab:Le-sous-tableau-b"
27062
27063 \end_inset
27064
27065  sont des sous-tableaux du tableau
27066 \begin_inset space ~
27067 \end_inset
27068
27069
27070 \begin_inset CommandInset ref
27071 LatexCommand ref
27072 reference "tab:Deux-sous-tableaux-cote-a-cote"
27073
27074 \end_inset
27075
27076 .
27077 \end_layout
27078
27079 \begin_layout Standard
27080 \begin_inset Float table
27081 wide false
27082 sideways false
27083 status open
27084
27085 \begin_layout Plain Layout
27086 \begin_inset Caption
27087
27088 \begin_layout Plain Layout
27089 \begin_inset CommandInset label
27090 LatexCommand label
27091 name "tab:Deux-sous-tableaux-cote-a-cote"
27092
27093 \end_inset
27094
27095 Deux sous-tableaux placés côte-à-côte.
27096 \end_layout
27097
27098 \end_inset
27099
27100
27101 \end_layout
27102
27103 \begin_layout Plain Layout
27104 \align center
27105 \begin_inset space \hfill{}
27106 \end_inset
27107
27108
27109 \begin_inset Float table
27110 wide false
27111 sideways false
27112 status collapsed
27113
27114 \begin_layout Plain Layout
27115 \begin_inset Caption
27116
27117 \begin_layout Plain Layout
27118 \begin_inset CommandInset label
27119 LatexCommand label
27120 name "tab:Le-sous-tableau-a"
27121
27122 \end_inset
27123
27124 Le sous-tableau a
27125 \end_layout
27126
27127 \end_inset
27128
27129
27130 \end_layout
27131
27132 \begin_layout Plain Layout
27133 \align center
27134 \begin_inset Tabular
27135 <lyxtabular version="3" rows="1" columns="5">
27136 <features tabularvalignment="middle">
27137 <column alignment="center" valignment="top" width="0">
27138 <column alignment="center" valignment="top" width="0">
27139 <column alignment="center" valignment="top" width="0">
27140 <column alignment="center" valignment="top" width="0">
27141 <column alignment="center" valignment="top" width="0">
27142 <row>
27143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27144 \begin_inset Text
27145
27146 \begin_layout Plain Layout
27147 test
27148 \end_layout
27149
27150 \end_inset
27151 </cell>
27152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27153 \begin_inset Text
27154
27155 \begin_layout Plain Layout
27156 b
27157 \end_layout
27158
27159 \end_inset
27160 </cell>
27161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27162 \begin_inset Text
27163
27164 \begin_layout Plain Layout
27165 c
27166 \end_layout
27167
27168 \end_inset
27169 </cell>
27170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27171 \begin_inset Text
27172
27173 \begin_layout Plain Layout
27174 d
27175 \end_layout
27176
27177 \end_inset
27178 </cell>
27179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27180 \begin_inset Text
27181
27182 \begin_layout Plain Layout
27183 e
27184 \end_layout
27185
27186 \end_inset
27187 </cell>
27188 </row>
27189 </lyxtabular>
27190
27191 \end_inset
27192
27193
27194 \end_layout
27195
27196 \end_inset
27197
27198
27199 \begin_inset space \hfill{}
27200 \end_inset
27201
27202
27203 \begin_inset Float table
27204 wide false
27205 sideways false
27206 status collapsed
27207
27208 \begin_layout Plain Layout
27209 \begin_inset Caption
27210
27211 \begin_layout Plain Layout
27212 \begin_inset CommandInset label
27213 LatexCommand label
27214 name "tab:Le-sous-tableau-b"
27215
27216 \end_inset
27217
27218 Le sous-tableau b.
27219 \end_layout
27220
27221 \end_inset
27222
27223
27224 \end_layout
27225
27226 \begin_layout Plain Layout
27227 \align center
27228 \begin_inset Tabular
27229 <lyxtabular version="3" rows="1" columns="5">
27230 <features tabularvalignment="middle">
27231 <column alignment="center" valignment="top" width="0">
27232 <column alignment="center" valignment="top" width="0">
27233 <column alignment="center" valignment="top" width="0">
27234 <column alignment="center" valignment="top" width="0">
27235 <column alignment="center" valignment="top" width="0">
27236 <row>
27237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27238 \begin_inset Text
27239
27240 \begin_layout Plain Layout
27241 e
27242 \end_layout
27243
27244 \end_inset
27245 </cell>
27246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27247 \begin_inset Text
27248
27249 \begin_layout Plain Layout
27250 d
27251 \end_layout
27252
27253 \end_inset
27254 </cell>
27255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27256 \begin_inset Text
27257
27258 \begin_layout Plain Layout
27259 c
27260 \end_layout
27261
27262 \end_inset
27263 </cell>
27264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27265 \begin_inset Text
27266
27267 \begin_layout Plain Layout
27268 b
27269 \end_layout
27270
27271 \end_inset
27272 </cell>
27273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27274 \begin_inset Text
27275
27276 \begin_layout Plain Layout
27277 test
27278 \end_layout
27279
27280 \end_inset
27281 </cell>
27282 </row>
27283 </lyxtabular>
27284
27285 \end_inset
27286
27287
27288 \end_layout
27289
27290 \end_inset
27291
27292
27293 \begin_inset space \hfill{}
27294 \end_inset
27295
27296
27297 \end_layout
27298
27299 \end_inset
27300
27301
27302 \end_layout
27303
27304 \begin_layout Standard
27305 \begin_inset Float table
27306 wide false
27307 sideways false
27308 status open
27309
27310 \begin_layout Plain Layout
27311 \begin_inset Caption
27312
27313 \begin_layout Plain Layout
27314 \begin_inset CommandInset label
27315 LatexCommand label
27316 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27317
27318 \end_inset
27319
27320 Deux sous-tableaux placés l'un sur l'autre.
27321  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
27322 \end_layout
27323
27324 \end_inset
27325
27326
27327 \end_layout
27328
27329 \begin_layout Plain Layout
27330 \align center
27331 \begin_inset Float table
27332 wide false
27333 sideways false
27334 status collapsed
27335
27336 \begin_layout Plain Layout
27337 \begin_inset Caption
27338
27339 \begin_layout Plain Layout
27340
27341 \end_layout
27342
27343 \end_inset
27344
27345
27346 \end_layout
27347
27348 \begin_layout Plain Layout
27349 \align center
27350 \begin_inset Tabular
27351 <lyxtabular version="3" rows="1" columns="4">
27352 <features tabularvalignment="middle">
27353 <column alignment="center" valignment="top" width="0">
27354 <column alignment="center" valignment="top" width="0">
27355 <column alignment="center" valignment="top" width="0">
27356 <column alignment="center" valignment="top" width="0">
27357 <row>
27358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27359 \begin_inset Text
27360
27361 \begin_layout Plain Layout
27362 test
27363 \end_layout
27364
27365 \end_inset
27366 </cell>
27367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27368 \begin_inset Text
27369
27370 \begin_layout Plain Layout
27371 test
27372 \end_layout
27373
27374 \end_inset
27375 </cell>
27376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27377 \begin_inset Text
27378
27379 \begin_layout Plain Layout
27380 test
27381 \end_layout
27382
27383 \end_inset
27384 </cell>
27385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27386 \begin_inset Text
27387
27388 \begin_layout Plain Layout
27389 test
27390 \end_layout
27391
27392 \end_inset
27393 </cell>
27394 </row>
27395 </lyxtabular>
27396
27397 \end_inset
27398
27399
27400 \end_layout
27401
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \begin_layout Plain Layout
27408 \align center
27409 \begin_inset Float table
27410 wide false
27411 sideways false
27412 status collapsed
27413
27414 \begin_layout Plain Layout
27415 \begin_inset Caption
27416
27417 \begin_layout Plain Layout
27418
27419 \end_layout
27420
27421 \end_inset
27422
27423
27424 \end_layout
27425
27426 \begin_layout Plain Layout
27427 \align center
27428 \begin_inset Tabular
27429 <lyxtabular version="3" rows="1" columns="5">
27430 <features tabularvalignment="middle">
27431 <column alignment="center" valignment="top" width="0">
27432 <column alignment="center" valignment="top" width="0">
27433 <column alignment="center" valignment="top" width="0">
27434 <column alignment="center" valignment="top" width="0">
27435 <column alignment="center" valignment="top" width="0">
27436 <row>
27437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27438 \begin_inset Text
27439
27440 \begin_layout Plain Layout
27441 a
27442 \end_layout
27443
27444 \end_inset
27445 </cell>
27446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27447 \begin_inset Text
27448
27449 \begin_layout Plain Layout
27450 b
27451 \end_layout
27452
27453 \end_inset
27454 </cell>
27455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27456 \begin_inset Text
27457
27458 \begin_layout Plain Layout
27459 c
27460 \end_layout
27461
27462 \end_inset
27463 </cell>
27464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27465 \begin_inset Text
27466
27467 \begin_layout Plain Layout
27468 d
27469 \end_layout
27470
27471 \end_inset
27472 </cell>
27473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27474 \begin_inset Text
27475
27476 \begin_layout Plain Layout
27477 e
27478 \end_layout
27479
27480 \end_inset
27481 </cell>
27482 </row>
27483 </lyxtabular>
27484
27485 \end_inset
27486
27487
27488 \end_layout
27489
27490 \end_inset
27491
27492
27493 \end_layout
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \begin_layout Section
27501 Flottants côte-à-côte
27502 \begin_inset Index idx
27503 status collapsed
27504
27505 \begin_layout Plain Layout
27506 Flottants ! côte-à-côte
27507 \end_layout
27508
27509 \end_inset
27510
27511
27512 \end_layout
27513
27514 \begin_layout Standard
27515 Pour placer des flottants côte-à-côte, comme pour la figure
27516 \begin_inset space ~
27517 \end_inset
27518
27519
27520 \begin_inset CommandInset ref
27521 LatexCommand ref
27522 reference "fig:Flottant-gauche"
27523
27524 \end_inset
27525
27526  et 
27527 \begin_inset CommandInset ref
27528 LatexCommand ref
27529 reference "fig:Flottant-droit"
27530
27531 \end_inset
27532
27533 , on n'utilise 
27534 \emph on
27535 qu'un seul 
27536 \emph default
27537 flottant.
27538  On y insère deux boîtes de minipages.
27539 \begin_inset Foot
27540 status collapsed
27541
27542 \begin_layout Plain Layout
27543 Les minipages sont décrites dans la section
27544 \begin_inset space ~
27545 \end_inset
27546
27547
27548 \begin_inset CommandInset ref
27549 LatexCommand ref
27550 reference "sec:Minipages"
27551
27552 \end_inset
27553
27554 .
27555 \end_layout
27556
27557 \end_inset
27558
27559  La largeur est mise à 45
27560 \begin_inset space \thinspace{}
27561 \end_inset
27562
27563 -50
27564 \begin_inset space \thinspace{}
27565 \end_inset
27566
27567 column% et l'alignement de la boîte à 
27568 \family sans
27569 Bas
27570 \family default
27571  pour chaque minipage.
27572  Les boîtes minipages contiennent l'image et la légende exactement comme
27573  avec un flottant.
27574  La seule différence est que l'unité de longueur 
27575 \family sans
27576 Largeur
27577 \begin_inset space ~
27578 \end_inset
27579
27580 colonne
27581 \begin_inset space ~
27582 \end_inset
27583
27584 %
27585 \family default
27586  utilisée pour l'image est maintenant définie par rapport à la largeur des
27587  boîtes minipages.
27588 \end_layout
27589
27590 \begin_layout Standard
27591 \begin_inset Float figure
27592 wide false
27593 sideways false
27594 status open
27595
27596 \begin_layout Plain Layout
27597 \begin_inset Box Frameless
27598 position "b"
27599 hor_pos "c"
27600 has_inner_box 1
27601 inner_pos "t"
27602 use_parbox 0
27603 use_makebox 0
27604 width "45col%"
27605 special "none"
27606 height "1in"
27607 height_special "totalheight"
27608 status open
27609
27610 \begin_layout Plain Layout
27611 \align center
27612 \begin_inset Graphics
27613         filename ../clipart/mobius.eps
27614         lyxscale 50
27615         width 100col%
27616         scaleBeforeRotation
27617
27618 \end_inset
27619
27620
27621 \end_layout
27622
27623 \begin_layout Plain Layout
27624 \begin_inset Caption
27625
27626 \begin_layout Plain Layout
27627 \begin_inset CommandInset label
27628 LatexCommand label
27629 name "fig:Flottant-gauche"
27630
27631 \end_inset
27632
27633 Flottant du côté gauche.
27634 \end_layout
27635
27636 \end_inset
27637
27638
27639 \end_layout
27640
27641 \end_inset
27642
27643
27644 \begin_inset space \hfill{}
27645 \end_inset
27646
27647
27648 \begin_inset Box Frameless
27649 position "b"
27650 hor_pos "c"
27651 has_inner_box 1
27652 inner_pos "t"
27653 use_parbox 0
27654 use_makebox 0
27655 width "45col%"
27656 special "none"
27657 height "1in"
27658 height_special "totalheight"
27659 status open
27660
27661 \begin_layout Plain Layout
27662 \align center
27663 \begin_inset Graphics
27664         filename ../clipart/platypus.eps
27665         lyxscale 50
27666         width 100col%
27667         scaleBeforeRotation
27668
27669 \end_inset
27670
27671
27672 \end_layout
27673
27674 \begin_layout Plain Layout
27675 \begin_inset Caption
27676
27677 \begin_layout Plain Layout
27678 \begin_inset CommandInset label
27679 LatexCommand label
27680 name "fig:Flottant-droit"
27681
27682 \end_inset
27683
27684 Flottant du côté droit.
27685 \end_layout
27686
27687 \end_inset
27688
27689
27690 \end_layout
27691
27692 \end_inset
27693
27694
27695 \end_layout
27696
27697 \end_inset
27698
27699
27700 \end_layout
27701
27702 \begin_layout Section
27703 Mise en forme de la légende
27704 \begin_inset Index idx
27705 status collapsed
27706
27707 \begin_layout Plain Layout
27708 Légende ! Mise en forme
27709 \end_layout
27710
27711 \end_inset
27712
27713
27714 \begin_inset Index idx
27715 status collapsed
27716
27717 \begin_layout Plain Layout
27718 Flottants ! Mise en forme de la Légende
27719 \end_layout
27720
27721 \end_inset
27722
27723
27724 \begin_inset CommandInset label
27725 LatexCommand label
27726 name "sec:Formatage-légende"
27727
27728 \end_inset
27729
27730
27731 \end_layout
27732
27733 \begin_layout Standard
27734 L'environnement 
27735 \family sans
27736 Légende
27737 \family default
27738  est l'environnement de paragraphe implicite pour les 
27739 \family sans
27740 flottants
27741 \family default
27742 .
27743  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
27744  par exemple 
27745 \begin_inset Quotes eld
27746 \end_inset
27747
27748
27749 \family sans
27750 Figure #:
27751 \family default
27752
27753 \begin_inset Quotes erd
27754 \end_inset
27755
27756  suivi par le texte de la légende.
27757  Le 
27758 \begin_inset Quotes eld
27759 \end_inset
27760
27761 #
27762 \begin_inset Quotes erd
27763 \end_inset
27764
27765  étant remplacé par le numéro de référence réel.
27766  implicitement l'étiquette et le numéro sont dans la même police de caractères
27767  que le texte de la légende et deux points suivent le numéro pour séparer
27768  l'étiquette du texte.
27769  Ce format de légende n'est pas forcément adapté à tous les types de documents.
27770 \end_layout
27771
27772 \begin_layout Standard
27773 Pour modifier le format implicite des légendes, il faut charger le paquetage
27774  LaTeX 
27775 \series bold
27776 caption
27777 \series default
27778
27779 \begin_inset Index idx
27780 status collapsed
27781
27782 \begin_layout Plain Layout
27783 Paquetages LaTeX ! caption
27784 \end_layout
27785
27786 \end_inset
27787
27788  dans le préambule de votre document avec la ligne suivante :
27789 \end_layout
27790
27791 \begin_layout Standard
27792
27793 \series bold
27794
27795 \backslash
27796 usepackage[format definition]{caption}
27797 \end_layout
27798
27799 \begin_layout Standard
27800 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
27801  grasse et les légendes de tableau toujours au dessus des tableaux, comme
27802  dans ce document, utilisez les commandes suivantes :
27803 \end_layout
27804
27805 \begin_layout Standard
27806
27807 \series bold
27808
27809 \backslash
27810 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27811 \end_layout
27812
27813 \begin_layout Standard
27814 Vous pouvez aussi définir des formats de légendes différents pour les différents
27815  types de flottants.
27816  Dans ce cas chargez le paquetage 
27817 \series bold
27818 caption 
27819 \series default
27820 sans option de format spécifique et définissez les différents formats à
27821  l'aide de la commande 
27822 \end_layout
27823
27824 \begin_layout Standard
27825
27826 \series bold
27827
27828 \backslash
27829 captionsetup[type de flottant]{définition du format}
27830 \end_layout
27831
27832 \begin_layout Standard
27833 dans le préambule du document.
27834  Par exemple les formats de légende de la Figure
27835 \begin_inset space ~
27836 \end_inset
27837
27838
27839 \begin_inset CommandInset ref
27840 LatexCommand ref
27841 reference "fig:Legende-de-fig"
27842
27843 \end_inset
27844
27845  et du Tableau
27846 \begin_inset space ~
27847 \end_inset
27848
27849
27850 \begin_inset CommandInset ref
27851 LatexCommand ref
27852 reference "tab:Légende-de-tab"
27853
27854 \end_inset
27855
27856  peuvent être créés en utilisant les commandes suivantes dans le préambule
27857  :
27858 \end_layout
27859
27860 \begin_layout Standard
27861
27862 \series bold
27863
27864 \backslash
27865 usepackage[tableposition=top]{caption}
27866 \series default
27867
27868 \begin_inset Newline newline
27869 \end_inset
27870
27871
27872 \series bold
27873
27874 \backslash
27875 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27876 \begin_inset Newline newline
27877 \end_inset
27878
27879
27880 \begin_inset Phantom HPhantom
27881 status open
27882
27883 \begin_layout Plain Layout
27884
27885 \series bold
27886
27887 \backslash
27888 captionsetup[figure]{
27889 \end_layout
27890
27891 \end_inset
27892
27893 labelsep=period}
27894 \begin_inset Newline newline
27895 \end_inset
27896
27897
27898 \backslash
27899 captionsetup[table]{labelfont={bf,sf}}
27900 \end_layout
27901
27902 \begin_layout Standard
27903 \begin_inset Note Greyedout
27904 status open
27905
27906 \begin_layout Plain Layout
27907
27908 \series bold
27909 Note:
27910 \series default
27911  L'option 
27912 \series bold
27913 tableposition=top
27914 \series default
27915  n'a pas d'effet quand on utilise un document de classe 
27916 \series bold
27917 KOMA-Script
27918 \series default
27919
27920 \begin_inset Index idx
27921 status collapsed
27922
27923 \begin_layout Plain Layout
27924 Paquetages LaTeX ! KOMA-Script
27925 \end_layout
27926
27927 \end_inset
27928
27929 .
27930  Dans ce cas on doit utiliser l'option 
27931 \series bold
27932 captions=tableheading
27933 \series default
27934  de la classe de document.
27935 \end_layout
27936
27937 \end_inset
27938
27939
27940 \end_layout
27941
27942 \begin_layout Standard
27943 Pour plus d'information sur le paquetage 
27944 \series bold
27945 caption
27946 \series default
27947  nous vous renvoyons à sa documentation 
27948 \begin_inset CommandInset citation
27949 LatexCommand cite
27950 key "caption"
27951
27952 \end_inset
27953
27954 .
27955 \end_layout
27956
27957 \begin_layout Standard
27958 Pour changer le nom de l'étiquette, par exemple de 
27959 \begin_inset Quotes eld
27960 \end_inset
27961
27962 Figure
27963 \begin_inset Quotes erd
27964 \end_inset
27965
27966  à 
27967 \begin_inset Quotes eld
27968 \end_inset
27969
27970 Image
27971 \begin_inset Quotes erd
27972 \end_inset
27973
27974 , utilisez la commande suivante dans le préambule :
27975 \end_layout
27976
27977 \begin_layout Standard
27978
27979 \series bold
27980
27981 \backslash
27982 renewcommand{
27983 \backslash
27984 fnum@figure}{Image~
27985 \backslash
27986 thefigure}
27987 \end_layout
27988
27989 \begin_layout Standard
27990 où 
27991 \series bold
27992
27993 \backslash
27994 thefigure
27995 \series default
27996  insère le numéro de la figure et
27997 \series bold
27998  
27999 \begin_inset Quotes eld
28000 \end_inset
28001
28002 ~
28003 \series default
28004
28005 \begin_inset Quotes erd
28006 \end_inset
28007
28008  ajoute une espace insécable.
28009 \end_layout
28010
28011 \begin_layout Standard
28012 \begin_inset VSpace bigskip
28013 \end_inset
28014
28015 Si vous utilisez un document de classe 
28016 \series bold
28017 KOMA-Script
28018 \series default
28019
28020 \begin_inset Index idx
28021 status collapsed
28022
28023 \begin_layout Plain Layout
28024 Paquetages LaTeX ! KOMA-Script
28025 \end_layout
28026
28027 \end_inset
28028
28029  (
28030 \family sans
28031 article (KOMA-Script)
28032 \family default
28033
28034 \family sans
28035 book (KOMA-Script)
28036 \family default
28037
28038 \family sans
28039 letter (KOMA-Script)
28040 \family default
28041 , ou 
28042 \family sans
28043 report (KOMA-Script)
28044 \family default
28045
28046 \begin_inset space \thinspace{}
28047 \end_inset
28048
28049 ), Vous pouvez utiliser la commande incorporée 
28050 \series bold
28051
28052 \backslash
28053 setkomafont 
28054 \series default
28055 du paquetage
28056 \series bold
28057  KOMA-Script 
28058 \series default
28059 à la place du paquetage
28060 \series bold
28061  caption.
28062  
28063 \series default
28064 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
28065  suivante au préambule de votre document :
28066 \end_layout
28067
28068 \begin_layout Standard
28069
28070 \series bold
28071
28072 \backslash
28073 setkomafont{captionlabel}{
28074 \backslash
28075 bfseries}
28076 \end_layout
28077
28078 \begin_layout Standard
28079 Pour plus d'information au sujet de 
28080 \series bold
28081
28082 \backslash
28083 setkomafont
28084 \series default
28085  nous vous renvoyons à la documentation du paquetage 
28086 \series bold
28087 KOMA-Script
28088 \series default
28089  
28090 \begin_inset CommandInset citation
28091 LatexCommand cite
28092 key "KOMA-Script"
28093
28094 \end_inset
28095
28096 .
28097 \end_layout
28098
28099 \begin_layout Standard
28100 \begin_inset ERT
28101 status collapsed
28102
28103 \begin_layout Plain Layout
28104
28105
28106 \backslash
28107 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28108 }
28109 \end_layout
28110
28111 \end_inset
28112
28113
28114 \begin_inset Note Note
28115 status open
28116
28117 \begin_layout Plain Layout
28118 Le format de la légende n'est modifié que pour cet exemple.
28119 \end_layout
28120
28121 \end_inset
28122
28123
28124 \end_layout
28125
28126 \begin_layout Standard
28127 \begin_inset Float figure
28128 placement !p
28129 wide false
28130 sideways false
28131 status open
28132
28133 \begin_layout Plain Layout
28134 \align center
28135 \begin_inset Graphics
28136         filename ../clipart/mobius.eps
28137         lyxscale 50
28138         scale 50
28139         scaleBeforeRotation
28140
28141 \end_inset
28142
28143
28144 \end_layout
28145
28146 \begin_layout Plain Layout
28147 \begin_inset Caption
28148
28149 \begin_layout Plain Layout
28150 \begin_inset CommandInset label
28151 LatexCommand label
28152 name "fig:Legende-de-fig"
28153
28154 \end_inset
28155
28156 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
28157  pour montrer les différents types de formats de légendes.
28158  Ici on a utilisé un format de légende personnalisé.
28159 \end_layout
28160
28161 \end_inset
28162
28163
28164 \end_layout
28165
28166 \end_inset
28167
28168
28169 \end_layout
28170
28171 \begin_layout Standard
28172 \begin_inset ERT
28173 status collapsed
28174
28175 \begin_layout Plain Layout
28176
28177
28178 \backslash
28179 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28180 on}
28181 \end_layout
28182
28183 \end_inset
28184
28185
28186 \end_layout
28187
28188 \begin_layout Standard
28189 \begin_inset Float table
28190 placement !p
28191 wide false
28192 sideways false
28193 status open
28194
28195 \begin_layout Plain Layout
28196 \begin_inset Caption
28197
28198 \begin_layout Plain Layout
28199 \begin_inset CommandInset label
28200 LatexCommand label
28201 name "tab:Légende-de-tab"
28202
28203 \end_inset
28204
28205 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
28206  pour montrer les différents types de formats de légendes.
28207  Ici on a utilisé le format de légende implicite.
28208 \end_layout
28209
28210 \end_inset
28211
28212
28213 \end_layout
28214
28215 \begin_layout Plain Layout
28216 \align center
28217 \begin_inset Tabular
28218 <lyxtabular version="3" rows="1" columns="5">
28219 <features tabularvalignment="middle">
28220 <column alignment="center" valignment="top" width="0">
28221 <column alignment="center" valignment="top" width="0">
28222 <column alignment="center" valignment="top" width="0">
28223 <column alignment="center" valignment="top" width="0">
28224 <column alignment="center" valignment="top" width="0">
28225 <row>
28226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28227 \begin_inset Text
28228
28229 \begin_layout Plain Layout
28230 a
28231 \end_layout
28232
28233 \end_inset
28234 </cell>
28235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28236 \begin_inset Text
28237
28238 \begin_layout Plain Layout
28239 b
28240 \end_layout
28241
28242 \end_inset
28243 </cell>
28244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28245 \begin_inset Text
28246
28247 \begin_layout Plain Layout
28248 c
28249 \end_layout
28250
28251 \end_inset
28252 </cell>
28253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28254 \begin_inset Text
28255
28256 \begin_layout Plain Layout
28257 d
28258 \end_layout
28259
28260 \end_inset
28261 </cell>
28262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28263 \begin_inset Text
28264
28265 \begin_layout Plain Layout
28266 e
28267 \end_layout
28268
28269 \end_inset
28270 </cell>
28271 </row>
28272 </lyxtabular>
28273
28274 \end_inset
28275
28276
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \begin_layout Section
28285 Positionnement de la Légende
28286 \begin_inset Index idx
28287 status collapsed
28288
28289 \begin_layout Plain Layout
28290 Légende ! Placement
28291 \end_layout
28292
28293 \end_inset
28294
28295
28296 \begin_inset Index idx
28297 status collapsed
28298
28299 \begin_layout Plain Layout
28300 Flottants ! Placement de la légende
28301 \end_layout
28302
28303 \end_inset
28304
28305
28306 \begin_inset CommandInset label
28307 LatexCommand label
28308 name "sec:Placement-légende"
28309
28310 \end_inset
28311
28312
28313 \end_layout
28314
28315 \begin_layout Standard
28316 La règle habituelle pour placer la légende est :
28317 \end_layout
28318
28319 \begin_layout Description
28320 Figure
28321 \begin_inset space ~
28322 \end_inset
28323
28324 : La légende est placée en dessous de la figure
28325 \end_layout
28326
28327 \begin_layout Description
28328 Tableau
28329 \begin_inset space ~
28330 \end_inset
28331
28332 : La légende est placée au dessus du tableau
28333 \end_layout
28334
28335 \begin_layout Standard
28336 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
28337  au dessus des tableaux.
28338  Ce qui fait que si vous utilisez une des classes de document 
28339 \family sans
28340 article
28341 \family default
28342
28343 \family sans
28344 book
28345 \family default
28346
28347 \family sans
28348 letter
28349 \family default
28350 , ou 
28351 \family sans
28352 report
28353 \family default
28354  il n'y aura pas d'espace libre entre la légende et le tableau.
28355  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
28356  de chargement du paquetage LaTeX 
28357 \series bold
28358 caption
28359 \series default
28360  dans le préambule de votre document
28361 \begin_inset Foot
28362 status open
28363
28364 \begin_layout Plain Layout
28365 Voir la section
28366 \begin_inset space ~
28367 \end_inset
28368
28369
28370 \begin_inset CommandInset ref
28371 LatexCommand ref
28372 reference "sec:Formatage-légende"
28373
28374 \end_inset
28375
28376  pour plus d'information sur le paquetage 
28377 \series bold
28378 caption
28379 \series default
28380 .
28381 \end_layout
28382
28383 \end_inset
28384
28385 :
28386 \end_layout
28387
28388 \begin_layout Standard
28389
28390 \series bold
28391 tableposition=top
28392 \end_layout
28393
28394 \begin_layout Standard
28395 Si vous utilisez une classe de document 
28396 \series bold
28397 KOMA-Script
28398 \series default
28399
28400 \begin_inset Index idx
28401 status collapsed
28402
28403 \begin_layout Plain Layout
28404 Paquetages LaTeX ! KOMA-Script
28405 \end_layout
28406
28407 \end_inset
28408
28409  (
28410 \family sans
28411 article (KOMA-Script)
28412 \family default
28413
28414 \family sans
28415 book (KOMA-Script)
28416 \family default
28417
28418 \family sans
28419 letter (KOMA-Script)
28420 \family default
28421 , ou 
28422 \family sans
28423 report (KOMA-Script)
28424 \family default
28425
28426 \begin_inset space \thinspace{}
28427 \end_inset
28428
28429 ), vous pouvez utiliser à la place du paquetage 
28430 \series bold
28431 caption
28432 \series default
28433  l'option 
28434 \series bold
28435 captions=tableheading
28436 \series default
28437  de la classe de document.
28438 \end_layout
28439
28440 \begin_layout Standard
28441 \begin_inset VSpace bigskip
28442 \end_inset
28443
28444 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
28445  Pour cela, vous devez charger le paquetage LaTeX 
28446 \series bold
28447 sidecap
28448 \series default
28449
28450 \begin_inset Index idx
28451 status collapsed
28452
28453 \begin_layout Plain Layout
28454 Paquetages LaTeX ! sidecap
28455 \end_layout
28456
28457 \end_inset
28458
28459  dans le préambule de votre document avec la ligne de commande suivante
28460 \end_layout
28461
28462 \begin_layout Standard
28463
28464 \series bold
28465
28466 \backslash
28467 usepackage[option]{sidecap}
28468 \end_layout
28469
28470 \begin_layout Standard
28471 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
28472  extérieure – à droite sur les pages impaires et à gauche sur les pages
28473  paires.
28474  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
28475  
28476 \series bold
28477 innercaption
28478 \series default
28479 .
28480  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
28481  
28482 \series bold
28483 rightcaption
28484 \series default
28485  ou 
28486 \series bold
28487 leftcaption
28488 \series default
28489 .
28490 \end_layout
28491
28492 \begin_layout Standard
28493 \begin_inset ERT
28494 status collapsed
28495
28496 \begin_layout Plain Layout
28497
28498
28499 \backslash
28500 ifsidecap
28501 \end_layout
28502
28503 \end_inset
28504
28505
28506 \begin_inset Note Note
28507 status open
28508
28509 \begin_layout Plain Layout
28510 La section suivante ne sera affichée que si le paquetage LaTeX 
28511 \series bold
28512 sidecap
28513 \series default
28514  a été installé.
28515 \end_layout
28516
28517 \end_inset
28518
28519
28520 \end_layout
28521
28522 \begin_layout Standard
28523 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
28524  ajouter ces commandes dans le préambule de votre document :
28525 \end_layout
28526
28527 \begin_layout Standard
28528 \noindent
28529 \begin_inset CommandInset line
28530 LatexCommand rule
28531 offset "0.5ex"
28532 width "100line%"
28533 height "1pt"
28534
28535 \end_inset
28536
28537
28538 \end_layout
28539
28540 \begin_layout Standard
28541
28542 \series bold
28543
28544 \backslash
28545 newcommand{
28546 \backslash
28547 TabBesBeg}[1][1.0]{%
28548 \begin_inset Newline newline
28549 \end_inset
28550
28551
28552 \begin_inset Phantom HPhantom
28553 status open
28554
28555 \begin_layout Plain Layout
28556 \begin_inset space ~
28557 \end_inset
28558
28559
28560 \end_layout
28561
28562 \end_inset
28563
28564
28565 \backslash
28566 let
28567 \backslash
28568 MyTable
28569 \backslash
28570 table
28571 \begin_inset Newline newline
28572 \end_inset
28573
28574
28575 \begin_inset Phantom HPhantom
28576 status open
28577
28578 \begin_layout Plain Layout
28579
28580 \series medium
28581 \begin_inset space ~
28582 \end_inset
28583
28584
28585 \end_layout
28586
28587 \end_inset
28588
28589
28590 \backslash
28591 let
28592 \backslash
28593 MyEndtable
28594 \backslash
28595 endtable
28596 \begin_inset Newline newline
28597 \end_inset
28598
28599
28600 \begin_inset Phantom HPhantom
28601 status open
28602
28603 \begin_layout Plain Layout
28604
28605 \series medium
28606 \begin_inset space ~
28607 \end_inset
28608
28609
28610 \end_layout
28611
28612 \end_inset
28613
28614
28615 \backslash
28616 renewenvironment{table}[1]{
28617 \backslash
28618 begin{SCtable}[#1]##1}{
28619 \backslash
28620 end{SCtable}}}
28621 \end_layout
28622
28623 \begin_layout Standard
28624
28625 \series bold
28626
28627 \backslash
28628 newcommand{
28629 \backslash
28630 TabBesEnd}{%
28631 \begin_inset Newline newline
28632 \end_inset
28633
28634
28635 \begin_inset Phantom HPhantom
28636 status open
28637
28638 \begin_layout Plain Layout
28639 \begin_inset space ~
28640 \end_inset
28641
28642
28643 \end_layout
28644
28645 \end_inset
28646
28647
28648 \backslash
28649 let
28650 \backslash
28651 table
28652 \backslash
28653 MyTable
28654 \begin_inset Newline newline
28655 \end_inset
28656
28657
28658 \begin_inset Phantom HPhantom
28659 status open
28660
28661 \begin_layout Plain Layout
28662 \begin_inset space ~
28663 \end_inset
28664
28665
28666 \end_layout
28667
28668 \end_inset
28669
28670
28671 \backslash
28672 let
28673 \backslash
28674 endtable
28675 \backslash
28676 MyEndtable
28677 \end_layout
28678
28679 \begin_layout Standard
28680
28681 \series bold
28682
28683 \backslash
28684 newcommand{
28685 \backslash
28686 FigBesBeg}[1][1.0]{%
28687 \begin_inset Newline newline
28688 \end_inset
28689
28690
28691 \begin_inset Phantom HPhantom
28692 status open
28693
28694 \begin_layout Plain Layout
28695 \begin_inset space ~
28696 \end_inset
28697
28698
28699 \end_layout
28700
28701 \end_inset
28702
28703
28704 \backslash
28705 let
28706 \backslash
28707 MyFigure
28708 \backslash
28709 figure
28710 \begin_inset Newline newline
28711 \end_inset
28712
28713
28714 \begin_inset Phantom HPhantom
28715 status open
28716
28717 \begin_layout Plain Layout
28718 \begin_inset space ~
28719 \end_inset
28720
28721
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \backslash
28728 let
28729 \backslash
28730 MyEndfigure
28731 \backslash
28732 endfigure
28733 \begin_inset Newline newline
28734 \end_inset
28735
28736
28737 \begin_inset Phantom HPhantom
28738 status open
28739
28740 \begin_layout Plain Layout
28741 \begin_inset space ~
28742 \end_inset
28743
28744
28745 \end_layout
28746
28747 \end_inset
28748
28749
28750 \backslash
28751 renewenvironment{figure}[1]{
28752 \backslash
28753 begin{SCfigure}[#1]##1}{
28754 \backslash
28755 end{SCfigure}}}
28756 \end_layout
28757
28758 \begin_layout Standard
28759
28760 \series bold
28761
28762 \backslash
28763 newcommand{
28764 \backslash
28765 FigBesEnd}{%
28766 \begin_inset Newline newline
28767 \end_inset
28768
28769
28770 \begin_inset Phantom HPhantom
28771 status open
28772
28773 \begin_layout Plain Layout
28774 \begin_inset space ~
28775 \end_inset
28776
28777
28778 \end_layout
28779
28780 \end_inset
28781
28782
28783 \backslash
28784 let
28785 \backslash
28786 figure
28787 \backslash
28788 MyFigure
28789 \begin_inset Newline newline
28790 \end_inset
28791
28792
28793 \begin_inset Phantom HPhantom
28794 status open
28795
28796 \begin_layout Plain Layout
28797 \begin_inset space ~
28798 \end_inset
28799
28800
28801 \end_layout
28802
28803 \end_inset
28804
28805
28806 \backslash
28807 let
28808 \backslash
28809 endfigure
28810 \backslash
28811 MyEndfigure}
28812 \end_layout
28813
28814 \begin_layout Standard
28815 \noindent
28816 \begin_inset CommandInset line
28817 LatexCommand rule
28818 offset "0.5ex"
28819 width "100line%"
28820 height "1pt"
28821
28822 \end_inset
28823
28824
28825 \end_layout
28826
28827 \begin_layout Standard
28828 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
28829  la légende se place sur le côté.
28830  Pour les flottants de figure, utilisez la commande
28831 \end_layout
28832
28833 \begin_layout Standard
28834
28835 \series bold
28836
28837 \backslash
28838 FigBesBeg
28839 \end_layout
28840
28841 \begin_layout Standard
28842 en code TeX avant le flottant.
28843  Et insérez la commande
28844 \end_layout
28845
28846 \begin_layout Standard
28847
28848 \series bold
28849
28850 \backslash
28851 FigBesEnd
28852 \end_layout
28853
28854 \begin_layout Standard
28855 en code TeX à l'endroit où vous voulez revenir à la définition originale
28856  du flottant.
28857 \end_layout
28858
28859 \begin_layout Standard
28860 Pour les flottants de tableau, utilisez les commandes correspondantes
28861 \end_layout
28862
28863 \begin_layout Standard
28864
28865 \series bold
28866
28867 \backslash
28868 TabBesBeg
28869 \series default
28870  et 
28871 \series bold
28872
28873 \backslash
28874 TabBesEnd
28875 \end_layout
28876
28877 \begin_layout Standard
28878 La figure
28879 \begin_inset space ~
28880 \end_inset
28881
28882
28883 \begin_inset CommandInset ref
28884 LatexCommand ref
28885 reference "fig:legende-a-coté-fig"
28886
28887 \end_inset
28888
28889  et le tableau
28890 \begin_inset space ~
28891 \end_inset
28892
28893
28894 \begin_inset CommandInset ref
28895 LatexCommand ref
28896 reference "tab:legende-à-coté-tableau"
28897
28898 \end_inset
28899
28900  sont des exemples où la légende a été mises sur le coté.
28901 \end_layout
28902
28903 \begin_layout Standard
28904 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
28905  pour les flottants de tableau et vers le bas pour les flottants de figure.
28906  Pour changer ce comportement, vous pouvez utiliser les commandes
28907 \end_layout
28908
28909 \begin_layout Standard
28910
28911 \series bold
28912
28913 \backslash
28914 sidecaptionvpos{type flottant}{placement}
28915 \end_layout
28916
28917 \begin_layout Standard
28918 dans le préambule du document ou en code TeX juste avant le flottant visé.
28919  Le type du flottant est soit 
28920 \family sans
28921 figure
28922 \family default
28923  soit 
28924 \family sans
28925 table
28926 \family default
28927 , le placement peut être 
28928 \begin_inset Quotes eld
28929 \end_inset
28930
28931
28932 \family sans
28933 t
28934 \family default
28935
28936 \begin_inset Quotes erd
28937 \end_inset
28938
28939  pour haut (top), 
28940 \begin_inset Quotes eld
28941 \end_inset
28942
28943
28944 \family sans
28945 c
28946 \family default
28947
28948 \begin_inset Quotes erd
28949 \end_inset
28950
28951  pour centre (center), ou 
28952 \begin_inset Quotes eld
28953 \end_inset
28954
28955
28956 \family sans
28957 b
28958 \family default
28959
28960 \begin_inset Quotes erd
28961 \end_inset
28962
28963  pour bas (bottom).
28964  Pour que, par exemple, les légendes des flottants de figure soient centrés
28965  verticalement, utilisez la commande
28966 \end_layout
28967
28968 \begin_layout Standard
28969
28970 \series bold
28971
28972 \backslash
28973 sidecaptionvpos{figure}{c}
28974 \end_layout
28975
28976 \begin_layout Standard
28977 C'est ce qui a été utilisé pour la figure
28978 \begin_inset space ~
28979 \end_inset
28980
28981
28982 \begin_inset CommandInset ref
28983 LatexCommand ref
28984 reference "fig:legende-à-coté-fig-2"
28985
28986 \end_inset
28987
28988 .
28989 \end_layout
28990
28991 \begin_layout Standard
28992 \begin_inset VSpace medskip
28993 \end_inset
28994
28995
28996 \end_layout
28997
28998 \begin_layout Standard
28999 La largeur de légende par défaut est celle de l'image ou du tableau.
29000  Pour des images ou des tableaux étroits, comme le tableau
29001 \begin_inset space ~
29002 \end_inset
29003
29004
29005 \begin_inset CommandInset ref
29006 LatexCommand ref
29007 reference "tab:legende-à-coté-tableau"
29008
29009 \end_inset
29010
29011 , cela donne des légendes trop étroites.
29012  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
29013  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
29014  La largeur de la légende sera automatiquement recalculée dans le cas où
29015  cette dernière déborderait dans la marge de la page ou de la colonne à
29016  cause de la largeur indiquée.
29017  Le 
29018 \emph on
29019 facteur 
29020 \emph default
29021 peut soit être donné comme argument pour 
29022 \series bold
29023
29024 \backslash
29025 FigBesBeg
29026 \series default
29027 :
29028 \end_layout
29029
29030 \begin_layout Standard
29031
29032 \series bold
29033
29034 \backslash
29035 FigBesBeg[facteur]
29036 \end_layout
29037
29038 \begin_layout Standard
29039 ou dans la définition de 
29040 \series bold
29041
29042 \backslash
29043 FigBesBeg 
29044 \series default
29045 en remplaçant le
29046 \series bold
29047  1.0 
29048 \series default
29049 par une autre valeur.
29050  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
29051  façon implicite quand  
29052 \series bold
29053
29054 \backslash
29055 FigBesBeg
29056 \series default
29057  est utilisé sans argument.
29058  Pour le tableau
29059 \begin_inset space ~
29060 \end_inset
29061
29062
29063 \begin_inset CommandInset ref
29064 LatexCommand ref
29065 reference "tab:cap-beside-tab-wider"
29066
29067 \end_inset
29068
29069  on a utilisé 5 comme facteur.
29070 \end_layout
29071
29072 \begin_layout Standard
29073
29074 \lang english
29075 \begin_inset Note Greyedout
29076 status open
29077
29078 \begin_layout Plain Layout
29079
29080 \series bold
29081 Note:
29082 \series default
29083  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
29084  utiliser l'option de placement, 
29085 \family sans
29086 Ici
29087 \begin_inset space ~
29088 \end_inset
29089
29090 à
29091 \begin_inset space ~
29092 \end_inset
29093
29094 tout
29095 \begin_inset space ~
29096 \end_inset
29097
29098 prix
29099 \family default
29100  parce qu'elle n'est pas gérée par 
29101 \series bold
29102 sidecap
29103 \series default
29104 .
29105 \end_layout
29106
29107 \end_inset
29108
29109
29110 \end_layout
29111
29112 \begin_layout Standard
29113 \begin_inset VSpace medskip
29114 \end_inset
29115
29116 Pour plus d'information sur le paquetage 
29117 \series bold
29118 sidecap
29119 \series default
29120  nous vous renvoyons à sa documentation 
29121 \begin_inset CommandInset citation
29122 LatexCommand cite
29123 key "sidecap"
29124
29125 \end_inset
29126
29127 .
29128 \end_layout
29129
29130 \begin_layout Standard
29131 \begin_inset Note Greyedout
29132 status open
29133
29134 \begin_layout Plain Layout
29135
29136 \series bold
29137 Note:
29138 \series default
29139  Le paquetage LaTeX 
29140 \series bold
29141 hypcap
29142 \series default
29143
29144 \begin_inset Index idx
29145 status collapsed
29146
29147 \begin_layout Plain Layout
29148 Paquetages LaTeX ! hypcap
29149 \end_layout
29150
29151 \end_inset
29152
29153 , qui est décrit dans la section
29154 \begin_inset space ~
29155 \end_inset
29156
29157
29158 \begin_inset CommandInset ref
29159 LatexCommand ref
29160 reference "sub:Reference-Position"
29161
29162 \end_inset
29163
29164 , n'a pas d'effet sur les flottants avec une légende placée à côté.
29165 \end_layout
29166
29167 \end_inset
29168
29169
29170 \end_layout
29171
29172 \begin_layout Standard
29173 \begin_inset ERT
29174 status collapsed
29175
29176 \begin_layout Plain Layout
29177
29178
29179 \backslash
29180 FigBesBeg 
29181 \end_layout
29182
29183 \end_inset
29184
29185
29186 \end_layout
29187
29188 \begin_layout Standard
29189 \begin_inset Float figure
29190 wide false
29191 sideways false
29192 status open
29193
29194 \begin_layout Plain Layout
29195 \begin_inset Graphics
29196         filename ../clipart/escher-lsd.eps
29197         scale 75
29198         scaleBeforeRotation
29199
29200 \end_inset
29201
29202
29203 \end_layout
29204
29205 \begin_layout Plain Layout
29206 \begin_inset Caption
29207
29208 \begin_layout Plain Layout
29209 \begin_inset CommandInset label
29210 LatexCommand label
29211 name "fig:legende-a-coté-fig"
29212
29213 \end_inset
29214
29215 Une légende à côté d'une figure.
29216 \end_layout
29217
29218 \end_inset
29219
29220
29221 \end_layout
29222
29223 \end_inset
29224
29225
29226 \end_layout
29227
29228 \begin_layout Standard
29229 \begin_inset ERT
29230 status collapsed
29231
29232 \begin_layout Plain Layout
29233
29234
29235 \backslash
29236 FigBesEnd
29237 \end_layout
29238
29239 \end_inset
29240
29241
29242 \end_layout
29243
29244 \begin_layout Standard
29245 \begin_inset ERT
29246 status collapsed
29247
29248 \begin_layout Plain Layout
29249
29250
29251 \backslash
29252 TabBesBeg 
29253 \end_layout
29254
29255 \end_inset
29256
29257
29258 \end_layout
29259
29260 \begin_layout Standard
29261 \begin_inset Float table
29262 wide false
29263 sideways false
29264 status open
29265
29266 \begin_layout Plain Layout
29267 \begin_inset Caption
29268
29269 \begin_layout Plain Layout
29270 \begin_inset CommandInset label
29271 LatexCommand label
29272 name "tab:legende-à-coté-tableau"
29273
29274 \end_inset
29275
29276 Une légende à côté d'un tableau.
29277 \end_layout
29278
29279 \end_inset
29280
29281
29282 \end_layout
29283
29284 \begin_layout Plain Layout
29285 \begin_inset Tabular
29286 <lyxtabular version="3" rows="4" columns="5">
29287 <features tabularvalignment="middle">
29288 <column alignment="center" valignment="top" width="0">
29289 <column alignment="center" valignment="top" width="0">
29290 <column alignment="center" valignment="top" width="0">
29291 <column alignment="center" valignment="top" width="0">
29292 <column alignment="center" valignment="top" width="0">
29293 <row>
29294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29295 \begin_inset Text
29296
29297 \begin_layout Plain Layout
29298 a
29299 \end_layout
29300
29301 \end_inset
29302 </cell>
29303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29304 \begin_inset Text
29305
29306 \begin_layout Plain Layout
29307
29308 \end_layout
29309
29310 \end_inset
29311 </cell>
29312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29313 \begin_inset Text
29314
29315 \begin_layout Plain Layout
29316 b
29317 \end_layout
29318
29319 \end_inset
29320 </cell>
29321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29322 \begin_inset Text
29323
29324 \begin_layout Plain Layout
29325
29326 \end_layout
29327
29328 \end_inset
29329 </cell>
29330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29331 \begin_inset Text
29332
29333 \begin_layout Plain Layout
29334 c
29335 \end_layout
29336
29337 \end_inset
29338 </cell>
29339 </row>
29340 <row>
29341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29342 \begin_inset Text
29343
29344 \begin_layout Plain Layout
29345
29346 \end_layout
29347
29348 \end_inset
29349 </cell>
29350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29351 \begin_inset Text
29352
29353 \begin_layout Plain Layout
29354 d
29355 \end_layout
29356
29357 \end_inset
29358 </cell>
29359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29360 \begin_inset Text
29361
29362 \begin_layout Plain Layout
29363
29364 \end_layout
29365
29366 \end_inset
29367 </cell>
29368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29369 \begin_inset Text
29370
29371 \begin_layout Plain Layout
29372 e
29373 \end_layout
29374
29375 \end_inset
29376 </cell>
29377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29378 \begin_inset Text
29379
29380 \begin_layout Plain Layout
29381
29382 \end_layout
29383
29384 \end_inset
29385 </cell>
29386 </row>
29387 <row>
29388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29389 \begin_inset Text
29390
29391 \begin_layout Plain Layout
29392 f
29393 \end_layout
29394
29395 \end_inset
29396 </cell>
29397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29398 \begin_inset Text
29399
29400 \begin_layout Plain Layout
29401
29402 \end_layout
29403
29404 \end_inset
29405 </cell>
29406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29407 \begin_inset Text
29408
29409 \begin_layout Plain Layout
29410 g
29411 \end_layout
29412
29413 \end_inset
29414 </cell>
29415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29416 \begin_inset Text
29417
29418 \begin_layout Plain Layout
29419
29420 \end_layout
29421
29422 \end_inset
29423 </cell>
29424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29425 \begin_inset Text
29426
29427 \begin_layout Plain Layout
29428 h
29429 \end_layout
29430
29431 \end_inset
29432 </cell>
29433 </row>
29434 <row>
29435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29436 \begin_inset Text
29437
29438 \begin_layout Plain Layout
29439
29440 \end_layout
29441
29442 \end_inset
29443 </cell>
29444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29445 \begin_inset Text
29446
29447 \begin_layout Plain Layout
29448 i
29449 \end_layout
29450
29451 \end_inset
29452 </cell>
29453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29454 \begin_inset Text
29455
29456 \begin_layout Plain Layout
29457
29458 \end_layout
29459
29460 \end_inset
29461 </cell>
29462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29463 \begin_inset Text
29464
29465 \begin_layout Plain Layout
29466 j
29467 \end_layout
29468
29469 \end_inset
29470 </cell>
29471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29472 \begin_inset Text
29473
29474 \begin_layout Plain Layout
29475
29476 \end_layout
29477
29478 \end_inset
29479 </cell>
29480 </row>
29481 </lyxtabular>
29482
29483 \end_inset
29484
29485
29486 \end_layout
29487
29488 \end_inset
29489
29490
29491 \end_layout
29492
29493 \begin_layout Standard
29494 \begin_inset ERT
29495 status collapsed
29496
29497 \begin_layout Plain Layout
29498
29499
29500 \backslash
29501 TabBesEnd
29502 \end_layout
29503
29504 \end_inset
29505
29506
29507 \end_layout
29508
29509 \begin_layout Standard
29510 \begin_inset ERT
29511 status collapsed
29512
29513 \begin_layout Plain Layout
29514
29515
29516 \backslash
29517 sidecaptionvpos{figure}{c}
29518 \end_layout
29519
29520 \end_inset
29521
29522
29523 \begin_inset Float figure
29524 wide false
29525 sideways false
29526 status open
29527
29528 \begin_layout Plain Layout
29529 \begin_inset Graphics
29530         filename ../clipart/escher-lsd.eps
29531         scale 75
29532         scaleBeforeRotation
29533
29534 \end_inset
29535
29536
29537 \end_layout
29538
29539 \begin_layout Plain Layout
29540 \begin_inset Caption
29541
29542 \begin_layout Plain Layout
29543 \begin_inset CommandInset label
29544 LatexCommand label
29545 name "fig:legende-à-coté-fig-2"
29546
29547 \end_inset
29548
29549 Une légende centrée verticalement à côté d'une figure.
29550 \end_layout
29551
29552 \end_inset
29553
29554
29555 \end_layout
29556
29557 \end_inset
29558
29559
29560 \end_layout
29561
29562 \begin_layout Standard
29563 \begin_inset ERT
29564 status collapsed
29565
29566 \begin_layout Plain Layout
29567
29568
29569 \backslash
29570 FigBesEnd
29571 \end_layout
29572
29573 \end_inset
29574
29575
29576 \end_layout
29577
29578 \begin_layout Standard
29579 \begin_inset ERT
29580 status collapsed
29581
29582 \begin_layout Plain Layout
29583
29584
29585 \backslash
29586 TabBesBeg[5]
29587 \end_layout
29588
29589 \end_inset
29590
29591
29592 \end_layout
29593
29594 \begin_layout Standard
29595 \begin_inset Float table
29596 wide false
29597 sideways false
29598 status open
29599
29600 \begin_layout Plain Layout
29601 \begin_inset Caption
29602
29603 \begin_layout Plain Layout
29604
29605 \lang english
29606 \begin_inset CommandInset label
29607 LatexCommand label
29608 name "tab:cap-beside-tab-wider"
29609
29610 \end_inset
29611
29612 This is a caption is wider than the one in
29613 \lang french
29614  tableau
29615 \begin_inset space ~
29616 \end_inset
29617
29618
29619 \begin_inset CommandInset ref
29620 LatexCommand ref
29621 reference "tab:legende-à-coté-tableau"
29622
29623 \end_inset
29624
29625 .
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \end_layout
29632
29633 \begin_layout Plain Layout
29634 \begin_inset Tabular
29635 <lyxtabular version="3" rows="4" columns="5">
29636 <features tabularvalignment="middle">
29637 <column alignment="center" valignment="top" width="0">
29638 <column alignment="center" valignment="top" width="0">
29639 <column alignment="center" valignment="top" width="0">
29640 <column alignment="center" valignment="top" width="0">
29641 <column alignment="center" valignment="top" width="0">
29642 <row>
29643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29644 \begin_inset Text
29645
29646 \begin_layout Plain Layout
29647 a
29648 \end_layout
29649
29650 \end_inset
29651 </cell>
29652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29653 \begin_inset Text
29654
29655 \begin_layout Plain Layout
29656
29657 \end_layout
29658
29659 \end_inset
29660 </cell>
29661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29662 \begin_inset Text
29663
29664 \begin_layout Plain Layout
29665 b
29666 \end_layout
29667
29668 \end_inset
29669 </cell>
29670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29671 \begin_inset Text
29672
29673 \begin_layout Plain Layout
29674
29675 \end_layout
29676
29677 \end_inset
29678 </cell>
29679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29680 \begin_inset Text
29681
29682 \begin_layout Plain Layout
29683 c
29684 \end_layout
29685
29686 \end_inset
29687 </cell>
29688 </row>
29689 <row>
29690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29691 \begin_inset Text
29692
29693 \begin_layout Plain Layout
29694
29695 \end_layout
29696
29697 \end_inset
29698 </cell>
29699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29700 \begin_inset Text
29701
29702 \begin_layout Plain Layout
29703 d
29704 \end_layout
29705
29706 \end_inset
29707 </cell>
29708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29709 \begin_inset Text
29710
29711 \begin_layout Plain Layout
29712
29713 \end_layout
29714
29715 \end_inset
29716 </cell>
29717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29718 \begin_inset Text
29719
29720 \begin_layout Plain Layout
29721 e
29722 \end_layout
29723
29724 \end_inset
29725 </cell>
29726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29727 \begin_inset Text
29728
29729 \begin_layout Plain Layout
29730
29731 \end_layout
29732
29733 \end_inset
29734 </cell>
29735 </row>
29736 <row>
29737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29738 \begin_inset Text
29739
29740 \begin_layout Plain Layout
29741 f
29742 \end_layout
29743
29744 \end_inset
29745 </cell>
29746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29747 \begin_inset Text
29748
29749 \begin_layout Plain Layout
29750
29751 \end_layout
29752
29753 \end_inset
29754 </cell>
29755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29756 \begin_inset Text
29757
29758 \begin_layout Plain Layout
29759 g
29760 \end_layout
29761
29762 \end_inset
29763 </cell>
29764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29765 \begin_inset Text
29766
29767 \begin_layout Plain Layout
29768
29769 \end_layout
29770
29771 \end_inset
29772 </cell>
29773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29774 \begin_inset Text
29775
29776 \begin_layout Plain Layout
29777 h
29778 \end_layout
29779
29780 \end_inset
29781 </cell>
29782 </row>
29783 <row>
29784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29785 \begin_inset Text
29786
29787 \begin_layout Plain Layout
29788
29789 \end_layout
29790
29791 \end_inset
29792 </cell>
29793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29794 \begin_inset Text
29795
29796 \begin_layout Plain Layout
29797 i
29798 \end_layout
29799
29800 \end_inset
29801 </cell>
29802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29803 \begin_inset Text
29804
29805 \begin_layout Plain Layout
29806
29807 \end_layout
29808
29809 \end_inset
29810 </cell>
29811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29812 \begin_inset Text
29813
29814 \begin_layout Plain Layout
29815 j
29816 \end_layout
29817
29818 \end_inset
29819 </cell>
29820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29821 \begin_inset Text
29822
29823 \begin_layout Plain Layout
29824
29825 \end_layout
29826
29827 \end_inset
29828 </cell>
29829 </row>
29830 </lyxtabular>
29831
29832 \end_inset
29833
29834
29835 \end_layout
29836
29837 \end_inset
29838
29839
29840 \end_layout
29841
29842 \begin_layout Standard
29843 \begin_inset ERT
29844 status collapsed
29845
29846 \begin_layout Plain Layout
29847
29848
29849 \backslash
29850 TabBesEnd
29851 \end_layout
29852
29853 \end_inset
29854
29855
29856 \end_layout
29857
29858 \begin_layout Standard
29859 \begin_inset ERT
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863
29864
29865 \backslash
29866 else
29867 \end_layout
29868
29869 \end_inset
29870
29871
29872 \begin_inset Note Note
29873 status open
29874
29875 \begin_layout Plain Layout
29876 Ce qui suit sera affiché si le paquetage LaTeX 
29877 \series bold
29878 sidecap
29879 \series default
29880  n'est pas installé :
29881 \end_layout
29882
29883 \end_inset
29884
29885
29886 \end_layout
29887
29888 \begin_layout Standard
29889 Vous devez installer le paquetage LaTeX 
29890 \series bold
29891 sidecap
29892 \series default
29893  pour voir la suite de cette section dans la sortie imprimée.
29894 \end_layout
29895
29896 \begin_layout Standard
29897 \begin_inset ERT
29898 status collapsed
29899
29900 \begin_layout Plain Layout
29901
29902
29903 \backslash
29904 fi
29905 \end_layout
29906
29907 \end_inset
29908
29909
29910 \end_layout
29911
29912 \begin_layout Section
29913 Les listes de flottants
29914 \begin_inset Index idx
29915 status collapsed
29916
29917 \begin_layout Plain Layout
29918 Flottants ! Listes de Flottants
29919 \end_layout
29920
29921 \end_inset
29922
29923
29924 \end_layout
29925
29926 \begin_layout Standard
29927 De la même façon que la table des matières fait la liste des sections du
29928  document, il y a des listes pour tous les types de flottants, comme par
29929  exemple pour les figures du document.
29930  Vous pouvez les insérer en utilisant le menu 
29931 \family sans
29932 Insérer\SpecialChar \menuseparator
29933 Listes
29934 \begin_inset space ~
29935 \end_inset
29936
29937 &
29938 \begin_inset space ~
29939 \end_inset
29940
29941 TdM
29942 \family default
29943 .
29944 \end_layout
29945
29946 \begin_layout Standard
29947 Les entrées de la liste sont la légende du flottant ou éventuellement le
29948  titre court, le numéro du flottant, et le numéro de la page où le flottant
29949  apparaît dans le document.
29950 \end_layout
29951
29952 \begin_layout Standard
29953 Vous trouverez à la fin de ce document une liste des figures et une liste
29954  des tableaux.
29955 \end_layout
29956
29957 \begin_layout Chapter
29958 Notes
29959 \end_layout
29960
29961 \begin_layout Section
29962 Les notes de LyX
29963 \begin_inset Index idx
29964 status collapsed
29965
29966 \begin_layout Plain Layout
29967 Notes ! Notes LyX 
29968 \end_layout
29969
29970 \end_inset
29971
29972
29973 \end_layout
29974
29975 \begin_layout Standard
29976 On peut insérer une note en utilisant le bouton 
29977 \begin_inset Info
29978 type  "icon"
29979 arg   "note-insert"
29980 \end_inset
29981
29982  de la barre d'outils ou avec le menu 
29983 \family sans
29984 Insérer\SpecialChar \menuseparator
29985 Note
29986 \family default
29987 .
29988  Il y a trois types de notes :
29989 \end_layout
29990
29991 \begin_layout Description
29992 Note
29993 \begin_inset space ~
29994 \end_inset
29995
29996 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
29997  finale.
29998  La boîte de cette note ressemble à ceci :
29999 \begin_inset Newline newline
30000 \end_inset
30001
30002
30003 \begin_inset Newline newline
30004 \end_inset
30005
30006
30007 \begin_inset Graphics
30008         filename clipart/LyXNoteImageQt4.png
30009         display false
30010         scale 65
30011         scaleBeforeRotation
30012
30013 \end_inset
30014
30015  
30016 \begin_inset Note Note
30017 status open
30018
30019 \begin_layout Plain Layout
30020 Le texte de cette note n'apparaîtra pas à l'impression.
30021 \end_layout
30022
30023 \end_inset
30024
30025
30026 \end_layout
30027
30028 \begin_layout Description
30029 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
30030  il est inséré comme un commentaire LaTeX quand vous exportez votre document
30031  vers un fichier au format LaTeX avec le menu 
30032 \family sans
30033 Fichier\SpecialChar \menuseparator
30034 Exporter\SpecialChar \menuseparator
30035 LaTeX (pdflatex) / (plain)
30036 \family default
30037 .
30038  La boîte de cette note ressemble à ceci :
30039 \begin_inset Newline newline
30040 \end_inset
30041
30042
30043 \begin_inset Newline newline
30044 \end_inset
30045
30046
30047 \begin_inset Graphics
30048         filename clipart/CommentNoteImageQt4.png
30049         display false
30050         scale 55
30051         scaleBeforeRotation
30052
30053 \end_inset
30054
30055  
30056 \begin_inset Note Comment
30057 status open
30058
30059 \begin_layout Plain Layout
30060 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
30061  LaTeX.
30062 \end_layout
30063
30064 \end_inset
30065
30066
30067 \end_layout
30068
30069 \begin_layout Description
30070 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
30071  La boîte de cette note ressemble à ceci :
30072 \begin_inset Newline newline
30073 \end_inset
30074
30075
30076 \begin_inset Newline newline
30077 \end_inset
30078
30079
30080 \begin_inset Graphics
30081         filename clipart/GreyedOutNoteImageQt4.png
30082         lyxscale 80
30083         display false
30084         scale 55
30085         scaleBeforeRotation
30086
30087 \end_inset
30088
30089
30090 \begin_inset Newline newline
30091 \end_inset
30092
30093
30094 \begin_inset ERT
30095 status collapsed
30096
30097 \begin_layout Plain Layout
30098
30099
30100 \backslash
30101 renewenvironment{lyxgreyedout}
30102 \end_layout
30103
30104 \begin_layout Plain Layout
30105
30106 {
30107 \backslash
30108 textcolor[gray]{0.8}
30109 \backslash
30110 bgroup}{
30111 \backslash
30112 egroup}
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \begin_inset Note Greyedout
30119 status open
30120
30121 \begin_layout Plain Layout
30122 Le texte
30123 \begin_inset Foot
30124 status collapsed
30125
30126 \begin_layout Plain Layout
30127 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
30128  grisé.
30129  
30130 \end_layout
30131
30132 \end_inset
30133
30134  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
30135 \end_layout
30136
30137 \end_inset
30138
30139
30140 \begin_inset ERT
30141 status collapsed
30142
30143 \begin_layout Plain Layout
30144
30145
30146 \backslash
30147 renewenvironment{lyxgreyedout}
30148 \end_layout
30149
30150 \begin_layout Plain Layout
30151
30152 {
30153 \backslash
30154 textcolor{blue}
30155 \backslash
30156 bgroup}{
30157 \backslash
30158 egroup}
30159 \end_layout
30160
30161 \end_inset
30162
30163
30164 \begin_inset Note Note
30165 status collapsed
30166
30167 \begin_layout Plain Layout
30168 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
30169  originale qu'elle a dans LyX.
30170  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
30171  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
30172 \end_layout
30173
30174 \end_inset
30175
30176
30177 \begin_inset Newline newline
30178 \end_inset
30179
30180
30181 \begin_inset Newline newline
30182 \end_inset
30183
30184 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
30185  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
30186 \end_layout
30187
30188 \begin_layout Standard
30189 \begin_inset VSpace bigskip
30190 \end_inset
30191
30192 Quand vous utilisez le bouton 
30193 \begin_inset Info
30194 type  "icon"
30195 arg   "note-insert"
30196 \end_inset
30197
30198  de la barre d'outils, vous insérez une 
30199 \family sans
30200 Note
30201 \begin_inset space ~
30202 \end_inset
30203
30204 LyX
30205 \family default
30206 .
30207  
30208 \lang english
30209 You can switch between the three note types by right-clicking on the note-box.
30210
30211 \lang french
30212  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
30213 la et cliquez sur le bouton d'insertion de note.
30214  Pour retransformer une note en texte, appuyez sur la touche 
30215 \family sans
30216 backspace
30217 \family default
30218  quand le curseur est au tout début de la note ou appuyez sur la touche
30219  
30220 \family sans
30221 Suppr.
30222
30223 \family default
30224  quand le curseur se trouve à la fin de la note.
30225 \end_layout
30226
30227 \begin_layout Standard
30228 \begin_inset VSpace bigskip
30229 \end_inset
30230
30231
30232 \end_layout
30233
30234 \begin_layout Standard
30235 Vous pouvez changer la couleur des notes grisées dans le menu 
30236 \family sans
30237 Document\SpecialChar \menuseparator
30238 Paramètres\SpecialChar \menuseparator
30239 Couleurs
30240 \family default
30241 .
30242 \end_layout
30243
30244 \begin_layout Section
30245 Notes en bas de page
30246 \begin_inset CommandInset label
30247 LatexCommand label
30248 name "sec:Notes-bas-de-page"
30249
30250 \end_inset
30251
30252
30253 \begin_inset Index idx
30254 status collapsed
30255
30256 \begin_layout Plain Layout
30257 Notes ! Notes de bas de page
30258 \end_layout
30259
30260 \end_inset
30261
30262
30263 \begin_inset Index idx
30264 status collapsed
30265
30266 \begin_layout Plain Layout
30267 Notes de bas de page
30268 \end_layout
30269
30270 \end_inset
30271
30272
30273 \end_layout
30274
30275 \begin_layout Standard
30276 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
30277  
30278 \begin_inset Info
30279 type  "icon"
30280 arg   "footnote-insert"
30281 \end_inset
30282
30283  de la barre d'outils, soit en utilisant le menu 
30284 \family sans
30285 Insérer\SpecialChar \menuseparator
30286 Note
30287 \begin_inset space ~
30288 \end_inset
30289
30290 en
30291 \begin_inset space ~
30292 \end_inset
30293
30294 Bas
30295 \begin_inset space ~
30296 \end_inset
30297
30298 de
30299 \begin_inset space ~
30300 \end_inset
30301
30302 Page
30303 \family default
30304 .
30305  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
30306  rouge 
30307 \begin_inset Quotes fld
30308 \end_inset
30309
30310 bas
30311 \begin_inset Quotes frd
30312 \end_inset
30313
30314  qui ressemble à ceci : 
30315 \begin_inset Graphics
30316         filename clipart/footnoteQt4.png
30317         scale 80
30318         scaleBeforeRotation
30319
30320 \end_inset
30321
30322  Vous pouvez y entrer votre texte.
30323  Si vous voulez transformer du texte déjà existant en note en bas de page,
30324  sélectionnez-le et cliquez sur le bouton 
30325 \family sans
30326 Note
30327 \begin_inset space ~
30328 \end_inset
30329
30330 en
30331 \begin_inset space ~
30332 \end_inset
30333
30334 Bas
30335 \begin_inset space ~
30336 \end_inset
30337
30338 de
30339 \begin_inset space ~
30340 \end_inset
30341
30342 Page
30343 \family default
30344  de la barre d'outils.
30345  Pour retransformer une note de bas de page en texte, appuyez sur la touche
30346  
30347 \family sans
30348 Backspace
30349 \family default
30350  quand le curseur est au tout début de la note ou appuyez sur la touche
30351  
30352 \family sans
30353 Suppr.
30354
30355 \family default
30356  quand le curseur se trouve à la fin de la note.
30357 \end_layout
30358
30359 \begin_layout Standard
30360 Voici un exemple de note en bas de page:
30361 \begin_inset Foot
30362 status open
30363
30364 \begin_layout Plain Layout
30365 \begin_inset CommandInset label
30366 LatexCommand label
30367 name "fn:Note-en-bas"
30368
30369 \end_inset
30370
30371 Ceci est un exemple de note en bas de page.
30372 \end_layout
30373
30374 \end_inset
30375
30376
30377 \begin_inset ERT
30378 status collapsed
30379
30380 \begin_layout Plain Layout
30381
30382
30383 \backslash
30384 newcounter{MyRepeatFoot}
30385 \end_layout
30386
30387 \begin_layout Plain Layout
30388
30389
30390 \backslash
30391 setcounter{MyRepeatFoot}{
30392 \backslash
30393 thefootnote}
30394 \end_layout
30395
30396 \end_inset
30397
30398
30399 \end_layout
30400
30401 \begin_layout Standard
30402 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
30403  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
30404  de note.
30405  Le texte de la note est placé en bas de la page courante.
30406  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
30407  Selon votre classe de document les numéros de notes pourront être réinitialisés
30408  à chaque nouveau chapitre.
30409 \end_layout
30410
30411 \begin_layout Standard
30412 On peut faire référence à une note en bas de page comme on le fait avec
30413  les flottants : Insérez une étiquette dans la note et faites une référence
30414  croisée vers cette étiquette comme c'est décrit dans la
30415 \begin_inset space ~
30416 \end_inset
30417
30418
30419 \begin_inset CommandInset ref
30420 LatexCommand ref
30421 reference "sec:Referencer-les-Flottants"
30422
30423 \end_inset
30424
30425 .
30426 \begin_inset Newline newline
30427 \end_inset
30428
30429 Voici une référence à une note de bas de page :
30430 \begin_inset space ~
30431 \end_inset
30432
30433
30434 \begin_inset CommandInset ref
30435 LatexCommand ref
30436 reference "fn:Note-en-bas"
30437
30438 \end_inset
30439
30440 .
30441 \end_layout
30442
30443 \begin_layout Standard
30444 \begin_inset VSpace defskip
30445 \end_inset
30446
30447
30448 \end_layout
30449
30450 \begin_layout Standard
30451 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
30452  par LaTeX pour des raisons techniques.
30453  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
30454  
30455 \series bold
30456
30457 \backslash
30458 footnotemark{}
30459 \series default
30460  en code TeX à la place de la note de bas de page.
30461  Le texte de la note est mis en argument de la commande TeX 
30462 \series bold
30463
30464 \backslash
30465 footnotetext
30466 \series default
30467  après le tableau.
30468 \begin_inset Newline newline
30469 \end_inset
30470
30471 C'est ce qui a été fait pour le tableau qui suit avec la commande
30472 \end_layout
30473
30474 \begin_layout Standard
30475
30476 \series bold
30477
30478 \backslash
30479 footnotetext{
30480 \series default
30481 Note de bas de page de tableau imprimée.
30482 \series bold
30483 }
30484 \end_layout
30485
30486 \begin_layout Standard
30487
30488 \lang english
30489 \begin_inset Tabular
30490 <lyxtabular version="3" rows="2" columns="1">
30491 <features tabularvalignment="middle">
30492 <column alignment="center" valignment="top" width="0">
30493 <row>
30494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30495 \begin_inset Text
30496
30497 \begin_layout Plain Layout
30498 Un exemple de texte
30499 \begin_inset Foot
30500 status open
30501
30502 \begin_layout Plain Layout
30503 Cette note ne sera pas imprimée
30504 \begin_inset space ~
30505 \end_inset
30506
30507 !
30508 \end_layout
30509
30510 \end_inset
30511
30512
30513 \end_layout
30514
30515 \end_inset
30516 </cell>
30517 </row>
30518 <row>
30519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30520 \begin_inset Text
30521
30522 \begin_layout Plain Layout
30523 Un autre exemple de texte
30524 \begin_inset ERT
30525 status collapsed
30526
30527 \begin_layout Plain Layout
30528
30529
30530 \backslash
30531 footnotemark{}
30532 \end_layout
30533
30534 \end_inset
30535
30536
30537 \end_layout
30538
30539 \end_inset
30540 </cell>
30541 </row>
30542 </lyxtabular>
30543
30544 \end_inset
30545
30546
30547 \begin_inset ERT
30548 status collapsed
30549
30550 \begin_layout Plain Layout
30551
30552
30553 \backslash
30554 footnotetext{
30555 \end_layout
30556
30557 \end_inset
30558
30559
30560 \lang french
30561 Note de bas de page de tableau imprimée.
30562 \lang english
30563
30564 \begin_inset ERT
30565 status collapsed
30566
30567 \begin_layout Plain Layout
30568
30569 }
30570 \end_layout
30571
30572 \end_inset
30573
30574
30575 \end_layout
30576
30577 \begin_layout Standard
30578 Les notes de bas de page dans des tableaux longs sont décrites dans la section
30579 \begin_inset space ~
30580 \end_inset
30581
30582
30583 \begin_inset CommandInset ref
30584 LatexCommand ref
30585 reference "sub:Notes-dans-tableau-long"
30586
30587 \end_inset
30588
30589 .
30590 \end_layout
30591
30592 \begin_layout Standard
30593 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
30594  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
30595 e, vu que la minipage est considérée comme une page se trouvant dans une
30596  autre page.
30597  Pour plus d'information sur les minipages, voyez la section
30598 \begin_inset space ~
30599 \end_inset
30600
30601
30602 \begin_inset CommandInset ref
30603 LatexCommand ref
30604 reference "sec:Minipages"
30605
30606 \end_inset
30607
30608 .
30609  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
30610  s'imprime en bas de page comme une note normale, on doit aussi utiliser
30611  la méthode utilisant les commandes 
30612 \series bold
30613
30614 \backslash
30615 footnotemark{}
30616 \series default
30617  et 
30618 \series bold
30619
30620 \backslash
30621 footnotetext
30622 \series default
30623 .
30624 \end_layout
30625
30626 \begin_layout Standard
30627 \begin_inset Box Frameless
30628 position "t"
30629 hor_pos "c"
30630 has_inner_box 1
30631 inner_pos "t"
30632 use_parbox 0
30633 use_makebox 0
30634 width "100col%"
30635 special "none"
30636 height "1in"
30637 height_special "totalheight"
30638 status open
30639
30640 \begin_layout Plain Layout
30641 Un exemple de texte dans une minipage.
30642 \begin_inset Foot
30643 status open
30644
30645 \begin_layout Plain Layout
30646 Note de bas de page dans la minipage.
30647 \end_layout
30648
30649 \end_inset
30650
30651
30652 \end_layout
30653
30654 \begin_layout Plain Layout
30655 Un autre exemple de texte dans une minipage.
30656 \begin_inset ERT
30657 status collapsed
30658
30659 \begin_layout Plain Layout
30660
30661
30662 \backslash
30663 footnotemark{}
30664 \end_layout
30665
30666 \end_inset
30667
30668
30669 \end_layout
30670
30671 \end_inset
30672
30673
30674 \end_layout
30675
30676 \begin_layout Standard
30677 \begin_inset ERT
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681
30682
30683 \backslash
30684 footnotetext{
30685 \end_layout
30686
30687 \end_inset
30688
30689 Note de bas de page en dehors de la minipage.
30690 \begin_inset ERT
30691 status collapsed
30692
30693 \begin_layout Plain Layout
30694
30695 }
30696 \end_layout
30697
30698 \end_inset
30699
30700
30701 \end_layout
30702
30703 \begin_layout Standard
30704 \begin_inset VSpace defskip
30705 \end_inset
30706
30707
30708 \end_layout
30709
30710 \begin_layout Standard
30711 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
30712  utilisez la commande 
30713 \series bold
30714
30715 \backslash
30716 footnotemark[number]
30717 \series default
30718  en code TeX.
30719 \begin_inset Newline newline
30720 \end_inset
30721
30722 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
30723  votre texte, vous devez enregistrer son numéro.
30724  Dans l'exemple de marque de note de bas de page suivant, ces commandes
30725  ont été insérées en code TeX après la note
30726 \begin_inset space ~
30727 \end_inset
30728
30729
30730 \begin_inset CommandInset ref
30731 LatexCommand ref
30732 reference "fn:Note-en-bas"
30733
30734 \end_inset
30735
30736  pour enregistrer son numéro
30737 \begin_inset space ~
30738 \end_inset
30739
30740 :
30741 \end_layout
30742
30743 \begin_layout Standard
30744
30745 \series bold
30746
30747 \backslash
30748 newcounter{MaNoteDupliquee}
30749 \begin_inset Newline newline
30750 \end_inset
30751
30752
30753 \backslash
30754 setcounter{MaNoteDupliquee}{
30755 \backslash
30756 thefootnote}
30757 \end_layout
30758
30759 \begin_layout Standard
30760 La note de bas de page a été créée avec la commande
30761 \begin_inset space ~
30762 \end_inset
30763
30764 :
30765 \end_layout
30766
30767 \begin_layout Standard
30768
30769 \series bold
30770
30771 \backslash
30772 footnotemark[
30773 \backslash
30774 MaNoteDupliquee]
30775 \end_layout
30776
30777 \begin_layout Standard
30778 Voici une note de bas de page dupliquée
30779 \begin_inset space ~
30780 \end_inset
30781
30782 :
30783 \begin_inset ERT
30784 status collapsed
30785
30786 \begin_layout Plain Layout
30787
30788
30789 \backslash
30790 footnotemark[
30791 \backslash
30792 theMyRepeatFoot]
30793 \end_layout
30794
30795 \end_inset
30796
30797
30798 \end_layout
30799
30800 \begin_layout Standard
30801 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
30802 t du numéro de note et juste utiliser la commande suivante
30803 \end_layout
30804
30805 \begin_layout Standard
30806
30807 \series bold
30808
30809 \backslash
30810 footnotemark[
30811 \backslash
30812 thefootnote]
30813 \end_layout
30814
30815 \begin_layout Standard
30816 Voici une autre note de bas de page dupliquée
30817 \begin_inset space ~
30818 \end_inset
30819
30820 :
30821 \begin_inset ERT
30822 status collapsed
30823
30824 \begin_layout Plain Layout
30825
30826
30827 \backslash
30828 footnotemark[
30829 \backslash
30830 thefootnote]
30831 \end_layout
30832
30833 \end_inset
30834
30835
30836 \end_layout
30837
30838 \begin_layout Subsection
30839 Numérotation de notes de bas de page
30840 \begin_inset CommandInset label
30841 LatexCommand label
30842 name "sub:Numerotation-notes-bas-de-page"
30843
30844 \end_inset
30845
30846
30847 \begin_inset Index idx
30848 status collapsed
30849
30850 \begin_layout Plain Layout
30851 Notes de bas de page ! Numérotation
30852 \end_layout
30853
30854 \end_inset
30855
30856
30857 \end_layout
30858
30859 \begin_layout Standard
30860 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
30861  ajoutez cette commande dans le préambule de votre document :
30862 \end_layout
30863
30864 \begin_layout Standard
30865
30866 \series bold
30867
30868 \backslash
30869 @addtoreset{footnote}{section}
30870 \end_layout
30871
30872 \begin_layout Standard
30873 \begin_inset VSpace bigskip
30874 \end_inset
30875
30876 La commande de préambule suivante change le style de numérotation des notes
30877  en petits chiffres romains :
30878 \end_layout
30879
30880 \begin_layout Standard
30881
30882 \series bold
30883
30884 \backslash
30885 renewcommand{
30886 \backslash
30887 thefootnote}{
30888 \backslash
30889 roman{footnote}}
30890 \end_layout
30891
30892 \begin_layout Standard
30893 \begin_inset ERT
30894 status collapsed
30895
30896 \begin_layout Plain Layout
30897
30898
30899 \backslash
30900 renewcommand{
30901 \backslash
30902 thefootnote}{
30903 \backslash
30904 roman{footnote}}
30905 \end_layout
30906
30907 \end_inset
30908
30909  Cette note de bas de page utilise une numérotation en chiffres romains
30910  :
30911 \begin_inset Foot
30912 status open
30913
30914 \begin_layout Plain Layout
30915 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
30916  romains.
30917 \end_layout
30918
30919 \end_inset
30920
30921
30922 \end_layout
30923
30924 \begin_layout Standard
30925 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
30926  la commande précédente 
30927 \series bold
30928
30929 \backslash
30930 roman
30931 \series default
30932  par 
30933 \series bold
30934
30935 \backslash
30936 Roman
30937 \series default
30938 .
30939  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
30940  utilisez respectivement soit 
30941 \series bold
30942
30943 \backslash
30944 Alph
30945 \series default
30946  soit 
30947 \series bold
30948
30949 \backslash
30950 alph
30951 \series default
30952 .
30953  Pour les 
30954 \begin_inset Quotes eld
30955 \end_inset
30956
30957 numéroter
30958 \begin_inset Quotes erd
30959 \end_inset
30960
30961  avec des symboles, utilisez 
30962 \series bold
30963
30964 \backslash
30965 fnsymbol
30966 \series default
30967 .
30968 \end_layout
30969
30970 \begin_layout Standard
30971 \begin_inset Note Greyedout
30972 status open
30973
30974 \begin_layout Plain Layout
30975
30976 \series bold
30977 Note:
30978 \series default
30979  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
30980  puisque cette numérotation est limitée à des lettres seules.
30981 \end_layout
30982
30983 \end_inset
30984
30985
30986 \begin_inset Newline newline
30987 \end_inset
30988
30989
30990 \begin_inset Note Greyedout
30991 status open
30992
30993 \begin_layout Plain Layout
30994
30995 \series bold
30996 Note:
30997 \series default
30998  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
30999 \end_layout
31000
31001 \end_inset
31002
31003
31004 \end_layout
31005
31006 \begin_layout Standard
31007 Pour revenir au style de numérotation implicite quand vous en avez changé,
31008  utilisez 
31009 \series bold
31010
31011 \backslash
31012 arabic
31013 \series default
31014  à la place de 
31015 \series bold
31016
31017 \backslash
31018 roman
31019 \series default
31020  dans la commande précédente.
31021 \begin_inset ERT
31022 status collapsed
31023
31024 \begin_layout Plain Layout
31025
31026
31027 \backslash
31028 renewcommand{
31029 \backslash
31030 thefootnote}{
31031 \backslash
31032 arabic{footnote}}
31033 \end_layout
31034
31035 \end_inset
31036
31037
31038 \end_layout
31039
31040 \begin_layout Standard
31041 \begin_inset VSpace bigskip
31042 \end_inset
31043
31044
31045 \end_layout
31046
31047 \begin_layout Standard
31048 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
31049  le schéma 
31050 \begin_inset Quotes eld
31051 \end_inset
31052
31053 chapitre.note
31054 \begin_inset Quotes erd
31055 \end_inset
31056
31057 , ajoutez la commande suivante au préambule de votre document :
31058 \end_layout
31059
31060 \begin_layout Standard
31061
31062 \series bold
31063
31064 \backslash
31065 numberwithin{footnote}{chapter}
31066 \end_layout
31067
31068 \begin_layout Standard
31069 Pour pouvoir utiliser la commande 
31070 \series bold
31071
31072 \backslash
31073 numberwithin
31074 \series default
31075 , activez dans la rubrique 
31076 \family sans
31077 Options
31078 \begin_inset space ~
31079 \end_inset
31080
31081 des
31082 \begin_inset space ~
31083 \end_inset
31084
31085 Maths
31086 \family default
31087  dans les paramètres du document, l'option 
31088 \family sans
31089 Utiliser
31090 \begin_inset space ~
31091 \end_inset
31092
31093 le
31094 \begin_inset space ~
31095 \end_inset
31096
31097 paquetage
31098 \begin_inset space ~
31099 \end_inset
31100
31101 maths
31102 \begin_inset space ~
31103 \end_inset
31104
31105 AMS
31106 \family default
31107 .
31108 \end_layout
31109
31110 \begin_layout Standard
31111 \begin_inset ERT
31112 status collapsed
31113
31114 \begin_layout Plain Layout
31115
31116
31117 \backslash
31118 numberwithin{footnote}{chapter}
31119 \end_layout
31120
31121 \end_inset
31122
31123 Ceci est un autre exemple de note de bas de page:
31124 \series bold
31125
31126 \begin_inset Foot
31127 status open
31128
31129 \begin_layout Plain Layout
31130 Cette note est numérotée en suivant le schéma 
31131 \begin_inset Quotes fld
31132 \end_inset
31133
31134 chapitre.note
31135 \begin_inset Quotes frd
31136 \end_inset
31137
31138 .
31139 \end_layout
31140
31141 \end_inset
31142
31143
31144 \series default
31145
31146 \begin_inset ERT
31147 status collapsed
31148
31149 \begin_layout Plain Layout
31150
31151
31152 \backslash
31153 renewcommand{
31154 \backslash
31155 thefootnote}{
31156 \backslash
31157 arabic{footnote}}
31158 \end_layout
31159
31160 \end_inset
31161
31162
31163 \end_layout
31164
31165 \begin_layout Standard
31166 \begin_inset Note Greyedout
31167 status open
31168
31169 \begin_layout Plain Layout
31170
31171 \series bold
31172 Note:
31173 \series default
31174  
31175 \series bold
31176
31177 \backslash
31178 numberwithin
31179 \series default
31180  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
31181  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
31182  prises en compte.
31183  
31184 \end_layout
31185
31186 \end_inset
31187
31188
31189 \end_layout
31190
31191 \begin_layout Standard
31192 Donc pour avoir par exemple le schéma 
31193 \begin_inset Quotes eld
31194 \end_inset
31195
31196 chapitre.
31197 \backslash
31198 Roman{note}
31199 \begin_inset Quotes erd
31200 \end_inset
31201
31202 , utilisez la commande suivante plutôt que 
31203 \series bold
31204
31205 \backslash
31206 numberwithin
31207 \series default
31208  :
31209 \end_layout
31210
31211 \begin_layout Standard
31212
31213 \series bold
31214
31215 \backslash
31216 renewcommand{
31217 \backslash
31218 thefootnote}{
31219 \backslash
31220 thechapter.
31221 \backslash
31222 Roman{footnote}}
31223 \end_layout
31224
31225 \begin_layout Subsection
31226 Positionnement de notes de bas de page
31227 \begin_inset Index idx
31228 status collapsed
31229
31230 \begin_layout Plain Layout
31231 Notes de bas de page ! Positionnement
31232 \end_layout
31233
31234 \end_inset
31235
31236
31237 \end_layout
31238
31239 \begin_layout Standard
31240 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
31241  vertical entre elles en bas de la page.
31242  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
31243  de 1.5
31244 \begin_inset space \thinspace{}
31245 \end_inset
31246
31247 mm avec la commande suivante dans le préambule :
31248 \end_layout
31249
31250 \begin_layout Standard
31251
31252 \series bold
31253
31254 \backslash
31255 let
31256 \backslash
31257 myFoot
31258 \backslash
31259 footnote
31260 \begin_inset Newline newline
31261 \end_inset
31262
31263
31264 \backslash
31265 renewcommand{
31266 \backslash
31267 footnote}[1]{
31268 \backslash
31269 myFoot{#1
31270 \backslash
31271 vspace{1.5mm}}}
31272 \end_layout
31273
31274 \begin_layout Standard
31275 \begin_inset VSpace bigskip
31276 \end_inset
31277
31278 Dans un document à deux colonnes les notes de bas de page apparaissent en
31279  bas de chaque colonne, comme sur la Figure
31280 \begin_inset space ~
31281 \end_inset
31282
31283
31284 \begin_inset CommandInset ref
31285 LatexCommand ref
31286 reference "fig:Position-standard-note-bas-de-page"
31287
31288 \end_inset
31289
31290 .
31291  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
31292  sur la Figure
31293 \begin_inset space ~
31294 \end_inset
31295
31296
31297 \begin_inset CommandInset ref
31298 LatexCommand ref
31299 reference "fig:Position-note-avec-ftnright"
31300
31301 \end_inset
31302
31303 , utilisez le paquetage LaTeX 
31304 \series bold
31305 ftnright
31306 \series default
31307
31308 \begin_inset Index idx
31309 status collapsed
31310
31311 \begin_layout Plain Layout
31312 Paquetages LaTeX ! ftnright
31313 \end_layout
31314
31315 \end_inset
31316
31317  avec cette commande dans le préambule du document:
31318 \end_layout
31319
31320 \begin_layout Standard
31321
31322 \series bold
31323
31324 \backslash
31325 usepackage{ftnright}
31326 \end_layout
31327
31328 \begin_layout Standard
31329 \begin_inset Float figure
31330 placement !h
31331 wide false
31332 sideways false
31333 status open
31334
31335 \begin_layout Plain Layout
31336 \begin_inset ERT
31337 status collapsed
31338
31339 \begin_layout Plain Layout
31340
31341
31342 \backslash
31343 framebox{
31344 \end_layout
31345
31346 \end_inset
31347
31348
31349 \begin_inset Graphics
31350         filename ../clipart/without_fntright.pdf
31351         width 100col%
31352         scaleBeforeRotation
31353
31354 \end_inset
31355
31356
31357 \begin_inset ERT
31358 status collapsed
31359
31360 \begin_layout Plain Layout
31361
31362 }
31363 \end_layout
31364
31365 \end_inset
31366
31367
31368 \end_layout
31369
31370 \begin_layout Plain Layout
31371 \begin_inset Caption
31372
31373 \begin_layout Plain Layout
31374 \begin_inset CommandInset label
31375 LatexCommand label
31376 name "fig:Position-standard-note-bas-de-page"
31377
31378 \end_inset
31379
31380 Positionnement standard des notes de bas de page dans un document à deux
31381  colonnes.
31382 \end_layout
31383
31384 \end_inset
31385
31386
31387 \end_layout
31388
31389 \end_inset
31390
31391
31392 \end_layout
31393
31394 \begin_layout Standard
31395 \begin_inset Float figure
31396 placement !h
31397 wide false
31398 sideways false
31399 status open
31400
31401 \begin_layout Plain Layout
31402 \begin_inset ERT
31403 status collapsed
31404
31405 \begin_layout Plain Layout
31406
31407
31408 \backslash
31409 framebox{
31410 \end_layout
31411
31412 \end_inset
31413
31414
31415 \begin_inset Graphics
31416         filename ../clipart/with_fntright.pdf
31417         width 100col%
31418         scaleBeforeRotation
31419
31420 \end_inset
31421
31422
31423 \begin_inset ERT
31424 status collapsed
31425
31426 \begin_layout Plain Layout
31427
31428 }
31429 \end_layout
31430
31431 \end_inset
31432
31433
31434 \end_layout
31435
31436 \begin_layout Plain Layout
31437 \begin_inset Caption
31438
31439 \begin_layout Plain Layout
31440 \begin_inset CommandInset label
31441 LatexCommand label
31442 name "fig:Position-note-avec-ftnright"
31443
31444 \end_inset
31445
31446 Positionnement de notes de bas de page dans un document à deux colonnes
31447  en utilisant le paquetage LaTeX 
31448 \series bold
31449 ftnright
31450 \series default
31451 .
31452 \end_layout
31453
31454 \end_inset
31455
31456
31457 \end_layout
31458
31459 \end_inset
31460
31461
31462 \end_layout
31463
31464 \begin_layout Standard
31465 \begin_inset VSpace bigskip
31466 \end_inset
31467
31468 Dans certaines publications scientifiques, il est courant de rassembler
31469  les notes de bas de page et de les imprimer dans un paragraphe particulier
31470  à la fin de la section, comme sur la Figure
31471 \begin_inset space ~
31472 \end_inset
31473
31474
31475 \begin_inset CommandInset ref
31476 LatexCommand ref
31477 reference "fig:Notes-de-fin"
31478
31479 \end_inset
31480
31481 .
31482  On les appelle 
31483 \begin_inset Quotes eld
31484 \end_inset
31485
31486 notes de fin
31487 \begin_inset Quotes erd
31488 \end_inset
31489
31490 .
31491 \begin_inset Index idx
31492 status collapsed
31493
31494 \begin_layout Plain Layout
31495 Notes de fin
31496 \end_layout
31497
31498 \end_inset
31499
31500  Pour utiliser des notes de fin à la place des notes de bas de page dans
31501  votre document, charger le module 
31502 \family sans
31503 Note de bas de page en fin de document
31504 \family default
31505  à partir de 
31506 \family sans
31507 Document\SpecialChar \menuseparator
31508 Paramètres\SpecialChar \menuseparator
31509 Modules
31510 \family default
31511 .
31512  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
31513 \end_layout
31514
31515 \begin_layout Standard
31516
31517 \series bold
31518
31519 \backslash
31520 theendnotes
31521 \end_layout
31522
31523 \begin_layout Standard
31524 en code TeX à la fin d'une section ou d'un chapitre.
31525 \end_layout
31526
31527 \begin_layout Standard
31528 \begin_inset Float figure
31529 wide false
31530 sideways false
31531 status open
31532
31533 \begin_layout Plain Layout
31534 \align center
31535 \begin_inset ERT
31536 status collapsed
31537
31538 \begin_layout Plain Layout
31539
31540
31541 \backslash
31542 framebox{
31543 \end_layout
31544
31545 \end_inset
31546
31547
31548 \begin_inset Graphics
31549         filename ../clipart/endnotes.pdf
31550         scaleBeforeRotation
31551
31552 \end_inset
31553
31554
31555 \begin_inset ERT
31556 status collapsed
31557
31558 \begin_layout Plain Layout
31559
31560 }
31561 \end_layout
31562
31563 \end_inset
31564
31565
31566 \end_layout
31567
31568 \begin_layout Plain Layout
31569 \begin_inset Caption
31570
31571 \begin_layout Plain Layout
31572 \begin_inset CommandInset label
31573 LatexCommand label
31574 name "fig:Notes-de-fin"
31575
31576 \end_inset
31577
31578 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
31579  séparé à la fin des sections ou des chapitres.
31580 \end_layout
31581
31582 \end_inset
31583
31584
31585 \end_layout
31586
31587 \end_inset
31588
31589
31590 \end_layout
31591
31592 \begin_layout Standard
31593 \begin_inset VSpace medskip
31594 \end_inset
31595
31596 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
31597  dans la langue du document, cela doit être fait manuellement.
31598  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
31599  
31600 \begin_inset Quotes eld
31601 \end_inset
31602
31603 Notes
31604 \begin_inset Quotes erd
31605 \end_inset
31606
31607  en sa traduction Allemande
31608 \begin_inset Foot
31609 status collapsed
31610
31611 \begin_layout Plain Layout
31612 En français, 
31613 \begin_inset Quotes eld
31614 \end_inset
31615
31616 Notes
31617 \begin_inset Quotes erd
31618 \end_inset
31619
31620  peut être conservé.
31621 \end_layout
31622
31623 \end_inset
31624
31625  
31626 \begin_inset Quotes eld
31627 \end_inset
31628
31629 Anmerkungen
31630 \begin_inset Quotes erd
31631 \end_inset
31632
31633  :
31634 \end_layout
31635
31636 \begin_layout Standard
31637
31638 \series bold
31639
31640 \backslash
31641 renewcommand{
31642 \backslash
31643 notesname}{Anmerkungen}
31644 \end_layout
31645
31646 \begin_layout Standard
31647 \begin_inset VSpace medskip
31648 \end_inset
31649
31650 La numérotation des notes de fin peut être modifiée comme celle des notes
31651  de bas de page comme c'est décrit dans la section
31652 \begin_inset space ~
31653 \end_inset
31654
31655
31656 \begin_inset CommandInset ref
31657 LatexCommand ref
31658 reference "sub:Numerotation-notes-bas-de-page"
31659
31660 \end_inset
31661
31662  ; remplacez juste la commande 
31663 \series bold
31664
31665 \backslash
31666 thefootnote
31667 \series default
31668  par 
31669 \series bold
31670
31671 \backslash
31672 theendnote
31673 \series default
31674 .
31675  Pour réinitialiser le numéro de note de fin, utilisez la commande 
31676 \series bold
31677
31678 \backslash
31679 @addtoreset
31680 \series default
31681  comme c'est décrit dans la section
31682 \begin_inset space ~
31683 \end_inset
31684
31685
31686 \begin_inset CommandInset ref
31687 LatexCommand ref
31688 reference "sub:Numerotation-notes-bas-de-page"
31689
31690 \end_inset
31691
31692  et remplacez le paramètre de commande 
31693 \series bold
31694 footnote
31695 \series default
31696  par 
31697 \series bold
31698 endnote
31699 \series default
31700 .
31701 \end_layout
31702
31703 \begin_layout Standard
31704 Pour les notes de fin, il y a la commande 
31705 \series bold
31706
31707 \backslash
31708 endnotemark[numéro]
31709 \series default
31710  qui est semblable à 
31711 \series bold
31712
31713 \backslash
31714 footnotemark
31715 \series default
31716 , décrite dans la section
31717 \begin_inset space ~
31718 \end_inset
31719
31720
31721 \begin_inset CommandInset ref
31722 LatexCommand ref
31723 reference "sec:Notes-bas-de-page"
31724
31725 \end_inset
31726
31727 .
31728 \end_layout
31729
31730 \begin_layout Standard
31731 \begin_inset VSpace bigskip
31732 \end_inset
31733
31734  Les notes de bas de page peuvent être mise dans la marge de la page et
31735  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
31736  
31737 \series bold
31738 footmisc
31739 \series default
31740
31741 \begin_inset Index idx
31742 status collapsed
31743
31744 \begin_layout Plain Layout
31745 Paquetages LaTeX ! footmisc
31746 \end_layout
31747
31748 \end_inset
31749
31750
31751 \begin_inset CommandInset citation
31752 LatexCommand cite
31753 key "footmisc"
31754
31755 \end_inset
31756
31757  pour plus d'information à ce sujet.
31758 \end_layout
31759
31760 \begin_layout Standard
31761 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
31762  voyez les livres sur LaTeX, 
31763 \begin_inset CommandInset citation
31764 LatexCommand cite
31765 key "latexcompanion,latexguide,latexbook"
31766
31767 \end_inset
31768
31769 .
31770  Si vous utilisez une classe de document  
31771 \series bold
31772 KOMA-Script
31773 \series default
31774
31775 \begin_inset Index idx
31776 status collapsed
31777
31778 \begin_layout Plain Layout
31779 Paquetages LaTeX ! KOMA-Script
31780 \end_layout
31781
31782 \end_inset
31783
31784 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
31785  des commandes spécifiques à la classe de document utilisée, voyez 
31786 \begin_inset CommandInset citation
31787 LatexCommand cite
31788 key "KOMA-Script"
31789
31790 \end_inset
31791
31792 .
31793 \end_layout
31794
31795 \begin_layout Section
31796 Notes en marge
31797 \begin_inset Index idx
31798 status collapsed
31799
31800 \begin_layout Plain Layout
31801 Notes ! Notes en Marge
31802 \end_layout
31803
31804 \end_inset
31805
31806
31807 \end_layout
31808
31809 \begin_layout Standard
31810 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
31811 t de la même façon.
31812  Quand vous insérez une note en marge avec 
31813 \family sans
31814 Insérer\SpecialChar \menuseparator
31815 Note
31816 \begin_inset space ~
31817 \end_inset
31818
31819 en
31820 \begin_inset space ~
31821 \end_inset
31822
31823 Marge
31824 \family default
31825  ou avec le bouton 
31826 \begin_inset Info
31827 type  "icon"
31828 arg   "marginalnote-insert"
31829 \end_inset
31830
31831  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
31832  grise avec une étiquette rouge 
31833 \begin_inset Quotes fld
31834 \end_inset
31835
31836 marge
31837 \begin_inset Quotes frd
31838 \end_inset
31839
31840 .
31841  
31842 \begin_inset Marginal
31843 status collapsed
31844
31845 \begin_layout Plain Layout
31846 C'est une note en marge.
31847 \end_layout
31848
31849 \end_inset
31850
31851  Cette boîte est la représentation de votre note dans LyX.
31852  Vous pouvez y entrer votre texte.
31853 \end_layout
31854
31855 \begin_layout Standard
31856 Les notes en marge apparaissent dans la marge de droite dans les documents
31857  imprimées sur une seule face.
31858  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
31859  
31860 \begin_inset Quotes eld
31861 \end_inset
31862
31863 extérieure
31864 \begin_inset Quotes erd
31865 \end_inset
31866
31867  – la gauche sur les pages paires et la droite sur les pages impaires.
31868  Le texte de la note en marge est aligné à l'opposé de la marge externe
31869  – aligné à droite quand la note apparaît dans la marge de gauche.
31870  La première ligne de la note apparaît à la hauteur de la ligne de texte
31871  où la note a été insérée dans le document.
31872 \end_layout
31873
31874 \begin_layout Standard
31875 \begin_inset VSpace bigskip
31876 \end_inset
31877
31878 Pour placer une note dans la marge interne, ajoutez la commande suivante
31879  :
31880 \end_layout
31881
31882 \begin_layout Standard
31883
31884 \series bold
31885
31886 \backslash
31887 reversemarginpar
31888 \end_layout
31889
31890 \begin_layout Standard
31891 sous forme de code TeX avant votre note de marge.
31892  Le nouveau positionnement est pris en compte pour toutes les notes en marge
31893  qui suivent 
31894 \begin_inset ERT
31895 status collapsed
31896
31897 \begin_layout Plain Layout
31898
31899
31900 \backslash
31901 reversemarginpar 
31902 \end_layout
31903
31904 \end_inset
31905
31906
31907 \begin_inset Marginal
31908 status open
31909
31910 \begin_layout Plain Layout
31911 Cette note en marge est dans la marge interne.
31912 \end_layout
31913
31914 \end_inset
31915
31916
31917 \series bold
31918
31919 \begin_inset Newline newline
31920 \end_inset
31921
31922
31923 \series default
31924
31925 \begin_inset Note Greyedout
31926 status open
31927
31928 \begin_layout Plain Layout
31929
31930 \series bold
31931 Note:
31932 \series default
31933  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
31934  les notes sont souvent mal mises en formes dans la sortie imprimée.
31935 \end_layout
31936
31937 \end_inset
31938
31939
31940 \end_layout
31941
31942 \begin_layout Standard
31943 Pour revenir au positionnement implicite, ajoutez la commande :
31944 \end_layout
31945
31946 \begin_layout Standard
31947
31948 \series bold
31949
31950 \backslash
31951 normalmarginpar
31952 \end_layout
31953
31954 \begin_layout Standard
31955 sous forme de code TeX.
31956 \begin_inset ERT
31957 status collapsed
31958
31959 \begin_layout Plain Layout
31960
31961
31962 \backslash
31963 normalmarginpar 
31964 \end_layout
31965
31966 \end_inset
31967
31968
31969 \begin_inset Newline newline
31970 \end_inset
31971
31972  
31973 \begin_inset Note Greyedout
31974 status open
31975
31976 \begin_layout Plain Layout
31977
31978 \series bold
31979 Note:
31980 \series default
31981  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
31982  
31983 \series bold
31984
31985 \backslash
31986 reversemarginpar
31987 \series default
31988  est aussi utilisée.
31989 \end_layout
31990
31991 \end_inset
31992
31993
31994 \end_layout
31995
31996 \begin_layout Standard
31997 \begin_inset VSpace bigskip
31998 \end_inset
31999
32000
32001 \begin_inset Marginal
32002 status open
32003
32004 \begin_layout Plain Layout
32005 UnTrèsLongMotEnMarge sans césure.
32006 \end_layout
32007
32008 \end_inset
32009
32010  Comme dans le cas décrit dans la section
32011 \begin_inset space ~
32012 \end_inset
32013
32014
32015 \begin_inset CommandInset ref
32016 LatexCommand ref
32017 reference "sub:Lignes-multiple-dans-cellule"
32018
32019 \end_inset
32020
32021 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
32022  mot d'une note en marge.
32023  Pour éviter ce problème, insérez un espacement horizontal de 0
32024 \begin_inset space \thinspace{}
32025 \end_inset
32026
32027 pt avant le mot en question: 
32028 \begin_inset Marginal
32029 status open
32030
32031 \begin_layout Plain Layout
32032 \begin_inset space \hspace{}
32033 \length 0pt
32034 \end_inset
32035
32036 UnMotTrèsLongEnMarge avec une césure.
32037 \end_layout
32038
32039 \end_inset
32040
32041
32042 \end_layout
32043
32044 \begin_layout Standard
32045 \begin_inset VSpace bigskip
32046 \end_inset
32047
32048
32049 \end_layout
32050
32051 \begin_layout Standard
32052 \begin_inset Note Greyedout
32053 status open
32054
32055 \begin_layout Plain Layout
32056
32057 \series bold
32058 Note:
32059 \series default
32060  Normalement, les notes en marge ne peuvent pas être utilisées dans des
32061  tableaux, des flottants et des notes de bas de page.
32062 \end_layout
32063
32064 \end_inset
32065
32066
32067 \end_layout
32068
32069 \begin_layout Standard
32070 \begin_inset VSpace bigskip
32071 \end_inset
32072
32073
32074 \end_layout
32075
32076 \begin_layout Standard
32077 \begin_inset ERT
32078 status collapsed
32079
32080 \begin_layout Plain Layout
32081
32082
32083 \backslash
32084 ifmarginnote
32085 \end_layout
32086
32087 \end_inset
32088
32089
32090 \begin_inset Note Note
32091 status open
32092
32093 \begin_layout Plain Layout
32094 La section suivante ne sera affichée que si le paquetage LaTeX 
32095 \series bold
32096 marginnote
32097 \series default
32098  a été installé.
32099 \end_layout
32100
32101 \end_inset
32102
32103
32104 \end_layout
32105
32106 \begin_layout Standard
32107 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
32108 \series bold
32109 marginnote
32110 \series default
32111
32112 \begin_inset Index idx
32113 status collapsed
32114
32115 \begin_layout Plain Layout
32116 Paquetages LaTeX ! marginnote
32117 \end_layout
32118
32119 \end_inset
32120
32121 .
32122  En ajoutant les deux lignes suivantes au préambule de votre document, la
32123  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
32124  la commande fournie par le paquetage 
32125 \series bold
32126 marginnote
32127 \series default
32128  :
32129 \end_layout
32130
32131 \begin_layout Standard
32132
32133 \series bold
32134
32135 \backslash
32136 usepackage{marginnote}
32137 \begin_inset Newline newline
32138 \end_inset
32139
32140
32141 \backslash
32142 let
32143 \backslash
32144 marginpar
32145 \backslash
32146 marginnote
32147 \end_layout
32148
32149 \begin_layout Standard
32150 Ce paquetage est aussi utilisé dans ce document parce que 
32151 \series bold
32152 marginnote
32153 \series default
32154  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
32155  vertical pour une note.
32156  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
32157  sont trop proches les unes des autres ou que vous voulez améliorer la mise
32158  en page.
32159  Le décalage est inséré dans LyX sous forme de code TeX directement après
32160  la note sous la forme
32161 \end_layout
32162
32163 \begin_layout Standard
32164
32165 \series bold
32166 [offset]
32167 \end_layout
32168
32169 \begin_layout Standard
32170 où l'offset utilise l'une des unités listées dans le tableau
32171 \begin_inset space ~
32172 \end_inset
32173
32174
32175 \begin_inset CommandInset ref
32176 LatexCommand ref
32177 reference "cha:Unités-de-longueur"
32178
32179 \end_inset
32180
32181 .
32182  Une valeur négative déplace la note vers le haut, une valeur positive la
32183  déplace vers le bas.
32184  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
32185  vers le haut de 1.5
32186 \begin_inset space \thinspace{}
32187 \end_inset
32188
32189 cm avec la commande en code TeX 
32190 \begin_inset Quotes eld
32191 \end_inset
32192
32193
32194 \series bold
32195 [-1.5cm]
32196 \series default
32197
32198 \begin_inset Quotes erd
32199 \end_inset
32200
32201
32202 \begin_inset Marginal
32203 status collapsed
32204
32205 \begin_layout Plain Layout
32206 Cette note en marge est décalée vers le haut de 1.5
32207 \begin_inset space \thinspace{}
32208 \end_inset
32209
32210 cm par rapport à sa position d'origine.
32211 \end_layout
32212
32213 \end_inset
32214
32215
32216 \begin_inset ERT
32217 status collapsed
32218
32219 \begin_layout Plain Layout
32220
32221 [-1.5cm]
32222 \end_layout
32223
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \begin_layout Standard
32230 \begin_inset VSpace medskip
32231 \end_inset
32232
32233 Avec le paquetage 
32234 \series bold
32235 marginnote
32236 \series default
32237  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
32238  Par exemple les commandes 
32239 \end_layout
32240
32241 \begin_layout Standard
32242
32243 \series bold
32244
32245 \backslash
32246 renewcommand*{
32247 \backslash
32248 raggedleftmarginnote}{
32249 \backslash
32250 centering}
32251 \begin_inset Newline newline
32252 \end_inset
32253
32254
32255 \backslash
32256 renewcommand*{
32257 \backslash
32258 raggedrightmarginnote}{
32259 \backslash
32260 centering}
32261 \end_layout
32262
32263 \begin_layout Standard
32264 donnent un alignement centré.
32265  
32266 \series bold
32267
32268 \backslash
32269 raggedleftmarginnote
32270 \series default
32271  indique une note qui apparaît dans la marge de gauche.
32272 \begin_inset ERT
32273 status collapsed
32274
32275 \begin_layout Plain Layout
32276
32277
32278 \backslash
32279 renewcommand*{
32280 \backslash
32281 raggedleftmarginnote}{
32282 \backslash
32283 centering}
32284 \end_layout
32285
32286 \begin_layout Plain Layout
32287
32288
32289 \backslash
32290 renewcommand*{
32291 \backslash
32292 raggedrightmarginnote}{
32293 \backslash
32294 centering}
32295 \end_layout
32296
32297 \end_inset
32298
32299
32300 \begin_inset Marginal
32301 status collapsed
32302
32303 \begin_layout Plain Layout
32304 Le texte de cette note en marge est centré.
32305 \end_layout
32306
32307 \end_inset
32308
32309 .
32310  Le comportement implicite est donné par
32311 \end_layout
32312
32313 \begin_layout Standard
32314
32315 \series bold
32316
32317 \backslash
32318 renewcommand*{
32319 \backslash
32320 raggedleftmarginnote}{
32321 \backslash
32322 raggedleft}
32323 \begin_inset Newline newline
32324 \end_inset
32325
32326
32327 \backslash
32328 renewcommand*{
32329 \backslash
32330 raggedrightmarginnote}{
32331 \backslash
32332 raggedright}
32333 \series default
32334
32335 \begin_inset ERT
32336 status collapsed
32337
32338 \begin_layout Plain Layout
32339
32340
32341 \backslash
32342 renewcommand*{
32343 \backslash
32344 raggedleftmarginnote}{
32345 \backslash
32346 raggedleft}
32347 \end_layout
32348
32349 \begin_layout Plain Layout
32350
32351
32352 \backslash
32353 renewcommand*{
32354 \backslash
32355 raggedrightmarginnote}{
32356 \backslash
32357 raggedright}
32358 \end_layout
32359
32360 \end_inset
32361
32362
32363 \end_layout
32364
32365 \begin_layout Standard
32366 \begin_inset VSpace medskip
32367 \end_inset
32368
32369 Pour les autre fonctions du paquetage 
32370 \series bold
32371 marginnote
32372 \series default
32373  nous vous renvoyons à sa documentation 
32374 \begin_inset CommandInset citation
32375 LatexCommand cite
32376 key "marginnote"
32377
32378 \end_inset
32379
32380 .
32381 \end_layout
32382
32383 \begin_layout Standard
32384 \begin_inset VSpace bigskip
32385 \end_inset
32386
32387 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
32388  définition.
32389  Pour créer par exemple une entête pour toutes les notes en marge avec le
32390  texte 
32391 \begin_inset Quotes eld
32392 \end_inset
32393
32394
32395 \family sans
32396 \series bold
32397 \bar under
32398 Attention!
32399 \family default
32400 \series default
32401 \bar default
32402
32403 \begin_inset Quotes erd
32404 \end_inset
32405
32406  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
32407  de votre document :
32408 \end_layout
32409
32410 \begin_layout Standard
32411
32412 \series bold
32413
32414 \backslash
32415 let
32416 \backslash
32417 myMarginpar
32418 \backslash
32419 marginpar
32420 \begin_inset Newline newline
32421 \end_inset
32422
32423
32424 \backslash
32425 renewcommand{
32426 \backslash
32427 marginpar}[1]{
32428 \backslash
32429 myMarginpar{%
32430 \begin_inset Newline newline
32431 \end_inset
32432
32433
32434 \begin_inset Phantom HPhantom
32435 status open
32436
32437 \begin_layout Plain Layout
32438
32439 \series bold
32440 \begin_inset space ~
32441 \end_inset
32442
32443
32444 \end_layout
32445
32446 \end_inset
32447
32448
32449 \backslash
32450 hspace{0pt}
32451 \backslash
32452 textsf{
32453 \backslash
32454 textbf{
32455 \backslash
32456 underbar{Attention!}}}%
32457 \begin_inset Newline newline
32458 \end_inset
32459
32460
32461 \begin_inset Phantom HPhantom
32462 status open
32463
32464 \begin_layout Plain Layout
32465
32466 \series bold
32467 \begin_inset space ~
32468 \end_inset
32469
32470
32471 \end_layout
32472
32473 \end_inset
32474
32475
32476 \backslash
32477 vspace{1.5mm}
32478 \backslash
32479
32480 \backslash
32481 #1}}
32482 \end_layout
32483
32484 \begin_layout Standard
32485 \begin_inset ERT
32486 status collapsed
32487
32488 \begin_layout Plain Layout
32489
32490
32491 \backslash
32492 let
32493 \backslash
32494 myMarginpar
32495 \backslash
32496 marginpar
32497 \end_layout
32498
32499 \begin_layout Plain Layout
32500
32501
32502 \backslash
32503 renewcommand{
32504 \backslash
32505 marginpar}[1]{
32506 \backslash
32507 myMarginpar{%
32508 \end_layout
32509
32510 \begin_layout Plain Layout
32511
32512    
32513 \backslash
32514 textsf{
32515 \backslash
32516 textbf{
32517 \backslash
32518 underbar{Attention!}}}%
32519 \end_layout
32520
32521 \begin_layout Plain Layout
32522
32523    
32524 \backslash
32525 vspace{1.5mm}
32526 \backslash
32527
32528 \backslash
32529 #1}}
32530 \end_layout
32531
32532 \end_inset
32533
32534
32535 \begin_inset Marginal
32536 status open
32537
32538 \begin_layout Plain Layout
32539 Ceci est une note en marge avec une en-tête prédéfinie.
32540 \end_layout
32541
32542 \end_inset
32543
32544
32545 \begin_inset ERT
32546 status collapsed
32547
32548 \begin_layout Plain Layout
32549
32550 [-1.5cm]
32551 \end_layout
32552
32553 \end_inset
32554
32555
32556 \begin_inset ERT
32557 status collapsed
32558
32559 \begin_layout Plain Layout
32560
32561
32562 \backslash
32563 renewcommand{
32564 \backslash
32565 marginpar}[1]{
32566 \backslash
32567 myMarginpar{#1}}
32568 \end_layout
32569
32570 \end_inset
32571
32572
32573 \begin_inset Note Note
32574 status collapsed
32575
32576 \begin_layout Plain Layout
32577
32578 \lang english
32579 The margin note format is changed only for this example.
32580 \end_layout
32581
32582 \end_inset
32583
32584
32585 \end_layout
32586
32587 \begin_layout Standard
32588 \begin_inset ERT
32589 status collapsed
32590
32591 \begin_layout Plain Layout
32592
32593
32594 \backslash
32595 else
32596 \end_layout
32597
32598 \end_inset
32599
32600
32601 \begin_inset Note Note
32602 status open
32603
32604 \begin_layout Plain Layout
32605 Ce qui suit sera affiché si le paquetage LaTeX 
32606 \series bold
32607 marginnote
32608 \series default
32609  n'est pas installé :
32610 \end_layout
32611
32612 \end_inset
32613
32614
32615 \end_layout
32616
32617 \begin_layout Standard
32618 Vous devez installer le paquetage LaTeX 
32619 \series bold
32620 marginnote
32621 \series default
32622  pour voir la suite de cette section dans la sortie imprimée.
32623 \end_layout
32624
32625 \begin_layout Standard
32626 \begin_inset ERT
32627 status collapsed
32628
32629 \begin_layout Plain Layout
32630
32631
32632 \backslash
32633 fi
32634 \end_layout
32635
32636 \end_inset
32637
32638
32639 \end_layout
32640
32641 \begin_layout Chapter
32642 Les boîtes
32643 \end_layout
32644
32645 \begin_layout Section
32646 Introduction
32647 \begin_inset Index idx
32648 status collapsed
32649
32650 \begin_layout Plain Layout
32651 Boîtes ! Introduction
32652 \end_layout
32653
32654 \end_inset
32655
32656
32657 \end_layout
32658
32659 \begin_layout Standard
32660 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
32661  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
32662  voir la section
32663 \begin_inset space ~
32664 \end_inset
32665
32666
32667 \begin_inset CommandInset ref
32668 LatexCommand ref
32669 reference "sec:Minipages"
32670
32671 \end_inset
32672
32673 , pour encadrer des portions de texte, voir la section
32674 \begin_inset space ~
32675 \end_inset
32676
32677
32678 \begin_inset CommandInset ref
32679 LatexCommand ref
32680 reference "sec:Décorations"
32681
32682 \end_inset
32683
32684 , pour empêcher que des mots subissent une césure, voir la section
32685 \begin_inset space ~
32686 \end_inset
32687
32688
32689 \begin_inset CommandInset ref
32690 LatexCommand ref
32691 reference "sec:Empêcher-césure"
32692
32693 \end_inset
32694
32695 , pour aligner du texte, voir la section
32696 \begin_inset space ~
32697 \end_inset
32698
32699
32700 \begin_inset CommandInset ref
32701 LatexCommand ref
32702 reference "sub:Alignement-Vertical"
32703
32704 \end_inset
32705
32706 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
32707 \begin_inset space ~
32708 \end_inset
32709
32710
32711 \begin_inset CommandInset ref
32712 LatexCommand ref
32713 reference "sec:Boîtes-colorées"
32714
32715 \end_inset
32716
32717 .
32718 \end_layout
32719
32720 \begin_layout Standard
32721 On peut insérer une boîte en utilisant le menu 
32722 \family sans
32723 Insérer\SpecialChar \menuseparator
32724 Boîte
32725 \family default
32726  ou avec le bouton 
32727 \begin_inset Info
32728 type  "icon"
32729 arg   "box-insert Frameless"
32730 \end_inset
32731
32732  de la barre d'outils.
32733  Une boîte grise avec une étiquette 
32734 \family sans
32735 Boîte
32736 \begin_inset space ~
32737 \end_inset
32738
32739 (Minipage)
32740 \family default
32741
32742 \begin_inset Graphics
32743         filename clipart/BoxInsetDefaultQt4.png
32744         scale 65
32745         scaleBeforeRotation
32746
32747 \end_inset
32748
32749  est alors insérée.
32750  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
32751  et en choisissant 
32752 \family sans
32753 Paramètres
32754 \family default
32755  .
32756  La fenêtre de dialogue qui apparaît donne accès aux types de
32757 \family sans
32758  Boîte
32759 \begin_inset space ~
32760 \end_inset
32761
32762 Intérieure
32763 \family default
32764  
32765 \family sans
32766 Makebox, Parbox
32767 \family default
32768  et 
32769 \family sans
32770 Minipage
32771 \family default
32772 .
32773  Le type 
32774 \family sans
32775 Minipage
32776 \family default
32777  est le type implicite pour les boîtes nouvellement créées et il est décrit
32778  dans la section
32779 \begin_inset space ~
32780 \end_inset
32781
32782
32783 \begin_inset CommandInset ref
32784 LatexCommand ref
32785 reference "sec:Minipages"
32786
32787 \end_inset
32788
32789 ; le type 
32790 \family sans
32791 Parbox
32792 \family default
32793  est décrit dans la section
32794 \begin_inset space ~
32795 \end_inset
32796
32797
32798 \begin_inset CommandInset ref
32799 LatexCommand ref
32800 reference "sec:Parboxes"
32801
32802 \end_inset
32803
32804  et le type 
32805 \family sans
32806 Makebox
32807 \family default
32808  est décrit dans la section
32809 \begin_inset space ~
32810 \end_inset
32811
32812
32813 \begin_inset CommandInset ref
32814 LatexCommand ref
32815 reference "sec:Empêcher-césure"
32816
32817 \end_inset
32818
32819 .
32820 \end_layout
32821
32822 \begin_layout Standard
32823 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
32824  comme les flottants ou les notes de bas de page.
32825 \end_layout
32826
32827 \begin_layout Standard
32828 \begin_inset Note Greyedout
32829 status open
32830
32831 \begin_layout Plain Layout
32832
32833 \series bold
32834 Note:
32835 \series default
32836  Vous ne pouvez pas employer une boîte comme élément dans un environnement
32837  de type 
32838 \family sans
32839 Liste
32840 \family default
32841  ou 
32842 \family sans
32843 Description
32844 \family default
32845 .
32846 \end_layout
32847
32848 \end_inset
32849
32850
32851 \end_layout
32852
32853 \begin_layout Standard
32854 \begin_inset Note Greyedout
32855 status open
32856
32857 \begin_layout Plain Layout
32858
32859 \series bold
32860 Note:
32861 \series default
32862  Pour une raison inconnue, vous ne pouvez mettre le type de la 
32863 \family sans
32864 Boîte
32865 \begin_inset space ~
32866 \end_inset
32867
32868 Intérieure
32869 \family default
32870  à 
32871 \family sans
32872 Aucune
32873 \family default
32874  que quand vous utilisez une boîte encadrée.
32875  Les boîtes sans 
32876 \family sans
32877 Boîte
32878 \begin_inset space ~
32879 \end_inset
32880
32881 Intérieure
32882 \family default
32883  et sans cadre sont expliquées dans la section
32884 \begin_inset space ~
32885 \end_inset
32886
32887
32888 \begin_inset CommandInset ref
32889 LatexCommand ref
32890 reference "sec:Empêcher-césure"
32891
32892 \end_inset
32893
32894 .
32895 \end_layout
32896
32897 \end_inset
32898
32899
32900 \end_layout
32901
32902 \begin_layout Section
32903 La fenêtre de dialogue Boîte
32904 \begin_inset CommandInset label
32905 LatexCommand label
32906 name "sec:Boîte-Dialogue"
32907
32908 \end_inset
32909
32910
32911 \begin_inset Index idx
32912 status collapsed
32913
32914 \begin_layout Plain Layout
32915 Boîtes ! Fenêtre de dialogue Boîte
32916 \end_layout
32917
32918 \end_inset
32919
32920
32921 \end_layout
32922
32923 \begin_layout Subsection
32924 Taille
32925 \begin_inset Index idx
32926 status collapsed
32927
32928 \begin_layout Plain Layout
32929 Boîtes ! Taille
32930 \end_layout
32931
32932 \end_inset
32933
32934
32935 \end_layout
32936
32937 \begin_layout Standard
32938 Dans la fenêtre de dialogue 
32939 \family sans
32940 Paramètres
32941 \begin_inset space ~
32942 \end_inset
32943
32944 de
32945 \begin_inset space ~
32946 \end_inset
32947
32948 Boîte
32949 \family default
32950  vous pouvez modifier la géométrie de la boîte avec les champs 
32951 \family sans
32952 Largeur
32953 \family default
32954  et 
32955 \family sans
32956 Hauteur
32957 \family default
32958 .
32959  Les unités de longueur qui sont utilisables dans ces champs sont décrites
32960  dans le tableau
32961 \begin_inset space ~
32962 \end_inset
32963
32964
32965 \begin_inset CommandInset ref
32966 LatexCommand ref
32967 reference "tab:Unités"
32968
32969 \end_inset
32970
32971 .
32972  Le champ 
32973 \family sans
32974 Hauteur
32975 \family default
32976  offre en plus les spécifications de taille suivantes :
32977 \end_layout
32978
32979 \begin_layout Description
32980 Profondeur C'est simplement la 
32981 \begin_inset Quotes eld
32982 \end_inset
32983
32984 hauteur
32985 \begin_inset Quotes erd
32986 \end_inset
32987
32988  du texte.
32989  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
32990  lignes de texte dans la boîte.
32991 \begin_inset Newline newline
32992 \end_inset
32993
32994
32995 \begin_inset Newline newline
32996 \end_inset
32997
32998
32999 \begin_inset Newline newline
33000 \end_inset
33001
33002
33003 \begin_inset Box Boxed
33004 position "c"
33005 hor_pos "c"
33006 has_inner_box 1
33007 inner_pos "c"
33008 use_parbox 0
33009 use_makebox 0
33010 width "12col%"
33011 special "none"
33012 height "1in"
33013 height_special "depth"
33014 status open
33015
33016 \begin_layout Plain Layout
33017 \align center
33018 Boîte dont la hauteur est égale à 1
33019 \begin_inset space \thinspace{}
33020 \end_inset
33021
33022 Profondeur
33023 \end_layout
33024
33025 \end_inset
33026
33027
33028 \begin_inset Newline newline
33029 \end_inset
33030
33031
33032 \begin_inset Newline newline
33033 \end_inset
33034
33035
33036 \end_layout
33037
33038 \begin_layout Description
33039 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
33040  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
33041  est deux fois plus haute que le texte : 
33042 \begin_inset Box Boxed
33043 position "c"
33044 hor_pos "c"
33045 has_inner_box 1
33046 inner_pos "c"
33047 use_parbox 0
33048 use_makebox 0
33049 width "20col%"
33050 special "none"
33051 height "2in"
33052 height_special "height"
33053 status open
33054
33055 \begin_layout Plain Layout
33056 \align center
33057 Boîte dont la hauteur est 2
33058 \begin_inset space \thinspace{}
33059 \end_inset
33060
33061 Hauteur
33062 \end_layout
33063
33064 \end_inset
33065
33066
33067 \end_layout
33068
33069 \begin_layout Description
33070 Hauteur
33071 \begin_inset space ~
33072 \end_inset
33073
33074 Totale C'est égal à Hauteur
33075 \begin_inset space \thinspace{}
33076 \end_inset
33077
33078 +
33079 \begin_inset space \thinspace{}
33080 \end_inset
33081
33082 Profondeur : 
33083 \begin_inset Box Boxed
33084 position "c"
33085 hor_pos "c"
33086 has_inner_box 1
33087 inner_pos "c"
33088 use_parbox 0
33089 use_makebox 0
33090 width "20col%"
33091 special "none"
33092 height "1in"
33093 height_special "totalheight"
33094 status open
33095
33096 \begin_layout Plain Layout
33097 \align center
33098 Boîte dont la hauteur est 1
33099 \begin_inset space \thinspace{}
33100 \end_inset
33101
33102 Hauteur
33103 \begin_inset space ~
33104 \end_inset
33105
33106 Totale
33107 \end_layout
33108
33109 \end_inset
33110
33111
33112 \end_layout
33113
33114 \begin_layout Description
33115 Largeur On prend la largeur de la boîte comme hauteur : 
33116 \begin_inset Box Boxed
33117 position "c"
33118 hor_pos "c"
33119 has_inner_box 1
33120 inner_pos "c"
33121 use_parbox 0
33122 use_makebox 0
33123 width "12col%"
33124 special "none"
33125 height "1in"
33126 height_special "width"
33127 status open
33128
33129 \begin_layout Plain Layout
33130 \align center
33131 Boîte dont la hauteur est 1
33132 \begin_inset space \thinspace{}
33133 \end_inset
33134
33135 Largeur
33136 \end_layout
33137
33138 \end_inset
33139
33140
33141 \end_layout
33142
33143 \begin_layout Subsection
33144 Alignement
33145 \begin_inset Index idx
33146 status collapsed
33147
33148 \begin_layout Plain Layout
33149 Boîtes ! Alignement
33150 \end_layout
33151
33152 \end_inset
33153
33154
33155 \end_layout
33156
33157 \begin_layout Standard
33158 Quand vous avez choisi une 
33159 \family sans
33160 Boîte
33161 \begin_inset space ~
33162 \end_inset
33163
33164 Intérieure
33165 \family default
33166 , l'alignement vertical de la boîte peut être :
33167 \end_layout
33168
33169 \begin_layout Description
33170 Haut Ceci est un exemple de texte.
33171  
33172 \begin_inset Box Boxed
33173 position "t"
33174 hor_pos "c"
33175 has_inner_box 1
33176 inner_pos "c"
33177 use_parbox 0
33178 use_makebox 0
33179 width "12col%"
33180 special "none"
33181 height "1in"
33182 height_special "totalheight"
33183 status collapsed
33184
33185 \begin_layout Plain Layout
33186 \align center
33187 Cette boîte est alignée sur le haut.
33188 \end_layout
33189
33190 \end_inset
33191
33192  Ceci est un exemple de texte.
33193 \end_layout
33194
33195 \begin_layout Description
33196 Milieu Ceci est un exemple de texte.
33197  
33198 \begin_inset Box Boxed
33199 position "c"
33200 hor_pos "c"
33201 has_inner_box 1
33202 inner_pos "c"
33203 use_parbox 0
33204 use_makebox 0
33205 width "12col%"
33206 special "none"
33207 height "1in"
33208 height_special "totalheight"
33209 status collapsed
33210
33211 \begin_layout Plain Layout
33212 \align center
33213 Cette boîte est alignée au centre.
33214 \end_layout
33215
33216 \end_inset
33217
33218  Ceci est un exemple de texte.
33219 \end_layout
33220
33221 \begin_layout Description
33222 Bas Ceci est un exemple de texte.
33223  
33224 \begin_inset Box Boxed
33225 position "b"
33226 hor_pos "c"
33227 has_inner_box 1
33228 inner_pos "c"
33229 use_parbox 0
33230 use_makebox 0
33231 width "12col%"
33232 special "none"
33233 height "1in"
33234 height_special "totalheight"
33235 status collapsed
33236
33237 \begin_layout Plain Layout
33238 \align center
33239 Cette boîte est alignée sur le bas.
33240 \end_layout
33241
33242 \end_inset
33243
33244  Ceci est un exemple de texte.
33245 \end_layout
33246
33247 \begin_layout Standard
33248 \begin_inset Note Greyedout
33249 status open
33250
33251 \begin_layout Plain Layout
33252
33253 \series bold
33254 Note:
33255 \series default
33256  L'alignement vertical peut être perturbé dans la sortie finale quand vous
33257  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
33258  l'autre non.
33259 \end_layout
33260
33261 \end_inset
33262
33263
33264 \end_layout
33265
33266 \begin_layout Standard
33267 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
33268  paragraphe grâce à la fenêtre de dialogue 
33269 \family sans
33270 Paramètres
33271 \begin_inset space ~
33272 \end_inset
33273
33274 de
33275 \begin_inset space ~
33276 \end_inset
33277
33278 Boîte
33279 \family default
33280 .
33281 \end_layout
33282
33283 \begin_layout Standard
33284 \begin_inset VSpace bigskip
33285 \end_inset
33286
33287 Quand vous avez choisi une 
33288 \family sans
33289 Boîte
33290 \begin_inset space ~
33291 \end_inset
33292
33293 Intérieure
33294 \family default
33295 , l'alignement vertical du contenu de la boîte peut être :
33296 \end_layout
33297
33298 \begin_layout Description
33299 haut Ceci est un exemple de texte.
33300 \begin_inset Box Boxed
33301 position "c"
33302 hor_pos "c"
33303 has_inner_box 1
33304 inner_pos "t"
33305 use_parbox 0
33306 use_makebox 0
33307 width "12col%"
33308 special "none"
33309 height "1.5in"
33310 height_special "totalheight"
33311 status collapsed
33312
33313 \begin_layout Plain Layout
33314 \align center
33315 Le texte de cette boîte est aligné sur le haut.
33316 \end_layout
33317
33318 \end_inset
33319
33320  Ceci est un exemple de texte.
33321 \end_layout
33322
33323 \begin_layout Description
33324 milieu Ceci est un exemple de texte.
33325  
33326 \begin_inset Box Boxed
33327 position "c"
33328 hor_pos "c"
33329 has_inner_box 1
33330 inner_pos "c"
33331 use_parbox 0
33332 use_makebox 0
33333 width "12col%"
33334 special "none"
33335 height "1.5in"
33336 height_special "totalheight"
33337 status collapsed
33338
33339 \begin_layout Plain Layout
33340 \align center
33341 Le texte de cette boîte est aligné au centre
33342 \end_layout
33343
33344 \end_inset
33345
33346  Ceci est un exemple de texte.
33347 \end_layout
33348
33349 \begin_layout Description
33350 bas Ceci est un exemple de texte.
33351  
33352 \begin_inset Box Boxed
33353 position "c"
33354 hor_pos "c"
33355 has_inner_box 1
33356 inner_pos "b"
33357 use_parbox 0
33358 use_makebox 0
33359 width "12col%"
33360 special "none"
33361 height "1.5in"
33362 height_special "totalheight"
33363 status collapsed
33364
33365 \begin_layout Plain Layout
33366 \align center
33367 Le texte de cette boîte est aligné en bas.
33368 \end_layout
33369
33370 \end_inset
33371
33372  Ceci est un exemple de texte.
33373 \end_layout
33374
33375 \begin_layout Description
33376 élongation Ceci est un exemple de texte.
33377  
33378 \begin_inset Box Boxed
33379 position "c"
33380 hor_pos "c"
33381 has_inner_box 1
33382 inner_pos "s"
33383 use_parbox 0
33384 use_makebox 0
33385 width "12col%"
33386 special "none"
33387 height "1.5in"
33388 height_special "totalheight"
33389 status collapsed
33390
33391 \begin_layout Plain Layout
33392 \align center
33393 Le texte 
33394 \end_layout
33395
33396 \begin_layout Plain Layout
33397 \align center
33398 de cette
33399 \end_layout
33400
33401 \begin_layout Plain Layout
33402 \align center
33403 boîte est
33404 \end_layout
33405
33406 \begin_layout Plain Layout
33407 \align center
33408 allongé.
33409 \end_layout
33410
33411 \end_inset
33412
33413  Ceci est un exemple de texte.
33414 \end_layout
33415
33416 \begin_layout Standard
33417 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
33418  paragraphe.
33419  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
33420 \end_layout
33421
33422 \begin_layout Standard
33423 \begin_inset VSpace bigskip
33424 \end_inset
33425
33426 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
33427  la fenêtre de dialogue 
33428 \family sans
33429 Paramètres
33430 \begin_inset space ~
33431 \end_inset
33432
33433 de
33434 \begin_inset space ~
33435 \end_inset
33436
33437 paragraphe
33438 \family default
33439  quand vous avez choisi une 
33440 \family sans
33441 Boîte
33442 \begin_inset space ~
33443 \end_inset
33444
33445 Intérieure
33446 \family default
33447 .
33448 \end_layout
33449
33450 \begin_layout Standard
33451 \align center
33452 \begin_inset Box Boxed
33453 position "c"
33454 hor_pos "c"
33455 has_inner_box 1
33456 inner_pos "s"
33457 use_parbox 0
33458 use_makebox 0
33459 width "15col%"
33460 special "none"
33461 height "1.25in"
33462 height_special "totalheight"
33463 status open
33464
33465 \begin_layout Plain Layout
33466 \align left
33467 Le texte de 
33468 \end_layout
33469
33470 \begin_layout Plain Layout
33471 \align left
33472 cette boîte
33473 \end_layout
33474
33475 \begin_layout Plain Layout
33476 \align right
33477 est allongé.
33478 \end_layout
33479
33480 \end_inset
33481
33482
33483 \end_layout
33484
33485 \begin_layout Standard
33486 Si vous n'avez pas choisi une 
33487 \family sans
33488 Boîte
33489 \begin_inset space ~
33490 \end_inset
33491
33492 Intérieure
33493 \family default
33494 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
33495  de dialogue de boîte.
33496 \end_layout
33497
33498 \begin_layout Standard
33499 \align center
33500 \begin_inset Box Boxed
33501 position "c"
33502 hor_pos "s"
33503 has_inner_box 0
33504 inner_pos "s"
33505 use_parbox 0
33506 use_makebox 0
33507 width "90col%"
33508 special "none"
33509 height "1.25in"
33510 height_special "totalheight"
33511 status open
33512
33513 \begin_layout Plain Layout
33514 Le texte de cette boîte est allongé horizontalement.
33515 \end_layout
33516
33517 \end_inset
33518
33519
33520 \end_layout
33521
33522 \begin_layout Subsection
33523 Décorations
33524 \begin_inset CommandInset label
33525 LatexCommand label
33526 name "sec:Décorations"
33527
33528 \end_inset
33529
33530
33531 \begin_inset Index idx
33532 status collapsed
33533
33534 \begin_layout Plain Layout
33535 Boîtes ! Décorations
33536 \end_layout
33537
33538 \end_inset
33539
33540
33541 \end_layout
33542
33543 \begin_layout Standard
33544 On peut spécifier le style de la boîte en utilisant la liste déroulante
33545  
33546 \family sans
33547 Décoration
33548 \family default
33549 .
33550  Les possibilités sont les suivantes :
33551 \end_layout
33552
33553 \begin_layout Description
33554 Aucun
33555 \begin_inset space ~
33556 \end_inset
33557
33558 cadre
33559 \begin_inset space ~
33560 \end_inset
33561
33562 tracé Rien n'est tracé
33563 \end_layout
33564
33565 \begin_layout Description
33566 Cadre
33567 \begin_inset space ~
33568 \end_inset
33569
33570 rectangulaire
33571 \begin_inset space ~
33572 \end_inset
33573
33574 simple Ceci dessine un cadre rectangulaire autour de la boîte.
33575  L'épaisseur du trait de ce cadre est donnée par la variable  
33576 \series bold
33577
33578 \backslash
33579 fboxrule
33580 \series default
33581 .
33582 \begin_inset Newline newline
33583 \end_inset
33584
33585
33586 \begin_inset Box Boxed
33587 position "c"
33588 hor_pos "c"
33589 has_inner_box 1
33590 inner_pos "c"
33591 use_parbox 0
33592 use_makebox 0
33593 width "20col%"
33594 special "none"
33595 height "1in"
33596 height_special "totalheight"
33597 status open
33598
33599 \begin_layout Plain Layout
33600 \align center
33601 Boîte rectangulaire
33602 \end_layout
33603
33604 \end_inset
33605
33606
33607 \end_layout
33608
33609 \begin_layout Description
33610 Cadre
33611 \begin_inset space ~
33612 \end_inset
33613
33614 oval,
33615 \begin_inset space ~
33616 \end_inset
33617
33618 fin Ceci dessine un cadre ovalisée autour de la boîte.
33619  L'épaisseur du trait de ce cadre est de  0.4
33620 \begin_inset space \thinspace{}
33621 \end_inset
33622
33623 pt.
33624  
33625 \begin_inset Box ovalbox
33626 position "c"
33627 hor_pos "c"
33628 has_inner_box 1
33629 inner_pos "c"
33630 use_parbox 0
33631 use_makebox 0
33632 width "20col%"
33633 special "none"
33634 height "1in"
33635 height_special "totalheight"
33636 status open
33637
33638 \begin_layout Plain Layout
33639 \align center
33640 Boîte ovalisée, fine
33641 \end_layout
33642
33643 \end_inset
33644
33645
33646 \end_layout
33647
33648 \begin_layout Description
33649 Cadre
33650 \begin_inset space ~
33651 \end_inset
33652
33653 oval,
33654 \begin_inset space ~
33655 \end_inset
33656
33657 épais Ceci dessine un cadre ovalisée autour de la boîte.
33658  L'épaisseur du trait de ce cadre est de   0.8
33659 \begin_inset space \thinspace{}
33660 \end_inset
33661
33662 pt.
33663  
33664 \begin_inset Box Ovalbox
33665 position "c"
33666 hor_pos "c"
33667 has_inner_box 1
33668 inner_pos "c"
33669 use_parbox 0
33670 use_makebox 0
33671 width "20col%"
33672 special "none"
33673 height "1in"
33674 height_special "totalheight"
33675 status open
33676
33677 \begin_layout Plain Layout
33678 \align center
33679 Boîte ovalisée, épaisse
33680 \end_layout
33681
33682 \end_inset
33683
33684
33685 \end_layout
33686
33687 \begin_layout Description
33688 Ombre
33689 \begin_inset space ~
33690 \end_inset
33691
33692 en
33693 \begin_inset space ~
33694 \end_inset
33695
33696 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
33697  L'épaisseur du trait de ce cadre est donnée par la variable  
33698 \series bold
33699
33700 \backslash
33701 fboxrule
33702 \series default
33703 , l'ombre a une épaisseur de  4
33704 \begin_inset space \thinspace{}
33705 \end_inset
33706
33707 pt.
33708  
33709 \begin_inset Box Shadowbox
33710 position "c"
33711 hor_pos "c"
33712 has_inner_box 1
33713 inner_pos "c"
33714 use_parbox 0
33715 use_makebox 0
33716 width "20col%"
33717 special "none"
33718 height "1in"
33719 height_special "totalheight"
33720 status open
33721
33722 \begin_layout Plain Layout
33723 \align center
33724 Boîte ombrée
33725 \end_layout
33726
33727 \end_inset
33728
33729
33730 \end_layout
33731
33732 \begin_layout Description
33733 Fond
33734 \begin_inset space ~
33735 \end_inset
33736
33737 ombré Ceci dessine une boîte avec un arrière plan rouge.
33738  Contrairement aux boîtes coloriées
33739 \begin_inset Foot
33740 status collapsed
33741
33742 \begin_layout Plain Layout
33743 Voir la section
33744 \begin_inset space ~
33745 \end_inset
33746
33747
33748 \begin_inset CommandInset ref
33749 LatexCommand ref
33750 reference "sec:Boîtes-colorées"
33751
33752 \end_inset
33753
33754 .
33755 \end_layout
33756
33757 \end_inset
33758
33759 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
33760  son propre paragraphe.
33761 \begin_inset Box Shaded
33762 position "t"
33763 hor_pos "c"
33764 has_inner_box 0
33765 inner_pos "t"
33766 use_parbox 0
33767 use_makebox 0
33768 width "50col%"
33769 special "none"
33770 height "1in"
33771 height_special "totalheight"
33772 status open
33773
33774 \begin_layout Plain Layout
33775 Boîte avec fond ombré
33776 \end_layout
33777
33778 \end_inset
33779
33780
33781 \end_layout
33782
33783 \begin_layout Description
33784 Cadre
33785 \begin_inset space ~
33786 \end_inset
33787
33788 rectangulaire
33789 \begin_inset space ~
33790 \end_inset
33791
33792 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
33793  boîte.
33794  L'épaisseur du trait du cadre interne est de 0.75
33795 \begin_inset space \thinspace{}
33796 \end_inset
33797
33798
33799 \series bold
33800
33801 \backslash
33802 fboxrule
33803 \series default
33804 , l'épaisseur du trait du cadre externe est de 1.5
33805 \begin_inset space \thinspace{}
33806 \end_inset
33807
33808
33809 \series bold
33810
33811 \backslash
33812 fboxrule
33813 \series default
33814 .
33815  La distance entre les deux cadres est de  1.5
33816 \begin_inset space \thinspace{}
33817 \end_inset
33818
33819
33820 \series bold
33821
33822 \backslash
33823 fboxrule
33824 \series default
33825
33826 \begin_inset space \thinspace{}
33827 \end_inset
33828
33829 +
33830 \begin_inset space \thinspace{}
33831 \end_inset
33832
33833 0.5
33834 \begin_inset space \thinspace{}
33835 \end_inset
33836
33837 pt.
33838  
33839 \begin_inset Box Doublebox
33840 position "c"
33841 hor_pos "c"
33842 has_inner_box 1
33843 inner_pos "c"
33844 use_parbox 0
33845 use_makebox 0
33846 width "20col%"
33847 special "none"
33848 height "1in"
33849 height_special "totalheight"
33850 status open
33851
33852 \begin_layout Plain Layout
33853 \align center
33854 Boîte double
33855 \end_layout
33856
33857 \end_inset
33858
33859
33860 \end_layout
33861
33862 \begin_layout Standard
33863 \begin_inset VSpace bigskip
33864 \end_inset
33865
33866 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
33867  style de boîte utilisé.
33868  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
33869  le paquetage LaTeX 
33870 \series bold
33871 fancybox
33872 \series default
33873
33874 \begin_inset Index idx
33875 status collapsed
33876
33877 \begin_layout Plain Layout
33878 Paquetages LaTeX ! fancybox
33879 \end_layout
33880
33881 \end_inset
33882
33883 .
33884 \end_layout
33885
33886 \begin_layout Standard
33887 \begin_inset VSpace bigskip
33888 \end_inset
33889
33890 Quand vous utilisez le style de décoration 
33891 \family sans
33892 cadre rectangulaire simple
33893 \family default
33894  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
33895  de la boîte.
33896  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
33897  prendra toute la largeur de la colonne, la boîte sera considérée comme
33898  son propre paragraphe et 
33899 \series bold
33900
33901 \backslash
33902 fboxrule
33903 \series default
33904  et 
33905 \series bold
33906
33907 \backslash
33908 fboxsep
33909 \series default
33910  n'ont aucun effet sur ce type de boîte.
33911  L'épaisseur de la ligne du cadre a la valeur de 
33912 \series bold
33913
33914 \backslash
33915 FrameRule
33916 \series default
33917 .
33918  
33919 \begin_inset Box Framed
33920 position "t"
33921 hor_pos "c"
33922 has_inner_box 0
33923 inner_pos "t"
33924 use_parbox 0
33925 use_makebox 0
33926 width "100col%"
33927 special "none"
33928 height "1in"
33929 height_special "totalheight"
33930 status collapsed
33931
33932 \begin_layout Plain Layout
33933 Boîte avec cadre simple et sauts de page
33934 \end_layout
33935
33936 \end_inset
33937
33938
33939 \end_layout
33940
33941 \begin_layout Section
33942 Personnalisation des boîtes
33943 \begin_inset Index idx
33944 status collapsed
33945
33946 \begin_layout Plain Layout
33947 Boîtes! Personnalisation
33948 \end_layout
33949
33950 \end_inset
33951
33952
33953 \end_layout
33954
33955 \begin_layout Standard
33956 La valeur implicite pour la variable 
33957 \series bold
33958
33959 \backslash
33960 fboxrule
33961 \series default
33962  est 0.4
33963 \begin_inset space \thinspace{}
33964 \end_inset
33965
33966 pt.
33967  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
33968  pour avoir 2
33969 \begin_inset space \thinspace{}
33970 \end_inset
33971
33972 pt :
33973 \end_layout
33974
33975 \begin_layout Standard
33976
33977 \series bold
33978
33979 \backslash
33980 setlength{
33981 \backslash
33982 fboxrule}{2pt}
33983 \end_layout
33984
33985 \begin_layout Standard
33986 \begin_inset ERT
33987 status collapsed
33988
33989 \begin_layout Plain Layout
33990
33991
33992 \backslash
33993 setlength{
33994 \backslash
33995 fboxrule}{2pt}
33996 \end_layout
33997
33998 \end_inset
33999
34000
34001 \begin_inset Box Boxed
34002 position "c"
34003 hor_pos "c"
34004 has_inner_box 1
34005 inner_pos "c"
34006 use_parbox 0
34007 use_makebox 0
34008 width "25col%"
34009 special "none"
34010 height "1in"
34011 height_special "totalheight"
34012 status open
34013
34014 \begin_layout Plain Layout
34015 \align center
34016 Boîte rectangulaire avec 
34017 \series bold
34018
34019 \backslash
34020 fboxrule
34021 \series default
34022
34023 \begin_inset space \thinspace{}
34024 \end_inset
34025
34026 =
34027 \begin_inset space \thinspace{}
34028 \end_inset
34029
34030 2
34031 \begin_inset space \thinspace{}
34032 \end_inset
34033
34034 pt
34035 \end_layout
34036
34037 \end_inset
34038
34039
34040 \begin_inset ERT
34041 status collapsed
34042
34043 \begin_layout Plain Layout
34044
34045
34046 \backslash
34047 setlength{
34048 \backslash
34049 fboxrule}{0.4pt}
34050 \end_layout
34051
34052 \end_inset
34053
34054
34055 \end_layout
34056
34057 \begin_layout Standard
34058 \begin_inset VSpace bigskip
34059 \end_inset
34060
34061 L'espace entre le cadre et le contenu de la boîte est le même pour tous
34062  les types de cadres, implicitement il est de 3
34063 \begin_inset space \thinspace{}
34064 \end_inset
34065
34066 pt.
34067  Vous pouvez le modifier en donnant une autre valeur à la variable 
34068 \series bold
34069
34070 \backslash
34071 fboxsep
34072 \series default
34073 .
34074  Par exemple la commande
34075 \end_layout
34076
34077 \begin_layout Standard
34078
34079 \series bold
34080
34081 \backslash
34082 setlength{
34083 \backslash
34084 fboxsep}{10pt}
34085 \end_layout
34086
34087 \begin_layout Standard
34088 met une valeur de 10
34089 \begin_inset space \thinspace{}
34090 \end_inset
34091
34092 pt, comme celle utilisée pour cette boîte :
34093 \end_layout
34094
34095 \begin_layout Standard
34096 \begin_inset ERT
34097 status collapsed
34098
34099 \begin_layout Plain Layout
34100
34101
34102 \backslash
34103 setlength{
34104 \backslash
34105 fboxsep}{10pt}
34106 \end_layout
34107
34108 \end_inset
34109
34110
34111 \begin_inset Box Boxed
34112 position "c"
34113 hor_pos "c"
34114 has_inner_box 1
34115 inner_pos "c"
34116 use_parbox 0
34117 use_makebox 0
34118 width "25col%"
34119 special "none"
34120 height "1in"
34121 height_special "totalheight"
34122 status open
34123
34124 \begin_layout Plain Layout
34125 \align center
34126 Boîte rectangulaire avec 
34127 \series bold
34128
34129 \backslash
34130 fboxsep
34131 \series default
34132
34133 \begin_inset space \thinspace{}
34134 \end_inset
34135
34136 =
34137 \begin_inset space \thinspace{}
34138 \end_inset
34139
34140 10
34141 \begin_inset space \thinspace{}
34142 \end_inset
34143
34144 pt
34145 \end_layout
34146
34147 \end_inset
34148
34149
34150 \begin_inset ERT
34151 status collapsed
34152
34153 \begin_layout Plain Layout
34154
34155
34156 \backslash
34157 setlength{
34158 \backslash
34159 fboxsep}{3pt}
34160 \end_layout
34161
34162 \end_inset
34163
34164
34165 \end_layout
34166
34167 \begin_layout Standard
34168 \begin_inset VSpace bigskip
34169 \end_inset
34170
34171 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
34172  la commande 
34173 \series bold
34174
34175 \backslash
34176 cornersize
34177 \series default
34178 .
34179  Par exemple, la commande
34180 \end_layout
34181
34182 \begin_layout Standard
34183
34184 \series bold
34185
34186 \backslash
34187 cornersize*{1cm}
34188 \end_layout
34189
34190 \begin_layout Standard
34191 donne un diamètre de 1
34192 \begin_inset space \thinspace{}
34193 \end_inset
34194
34195 cm.
34196  La commande
34197 \end_layout
34198
34199 \begin_layout Standard
34200
34201 \series bold
34202
34203 \backslash
34204 cornersize{num}
34205 \end_layout
34206
34207 \begin_layout Standard
34208 fixe le diamètre à 
34209 \family sans
34210 num
34211 \begin_inset space \thinspace{}
34212 \end_inset
34213
34214 ×
34215 \begin_inset space \thinspace{}
34216 \end_inset
34217
34218 minimum(largeur et hauteur de la boîte)
34219 \family default
34220 .
34221  La valeur implicite est 
34222 \series bold
34223
34224 \backslash
34225 cornersize{0.5}
34226 \series default
34227 .
34228 \end_layout
34229
34230 \begin_layout Standard
34231 \begin_inset ERT
34232 status collapsed
34233
34234 \begin_layout Plain Layout
34235
34236
34237 \backslash
34238 cornersize*{1.5cm}
34239 \end_layout
34240
34241 \end_inset
34242
34243
34244 \begin_inset Box Ovalbox
34245 position "c"
34246 hor_pos "c"
34247 has_inner_box 1
34248 inner_pos "c"
34249 use_parbox 0
34250 use_makebox 0
34251 width "25col%"
34252 special "none"
34253 height "1in"
34254 height_special "totalheight"
34255 status open
34256
34257 \begin_layout Plain Layout
34258 \align center
34259 Boîte ovale avec 
34260 \series bold
34261
34262 \backslash
34263 cornersize
34264 \series default
34265
34266 \begin_inset space \thinspace{}
34267 \end_inset
34268
34269 =
34270 \begin_inset space \thinspace{}
34271 \end_inset
34272
34273 1.5
34274 \begin_inset space \thinspace{}
34275 \end_inset
34276
34277 cm
34278 \end_layout
34279
34280 \end_inset
34281
34282
34283 \begin_inset ERT
34284 status collapsed
34285
34286 \begin_layout Plain Layout
34287
34288
34289 \backslash
34290 cornersize{0.5}
34291 \end_layout
34292
34293 \end_inset
34294
34295
34296 \end_layout
34297
34298 \begin_layout Standard
34299 \begin_inset VSpace bigskip
34300 \end_inset
34301
34302 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
34303  
34304 \series bold
34305
34306 \backslash
34307 shadowsize
34308 \series default
34309 .
34310  Elle est fixée à 2
34311 \begin_inset space \thinspace{}
34312 \end_inset
34313
34314 pt pour la boîte suivante par la commande :
34315 \end_layout
34316
34317 \begin_layout Standard
34318
34319 \series bold
34320
34321 \backslash
34322 setlength{
34323 \backslash
34324 shadowsize}{2pt}
34325 \end_layout
34326
34327 \begin_layout Standard
34328 \begin_inset ERT
34329 status collapsed
34330
34331 \begin_layout Plain Layout
34332
34333
34334 \backslash
34335 setlength{
34336 \backslash
34337 shadowsize}{2pt}
34338 \end_layout
34339
34340 \end_inset
34341
34342
34343 \begin_inset Box Shadowbox
34344 position "c"
34345 hor_pos "c"
34346 has_inner_box 1
34347 inner_pos "c"
34348 use_parbox 0
34349 use_makebox 0
34350 width "25col%"
34351 special "none"
34352 height "1in"
34353 height_special "totalheight"
34354 status open
34355
34356 \begin_layout Plain Layout
34357 \align center
34358 Boîte ombrée avec 
34359 \series bold
34360
34361 \backslash
34362 shadowsize
34363 \series default
34364
34365 \begin_inset space \thinspace{}
34366 \end_inset
34367
34368 =
34369 \begin_inset space \thinspace{}
34370 \end_inset
34371
34372 2
34373 \begin_inset space \thinspace{}
34374 \end_inset
34375
34376 pt
34377 \end_layout
34378
34379 \end_inset
34380
34381
34382 \begin_inset ERT
34383 status collapsed
34384
34385 \begin_layout Plain Layout
34386
34387
34388 \backslash
34389 setlength{
34390 \backslash
34391 shadowsize}{4pt}
34392 \end_layout
34393
34394 \end_inset
34395
34396
34397 \end_layout
34398
34399 \begin_layout Standard
34400 \begin_inset VSpace bigskip
34401 \end_inset
34402
34403
34404 \end_layout
34405
34406 \begin_layout Standard
34407 La valeur implicite pour la longueur 
34408 \series bold
34409
34410 \backslash
34411 FrameRule
34412 \series default
34413  est 0,4
34414 \begin_inset space \thinspace{}
34415 \end_inset
34416
34417 pt.
34418  L'espacement implicite entre le contenu de la note et le cadre est de 9
34419 \begin_inset space \thinspace{}
34420 \end_inset
34421
34422 pt et il peut être modifié en utilisant la valeur de 
34423 \series bold
34424
34425 \backslash
34426 FrameSep
34427 \series default
34428 .
34429  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
34430  suivantes en code TeX
34431 \end_layout
34432
34433 \begin_layout Standard
34434
34435 \series bold
34436
34437 \backslash
34438 setlength{
34439 \backslash
34440 FrameRule}{5pt}
34441 \begin_inset Newline newline
34442 \end_inset
34443
34444
34445 \backslash
34446 setlength{
34447 \backslash
34448 FrameSep}{0.5cm}
34449 \end_layout
34450
34451 \begin_layout Standard
34452 \begin_inset ERT
34453 status collapsed
34454
34455 \begin_layout Plain Layout
34456
34457
34458 \backslash
34459 setlength{
34460 \backslash
34461 FrameRule}{5pt}
34462 \end_layout
34463
34464 \begin_layout Plain Layout
34465
34466
34467 \backslash
34468 setlength{
34469 \backslash
34470 FrameSep}{0.5cm}
34471 \end_layout
34472
34473 \end_inset
34474
34475
34476 \begin_inset Box Framed
34477 position "t"
34478 hor_pos "c"
34479 has_inner_box 0
34480 inner_pos "t"
34481 use_parbox 0
34482 use_makebox 0
34483 width "100col%"
34484 special "none"
34485 height "1in"
34486 height_special "totalheight"
34487 status open
34488
34489 \begin_layout Plain Layout
34490 Ceci est un texte dans une boîte autorisant les 
34491 \family sans
34492 sauts de page
34493 \family default
34494 .
34495 \end_layout
34496
34497 \end_inset
34498
34499
34500 \begin_inset ERT
34501 status collapsed
34502
34503 \begin_layout Plain Layout
34504
34505
34506 \backslash
34507 setlength{
34508 \backslash
34509 FrameRule}{0.4pt}
34510 \end_layout
34511
34512 \begin_layout Plain Layout
34513
34514
34515 \backslash
34516 setlength{
34517 \backslash
34518 FrameSep}{9pt}
34519 \end_layout
34520
34521 \end_inset
34522
34523
34524 \end_layout
34525
34526 \begin_layout Standard
34527 \begin_inset VSpace bigskip
34528 \end_inset
34529
34530
34531 \end_layout
34532
34533 \begin_layout Standard
34534 Pour les boîtes à 
34535 \family sans
34536 Fond
34537 \begin_inset space ~
34538 \end_inset
34539
34540 ombré
34541 \family default
34542 , l'espacement implicite entre le contenu de la boîte et son cadre est de
34543  3
34544 \begin_inset space \thinspace{}
34545 \end_inset
34546
34547 pt et il peut être modifié avec la valeur de 
34548 \series bold
34549
34550 \backslash
34551 fboxsep
34552 \series default
34553 .
34554  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
34555  localement avec la commande 
34556 \series bold
34557
34558 \backslash
34559 definecolor{shadecolor}
34560 \series default
34561 , soit globalement avec le menu 
34562 \family sans
34563 Outils\SpecialChar \menuseparator
34564 Préférences
34565 \family default
34566 \SpecialChar \menuseparator
34567
34568 \family sans
34569 Couleurs\SpecialChar \menuseparator
34570 boîte
34571 \begin_inset space ~
34572 \end_inset
34573
34574 ombrée
34575 \family default
34576 .
34577  La syntaxe de la commande 
34578 \series bold
34579
34580 \backslash
34581 definecolor
34582 \series default
34583  est expliquée dans la section
34584 \begin_inset space ~
34585 \end_inset
34586
34587
34588 \begin_inset CommandInset ref
34589 LatexCommand ref
34590 reference "sec:Tableaux-Colorés"
34591
34592 \end_inset
34593
34594
34595 \begin_inset Foot
34596 status collapsed
34597
34598 \begin_layout Plain Layout
34599 Notez que l'utilisation de 
34600 \series bold
34601
34602 \backslash
34603 definecolor
34604 \series default
34605  ne peut se faire sans le paquetage LaTeX 
34606 \series bold
34607 color
34608 \series default
34609  dans le préambule, voir la section
34610 \begin_inset space ~
34611 \end_inset
34612
34613
34614 \begin_inset CommandInset ref
34615 LatexCommand ref
34616 reference "sec:Boîtes-colorées"
34617
34618 \end_inset
34619
34620 .
34621  
34622 \end_layout
34623
34624 \end_inset
34625
34626 .
34627 \end_layout
34628
34629 \begin_layout Standard
34630 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
34631  les commandes en code TeX suivantes
34632 \end_layout
34633
34634 \begin_layout Standard
34635
34636 \series bold
34637
34638 \backslash
34639 setlength{
34640 \backslash
34641 fboxsep}{0.5cm}
34642 \series default
34643
34644 \begin_inset Newline newline
34645 \end_inset
34646
34647
34648 \series bold
34649
34650 \backslash
34651 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34652 \end_layout
34653
34654 \begin_layout Standard
34655 \begin_inset ERT
34656 status collapsed
34657
34658 \begin_layout Plain Layout
34659
34660
34661 \backslash
34662 setlength{
34663 \backslash
34664 fboxsep}{0.5cm}
34665 \end_layout
34666
34667 \begin_layout Plain Layout
34668
34669
34670 \backslash
34671 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34672 \end_layout
34673
34674 \end_inset
34675
34676
34677 \begin_inset Box Shaded
34678 position "t"
34679 hor_pos "c"
34680 has_inner_box 0
34681 inner_pos "t"
34682 use_parbox 0
34683 use_makebox 0
34684 width "100col%"
34685 special "none"
34686 height "1in"
34687 height_special "totalheight"
34688 status open
34689
34690 \begin_layout Plain Layout
34691
34692 \color yellow
34693 Ceci est un texte jaune dans une boîte à 
34694 \family sans
34695 Fond
34696 \begin_inset space ~
34697 \end_inset
34698
34699 ombré
34700 \family default
34701 \color inherit
34702  
34703 \color yellow
34704 avec un fond vert foncé.
34705 \end_layout
34706
34707 \end_inset
34708
34709
34710 \begin_inset ERT
34711 status collapsed
34712
34713 \begin_layout Plain Layout
34714
34715
34716 \backslash
34717 setlength{
34718 \backslash
34719 fboxsep}{3pt}
34720 \end_layout
34721
34722 \begin_layout Plain Layout
34723
34724
34725 \backslash
34726 definecolor{shadecolor}{rgb}{1,0,0}
34727 \end_layout
34728
34729 \end_inset
34730
34731
34732 \end_layout
34733
34734 \begin_layout Standard
34735 \begin_inset VSpace bigskip
34736 \end_inset
34737
34738
34739 \end_layout
34740
34741 \begin_layout Standard
34742 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
34743  les boîtes qui suivent la commandes qui les a changées.
34744 \end_layout
34745
34746 \begin_layout Section
34747 Minipages
34748 \begin_inset CommandInset label
34749 LatexCommand label
34750 name "sec:Minipages"
34751
34752 \end_inset
34753
34754
34755 \begin_inset Index idx
34756 status collapsed
34757
34758 \begin_layout Plain Layout
34759 Boîtes ! Minipages
34760 \end_layout
34761
34762 \end_inset
34763
34764
34765 \end_layout
34766
34767 \begin_layout Standard
34768 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
34769 ur d'une page.
34770  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
34771  règles d'indentation, de saut de ligne, etc.
34772  s'appliquent.
34773 \end_layout
34774
34775 \begin_layout Standard
34776 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
34777  langues.
34778 \end_layout
34779
34780 \begin_layout Standard
34781 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
34782  Leur largeur est fixée à 45
34783 \begin_inset space \thinspace{}
34784 \end_inset
34785
34786 col% et elles sont séparées par un ressort horizontal, qui a été inséré
34787  via le menu 
34788 \family sans
34789 Insérer\SpecialChar \menuseparator
34790 Typographie
34791 \begin_inset space ~
34792 \end_inset
34793
34794 spéciale\SpecialChar \menuseparator
34795 Ressort
34796 \begin_inset space ~
34797 \end_inset
34798
34799 Horizontal
34800 \family default
34801 .
34802 \end_layout
34803
34804 \begin_layout Standard
34805 \begin_inset Box Frameless
34806 position "t"
34807 hor_pos "c"
34808 has_inner_box 1
34809 inner_pos "c"
34810 use_parbox 0
34811 use_makebox 0
34812 width "45col%"
34813 special "none"
34814 height "1in"
34815 height_special "totalheight"
34816 status open
34817
34818 \begin_layout Plain Layout
34819
34820 \lang ngerman
34821 Dies ist ein deutscher Text.
34822  Dies ist ein deutscher Text.
34823  Dies ist ein deutscher Text.
34824  Dies ist ein deutscher Text.
34825  Dies ist ein deutscher Text.
34826  Dies ist ein deutscher Text.
34827  Dies ist ein deutscher Text.
34828  Dies ist ein deutscher Text.
34829  Dies ist ein deutscher Text.
34830  Dies ist ein deutscher Text.
34831  Dies ist ein deutscher Text.
34832  Dies ist ein deutscher Text.
34833  Dies ist ein deutscher Text
34834 \begin_inset Foot
34835 status collapsed
34836
34837 \begin_layout Plain Layout
34838
34839 \lang ngerman
34840 Dies ist eine deutsche Fußnote.
34841 \end_layout
34842
34843 \end_inset
34844
34845 .
34846  Dies ist ein deutscher Text.
34847  Dies ist ein deutscher Text.
34848 \end_layout
34849
34850 \end_inset
34851
34852
34853 \begin_inset space \hfill{}
34854 \end_inset
34855
34856
34857 \begin_inset Box Frameless
34858 position "t"
34859 hor_pos "c"
34860 has_inner_box 1
34861 inner_pos "c"
34862 use_parbox 0
34863 use_makebox 0
34864 width "45col%"
34865 special "none"
34866 height "1in"
34867 height_special "totalheight"
34868 status open
34869
34870 \begin_layout Plain Layout
34871
34872 \lang english
34873 This is an English Text.
34874  This is an English Text.
34875  This is an English Text.
34876  This is an English Text.
34877  This is an English Text.
34878  This is an English Text.
34879  This is an English Text.
34880  This is an English Text.
34881  This is an English Text.
34882  This is an English Text.
34883  This is an English Text.
34884  This is an English Text.
34885  This is an English Text.
34886  This is an English Text.
34887  This is an English Text.
34888  This is an English Text.
34889 \begin_inset Foot
34890 status collapsed
34891
34892 \begin_layout Plain Layout
34893
34894 \lang english
34895 This is an English footnote.
34896 \end_layout
34897
34898 \end_inset
34899
34900  This is an English Text.
34901 \end_layout
34902
34903 \end_inset
34904
34905
34906 \end_layout
34907
34908 \begin_layout Standard
34909 \begin_inset VSpace bigskip
34910 \end_inset
34911
34912 Les paramètres globaux du document sont ignorés au sein d'une minipage.
34913  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
34914  minipages, même si vous les avez mis par exemple à 
34915 \family sans
34916 Moyen
34917 \family default
34918  dans les paramètres du document.
34919 \end_layout
34920
34921 \begin_layout Standard
34922 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
34923  portion de texte, voyez la section
34924 \begin_inset space ~
34925 \end_inset
34926
34927
34928 \begin_inset CommandInset ref
34929 LatexCommand ref
34930 reference "sub:Couleur-pour-les-Paragraphes"
34931
34932 \end_inset
34933
34934 .
34935 \end_layout
34936
34937 \begin_layout Standard
34938 \begin_inset Note Greyedout
34939 status open
34940
34941 \begin_layout Plain Layout
34942
34943 \series bold
34944 Note:
34945 \series default
34946  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
34947  mais les minipages peuvent être utilisées dans un tableau, un flottant
34948  ou une autre boîte.
34949 \end_layout
34950
34951 \end_inset
34952
34953
34954 \end_layout
34955
34956 \begin_layout Section
34957 Les parboxes
34958 \begin_inset CommandInset label
34959 LatexCommand label
34960 name "sec:Parboxes"
34961
34962 \end_inset
34963
34964
34965 \begin_inset Index idx
34966 status collapsed
34967
34968 \begin_layout Plain Layout
34969 Boîtes ! Parboxes
34970 \end_layout
34971
34972 \end_inset
34973
34974
34975 \end_layout
34976
34977 \begin_layout Standard
34978 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
34979  ne peuvent avoir de note de bas de page.
34980 \end_layout
34981
34982 \begin_layout Standard
34983 \align center
34984 \begin_inset Box Frameless
34985 position "t"
34986 hor_pos "c"
34987 has_inner_box 1
34988 inner_pos "t"
34989 use_parbox 1
34990 use_makebox 0
34991 width "33col%"
34992 special "none"
34993 height "1in"
34994 height_special "totalheight"
34995 status open
34996
34997 \begin_layout Plain Layout
34998 Ceci est un texte à l'intérieur d'une parbox.
34999  Ceci est un texte à l'intérieur d'une parbox.
35000 \end_layout
35001
35002 \begin_layout Plain Layout
35003 Cette note de bas de page ne devrait pas apparaître :
35004 \begin_inset Foot
35005 status open
35006
35007 \begin_layout Plain Layout
35008 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
35009  pas.
35010 \end_layout
35011
35012 \end_inset
35013
35014
35015 \end_layout
35016
35017 \end_inset
35018
35019
35020 \end_layout
35021
35022 \begin_layout Section
35023 Des boîtes pour les mots et les caractères
35024 \begin_inset Index idx
35025 status collapsed
35026
35027 \begin_layout Plain Layout
35028 Boîtes ! Pour les caractères
35029 \end_layout
35030
35031 \end_inset
35032
35033
35034 \end_layout
35035
35036 \begin_layout Subsection
35037 Empêcher la césure
35038 \begin_inset CommandInset label
35039 LatexCommand label
35040 name "sec:Empêcher-césure"
35041
35042 \end_inset
35043
35044
35045 \begin_inset Index idx
35046 status collapsed
35047
35048 \begin_layout Plain Layout
35049 Boîtes ! Pour empêcher la césure
35050 \end_layout
35051
35052 \end_inset
35053
35054
35055 \end_layout
35056
35057 \begin_layout Standard
35058 Vous pouvez utiliser une boîte de type 
35059 \family sans
35060 Makebox
35061 \family default
35062  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
35063 \begin_inset Newline newline
35064 \end_inset
35065
35066 Voici un exemple de texte :
35067 \end_layout
35068
35069 \begin_layout Standard
35070 Cette ligne est un exemple comment vous pouvez empêcher une césure
35071 \begin_inset space ~
35072 \end_inset
35073
35074
35075 \begin_inset Quotes eld
35076 \end_inset
35077
35078 motTrèsTrèsLong
35079 \begin_inset Quotes erd
35080 \end_inset
35081
35082
35083 \end_layout
35084
35085 \begin_layout Standard
35086 Pour empêcher que le mot 
35087 \begin_inset Quotes eld
35088 \end_inset
35089
35090 motTrèsTrèsLong
35091 \begin_inset Quotes erd
35092 \end_inset
35093
35094  soit coupé, mettez le mot dans une boîte, mettez 
35095 \family sans
35096 Boîte
35097 \begin_inset space ~
35098 \end_inset
35099
35100 intérieure
35101 \family default
35102  à 
35103 \family sans
35104 Makebox
35105 \family default
35106  et sa largeur à 1
35107 \begin_inset space \thinspace{}
35108 \end_inset
35109
35110 Largeur.
35111 \end_layout
35112
35113 \begin_layout Standard
35114 Voici le résultat :
35115 \end_layout
35116
35117 \begin_layout Standard
35118 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
35119 \begin_inset Box Frameless
35120 position "t"
35121 hor_pos "c"
35122 has_inner_box 1
35123 inner_pos "t"
35124 use_parbox 0
35125 use_makebox 1
35126 width "1in"
35127 special "width"
35128 height "1in"
35129 height_special "totalheight"
35130 status open
35131
35132 \begin_layout Plain Layout
35133 motTrèsTrèsLong
35134 \end_layout
35135
35136 \end_inset
35137
35138
35139 \end_layout
35140
35141 \begin_layout Standard
35142 Une autre méthode consiste à mettre la commande 
35143 \begin_inset Quotes eld
35144 \end_inset
35145
35146
35147 \series bold
35148
35149 \backslash
35150 -
35151 \series default
35152
35153 \begin_inset Quotes grd
35154 \end_inset
35155
35156  en code TeX, juste avant le mot :
35157 \end_layout
35158
35159 \begin_layout Standard
35160 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
35161 \begin_inset Quotes eld
35162 \end_inset
35163
35164
35165 \begin_inset ERT
35166 status collapsed
35167
35168 \begin_layout Plain Layout
35169
35170
35171 \backslash
35172 -
35173 \end_layout
35174
35175 \end_inset
35176
35177 motTrèsTrèsLong
35178 \begin_inset Quotes erd
35179 \end_inset
35180
35181
35182 \end_layout
35183
35184 \begin_layout Standard
35185 Bien sûr, maintenant le mot dépasse dans la marge latérale.
35186  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
35187 \family sans
35188 Insérer\SpecialChar \menuseparator
35189 Typographie
35190 \begin_inset space ~
35191 \end_inset
35192
35193 spéciale\SpecialChar \menuseparator
35194 Passage
35195 \begin_inset space ~
35196 \end_inset
35197
35198 à
35199 \begin_inset space ~
35200 \end_inset
35201
35202 la
35203 \begin_inset space ~
35204 \end_inset
35205
35206 Ligne
35207 \family default
35208  (raccourci 
35209 \family sans
35210 Ctrl-Entrée
35211 \family default
35212 ) :
35213 \end_layout
35214
35215 \begin_layout Standard
35216 Cette ligne est un exemple comment vous pouvez empêcher une césure:
35217 \begin_inset Newline newline
35218 \end_inset
35219
35220
35221 \begin_inset Box Frameless
35222 position "t"
35223 hor_pos "c"
35224 has_inner_box 1
35225 inner_pos "t"
35226 use_parbox 0
35227 use_makebox 1
35228 width "1in"
35229 special "width"
35230 height "1in"
35231 height_special "totalheight"
35232 status open
35233
35234 \begin_layout Plain Layout
35235 \begin_inset Quotes eld
35236 \end_inset
35237
35238 motTrèsTrèsLong
35239 \begin_inset Quotes erd
35240 \end_inset
35241
35242
35243 \end_layout
35244
35245 \end_inset
35246
35247
35248 \end_layout
35249
35250 \begin_layout Subsection
35251 Alignement vertical
35252 \begin_inset CommandInset label
35253 LatexCommand label
35254 name "sub:Alignement-Vertical"
35255
35256 \end_inset
35257
35258
35259 \begin_inset Index idx
35260 status collapsed
35261
35262 \begin_layout Plain Layout
35263 Boîtes ! Pour l'alignement vertical
35264 \end_layout
35265
35266 \end_inset
35267
35268
35269 \begin_inset Index idx
35270 status collapsed
35271
35272 \begin_layout Plain Layout
35273 Boîtes ! Boîtes élévatrices
35274 \end_layout
35275
35276 \end_inset
35277
35278
35279 \begin_inset Index idx
35280 status collapsed
35281
35282 \begin_layout Plain Layout
35283 Raisebox|see
35284 \begin_inset ERT
35285 status collapsed
35286
35287 \begin_layout Plain Layout
35288
35289 {
35290 \end_layout
35291
35292 \end_inset
35293
35294 Boîtes élévatrices
35295 \begin_inset ERT
35296 status collapsed
35297
35298 \begin_layout Plain Layout
35299
35300 }
35301 \end_layout
35302
35303 \end_inset
35304
35305
35306 \end_layout
35307
35308 \end_inset
35309
35310
35311 \end_layout
35312
35313 \begin_layout Standard
35314 Avec la commande 
35315 \series bold
35316
35317 \backslash
35318 raisebox
35319 \series default
35320  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
35321  par rapport au texte qui l'entoure.
35322  La commande
35323 \series bold
35324  
35325 \backslash
35326 raisebox
35327 \series default
35328  s'utilise en suivant la syntaxe suivante :
35329 \end_layout
35330
35331 \begin_layout Standard
35332
35333 \series bold
35334
35335 \backslash
35336 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
35337 \end_layout
35338
35339 \begin_layout Standard
35340 Le déplacement peut être une valeur positive pour élever la boîte ou négative
35341  pour l'abaisser.
35342 \end_layout
35343
35344 \begin_layout Standard
35345 Pour aligner le mot 
35346 \begin_inset Quotes eld
35347 \end_inset
35348
35349 empêcher
35350 \begin_inset Quotes erd
35351 \end_inset
35352
35353  de façon à ce que le point le plus bas du caractère le plus 
35354 \begin_inset Quotes eld
35355 \end_inset
35356
35357 profond
35358 \begin_inset Quotes erd
35359 \end_inset
35360
35361 , le 
35362 \begin_inset Quotes eld
35363 \end_inset
35364
35365 p
35366 \begin_inset Quotes erd
35367 \end_inset
35368
35369 , soit au niveau de la ligne de base, insérez la commande 
35370 \end_layout
35371
35372 \begin_layout Standard
35373
35374 \series bold
35375
35376 \backslash
35377 raisebox{
35378 \backslash
35379 depth}{
35380 \end_layout
35381
35382 \begin_layout Standard
35383 en code TeX avant le mot.
35384  Insérez après le mot l'accolade fermante 
35385 \begin_inset Quotes eld
35386 \end_inset
35387
35388
35389 \series bold
35390 }
35391 \series default
35392
35393 \begin_inset Quotes erd
35394 \end_inset
35395
35396  en code TeX.
35397 \begin_inset Newline newline
35398 \end_inset
35399
35400 Voici le résultat :
35401 \end_layout
35402
35403 \begin_layout Standard
35404 Cette ligne de texte contient le mot 
35405 \begin_inset ERT
35406 status collapsed
35407
35408 \begin_layout Plain Layout
35409
35410
35411 \backslash
35412 raisebox{
35413 \backslash
35414 depth}{
35415 \end_layout
35416
35417 \end_inset
35418
35419
35420 \begin_inset Quotes eld
35421 \end_inset
35422
35423 empêcher
35424 \begin_inset Quotes erd
35425 \end_inset
35426
35427
35428 \begin_inset ERT
35429 status collapsed
35430
35431 \begin_layout Plain Layout
35432
35433 }
35434 \end_layout
35435
35436 \end_inset
35437
35438  comme mot élevé.
35439 \end_layout
35440
35441 \begin_layout Standard
35442 \begin_inset VSpace bigskip
35443 \end_inset
35444
35445 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
35446  entre les lignes va être agrandie :
35447 \end_layout
35448
35449 \begin_layout Standard
35450 Cette ligne de texte contient le mot
35451 \begin_inset ERT
35452 status collapsed
35453
35454 \begin_layout Plain Layout
35455
35456
35457 \backslash
35458 raisebox{-
35459 \backslash
35460 depth}{
35461 \end_layout
35462
35463 \end_inset
35464
35465
35466 \begin_inset Quotes eld
35467 \end_inset
35468
35469 empêcher
35470 \begin_inset Quotes erd
35471 \end_inset
35472
35473
35474 \begin_inset ERT
35475 status collapsed
35476
35477 \begin_layout Plain Layout
35478
35479 }
35480 \end_layout
35481
35482 \end_inset
35483
35484  comme mot abaissé.
35485 \begin_inset Newline newline
35486 \end_inset
35487
35488 Cette ligne de texte contient le mot 
35489 \begin_inset ERT
35490 status collapsed
35491
35492 \begin_layout Plain Layout
35493
35494
35495 \backslash
35496 raisebox{0.5cm}{
35497 \end_layout
35498
35499 \end_inset
35500
35501
35502 \begin_inset Quotes eld
35503 \end_inset
35504
35505 tester
35506 \begin_inset Quotes erd
35507 \end_inset
35508
35509
35510 \begin_inset ERT
35511 status collapsed
35512
35513 \begin_layout Plain Layout
35514
35515 }
35516 \end_layout
35517
35518 \end_inset
35519
35520  comme mot élevé.
35521 \end_layout
35522
35523 \begin_layout Standard
35524 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
35525  mettez la hauteur de la boîte à zéro.
35526  Par exemple utilisez
35527 \end_layout
35528
35529 \begin_layout Standard
35530
35531 \series bold
35532
35533 \backslash
35534 raisebox{-
35535 \backslash
35536 depth}[0pt]{
35537 \end_layout
35538
35539 \begin_layout Standard
35540 Cette ligne de texte contient le mot
35541 \begin_inset ERT
35542 status collapsed
35543
35544 \begin_layout Plain Layout
35545
35546
35547 \backslash
35548 raisebox{-
35549 \backslash
35550 depth}[0pt]{
35551 \end_layout
35552
35553 \end_inset
35554
35555
35556 \begin_inset Quotes eld
35557 \end_inset
35558
35559 empêcher
35560 \begin_inset Quotes erd
35561 \end_inset
35562
35563
35564 \begin_inset ERT
35565 status collapsed
35566
35567 \begin_layout Plain Layout
35568
35569 }
35570 \end_layout
35571
35572 \end_inset
35573
35574  comme mot abaissé.
35575 \begin_inset Newline newline
35576 \end_inset
35577
35578 Cette ligne de texte contient le mot 
35579 \begin_inset ERT
35580 status collapsed
35581
35582 \begin_layout Plain Layout
35583
35584
35585 \backslash
35586 raisebox{0.5cm}[0pt]{
35587 \end_layout
35588
35589 \end_inset
35590
35591
35592 \begin_inset Quotes eld
35593 \end_inset
35594
35595 tester
35596 \begin_inset Quotes erd
35597 \end_inset
35598
35599
35600 \begin_inset ERT
35601 status collapsed
35602
35603 \begin_layout Plain Layout
35604
35605 }
35606 \end_layout
35607
35608 \end_inset
35609
35610  comme mot élevé.
35611 \end_layout
35612
35613 \begin_layout Section
35614 Boîtes colorées
35615 \begin_inset CommandInset label
35616 LatexCommand label
35617 name "sec:Boîtes-colorées"
35618
35619 \end_inset
35620
35621
35622 \begin_inset Index idx
35623 status collapsed
35624
35625 \begin_layout Plain Layout
35626 Boîtes ! Couleur
35627 \end_layout
35628
35629 \end_inset
35630
35631
35632 \end_layout
35633
35634 \begin_layout Subsection
35635 De la couleur pour le texte
35636 \begin_inset Index idx
35637 status collapsed
35638
35639 \begin_layout Plain Layout
35640 Couleur ! Pour le texte
35641 \end_layout
35642
35643 \end_inset
35644
35645
35646 \end_layout
35647
35648 \begin_layout Standard
35649 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
35650  une boîte appelée 
35651 \begin_inset Quotes eld
35652 \end_inset
35653
35654 colorbox
35655 \begin_inset Quotes erd
35656 \end_inset
35657
35658 .
35659  Cela demande que le paquetage LaTeX 
35660 \series bold
35661 color
35662 \series default
35663
35664 \begin_inset Index idx
35665 status collapsed
35666
35667 \begin_layout Plain Layout
35668 Paquetages LaTeX ! color
35669 \end_layout
35670
35671 \end_inset
35672
35673  soit chargé dans le préambule du document avec la commande
35674 \end_layout
35675
35676 \begin_layout Standard
35677
35678 \series bold
35679
35680 \backslash
35681 @ifundefined{textcolor}
35682 \begin_inset Newline newline
35683 \end_inset
35684
35685
35686 \begin_inset Phantom HPhantom
35687 status open
35688
35689 \begin_layout Plain Layout
35690
35691 \series bold
35692 \begin_inset space ~
35693 \end_inset
35694
35695
35696 \end_layout
35697
35698 \end_inset
35699
35700 {
35701 \backslash
35702 usepackage{color}}{}
35703 \end_layout
35704
35705 \begin_layout Standard
35706 Le paquetage 
35707 \series bold
35708 color
35709 \series default
35710  sera chargé automatiquement par LyX dès que vous colorez du texte.
35711 \begin_inset Foot
35712 status collapsed
35713
35714 \begin_layout Plain Layout
35715 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
35716  
35717 \series bold
35718
35719 \backslash
35720 @ifundefined
35721 \series default
35722 .
35723 \end_layout
35724
35725 \end_inset
35726
35727
35728 \end_layout
35729
35730 \begin_layout Standard
35731 \begin_inset VSpace medskip
35732 \end_inset
35733
35734 Les boîtes colorées sont créées par la commande 
35735 \series bold
35736
35737 \backslash
35738 colorbox
35739 \series default
35740 .
35741  Elle est utilisée avec la syntaxe suivante :
35742 \end_layout
35743
35744 \begin_layout Standard
35745
35746 \series bold
35747
35748 \backslash
35749 colorbox{couleur}{contenu de la boîte}
35750 \end_layout
35751
35752 \begin_layout Standard
35753 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
35754  peuvent être placées à l'intérieur d'autres boîtes.
35755 \end_layout
35756
35757 \begin_layout Standard
35758 Les couleurs suivantes sont prédéfinies ::
35759 \begin_inset Newline newline
35760 \end_inset
35761
35762
35763 \family sans
35764 black
35765 \family default
35766  (noir), 
35767 \family sans
35768 blue
35769 \family default
35770  (bleu), 
35771 \family sans
35772 cyan
35773 \family default
35774 \series bold
35775 ,
35776 \series default
35777  
35778 \family sans
35779 green
35780 \family default
35781  (vert), 
35782 \family sans
35783 magenta
35784 \family default
35785
35786 \family sans
35787 red
35788 \family default
35789  (rouge), 
35790 \family sans
35791 white
35792 \family default
35793  (blanc), and 
35794 \family sans
35795 yellow
35796 \family default
35797  (jaune).
35798 \begin_inset Newline newline
35799 \end_inset
35800
35801 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
35802  section
35803 \begin_inset space ~
35804 \end_inset
35805
35806
35807 \begin_inset CommandInset ref
35808 LatexCommand ref
35809 reference "sec:Tableaux-Colorés"
35810
35811 \end_inset
35812
35813 .
35814 \end_layout
35815
35816 \begin_layout Standard
35817 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
35818 \end_layout
35819
35820 \begin_layout Standard
35821
35822 \series bold
35823
35824 \backslash
35825 colorbox{red}{
35826 \end_layout
35827
35828 \begin_layout Standard
35829 avant le mot en code TeX.
35830  Insérez l'accolade fermante 
35831 \begin_inset Quotes eld
35832 \end_inset
35833
35834 }
35835 \begin_inset Quotes erd
35836 \end_inset
35837
35838  après le mot, en code TeX.
35839 \begin_inset Newline newline
35840 \end_inset
35841
35842 Voici le résultat :
35843 \end_layout
35844
35845 \begin_layout Standard
35846 Cette ligne de texte contient le mot
35847 \begin_inset ERT
35848 status collapsed
35849
35850 \begin_layout Plain Layout
35851
35852
35853 \backslash
35854 colorbox{red}{
35855 \end_layout
35856
35857 \end_inset
35858
35859
35860 \begin_inset Quotes eld
35861 \end_inset
35862
35863 Attention!
35864 \begin_inset Quotes erd
35865 \end_inset
35866
35867
35868 \begin_inset ERT
35869 status collapsed
35870
35871 \begin_layout Plain Layout
35872
35873 }
35874 \end_layout
35875
35876 \end_inset
35877
35878  sur fond rouge.
35879 \end_layout
35880
35881 \begin_layout Standard
35882 \begin_inset VSpace bigskip
35883 \end_inset
35884
35885 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
35886  vous pouvez utiliser la commande 
35887 \series bold
35888
35889 \backslash
35890 fcolorbox
35891 \series default
35892  avec la syntaxe suivante :
35893 \end_layout
35894
35895 \begin_layout Standard
35896
35897 \series bold
35898
35899 \backslash
35900 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
35901 \end_layout
35902
35903 \begin_layout Standard
35904
35905 \series bold
35906
35907 \backslash
35908 fcolorbox
35909 \series default
35910  est une extension de 
35911 \series bold
35912
35913 \backslash
35914 colorbox
35915 \series default
35916 .
35917  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
35918  peuvent être modifiés avec les variables 
35919 \series bold
35920
35921 \backslash
35922 fboxrule
35923 \series default
35924  et 
35925 \series bold
35926
35927 \backslash
35928 fboxsep
35929 \series default
35930 , comme c'est décrit dans la section
35931 \begin_inset space ~
35932 \end_inset
35933
35934
35935 \begin_inset CommandInset ref
35936 LatexCommand ref
35937 reference "sec:Décorations"
35938
35939 \end_inset
35940
35941 .
35942 \end_layout
35943
35944 \begin_layout Standard
35945 Pour l'exemple suivant, on a utilisé la commande
35946 \end_layout
35947
35948 \begin_layout Standard
35949
35950 \series bold
35951
35952 \backslash
35953 fcolorbox{cyan}{magenta}{
35954 \end_layout
35955
35956 \begin_layout Standard
35957 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
35958 \begin_inset space \thinspace{}
35959 \end_inset
35960
35961 mm:
35962 \begin_inset Newline newline
35963 \end_inset
35964
35965
35966 \begin_inset ERT
35967 status collapsed
35968
35969 \begin_layout Plain Layout
35970
35971
35972 \backslash
35973 fboxrule 1mm 
35974 \backslash
35975 fboxsep 1mm
35976 \end_layout
35977
35978 \end_inset
35979
35980
35981 \begin_inset ERT
35982 status collapsed
35983
35984 \begin_layout Plain Layout
35985
35986
35987 \backslash
35988 fcolorbox{cyan}{magenta}{
35989 \end_layout
35990
35991 \end_inset
35992
35993 Ce texte est dans une boîte encadrée et colorée.
35994 \begin_inset ERT
35995 status collapsed
35996
35997 \begin_layout Plain Layout
35998
35999 }
36000 \end_layout
36001
36002 \end_inset
36003
36004
36005 \end_layout
36006
36007 \begin_layout Standard
36008 \begin_inset VSpace bigskip
36009 \end_inset
36010
36011 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
36012  les yeux ! - NdT) :
36013 \begin_inset Newline newline
36014 \end_inset
36015
36016
36017 \begin_inset ERT
36018 status collapsed
36019
36020 \begin_layout Plain Layout
36021
36022
36023 \backslash
36024 fcolorbox{cyan}{magenta}{
36025 \end_layout
36026
36027 \end_inset
36028
36029
36030 \color yellow
36031 Ce texte est coloré dans une boîte colorée et encadrée.
36032 \color inherit
36033
36034 \begin_inset ERT
36035 status collapsed
36036
36037 \begin_layout Plain Layout
36038
36039 }
36040 \end_layout
36041
36042 \end_inset
36043
36044
36045 \begin_inset ERT
36046 status collapsed
36047
36048 \begin_layout Plain Layout
36049
36050
36051 \backslash
36052 fboxrule 0.4pt 
36053 \backslash
36054 fboxsep 3pt
36055 \end_layout
36056
36057 \end_inset
36058
36059
36060 \end_layout
36061
36062 \begin_layout Standard
36063
36064 \series bold
36065 \begin_inset VSpace medskip
36066 \end_inset
36067
36068
36069 \end_layout
36070
36071 \begin_layout Standard
36072 \begin_inset Note Greyedout
36073 status open
36074
36075 \begin_layout Plain Layout
36076
36077 \series bold
36078 Note:
36079 \series default
36080  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
36081  de ligne.
36082  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
36083  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
36084 \end_layout
36085
36086 \end_inset
36087
36088
36089 \end_layout
36090
36091 \begin_layout Subsection
36092 De la couleur pour les paragraphes
36093 \begin_inset CommandInset label
36094 LatexCommand label
36095 name "sub:Couleur-pour-les-Paragraphes"
36096
36097 \end_inset
36098
36099
36100 \begin_inset Index idx
36101 status collapsed
36102
36103 \begin_layout Plain Layout
36104 Couleur ! Pour les  paragraphes
36105 \end_layout
36106
36107 \end_inset
36108
36109
36110 \end_layout
36111
36112 \begin_layout Standard
36113 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
36114  texte dans une minipage.
36115  Avant la minipage, insérez la commande 
36116 \series bold
36117
36118 \backslash
36119 colorbox
36120 \series default
36121  
36122 \end_layout
36123
36124 \begin_layout Standard
36125
36126 \series bold
36127
36128 \backslash
36129 colorbox{color}{
36130 \end_layout
36131
36132 \begin_layout Standard
36133 en code TeX.
36134  Après la minipage, insérez l'accolade fermante 
36135 \begin_inset Quotes eld
36136 \end_inset
36137
36138 }
36139 \begin_inset Quotes erd
36140 \end_inset
36141
36142  en code TeX.
36143 \end_layout
36144
36145 \begin_layout Standard
36146 \begin_inset ERT
36147 status collapsed
36148
36149 \begin_layout Plain Layout
36150
36151
36152 \backslash
36153 colorbox{lightgrey}{
36154 \end_layout
36155
36156 \end_inset
36157
36158
36159 \begin_inset Box Frameless
36160 position "t"
36161 hor_pos "c"
36162 has_inner_box 1
36163 inner_pos "t"
36164 use_parbox 0
36165 use_makebox 0
36166 width "100col%"
36167 special "none"
36168 height "1in"
36169 height_special "totalheight"
36170 status collapsed
36171
36172 \begin_layout Plain Layout
36173 Ce texte a un fond coloré.
36174  Ce texte a un fond coloré.
36175 \end_layout
36176
36177 \begin_layout Plain Layout
36178 \begin_inset VSpace defskip
36179 \end_inset
36180
36181 Le texte peut avoir des notes de bas de page
36182 \begin_inset Foot
36183 status collapsed
36184
36185 \begin_layout Plain Layout
36186 Un autre exemple de note de bas de page
36187 \end_layout
36188
36189 \end_inset
36190
36191  et contenir des figures et des tableaux.
36192 \end_layout
36193
36194 \begin_layout Plain Layout
36195 \align center
36196 \begin_inset Tabular
36197 <lyxtabular version="3" rows="3" columns="3">
36198 <features tabularvalignment="middle">
36199 <column alignment="center" valignment="top" width="0">
36200 <column alignment="center" valignment="top" width="0">
36201 <column alignment="center" valignment="top" width="0">
36202 <row>
36203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36204 \begin_inset Text
36205
36206 \begin_layout Plain Layout
36207 a
36208 \end_layout
36209
36210 \end_inset
36211 </cell>
36212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36213 \begin_inset Text
36214
36215 \begin_layout Plain Layout
36216 !
36217 \end_layout
36218
36219 \end_inset
36220 </cell>
36221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36222 \begin_inset Text
36223
36224 \begin_layout Plain Layout
36225 3
36226 \end_layout
36227
36228 \end_inset
36229 </cell>
36230 </row>
36231 <row>
36232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36233 \begin_inset Text
36234
36235 \begin_layout Plain Layout
36236 <
36237 \end_layout
36238
36239 \end_inset
36240 </cell>
36241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36242 \begin_inset Text
36243
36244 \begin_layout Plain Layout
36245 b2
36246 \begin_inset Quotes erd
36247 \end_inset
36248
36249 |
36250 \end_layout
36251
36252 \end_inset
36253 </cell>
36254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36255 \begin_inset Text
36256
36257 \begin_layout Plain Layout
36258 >
36259 \end_layout
36260
36261 \end_inset
36262 </cell>
36263 </row>
36264 <row>
36265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36266 \begin_inset Text
36267
36268 \begin_layout Plain Layout
36269 1
36270 \end_layout
36271
36272 \end_inset
36273 </cell>
36274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36275 \begin_inset Text
36276
36277 \begin_layout Plain Layout
36278 §
36279 \end_layout
36280
36281 \end_inset
36282 </cell>
36283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36284 \begin_inset Text
36285
36286 \begin_layout Plain Layout
36287 c
36288 \end_layout
36289
36290 \end_inset
36291 </cell>
36292 </row>
36293 </lyxtabular>
36294
36295 \end_inset
36296
36297
36298 \end_layout
36299
36300 \end_inset
36301
36302
36303 \begin_inset ERT
36304 status collapsed
36305
36306 \begin_layout Plain Layout
36307
36308 }
36309 \end_layout
36310
36311 \end_inset
36312
36313
36314 \end_layout
36315
36316 \begin_layout Section
36317 Les boîtes pivotées et redimensionnées
36318 \end_layout
36319
36320 \begin_layout Standard
36321 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
36322  charger le paquetage LaTeX 
36323 \series bold
36324 graphicx
36325 \series default
36326
36327 \begin_inset Index idx
36328 status collapsed
36329
36330 \begin_layout Plain Layout
36331 Paquetages LaTeX ! graphicx
36332 \end_layout
36333
36334 \end_inset
36335
36336  dans le préambule de votre document avec la commande
36337 \end_layout
36338
36339 \begin_layout Standard
36340
36341 \series bold
36342
36343 \backslash
36344 @ifundefined{rotatebox}
36345 \begin_inset Newline newline
36346 \end_inset
36347
36348
36349 \begin_inset Phantom HPhantom
36350 status open
36351
36352 \begin_layout Plain Layout
36353
36354 \series bold
36355 \begin_inset space ~
36356 \end_inset
36357
36358
36359 \end_layout
36360
36361 \end_inset
36362
36363 {
36364 \backslash
36365 usepackage{graphicx}}{}
36366 \end_layout
36367
36368 \begin_layout Description
36369 \begin_inset Note Greyedout
36370 status open
36371
36372 \begin_layout Plain Layout
36373
36374 \series bold
36375 Note:
36376 \series default
36377  La plupart des visualiseurs DVI ne sont 
36378 \emph on
36379 pas
36380 \emph default
36381  capables d'afficher des rotations ou des redimensions.
36382 \end_layout
36383
36384 \end_inset
36385
36386
36387 \end_layout
36388
36389 \begin_layout Standard
36390 \begin_inset Note Greyedout
36391 status open
36392
36393 \begin_layout Plain Layout
36394
36395 \series bold
36396 Note:
36397 \series default
36398  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
36399  redimensionnée.
36400 \end_layout
36401
36402 \end_inset
36403
36404
36405 \end_layout
36406
36407 \begin_layout Subsection
36408 Les Boîtes pivotées
36409 \begin_inset Index idx
36410 status collapsed
36411
36412 \begin_layout Plain Layout
36413 Boîtes ! pivotées
36414 \end_layout
36415
36416 \end_inset
36417
36418
36419 \begin_inset Index idx
36420 status collapsed
36421
36422 \begin_layout Plain Layout
36423 Pivoter des objets
36424 \end_layout
36425
36426 \end_inset
36427
36428
36429 \end_layout
36430
36431 \begin_layout Standard
36432 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
36433  (rotated).
36434  Une telle boîte est créée avec la commande 
36435 \series bold
36436
36437 \backslash
36438 rotatebox
36439 \series default
36440  en code TeX avec la syntaxe
36441 \end_layout
36442
36443 \begin_layout Standard
36444
36445 \series bold
36446
36447 \backslash
36448 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
36449 \end_layout
36450
36451 \begin_layout Standard
36452 La position du pivot est donnée par l'origine de rotation spécifiée sous
36453  la forme 
36454 \series bold
36455 origin=position
36456 \series default
36457 .
36458  Les valeurs suivantes sont possibles pour la position: 
36459 \emph on
36460 c
36461 \emph default
36462  (centre), 
36463 \emph on
36464 l
36465 \emph default
36466  (gauche/
36467 \lang english
36468 left
36469 \lang french
36470 ), 
36471 \emph on
36472 r
36473 \emph default
36474  (droite/
36475 \lang english
36476 right
36477 \lang french
36478 ), 
36479 \emph on
36480 b
36481 \emph default
36482  (bas/
36483 \lang english
36484 bottom
36485 \lang french
36486 ), 
36487 \emph on
36488 t
36489 \emph default
36490  (haut/
36491 \lang english
36492 top
36493 \lang french
36494 ), et aussi des combinaisons des quatre positions de base.
36495  Par exemple 
36496 \emph on
36497 lt
36498 \emph default
36499  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
36500  Quand on ne donne pas d'origine, la position 
36501 \emph on
36502 l
36503 \emph default
36504  est utilisée.
36505  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
36506  ou négatif.
36507  Le sens positif de rotation est anti-horaire.
36508 \end_layout
36509
36510 \begin_layout Standard
36511 Dans l'exemple qui suit, la commande 
36512 \series bold
36513
36514 \backslash
36515 rotatebox[origin=c]{60}{
36516 \series default
36517  a été insérée en code TeX juste avant le texte 
36518 \begin_inset Quotes eld
36519 \end_inset
36520
36521 pivoté de 90°
36522 \begin_inset Quotes erd
36523 \end_inset
36524
36525  ; la boîte est refermée juste après le texte par une accolade fermante
36526  
36527 \begin_inset Quotes eld
36528 \end_inset
36529
36530 }
36531 \begin_inset Quotes erd
36532 \end_inset
36533
36534  en code TeX.
36535 \end_layout
36536
36537 \begin_layout Standard
36538 Voici une ligne avec du texte 
36539 \begin_inset ERT
36540 status collapsed
36541
36542 \begin_layout Plain Layout
36543
36544
36545 \backslash
36546 rotatebox[origin=c]{60}{
36547 \end_layout
36548
36549 \end_inset
36550
36551 pivoté de 60°
36552 \begin_inset ERT
36553 status collapsed
36554
36555 \begin_layout Plain Layout
36556
36557 }
36558 \end_layout
36559
36560 \end_inset
36561
36562 .
36563 \end_layout
36564
36565 \begin_layout Standard
36566 La boîte peut contenir une autre boîte ou une formule en ligne :
36567 \end_layout
36568
36569 \begin_layout Standard
36570 Voici une ligne avec du texte 
36571 \begin_inset ERT
36572 status collapsed
36573
36574 \begin_layout Plain Layout
36575
36576
36577 \backslash
36578 rotatebox[origin=r]{-60}{
36579 \end_layout
36580
36581 \end_inset
36582
36583
36584 \begin_inset Box Doublebox
36585 position "c"
36586 hor_pos "c"
36587 has_inner_box 0
36588 inner_pos "c"
36589 use_parbox 0
36590 use_makebox 0
36591 width "1in"
36592 special "width"
36593 height "1in"
36594 height_special "totalheight"
36595 status collapsed
36596
36597 \begin_layout Plain Layout
36598 pivoté de -60°
36599 \end_layout
36600
36601 \end_inset
36602
36603
36604 \begin_inset ERT
36605 status collapsed
36606
36607 \begin_layout Plain Layout
36608
36609 }
36610 \end_layout
36611
36612 \end_inset
36613
36614  et encadré 
36615 \begin_inset ERT
36616 status collapsed
36617
36618 \begin_layout Plain Layout
36619
36620
36621 \backslash
36622 rotatebox[origin=lb]{60}{
36623 \end_layout
36624
36625 \end_inset
36626
36627
36628 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36629 \end_inset
36630
36631
36632 \begin_inset ERT
36633 status collapsed
36634
36635 \begin_layout Plain Layout
36636
36637 }
36638 \end_layout
36639
36640 \end_inset
36641
36642  et une formule.
36643 \end_layout
36644
36645 \begin_layout Standard
36646 ou encore une figure ou un tableau :
36647 \end_layout
36648
36649 \begin_layout Standard
36650 Voici une ligne
36651 \begin_inset ERT
36652 status collapsed
36653
36654 \begin_layout Plain Layout
36655
36656
36657 \backslash
36658 rotatebox[origin=lb]{90}{
36659 \end_layout
36660
36661 \end_inset
36662
36663
36664 \begin_inset Graphics
36665         filename ../clipart/platypus.eps
36666         lyxscale 50
36667         width 25col%
36668
36669 \end_inset
36670
36671
36672 \begin_inset ERT
36673 status collapsed
36674
36675 \begin_layout Plain Layout
36676
36677 }
36678 \end_layout
36679
36680 \end_inset
36681
36682  avec une image pivotée de 90° 
36683 \begin_inset ERT
36684 status collapsed
36685
36686 \begin_layout Plain Layout
36687
36688
36689 \backslash
36690 rotatebox[origin=l]{-90}{
36691 \end_layout
36692
36693 \end_inset
36694
36695
36696 \begin_inset Tabular
36697 <lyxtabular version="3" rows="2" columns="2">
36698 <features tabularvalignment="middle">
36699 <column alignment="center" valignment="top" width="0">
36700 <column alignment="center" valignment="top" width="0">
36701 <row>
36702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36703 \begin_inset Text
36704
36705 \begin_layout Plain Layout
36706 q
36707 \end_layout
36708
36709 \end_inset
36710 </cell>
36711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36712 \begin_inset Text
36713
36714 \begin_layout Plain Layout
36715 w
36716 \end_layout
36717
36718 \end_inset
36719 </cell>
36720 </row>
36721 <row>
36722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36723 \begin_inset Text
36724
36725 \begin_layout Plain Layout
36726 e
36727 \end_layout
36728
36729 \end_inset
36730 </cell>
36731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36732 \begin_inset Text
36733
36734 \begin_layout Plain Layout
36735 r
36736 \end_layout
36737
36738 \end_inset
36739 </cell>
36740 </row>
36741 </lyxtabular>
36742
36743 \end_inset
36744
36745
36746 \begin_inset ERT
36747 status collapsed
36748
36749 \begin_layout Plain Layout
36750
36751 }
36752 \end_layout
36753
36754 \end_inset
36755
36756  et un tableau.
36757 \begin_inset Index idx
36758 status collapsed
36759
36760 \begin_layout Plain Layout
36761 Figures ! Pivotées
36762 \end_layout
36763
36764 \end_inset
36765
36766
36767 \begin_inset Index idx
36768 status collapsed
36769
36770 \begin_layout Plain Layout
36771 Tableau ! Pivoter
36772 \end_layout
36773
36774 \end_inset
36775
36776
36777 \end_layout
36778
36779 \begin_layout Subsection
36780 Les boîtes redimensionnées
36781 \begin_inset Index idx
36782 status collapsed
36783
36784 \begin_layout Plain Layout
36785 Boîtes ! Redimensionnées
36786 \end_layout
36787
36788 \end_inset
36789
36790
36791 \begin_inset Index idx
36792 status collapsed
36793
36794 \begin_layout Plain Layout
36795 Redimensionner des objets
36796 \end_layout
36797
36798 \end_inset
36799
36800
36801 \end_layout
36802
36803 \begin_layout Standard
36804 Pour redimensionner des objets on peut utiliser les commandes 
36805 \series bold
36806
36807 \backslash
36808 scalebox
36809 \series default
36810  et 
36811 \series bold
36812
36813 \backslash
36814 resizebox
36815 \series default
36816  insérées sous forme de code TeX.
36817 \end_layout
36818
36819 \begin_layout Standard
36820
36821 \series bold
36822
36823 \backslash
36824 scalebox
36825 \series default
36826  est utilisée avec la syntaxe suivante :
36827 \end_layout
36828
36829 \begin_layout Standard
36830
36831 \series bold
36832
36833 \backslash
36834 scalebox{horizontal}[vertical]{contenu de la boîte}
36835 \end_layout
36836
36837 \begin_layout Standard
36838 Horizontal et vertical sont les facteurs d'échelle correspondants.
36839  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
36840  utilisé comme facteur vertical.
36841 \end_layout
36842
36843 \begin_layout Standard
36844 Par exemple, la commande 
36845 \series bold
36846
36847 \backslash
36848 scalebox{2}{Bonjour}
36849 \series default
36850  crée un 
36851 \begin_inset ERT
36852 status collapsed
36853
36854 \begin_layout Plain Layout
36855
36856
36857 \backslash
36858 scalebox{2}{
36859 \end_layout
36860
36861 \end_inset
36862
36863 Bonjour
36864 \begin_inset ERT
36865 status collapsed
36866
36867 \begin_layout Plain Layout
36868
36869 }
36870 \end_layout
36871
36872 \end_inset
36873
36874  de taille double par rapport à la taille du texte du document.
36875 \end_layout
36876
36877 \begin_layout Standard
36878
36879 \series bold
36880
36881 \backslash
36882 scalebox{2}[1]{Hello}
36883 \series default
36884  au contraire va déformer le 
36885 \begin_inset ERT
36886 status collapsed
36887
36888 \begin_layout Plain Layout
36889
36890
36891 \backslash
36892 scalebox{2}[1]{
36893 \end_layout
36894
36895 \end_inset
36896
36897 Bonjour
36898 \begin_inset ERT
36899 status collapsed
36900
36901 \begin_layout Plain Layout
36902
36903 }
36904 \end_layout
36905
36906 \end_inset
36907
36908 .
36909 \end_layout
36910
36911 \begin_layout Standard
36912 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
36913  La commande 
36914 \series bold
36915
36916 \backslash
36917 scalebox{-1}[1]{Hello}
36918 \series default
36919  peut donc être utilisée pour créer du texte en miroir : 
36920 \begin_inset ERT
36921 status collapsed
36922
36923 \begin_layout Plain Layout
36924
36925
36926 \backslash
36927 scalebox{-1}[1]{
36928 \end_layout
36929
36930 \end_inset
36931
36932 Bonjour
36933 \begin_inset ERT
36934 status collapsed
36935
36936 \begin_layout Plain Layout
36937
36938 }
36939 \end_layout
36940
36941 \end_inset
36942
36943
36944 \end_layout
36945
36946 \begin_layout Standard
36947
36948 \series bold
36949
36950 \backslash
36951 scalebox{1}[-1]{Bonjour}
36952 \series default
36953  effectue une réflexion du 
36954 \begin_inset ERT
36955 status collapsed
36956
36957 \begin_layout Plain Layout
36958
36959
36960 \backslash
36961 scalebox{1}[-1]{
36962 \end_layout
36963
36964 \end_inset
36965
36966 Bonjour
36967 \begin_inset ERT
36968 status collapsed
36969
36970 \begin_layout Plain Layout
36971
36972 }
36973 \end_layout
36974
36975 \end_inset
36976
36977  par rapport à la ligne de base.
36978 \end_layout
36979
36980 \begin_layout Standard
36981 La commande 
36982 \series bold
36983
36984 \backslash
36985 reflectbox{contenu de la boîte} 
36986 \series default
36987 existe aussi et est équivalente à
36988 \series bold
36989  
36990 \backslash
36991 scalebox{-1}[1]{contenu de la boîte}.
36992
36993 \series default
36994  
36995 \begin_inset Newline newline
36996 \end_inset
36997
36998
36999 \end_layout
37000
37001 \begin_layout Standard
37002 \begin_inset VSpace bigskip
37003 \end_inset
37004
37005 La commande 
37006 \series bold
37007
37008 \backslash
37009 resizebox
37010 \series default
37011  est utilisée pour redimensionner une boîte à une largeur et une hauteur
37012  données.
37013  La syntaxe de la commande est :
37014 \end_layout
37015
37016 \begin_layout Standard
37017
37018 \series bold
37019
37020 \backslash
37021 resizebox{largeur}{hauteur}{contenu de la boîte}
37022 \end_layout
37023
37024 \begin_layout Standard
37025 Si un des deux paramètres est remplacé par un point d'exclamation 
37026 \series bold
37027 !
37028 \series default
37029 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
37030 \end_layout
37031
37032 \begin_layout Standard
37033 La commande 
37034 \series bold
37035
37036 \backslash
37037 resizebox{2cm}{1cm}{Bonjour}
37038 \series default
37039  produit : 
37040 \begin_inset ERT
37041 status collapsed
37042
37043 \begin_layout Plain Layout
37044
37045
37046 \backslash
37047 resizebox{2cm}{1cm}{
37048 \end_layout
37049
37050 \end_inset
37051
37052 Bonjour
37053 \begin_inset ERT
37054 status collapsed
37055
37056 \begin_layout Plain Layout
37057
37058 }
37059 \end_layout
37060
37061 \end_inset
37062
37063
37064 \begin_inset Newline newline
37065 \end_inset
37066
37067 La commande 
37068 \series bold
37069
37070 \backslash
37071 resizebox{2cm}{!}{Bonjour}
37072 \series default
37073  produit : 
37074 \begin_inset ERT
37075 status collapsed
37076
37077 \begin_layout Plain Layout
37078
37079
37080 \backslash
37081 resizebox{2cm}{!}{
37082 \end_layout
37083
37084 \end_inset
37085
37086 Bonjour
37087 \begin_inset ERT
37088 status collapsed
37089
37090 \begin_layout Plain Layout
37091
37092 }
37093 \end_layout
37094
37095 \end_inset
37096
37097
37098 \end_layout
37099
37100 \begin_layout Standard
37101 \begin_inset VSpace bigskip
37102 \end_inset
37103
37104
37105 \end_layout
37106
37107 \begin_layout Standard
37108 \begin_inset Note Greyedout
37109 status open
37110
37111 \begin_layout Plain Layout
37112
37113 \series bold
37114 Note:
37115 \series default
37116  Quand les paramètres des commandes 
37117 \series bold
37118
37119 \backslash
37120 scalebox
37121 \series default
37122  ou 
37123 \series bold
37124
37125 \backslash
37126 resizebox
37127 \series default
37128  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
37129  document, mais le document exporté peut ne pas s'afficher ou s'afficher
37130  partiellement.
37131 \end_layout
37132
37133 \end_inset
37134
37135
37136 \end_layout
37137
37138 \begin_layout Standard
37139 \begin_inset VSpace bigskip
37140 \end_inset
37141
37142
37143 \end_layout
37144
37145 \begin_layout Standard
37146 Les boîtes peuvent être combinée dans n'importe quel ordre.
37147  Par exemple, la commande 
37148 \begin_inset Newline newline
37149 \end_inset
37150
37151
37152 \series bold
37153
37154 \backslash
37155 rotatebox[origin=c]{-45}{
37156 \backslash
37157 resizebox{2cm}{!}{
37158 \backslash
37159 reflectbox{Bonjour}}}
37160 \begin_inset Newline newline
37161 \end_inset
37162
37163
37164 \series default
37165 produit :
37166 \end_layout
37167
37168 \begin_layout Standard
37169 \align center
37170 \begin_inset ERT
37171 status collapsed
37172
37173 \begin_layout Plain Layout
37174
37175
37176 \backslash
37177 rotatebox[origin=c]{-45}{
37178 \backslash
37179 resizebox{2cm}{!}{
37180 \backslash
37181 reflectbox{
37182 \end_layout
37183
37184 \end_inset
37185
37186 Bonjour
37187 \begin_inset ERT
37188 status collapsed
37189
37190 \begin_layout Plain Layout
37191
37192 }}}
37193 \end_layout
37194
37195 \end_inset
37196
37197
37198 \end_layout
37199
37200 \begin_layout Standard
37201 \noindent
37202 Les images, les tableaux et les formules sont autorisées comme contenu de
37203  boîte :
37204 \end_layout
37205
37206 \begin_layout Standard
37207 \align center
37208 \begin_inset ERT
37209 status collapsed
37210
37211 \begin_layout Plain Layout
37212
37213
37214 \backslash
37215 rotatebox[origin=c]{-30}{
37216 \backslash
37217 resizebox{2cm}{!}{
37218 \backslash
37219 reflectbox{
37220 \end_layout
37221
37222 \end_inset
37223
37224
37225 \begin_inset Graphics
37226         filename ../clipart/platypus.eps
37227         lyxscale 50
37228         width 25col%
37229
37230 \end_inset
37231
37232
37233 \begin_inset ERT
37234 status collapsed
37235
37236 \begin_layout Plain Layout
37237
37238 }}}
37239 \end_layout
37240
37241 \end_inset
37242
37243
37244 \begin_inset ERT
37245 status collapsed
37246
37247 \begin_layout Plain Layout
37248
37249
37250 \backslash
37251 rotatebox[origin=c]{-45}{
37252 \backslash
37253 resizebox{2cm}{!}{
37254 \backslash
37255 reflectbox{
37256 \end_layout
37257
37258 \end_inset
37259
37260
37261 \begin_inset Tabular
37262 <lyxtabular version="3" rows="2" columns="2">
37263 <features tabularvalignment="middle">
37264 <column alignment="center" valignment="top" width="0">
37265 <column alignment="center" valignment="top" width="0">
37266 <row>
37267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37268 \begin_inset Text
37269
37270 \begin_layout Plain Layout
37271 q
37272 \end_layout
37273
37274 \end_inset
37275 </cell>
37276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37277 \begin_inset Text
37278
37279 \begin_layout Plain Layout
37280 w
37281 \end_layout
37282
37283 \end_inset
37284 </cell>
37285 </row>
37286 <row>
37287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37288 \begin_inset Text
37289
37290 \begin_layout Plain Layout
37291 e
37292 \end_layout
37293
37294 \end_inset
37295 </cell>
37296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37297 \begin_inset Text
37298
37299 \begin_layout Plain Layout
37300 r
37301 \end_layout
37302
37303 \end_inset
37304 </cell>
37305 </row>
37306 </lyxtabular>
37307
37308 \end_inset
37309
37310
37311 \begin_inset ERT
37312 status collapsed
37313
37314 \begin_layout Plain Layout
37315
37316 }}}
37317 \end_layout
37318
37319 \end_inset
37320
37321
37322 \begin_inset ERT
37323 status collapsed
37324
37325 \begin_layout Plain Layout
37326
37327
37328 \backslash
37329 rotatebox[origin=c]{-45}{
37330 \backslash
37331 resizebox{2cm}{!}{
37332 \backslash
37333 reflectbox{
37334 \end_layout
37335
37336 \end_inset
37337
37338
37339 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37340 \end_inset
37341
37342
37343 \begin_inset ERT
37344 status collapsed
37345
37346 \begin_layout Plain Layout
37347
37348 }}}
37349 \end_layout
37350
37351 \end_inset
37352
37353
37354 \begin_inset Index idx
37355 status collapsed
37356
37357 \begin_layout Plain Layout
37358 Figures ! Redimensionnées
37359 \end_layout
37360
37361 \end_inset
37362
37363
37364 \begin_inset Index idx
37365 status collapsed
37366
37367 \begin_layout Plain Layout
37368 Tableau ! Redimensionner
37369 \end_layout
37370
37371 \end_inset
37372
37373
37374 \end_layout
37375
37376 \begin_layout Standard
37377 Quand on utilise le style global de formule 
37378 \series bold
37379 fleqn
37380 \series default
37381  dans le document
37382 \begin_inset Foot
37383 status collapsed
37384
37385 \begin_layout Plain Layout
37386 Quand 
37387 \begin_inset Quotes eld
37388 \end_inset
37389
37390 fleqn
37391 \begin_inset Quotes erd
37392 \end_inset
37393
37394  est ajouté aux options de la classe de document.
37395 \end_layout
37396
37397 \end_inset
37398
37399 , les formules hors texte peuvent aussi être redimensionnées.
37400 \end_layout
37401
37402 \begin_layout Chapter
37403 Objets entourés par du texte
37404 \begin_inset Index idx
37405 status collapsed
37406
37407 \begin_layout Plain Layout
37408 Entourés par du texte
37409 \end_layout
37410
37411 \end_inset
37412
37413
37414 \end_layout
37415
37416 \begin_layout Section
37417 Flottant d'enrobage
37418 \begin_inset CommandInset label
37419 LatexCommand label
37420 name "sec:Flottant-d'enrobage"
37421
37422 \end_inset
37423
37424
37425 \begin_inset Index idx
37426 status collapsed
37427
37428 \begin_layout Plain Layout
37429 Flottants ! Flottants d'enrobage
37430 \end_layout
37431
37432 \end_inset
37433
37434
37435 \begin_inset Index idx
37436 status collapsed
37437
37438 \begin_layout Plain Layout
37439 Entourés par du texte ! Flottants d'enrobage
37440 \end_layout
37441
37442 \end_inset
37443
37444
37445 \end_layout
37446
37447 \begin_layout Standard
37448 \begin_inset Wrap figure
37449 lines 0
37450 placement l
37451 overhang 1cm
37452 width "40col%"
37453 status open
37454
37455 \begin_layout Plain Layout
37456 \begin_inset Graphics
37457         filename ../clipart/mobius.eps
37458         width 40col%
37459         scaleBeforeRotation
37460         rotateOrigin center
37461
37462 \end_inset
37463
37464
37465 \end_layout
37466
37467 \begin_layout Plain Layout
37468 \begin_inset Caption
37469
37470 \begin_layout Plain Layout
37471 \begin_inset CommandInset label
37472 LatexCommand label
37473 name "fig:Figure-enrobée"
37474
37475 \end_inset
37476
37477 Ceci est une figure habillée.
37478 \end_layout
37479
37480 \end_inset
37481
37482
37483 \end_layout
37484
37485 \end_inset
37486
37487  Ce type de flottant est utilisé quand on veut que le texte habille la figure
37488  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
37489  Vous pouvez en insérer un en utilisant le menu 
37490 \family sans
37491 Insérer\SpecialChar \menuseparator
37492 Flottant\SpecialChar \menuseparator
37493 Flottant
37494 \begin_inset space ~
37495 \end_inset
37496
37497 d'enrobage
37498 \family default
37499  à la condition que le paquetage LaTeX 
37500 \series bold
37501 wrapfig
37502 \series default
37503
37504 \begin_inset Index idx
37505 status collapsed
37506
37507 \begin_layout Plain Layout
37508 Paquetages LaTeX ! wrapfig
37509 \end_layout
37510
37511 \end_inset
37512
37513  soit installé.
37514 \begin_inset Foot
37515 status collapsed
37516
37517 \begin_layout Plain Layout
37518 Voyez dans la manuel 
37519 \emph on
37520 Configuration
37521 \begin_inset space ~
37522 \end_inset
37523
37524 LaTeX 
37525 \emph default
37526 comment installer des paquetages LaTeX.
37527 \end_layout
37528
37529 \end_inset
37530
37531  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
37532  sur la boîte du flottant.
37533  Les paramètres obligatoires sont l'
37534 \family sans
37535 Emplacement
37536 \family default
37537  et la 
37538 \family sans
37539 Largeur
37540 \family default
37541 .
37542  Les paramètres facultatifs sont le 
37543 \family sans
37544 Débordement
37545 \family default
37546  qui précise de combien le flottant déborde sur la marge du paragraphe ou
37547  de la page et la 
37548 \family sans
37549 Porté de la ligne
37550 \family default
37551  qui précise le nombre approximatif de lignes dont le flottant va avoir
37552  besoin.
37553  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
37554  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
37555  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
37556  à l'intérieur du paragraphe ou vers les autres paragraphes.
37557  La figure
37558 \begin_inset space ~
37559 \end_inset
37560
37561
37562 \begin_inset CommandInset ref
37563 LatexCommand ref
37564 reference "fig:Figure-enrobée"
37565
37566 \end_inset
37567
37568  est un exemple de flottant d'enrobage avec une largeur de 40
37569 \begin_inset space \thinspace{}
37570 \end_inset
37571
37572 col%, un débordement de 1
37573 \begin_inset space \thinspace{}
37574 \end_inset
37575
37576 cm et placé à gauche.
37577 \end_layout
37578
37579 \begin_layout Standard
37580 \begin_inset Note Greyedout
37581 status open
37582
37583 \begin_layout Plain Layout
37584
37585 \series bold
37586 Note:
37587 \series default
37588  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
37589  figure trop près du bas de page peut tout chambouler et faire que le flottant
37590  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
37591  de texte.
37592 \end_layout
37593
37594 \end_inset
37595
37596
37597 \end_layout
37598
37599 \begin_layout Standard
37600 En général:
37601 \end_layout
37602
37603 \begin_layout Itemize
37604 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
37605  qui risquent de passer à la page suivante.
37606  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
37607  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
37608  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
37609  de page.
37610 \end_layout
37611
37612 \begin_layout Itemize
37613 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
37614  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
37615 e.
37616 \end_layout
37617
37618 \begin_layout Itemize
37619 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
37620  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
37621  texte entre les deux, comme séparateur.
37622 \end_layout
37623
37624 \begin_layout Itemize
37625 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
37626  ou les tableaux.
37627 \end_layout
37628
37629 \begin_layout Itemize
37630 Leur numérotation et leur référencement fonctionnent comme décrit dans le
37631  chapitre
37632 \begin_inset space ~
37633 \end_inset
37634
37635
37636 \begin_inset CommandInset ref
37637 LatexCommand ref
37638 reference "chap:Flottants"
37639
37640 \end_inset
37641
37642 .
37643 \end_layout
37644
37645 \begin_layout Section
37646 Objets fixes entourés par du texte
37647 \begin_inset Index idx
37648 status collapsed
37649
37650 \begin_layout Plain Layout
37651 Entouré par du texte ! Objets fixes
37652 \end_layout
37653
37654 \end_inset
37655
37656
37657 \end_layout
37658
37659 \begin_layout Standard
37660 Les flottants d'enrobage décrits dans la section
37661 \begin_inset space \thinspace{}
37662 \end_inset
37663
37664
37665 \begin_inset CommandInset ref
37666 LatexCommand ref
37667 reference "sec:Flottant-d'enrobage"
37668
37669 \end_inset
37670
37671  prennent les positions suivantes dans le paragraphe :
37672 \end_layout
37673
37674 \begin_layout Standard
37675 \noindent
37676 \align center
37677 \begin_inset Tabular
37678 <lyxtabular version="3" rows="2" columns="2">
37679 <features tabularvalignment="middle">
37680 <column alignment="center" valignment="top" width="0">
37681 <column alignment="center" valignment="top" width="0">
37682 <row>
37683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37684 \begin_inset Text
37685
37686 \begin_layout Plain Layout
37687 \begin_inset Graphics
37688         filename ../../images/dialog-show-new-inset_graphics.png
37689         scale 70
37690         scaleBeforeRotation
37691
37692 \end_inset
37693
37694
37695 \end_layout
37696
37697 \end_inset
37698 </cell>
37699 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37700 \begin_inset Text
37701
37702 \begin_layout Plain Layout
37703 texte
37704 \end_layout
37705
37706 \end_inset
37707 </cell>
37708 </row>
37709 <row>
37710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37711 \begin_inset Text
37712
37713 \begin_layout Plain Layout
37714 texte
37715 \end_layout
37716
37717 \end_inset
37718 </cell>
37719 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37720 \begin_inset Text
37721
37722 \begin_layout Plain Layout
37723 texte
37724 \end_layout
37725
37726 \end_inset
37727 </cell>
37728 </row>
37729 </lyxtabular>
37730
37731 \end_inset
37732
37733  ou 
37734 \begin_inset Tabular
37735 <lyxtabular version="3" rows="2" columns="2">
37736 <features tabularvalignment="middle">
37737 <column alignment="center" valignment="top" width="0">
37738 <column alignment="center" valignment="top" width="0">
37739 <row>
37740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37741 \begin_inset Text
37742
37743 \begin_layout Plain Layout
37744 texte
37745 \end_layout
37746
37747 \end_inset
37748 </cell>
37749 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37750 \begin_inset Text
37751
37752 \begin_layout Plain Layout
37753 \begin_inset Graphics
37754         filename ../../images/dialog-show-new-inset_graphics.png
37755         scale 70
37756         scaleBeforeRotation
37757
37758 \end_inset
37759
37760
37761 \end_layout
37762
37763 \end_inset
37764 </cell>
37765 </row>
37766 <row>
37767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37768 \begin_inset Text
37769
37770 \begin_layout Plain Layout
37771 texte
37772 \end_layout
37773
37774 \end_inset
37775 </cell>
37776 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37777 \begin_inset Text
37778
37779 \begin_layout Plain Layout
37780 texte
37781 \end_layout
37782
37783 \end_inset
37784 </cell>
37785 </row>
37786 </lyxtabular>
37787
37788 \end_inset
37789
37790
37791 \end_layout
37792
37793 \begin_layout Standard
37794 Pour avoir un objet exactement à la position à laquelle il a été inséré,
37795  par exemple pour avoir une de ces positions :
37796 \begin_inset VSpace defskip
37797 \end_inset
37798
37799
37800 \end_layout
37801
37802 \begin_layout Standard
37803 \noindent
37804 \align center
37805 \begin_inset Tabular
37806 <lyxtabular version="3" rows="2" columns="2">
37807 <features tabularvalignment="middle">
37808 <column alignment="center" valignment="top" width="0">
37809 <column alignment="center" valignment="top" width="0">
37810 <row>
37811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37812 \begin_inset Text
37813
37814 \begin_layout Plain Layout
37815 texte
37816 \end_layout
37817
37818 \end_inset
37819 </cell>
37820 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37821 \begin_inset Text
37822
37823 \begin_layout Plain Layout
37824 texte
37825 \end_layout
37826
37827 \end_inset
37828 </cell>
37829 </row>
37830 <row>
37831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37832 \begin_inset Text
37833
37834 \begin_layout Plain Layout
37835 \begin_inset Graphics
37836         filename ../../images/dialog-show-new-inset_graphics.png
37837         scale 70
37838         scaleBeforeRotation
37839
37840 \end_inset
37841
37842
37843 \end_layout
37844
37845 \end_inset
37846 </cell>
37847 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37848 \begin_inset Text
37849
37850 \begin_layout Plain Layout
37851 texte
37852 \end_layout
37853
37854 \end_inset
37855 </cell>
37856 </row>
37857 </lyxtabular>
37858
37859 \end_inset
37860
37861  
37862 \begin_inset Tabular
37863 <lyxtabular version="3" rows="2" columns="2">
37864 <features tabularvalignment="middle">
37865 <column alignment="center" valignment="top" width="0">
37866 <column alignment="center" valignment="top" width="0">
37867 <row>
37868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37869 \begin_inset Text
37870
37871 \begin_layout Plain Layout
37872 texte
37873 \end_layout
37874
37875 \end_inset
37876 </cell>
37877 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37878 \begin_inset Text
37879
37880 \begin_layout Plain Layout
37881 texte
37882 \end_layout
37883
37884 \end_inset
37885 </cell>
37886 </row>
37887 <row>
37888 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37889 \begin_inset Text
37890
37891 \begin_layout Plain Layout
37892 texte
37893 \end_layout
37894
37895 \end_inset
37896 </cell>
37897 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37898 \begin_inset Text
37899
37900 \begin_layout Plain Layout
37901 \begin_inset Graphics
37902         filename ../../images/dialog-show-new-inset_graphics.png
37903         scale 70
37904         scaleBeforeRotation
37905
37906 \end_inset
37907
37908
37909 \end_layout
37910
37911 \end_inset
37912 </cell>
37913 </row>
37914 </lyxtabular>
37915
37916 \end_inset
37917
37918  
37919 \begin_inset Tabular
37920 <lyxtabular version="3" rows="2" columns="3">
37921 <features tabularvalignment="middle">
37922 <column alignment="center" valignment="top" width="0">
37923 <column alignment="center" valignment="top" width="0">
37924 <column alignment="center" valignment="top" width="0">
37925 <row>
37926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37927 \begin_inset Text
37928
37929 \begin_layout Plain Layout
37930 texte
37931 \end_layout
37932
37933 \end_inset
37934 </cell>
37935 <cell alignment="center" valignment="top" topline="true" usebox="none">
37936 \begin_inset Text
37937
37938 \begin_layout Plain Layout
37939 \begin_inset Graphics
37940         filename ../../images/dialog-show-new-inset_graphics.png
37941         scale 70
37942         scaleBeforeRotation
37943
37944 \end_inset
37945
37946
37947 \end_layout
37948
37949 \end_inset
37950 </cell>
37951 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37952 \begin_inset Text
37953
37954 \begin_layout Plain Layout
37955 texte
37956 \end_layout
37957
37958 \end_inset
37959 </cell>
37960 </row>
37961 <row>
37962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37963 \begin_inset Text
37964
37965 \begin_layout Plain Layout
37966 texte
37967 \end_layout
37968
37969 \end_inset
37970 </cell>
37971 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37972 \begin_inset Text
37973
37974 \begin_layout Plain Layout
37975 texte
37976 \end_layout
37977
37978 \end_inset
37979 </cell>
37980 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37981 \begin_inset Text
37982
37983 \begin_layout Plain Layout
37984 texte
37985 \end_layout
37986
37987 \end_inset
37988 </cell>
37989 </row>
37990 </lyxtabular>
37991
37992 \end_inset
37993
37994  
37995 \begin_inset Tabular
37996 <lyxtabular version="3" rows="2" columns="3">
37997 <features tabularvalignment="middle">
37998 <column alignment="center" valignment="top" width="0">
37999 <column alignment="center" valignment="top" width="0">
38000 <column alignment="center" valignment="top" width="0">
38001 <row>
38002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38003 \begin_inset Text
38004
38005 \begin_layout Plain Layout
38006 texte
38007 \end_layout
38008
38009 \end_inset
38010 </cell>
38011 <cell alignment="center" valignment="top" topline="true" usebox="none">
38012 \begin_inset Text
38013
38014 \begin_layout Plain Layout
38015 texte
38016 \end_layout
38017
38018 \end_inset
38019 </cell>
38020 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38021 \begin_inset Text
38022
38023 \begin_layout Plain Layout
38024 texte
38025 \end_layout
38026
38027 \end_inset
38028 </cell>
38029 </row>
38030 <row>
38031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38032 \begin_inset Text
38033
38034 \begin_layout Plain Layout
38035 texte
38036 \end_layout
38037
38038 \end_inset
38039 </cell>
38040 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38041 \begin_inset Text
38042
38043 \begin_layout Plain Layout
38044 \begin_inset Graphics
38045         filename ../../images/dialog-show-new-inset_graphics.png
38046         scale 70
38047         scaleBeforeRotation
38048
38049 \end_inset
38050
38051
38052 \end_layout
38053
38054 \end_inset
38055 </cell>
38056 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38057 \begin_inset Text
38058
38059 \begin_layout Plain Layout
38060 texte
38061 \end_layout
38062
38063 \end_inset
38064 </cell>
38065 </row>
38066 </lyxtabular>
38067
38068 \end_inset
38069
38070
38071 \end_layout
38072
38073 \begin_layout Standard
38074 \noindent
38075 \align center
38076 \begin_inset Tabular
38077 <lyxtabular version="3" rows="3" columns="2">
38078 <features tabularvalignment="middle">
38079 <column alignment="center" valignment="top" width="0">
38080 <column alignment="center" valignment="top" width="0">
38081 <row>
38082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38083 \begin_inset Text
38084
38085 \begin_layout Plain Layout
38086 texte
38087 \end_layout
38088
38089 \end_inset
38090 </cell>
38091 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38092 \begin_inset Text
38093
38094 \begin_layout Plain Layout
38095 texte
38096 \end_layout
38097
38098 \end_inset
38099 </cell>
38100 </row>
38101 <row>
38102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38103 \begin_inset Text
38104
38105 \begin_layout Plain Layout
38106 \begin_inset Graphics
38107         filename ../../images/dialog-show-new-inset_graphics.png
38108         scale 70
38109         scaleBeforeRotation
38110
38111 \end_inset
38112
38113
38114 \end_layout
38115
38116 \end_inset
38117 </cell>
38118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38119 \begin_inset Text
38120
38121 \begin_layout Plain Layout
38122 texte
38123 \end_layout
38124
38125 \end_inset
38126 </cell>
38127 </row>
38128 <row>
38129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38130 \begin_inset Text
38131
38132 \begin_layout Plain Layout
38133 texte
38134 \end_layout
38135
38136 \end_inset
38137 </cell>
38138 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38139 \begin_inset Text
38140
38141 \begin_layout Plain Layout
38142 texte
38143 \end_layout
38144
38145 \end_inset
38146 </cell>
38147 </row>
38148 </lyxtabular>
38149
38150 \end_inset
38151
38152  
38153 \begin_inset Tabular
38154 <lyxtabular version="3" rows="3" columns="3">
38155 <features tabularvalignment="middle">
38156 <column alignment="center" valignment="top" width="0">
38157 <column alignment="center" valignment="top" width="0">
38158 <column alignment="center" valignment="top" width="0">
38159 <row>
38160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38161 \begin_inset Text
38162
38163 \begin_layout Plain Layout
38164 texte
38165 \end_layout
38166
38167 \end_inset
38168 </cell>
38169 <cell alignment="center" valignment="top" topline="true" usebox="none">
38170 \begin_inset Text
38171
38172 \begin_layout Plain Layout
38173 texte
38174 \end_layout
38175
38176 \end_inset
38177 </cell>
38178 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38179 \begin_inset Text
38180
38181 \begin_layout Plain Layout
38182 texte
38183 \end_layout
38184
38185 \end_inset
38186 </cell>
38187 </row>
38188 <row>
38189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38190 \begin_inset Text
38191
38192 \begin_layout Plain Layout
38193 texte
38194 \end_layout
38195
38196 \end_inset
38197 </cell>
38198 <cell alignment="center" valignment="top" usebox="none">
38199 \begin_inset Text
38200
38201 \begin_layout Plain Layout
38202 \begin_inset Graphics
38203         filename ../../images/dialog-show-new-inset_graphics.png
38204         scale 70
38205         scaleBeforeRotation
38206
38207 \end_inset
38208
38209
38210 \end_layout
38211
38212 \end_inset
38213 </cell>
38214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38215 \begin_inset Text
38216
38217 \begin_layout Plain Layout
38218 texte
38219 \end_layout
38220
38221 \end_inset
38222 </cell>
38223 </row>
38224 <row>
38225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38226 \begin_inset Text
38227
38228 \begin_layout Plain Layout
38229 texte
38230 \end_layout
38231
38232 \end_inset
38233 </cell>
38234 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38235 \begin_inset Text
38236
38237 \begin_layout Plain Layout
38238 texte
38239 \end_layout
38240
38241 \end_inset
38242 </cell>
38243 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38244 \begin_inset Text
38245
38246 \begin_layout Plain Layout
38247 texte
38248 \end_layout
38249
38250 \end_inset
38251 </cell>
38252 </row>
38253 </lyxtabular>
38254
38255 \end_inset
38256
38257  
38258 \begin_inset Tabular
38259 <lyxtabular version="3" rows="3" columns="2">
38260 <features tabularvalignment="middle">
38261 <column alignment="center" valignment="top" width="0">
38262 <column alignment="center" valignment="top" width="0">
38263 <row>
38264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38265 \begin_inset Text
38266
38267 \begin_layout Plain Layout
38268 texte
38269 \end_layout
38270
38271 \end_inset
38272 </cell>
38273 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38274 \begin_inset Text
38275
38276 \begin_layout Plain Layout
38277 texte
38278 \end_layout
38279
38280 \end_inset
38281 </cell>
38282 </row>
38283 <row>
38284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38285 \begin_inset Text
38286
38287 \begin_layout Plain Layout
38288 texte
38289 \end_layout
38290
38291 \end_inset
38292 </cell>
38293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38294 \begin_inset Text
38295
38296 \begin_layout Plain Layout
38297 \begin_inset Graphics
38298         filename ../../images/dialog-show-new-inset_graphics.png
38299         scale 70
38300         scaleBeforeRotation
38301
38302 \end_inset
38303
38304
38305 \end_layout
38306
38307 \end_inset
38308 </cell>
38309 </row>
38310 <row>
38311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38312 \begin_inset Text
38313
38314 \begin_layout Plain Layout
38315 texte
38316 \end_layout
38317
38318 \end_inset
38319 </cell>
38320 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38321 \begin_inset Text
38322
38323 \begin_layout Plain Layout
38324 texte
38325 \end_layout
38326
38327 \end_inset
38328 </cell>
38329 </row>
38330 </lyxtabular>
38331
38332 \end_inset
38333
38334
38335 \end_layout
38336
38337 \begin_layout Standard
38338 vous pouvez utiliser la paquetage LaTeX 
38339 \end_layout
38340
38341 \begin_layout Standard
38342 \noindent
38343
38344 \series bold
38345 picinpar
38346 \series default
38347
38348 \begin_inset Index idx
38349 status collapsed
38350
38351 \begin_layout Plain Layout
38352 Paquetages LaTeX ! picinpar
38353 \end_layout
38354
38355 \end_inset
38356
38357 .
38358  Voici un exemple :
38359 \end_layout
38360
38361 \begin_layout Standard
38362 \begin_inset ERT
38363 status collapsed
38364
38365 \begin_layout Plain Layout
38366
38367
38368 \backslash
38369 ifpicinpar
38370 \end_layout
38371
38372 \end_inset
38373
38374
38375 \begin_inset Note Note
38376 status open
38377
38378 \begin_layout Plain Layout
38379 La section suivante ne sera affichée que si le paquetage LaTeX 
38380 \series bold
38381 picinpar
38382 \series default
38383  a été installé.
38384 \end_layout
38385
38386 \end_inset
38387
38388
38389 \end_layout
38390
38391 \begin_layout Standard
38392 \begin_inset ERT
38393 status collapsed
38394
38395 \begin_layout Plain Layout
38396
38397
38398 \backslash
38399 begin{window}[2,c,{
38400 \end_layout
38401
38402 \end_inset
38403
38404
38405 \begin_inset Graphics
38406         filename ../clipart/mobius.eps
38407         lyxscale 60
38408         width 40col%
38409         scaleBeforeRotation
38410         rotateOrigin center
38411
38412 \end_inset
38413
38414
38415 \begin_inset ERT
38416 status collapsed
38417
38418 \begin_layout Plain Layout
38419
38420 },]
38421 \end_layout
38422
38423 \begin_layout Plain Layout
38424
38425 {}
38426 \end_layout
38427
38428 \end_inset
38429
38430
38431 \size small
38432 \lang english
38433 It was in the spring of the year 1894 that all London was interested, and
38434  the fashionable world dismayed, by the murder of the Honourable Ronald
38435  Adair under most unusual and inexplicable circumstances.
38436  The public has already learned those particulars of the crime which
38437 \size default
38438
38439 \begin_inset ERT
38440 status collapsed
38441
38442 \begin_layout Plain Layout
38443
38444
38445 \backslash
38446 footnotemark{}
38447 \end_layout
38448
38449 \end_inset
38450
38451
38452 \size small
38453  came out in the police investigation, but a good deal was suppressed upon
38454  that occasion, since the case for the prosecution was so overwhelmingly
38455  strong that it was not necessary to bring forward all the facts.
38456  Only now, at the end of nearly ten years, am I allowed to supply those
38457  missing links which make up the whole of that remarkable chain
38458 \lang french
38459 .
38460 \size default
38461
38462 \begin_inset ERT
38463 status collapsed
38464
38465 \begin_layout Plain Layout
38466
38467
38468 \backslash
38469 end{window}
38470 \end_layout
38471
38472 \end_inset
38473
38474
38475 \end_layout
38476
38477 \begin_layout Standard
38478 \begin_inset ERT
38479 status collapsed
38480
38481 \begin_layout Plain Layout
38482
38483
38484 \backslash
38485 footnotetext{
38486 \end_layout
38487
38488 \end_inset
38489
38490 Note de pied de page du paragraphe avec objet fixe.
38491 \begin_inset ERT
38492 status collapsed
38493
38494 \begin_layout Plain Layout
38495
38496 }
38497 \end_layout
38498
38499 \end_inset
38500
38501
38502 \end_layout
38503
38504 \begin_layout Standard
38505 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
38506  d'eux et leur position est déterminée par le nombre de lignes de texte
38507  situées audessus d'eux.
38508  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
38509  numérotée.
38510 \end_layout
38511
38512 \begin_layout Standard
38513 Un objet fixe enrobé est inséré en ajoutant la commande
38514 \end_layout
38515
38516 \begin_layout Standard
38517
38518 \series bold
38519
38520 \backslash
38521 begin{window}[2,c,{
38522 \end_layout
38523
38524 \begin_layout Standard
38525 en code TeX au debut du paragraphe.
38526  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
38527  dessus de l'objet, le second, ici 'c', la position de l'objet.
38528  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
38529  ) sont possibles.
38530  Après la commande, vous insérez votre objet.
38531  Dans cet exemple, c'est une image avec une largeur de 40
38532 \begin_inset space \thinspace{}
38533 \end_inset
38534
38535 % de la colonne de texte qui a été insérée.
38536  L'objet peut aussi être un tableau, une boîte ou une équation.
38537  Après l'objet, on insère la commande
38538 \end_layout
38539
38540 \begin_layout Standard
38541
38542 \series bold
38543 },texte de description ]
38544 \begin_inset Newline newline
38545 \end_inset
38546
38547 {}
38548 \end_layout
38549
38550 \begin_layout Standard
38551 Notez que le 
38552 \begin_inset Quotes fld
38553 \end_inset
38554
38555
38556 \series bold
38557 {}
38558 \series default
38559
38560 \begin_inset Quotes frd
38561 \end_inset
38562
38563  est sur la deuxième ligne.
38564  Le texte de description est facultatif.
38565  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
38566  il doit donc commence juste après le 
38567 \series bold
38568 {}
38569 \series default
38570 .
38571  A la fin du paragraphe on insère la commande :
38572 \end_layout
38573
38574 \begin_layout Standard
38575
38576 \series bold
38577
38578 \backslash
38579 end{window}
38580 \end_layout
38581
38582 \begin_layout Standard
38583 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
38584  ajouter des notes de pied de page de la façon habituelle.
38585  Vous devez utiliser la commande 
38586 \series bold
38587
38588 \backslash
38589 footnotemark
38590 \series default
38591  à l'intérieur du paragraphe et la commande 
38592 \series bold
38593
38594 \backslash
38595 footnotetext
38596 \series default
38597  à l'extérieur, comme décrit dans la section
38598 \begin_inset space \thinspace{}
38599 \end_inset
38600
38601
38602 \begin_inset CommandInset ref
38603 LatexCommand ref
38604 reference "sec:Notes-bas-de-page"
38605
38606 \end_inset
38607
38608 .
38609 \end_layout
38610
38611 \begin_layout Standard
38612 \begin_inset ERT
38613 status collapsed
38614
38615 \begin_layout Plain Layout
38616
38617
38618 \backslash
38619 else
38620 \end_layout
38621
38622 \end_inset
38623
38624
38625 \begin_inset Note Note
38626 status open
38627
38628 \begin_layout Plain Layout
38629 Ce qui suit sera affiché si le paquetage LaTeX 
38630 \series bold
38631 picinpar
38632 \series default
38633  n'est pas installé :
38634 \end_layout
38635
38636 \end_inset
38637
38638
38639 \end_layout
38640
38641 \begin_layout Standard
38642 Vous devez installer le paquetage LaTeX 
38643 \series bold
38644 picinpar
38645 \series default
38646  pour voir la suite de cette section dans la sortie imprimée.
38647 \end_layout
38648
38649 \begin_layout Standard
38650 \begin_inset ERT
38651 status collapsed
38652
38653 \begin_layout Plain Layout
38654
38655
38656 \backslash
38657 fi
38658 \end_layout
38659
38660 \end_inset
38661
38662
38663 \end_layout
38664
38665 \begin_layout Section
38666 Lettrines
38667 \begin_inset Index idx
38668 status collapsed
38669
38670 \begin_layout Plain Layout
38671 Lettrines
38672 \end_layout
38673
38674 \end_inset
38675
38676
38677 \begin_inset Index idx
38678 status collapsed
38679
38680 \begin_layout Plain Layout
38681 Entouré par du texte ! Lettrines
38682 \end_layout
38683
38684 \end_inset
38685
38686
38687 \end_layout
38688
38689 \begin_layout Standard
38690 Pour utiliser des lettrines, le paquetage LaTeX 
38691 \series bold
38692 lettrine
38693 \series default
38694
38695 \begin_inset Index idx
38696 status collapsed
38697
38698 \begin_layout Plain Layout
38699 Paquetages LaTeX ! lettrine
38700 \end_layout
38701
38702 \end_inset
38703
38704  doit être installé et vous devez utiliser le module Initiales (
38705 \begin_inset space ~
38706 \end_inset
38707
38708 menu 
38709 \family sans
38710 Document\SpecialChar \menuseparator
38711 Paramètres\SpecialChar \menuseparator
38712 Modules
38713 \family default
38714
38715 \begin_inset space ~
38716 \end_inset
38717
38718 ).
38719  Pour insérer une lettrine, utilisez le style 
38720 \family sans
38721 Initial
38722 \family default
38723 .
38724  Ce dernier a un paramètre obligatoire et un autre facultatif.
38725  Le paramètre obligatoire est inséré avec le menu 
38726 \family sans
38727 Insérer\SpecialChar \menuseparator
38728 Titre
38729 \begin_inset space ~
38730 \end_inset
38731
38732 court
38733 \family default
38734  et contient la lettre qui sert d'initiale.
38735  Pour utiliser aussi le paramètre facultatif, ajoutez un autre paramètre
38736  avant le paramètre obligatoire.
38737  Ce paramètre sert à modifier la lettrine.
38738  Pour plus d'informations sur les paramètres possibles, voyez la documentation
38739  du paquetage 
38740 \series bold
38741 lettrine
38742 \series default
38743
38744 \begin_inset CommandInset citation
38745 LatexCommand cite
38746 key "lettrine"
38747
38748 \end_inset
38749
38750 .
38751  Le style lui-même contient le texte qui doit entourer la lettrine.
38752  Le style habituel est par conséquent que le mot dont la première lettre
38753  est l'initiale soit en 
38754 \shape smallcaps
38755 petites capitales
38756 \shape default
38757 .
38758  Pour indiquer à LaTeX où ce mot se termine, ajoutez une accolade fermante
38759  '}' en code TeX juste après.
38760  A la fin du style on doit placer une accolade ouvrante '{' en code TeX.
38761 \end_layout
38762
38763 \begin_layout Standard
38764 \begin_inset Newpage pagebreak
38765 \end_inset
38766
38767
38768 \end_layout
38769
38770 \begin_layout Standard
38771 Voici quelques exemples
38772 \begin_inset space ~
38773 \end_inset
38774
38775 :
38776 \end_layout
38777
38778 \begin_layout Standard
38779 \begin_inset ERT
38780 status collapsed
38781
38782 \begin_layout Plain Layout
38783
38784
38785 \backslash
38786 iflettrine
38787 \end_layout
38788
38789 \end_inset
38790
38791
38792 \begin_inset Note Note
38793 status open
38794
38795 \begin_layout Plain Layout
38796 La section suivante ne sera affichée que si le paquetage LaTeX 
38797 \series bold
38798 lettrine
38799 \series default
38800  a été installé.
38801 \end_layout
38802
38803 \end_inset
38804
38805
38806 \end_layout
38807
38808 \begin_layout Enumerate
38809 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
38810  mathématique 
38811 \begin_inset Formula $\mathfrak{Fraktur}$
38812 \end_inset
38813
38814 :
38815 \end_layout
38816
38817 \begin_deeper
38818 \begin_layout Initial
38819 \begin_inset Argument
38820 status open
38821
38822 \begin_layout Plain Layout
38823 \begin_inset Formula $\mathfrak{I}$
38824 \end_inset
38825
38826
38827 \end_layout
38828
38829 \end_inset
38830
38831 t
38832 \begin_inset ERT
38833 status collapsed
38834
38835 \begin_layout Plain Layout
38836
38837 }
38838 \end_layout
38839
38840 \end_inset
38841
38842  
38843 \lang english
38844 was in the spring of the year 1894 that all London was interested, and the
38845  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38846  under most unusual and inexplicable circumstances.
38847  The public has already learned those particulars of the crime which came
38848  out in the police investigation, but a good deal was suppressed upon that
38849  occasion, since the case for the prosecution was so overwhelmingly strong
38850  that it was not necessary to bring forward all the facts.
38851 \lang french
38852
38853 \begin_inset ERT
38854 status collapsed
38855
38856 \begin_layout Plain Layout
38857
38858 {
38859 \end_layout
38860
38861 \end_inset
38862
38863
38864 \end_layout
38865
38866 \end_deeper
38867 \begin_layout Enumerate
38868 L'initiale est entourée par une seule ligne et est formée de deux lettres
38869  dans la police standard ; aucun texte n'est écrit en petites capitales
38870 \begin_inset space ~
38871 \end_inset
38872
38873 :
38874 \end_layout
38875
38876 \begin_deeper
38877 \begin_layout Initial
38878 \begin_inset Argument
38879 status open
38880
38881 \begin_layout Plain Layout
38882 lines=1
38883 \end_layout
38884
38885 \end_inset
38886
38887
38888 \begin_inset Argument
38889 status open
38890
38891 \begin_layout Plain Layout
38892 It
38893 \end_layout
38894
38895 \end_inset
38896
38897
38898 \begin_inset ERT
38899 status collapsed
38900
38901 \begin_layout Plain Layout
38902
38903 }
38904 \end_layout
38905
38906 \end_inset
38907
38908  
38909 \lang english
38910 was in the spring of the year 1894 that all London was interested, and the
38911  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38912  under most unusual and inexplicable circumstances.
38913  The public has already learned those particulars of the crime which came
38914  out in the police investigation, but a good deal was suppressed upon that
38915  occasion, since the case for the prosecution was so overwhelmingly strong
38916  that it was not necessary to bring forward all the facts.
38917 \lang french
38918
38919 \begin_inset ERT
38920 status collapsed
38921
38922 \begin_layout Plain Layout
38923
38924 {
38925 \end_layout
38926
38927 \end_inset
38928
38929
38930 \end_layout
38931
38932 \end_deeper
38933 \begin_layout Enumerate
38934 Initiale descendante sur 3
38935 \begin_inset space ~
38936 \end_inset
38937
38938 lignes en magenta en police mathématique 
38939 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38940 \end_inset
38941
38942 , le texte 
38943 \begin_inset Quotes fld
38944 \end_inset
38945
38946
38947 \lang english
38948 t was in the spring
38949 \lang french
38950
38951 \begin_inset Quotes frd
38952 \end_inset
38953
38954  est en 
38955 \shape smallcaps
38956 petites capitales
38957 \shape default
38958  ; pour colorer la lettrine, il faut insérer la commande suivante juste
38959  avant l'initiale
38960 \begin_inset space ~
38961 \end_inset
38962
38963 :
38964 \begin_inset Newline newline
38965 \end_inset
38966
38967
38968 \series bold
38969
38970 \backslash
38971 renewcommand{
38972 \backslash
38973 LettrineFontHook}{
38974 \backslash
38975 color{couleur}}
38976 \series default
38977
38978 \begin_inset Newline newline
38979 \end_inset
38980
38981 où la 
38982 \emph on
38983 couleur
38984 \emph default
38985  peut être 
38986 \begin_inset Quotes fld
38987 \end_inset
38988
38989 red
38990 \begin_inset Quotes frd
38991 \end_inset
38992
38993
38994 \begin_inset Quotes fld
38995 \end_inset
38996
38997 blue
38998 \begin_inset Quotes frd
38999 \end_inset
39000
39001
39002 \begin_inset Quotes fld
39003 \end_inset
39004
39005 green
39006 \begin_inset Quotes frd
39007 \end_inset
39008
39009
39010 \begin_inset Quotes fld
39011 \end_inset
39012
39013 yellow
39014 \begin_inset Quotes frd
39015 \end_inset
39016
39017
39018 \begin_inset Quotes fld
39019 \end_inset
39020
39021 cyan
39022 \begin_inset Quotes frd
39023 \end_inset
39024
39025
39026 \begin_inset Quotes fld
39027 \end_inset
39028
39029 magenta
39030 \begin_inset Quotes frd
39031 \end_inset
39032
39033
39034 \begin_inset Quotes fld
39035 \end_inset
39036
39037 black
39038 \begin_inset Quotes frd
39039 \end_inset
39040
39041  ou 
39042 \begin_inset Quotes fld
39043 \end_inset
39044
39045 white
39046 \begin_inset Quotes frd
39047 \end_inset
39048
39049 .
39050  On doit aussi ajouter la commande suivante au préambule du document
39051 \begin_inset space ~
39052 \end_inset
39053
39054 :
39055 \begin_inset Newline newline
39056 \end_inset
39057
39058
39059 \series bold
39060
39061 \backslash
39062 @ifundefined{textcolor}
39063 \begin_inset Newline newline
39064 \end_inset
39065
39066
39067 \begin_inset space ~
39068 \end_inset
39069
39070 {
39071 \backslash
39072 usepackage{color}}{}
39073 \end_layout
39074
39075 \begin_deeper
39076 \begin_layout Standard
39077 \begin_inset ERT
39078 status collapsed
39079
39080 \begin_layout Plain Layout
39081
39082
39083 \backslash
39084 renewcommand{
39085 \backslash
39086 LettrineFontHook}{
39087 \backslash
39088 color{magenta}}
39089 \end_layout
39090
39091 \end_inset
39092
39093
39094 \begin_inset Note Note
39095 status collapsed
39096
39097 \begin_layout Plain Layout
39098 colore la lettrine en magenta
39099 \end_layout
39100
39101 \end_inset
39102
39103
39104 \end_layout
39105
39106 \begin_layout Initial
39107 \begin_inset Argument
39108 status open
39109
39110 \begin_layout Plain Layout
39111 lines=3, lhang=0.33, loversize=0.25
39112 \end_layout
39113
39114 \end_inset
39115
39116
39117 \begin_inset Argument
39118 status open
39119
39120 \begin_layout Plain Layout
39121 \begin_inset Formula $\mathcal{I}$
39122 \end_inset
39123
39124
39125 \end_layout
39126
39127 \end_inset
39128
39129
39130 \lang english
39131 t was in the spring
39132 \begin_inset ERT
39133 status collapsed
39134
39135 \begin_layout Plain Layout
39136
39137 }
39138 \end_layout
39139
39140 \end_inset
39141
39142  of the year 1894 that all London was interested, and the fashionable world
39143  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39144  and inexplicable circumstances.
39145  The public has already learned those particulars of the crime which came
39146  out in the police investigation, but a good deal was suppressed upon that
39147  occasion, since the case for the prosecution was so overwhelmingly strong
39148  that it was not necessary to bring forward all the facts.
39149 \lang french
39150
39151 \begin_inset ERT
39152 status collapsed
39153
39154 \begin_layout Plain Layout
39155
39156 {
39157 \end_layout
39158
39159 \end_inset
39160
39161
39162 \end_layout
39163
39164 \end_deeper
39165 \begin_layout Standard
39166 \begin_inset ERT
39167 status collapsed
39168
39169 \begin_layout Plain Layout
39170
39171
39172 \backslash
39173 else
39174 \end_layout
39175
39176 \end_inset
39177
39178
39179 \begin_inset Note Note
39180 status open
39181
39182 \begin_layout Plain Layout
39183 Ce qui suit sera affiché si le paquetage LaTeX 
39184 \series bold
39185 lettrine
39186 \series default
39187  n'est pas installé :
39188 \end_layout
39189
39190 \end_inset
39191
39192
39193 \end_layout
39194
39195 \begin_layout Standard
39196 Vous devez installer le paquetage LaTeX 
39197 \series bold
39198 lettrine
39199 \series default
39200  pour voir la suite de cette section dans la sortie imprimée.
39201 \end_layout
39202
39203 \begin_layout Standard
39204 \begin_inset ERT
39205 status collapsed
39206
39207 \begin_layout Plain Layout
39208
39209
39210 \backslash
39211 fi
39212 \end_layout
39213
39214 \end_inset
39215
39216
39217 \end_layout
39218
39219 \begin_layout Chapter
39220 Trucs externes
39221 \begin_inset Index idx
39222 status collapsed
39223
39224 \begin_layout Plain Layout
39225 Trucs externes
39226 \end_layout
39227
39228 \end_inset
39229
39230
39231 \end_layout
39232
39233 \begin_layout Standard
39234 Avec le menu 
39235 \family sans
39236 Insérer\SpecialChar \menuseparator
39237 Fichier
39238 \family default
39239  vous pouvez insérer un contenu externe à votre document.
39240  Ce contenu peut être :
39241 \end_layout
39242
39243 \begin_layout Description
39244 Document
39245 \begin_inset space ~
39246 \end_inset
39247
39248 LyX Un autre document LyX ; son contenu est directement inséré dans votre
39249  document.
39250 \end_layout
39251
39252 \begin_layout Description
39253 Texte
39254 \begin_inset space ~
39255 \end_inset
39256
39257 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
39258 e.
39259 \end_layout
39260
39261 \begin_layout Description
39262 Texte
39263 \begin_inset space ~
39264 \end_inset
39265
39266 Brut
39267 \begin_inset space ~
39268 \end_inset
39269
39270 par
39271 \begin_inset space ~
39272 \end_inset
39273
39274 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
39275  Les lignes vides créent un nouveau paragraphe dans votre document.
39276 \end_layout
39277
39278 \begin_layout Description
39279 Objet
39280 \begin_inset space ~
39281 \end_inset
39282
39283 Externe Fichiers de formats variés.
39284 \end_layout
39285
39286 \begin_layout Description
39287 Sous-document Documents LyX ou LaTeX.
39288 \end_layout
39289
39290 \begin_layout Section
39291 Objets externes 
39292 \begin_inset Index idx
39293 status collapsed
39294
39295 \begin_layout Plain Layout
39296 Trucs externes ! Objets Externes
39297 \end_layout
39298
39299 \end_inset
39300
39301
39302 \end_layout
39303
39304 \begin_layout Standard
39305 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
39306  de fichiers dans votre document sans avoir à convertir ces derniers en
39307  un format qui soit compatible avec le format de sortie, puisque c'est LyX
39308  qui va s'occuper des conversions.
39309  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
39310  LyX des images dans des formats divers.
39311  Quand vous avez activé 
39312 \family sans
39313 Aperçu
39314 \begin_inset space ~
39315 \end_inset
39316
39317 sur
39318 \begin_inset space ~
39319 \end_inset
39320
39321 le
39322 \begin_inset space ~
39323 \end_inset
39324
39325 vif
39326 \family default
39327  dans le menu des préférences de LyX, dans la rubrique 
39328 \family sans
39329 Apparence\SpecialChar \menuseparator
39330 Graphiques
39331 \family default
39332 , les objets externes de type Dia et Xfig sont affichés directement dans
39333  LyX.
39334 \end_layout
39335
39336 \begin_layout Standard
39337 On insère des objets externes en utilisant la fenêtre de dialogue 
39338 \family sans
39339 Objet
39340 \begin_inset space ~
39341 \end_inset
39342
39343 Externe
39344 \family default
39345  qui est accessible via le menu 
39346 \family sans
39347 Insérer\SpecialChar \menuseparator
39348 Fichiers\SpecialChar \menuseparator
39349 Objet
39350 \begin_inset space ~
39351 \end_inset
39352
39353 Externe
39354 \family default
39355 .
39356  Actuellement les types de fichiers (
39357 \family sans
39358 Modèles
39359 \family default
39360 ) suivants sont autorisés :
39361 \end_layout
39362
39363 \begin_layout Description
39364 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
39365  par le programme 
39366 \series bold
39367
39368 \begin_inset CommandInset href
39369 LatexCommand href
39370 name "XBoard"
39371 target "http://fr.wikipedia.org/wiki/XBoard"
39372
39373 \end_inset
39374
39375
39376 \series default
39377 .
39378 \end_layout
39379
39380 \begin_layout Description
39381 Date Ce modèle insère la date sous la forme 
39382 \emph on
39383 Jour-Mois-Année
39384 \emph default
39385 .
39386  Voici un exemple de date insérée comme objet externe :: 
39387 \begin_inset External
39388         template Date
39389         filename .
39390
39391 \end_inset
39392
39393
39394 \begin_inset space ~
39395 \end_inset
39396
39397
39398 \begin_inset Note Note
39399 status collapsed
39400
39401 \begin_layout Plain Layout
39402 Retirer l'espace protégé quand le bug 4398 sera résolu !
39403 \end_layout
39404
39405 \end_inset
39406
39407
39408 \begin_inset Newline newline
39409 \end_inset
39410
39411 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
39412  Il y a deux autre méthodes pour insérer une date : Avec le menu 
39413 \family sans
39414 Insérer\SpecialChar \menuseparator
39415 Date
39416 \family default
39417  et avec la commande LaTeX 
39418 \series bold
39419
39420 \backslash
39421 today
39422 \series default
39423  entrée comme code TeX.
39424  Ces différentes méthodes sont comparée dans le tableau
39425 \begin_inset space ~
39426 \end_inset
39427
39428
39429 \begin_inset CommandInset ref
39430 LatexCommand ref
39431 reference "tab:Comparaison-des-dates"
39432
39433 \end_inset
39434
39435 .
39436 \end_layout
39437
39438 \begin_layout Description
39439 Dia Ce modèle accepte les diagrammes créés avec le programme 
39440 \series bold
39441
39442 \begin_inset CommandInset href
39443 LatexCommand href
39444 name "Dia"
39445 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
39446
39447 \end_inset
39448
39449
39450 \series default
39451 .
39452 \end_layout
39453
39454 \begin_layout Description
39455 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
39456  ou des tableaux dans le format de 
39457 \series bold
39458
39459 \begin_inset CommandInset href
39460 LatexCommand href
39461 name "Gnumeric"
39462 target "http://fr.wikipedia.org/wiki/Gnumeric"
39463
39464 \end_inset
39465
39466
39467 \series default
39468
39469 \begin_inset CommandInset href
39470 LatexCommand href
39471 name "OpenDocument"
39472 target "http://fr.wikipedia.org/wiki/OpenDocument"
39473
39474 \end_inset
39475
39476
39477 \begin_inset CommandInset href
39478 LatexCommand href
39479 name "Microsoft Office XML"
39480 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39481
39482 \end_inset
39483
39484  et 
39485 \begin_inset CommandInset href
39486 LatexCommand href
39487 name "Office Open XML"
39488 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
39489
39490 \end_inset
39491
39492 .
39493  Pour cette fonction, LyX doit pouvoir trouver le programme 
39494 \family typewriter
39495 ssconvert
39496 \family default
39497  au cours de sa configuration.
39498  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
39499  même si vous n'avez pas de tableaux au format gnumeric.
39500  Pour des exemples et les limitations possibles, jetez un œil au fichier
39501  LyX d'exemple, 
39502 \emph on
39503 spreadsheet.lyx
39504 \emph default
39505 .
39506 \end_layout
39507
39508 \begin_layout Description
39509 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
39510  par le programme 
39511 \series bold
39512
39513 \begin_inset CommandInset href
39514 LatexCommand href
39515 name "LilyPond"
39516 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
39517
39518 \end_inset
39519
39520
39521 \series default
39522 .
39523  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
39524  au fichier LyX d'exemple 
39525 \emph on
39526 lilypond.lyx
39527 \emph default
39528 .
39529 \end_layout
39530
39531 \begin_layout Description
39532 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
39533  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
39534  
39535 \emph on
39536 pages
39537 \emph default
39538  dans le champ 
39539 \family sans
39540 Option
39541 \family default
39542  dans l'onglet 
39543 \family sans
39544 Options LaTeX et LyX
39545 \family default
39546 .
39547  L'argument de cette option est une liste d'éléments séparés par des virgules,
39548  contenant des numéros de pages (
39549 \begin_inset space ~
39550 \end_inset
39551
39552 insérez comme option 
39553 \series bold
39554 pages={3,5,6,8}
39555 \series default
39556
39557 \begin_inset space ~
39558 \end_inset
39559
39560 ), des plages de numéros de pages (
39561 \series bold
39562
39563 \begin_inset space ~
39564 \end_inset
39565
39566 pages={4-9}
39567 \series default
39568
39569 \begin_inset space ~
39570 \end_inset
39571
39572 ) ou n'importe quelle combinaison des deux.
39573  Pour insérer des pages vides, utilisez 
39574 \series bold
39575 {}
39576 \series default
39577 .
39578  Par exemple 
39579 \begin_inset space ~
39580 \end_inset
39581
39582
39583 \series bold
39584 pages={3,{},8-11,15}
39585 \series default
39586  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
39587  15.
39588  Les plages de pages sont décrites avec la syntaxe 
39589 \emph on
39590 début-fin
39591 \emph default
39592  qui sélectionne toutes les pages de 
39593 \emph on
39594 début
39595 \emph default
39596  jusqu'à 
39597 \emph on
39598 fin
39599 \emph default
39600 .
39601  Si on omet 
39602 \emph on
39603 début
39604 \emph default
39605 , on commence implicitement à la première page ; de même, omettre 
39606 \emph on
39607 fin
39608 \emph default
39609  termine implicitement à la dernière page du document.
39610  La dernière page du document peut aussi être désignée par le mot-clé 
39611 \series bold
39612 last
39613 \series default
39614  (
39615 \begin_inset space ~
39616 \end_inset
39617
39618 ce dernier n'est accepté que pour une plage de pages
39619 \begin_inset space ~
39620 \end_inset
39621
39622 ).
39623  Donc 
39624 \series bold
39625 pages=-
39626 \series default
39627  va insérer toutes les pages du document et 
39628 \series bold
39629 pages=last-1
39630 \series default
39631  va insérer toutes les pages dans l'ordre inverse.
39632  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
39633 \begin_inset Newline newline
39634 \end_inset
39635
39636 L'option 
39637 \series bold
39638 noautoscale
39639 \series default
39640  insère les pages avec leur taille d'origine, si cette option n'est pas
39641  donnée, les pages seront redimensionnées
39642 \begin_inset space \space{}
39643 \end_inset
39644
39645 pour tenir dans la largeur de page de votre document.
39646  Dans l'onglet 
39647 \family sans
39648 Taille
39649 \begin_inset space ~
39650 \end_inset
39651
39652 et
39653 \begin_inset space ~
39654 \end_inset
39655
39656 rotation
39657 \family default
39658  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
39659  qu'une éventuelle rotation.
39660  Si vous utilisez une autre largeur que 100
39661 \begin_inset space \thinspace{}
39662 \end_inset
39663
39664 Échelle%, l'option 
39665 \series bold
39666 noautoscale
39667 \series default
39668  sera neutralisée.
39669  Pour plus d'information sur les options possibles, jetez un œil sur la
39670  documentation du paquetage LaTeX 
39671 \series bold
39672 pdfpages
39673 \series default
39674  
39675 \begin_inset CommandInset citation
39676 LatexCommand cite
39677 key "pdfpages"
39678
39679 \end_inset
39680
39681 .
39682 \begin_inset Index idx
39683 status collapsed
39684
39685 \begin_layout Plain Layout
39686 Paquetages LaTeX ! pdfpages
39687 \end_layout
39688
39689 \end_inset
39690
39691
39692 \begin_inset Newline newline
39693 \end_inset
39694
39695 Pour utiliser ce modèle dans une présentation 
39696 \family sans
39697 Beamer
39698 \family default
39699  vous devez d'abord insérer un environnement 
39700 \family sans
39701 FinCadre
39702 \family default
39703  et dans la suite, dans un paragraphe, une boîte de code TeX contenant la
39704  commande 
39705 \series bold
39706
39707 \backslash
39708 setbeamertemplate{background canvas}{}
39709 \series default
39710 .
39711  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
39712  que vous voulez.
39713  Après les pages PDF incorporées, vous pouvez reprendre la présentation
39714  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
39715  section.
39716  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
39717  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
39718  le modèle.
39719 \begin_inset Newline newline
39720 \end_inset
39721
39722 Voici un PDF incorporé basculé de -5°
39723 \begin_inset space ~
39724 \end_inset
39725
39726 °: 
39727 \begin_inset External
39728         template PDFPages
39729         filename ../clipart/Abstract.pdf
39730         extra LaTeX "noautoscale, pages=-"
39731         rotateAngle -5
39732         rotateOrigin bottomleft
39733
39734 \end_inset
39735
39736
39737 \end_layout
39738
39739 \begin_layout Description
39740 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
39741  Les images peuvent être traitées dans la fenêtre de dialogue 
39742 \family sans
39743 Objet
39744 \begin_inset space ~
39745 \end_inset
39746
39747 Externe
39748 \family default
39749  comme les images qui sont habituellement incorporées en utilisant le menu
39750  
39751 \family sans
39752 Insérer\SpecialChar \menuseparator
39753 Graphique
39754 \family default
39755 , comme c'est décrit dans la section
39756 \begin_inset space ~
39757 \end_inset
39758
39759
39760 \begin_inset CommandInset ref
39761 LatexCommand ref
39762 reference "sec:Graphics-Dialog"
39763
39764 \end_inset
39765
39766 .
39767  La différence avec l'insertion normale d'image est que seules les images
39768  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
39769  ne sont pas acceptées.
39770  Voici un exemple d'insertion d'image matricielle
39771 \begin_inset space ~
39772 \end_inset
39773
39774
39775 \begin_inset External
39776         template RasterImage
39777         filename ../clipart/ToolbarEnvBox.png
39778
39779 \end_inset
39780
39781
39782 \end_layout
39783
39784 \begin_layout Description
39785 XFig Ce modèle accepte les images créées avec le programme 
39786 \series bold
39787
39788 \begin_inset CommandInset href
39789 LatexCommand href
39790 name "Xfig"
39791 target "http://fr.wikipedia.org/wiki/Xfig"
39792
39793 \end_inset
39794
39795
39796 \series default
39797 .
39798 \end_layout
39799
39800 \begin_layout Standard
39801 \begin_inset Float table
39802 placement !h
39803 wide false
39804 sideways false
39805 status open
39806
39807 \begin_layout Plain Layout
39808 \begin_inset Caption
39809
39810 \begin_layout Plain Layout
39811 \begin_inset CommandInset label
39812 LatexCommand label
39813 name "tab:Comparaison-des-dates"
39814
39815 \end_inset
39816
39817 Comparaison des méthodes d'insertion de la date.
39818 \end_layout
39819
39820 \end_inset
39821
39822
39823 \end_layout
39824
39825 \begin_layout Plain Layout
39826 \align center
39827 \begin_inset Tabular
39828 <lyxtabular version="3" rows="4" columns="4">
39829 <features tabularvalignment="middle">
39830 <column alignment="center" valignment="top" width="0">
39831 <column alignment="center" valignment="top" width="0">
39832 <column alignment="center" valignment="top" width="0">
39833 <column alignment="center" valignment="top" width="0">
39834 <row>
39835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39836 \begin_inset Text
39837
39838 \begin_layout Plain Layout
39839 Format du document
39840 \end_layout
39841
39842 \end_inset
39843 </cell>
39844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39845 \begin_inset Text
39846
39847 \begin_layout Plain Layout
39848
39849 \family sans
39850 Objet
39851 \begin_inset space ~
39852 \end_inset
39853
39854 Externe\SpecialChar \menuseparator
39855 Date
39856 \end_layout
39857
39858 \end_inset
39859 </cell>
39860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39861 \begin_inset Text
39862
39863 \begin_layout Plain Layout
39864
39865 \family sans
39866 Insérer\SpecialChar \menuseparator
39867 Date
39868 \end_layout
39869
39870 \end_inset
39871 </cell>
39872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39873 \begin_inset Text
39874
39875 \begin_layout Plain Layout
39876 commande 
39877 \series bold
39878
39879 \backslash
39880 today
39881 \end_layout
39882
39883 \end_inset
39884 </cell>
39885 </row>
39886 <row>
39887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39888 \begin_inset Text
39889
39890 \begin_layout Plain Layout
39891 LyX
39892 \end_layout
39893
39894 \end_inset
39895 </cell>
39896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39897 \begin_inset Text
39898
39899 \begin_layout Plain Layout
39900 comme boîte d'insert
39901 \end_layout
39902
39903 \end_inset
39904 </cell>
39905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39906 \begin_inset Text
39907
39908 \begin_layout Plain Layout
39909 comme date
39910 \end_layout
39911
39912 \end_inset
39913 </cell>
39914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39915 \begin_inset Text
39916
39917 \begin_layout Plain Layout
39918 comme boîte de code TeX
39919 \end_layout
39920
39921 \end_inset
39922 </cell>
39923 </row>
39924 <row>
39925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39926 \begin_inset Text
39927
39928 \begin_layout Plain Layout
39929 LaTeX
39930 \end_layout
39931
39932 \end_inset
39933 </cell>
39934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39935 \begin_inset Text
39936
39937 \begin_layout Plain Layout
39938 comme date
39939 \end_layout
39940
39941 \end_inset
39942 </cell>
39943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39944 \begin_inset Text
39945
39946 \begin_layout Plain Layout
39947 comme date
39948 \end_layout
39949
39950 \end_inset
39951 </cell>
39952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39953 \begin_inset Text
39954
39955 \begin_layout Plain Layout
39956 comme commande
39957 \end_layout
39958
39959 \end_inset
39960 </cell>
39961 </row>
39962 <row>
39963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39964 \begin_inset Text
39965
39966 \begin_layout Plain Layout
39967 DVI, PDF, PS
39968 \end_layout
39969
39970 \end_inset
39971 </cell>
39972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39973 \begin_inset Text
39974
39975 \begin_layout Plain Layout
39976 comme date
39977 \end_layout
39978
39979 \end_inset
39980 </cell>
39981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39982 \begin_inset Text
39983
39984 \begin_layout Plain Layout
39985 comme date
39986 \end_layout
39987
39988 \end_inset
39989 </cell>
39990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39991 \begin_inset Text
39992
39993 \begin_layout Plain Layout
39994 comme date date
39995 \end_layout
39996
39997 \end_inset
39998 </cell>
39999 </row>
40000 </lyxtabular>
40001
40002 \end_inset
40003
40004
40005 \end_layout
40006
40007 \end_inset
40008
40009
40010 \end_layout
40011
40012 \begin_layout Standard
40013 Quand vous activez l'option 
40014 \family sans
40015 Brouillon
40016 \family default
40017  de l'onglet 
40018 \family sans
40019 Fichier
40020 \family default
40021  de la fenêtre de dialogue 
40022 \family sans
40023 Objet
40024 \begin_inset space ~
40025 \end_inset
40026
40027 Externe
40028 \family default
40029 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
40030 \begin_inset Newline newline
40031 \end_inset
40032
40033 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
40034  : 
40035 \begin_inset Graphics
40036         filename ../clipart/ExternalMaterialQt4.png
40037         scale 85
40038         scaleBeforeRotation
40039
40040 \end_inset
40041
40042  soit comme une image, selon que vous avez ou non activé l'option 
40043 \family sans
40044 Afficher
40045 \begin_inset space ~
40046 \end_inset
40047
40048 dans
40049 \begin_inset space ~
40050 \end_inset
40051
40052 LyX
40053 \family default
40054  de l'onglet 
40055 \family sans
40056 Options LaTeX et LyX
40057 \family default
40058  de la fenêtre de dialogue.
40059 \end_layout
40060
40061 \begin_layout Standard
40062 Le manuel 
40063 \family sans
40064 \emph on
40065 Personnalisation
40066 \family default
40067 \emph default
40068  explique comment vous pouvez créer vos propres modèles.
40069 \end_layout
40070
40071 \begin_layout Section
40072 Sous-documents
40073 \begin_inset CommandInset label
40074 LatexCommand label
40075 name "sec:Sous-documents"
40076
40077 \end_inset
40078
40079
40080 \begin_inset Index idx
40081 status collapsed
40082
40083 \begin_layout Plain Layout
40084 Trucs externes ! Sous-documents
40085 \end_layout
40086
40087 \end_inset
40088
40089
40090 \begin_inset Index idx
40091 status collapsed
40092
40093 \begin_layout Plain Layout
40094 Fichiers ! Insérer
40095 \end_layout
40096
40097 \end_inset
40098
40099
40100 \end_layout
40101
40102 \begin_layout Standard
40103 Les sous-documents sont utilisés quand on a un document très long qui peut
40104  être décomposé en plusieurs parties ou sections plus petites.
40105  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
40106  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
40107  Les différents documents sont ce que l'on appelle les sous-documents et
40108  un document maître les relie pour imprimer le document complet ou seulement
40109  une partie de celui-ci.
40110  Un sous-document hérite du contenu de son maître, par exemple le préambule
40111  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
40112 \end_layout
40113
40114 \begin_layout Standard
40115 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
40116  maître, précisez dans le sous-document le document maître dans le menu
40117  
40118 \family sans
40119 Document\SpecialChar \menuseparator
40120 Paramètres\SpecialChar \menuseparator
40121 Classe de document
40122 \family default
40123 .
40124  Ce document maître sera par la suite utilisé de façon cachée par LyX à
40125  chaque fois que vous modifierez le sous-document.
40126 \end_layout
40127
40128 \begin_layout Standard
40129 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
40130  comme celle-ci : 
40131 \begin_inset Graphics
40132         filename clipart/ChildDocumentQt4.png
40133         lyxscale 70
40134         scale 60
40135         scaleBeforeRotation
40136
40137 \end_inset
40138
40139  Pour inclure des sous-documents dans un document maître , on utilise le
40140  menu 
40141 \family sans
40142 Insérer\SpecialChar \menuseparator
40143 Fichier\SpecialChar \menuseparator
40144 Sous-document
40145 \family default
40146 .
40147  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
40148  des quatre méthodes d'inclusion :
40149 \end_layout
40150
40151 \begin_layout Description
40152 Inclus
40153 \begin_inset space ~
40154 \end_inset
40155
40156 (include) Vous pouvez inclure des documents LyX et LaTeX.
40157  Quand vous cliquez sur le bouton 
40158 \family sans
40159 Modifier
40160 \family default
40161  dans la fenêtre de dialogue 
40162 \family sans
40163 Sous-document
40164 \family default
40165 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
40166  vous puissiez le modifier.
40167 \begin_inset Newline newline
40168 \end_inset
40169
40170
40171 \end_layout
40172
40173 \begin_layout Standard
40174 Voici un sous-document inséré avec la méthode 
40175 \family sans
40176 Inclus
40177 \family default
40178  : 
40179 \begin_inset CommandInset include
40180 LatexCommand include
40181 filename "DocumentBidon1.lyx"
40182
40183 \end_inset
40184
40185
40186 \end_layout
40187
40188 \begin_layout Standard
40189 La numérotation des sections va prendre en compte les sections des fichiers
40190  incorporés dans l'ordre où ils sont insérés dans le document maître.
40191  Le document qui est inclus comme exemple possède une sous-section qui sera
40192  numérotée comme sous-section de la section actuelle.
40193  Les étiquettes présentes dans le fichier inclus peuvent être référencées
40194  : la sous-section
40195 \begin_inset space ~
40196 \end_inset
40197
40198
40199 \begin_inset CommandInset ref
40200 LatexCommand ref
40201 reference "sub:Sous-section-externe-1"
40202
40203 \end_inset
40204
40205  est dans le fichier inclus.
40206 \end_layout
40207
40208 \begin_layout Standard
40209 Le préambule du sous-document est tout simplement ignoré, seul le préambule
40210  du document maître est utilisé.
40211  Les branches présentes dans le sous-document seront ignorées par le document
40212  maître si celui-ci ne possède pas une branche avec le même nom.
40213  Les documents inclus sont insérés en commençant une nouvelle page et sont
40214  suivis par un saut de page.
40215 \end_layout
40216
40217 \begin_layout Standard
40218 \begin_inset Note Greyedout
40219 status open
40220
40221 \begin_layout Plain Layout
40222
40223 \series bold
40224 Note:
40225 \series default
40226  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
40227  une classe de document différente de celle du document maître, vous recevez
40228  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
40229  que cela peut produire des résultats inattendus sur la sortie imprimée.
40230 \end_layout
40231
40232 \end_inset
40233
40234
40235 \end_layout
40236
40237 \begin_layout Description
40238 Incorporé
40239 \begin_inset space ~
40240 \end_inset
40241
40242 (input) Cette méthode est très semblable à la méthode Inclus, les différences
40243  sont :
40244 \end_layout
40245
40246 \begin_deeper
40247 \begin_layout Itemize
40248 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
40249  par un saut de page.
40250 \end_layout
40251
40252 \begin_layout Itemize
40253 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
40254  
40255 \family sans
40256 Aperçu
40257 \begin_inset space ~
40258 \end_inset
40259
40260 sur
40261 \begin_inset space ~
40262 \end_inset
40263
40264 le
40265 \begin_inset space ~
40266 \end_inset
40267
40268 vif
40269 \family default
40270  est activée dans les préférences dans la rubrique 
40271 \family sans
40272 Apparence\SpecialChar \menuseparator
40273 Graphique
40274 \family default
40275 .
40276 \end_layout
40277
40278 \begin_layout Itemize
40279 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
40280 \family sans
40281 Document\SpecialChar \menuseparator
40282 Paramètres\SpecialChar \menuseparator
40283 Sous-documents
40284 \family default
40285 .
40286 \end_layout
40287
40288 \end_deeper
40289 \begin_layout Standard
40290 Voici un sous document inséré en utilisant la méthode 
40291 \family sans
40292 Incorporé
40293 \family default
40294  : 
40295 \begin_inset CommandInset include
40296 LatexCommand input
40297 preview true
40298 filename "DocumentBidon2.lyx"
40299
40300 \end_inset
40301
40302
40303 \end_layout
40304
40305 \begin_layout Description
40306 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
40307  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
40308  sous forme de code source et aucune des commandes éventuellement présentes
40309  ne sera exécutée.
40310  Vous pouvez utiliser l'option 
40311 \family sans
40312 Marquer
40313 \begin_inset space ~
40314 \end_inset
40315
40316 les
40317 \begin_inset space ~
40318 \end_inset
40319
40320 espaces
40321 \family default
40322  qui matérialise chaque espace présente dans le code source par un caractère
40323  
40324 \begin_inset Quotes eld
40325 \end_inset
40326
40327
40328 \begin_inset ERT
40329 status collapsed
40330
40331 \begin_layout Plain Layout
40332
40333
40334 \backslash
40335 textvisiblespace 
40336 \end_layout
40337
40338 \end_inset
40339
40340
40341 \begin_inset Quotes erd
40342 \end_inset
40343
40344  .
40345  La différence avec la méthode qui consiste à utiliser le menu 
40346 \family sans
40347 Insérer\SpecialChar \menuseparator
40348 Fichier\SpecialChar \menuseparator
40349 Texte
40350 \begin_inset space ~
40351 \end_inset
40352
40353 brut
40354 \family default
40355  est que le contenu du document n'apparaît pas dans LyX.
40356 \end_layout
40357
40358 \begin_layout Standard
40359 Voici un sous-document inclus en utilisant la méthode 
40360 \family sans
40361 verbatim
40362 \family default
40363  : 
40364 \begin_inset CommandInset include
40365 LatexCommand verbatiminput
40366 filename "DocumentTexteBidon.txt"
40367
40368 \end_inset
40369
40370
40371 \begin_inset VSpace bigskip
40372 \end_inset
40373
40374 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
40375  l'option 
40376 \family sans
40377 Marquer
40378 \begin_inset space ~
40379 \end_inset
40380
40381 les
40382 \begin_inset space ~
40383 \end_inset
40384
40385 espaces :
40386 \family default
40387  
40388 \begin_inset CommandInset include
40389 LatexCommand verbatiminput*
40390 filename "DocumentTexteBidon.txt"
40391
40392 \end_inset
40393
40394
40395 \end_layout
40396
40397 \begin_layout Standard
40398 \begin_inset VSpace bigskip
40399 \end_inset
40400
40401
40402 \end_layout
40403
40404 \begin_layout Standard
40405 \begin_inset Note Greyedout
40406 status open
40407
40408 \begin_layout Plain Layout
40409
40410 \series bold
40411 Note:
40412 \series default
40413  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
40414  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
40415 \end_layout
40416
40417 \end_inset
40418
40419
40420 \end_layout
40421
40422 \begin_layout Description
40423 Listings Ce type d'inclusion est décrit dans le chapitre
40424 \begin_inset space ~
40425 \end_inset
40426
40427
40428 \begin_inset CommandInset ref
40429 LatexCommand ref
40430 reference "cha:Program-Code-Listings"
40431
40432 \end_inset
40433
40434 .
40435 \end_layout
40436
40437 \begin_layout Standard
40438 \begin_inset Note Greyedout
40439 status open
40440
40441 \begin_layout Plain Layout
40442
40443 \series bold
40444 Note:
40445 \series default
40446  Inclure le même document deux fois dans un même document peut poser des
40447  problèmes avec LaTeX.
40448 \end_layout
40449
40450 \end_inset
40451
40452
40453 \end_layout
40454
40455 \begin_layout Standard
40456 Si vous ne voulez visualiser ou exporter que certains des sous-documents
40457  de votre document maître, que ce soit pour diminuer les temps de compilation
40458  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
40459  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
40460  la sortie en utilisant le menu 
40461 \family sans
40462 Document\SpecialChar \menuseparator
40463 Paramètres\SpecialChar \menuseparator
40464 Sous-documents
40465 \family default
40466 .
40467  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
40468  sur la ligne correspondant dans la colonne 
40469 \family sans
40470 Inclus dans le résultat
40471 \family default
40472  de la liste (
40473 \begin_inset space ~
40474 \end_inset
40475
40476 notez que cela ne fonctionne que pour les documents inclus avec la méthode
40477  
40478 \begin_inset Quotes fld
40479 \end_inset
40480
40481 inclus
40482 \begin_inset Quotes frd
40483 \end_inset
40484
40485  et pas la méthode 
40486 \begin_inset Quotes fld
40487 \end_inset
40488
40489 incorporé
40490 \begin_inset Quotes frd
40491 \end_inset
40492
40493
40494 \begin_inset space ~
40495 \end_inset
40496
40497 ).
40498  Si on active l'option 
40499 \family sans
40500 Assurer la cohérence des compteurs et des références
40501 \family default
40502 , LyX va s'assurer que tous les numéros de pages, références etc...
40503  sont corrects comme si tous le document avait été traité.
40504  C'est utile si vous voulez que les sous-documents choisis aient exactement
40505  le même aspect que s'il étaient dans le document complet.
40506  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
40507  la totalité du document.
40508  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
40509  les compteurs et autres références n'ont pas à être à tout prix valides,
40510  vous devez impérativement désactiver cette option.
40511  
40512 \end_layout
40513
40514 \begin_layout Standard
40515 Une autre solution consiste à inclure chaque fichier dans une branche
40516 \begin_inset Foot
40517 status collapsed
40518
40519 \begin_layout Plain Layout
40520 Les branches sont décrites dans la section 
40521 \emph on
40522 Branches
40523 \emph default
40524  du 
40525 \emph on
40526 Guide de l'utilisateur
40527 \emph default
40528  de LyX.
40529 \end_layout
40530
40531 \end_inset
40532
40533 .
40534  En activant ou désactivant une branche, vous pouvez décider les fichiers
40535  inclus qui doivent apparaître dans la sortie imprimée.
40536  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
40537  
40538 \begin_inset Quotes fld
40539 \end_inset
40540
40541 incorporés
40542 \begin_inset Quotes frd
40543 \end_inset
40544
40545 .
40546  Le défaut est que les compteurs et autres références ne sont pas conservés
40547  avec cette approche.
40548 \end_layout
40549
40550 \begin_layout Chapter
40551 Listings de code source
40552 \begin_inset CommandInset label
40553 LatexCommand label
40554 name "cha:Program-Code-Listings"
40555
40556 \end_inset
40557
40558
40559 \begin_inset Index idx
40560 status collapsed
40561
40562 \begin_layout Plain Layout
40563 Listings
40564 \end_layout
40565
40566 \end_inset
40567
40568
40569 \begin_inset Index idx
40570 status collapsed
40571
40572 \begin_layout Plain Layout
40573 Code Source
40574 \end_layout
40575
40576 \end_inset
40577
40578
40579 \begin_inset Index idx
40580 status collapsed
40581
40582 \begin_layout Plain Layout
40583 Flottants ! Listings
40584 \end_layout
40585
40586 \end_inset
40587
40588
40589 \end_layout
40590
40591 \begin_layout Standard
40592 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
40593  un insert 
40594 \family sans
40595 Listings
40596 \family default
40597  qui peut être créé grâce au menu 
40598 \family sans
40599 Insérer
40600 \family default
40601 \SpecialChar \menuseparator
40602
40603 \family sans
40604 Listing
40605 \begin_inset space ~
40606 \end_inset
40607
40608 de
40609 \begin_inset space ~
40610 \end_inset
40611
40612 Code
40613 \begin_inset space ~
40614 \end_inset
40615
40616 Source
40617 \family default
40618 .
40619  Le paquetage LaTeX 
40620 \series bold
40621 listings
40622 \series default
40623
40624 \begin_inset Index idx
40625 status collapsed
40626
40627 \begin_layout Plain Layout
40628 Paquetages LaTeX ! listings
40629 \end_layout
40630
40631 \end_inset
40632
40633  fournit un moyen puissant et flexible d'insérer des listings de code source
40634  dans votre document.
40635  
40636 \end_layout
40637
40638 \begin_layout Standard
40639 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
40640  contextuel s'ouvre pour vous permettre de modifier le format du listing.
40641 \end_layout
40642
40643 \begin_layout Standard
40644 Implicitement, un listing commence un nouveau paragraphe dans la sortie
40645  imprimée.
40646  L'option d'emplacement 
40647 \family sans
40648 Listing
40649 \begin_inset space ~
40650 \end_inset
40651
40652 en
40653 \begin_inset space ~
40654 \end_inset
40655
40656 Ligne
40657 \family default
40658  imprime le listing dans la ligne comme ceci : 
40659 \begin_inset listings
40660 lstparams "language={C++}"
40661 inline true
40662 status open
40663
40664 \begin_layout Plain Layout
40665
40666 int a=5;
40667 \end_layout
40668
40669 \end_inset
40670
40671
40672 \begin_inset Newline newline
40673 \end_inset
40674
40675 L'option 
40676 \family sans
40677 Flottant
40678 \family default
40679  crée un flottant de listing pour lequel vous pouvez préciser les options
40680  classiques d'emplacement : 
40681 \begin_inset Quotes eld
40682 \end_inset
40683
40684
40685 \family sans
40686 h
40687 \family default
40688
40689 \begin_inset Quotes erd
40690 \end_inset
40691
40692
40693 \begin_inset Quotes eld
40694 \end_inset
40695
40696
40697 \family sans
40698 t
40699 \family default
40700
40701 \begin_inset Quotes erd
40702 \end_inset
40703
40704
40705 \begin_inset Quotes eld
40706 \end_inset
40707
40708
40709 \family sans
40710 b
40711 \family default
40712
40713 \begin_inset Quotes erd
40714 \end_inset
40715
40716 , et 
40717 \begin_inset Quotes eld
40718 \end_inset
40719
40720
40721 \family sans
40722 p
40723 \family default
40724
40725 \begin_inset Quotes erd
40726 \end_inset
40727
40728  correspondant aux emplacement décrits dans la section
40729 \begin_inset space ~
40730 \end_inset
40731
40732
40733 \begin_inset CommandInset ref
40734 LatexCommand ref
40735 reference "sec:Placement-flottants"
40736
40737 \end_inset
40738
40739 .
40740  Les options de positionnement peuvent être mélangées et doivent être saisies
40741  sans séparation, par exemple, on peut taper 
40742 \begin_inset Quotes eld
40743 \end_inset
40744
40745
40746 \family sans
40747 htbp
40748 \family default
40749
40750 \begin_inset Quotes erd
40751 \end_inset
40752
40753 .
40754  L' option 
40755 \begin_inset Quotes eld
40756 \end_inset
40757
40758 h
40759 \begin_inset Quotes erd
40760 \end_inset
40761
40762  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
40763  
40764 \family sans
40765 Flottant
40766 \family default
40767  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
40768  légende et être référencés.
40769 \end_layout
40770
40771 \begin_layout Standard
40772 Vous pouvez ajouter une légende à un listing avec le menu 
40773 \family sans
40774 Insérer\SpecialChar \menuseparator
40775 Légende
40776 \family default
40777 .
40778  On peut référencer les listings de la même façon que les flottants :Voir
40779  le listing
40780 \begin_inset space ~
40781 \end_inset
40782
40783
40784 \begin_inset CommandInset ref
40785 LatexCommand ref
40786 reference "lst:Listing-exemple"
40787
40788 \end_inset
40789
40790
40791 \end_layout
40792
40793 \begin_layout Standard
40794 \begin_inset listings
40795 lstparams "language=Python"
40796 inline false
40797 status open
40798
40799 \begin_layout Plain Layout
40800
40801 \begin_inset Caption
40802
40803 \begin_layout Plain Layout
40804 \begin_inset CommandInset label
40805 LatexCommand label
40806 name "lst:Listing-exemple"
40807
40808 \end_inset
40809
40810 Exemple de listing flottant
40811 \end_layout
40812
40813 \end_inset
40814
40815 # Exemple de listing flottant
40816 \end_layout
40817
40818 \begin_layout Plain Layout
40819
40820 def func(param):
40821 \end_layout
40822
40823 \begin_layout Plain Layout
40824
40825     'ceci est une fonction python'
40826 \end_layout
40827
40828 \begin_layout Plain Layout
40829
40830     pass
40831 \end_layout
40832
40833 \end_inset
40834
40835
40836 \end_layout
40837
40838 \begin_layout Standard
40839 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
40840  de listing, les mots-clés de ce langage seront reconnus et mis en forme
40841  de manière particulière dans la sortie imprimée.
40842  Dans l'exemple de listing, le mot clé Python 
40843 \begin_inset Quotes eld
40844 \end_inset
40845
40846 def
40847 \begin_inset Quotes erd
40848 \end_inset
40849
40850  est reconnu et imprimé en caractères gras dans la sortie.
40851 \end_layout
40852
40853 \begin_layout Standard
40854 \begin_inset Note Greyedout
40855 status open
40856
40857 \begin_layout Plain Layout
40858
40859 \series bold
40860 Note:
40861 \series default
40862  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
40863  une police de caractères à 
40864 \family typewriter
40865 chasse fixe
40866 \family default
40867 , c'est que votre police ne contient probablement pas de série grasse.
40868  Dans ce cas choisissez une police différente dans le menu 
40869 \family sans
40870 Document\SpecialChar \menuseparator
40871 Paramètres\SpecialChar \menuseparator
40872 Polices
40873 \family default
40874 .
40875  (Les polices 
40876 \emph on
40877 LuxiMono, BeraMono
40878 \emph default
40879  et 
40880 \emph on
40881 Courier
40882 \emph default
40883  contiennent une série grasse.)
40884 \end_layout
40885
40886 \end_inset
40887
40888
40889 \end_layout
40890
40891 \begin_layout Standard
40892 Dans la rubrique 
40893 \family sans
40894 Numérotation
40895 \begin_inset space ~
40896 \end_inset
40897
40898 des
40899 \begin_inset space ~
40900 \end_inset
40901
40902 Lignes
40903 \family default
40904  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
40905 n des lignes.
40906  Vous pouvez mettre un nombre dans le champ 
40907 \family sans
40908 Pas
40909 \family default
40910  pour désigner les lignes qui seront numérotées.
40911  Par exemple, si vous mettez 
40912 \begin_inset Quotes eld
40913 \end_inset
40914
40915 3
40916 \begin_inset Quotes erd
40917 \end_inset
40918
40919 , seule une ligne sur trois sera numérotée.
40920 \end_layout
40921
40922 \begin_layout Standard
40923 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
40924  apparaîtront dans la sortie.
40925  Vous devez utiliser l'option 
40926 \family sans
40927 Table
40928 \begin_inset space ~
40929 \end_inset
40930
40931 de
40932 \begin_inset space ~
40933 \end_inset
40934
40935 Caractères
40936 \begin_inset space ~
40937 \end_inset
40938
40939 Étendue
40940 \family default
40941  quand vous employez des caractères spécifiques à une langue donnée comme
40942  les umlauts Allemands dans votre listing.
40943 \begin_inset Newline newline
40944 \end_inset
40945
40946 Voici un exemple de listing avec la numérotation des lignes à gauche par
40947  pas de 3, en langage Python, avec les options 
40948 \begin_inset Quotes eld
40949 \end_inset
40950
40951 Table
40952 \begin_inset space ~
40953 \end_inset
40954
40955 de
40956 \begin_inset space ~
40957 \end_inset
40958
40959 caractères
40960 \begin_inset space ~
40961 \end_inset
40962
40963 étendue
40964 \begin_inset Quotes erd
40965 \end_inset
40966
40967  et 
40968 \begin_inset Quotes eld
40969 \end_inset
40970
40971 Espace
40972 \begin_inset space ~
40973 \end_inset
40974
40975 représenté
40976 \begin_inset space ~
40977 \end_inset
40978
40979 par
40980 \begin_inset space ~
40981 \end_inset
40982
40983 un
40984 \begin_inset space ~
40985 \end_inset
40986
40987 symbole
40988 \begin_inset Quotes erd
40989 \end_inset
40990
40991 , l'intervalle de ligne étant 3
40992 \begin_inset space \thinspace{}
40993 \end_inset
40994
40995 -
40996 \begin_inset space \thinspace{}
40997 \end_inset
40998
40999 8:
41000 \end_layout
41001
41002 \begin_layout Standard
41003 \begin_inset listings
41004 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41005 inline false
41006 status open
41007
41008 \begin_layout Plain Layout
41009
41010 def func(param):
41011 \end_layout
41012
41013 \begin_layout Plain Layout
41014
41015     'ceci est une fonction Python'
41016 \end_layout
41017
41018 \begin_layout Plain Layout
41019
41020     pass
41021 \end_layout
41022
41023 \begin_layout Plain Layout
41024
41025 def func(param):
41026 \end_layout
41027
41028 \begin_layout Plain Layout
41029
41030 'Ça, c'est un mot Allemand : Tschüß'
41031 \end_layout
41032
41033 \begin_layout Plain Layout
41034
41035 pass
41036 \end_layout
41037
41038 \begin_layout Plain Layout
41039
41040 def func(param):
41041 \end_layout
41042
41043 \begin_layout Plain Layout
41044
41045 'ceci est une fonction Python'
41046 \end_layout
41047
41048 \begin_layout Plain Layout
41049
41050 pass
41051 \end_layout
41052
41053 \end_inset
41054
41055
41056 \end_layout
41057
41058 \begin_layout Standard
41059 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
41060  nombre de caractères que doit représenter une tabulation dans le champ
41061  
41062 \family sans
41063 Taille du tabulateur
41064 \family default
41065 .
41066 \end_layout
41067
41068 \begin_layout Standard
41069 \begin_inset Note Greyedout
41070 status open
41071
41072 \begin_layout Plain Layout
41073
41074 \series bold
41075 Note:
41076 \series default
41077  À cause d'un bug dans le paquetage 
41078 \series bold
41079 listings
41080 \series default
41081  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
41082  listing.
41083  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
41084  les lignes 3 et 6.
41085 \end_layout
41086
41087 \end_inset
41088
41089
41090 \end_layout
41091
41092 \begin_layout Standard
41093 \begin_inset VSpace bigskip
41094 \end_inset
41095
41096
41097 \end_layout
41098
41099 \begin_layout Standard
41100 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
41101  listing.
41102  Pour le faire, il suffit d'utiliser le menu 
41103 \family sans
41104 Insérer\SpecialChar \menuseparator
41105 Fichier\SpecialChar \menuseparator
41106 Sous-document
41107 \family default
41108  et de choisir le type 
41109 \family sans
41110 Listing
41111 \family default
41112
41113 \begin_inset space ~
41114 \end_inset
41115
41116
41117 \family sans
41118 de
41119 \begin_inset space ~
41120 \end_inset
41121
41122 Code
41123 \begin_inset space ~
41124 \end_inset
41125
41126 source
41127 \family default
41128 .
41129 \begin_inset Foot
41130 status collapsed
41131
41132 \begin_layout Plain Layout
41133 Les autres types de sous-documents sont décrits dans la section
41134 \begin_inset space ~
41135 \end_inset
41136
41137
41138 \begin_inset CommandInset ref
41139 LatexCommand ref
41140 reference "sec:Sous-documents"
41141
41142 \end_inset
41143
41144 .
41145 \end_layout
41146
41147 \end_inset
41148
41149  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
41150  à utiliser pour le listing dans une zone de texte.
41151  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
41152  
41153 \begin_inset Quotes eld
41154 \end_inset
41155
41156 ?
41157 \begin_inset Quotes erd
41158 \end_inset
41159
41160  dans la zone de texte.
41161 \end_layout
41162
41163 \begin_layout Standard
41164 Pour faire référence à un sous-document de type listing, tapez une étiquette
41165  dans le champ correspondant de la fenêtre de dialogue.
41166  On peut alors faire référence à cette étiquette en utilisant le menu 
41167 \family sans
41168 Insérer\SpecialChar \menuseparator
41169 Référence
41170 \begin_inset space ~
41171 \end_inset
41172
41173 Croisée
41174 \family default
41175 .
41176 \end_layout
41177
41178 \begin_layout Standard
41179 Le listing
41180 \begin_inset space ~
41181 \end_inset
41182
41183
41184 \begin_inset CommandInset ref
41185 LatexCommand ref
41186 reference "lst:listing-fichier"
41187
41188 \end_inset
41189
41190  est une exemple de listing issu d'un fichier ; ici les lignes 10
41191 \begin_inset space \thinspace{}
41192 \end_inset
41193
41194 -
41195 \begin_inset space \thinspace{}
41196 \end_inset
41197
41198 15 de ce fichier LyX sont listées.
41199 \end_layout
41200
41201 \begin_layout Standard
41202 \begin_inset CommandInset include
41203 LatexCommand lstinputlisting
41204 filename "EmbeddedObjects.lyx"
41205 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
41206
41207 \end_inset
41208
41209
41210 \end_layout
41211
41212 \begin_layout Standard
41213 \begin_inset VSpace bigskip
41214 \end_inset
41215
41216
41217 \end_layout
41218
41219 \begin_layout Standard
41220 L'insertion d'une formule dans un listing peut se faire de la façon suivante
41221 \begin_inset space ~
41222 \end_inset
41223
41224 :
41225 \end_layout
41226
41227 \begin_layout Enumerate
41228 Ouvrez la fenêtre de dialogue listings et ajoutez
41229 \begin_inset Newline newline
41230 \end_inset
41231
41232
41233 \family sans
41234 mathescape=true
41235 \family default
41236
41237 \begin_inset Newline newline
41238 \end_inset
41239
41240 dans le champ de l'onglet 
41241 \family sans
41242 Avancé
41243 \family default
41244 .
41245 \end_layout
41246
41247 \begin_layout Enumerate
41248 Créez la formule en dehors du listing.
41249 \end_layout
41250
41251 \begin_layout Enumerate
41252 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
41253  (raccourci 
41254 \begin_inset Info
41255 type  "shortcut"
41256 arg   "copy"
41257 \end_inset
41258
41259 )
41260 \end_layout
41261
41262 \begin_layout Enumerate
41263 Dans le listing écrivez 
41264 \begin_inset Quotes eld
41265 \end_inset
41266
41267
41268 \family sans
41269 $$
41270 \family default
41271
41272 \begin_inset Quotes erd
41273 \end_inset
41274
41275  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
41276  
41277 \begin_inset Info
41278 type  "shortcut"
41279 arg   "paste"
41280 \end_inset
41281
41282 )
41283 \end_layout
41284
41285 \begin_layout Standard
41286 \begin_inset listings
41287 lstparams "language=Python,mathescape=true"
41288 inline false
41289 status open
41290
41291 \begin_layout Plain Layout
41292
41293 \begin_inset Caption
41294
41295 \begin_layout Plain Layout
41296 Exemple de listing flottant contenant une formule
41297 \end_layout
41298
41299 \end_inset
41300
41301 # Exemple de listing flottant
41302 \end_layout
41303
41304 \begin_layout Plain Layout
41305
41306 def func(param):
41307 \end_layout
41308
41309 \begin_layout Plain Layout
41310
41311     # $
41312 \backslash
41313 prod_{n=1}^{
41314 \backslash
41315 infty}
41316 \backslash
41317 ,
41318 \backslash
41319 frac{1}{x^{2}}$
41320 \end_layout
41321
41322 \begin_layout Plain Layout
41323
41324     pass
41325 \end_layout
41326
41327 \end_inset
41328
41329
41330 \end_layout
41331
41332 \begin_layout Standard
41333 \begin_inset VSpace bigskip
41334 \end_inset
41335
41336
41337 \end_layout
41338
41339 \begin_layout Standard
41340 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
41341  de dialogue 
41342 \family sans
41343 Document\SpecialChar \menuseparator
41344 Paramètres\SpecialChar \menuseparator
41345 Listings
41346 \family default
41347 .
41348  Pour avoir la liste des options disponibles, tapez un point d'interrogation
41349  
41350 \begin_inset Quotes eld
41351 \end_inset
41352
41353 ?
41354 \begin_inset Quotes erd
41355 \end_inset
41356
41357  dans le champ.
41358 \end_layout
41359
41360 \begin_layout Standard
41361 Pour plus d'information sur le paquetage 
41362 \series bold
41363 listings
41364 \series default
41365 , nous vous renvoyons à sa documentation 
41366 \begin_inset CommandInset citation
41367 LatexCommand cite
41368 key "listings"
41369
41370 \end_inset
41371
41372 .
41373 \end_layout
41374
41375 \begin_layout Standard
41376 \begin_inset Newpage newpage
41377 \end_inset
41378
41379
41380 \end_layout
41381
41382 \begin_layout Chapter
41383 \start_of_appendix
41384 Unités de longueur utilisables avec LyX
41385 \begin_inset Argument
41386 status collapsed
41387
41388 \begin_layout Plain Layout
41389 Unités de longueur
41390 \end_layout
41391
41392 \end_inset
41393
41394
41395 \begin_inset Index idx
41396 status collapsed
41397
41398 \begin_layout Plain Layout
41399 Unités
41400 \end_layout
41401
41402 \end_inset
41403
41404
41405 \begin_inset CommandInset label
41406 LatexCommand label
41407 name "cha:Unités-de-longueur"
41408
41409 \end_inset
41410
41411
41412 \end_layout
41413
41414 \begin_layout Standard
41415 Pour comprendre les unités de longueur utilisées dans cette documentation,
41416  le tableau
41417 \begin_inset space ~
41418 \end_inset
41419
41420
41421 \begin_inset CommandInset ref
41422 LatexCommand ref
41423 reference "tab:Unités"
41424
41425 \end_inset
41426
41427 décrit les unités utilisées par LyX.
41428 \begin_inset Float table
41429 placement h
41430 wide false
41431 sideways false
41432 status open
41433
41434 \begin_layout Plain Layout
41435 \begin_inset Caption
41436
41437 \begin_layout Plain Layout
41438 \begin_inset CommandInset label
41439 LatexCommand label
41440 name "tab:Unités"
41441
41442 \end_inset
41443
41444 Unités de longueur
41445 \end_layout
41446
41447 \end_inset
41448
41449
41450 \end_layout
41451
41452 \begin_layout Plain Layout
41453 \begin_inset VSpace medskip
41454 \end_inset
41455
41456
41457 \end_layout
41458
41459 \begin_layout Plain Layout
41460 \align center
41461 \begin_inset Tabular
41462 <lyxtabular version="3" rows="20" columns="2">
41463 <features tabularvalignment="middle">
41464 <column alignment="center" valignment="top" width="0">
41465 <column alignment="center" valignment="top" width="0">
41466 <row>
41467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41468 \begin_inset Text
41469
41470 \begin_layout Plain Layout
41471 unité
41472 \end_layout
41473
41474 \end_inset
41475 </cell>
41476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41477 \begin_inset Text
41478
41479 \begin_layout Plain Layout
41480 nom/description
41481 \end_layout
41482
41483 \end_inset
41484 </cell>
41485 </row>
41486 <row>
41487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41488 \begin_inset Text
41489
41490 \begin_layout Plain Layout
41491 mm
41492 \end_layout
41493
41494 \end_inset
41495 </cell>
41496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41497 \begin_inset Text
41498
41499 \begin_layout Plain Layout
41500 millimètre
41501 \end_layout
41502
41503 \end_inset
41504 </cell>
41505 </row>
41506 <row>
41507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41508 \begin_inset Text
41509
41510 \begin_layout Plain Layout
41511 cm
41512 \end_layout
41513
41514 \end_inset
41515 </cell>
41516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41517 \begin_inset Text
41518
41519 \begin_layout Plain Layout
41520 centimètre
41521 \end_layout
41522
41523 \end_inset
41524 </cell>
41525 </row>
41526 <row>
41527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41528 \begin_inset Text
41529
41530 \begin_layout Plain Layout
41531 in
41532 \end_layout
41533
41534 \end_inset
41535 </cell>
41536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41537 \begin_inset Text
41538
41539 \begin_layout Plain Layout
41540 pouce (inch)
41541 \end_layout
41542
41543 \end_inset
41544 </cell>
41545 </row>
41546 <row>
41547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41548 \begin_inset Text
41549
41550 \begin_layout Plain Layout
41551 pt
41552 \end_layout
41553
41554 \end_inset
41555 </cell>
41556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41557 \begin_inset Text
41558
41559 \begin_layout Plain Layout
41560 point (72.27
41561 \begin_inset space \thinspace{}
41562 \end_inset
41563
41564 pt = 1
41565 \begin_inset space \thinspace{}
41566 \end_inset
41567
41568 in)
41569 \end_layout
41570
41571 \end_inset
41572 </cell>
41573 </row>
41574 <row>
41575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41576 \begin_inset Text
41577
41578 \begin_layout Plain Layout
41579 pc
41580 \end_layout
41581
41582 \end_inset
41583 </cell>
41584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41585 \begin_inset Text
41586
41587 \begin_layout Plain Layout
41588 pica (1
41589 \begin_inset space \thinspace{}
41590 \end_inset
41591
41592 pc = 12
41593 \begin_inset space \thinspace{}
41594 \end_inset
41595
41596 pt)
41597 \end_layout
41598
41599 \end_inset
41600 </cell>
41601 </row>
41602 <row>
41603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41604 \begin_inset Text
41605
41606 \begin_layout Plain Layout
41607 sp
41608 \end_layout
41609
41610 \end_inset
41611 </cell>
41612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41613 \begin_inset Text
41614
41615 \begin_layout Plain Layout
41616 scaled point (65536
41617 \begin_inset space \thinspace{}
41618 \end_inset
41619
41620 sp = 1
41621 \begin_inset space \thinspace{}
41622 \end_inset
41623
41624 pt)
41625 \end_layout
41626
41627 \end_inset
41628 </cell>
41629 </row>
41630 <row>
41631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41632 \begin_inset Text
41633
41634 \begin_layout Plain Layout
41635 bp
41636 \end_layout
41637
41638 \end_inset
41639 </cell>
41640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41641 \begin_inset Text
41642
41643 \begin_layout Plain Layout
41644 gros point (72
41645 \begin_inset space \thinspace{}
41646 \end_inset
41647
41648 bp = 1
41649 \begin_inset space \thinspace{}
41650 \end_inset
41651
41652 in)
41653 \end_layout
41654
41655 \end_inset
41656 </cell>
41657 </row>
41658 <row>
41659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41660 \begin_inset Text
41661
41662 \begin_layout Plain Layout
41663 dd
41664 \end_layout
41665
41666 \end_inset
41667 </cell>
41668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41669 \begin_inset Text
41670
41671 \begin_layout Plain Layout
41672 didot (72
41673 \begin_inset space \thinspace{}
41674 \end_inset
41675
41676 dd 
41677 \begin_inset Formula $\approx$
41678 \end_inset
41679
41680  37.6
41681 \begin_inset space \thinspace{}
41682 \end_inset
41683
41684 mm)
41685 \end_layout
41686
41687 \end_inset
41688 </cell>
41689 </row>
41690 <row>
41691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41692 \begin_inset Text
41693
41694 \begin_layout Plain Layout
41695 cc
41696 \end_layout
41697
41698 \end_inset
41699 </cell>
41700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41701 \begin_inset Text
41702
41703 \begin_layout Plain Layout
41704 cicero (1
41705 \begin_inset space \thinspace{}
41706 \end_inset
41707
41708 cc = 12
41709 \begin_inset space \thinspace{}
41710 \end_inset
41711
41712 dd)
41713 \end_layout
41714
41715 \end_inset
41716 </cell>
41717 </row>
41718 <row>
41719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41720 \begin_inset Text
41721
41722 \begin_layout Plain Layout
41723 Scale%
41724 \end_layout
41725
41726 \end_inset
41727 </cell>
41728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41729 \begin_inset Text
41730
41731 \begin_layout Plain Layout
41732 % de la largeur originale de l'image
41733 \end_layout
41734
41735 \end_inset
41736 </cell>
41737 </row>
41738 <row>
41739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41740 \begin_inset Text
41741
41742 \begin_layout Plain Layout
41743 text%
41744 \end_layout
41745
41746 \end_inset
41747 </cell>
41748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41749 \begin_inset Text
41750
41751 \begin_layout Plain Layout
41752 % de la largeur du texte
41753 \end_layout
41754
41755 \end_inset
41756 </cell>
41757 </row>
41758 <row>
41759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41760 \begin_inset Text
41761
41762 \begin_layout Plain Layout
41763 col%
41764 \end_layout
41765
41766 \end_inset
41767 </cell>
41768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41769 \begin_inset Text
41770
41771 \begin_layout Plain Layout
41772 % de la largeur de la colonne
41773 \end_layout
41774
41775 \end_inset
41776 </cell>
41777 </row>
41778 <row>
41779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41780 \begin_inset Text
41781
41782 \begin_layout Plain Layout
41783 page%
41784 \end_layout
41785
41786 \end_inset
41787 </cell>
41788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41789 \begin_inset Text
41790
41791 \begin_layout Plain Layout
41792 % de la largeur du papier
41793 \end_layout
41794
41795 \end_inset
41796 </cell>
41797 </row>
41798 <row>
41799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41800 \begin_inset Text
41801
41802 \begin_layout Plain Layout
41803 line%
41804 \end_layout
41805
41806 \end_inset
41807 </cell>
41808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41809 \begin_inset Text
41810
41811 \begin_layout Plain Layout
41812 % de la largeur de la ligne
41813 \end_layout
41814
41815 \end_inset
41816 </cell>
41817 </row>
41818 <row>
41819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41820 \begin_inset Text
41821
41822 \begin_layout Plain Layout
41823 theight%
41824 \end_layout
41825
41826 \end_inset
41827 </cell>
41828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41829 \begin_inset Text
41830
41831 \begin_layout Plain Layout
41832 % la hauteur du texte
41833 \end_layout
41834
41835 \end_inset
41836 </cell>
41837 </row>
41838 <row>
41839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41840 \begin_inset Text
41841
41842 \begin_layout Plain Layout
41843 pheight%
41844 \end_layout
41845
41846 \end_inset
41847 </cell>
41848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41849 \begin_inset Text
41850
41851 \begin_layout Plain Layout
41852 % hauteur du papier
41853 \end_layout
41854
41855 \end_inset
41856 </cell>
41857 </row>
41858 <row>
41859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41860 \begin_inset Text
41861
41862 \begin_layout Plain Layout
41863 ex
41864 \end_layout
41865
41866 \end_inset
41867 </cell>
41868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41869 \begin_inset Text
41870
41871 \begin_layout Plain Layout
41872 hauteur de la lettre 
41873 \emph on
41874 x
41875 \emph default
41876  dans la police courante
41877 \end_layout
41878
41879 \end_inset
41880 </cell>
41881 </row>
41882 <row>
41883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41884 \begin_inset Text
41885
41886 \begin_layout Plain Layout
41887 em
41888 \end_layout
41889
41890 \end_inset
41891 </cell>
41892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41893 \begin_inset Text
41894
41895 \begin_layout Plain Layout
41896 largeur de la lettre
41897 \emph on
41898  M
41899 \emph default
41900  dans la police courante
41901 \end_layout
41902
41903 \end_inset
41904 </cell>
41905 </row>
41906 <row>
41907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41908 \begin_inset Text
41909
41910 \begin_layout Plain Layout
41911 mu
41912 \end_layout
41913
41914 \end_inset
41915 </cell>
41916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41917 \begin_inset Text
41918
41919 \begin_layout Plain Layout
41920 unité mathématique (1
41921 \begin_inset space \thinspace{}
41922 \end_inset
41923
41924 mu = 1/18
41925 \begin_inset space \thinspace{}
41926 \end_inset
41927
41928 em)
41929 \end_layout
41930
41931 \end_inset
41932 </cell>
41933 </row>
41934 </lyxtabular>
41935
41936 \end_inset
41937
41938
41939 \end_layout
41940
41941 \end_inset
41942
41943
41944 \end_layout
41945
41946 \begin_layout Chapter
41947 Formats des fichiers de sortie graphiques
41948 \begin_inset CommandInset label
41949 LatexCommand label
41950 name "cha:Formats-fichiers-graphiques"
41951
41952 \end_inset
41953
41954
41955 \end_layout
41956
41957 \begin_layout Section
41958 DVI
41959 \begin_inset Index idx
41960 status collapsed
41961
41962 \begin_layout Plain Layout
41963 Formats de Fichiers! DVI
41964 \end_layout
41965
41966 \end_inset
41967
41968
41969 \begin_inset Index idx
41970 status collapsed
41971
41972 \begin_layout Plain Layout
41973 DVI|see
41974 \begin_inset ERT
41975 status collapsed
41976
41977 \begin_layout Plain Layout
41978
41979 {
41980 \end_layout
41981
41982 \end_inset
41983
41984 Formats de Fichiers
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 \end_layout
41997
41998 \end_inset
41999
42000
42001 \end_layout
42002
42003 \begin_layout Standard
42004 Ce type de fichiers a l'extension 
42005 \begin_inset Quotes fld
42006 \end_inset
42007
42008
42009 \family typewriter
42010 .dvi
42011 \family default
42012
42013 \begin_inset Quotes frd
42014 \end_inset
42015
42016 .
42017  Il est appelé 
42018 \emph on
42019 indépendant de l'appareil
42020 \emph default
42021  ou 
42022 \begin_inset Quotes fld
42023 \end_inset
42024
42025 device independent (DVI)
42026 \begin_inset Quotes frd
42027 \end_inset
42028
42029 , car il est complètement portable ; vous pouvez les recopier d'une machine
42030  à l'autre sans avoir à faire de conversion.
42031  À l'époque où ce format a été développé, c'était loin d'être évident.
42032  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
42033  étape préliminaire avant la conversion vers un autre format comme le PostScript.
42034 \end_layout
42035
42036 \begin_layout Standard
42037 \begin_inset Note Greyedout
42038 status open
42039
42040 \begin_layout Plain Layout
42041
42042 \series bold
42043 Note:
42044 \series default
42045  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
42046  au fichier.
42047  
42048 \end_layout
42049
42050 \end_inset
42051
42052  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
42053  
42054 \family typewriter
42055 .dvi
42056 \family default
42057 .
42058  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
42059 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
42060  pour les rendre visibles quand vous faites défiler votre document.
42061  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
42062  avec de nombreuses images.
42063 \end_layout
42064
42065 \begin_layout Standard
42066 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
42067  menu 
42068 \family sans
42069 Fichier\SpecialChar \menuseparator
42070 Exporter\SpecialChar \menuseparator
42071 DVI.
42072
42073 \family default
42074  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
42075 \family sans
42076 Visualiser
42077 \family default
42078 .
42079 \end_layout
42080
42081 \begin_layout Section
42082 PostScript
42083 \begin_inset CommandInset label
42084 LatexCommand label
42085 name "sec:PostScript"
42086
42087 \end_inset
42088
42089
42090 \begin_inset Index idx
42091 status collapsed
42092
42093 \begin_layout Plain Layout
42094 Formats de Fichiers ! PostScript
42095 \end_layout
42096
42097 \end_inset
42098
42099
42100 \begin_inset Index idx
42101 status collapsed
42102
42103 \begin_layout Plain Layout
42104 PostScript|see
42105 \begin_inset ERT
42106 status collapsed
42107
42108 \begin_layout Plain Layout
42109
42110 {
42111 \end_layout
42112
42113 \end_inset
42114
42115 Formats de Fichiers
42116 \begin_inset ERT
42117 status collapsed
42118
42119 \begin_layout Plain Layout
42120
42121 }
42122 \end_layout
42123
42124 \end_inset
42125
42126
42127 \end_layout
42128
42129 \end_inset
42130
42131
42132 \end_layout
42133
42134 \begin_layout Standard
42135 Ce type de fichiers a l'extension 
42136 \begin_inset Quotes fld
42137 \end_inset
42138
42139
42140 \family typewriter
42141 .ps
42142 \family default
42143
42144 \begin_inset Quotes frd
42145 \end_inset
42146
42147 .
42148  PostScript a été développé par la société 
42149 \series bold
42150 Adobe
42151 \series default
42152  comme un langage pour les imprimantes.
42153  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
42154  pour imprimer le document.
42155  PostScript peut être considéré comme un 
42156 \begin_inset Quotes fld
42157 \end_inset
42158
42159 langage de programmation
42160 \begin_inset Quotes frd
42161 \end_inset
42162
42163  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
42164  images
42165 \begin_inset Foot
42166 status collapsed
42167
42168 \begin_layout Plain Layout
42169 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
42170  LaTeX 
42171 \series bold
42172 pstricks
42173 \series default
42174
42175 \begin_inset CommandInset citation
42176 LatexCommand cite
42177 key "pstricks"
42178
42179 \end_inset
42180
42181 .
42182 \end_layout
42183
42184 \end_inset
42185
42186 .
42187  En partie à cause de toutes ces possibilités un fichier PostScript est
42188  souvent plus gros qu'un PDF.
42189 \end_layout
42190
42191 \begin_layout Standard
42192 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
42193  plus gros qu'un PDF.
42194 \end_layout
42195
42196 \begin_layout Standard
42197 PostScript ne peut contenir que des images au format 
42198 \begin_inset Quotes fld
42199 \end_inset
42200
42201 PostScript Encapsulé
42202 \begin_inset Quotes frd
42203 \end_inset
42204
42205  (encapsulated PostScript ou EPS, d'extension 
42206 \family typewriter
42207 .eps
42208 \family default
42209 ).
42210  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
42211  il doit les convertir en interne en EPS.
42212  Si vous avez par exemple 50 images dans votre document, LyX doit faire
42213  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
42214  document.
42215  Cela risque de ralentir de façon importante votre rythme de travail.
42216  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
42217  vos images directement en EPS pour éviter ce problème.
42218 \end_layout
42219
42220 \begin_layout Standard
42221 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
42222  le menu 
42223 \family sans
42224 Fichier\SpecialChar \menuseparator
42225 Exporter\SpecialChar \menuseparator
42226 PostScript.
42227
42228 \family default
42229  Vous pouvez visionner votre document sous forme PostScript grâce au menu
42230  
42231 \family sans
42232 Visualiser
42233 \family default
42234 .
42235 \end_layout
42236
42237 \begin_layout Section
42238 PDF
42239 \begin_inset Index idx
42240 status collapsed
42241
42242 \begin_layout Plain Layout
42243 Formats de Fichiers ! PDF
42244 \end_layout
42245
42246 \end_inset
42247
42248
42249 \begin_inset Index idx
42250 status collapsed
42251
42252 \begin_layout Plain Layout
42253 PDF
42254 \end_layout
42255
42256 \end_inset
42257
42258
42259 \end_layout
42260
42261 \begin_layout Standard
42262 Ce type de fichiers a l'extension 
42263 \begin_inset Quotes fld
42264 \end_inset
42265
42266
42267 \family typewriter
42268 .pdf
42269 \family default
42270
42271 \begin_inset Quotes frd
42272 \end_inset
42273
42274 .
42275  Ce 
42276 \begin_inset Quotes fld
42277 \end_inset
42278
42279 format de document portable
42280 \begin_inset Quotes frd
42281 \end_inset
42282
42283  (portable document format ou PDF) est développé par 
42284 \family typewriter
42285 Adobe
42286 \family default
42287  comme une évolution de PostScript.
42288  Il est plus comprimé et utilise moins de commandes que PostScript.
42289  Comme son nom l'indique, il est 
42290 \begin_inset Quotes fld
42291 \end_inset
42292
42293 portable
42294 \begin_inset Quotes frd
42295 \end_inset
42296
42297  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
42298  aura exactement le même aspect.
42299 \end_layout
42300
42301 \begin_layout Standard
42302 PDF peut contenir des images dans son propre format PDF et dans les formats
42303  JPG (format du 
42304 \begin_inset Quotes fld
42305 \end_inset
42306
42307 Joint Photographic Expert Group
42308 \begin_inset Quotes frd
42309 \end_inset
42310
42311  avec comme extension 
42312 \family typewriter
42313 .jpg
42314 \family default
42315  ou 
42316 \family typewriter
42317 .jpeg
42318 \family default
42319 ) et PNG (
42320 \begin_inset Quotes fld
42321 \end_inset
42322
42323 Portable Network Graphics
42324 \begin_inset Quotes frd
42325 \end_inset
42326
42327  avec l'extension 
42328 \family typewriter
42329 .png
42330 \family default
42331 ).
42332  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
42333  dans un de ces formats.
42334  Mais comme il est dit dans la section sur PostScript, les conversions d'images
42335  vont ralentir votre travail.
42336  Nous recommandons donc l'utilisation de l'un des trois formats cités.
42337 \end_layout
42338
42339 \begin_layout Standard
42340 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
42341  menu 
42342 \family sans
42343 Fichier\SpecialChar \menuseparator
42344 Exporter 
42345 \family default
42346 de trois façons différentes:
42347 \end_layout
42348
42349 \begin_layout Description
42350 PDF
42351 \begin_inset space ~
42352 \end_inset
42353
42354 (ps2pdf) Ceci utilise le programme 
42355 \family typewriter
42356 ps2pdf
42357 \family default
42358  qui créé un PDF à partir de la version PostScript de votre fichier.
42359  Cette dernière est produite par le programme 
42360 \family typewriter
42361 dvips
42362 \family default
42363  qui utilise une version DVI comme étape intermédiaire.
42364  Cette variante consiste donc en trois conversions.
42365 \end_layout
42366
42367 \begin_layout Description
42368 PDF
42369 \begin_inset space ~
42370 \end_inset
42371
42372 (dvipdfm) Ceci utilise le programme 
42373 \family typewriter
42374 dvipdfm
42375 \family default
42376  qui convertit votre fichier en DVI avant de le convertir en PDF.
42377 \end_layout
42378
42379 \begin_layout Description
42380 PDF
42381 \begin_inset space ~
42382 \end_inset
42383
42384 (pdflatex) Ceci utilise le programme 
42385 \family typewriter
42386 pdftex
42387 \family default
42388  qui convertit directement votre fichier en PDF.
42389 \end_layout
42390
42391 \begin_layout Standard
42392 Nous recommandons d'utiliser l'option 
42393 \family sans
42394 PDF
42395 \begin_inset space ~
42396 \end_inset
42397
42398 (pdflatex)
42399 \family default
42400  car 
42401 \family typewriter
42402 pdftex
42403 \family default
42404  accepte toutes les fonctionnalités des versions actuelles de PDF.
42405  Il est en plus rapide et stable.
42406  Le programme 
42407 \family typewriter
42408 dvipdfm
42409 \family default
42410  n'est plus développé est est donc un peu dépassé.
42411 \end_layout
42412
42413 \begin_layout Standard
42414 Vous pouvez visionner votre document sous forme PDF grâce au menu 
42415 \family sans
42416 Visualiser
42417 \family default
42418  ou en utilisant un bouton de la barre d'outils.
42419 \end_layout
42420
42421 \begin_layout Chapter
42422 Liste de noms de couleur pour dvips
42423 \begin_inset CommandInset label
42424 LatexCommand label
42425 name "chap:Liste-de-noms-de-couleur-dvips"
42426
42427 \end_inset
42428
42429
42430 \end_layout
42431
42432 \begin_layout Standard
42433 \begin_inset Tabular
42434 <lyxtabular version="3" rows="17" columns="4">
42435 <features tabularvalignment="middle">
42436 <column alignment="left" valignment="top" width="0pt">
42437 <column alignment="left" valignment="top" width="0pt">
42438 <column alignment="left" valignment="top" width="0pt">
42439 <column alignment="left" valignment="top" width="0pt">
42440 <row>
42441 <cell alignment="left" valignment="top" usebox="none">
42442 \begin_inset Text
42443
42444 \begin_layout Plain Layout
42445 \begin_inset ERT
42446 status collapsed
42447
42448 \begin_layout Plain Layout
42449
42450
42451 \backslash
42452 fcolorbox{black}{
42453 \end_layout
42454
42455 \end_inset
42456
42457 white
42458 \begin_inset ERT
42459 status collapsed
42460
42461 \begin_layout Plain Layout
42462
42463 }{
42464 \end_layout
42465
42466 \end_inset
42467
42468 Couleur
42469 \begin_inset ERT
42470 status collapsed
42471
42472 \begin_layout Plain Layout
42473
42474 }
42475 \end_layout
42476
42477 \end_inset
42478
42479  Nom
42480 \end_layout
42481
42482 \end_inset
42483 </cell>
42484 <cell alignment="left" valignment="top" usebox="none">
42485 \begin_inset Text
42486
42487 \begin_layout Plain Layout
42488 \begin_inset ERT
42489 status collapsed
42490
42491 \begin_layout Plain Layout
42492
42493
42494 \backslash
42495 fcolorbox{black}{
42496 \end_layout
42497
42498 \end_inset
42499
42500 white
42501 \begin_inset ERT
42502 status collapsed
42503
42504 \begin_layout Plain Layout
42505
42506 }{
42507 \end_layout
42508
42509 \end_inset
42510
42511 Couleur
42512 \begin_inset ERT
42513 status collapsed
42514
42515 \begin_layout Plain Layout
42516
42517 }
42518 \end_layout
42519
42520 \end_inset
42521
42522  Nom
42523 \end_layout
42524
42525 \end_inset
42526 </cell>
42527 <cell alignment="left" valignment="top" usebox="none">
42528 \begin_inset Text
42529
42530 \begin_layout Plain Layout
42531 \begin_inset ERT
42532 status collapsed
42533
42534 \begin_layout Plain Layout
42535
42536
42537 \backslash
42538 fcolorbox{black}{
42539 \end_layout
42540
42541 \end_inset
42542
42543 white
42544 \begin_inset ERT
42545 status collapsed
42546
42547 \begin_layout Plain Layout
42548
42549 }{
42550 \end_layout
42551
42552 \end_inset
42553
42554 Couleur
42555 \begin_inset ERT
42556 status collapsed
42557
42558 \begin_layout Plain Layout
42559
42560 }
42561 \end_layout
42562
42563 \end_inset
42564
42565  Nom
42566 \end_layout
42567
42568 \end_inset
42569 </cell>
42570 <cell alignment="left" valignment="top" usebox="none">
42571 \begin_inset Text
42572
42573 \begin_layout Plain Layout
42574 \begin_inset ERT
42575 status collapsed
42576
42577 \begin_layout Plain Layout
42578
42579
42580 \backslash
42581 fcolorbox{black}{
42582 \end_layout
42583
42584 \end_inset
42585
42586 white
42587 \begin_inset ERT
42588 status collapsed
42589
42590 \begin_layout Plain Layout
42591
42592 }{
42593 \end_layout
42594
42595 \end_inset
42596
42597 Couleur
42598 \begin_inset ERT
42599 status collapsed
42600
42601 \begin_layout Plain Layout
42602
42603 }
42604 \end_layout
42605
42606 \end_inset
42607
42608  Nom
42609 \end_layout
42610
42611 \end_inset
42612 </cell>
42613 </row>
42614 <row>
42615 <cell alignment="center" valignment="top" usebox="none">
42616 \begin_inset Text
42617
42618 \begin_layout Plain Layout
42619 \begin_inset ERT
42620 status collapsed
42621
42622 \begin_layout Plain Layout
42623
42624
42625 \backslash
42626 fcolorbox{black}{
42627 \end_layout
42628
42629 \end_inset
42630
42631 Apricot
42632 \begin_inset ERT
42633 status collapsed
42634
42635 \begin_layout Plain Layout
42636
42637 }{
42638 \end_layout
42639
42640 \end_inset
42641
42642
42643 \begin_inset Phantom Phantom
42644 status open
42645
42646 \begin_layout Plain Layout
42647 W
42648 \end_layout
42649
42650 \end_inset
42651
42652
42653 \begin_inset ERT
42654 status collapsed
42655
42656 \begin_layout Plain Layout
42657
42658 }
42659 \end_layout
42660
42661 \end_inset
42662
42663  Apricot
42664 \end_layout
42665
42666 \end_inset
42667 </cell>
42668 <cell alignment="center" valignment="top" usebox="none">
42669 \begin_inset Text
42670
42671 \begin_layout Plain Layout
42672 \begin_inset ERT
42673 status collapsed
42674
42675 \begin_layout Plain Layout
42676
42677
42678 \backslash
42679 fcolorbox{black}{
42680 \end_layout
42681
42682 \end_inset
42683
42684 Aquamarine
42685 \begin_inset ERT
42686 status collapsed
42687
42688 \begin_layout Plain Layout
42689
42690 }{
42691 \end_layout
42692
42693 \end_inset
42694
42695
42696 \begin_inset Phantom Phantom
42697 status open
42698
42699 \begin_layout Plain Layout
42700 W
42701 \end_layout
42702
42703 \end_inset
42704
42705
42706 \begin_inset ERT
42707 status collapsed
42708
42709 \begin_layout Plain Layout
42710
42711 }
42712 \end_layout
42713
42714 \end_inset
42715
42716  Aquamarine
42717 \end_layout
42718
42719 \end_inset
42720 </cell>
42721 <cell alignment="center" valignment="top" usebox="none">
42722 \begin_inset Text
42723
42724 \begin_layout Plain Layout
42725 \begin_inset ERT
42726 status collapsed
42727
42728 \begin_layout Plain Layout
42729
42730
42731 \backslash
42732 fcolorbox{black}{
42733 \end_layout
42734
42735 \end_inset
42736
42737 Bittersweet
42738 \begin_inset ERT
42739 status collapsed
42740
42741 \begin_layout Plain Layout
42742
42743 }{
42744 \end_layout
42745
42746 \end_inset
42747
42748
42749 \begin_inset Phantom Phantom
42750 status open
42751
42752 \begin_layout Plain Layout
42753 W
42754 \end_layout
42755
42756 \end_inset
42757
42758
42759 \begin_inset ERT
42760 status collapsed
42761
42762 \begin_layout Plain Layout
42763
42764 }
42765 \end_layout
42766
42767 \end_inset
42768
42769  Bittersweet
42770 \end_layout
42771
42772 \end_inset
42773 </cell>
42774 <cell alignment="center" valignment="top" usebox="none">
42775 \begin_inset Text
42776
42777 \begin_layout Plain Layout
42778 \begin_inset ERT
42779 status collapsed
42780
42781 \begin_layout Plain Layout
42782
42783
42784 \backslash
42785 fcolorbox{black}{
42786 \end_layout
42787
42788 \end_inset
42789
42790 BlueGreen
42791 \begin_inset ERT
42792 status collapsed
42793
42794 \begin_layout Plain Layout
42795
42796 }{
42797 \end_layout
42798
42799 \end_inset
42800
42801
42802 \begin_inset Phantom Phantom
42803 status open
42804
42805 \begin_layout Plain Layout
42806 W
42807 \end_layout
42808
42809 \end_inset
42810
42811
42812 \begin_inset ERT
42813 status collapsed
42814
42815 \begin_layout Plain Layout
42816
42817 }
42818 \end_layout
42819
42820 \end_inset
42821
42822  BlueGreen
42823 \end_layout
42824
42825 \end_inset
42826 </cell>
42827 </row>
42828 <row>
42829 <cell alignment="left" valignment="top" usebox="none">
42830 \begin_inset Text
42831
42832 \begin_layout Plain Layout
42833 \begin_inset ERT
42834 status collapsed
42835
42836 \begin_layout Plain Layout
42837
42838
42839 \backslash
42840 fcolorbox{black}{
42841 \end_layout
42842
42843 \end_inset
42844
42845 BlueViolet
42846 \begin_inset ERT
42847 status collapsed
42848
42849 \begin_layout Plain Layout
42850
42851 }{
42852 \end_layout
42853
42854 \end_inset
42855
42856
42857 \begin_inset Phantom Phantom
42858 status open
42859
42860 \begin_layout Plain Layout
42861 W
42862 \end_layout
42863
42864 \end_inset
42865
42866
42867 \begin_inset ERT
42868 status collapsed
42869
42870 \begin_layout Plain Layout
42871
42872 }
42873 \end_layout
42874
42875 \end_inset
42876
42877  BlueViolet
42878 \end_layout
42879
42880 \end_inset
42881 </cell>
42882 <cell alignment="left" valignment="top" usebox="none">
42883 \begin_inset Text
42884
42885 \begin_layout Plain Layout
42886 \begin_inset ERT
42887 status collapsed
42888
42889 \begin_layout Plain Layout
42890
42891
42892 \backslash
42893 fcolorbox{black}{
42894 \end_layout
42895
42896 \end_inset
42897
42898 BrickRed
42899 \begin_inset ERT
42900 status collapsed
42901
42902 \begin_layout Plain Layout
42903
42904 }{
42905 \end_layout
42906
42907 \end_inset
42908
42909
42910 \begin_inset Phantom Phantom
42911 status open
42912
42913 \begin_layout Plain Layout
42914 W
42915 \end_layout
42916
42917 \end_inset
42918
42919
42920 \begin_inset ERT
42921 status collapsed
42922
42923 \begin_layout Plain Layout
42924
42925 }
42926 \end_layout
42927
42928 \end_inset
42929
42930  BrickRed
42931 \end_layout
42932
42933 \end_inset
42934 </cell>
42935 <cell alignment="left" valignment="top" usebox="none">
42936 \begin_inset Text
42937
42938 \begin_layout Plain Layout
42939 \begin_inset ERT
42940 status collapsed
42941
42942 \begin_layout Plain Layout
42943
42944
42945 \backslash
42946 fcolorbox{black}{
42947 \end_layout
42948
42949 \end_inset
42950
42951 Brown
42952 \begin_inset ERT
42953 status collapsed
42954
42955 \begin_layout Plain Layout
42956
42957 }{
42958 \end_layout
42959
42960 \end_inset
42961
42962
42963 \begin_inset Phantom Phantom
42964 status open
42965
42966 \begin_layout Plain Layout
42967 W
42968 \end_layout
42969
42970 \end_inset
42971
42972
42973 \begin_inset ERT
42974 status collapsed
42975
42976 \begin_layout Plain Layout
42977
42978 }
42979 \end_layout
42980
42981 \end_inset
42982
42983  Brown
42984 \end_layout
42985
42986 \end_inset
42987 </cell>
42988 <cell alignment="left" valignment="top" usebox="none">
42989 \begin_inset Text
42990
42991 \begin_layout Plain Layout
42992 \begin_inset ERT
42993 status collapsed
42994
42995 \begin_layout Plain Layout
42996
42997
42998 \backslash
42999 fcolorbox{black}{
43000 \end_layout
43001
43002 \end_inset
43003
43004 BurntOrange
43005 \begin_inset ERT
43006 status collapsed
43007
43008 \begin_layout Plain Layout
43009
43010 }{
43011 \end_layout
43012
43013 \end_inset
43014
43015
43016 \begin_inset Phantom Phantom
43017 status open
43018
43019 \begin_layout Plain Layout
43020 W
43021 \end_layout
43022
43023 \end_inset
43024
43025
43026 \begin_inset ERT
43027 status collapsed
43028
43029 \begin_layout Plain Layout
43030
43031 }
43032 \end_layout
43033
43034 \end_inset
43035
43036  BurntOrange
43037 \end_layout
43038
43039 \end_inset
43040 </cell>
43041 </row>
43042 <row>
43043 <cell alignment="left" valignment="top" usebox="none">
43044 \begin_inset Text
43045
43046 \begin_layout Plain Layout
43047 \begin_inset ERT
43048 status collapsed
43049
43050 \begin_layout Plain Layout
43051
43052
43053 \backslash
43054 fcolorbox{black}{
43055 \end_layout
43056
43057 \end_inset
43058
43059 CadetBlue
43060 \begin_inset ERT
43061 status collapsed
43062
43063 \begin_layout Plain Layout
43064
43065 }{
43066 \end_layout
43067
43068 \end_inset
43069
43070
43071 \begin_inset Phantom Phantom
43072 status open
43073
43074 \begin_layout Plain Layout
43075 W
43076 \end_layout
43077
43078 \end_inset
43079
43080
43081 \begin_inset ERT
43082 status collapsed
43083
43084 \begin_layout Plain Layout
43085
43086 }
43087 \end_layout
43088
43089 \end_inset
43090
43091  CadetBlue
43092 \end_layout
43093
43094 \end_inset
43095 </cell>
43096 <cell alignment="left" valignment="top" usebox="none">
43097 \begin_inset Text
43098
43099 \begin_layout Plain Layout
43100 \begin_inset ERT
43101 status collapsed
43102
43103 \begin_layout Plain Layout
43104
43105
43106 \backslash
43107 fcolorbox{black}{
43108 \end_layout
43109
43110 \end_inset
43111
43112 CarnationPink
43113 \begin_inset ERT
43114 status collapsed
43115
43116 \begin_layout Plain Layout
43117
43118 }{
43119 \end_layout
43120
43121 \end_inset
43122
43123
43124 \begin_inset Phantom Phantom
43125 status open
43126
43127 \begin_layout Plain Layout
43128 W
43129 \end_layout
43130
43131 \end_inset
43132
43133
43134 \begin_inset ERT
43135 status collapsed
43136
43137 \begin_layout Plain Layout
43138
43139 }
43140 \end_layout
43141
43142 \end_inset
43143
43144  CarnationPink
43145 \end_layout
43146
43147 \end_inset
43148 </cell>
43149 <cell alignment="left" valignment="top" usebox="none">
43150 \begin_inset Text
43151
43152 \begin_layout Plain Layout
43153 \begin_inset ERT
43154 status collapsed
43155
43156 \begin_layout Plain Layout
43157
43158
43159 \backslash
43160 fcolorbox{black}{
43161 \end_layout
43162
43163 \end_inset
43164
43165 Cerulean
43166 \begin_inset ERT
43167 status collapsed
43168
43169 \begin_layout Plain Layout
43170
43171 }{
43172 \end_layout
43173
43174 \end_inset
43175
43176
43177 \begin_inset Phantom Phantom
43178 status open
43179
43180 \begin_layout Plain Layout
43181 W
43182 \end_layout
43183
43184 \end_inset
43185
43186
43187 \begin_inset ERT
43188 status collapsed
43189
43190 \begin_layout Plain Layout
43191
43192 }
43193 \end_layout
43194
43195 \end_inset
43196
43197  Cerulean
43198 \end_layout
43199
43200 \end_inset
43201 </cell>
43202 <cell alignment="left" valignment="top" usebox="none">
43203 \begin_inset Text
43204
43205 \begin_layout Plain Layout
43206 \begin_inset ERT
43207 status collapsed
43208
43209 \begin_layout Plain Layout
43210
43211
43212 \backslash
43213 fcolorbox{black}{
43214 \end_layout
43215
43216 \end_inset
43217
43218 CornflowerBlue
43219 \begin_inset ERT
43220 status collapsed
43221
43222 \begin_layout Plain Layout
43223
43224 }{
43225 \end_layout
43226
43227 \end_inset
43228
43229
43230 \begin_inset Phantom Phantom
43231 status open
43232
43233 \begin_layout Plain Layout
43234 W
43235 \end_layout
43236
43237 \end_inset
43238
43239
43240 \begin_inset ERT
43241 status collapsed
43242
43243 \begin_layout Plain Layout
43244
43245 }
43246 \end_layout
43247
43248 \end_inset
43249
43250  CornflowerBlue
43251 \end_layout
43252
43253 \end_inset
43254 </cell>
43255 </row>
43256 <row>
43257 <cell alignment="left" valignment="top" usebox="none">
43258 \begin_inset Text
43259
43260 \begin_layout Plain Layout
43261 \begin_inset ERT
43262 status collapsed
43263
43264 \begin_layout Plain Layout
43265
43266
43267 \backslash
43268 fcolorbox{black}{
43269 \end_layout
43270
43271 \end_inset
43272
43273 Dandelion
43274 \begin_inset ERT
43275 status collapsed
43276
43277 \begin_layout Plain Layout
43278
43279 }{
43280 \end_layout
43281
43282 \end_inset
43283
43284
43285 \begin_inset Phantom Phantom
43286 status open
43287
43288 \begin_layout Plain Layout
43289 W
43290 \end_layout
43291
43292 \end_inset
43293
43294
43295 \begin_inset ERT
43296 status collapsed
43297
43298 \begin_layout Plain Layout
43299
43300 }
43301 \end_layout
43302
43303 \end_inset
43304
43305  Dandelion
43306 \end_layout
43307
43308 \end_inset
43309 </cell>
43310 <cell alignment="left" valignment="top" usebox="none">
43311 \begin_inset Text
43312
43313 \begin_layout Plain Layout
43314 \begin_inset ERT
43315 status collapsed
43316
43317 \begin_layout Plain Layout
43318
43319
43320 \backslash
43321 fcolorbox{black}{
43322 \end_layout
43323
43324 \end_inset
43325
43326 DarkOrchid
43327 \begin_inset ERT
43328 status collapsed
43329
43330 \begin_layout Plain Layout
43331
43332 }{
43333 \end_layout
43334
43335 \end_inset
43336
43337
43338 \begin_inset Phantom Phantom
43339 status open
43340
43341 \begin_layout Plain Layout
43342 W
43343 \end_layout
43344
43345 \end_inset
43346
43347
43348 \begin_inset ERT
43349 status collapsed
43350
43351 \begin_layout Plain Layout
43352
43353 }
43354 \end_layout
43355
43356 \end_inset
43357
43358  DarkOrchid
43359 \end_layout
43360
43361 \end_inset
43362 </cell>
43363 <cell alignment="left" valignment="top" usebox="none">
43364 \begin_inset Text
43365
43366 \begin_layout Plain Layout
43367 \begin_inset ERT
43368 status collapsed
43369
43370 \begin_layout Plain Layout
43371
43372
43373 \backslash
43374 fcolorbox{black}{
43375 \end_layout
43376
43377 \end_inset
43378
43379 Emerald
43380 \begin_inset ERT
43381 status collapsed
43382
43383 \begin_layout Plain Layout
43384
43385 }{
43386 \end_layout
43387
43388 \end_inset
43389
43390
43391 \begin_inset Phantom Phantom
43392 status open
43393
43394 \begin_layout Plain Layout
43395 W
43396 \end_layout
43397
43398 \end_inset
43399
43400
43401 \begin_inset ERT
43402 status collapsed
43403
43404 \begin_layout Plain Layout
43405
43406 }
43407 \end_layout
43408
43409 \end_inset
43410
43411  Emerald
43412 \end_layout
43413
43414 \end_inset
43415 </cell>
43416 <cell alignment="left" valignment="top" usebox="none">
43417 \begin_inset Text
43418
43419 \begin_layout Plain Layout
43420 \begin_inset ERT
43421 status collapsed
43422
43423 \begin_layout Plain Layout
43424
43425
43426 \backslash
43427 fcolorbox{black}{
43428 \end_layout
43429
43430 \end_inset
43431
43432 ForestGreen
43433 \begin_inset ERT
43434 status collapsed
43435
43436 \begin_layout Plain Layout
43437
43438 }{
43439 \end_layout
43440
43441 \end_inset
43442
43443
43444 \begin_inset Phantom Phantom
43445 status open
43446
43447 \begin_layout Plain Layout
43448 W
43449 \end_layout
43450
43451 \end_inset
43452
43453
43454 \begin_inset ERT
43455 status collapsed
43456
43457 \begin_layout Plain Layout
43458
43459 }
43460 \end_layout
43461
43462 \end_inset
43463
43464  ForestGreen
43465 \end_layout
43466
43467 \end_inset
43468 </cell>
43469 </row>
43470 <row>
43471 <cell alignment="left" valignment="top" usebox="none">
43472 \begin_inset Text
43473
43474 \begin_layout Plain Layout
43475 \begin_inset ERT
43476 status collapsed
43477
43478 \begin_layout Plain Layout
43479
43480
43481 \backslash
43482 fcolorbox{black}{
43483 \end_layout
43484
43485 \end_inset
43486
43487 Fuchsia
43488 \begin_inset ERT
43489 status collapsed
43490
43491 \begin_layout Plain Layout
43492
43493 }{
43494 \end_layout
43495
43496 \end_inset
43497
43498
43499 \begin_inset Phantom Phantom
43500 status open
43501
43502 \begin_layout Plain Layout
43503 W
43504 \end_layout
43505
43506 \end_inset
43507
43508
43509 \begin_inset ERT
43510 status collapsed
43511
43512 \begin_layout Plain Layout
43513
43514 }
43515 \end_layout
43516
43517 \end_inset
43518
43519  Fuchsia
43520 \end_layout
43521
43522 \end_inset
43523 </cell>
43524 <cell alignment="left" valignment="top" usebox="none">
43525 \begin_inset Text
43526
43527 \begin_layout Plain Layout
43528 \begin_inset ERT
43529 status collapsed
43530
43531 \begin_layout Plain Layout
43532
43533
43534 \backslash
43535 fcolorbox{black}{
43536 \end_layout
43537
43538 \end_inset
43539
43540 Goldenrod
43541 \begin_inset ERT
43542 status collapsed
43543
43544 \begin_layout Plain Layout
43545
43546 }{
43547 \end_layout
43548
43549 \end_inset
43550
43551
43552 \begin_inset Phantom Phantom
43553 status open
43554
43555 \begin_layout Plain Layout
43556 W
43557 \end_layout
43558
43559 \end_inset
43560
43561
43562 \begin_inset ERT
43563 status collapsed
43564
43565 \begin_layout Plain Layout
43566
43567 }
43568 \end_layout
43569
43570 \end_inset
43571
43572  Goldenrod
43573 \end_layout
43574
43575 \end_inset
43576 </cell>
43577 <cell alignment="left" valignment="top" usebox="none">
43578 \begin_inset Text
43579
43580 \begin_layout Plain Layout
43581 \begin_inset ERT
43582 status collapsed
43583
43584 \begin_layout Plain Layout
43585
43586
43587 \backslash
43588 fcolorbox{black}{
43589 \end_layout
43590
43591 \end_inset
43592
43593 Gray
43594 \begin_inset ERT
43595 status collapsed
43596
43597 \begin_layout Plain Layout
43598
43599 }{
43600 \end_layout
43601
43602 \end_inset
43603
43604
43605 \begin_inset Phantom Phantom
43606 status open
43607
43608 \begin_layout Plain Layout
43609 W
43610 \end_layout
43611
43612 \end_inset
43613
43614
43615 \begin_inset ERT
43616 status collapsed
43617
43618 \begin_layout Plain Layout
43619
43620 }
43621 \end_layout
43622
43623 \end_inset
43624
43625  Gray
43626 \end_layout
43627
43628 \end_inset
43629 </cell>
43630 <cell alignment="left" valignment="top" usebox="none">
43631 \begin_inset Text
43632
43633 \begin_layout Plain Layout
43634 \begin_inset ERT
43635 status collapsed
43636
43637 \begin_layout Plain Layout
43638
43639
43640 \backslash
43641 fcolorbox{black}{
43642 \end_layout
43643
43644 \end_inset
43645
43646 GreenYellow
43647 \begin_inset ERT
43648 status collapsed
43649
43650 \begin_layout Plain Layout
43651
43652 }{
43653 \end_layout
43654
43655 \end_inset
43656
43657
43658 \begin_inset Phantom Phantom
43659 status open
43660
43661 \begin_layout Plain Layout
43662 W
43663 \end_layout
43664
43665 \end_inset
43666
43667
43668 \begin_inset ERT
43669 status collapsed
43670
43671 \begin_layout Plain Layout
43672
43673 }
43674 \end_layout
43675
43676 \end_inset
43677
43678  GreenYellow
43679 \end_layout
43680
43681 \end_inset
43682 </cell>
43683 </row>
43684 <row>
43685 <cell alignment="center" valignment="top" usebox="none">
43686 \begin_inset Text
43687
43688 \begin_layout Plain Layout
43689 \begin_inset ERT
43690 status collapsed
43691
43692 \begin_layout Plain Layout
43693
43694
43695 \backslash
43696 fcolorbox{black}{
43697 \end_layout
43698
43699 \end_inset
43700
43701 JungleGreen
43702 \begin_inset ERT
43703 status collapsed
43704
43705 \begin_layout Plain Layout
43706
43707 }{
43708 \end_layout
43709
43710 \end_inset
43711
43712
43713 \begin_inset Phantom Phantom
43714 status open
43715
43716 \begin_layout Plain Layout
43717 W
43718 \end_layout
43719
43720 \end_inset
43721
43722
43723 \begin_inset ERT
43724 status collapsed
43725
43726 \begin_layout Plain Layout
43727
43728 }
43729 \end_layout
43730
43731 \end_inset
43732
43733  JungleGreen
43734 \end_layout
43735
43736 \end_inset
43737 </cell>
43738 <cell alignment="center" valignment="top" usebox="none">
43739 \begin_inset Text
43740
43741 \begin_layout Plain Layout
43742 \begin_inset ERT
43743 status collapsed
43744
43745 \begin_layout Plain Layout
43746
43747
43748 \backslash
43749 fcolorbox{black}{
43750 \end_layout
43751
43752 \end_inset
43753
43754 Lavender
43755 \begin_inset ERT
43756 status collapsed
43757
43758 \begin_layout Plain Layout
43759
43760 }{
43761 \end_layout
43762
43763 \end_inset
43764
43765
43766 \begin_inset Phantom Phantom
43767 status open
43768
43769 \begin_layout Plain Layout
43770 W
43771 \end_layout
43772
43773 \end_inset
43774
43775
43776 \begin_inset ERT
43777 status collapsed
43778
43779 \begin_layout Plain Layout
43780
43781 }
43782 \end_layout
43783
43784 \end_inset
43785
43786  Lavender
43787 \end_layout
43788
43789 \end_inset
43790 </cell>
43791 <cell alignment="center" valignment="top" usebox="none">
43792 \begin_inset Text
43793
43794 \begin_layout Plain Layout
43795 \begin_inset ERT
43796 status collapsed
43797
43798 \begin_layout Plain Layout
43799
43800
43801 \backslash
43802 fcolorbox{black}{
43803 \end_layout
43804
43805 \end_inset
43806
43807 LimeGreen
43808 \begin_inset ERT
43809 status collapsed
43810
43811 \begin_layout Plain Layout
43812
43813 }{
43814 \end_layout
43815
43816 \end_inset
43817
43818
43819 \begin_inset Phantom Phantom
43820 status open
43821
43822 \begin_layout Plain Layout
43823 W
43824 \end_layout
43825
43826 \end_inset
43827
43828
43829 \begin_inset ERT
43830 status collapsed
43831
43832 \begin_layout Plain Layout
43833
43834 }
43835 \end_layout
43836
43837 \end_inset
43838
43839  LimeGreen
43840 \end_layout
43841
43842 \end_inset
43843 </cell>
43844 <cell alignment="center" valignment="top" usebox="none">
43845 \begin_inset Text
43846
43847 \begin_layout Plain Layout
43848 \begin_inset ERT
43849 status collapsed
43850
43851 \begin_layout Plain Layout
43852
43853
43854 \backslash
43855 fcolorbox{black}{
43856 \end_layout
43857
43858 \end_inset
43859
43860 Mahogany
43861 \begin_inset ERT
43862 status collapsed
43863
43864 \begin_layout Plain Layout
43865
43866 }{
43867 \end_layout
43868
43869 \end_inset
43870
43871
43872 \begin_inset Phantom Phantom
43873 status open
43874
43875 \begin_layout Plain Layout
43876 W
43877 \end_layout
43878
43879 \end_inset
43880
43881
43882 \begin_inset ERT
43883 status collapsed
43884
43885 \begin_layout Plain Layout
43886
43887 }
43888 \end_layout
43889
43890 \end_inset
43891
43892  Mahogany
43893 \end_layout
43894
43895 \end_inset
43896 </cell>
43897 </row>
43898 <row>
43899 <cell alignment="left" valignment="top" usebox="none">
43900 \begin_inset Text
43901
43902 \begin_layout Plain Layout
43903 \begin_inset ERT
43904 status collapsed
43905
43906 \begin_layout Plain Layout
43907
43908
43909 \backslash
43910 fcolorbox{black}{
43911 \end_layout
43912
43913 \end_inset
43914
43915 Mahogany
43916 \begin_inset ERT
43917 status collapsed
43918
43919 \begin_layout Plain Layout
43920
43921 }{
43922 \end_layout
43923
43924 \end_inset
43925
43926
43927 \begin_inset Phantom Phantom
43928 status open
43929
43930 \begin_layout Plain Layout
43931 W
43932 \end_layout
43933
43934 \end_inset
43935
43936
43937 \begin_inset ERT
43938 status collapsed
43939
43940 \begin_layout Plain Layout
43941
43942 }
43943 \end_layout
43944
43945 \end_inset
43946
43947  Mahogany
43948 \end_layout
43949
43950 \end_inset
43951 </cell>
43952 <cell alignment="left" valignment="top" usebox="none">
43953 \begin_inset Text
43954
43955 \begin_layout Plain Layout
43956 \begin_inset ERT
43957 status collapsed
43958
43959 \begin_layout Plain Layout
43960
43961
43962 \backslash
43963 fcolorbox{black}{
43964 \end_layout
43965
43966 \end_inset
43967
43968 Maroon
43969 \begin_inset ERT
43970 status collapsed
43971
43972 \begin_layout Plain Layout
43973
43974 }{
43975 \end_layout
43976
43977 \end_inset
43978
43979
43980 \begin_inset Phantom Phantom
43981 status open
43982
43983 \begin_layout Plain Layout
43984 W
43985 \end_layout
43986
43987 \end_inset
43988
43989
43990 \begin_inset ERT
43991 status collapsed
43992
43993 \begin_layout Plain Layout
43994
43995 }
43996 \end_layout
43997
43998 \end_inset
43999
44000  Maroon
44001 \end_layout
44002
44003 \end_inset
44004 </cell>
44005 <cell alignment="left" valignment="top" usebox="none">
44006 \begin_inset Text
44007
44008 \begin_layout Plain Layout
44009 \begin_inset ERT
44010 status collapsed
44011
44012 \begin_layout Plain Layout
44013
44014
44015 \backslash
44016 fcolorbox{black}{
44017 \end_layout
44018
44019 \end_inset
44020
44021 Melon
44022 \begin_inset ERT
44023 status collapsed
44024
44025 \begin_layout Plain Layout
44026
44027 }{
44028 \end_layout
44029
44030 \end_inset
44031
44032
44033 \begin_inset Phantom Phantom
44034 status open
44035
44036 \begin_layout Plain Layout
44037 W
44038 \end_layout
44039
44040 \end_inset
44041
44042
44043 \begin_inset ERT
44044 status collapsed
44045
44046 \begin_layout Plain Layout
44047
44048 }
44049 \end_layout
44050
44051 \end_inset
44052
44053  Melon
44054 \end_layout
44055
44056 \end_inset
44057 </cell>
44058 <cell alignment="left" valignment="top" usebox="none">
44059 \begin_inset Text
44060
44061 \begin_layout Plain Layout
44062 \begin_inset ERT
44063 status collapsed
44064
44065 \begin_layout Plain Layout
44066
44067
44068 \backslash
44069 fcolorbox{black}{
44070 \end_layout
44071
44072 \end_inset
44073
44074 MidnightBlue
44075 \begin_inset ERT
44076 status collapsed
44077
44078 \begin_layout Plain Layout
44079
44080 }{
44081 \end_layout
44082
44083 \end_inset
44084
44085
44086 \begin_inset Phantom Phantom
44087 status open
44088
44089 \begin_layout Plain Layout
44090 W
44091 \end_layout
44092
44093 \end_inset
44094
44095
44096 \begin_inset ERT
44097 status collapsed
44098
44099 \begin_layout Plain Layout
44100
44101 }
44102 \end_layout
44103
44104 \end_inset
44105
44106  MidnightBlue
44107 \end_layout
44108
44109 \end_inset
44110 </cell>
44111 </row>
44112 <row>
44113 <cell alignment="left" valignment="top" usebox="none">
44114 \begin_inset Text
44115
44116 \begin_layout Plain Layout
44117 \begin_inset ERT
44118 status collapsed
44119
44120 \begin_layout Plain Layout
44121
44122
44123 \backslash
44124 fcolorbox{black}{
44125 \end_layout
44126
44127 \end_inset
44128
44129 Mulberry
44130 \begin_inset ERT
44131 status collapsed
44132
44133 \begin_layout Plain Layout
44134
44135 }{
44136 \end_layout
44137
44138 \end_inset
44139
44140
44141 \begin_inset Phantom Phantom
44142 status open
44143
44144 \begin_layout Plain Layout
44145 W
44146 \end_layout
44147
44148 \end_inset
44149
44150
44151 \begin_inset ERT
44152 status collapsed
44153
44154 \begin_layout Plain Layout
44155
44156 }
44157 \end_layout
44158
44159 \end_inset
44160
44161  Mulberry
44162 \end_layout
44163
44164 \end_inset
44165 </cell>
44166 <cell alignment="left" valignment="top" usebox="none">
44167 \begin_inset Text
44168
44169 \begin_layout Plain Layout
44170 \begin_inset ERT
44171 status collapsed
44172
44173 \begin_layout Plain Layout
44174
44175
44176 \backslash
44177 fcolorbox{black}{
44178 \end_layout
44179
44180 \end_inset
44181
44182 NavyBlue
44183 \begin_inset ERT
44184 status collapsed
44185
44186 \begin_layout Plain Layout
44187
44188 }{
44189 \end_layout
44190
44191 \end_inset
44192
44193
44194 \begin_inset Phantom Phantom
44195 status open
44196
44197 \begin_layout Plain Layout
44198 W
44199 \end_layout
44200
44201 \end_inset
44202
44203
44204 \begin_inset ERT
44205 status collapsed
44206
44207 \begin_layout Plain Layout
44208
44209 }
44210 \end_layout
44211
44212 \end_inset
44213
44214  NavyBlue
44215 \end_layout
44216
44217 \end_inset
44218 </cell>
44219 <cell alignment="left" valignment="top" usebox="none">
44220 \begin_inset Text
44221
44222 \begin_layout Plain Layout
44223 \begin_inset ERT
44224 status collapsed
44225
44226 \begin_layout Plain Layout
44227
44228
44229 \backslash
44230 fcolorbox{black}{
44231 \end_layout
44232
44233 \end_inset
44234
44235 OliveGreen
44236 \begin_inset ERT
44237 status collapsed
44238
44239 \begin_layout Plain Layout
44240
44241 }{
44242 \end_layout
44243
44244 \end_inset
44245
44246
44247 \begin_inset Phantom Phantom
44248 status open
44249
44250 \begin_layout Plain Layout
44251 W
44252 \end_layout
44253
44254 \end_inset
44255
44256
44257 \begin_inset ERT
44258 status collapsed
44259
44260 \begin_layout Plain Layout
44261
44262 }
44263 \end_layout
44264
44265 \end_inset
44266
44267  OliveGreen
44268 \end_layout
44269
44270 \end_inset
44271 </cell>
44272 <cell alignment="left" valignment="top" usebox="none">
44273 \begin_inset Text
44274
44275 \begin_layout Plain Layout
44276 \begin_inset ERT
44277 status collapsed
44278
44279 \begin_layout Plain Layout
44280
44281
44282 \backslash
44283 fcolorbox{black}{
44284 \end_layout
44285
44286 \end_inset
44287
44288 Orange
44289 \begin_inset ERT
44290 status collapsed
44291
44292 \begin_layout Plain Layout
44293
44294 }{
44295 \end_layout
44296
44297 \end_inset
44298
44299
44300 \begin_inset Phantom Phantom
44301 status open
44302
44303 \begin_layout Plain Layout
44304 W
44305 \end_layout
44306
44307 \end_inset
44308
44309
44310 \begin_inset ERT
44311 status collapsed
44312
44313 \begin_layout Plain Layout
44314
44315 }
44316 \end_layout
44317
44318 \end_inset
44319
44320  Orange
44321 \end_layout
44322
44323 \end_inset
44324 </cell>
44325 </row>
44326 <row>
44327 <cell alignment="left" valignment="top" usebox="none">
44328 \begin_inset Text
44329
44330 \begin_layout Plain Layout
44331 \begin_inset ERT
44332 status collapsed
44333
44334 \begin_layout Plain Layout
44335
44336
44337 \backslash
44338 fcolorbox{black}{
44339 \end_layout
44340
44341 \end_inset
44342
44343 OrangeRed
44344 \begin_inset ERT
44345 status collapsed
44346
44347 \begin_layout Plain Layout
44348
44349 }{
44350 \end_layout
44351
44352 \end_inset
44353
44354
44355 \begin_inset Phantom Phantom
44356 status open
44357
44358 \begin_layout Plain Layout
44359 W
44360 \end_layout
44361
44362 \end_inset
44363
44364
44365 \begin_inset ERT
44366 status collapsed
44367
44368 \begin_layout Plain Layout
44369
44370 }
44371 \end_layout
44372
44373 \end_inset
44374
44375  OrangeRed
44376 \end_layout
44377
44378 \end_inset
44379 </cell>
44380 <cell alignment="left" valignment="top" usebox="none">
44381 \begin_inset Text
44382
44383 \begin_layout Plain Layout
44384 \begin_inset ERT
44385 status collapsed
44386
44387 \begin_layout Plain Layout
44388
44389
44390 \backslash
44391 fcolorbox{black}{
44392 \end_layout
44393
44394 \end_inset
44395
44396 Orchid
44397 \begin_inset ERT
44398 status collapsed
44399
44400 \begin_layout Plain Layout
44401
44402 }{
44403 \end_layout
44404
44405 \end_inset
44406
44407
44408 \begin_inset Phantom Phantom
44409 status open
44410
44411 \begin_layout Plain Layout
44412 W
44413 \end_layout
44414
44415 \end_inset
44416
44417
44418 \begin_inset ERT
44419 status collapsed
44420
44421 \begin_layout Plain Layout
44422
44423 }
44424 \end_layout
44425
44426 \end_inset
44427
44428  Orchid
44429 \end_layout
44430
44431 \end_inset
44432 </cell>
44433 <cell alignment="left" valignment="top" usebox="none">
44434 \begin_inset Text
44435
44436 \begin_layout Plain Layout
44437 \begin_inset ERT
44438 status collapsed
44439
44440 \begin_layout Plain Layout
44441
44442
44443 \backslash
44444 fcolorbox{black}{
44445 \end_layout
44446
44447 \end_inset
44448
44449 Peach
44450 \begin_inset ERT
44451 status collapsed
44452
44453 \begin_layout Plain Layout
44454
44455 }{
44456 \end_layout
44457
44458 \end_inset
44459
44460
44461 \begin_inset Phantom Phantom
44462 status open
44463
44464 \begin_layout Plain Layout
44465 W
44466 \end_layout
44467
44468 \end_inset
44469
44470
44471 \begin_inset ERT
44472 status collapsed
44473
44474 \begin_layout Plain Layout
44475
44476 }
44477 \end_layout
44478
44479 \end_inset
44480
44481  Peach
44482 \end_layout
44483
44484 \end_inset
44485 </cell>
44486 <cell alignment="left" valignment="top" usebox="none">
44487 \begin_inset Text
44488
44489 \begin_layout Plain Layout
44490 \begin_inset ERT
44491 status collapsed
44492
44493 \begin_layout Plain Layout
44494
44495
44496 \backslash
44497 fcolorbox{black}{
44498 \end_layout
44499
44500 \end_inset
44501
44502 Periwinkle
44503 \begin_inset ERT
44504 status collapsed
44505
44506 \begin_layout Plain Layout
44507
44508 }{
44509 \end_layout
44510
44511 \end_inset
44512
44513
44514 \begin_inset Phantom Phantom
44515 status open
44516
44517 \begin_layout Plain Layout
44518 W
44519 \end_layout
44520
44521 \end_inset
44522
44523
44524 \begin_inset ERT
44525 status collapsed
44526
44527 \begin_layout Plain Layout
44528
44529 }
44530 \end_layout
44531
44532 \end_inset
44533
44534  Periwinkle
44535 \end_layout
44536
44537 \end_inset
44538 </cell>
44539 </row>
44540 <row>
44541 <cell alignment="left" valignment="top" usebox="none">
44542 \begin_inset Text
44543
44544 \begin_layout Plain Layout
44545 \begin_inset ERT
44546 status collapsed
44547
44548 \begin_layout Plain Layout
44549
44550
44551 \backslash
44552 fcolorbox{black}{
44553 \end_layout
44554
44555 \end_inset
44556
44557 PineGreen
44558 \begin_inset ERT
44559 status collapsed
44560
44561 \begin_layout Plain Layout
44562
44563 }{
44564 \end_layout
44565
44566 \end_inset
44567
44568
44569 \begin_inset Phantom Phantom
44570 status open
44571
44572 \begin_layout Plain Layout
44573 W
44574 \end_layout
44575
44576 \end_inset
44577
44578
44579 \begin_inset ERT
44580 status collapsed
44581
44582 \begin_layout Plain Layout
44583
44584 }
44585 \end_layout
44586
44587 \end_inset
44588
44589  PineGreen
44590 \end_layout
44591
44592 \end_inset
44593 </cell>
44594 <cell alignment="left" valignment="top" usebox="none">
44595 \begin_inset Text
44596
44597 \begin_layout Plain Layout
44598 \begin_inset ERT
44599 status collapsed
44600
44601 \begin_layout Plain Layout
44602
44603
44604 \backslash
44605 fcolorbox{black}{
44606 \end_layout
44607
44608 \end_inset
44609
44610 Plum
44611 \begin_inset ERT
44612 status collapsed
44613
44614 \begin_layout Plain Layout
44615
44616 }{
44617 \end_layout
44618
44619 \end_inset
44620
44621
44622 \begin_inset Phantom Phantom
44623 status open
44624
44625 \begin_layout Plain Layout
44626 W
44627 \end_layout
44628
44629 \end_inset
44630
44631
44632 \begin_inset ERT
44633 status collapsed
44634
44635 \begin_layout Plain Layout
44636
44637 }
44638 \end_layout
44639
44640 \end_inset
44641
44642  Plum
44643 \end_layout
44644
44645 \end_inset
44646 </cell>
44647 <cell alignment="left" valignment="top" usebox="none">
44648 \begin_inset Text
44649
44650 \begin_layout Plain Layout
44651 \begin_inset ERT
44652 status collapsed
44653
44654 \begin_layout Plain Layout
44655
44656
44657 \backslash
44658 fcolorbox{black}{
44659 \end_layout
44660
44661 \end_inset
44662
44663 ProcessBlue
44664 \begin_inset ERT
44665 status collapsed
44666
44667 \begin_layout Plain Layout
44668
44669 }{
44670 \end_layout
44671
44672 \end_inset
44673
44674
44675 \begin_inset Phantom Phantom
44676 status open
44677
44678 \begin_layout Plain Layout
44679 W
44680 \end_layout
44681
44682 \end_inset
44683
44684
44685 \begin_inset ERT
44686 status collapsed
44687
44688 \begin_layout Plain Layout
44689
44690 }
44691 \end_layout
44692
44693 \end_inset
44694
44695  ProcessBlue
44696 \end_layout
44697
44698 \end_inset
44699 </cell>
44700 <cell alignment="left" valignment="top" usebox="none">
44701 \begin_inset Text
44702
44703 \begin_layout Plain Layout
44704 \begin_inset ERT
44705 status collapsed
44706
44707 \begin_layout Plain Layout
44708
44709
44710 \backslash
44711 fcolorbox{black}{
44712 \end_layout
44713
44714 \end_inset
44715
44716 Purple
44717 \begin_inset ERT
44718 status collapsed
44719
44720 \begin_layout Plain Layout
44721
44722 }{
44723 \end_layout
44724
44725 \end_inset
44726
44727
44728 \begin_inset Phantom Phantom
44729 status open
44730
44731 \begin_layout Plain Layout
44732 W
44733 \end_layout
44734
44735 \end_inset
44736
44737
44738 \begin_inset ERT
44739 status collapsed
44740
44741 \begin_layout Plain Layout
44742
44743 }
44744 \end_layout
44745
44746 \end_inset
44747
44748  Purple
44749 \end_layout
44750
44751 \end_inset
44752 </cell>
44753 </row>
44754 <row>
44755 <cell alignment="left" valignment="top" usebox="none">
44756 \begin_inset Text
44757
44758 \begin_layout Plain Layout
44759 \begin_inset ERT
44760 status collapsed
44761
44762 \begin_layout Plain Layout
44763
44764
44765 \backslash
44766 fcolorbox{black}{
44767 \end_layout
44768
44769 \end_inset
44770
44771 RawSienna
44772 \begin_inset ERT
44773 status collapsed
44774
44775 \begin_layout Plain Layout
44776
44777 }{
44778 \end_layout
44779
44780 \end_inset
44781
44782
44783 \begin_inset Phantom Phantom
44784 status open
44785
44786 \begin_layout Plain Layout
44787 W
44788 \end_layout
44789
44790 \end_inset
44791
44792
44793 \begin_inset ERT
44794 status collapsed
44795
44796 \begin_layout Plain Layout
44797
44798 }
44799 \end_layout
44800
44801 \end_inset
44802
44803  RawSienna
44804 \end_layout
44805
44806 \end_inset
44807 </cell>
44808 <cell alignment="left" valignment="top" usebox="none">
44809 \begin_inset Text
44810
44811 \begin_layout Plain Layout
44812 \begin_inset ERT
44813 status collapsed
44814
44815 \begin_layout Plain Layout
44816
44817
44818 \backslash
44819 fcolorbox{black}{
44820 \end_layout
44821
44822 \end_inset
44823
44824 RedOrange
44825 \begin_inset ERT
44826 status collapsed
44827
44828 \begin_layout Plain Layout
44829
44830 }{
44831 \end_layout
44832
44833 \end_inset
44834
44835
44836 \begin_inset Phantom Phantom
44837 status open
44838
44839 \begin_layout Plain Layout
44840 W
44841 \end_layout
44842
44843 \end_inset
44844
44845
44846 \begin_inset ERT
44847 status collapsed
44848
44849 \begin_layout Plain Layout
44850
44851 }
44852 \end_layout
44853
44854 \end_inset
44855
44856  RedOrange
44857 \end_layout
44858
44859 \end_inset
44860 </cell>
44861 <cell alignment="left" valignment="top" usebox="none">
44862 \begin_inset Text
44863
44864 \begin_layout Plain Layout
44865 \begin_inset ERT
44866 status collapsed
44867
44868 \begin_layout Plain Layout
44869
44870
44871 \backslash
44872 fcolorbox{black}{
44873 \end_layout
44874
44875 \end_inset
44876
44877 RedViolet
44878 \begin_inset ERT
44879 status collapsed
44880
44881 \begin_layout Plain Layout
44882
44883 }{
44884 \end_layout
44885
44886 \end_inset
44887
44888
44889 \begin_inset Phantom Phantom
44890 status open
44891
44892 \begin_layout Plain Layout
44893 W
44894 \end_layout
44895
44896 \end_inset
44897
44898
44899 \begin_inset ERT
44900 status collapsed
44901
44902 \begin_layout Plain Layout
44903
44904 }
44905 \end_layout
44906
44907 \end_inset
44908
44909  RedViolet
44910 \end_layout
44911
44912 \end_inset
44913 </cell>
44914 <cell alignment="left" valignment="top" usebox="none">
44915 \begin_inset Text
44916
44917 \begin_layout Plain Layout
44918 \begin_inset ERT
44919 status collapsed
44920
44921 \begin_layout Plain Layout
44922
44923
44924 \backslash
44925 fcolorbox{black}{
44926 \end_layout
44927
44928 \end_inset
44929
44930 Rhodamine
44931 \begin_inset ERT
44932 status collapsed
44933
44934 \begin_layout Plain Layout
44935
44936 }{
44937 \end_layout
44938
44939 \end_inset
44940
44941
44942 \begin_inset Phantom Phantom
44943 status open
44944
44945 \begin_layout Plain Layout
44946 W
44947 \end_layout
44948
44949 \end_inset
44950
44951
44952 \begin_inset ERT
44953 status collapsed
44954
44955 \begin_layout Plain Layout
44956
44957 }
44958 \end_layout
44959
44960 \end_inset
44961
44962  Rhodamine
44963 \end_layout
44964
44965 \end_inset
44966 </cell>
44967 </row>
44968 <row>
44969 <cell alignment="left" valignment="top" usebox="none">
44970 \begin_inset Text
44971
44972 \begin_layout Plain Layout
44973 \begin_inset ERT
44974 status collapsed
44975
44976 \begin_layout Plain Layout
44977
44978
44979 \backslash
44980 fcolorbox{black}{
44981 \end_layout
44982
44983 \end_inset
44984
44985 RoyalBlue
44986 \begin_inset ERT
44987 status collapsed
44988
44989 \begin_layout Plain Layout
44990
44991 }{
44992 \end_layout
44993
44994 \end_inset
44995
44996
44997 \begin_inset Phantom Phantom
44998 status open
44999
45000 \begin_layout Plain Layout
45001 W
45002 \end_layout
45003
45004 \end_inset
45005
45006
45007 \begin_inset ERT
45008 status collapsed
45009
45010 \begin_layout Plain Layout
45011
45012 }
45013 \end_layout
45014
45015 \end_inset
45016
45017  RoyalBlue
45018 \end_layout
45019
45020 \end_inset
45021 </cell>
45022 <cell alignment="left" valignment="top" usebox="none">
45023 \begin_inset Text
45024
45025 \begin_layout Plain Layout
45026 \begin_inset ERT
45027 status collapsed
45028
45029 \begin_layout Plain Layout
45030
45031
45032 \backslash
45033 fcolorbox{black}{
45034 \end_layout
45035
45036 \end_inset
45037
45038 RoyalPurple
45039 \begin_inset ERT
45040 status collapsed
45041
45042 \begin_layout Plain Layout
45043
45044 }{
45045 \end_layout
45046
45047 \end_inset
45048
45049
45050 \begin_inset Phantom Phantom
45051 status open
45052
45053 \begin_layout Plain Layout
45054 W
45055 \end_layout
45056
45057 \end_inset
45058
45059
45060 \begin_inset ERT
45061 status collapsed
45062
45063 \begin_layout Plain Layout
45064
45065 }
45066 \end_layout
45067
45068 \end_inset
45069
45070  RoyalPurple
45071 \end_layout
45072
45073 \end_inset
45074 </cell>
45075 <cell alignment="left" valignment="top" usebox="none">
45076 \begin_inset Text
45077
45078 \begin_layout Plain Layout
45079 \begin_inset ERT
45080 status collapsed
45081
45082 \begin_layout Plain Layout
45083
45084
45085 \backslash
45086 fcolorbox{black}{
45087 \end_layout
45088
45089 \end_inset
45090
45091 RubineRed
45092 \begin_inset ERT
45093 status collapsed
45094
45095 \begin_layout Plain Layout
45096
45097 }{
45098 \end_layout
45099
45100 \end_inset
45101
45102
45103 \begin_inset Phantom Phantom
45104 status open
45105
45106 \begin_layout Plain Layout
45107 W
45108 \end_layout
45109
45110 \end_inset
45111
45112
45113 \begin_inset ERT
45114 status collapsed
45115
45116 \begin_layout Plain Layout
45117
45118 }
45119 \end_layout
45120
45121 \end_inset
45122
45123  RubineRed
45124 \end_layout
45125
45126 \end_inset
45127 </cell>
45128 <cell alignment="left" valignment="top" usebox="none">
45129 \begin_inset Text
45130
45131 \begin_layout Plain Layout
45132 \begin_inset ERT
45133 status collapsed
45134
45135 \begin_layout Plain Layout
45136
45137
45138 \backslash
45139 fcolorbox{black}{
45140 \end_layout
45141
45142 \end_inset
45143
45144 Salmon
45145 \begin_inset ERT
45146 status collapsed
45147
45148 \begin_layout Plain Layout
45149
45150 }{
45151 \end_layout
45152
45153 \end_inset
45154
45155
45156 \begin_inset Phantom Phantom
45157 status open
45158
45159 \begin_layout Plain Layout
45160 W
45161 \end_layout
45162
45163 \end_inset
45164
45165
45166 \begin_inset ERT
45167 status collapsed
45168
45169 \begin_layout Plain Layout
45170
45171 }
45172 \end_layout
45173
45174 \end_inset
45175
45176  Salmon
45177 \end_layout
45178
45179 \end_inset
45180 </cell>
45181 </row>
45182 <row>
45183 <cell alignment="left" valignment="top" usebox="none">
45184 \begin_inset Text
45185
45186 \begin_layout Plain Layout
45187 \begin_inset ERT
45188 status collapsed
45189
45190 \begin_layout Plain Layout
45191
45192
45193 \backslash
45194 fcolorbox{black}{
45195 \end_layout
45196
45197 \end_inset
45198
45199 SeaGreen
45200 \begin_inset ERT
45201 status collapsed
45202
45203 \begin_layout Plain Layout
45204
45205 }{
45206 \end_layout
45207
45208 \end_inset
45209
45210
45211 \begin_inset Phantom Phantom
45212 status open
45213
45214 \begin_layout Plain Layout
45215 W
45216 \end_layout
45217
45218 \end_inset
45219
45220
45221 \begin_inset ERT
45222 status collapsed
45223
45224 \begin_layout Plain Layout
45225
45226 }
45227 \end_layout
45228
45229 \end_inset
45230
45231  SeaGreen
45232 \end_layout
45233
45234 \end_inset
45235 </cell>
45236 <cell alignment="left" valignment="top" usebox="none">
45237 \begin_inset Text
45238
45239 \begin_layout Plain Layout
45240 \begin_inset ERT
45241 status collapsed
45242
45243 \begin_layout Plain Layout
45244
45245
45246 \backslash
45247 fcolorbox{black}{
45248 \end_layout
45249
45250 \end_inset
45251
45252 Sepia
45253 \begin_inset ERT
45254 status collapsed
45255
45256 \begin_layout Plain Layout
45257
45258 }{
45259 \end_layout
45260
45261 \end_inset
45262
45263
45264 \begin_inset Phantom Phantom
45265 status open
45266
45267 \begin_layout Plain Layout
45268 W
45269 \end_layout
45270
45271 \end_inset
45272
45273
45274 \begin_inset ERT
45275 status collapsed
45276
45277 \begin_layout Plain Layout
45278
45279 }
45280 \end_layout
45281
45282 \end_inset
45283
45284  Sepia
45285 \end_layout
45286
45287 \end_inset
45288 </cell>
45289 <cell alignment="left" valignment="top" usebox="none">
45290 \begin_inset Text
45291
45292 \begin_layout Plain Layout
45293 \begin_inset ERT
45294 status collapsed
45295
45296 \begin_layout Plain Layout
45297
45298
45299 \backslash
45300 fcolorbox{black}{
45301 \end_layout
45302
45303 \end_inset
45304
45305 SkyBlue
45306 \begin_inset ERT
45307 status collapsed
45308
45309 \begin_layout Plain Layout
45310
45311 }{
45312 \end_layout
45313
45314 \end_inset
45315
45316
45317 \begin_inset Phantom Phantom
45318 status open
45319
45320 \begin_layout Plain Layout
45321 W
45322 \end_layout
45323
45324 \end_inset
45325
45326
45327 \begin_inset ERT
45328 status collapsed
45329
45330 \begin_layout Plain Layout
45331
45332 }
45333 \end_layout
45334
45335 \end_inset
45336
45337  SkyBlue
45338 \end_layout
45339
45340 \end_inset
45341 </cell>
45342 <cell alignment="left" valignment="top" usebox="none">
45343 \begin_inset Text
45344
45345 \begin_layout Plain Layout
45346 \begin_inset ERT
45347 status collapsed
45348
45349 \begin_layout Plain Layout
45350
45351
45352 \backslash
45353 fcolorbox{black}{
45354 \end_layout
45355
45356 \end_inset
45357
45358 SpringGreen
45359 \begin_inset ERT
45360 status collapsed
45361
45362 \begin_layout Plain Layout
45363
45364 }{
45365 \end_layout
45366
45367 \end_inset
45368
45369
45370 \begin_inset Phantom Phantom
45371 status open
45372
45373 \begin_layout Plain Layout
45374 W
45375 \end_layout
45376
45377 \end_inset
45378
45379
45380 \begin_inset ERT
45381 status collapsed
45382
45383 \begin_layout Plain Layout
45384
45385 }
45386 \end_layout
45387
45388 \end_inset
45389
45390  SpringGreen
45391 \end_layout
45392
45393 \end_inset
45394 </cell>
45395 </row>
45396 <row>
45397 <cell alignment="left" valignment="top" usebox="none">
45398 \begin_inset Text
45399
45400 \begin_layout Plain Layout
45401 \begin_inset ERT
45402 status collapsed
45403
45404 \begin_layout Plain Layout
45405
45406
45407 \backslash
45408 fcolorbox{black}{
45409 \end_layout
45410
45411 \end_inset
45412
45413 Tan
45414 \begin_inset ERT
45415 status collapsed
45416
45417 \begin_layout Plain Layout
45418
45419 }{
45420 \end_layout
45421
45422 \end_inset
45423
45424
45425 \begin_inset Phantom Phantom
45426 status open
45427
45428 \begin_layout Plain Layout
45429 W
45430 \end_layout
45431
45432 \end_inset
45433
45434
45435 \begin_inset ERT
45436 status collapsed
45437
45438 \begin_layout Plain Layout
45439
45440 }
45441 \end_layout
45442
45443 \end_inset
45444
45445  Tan
45446 \end_layout
45447
45448 \end_inset
45449 </cell>
45450 <cell alignment="left" valignment="top" usebox="none">
45451 \begin_inset Text
45452
45453 \begin_layout Plain Layout
45454 \begin_inset ERT
45455 status collapsed
45456
45457 \begin_layout Plain Layout
45458
45459
45460 \backslash
45461 fcolorbox{black}{
45462 \end_layout
45463
45464 \end_inset
45465
45466 TealBlue
45467 \begin_inset ERT
45468 status collapsed
45469
45470 \begin_layout Plain Layout
45471
45472 }{
45473 \end_layout
45474
45475 \end_inset
45476
45477
45478 \begin_inset Phantom Phantom
45479 status open
45480
45481 \begin_layout Plain Layout
45482 W
45483 \end_layout
45484
45485 \end_inset
45486
45487
45488 \begin_inset ERT
45489 status collapsed
45490
45491 \begin_layout Plain Layout
45492
45493 }
45494 \end_layout
45495
45496 \end_inset
45497
45498  TealBlue
45499 \end_layout
45500
45501 \end_inset
45502 </cell>
45503 <cell alignment="left" valignment="top" usebox="none">
45504 \begin_inset Text
45505
45506 \begin_layout Plain Layout
45507 \begin_inset ERT
45508 status collapsed
45509
45510 \begin_layout Plain Layout
45511
45512
45513 \backslash
45514 fcolorbox{black}{
45515 \end_layout
45516
45517 \end_inset
45518
45519 Thistle
45520 \begin_inset ERT
45521 status collapsed
45522
45523 \begin_layout Plain Layout
45524
45525 }{
45526 \end_layout
45527
45528 \end_inset
45529
45530
45531 \begin_inset Phantom Phantom
45532 status open
45533
45534 \begin_layout Plain Layout
45535 W
45536 \end_layout
45537
45538 \end_inset
45539
45540
45541 \begin_inset ERT
45542 status collapsed
45543
45544 \begin_layout Plain Layout
45545
45546 }
45547 \end_layout
45548
45549 \end_inset
45550
45551  Thistle
45552 \end_layout
45553
45554 \end_inset
45555 </cell>
45556 <cell alignment="left" valignment="top" usebox="none">
45557 \begin_inset Text
45558
45559 \begin_layout Plain Layout
45560 \begin_inset ERT
45561 status collapsed
45562
45563 \begin_layout Plain Layout
45564
45565
45566 \backslash
45567 fcolorbox{black}{
45568 \end_layout
45569
45570 \end_inset
45571
45572 Turquoise
45573 \begin_inset ERT
45574 status collapsed
45575
45576 \begin_layout Plain Layout
45577
45578 }{
45579 \end_layout
45580
45581 \end_inset
45582
45583
45584 \begin_inset Phantom Phantom
45585 status open
45586
45587 \begin_layout Plain Layout
45588 W
45589 \end_layout
45590
45591 \end_inset
45592
45593
45594 \begin_inset ERT
45595 status collapsed
45596
45597 \begin_layout Plain Layout
45598
45599 }
45600 \end_layout
45601
45602 \end_inset
45603
45604  Turquoise
45605 \end_layout
45606
45607 \end_inset
45608 </cell>
45609 </row>
45610 <row>
45611 <cell alignment="left" valignment="top" usebox="none">
45612 \begin_inset Text
45613
45614 \begin_layout Plain Layout
45615 \begin_inset ERT
45616 status collapsed
45617
45618 \begin_layout Plain Layout
45619
45620
45621 \backslash
45622 fcolorbox{black}{
45623 \end_layout
45624
45625 \end_inset
45626
45627 Violet
45628 \begin_inset ERT
45629 status collapsed
45630
45631 \begin_layout Plain Layout
45632
45633 }{
45634 \end_layout
45635
45636 \end_inset
45637
45638
45639 \begin_inset Phantom Phantom
45640 status open
45641
45642 \begin_layout Plain Layout
45643 W
45644 \end_layout
45645
45646 \end_inset
45647
45648
45649 \begin_inset ERT
45650 status collapsed
45651
45652 \begin_layout Plain Layout
45653
45654 }
45655 \end_layout
45656
45657 \end_inset
45658
45659  Violet
45660 \end_layout
45661
45662 \end_inset
45663 </cell>
45664 <cell alignment="left" valignment="top" usebox="none">
45665 \begin_inset Text
45666
45667 \begin_layout Plain Layout
45668 \begin_inset ERT
45669 status collapsed
45670
45671 \begin_layout Plain Layout
45672
45673
45674 \backslash
45675 fcolorbox{black}{
45676 \end_layout
45677
45678 \end_inset
45679
45680 VioletRed
45681 \begin_inset ERT
45682 status collapsed
45683
45684 \begin_layout Plain Layout
45685
45686 }{
45687 \end_layout
45688
45689 \end_inset
45690
45691
45692 \begin_inset Phantom Phantom
45693 status open
45694
45695 \begin_layout Plain Layout
45696 W
45697 \end_layout
45698
45699 \end_inset
45700
45701
45702 \begin_inset ERT
45703 status collapsed
45704
45705 \begin_layout Plain Layout
45706
45707 }
45708 \end_layout
45709
45710 \end_inset
45711
45712  VioletRed
45713 \end_layout
45714
45715 \end_inset
45716 </cell>
45717 <cell alignment="left" valignment="top" usebox="none">
45718 \begin_inset Text
45719
45720 \begin_layout Plain Layout
45721 \begin_inset ERT
45722 status collapsed
45723
45724 \begin_layout Plain Layout
45725
45726
45727 \backslash
45728 fcolorbox{black}{
45729 \end_layout
45730
45731 \end_inset
45732
45733 WildStrawberry
45734 \begin_inset ERT
45735 status collapsed
45736
45737 \begin_layout Plain Layout
45738
45739 }{
45740 \end_layout
45741
45742 \end_inset
45743
45744
45745 \begin_inset Phantom Phantom
45746 status open
45747
45748 \begin_layout Plain Layout
45749 W
45750 \end_layout
45751
45752 \end_inset
45753
45754
45755 \begin_inset ERT
45756 status collapsed
45757
45758 \begin_layout Plain Layout
45759
45760 }
45761 \end_layout
45762
45763 \end_inset
45764
45765  WildStrawberry
45766 \end_layout
45767
45768 \end_inset
45769 </cell>
45770 <cell alignment="left" valignment="top" usebox="none">
45771 \begin_inset Text
45772
45773 \begin_layout Plain Layout
45774 \begin_inset ERT
45775 status collapsed
45776
45777 \begin_layout Plain Layout
45778
45779
45780 \backslash
45781 fcolorbox{black}{
45782 \end_layout
45783
45784 \end_inset
45785
45786 YellowGreen
45787 \begin_inset ERT
45788 status collapsed
45789
45790 \begin_layout Plain Layout
45791
45792 }{
45793 \end_layout
45794
45795 \end_inset
45796
45797
45798 \begin_inset Phantom Phantom
45799 status open
45800
45801 \begin_layout Plain Layout
45802 W
45803 \end_layout
45804
45805 \end_inset
45806
45807
45808 \begin_inset ERT
45809 status collapsed
45810
45811 \begin_layout Plain Layout
45812
45813 }
45814 \end_layout
45815
45816 \end_inset
45817
45818  YellowGreen
45819 \end_layout
45820
45821 \end_inset
45822 </cell>
45823 </row>
45824 <row>
45825 <cell alignment="left" valignment="top" usebox="none">
45826 \begin_inset Text
45827
45828 \begin_layout Plain Layout
45829 \begin_inset ERT
45830 status collapsed
45831
45832 \begin_layout Plain Layout
45833
45834
45835 \backslash
45836 fcolorbox{black}{
45837 \end_layout
45838
45839 \end_inset
45840
45841 YellowOrange
45842 \begin_inset ERT
45843 status collapsed
45844
45845 \begin_layout Plain Layout
45846
45847 }{
45848 \end_layout
45849
45850 \end_inset
45851
45852
45853 \begin_inset Phantom Phantom
45854 status open
45855
45856 \begin_layout Plain Layout
45857 W
45858 \end_layout
45859
45860 \end_inset
45861
45862
45863 \begin_inset ERT
45864 status collapsed
45865
45866 \begin_layout Plain Layout
45867
45868 }
45869 \end_layout
45870
45871 \end_inset
45872
45873  YellowOrange
45874 \end_layout
45875
45876 \end_inset
45877 </cell>
45878 <cell alignment="left" valignment="top" usebox="none">
45879 \begin_inset Text
45880
45881 \begin_layout Plain Layout
45882
45883 \end_layout
45884
45885 \end_inset
45886 </cell>
45887 <cell alignment="left" valignment="top" usebox="none">
45888 \begin_inset Text
45889
45890 \begin_layout Plain Layout
45891
45892 \end_layout
45893
45894 \end_inset
45895 </cell>
45896 <cell alignment="left" valignment="top" usebox="none">
45897 \begin_inset Text
45898
45899 \begin_layout Plain Layout
45900
45901 \end_layout
45902
45903 \end_inset
45904 </cell>
45905 </row>
45906 </lyxtabular>
45907
45908 \end_inset
45909
45910
45911 \end_layout
45912
45913 \begin_layout Chapter
45914 Explication de l' équation
45915 \begin_inset space ~
45916 \end_inset
45917
45918 (
45919 \begin_inset CommandInset ref
45920 LatexCommand ref
45921 reference "eq:Wgn"
45922
45923 \end_inset
45924
45925 )
45926 \begin_inset CommandInset label
45927 LatexCommand label
45928 name "cha:Explication-de-l'Equation"
45929
45930 \end_inset
45931
45932
45933 \end_layout
45934
45935 \begin_layout Standard
45936 La largeur totale de 
45937 \emph on
45938 n
45939 \emph default
45940  cellules de tableau 
45941 \begin_inset Formula $W_{\mathrm{tot\, n}}$
45942 \end_inset
45943
45944  peut être calculée avec
45945 \begin_inset Formula 
45946 \begin{equation}
45947 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45948 \end{equation}
45949
45950 \end_inset
45951
45952
45953 \end_layout
45954
45955 \begin_layout Standard
45956 Où 
45957 \begin_inset Formula $W_{g\, n}$
45958 \end_inset
45959
45960  est la largeur fixe de toutes les cellules.
45961  
45962 \series bold
45963
45964 \backslash
45965 tabcolsep
45966 \series default
45967  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
45968  sa valeur implicite est 6
45969 \begin_inset space \thinspace{}
45970 \end_inset
45971
45972 pt.
45973  
45974 \series bold
45975
45976 \backslash
45977 arrayrulewidth
45978 \series default
45979  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
45980 \begin_inset space \thinspace{}
45981 \end_inset
45982
45983 pt.
45984 \end_layout
45985
45986 \begin_layout Standard
45987 D'après l'équation
45988 \begin_inset space ~
45989 \end_inset
45990
45991
45992 \begin_inset CommandInset ref
45993 LatexCommand eqref
45994 reference "eq:Wtot_n"
45995
45996 \end_inset
45997
45998 , la largeur totale d'une multicolonne, 
45999 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
46000 \end_inset
46001
46002  est
46003 \begin_inset Formula 
46004 \begin{equation}
46005 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46006 \end{equation}
46007
46008 \end_inset
46009
46010
46011 \end_layout
46012
46013 \begin_layout Standard
46014 En posant que les équations 
46015 \begin_inset space ~
46016 \end_inset
46017
46018
46019 \begin_inset CommandInset ref
46020 LatexCommand eqref
46021 reference "eq:Wtot_n"
46022
46023 \end_inset
46024
46025  et 
46026 \begin_inset CommandInset ref
46027 LatexCommand eqref
46028 reference "eq:Wtot_mult"
46029
46030 \end_inset
46031
46032  sont égales, on peut calculer la largeur nécessaire 
46033 \begin_inset Formula $W_{g\, n}$
46034 \end_inset
46035
46036  quand 
46037 \emph on
46038 n
46039 \emph default
46040  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
46041  de 
46042 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
46043 \end_inset
46044
46045 :
46046 \begin_inset Formula 
46047 \begin{equation}
46048 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46049 \end{equation}
46050
46051 \end_inset
46052
46053
46054 \end_layout
46055
46056 \begin_layout Bibliography
46057 \labelwidthstring Bibliographie
46058 \begin_inset CommandInset bibitem
46059 LatexCommand bibitem
46060 key "latexcompanion"
46061
46062 \end_inset
46063
46064 Frank Mittelbach and Michel Goossens: 
46065 \emph on
46066 The LaTeX Companion Second Edition.
46067
46068 \emph default
46069  Addison-Wesley, 2004
46070 \end_layout
46071
46072 \begin_layout Bibliography
46073 \labelwidthstring Bibliographie
46074 \begin_inset CommandInset bibitem
46075 LatexCommand bibitem
46076 key "latexguide"
46077
46078 \end_inset
46079
46080 Helmut Kopka and Patrick W.
46081  Daly: 
46082 \emph on
46083 A Guide to LaTeX Fourth Edition.
46084
46085 \emph default
46086  Addison-Wesley, 2003
46087 \end_layout
46088
46089 \begin_layout Bibliography
46090 \labelwidthstring Bibliographie
46091 \begin_inset CommandInset bibitem
46092 LatexCommand bibitem
46093 key "latexbook"
46094
46095 \end_inset
46096
46097 Leslie Lamport: 
46098 \emph on
46099 LaTeX: A Document Preparation System.
46100
46101 \emph default
46102  Addison-Wesley, second edition, 1994
46103 \end_layout
46104
46105 \begin_layout Bibliography
46106 \labelwidthstring Bibliographie
46107 \begin_inset CommandInset bibitem
46108 LatexCommand bibitem
46109 key "arydshln"
46110
46111 \end_inset
46112
46113 Documentation du paquetage LaTeX
46114 \series bold
46115  
46116 \begin_inset CommandInset href
46117 LatexCommand href
46118 name "arydshln"
46119 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46120
46121 \end_inset
46122
46123
46124 \series default
46125
46126 \begin_inset Index idx
46127 status collapsed
46128
46129 \begin_layout Plain Layout
46130 Paquetages LaTeX ! arydshln
46131 \end_layout
46132
46133 \end_inset
46134
46135
46136 \end_layout
46137
46138 \begin_layout Bibliography
46139 \labelwidthstring Bibliographie
46140 \begin_inset CommandInset bibitem
46141 LatexCommand bibitem
46142 key "booktabs"
46143
46144 \end_inset
46145
46146 Documentation du paquetage LaTeX 
46147 \series bold
46148
46149 \begin_inset CommandInset href
46150 LatexCommand href
46151 name "booktabs"
46152 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46153
46154 \end_inset
46155
46156
46157 \series default
46158
46159 \begin_inset Index idx
46160 status collapsed
46161
46162 \begin_layout Plain Layout
46163 Paquetages LaTeX ! booktabs
46164 \end_layout
46165
46166 \end_inset
46167
46168
46169 \end_layout
46170
46171 \begin_layout Bibliography
46172 \labelwidthstring Bibliographie
46173 \begin_inset CommandInset bibitem
46174 LatexCommand bibitem
46175 key "caption"
46176
46177 \end_inset
46178
46179 Documentation du paquetage LaTeX 
46180 \series bold
46181
46182 \begin_inset CommandInset href
46183 LatexCommand href
46184 name "caption"
46185 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
46186
46187 \end_inset
46188
46189
46190 \series default
46191
46192 \begin_inset Index idx
46193 status collapsed
46194
46195 \begin_layout Plain Layout
46196 Paquetages LaTeX ! caption
46197 \end_layout
46198
46199 \end_inset
46200
46201
46202 \end_layout
46203
46204 \begin_layout Bibliography
46205 \labelwidthstring Bibliographie
46206 \begin_inset CommandInset bibitem
46207 LatexCommand bibitem
46208 key "diagbox"
46209
46210 \end_inset
46211
46212 Documentation du paquetage LaTeX 
46213 \series bold
46214
46215 \begin_inset CommandInset href
46216 LatexCommand href
46217 name "diagbox"
46218 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46219
46220 \end_inset
46221
46222
46223 \series default
46224
46225 \begin_inset Index idx
46226 status collapsed
46227
46228 \begin_layout Plain Layout
46229 Paquetages LaTeX ! diagbox
46230 \end_layout
46231
46232 \end_inset
46233
46234
46235 \end_layout
46236
46237 \begin_layout Bibliography
46238 \labelwidthstring Bibliographie
46239 \begin_inset CommandInset bibitem
46240 LatexCommand bibitem
46241 key "endfloat"
46242
46243 \end_inset
46244
46245 Documentation du paquetage LaTeX 
46246 \series bold
46247
46248 \begin_inset CommandInset href
46249 LatexCommand href
46250 name "endfloat"
46251 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46252
46253 \end_inset
46254
46255
46256 \series default
46257
46258 \begin_inset Index idx
46259 status collapsed
46260
46261 \begin_layout Plain Layout
46262 Paquetages LaTeX ! endfloat
46263 \end_layout
46264
46265 \end_inset
46266
46267
46268 \end_layout
46269
46270 \begin_layout Bibliography
46271 \labelwidthstring Bibliographie
46272 \begin_inset CommandInset bibitem
46273 LatexCommand bibitem
46274 key "footmisc"
46275
46276 \end_inset
46277
46278 Documentation du paquetage LaTeX 
46279 \series bold
46280
46281 \begin_inset CommandInset href
46282 LatexCommand href
46283 name "footmisc"
46284 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46285
46286 \end_inset
46287
46288
46289 \series default
46290
46291 \begin_inset Index idx
46292 status collapsed
46293
46294 \begin_layout Plain Layout
46295 Paquetages LaTeX ! footmisc
46296 \end_layout
46297
46298 \end_inset
46299
46300
46301 \end_layout
46302
46303 \begin_layout Bibliography
46304 \labelwidthstring Bibliographie
46305 \begin_inset CommandInset bibitem
46306 LatexCommand bibitem
46307 key "hypcap"
46308
46309 \end_inset
46310
46311 Documentation du paquetage LaTeX 
46312 \series bold
46313
46314 \begin_inset CommandInset href
46315 LatexCommand href
46316 name "hypcap"
46317 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46318
46319 \end_inset
46320
46321
46322 \series default
46323
46324 \begin_inset Index idx
46325 status collapsed
46326
46327 \begin_layout Plain Layout
46328 Paquetages LaTeX ! hyperref
46329 \end_layout
46330
46331 \end_inset
46332
46333
46334 \end_layout
46335
46336 \begin_layout Bibliography
46337 \labelwidthstring Bibliographie
46338 \begin_inset CommandInset bibitem
46339 LatexCommand bibitem
46340 key "hyperref"
46341
46342 \end_inset
46343
46344 Documentation du paquetage LaTeX 
46345 \series bold
46346
46347 \begin_inset CommandInset href
46348 LatexCommand href
46349 name "hyperref"
46350 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46351
46352 \end_inset
46353
46354
46355 \series default
46356
46357 \begin_inset Index idx
46358 status collapsed
46359
46360 \begin_layout Plain Layout
46361 Paquetages LaTeX ! hyperref
46362 \end_layout
46363
46364 \end_inset
46365
46366
46367 \end_layout
46368
46369 \begin_layout Bibliography
46370 \labelwidthstring Bibliographie
46371 \begin_inset CommandInset bibitem
46372 LatexCommand bibitem
46373 key "KOMA-Script"
46374
46375 \end_inset
46376
46377 Documentation du paquetage LaTeX 
46378 \series bold
46379
46380 \begin_inset CommandInset href
46381 LatexCommand href
46382 name "KOMA-Script"
46383 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
46384
46385 \end_inset
46386
46387
46388 \series default
46389
46390 \begin_inset Index idx
46391 status collapsed
46392
46393 \begin_layout Plain Layout
46394 Paquetages LaTeX ! KOMA-Script
46395 \end_layout
46396
46397 \end_inset
46398
46399
46400 \end_layout
46401
46402 \begin_layout Bibliography
46403 \labelwidthstring Bibliographie
46404 \begin_inset CommandInset bibitem
46405 LatexCommand bibitem
46406 key "lettrine"
46407
46408 \end_inset
46409
46410 Documentation du paquetage LaTeX 
46411 \series bold
46412
46413 \begin_inset CommandInset href
46414 LatexCommand href
46415 name "lettrine"
46416 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46417
46418 \end_inset
46419
46420
46421 \series default
46422  et un 
46423 \begin_inset CommandInset href
46424 LatexCommand href
46425 name "exemple"
46426 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46427
46428 \end_inset
46429
46430
46431 \begin_inset Index idx
46432 status collapsed
46433
46434 \begin_layout Plain Layout
46435 Paquetages LaTeX ! lettrine
46436 \end_layout
46437
46438 \end_inset
46439
46440
46441 \end_layout
46442
46443 \begin_layout Bibliography
46444 \labelwidthstring Bibliographie
46445 \begin_inset CommandInset bibitem
46446 LatexCommand bibitem
46447 key "listings"
46448
46449 \end_inset
46450
46451 Documentation du paquetage LaTeX 
46452 \series bold
46453
46454 \begin_inset CommandInset href
46455 LatexCommand href
46456 name "listings"
46457 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46458
46459 \end_inset
46460
46461
46462 \series default
46463
46464 \begin_inset Index idx
46465 status collapsed
46466
46467 \begin_layout Plain Layout
46468 Paquetages LaTeX ! listings
46469 \end_layout
46470
46471 \end_inset
46472
46473
46474 \end_layout
46475
46476 \begin_layout Bibliography
46477 \labelwidthstring Bibliographie
46478 \begin_inset CommandInset bibitem
46479 LatexCommand bibitem
46480 key "marginnote"
46481
46482 \end_inset
46483
46484 Documentation du paquetage LaTeX 
46485 \series bold
46486
46487 \begin_inset CommandInset href
46488 LatexCommand href
46489 name "marginnote"
46490 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46491
46492 \end_inset
46493
46494
46495 \series default
46496
46497 \begin_inset Index idx
46498 status collapsed
46499
46500 \begin_layout Plain Layout
46501 Paquetages LaTeX ! marginnote
46502 \end_layout
46503
46504 \end_inset
46505
46506
46507 \end_layout
46508
46509 \begin_layout Bibliography
46510 \labelwidthstring Bibliographie
46511 \begin_inset CommandInset bibitem
46512 LatexCommand bibitem
46513 key "pdfpages"
46514
46515 \end_inset
46516
46517 Documentation du paquetage LaTeX 
46518 \series bold
46519
46520 \begin_inset CommandInset href
46521 LatexCommand href
46522 name "pdfpages"
46523 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46524
46525 \end_inset
46526
46527
46528 \series default
46529
46530 \begin_inset Index idx
46531 status collapsed
46532
46533 \begin_layout Plain Layout
46534 Paquetages LaTeX ! pdfpages
46535 \end_layout
46536
46537 \end_inset
46538
46539
46540 \end_layout
46541
46542 \begin_layout Bibliography
46543 \labelwidthstring Bibliographie
46544 \begin_inset CommandInset bibitem
46545 LatexCommand bibitem
46546 key "prettyref"
46547
46548 \end_inset
46549
46550 Documentation du paquetage LaTeX
46551 \series bold
46552  
46553 \begin_inset CommandInset href
46554 LatexCommand href
46555 name "prettyref"
46556 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46557
46558 \end_inset
46559
46560
46561 \series default
46562
46563 \begin_inset Index idx
46564 status collapsed
46565
46566 \begin_layout Plain Layout
46567 Paquetages LaTeX ! prettyref
46568 \end_layout
46569
46570 \end_inset
46571
46572
46573 \end_layout
46574
46575 \begin_layout Bibliography
46576 \labelwidthstring Bibliographie
46577 \begin_inset CommandInset bibitem
46578 LatexCommand bibitem
46579 key "pstricks"
46580
46581 \end_inset
46582
46583 Page Web du paquetage LaTeX 
46584 \series bold
46585
46586 \begin_inset CommandInset href
46587 LatexCommand href
46588 name "PSTricks"
46589 target "http://tug.org/PSTricks/"
46590
46591 \end_inset
46592
46593
46594 \series default
46595
46596 \begin_inset Index idx
46597 status collapsed
46598
46599 \begin_layout Plain Layout
46600 Paquetages LaTeX ! PSTricks
46601 \end_layout
46602
46603 \end_inset
46604
46605
46606 \end_layout
46607
46608 \begin_layout Bibliography
46609 \labelwidthstring Bibliographie
46610 \begin_inset CommandInset bibitem
46611 LatexCommand bibitem
46612 key "refstyle"
46613
46614 \end_inset
46615
46616 Documentation du paquetage LaTeX
46617 \series bold
46618  
46619 \begin_inset CommandInset href
46620 LatexCommand href
46621 name "refstyle"
46622 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
46623
46624 \end_inset
46625
46626
46627 \series default
46628
46629 \begin_inset Index idx
46630 status collapsed
46631
46632 \begin_layout Plain Layout
46633 Paquetages LaTeX ! refstyle
46634 \end_layout
46635
46636 \end_inset
46637
46638
46639 \end_layout
46640
46641 \begin_layout Bibliography
46642 \labelwidthstring Bibliographie
46643 \begin_inset CommandInset bibitem
46644 LatexCommand bibitem
46645 key "sidecap"
46646
46647 \end_inset
46648
46649 Documentation du paquetage LaTeX 
46650 \series bold
46651
46652 \begin_inset CommandInset href
46653 LatexCommand href
46654 name "sidecap"
46655 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46656
46657 \end_inset
46658
46659
46660 \series default
46661
46662 \begin_inset Index idx
46663 status collapsed
46664
46665 \begin_layout Plain Layout
46666 Paquetages LaTeX ! sidecap
46667 \end_layout
46668
46669 \end_inset
46670
46671
46672 \end_layout
46673
46674 \begin_layout Bibliography
46675 \labelwidthstring Bibliographie
46676 \begin_inset CommandInset bibitem
46677 LatexCommand bibitem
46678 key "NewInLyX20"
46679
46680 \end_inset
46681
46682
46683 \begin_inset CommandInset href
46684 LatexCommand href
46685 name "Page Wiki"
46686 target "http://wiki.lyx.org/LyX/NewInLyX20"
46687
46688 \end_inset
46689
46690  au sujet des nouveautés de 
46691 \family sans
46692 LyX 2.0
46693 \family default
46694 .
46695 \end_layout
46696
46697 \begin_layout Standard
46698 \begin_inset CommandInset index_print
46699 LatexCommand printindex
46700 type "idx"
46701
46702 \end_inset
46703
46704
46705 \end_layout
46706
46707 \end_body
46708 \end_document