]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
2ff3ada07be030ad1ef0546f112cab733fa58bf0
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used for colored table rows
85 \usepackage[table]{xcolor}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % insert additional vertical space of
109 % 1.5 mm between footnotes
110 \let\myFoot\footnote
111 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
112
113 % number algorithm floats within chapters
114 \numberwithin{algorithm}{chapter}
115
116
117 % ------------------------------------
118 % used to check for needed LaTeX packages
119 \usepackage{ifthen}
120
121 % check for package arydshln
122 % used for tables with dashed lines
123 \newboolean{arydshln}
124 \IfFileExists{arydshln.sty}
125  {\usepackage{arydshln}
126   \setboolean{arydshln}{true}}
127  {\setboolean{arydshln}{false}}
128
129 % check for package marginnote
130 % used for margin notes
131 \newboolean{marginnote}
132 \IfFileExists{marginnote.sty}
133  {\usepackage{marginnote}
134   \let\marginpar\marginnote
135   \setboolean{marginnote}{true}}
136  {\setboolean{marginnote}{false}}
137
138 % check for package sidecap
139 % used for captions on the side
140 \newboolean{sidecap}
141 \IfFileExists{sidecap.sty}
142  {\usepackage{sidecap}
143   \setboolean{sidecap}{true}}
144  {\setboolean{sidecap}{false}}
145
146 % check for picinpar
147 % used for surrounded fixed objects
148 \newboolean{picinpar}
149 \IfFileExists{picinpar.sty}
150  {\usepackage{picinpar}
151   \setboolean{picinpar}{true}}
152  {\setboolean{picinpar}{false}}
153
154 % check for lettrine
155 \newboolean{lettrine}
156 \IfFileExists{lettrine.sty}
157  {\usepackage{lettrine}
158   \setboolean{lettrine}{true}}
159  {\setboolean{lettrine}{false}}
160
161 % check for diagbox
162 \newboolean{diagbox}
163 \IfFileExists{diagbox.sty}
164  {\usepackage{diagbox}
165   \setboolean{diagbox}{true}}
166  {\setboolean{diagbox}{false}}
167
168 % use normal list environments also in French documents
169 \frenchbsetup{StandardLayout}
170 \end_preamble
171 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
172 \use_default_options false
173 \begin_modules
174 initials
175 \end_modules
176 \maintain_unincluded_children false
177 \language french
178 \language_package default
179 \inputencoding auto
180 \fontencoding global
181 \font_roman default
182 \font_sans default
183 \font_typewriter default
184 \font_math auto
185 \font_default_family default
186 \use_non_tex_fonts false
187 \font_sc false
188 \font_osf false
189 \font_sf_scale 100
190 \font_tt_scale 100
191 \graphics default
192 \default_output_format default
193 \output_sync 0
194 \bibtex_command default
195 \index_command default
196 \paperfontsize 12
197 \spacing single
198 \use_hyperref true
199 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
200 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
201 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
202 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
203 \pdf_bookmarks true
204 \pdf_bookmarksnumbered true
205 \pdf_bookmarksopen true
206 \pdf_bookmarksopenlevel 1
207 \pdf_breaklinks false
208 \pdf_pdfborder false
209 \pdf_colorlinks true
210 \pdf_backref false
211 \pdf_pdfusetitle false
212 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
213 \papersize default
214 \use_geometry false
215 \use_package amsmath 2
216 \use_package amssymb 2
217 \use_package cancel 0
218 \use_package esint 0
219 \use_package mathdots 1
220 \use_package mathtools 0
221 \use_package mhchem 1
222 \use_package stackrel 0
223 \use_package stmaryrd 0
224 \use_package undertilde 0
225 \cite_engine basic
226 \cite_engine_type default
227 \biblio_style plain
228 \use_bibtopic false
229 \use_indices false
230 \paperorientation portrait
231 \suppress_date false
232 \justification true
233 \use_refstyle 0
234 \notefontcolor #0000ff
235 \index Index
236 \shortcut idx
237 \color #008000
238 \end_index
239 \secnumdepth 3
240 \tocdepth 3
241 \paragraph_separation skip
242 \defskip medskip
243 \quotes_language french
244 \papercolumns 1
245 \papersides 2
246 \paperpagestyle default
247 \tracking_changes false
248 \output_changes false
249 \html_math_output 0
250 \html_css_as_file 0
251 \html_be_strict false
252 \end_header
253
254 \begin_body
255
256 \begin_layout Title
257 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
258  les boîtes et les objets externes de LyX
259 \end_layout
260
261 \begin_layout Author
262 par l'Équipe LyX
263 \begin_inset Foot
264 status collapsed
265
266 \begin_layout Plain Layout
267 \noindent
268 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
269  de la documentation de LyX: 
270 \begin_inset CommandInset href
271 LatexCommand href
272 name "lyx-docs@lists.lyx.org"
273 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
274 type "mailto:"
275
276 \end_inset
277
278
279 \end_layout
280
281 \end_inset
282
283
284 \begin_inset Note Note
285 status collapsed
286
287 \begin_layout Plain Layout
288 auteur original : Uwe Stöhr
289 \end_layout
290
291 \begin_layout Plain Layout
292 Traduction française : Siegfried Meunier-Guttin-Cluzel
293 \end_layout
294
295 \begin_layout Plain Layout
296 remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Insertio
297 n/Navigation, 31/10/2012, JPChrétien
298 \end_layout
299
300 \begin_layout Plain Layout
301 version 2.0.x novembre 2011
302 \end_layout
303
304 \end_inset
305
306
307 \begin_inset Newline newline
308 \end_inset
309
310
311 \begin_inset Newline newline
312 \end_inset
313
314
315 \family sans
316 Version 2.0.x
317 \end_layout
318
319 \begin_layout Standard
320 \begin_inset CommandInset toc
321 LatexCommand tableofcontents
322
323 \end_inset
324
325
326 \end_layout
327
328 \begin_layout Standard
329 \begin_inset Note Note
330 status open
331
332 \begin_layout Plain Layout
333 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
334  
335 \series bold
336 arydshln
337 \series default
338
339 \series bold
340 colortbl
341 \series default
342
343 \series bold
344 diagbox, lettrine, marginnote, picinpar
345 \series default
346 , et 
347 \series bold
348 sidecap
349 \series default
350  doivent être installés.
351  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
352  les sections qui nécessitent les paquetages en question n'apparaîtront
353  pas sur la sortie.
354 \end_layout
355
356 \begin_layout Plain Layout
357 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
358 \begin_inset Newline newline
359 \end_inset
360
361
362 \series bold
363 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
364 \end_layout
365
366 \end_inset
367
368
369 \end_layout
370
371 \begin_layout Chapter
372 Figures
373 \begin_inset Index idx
374 status collapsed
375
376 \begin_layout Plain Layout
377 Figures
378 \end_layout
379
380 \end_inset
381
382
383 \begin_inset Index idx
384 status collapsed
385
386 \begin_layout Plain Layout
387 Graphiques|see
388 \begin_inset ERT
389 status collapsed
390
391 \begin_layout Plain Layout
392
393 {
394 \end_layout
395
396 \end_inset
397
398 Figures
399 \begin_inset ERT
400 status collapsed
401
402 \begin_layout Plain Layout
403
404 }
405 \end_layout
406
407 \end_inset
408
409
410 \end_layout
411
412 \end_inset
413
414
415 \end_layout
416
417 \begin_layout Section
418 La fenêtre de dialogue graphique
419 \begin_inset Index idx
420 status collapsed
421
422 \begin_layout Plain Layout
423 Figures ! Fenêtre de dialogue Graphique
424 \end_layout
425
426 \end_inset
427
428
429 \begin_inset CommandInset label
430 LatexCommand label
431 name "sec:Graphics-Dialog"
432
433 \end_inset
434
435
436 \end_layout
437
438 \begin_layout Standard
439 Pour placer une figure dans votre document, cliquez sur le bouton 
440 \begin_inset Info
441 type  "icon"
442 arg   "dialog-show-new-inset graphics"
443 \end_inset
444
445  dans la barre d'outils, ou faites 
446 \family sans
447 Insertion\SpecialChar \menuseparator
448 Graphique
449 \family default
450 .
451  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
452  à charger.
453  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
454  dans le texte.
455 \end_layout
456
457 \begin_layout Standard
458 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
459  sur une image
460 \begin_inset Note Note
461 status collapsed
462
463 \begin_layout Plain Layout
464 Ça marche aussi avec le bouton gauche ! (NdT)
465 \end_layout
466
467 \end_inset
468
469 .
470  Cette fenêtre de dialogue possède trois onglets:
471 \end_layout
472
473 \begin_layout Description
474 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
475  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
476  Les unités de longueurs utilisées sont décrites dans l'appendice
477 \begin_inset space ~
478 \end_inset
479
480
481 \begin_inset CommandInset ref
482 LatexCommand ref
483 reference "cha:Unités-de-longueur"
484
485 \end_inset
486
487 .
488 \begin_inset Newline newline
489 \end_inset
490
491
492 \begin_inset Index idx
493 status collapsed
494
495 \begin_layout Plain Layout
496 Figures ! Pivotées
497 \end_layout
498
499 \end_inset
500
501 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
502  d'une montre, en donnant l'angle de rotation et la position du pivot.
503  L'image apparaîtra pivotée dans LyX.
504 \begin_inset Newline newline
505 \end_inset
506
507
508 \begin_inset Index idx
509 status collapsed
510
511 \begin_layout Plain Layout
512 Figures ! Redimensionnées
513 \end_layout
514
515 \end_inset
516
517 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
518  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
519  sa largeur.
520  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
521  déterminée automatiquement.
522  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
523  éventuellement une distorsion.
524  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
525  
526 \family sans
527 Conserver
528 \begin_inset space ~
529 \end_inset
530
531 les
532 \begin_inset space ~
533 \end_inset
534
535 proportions
536 \family default
537 .
538  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
539  pas les valeurs fixées.
540  
541 \begin_inset Newline newline
542 \end_inset
543
544 Les images peuvent être modifiée en utilisant le programme de votre choix
545  en faisant un clic droit dessus et en choisissant 
546 \family sans
547 Éditer le fichier ailleurs
548 \family default
549  dans le menu contextuel qui apparaît.
550  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
551  
552 \family sans
553 Formats
554 \begin_inset space ~
555 \end_inset
556
557 de
558 \begin_inset space ~
559 \end_inset
560
561 fichiers
562 \family default
563  dans la fenêtre de dialogue de 
564 \family sans
565 Préférences
566 \family default
567  de LyX.
568 \end_layout
569
570 \begin_layout Description
571 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
572  la sortie finale est de modifier les coordonnées de la zone de l'image
573  qui est affichée.
574  Cette zone peut être calculée automatiquement à partir des données présentes
575  dans le fichier en appuyant sur le bouton 
576 \family sans
577 Valeurs
578 \begin_inset space ~
579 \end_inset
580
581 du
582 \begin_inset space ~
583 \end_inset
584
585 Fichier
586 \family default
587 .
588  Avec l'option 
589 \family sans
590 Couper
591 \begin_inset space ~
592 \end_inset
593
594 à
595 \begin_inset space ~
596 \end_inset
597
598 la
599 \begin_inset space ~
600 \end_inset
601
602 boîte
603 \begin_inset space ~
604 \end_inset
605
606 de
607 \begin_inset space ~
608 \end_inset
609
610 délimitation, 
611 \family default
612 seule la portion de l'image qui est dans la zone définie sera imprimée.
613  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
614  donc vous pouvez ignorer l'onglet 
615 \family sans
616 Rogner
617 \family default
618 .
619 \end_layout
620
621 \begin_layout Description
622
623 \family sans
624 Options
625 \begin_inset space ~
626 \end_inset
627
628 LaTeX
629 \begin_inset space ~
630 \end_inset
631
632 et
633 \begin_inset space ~
634 \end_inset
635
636 LyX
637 \family default
638  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
639  les experts ès-LaTeX pourront fournir des options supplémentaires pour
640  LaTeX
641 \begin_inset Newline newline
642 \end_inset
643
644 L'option 
645 \family sans
646 Mode brouillon
647 \family default
648  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
649  avec la taille de l'image.
650 \begin_inset Newline newline
651 \end_inset
652
653 L'option 
654 \family sans
655 Ne
656 \begin_inset space ~
657 \end_inset
658
659 pas
660 \begin_inset space ~
661 \end_inset
662
663 décompresser
664 \begin_inset space ~
665 \end_inset
666
667 à
668 \begin_inset space ~
669 \end_inset
670
671 l'exportation
672 \family default
673  n'affectera que les graphiques EPS zippés, par exemple 
674 \family typewriter
675 x.eps.gz
676 \family default
677 .
678  Quand cette option est activée, les images ne sont pas décompressées à
679  l'exportation, vu que LaTeX peut les traiter telles-quelles
680 \begin_inset Newline newline
681 \end_inset
682
683 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
684  disques quand on utilise PostScript comme format de sortie, voir l'appendice
685 \begin_inset space ~
686 \end_inset
687
688
689 \begin_inset CommandInset ref
690 LatexCommand ref
691 reference "sec:PostScript"
692
693 \end_inset
694
695 .
696  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
697  terminal UNIX ou une console Windows:
698 \begin_inset Newline newline
699 \end_inset
700
701
702 \series bold
703 gzip x.eps
704 \series default
705
706 \begin_inset Newline newline
707 \end_inset
708
709
710 \series bold
711 zgrep %%Bounding x.eps.gz > x.eps.bb
712 \series default
713
714 \begin_inset Newline newline
715 \end_inset
716
717 La seconde commande va créer le fichier contenant la description de la boîte
718  de délimitation 
719 \begin_inset Quotes eld
720 \end_inset
721
722
723 \family typewriter
724 x.eps.bb
725 \family default
726
727 \begin_inset Quotes erd
728 \end_inset
729
730  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
731 \begin_inset Newline newline
732 \end_inset
733
734 Dans la section 
735 \family sans
736 Groupe
737 \begin_inset space ~
738 \end_inset
739
740 de
741 \begin_inset space ~
742 \end_inset
743
744 graphiques
745 \family default
746  vous pouvez définir ou de choisir un groupe de paramètres d'image
747 \begin_inset Index idx
748 status collapsed
749
750 \begin_layout Plain Layout
751 Figures ! Groupes de paramétrisation
752 \end_layout
753
754 \end_inset
755
756 .
757  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
758  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
759  les autres soient automatiquement modifiées de la même manière.
760  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
761  avoir à modifier leur taille manuellement une par une.
762  On peut rattacher une image à un groupe existant en utilisant le menu contextue
763 l de l'image et en cochant le nom du groupe dans la liste
764 \begin_inset Foot
765 status collapsed
766
767 \begin_layout Plain Layout
768 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
769 \end_layout
770
771 \end_inset
772
773 .
774 \end_layout
775
776 \begin_layout Standard
777 \begin_inset VSpace bigskip
778 \end_inset
779
780
781 \end_layout
782
783 \begin_layout Standard
784 Voici un exemple d'image au format EPS
785 \begin_inset Foot
786 status collapsed
787
788 \begin_layout Plain Layout
789 Les format d'images sont décrits dans la section
790 \begin_inset space ~
791 \end_inset
792
793
794 \begin_inset CommandInset ref
795 LatexCommand ref
796 reference "sec:Image-Formats"
797
798 \end_inset
799
800 .
801 \end_layout
802
803 \end_inset
804
805  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
806 nt:
807 \end_layout
808
809 \begin_layout Standard
810 \align center
811 \begin_inset Graphics
812         filename ../clipart/mobius.eps
813         scale 70
814         scaleBeforeRotation
815         rotateOrigin center
816
817 \end_inset
818
819
820 \end_layout
821
822 \begin_layout Standard
823 Et voici la même image mais en mode brouillon:
824 \end_layout
825
826 \begin_layout Standard
827 \align center
828 \begin_inset Graphics
829         filename ../clipart/mobius.eps
830         scale 70
831         draft
832         scaleBeforeRotation
833         rotateOrigin center
834
835 \end_inset
836
837
838 \end_layout
839
840 \begin_layout Section
841 Figures flottantes
842 \begin_inset CommandInset label
843 LatexCommand label
844 name "sec:Figure-Floats"
845
846 \end_inset
847
848
849 \begin_inset Index idx
850 status collapsed
851
852 \begin_layout Plain Layout
853 Flottants ! Figures
854 \end_layout
855
856 \end_inset
857
858
859 \begin_inset Index idx
860 status collapsed
861
862 \begin_layout Plain Layout
863 Figures ! Flottants
864 \end_layout
865
866 \end_inset
867
868
869 \end_layout
870
871 \begin_layout Standard
872 Pour des explications d'ordre général concernant les flottants, jetez un
873  coup d'œil à la section
874 \begin_inset space ~
875 \end_inset
876
877
878 \begin_inset CommandInset ref
879 LatexCommand ref
880 reference "sec:Flottants-Introduction"
881
882 \end_inset
883
884 .
885 \end_layout
886
887 \begin_layout Standard
888 Le bouton 
889 \begin_inset Info
890 type  "icon"
891 arg   "float-insert figure"
892 \end_inset
893
894  de la barre d'outils et le menu 
895 \family sans
896 Insertion\SpecialChar \menuseparator
897 Flottant\SpecialChar \menuseparator
898 Figure
899 \family default
900  insèrent un flottant avec l'étiquette 
901 \begin_inset Quotes eld
902 \end_inset
903
904
905 \series bold
906 Figure
907 \begin_inset space ~
908 \end_inset
909
910 #:
911 \series default
912
913 \begin_inset Quotes erd
914 \end_inset
915
916  (# est le numéro réel de l'image).
917  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
918 \begin_inset space ~
919 \end_inset
920
921
922 \begin_inset CommandInset ref
923 LatexCommand ref
924 reference "fig:kill-plat"
925
926 \end_inset
927
928  ou en dessous de la légende comme pour la Figure
929 \begin_inset space ~
930 \end_inset
931
932
933 \begin_inset CommandInset ref
934 LatexCommand ref
935 reference "fig:escher"
936
937 \end_inset
938
939 .
940  Vous trouverez plus d'information sur le positionnement des légendes dans
941  la section
942 \begin_inset space ~
943 \end_inset
944
945
946 \begin_inset CommandInset ref
947 LatexCommand ref
948 reference "sec:Placement-légende"
949
950 \end_inset
951
952 .
953 \end_layout
954
955 \begin_layout Standard
956 \begin_inset Float figure
957 wide false
958 sideways false
959 status open
960
961 \begin_layout Plain Layout
962 \align center
963 \begin_inset Graphics
964         filename ../clipart/platypus.eps
965         width 50col%
966         scaleBeforeRotation
967         rotateOrigin center
968
969 \end_inset
970
971
972 \end_layout
973
974 \begin_layout Plain Layout
975 \begin_inset Caption Standard
976
977 \begin_layout Plain Layout
978 \begin_inset CommandInset label
979 LatexCommand label
980 name "fig:kill-plat"
981
982 \end_inset
983
984 Un ornithorynque sévèrement déformé dans un flottant de figure.
985 \end_layout
986
987 \end_inset
988
989
990 \end_layout
991
992 \end_inset
993
994
995 \end_layout
996
997 \begin_layout Standard
998 \begin_inset Float figure
999 wide false
1000 sideways false
1001 status open
1002
1003 \begin_layout Plain Layout
1004 \begin_inset Caption Standard
1005
1006 \begin_layout Plain Layout
1007 \begin_inset CommandInset label
1008 LatexCommand label
1009 name "fig:escher"
1010
1011 \end_inset
1012
1013 M.C.
1014  Escher sous LSD.
1015 \end_layout
1016
1017 \end_inset
1018
1019
1020 \end_layout
1021
1022 \begin_layout Plain Layout
1023 \align center
1024 \begin_inset Graphics
1025         filename ../clipart/escher-lsd.eps
1026         scale 80
1027         scaleBeforeRotation
1028         rotateOrigin center
1029
1030 \end_inset
1031
1032
1033 \end_layout
1034
1035 \end_inset
1036
1037
1038 \end_layout
1039
1040 \begin_layout Standard
1041 \begin_inset Index idx
1042 status collapsed
1043
1044 \begin_layout Plain Layout
1045 References@Références ! à des Figures
1046 \end_layout
1047
1048 \end_inset
1049
1050 Les figure
1051 \begin_inset space ~
1052 \end_inset
1053
1054
1055 \begin_inset CommandInset ref
1056 LatexCommand ref
1057 reference "fig:kill-plat"
1058
1059 \end_inset
1060
1061  et 
1062 \begin_inset CommandInset ref
1063 LatexCommand ref
1064 reference "fig:escher"
1065
1066 \end_inset
1067
1068  sont des exemples de figures référencées.
1069  Dans le texte, on fait référence à une figure en faisant référence à sa
1070  légende.
1071  On insère donc une étiquette dans la légende en utilisant le menu 
1072 \family sans
1073 Insertion
1074 \family default
1075 \SpecialChar \menuseparator
1076
1077 \family sans
1078 Étiquette
1079 \family default
1080  ou le bouton 
1081 \begin_inset Info
1082 type  "icon"
1083 arg   "label-insert"
1084 \end_inset
1085
1086  de la barre d'outils.
1087  On peut alors faire référence à cette étiquette en utilisant le menu 
1088 \family sans
1089 Insertion\SpecialChar \menuseparator
1090 Référence
1091 \begin_inset space ~
1092 \end_inset
1093
1094 croisée
1095 \family default
1096  ou le bouton 
1097 \begin_inset Info
1098 type  "icon"
1099 arg   "dialog-show-new-inset ref"
1100 \end_inset
1101
1102  de la barre d'outils.
1103  Il est important d'utiliser des références pour les flottants de figures
1104  plutôt que des locutions vagues du genre 
1105 \begin_inset Quotes eld
1106 \end_inset
1107
1108 la figure ci-dessous
1109 \begin_inset Quotes erd
1110 \end_inset
1111
1112 , puisque LaTeX va repositionner la figure dans le document final.
1113  Votre figure risque de ne plus être ci-dessous du tout !
1114 \begin_inset Newline newline
1115 \end_inset
1116
1117 Le référencement est expliqué plus en détail dans la section
1118 \begin_inset space ~
1119 \end_inset
1120
1121
1122 \begin_inset CommandInset ref
1123 LatexCommand ref
1124 reference "sec:Referencer-les-Flottants"
1125
1126 \end_inset
1127
1128 .
1129 \end_layout
1130
1131 \begin_layout Standard
1132 En principe on met une seule figure dans un flottant, mais parfois vous
1133  pouvez vouloir deux figures avec chacune sa sous-légende.
1134  C'est possible en insérant des flottants d'image dans des flottants d'image
1135  existants.
1136  Notez que seule la légende principale des flottants est reprise dans la
1137  liste des figures.
1138  La figure
1139 \begin_inset space ~
1140 \end_inset
1141
1142
1143 \begin_inset CommandInset ref
1144 LatexCommand ref
1145 reference "fig:Deux-images-déformées"
1146
1147 \end_inset
1148
1149  est un exemple de flottant de figure avec deux images mises l'une à côté
1150  de l'autre.
1151  Vous pouvez aussi mettre les images les unes sous les autres.
1152  Les figures
1153 \begin_inset space ~
1154 \end_inset
1155
1156
1157 \begin_inset CommandInset ref
1158 LatexCommand ref
1159 reference "fig:Structure-indéfinissable"
1160
1161 \end_inset
1162
1163  et 
1164 \begin_inset CommandInset ref
1165 LatexCommand ref
1166 reference "fig:Un-ornithorynque"
1167
1168 \end_inset
1169
1170  sont des sous-figures.
1171 \end_layout
1172
1173 \begin_layout Standard
1174 \begin_inset Float figure
1175 wide false
1176 sideways false
1177 status open
1178
1179 \begin_layout Plain Layout
1180 \begin_inset space \hfill{}
1181 \end_inset
1182
1183
1184 \begin_inset Float figure
1185 wide false
1186 sideways false
1187 status open
1188
1189 \begin_layout Plain Layout
1190 \begin_inset Caption Standard
1191
1192 \begin_layout Plain Layout
1193 \begin_inset CommandInset label
1194 LatexCommand label
1195 name "fig:Structure-indéfinissable"
1196
1197 \end_inset
1198
1199 Structure indéfinissable
1200 \end_layout
1201
1202 \end_inset
1203
1204
1205 \end_layout
1206
1207 \begin_layout Plain Layout
1208 \begin_inset Graphics
1209         filename ../clipart/escher-lsd.eps
1210         width 45col%
1211         scaleBeforeRotation
1212         groupId Déformés
1213
1214 \end_inset
1215
1216
1217 \end_layout
1218
1219 \end_inset
1220
1221
1222 \begin_inset space \hfill{}
1223 \end_inset
1224
1225
1226 \begin_inset Float figure
1227 wide false
1228 sideways false
1229 status open
1230
1231 \begin_layout Plain Layout
1232 \begin_inset Caption Standard
1233
1234 \begin_layout Plain Layout
1235 \begin_inset CommandInset label
1236 LatexCommand label
1237 name "fig:Un-ornithorynque"
1238
1239 \end_inset
1240
1241 Un ornithorynque
1242 \end_layout
1243
1244 \end_inset
1245
1246
1247 \end_layout
1248
1249 \begin_layout Plain Layout
1250 \begin_inset Graphics
1251         filename ../clipart/platypus.eps
1252         width 45col%
1253         scaleBeforeRotation
1254         groupId Déformés
1255
1256 \end_inset
1257
1258
1259 \end_layout
1260
1261 \end_inset
1262
1263
1264 \begin_inset space \hfill{}
1265 \end_inset
1266
1267
1268 \end_layout
1269
1270 \begin_layout Plain Layout
1271 \begin_inset Caption Standard
1272
1273 \begin_layout Plain Layout
1274 \begin_inset CommandInset label
1275 LatexCommand label
1276 name "fig:Deux-images-déformées"
1277
1278 \end_inset
1279
1280 Deux images déformées.
1281  Les deux images font partie du groupe de paramétrisation 
1282 \begin_inset Quotes eld
1283 \end_inset
1284
1285 déformés
1286 \begin_inset Quotes erd
1287 \end_inset
1288
1289 .
1290 \end_layout
1291
1292 \end_inset
1293
1294
1295 \end_layout
1296
1297 \end_inset
1298
1299
1300 \end_layout
1301
1302 \begin_layout Section
1303 Les formats d'images
1304 \begin_inset CommandInset label
1305 LatexCommand label
1306 name "sec:Image-Formats"
1307
1308 \end_inset
1309
1310
1311 \begin_inset Index idx
1312 status collapsed
1313
1314 \begin_layout Plain Layout
1315 Formats d' images
1316 \end_layout
1317
1318 \end_inset
1319
1320
1321 \begin_inset Index idx
1322 status collapsed
1323
1324 \begin_layout Plain Layout
1325 Figures ! Formats d'images
1326 \end_layout
1327
1328 \end_inset
1329
1330
1331 \end_layout
1332
1333 \begin_layout Standard
1334 Vous pouvez insérer des images dans n'importe quel format connu.
1335  Mais, comme nous l'avons expliqué dans l'appendice
1336 \begin_inset space ~
1337 \end_inset
1338
1339
1340 \begin_inset CommandInset ref
1341 LatexCommand ref
1342 reference "cha:Formats-fichiers-graphiques"
1343
1344 \end_inset
1345
1346 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1347  de formats d'images.
1348  Pour s'en sortir LyX utilise le programme 
1349 \family typewriter
1350 ImageMagick
1351 \family default
1352  en arrière plan pour convertir les formats que vous utilisez dans un des
1353  formats acceptés par le format de sortie.
1354  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1355 ons en n'utilisant que les formats listés dans les sous sections de l'appendice
1356 \begin_inset space ~
1357 \end_inset
1358
1359
1360 \begin_inset CommandInset ref
1361 LatexCommand ref
1362 reference "cha:Formats-fichiers-graphiques"
1363
1364 \end_inset
1365
1366 .
1367 \end_layout
1368
1369 \begin_layout Standard
1370 Comme pour les polices de caractères, il y a deux grands types de formats
1371  d'images:
1372 \end_layout
1373
1374 \begin_layout Description
1375 Les
1376 \begin_inset space ~
1377 \end_inset
1378
1379 images
1380 \begin_inset space ~
1381 \end_inset
1382
1383 Matricielles
1384 \begin_inset space ~
1385 \end_inset
1386
1387 (ou
1388 \begin_inset space ~
1389 \end_inset
1390
1391 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1392  enregistrés sous un format compressé.
1393  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1394  petits carrés quand on utilise des agrandissements trop importants (aspect
1395  
1396 \begin_inset Quotes eld
1397 \end_inset
1398
1399 pixellisé
1400 \begin_inset Quotes erd
1401 \end_inset
1402
1403 ).
1404  Les formats matriciels les plus connus sont le GIF (
1405 \begin_inset Quotes eld
1406 \end_inset
1407
1408 Graphics Interchange Format
1409 \begin_inset Quotes erd
1410 \end_inset
1411
1412 , avec comme extension de fichier 
1413 \begin_inset Quotes eld
1414 \end_inset
1415
1416
1417 \family typewriter
1418 .gif
1419 \family default
1420
1421 \begin_inset Quotes erd
1422 \end_inset
1423
1424 )
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 GIF|see
1430 \begin_inset ERT
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434
1435 {
1436 \end_layout
1437
1438 \end_inset
1439
1440 Format d'image
1441 \begin_inset ERT
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445
1446 }
1447 \end_layout
1448
1449 \end_inset
1450
1451
1452 \end_layout
1453
1454 \end_inset
1455
1456 , le PNG (
1457 \begin_inset Quotes eld
1458 \end_inset
1459
1460 Portable Network Graphics, extension 
1461 \begin_inset Quotes eld
1462 \end_inset
1463
1464
1465 \family typewriter
1466 .png
1467 \family default
1468
1469 \begin_inset Quotes erd
1470 \end_inset
1471
1472 )
1473 \begin_inset Index idx
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477 PNG|see
1478 \begin_inset ERT
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482
1483 {
1484 \end_layout
1485
1486 \end_inset
1487
1488 Formats d'image
1489 \begin_inset ERT
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493
1494 }
1495 \end_layout
1496
1497 \end_inset
1498
1499
1500 \end_layout
1501
1502 \end_inset
1503
1504  et le JPG (
1505 \begin_inset Quotes eld
1506 \end_inset
1507
1508 Joint Photographic Expert Group, extension 
1509 \begin_inset Quotes eld
1510 \end_inset
1511
1512
1513 \family typewriter
1514 .jpg
1515 \family default
1516
1517 \begin_inset Quotes erd
1518 \end_inset
1519
1520  ou 
1521 \begin_inset Quotes eld
1522 \end_inset
1523
1524
1525 \family typewriter
1526 .jpeg
1527 \family default
1528
1529 \begin_inset Quotes erd
1530 \end_inset
1531
1532 )
1533 \begin_inset Index idx
1534 status collapsed
1535
1536 \begin_layout Plain Layout
1537 JPG|see
1538 \begin_inset ERT
1539 status collapsed
1540
1541 \begin_layout Plain Layout
1542
1543 {
1544 \end_layout
1545
1546 \end_inset
1547
1548 Formats d'image
1549 \begin_inset ERT
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553
1554 }
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \end_layout
1561
1562 \end_inset
1563
1564 .
1565 \end_layout
1566
1567 \begin_layout Description
1568 Les
1569 \begin_inset space ~
1570 \end_inset
1571
1572 images
1573 \begin_inset space ~
1574 \end_inset
1575
1576 Vectorielles
1577 \begin_inset space ~
1578 \end_inset
1579
1580 (ou
1581 \begin_inset space ~
1582 \end_inset
1583
1584 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1585  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1586 nnée comme on le veut sans perte de précision.
1587  La possibilité de redimensionner les images est très utilisé pour les présentat
1588 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1589 nnement.
1590  Le redimensionnement permet aussi de présenter des documents en ligne où
1591  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1592  étudier les détails.
1593 \begin_inset Newline newline
1594 \end_inset
1595
1596 Les principaux formats vectoriels sont le SVG (
1597 \begin_inset Quotes eld
1598 \end_inset
1599
1600 Scalable Vector Graphics
1601 \begin_inset Quotes erd
1602 \end_inset
1603
1604 , extension
1605 \begin_inset Quotes eld
1606 \end_inset
1607
1608
1609 \family typewriter
1610 .svg
1611 \family default
1612
1613 \begin_inset Quotes erd
1614 \end_inset
1615
1616 )
1617 \begin_inset Index idx
1618 status collapsed
1619
1620 \begin_layout Plain Layout
1621 SVG|see
1622 \begin_inset ERT
1623 status collapsed
1624
1625 \begin_layout Plain Layout
1626
1627 {
1628 \end_layout
1629
1630 \end_inset
1631
1632 Format d'image
1633 \begin_inset ERT
1634 status collapsed
1635
1636 \begin_layout Plain Layout
1637
1638 }
1639 \end_layout
1640
1641 \end_inset
1642
1643
1644 \end_layout
1645
1646 \end_inset
1647
1648 , l'EPS ( 
1649 \begin_inset Quotes eld
1650 \end_inset
1651
1652 encapsulated PostScript
1653 \begin_inset Quotes erd
1654 \end_inset
1655
1656 , extension
1657 \begin_inset Quotes eld
1658 \end_inset
1659
1660
1661 \family typewriter
1662 .eps
1663 \family default
1664
1665 \begin_inset Quotes erd
1666 \end_inset
1667
1668 )
1669 \begin_inset Index idx
1670 status collapsed
1671
1672 \begin_layout Plain Layout
1673 EPS|see
1674 \begin_inset ERT
1675 status collapsed
1676
1677 \begin_layout Plain Layout
1678
1679 {
1680 \end_layout
1681
1682 \end_inset
1683
1684 Format d'image
1685 \begin_inset ERT
1686 status collapsed
1687
1688 \begin_layout Plain Layout
1689
1690 }
1691 \end_layout
1692
1693 \end_inset
1694
1695
1696 \end_layout
1697
1698 \end_inset
1699
1700 , le PDF (
1701 \begin_inset Quotes eld
1702 \end_inset
1703
1704 Portable Document Format
1705 \begin_inset Quotes erd
1706 \end_inset
1707
1708 , extension
1709 \begin_inset Quotes eld
1710 \end_inset
1711
1712
1713 \family typewriter
1714 .pdf
1715 \family default
1716
1717 \begin_inset Quotes erd
1718 \end_inset
1719
1720 )
1721 \begin_inset Index idx
1722 status collapsed
1723
1724 \begin_layout Plain Layout
1725 PDF|see
1726 \begin_inset ERT
1727 status collapsed
1728
1729 \begin_layout Plain Layout
1730
1731 {
1732 \end_layout
1733
1734 \end_inset
1735
1736 Format d'image
1737 \begin_inset ERT
1738 status collapsed
1739
1740 \begin_layout Plain Layout
1741
1742 }
1743 \end_layout
1744
1745 \end_inset
1746
1747
1748 \end_layout
1749
1750 \end_inset
1751
1752  et le WMF (
1753 \begin_inset Quotes eld
1754 \end_inset
1755
1756 Windows Metafile
1757 \begin_inset Quotes erd
1758 \end_inset
1759
1760 , extension 
1761 \begin_inset Quotes eld
1762 \end_inset
1763
1764
1765 \family typewriter
1766 .wfm
1767 \family default
1768
1769 \begin_inset Quotes erd
1770 \end_inset
1771
1772  ou 
1773 \begin_inset Quotes eld
1774 \end_inset
1775
1776
1777 \family typewriter
1778 .emf
1779 \family default
1780
1781 \begin_inset Quotes erd
1782 \end_inset
1783
1784 )
1785 \begin_inset Index idx
1786 status collapsed
1787
1788 \begin_layout Plain Layout
1789 WMF|see
1790 \begin_inset ERT
1791 status collapsed
1792
1793 \begin_layout Plain Layout
1794
1795 {
1796 \end_layout
1797
1798 \end_inset
1799
1800 Formats d'images
1801 \begin_inset ERT
1802 status collapsed
1803
1804 \begin_layout Plain Layout
1805
1806 }
1807 \end_layout
1808
1809 \end_inset
1810
1811
1812 \end_layout
1813
1814 \end_inset
1815
1816 .
1817  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1818  en EPS, mais le résultat ne sera pas redimensionnable.
1819  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1820 \begin_inset Foot
1821 status collapsed
1822
1823 \begin_layout Plain Layout
1824 Dans le cas du PDF l'image initiale est aussi compressée.
1825 \end_layout
1826
1827 \end_inset
1828
1829
1830 \end_layout
1831
1832 \begin_layout Standard
1833 Les fichiers PDF générés par 
1834 \family typewriter
1835 Adobe Photoshop
1836 \family default
1837 , par exemple, sont des images matricielles.
1838 \end_layout
1839
1840 \begin_layout Standard
1841 En principe il est quasiment impossible de convertir une image matricielle
1842  en graphique vectoriel, seul le contraire est possible.
1843  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1844  dans respectivement un fichier de sortie PDF ou PostScript.
1845  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1846  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1847  WMF/SVG
1848 \begin_inset Formula $\to$
1849 \end_inset
1850
1851 PDF/EPS convenables.
1852 \end_layout
1853
1854 \begin_layout Chapter
1855 Tableaux
1856 \begin_inset Index idx
1857 status collapsed
1858
1859 \begin_layout Plain Layout
1860 Tableau
1861 \end_layout
1862
1863 \end_inset
1864
1865
1866 \end_layout
1867
1868 \begin_layout Section
1869 Introduction
1870 \begin_inset Index idx
1871 status collapsed
1872
1873 \begin_layout Plain Layout
1874 Tableau ! Introduction
1875 \end_layout
1876
1877 \end_inset
1878
1879
1880 \end_layout
1881
1882 \begin_layout Standard
1883 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1884  
1885 \begin_inset Info
1886 type  "icon"
1887 arg   "tabular-insert"
1888 \end_inset
1889
1890  soit 
1891 \family sans
1892 Insertion\SpecialChar \menuseparator
1893 Tableau
1894 \family default
1895 .
1896  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1897  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1898  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1899  sur un bouton de la souris pour valider votre choix.
1900  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1901  vous demandant le nombre de lignes et de colonnes.
1902 \begin_inset Newline newline
1903 \end_inset
1904
1905 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1906  une à droite de la colonne la plus à droite et une en bas de la rangée
1907  du bas, qui forment une boîte autour du tableau.
1908  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1909  apparaît séparée du reste du tableau.
1910  Voici un exemple :
1911 \end_layout
1912
1913 \begin_layout Standard
1914 \align center
1915 \begin_inset Tabular
1916 <lyxtabular version="3" rows="4" columns="4">
1917 <features rotate="0" tabularvalignment="middle">
1918 <column alignment="center" valignment="top">
1919 <column alignment="center" valignment="top">
1920 <column alignment="center" valignment="top">
1921 <column alignment="center" valignment="top">
1922 <row>
1923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1924 \begin_inset Text
1925
1926 \begin_layout Plain Layout
1927
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936 1
1937 \end_layout
1938
1939 \end_inset
1940 </cell>
1941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1942 \begin_inset Text
1943
1944 \begin_layout Plain Layout
1945 2
1946 \end_layout
1947
1948 \end_inset
1949 </cell>
1950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1951 \begin_inset Text
1952
1953 \begin_layout Plain Layout
1954 3
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 </row>
1960 <row>
1961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1962 \begin_inset Text
1963
1964 \begin_layout Plain Layout
1965 A
1966 \end_layout
1967
1968 \end_inset
1969 </cell>
1970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1971 \begin_inset Text
1972
1973 \begin_layout Plain Layout
1974
1975 \end_layout
1976
1977 \end_inset
1978 </cell>
1979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1980 \begin_inset Text
1981
1982 \begin_layout Plain Layout
1983
1984 \end_layout
1985
1986 \end_inset
1987 </cell>
1988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1989 \begin_inset Text
1990
1991 \begin_layout Plain Layout
1992
1993 \end_layout
1994
1995 \end_inset
1996 </cell>
1997 </row>
1998 <row>
1999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2000 \begin_inset Text
2001
2002 \begin_layout Plain Layout
2003 B
2004 \end_layout
2005
2006 \end_inset
2007 </cell>
2008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2009 \begin_inset Text
2010
2011 \begin_layout Plain Layout
2012
2013 \end_layout
2014
2015 \end_inset
2016 </cell>
2017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2018 \begin_inset Text
2019
2020 \begin_layout Plain Layout
2021
2022 \end_layout
2023
2024 \end_inset
2025 </cell>
2026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2027 \begin_inset Text
2028
2029 \begin_layout Plain Layout
2030
2031 \end_layout
2032
2033 \end_inset
2034 </cell>
2035 </row>
2036 <row>
2037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2038 \begin_inset Text
2039
2040 \begin_layout Plain Layout
2041 C
2042 \end_layout
2043
2044 \end_inset
2045 </cell>
2046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2047 \begin_inset Text
2048
2049 \begin_layout Plain Layout
2050
2051 \end_layout
2052
2053 \end_inset
2054 </cell>
2055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2056 \begin_inset Text
2057
2058 \begin_layout Plain Layout
2059
2060 \end_layout
2061
2062 \end_inset
2063 </cell>
2064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2065 \begin_inset Text
2066
2067 \begin_layout Plain Layout
2068
2069 \end_layout
2070
2071 \end_inset
2072 </cell>
2073 </row>
2074 </lyxtabular>
2075
2076 \end_inset
2077
2078
2079 \end_layout
2080
2081 \begin_layout Section
2082 La fenêtre 
2083 \family sans
2084 tableau
2085 \family default
2086
2087 \begin_inset Index idx
2088 status collapsed
2089
2090 \begin_layout Plain Layout
2091 Tableau ! Fenêtre de dialogue
2092 \end_layout
2093
2094 \end_inset
2095
2096
2097 \end_layout
2098
2099 \begin_layout Standard
2100 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2101  de la souris, ce qui fait apparaître une fenêtre avec des options.
2102  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2103  la colonne et la ligne dans laquelle le curseur se trouve.
2104  La plupart des options peuvent s'appliquer à des sélections.
2105  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2106  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2107  votre sélection.
2108  Notez qu'il y a une différence entre sélectionner le 
2109 \emph on
2110 contenu 
2111 \emph default
2112 d'une cellule et sélectionner la cellule elle-même.
2113 \begin_inset Newline newline
2114 \end_inset
2115
2116 En cochant l'option 
2117 \family sans
2118 Application
2119 \begin_inset space ~
2120 \end_inset
2121
2122 immédiate
2123 \family default
2124  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2125  est appliquée directement.
2126  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2127  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2128  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2129  de dialogue, vous devez appuyer sur 
2130 \family sans
2131 Entrée
2132 \family default
2133  pour que la modification soit appliquée.
2134 \begin_inset Newline newline
2135 \end_inset
2136
2137 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2138  :
2139 \end_layout
2140
2141 \begin_layout Description
2142 Paramètres
2143 \begin_inset space ~
2144 \end_inset
2145
2146 du
2147 \begin_inset space ~
2148 \end_inset
2149
2150 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2151  la largeur de la colonne courante.
2152  L'alignement horizontal 
2153 \family sans
2154 Au
2155 \begin_inset space ~
2156 \end_inset
2157
2158 séparateur
2159 \begin_inset space ~
2160 \end_inset
2161
2162 décimal
2163 \family default
2164  est décrit dans la section
2165 \begin_inset space ~
2166 \end_inset
2167
2168
2169 \begin_inset CommandInset ref
2170 LatexCommand ref
2171 reference "sub:Alignements-de-cellules"
2172
2173 \end_inset
2174
2175 .
2176  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2177  vertical de la ligne courante.
2178  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2179  et donc, plusieurs paragraphes de texte, voir la section
2180 \begin_inset space ~
2181 \end_inset
2182
2183
2184 \begin_inset CommandInset ref
2185 LatexCommand ref
2186 reference "sub:Lignes-multiple-dans-cellule"
2187
2188 \end_inset
2189
2190 .
2191  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2192  pour accommoder le contenu de cellule le plus large.
2193 \begin_inset Newline newline
2194 \end_inset
2195
2196 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2197  un multicolonne, voir la section
2198 \begin_inset space ~
2199 \end_inset
2200
2201
2202 \begin_inset CommandInset ref
2203 LatexCommand ref
2204 reference "sub:Multicolonnes"
2205
2206 \end_inset
2207
2208  ou une cellule d'une colonne comme cellule multiligne, voir la section
2209 \begin_inset space ~
2210 \end_inset
2211
2212
2213 \begin_inset CommandInset ref
2214 LatexCommand ref
2215 reference "sub:Multi-lignes"
2216
2217 \end_inset
2218
2219 .
2220 \begin_inset Newline newline
2221 \end_inset
2222
2223 L'option 
2224 \family sans
2225 Tourner
2226 \begin_inset space ~
2227 \end_inset
2228
2229 la
2230 \begin_inset space ~
2231 \end_inset
2232
2233 case
2234 \begin_inset space ~
2235 \end_inset
2236
2237 de
2238 \begin_inset space ~
2239 \end_inset
2240
2241 90°
2242 \family default
2243  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2244  L'option 
2245 \family sans
2246 Tourner
2247 \begin_inset space ~
2248 \end_inset
2249
2250 le
2251 \begin_inset space ~
2252 \end_inset
2253
2254 tableau
2255 \begin_inset space ~
2256 \end_inset
2257
2258 de
2259 \begin_inset space ~
2260 \end_inset
2261
2262 90°
2263 \family default
2264  fait pivoter tout le tableau.
2265  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2266  la sortie finale.
2267  Pour plus d'information voir la section
2268 \begin_inset space ~
2269 \end_inset
2270
2271
2272 \begin_inset CommandInset ref
2273 LatexCommand ref
2274 reference "sec:Rotated-Table-Cells"
2275
2276 \end_inset
2277
2278 .
2279 \begin_inset Newline newline
2280 \end_inset
2281
2282
2283 \begin_inset Note Greyedout
2284 status open
2285
2286 \begin_layout Plain Layout
2287
2288 \series bold
2289 Note:
2290 \series default
2291  La plupart des visualiseurs DVI ne sont 
2292 \emph on
2293 pas
2294 \emph default
2295  capables d'afficher ces rotations.
2296 \end_layout
2297
2298 \end_inset
2299
2300
2301 \begin_inset Newline newline
2302 \end_inset
2303
2304 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2305  qui sont incorporés dans une ligne de texte :
2306 \begin_inset Newline newline
2307 \end_inset
2308
2309 Une ligne avec des tableaux alignés de différentes manières: 
2310 \begin_inset Tabular
2311 <lyxtabular version="3" rows="2" columns="2">
2312 <features rotate="0" tabularvalignment="top">
2313 <column alignment="center" valignment="top" width="0pt">
2314 <column alignment="center" valignment="top">
2315 <row>
2316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2317 \begin_inset Text
2318
2319 \begin_layout Plain Layout
2320
2321 \end_layout
2322
2323 \end_inset
2324 </cell>
2325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2326 \begin_inset Text
2327
2328 \begin_layout Plain Layout
2329 1
2330 \end_layout
2331
2332 \end_inset
2333 </cell>
2334 </row>
2335 <row>
2336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2337 \begin_inset Text
2338
2339 \begin_layout Plain Layout
2340 A
2341 \end_layout
2342
2343 \end_inset
2344 </cell>
2345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Plain Layout
2349
2350 \end_layout
2351
2352 \end_inset
2353 </cell>
2354 </row>
2355 </lyxtabular>
2356
2357 \end_inset
2358
2359  
2360 \begin_inset Tabular
2361 <lyxtabular version="3" rows="2" columns="2">
2362 <features rotate="0" tabularvalignment="middle">
2363 <column alignment="center" valignment="top">
2364 <column alignment="center" valignment="top">
2365 <row>
2366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2367 \begin_inset Text
2368
2369 \begin_layout Plain Layout
2370
2371 \end_layout
2372
2373 \end_inset
2374 </cell>
2375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2376 \begin_inset Text
2377
2378 \begin_layout Plain Layout
2379 1
2380 \end_layout
2381
2382 \end_inset
2383 </cell>
2384 </row>
2385 <row>
2386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2387 \begin_inset Text
2388
2389 \begin_layout Plain Layout
2390 A
2391 \end_layout
2392
2393 \end_inset
2394 </cell>
2395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2396 \begin_inset Text
2397
2398 \begin_layout Plain Layout
2399
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 </row>
2405 </lyxtabular>
2406
2407 \end_inset
2408
2409  
2410 \begin_inset Tabular
2411 <lyxtabular version="3" rows="2" columns="2">
2412 <features rotate="0" tabularvalignment="bottom">
2413 <column alignment="center" valignment="top" width="0pt">
2414 <column alignment="center" valignment="top">
2415 <row>
2416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2417 \begin_inset Text
2418
2419 \begin_layout Plain Layout
2420
2421 \end_layout
2422
2423 \end_inset
2424 </cell>
2425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2426 \begin_inset Text
2427
2428 \begin_layout Plain Layout
2429 1
2430 \end_layout
2431
2432 \end_inset
2433 </cell>
2434 </row>
2435 <row>
2436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2437 \begin_inset Text
2438
2439 \begin_layout Plain Layout
2440 A
2441 \end_layout
2442
2443 \end_inset
2444 </cell>
2445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2446 \begin_inset Text
2447
2448 \begin_layout Plain Layout
2449
2450 \end_layout
2451
2452 \end_inset
2453 </cell>
2454 </row>
2455 </lyxtabular>
2456
2457 \end_inset
2458
2459
2460 \begin_inset Newline newline
2461 \end_inset
2462
2463 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2464  spéciales pour le tableau, voir les sections
2465 \begin_inset space ~
2466 \end_inset
2467
2468
2469 \begin_inset CommandInset ref
2470 LatexCommand ref
2471 reference "sub:Calculs-multicolonnes"
2472
2473 \end_inset
2474
2475  et 
2476 \begin_inset CommandInset ref
2477 LatexCommand ref
2478 reference "sec:Tableaux-Colorés"
2479
2480 \end_inset
2481
2482 .
2483 \end_layout
2484
2485 \begin_layout Description
2486
2487 \family sans
2488 Bordures
2489 \family default
2490  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2491  ou la colonne courante.
2492  
2493 \begin_inset Newline newline
2494 \end_inset
2495
2496 En utilisant le style 
2497 \family sans
2498 Formel
2499 \family default
2500  à la place du style par 
2501 \family sans
2502 Défaut
2503 \family default
2504 , on va convertir le tableau en tableau formel comme on le décrit dans la
2505  section
2506 \begin_inset space ~
2507 \end_inset
2508
2509
2510 \begin_inset CommandInset ref
2511 LatexCommand ref
2512 reference "sec:Tableaux-Formels"
2513
2514 \end_inset
2515
2516 .
2517 \begin_inset Newline newline
2518 \end_inset
2519
2520 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2521  dans les lignes du tableau comme c'est décrit dans la section
2522 \begin_inset space ~
2523 \end_inset
2524
2525
2526 \begin_inset CommandInset ref
2527 LatexCommand ref
2528 reference "sub:Espacement-lignes"
2529
2530 \end_inset
2531
2532 .
2533 \end_layout
2534
2535 \begin_layout Description
2536 Tableau
2537 \begin_inset space ~
2538 \end_inset
2539
2540 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2541  un 
2542 \begin_inset Quotes eld
2543 \end_inset
2544
2545
2546 \emph on
2547 tableau long
2548 \emph default
2549
2550 \begin_inset Quotes erd
2551 \end_inset
2552
2553  qui peut continuer sur plusieurs pages.
2554  Les sections
2555 \begin_inset space ~
2556 \end_inset
2557
2558
2559 \begin_inset CommandInset ref
2560 LatexCommand ref
2561 reference "sec:Tableaux-longs"
2562
2563 \end_inset
2564
2565  et 
2566 \begin_inset CommandInset ref
2567 LatexCommand ref
2568 reference "sec:Questions-sur-tableaux-longs"
2569
2570 \end_inset
2571
2572  décrivent ces tableaux longs plus en détail.
2573 \end_layout
2574
2575 \begin_layout Section
2576 La barre d'outils tableau
2577 \begin_inset Index idx
2578 status collapsed
2579
2580 \begin_layout Plain Layout
2581 Tableau ! Barre d'outils
2582 \end_layout
2583
2584 \end_inset
2585
2586
2587 \end_layout
2588
2589 \begin_layout Standard
2590 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2591  permet de modifier plus rapidement les tableaux.
2592  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2593  le curseur se trouve à l'intérieur d'un tableau.
2594  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2595  au menu 
2596 \family sans
2597 Visualiser\SpecialChar \menuseparator
2598 Barres
2599 \begin_inset space ~
2600 \end_inset
2601
2602 d'outils\SpecialChar \menuseparator
2603 Tableau
2604 \family default
2605 .
2606 \end_layout
2607
2608 \begin_layout Standard
2609 La barre d'outils contient les icônes suivantes :
2610 \end_layout
2611
2612 \begin_layout Labeling
2613 \labelwidthstring 00.00.0000
2614 \begin_inset Info
2615 type  "icon"
2616 arg   "inset-modify tabular append-row"
2617 \end_inset
2618
2619  ajoute une ligne sous la cellule ou la sélection courante
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624 \begin_inset Info
2625 type  "icon"
2626 arg   "inset-modify tabular append-column"
2627 \end_inset
2628
2629  ajoute une colonne à la droite de la cellule ou de la sélection courante
2630 \end_layout
2631
2632 \begin_layout Labeling
2633 \labelwidthstring 00.00.0000
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "inset-modify tabular delete-row"
2637 \end_inset
2638
2639  supprime la ligne ou la sélection courante
2640 \end_layout
2641
2642 \begin_layout Labeling
2643 \labelwidthstring 00.00.0000
2644 \begin_inset Info
2645 type  "icon"
2646 arg   "inset-modify tabular delete-column"
2647 \end_inset
2648
2649  supprime la colonne ou la sélection courante
2650 \end_layout
2651
2652 \begin_layout Labeling
2653 \labelwidthstring 00.00.0000
2654 \begin_inset Info
2655 type  "icon"
2656 arg   "inset-modify tabular toggle-line-top"
2657 \end_inset
2658
2659  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2660  courante
2661 \end_layout
2662
2663 \begin_layout Labeling
2664 \labelwidthstring 00.00.0000
2665 \begin_inset Info
2666 type  "icon"
2667 arg   "inset-modify tabular toggle-line-bottom"
2668 \end_inset
2669
2670  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2671 \end_layout
2672
2673 \begin_layout Labeling
2674 \labelwidthstring 00.00.0000
2675 \begin_inset Info
2676 type  "icon"
2677 arg   "inset-modify tabular toggle-line-left"
2678 \end_inset
2679
2680  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2681 \begin_inset Note Note
2682 status collapsed
2683
2684 \begin_layout Plain Layout
2685 ou colonne ?
2686 \end_layout
2687
2688 \end_inset
2689
2690  ou de la sélection courante
2691 \end_layout
2692
2693 \begin_layout Labeling
2694 \labelwidthstring 00.00.0000
2695 \begin_inset Info
2696 type  "icon"
2697 arg   "inset-modify tabular toggle-line-right"
2698 \end_inset
2699
2700  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2701 \begin_inset Note Note
2702 status collapsed
2703
2704 \begin_layout Plain Layout
2705 ou colonne ?
2706 \end_layout
2707
2708 \end_inset
2709
2710  ou de la sélection courante
2711 \end_layout
2712
2713 \begin_layout Labeling
2714 \labelwidthstring 00.00.0000
2715 \begin_inset Info
2716 type  "icon"
2717 arg   "inset-modify tabular set-all-lines"
2718 \end_inset
2719
2720  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2721  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2722  colonne et la ligne courante
2723 \end_layout
2724
2725 \begin_layout Labeling
2726 \labelwidthstring 00.00.0000
2727 \begin_inset Info
2728 type  "icon"
2729 arg   "inset-modify tabular unset-all-lines"
2730 \end_inset
2731
2732  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2733  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2734  aussi la colonne et la ligne courante
2735 \end_layout
2736
2737 \begin_layout Labeling
2738 \labelwidthstring 00.00.0000
2739 \begin_inset Info
2740 type  "icon"
2741 arg   "inset-modify tabular m-align-left"
2742 \end_inset
2743
2744  aligne à gauche le contenu de la cellule ou de la colonne courante
2745 \end_layout
2746
2747 \begin_layout Labeling
2748 \labelwidthstring 00.00.0000
2749 \begin_inset Info
2750 type  "icon"
2751 arg   "inset-modify tabular m-align-center"
2752 \end_inset
2753
2754  centre horizontalement le contenu de la cellule ou de la colonne courante
2755 \end_layout
2756
2757 \begin_layout Labeling
2758 \labelwidthstring 00.00.0000
2759 \begin_inset Info
2760 type  "icon"
2761 arg   "inset-modify tabular m-align-right"
2762 \end_inset
2763
2764  aligne à droite le contenu de la cellule ou de la colonne courante
2765 \end_layout
2766
2767 \begin_layout Labeling
2768 \labelwidthstring 00.00.0000
2769 \begin_inset Info
2770 type  "icon"
2771 arg   "inset-modify tabular align-decimal"
2772 \end_inset
2773
2774  aligne le contenu de la colonne courante sur un caractère
2775 \end_layout
2776
2777 \begin_layout Labeling
2778 \labelwidthstring 00.00.0000
2779 \begin_inset Info
2780 type  "icon"
2781 arg   "inset-modify tabular m-valign-top"
2782 \end_inset
2783
2784  aligne le contenu de la cellule courante verticalement vers le haut
2785 \end_layout
2786
2787 \begin_layout Labeling
2788 \labelwidthstring 00.00.0000
2789 \begin_inset Info
2790 type  "icon"
2791 arg   "inset-modify tabular m-valign-middle"
2792 \end_inset
2793
2794  centre verticalement le contenu de la cellule courante
2795 \end_layout
2796
2797 \begin_layout Labeling
2798 \labelwidthstring 00.00.0000
2799 \begin_inset Info
2800 type  "icon"
2801 arg   "inset-modify tabular m-valign-bottom"
2802 \end_inset
2803
2804  aligne le contenu de la cellule courante verticalement vers le bas
2805 \end_layout
2806
2807 \begin_layout Labeling
2808 \labelwidthstring 00.00.0000
2809 \begin_inset Info
2810 type  "icon"
2811 arg   "inset-modify tabular set-rotate-cell"
2812 \end_inset
2813
2814  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2815 re
2816 \end_layout
2817
2818 \begin_layout Labeling
2819 \labelwidthstring 00.00.0000
2820 \begin_inset Info
2821 type  "icon"
2822 arg   "inset-modify tabular set-rotate-tabular"
2823 \end_inset
2824
2825  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2826 \end_layout
2827
2828 \begin_layout Labeling
2829 \labelwidthstring 00.00.0000
2830 \begin_inset Info
2831 type  "icon"
2832 arg   "inset-modify tabular multicolumn"
2833 \end_inset
2834
2835  transforme en multi-colonne la cellule ou la sélection courante
2836 \end_layout
2837
2838 \begin_layout Labeling
2839 \labelwidthstring 00.00.0000
2840 \begin_inset Info
2841 type  "icon"
2842 arg   "inset-modify tabular multirow"
2843 \end_inset
2844
2845  transforme en multi-ligne la cellule ou la sélection courante
2846 \end_layout
2847
2848 \begin_layout Standard
2849 \begin_inset Note Greyedout
2850 status open
2851
2852 \begin_layout Plain Layout
2853
2854 \series bold
2855 Note :
2856 \series default
2857  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2858  est utilisé pour toutes les autres cellules de la ligne.
2859 \end_layout
2860
2861 \end_inset
2862
2863
2864 \end_layout
2865
2866 \begin_layout Section
2867 Le menu Édition tableau
2868 \begin_inset Index idx
2869 status collapsed
2870
2871 \begin_layout Plain Layout
2872 Tableau ! Menu Édition
2873 \end_layout
2874
2875 \end_inset
2876
2877
2878 \end_layout
2879
2880 \begin_layout Standard
2881 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2882  
2883 \family sans
2884 Édition\SpecialChar \menuseparator
2885 Tableau
2886 \family default
2887  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2888  ou de la ligne courante et aussi de transformer la sélection courante en
2889  multi-colonne.
2890  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2891 \end_layout
2892
2893 \begin_layout Section
2894 Flottant de tableau
2895 \begin_inset CommandInset label
2896 LatexCommand label
2897 name "sec:Table-Floats"
2898
2899 \end_inset
2900
2901
2902 \begin_inset Index idx
2903 status collapsed
2904
2905 \begin_layout Plain Layout
2906 Flottants ! Tableaux
2907 \end_layout
2908
2909 \end_inset
2910
2911
2912 \begin_inset Index idx
2913 status collapsed
2914
2915 \begin_layout Plain Layout
2916 Tableau ! Flottants
2917 \end_layout
2918
2919 \end_inset
2920
2921
2922 \end_layout
2923
2924 \begin_layout Standard
2925 Pour des explications générales sur les flottants, jetez un œil à la section
2926 \begin_inset space ~
2927 \end_inset
2928
2929
2930 \begin_inset CommandInset ref
2931 LatexCommand ref
2932 reference "sec:Flottants-Introduction"
2933
2934 \end_inset
2935
2936 .
2937 \end_layout
2938
2939 \begin_layout Standard
2940 \begin_inset Float table
2941 placement h
2942 wide false
2943 sideways false
2944 status open
2945
2946 \begin_layout Plain Layout
2947 \begin_inset Caption Standard
2948
2949 \begin_layout Plain Layout
2950 \begin_inset CommandInset label
2951 LatexCommand label
2952 name "tab:Flottant-de-tableau"
2953
2954 \end_inset
2955
2956 Un flottant de tableau.
2957 \end_layout
2958
2959 \end_inset
2960
2961
2962 \end_layout
2963
2964 \begin_layout Plain Layout
2965 \align center
2966 \begin_inset Tabular
2967 <lyxtabular version="3" rows="3" columns="3">
2968 <features rotate="0" tabularvalignment="middle">
2969 <column alignment="center" valignment="top" width="0pt">
2970 <column alignment="center" valignment="top" width="0pt">
2971 <column alignment="center" valignment="top" width="0pt">
2972 <row>
2973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977 1
2978 \end_layout
2979
2980 \end_inset
2981 </cell>
2982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2983 \begin_inset Text
2984
2985 \begin_layout Plain Layout
2986 2
2987 \end_layout
2988
2989 \end_inset
2990 </cell>
2991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2992 \begin_inset Text
2993
2994 \begin_layout Plain Layout
2995 3
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 </row>
3001 <row>
3002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3003 \begin_inset Text
3004
3005 \begin_layout Plain Layout
3006 Jules
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015 Marie
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3021 \begin_inset Text
3022
3023 \begin_layout Plain Layout
3024 Jean
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 </row>
3030 <row>
3031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035 \begin_inset Formula $\int x^{2}dx$
3036 \end_inset
3037
3038
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047 \begin_inset Formula $\left[\begin{array}{cc}
3048 a & b\\
3049 c & d
3050 \end{array}\right]$
3051 \end_inset
3052
3053
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3059 \begin_inset Text
3060
3061 \begin_layout Plain Layout
3062 \begin_inset Formula $1+1=2$
3063 \end_inset
3064
3065
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 </row>
3071 </lyxtabular>
3072
3073 \end_inset
3074
3075
3076 \end_layout
3077
3078 \end_inset
3079
3080
3081 \end_layout
3082
3083 \begin_layout Standard
3084 Les flottants de tableau sont insérés en utilisant le menu 
3085 \family sans
3086 Insertion\SpecialChar \menuseparator
3087 Flottant\SpecialChar \menuseparator
3088 Tableau
3089 \family default
3090  ou le bouton 
3091 \begin_inset Info
3092 type  "icon"
3093 arg   "float-insert table"
3094 \end_inset
3095
3096  de la barre d'outils.
3097 \end_layout
3098
3099 \begin_layout Standard
3100 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3101  qui a comme étiquette 
3102 \begin_inset Quotes eld
3103 \end_inset
3104
3105 Tableau
3106 \begin_inset space ~
3107 \end_inset
3108
3109 #:
3110 \begin_inset Quotes erd
3111 \end_inset
3112
3113  (où # est le numéro du tableau).
3114  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3115 \end_layout
3116
3117 \begin_layout Standard
3118 Le tableau
3119 \begin_inset space ~
3120 \end_inset
3121
3122
3123 \begin_inset CommandInset ref
3124 LatexCommand ref
3125 reference "tab:Flottant-de-tableau"
3126
3127 \end_inset
3128
3129  est un exemple de tableau dans un flottant de tableau.
3130 \end_layout
3131
3132 \begin_layout Standard
3133 On met habituellement la légende au dessus des tableaux, mais cette règle
3134  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3135  Cela signifie que si vous utilisez un document appartenant aux classes
3136  
3137 \family sans
3138 article
3139 \family default
3140
3141 \family sans
3142 book
3143 \family default
3144
3145 \family sans
3146 letter
3147 \family default
3148 , ou
3149 \family sans
3150  report
3151 \family default
3152  il n'y aura pas d'espace entre la légende et le tableau.
3153  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3154  la commande de chargement du paquetage LaTeX 
3155 \series bold
3156 caption
3157 \series default
3158
3159 \begin_inset Index idx
3160 status collapsed
3161
3162 \begin_layout Plain Layout
3163 Paquetages LaTeX ! caption
3164 \end_layout
3165
3166 \end_inset
3167
3168  dans le préambule de votre document.
3169 \begin_inset Foot
3170 status collapsed
3171
3172 \begin_layout Plain Layout
3173 Pour plus d'information voyez la section
3174 \begin_inset space ~
3175 \end_inset
3176
3177
3178 \begin_inset CommandInset ref
3179 LatexCommand ref
3180 reference "sec:Placement-légende"
3181
3182 \end_inset
3183
3184 .
3185 \end_layout
3186
3187 \end_inset
3188
3189 :
3190 \end_layout
3191
3192 \begin_layout Standard
3193
3194 \series bold
3195 tableposition=top
3196 \end_layout
3197
3198 \begin_layout Standard
3199 Le paquetage 
3200 \series bold
3201 caption
3202 \series default
3203 , qui est décrit dans la section
3204 \begin_inset space ~
3205 \end_inset
3206
3207
3208 \begin_inset CommandInset ref
3209 LatexCommand ref
3210 reference "sec:Formatage-légende"
3211
3212 \end_inset
3213
3214 , est utilisé pour ajuster le format des légendes.
3215 \end_layout
3216
3217 \begin_layout Standard
3218 Dans le texte, on fait référence à un tableau
3219 \begin_inset Index idx
3220 status collapsed
3221
3222 \begin_layout Plain Layout
3223 References@Références ! à des Tableaux
3224 \end_layout
3225
3226 \end_inset
3227
3228  en faisant référence à sa légende.
3229  On insère donc une étiquette dans la légende en utilisant le menu 
3230 \family sans
3231 Insertion
3232 \family default
3233 \SpecialChar \menuseparator
3234
3235 \family sans
3236 Étiquette
3237 \family default
3238  ou le bouton 
3239 \begin_inset Info
3240 type  "icon"
3241 arg   "label-insert"
3242 \end_inset
3243
3244  de la barre d'outils.
3245  On peut alors faire référence à cette étiquette en utilisant le menu 
3246 \family sans
3247 Insertion\SpecialChar \menuseparator
3248 Référence
3249 \begin_inset space ~
3250 \end_inset
3251
3252 croisée
3253 \family default
3254  ou le bouton 
3255 \begin_inset Info
3256 type  "icon"
3257 arg   "dialog-show-new-inset ref"
3258 \end_inset
3259
3260  de la barre d'outils.
3261 \begin_inset Newline newline
3262 \end_inset
3263
3264 Les références croisées sont expliquées en détail dans la section
3265 \begin_inset space ~
3266 \end_inset
3267
3268
3269 \begin_inset CommandInset ref
3270 LatexCommand ref
3271 reference "sec:Referencer-les-Flottants"
3272
3273 \end_inset
3274
3275 .
3276 \end_layout
3277
3278 \begin_layout Section
3279 Tableaux Longs
3280 \begin_inset CommandInset label
3281 LatexCommand label
3282 name "sec:Tableaux-longs"
3283
3284 \end_inset
3285
3286
3287 \begin_inset Index idx
3288 status collapsed
3289
3290 \begin_layout Plain Layout
3291 Tableaux longs
3292 \end_layout
3293
3294 \end_inset
3295
3296
3297 \begin_inset Index idx
3298 status collapsed
3299
3300 \begin_layout Plain Layout
3301 Tableau ! Tableaux longs
3302 \end_layout
3303
3304 \end_inset
3305
3306
3307 \end_layout
3308
3309 \begin_layout Standard
3310 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3311  l'option 
3312 \family sans
3313 Utiliser
3314 \begin_inset space ~
3315 \end_inset
3316
3317 les
3318 \begin_inset space ~
3319 \end_inset
3320
3321 tableaux
3322 \begin_inset space ~
3323 \end_inset
3324
3325 longs
3326 \family default
3327  de l'onglet 
3328 \family sans
3329 Tableau
3330 \begin_inset space ~
3331 \end_inset
3332
3333 long
3334 \family default
3335  de la fenêtre 
3336 \family sans
3337 Paramètres
3338 \begin_inset space ~
3339 \end_inset
3340
3341 du
3342 \begin_inset space ~
3343 \end_inset
3344
3345 tableau
3346 \family default
3347  pour le répartir automatiquement sur plusieurs pages.
3348  En cochant cette option, vous activez les options suivantes:
3349 \end_layout
3350
3351 \begin_layout Description
3352 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3353  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3354  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3355  première page, si 
3356 \family sans
3357 Premier
3358 \begin_inset space ~
3359 \end_inset
3360
3361 en-tête
3362 \family default
3363  est défini.
3364  Ces lignes forment l'en-tête principal.
3365 \end_layout
3366
3367 \begin_layout Description
3368 Premier
3369 \begin_inset space ~
3370 \end_inset
3371
3372 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3373  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3374  d'en-tête utilisées pour la première page du tableau long.
3375 \end_layout
3376
3377 \begin_layout Description
3378 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3379  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3380  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3381  page si 
3382 \family sans
3383 Dernier
3384 \begin_inset space ~
3385 \end_inset
3386
3387 pied
3388 \family default
3389  est défini.
3390 \end_layout
3391
3392 \begin_layout Description
3393 Dernier
3394 \begin_inset space ~
3395 \end_inset
3396
3397 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3398  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3399  constituant le pied de la dernière page du tableau long.
3400 \end_layout
3401
3402 \begin_layout Description
3403 Légende La ligne courante contient la légende du tableau.
3404  La première ligne est transformée en une colonne unique et une légende
3405  est insérée.
3406  Vous trouverez d'autres explications sur les légendes pour les tableaux
3407  longs dans la section
3408 \begin_inset space ~
3409 \end_inset
3410
3411
3412 \begin_inset CommandInset ref
3413 LatexCommand ref
3414 reference "sub:Tableaux-longs-légende"
3415
3416 \end_inset
3417
3418 .
3419 \end_layout
3420
3421 \begin_layout Standard
3422 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3423  Voyez le tableau long qui suit pour voir comment ça marche :
3424 \end_layout
3425
3426 \begin_layout Standard
3427 \align center
3428 \begin_inset Tabular
3429 <lyxtabular version="3" rows="69" columns="3">
3430 <features rotate="0" islongtable="true" longtabularalignment="center">
3431 <column alignment="left" valignment="top" width="0cm">
3432 <column alignment="left" valignment="top" width="0pt">
3433 <column alignment="center" valignment="top" width="0pt">
3434 <row endfirsthead="true">
3435 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439
3440 \series bold
3441 Exemple d'annuaire téléphonique (ignorez les noms)
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 </row>
3465 <row endfirsthead="true">
3466 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470
3471 \series bold
3472 NOM
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490
3491 \series bold
3492 TEL.
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 </row>
3498 <row endhead="true">
3499 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503
3504 \series bold
3505 Exemple d'annuaire téléphonique
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 </row>
3529 <row endhead="true">
3530 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534
3535 \series bold
3536 NOM
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554
3555 \series bold
3556 TEL.
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 </row>
3562 <row endfoot="true">
3563 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567  continue page suivante
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 </row>
3591 <row>
3592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596
3597 \series bold
3598 Annovi
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 Silvia
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 111
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 </row>
3622 <row>
3623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627
3628 \series bold
3629 Bertoli
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 Stefano
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 111
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 </row>
3653 <row>
3654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658
3659 \series bold
3660 Bozzi
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 Walter
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 111
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 </row>
3684 <row>
3685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689
3690 \series bold
3691 Cachia
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 Maria
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 111
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 </row>
3715 <row>
3716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720
3721 \series bold
3722 Cachia
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 Maurizio
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 111
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 </row>
3746 <row>
3747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751
3752 \series bold
3753 Cinquemani
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 Giusi
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 111
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 </row>
3777 <row>
3778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782
3783 \series bold
3784 Colin
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 Bernard
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 111
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 </row>
3808 <row>
3809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813
3814 \series bold
3815 Concli
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 Gianfranco
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 111
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 </row>
3839 <row>
3840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844
3845 \series bold
3846 Dal Bosco
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 Carolina
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 111
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 </row>
3870 <row>
3871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875
3876 \series bold
3877 Dalpiaz
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 Annamaria
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 111
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 </row>
3901 <row>
3902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906
3907 \series bold
3908 Feliciello
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 Domenico
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 111
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 </row>
3932 <row>
3933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937
3938 \series bold
3939 Focarelli
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 Paola
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 111
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 </row>
3963 <row>
3964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968
3969 \series bold
3970 Galletti
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 Oreste
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 111
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 </row>
3994 <row>
3995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999
4000 \series bold
4001 Gasparini
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 Franca
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 111
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 </row>
4025 <row>
4026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030
4031 \series bold
4032 Rizzardi
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 Paola
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 111
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 </row>
4056 <row>
4057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061
4062 \series bold
4063 Lassini
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 Giancarlo
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081 111
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 </row>
4087 <row>
4088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092
4093 \series bold
4094 Malfatti
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 Luciano
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112 111
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 </row>
4118 <row>
4119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123
4124 \series bold
4125 Malfatti
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 Valeriano
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 111
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 </row>
4149 <row>
4150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154
4155 \series bold
4156 Meneguzzo
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 Roberto
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174 111
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 </row>
4180 <row>
4181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185
4186 \series bold
4187 Mezzadra
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 Roberto
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205 111
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 </row>
4211 <row>
4212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216
4217 \series bold
4218 Pirpamer
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 Erich
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236 111
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 </row>
4242 <row>
4243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247
4248 \series bold
4249 Pochiesa
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 Paolo
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267 111, 222
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 </row>
4273 <row>
4274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278
4279 \series bold
4280 Radina
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 Claudio
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 111
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 </row>
4304 <row>
4305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309
4310 \series bold
4311 Stuffer
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 Oskar
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 111
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 </row>
4335 <row>
4336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340
4341 \series bold
4342 Tacchelli
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 Ugo
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 111
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 </row>
4366 <row>
4367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371
4372 \series bold
4373 Tezzele
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 Margit
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 111
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 </row>
4397 <row>
4398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402
4403 \series bold
4404 Unterkalmsteiner
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 Frieda
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 111
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 </row>
4428 <row>
4429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433
4434 \series bold
4435 Vieider
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 Hilde
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 111
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 </row>
4459 <row>
4460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464
4465 \series bold
4466 Vigna
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 Jürgen
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 111
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 </row>
4490 <row>
4491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495
4496 \series bold
4497 Weber
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 Maurizio
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 111
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 </row>
4521 <row>
4522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526
4527 \series bold
4528 Winkler
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 Franz
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 111
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 </row>
4552 <row>
4553 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557  
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 </row>
4581 <row>
4582 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586
4587 \series bold
4588 Annovi
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 Silvia
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 555
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617
4618 \series bold
4619 Bertoli
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 Stefano
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 555
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 </row>
4643 <row>
4644 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648
4649 \series bold
4650 Bozzi
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 Walter
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 555
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 </row>
4674 <row>
4675 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679
4680 \series bold
4681 Cachia
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 Maria
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 555
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 </row>
4705 <row>
4706 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710
4711 \series bold
4712 Cachia
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 Maurizio
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 555
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 </row>
4736 <row>
4737 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741
4742 \series bold
4743 Cinquemani
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 Giusi
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 555
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 </row>
4767 <row>
4768 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772
4773 \series bold
4774 Colin
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 Bernard
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 555
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 </row>
4798 <row>
4799 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803
4804 \series bold
4805 Concli
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 Gianfranco
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 555
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 </row>
4829 <row>
4830 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834
4835 \series bold
4836 Dal Bosco
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 Carolina
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 555
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 </row>
4860 <row>
4861 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865
4866 \series bold
4867 Dalpiaz
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 Annamaria
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 555
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 </row>
4891 <row>
4892 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896
4897 \series bold
4898 Feliciello
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 Domenico
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 555
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 </row>
4922 <row>
4923 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927
4928 \series bold
4929 Focarelli
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 Paola
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 555
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 </row>
4953 <row>
4954 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958
4959 \series bold
4960 Galletti
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 Oreste
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 555
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 </row>
4984 <row>
4985 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989
4990 \series bold
4991 Gasparini
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 Franca
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 555
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 </row>
5015 <row>
5016 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020
5021 \series bold
5022 Rizzardi
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 Paola
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 555
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 </row>
5046 <row>
5047 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051
5052 \series bold
5053 Lassini
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 Giancarlo
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071 555
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 </row>
5077 <row>
5078 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082
5083 \series bold
5084 Malfatti
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 Luciano
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 555
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 </row>
5108 <row>
5109 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113
5114 \series bold
5115 Malfatti
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 Valeriano
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133 555
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 </row>
5139 <row>
5140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144
5145 \series bold
5146 Meneguzzo
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 Roberto
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 555
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 </row>
5170 <row>
5171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175
5176 \series bold
5177 Mezzadra
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 Roberto
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195 555
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 </row>
5201 <row>
5202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206
5207 \series bold
5208 Pirpamer
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 <cell alignment="center" valignment="top" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217 Erich
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 555
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 </row>
5232 <row>
5233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237
5238 \series bold
5239 Pochiesa
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 Paolo
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257 555, 222
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 </row>
5263 <row>
5264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268
5269 \series bold
5270 Radina
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 Claudio
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288 555
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 </row>
5294 <row>
5295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299
5300 \series bold
5301 Stuffer
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell alignment="center" valignment="top" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310 Oskar
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319 555
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 </row>
5325 <row>
5326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330
5331 \series bold
5332 Tacchelli
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 Ugo
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 555
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 </row>
5356 <row>
5357 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361
5362 \series bold
5363 Tezzele
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 <cell alignment="center" valignment="top" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372 Margit
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381 555
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 </row>
5387 <row>
5388 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392
5393 \series bold
5394 Unterkalmsteiner
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 <cell alignment="center" valignment="top" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 Frieda
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412 555
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 </row>
5418 <row>
5419 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423
5424 \series bold
5425 Vieider
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 Hilde
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 555
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 </row>
5449 <row>
5450 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454
5455 \series bold
5456 Vigna
5457 \end_layout
5458
5459 \end_inset
5460 </cell>
5461 <cell alignment="center" valignment="top" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465 Jürgen
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 999
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 </row>
5480 <row>
5481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485
5486 \series bold
5487 Weber
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 Maurizio
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 555
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 </row>
5511 <row>
5512 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516
5517 \series bold
5518 Winkler
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 Franz
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 555
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 </row>
5542 <row endlastfoot="true">
5543 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 Fin
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 </row>
5571 </lyxtabular>
5572
5573 \end_inset
5574
5575
5576 \begin_inset ERT
5577 status collapsed
5578
5579 \begin_layout Plain Layout
5580
5581
5582 \backslash
5583 addtocounter{table}{-1}
5584 \end_layout
5585
5586 \end_inset
5587
5588
5589 \begin_inset Note Note
5590 status collapsed
5591
5592 \begin_layout Plain Layout
5593 Voyez la première note grisée de la section
5594 \begin_inset space ~
5595 \end_inset
5596
5597
5598 \begin_inset CommandInset ref
5599 LatexCommand ref
5600 reference "sub:Tableaux-longs-légende"
5601
5602 \end_inset
5603
5604  pour une explication de cette commande.
5605 \end_layout
5606
5607 \end_inset
5608
5609
5610 \end_layout
5611
5612 \begin_layout Subsection
5613 Notes de bas de page dans les tableaux longs
5614 \begin_inset CommandInset label
5615 LatexCommand label
5616 name "sub:Notes-dans-tableau-long"
5617
5618 \end_inset
5619
5620
5621 \begin_inset Index idx
5622 status collapsed
5623
5624 \begin_layout Plain Layout
5625 Tableaux longs ! Notes de bas de page
5626 \end_layout
5627
5628 \end_inset
5629
5630
5631 \end_layout
5632
5633 \begin_layout Standard
5634 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5635  long.
5636  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5637  contenant la note.
5638  Par exemple le tableau
5639 \begin_inset space ~
5640 \end_inset
5641
5642
5643 \begin_inset CommandInset ref
5644 LatexCommand ref
5645 reference "tab:Légendes-tableau-différentes"
5646
5647 \end_inset
5648
5649  a une note de bas de page.
5650 \end_layout
5651
5652 \begin_layout Subsection
5653 Alignement des tableaux longs
5654 \begin_inset Index idx
5655 status collapsed
5656
5657 \begin_layout Plain Layout
5658 Tableaux longs ! Alignement
5659 \end_layout
5660
5661 \end_inset
5662
5663
5664 \end_layout
5665
5666 \begin_layout Standard
5667 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5668  de dialogue des paramètres de tableau.
5669  Pour les alignements à droite et à gauche, le tableau sera directement
5670  au bord de la page.
5671  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5672  l'alignement centré et modifier les valeurs des longueurs 
5673 \series bold
5674
5675 \backslash
5676 LTleft 
5677 \series default
5678 et 
5679 \series bold
5680
5681 \backslash
5682 LTright
5683 \series default
5684  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5685  concerné :
5686 \end_layout
5687
5688 \begin_layout Standard
5689
5690 \series bold
5691
5692 \backslash
5693 setlength{
5694 \backslash
5695 LTleft}{valeur}
5696 \end_layout
5697
5698 \begin_layout Standard
5699 Où 
5700 \series bold
5701 valeur
5702 \series default
5703  peut avoir n'importe laquelle des unités listées dans le tableau
5704 \begin_inset space ~
5705 \end_inset
5706
5707
5708 \begin_inset CommandInset ref
5709 LatexCommand ref
5710 reference "cha:Unités-de-longueur"
5711
5712 \end_inset
5713
5714 .
5715  
5716 \series bold
5717
5718 \backslash
5719 LTleft
5720 \series default
5721  contrôle la distance horizontale entre le bord gauche de la page et le
5722  tableau, et
5723 \series bold
5724  
5725 \backslash
5726 LTright
5727 \series default
5728  la distance au bord droit.
5729  La valeur implicite des ces deux distances est 
5730 \series bold
5731
5732 \backslash
5733 fill
5734 \series default
5735 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5736 \end_layout
5737
5738 \begin_layout Standard
5739 Le tableau long suivant a été centrée en mettant 
5740 \series bold
5741
5742 \backslash
5743 LTleft
5744 \series default
5745  à 
5746 \family sans
5747 0.1
5748 \backslash
5749 columnwidth
5750 \family default
5751 :
5752 \begin_inset ERT
5753 status collapsed
5754
5755 \begin_layout Plain Layout
5756
5757
5758 \backslash
5759 setlength{
5760 \backslash
5761 LTleft}{0.1
5762 \backslash
5763 columnwidth}
5764 \end_layout
5765
5766 \end_inset
5767
5768
5769 \end_layout
5770
5771 \begin_layout Standard
5772 \begin_inset Tabular
5773 <lyxtabular version="3" rows="5" columns="5">
5774 <features rotate="0" islongtable="true" longtabularalignment="center">
5775 <column alignment="center" valignment="top">
5776 <column alignment="center" valignment="top">
5777 <column alignment="center" valignment="top">
5778 <column alignment="center" valignment="top">
5779 <column alignment="center" valignment="top">
5780 <row>
5781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 1
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 2
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 3
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 4
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 5
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 </row>
5827 <row>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 asd
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 s
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 s
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 s
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 asd
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 </row>
5874 <row>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 asd
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 s
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 s
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 s
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 asd
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 </row>
5921 <row>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 asd
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 s
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 s
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 s
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 asd
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 </row>
5968 <row>
5969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 asd
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 asd
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 asd
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 asd
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 asd
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 </row>
6015 </lyxtabular>
6016
6017 \end_inset
6018
6019
6020 \begin_inset ERT
6021 status collapsed
6022
6023 \begin_layout Plain Layout
6024
6025
6026 \backslash
6027 setlength{
6028 \backslash
6029 LTleft}{
6030 \backslash
6031 fill}
6032 \end_layout
6033
6034 \end_inset
6035
6036
6037 \begin_inset ERT
6038 status collapsed
6039
6040 \begin_layout Plain Layout
6041
6042
6043 \backslash
6044 addtocounter{table}{-1}
6045 \end_layout
6046
6047 \end_inset
6048
6049
6050 \begin_inset Note Note
6051 status collapsed
6052
6053 \begin_layout Plain Layout
6054 Voyez la première note grisée de la section
6055 \begin_inset space ~
6056 \end_inset
6057
6058
6059 \begin_inset CommandInset ref
6060 LatexCommand ref
6061 reference "sub:Tableaux-longs-légende"
6062
6063 \end_inset
6064
6065  pour une explication de cette commande.
6066 \end_layout
6067
6068 \end_inset
6069
6070
6071 \end_layout
6072
6073 \begin_layout Subsection
6074 Légendes et tableaux longs
6075 \begin_inset Index idx
6076 status collapsed
6077
6078 \begin_layout Plain Layout
6079 Tableaux longs ! Legendes@Légendes
6080 \end_layout
6081
6082 \end_inset
6083
6084
6085 \begin_inset CommandInset label
6086 LatexCommand label
6087 name "sub:Tableaux-longs-légende"
6088
6089 \end_inset
6090
6091
6092 \end_layout
6093
6094 \begin_layout Standard
6095 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6096  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6097  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6098  longs quand on utilise pour une ligne l'option de tableau long 
6099 \family sans
6100 Légende
6101 \family default
6102 , comme c'est expliqué dans la section
6103 \begin_inset space ~
6104 \end_inset
6105
6106
6107 \begin_inset CommandInset ref
6108 LatexCommand ref
6109 reference "sec:Tableaux-longs"
6110
6111 \end_inset
6112
6113 .
6114 \end_layout
6115
6116 \begin_layout Standard
6117 Voici un petit Tableau long pour voir comment ça marche :
6118 \end_layout
6119
6120 \begin_layout Standard
6121 \begin_inset Tabular
6122 <lyxtabular version="3" rows="6" columns="5">
6123 <features rotate="0" islongtable="true" longtabularalignment="center">
6124 <column alignment="center" valignment="top">
6125 <column alignment="center" valignment="top">
6126 <column alignment="center" valignment="top">
6127 <column alignment="center" valignment="top">
6128 <column alignment="center" valignment="top">
6129 <row endfirsthead="true" caption="true">
6130 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Plain Layout
6134 \begin_inset Caption Standard
6135
6136 \begin_layout Plain Layout
6137 Tableau long avec une légende
6138 \begin_inset Argument 1
6139 status open
6140
6141 \begin_layout Plain Layout
6142 Tableau long
6143 \end_layout
6144
6145 \end_inset
6146
6147
6148 \end_layout
6149
6150 \end_inset
6151
6152
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 </row>
6194 <row>
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 1
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 2
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 3
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 4
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235 5
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 </row>
6241 <row>
6242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 asd
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255 s
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264 s
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273 s
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 asd
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 </row>
6288 <row>
6289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 asd
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 s
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 s
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 s
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329 asd
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 </row>
6335 <row>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 asd
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 s
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358 s
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367 s
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 asd
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 </row>
6382 <row>
6383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387 asd
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396 asd
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 asd
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 asd
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 asd
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 </row>
6429 </lyxtabular>
6430
6431 \end_inset
6432
6433
6434 \end_layout
6435
6436 \begin_layout Standard
6437 \begin_inset VSpace medskip
6438 \end_inset
6439
6440
6441 \begin_inset Note Greyedout
6442 status open
6443
6444 \begin_layout Plain Layout
6445
6446 \series bold
6447 Note
6448 \begin_inset space ~
6449 \end_inset
6450
6451 1:
6452 \series default
6453  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6454  n'avez pas prévu de légende.
6455  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6456 \begin_inset space ~
6457 \end_inset
6458
6459 2.4 suit le tableau
6460 \begin_inset space ~
6461 \end_inset
6462
6463 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6464  sans légende.
6465  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6466  après chaque tableau long sans légende :
6467 \end_layout
6468
6469 \begin_layout Plain Layout
6470
6471 \series bold
6472
6473 \backslash
6474 addtocounter{table}{-1}
6475 \end_layout
6476
6477 \begin_layout Plain Layout
6478 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6479  et que vous ajoutez le code suivant dans le préambule du document :
6480 \end_layout
6481
6482 \begin_layout Plain Layout
6483
6484 \series bold
6485
6486 \backslash
6487 let
6488 \backslash
6489 myEnd
6490 \backslash
6491 endlongtable
6492 \begin_inset Newline newline
6493 \end_inset
6494
6495
6496 \backslash
6497 renewcommand{
6498 \backslash
6499 endlongtable}{
6500 \backslash
6501 myEnd
6502 \backslash
6503 addtocounter{table}{-1}}
6504 \end_layout
6505
6506 \end_inset
6507
6508
6509 \end_layout
6510
6511 \begin_layout Standard
6512 \begin_inset Note Greyedout
6513 status open
6514
6515 \begin_layout Plain Layout
6516
6517 \series bold
6518 Note
6519 \begin_inset space ~
6520 \end_inset
6521
6522 2:
6523 \series default
6524  Si vous utilisez 
6525 \series bold
6526 hyperref
6527 \series default
6528
6529 \begin_inset Index idx
6530 status collapsed
6531
6532 \begin_layout Plain Layout
6533 Paquetages LaTeX ! hyperref
6534 \end_layout
6535
6536 \end_inset
6537
6538  dans les 
6539 \family sans
6540 Paramètres du document
6541 \family default
6542  rubrique 
6543 \family sans
6544 Propriétés
6545 \begin_inset space ~
6546 \end_inset
6547
6548 du
6549 \begin_inset space ~
6550 \end_inset
6551
6552 PDF
6553 \family default
6554 , pour transformer vos références croisées en liens cliquables, le lien
6555  vers un tableau long pointera toujours sur le début du document.
6556 \end_layout
6557
6558 \end_inset
6559
6560
6561 \end_layout
6562
6563 \begin_layout Subsubsection
6564 Références à des tableaux longs
6565 \begin_inset Index idx
6566 status collapsed
6567
6568 \begin_layout Plain Layout
6569 Tableaux longs ! Références
6570 \end_layout
6571
6572 \end_inset
6573
6574
6575 \end_layout
6576
6577 \begin_layout Standard
6578 \begin_inset Tabular
6579 <lyxtabular version="3" rows="6" columns="5">
6580 <features rotate="0" islongtable="true" longtabularalignment="center">
6581 <column alignment="center" valignment="top">
6582 <column alignment="center" valignment="top">
6583 <column alignment="center" valignment="top">
6584 <column alignment="center" valignment="top">
6585 <column alignment="center" valignment="top">
6586 <row endfirsthead="true" caption="true">
6587 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 \begin_inset Caption Standard
6592
6593 \begin_layout Plain Layout
6594 Tableau long référencé
6595 \begin_inset CommandInset label
6596 LatexCommand label
6597 name "tab:RefExemple"
6598
6599 \end_inset
6600
6601
6602 \end_layout
6603
6604 \end_inset
6605
6606
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 </row>
6648 <row>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 1
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 2
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 3
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680 4
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Plain Layout
6689 5
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 </row>
6695 <row>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 asd
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709 s
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718 s
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 s
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Plain Layout
6736 asd
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 </row>
6742 <row>
6743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 asd
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 s
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 s
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 s
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783 asd
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 </row>
6789 <row>
6790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794 asd
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803 s
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812 s
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 s
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830 asd
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 </row>
6836 <row>
6837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 asd
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850 sad
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859 asd
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 asd
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 asd
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 </row>
6883 </lyxtabular>
6884
6885 \end_inset
6886
6887
6888 \end_layout
6889
6890 \begin_layout Standard
6891 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6892  dans sa légende.
6893 \end_layout
6894
6895 \begin_layout Standard
6896 Ceci est une référence au tableau
6897 \begin_inset space ~
6898 \end_inset
6899
6900
6901 \begin_inset CommandInset ref
6902 LatexCommand ref
6903 reference "tab:RefExemple"
6904
6905 \end_inset
6906
6907 .
6908 \end_layout
6909
6910 \begin_layout Standard
6911 La mise en forme de la légende peut être ajustée avec celle de toutes les
6912  autres légendes de votre document en utilisant le paquetage LaTeX 
6913 \series bold
6914 caption
6915 \series default
6916
6917 \begin_inset Index idx
6918 status collapsed
6919
6920 \begin_layout Plain Layout
6921 Paquetages LaTeX ! caption
6922 \end_layout
6923
6924 \end_inset
6925
6926 , voir la section
6927 \begin_inset space ~
6928 \end_inset
6929
6930
6931 \begin_inset CommandInset ref
6932 LatexCommand ref
6933 reference "sec:Formatage-légende"
6934
6935 \end_inset
6936
6937 .
6938 \end_layout
6939
6940 \begin_layout Subsubsection
6941 Largeur de la légende
6942 \begin_inset Index idx
6943 status collapsed
6944
6945 \begin_layout Plain Layout
6946 Tableaux longs ! Largeur de la légende
6947 \end_layout
6948
6949 \end_inset
6950
6951
6952 \end_layout
6953
6954 \begin_layout Standard
6955 La largeur maximale des lignes de légende est définie par la longueur 
6956 \series bold
6957
6958 \backslash
6959 LTcapwidth
6960 \series default
6961 .
6962  Sa valeur implicite est 4
6963 \begin_inset space \thinspace{}
6964 \end_inset
6965
6966 in.
6967  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6968  de votre document ou en tant que code TeX directement dans votre document
6969  avant le tableau qui doit être affectée.
6970 \end_layout
6971
6972 \begin_layout Standard
6973
6974 \series bold
6975
6976 \backslash
6977 setlength{
6978 \backslash
6979 LTcapwidth}{largeur}
6980 \end_layout
6981
6982 \begin_layout Standard
6983 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6984 ce
6985 \begin_inset space ~
6986 \end_inset
6987
6988
6989 \begin_inset CommandInset ref
6990 LatexCommand ref
6991 reference "cha:Unités-de-longueur"
6992
6993 \end_inset
6994
6995 .
6996 \end_layout
6997
6998 \begin_layout Standard
6999 Les tableaux suivants montrent la différence :
7000 \end_layout
7001
7002 \begin_layout Standard
7003 \begin_inset Tabular
7004 <lyxtabular version="3" rows="6" columns="5">
7005 <features rotate="0" islongtable="true" longtabularalignment="center">
7006 <column alignment="center" valignment="top">
7007 <column alignment="center" valignment="top">
7008 <column alignment="center" valignment="top">
7009 <column alignment="center" valignment="top">
7010 <column alignment="center" valignment="top">
7011 <row endfirsthead="true" caption="true">
7012 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Plain Layout
7016 \begin_inset Caption Standard
7017
7018 \begin_layout Plain Layout
7019 long titre complet avec la largeur implicite long titre complet avec la
7020  largeur implicite long titre complet avec la largeur implicite
7021 \begin_inset Argument 1
7022 status open
7023
7024 \begin_layout Plain Layout
7025 Légende avec largeur implicite
7026 \end_layout
7027
7028 \end_inset
7029
7030
7031 \end_layout
7032
7033 \end_inset
7034
7035
7036 \end_layout
7037
7038 \end_inset
7039 </cell>
7040 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 </row>
7077 <row>
7078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 1
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 2
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 3
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 4
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 5
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 </row>
7124 <row>
7125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 asd
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138 s
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 s
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 s
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 asd
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 </row>
7171 <row>
7172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176 asd
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185 s
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 s
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 s
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 asd
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 </row>
7218 <row>
7219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223 asd
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 s
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 s
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 s
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 asd
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 </row>
7265 <row>
7266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 asd
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279 sad
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 asd
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 asd
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 asd
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 </row>
7312 </lyxtabular>
7313
7314 \end_inset
7315
7316
7317 \end_layout
7318
7319 \begin_layout Standard
7320 \begin_inset ERT
7321 status collapsed
7322
7323 \begin_layout Plain Layout
7324
7325
7326 \backslash
7327 setlength{
7328 \backslash
7329 LTcapwidth}{5cm}
7330 \end_layout
7331
7332 \end_inset
7333
7334
7335 \begin_inset Tabular
7336 <lyxtabular version="3" rows="6" columns="5">
7337 <features rotate="0" islongtable="true" longtabularalignment="center">
7338 <column alignment="center" valignment="top">
7339 <column alignment="center" valignment="top">
7340 <column alignment="center" valignment="top">
7341 <column alignment="center" valignment="top">
7342 <column alignment="center" valignment="top">
7343 <row endfirsthead="true" caption="true">
7344 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348 \begin_inset Caption Standard
7349
7350 \begin_layout Plain Layout
7351 long titre complet avec la largeur réglée à 5
7352 \begin_inset space \thinspace{}
7353 \end_inset
7354
7355 cm long titre complet avec la largeur réglée à 5
7356 \begin_inset space \thinspace{}
7357 \end_inset
7358
7359 cm long titre complet avec la largeur réglée à 5
7360 \begin_inset space \thinspace{}
7361 \end_inset
7362
7363 cm
7364 \begin_inset Argument 1
7365 status open
7366
7367 \begin_layout Plain Layout
7368 Légende avec largeur à
7369 \begin_inset space \thinspace{}
7370 \end_inset
7371
7372 =
7373 \begin_inset space \thinspace{}
7374 \end_inset
7375
7376 5
7377 \begin_inset space \thinspace{}
7378 \end_inset
7379
7380 cm
7381 \end_layout
7382
7383 \end_inset
7384
7385
7386 \end_layout
7387
7388 \end_inset
7389
7390
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Plain Layout
7399
7400 \end_layout
7401
7402 \end_inset
7403 </cell>
7404 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Plain Layout
7408
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Plain Layout
7417
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 </row>
7432 <row>
7433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7434 \begin_inset Text
7435
7436 \begin_layout Plain Layout
7437 1
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446 2
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 3
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 4
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 5
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 </row>
7479 <row>
7480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484 asd
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493 s
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 s
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 s
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 asd
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 </row>
7526 <row>
7527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 asd
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540 s
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 s
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 s
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 asd
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 </row>
7573 <row>
7574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 asd
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 s
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 s
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605 s
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 asd
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 </row>
7620 <row>
7621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625 asd
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634 sad
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643 asd
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652 asd
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661 asd
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 </row>
7667 </lyxtabular>
7668
7669 \end_inset
7670
7671
7672 \end_layout
7673
7674 \begin_layout Standard
7675 \begin_inset ERT
7676 status collapsed
7677
7678 \begin_layout Plain Layout
7679
7680
7681 \backslash
7682 setlength{
7683 \backslash
7684 LTcapwidth}{4in}
7685 \end_layout
7686
7687 \end_inset
7688
7689
7690 \end_layout
7691
7692 \begin_layout Standard
7693 \begin_inset Note Greyedout
7694 status open
7695
7696 \begin_layout Plain Layout
7697
7698 \series bold
7699 Note:
7700 \series default
7701  Quand on utilise la paquetage LaTeX 
7702 \series bold
7703 caption
7704 \series default
7705
7706 \begin_inset Index idx
7707 status collapsed
7708
7709 \begin_layout Plain Layout
7710 Paquetages LaTeX ! caption
7711 \end_layout
7712
7713 \end_inset
7714
7715  , comme c'est les cas dans ce document, la légende prend toute la largeur
7716  de la page quand on utilise la largeur implicite de 4
7717 \begin_inset space \thinspace{}
7718 \end_inset
7719
7720 in pour 
7721 \series bold
7722
7723 \backslash
7724 LTcapwidth
7725 \series default
7726 .
7727  Pour avoir dans ce cas une légende qui fasse exactement 4
7728 \begin_inset space \thinspace{}
7729 \end_inset
7730
7731 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7732  comme par exemple 3.99
7733 \begin_inset space \thinspace{}
7734 \end_inset
7735
7736 in, soit utiliser la commande LaTeX 
7737 \series bold
7738
7739 \backslash
7740 captionsetup{width=valeur}
7741 \series default
7742  qui est disponible dans le paquetage 
7743 \series bold
7744 caption
7745 \series default
7746 .
7747 \end_layout
7748
7749 \end_inset
7750
7751
7752 \end_layout
7753
7754 \begin_layout Subsubsection
7755 Des légendes différentes sur chaque page d'un tableau
7756 \begin_inset Argument 1
7757 status collapsed
7758
7759 \begin_layout Plain Layout
7760 Légendes différentes
7761 \end_layout
7762
7763 \end_inset
7764
7765
7766 \begin_inset Index idx
7767 status collapsed
7768
7769 \begin_layout Plain Layout
7770 Tableaux longs ! Legendes@Légendes différentes par page
7771 \end_layout
7772
7773 \end_inset
7774
7775
7776 \end_layout
7777
7778 \begin_layout Standard
7779 Quand la légende du tableau pour les pages suivantes doit être différente
7780  de celle de la première page, 
7781 \lang english
7782 mark a empty row as header which contains a caption.
7783  Then right-click on the caption and select in the context menu 
7784 \family sans
7785 Caption
7786 \begin_inset space ~
7787 \end_inset
7788
7789 (LongTableNoNumber)
7790 \family default
7791 \lang french
7792 .
7793  Le tableau
7794 \begin_inset space ~
7795 \end_inset
7796
7797
7798 \begin_inset CommandInset ref
7799 LatexCommand ref
7800 reference "tab:Légendes-tableau-différentes"
7801
7802 \end_inset
7803
7804  est un exemple de tableau long avec des légendes différentes et où la seconde
7805  légende ne contient pas le numéro du tableau.
7806 \end_layout
7807
7808 \begin_layout Standard
7809 \align center
7810 \begin_inset Tabular
7811 <lyxtabular version="3" rows="59" columns="3">
7812 <features rotate="0" islongtable="true" longtabularalignment="center">
7813 <column alignment="left" valignment="top" width="0pt">
7814 <column alignment="left" valignment="top" width="0pt">
7815 <column alignment="center" valignment="top" width="0pt">
7816 <row endfirsthead="true" caption="true">
7817 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821 \begin_inset Caption Standard
7822
7823 \begin_layout Plain Layout
7824 Exemple d'annuaire téléphonique
7825 \begin_inset CommandInset label
7826 LatexCommand label
7827 name "tab:Légendes-tableau-différentes"
7828
7829 \end_inset
7830
7831
7832 \begin_inset Argument 1
7833 status collapsed
7834
7835 \begin_layout Plain Layout
7836 Exemple Annuaire 
7837 \end_layout
7838
7839 \end_inset
7840
7841
7842 \end_layout
7843
7844 \end_inset
7845
7846
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 </row>
7870 <row endfirsthead="true">
7871 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875
7876 \series bold
7877 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 </row>
7901 <row endfirsthead="true">
7902 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906
7907 \series bold
7908 NOM
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \series bold
7928 TÉL.
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 </row>
7934 <row endhead="true" caption="true">
7935 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939 \begin_inset Caption LongTableNoNumber
7940
7941 \begin_layout Plain Layout
7942 Suite de l'exemple d'annuaire téléphonique
7943 \end_layout
7944
7945 \end_inset
7946
7947
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row endhead="true">
7972 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \series bold
7978 Exemple d'annuaire téléphonique
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row endhead="true">
8003 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \series bold
8009 NOM
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \series bold
8029 TÉL.
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 </row>
8035 <row endfoot="true">
8036 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 suite page suivante\SpecialChar \ldots{}
8041
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 <row>
8066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070
8071 \series bold
8072 Annovi
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081 Silvia
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 111
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 </row>
8096 <row>
8097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101
8102 \series bold
8103 Bertoli
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 Stefano
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 111
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132
8133 \series bold
8134 Bozzi
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 Walter
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 111
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 <row>
8159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163
8164 \series bold
8165 Cachia
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174 Maria
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 111
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row>
8190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194
8195 \series bold
8196 Cachia
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 Maurizio
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 111
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 </row>
8220 <row>
8221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225
8226 \series bold
8227 Cinquemani
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 Giusi
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 111
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row>
8252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256
8257 \series bold
8258 Colin
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 Bernard
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 111
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 </row>
8282 <row>
8283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287
8288 \series bold
8289 Concli
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 Gianfranco
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 111
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 </row>
8313 <row>
8314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318
8319 \series bold
8320 Dal Bosco
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329 Carolina
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 111
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 </row>
8344 <row>
8345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349
8350 \series bold
8351 Dalpiaz
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 Annamaria
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 111
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 </row>
8375 <row>
8376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380
8381 \series bold
8382 Feliciello
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 Domenico
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 111
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 </row>
8406 <row>
8407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411
8412 \series bold
8413 Focarelli
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422 Paola
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 111
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 </row>
8437 <row>
8438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442
8443 \series bold
8444 Galletti
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 Oreste
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 111
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 </row>
8468 <row>
8469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473
8474 \series bold
8475 Gasparini
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 Franca
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 111
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \series bold
8506 Rizzardi
8507 \series default
8508
8509 \begin_inset Foot
8510 status open
8511
8512 \begin_layout Plain Layout
8513 Exemple de note de bas de page
8514 \end_layout
8515
8516 \end_inset
8517
8518
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 Paola
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 111
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 </row>
8542 <row>
8543 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547
8548 \series bold
8549 Lassini
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 Giancarlo
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 111
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 </row>
8573 <row>
8574 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578
8579 \series bold
8580 Malfatti
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 Luciano
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 111
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 </row>
8604 <row>
8605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609
8610 \series bold
8611 Malfatti
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 Valeriano
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 111
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 </row>
8635 <row>
8636 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640
8641 \series bold
8642 Meneguzzo
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 Roberto
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 111
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 </row>
8666 <row>
8667 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671
8672 \series bold
8673 Mezzadra
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 Roberto
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691 111
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 </row>
8697 <row>
8698 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702
8703 \series bold
8704 Pirpamer
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 Erich
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 111
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
8728 <row>
8729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733
8734 \series bold
8735 Pochiesa
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 Paolo
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 111, 222
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 </row>
8759 <row>
8760 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764
8765 \series bold
8766 Radina
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 Claudio
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 111
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 </row>
8790 <row>
8791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795
8796 \series bold
8797 Stuffer
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 Oskar
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 111
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 </row>
8821 <row>
8822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826
8827 \series bold
8828 Tacchelli
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837 Ugo
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 111
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 </row>
8852 <row>
8853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857
8858 \series bold
8859 Tezzele
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 Margit
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877 111
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 </row>
8883 <row>
8884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888
8889 \series bold
8890 Unterkalmsteiner
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 Frieda
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 111
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 </row>
8914 <row>
8915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919
8920 \series bold
8921 Vieider
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930 Hilde
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 111
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 </row>
8945 <row>
8946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950
8951 \series bold
8952 Vigna
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 Jürgen
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 111
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 </row>
8976 <row>
8977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981
8982 \series bold
8983 Weber
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 Maurizio
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 111
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 </row>
9007 <row>
9008 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012
9013 \series bold
9014 Winkler
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 Franz
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 111
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 </row>
9038 <row>
9039 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043  
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 <row>
9068 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072
9073 \series bold
9074 Annovi
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 Silvia
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 555
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 </row>
9098 <row>
9099 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103
9104 \series bold
9105 Bertoli
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114 Stefano
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 555
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 </row>
9129 <row>
9130 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134
9135 \series bold
9136 Bozzi
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145 Walter
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 555
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 </row>
9160 <row>
9161 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165
9166 \series bold
9167 Cachia
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176 Maria
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 555
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 </row>
9191 <row>
9192 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196
9197 \series bold
9198 Cachia
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207 Maurizio
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216 555
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 </row>
9222 <row>
9223 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227
9228 \series bold
9229 Cinquemani
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238 Giusi
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247 555
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 </row>
9253 <row>
9254 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258
9259 \series bold
9260 Colin
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269 Bernard
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278 555
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 </row>
9284 <row>
9285 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289
9290 \series bold
9291 Concli
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300 Gianfranco
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309 555
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 </row>
9315 <row>
9316 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320
9321 \series bold
9322 Dal Bosco
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331 Carolina
9332 \end_layout
9333
9334 \end_inset
9335 </cell>
9336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340 555
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 </row>
9346 <row>
9347 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351
9352 \series bold
9353 Dalpiaz
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362 Annamaria
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371 555
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 </row>
9377 <row>
9378 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382
9383 \series bold
9384 Feliciello
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9390 \begin_inset Text
9391
9392 \begin_layout Plain Layout
9393 Domenico
9394 \end_layout
9395
9396 \end_inset
9397 </cell>
9398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402 555
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 </row>
9408 <row>
9409 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413
9414 \series bold
9415 Focarelli
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424 Paola
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433 555
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 </row>
9439 <row>
9440 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444
9445 \series bold
9446 Galletti
9447 \end_layout
9448
9449 \end_inset
9450 </cell>
9451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455 Oreste
9456 \end_layout
9457
9458 \end_inset
9459 </cell>
9460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464 555
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 </row>
9470 <row>
9471 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475
9476 \series bold
9477 Gasparini
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Plain Layout
9486 Franca
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 555
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 </row>
9501 <row>
9502 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506
9507 \series bold
9508 Rizzardi
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9514 \begin_inset Text
9515
9516 \begin_layout Plain Layout
9517 Paola
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526 555
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 </row>
9532 <row>
9533 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9534 \begin_inset Text
9535
9536 \begin_layout Plain Layout
9537
9538 \series bold
9539 Lassini
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548 Giancarlo
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557 555
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 </row>
9563 <row>
9564 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568
9569 \series bold
9570 Malfatti
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579 Luciano
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Plain Layout
9588 555
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 </row>
9594 <row>
9595 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Plain Layout
9599
9600 \series bold
9601 Malfatti
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 Valeriano
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619 555
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 </row>
9625 <row>
9626 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630
9631 \series bold
9632 Meneguzzo
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641 Roberto
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650 555
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 </row>
9656 <row>
9657 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661
9662 \series bold
9663 Mezzadra
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672 Roberto
9673 \end_layout
9674
9675 \end_inset
9676 </cell>
9677 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681 555
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 </row>
9687 </lyxtabular>
9688
9689 \end_inset
9690
9691
9692 \end_layout
9693
9694 \begin_layout Section
9695 Questions particulières concernant les tableaux longs
9696 \begin_inset Argument 1
9697 status collapsed
9698
9699 \begin_layout Plain Layout
9700 Questions sur les tableaux longs
9701 \end_layout
9702
9703 \end_inset
9704
9705
9706 \begin_inset CommandInset label
9707 LatexCommand label
9708 name "sec:Questions-sur-tableaux-longs"
9709
9710 \end_inset
9711
9712
9713 \end_layout
9714
9715 \begin_layout Subsection
9716 Calculs des pages des tableaux longs
9717 \begin_inset Index idx
9718 status collapsed
9719
9720 \begin_layout Plain Layout
9721 Tableaux longs ! Calculs
9722 \end_layout
9723
9724 \end_inset
9725
9726
9727 \end_layout
9728
9729 \begin_layout Standard
9730 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9731  en utilisant des blocs (chunks).
9732  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9733  mémoire de LaTeX.
9734  La valeur implicite est fixée pour des raisons historiques à seulement
9735  20 lignes de tableau.
9736  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9737  peut ralentir la création de votre document.
9738  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9739  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9740  préambule de votre document :
9741 \end_layout
9742
9743 \begin_layout Standard
9744
9745 \series bold
9746
9747 \backslash
9748 setcounter{LTchunksize}{100}
9749 \end_layout
9750
9751 \begin_layout Subsection
9752 Les flottants et les tableaux longs
9753 \begin_inset Index idx
9754 status collapsed
9755
9756 \begin_layout Plain Layout
9757 Tableaux longs ! Flottants
9758 \end_layout
9759
9760 \end_inset
9761
9762
9763 \end_layout
9764
9765 \begin_layout Standard
9766 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9767  commence un tableau long.
9768  Pour éviter une telle situation, insérez un saut de page (menu 
9769 \family sans
9770 Insertion\SpecialChar \menuseparator
9771 Typographie
9772 \begin_inset space ~
9773 \end_inset
9774
9775 spéciale\SpecialChar \menuseparator
9776 Saut de page (vide le tampon)
9777 \family default
9778
9779 \begin_inset space \thinspace{}
9780 \end_inset
9781
9782 ) juste avant votre tableau long.
9783 \end_layout
9784
9785 \begin_layout Subsection
9786 Sauts de pages forcés
9787 \begin_inset Index idx
9788 status collapsed
9789
9790 \begin_layout Plain Layout
9791 Tableaux longs ! Sauts de pages forcés
9792 \end_layout
9793
9794 \end_inset
9795
9796
9797 \end_layout
9798
9799 \begin_layout Standard
9800 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9801  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9802  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9803  de saut de ligne 
9804 \begin_inset Quotes eld
9805 \end_inset
9806
9807
9808 \backslash
9809
9810 \backslash
9811
9812 \begin_inset Quotes erd
9813 \end_inset
9814
9815  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9816  Avant la commande 
9817 \begin_inset Quotes eld
9818 \end_inset
9819
9820
9821 \backslash
9822
9823 \backslash
9824
9825 \begin_inset Quotes erd
9826 \end_inset
9827
9828 , vous devez insérer en code TeX, autant de caractères 
9829 \begin_inset Quotes eld
9830 \end_inset
9831
9832 &
9833 \begin_inset Quotes erd
9834 \end_inset
9835
9836  qu'il y a de colonnes après la cellule concernée.
9837  Le caractère 
9838 \begin_inset Quotes eld
9839 \end_inset
9840
9841 &
9842 \begin_inset Quotes erd
9843 \end_inset
9844
9845  sert à séparer les colonnes d'un tableau.
9846  Écrivez en code-TeX, après chaque 
9847 \begin_inset Quotes eld
9848 \end_inset
9849
9850 &
9851 \begin_inset Quotes erd
9852 \end_inset
9853
9854  le contenu des cellules correspondantes et en même temps supprimez le contenu
9855  de ces cellules dans le texte normal.
9856  
9857 \begin_inset Newline newline
9858 \end_inset
9859
9860 Après la commande 
9861 \backslash
9862
9863 \backslash
9864 , insérez autant de caractères 
9865 \begin_inset Quotes eld
9866 \end_inset
9867
9868 &
9869 \begin_inset Quotes erd
9870 \end_inset
9871
9872  qu'il y a de colonnes avant la colonne traitée.
9873  Dans le tableau
9874 \begin_inset space ~
9875 \end_inset
9876
9877
9878 \begin_inset CommandInset ref
9879 LatexCommand ref
9880 reference "tab:Tableau-saut-de-page"
9881
9882 \end_inset
9883
9884  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9885  suivie par une autre colonne.
9886  La commande suivante a donc été insérée en code TeX dans la cellule après
9887  le mot 
9888 \begin_inset Quotes eld
9889 \end_inset
9890
9891
9892 \emph on
9893 Castelchiodato,
9894 \emph default
9895
9896 \begin_inset Quotes erd
9897 \end_inset
9898
9899 :
9900 \end_layout
9901
9902 \begin_layout Standard
9903
9904 \series bold
9905 & 111
9906 \backslash
9907
9908 \backslash
9909  
9910 \backslash
9911 newpage
9912 \begin_inset Newline newline
9913 \end_inset
9914
9915 &
9916 \end_layout
9917
9918 \begin_layout Standard
9919 Le 
9920 \begin_inset Quotes eld
9921 \end_inset
9922
9923 111
9924 \begin_inset Quotes erd
9925 \end_inset
9926
9927  dans la troisième colonne de la ligne a été supprimé.
9928  
9929 \series bold
9930
9931 \backslash
9932 newpage
9933 \series default
9934  est nécessaire seulement quand un saut de page doit impérativement avoir
9935  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9936  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9937  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9938  est coupée, utilisez cette commande à la place de la précédente :
9939 \end_layout
9940
9941 \begin_layout Standard
9942
9943 \series bold
9944 & 111
9945 \backslash
9946
9947 \backslash
9948
9949 \begin_inset Newline newline
9950 \end_inset
9951
9952
9953 \backslash
9954 hline &
9955 \end_layout
9956
9957 \begin_layout Standard
9958 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9959  insérer la commande
9960 \end_layout
9961
9962 \begin_layout Standard
9963
9964 \series bold
9965
9966 \backslash
9967 setlength{
9968 \backslash
9969 parfillskip}{0pt}
9970 \end_layout
9971
9972 \begin_layout Standard
9973 au début de la cellule.
9974  Cela assure que la portion de la cellule qui va se trouver affichée sur
9975  la page suivante le sera avec toute la largeur de la cellule.
9976 \end_layout
9977
9978 \begin_layout Standard
9979 \align center
9980 \begin_inset Tabular
9981 <lyxtabular version="3" rows="38" columns="3">
9982 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9983 <column alignment="left" valignment="top" width="0cm">
9984 <column alignment="left" valignment="top" width="3cm">
9985 <column alignment="center" valignment="top" width="0pt">
9986 <row endfirsthead="true" caption="true">
9987 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991 \begin_inset Caption Standard
9992
9993 \begin_layout Plain Layout
9994 Tableau avec un saut de page forcé dans une cellule
9995 \begin_inset CommandInset label
9996 LatexCommand label
9997 name "tab:Tableau-saut-de-page"
9998
9999 \end_inset
10000
10001
10002 \begin_inset Argument 1
10003 status collapsed
10004
10005 \begin_layout Plain Layout
10006 Tableau avec un saut de page forcé dans une cellule
10007 \end_layout
10008
10009 \end_inset
10010
10011
10012 \end_layout
10013
10014 \end_inset
10015
10016
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 </row>
10040 <row endfirsthead="true">
10041 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045
10046 \series bold
10047 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 </row>
10071 <row endfirsthead="true">
10072 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076
10077 \series bold
10078 NOM
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096
10097 \series bold
10098 TÉL.
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 </row>
10104 <row endhead="true">
10105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 \begin_inset ERT
10110 status collapsed
10111
10112 \begin_layout Plain Layout
10113
10114
10115 \backslash
10116 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10117 \backslash
10118
10119 \backslash
10120 %
10121 \end_layout
10122
10123 \end_inset
10124
10125
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 </row>
10149 <row endhead="true">
10150 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154  
10155 \series bold
10156 Exemple d'annuaire téléphonique
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 </row>
10180 <row endhead="true">
10181 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185
10186 \series bold
10187 NOM
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205
10206 \series bold
10207 TÉL.
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 </row>
10213 <row endfoot="true">
10214 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 suite page suivante\SpecialChar \ldots{}
10219
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 </row>
10243 <row>
10244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248
10249 \series bold
10250 Annovi
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 Silvia
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268 111
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 </row>
10274 <row>
10275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279
10280 \series bold
10281 Bertoli
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 Stefano
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 111
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 </row>
10305 <row>
10306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310
10311 \series bold
10312 Bozzi
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 Walter
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 111
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 </row>
10336 <row>
10337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341
10342 \series bold
10343 Cachia
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 Maria
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 111
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 </row>
10367 <row>
10368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372
10373 \series bold
10374 Cachia
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 Maurizio
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 111
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 </row>
10398 <row>
10399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403
10404 \series bold
10405 Cinquemani
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 Giusi
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 111
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 </row>
10429 <row>
10430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434
10435 \series bold
10436 Colin
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 Bernard
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 111
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 </row>
10460 <row>
10461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465
10466 \series bold
10467 Concli
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 Gianfranco
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485 111
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 </row>
10491 <row>
10492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496
10497 \series bold
10498 Dal Bosco
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 Carolina
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516 111
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 </row>
10522 <row>
10523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527
10528 \series bold
10529 Dalpiaz
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 Annamaria
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 111
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 </row>
10553 <row>
10554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558
10559 \series bold
10560 Feliciello
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569 Domenico
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578 111
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 </row>
10584 <row>
10585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589
10590 \series bold
10591 Focarelli
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 Paola
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 111
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 </row>
10615 <row>
10616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620
10621 \series bold
10622 Galletti
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 Oreste
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 111
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 </row>
10646 <row>
10647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651
10652 \series bold
10653 Gasparini
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662 Franca
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671 111
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 </row>
10677 <row>
10678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682
10683 \series bold
10684 Lassini
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 Giancarlo
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 111
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 </row>
10708 <row>
10709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713
10714 \series bold
10715 Malfatti
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 Luciano
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 111
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 <row>
10740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744
10745 \series bold
10746 Malfatti
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 Valeriano
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 111
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 </row>
10770 <row>
10771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775
10776 \series bold
10777 Meneguzzo
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 Roberto
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 111
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 </row>
10801 <row>
10802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806
10807 \series bold
10808 Mezzadra
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 Roberto
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 111
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 </row>
10832 <row>
10833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837
10838 \series bold
10839 Pirpamer
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 Erich
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857 111
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 <row>
10864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868
10869 \series bold
10870 Pochiesa
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 Paolo
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 111, 222
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 </row>
10894 <row>
10895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \series bold
10901 Radina
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 Claudio
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 111
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 </row>
10925 <row>
10926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930
10931 \series bold
10932 Rizzardi
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 Giancarlo, 11.
10942  Fürst von Montecompatri, 11.
10943  Fürst von Sulmona und Vivaro, 10.
10944  Fürst von Rossano, 5.
10945  Herzog von Canemorte, 11.
10946  Herzog von Palombara, 5.
10947  Herzog von Castelchiodato,
10948 \begin_inset ERT
10949 status open
10950
10951 \begin_layout Plain Layout
10952
10953 & 111
10954 \backslash
10955
10956 \backslash
10957  
10958 \backslash
10959 newpage
10960 \end_layout
10961
10962 \begin_layout Plain Layout
10963
10964 &
10965 \end_layout
10966
10967 \end_inset
10968
10969  11.
10970  Herzog von Poggionativo, 11.
10971  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10972  Graf von Valinfreda, 11.
10973  Baron von Cropalati, 11.
10974  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 </row>
10989 <row>
10990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994
10995 \series bold
10996 Stuffer
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 Oskar
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 111
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 </row>
11020 <row>
11021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025
11026 \series bold
11027 Tacchelli
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 Ugo
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045 111
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 </row>
11051 <row>
11052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056
11057 \series bold
11058 Tezzele
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 Margit
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 111
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 </row>
11082 <row>
11083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087
11088 \series bold
11089 Unterkalmsteiner
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 Frieda
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 111
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 </row>
11113 <row>
11114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118
11119 \series bold
11120 Vieider
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 Hilde
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 111
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 </row>
11144 <row>
11145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149
11150 \series bold
11151 Vigna
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 Jürgen
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 111
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 </row>
11175 <row>
11176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180
11181 \series bold
11182 Weber
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 Maurizio
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 111
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 </row>
11206 <row>
11207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211
11212 \series bold
11213 Winkler
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 Franz
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 111
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 </row>
11237 </lyxtabular>
11238
11239 \end_inset
11240
11241
11242 \end_layout
11243
11244 \begin_layout Section
11245 Colonnes et lignes à lignes multiples
11246 \end_layout
11247
11248 \begin_layout Subsection
11249 Lignes multiples dans une cellule de tableau
11250 \begin_inset CommandInset label
11251 LatexCommand label
11252 name "sub:Lignes-multiple-dans-cellule"
11253
11254 \end_inset
11255
11256
11257 \begin_inset Index idx
11258 status collapsed
11259
11260 \begin_layout Plain Layout
11261 Plusieurs lignes dans une case de tableau
11262 \end_layout
11263
11264 \end_inset
11265
11266
11267 \begin_inset Index idx
11268 status collapsed
11269
11270 \begin_layout Plain Layout
11271 Tableau ! Saut de ligne
11272 \end_layout
11273
11274 \end_inset
11275
11276
11277 \end_layout
11278
11279 \begin_layout Standard
11280 \noindent
11281 \begin_inset Float table
11282 placement H
11283 wide false
11284 sideways false
11285 status open
11286
11287 \begin_layout Plain Layout
11288 \begin_inset Caption Standard
11289
11290 \begin_layout Plain Layout
11291 \begin_inset CommandInset label
11292 LatexCommand label
11293 name "tab:Tableau-avec-plusieurs-lignes"
11294
11295 \end_inset
11296
11297 Tableau avec des lignes multiples dans une cellule
11298 \end_layout
11299
11300 \end_inset
11301
11302
11303 \end_layout
11304
11305 \begin_layout Plain Layout
11306 \align center
11307 \begin_inset Tabular
11308 <lyxtabular version="3" rows="3" columns="3">
11309 <features rotate="0" tabularvalignment="middle">
11310 <column alignment="center" valignment="middle" width="2.5cm">
11311 <column alignment="center" valignment="middle">
11312 <column alignment="center" valignment="middle">
11313 <row>
11314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Plain Layout
11318 Lignes
11319 \begin_inset Newline linebreak
11320 \end_inset
11321
11322 multiples
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 b
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340 c
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 </row>
11346 <row>
11347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 d
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360 e
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369 f
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 </row>
11375 <row>
11376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380 g
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 h
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 i
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 </row>
11404 </lyxtabular>
11405
11406 \end_inset
11407
11408
11409 \end_layout
11410
11411 \end_inset
11412
11413
11414 \end_layout
11415
11416 \begin_layout Standard
11417 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11418  d'un paragraphe avec des sauts de lignes et des césures.
11419 \end_layout
11420
11421 \begin_layout Standard
11422 Pour obtenir le tableau
11423 \begin_inset space ~
11424 \end_inset
11425
11426
11427 \begin_inset CommandInset ref
11428 LatexCommand ref
11429 reference "tab:Tableau-avec-plusieurs-lignes"
11430
11431 \end_inset
11432
11433 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11434  droit dessus.
11435  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11436  2.5
11437 \begin_inset space \thinspace{}
11438 \end_inset
11439
11440 cm et choisissez les alignements vertical et horizontal centrés.
11441  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11442  Comme notre texte est plus petit que 2.5
11443 \begin_inset space \thinspace{}
11444 \end_inset
11445
11446 cm, une seule ligne va apparaître.
11447  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11448  
11449 \family sans
11450 Ctrl-Shift-Entrée
11451 \family default
11452 ).
11453  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11454 ement découpé en plusieurs lignes.
11455 \end_layout
11456
11457 \begin_layout Standard
11458 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11459  pas effectuer de césure si c'est le premier élément de la cellule.
11460  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11461  premier élément : Ajoutez un espace horizontal de 0
11462 \begin_inset space \thinspace{}
11463 \end_inset
11464
11465 pt juste avant votre mot.
11466  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11467  Le tableau
11468 \begin_inset space ~
11469 \end_inset
11470
11471
11472 \begin_inset CommandInset ref
11473 LatexCommand ref
11474 reference "tab:Tableau-césure"
11475
11476 \end_inset
11477
11478  montre l'effet de cette insertion.
11479 \end_layout
11480
11481 \begin_layout Standard
11482 \begin_inset Float table
11483 placement h
11484 wide false
11485 sideways false
11486 status open
11487
11488 \begin_layout Plain Layout
11489 \begin_inset Caption Standard
11490
11491 \begin_layout Plain Layout
11492 \begin_inset CommandInset label
11493 LatexCommand label
11494 name "tab:Tableau-césure"
11495
11496 \end_inset
11497
11498 Tableau avec et sans césure.
11499 \end_layout
11500
11501 \end_inset
11502
11503
11504 \end_layout
11505
11506 \begin_layout Plain Layout
11507 \begin_inset space \hfill{}
11508 \end_inset
11509
11510
11511 \begin_inset Tabular
11512 <lyxtabular version="3" rows="3" columns="3">
11513 <features rotate="0" tabularvalignment="middle">
11514 <column alignment="center" valignment="middle" width="2.5cm">
11515 <column alignment="center" valignment="middle">
11516 <column alignment="center" valignment="middle">
11517 <row>
11518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 mottrèslongdansunecellule
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 b
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 c
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 </row>
11546 <row>
11547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Plain Layout
11551 d
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 e
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 f
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 </row>
11575 <row>
11576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580 g
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 h
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 i
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 </row>
11604 </lyxtabular>
11605
11606 \end_inset
11607
11608
11609 \begin_inset space \hfill{}
11610 \end_inset
11611
11612
11613 \begin_inset Tabular
11614 <lyxtabular version="3" rows="3" columns="3">
11615 <features rotate="0" tabularvalignment="middle">
11616 <column alignment="center" valignment="middle" width="2.5cm">
11617 <column alignment="center" valignment="middle">
11618 <column alignment="center" valignment="middle">
11619 <row>
11620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 \begin_inset space \hspace{}
11625 \length 0pt
11626 \end_inset
11627
11628 mottrèslongdansunecellule
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 b
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 c
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 </row>
11652 <row>
11653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657 d
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666 e
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675 f
11676 \end_layout
11677
11678 \end_inset
11679 </cell>
11680 </row>
11681 <row>
11682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686 g
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695 h
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704 i
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 </row>
11710 </lyxtabular>
11711
11712 \end_inset
11713
11714
11715 \begin_inset space \hfill{}
11716 \end_inset
11717
11718
11719 \end_layout
11720
11721 \end_inset
11722
11723
11724 \end_layout
11725
11726 \begin_layout Subsection
11727 Multi-colonnes
11728 \begin_inset CommandInset label
11729 LatexCommand label
11730 name "sub:Multicolonnes"
11731
11732 \end_inset
11733
11734
11735 \begin_inset Index idx
11736 status collapsed
11737
11738 \begin_layout Plain Layout
11739 Multi-colonnes
11740 \end_layout
11741
11742 \end_inset
11743
11744
11745 \begin_inset Index idx
11746 status collapsed
11747
11748 \begin_layout Plain Layout
11749 Tableau ! Multi-colonnes
11750 \end_layout
11751
11752 \end_inset
11753
11754
11755 \end_layout
11756
11757 \begin_layout Subsubsection
11758 Les bases des multi-colonnes
11759 \end_layout
11760
11761 \begin_layout Standard
11762 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11763  qu'elle doit couvrir et utilisez soit le bouton 
11764 \begin_inset Info
11765 type  "icon"
11766 arg   "inset-modify tabular multicolumn"
11767 \end_inset
11768
11769  de la barre d'outils tableau, ou le menu 
11770 \family sans
11771 Édition\SpecialChar \menuseparator
11772 Tableau\SpecialChar \menuseparator
11773 Multi-colonnes
11774 \family default
11775 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11776  
11777 \family sans
11778 Multi-colonnes
11779 \family default
11780 .
11781 \end_layout
11782
11783 \begin_layout Standard
11784 Les multi-colonnes ont leurs propres paramètres de cellule.
11785  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11786  de la cellule, cela n'affecte que la cellule multi-colonne.
11787  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11788  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11789 \end_layout
11790
11791 \begin_layout Standard
11792 \align center
11793 \begin_inset Tabular
11794 <lyxtabular version="3" rows="3" columns="4">
11795 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11796 <column alignment="center" valignment="top" width="0pt">
11797 <column alignment="center" valignment="middle">
11798 <column alignment="center" valignment="top" width="0in">
11799 <column alignment="center" valignment="top" width="0pt">
11800 <row>
11801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 abc
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814 def ghi
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11820 \begin_inset Text
11821
11822 \begin_layout Plain Layout
11823
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832 jkl
11833 \end_layout
11834
11835 \end_inset
11836 </cell>
11837 </row>
11838 <row>
11839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11840 \begin_inset Text
11841
11842 \begin_layout Plain Layout
11843 A
11844 \end_layout
11845
11846 \end_inset
11847 </cell>
11848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11849 \begin_inset Text
11850
11851 \begin_layout Plain Layout
11852 B
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11858 \begin_inset Text
11859
11860 \begin_layout Plain Layout
11861 C
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11867 \begin_inset Text
11868
11869 \begin_layout Plain Layout
11870 D
11871 \end_layout
11872
11873 \end_inset
11874 </cell>
11875 </row>
11876 <row>
11877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11878 \begin_inset Text
11879
11880 \begin_layout Plain Layout
11881 1
11882 \end_layout
11883
11884 \end_inset
11885 </cell>
11886 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11887 \begin_inset Text
11888
11889 \begin_layout Plain Layout
11890 2
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 3
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 4
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 </row>
11914 </lyxtabular>
11915
11916 \end_inset
11917
11918
11919 \end_layout
11920
11921 \begin_layout Subsubsection
11922 Calculs avec les multi-colonnes
11923 \begin_inset CommandInset label
11924 LatexCommand label
11925 name "sub:Calculs-multicolonnes"
11926
11927 \end_inset
11928
11929
11930 \begin_inset Index idx
11931 status collapsed
11932
11933 \begin_layout Plain Layout
11934 Multi-colonnes ! Calculs
11935 \end_layout
11936
11937 \end_inset
11938
11939
11940 \end_layout
11941
11942 \begin_layout Standard
11943 LyX gère directement les multi-colonnes, mais nous devons faire attention
11944  à la largeur des cellules couvertes par la cellule multi-colonne.
11945 \end_layout
11946
11947 \begin_layout Standard
11948 \begin_inset Float table
11949 placement h
11950 wide false
11951 sideways false
11952 status open
11953
11954 \begin_layout Plain Layout
11955 \begin_inset Caption Standard
11956
11957 \begin_layout Plain Layout
11958 \begin_inset CommandInset label
11959 LatexCommand label
11960 name "tab:Tableau-multicolonne-parfaite"
11961
11962 \end_inset
11963
11964 Tableau avec un texte centré dans une case multi-colonne au-dessus de deux
11965  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11966 \begin_inset Argument 1
11967 status open
11968
11969 \begin_layout Plain Layout
11970 Tableau avec multicolonne parfaite
11971 \end_layout
11972
11973 \end_inset
11974
11975
11976 \end_layout
11977
11978 \end_inset
11979
11980
11981 \end_layout
11982
11983 \begin_layout Plain Layout
11984 \align center
11985 \begin_inset Tabular
11986 <lyxtabular version="3" rows="3" columns="3">
11987 <features rotate="0" tabularvalignment="middle">
11988 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11989 <column alignment="center" valignment="middle">
11990 <column alignment="center" valignment="top">
11991 <row>
11992 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11993 \begin_inset Text
11994
11995 \begin_layout Plain Layout
11996 multi-colonne sur plusieurs lignes
11997 \end_layout
11998
11999 \end_inset
12000 </cell>
12001 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005
12006 \end_layout
12007
12008 \end_inset
12009 </cell>
12010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014 c
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 </row>
12020 <row>
12021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12022 \begin_inset Text
12023
12024 \begin_layout Plain Layout
12025 d
12026 \end_layout
12027
12028 \end_inset
12029 </cell>
12030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12031 \begin_inset Text
12032
12033 \begin_layout Plain Layout
12034 e
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Plain Layout
12043 f
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 </row>
12049 <row>
12050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Plain Layout
12054 g
12055 \end_layout
12056
12057 \end_inset
12058 </cell>
12059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12060 \begin_inset Text
12061
12062 \begin_layout Plain Layout
12063 h
12064 \end_layout
12065
12066 \end_inset
12067 </cell>
12068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12069 \begin_inset Text
12070
12071 \begin_layout Plain Layout
12072 i
12073 \end_layout
12074
12075 \end_inset
12076 </cell>
12077 </row>
12078 </lyxtabular>
12079
12080 \end_inset
12081
12082
12083 \end_layout
12084
12085 \end_inset
12086
12087
12088 \end_layout
12089
12090 \begin_layout Standard
12091 Par exemple, pour créer le tableau
12092 \begin_inset space ~
12093 \end_inset
12094
12095
12096 \begin_inset CommandInset ref
12097 LatexCommand ref
12098 reference "tab:Tableau-multicolonne-parfaite"
12099
12100 \end_inset
12101
12102 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12103  3×3 et faites un clic droit dessus.
12104  Ensuite choisissez pour cette cellule
12105 \emph on
12106 ,
12107 \emph default
12108  dans la fenêtre de dialogue de tableau, 
12109 \emph on
12110 multi-colonne
12111 \emph default
12112
12113 \emph on
12114 alignement
12115 \begin_inset space ~
12116 \end_inset
12117
12118 horizontal
12119 \begin_inset space ~
12120 \end_inset
12121
12122 centré
12123 \emph default
12124  et une largeur de 2.5
12125 \begin_inset space \thinspace{}
12126 \end_inset
12127
12128 cm.
12129  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12130  de la cellule multi-colonne, vous devez donc donner une largeur de 1.25
12131 \begin_inset space \thinspace{}
12132 \end_inset
12133
12134 cm pour la première colonne.
12135  La deuxième colonne aura alors automatiquement une largeur de 1.25
12136 \begin_inset space \thinspace{}
12137 \end_inset
12138
12139 cm (la largeur de la multi-colonne moins la largeur de la première colonne).
12140  C'est ce qui a été fait pour le tableau
12141 \begin_inset space ~
12142 \end_inset
12143
12144
12145 \begin_inset CommandInset ref
12146 LatexCommand ref
12147 reference "tab:Tableau-multicolonne-imparfait"
12148
12149 \end_inset
12150
12151 .
12152 \end_layout
12153
12154 \begin_layout Standard
12155 \begin_inset Float table
12156 wide false
12157 sideways false
12158 status open
12159
12160 \begin_layout Plain Layout
12161 \begin_inset Caption Standard
12162
12163 \begin_layout Plain Layout
12164 \begin_inset CommandInset label
12165 LatexCommand label
12166 name "tab:Tableau-multicolonne-imparfait"
12167
12168 \end_inset
12169
12170 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12171  de la largeur de la cellule multi-colonne.
12172 \begin_inset Argument 1
12173 status open
12174
12175 \begin_layout Plain Layout
12176 Tableau avec multi-colonne pas parfaite
12177 \end_layout
12178
12179 \end_inset
12180
12181
12182 \end_layout
12183
12184 \end_inset
12185
12186
12187 \end_layout
12188
12189 \begin_layout Plain Layout
12190 \align center
12191 \begin_inset Tabular
12192 <lyxtabular version="3" rows="3" columns="3">
12193 <features rotate="0" tabularvalignment="middle">
12194 <column alignment="center" valignment="top" width="1.25cm">
12195 <column alignment="center" valignment="top">
12196 <column alignment="center" valignment="top">
12197 <row>
12198 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12199 \begin_inset Text
12200
12201 \begin_layout Plain Layout
12202 multi-colonne sur plusieurs lignes
12203 \end_layout
12204
12205 \end_inset
12206 </cell>
12207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12208 \begin_inset Text
12209
12210 \begin_layout Plain Layout
12211
12212 \end_layout
12213
12214 \end_inset
12215 </cell>
12216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220 c
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 </row>
12226 <row>
12227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12228 \begin_inset Text
12229
12230 \begin_layout Plain Layout
12231 d
12232 \end_layout
12233
12234 \end_inset
12235 </cell>
12236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12237 \begin_inset Text
12238
12239 \begin_layout Plain Layout
12240 e
12241 \end_layout
12242
12243 \end_inset
12244 </cell>
12245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12246 \begin_inset Text
12247
12248 \begin_layout Plain Layout
12249 f
12250 \end_layout
12251
12252 \end_inset
12253 </cell>
12254 </row>
12255 <row>
12256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12257 \begin_inset Text
12258
12259 \begin_layout Plain Layout
12260 g
12261 \end_layout
12262
12263 \end_inset
12264 </cell>
12265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12266 \begin_inset Text
12267
12268 \begin_layout Plain Layout
12269 h
12270 \end_layout
12271
12272 \end_inset
12273 </cell>
12274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12275 \begin_inset Text
12276
12277 \begin_layout Plain Layout
12278 i
12279 \end_layout
12280
12281 \end_inset
12282 </cell>
12283 </row>
12284 </lyxtabular>
12285
12286 \end_inset
12287
12288
12289 \end_layout
12290
12291 \end_inset
12292
12293
12294 \end_layout
12295
12296 \begin_layout Standard
12297 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12298  de la cellule multi-colonne, elle est un peu plus large.
12299  La raison est que la taille que l'on donne à une cellule, 
12300 \begin_inset Formula $W_{g}$
12301 \end_inset
12302
12303  n'est pas sa taille totale, 
12304 \begin_inset Formula $W_{\mathrm{tot}}$
12305 \end_inset
12306
12307  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12308  lui donne.
12309  L'appendice
12310 \begin_inset space ~
12311 \end_inset
12312
12313
12314 \begin_inset CommandInset ref
12315 LatexCommand ref
12316 reference "cha:Explication-de-l'Equation"
12317
12318 \end_inset
12319
12320  explique pourquoi en détail.
12321 \end_layout
12322
12323 \begin_layout Standard
12324 La largeur nécessaire 
12325 \begin_inset Formula $W_{g\, n}$
12326 \end_inset
12327
12328  quand 
12329 \emph on
12330 n
12331 \emph default
12332  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12333  ait une largeur totale de 
12334 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12335 \end_inset
12336
12337 :
12338 \begin_inset Formula 
12339 \begin{equation}
12340 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12341 \end{equation}
12342
12343 \end_inset
12344
12345
12346 \end_layout
12347
12348 \begin_layout Standard
12349 Dans notre cas nous avons 
12350 \begin_inset Formula $n=2$
12351 \end_inset
12352
12353
12354 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12355 \end_inset
12356
12357 cm et les valeurs implicites pour les autres longueurs, l'équation
12358 \begin_inset space ~
12359 \end_inset
12360
12361
12362 \begin_inset CommandInset ref
12363 LatexCommand ref
12364 reference "eq:Wgn"
12365
12366 \end_inset
12367
12368  devient
12369 \begin_inset Formula 
12370 \begin{equation}
12371 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12372 \end{equation}
12373
12374 \end_inset
12375
12376
12377 \end_layout
12378
12379 \begin_layout Standard
12380 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12381  
12382 \series bold
12383 calc
12384 \series default
12385  avec la ligne suivante dans le préambule du document
12386 \begin_inset Index idx
12387 status collapsed
12388
12389 \begin_layout Plain Layout
12390 Paquetages LaTeX ! calc
12391 \end_layout
12392
12393 \end_inset
12394
12395
12396 \end_layout
12397
12398 \begin_layout Standard
12399
12400 \series bold
12401
12402 \backslash
12403 usepackage{calc}
12404 \end_layout
12405
12406 \begin_layout Standard
12407 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12408  de dialogue.
12409  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12410  la fenêtre de dialogue.
12411  Voici un aperçu de ces paramètres :
12412 \end_layout
12413
12414 \begin_layout Itemize
12415
12416 \series bold
12417 p{largeur}
12418 \series default
12419  crée une cellule de taille donnée, le texte est aligné verticalement en
12420  haut.
12421 \end_layout
12422
12423 \begin_layout Itemize
12424
12425 \series bold
12426 m{largeur}
12427 \series default
12428  crée une cellule de taille donnée, le texte est aligné verticalement au
12429  centre
12430 \end_layout
12431
12432 \begin_layout Itemize
12433
12434 \series bold
12435 b{largeur}
12436 \series default
12437  crée une cellule de taille donnée, le texte est aligné verticalement en
12438  bas
12439 \end_layout
12440
12441 \begin_layout Standard
12442 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12443  la fenêtre de dialogue sont ignorés.
12444 \end_layout
12445
12446 \begin_layout Standard
12447 \begin_inset Note Greyedout
12448 status open
12449
12450 \begin_layout Plain Layout
12451
12452 \series bold
12453 Note:
12454 \series default
12455  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12456  en compte.
12457 \end_layout
12458
12459 \end_inset
12460
12461
12462 \end_layout
12463
12464 \begin_layout Standard
12465 Comme le texte doit être centré horizontalement, on ajoute la commande 
12466 \series bold
12467
12468 \backslash
12469 centering
12470 \series default
12471 .
12472  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12473  des colonnes recouvertes :
12474 \end_layout
12475
12476 \begin_layout Standard
12477
12478 \series bold
12479 >{
12480 \backslash
12481 centering}m{1.25cm-6.2pt}
12482 \end_layout
12483
12484 \begin_layout Standard
12485 La commande 
12486 \series bold
12487 >{ }
12488 \series default
12489  signifie que les commandes qui se trouvent entre les accolades doivent
12490  être appliquées avant que la cellule ne soit créée.
12491 \end_layout
12492
12493 \begin_layout Standard
12494 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12495  multi-colonne, il est toujours aligné à gauche.
12496  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12497  isolées.
12498  Nous devons donc utiliser le paramètre LaTeX suivant pour la multi-colonne
12499 \end_layout
12500
12501 \begin_layout Standard
12502
12503 \series bold
12504 >{
12505 \backslash
12506 centering}m{2.5cm}
12507 \end_layout
12508
12509 \begin_layout Subsection
12510 Multi-lignes
12511 \begin_inset CommandInset label
12512 LatexCommand label
12513 name "sub:Multi-lignes"
12514
12515 \end_inset
12516
12517
12518 \begin_inset Index idx
12519 status collapsed
12520
12521 \begin_layout Plain Layout
12522 Multi-lignes
12523 \end_layout
12524
12525 \end_inset
12526
12527
12528 \begin_inset Index idx
12529 status collapsed
12530
12531 \begin_layout Plain Layout
12532 Tableau ! Multi-ligne
12533 \end_layout
12534
12535 \end_inset
12536
12537
12538 \end_layout
12539
12540 \begin_layout Standard
12541 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12542  qu'elle doit couvrir et utilisez soit le bouton 
12543 \begin_inset Info
12544 type  "icon"
12545 arg   "inset-modify tabular multirow"
12546 \end_inset
12547
12548  de la barre d'outils tableau, ou le menu 
12549 \family sans
12550 Édition\SpecialChar \menuseparator
12551 Tableau\SpecialChar \menuseparator
12552 Multi-lignes
12553 \family default
12554 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12555  
12556 \family sans
12557 Multi-lignes
12558 \family default
12559 .
12560 \end_layout
12561
12562 \begin_layout Standard
12563 Voici un exemple de tableau avec une cellule multi-ligne en première colonne:
12564 \end_layout
12565
12566 \begin_layout Standard
12567 \align center
12568 \begin_inset Tabular
12569 <lyxtabular version="3" rows="3" columns="3">
12570 <features rotate="0" tabularvalignment="middle">
12571 <column alignment="center" valignment="top" width="0pt">
12572 <column alignment="center" valignment="top">
12573 <column alignment="center" valignment="top">
12574 <row>
12575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12576 \begin_inset Text
12577
12578 \begin_layout Plain Layout
12579 un contenu long
12580 \end_layout
12581
12582 \end_inset
12583 </cell>
12584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12585 \begin_inset Text
12586
12587 \begin_layout Plain Layout
12588 b
12589 \end_layout
12590
12591 \end_inset
12592 </cell>
12593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 c
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 </row>
12603 <row>
12604 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 multi-ligne
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 e
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 f
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 </row>
12632 <row>
12633 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 h
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 i
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 </row>
12661 </lyxtabular>
12662
12663 \end_inset
12664
12665
12666 \end_layout
12667
12668 \begin_layout Standard
12669 La largeur de la cellule multi-ligne est déterminée par la largeur de toute
12670  la colonne.
12671  L'
12672 \family sans
12673 Espacement
12674 \begin_inset space ~
12675 \end_inset
12676
12677 vertical
12678 \family default
12679  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12680  est positive ou négative.
12681 \end_layout
12682
12683 \begin_layout Standard
12684 Si la colonne dans laquelle se trouve la multiligne n'a pas de largeur fixée
12685  explicitement, la cellule hérite de l'alignement de la colonne.
12686  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12687  implicite, vous devez redéfinir la commande 
12688 \series bold
12689
12690 \backslash
12691 multirowsetup
12692 \series default
12693  avec la commande
12694 \end_layout
12695
12696 \begin_layout Standard
12697
12698 \series bold
12699
12700 \backslash
12701 renewcommand{
12702 \backslash
12703 multirowsetup}{
12704 \backslash
12705 centering}
12706 \end_layout
12707
12708 \begin_layout Standard
12709 dans le préambule du document.
12710  Après ça, tous les contenus de cellules multi-lignes du document seront
12711  centrés.
12712  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12713  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12714  juste avant le tableau concerné, plutôt que dans le préambule.
12715  Si le texte doit être aligné à droite, remplacez 
12716 \series bold
12717
12718 \backslash
12719 centering
12720 \series default
12721  par 
12722 \series bold
12723
12724 \backslash
12725 raggedleft
12726 \series default
12727 .
12728  Pour revenir à l'alignement à gauche utilisez 
12729 \series bold
12730
12731 \backslash
12732 raggedright
12733 \series default
12734 .
12735 \end_layout
12736
12737 \begin_layout Standard
12738 Voici un exemple de tableau avec une cellule multi-ligne alignée à droite
12739  avec un décalage vertical de -4
12740 \begin_inset space \thinspace{}
12741 \end_inset
12742
12743 mm dans une colonne de 3
12744 \begin_inset space \thinspace{}
12745 \end_inset
12746
12747 cm de large
12748 \begin_inset space ~
12749 \end_inset
12750
12751 :
12752 \end_layout
12753
12754 \begin_layout Standard
12755 \noindent
12756 \align center
12757 \begin_inset ERT
12758 status collapsed
12759
12760 \begin_layout Plain Layout
12761
12762
12763 \backslash
12764 renewcommand{
12765 \backslash
12766 multirowsetup}{
12767 \backslash
12768 raggedleft}
12769 \end_layout
12770
12771 \end_inset
12772
12773
12774 \begin_inset Tabular
12775 <lyxtabular version="3" rows="4" columns="3">
12776 <features rotate="0" tabularvalignment="middle">
12777 <column alignment="center" valignment="top" width="3cm">
12778 <column alignment="center" valignment="top">
12779 <column alignment="center" valignment="top">
12780 <row>
12781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Plain Layout
12785 un contenu long
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794 b
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803 c
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 </row>
12809 <row>
12810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 t
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823 n
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 m
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 </row>
12838 <row>
12839 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 multi-ligne
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 e
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 f
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 </row>
12867 <row>
12868 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881 h
12882 \end_layout
12883
12884 \end_inset
12885 </cell>
12886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12887 \begin_inset Text
12888
12889 \begin_layout Plain Layout
12890 i
12891 \end_layout
12892
12893 \end_inset
12894 </cell>
12895 </row>
12896 </lyxtabular>
12897
12898 \end_inset
12899
12900
12901 \begin_inset ERT
12902 status collapsed
12903
12904 \begin_layout Plain Layout
12905
12906
12907 \backslash
12908 renewcommand{
12909 \backslash
12910 multirowsetup}{
12911 \backslash
12912 raggedright}
12913 \end_layout
12914
12915 \end_inset
12916
12917
12918 \end_layout
12919
12920 \begin_layout Standard
12921 Pour commencer une nouvelle ligne dans une cellule multi-ligne vous pouvez
12922  utiliser un saut de ligne forcé (
12923 \begin_inset space ~
12924 \end_inset
12925
12926 raccourci 
12927 \family sans
12928 Ctrl+Entrée
12929 \family default
12930
12931 \begin_inset space ~
12932 \end_inset
12933
12934 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12935  on le voit dans ce tableau :
12936 \end_layout
12937
12938 \begin_layout Standard
12939 \noindent
12940 \align center
12941 \begin_inset Tabular
12942 <lyxtabular version="3" rows="3" columns="2">
12943 <features rotate="0" tabularvalignment="middle">
12944 <column alignment="left" valignment="middle" width="2cm">
12945 <column alignment="center" valignment="top">
12946 <row>
12947 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12948 \begin_inset Text
12949
12950 \begin_layout Plain Layout
12951 aaa
12952 \begin_inset Newline newline
12953 \end_inset
12954
12955 aaa
12956 \begin_inset Newline newline
12957 \end_inset
12958
12959 mauvaise cellule
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968 ccc
12969 \end_layout
12970
12971 \end_inset
12972 </cell>
12973 </row>
12974 <row>
12975 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Plain Layout
12988 ddd
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 </row>
12994 <row>
12995 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Plain Layout
12999 bbb
13000 \end_layout
13001
13002 \end_inset
13003 </cell>
13004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Plain Layout
13008 eee
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 </row>
13014 </lyxtabular>
13015
13016 \end_inset
13017
13018
13019 \end_layout
13020
13021 \begin_layout Standard
13022 Vous devez donc faire attention avec les saut de lignes forcés.
13023 \end_layout
13024
13025 \begin_layout Subsection
13026
13027 \lang english
13028 Cells with diagonal line(s)
13029 \end_layout
13030
13031 \begin_layout Standard
13032
13033 \lang english
13034 To tell the reader what is meant by column and row headings in a table,
13035  it is helpful to split the first cell of the table by one or two diagonal
13036  lines.
13037  This can be achieved by loading the LaTeX-package 
13038 \series bold
13039 diagbox
13040 \series default
13041 \lang french
13042
13043 \begin_inset Index idx
13044 status collapsed
13045
13046 \begin_layout Plain Layout
13047 Paquetages LaTeX ! diagbox
13048 \end_layout
13049
13050 \end_inset
13051
13052  
13053 \lang english
13054 in the document preamble.
13055  The package provides the command 
13056 \series bold
13057
13058 \backslash
13059 diagbox
13060 \series default
13061  that is inserted as TeX-Code and that can take 2 or 3
13062 \begin_inset space ~
13063 \end_inset
13064
13065 arguments:
13066 \end_layout
13067
13068 \begin_layout Standard
13069
13070 \series bold
13071 \lang english
13072
13073 \backslash
13074 diagbox[options]{lower left}{upper right}
13075 \end_layout
13076
13077 \begin_layout Standard
13078
13079 \series bold
13080 \lang english
13081
13082 \backslash
13083 diagbox[options]{lower left}{upper left}{upper right}
13084 \end_layout
13085
13086 \begin_layout Standard
13087
13088 \lang english
13089 The first scheme divides the cell by a single diagonal line and the arguments
13090  are placed below and above this line.
13091  The second scheme divides the cell by 2
13092 \begin_inset space ~
13093 \end_inset
13094
13095 lines.
13096 \end_layout
13097
13098 \begin_layout Standard
13099 \begin_inset ERT
13100 status collapsed
13101
13102 \begin_layout Plain Layout
13103
13104
13105 \backslash
13106 ifdiagbox
13107 \end_layout
13108
13109 \end_inset
13110
13111
13112 \begin_inset Note Note
13113 status open
13114
13115 \begin_layout Plain Layout
13116 La section suivante ne s'affichera que si vous avez installé le paquetage
13117  LaTeX 
13118 \series bold
13119 diagbox
13120 \series default
13121 .
13122 \end_layout
13123
13124 \end_inset
13125
13126
13127 \end_layout
13128
13129 \begin_layout Standard
13130
13131 \lang english
13132 Here is an example table where 
13133 \series bold
13134
13135 \backslash
13136 diagbox 
13137 \series default
13138 is used in the 2-argument scheme in the first cell:
13139 \begin_inset VSpace medskip
13140 \end_inset
13141
13142
13143 \end_layout
13144
13145 \begin_layout Standard
13146 \noindent
13147
13148 \lang english
13149 \begin_inset Tabular
13150 <lyxtabular version="3" rows="4" columns="4">
13151 <features rotate="0" tabularvalignment="middle">
13152 <column alignment="center" valignment="top">
13153 <column alignment="center" valignment="top">
13154 <column alignment="center" valignment="top">
13155 <column alignment="center" valignment="top">
13156 <row>
13157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13158 \begin_inset Text
13159
13160 \begin_layout Plain Layout
13161
13162 \lang english
13163 \begin_inset ERT
13164 status collapsed
13165
13166 \begin_layout Plain Layout
13167
13168
13169 \backslash
13170 diagbox{
13171 \end_layout
13172
13173 \end_inset
13174
13175 Name
13176 \begin_inset ERT
13177 status collapsed
13178
13179 \begin_layout Plain Layout
13180
13181 }{
13182 \end_layout
13183
13184 \end_inset
13185
13186 Parameter
13187 \begin_inset ERT
13188 status collapsed
13189
13190 \begin_layout Plain Layout
13191
13192 }
13193 \end_layout
13194
13195 \end_inset
13196
13197
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206
13207 \lang english
13208 Thickness in nm
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217
13218 \lang english
13219 Transparency in %
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228
13229 \lang english
13230 Hardness in MPa
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 </row>
13236 <row>
13237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13238 \begin_inset Text
13239
13240 \begin_layout Plain Layout
13241
13242 \lang english
13243 Perfect Green
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252
13253 \lang english
13254 45
13255 \end_layout
13256
13257 \end_inset
13258 </cell>
13259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13260 \begin_inset Text
13261
13262 \begin_layout Plain Layout
13263
13264 \lang english
13265 80
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274
13275 \lang english
13276 504
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 </row>
13282 <row>
13283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287
13288 \lang english
13289 Dark Multi-P
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298
13299 \lang english
13300 60
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309
13310 \lang english
13311 72
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320
13321 \lang english
13322 982
13323 \end_layout
13324
13325 \end_inset
13326 </cell>
13327 </row>
13328 <row>
13329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Plain Layout
13333
13334 \lang english
13335 Crystal Clear Pro
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344
13345 \lang english
13346 18
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355
13356 \lang english
13357 86
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Plain Layout
13366
13367 \lang english
13368 374
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 </row>
13374 </lyxtabular>
13375
13376 \end_inset
13377
13378
13379 \begin_inset VSpace medskip
13380 \end_inset
13381
13382
13383 \end_layout
13384
13385 \begin_layout Standard
13386
13387 \lang english
13388 The 3-argument scheme is for example useful for cross-tables of sports leagues
13389  or distances:
13390 \end_layout
13391
13392 \begin_layout Standard
13393 \noindent
13394 \align center
13395
13396 \lang english
13397 \begin_inset Tabular
13398 <lyxtabular version="3" rows="4" columns="4">
13399 <features rotate="0" tabularvalignment="middle">
13400 <column alignment="center" valignment="top" width="0pt">
13401 <column alignment="center" valignment="top">
13402 <column alignment="center" valignment="top">
13403 <column alignment="center" valignment="top">
13404 <row>
13405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409
13410 \lang english
13411 \begin_inset ERT
13412 status collapsed
13413
13414 \begin_layout Plain Layout
13415
13416
13417 \backslash
13418 diagbox{
13419 \end_layout
13420
13421 \end_inset
13422
13423 Team home
13424 \begin_inset ERT
13425 status collapsed
13426
13427 \begin_layout Plain Layout
13428
13429 }{
13430 \end_layout
13431
13432 \end_inset
13433
13434 Result
13435 \begin_inset ERT
13436 status collapsed
13437
13438 \begin_layout Plain Layout
13439
13440 }{
13441 \end_layout
13442
13443 \end_inset
13444
13445 Team away
13446 \begin_inset ERT
13447 status collapsed
13448
13449 \begin_layout Plain Layout
13450
13451 }
13452 \end_layout
13453
13454 \end_inset
13455
13456
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465
13466 \lang english
13467 Tigers
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476
13477 \lang english
13478 Panthers
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487
13488 \lang english
13489 Falcons
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 </row>
13495 <row>
13496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13497 \begin_inset Text
13498
13499 \begin_layout Plain Layout
13500
13501 \lang english
13502 Tigers
13503 \end_layout
13504
13505 \end_inset
13506 </cell>
13507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511
13512 \lang english
13513 ---
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522
13523 \lang english
13524 1:3
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533
13534 \lang english
13535 0:1
13536 \end_layout
13537
13538 \end_inset
13539 </cell>
13540 </row>
13541 <row>
13542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546
13547 \lang english
13548 Panthers
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557
13558 \lang english
13559 3:1
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568
13569 \lang english
13570 ---
13571 \end_layout
13572
13573 \end_inset
13574 </cell>
13575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13576 \begin_inset Text
13577
13578 \begin_layout Plain Layout
13579
13580 \lang english
13581 0:0
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 </row>
13587 <row>
13588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592
13593 \lang english
13594 Falcons
13595 \end_layout
13596
13597 \end_inset
13598 </cell>
13599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603
13604 \lang english
13605 1:0
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614
13615 \lang english
13616 0:0
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Plain Layout
13625
13626 \lang english
13627 ---
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 </row>
13633 </lyxtabular>
13634
13635 \end_inset
13636
13637
13638 \end_layout
13639
13640 \begin_layout Standard
13641
13642 \lang english
13643 For larger cross-tables one might use split cells in 2 or every corner of
13644  the table like in this example:
13645 \end_layout
13646
13647 \begin_layout Standard
13648 \noindent
13649 \align center
13650
13651 \lang english
13652 \begin_inset Tabular
13653 <lyxtabular version="3" rows="5" columns="5">
13654 <features rotate="0" tabularvalignment="middle">
13655 <column alignment="center" valignment="top" width="0pt">
13656 <column alignment="center" valignment="top">
13657 <column alignment="center" valignment="top">
13658 <column alignment="center" valignment="top">
13659 <column alignment="center" valignment="top">
13660 <row>
13661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665
13666 \lang english
13667 \begin_inset ERT
13668 status open
13669
13670 \begin_layout Plain Layout
13671
13672
13673 \backslash
13674 diagbox{
13675 \end_layout
13676
13677 \end_inset
13678
13679 Team home
13680 \begin_inset ERT
13681 status collapsed
13682
13683 \begin_layout Plain Layout
13684
13685 }{
13686 \end_layout
13687
13688 \end_inset
13689
13690 Result
13691 \begin_inset ERT
13692 status collapsed
13693
13694 \begin_layout Plain Layout
13695
13696 }{
13697 \end_layout
13698
13699 \end_inset
13700
13701 Team away
13702 \begin_inset ERT
13703 status collapsed
13704
13705 \begin_layout Plain Layout
13706
13707 }
13708 \end_layout
13709
13710 \end_inset
13711
13712
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721
13722 \lang english
13723 Tigers
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732
13733 \lang english
13734 Panthers
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743
13744 \lang english
13745 Falcons
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754
13755 \lang english
13756 \begin_inset ERT
13757 status open
13758
13759 \begin_layout Plain Layout
13760
13761
13762 \backslash
13763 diagbox[dir=NE]{
13764 \end_layout
13765
13766 \end_inset
13767
13768 Team home
13769 \begin_inset ERT
13770 status collapsed
13771
13772 \begin_layout Plain Layout
13773
13774 }{
13775 \end_layout
13776
13777 \end_inset
13778
13779 Result
13780 \begin_inset ERT
13781 status collapsed
13782
13783 \begin_layout Plain Layout
13784
13785 }{
13786 \end_layout
13787
13788 \end_inset
13789
13790 Team away
13791 \begin_inset ERT
13792 status collapsed
13793
13794 \begin_layout Plain Layout
13795
13796 }
13797 \end_layout
13798
13799 \end_inset
13800
13801
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 </row>
13807 <row>
13808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812
13813 \lang english
13814 Tigers
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823
13824 \lang english
13825 ---
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834
13835 \lang english
13836 1:3
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845
13846 \lang english
13847 0:1
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856
13857 \lang english
13858 Tigers
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 </row>
13864 <row>
13865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869
13870 \lang english
13871 Panthers
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880
13881 \lang english
13882 3:1
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Plain Layout
13891
13892 \lang english
13893 ---
13894 \end_layout
13895
13896 \end_inset
13897 </cell>
13898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13899 \begin_inset Text
13900
13901 \begin_layout Plain Layout
13902
13903 \lang english
13904 0:0
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Plain Layout
13913
13914 \lang english
13915 Panthers
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 </row>
13921 <row>
13922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Plain Layout
13926
13927 \lang english
13928 Falcons
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937
13938 \lang english
13939 1:0
13940 \end_layout
13941
13942 \end_inset
13943 </cell>
13944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13945 \begin_inset Text
13946
13947 \begin_layout Plain Layout
13948
13949 \lang english
13950 0:0
13951 \end_layout
13952
13953 \end_inset
13954 </cell>
13955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13956 \begin_inset Text
13957
13958 \begin_layout Plain Layout
13959
13960 \lang english
13961 ---
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970
13971 \lang english
13972 Falcons
13973 \end_layout
13974
13975 \end_inset
13976 </cell>
13977 </row>
13978 <row>
13979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983
13984 \lang english
13985 \begin_inset ERT
13986 status open
13987
13988 \begin_layout Plain Layout
13989
13990
13991 \backslash
13992 diagbox[dir=SW]{
13993 \end_layout
13994
13995 \end_inset
13996
13997 Team home
13998 \begin_inset ERT
13999 status collapsed
14000
14001 \begin_layout Plain Layout
14002
14003 }{
14004 \end_layout
14005
14006 \end_inset
14007
14008 Result
14009 \begin_inset ERT
14010 status collapsed
14011
14012 \begin_layout Plain Layout
14013
14014 }{
14015 \end_layout
14016
14017 \end_inset
14018
14019 Team away
14020 \begin_inset ERT
14021 status collapsed
14022
14023 \begin_layout Plain Layout
14024
14025 }
14026 \end_layout
14027
14028 \end_inset
14029
14030
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039
14040 \lang english
14041 Tigers
14042 \end_layout
14043
14044 \end_inset
14045 </cell>
14046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14047 \begin_inset Text
14048
14049 \begin_layout Plain Layout
14050
14051 \lang english
14052 Panthers
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Plain Layout
14061
14062 \lang english
14063 Falcons
14064 \end_layout
14065
14066 \end_inset
14067 </cell>
14068 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14069 \begin_inset Text
14070
14071 \begin_layout Plain Layout
14072
14073 \lang english
14074 \begin_inset ERT
14075 status open
14076
14077 \begin_layout Plain Layout
14078
14079
14080 \backslash
14081 diagbox[dir=SE]{
14082 \end_layout
14083
14084 \end_inset
14085
14086 Team home
14087 \begin_inset ERT
14088 status collapsed
14089
14090 \begin_layout Plain Layout
14091
14092 }{
14093 \end_layout
14094
14095 \end_inset
14096
14097 Result
14098 \begin_inset ERT
14099 status collapsed
14100
14101 \begin_layout Plain Layout
14102
14103 }{
14104 \end_layout
14105
14106 \end_inset
14107
14108 Team away
14109 \begin_inset ERT
14110 status collapsed
14111
14112 \begin_layout Plain Layout
14113
14114 }
14115 \end_layout
14116
14117 \end_inset
14118
14119
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 </row>
14125 </lyxtabular>
14126
14127 \end_inset
14128
14129
14130 \end_layout
14131
14132 \begin_layout Standard
14133
14134 \lang english
14135 To rotate the diagonal lines, the command option 
14136 \series bold
14137 dir=direction
14138 \series default
14139  is used.
14140  
14141 \emph on
14142 direction
14143 \emph default
14144  is either 
14145 \series bold
14146 NE
14147 \series default
14148
14149 \series bold
14150 DE
14151 \series default
14152
14153 \series bold
14154 SW
14155 \series default
14156  or 
14157 \series bold
14158 NW
14159 \series default
14160  and represent a point of a compass.
14161  
14162 \series bold
14163 SW
14164 \series default
14165  is for example the south-west corner.
14166  Thus in the lower left cell of the above table the command
14167 \end_layout
14168
14169 \begin_layout Standard
14170
14171 \series bold
14172 \lang english
14173
14174 \backslash
14175 diagbox[dir=SW]{Team home}{Result}{Team away}
14176 \end_layout
14177
14178 \begin_layout Standard
14179
14180 \lang english
14181 is used.
14182  If no direction is given, it will be NW.
14183 \end_layout
14184
14185 \begin_layout Standard
14186
14187 \lang english
14188 The necessary width of split cells is automatically calculated.
14189  Thus if you set a fixed column width smaller than the calculated one, the
14190  cell's content will protrude the cell borders:
14191 \end_layout
14192
14193 \begin_layout Standard
14194 \noindent
14195 \align center
14196
14197 \lang english
14198 \begin_inset Tabular
14199 <lyxtabular version="3" rows="2" columns="2">
14200 <features rotate="0" tabularvalignment="middle">
14201 <column alignment="center" valignment="top" width="3cm">
14202 <column alignment="center" valignment="top">
14203 <row>
14204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Plain Layout
14208
14209 \lang english
14210 \begin_inset ERT
14211 status collapsed
14212
14213 \begin_layout Plain Layout
14214
14215
14216 \backslash
14217 diagbox{
14218 \end_layout
14219
14220 \end_inset
14221
14222 Name
14223 \begin_inset ERT
14224 status collapsed
14225
14226 \begin_layout Plain Layout
14227
14228 }{
14229 \end_layout
14230
14231 \end_inset
14232
14233 Parameter
14234 \begin_inset ERT
14235 status collapsed
14236
14237 \begin_layout Plain Layout
14238
14239 }
14240 \end_layout
14241
14242 \end_inset
14243
14244
14245 \end_layout
14246
14247 \end_inset
14248 </cell>
14249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14250 \begin_inset Text
14251
14252 \begin_layout Plain Layout
14253
14254 \lang english
14255 Thickness in nm
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 </row>
14261 <row>
14262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14263 \begin_inset Text
14264
14265 \begin_layout Plain Layout
14266
14267 \lang english
14268 Perfect Green
14269 \end_layout
14270
14271 \end_inset
14272 </cell>
14273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Plain Layout
14277
14278 \lang english
14279 45
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 </row>
14285 </lyxtabular>
14286
14287 \end_inset
14288
14289
14290 \end_layout
14291
14292 \begin_layout Standard
14293
14294 \lang english
14295 If you need a certain width for columns with a split cell, use the command
14296  option 
14297 \series bold
14298 width=3cm
14299 \series default
14300  (replace '3cm' by the width you need).
14301  In the following table the width of the first column is set to 4
14302 \begin_inset space \thinspace{}
14303 \end_inset
14304
14305 cm.
14306  For 
14307 \series bold
14308
14309 \backslash
14310 diagbox
14311 \series default
14312  a width of 4
14313 \begin_inset space \thinspace{}
14314 \end_inset
14315
14316 cm + 2
14317 \begin_inset space \thinspace{}
14318 \end_inset
14319
14320
14321 \backslash
14322 tabcolsep is necessary because the overall width is the width for the text
14323  (in this case the 4
14324 \begin_inset space \thinspace{}
14325 \end_inset
14326
14327 cm) plus two times the separation of the text and the cell border.
14328  The calculation of the width cannot be done in the command option of 
14329 \series bold
14330
14331 \backslash
14332 diagbox
14333 \series default
14334  so one needs to create a new length which can be used later.
14335  This is done with the TeX-Code commands
14336 \end_layout
14337
14338 \begin_layout Standard
14339
14340 \series bold
14341
14342 \backslash
14343 newlength{
14344 \backslash
14345 diagtest}
14346 \begin_inset Newline newline
14347 \end_inset
14348
14349
14350 \backslash
14351 setlength{
14352 \backslash
14353 diagtest}{4cm+2
14354 \backslash
14355 tabcolsep}
14356 \end_layout
14357
14358 \begin_layout Standard
14359 \begin_inset ERT
14360 status collapsed
14361
14362 \begin_layout Plain Layout
14363
14364
14365 \backslash
14366 newlength{
14367 \backslash
14368 diagtest}
14369 \end_layout
14370
14371 \begin_layout Plain Layout
14372
14373
14374 \backslash
14375 setlength{
14376 \backslash
14377 diagtest}{4cm+2
14378 \backslash
14379 tabcolsep}
14380 \end_layout
14381
14382 \end_inset
14383
14384
14385 \end_layout
14386
14387 \begin_layout Standard
14388
14389 \lang english
14390 To enable calculations in LaTeX one needs to load the package 
14391 \series bold
14392 calc
14393 \series default
14394 \lang french
14395
14396 \begin_inset Index idx
14397 status collapsed
14398
14399 \begin_layout Plain Layout
14400 Paquetages LaTeX ! calc
14401 \end_layout
14402
14403 \end_inset
14404
14405  
14406 \lang english
14407 in the document preamble.
14408 \end_layout
14409
14410 \begin_layout Standard
14411
14412 \lang english
14413 In this table you can now use the command
14414 \end_layout
14415
14416 \begin_layout Standard
14417
14418 \series bold
14419
14420 \backslash
14421 diagbox[width=
14422 \backslash
14423 diagtest]{A}{B}
14424 \end_layout
14425
14426 \begin_layout Standard
14427
14428 \lang english
14429 in the first cell:
14430 \end_layout
14431
14432 \begin_layout Standard
14433 \noindent
14434 \align center
14435
14436 \lang english
14437 \begin_inset Tabular
14438 <lyxtabular version="3" rows="2" columns="2">
14439 <features rotate="0" tabularvalignment="middle">
14440 <column alignment="center" valignment="top" width="4cm">
14441 <column alignment="center" valignment="top">
14442 <row>
14443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Plain Layout
14447 \begin_inset ERT
14448 status open
14449
14450 \begin_layout Plain Layout
14451
14452
14453 \backslash
14454 diagbox[width=
14455 \backslash
14456 diagtest]{
14457 \end_layout
14458
14459 \end_inset
14460
14461 A
14462 \begin_inset ERT
14463 status collapsed
14464
14465 \begin_layout Plain Layout
14466
14467 }{
14468 \end_layout
14469
14470 \end_inset
14471
14472 B
14473 \begin_inset ERT
14474 status collapsed
14475
14476 \begin_layout Plain Layout
14477
14478 }
14479 \end_layout
14480
14481 \end_inset
14482
14483
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14489 \begin_inset Text
14490
14491 \begin_layout Plain Layout
14492
14493 \lang english
14494 Thickness in nm
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 </row>
14500 <row>
14501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14502 \begin_inset Text
14503
14504 \begin_layout Plain Layout
14505
14506 \lang english
14507 Perfect Green
14508 \end_layout
14509
14510 \end_inset
14511 </cell>
14512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14513 \begin_inset Text
14514
14515 \begin_layout Plain Layout
14516
14517 \lang english
14518 45
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 </row>
14524 </lyxtabular>
14525
14526 \end_inset
14527
14528
14529 \end_layout
14530
14531 \begin_layout Standard
14532
14533 \lang english
14534 Note that the split cell needs to be the widest one in the column.
14535  Otherwise the length of the diagonal line cannot be calculated correctly
14536  like in this table:
14537 \end_layout
14538
14539 \begin_layout Standard
14540 \noindent
14541 \align center
14542
14543 \lang english
14544 \begin_inset Tabular
14545 <lyxtabular version="3" rows="2" columns="2">
14546 <features rotate="0" tabularvalignment="middle">
14547 <column alignment="center" valignment="top" width="0pt">
14548 <column alignment="center" valignment="top">
14549 <row>
14550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14551 \begin_inset Text
14552
14553 \begin_layout Plain Layout
14554 \begin_inset ERT
14555 status collapsed
14556
14557 \begin_layout Plain Layout
14558
14559
14560 \backslash
14561 diagbox{
14562 \end_layout
14563
14564 \end_inset
14565
14566 A
14567 \begin_inset ERT
14568 status collapsed
14569
14570 \begin_layout Plain Layout
14571
14572 }{
14573 \end_layout
14574
14575 \end_inset
14576
14577 B
14578 \begin_inset ERT
14579 status collapsed
14580
14581 \begin_layout Plain Layout
14582
14583 }
14584 \end_layout
14585
14586 \end_inset
14587
14588
14589 \end_layout
14590
14591 \end_inset
14592 </cell>
14593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14594 \begin_inset Text
14595
14596 \begin_layout Plain Layout
14597
14598 \lang english
14599 Thickness in nm
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 </row>
14605 <row>
14606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14607 \begin_inset Text
14608
14609 \begin_layout Plain Layout
14610
14611 \lang english
14612 Perfect Green
14613 \end_layout
14614
14615 \end_inset
14616 </cell>
14617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14618 \begin_inset Text
14619
14620 \begin_layout Plain Layout
14621
14622 \lang english
14623 45
14624 \end_layout
14625
14626 \end_inset
14627 </cell>
14628 </row>
14629 </lyxtabular>
14630
14631 \end_inset
14632
14633
14634 \end_layout
14635
14636 \begin_layout Standard
14637
14638 \lang english
14639 In this case use the 
14640 \series bold
14641 width
14642 \series default
14643  option of the 
14644 \series bold
14645
14646 \backslash
14647 diagbox
14648 \series default
14649  command.
14650  It is then not necessary to add 2
14651 \backslash
14652 tabcolsep because the cell width is now the width of the column.
14653  In this table a width of 3
14654 \begin_inset space \thinspace{}
14655 \end_inset
14656
14657 cm is used:
14658 \end_layout
14659
14660 \begin_layout Standard
14661 \noindent
14662 \align center
14663
14664 \lang english
14665 \begin_inset Tabular
14666 <lyxtabular version="3" rows="2" columns="2">
14667 <features rotate="0" tabularvalignment="middle">
14668 <column alignment="center" valignment="top" width="0pt">
14669 <column alignment="center" valignment="top">
14670 <row>
14671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14672 \begin_inset Text
14673
14674 \begin_layout Plain Layout
14675 \begin_inset ERT
14676 status open
14677
14678 \begin_layout Plain Layout
14679
14680
14681 \backslash
14682 diagbox[width=3cm]{
14683 \end_layout
14684
14685 \end_inset
14686
14687 A
14688 \begin_inset ERT
14689 status collapsed
14690
14691 \begin_layout Plain Layout
14692
14693 }{
14694 \end_layout
14695
14696 \end_inset
14697
14698 B
14699 \begin_inset ERT
14700 status collapsed
14701
14702 \begin_layout Plain Layout
14703
14704 }
14705 \end_layout
14706
14707 \end_inset
14708
14709
14710 \end_layout
14711
14712 \end_inset
14713 </cell>
14714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14715 \begin_inset Text
14716
14717 \begin_layout Plain Layout
14718
14719 \lang english
14720 Thickness in nm
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 </row>
14726 <row>
14727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14728 \begin_inset Text
14729
14730 \begin_layout Plain Layout
14731
14732 \lang english
14733 Perfect Green
14734 \end_layout
14735
14736 \end_inset
14737 </cell>
14738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14739 \begin_inset Text
14740
14741 \begin_layout Plain Layout
14742
14743 \lang english
14744 45
14745 \end_layout
14746
14747 \end_inset
14748 </cell>
14749 </row>
14750 </lyxtabular>
14751
14752 \end_inset
14753
14754
14755 \end_layout
14756
14757 \begin_layout Standard
14758
14759 \lang english
14760 For multiple text lines in split cells one needs some extra height to fit
14761  the text to the cell.
14762  This can be achieved with the 
14763 \series bold
14764
14765 \backslash
14766 diagbox
14767 \series default
14768  option 
14769 \series bold
14770 height=3cm
14771 \series default
14772  (replace '3cm' by the height you need).
14773  In the following table the command
14774 \end_layout
14775
14776 \begin_layout Standard
14777
14778 \series bold
14779
14780 \backslash
14781 diagbox[width=3cm,height=1.4cm]{A
14782 \backslash
14783
14784 \backslash
14785 B}{C
14786 \backslash
14787
14788 \backslash
14789 D}
14790 \end_layout
14791
14792 \begin_layout Standard
14793
14794 \lang english
14795 is used in the first cell.
14796  The command 
14797 \series bold
14798
14799 \backslash
14800
14801 \backslash
14802
14803 \series default
14804  creates hereby the line break.
14805 \begin_inset Foot
14806 status collapsed
14807
14808 \begin_layout Plain Layout
14809
14810 \lang english
14811 Breaking lines with 
14812 \family sans
14813 Ctrl+Return
14814 \family default
14815  is only possible when the column has a fixed width.
14816 \end_layout
14817
14818 \end_inset
14819
14820
14821 \end_layout
14822
14823 \begin_layout Standard
14824 \noindent
14825 \align center
14826
14827 \lang english
14828 \begin_inset Tabular
14829 <lyxtabular version="3" rows="2" columns="2">
14830 <features rotate="0" tabularvalignment="middle">
14831 <column alignment="center" valignment="top">
14832 <column alignment="center" valignment="top">
14833 <row>
14834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Plain Layout
14838 \begin_inset ERT
14839 status open
14840
14841 \begin_layout Plain Layout
14842
14843
14844 \backslash
14845 diagbox[width=3cm,height=1.4cm]{
14846 \end_layout
14847
14848 \end_inset
14849
14850 A
14851 \begin_inset ERT
14852 status collapsed
14853
14854 \begin_layout Plain Layout
14855
14856
14857 \backslash
14858
14859 \backslash
14860
14861 \end_layout
14862
14863 \end_inset
14864
14865 B
14866 \begin_inset ERT
14867 status collapsed
14868
14869 \begin_layout Plain Layout
14870
14871 }{
14872 \end_layout
14873
14874 \end_inset
14875
14876 C
14877 \begin_inset ERT
14878 status collapsed
14879
14880 \begin_layout Plain Layout
14881
14882
14883 \backslash
14884
14885 \backslash
14886
14887 \end_layout
14888
14889 \end_inset
14890
14891 D
14892 \begin_inset ERT
14893 status collapsed
14894
14895 \begin_layout Plain Layout
14896
14897 }
14898 \end_layout
14899
14900 \end_inset
14901
14902
14903 \end_layout
14904
14905 \end_inset
14906 </cell>
14907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14908 \begin_inset Text
14909
14910 \begin_layout Plain Layout
14911
14912 \lang english
14913 Thickness in nm
14914 \end_layout
14915
14916 \end_inset
14917 </cell>
14918 </row>
14919 <row>
14920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14921 \begin_inset Text
14922
14923 \begin_layout Plain Layout
14924
14925 \lang english
14926 Perfect Green
14927 \end_layout
14928
14929 \end_inset
14930 </cell>
14931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14932 \begin_inset Text
14933
14934 \begin_layout Plain Layout
14935
14936 \lang english
14937 45
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 </row>
14943 </lyxtabular>
14944
14945 \end_inset
14946
14947
14948 \end_layout
14949
14950 \begin_layout Standard
14951 \begin_inset ERT
14952 status collapsed
14953
14954 \begin_layout Plain Layout
14955
14956
14957 \backslash
14958 else
14959 \end_layout
14960
14961 \end_inset
14962
14963
14964 \begin_inset Note Note
14965 status open
14966
14967 \begin_layout Plain Layout
14968 Ce qui suit sera affiché si le paquetage LaTeX 
14969 \series bold
14970 diagbox
14971 \series default
14972  n'est pas installé :
14973 \end_layout
14974
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \begin_layout Standard
14981 Vous devez installer le paquetage LaTeX 
14982 \series bold
14983 diagbox
14984 \series default
14985  pour voir le contenu des cette section dans la sortie imprimée.
14986 \end_layout
14987
14988 \begin_layout Standard
14989 \begin_inset ERT
14990 status collapsed
14991
14992 \begin_layout Plain Layout
14993
14994
14995 \backslash
14996 fi
14997 \end_layout
14998
14999 \end_inset
15000
15001
15002 \end_layout
15003
15004 \begin_layout Standard
15005
15006 \lang english
15007 For more info about the LaTeX-package 
15008 \series bold
15009 diagbox
15010 \series default
15011 , see its documentation
15012 \lang french
15013
15014 \begin_inset CommandInset citation
15015 LatexCommand cite
15016 key "diagbox"
15017
15018 \end_inset
15019
15020 .
15021 \end_layout
15022
15023 \begin_layout Section
15024 Les tableaux formels
15025 \begin_inset CommandInset label
15026 LatexCommand label
15027 name "sec:Tableaux-Formels"
15028
15029 \end_inset
15030
15031
15032 \begin_inset Index idx
15033 status collapsed
15034
15035 \begin_layout Plain Layout
15036 Tableau ! Formel
15037 \end_layout
15038
15039 \end_inset
15040
15041
15042 \end_layout
15043
15044 \begin_layout Standard
15045 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
15046  à celle du tableau
15047 \begin_inset space ~
15048 \end_inset
15049
15050
15051 \begin_inset CommandInset ref
15052 LatexCommand ref
15053 reference "tab:Exemple-tableau-booktabs"
15054
15055 \end_inset
15056
15057 .
15058  Ce genre de tableau est appelé 
15059 \begin_inset Quotes fld
15060 \end_inset
15061
15062
15063 \emph on
15064 formel
15065 \emph default
15066
15067 \begin_inset Quotes frd
15068 \end_inset
15069
15070 .
15071  Pour transformer un tableau en tableau formel, utilisez l'option 
15072 \family sans
15073 Formel
15074 \family default
15075  de l'onglet 
15076 \family sans
15077 Bordures
15078 \family default
15079  de la fenêtre de dialogue 
15080 \family sans
15081 Paramètres
15082 \begin_inset space ~
15083 \end_inset
15084
15085 du
15086 \begin_inset space ~
15087 \end_inset
15088
15089 tableau
15090 \family default
15091 .
15092 \end_layout
15093
15094 \begin_layout Standard
15095 \begin_inset Float table
15096 placement h
15097 wide false
15098 sideways false
15099 status open
15100
15101 \begin_layout Plain Layout
15102 \begin_inset Caption Standard
15103
15104 \begin_layout Plain Layout
15105 \begin_inset CommandInset label
15106 LatexCommand label
15107 name "tab:Exemple-tableau-booktabs"
15108
15109 \end_inset
15110
15111 Exemple de tableau formel
15112 \end_layout
15113
15114 \end_inset
15115
15116
15117 \end_layout
15118
15119 \begin_layout Plain Layout
15120 \align center
15121 \begin_inset Tabular
15122 <lyxtabular version="3" rows="8" columns="4">
15123 <features rotate="0" booktabs="true" tabularvalignment="middle">
15124 <column alignment="center" valignment="top">
15125 <column alignment="center" valignment="top">
15126 <column alignment="center" valignment="top">
15127 <column alignment="center" valignment="top">
15128 <row>
15129 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 Système
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 <cell alignment="center" valignment="top" topline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 Chip
15143 \begin_inset space \thinspace{}
15144 \end_inset
15145
15146 1
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155 Chip
15156 \begin_inset space \thinspace{}
15157 \end_inset
15158
15159 2
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15165 \begin_inset Text
15166
15167 \begin_layout Plain Layout
15168
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 </row>
15174 <row>
15175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179 \begin_inset ERT
15180 status collapsed
15181
15182 \begin_layout Plain Layout
15183
15184
15185 \backslash
15186 cmidrule(r){2-2}
15187 \end_layout
15188
15189 \end_inset
15190
15191
15192 \begin_inset ERT
15193 status collapsed
15194
15195 \begin_layout Plain Layout
15196
15197
15198 \backslash
15199 cmidrule(l){3-4}
15200 \end_layout
15201
15202 \end_inset
15203
15204 Épaisseur du capteur en µm
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213 300
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 <cell alignment="center" valignment="top" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222 300
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 <cell alignment="center" valignment="top" usebox="none">
15228 \begin_inset Text
15229
15230 \begin_layout Plain Layout
15231 700
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 </row>
15237 <row>
15238 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242 Angle du biseau en °
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 <cell alignment="center" valignment="top" topline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251 3.55
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 <cell alignment="center" valignment="top" topline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260 2.71
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 <cell alignment="center" valignment="top" topline="true" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Plain Layout
15269 7.99
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 </row>
15275 <row topspace="default">
15276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280 Résolution spatiale en µm
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 <cell alignment="center" valignment="top" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289 4.26
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 <cell alignment="center" valignment="top" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298 10.17
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 <cell alignment="center" valignment="top" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Plain Layout
15307 10.56
15308 \end_layout
15309
15310 \end_inset
15311 </cell>
15312 </row>
15313 <row topspace="default">
15314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318 MTF à 
15319 \begin_inset Formula $f_{\mathrm{max}}$
15320 \end_inset
15321
15322
15323 \end_layout
15324
15325 \end_inset
15326 </cell>
15327 <cell alignment="center" valignment="top" usebox="none">
15328 \begin_inset Text
15329
15330 \begin_layout Plain Layout
15331 0.53
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 <cell alignment="center" valignment="top" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340 0.37
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 <cell alignment="center" valignment="top" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349 0.39
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 </row>
15355 <row topspace="default">
15356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360 \begin_inset ERT
15361 status collapsed
15362
15363 \begin_layout Plain Layout
15364
15365
15366 \backslash
15367 cmidrule(l{10pt}){1-1}
15368 \end_layout
15369
15370 \end_inset
15371
15372 résolution spatiale LSF
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 <cell alignment="center" valignment="top" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Plain Layout
15381
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 <cell alignment="center" valignment="top" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Plain Layout
15390
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 <cell alignment="center" valignment="top" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 </row>
15405 <row>
15406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Plain Layout
15410 en µm
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 <cell alignment="center" valignment="top" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419 129.7
15420 \end_layout
15421
15422 \end_inset
15423 </cell>
15424 <cell alignment="center" valignment="top" usebox="none">
15425 \begin_inset Text
15426
15427 \begin_layout Plain Layout
15428 52.75
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 <cell alignment="center" valignment="top" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Plain Layout
15437 50.78
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 </row>
15443 <row>
15444 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448 en % de la taille des pixels
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Plain Layout
15457 76.3
15458 \end_layout
15459
15460 \end_inset
15461 </cell>
15462 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15463 \begin_inset Text
15464
15465 \begin_layout Plain Layout
15466 95.9
15467 \end_layout
15468
15469 \end_inset
15470 </cell>
15471 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475 92.3
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 </row>
15481 </lyxtabular>
15482
15483 \end_inset
15484
15485
15486 \end_layout
15487
15488 \end_inset
15489
15490
15491 \end_layout
15492
15493 \begin_layout Standard
15494 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15495  
15496 \family sans
15497 Bordures
15498 \family default
15499  de la fenêtre de dialogue 
15500 \family sans
15501 Paramètres
15502 \begin_inset space ~
15503 \end_inset
15504
15505 du
15506 \begin_inset space ~
15507 \end_inset
15508
15509 tableau
15510 \family default
15511  comme c'est décrit dans la section
15512 \begin_inset space ~
15513 \end_inset
15514
15515
15516 \begin_inset CommandInset ref
15517 LatexCommand ref
15518 reference "sub:Espacement-lignes"
15519
15520 \end_inset
15521
15522 .
15523 \end_layout
15524
15525 \begin_layout Standard
15526 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15527  verticales.
15528  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15529  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15530  sortie imprimée :
15531 \begin_inset Newline newline
15532 \end_inset
15533
15534 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15535 \begin_inset space \thinspace{}
15536 \end_inset
15537
15538 em alors que les autres lignes ont implicite une épaisseur de 0.05
15539 \begin_inset space \thinspace{}
15540 \end_inset
15541
15542 em.
15543 \end_layout
15544
15545 \begin_layout Standard
15546 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15547  les lignes de préambule suivantes :
15548 \end_layout
15549
15550 \begin_layout Standard
15551
15552 \series bold
15553
15554 \backslash
15555 let
15556 \backslash
15557 mytoprule
15558 \backslash
15559 toprule
15560 \begin_inset Newline newline
15561 \end_inset
15562
15563
15564 \backslash
15565 renewcommand{
15566 \backslash
15567 toprule}{
15568 \backslash
15569 mytoprule[width]}
15570 \end_layout
15571
15572 \begin_layout Standard
15573 Cet exemple concerne la première ligne, appelée 
15574 \series bold
15575 toprule
15576 \series default
15577 .
15578  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15579 \series bold
15580 toprule
15581 \series default
15582  par 
15583 \series bold
15584 bottomrule
15585 \series default
15586 .
15587  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15588  
15589 \series bold
15590 toprule
15591 \series default
15592  par 
15593 \series bold
15594 midrule
15595 \series default
15596 .
15597  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
15598 \begin_inset space ~
15599 \end_inset
15600
15601
15602 \begin_inset CommandInset ref
15603 LatexCommand ref
15604 reference "cha:Unités-de-longueur"
15605
15606 \end_inset
15607
15608  pour préciser l'épaisseur voulue.
15609 \end_layout
15610
15611 \begin_layout Standard
15612 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15613  en mettant une ligne pour une cellule multi-colonne.
15614  LyX va utiliser en interne la commande 
15615 \series bold
15616
15617 \backslash
15618 cmidrule
15619 \series default
15620  pour créer cette ligne.
15621  Sa syntaxe complète est :
15622 \end_layout
15623
15624 \begin_layout Standard
15625
15626 \series bold
15627
15628 \backslash
15629 cmidrule[largeur](rognage){colDépart-colFin}
15630 \end_layout
15631
15632 \begin_layout Standard
15633 Les options de la commande 
15634 \series bold
15635
15636 \backslash
15637 cmidrule
15638 \series default
15639  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
15640  TeX pour pouvoir les utiliser.
15641  On peut créer manuellement des lignes 
15642 \series bold
15643
15644 \backslash
15645 mitrales
15646 \series default
15647  en insérant la commande en code TeX comme le premier élément de la première
15648  cellule de la ligne.
15649  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15650  en question.
15651 \end_layout
15652
15653 \begin_layout Standard
15654 La valeur implicite pour l'épaisseur des lignes est de 0.03
15655 \begin_inset space \thinspace{}
15656 \end_inset
15657
15658 em.
15659  
15660 \series bold
15661 colDépart
15662 \series default
15663  est le numéro de la colonne dans laquelle la ligne commence et 
15664 \series bold
15665 colFin
15666 \series default
15667  est le numéro de la colonne dans laquelle elle se termine.
15668  La valeur de 
15669 \series bold
15670 colFin
15671 \series default
15672  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15673  Le paramètre optionnel 
15674 \series bold
15675 rognage
15676 \series default
15677  peut être soit 
15678 \emph on
15679 l{largeurRognage}
15680 \emph default
15681 , ou 
15682 \emph on
15683 r{largeurRognage}
15684 \emph default
15685  où les valeurs de
15686 \emph on
15687  largeurRognage
15688 \emph default
15689  sont aussi optionnelles.
15690  En utilisant par exemple la valeur 
15691 \emph on
15692 l{2pt}
15693 \emph default
15694  pour ce paramètre, la ligne va être rognée de 2
15695 \begin_inset space \thinspace{}
15696 \end_inset
15697
15698 pt à son extrémité gauche.
15699  Si vous ne spécifiez pas de valeur pour 
15700 \emph on
15701 largeurRognage
15702 \emph default
15703  les lignes sont implicitement rognées de 0.5
15704 \begin_inset space \thinspace{}
15705 \end_inset
15706
15707 em.
15708 \end_layout
15709
15710 \begin_layout Standard
15711 \begin_inset VSpace bigskip
15712 \end_inset
15713
15714 Le tableau
15715 \begin_inset space ~
15716 \end_inset
15717
15718
15719 \begin_inset CommandInset ref
15720 LatexCommand ref
15721 reference "tab:Exemple-tableau-booktabs"
15722
15723 \end_inset
15724
15725  a été créé en utilisant les commandes
15726 \end_layout
15727
15728 \begin_layout Standard
15729
15730 \series bold
15731
15732 \backslash
15733 cmidrule(r){2-2}
15734 \backslash
15735 cmidrule(l){3-4}
15736 \end_layout
15737
15738 \begin_layout Standard
15739 au début de la deuxième ligne et
15740 \end_layout
15741
15742 \begin_layout Standard
15743
15744 \series bold
15745
15746 \backslash
15747 cmidrule(l{10pt}){1-1}
15748 \end_layout
15749
15750 \begin_layout Standard
15751 au début de la sixième ligne.
15752 \end_layout
15753
15754 \begin_layout Standard
15755 \begin_inset VSpace bigskip
15756 \end_inset
15757
15758
15759 \end_layout
15760
15761 \begin_layout Standard
15762 Vous pouvez vouloir des commandes 
15763 \series bold
15764
15765 \backslash
15766 cmidrule
15767 \series default
15768 s qui se recouvrent comme pour le tableau
15769 \begin_inset space ~
15770 \end_inset
15771
15772
15773 \begin_inset CommandInset ref
15774 LatexCommand ref
15775 reference "tab:Tableau-booktabs-special"
15776
15777 \end_inset
15778
15779 .
15780  On obtient ce résultat en utilisant la commande suivante en code TeX
15781 \end_layout
15782
15783 \begin_layout Standard
15784
15785 \series bold
15786
15787 \backslash
15788 morecmidrules
15789 \end_layout
15790
15791 \begin_layout Standard
15792 La commande qui a été utilisée pour la deuxième ligne du tableau
15793 \begin_inset space ~
15794 \end_inset
15795
15796
15797 \begin_inset CommandInset ref
15798 LatexCommand ref
15799 reference "tab:Tableau-booktabs-special"
15800
15801 \end_inset
15802
15803  est
15804 \end_layout
15805
15806 \begin_layout Standard
15807
15808 \series bold
15809
15810 \backslash
15811 cmidrule(r){2-2}
15812 \backslash
15813 cmidrule(l){3-4}
15814 \backslash
15815 morecmidrules
15816 \backslash
15817 cmidrule{2-4}
15818 \end_layout
15819
15820 \begin_layout Standard
15821 La commande pour la sixième ligne est
15822 \end_layout
15823
15824 \begin_layout Standard
15825
15826 \series bold
15827
15828 \backslash
15829 midrule
15830 \backslash
15831 morecmidrules
15832 \backslash
15833 cmidrule{3-4}
15834 \end_layout
15835
15836 \begin_layout Standard
15837 \begin_inset VSpace bigskip
15838 \end_inset
15839
15840
15841 \end_layout
15842
15843 \begin_layout Standard
15844 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15845 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15846  font toute la largeur du tableau :
15847 \end_layout
15848
15849 \begin_layout Standard
15850
15851 \series bold
15852
15853 \backslash
15854 specialrule{largeur}{espace au dessus}{espace en dessous}
15855 \end_layout
15856
15857 \begin_layout Standard
15858 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15859  du paquetage LaTeX 
15860 \series bold
15861 booktabs
15862 \series default
15863  
15864 \begin_inset CommandInset citation
15865 LatexCommand cite
15866 key "booktabs"
15867
15868 \end_inset
15869
15870 .
15871 \begin_inset Index idx
15872 status collapsed
15873
15874 \begin_layout Plain Layout
15875 Paquetages LaTeX ! booktabs
15876 \end_layout
15877
15878 \end_inset
15879
15880
15881 \end_layout
15882
15883 \begin_layout Standard
15884 \begin_inset Float table
15885 placement h
15886 wide false
15887 sideways false
15888 status open
15889
15890 \begin_layout Plain Layout
15891 \begin_inset Caption Standard
15892
15893 \begin_layout Plain Layout
15894 \begin_inset CommandInset label
15895 LatexCommand label
15896 name "tab:Tableau-booktabs-special"
15897
15898 \end_inset
15899
15900 Tableau formel spécial
15901 \end_layout
15902
15903 \end_inset
15904
15905
15906 \end_layout
15907
15908 \begin_layout Plain Layout
15909 \align center
15910 \begin_inset Tabular
15911 <lyxtabular version="3" rows="8" columns="4">
15912 <features rotate="0" booktabs="true" tabularvalignment="middle">
15913 <column alignment="center" valignment="top">
15914 <column alignment="center" valignment="top">
15915 <column alignment="center" valignment="top">
15916 <column alignment="center" valignment="top">
15917 <row>
15918 <cell alignment="center" valignment="top" topline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922 Système
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 <cell alignment="center" valignment="top" topline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931 Chip
15932 \begin_inset space \thinspace{}
15933 \end_inset
15934
15935 1
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944 Chip
15945 \begin_inset space \thinspace{}
15946 \end_inset
15947
15948 2
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 </row>
15963 <row>
15964 <cell alignment="center" valignment="top" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 \begin_inset ERT
15969 status collapsed
15970
15971 \begin_layout Plain Layout
15972
15973
15974 \backslash
15975 cmidrule(r){2-2}
15976 \end_layout
15977
15978 \end_inset
15979
15980
15981 \begin_inset ERT
15982 status collapsed
15983
15984 \begin_layout Plain Layout
15985
15986
15987 \backslash
15988 cmidrule(l){3-4}
15989 \end_layout
15990
15991 \end_inset
15992
15993
15994 \begin_inset ERT
15995 status collapsed
15996
15997 \begin_layout Plain Layout
15998
15999
16000 \backslash
16001 morecmidrules 
16002 \end_layout
16003
16004 \end_inset
16005
16006
16007 \begin_inset ERT
16008 status collapsed
16009
16010 \begin_layout Plain Layout
16011
16012
16013 \backslash
16014 cmidrule{2-4}
16015 \end_layout
16016
16017 \end_inset
16018
16019 Epaisseur du capteur en µm
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 300
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037 300
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 <cell alignment="center" valignment="top" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046 700
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 </row>
16052 <row>
16053 <cell alignment="center" valignment="top" topline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057 Angle biseau en °
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 <cell alignment="center" valignment="top" topline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066 3.55
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" topline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 2.71
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 <cell alignment="center" valignment="top" topline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084 7.99
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 </row>
16090 <row topspace="default">
16091 <cell alignment="center" valignment="top" usebox="none">
16092 \begin_inset Text
16093
16094 \begin_layout Plain Layout
16095 Résolution spatiale en µm
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 <cell alignment="center" valignment="top" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104 4.26
16105 \end_layout
16106
16107 \end_inset
16108 </cell>
16109 <cell alignment="center" valignment="top" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113 10.17
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 <cell alignment="center" valignment="top" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122 10.56
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 </row>
16128 <row topspace="default">
16129 <cell alignment="center" valignment="top" usebox="none">
16130 \begin_inset Text
16131
16132 \begin_layout Plain Layout
16133 MTF à 
16134 \begin_inset Formula $f_{\mathrm{max}}$
16135 \end_inset
16136
16137
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 <cell alignment="center" valignment="top" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146 0.53
16147 \end_layout
16148
16149 \end_inset
16150 </cell>
16151 <cell alignment="center" valignment="top" usebox="none">
16152 \begin_inset Text
16153
16154 \begin_layout Plain Layout
16155 0.37
16156 \end_layout
16157
16158 \end_inset
16159 </cell>
16160 <cell alignment="center" valignment="top" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164 0.39
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 </row>
16170 <row>
16171 <cell alignment="center" valignment="top" topline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Plain Layout
16175 \begin_inset ERT
16176 status collapsed
16177
16178 \begin_layout Plain Layout
16179
16180
16181 \backslash
16182 morecmidrules 
16183 \end_layout
16184
16185 \end_inset
16186
16187
16188 \begin_inset ERT
16189 status collapsed
16190
16191 \begin_layout Plain Layout
16192
16193
16194 \backslash
16195 cmidrule{3-4}
16196 \end_layout
16197
16198 \end_inset
16199
16200 résolution spatiale LSF
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 <cell alignment="center" valignment="top" topline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209
16210 \end_layout
16211
16212 \end_inset
16213 </cell>
16214 <cell alignment="center" valignment="top" topline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 <cell alignment="center" valignment="top" topline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 </row>
16233 <row>
16234 <cell alignment="center" valignment="top" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238 en µm
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 <cell alignment="center" valignment="top" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Plain Layout
16247 129.7
16248 \end_layout
16249
16250 \end_inset
16251 </cell>
16252 <cell alignment="center" valignment="top" usebox="none">
16253 \begin_inset Text
16254
16255 \begin_layout Plain Layout
16256 52.75
16257 \end_layout
16258
16259 \end_inset
16260 </cell>
16261 <cell alignment="center" valignment="top" usebox="none">
16262 \begin_inset Text
16263
16264 \begin_layout Plain Layout
16265 50.78
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 </row>
16271 <row>
16272 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276 en % de la taille des pixels
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16282 \begin_inset Text
16283
16284 \begin_layout Plain Layout
16285 76.3
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294 95.9
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303 92.3
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 </row>
16309 </lyxtabular>
16310
16311 \end_inset
16312
16313
16314 \end_layout
16315
16316 \end_inset
16317
16318
16319 \end_layout
16320
16321 \begin_layout Section
16322 Alignement vertical des tableaux
16323 \begin_inset Index idx
16324 status collapsed
16325
16326 \begin_layout Plain Layout
16327 Tableau ! Alignement
16328 \end_layout
16329
16330 \end_inset
16331
16332
16333 \end_layout
16334
16335 \begin_layout Standard
16336 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16337  doit être à l'intérieur d'une boîte.
16338  La boîte peut alors être alignée comme c'est décrit dans la 
16339 \begin_inset space ~
16340 \end_inset
16341
16342
16343 \begin_inset CommandInset ref
16344 LatexCommand ref
16345 reference "sec:Boîte-Dialogue"
16346
16347 \end_inset
16348
16349 .
16350 \end_layout
16351
16352 \begin_layout Standard
16353 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16354  minipage
16355 \begin_inset Foot
16356 status open
16357
16358 \begin_layout Plain Layout
16359 Les minipages son décrites dans la section
16360 \begin_inset space ~
16361 \end_inset
16362
16363
16364 \begin_inset CommandInset ref
16365 LatexCommand ref
16366 reference "sec:Minipages"
16367
16368 \end_inset
16369
16370 .
16371 \end_layout
16372
16373 \end_inset
16374
16375  dont la largeur est de 15
16376 \begin_inset space \thinspace{}
16377 \end_inset
16378
16379 col% :
16380 \end_layout
16381
16382 \begin_layout Itemize
16383 test 
16384 \begin_inset Box Frameless
16385 position "t"
16386 hor_pos "c"
16387 has_inner_box 1
16388 inner_pos "c"
16389 use_parbox 0
16390 use_makebox 0
16391 width "15col%"
16392 special "none"
16393 height "1in"
16394 height_special "totalheight"
16395 status collapsed
16396
16397 \begin_layout Plain Layout
16398 \begin_inset Tabular
16399 <lyxtabular version="3" rows="3" columns="3">
16400 <features rotate="0" tabularvalignment="middle">
16401 <column alignment="center" valignment="top">
16402 <column alignment="center" valignment="top">
16403 <column alignment="center" valignment="top">
16404 <row>
16405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16406 \begin_inset Text
16407
16408 \begin_layout Plain Layout
16409 a
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Plain Layout
16418 d
16419 \end_layout
16420
16421 \end_inset
16422 </cell>
16423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16424 \begin_inset Text
16425
16426 \begin_layout Plain Layout
16427 g
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 </row>
16433 <row>
16434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Plain Layout
16438 b
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447 e
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 h
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 </row>
16462 <row>
16463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Plain Layout
16467 c
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476 f
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 i
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 </row>
16491 </lyxtabular>
16492
16493 \end_inset
16494
16495
16496 \end_layout
16497
16498 \end_inset
16499
16500  test 
16501 \begin_inset ERT
16502 status collapsed
16503
16504 \begin_layout Plain Layout
16505
16506
16507 \backslash
16508 raisebox{0.85
16509 \backslash
16510 baselineskip}{
16511 \end_layout
16512
16513 \end_inset
16514
16515
16516 \begin_inset Box Frameless
16517 position "t"
16518 hor_pos "c"
16519 has_inner_box 1
16520 inner_pos "c"
16521 use_parbox 0
16522 use_makebox 0
16523 width "15col%"
16524 special "none"
16525 height "1in"
16526 height_special "totalheight"
16527 status collapsed
16528
16529 \begin_layout Plain Layout
16530 \begin_inset Tabular
16531 <lyxtabular version="3" rows="3" columns="3">
16532 <features rotate="0" tabularvalignment="middle">
16533 <column alignment="center" valignment="top">
16534 <column alignment="center" valignment="top">
16535 <column alignment="center" valignment="top">
16536 <row>
16537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541 a
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550 d
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559 g
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 </row>
16565 <row>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 b
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579 e
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588 h
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 </row>
16594 <row>
16595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599 c
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 f
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617 i
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 </row>
16623 </lyxtabular>
16624
16625 \end_inset
16626
16627
16628 \end_layout
16629
16630 \end_inset
16631
16632
16633 \begin_inset ERT
16634 status collapsed
16635
16636 \begin_layout Plain Layout
16637
16638 }
16639 \end_layout
16640
16641 \end_inset
16642
16643
16644 \end_layout
16645
16646 \begin_layout Itemize
16647 test 
16648 \begin_inset Box Frameless
16649 position "c"
16650 hor_pos "c"
16651 has_inner_box 1
16652 inner_pos "c"
16653 use_parbox 0
16654 use_makebox 0
16655 width "15col%"
16656 special "none"
16657 height "1in"
16658 height_special "totalheight"
16659 status collapsed
16660
16661 \begin_layout Plain Layout
16662 \begin_inset Tabular
16663 <lyxtabular version="3" rows="3" columns="3">
16664 <features rotate="0" tabularvalignment="middle">
16665 <column alignment="center" valignment="top">
16666 <column alignment="center" valignment="top">
16667 <column alignment="center" valignment="top">
16668 <row>
16669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673 a
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682 d
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 g
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 </row>
16697 <row>
16698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 b
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Plain Layout
16711 e
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720 h
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 </row>
16726 <row>
16727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731 c
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740 f
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 i
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 </row>
16755 </lyxtabular>
16756
16757 \end_inset
16758
16759
16760 \end_layout
16761
16762 \end_inset
16763
16764
16765 \end_layout
16766
16767 \begin_layout Itemize
16768 test 
16769 \begin_inset Box Frameless
16770 position "b"
16771 hor_pos "c"
16772 has_inner_box 1
16773 inner_pos "c"
16774 use_parbox 0
16775 use_makebox 0
16776 width "15col%"
16777 special "none"
16778 height "1in"
16779 height_special "totalheight"
16780 status collapsed
16781
16782 \begin_layout Plain Layout
16783 \begin_inset Tabular
16784 <lyxtabular version="3" rows="3" columns="3">
16785 <features rotate="0" tabularvalignment="middle">
16786 <column alignment="center" valignment="top">
16787 <column alignment="center" valignment="top">
16788 <column alignment="center" valignment="top">
16789 <row>
16790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 a
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803 d
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 g
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 </row>
16818 <row>
16819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823 b
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832 e
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841 h
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 </row>
16847 <row>
16848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852 c
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 f
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870 i
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 </row>
16876 </lyxtabular>
16877
16878 \end_inset
16879
16880
16881 \end_layout
16882
16883 \end_inset
16884
16885  test 
16886 \begin_inset ERT
16887 status collapsed
16888
16889 \begin_layout Plain Layout
16890
16891
16892 \backslash
16893 raisebox{-0.32
16894 \backslash
16895 baselineskip}{
16896 \end_layout
16897
16898 \end_inset
16899
16900
16901 \begin_inset Box Frameless
16902 position "b"
16903 hor_pos "c"
16904 has_inner_box 1
16905 inner_pos "c"
16906 use_parbox 0
16907 use_makebox 0
16908 width "15col%"
16909 special "none"
16910 height "1in"
16911 height_special "totalheight"
16912 status collapsed
16913
16914 \begin_layout Plain Layout
16915 \begin_inset Tabular
16916 <lyxtabular version="3" rows="3" columns="3">
16917 <features rotate="0" tabularvalignment="middle">
16918 <column alignment="center" valignment="top">
16919 <column alignment="center" valignment="top">
16920 <column alignment="center" valignment="top">
16921 <row>
16922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 a
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935 d
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout Plain Layout
16944 g
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 </row>
16950 <row>
16951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Plain Layout
16955 b
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964 e
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973 h
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 </row>
16979 <row>
16980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Plain Layout
16984 c
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 f
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002 i
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 </row>
17008 </lyxtabular>
17009
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \end_inset
17016
17017
17018 \begin_inset ERT
17019 status collapsed
17020
17021 \begin_layout Plain Layout
17022
17023 }
17024 \end_layout
17025
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \begin_layout Standard
17032 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
17033  et de la dernière ligne, n'est pas correctement aligné avec le texte de
17034  la ligne dans laquelle le tableau est inséré.
17035  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
17036  boîte élévatrice (raisebox)
17037 \begin_inset Foot
17038 status collapsed
17039
17040 \begin_layout Plain Layout
17041 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
17042 \begin_inset space ~
17043 \end_inset
17044
17045
17046 \begin_inset CommandInset ref
17047 LatexCommand ref
17048 reference "sub:Alignement-Vertical"
17049
17050 \end_inset
17051
17052 .
17053 \end_layout
17054
17055 \end_inset
17056
17057 .
17058  Dans l'exemple précédent, le deuxième tableau de la première ligne est
17059  aligné en utilisant la commande en code TeX suivante 
17060 \end_layout
17061
17062 \begin_layout Standard
17063
17064 \series bold
17065
17066 \backslash
17067 raisebox{0.85
17068 \backslash
17069 baselineskip}{
17070 \end_layout
17071
17072 \begin_layout Standard
17073 placée juste avant la boîte minipage.
17074  Après la boîte on insère l'accolade fermante en code TeX.
17075  Pour le deuxième tableau de la dernière ligne, la commande 
17076 \end_layout
17077
17078 \begin_layout Standard
17079
17080 \series bold
17081
17082 \backslash
17083 raisebox{-0.32
17084 \backslash
17085 baselineskip}{
17086 \end_layout
17087
17088 \begin_layout Standard
17089 est utilisée.
17090 \end_layout
17091
17092 \begin_layout Standard
17093 \begin_inset Note Greyedout
17094 status open
17095
17096 \begin_layout Plain Layout
17097
17098 \series bold
17099 Note:
17100 \series default
17101  L'alignement entre le contenu de la ligne du tableau et le texte de la
17102  ligne qui l'entoure ne peut pas être parfait.
17103  Le facteur utilisé dans la commande 
17104 \series bold
17105
17106 \backslash
17107 raisebox
17108 \series default
17109  pour obtenir cet alignement dépend de la police de caractères du document,
17110  de la taille de la police et de l'épaisseur des lignes du tableau.
17111 \end_layout
17112
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \begin_layout Section
17119 Tableaux colorés
17120 \begin_inset CommandInset label
17121 LatexCommand label
17122 name "sec:Tableaux-Colorés"
17123
17124 \end_inset
17125
17126
17127 \begin_inset Index idx
17128 status collapsed
17129
17130 \begin_layout Plain Layout
17131 Tableau ! Coloré
17132 \end_layout
17133
17134 \end_inset
17135
17136
17137 \end_layout
17138
17139 \begin_layout Subsection
17140 Cellules colorées
17141 \begin_inset Index idx
17142 status collapsed
17143
17144 \begin_layout Plain Layout
17145 Couleur des tableaux ! Pour les cellules
17146 \end_layout
17147
17148 \end_inset
17149
17150
17151 \begin_inset Index idx
17152 status collapsed
17153
17154 \begin_layout Plain Layout
17155 Couleur ! Pour les cellules de tableau
17156 \end_layout
17157
17158 \end_inset
17159
17160
17161 \end_layout
17162
17163 \begin_layout Standard
17164 \begin_inset Float table
17165 placement h
17166 wide false
17167 sideways false
17168 status open
17169
17170 \begin_layout Plain Layout
17171 \begin_inset Caption Standard
17172
17173 \begin_layout Plain Layout
17174 \begin_inset CommandInset label
17175 LatexCommand label
17176 name "tab:Tableau-coloré-sans-colortbl"
17177
17178 \end_inset
17179
17180 Tableau coloré sans utiliser le paquetage  
17181 \series bold
17182 colortbl
17183 \series default
17184
17185 \begin_inset Argument 1
17186 status open
17187
17188 \begin_layout Plain Layout
17189 Tableau sans colortbl
17190 \end_layout
17191
17192 \end_inset
17193
17194
17195 \end_layout
17196
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \begin_layout Plain Layout
17203 \align center
17204 \begin_inset Tabular
17205 <lyxtabular version="3" rows="3" columns="3">
17206 <features rotate="0" tabularvalignment="middle">
17207 <column alignment="center" valignment="top">
17208 <column alignment="center" valignment="top">
17209 <column alignment="center" valignment="top">
17210 <row>
17211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215
17216 \color green
17217 a
17218 \end_layout
17219
17220 \end_inset
17221 </cell>
17222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17223 \begin_inset Text
17224
17225 \begin_layout Plain Layout
17226
17227 \color red
17228 b
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237
17238 \color red
17239 c
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 </row>
17245 <row>
17246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Plain Layout
17250
17251 \color green
17252 d
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Plain Layout
17261
17262 \color blue
17263 e
17264 \end_layout
17265
17266 \end_inset
17267 </cell>
17268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17269 \begin_inset Text
17270
17271 \begin_layout Plain Layout
17272
17273 \color blue
17274 f
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 </row>
17280 <row>
17281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285
17286 \color green
17287 g
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296
17297 \color blue
17298 h
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307
17308 \color blue
17309 i
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 </row>
17315 </lyxtabular>
17316
17317 \end_inset
17318
17319
17320 \end_layout
17321
17322 \end_inset
17323
17324
17325 \end_layout
17326
17327 \begin_layout Standard
17328 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17329  et choisissez une couleur dans le menu 
17330 \family sans
17331 Édition\SpecialChar \menuseparator
17332 Style
17333 \begin_inset space ~
17334 \end_inset
17335
17336 de
17337 \begin_inset space ~
17338 \end_inset
17339
17340 Texte
17341 \family default
17342 .
17343  C'est ce qui a été utilisé pour créer le tableau
17344 \begin_inset space ~
17345 \end_inset
17346
17347
17348 \begin_inset CommandInset ref
17349 LatexCommand ref
17350 reference "tab:Tableau-coloré-sans-colortbl"
17351
17352 \end_inset
17353
17354 .
17355  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
17356 \series bold
17357 colortbl
17358 \series default
17359 .
17360 \begin_inset Index idx
17361 status collapsed
17362
17363 \begin_layout Plain Layout
17364 Paquetages LaTeX ! colortbl
17365 \end_layout
17366
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \begin_layout Standard
17373 \begin_inset ERT
17374 status collapsed
17375
17376 \begin_layout Plain Layout
17377
17378
17379 \backslash
17380 ifcolortbl
17381 \end_layout
17382
17383 \end_inset
17384
17385
17386 \begin_inset Note Note
17387 status open
17388
17389 \begin_layout Plain Layout
17390 La section qui suit ne sera affichée que si vous avez installé le paquetage
17391  LaTeX 
17392 \series bold
17393 colortbl
17394 \series default
17395 .
17396 \end_layout
17397
17398 \end_inset
17399
17400
17401 \end_layout
17402
17403 \begin_layout Standard
17404 Pour créer des tableaux colorés, vous devez charger le paquetage
17405 \series bold
17406  colortbl
17407 \series default
17408  dans le préambule avec la ligne
17409 \end_layout
17410
17411 \begin_layout Standard
17412
17413 \series bold
17414
17415 \backslash
17416 usepackage{colortbl}
17417 \end_layout
17418
17419 \begin_layout Standard
17420 On choisit la couleur d'une colonne avec la commande 
17421 \end_layout
17422
17423 \begin_layout Standard
17424
17425 \series bold
17426
17427 \backslash
17428 columncolor{nom de couleur}
17429 \end_layout
17430
17431 \begin_layout Standard
17432 à l'intérieur d'une commande 
17433 \series bold
17434 >{ }
17435 \series default
17436 .
17437  Vous trouverez plus d'information sur la commande 
17438 \series bold
17439 >{}
17440 \series default
17441  dans la section
17442 \begin_inset space ~
17443 \end_inset
17444
17445
17446 \begin_inset CommandInset ref
17447 LatexCommand ref
17448 reference "sub:Calculs-multicolonnes"
17449
17450 \end_inset
17451
17452 .
17453 \end_layout
17454
17455 \begin_layout Standard
17456 Les noms de couleurs suivants sont prédéfinis :
17457 \end_layout
17458
17459 \begin_layout Standard
17460
17461 \family sans
17462 red
17463 \family default
17464  (rouge), 
17465 \family sans
17466 green
17467 \family default
17468  (vert), 
17469 \family sans
17470 yellow
17471 \family default
17472  (jaune), 
17473 \family sans
17474 blue
17475 \family default
17476  (bleu), 
17477 \family sans
17478 cyan
17479 \family default
17480
17481 \family sans
17482 magenta
17483 \family default
17484
17485 \family sans
17486 black 
17487 \family default
17488 (noir) et 
17489 \family sans
17490 white 
17491 \family default
17492 (blanc)
17493 \end_layout
17494
17495 \begin_layout Standard
17496 \begin_inset VSpace medskip
17497 \end_inset
17498
17499
17500 \end_layout
17501
17502 \begin_layout Standard
17503 Si vous ajoutez les options
17504 \end_layout
17505
17506 \begin_layout Standard
17507
17508 \series bold
17509 usenames,dvipsnames
17510 \end_layout
17511
17512 \begin_layout Standard
17513 aux options de la classe de document dans les paramètres du document, vous
17514  pouvez utiliser 61
17515 \begin_inset space ~
17516 \end_inset
17517
17518 couleurs supplémentaires.
17519  Ces couleurs sont listées dans l'appendice
17520 \begin_inset space ~
17521 \end_inset
17522
17523
17524 \begin_inset CommandInset ref
17525 LatexCommand ref
17526 reference "chap:Liste-de-noms-de-couleur-dvips"
17527
17528 \end_inset
17529
17530 .
17531  Une de ces couleurs, 
17532 \family sans
17533 Maroon
17534 \family default
17535 , est utilisée comme exemple dans le tableau
17536 \begin_inset space ~
17537 \end_inset
17538
17539
17540 \begin_inset CommandInset ref
17541 LatexCommand ref
17542 reference "tab:Tableau-coloré-avec-colortbl"
17543
17544 \end_inset
17545
17546 .
17547 \end_layout
17548
17549 \begin_layout Standard
17550 \begin_inset VSpace medskip
17551 \end_inset
17552
17553
17554 \end_layout
17555
17556 \begin_layout Standard
17557 Vous pouvez aussi définir votre propre couleur avec la commande
17558 \end_layout
17559
17560 \begin_layout Standard
17561
17562 \series bold
17563
17564 \backslash
17565 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17566 \end_layout
17567
17568 \begin_layout Standard
17569 Le modèle de couleur peut être
17570 \end_layout
17571
17572 \begin_layout Labeling
17573 \labelwidthstring 00.00.0000
17574 cmyk
17575 \begin_inset space ~
17576 \end_inset
17577
17578 : cyan, magenta, jaune (yellow), noir (black)
17579 \end_layout
17580
17581 \begin_layout Labeling
17582 \labelwidthstring 00.00.0000
17583 rgb
17584 \begin_inset space ~
17585 \end_inset
17586
17587 : rouge (red), vert (green), bleu (blue)
17588 \end_layout
17589
17590 \begin_layout Labeling
17591 \labelwidthstring 00.00.0000
17592 gray
17593 \begin_inset space ~
17594 \end_inset
17595
17596 : dégradé de gris (gray)
17597 \end_layout
17598
17599 \begin_layout Standard
17600 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17601  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17602 \end_layout
17603
17604 \begin_layout Standard
17605 Vous pouvez par exemple définir la couleur 
17606 \begin_inset Quotes eld
17607 \end_inset
17608
17609
17610 \emph on
17611 vertfonce
17612 \begin_inset Quotes erd
17613 \end_inset
17614
17615  dans le préambule avec la ligne
17616 \end_layout
17617
17618 \begin_layout Standard
17619
17620 \series bold
17621
17622 \backslash
17623 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17624 \end_layout
17625
17626 \begin_layout Standard
17627 et la couleur "
17628 \emph on
17629 grisclair
17630 \emph default
17631 " avec
17632 \end_layout
17633
17634 \begin_layout Standard
17635
17636 \series bold
17637
17638 \backslash
17639 definecolor{grisclair}{gray}{0.8}
17640 \end_layout
17641
17642 \begin_layout Standard
17643 \begin_inset VSpace medskip
17644 \end_inset
17645
17646
17647 \end_layout
17648
17649 \begin_layout Standard
17650 Les lignes sont colorées avec la commande
17651 \end_layout
17652
17653 \begin_layout Standard
17654
17655 \series bold
17656
17657 \backslash
17658 rowcolor{nom de la couleur}
17659 \end_layout
17660
17661 \begin_layout Standard
17662 et les cellules sont colorées avec la commande
17663 \end_layout
17664
17665 \begin_layout Standard
17666
17667 \series bold
17668
17669 \backslash
17670 cellcolor{nom de la couleur}
17671 \end_layout
17672
17673 \begin_layout Standard
17674 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
17675 \end_layout
17676
17677 \begin_layout Standard
17678 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17679  choisissez une couleur dans le menu 
17680 \family sans
17681 Édition\SpecialChar \menuseparator
17682 Style
17683 \begin_inset space ~
17684 \end_inset
17685
17686 de
17687 \begin_inset space ~
17688 \end_inset
17689
17690 Texte
17691 \family default
17692 .
17693  Si une cellule contient du code TeX, faites bien attention à ne colorer
17694  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
17695 \end_layout
17696
17697 \begin_layout Standard
17698 \begin_inset Note Greyedout
17699 status open
17700
17701 \begin_layout Plain Layout
17702
17703 \series bold
17704 Note:
17705 \series default
17706  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17707  définies par l'utilisateur.
17708 \end_layout
17709
17710 \end_inset
17711
17712
17713 \end_layout
17714
17715 \begin_layout Standard
17716 \begin_inset VSpace bigskip
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \begin_layout Standard
17723 Pour créer le tableau
17724 \begin_inset space ~
17725 \end_inset
17726
17727
17728 \begin_inset CommandInset ref
17729 LatexCommand ref
17730 reference "tab:Tableau-coloré-avec-colortbl"
17731
17732 \end_inset
17733
17734  faites ce qui suit : La couleur de la première colonne doit être 
17735 \emph on
17736 vertfonce
17737 \emph default
17738 .
17739  On insère donc la commande
17740 \end_layout
17741
17742 \begin_layout Standard
17743
17744 \series bold
17745 >{
17746 \backslash
17747 columncolor{vertfonce}
17748 \backslash
17749 centering}c
17750 \end_layout
17751
17752 \begin_layout Standard
17753 en code TeX pour cette colonne.
17754  La première ligne doit être bleue clair, d'où la commande en code TeX
17755 \end_layout
17756
17757 \begin_layout Standard
17758
17759 \series bold
17760
17761 \backslash
17762 rowcolor{cyan}
17763 \end_layout
17764
17765 \begin_layout Standard
17766 qui est insérée dans la première cellule de cette ligne.
17767  Notez que cela annule la couleur de colonne pour la première cellule.
17768  La dernière cellule de la dernière ligne est colorée en marron
17769 \series bold
17770  
17771 \series default
17772 en insérant en code TeX la commande
17773 \end_layout
17774
17775 \begin_layout Standard
17776
17777 \series bold
17778
17779 \backslash
17780 cellcolor{Maroon}
17781 \end_layout
17782
17783 \begin_layout Standard
17784 Les caractères peuvent maintenant être colorés en utilisant le menu 
17785 \family sans
17786 Édition\SpecialChar \menuseparator
17787 Style
17788 \begin_inset space ~
17789 \end_inset
17790
17791 de
17792 \begin_inset space ~
17793 \end_inset
17794
17795 Texte
17796 \family default
17797 .
17798 \end_layout
17799
17800 \begin_layout Standard
17801 \begin_inset Float table
17802 placement h
17803 wide false
17804 sideways false
17805 status open
17806
17807 \begin_layout Plain Layout
17808 \begin_inset Caption Standard
17809
17810 \begin_layout Plain Layout
17811 \begin_inset CommandInset label
17812 LatexCommand label
17813 name "tab:Tableau-coloré-avec-colortbl"
17814
17815 \end_inset
17816
17817 Tableau coloré en utilisant le paquetage 
17818 \series bold
17819 colortbl
17820 \series default
17821
17822 \begin_inset Argument 1
17823 status collapsed
17824
17825 \begin_layout Plain Layout
17826 Tableau avec colortbl
17827 \end_layout
17828
17829 \end_inset
17830
17831
17832 \end_layout
17833
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \begin_layout Plain Layout
17840 \align center
17841 \begin_inset Tabular
17842 <lyxtabular version="3" rows="3" columns="3">
17843 <features rotate="0" tabularvalignment="middle">
17844 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17845 <column alignment="center" valignment="top">
17846 <column alignment="center" valignment="top">
17847 <row>
17848 <cell alignment="center" valignment="top" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852 \begin_inset ERT
17853 status collapsed
17854
17855 \begin_layout Plain Layout
17856
17857
17858 \backslash
17859 rowcolor{cyan}
17860 \end_layout
17861
17862 \end_inset
17863
17864
17865 \color magenta
17866 a
17867 \end_layout
17868
17869 \end_inset
17870 </cell>
17871 <cell alignment="center" valignment="top" usebox="none">
17872 \begin_inset Text
17873
17874 \begin_layout Plain Layout
17875
17876 \color red
17877 b
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886
17887 \color red
17888 c
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 </row>
17894 <row>
17895 <cell alignment="center" valignment="top" usebox="none">
17896 \begin_inset Text
17897
17898 \begin_layout Plain Layout
17899
17900 \color yellow
17901 d
17902 \end_layout
17903
17904 \end_inset
17905 </cell>
17906 <cell alignment="center" valignment="top" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910
17911 \color blue
17912 e
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 <cell alignment="center" valignment="top" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921
17922 \color blue
17923 f
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 </row>
17929 <row>
17930 <cell alignment="center" valignment="top" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934
17935 \color yellow
17936 g
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945
17946 \color blue
17947 h
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 <cell alignment="center" valignment="top" usebox="none">
17953 \begin_inset Text
17954
17955 \begin_layout Plain Layout
17956 \begin_inset ERT
17957 status collapsed
17958
17959 \begin_layout Plain Layout
17960
17961
17962 \backslash
17963 cellcolor{Maroon}
17964 \end_layout
17965
17966 \end_inset
17967
17968
17969 \color green
17970 i
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 </row>
17976 </lyxtabular>
17977
17978 \end_inset
17979
17980
17981 \end_layout
17982
17983 \end_inset
17984
17985
17986 \end_layout
17987
17988 \begin_layout Standard
17989 \begin_inset ERT
17990 status collapsed
17991
17992 \begin_layout Plain Layout
17993
17994
17995 \backslash
17996 else
17997 \end_layout
17998
17999 \end_inset
18000
18001
18002 \begin_inset Note Note
18003 status open
18004
18005 \begin_layout Plain Layout
18006 Ce qui suit sera affiché si le paquetage 
18007 \series bold
18008 colortbl
18009 \series default
18010  n'est pas installé :
18011 \end_layout
18012
18013 \end_inset
18014
18015
18016 \end_layout
18017
18018 \begin_layout Standard
18019 Vous devez installer le paquetage 
18020 \series bold
18021 colortbl
18022 \series default
18023  pour voir le contenu des cette section dans la sortie imprimée.
18024 \end_layout
18025
18026 \begin_layout Standard
18027 \begin_inset ERT
18028 status collapsed
18029
18030 \begin_layout Plain Layout
18031
18032
18033 \backslash
18034 fi
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \begin_layout Subsection
18043
18044 \lang english
18045 Colored Rows
18046 \lang french
18047
18048 \begin_inset Index idx
18049 status collapsed
18050
18051 \begin_layout Plain Layout
18052 Tableau Coloré ! pour
18053 \lang english
18054  Rows
18055 \end_layout
18056
18057 \end_inset
18058
18059
18060 \begin_inset Index idx
18061 status collapsed
18062
18063 \begin_layout Plain Layout
18064 Couleur ! Pour les 
18065 \lang english
18066 Table Rows
18067 \end_layout
18068
18069 \end_inset
18070
18071
18072 \end_layout
18073
18074 \begin_layout Standard
18075
18076 \lang english
18077 In case every second table row needs to be colored there is an alternative
18078  to the method described in the previous section: One loads the package
18079 \lang french
18080  
18081 \series bold
18082 xcolor
18083 \series default
18084
18085 \begin_inset Index idx
18086 status collapsed
18087
18088 \begin_layout Plain Layout
18089 Paquetages LaTeX ! xcolor
18090 \begin_inset ERT
18091 status collapsed
18092
18093 \begin_layout Plain Layout
18094
18095
18096 \backslash
18097 vspace{4mm}
18098 \end_layout
18099
18100 \end_inset
18101
18102
18103 \end_layout
18104
18105 \end_inset
18106
18107  
18108 \lang english
18109 in the document preamble with the command
18110 \end_layout
18111
18112 \begin_layout Standard
18113
18114 \series bold
18115
18116 \backslash
18117 usepackage[table]{xcolor}
18118 \end_layout
18119
18120 \begin_layout Standard
18121
18122 \series bold
18123 \lang english
18124 xcolor
18125 \series default
18126  automatically loads also the package
18127 \lang french
18128  
18129 \series bold
18130 colortbl
18131 \series default
18132
18133 \begin_inset Index idx
18134 status collapsed
18135
18136 \begin_layout Plain Layout
18137 Paquetages LaTeX ! colortbl
18138 \end_layout
18139
18140 \end_inset
18141
18142
18143 \lang english
18144 , so 
18145 \series bold
18146 colortbl
18147 \series default
18148  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
18149 \end_layout
18150
18151 \begin_layout Standard
18152 \begin_inset ERT
18153 status collapsed
18154
18155 \begin_layout Plain Layout
18156
18157
18158 \backslash
18159 ifcolortbl
18160 \end_layout
18161
18162 \end_inset
18163
18164
18165 \begin_inset Note Note
18166 status open
18167
18168 \begin_layout Plain Layout
18169 La section qui suit ne sera affichée que si vous avez installé le paquetage
18170  LaTeX 
18171 \series bold
18172 colortbl
18173 \series default
18174 .
18175 \end_layout
18176
18177 \end_inset
18178
18179
18180 \end_layout
18181
18182 \begin_layout Standard
18183
18184 \lang english
18185 The table rows are colored with the command
18186 \end_layout
18187
18188 \begin_layout Standard
18189
18190 \series bold
18191 \lang english
18192
18193 \backslash
18194 rowcolors[commands]{row number}{odd row color}{even row color}
18195 \end_layout
18196
18197 \begin_layout Standard
18198
18199 \lang english
18200 that is either inserted in the document preamble or as TeX-Code before the
18201  first table to be colored.
18202  row
18203 \begin_inset space ~
18204 \end_inset
18205
18206 number is the number of the first row which should be colored according
18207  to the odd row color.
18208  commands can be additional commands that are executed before every table
18209  row.
18210  So for example the command
18211 \end_layout
18212
18213 \begin_layout Standard
18214
18215 \series bold
18216
18217 \backslash
18218 rowcolors{1}{white}{lightgray}
18219 \end_layout
18220
18221 \begin_layout Standard
18222
18223 \lang english
18224 leads to the coloring scheme of Table
18225 \begin_inset space ~
18226 \end_inset
18227
18228
18229 \begin_inset CommandInset ref
18230 LatexCommand ref
18231 reference "tab:Table-rowcolors"
18232
18233 \end_inset
18234
18235 .
18236  The command
18237 \end_layout
18238
18239 \begin_layout Standard
18240
18241 \series bold
18242
18243 \backslash
18244 rowcolors[
18245 \backslash
18246 hline]{1}{lightgray}{cyan}
18247 \end_layout
18248
18249 \begin_layout Standard
18250
18251 \lang english
18252 leads to the coloring scheme of Table
18253 \begin_inset space ~
18254 \end_inset
18255
18256
18257 \begin_inset CommandInset ref
18258 LatexCommand ref
18259 reference "tab:Table-rowcolors-2"
18260
18261 \end_inset
18262
18263 .
18264  If odd
18265 \begin_inset space ~
18266 \end_inset
18267
18268 row
18269 \begin_inset space ~
18270 \end_inset
18271
18272 color and/or even
18273 \begin_inset space ~
18274 \end_inset
18275
18276 row
18277 \begin_inset space ~
18278 \end_inset
18279
18280 color are left empty, no color will be used so that the command
18281 \end_layout
18282
18283 \begin_layout Standard
18284
18285 \series bold
18286
18287 \backslash
18288 rowcolors{1}{}{}
18289 \end_layout
18290
18291 \begin_layout Standard
18292
18293 \lang english
18294 deletes all colors.
18295  
18296 \series bold
18297
18298 \backslash
18299 rowcolors
18300 \series default
18301  affects all tables following that command.
18302 \end_layout
18303
18304 \begin_layout Standard
18305 \begin_inset ERT
18306 status open
18307
18308 \begin_layout Plain Layout
18309
18310
18311 \backslash
18312 rowcolors{1}{white}{lightgray}
18313 \end_layout
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \begin_layout Standard
18321 \begin_inset Float table
18322 placement h
18323 wide false
18324 sideways false
18325 status open
18326
18327 \begin_layout Plain Layout
18328 \begin_inset Caption Standard
18329
18330 \begin_layout Plain Layout
18331
18332 \lang english
18333 \begin_inset CommandInset label
18334 LatexCommand label
18335 name "tab:Table-rowcolors"
18336
18337 \end_inset
18338
18339 Table where every second row is colored light gray.
18340 \end_layout
18341
18342 \end_inset
18343
18344
18345 \end_layout
18346
18347 \begin_layout Plain Layout
18348 \align center
18349 \begin_inset Tabular
18350 <lyxtabular version="3" rows="4" columns="3">
18351 <features rotate="0" tabularvalignment="middle">
18352 <column alignment="center" valignment="top">
18353 <column alignment="center" valignment="top" width="0pt">
18354 <column alignment="center" valignment="top" width="0pt">
18355 <row>
18356 <cell alignment="center" valignment="top" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360 X
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 <cell alignment="center" valignment="top" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369 Y
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 <cell alignment="center" valignment="top" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378 Z
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 </row>
18384 <row>
18385 <cell alignment="center" valignment="top" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389 1
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 <cell alignment="center" valignment="top" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398 2
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407 3
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 </row>
18413 <row>
18414 <cell alignment="center" valignment="top" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418 4
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 <cell alignment="center" valignment="top" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427 5
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 <cell alignment="center" valignment="top" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436 6
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 </row>
18442 <row>
18443 <cell alignment="center" valignment="top" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447 7
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 <cell alignment="center" valignment="top" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456 8
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465 9
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 </row>
18471 </lyxtabular>
18472
18473 \end_inset
18474
18475
18476 \end_layout
18477
18478 \end_inset
18479
18480
18481 \end_layout
18482
18483 \begin_layout Standard
18484 \begin_inset ERT
18485 status open
18486
18487 \begin_layout Plain Layout
18488
18489
18490 \backslash
18491 rowcolors[
18492 \backslash
18493 hline]{1}{lightgray}{cyan}
18494 \end_layout
18495
18496 \end_inset
18497
18498
18499 \end_layout
18500
18501 \begin_layout Standard
18502 \begin_inset Float table
18503 placement h
18504 wide false
18505 sideways false
18506 status open
18507
18508 \begin_layout Plain Layout
18509 \begin_inset Caption Standard
18510
18511 \begin_layout Plain Layout
18512
18513 \lang english
18514 \begin_inset CommandInset label
18515 LatexCommand label
18516 name "tab:Table-rowcolors-2"
18517
18518 \end_inset
18519
18520 Table where every second row is colored cyan and at which there is a line
18521  between each row.
18522 \end_layout
18523
18524 \end_inset
18525
18526
18527 \end_layout
18528
18529 \begin_layout Plain Layout
18530 \align center
18531 \begin_inset Tabular
18532 <lyxtabular version="3" rows="4" columns="3">
18533 <features rotate="0" tabularvalignment="middle">
18534 <column alignment="center" valignment="top">
18535 <column alignment="center" valignment="top">
18536 <column alignment="center" valignment="top" width="0pt">
18537 <row>
18538 <cell alignment="center" valignment="top" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542 X
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 <cell alignment="center" valignment="top" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551 Y
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 <cell alignment="center" valignment="top" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560 Z
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 </row>
18566 <row>
18567 <cell alignment="center" valignment="top" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571 1
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 <cell alignment="center" valignment="top" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580 2
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 <cell alignment="center" valignment="top" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589 3
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 </row>
18595 <row>
18596 <cell alignment="center" valignment="top" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600 4
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 <cell alignment="center" valignment="top" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 5
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 <cell alignment="center" valignment="top" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618 6
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 </row>
18624 <row>
18625 <cell alignment="center" valignment="top" usebox="none">
18626 \begin_inset Text
18627
18628 \begin_layout Plain Layout
18629 7
18630 \end_layout
18631
18632 \end_inset
18633 </cell>
18634 <cell alignment="center" valignment="top" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Plain Layout
18638 8
18639 \end_layout
18640
18641 \end_inset
18642 </cell>
18643 <cell alignment="center" valignment="top" usebox="none">
18644 \begin_inset Text
18645
18646 \begin_layout Plain Layout
18647 9
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 </row>
18653 </lyxtabular>
18654
18655 \end_inset
18656
18657
18658 \end_layout
18659
18660 \end_inset
18661
18662
18663 \end_layout
18664
18665 \begin_layout Standard
18666 \begin_inset ERT
18667 status collapsed
18668
18669 \begin_layout Plain Layout
18670
18671
18672 \backslash
18673 rowcolors{1}{}{}
18674 \end_layout
18675
18676 \end_inset
18677
18678
18679 \begin_inset Note Note
18680 status collapsed
18681
18682 \begin_layout Plain Layout
18683
18684 \lang english
18685 turns off the row coloring
18686 \end_layout
18687
18688 \end_inset
18689
18690
18691 \end_layout
18692
18693 \begin_layout Standard
18694 \begin_inset ERT
18695 status collapsed
18696
18697 \begin_layout Plain Layout
18698
18699
18700 \backslash
18701 else
18702 \end_layout
18703
18704 \end_inset
18705
18706
18707 \begin_inset Note Note
18708 status open
18709
18710 \begin_layout Plain Layout
18711 Ce qui suit sera affiché si le paquetage 
18712 \series bold
18713 colortbl
18714 \series default
18715  n'est pas installé :
18716 \end_layout
18717
18718 \end_inset
18719
18720
18721 \end_layout
18722
18723 \begin_layout Standard
18724 Vous devez installer le paquetage 
18725 \series bold
18726 colortbl
18727 \series default
18728  pour voir le contenu des cette section dans la sortie imprimée.
18729 \end_layout
18730
18731 \begin_layout Standard
18732 \begin_inset ERT
18733 status collapsed
18734
18735 \begin_layout Plain Layout
18736
18737
18738 \backslash
18739 fi
18740 \end_layout
18741
18742 \end_inset
18743
18744
18745 \end_layout
18746
18747 \begin_layout Subsection
18748 Les filets colorées
18749 \begin_inset Index idx
18750 status collapsed
18751
18752 \begin_layout Plain Layout
18753 Tableau Coloré ! Pour les filets
18754 \end_layout
18755
18756 \end_inset
18757
18758
18759 \begin_inset Index idx
18760 status collapsed
18761
18762 \begin_layout Plain Layout
18763 Couleur ! Pour les filets des tableaux
18764 \end_layout
18765
18766 \end_inset
18767
18768
18769 \begin_inset Note Note
18770 status collapsed
18771
18772 \begin_layout Plain Layout
18773 on parle de filets plutôt que de lignes pour les tableaux
18774 \end_layout
18775
18776 \end_inset
18777
18778
18779 \end_layout
18780
18781 \begin_layout Standard
18782 Comme c'est décrit dans la section
18783 \begin_inset space ~
18784 \end_inset
18785
18786
18787 \begin_inset CommandInset ref
18788 LatexCommand ref
18789 reference "sub:Epaisseur-filets"
18790
18791 \end_inset
18792
18793 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18794  variable 
18795 \series bold
18796
18797 \backslash
18798 arrayrulewidth
18799 \series default
18800 .
18801  Elle est mise à 1.5
18802 \begin_inset space \thinspace{}
18803 \end_inset
18804
18805 pt pour tous les tableaux de cette section.
18806 \begin_inset ERT
18807 status collapsed
18808
18809 \begin_layout Plain Layout
18810
18811
18812 \backslash
18813 setlength{
18814 \backslash
18815 arrayrulewidth}{1.5pt}
18816 \end_layout
18817
18818 \end_inset
18819
18820
18821 \end_layout
18822
18823 \begin_layout Standard
18824 Pour colorer les filets verticaux, par exemple en vert, créez le format
18825  de colonne suivant dans le préambule du document, en suivant la description
18826  de la section
18827 \begin_inset space ~
18828 \end_inset
18829
18830
18831 \begin_inset CommandInset ref
18832 LatexCommand ref
18833 reference "sub:Formats-personnalisés"
18834
18835 \end_inset
18836
18837 :
18838 \end_layout
18839
18840 \begin_layout Standard
18841
18842 \series bold
18843
18844 \backslash
18845 newcolumntype{W}{!{
18846 \backslash
18847 color{green}
18848 \backslash
18849 vline}}
18850 \end_layout
18851
18852 \begin_layout Standard
18853 Pour le tableau
18854 \begin_inset space ~
18855 \end_inset
18856
18857
18858 \begin_inset CommandInset ref
18859 LatexCommand ref
18860 reference "tab:Tableau-filets-verticaux-colorés"
18861
18862 \end_inset
18863
18864  le paramètre LaTeX
18865 \series bold
18866  WcW
18867 \series default
18868  a été utilisé pour la dernière colonne et
18869 \series bold
18870  Wc
18871 \series default
18872  pour les autres colonnes.
18873 \end_layout
18874
18875 \begin_layout Standard
18876 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18877 \end_layout
18878
18879 \begin_layout Standard
18880 \begin_inset Float table
18881 placement h
18882 wide false
18883 sideways false
18884 status open
18885
18886 \begin_layout Plain Layout
18887 \begin_inset Caption Standard
18888
18889 \begin_layout Plain Layout
18890 \begin_inset CommandInset label
18891 LatexCommand label
18892 name "tab:Tableau-filets-verticaux-colorés"
18893
18894 \end_inset
18895
18896 Tableau avec filets verticaux colorés
18897 \end_layout
18898
18899 \end_inset
18900
18901
18902 \end_layout
18903
18904 \begin_layout Plain Layout
18905 \align center
18906 \begin_inset Tabular
18907 <lyxtabular version="3" rows="3" columns="3">
18908 <features rotate="0" tabularvalignment="middle">
18909 <column alignment="center" valignment="top" special="Wc">
18910 <column alignment="center" valignment="top" special="Wc">
18911 <column alignment="center" valignment="top" special="WcW">
18912 <row>
18913 <cell alignment="center" valignment="top" topline="true" usebox="none">
18914 \begin_inset Text
18915
18916 \begin_layout Plain Layout
18917 sd
18918 \end_layout
18919
18920 \end_inset
18921 </cell>
18922 <cell alignment="center" valignment="top" topline="true" usebox="none">
18923 \begin_inset Text
18924
18925 \begin_layout Plain Layout
18926
18927 \end_layout
18928
18929 \end_inset
18930 </cell>
18931 <cell alignment="center" valignment="top" topline="true" usebox="none">
18932 \begin_inset Text
18933
18934 \begin_layout Plain Layout
18935
18936 \end_layout
18937
18938 \end_inset
18939 </cell>
18940 </row>
18941 <row>
18942 <cell alignment="center" valignment="top" topline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 <cell alignment="center" valignment="top" topline="true" usebox="none">
18952 \begin_inset Text
18953
18954 \begin_layout Plain Layout
18955 sd
18956 \end_layout
18957
18958 \end_inset
18959 </cell>
18960 <cell alignment="center" valignment="top" topline="true" usebox="none">
18961 \begin_inset Text
18962
18963 \begin_layout Plain Layout
18964
18965 \end_layout
18966
18967 \end_inset
18968 </cell>
18969 </row>
18970 <row>
18971 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975
18976 \end_layout
18977
18978 \end_inset
18979 </cell>
18980 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18981 \begin_inset Text
18982
18983 \begin_layout Plain Layout
18984
18985 \end_layout
18986
18987 \end_inset
18988 </cell>
18989 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18990 \begin_inset Text
18991
18992 \begin_layout Plain Layout
18993 sd
18994 \end_layout
18995
18996 \end_inset
18997 </cell>
18998 </row>
18999 </lyxtabular>
19000
19001 \end_inset
19002
19003
19004 \end_layout
19005
19006 \end_inset
19007
19008
19009 \end_layout
19010
19011 \begin_layout Standard
19012 \begin_inset VSpace bigskip
19013 \end_inset
19014
19015 Pour colorer les filets horizontaux en rouge comme pour le tableau
19016 \begin_inset space ~
19017 \end_inset
19018
19019
19020 \begin_inset CommandInset ref
19021 LatexCommand ref
19022 reference "tab:Tableau-filet-horizontaux-colorés"
19023
19024 \end_inset
19025
19026 , insérez les commandes suivantes en code TeX juste avant le tableau ou
19027  le flottant de tableau :
19028 \end_layout
19029
19030 \begin_layout Standard
19031
19032 \series bold
19033
19034 \backslash
19035 let
19036 \backslash
19037 myHlineC
19038 \backslash
19039 hline
19040 \begin_inset Newline newline
19041 \end_inset
19042
19043
19044 \backslash
19045 renewcommand{
19046 \backslash
19047 hline}
19048 \begin_inset Newline newline
19049 \end_inset
19050
19051
19052 \begin_inset Phantom HPhantom
19053 status open
19054
19055 \begin_layout Plain Layout
19056
19057 \series bold
19058 \begin_inset space ~
19059 \end_inset
19060
19061
19062 \end_layout
19063
19064 \end_inset
19065
19066 {
19067 \backslash
19068 arrayrulecolor{red}
19069 \backslash
19070 myHlineC
19071 \backslash
19072 arrayrulecolor{black}}
19073 \end_layout
19074
19075 \begin_layout Standard
19076 \begin_inset ERT
19077 status collapsed
19078
19079 \begin_layout Plain Layout
19080
19081
19082 \backslash
19083 let
19084 \backslash
19085 myHlineC
19086 \backslash
19087 hline
19088 \end_layout
19089
19090 \begin_layout Plain Layout
19091
19092
19093 \backslash
19094 renewcommand{
19095 \backslash
19096 hline}
19097 \end_layout
19098
19099 \begin_layout Plain Layout
19100
19101  {
19102 \backslash
19103 arrayrulecolor{red}
19104 \backslash
19105 myHlineC
19106 \backslash
19107 arrayrulecolor{black}}
19108 \end_layout
19109
19110 \end_inset
19111
19112
19113 \begin_inset Float table
19114 placement h
19115 wide false
19116 sideways false
19117 status open
19118
19119 \begin_layout Plain Layout
19120 \begin_inset Caption Standard
19121
19122 \begin_layout Plain Layout
19123 \begin_inset CommandInset label
19124 LatexCommand label
19125 name "tab:Tableau-filet-horizontaux-colorés"
19126
19127 \end_inset
19128
19129 Tableau avec filets horizontaux colorés
19130 \end_layout
19131
19132 \end_inset
19133
19134
19135 \end_layout
19136
19137 \begin_layout Plain Layout
19138 \align center
19139 \begin_inset Tabular
19140 <lyxtabular version="3" rows="3" columns="3">
19141 <features rotate="0" tabularvalignment="middle">
19142 <column alignment="center" valignment="top">
19143 <column alignment="center" valignment="top">
19144 <column alignment="center" valignment="top">
19145 <row>
19146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150 sd
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19156 \begin_inset Text
19157
19158 \begin_layout Plain Layout
19159
19160 \end_layout
19161
19162 \end_inset
19163 </cell>
19164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19165 \begin_inset Text
19166
19167 \begin_layout Plain Layout
19168
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 </row>
19174 <row>
19175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188 sd
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 </row>
19203 <row>
19204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208
19209 \end_layout
19210
19211 \end_inset
19212 </cell>
19213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19214 \begin_inset Text
19215
19216 \begin_layout Plain Layout
19217
19218 \end_layout
19219
19220 \end_inset
19221 </cell>
19222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19223 \begin_inset Text
19224
19225 \begin_layout Plain Layout
19226 sd
19227 \end_layout
19228
19229 \end_inset
19230 </cell>
19231 </row>
19232 </lyxtabular>
19233
19234 \end_inset
19235
19236
19237 \end_layout
19238
19239 \end_inset
19240
19241
19242 \end_layout
19243
19244 \begin_layout Standard
19245 Pour revenir à la couleur noire implicite, insérez la commande suivante
19246  en code TeX, juste après le tableau ou le flottant de tableau :
19247 \end_layout
19248
19249 \begin_layout Standard
19250
19251 \series bold
19252
19253 \backslash
19254 renewcommand{
19255 \backslash
19256 hline}{
19257 \backslash
19258 myHlineC}
19259 \end_layout
19260
19261 \begin_layout Standard
19262 Le tableau
19263 \begin_inset space ~
19264 \end_inset
19265
19266
19267 \begin_inset CommandInset ref
19268 LatexCommand ref
19269 reference "tab:Tableau-avec-filets-colorés"
19270
19271 \end_inset
19272
19273  est un exemple avec des filets horizontaux et verticaux colorés.
19274 \end_layout
19275
19276 \begin_layout Standard
19277 \begin_inset Float table
19278 placement h
19279 wide false
19280 sideways false
19281 status open
19282
19283 \begin_layout Plain Layout
19284 \begin_inset Caption Standard
19285
19286 \begin_layout Plain Layout
19287 \begin_inset CommandInset label
19288 LatexCommand label
19289 name "tab:Tableau-avec-filets-colorés"
19290
19291 \end_inset
19292
19293 Tableau avec filets horizontaux et verticaux colorés
19294 \end_layout
19295
19296 \end_inset
19297
19298
19299 \end_layout
19300
19301 \begin_layout Plain Layout
19302 \align center
19303 \begin_inset Tabular
19304 <lyxtabular version="3" rows="3" columns="3">
19305 <features rotate="0" tabularvalignment="middle">
19306 <column alignment="center" valignment="top" special="Wc">
19307 <column alignment="center" valignment="top" special="Wc">
19308 <column alignment="center" valignment="top" special="WcW">
19309 <row>
19310 <cell alignment="center" valignment="top" topline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314 sd
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 <cell alignment="center" valignment="top" topline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" topline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 </row>
19338 <row>
19339 <cell alignment="center" valignment="top" topline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 <cell alignment="center" valignment="top" topline="true" usebox="none">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352 sd
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 <cell alignment="center" valignment="top" topline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 </row>
19367 <row topspace="default">
19368 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390 sd
19391 \end_layout
19392
19393 \end_inset
19394 </cell>
19395 </row>
19396 </lyxtabular>
19397
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \begin_layout Standard
19409 \begin_inset ERT
19410 status collapsed
19411
19412 \begin_layout Plain Layout
19413
19414
19415 \backslash
19416 renewcommand{
19417 \backslash
19418 hline}{
19419 \backslash
19420 myHlineC}
19421 \end_layout
19422
19423 \end_inset
19424
19425
19426 \end_layout
19427
19428 \begin_layout Standard
19429 \begin_inset ERT
19430 status collapsed
19431
19432 \begin_layout Plain Layout
19433
19434
19435 \backslash
19436 setlength{
19437 \backslash
19438 arrayrulewidth}{0.4pt}
19439 \end_layout
19440
19441 \end_inset
19442
19443
19444 \end_layout
19445
19446 \begin_layout Section
19447
19448 \lang english
19449 Rotated Table Cells
19450 \lang french
19451
19452 \begin_inset CommandInset label
19453 LatexCommand label
19454 name "sec:Rotated-Table-Cells"
19455
19456 \end_inset
19457
19458
19459 \begin_inset Index idx
19460 status open
19461
19462 \begin_layout Plain Layout
19463 Tableau ! 
19464 \lang english
19465 Rotated Cells
19466 \end_layout
19467
19468 \end_inset
19469
19470
19471 \begin_inset Index idx
19472 status collapsed
19473
19474 \begin_layout Plain Layout
19475 Pivoter des objets
19476 \end_layout
19477
19478 \end_inset
19479
19480
19481 \end_layout
19482
19483 \begin_layout Standard
19484
19485 \lang english
19486 \begin_inset Note Greyedout
19487 status open
19488
19489 \begin_layout Plain Layout
19490
19491 \series bold
19492 \lang english
19493 Note:
19494 \series default
19495  Not all DVI-viewers are able to display rotations.
19496 \end_layout
19497
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \begin_layout Standard
19504
19505 \lang english
19506 Currently LyX only offers to rotate table cells by 90
19507 \begin_inset space \thinspace{}
19508 \end_inset
19509
19510 ° counter-clockwise.
19511  To rotate cells by an angle of your choice, you have to add this to the
19512  document preamble:
19513 \end_layout
19514
19515 \begin_layout Standard
19516
19517 \series bold
19518
19519 \backslash
19520 @ifundefined{turnbox}{
19521 \backslash
19522 usepackage{rotating}}{}
19523 \end_layout
19524
19525 \begin_layout Standard
19526
19527 \lang english
19528 In the table cell that should be rotated, add at the beginning this command
19529  as TeX-code:
19530 \end_layout
19531
19532 \begin_layout Standard
19533
19534 \series bold
19535
19536 \backslash
19537 begin{turn}{angle}
19538 \end_layout
19539
19540 \begin_layout Standard
19541
19542 \lang english
19543 where angle is the rotation angle in °.
19544  At the end of the cell the command
19545 \end_layout
19546
19547 \begin_layout Standard
19548
19549 \series bold
19550
19551 \backslash
19552 end{turn}
19553 \end_layout
19554
19555 \begin_layout Standard
19556
19557 \lang english
19558 is inserted as TeX-code.
19559 \end_layout
19560
19561 \begin_layout Standard
19562
19563 \lang english
19564 Table
19565 \begin_inset space ~
19566 \end_inset
19567
19568
19569 \begin_inset CommandInset ref
19570 LatexCommand ref
19571 reference "tab:Table-with-rotated-multi"
19572
19573 \end_inset
19574
19575  is an example where 3
19576 \begin_inset space ~
19577 \end_inset
19578
19579 cells were rotated by 45
19580 \begin_inset space \thinspace{}
19581 \end_inset
19582
19583 °.
19584 \end_layout
19585
19586 \begin_layout Standard
19587
19588 \lang english
19589 \begin_inset Float table
19590 placement h
19591 wide false
19592 sideways false
19593 status open
19594
19595 \begin_layout Plain Layout
19596
19597 \lang english
19598 \begin_inset Caption Standard
19599
19600 \begin_layout Plain Layout
19601
19602 \lang english
19603 \begin_inset CommandInset label
19604 LatexCommand label
19605 name "tab:Table-with-rotated"
19606
19607 \end_inset
19608
19609 Table with rotated cells in the first row.
19610 \end_layout
19611
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \begin_layout Plain Layout
19618 \noindent
19619 \align center
19620
19621 \lang english
19622 \begin_inset Tabular
19623 <lyxtabular version="3" rows="2" columns="3">
19624 <features rotate="0" tabularvalignment="middle">
19625 <column alignment="center" valignment="top">
19626 <column alignment="center" valignment="top" width="0pt">
19627 <column alignment="center" valignment="top">
19628 <row>
19629 <cell alignment="center" valignment="top" usebox="none">
19630 \begin_inset Text
19631
19632 \begin_layout Plain Layout
19633
19634 \lang english
19635 \begin_inset ERT
19636 status collapsed
19637
19638 \begin_layout Plain Layout
19639
19640
19641 \backslash
19642 begin{turn}{45}
19643 \end_layout
19644
19645 \end_inset
19646
19647 cups
19648 \begin_inset ERT
19649 status collapsed
19650
19651 \begin_layout Plain Layout
19652
19653
19654 \backslash
19655 end{turn}
19656 \end_layout
19657
19658 \end_inset
19659
19660
19661 \end_layout
19662
19663 \end_inset
19664 </cell>
19665 <cell alignment="center" valignment="top" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669
19670 \lang english
19671 \begin_inset ERT
19672 status collapsed
19673
19674 \begin_layout Plain Layout
19675
19676
19677 \backslash
19678 begin{turn}{45}
19679 \end_layout
19680
19681 \end_inset
19682
19683 plates
19684 \begin_inset ERT
19685 status collapsed
19686
19687 \begin_layout Plain Layout
19688
19689
19690 \backslash
19691 end{turn}
19692 \end_layout
19693
19694 \end_inset
19695
19696
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 <cell alignment="center" valignment="top" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \lang english
19707 \begin_inset ERT
19708 status collapsed
19709
19710 \begin_layout Plain Layout
19711
19712
19713 \backslash
19714 begin{turn}{45}
19715 \end_layout
19716
19717 \end_inset
19718
19719 saucers
19720 \begin_inset ERT
19721 status collapsed
19722
19723 \begin_layout Plain Layout
19724
19725
19726 \backslash
19727 end{turn}
19728 \end_layout
19729
19730 \end_inset
19731
19732
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 </row>
19738 <row>
19739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743
19744 \lang english
19745 45
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754
19755 \lang english
19756 33
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765
19766 \lang english
19767 21
19768 \end_layout
19769
19770 \end_inset
19771 </cell>
19772 </row>
19773 </lyxtabular>
19774
19775 \end_inset
19776
19777
19778 \end_layout
19779
19780 \end_inset
19781
19782
19783 \end_layout
19784
19785 \begin_layout Standard
19786
19787 \lang english
19788 \begin_inset Note Greyedout
19789 status open
19790
19791 \begin_layout Plain Layout
19792
19793 \series bold
19794 \lang english
19795 Note:
19796 \series default
19797  Line breaks (shortcut 
19798 \begin_inset Info
19799 type  "shortcut"
19800 arg   "newline-insert newline"
19801 \end_inset
19802
19803 ) are not allowed in rotated cells.
19804 \end_layout
19805
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \begin_layout Standard
19812
19813 \lang english
19814 If you want to rotate table cells containing line breaks, you have to put
19815  the cell content into a minipage or a parbox.
19816 \begin_inset Foot
19817 status collapsed
19818
19819 \begin_layout Plain Layout
19820
19821 \lang english
19822 For more about these boxes
19823 \lang french
19824  voir la section
19825 \begin_inset space ~
19826 \end_inset
19827
19828
19829 \begin_inset CommandInset ref
19830 LatexCommand ref
19831 reference "sec:Minipages"
19832
19833 \end_inset
19834
19835  et 
19836 \begin_inset CommandInset ref
19837 LatexCommand ref
19838 reference "sec:Parboxes"
19839
19840 \end_inset
19841
19842 .
19843 \end_layout
19844
19845 \end_inset
19846
19847  If you rotate this cell by 90
19848 \begin_inset space \thinspace{}
19849 \end_inset
19850
19851 ° the width of the box is the height of the cell.
19852  Table
19853 \begin_inset space ~
19854 \end_inset
19855
19856
19857 \begin_inset CommandInset ref
19858 LatexCommand ref
19859 reference "tab:Table-with-rotated-multi"
19860
19861 \end_inset
19862
19863  is an example for a rotated multiline cell where the box width was set
19864  to 3
19865 \begin_inset space \thinspace{}
19866 \end_inset
19867
19868 cm.
19869 \end_layout
19870
19871 \begin_layout Standard
19872
19873 \lang english
19874 \begin_inset Float table
19875 placement h
19876 wide false
19877 sideways false
19878 status open
19879
19880 \begin_layout Plain Layout
19881
19882 \lang english
19883 \begin_inset Caption Standard
19884
19885 \begin_layout Plain Layout
19886
19887 \lang english
19888 \begin_inset CommandInset label
19889 LatexCommand label
19890 name "tab:Table-with-rotated-multi"
19891
19892 \end_inset
19893
19894 Table with rotated multiline cell.
19895 \end_layout
19896
19897 \end_inset
19898
19899
19900 \end_layout
19901
19902 \begin_layout Plain Layout
19903 \noindent
19904 \align center
19905
19906 \lang english
19907 \begin_inset Tabular
19908 <lyxtabular version="3" rows="2" columns="3">
19909 <features rotate="0" tabularvalignment="middle">
19910 <column alignment="center" valignment="top">
19911 <column alignment="center" valignment="top" width="0pt">
19912 <column alignment="center" valignment="top">
19913 <row>
19914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918
19919 \lang english
19920 a
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929
19930 \lang english
19931 \begin_inset Box Frameless
19932 position "t"
19933 hor_pos "c"
19934 has_inner_box 1
19935 inner_pos "t"
19936 use_parbox 0
19937 use_makebox 0
19938 width "3cm"
19939 special "none"
19940 height "1in"
19941 height_special "totalheight"
19942 status open
19943
19944 \begin_layout Plain Layout
19945
19946 \lang english
19947 rotated cell
19948 \begin_inset Newline newline
19949 \end_inset
19950
19951 with line break
19952 \end_layout
19953
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19962 \begin_inset Text
19963
19964 \begin_layout Plain Layout
19965
19966 \lang english
19967 e
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 </row>
19973 <row>
19974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978
19979 \lang english
19980 b
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989
19990 \lang english
19991 c
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000
20001 \lang english
20002 d
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 </row>
20008 </lyxtabular>
20009
20010 \end_inset
20011
20012
20013 \end_layout
20014
20015 \end_inset
20016
20017
20018 \end_layout
20019
20020 \begin_layout Section
20021
20022 \lang english
20023 Table Width Calculation
20024 \begin_inset CommandInset label
20025 LatexCommand label
20026 name "sec:Table-Width-Calculation"
20027
20028 \end_inset
20029
20030
20031 \end_layout
20032
20033 \begin_layout Standard
20034
20035 \lang english
20036 For wide tables it is sometimes difficult to assure that the table does
20037  not protrude over the page margin.
20038  Setting a fixed width for every column of the table is the solution, but
20039  what amount of space is needed for each column?
20040 \end_layout
20041
20042 \begin_layout Standard
20043
20044 \lang english
20045 The table width 
20046 \begin_inset Formula $W_{\mathrm{table}}$
20047 \end_inset
20048
20049  can be calculated: Every column has the width of the specified column width
20050  
20051 \begin_inset Formula $W_{\mathrm{column}}$
20052 \end_inset
20053
20054  (that the content of the column can consume) plus two times the separation
20055  between the column content and the column border (LaTeX length
20056 \series bold
20057  
20058 \backslash
20059 tabcolsep
20060 \series default
20061 , default 6
20062 \begin_inset space \thinspace{}
20063 \end_inset
20064
20065 pt) plus the width of a border line (LaTeX length 
20066 \series bold
20067
20068 \backslash
20069 arrayrulewidth
20070 \series default
20071 , default 0.4
20072 \begin_inset space \thinspace{}
20073 \end_inset
20074
20075 pt): So if all 
20076 \begin_inset Formula $n$
20077 \end_inset
20078
20079
20080 \begin_inset space ~
20081 \end_inset
20082
20083 columns have the same width, the table width is
20084 \lang french
20085
20086 \begin_inset Formula 
20087 \begin{equation}
20088 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20089 \end{equation}
20090
20091 \end_inset
20092
20093
20094 \end_layout
20095
20096 \begin_layout Standard
20097
20098 \lang english
20099 The available width for a table is the space between the page margins or
20100  the width of a text column (for a two-column document) (LaTeX length 
20101 \series bold
20102
20103 \backslash
20104 columnwidth
20105 \series default
20106 ).
20107  If all table columns should have the same width and 
20108 \begin_inset Formula $W_{\mathrm{table}}$
20109 \end_inset
20110
20111  should be 1
20112 \begin_inset space \thinspace{}
20113 \end_inset
20114
20115
20116 \backslash
20117 columnwidth, 
20118 \begin_inset Formula $W_{\mathrm{column}}$
20119 \end_inset
20120
20121  can easily be calculated.
20122 \end_layout
20123
20124 \begin_layout Standard
20125
20126 \lang english
20127 To be able to perform calculations you need to load the LaTeX-package 
20128 \series bold
20129 calc
20130 \series default
20131 \lang french
20132
20133 \begin_inset Index idx
20134 status collapsed
20135
20136 \begin_layout Plain Layout
20137 Paquetages LaTeX ! calc
20138 \end_layout
20139
20140 \end_inset
20141
20142
20143 \lang english
20144  in the document preamble.
20145  To set the width in the table dialog you have to use the field 
20146 \family sans
20147 LaTeX argument
20148 \family default
20149 .
20150  The command scheme for this field is the same that is explained in section
20151 \begin_inset space ~
20152 \end_inset
20153
20154
20155 \lang french
20156
20157 \begin_inset CommandInset ref
20158 LatexCommand ref
20159 reference "sub:Calculs-multicolonnes"
20160
20161 \end_inset
20162
20163
20164 \lang english
20165 .
20166  For a table with 5
20167 \begin_inset space \thinspace{}
20168 \end_inset
20169
20170 columns with an uniform width and centered text, enter there for each column
20171  the command
20172 \end_layout
20173
20174 \begin_layout Standard
20175
20176 \series bold
20177 >{
20178 \backslash
20179 centering}p{(1
20180 \backslash
20181 columnwidth-62.4pt)/5}
20182 \end_layout
20183
20184 \begin_layout Standard
20185
20186 \lang english
20187 For a table with 5
20188 \begin_inset space \thinspace{}
20189 \end_inset
20190
20191 columns where 2 should have 0.75
20192 \begin_inset space ~
20193 \end_inset
20194
20195 times the width than the 3 others, the calculation is
20196 \end_layout
20197
20198 \begin_layout Standard
20199 \begin_inset Formula 
20200 \begin{align}
20201 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20202  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20203  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
20204 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20205 \end{align}
20206
20207 \end_inset
20208
20209
20210 \end_layout
20211
20212 \begin_layout Standard
20213
20214 \lang english
20215 In the table therefore the command
20216 \end_layout
20217
20218 \begin_layout Standard
20219
20220 \series bold
20221 >{
20222 \backslash
20223 centering}p{(1
20224 \backslash
20225 columnwidth-62.4pt)/
20226 \backslash
20227 real{4.5}}
20228 \end_layout
20229
20230 \begin_layout Standard
20231
20232 \lang english
20233 is used for the wider columns and
20234 \end_layout
20235
20236 \begin_layout Standard
20237
20238 \series bold
20239 >{
20240 \backslash
20241 centering}p{(1
20242 \backslash
20243 columnwidth-62.4pt)/
20244 \backslash
20245 real{4.5}*
20246 \backslash
20247 real{0.75}}
20248 \end_layout
20249
20250 \begin_layout Standard
20251
20252 \lang english
20253 for the smaller ones:
20254 \end_layout
20255
20256 \begin_layout Standard
20257 \begin_inset Tabular
20258 <lyxtabular version="3" rows="2" columns="5">
20259 <features rotate="0" tabularvalignment="middle">
20260 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20261 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20262 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20263 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20264 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20265 <row>
20266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270 1
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279 2
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Plain Layout
20288 3
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297 4
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306 5
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 </row>
20312 <row>
20313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20314 \begin_inset Text
20315
20316 \begin_layout Plain Layout
20317 111111 1111111 111111 111111111 11111 11111 1111
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20323 \begin_inset Text
20324
20325 \begin_layout Plain Layout
20326
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335 2222 22222 222222 222222222 2222222 22 22222
20336 \end_layout
20337
20338 \end_inset
20339 </cell>
20340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20341 \begin_inset Text
20342
20343 \begin_layout Plain Layout
20344
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353 333333 333333 333333 33333 3333333 333
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 </row>
20359 </lyxtabular>
20360
20361 \end_inset
20362
20363
20364 \end_layout
20365
20366 \begin_layout Section
20367 Personnalisation des tableaux
20368 \begin_inset Index idx
20369 status collapsed
20370
20371 \begin_layout Plain Layout
20372 Tableau ! Personnalisation
20373 \end_layout
20374
20375 \end_inset
20376
20377
20378 \begin_inset Index idx
20379 status collapsed
20380
20381 \begin_layout Plain Layout
20382 Personnalisation des tableaux
20383 \end_layout
20384
20385 \end_inset
20386
20387
20388 \end_layout
20389
20390 \begin_layout Subsection
20391 Espacement des lignes
20392 \begin_inset CommandInset label
20393 LatexCommand label
20394 name "sub:Espacement-lignes"
20395
20396 \end_inset
20397
20398
20399 \begin_inset Index idx
20400 status collapsed
20401
20402 \begin_layout Plain Layout
20403 Personnalisation des tableaux ! Espacement des lignes
20404 \end_layout
20405
20406 \end_inset
20407
20408
20409 \end_layout
20410
20411 \begin_layout Standard
20412 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
20413  l'onglet 
20414 \family sans
20415 Bordures
20416 \family default
20417  de la fenêtre de dialogue 
20418 \family sans
20419 Paramètres
20420 \begin_inset space ~
20421 \end_inset
20422
20423 du
20424 \begin_inset space ~
20425 \end_inset
20426
20427 tableau
20428 \family default
20429 .
20430  Vous y trouverez trois possibilités :
20431 \end_layout
20432
20433 \begin_layout Description
20434 Haut
20435 \begin_inset space ~
20436 \end_inset
20437
20438 de
20439 \begin_inset space ~
20440 \end_inset
20441
20442 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
20443  Si le tableau est un tableau formel
20444 \begin_inset Foot
20445 status collapsed
20446
20447 \begin_layout Plain Layout
20448 Les tableaux formels sont décrits dans la section
20449 \begin_inset space ~
20450 \end_inset
20451
20452
20453 \begin_inset CommandInset ref
20454 LatexCommand ref
20455 reference "sec:Tableaux-Formels"
20456
20457 \end_inset
20458
20459 .
20460 \end_layout
20461
20462 \end_inset
20463
20464  LyX va insérer implicitement un espace de 0.5
20465 \begin_inset space \thinspace{}
20466 \end_inset
20467
20468 em.
20469  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20470  les filets verticaux comme dans le tableau suivant :
20471 \begin_inset VSpace medskip
20472 \end_inset
20473
20474
20475 \begin_inset Newline newline
20476 \end_inset
20477
20478
20479 \begin_inset space \hspace*{}
20480 \length 0pt
20481 \end_inset
20482
20483
20484 \begin_inset space \hfill{}
20485 \end_inset
20486
20487
20488 \begin_inset Tabular
20489 <lyxtabular version="3" rows="3" columns="1">
20490 <features rotate="0" tabularvalignment="middle">
20491 <column alignment="center" valignment="top">
20492 <row>
20493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20494 \begin_inset Text
20495
20496 \begin_layout Plain Layout
20497 A
20498 \end_layout
20499
20500 \end_inset
20501 </cell>
20502 </row>
20503 <row topspace="3mm">
20504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508 espace de 3
20509 \begin_inset space \thinspace{}
20510 \end_inset
20511
20512 mm en haut de la ligne
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 </row>
20518 <row>
20519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523 C
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 </lyxtabular>
20530
20531 \end_inset
20532
20533
20534 \begin_inset space \hfill{}
20535 \end_inset
20536
20537
20538 \begin_inset space \hspace*{}
20539 \length 0pt
20540 \end_inset
20541
20542
20543 \begin_inset VSpace medskip
20544 \end_inset
20545
20546
20547 \begin_inset Newline newline
20548 \end_inset
20549
20550 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
20551  pas de filets verticaux.
20552 \end_layout
20553
20554 \begin_layout Description
20555 Bas
20556 \begin_inset space ~
20557 \end_inset
20558
20559 de
20560 \begin_inset space ~
20561 \end_inset
20562
20563 ligne va ajouter de l'espace sous les caractères de la ligne.
20564  Si le tableau est un tableau formel LyX va insérer implicitement un espace
20565  de 0.5
20566 \begin_inset space \thinspace{}
20567 \end_inset
20568
20569 em, pour les tableaux normaux, l'espace implicite est de 2
20570 \begin_inset space \thinspace{}
20571 \end_inset
20572
20573 pt.
20574 \end_layout
20575
20576 \begin_layout Description
20577 Entre
20578 \begin_inset space ~
20579 \end_inset
20580
20581 les
20582 \begin_inset space ~
20583 \end_inset
20584
20585 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
20586  Si le tableau est un tableau formel LyX va insérer implicitement un espace
20587  de 0.5
20588 \begin_inset space \thinspace{}
20589 \end_inset
20590
20591 em.
20592  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20593  les filets verticaux comme dans le tableau suivant :
20594 \begin_inset VSpace medskip
20595 \end_inset
20596
20597
20598 \begin_inset Newline newline
20599 \end_inset
20600
20601
20602 \begin_inset space \hspace*{}
20603 \length 0pt
20604 \end_inset
20605
20606
20607 \begin_inset space \hfill{}
20608 \end_inset
20609
20610
20611 \begin_inset Tabular
20612 <lyxtabular version="3" rows="3" columns="1">
20613 <features rotate="0" tabularvalignment="middle">
20614 <column alignment="center" valignment="top">
20615 <row>
20616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620 A
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 </row>
20626 <row interlinespace="3mm">
20627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20628 \begin_inset Text
20629
20630 \begin_layout Plain Layout
20631 \begin_inset Formula $\downarrow$
20632 \end_inset
20633
20634  espace de 3
20635 \begin_inset space \thinspace{}
20636 \end_inset
20637
20638 mm entre les lignes 
20639 \begin_inset Formula $\downarrow$
20640 \end_inset
20641
20642
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 <row>
20649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653 \begin_inset Formula $\uparrow$
20654 \end_inset
20655
20656  espace de 3
20657 \begin_inset space \thinspace{}
20658 \end_inset
20659
20660 mm entre les lignes 
20661 \begin_inset Formula $\uparrow$
20662 \end_inset
20663
20664
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 </row>
20670 </lyxtabular>
20671
20672 \end_inset
20673
20674
20675 \begin_inset space \hfill{}
20676 \end_inset
20677
20678
20679 \begin_inset space \hspace*{}
20680 \length 0pt
20681 \end_inset
20682
20683
20684 \begin_inset VSpace medskip
20685 \end_inset
20686
20687
20688 \begin_inset Newline newline
20689 \end_inset
20690
20691 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
20692  pas de filets verticaux.
20693 \end_layout
20694
20695 \begin_layout Standard
20696 \begin_inset VSpace bigskip
20697 \end_inset
20698
20699 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
20700  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
20701  dans le préambule :
20702 \end_layout
20703
20704 \begin_layout Standard
20705
20706 \series bold
20707
20708 \backslash
20709 @ifundefined{extrarowheight}
20710 \begin_inset Newline newline
20711 \end_inset
20712
20713
20714 \begin_inset Phantom HPhantom
20715 status open
20716
20717 \begin_layout Plain Layout
20718
20719 \series bold
20720 \begin_inset space ~
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \end_inset
20727
20728 {
20729 \backslash
20730 usepackage{array}}{}
20731 \begin_inset Newline newline
20732 \end_inset
20733
20734
20735 \backslash
20736 setlength{
20737 \backslash
20738 extrarowheight}{height}
20739 \end_layout
20740
20741 \begin_layout Standard
20742 Mais ceci présente le défaut que le texte des cellules de tableau n'est
20743  plus exactement centré verticalement.
20744  (le paquetage 
20745 \series bold
20746 array 
20747 \series default
20748 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
20749  auto-définis.
20750  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
20751  
20752 \series bold
20753
20754 \backslash
20755 @ifundefined
20756 \series default
20757  dans la commande précédente.)
20758 \end_layout
20759
20760 \begin_layout Standard
20761 Si vous utilisez des polices de taille plus grande que la taille normale,
20762  les bordures des tableaux sont souvent trop proches du texte.
20763  On peut corriger ce problème en insérant la commande 
20764 \series bold
20765
20766 \begin_inset space \space{}
20767 \end_inset
20768
20769
20770 \backslash
20771 strut
20772 \series default
20773  en code TeX au debut d'une ligne du tableau.
20774  Le tableau
20775 \begin_inset space ~
20776 \end_inset
20777
20778
20779 \begin_inset CommandInset ref
20780 LatexCommand ref
20781 reference "tab:Alignement-vertical"
20782
20783 \end_inset
20784
20785  montre l'effet de cette commande.
20786 \end_layout
20787
20788 \begin_layout Standard
20789 \noindent
20790 \begin_inset Float table
20791 placement h
20792 wide false
20793 sideways false
20794 status open
20795
20796 \begin_layout Plain Layout
20797 \begin_inset Caption Standard
20798
20799 \begin_layout Plain Layout
20800 \begin_inset CommandInset label
20801 LatexCommand label
20802 name "tab:Alignement-vertical"
20803
20804 \end_inset
20805
20806 Alignement vertical d'un texte avec une police de grande taille.
20807 \end_layout
20808
20809 \end_inset
20810
20811
20812 \end_layout
20813
20814 \begin_layout Plain Layout
20815 \begin_inset space \hfill{}
20816 \end_inset
20817
20818
20819 \begin_inset Float table
20820 wide false
20821 sideways false
20822 status collapsed
20823
20824 \begin_layout Plain Layout
20825 \begin_inset Caption Standard
20826
20827 \begin_layout Plain Layout
20828 Tableau normal.
20829 \end_layout
20830
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \begin_layout Plain Layout
20837 \noindent
20838 \align center
20839 \begin_inset Tabular
20840 <lyxtabular version="3" rows="6" columns="1">
20841 <features rotate="0" tabularvalignment="middle">
20842 <column alignment="left" valignment="top">
20843 <row>
20844 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848 Normal, g
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 </row>
20854 <row>
20855 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859
20860 \size large
20861 Large
20862 \end_layout
20863
20864 \end_inset
20865 </cell>
20866 </row>
20867 <row>
20868 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20869 \begin_inset Text
20870
20871 \begin_layout Plain Layout
20872
20873 \size larger
20874 Larger
20875 \end_layout
20876
20877 \end_inset
20878 </cell>
20879 </row>
20880 <row>
20881 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885
20886 \size largest
20887 Largest
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 </row>
20893 <row>
20894 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898
20899 \size huge
20900 Huge
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 </row>
20906 <row>
20907 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20908 \begin_inset Text
20909
20910 \begin_layout Plain Layout
20911
20912 \size huge
20913 Huger
20914 \end_layout
20915
20916 \end_inset
20917 </cell>
20918 </row>
20919 </lyxtabular>
20920
20921 \end_inset
20922
20923
20924 \end_layout
20925
20926 \end_inset
20927
20928
20929 \begin_inset space \hfill{}
20930 \end_inset
20931
20932
20933 \begin_inset Float table
20934 wide false
20935 sideways false
20936 status collapsed
20937
20938 \begin_layout Plain Layout
20939 \begin_inset Caption Standard
20940
20941 \begin_layout Plain Layout
20942 Tableau utilisant la commande 
20943 \series bold
20944
20945 \backslash
20946 strut
20947 \series default
20948 .
20949 \end_layout
20950
20951 \end_inset
20952
20953
20954 \end_layout
20955
20956 \begin_layout Plain Layout
20957 \noindent
20958 \align center
20959 \begin_inset Tabular
20960 <lyxtabular version="3" rows="6" columns="1">
20961 <features rotate="0" tabularvalignment="middle">
20962 <column alignment="left" valignment="top">
20963 <row>
20964 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968 Normal, g
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 </row>
20974 <row>
20975 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979
20980 \size large
20981 \begin_inset ERT
20982 status collapsed
20983
20984 \begin_layout Plain Layout
20985
20986
20987 \backslash
20988 strut 
20989 \end_layout
20990
20991 \end_inset
20992
20993 Large
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 </row>
20999 <row>
21000 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004
21005 \size larger
21006 \begin_inset ERT
21007 status collapsed
21008
21009 \begin_layout Plain Layout
21010
21011
21012 \backslash
21013 strut 
21014 \end_layout
21015
21016 \end_inset
21017
21018 Larger
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 </row>
21024 <row>
21025 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21026 \begin_inset Text
21027
21028 \begin_layout Plain Layout
21029
21030 \size largest
21031 \begin_inset ERT
21032 status collapsed
21033
21034 \begin_layout Plain Layout
21035
21036
21037 \backslash
21038 strut 
21039 \end_layout
21040
21041 \end_inset
21042
21043 Largest
21044 \end_layout
21045
21046 \end_inset
21047 </cell>
21048 </row>
21049 <row>
21050 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054
21055 \size huge
21056 \begin_inset ERT
21057 status collapsed
21058
21059 \begin_layout Plain Layout
21060
21061
21062 \backslash
21063 strut 
21064 \end_layout
21065
21066 \end_inset
21067
21068 Huge
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 </row>
21074 <row>
21075 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079
21080 \size giant
21081 \begin_inset ERT
21082 status collapsed
21083
21084 \begin_layout Plain Layout
21085
21086
21087 \backslash
21088 strut 
21089 \end_layout
21090
21091 \end_inset
21092
21093
21094 \size huge
21095 Huger
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 </row>
21101 </lyxtabular>
21102
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \end_inset
21109
21110
21111 \begin_inset space \hfill{}
21112 \end_inset
21113
21114
21115 \end_layout
21116
21117 \end_inset
21118
21119
21120 \end_layout
21121
21122 \begin_layout Standard
21123 \begin_inset Newpage newpage
21124 \end_inset
21125
21126
21127 \end_layout
21128
21129 \begin_layout Subsection
21130 Alignements de cellules spéciaux
21131 \begin_inset CommandInset label
21132 LatexCommand label
21133 name "sub:Alignements-de-cellules"
21134
21135 \end_inset
21136
21137
21138 \begin_inset Index idx
21139 status collapsed
21140
21141 \begin_layout Plain Layout
21142 Personnalisation des tableaux ! Alignement de cellules spéciaux
21143 \end_layout
21144
21145 \end_inset
21146
21147
21148 \end_layout
21149
21150 \begin_layout Standard
21151 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
21152  cellules sur un caractère donné, par exemple le séparateur décimal comme
21153  dans le tableau
21154 \begin_inset space ~
21155 \end_inset
21156
21157
21158 \begin_inset CommandInset ref
21159 LatexCommand ref
21160 reference "tab:Tableau-centré-sur-séparateur-1"
21161
21162 \end_inset
21163
21164 .
21165  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
21166  soit en appuyant sur le bouton 
21167 \begin_inset Info
21168 type  "icon"
21169 arg   "inset-modify tabular align-decimal"
21170 \end_inset
21171
21172  de la barre d'outils ou en modifiant le paramètre 
21173 \family sans
21174 Alignement horizontal
21175 \family default
21176  à 
21177 \family sans
21178 Au séparateur décimal
21179 \family default
21180 .
21181  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
21182  dans les paramètres du tableau.
21183 \end_layout
21184
21185 \begin_layout Standard
21186 \begin_inset Float table
21187 placement h
21188 wide false
21189 sideways false
21190 status open
21191
21192 \begin_layout Plain Layout
21193 \begin_inset Caption Standard
21194
21195 \begin_layout Plain Layout
21196 \begin_inset CommandInset label
21197 LatexCommand label
21198 name "tab:Tableau-centré-sur-séparateur-1"
21199
21200 \end_inset
21201
21202 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
21203 \end_layout
21204
21205 \end_inset
21206
21207
21208 \end_layout
21209
21210 \begin_layout Plain Layout
21211 \align center
21212 \begin_inset Tabular
21213 <lyxtabular version="3" rows="4" columns="1">
21214 <features rotate="0" booktabs="true" tabularvalignment="middle">
21215 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
21216 <row>
21217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21218 \begin_inset Text
21219
21220 \begin_layout Plain Layout
21221 en-tête
21222 \end_layout
21223
21224 \end_inset
21225 </cell>
21226 </row>
21227 <row>
21228 <cell alignment="center" valignment="top" topline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232 12,6
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 </row>
21238 <row>
21239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243 0,68
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 </row>
21249 <row>
21250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254 -123,0
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 </row>
21260 </lyxtabular>
21261
21262 \end_inset
21263
21264
21265 \end_layout
21266
21267 \end_inset
21268
21269
21270 \end_layout
21271
21272 \begin_layout Standard
21273 \begin_inset Float table
21274 placement h
21275 wide false
21276 sideways false
21277 status open
21278
21279 \begin_layout Plain Layout
21280 \begin_inset Caption Standard
21281
21282 \begin_layout Plain Layout
21283 \begin_inset CommandInset label
21284 LatexCommand label
21285 name "tab:Tableau-centré-sur-séparateur-2"
21286
21287 \end_inset
21288
21289 Les cellules d'une colonnes sont centrées sur les opérateurs.
21290 \end_layout
21291
21292 \end_inset
21293
21294
21295 \end_layout
21296
21297 \begin_layout Plain Layout
21298 \align center
21299 \begin_inset Tabular
21300 <lyxtabular version="3" rows="4" columns="2">
21301 <features rotate="0" booktabs="true" tabularvalignment="middle">
21302 <column alignment="right" valignment="top" width="0pt">
21303 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21304 <row>
21305 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309 en-tête
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318
21319 \end_layout
21320
21321 \end_inset
21322 </cell>
21323 </row>
21324 <row>
21325 <cell alignment="center" valignment="top" usebox="none">
21326 \begin_inset Text
21327
21328 \begin_layout Plain Layout
21329 \begin_inset Formula $12\,+$
21330 \end_inset
21331
21332
21333 \end_layout
21334
21335 \end_inset
21336 </cell>
21337 <cell alignment="center" valignment="top" usebox="none">
21338 \begin_inset Text
21339
21340 \begin_layout Plain Layout
21341 \begin_inset Formula $\,6$
21342 \end_inset
21343
21344
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 </row>
21350 <row>
21351 <cell alignment="center" valignment="top" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Plain Layout
21355 \begin_inset Formula $0\,-$
21356 \end_inset
21357
21358
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 <cell alignment="center" valignment="top" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367 \begin_inset Formula $\,68$
21368 \end_inset
21369
21370
21371 \end_layout
21372
21373 \end_inset
21374 </cell>
21375 </row>
21376 <row>
21377 <cell alignment="center" valignment="top" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381 \begin_inset Formula $-123\,/$
21382 \end_inset
21383
21384
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 <cell alignment="center" valignment="top" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393 \begin_inset Formula $\,0$
21394 \end_inset
21395
21396
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 </row>
21402 </lyxtabular>
21403
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \end_inset
21410
21411
21412 \end_layout
21413
21414 \begin_layout Standard
21415 L'alignement sur un caractère ne fonctionne pas avec des formules parce
21416  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
21417  formules.
21418  Dans ce cas on doit utiliser la méthode du tableau
21419 \begin_inset space ~
21420 \end_inset
21421
21422
21423 \begin_inset CommandInset ref
21424 LatexCommand ref
21425 reference "tab:Tableau-centré-sur-séparateur-2"
21426
21427 \end_inset
21428
21429 .
21430  Ce tableau a été créé comme un tableau 4×2.
21431  L'en-tête est une cellule multi-colonne centrée.
21432  La première colonne est alignée à droite et contient la première partie
21433  et inclue l'opérateur.
21434  La seconde colonne contient le reste de la cellule aligné à gauche.
21435  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
21436  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
21437  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
21438  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
21439  :
21440 \end_layout
21441
21442 \begin_layout Standard
21443
21444 \series bold
21445 @{}l
21446 \end_layout
21447
21448 \begin_layout Standard
21449 Le tableau
21450 \begin_inset space ~
21451 \end_inset
21452
21453
21454 \begin_inset CommandInset ref
21455 LatexCommand ref
21456 reference "tab:Plusieurs-exemples-alignements"
21457
21458 \end_inset
21459
21460  montre quelques exemples d'alignements.
21461  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
21462  comme pour la deuxième colonne du tableau
21463 \begin_inset space ~
21464 \end_inset
21465
21466
21467 \begin_inset CommandInset ref
21468 LatexCommand ref
21469 reference "tab:Tableau-centré-sur-séparateur-2"
21470
21471 \end_inset
21472
21473 .
21474 \end_layout
21475
21476 \begin_layout Standard
21477 \begin_inset Float table
21478 wide false
21479 sideways false
21480 status open
21481
21482 \begin_layout Plain Layout
21483 \begin_inset Caption Standard
21484
21485 \begin_layout Plain Layout
21486 \begin_inset CommandInset label
21487 LatexCommand label
21488 name "tab:Plusieurs-exemples-alignements"
21489
21490 \end_inset
21491
21492 Plusieurs exemples d'alignement de cellules.
21493 \end_layout
21494
21495 \end_inset
21496
21497
21498 \end_layout
21499
21500 \begin_layout Plain Layout
21501 \align center
21502 \begin_inset Tabular
21503 <lyxtabular version="3" rows="4" columns="6">
21504 <features rotate="0" tabularvalignment="middle">
21505 <column alignment="right" valignment="top">
21506 <column alignment="left" valignment="top" special="@{}l">
21507 <column alignment="right" valignment="top">
21508 <column alignment="left" valignment="top" special="@{}l">
21509 <column alignment="right" valignment="top">
21510 <column alignment="left" valignment="top" special="@{}l">
21511 <row>
21512 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21513 \begin_inset Text
21514
21515 \begin_layout Plain Layout
21516 unités
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525
21526 \end_layout
21527
21528 \end_inset
21529 </cell>
21530 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534 exposants
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543
21544 \end_layout
21545
21546 \end_inset
21547 </cell>
21548 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552 relations
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 </row>
21567 <row>
21568 <cell alignment="center" valignment="top" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572 12×
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581 24
21582 \begin_inset space \thinspace{}
21583 \end_inset
21584
21585 bouteilles
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 <cell alignment="center" valignment="top" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594 \begin_inset Formula $10\cdot$
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606 \begin_inset Formula $10^{\mbox{-}17}$
21607 \end_inset
21608
21609
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 <cell alignment="center" valignment="top" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618 \begin_inset Formula $\Gamma(t)\propto$
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell alignment="center" valignment="top" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630 \begin_inset Formula $\:\Upsilon(t)$
21631 \end_inset
21632
21633
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 </row>
21639 <row>
21640 <cell alignment="center" valignment="top" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 1024×
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 768
21654 \begin_inset space \thinspace{}
21655 \end_inset
21656
21657 Pixels
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 <cell alignment="center" valignment="top" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666 \begin_inset Formula $5.78\cdot$
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678 \begin_inset Formula $10^{7}$
21679 \end_inset
21680
21681
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 <cell alignment="center" valignment="top" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690 \begin_inset Formula $A\ne$
21691 \end_inset
21692
21693
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 <cell alignment="center" valignment="top" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702 \begin_inset Formula $\: B_{\mathrm{red}}$
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 </row>
21711 <row>
21712 <cell alignment="center" valignment="top" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716 32×
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725 6
21726 \begin_inset space \thinspace{}
21727 \end_inset
21728
21729 cm
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 <cell alignment="center" valignment="top" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738 -
21739 \begin_inset Formula $33.5\cdot$
21740 \end_inset
21741
21742
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751 \begin_inset Formula $10^{4}$
21752 \end_inset
21753
21754
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 <cell alignment="center" valignment="top" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763 \begin_inset Formula $\sin(\alpha)\ge$
21764 \end_inset
21765
21766
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 <cell alignment="center" valignment="top" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775 \begin_inset Formula $\:\sin(\beta)$
21776 \end_inset
21777
21778
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 </row>
21784 </lyxtabular>
21785
21786 \end_inset
21787
21788
21789 \end_layout
21790
21791 \end_inset
21792
21793
21794 \end_layout
21795
21796 \begin_layout Subsection
21797 Formats de cellule et de colonne personnalisés
21798 \begin_inset CommandInset label
21799 LatexCommand label
21800 name "sub:Formats-personnalisés"
21801
21802 \end_inset
21803
21804
21805 \begin_inset Index idx
21806 status collapsed
21807
21808 \begin_layout Plain Layout
21809 Personnalisation des tableaux !  Format de cellule/colonne
21810 \end_layout
21811
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \begin_layout Standard
21818 Calculer la largeur nécessaire pour colonnes normales comme dans la section
21819 \begin_inset space ~
21820 \end_inset
21821
21822
21823 \begin_inset CommandInset ref
21824 LatexCommand ref
21825 reference "sec:Table-Width-Calculation"
21826
21827 \end_inset
21828
21829  et pour des colonnes couvertes par un cellule multi-colonne comme dans
21830  la section
21831 \begin_inset space ~
21832 \end_inset
21833
21834
21835 \begin_inset CommandInset ref
21836 LatexCommand ref
21837 reference "sub:Calculs-multicolonnes"
21838
21839 \end_inset
21840
21841  peut devenir très pénible si vous avez plusieurs tableaux.
21842  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
21843  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
21844  du document.
21845  Le format est défini avec la commande
21846 \end_layout
21847
21848 \begin_layout Standard
21849
21850 \series bold
21851
21852 \backslash
21853 newcolumntype{nom du format}[nombre d'arguments]{commandes}
21854 \end_layout
21855
21856 \begin_layout Standard
21857 Le nom du format peut n'avoir qu'une lettre.
21858  Les lettres 
21859 \emph on
21860 b
21861 \emph default
21862
21863 \emph on
21864 c
21865 \emph default
21866
21867 \emph on
21868 l
21869 \emph default
21870
21871 \emph on
21872 m
21873 \emph default
21874
21875 \emph on
21876 p
21877 \emph default
21878  et 
21879 \emph on
21880 r
21881 \emph default
21882  sont prédéfinies et donc ne peuvent être utilisées.
21883  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
21884 \end_layout
21885
21886 \begin_layout Standard
21887 \begin_inset VSpace medskip
21888 \end_inset
21889
21890
21891 \end_layout
21892
21893 \begin_layout Standard
21894 Pour de cellules multi-colonnes centrées verticalement et horizontalement
21895  avec une largeur donnée, vous pouvez définir le format de cellule suivant
21896  :
21897 \end_layout
21898
21899 \begin_layout Standard
21900
21901 \series bold
21902
21903 \backslash
21904 newcolumntype{M}[1]{>{
21905 \backslash
21906 centering
21907 \backslash
21908 hspace{0pt}}m{#1}}
21909 \end_layout
21910
21911 \begin_layout Standard
21912 Où le 
21913 \series bold
21914
21915 \backslash
21916 hspace{0pt}
21917 \series default
21918  évite le problème de césure du premier mot, comme c'est décrit en section
21919 \begin_inset space ~
21920 \end_inset
21921
21922
21923 \begin_inset CommandInset ref
21924 LatexCommand ref
21925 reference "sub:Lignes-multiple-dans-cellule"
21926
21927 \end_inset
21928
21929 .
21930  Ensuite, vous pouvez entrer
21931 \end_layout
21932
21933 \begin_layout Standard
21934
21935 \series bold
21936 M{width}
21937 \end_layout
21938
21939 \begin_layout Standard
21940 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
21941  une multi-colonne.
21942 \end_layout
21943
21944 \begin_layout Standard
21945 \begin_inset VSpace bigskip
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \begin_layout Standard
21952 Pour les cellules qui sont couvertes par la cellule multi-colonne, vous
21953  pouvez définir le format
21954 \end_layout
21955
21956 \begin_layout Standard
21957
21958 \series bold
21959
21960 \backslash
21961 newcolumntype{S}[2]{>{
21962 \backslash
21963 centering
21964 \backslash
21965 hspace{0pt}}
21966 \begin_inset Newline newline
21967 \end_inset
21968
21969
21970 \begin_inset Phantom HPhantom
21971 status open
21972
21973 \begin_layout Plain Layout
21974
21975 \series bold
21976
21977 \backslash
21978 newcolumntype{S}[2]
21979 \end_layout
21980
21981 \end_inset
21982
21983 m{(#1+(2
21984 \backslash
21985 tabcolsep+
21986 \backslash
21987 arrayrulewidth)*(1-#2))/#2}}
21988 \end_layout
21989
21990 \begin_layout Standard
21991 Ce format utilise l'équation
21992 \begin_inset space ~
21993 \end_inset
21994
21995
21996 \begin_inset CommandInset ref
21997 LatexCommand eqref
21998 reference "eq:Wgn"
21999
22000 \end_inset
22001
22002  pour calculer la largeur que doit avoir chacune des cellules couverte par
22003  la cellule multi-colonne pour qu'elles aient toutes la même largeur.
22004 \end_layout
22005
22006 \begin_layout Standard
22007 Ensuite, vous pouvez entrer
22008 \end_layout
22009
22010 \begin_layout Standard
22011
22012 \series bold
22013 S{largeur de la cellule multi-colonne}{nombre de colonnes couvertes}
22014 \end_layout
22015
22016 \begin_layout Standard
22017 comme paramètre LaTeX de la colonne.
22018 \end_layout
22019
22020 \begin_layout Standard
22021 \begin_inset VSpace bigskip
22022 \end_inset
22023
22024
22025 \end_layout
22026
22027 \begin_layout Standard
22028 Pour des colonnes colorées, vous pouvez définir
22029 \end_layout
22030
22031 \begin_layout Standard
22032
22033 \series bold
22034
22035 \backslash
22036 newcolumntype{K}[1]{>{
22037 \backslash
22038 columncolor{#1}
22039 \backslash
22040 hspace{0pt}}c}
22041 \end_layout
22042
22043 \begin_layout Standard
22044 Le 
22045 \begin_inset Quotes eld
22046 \end_inset
22047
22048 c
22049 \begin_inset Quotes erd
22050 \end_inset
22051
22052  à la fin crée une colonne de largeur variable dont le texte est centré
22053  horizontalement.
22054  Vous pouvez maintenant entrer
22055 \end_layout
22056
22057 \begin_layout Standard
22058
22059 \series bold
22060 K{nom de couleur}
22061 \end_layout
22062
22063 \begin_layout Standard
22064 comme paramètre LaTeX.
22065 \end_layout
22066
22067 \begin_layout Standard
22068 \begin_inset VSpace bigskip
22069 \end_inset
22070
22071
22072 \end_layout
22073
22074 \begin_layout Standard
22075 Pour créer le tableau
22076 \begin_inset space ~
22077 \end_inset
22078
22079
22080 \begin_inset CommandInset ref
22081 LatexCommand ref
22082 reference "tab:Tableau-formats-personnalisés"
22083
22084 \end_inset
22085
22086  utilisez les paramètres LaTeX
22087 \end_layout
22088
22089 \begin_layout Standard
22090
22091 \series bold
22092 M{2.5cm}
22093 \end_layout
22094
22095 \begin_layout Standard
22096 pour la première colonne et la multi-colonne,
22097 \end_layout
22098
22099 \begin_layout Standard
22100
22101 \series bold
22102 K{red}
22103 \end_layout
22104
22105 \begin_layout Standard
22106 pour la dernière colonne, et
22107 \end_layout
22108
22109 \begin_layout Standard
22110
22111 \series bold
22112 S{2.5cm}{2}
22113 \end_layout
22114
22115 \begin_layout Standard
22116 pour les cellules de la deuxième colonne.
22117 \end_layout
22118
22119 \begin_layout Standard
22120 \begin_inset Float table
22121 placement h
22122 wide false
22123 sideways false
22124 status open
22125
22126 \begin_layout Plain Layout
22127 \begin_inset Caption Standard
22128
22129 \begin_layout Plain Layout
22130 \begin_inset CommandInset label
22131 LatexCommand label
22132 name "tab:Tableau-formats-personnalisés"
22133
22134 \end_inset
22135
22136 Tableau utilisant des formats personnalisés
22137 \end_layout
22138
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \begin_layout Plain Layout
22145 \align center
22146 \begin_inset Tabular
22147 <lyxtabular version="3" rows="3" columns="4">
22148 <features rotate="0" tabularvalignment="middle">
22149 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22150 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22151 <column alignment="center" valignment="middle">
22152 <column alignment="center" valignment="middle" special="K{red}">
22153 <row>
22154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158 motTrèsLongDansUneCellule
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167 multi-colonne avec multi-ligne
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185 c
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 </row>
22191 <row>
22192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196 d
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 e
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214 f
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 g
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 </row>
22229 <row>
22230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22231 \begin_inset Text
22232
22233 \begin_layout Plain Layout
22234 h
22235 \end_layout
22236
22237 \end_inset
22238 </cell>
22239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243 i
22244 \end_layout
22245
22246 \end_inset
22247 </cell>
22248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22249 \begin_inset Text
22250
22251 \begin_layout Plain Layout
22252 j
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 k
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 </row>
22267 </lyxtabular>
22268
22269 \end_inset
22270
22271
22272 \end_layout
22273
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \begin_layout Subsection
22280 Épaisseur des filets
22281 \begin_inset CommandInset label
22282 LatexCommand label
22283 name "sub:Epaisseur-filets"
22284
22285 \end_inset
22286
22287
22288 \begin_inset Index idx
22289 status collapsed
22290
22291 \begin_layout Plain Layout
22292 Personnalisation des tableaux ! Épaisseur filets
22293 \end_layout
22294
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \begin_layout Standard
22301 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
22302  
22303 \series bold
22304
22305 \backslash
22306 arrayrulewidth
22307 \series default
22308 .
22309  Pour mettre, par exemple, une épaisseur de filet de 1.5
22310 \begin_inset space \thinspace{}
22311 \end_inset
22312
22313 pt, comme pour le tableau
22314 \begin_inset space ~
22315 \end_inset
22316
22317
22318 \begin_inset CommandInset ref
22319 LatexCommand ref
22320 reference "tab:Tableau-filets-1.5pt"
22321
22322 \end_inset
22323
22324 , insérez la commande
22325 \end_layout
22326
22327 \begin_layout Standard
22328
22329 \series bold
22330
22331 \backslash
22332 setlength{
22333 \backslash
22334 arrayrulewidth}{1.5pt}
22335 \end_layout
22336
22337 \begin_layout Standard
22338 en code TeX avant le tableau ou le flottant de tableau.
22339  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
22340  suivent.
22341  pour revenir aux valeurs implicites, mettez 
22342 \series bold
22343
22344 \backslash
22345 arrayrulewidth
22346 \series default
22347  à 0.4
22348 \begin_inset space \thinspace{}
22349 \end_inset
22350
22351 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
22352 \end_layout
22353
22354 \begin_layout Standard
22355 \begin_inset ERT
22356 status collapsed
22357
22358 \begin_layout Plain Layout
22359
22360
22361 \backslash
22362 setlength{
22363 \backslash
22364 arrayrulewidth}{1.5pt}
22365 \end_layout
22366
22367 \end_inset
22368
22369
22370 \begin_inset Float table
22371 wide false
22372 sideways false
22373 status open
22374
22375 \begin_layout Plain Layout
22376 \begin_inset Caption Standard
22377
22378 \begin_layout Plain Layout
22379 \begin_inset CommandInset label
22380 LatexCommand label
22381 name "tab:Tableau-filets-1.5pt"
22382
22383 \end_inset
22384
22385 Tableau avec des filets de 1.5
22386 \begin_inset space \thinspace{}
22387 \end_inset
22388
22389 pt
22390 \end_layout
22391
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \begin_layout Plain Layout
22398 \align center
22399 \begin_inset Tabular
22400 <lyxtabular version="3" rows="3" columns="3">
22401 <features rotate="0" tabularvalignment="middle">
22402 <column alignment="center" valignment="top">
22403 <column alignment="center" valignment="top">
22404 <column alignment="center" valignment="top">
22405 <row>
22406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410 sd
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22425 \begin_inset Text
22426
22427 \begin_layout Plain Layout
22428
22429 \end_layout
22430
22431 \end_inset
22432 </cell>
22433 </row>
22434 <row>
22435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22445 \begin_inset Text
22446
22447 \begin_layout Plain Layout
22448 sd
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 </row>
22463 <row>
22464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486 sd
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 </row>
22492 </lyxtabular>
22493
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \end_inset
22500
22501
22502 \begin_inset ERT
22503 status collapsed
22504
22505 \begin_layout Plain Layout
22506
22507
22508 \backslash
22509 setlength{
22510 \backslash
22511 arrayrulewidth}{0.4pt}
22512 \end_layout
22513
22514 \end_inset
22515
22516
22517 \end_layout
22518
22519 \begin_layout Standard
22520 \begin_inset VSpace bigskip
22521 \end_inset
22522
22523 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
22524 \begin_inset space \thinspace{}
22525 \end_inset
22526
22527 pt, comme dans le tableau
22528 \begin_inset space ~
22529 \end_inset
22530
22531
22532 \begin_inset CommandInset ref
22533 LatexCommand ref
22534 reference "tab:Tableau-filets-horizontaux-1.5pt"
22535
22536 \end_inset
22537
22538 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
22539  de tableau :
22540 \end_layout
22541
22542 \begin_layout Standard
22543
22544 \series bold
22545
22546 \backslash
22547 let
22548 \backslash
22549 myHline
22550 \backslash
22551 hline
22552 \begin_inset Newline newline
22553 \end_inset
22554
22555
22556 \backslash
22557 renewcommand{
22558 \backslash
22559 hline}
22560 \begin_inset Newline newline
22561 \end_inset
22562
22563  {
22564 \backslash
22565 noalign{
22566 \backslash
22567 global
22568 \backslash
22569 arrayrulewidth 1.5pt}
22570 \begin_inset Newline newline
22571 \end_inset
22572
22573  
22574 \backslash
22575 myHline
22576 \backslash
22577 noalign{
22578 \backslash
22579 global
22580 \backslash
22581 arrayrulewidth 0.4pt}}
22582 \end_layout
22583
22584 \begin_layout Standard
22585 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
22586  en code TeX après le tableau ou le flottant de tableau :
22587 \end_layout
22588
22589 \begin_layout Standard
22590
22591 \series bold
22592
22593 \backslash
22594 renewcommand{
22595 \backslash
22596 hline}{
22597 \backslash
22598 myHline}
22599 \end_layout
22600
22601 \begin_layout Standard
22602 \begin_inset ERT
22603 status collapsed
22604
22605 \begin_layout Plain Layout
22606
22607
22608 \backslash
22609 let
22610 \backslash
22611 myHline
22612 \backslash
22613 hline
22614 \end_layout
22615
22616 \begin_layout Plain Layout
22617
22618
22619 \backslash
22620 renewcommand{
22621 \backslash
22622 hline}
22623 \end_layout
22624
22625 \begin_layout Plain Layout
22626
22627  {
22628 \backslash
22629 noalign{
22630 \backslash
22631 global
22632 \backslash
22633 arrayrulewidth 1.5pt}
22634 \end_layout
22635
22636 \begin_layout Plain Layout
22637
22638   
22639 \backslash
22640 myHline
22641 \backslash
22642 noalign{
22643 \backslash
22644 global
22645 \backslash
22646 arrayrulewidth 0.4pt}}
22647 \end_layout
22648
22649 \end_inset
22650
22651
22652 \begin_inset Float table
22653 wide false
22654 sideways false
22655 status open
22656
22657 \begin_layout Plain Layout
22658 \begin_inset Caption Standard
22659
22660 \begin_layout Plain Layout
22661 \begin_inset CommandInset label
22662 LatexCommand label
22663 name "tab:Tableau-filets-horizontaux-1.5pt"
22664
22665 \end_inset
22666
22667 Tableau avec des filets horizontaux de 1.5
22668 \begin_inset space \thinspace{}
22669 \end_inset
22670
22671 pt
22672 \end_layout
22673
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \begin_layout Plain Layout
22680 \align center
22681 \begin_inset Tabular
22682 <lyxtabular version="3" rows="3" columns="3">
22683 <features rotate="0" tabularvalignment="middle">
22684 <column alignment="center" valignment="top">
22685 <column alignment="center" valignment="top">
22686 <column alignment="center" valignment="top">
22687 <row>
22688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22689 \begin_inset Text
22690
22691 \begin_layout Plain Layout
22692 sd
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710
22711 \end_layout
22712
22713 \end_inset
22714 </cell>
22715 </row>
22716 <row>
22717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 sd
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 </row>
22745 <row>
22746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768 sd
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 </row>
22774 </lyxtabular>
22775
22776 \end_inset
22777
22778
22779 \end_layout
22780
22781 \end_inset
22782
22783
22784 \begin_inset ERT
22785 status collapsed
22786
22787 \begin_layout Plain Layout
22788
22789
22790 \backslash
22791 renewcommand{
22792 \backslash
22793 hline}{
22794 \backslash
22795 myHline}
22796 \end_layout
22797
22798 \end_inset
22799
22800
22801 \end_layout
22802
22803 \begin_layout Standard
22804 \begin_inset VSpace bigskip
22805 \end_inset
22806
22807 Pour que seuls les filets verticaux aient une épaisseur de 1.5
22808 \begin_inset space \thinspace{}
22809 \end_inset
22810
22811 pt, créez le format de colonne suivant dans le préambule, en suivant la
22812  description de la section
22813 \begin_inset space ~
22814 \end_inset
22815
22816
22817 \begin_inset CommandInset ref
22818 LatexCommand ref
22819 reference "sub:Formats-personnalisés"
22820
22821 \end_inset
22822
22823 :
22824 \end_layout
22825
22826 \begin_layout Standard
22827
22828 \series bold
22829
22830 \backslash
22831 newcolumntype{V}{!{
22832 \backslash
22833 vrule width 1.5pt}}
22834 \end_layout
22835
22836 \begin_layout Standard
22837 Pour le tableau
22838 \begin_inset space ~
22839 \end_inset
22840
22841
22842 \begin_inset CommandInset ref
22843 LatexCommand ref
22844 reference "tab:Tableau-filets-verticaux-1.5pt"
22845
22846 \end_inset
22847
22848  le paramètre LaTeX 
22849 \end_layout
22850
22851 \begin_layout Standard
22852
22853 \series bold
22854 VcV
22855 \end_layout
22856
22857 \begin_layout Standard
22858 a été utilisé pour la dernière colonne et
22859 \end_layout
22860
22861 \begin_layout Standard
22862
22863 \series bold
22864 Vc
22865 \end_layout
22866
22867 \begin_layout Standard
22868 pour les autres colonnes.
22869 \end_layout
22870
22871 \begin_layout Standard
22872 \begin_inset Float table
22873 wide false
22874 sideways false
22875 status open
22876
22877 \begin_layout Plain Layout
22878 \begin_inset Caption Standard
22879
22880 \begin_layout Plain Layout
22881 \begin_inset CommandInset label
22882 LatexCommand label
22883 name "tab:Tableau-filets-verticaux-1.5pt"
22884
22885 \end_inset
22886
22887 Tableau avec des filets verticaux de 1.5
22888 \begin_inset space \thinspace{}
22889 \end_inset
22890
22891 pt 
22892 \end_layout
22893
22894 \end_inset
22895
22896
22897 \end_layout
22898
22899 \begin_layout Plain Layout
22900 \align center
22901 \begin_inset Tabular
22902 <lyxtabular version="3" rows="3" columns="3">
22903 <features rotate="0" tabularvalignment="middle">
22904 <column alignment="center" valignment="top" special="Vc">
22905 <column alignment="center" valignment="top" special="Vc">
22906 <column alignment="center" valignment="top" special="VcV">
22907 <row>
22908 <cell alignment="center" valignment="top" topline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912 sd
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 <cell alignment="center" valignment="top" topline="true" usebox="none">
22918 \begin_inset Text
22919
22920 \begin_layout Plain Layout
22921
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 <cell alignment="center" valignment="top" topline="true" usebox="none">
22927 \begin_inset Text
22928
22929 \begin_layout Plain Layout
22930
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 </row>
22936 <row>
22937 <cell alignment="center" valignment="top" topline="true" usebox="none">
22938 \begin_inset Text
22939
22940 \begin_layout Plain Layout
22941
22942 \end_layout
22943
22944 \end_inset
22945 </cell>
22946 <cell alignment="center" valignment="top" topline="true" usebox="none">
22947 \begin_inset Text
22948
22949 \begin_layout Plain Layout
22950 sd
22951 \end_layout
22952
22953 \end_inset
22954 </cell>
22955 <cell alignment="center" valignment="top" topline="true" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959
22960 \end_layout
22961
22962 \end_inset
22963 </cell>
22964 </row>
22965 <row>
22966 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22976 \begin_inset Text
22977
22978 \begin_layout Plain Layout
22979
22980 \end_layout
22981
22982 \end_inset
22983 </cell>
22984 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22985 \begin_inset Text
22986
22987 \begin_layout Plain Layout
22988 sd
22989 \end_layout
22990
22991 \end_inset
22992 </cell>
22993 </row>
22994 </lyxtabular>
22995
22996 \end_inset
22997
22998
22999 \end_layout
23000
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \begin_layout Subsection
23007 Filets à traits interrompus
23008 \begin_inset Index idx
23009 status collapsed
23010
23011 \begin_layout Plain Layout
23012 Personnalisation des tableaux ! Filets à traits interrompus
23013 \end_layout
23014
23015 \end_inset
23016
23017
23018 \end_layout
23019
23020 \begin_layout Standard
23021 \begin_inset ERT
23022 status collapsed
23023
23024 \begin_layout Plain Layout
23025
23026
23027 \backslash
23028 ifarydshln
23029 \end_layout
23030
23031 \end_inset
23032
23033
23034 \begin_inset Note Note
23035 status open
23036
23037 \begin_layout Plain Layout
23038 La section suivante ne s'affichera que si vous avez installé le paquetage
23039  LaTeX 
23040 \series bold
23041 arydshln
23042 \series default
23043 .
23044 \end_layout
23045
23046 \end_inset
23047
23048
23049 \end_layout
23050
23051 \begin_layout Standard
23052 \begin_inset Float table
23053 placement H
23054 wide false
23055 sideways false
23056 status open
23057
23058 \begin_layout Plain Layout
23059 \begin_inset Caption Standard
23060
23061 \begin_layout Plain Layout
23062 \begin_inset CommandInset label
23063 LatexCommand label
23064 name "tab:Tableau-filets-tirets"
23065
23066 \end_inset
23067
23068 Tableau avec des filets à traits interrompus
23069 \end_layout
23070
23071 \end_inset
23072
23073
23074 \end_layout
23075
23076 \begin_layout Plain Layout
23077 \align center
23078 \begin_inset Tabular
23079 <lyxtabular version="3" rows="5" columns="5">
23080 <features rotate="0" tabularvalignment="middle">
23081 <column alignment="center" valignment="top">
23082 <column alignment="center" valignment="top">
23083 <column alignment="center" valignment="top" special=":c">
23084 <column alignment="center" valignment="top">
23085 <column alignment="center" valignment="top">
23086 <row>
23087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Plain Layout
23091 a
23092 \end_layout
23093
23094 \end_inset
23095 </cell>
23096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100 b
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23106 \begin_inset Text
23107
23108 \begin_layout Plain Layout
23109 c
23110 \end_layout
23111
23112 \end_inset
23113 </cell>
23114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23115 \begin_inset Text
23116
23117 \begin_layout Plain Layout
23118 d
23119 \end_layout
23120
23121 \end_inset
23122 </cell>
23123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23124 \begin_inset Text
23125
23126 \begin_layout Plain Layout
23127 e
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 </row>
23133 <row>
23134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Plain Layout
23138 f
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147 g
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 <cell alignment="center" valignment="top" topline="true" usebox="none">
23153 \begin_inset Text
23154
23155 \begin_layout Plain Layout
23156 h
23157 \end_layout
23158
23159 \end_inset
23160 </cell>
23161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23162 \begin_inset Text
23163
23164 \begin_layout Plain Layout
23165 i
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23171 \begin_inset Text
23172
23173 \begin_layout Plain Layout
23174 j
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 </row>
23180 <row>
23181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185 \begin_inset ERT
23186 status collapsed
23187
23188 \begin_layout Plain Layout
23189
23190
23191 \backslash
23192 hdashline 
23193 \end_layout
23194
23195 \end_inset
23196
23197 k
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206 l
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 <cell alignment="center" valignment="top" usebox="none">
23212 \begin_inset Text
23213
23214 \begin_layout Plain Layout
23215 m
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224 n
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233 o
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 </row>
23239 <row>
23240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244 \begin_inset ERT
23245 status collapsed
23246
23247 \begin_layout Plain Layout
23248
23249
23250 \backslash
23251 cdashline{4-5}
23252 \end_layout
23253
23254 \end_inset
23255
23256 p
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265 q
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274 r
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283 s
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23289 \begin_inset Text
23290
23291 \begin_layout Plain Layout
23292
23293 \end_layout
23294
23295 \end_inset
23296 </cell>
23297 </row>
23298 <row>
23299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23300 \begin_inset Text
23301
23302 \begin_layout Plain Layout
23303 t
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312 u
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321 v
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330 w
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339 x
23340 \end_layout
23341
23342 \end_inset
23343 </cell>
23344 </row>
23345 </lyxtabular>
23346
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \begin_layout Standard
23358 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
23359  donc employer du code TeX.
23360  Mais avant il faut charger le paquetage LaTeX 
23361 \series bold
23362 arydshln
23363 \series default
23364
23365 \begin_inset Index idx
23366 status collapsed
23367
23368 \begin_layout Plain Layout
23369 Paquetages LaTeX ! arydshln
23370 \end_layout
23371
23372 \end_inset
23373
23374  dans le préambule du document avec la commande 
23375 \end_layout
23376
23377 \begin_layout Standard
23378
23379 \series bold
23380
23381 \backslash
23382 usepackage{arydshln}
23383 \end_layout
23384
23385 \begin_layout Standard
23386 Pour faire un filet vertical avec un trait interrompu, mettez deux points
23387  
23388 \begin_inset Quotes eld
23389 \end_inset
23390
23391 :
23392 \begin_inset Quotes erd
23393 \end_inset
23394
23395  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
23396  dans la fenêtre de dialogue de paramètre du tableau.
23397 \end_layout
23398
23399 \begin_layout Standard
23400 Pour un trait horizontal interrompu, ajoutez la commande
23401 \end_layout
23402
23403 \begin_layout Standard
23404
23405 \series bold
23406
23407 \backslash
23408 hdashline
23409 \end_layout
23410
23411 \begin_layout Standard
23412 en code TeX comme premier élément de la première cellule de la ligne de
23413  tableau.
23414 \end_layout
23415
23416 \begin_layout Standard
23417 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
23418  commande 
23419 \end_layout
23420
23421 \begin_layout Standard
23422
23423 \series bold
23424
23425 \backslash
23426 cdashline{
23427 \series default
23428 numéros de colonnes}
23429 \end_layout
23430
23431 \begin_layout Standard
23432 en code TeX comme premier élément de la première cellule de la ligne.
23433  Si par exemple, vous avez une cellule multi-colonne qui couvre les colonnes
23434  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
23435 \end_layout
23436
23437 \begin_layout Standard
23438
23439 \series bold
23440
23441 \backslash
23442 cdashline{2-4}
23443 \end_layout
23444
23445 \begin_layout Standard
23446 comme premier élément de la première cellule de la ligne contenant la multi-colo
23447 nne.
23448 \end_layout
23449
23450 \begin_layout Standard
23451 \begin_inset VSpace bigskip
23452 \end_inset
23453
23454
23455 \end_layout
23456
23457 \begin_layout Standard
23458 Le tableau
23459 \begin_inset space ~
23460 \end_inset
23461
23462
23463 \begin_inset CommandInset ref
23464 LatexCommand ref
23465 reference "tab:Tableau-filets-tirets"
23466
23467 \end_inset
23468
23469  a été créé en utilisant 
23470 \begin_inset Quotes eld
23471 \end_inset
23472
23473
23474 \series bold
23475 :c
23476 \series default
23477
23478 \begin_inset Quotes erd
23479 \end_inset
23480
23481  comme paramètre LaTeX pour la troisième colonne.
23482  La commande en code TeX 
23483 \series bold
23484
23485 \backslash
23486 hdashline
23487 \series default
23488  a été insérée dans la première cellule de la troisième ligne et la commande
23489  en code TeX 
23490 \series bold
23491
23492 \backslash
23493 cdashline{4-5}
23494 \series default
23495  a été insérée dans la première cellule de la quatrième ligne.
23496 \end_layout
23497
23498 \begin_layout Standard
23499 \begin_inset VSpace bigskip
23500 \end_inset
23501
23502
23503 \end_layout
23504
23505 \begin_layout Standard
23506
23507 \lang english
23508 Tables with dashed lines can also be colored as shown by
23509 \lang french
23510  tableau
23511 \begin_inset space ~
23512 \end_inset
23513
23514
23515 \begin_inset CommandInset ref
23516 LatexCommand ref
23517 reference "tab:Colored-table-with"
23518
23519 \end_inset
23520
23521 .
23522 \end_layout
23523
23524 \begin_layout Standard
23525 \begin_inset ERT
23526 status collapsed
23527
23528 \begin_layout Plain Layout
23529
23530
23531 \backslash
23532 setlength{
23533 \backslash
23534 arrayrulewidth}{1pt}
23535 \end_layout
23536
23537 \end_inset
23538
23539
23540 \lang english
23541
23542 \begin_inset Note Note
23543 status collapsed
23544
23545 \begin_layout Plain Layout
23546
23547 \lang english
23548 thicker lines for better visualization of the line color
23549 \end_layout
23550
23551 \end_inset
23552
23553
23554 \end_layout
23555
23556 \begin_layout Standard
23557 \begin_inset ERT
23558 status collapsed
23559
23560 \begin_layout Plain Layout
23561
23562
23563 \backslash
23564 dashgapcolor{green}
23565 \end_layout
23566
23567 \end_inset
23568
23569
23570 \lang english
23571
23572 \begin_inset Note Note
23573 status collapsed
23574
23575 \begin_layout Plain Layout
23576
23577 \lang english
23578 color gaps between dashes green
23579 \end_layout
23580
23581 \end_inset
23582
23583
23584 \end_layout
23585
23586 \begin_layout Standard
23587 \begin_inset ERT
23588 status collapsed
23589
23590 \begin_layout Plain Layout
23591
23592
23593 \backslash
23594 let
23595 \backslash
23596 myHdashline
23597 \backslash
23598 hdashline
23599 \end_layout
23600
23601 \begin_layout Plain Layout
23602
23603
23604 \backslash
23605 renewcommand{
23606 \backslash
23607 hdashline}
23608 \end_layout
23609
23610 \begin_layout Plain Layout
23611
23612  {
23613 \backslash
23614 arrayrulecolor{red}
23615 \backslash
23616 myHdashline
23617 \backslash
23618 arrayrulecolor{black}}
23619 \end_layout
23620
23621 \end_inset
23622
23623
23624 \lang english
23625
23626 \begin_inset Note Note
23627 status collapsed
23628
23629 \begin_layout Plain Layout
23630
23631 \lang english
23632 color horizontal, dashed lines red
23633 \end_layout
23634
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \begin_layout Standard
23641 \begin_inset ERT
23642 status collapsed
23643
23644 \begin_layout Plain Layout
23645
23646
23647 \backslash
23648 let
23649 \backslash
23650 myCdashline
23651 \backslash
23652 cdashline
23653 \end_layout
23654
23655 \begin_layout Plain Layout
23656
23657
23658 \backslash
23659 renewcommand{
23660 \backslash
23661 cdashline}[1]
23662 \end_layout
23663
23664 \begin_layout Plain Layout
23665
23666  {
23667 \backslash
23668 arrayrulecolor{yellow}
23669 \backslash
23670 myCdashline{#1}
23671 \backslash
23672 arrayrulecolor{black}}
23673 \end_layout
23674
23675 \end_inset
23676
23677
23678 \lang english
23679
23680 \begin_inset Note Note
23681 status collapsed
23682
23683 \begin_layout Plain Layout
23684
23685 \lang english
23686 color partial horizontal, dashed lines yellow
23687 \end_layout
23688
23689 \end_inset
23690
23691
23692 \end_layout
23693
23694 \begin_layout Standard
23695 \begin_inset Float table
23696 placement h
23697 wide false
23698 sideways false
23699 status open
23700
23701 \begin_layout Plain Layout
23702 \begin_inset Caption Standard
23703
23704 \begin_layout Plain Layout
23705 \begin_inset CommandInset label
23706 LatexCommand label
23707 name "tab:Colored-table-with"
23708
23709 \end_inset
23710
23711
23712 \lang english
23713 Colored table with dashed lines
23714 \end_layout
23715
23716 \end_inset
23717
23718
23719 \end_layout
23720
23721 \begin_layout Plain Layout
23722 \align center
23723 \begin_inset Tabular
23724 <lyxtabular version="3" rows="5" columns="5">
23725 <features rotate="0" tabularvalignment="middle">
23726 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23727 <column alignment="center" valignment="top" width="0pt">
23728 <column alignment="center" valignment="top" width="0pt" special=":c">
23729 <column alignment="center" valignment="top">
23730 <column alignment="center" valignment="top">
23731 <row>
23732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23733 \begin_inset Text
23734
23735 \begin_layout Plain Layout
23736 a
23737 \end_layout
23738
23739 \end_inset
23740 </cell>
23741 <cell alignment="center" valignment="top" topline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745 b
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" topline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754 c
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763 d
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23769 \begin_inset Text
23770
23771 \begin_layout Plain Layout
23772 e
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 </row>
23778 <row>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783 f
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 <cell alignment="center" valignment="top" topline="true" usebox="none">
23789 \begin_inset Text
23790
23791 \begin_layout Plain Layout
23792 g
23793 \end_layout
23794
23795 \end_inset
23796 </cell>
23797 <cell alignment="center" valignment="top" topline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801 h
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810 i
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23816 \begin_inset Text
23817
23818 \begin_layout Plain Layout
23819 j
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 </row>
23825 <row>
23826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830 \begin_inset ERT
23831 status collapsed
23832
23833 \begin_layout Plain Layout
23834
23835
23836 \backslash
23837 hdashline 
23838 \end_layout
23839
23840 \end_inset
23841
23842
23843 \begin_inset ERT
23844 status collapsed
23845
23846 \begin_layout Plain Layout
23847
23848
23849 \backslash
23850 rowcolor{Gray}
23851 \end_layout
23852
23853 \end_inset
23854
23855 k
23856 \end_layout
23857
23858 \end_inset
23859 </cell>
23860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23861 \begin_inset Text
23862
23863 \begin_layout Plain Layout
23864 l
23865 \end_layout
23866
23867 \end_inset
23868 </cell>
23869 <cell alignment="center" valignment="top" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873 m
23874 \end_layout
23875
23876 \end_inset
23877 </cell>
23878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882 n
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891 o
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 </row>
23897 <row>
23898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902 \begin_inset ERT
23903 status collapsed
23904
23905 \begin_layout Plain Layout
23906
23907
23908 \backslash
23909 cdashline{4-5}
23910 \end_layout
23911
23912 \end_inset
23913
23914 p
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923 q
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932 r
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941 s
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23947 \begin_inset Text
23948
23949 \begin_layout Plain Layout
23950
23951 \end_layout
23952
23953 \end_inset
23954 </cell>
23955 </row>
23956 <row>
23957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23958 \begin_inset Text
23959
23960 \begin_layout Plain Layout
23961 t
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970 u
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979 v
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988 w
23989 \end_layout
23990
23991 \end_inset
23992 </cell>
23993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23994 \begin_inset Text
23995
23996 \begin_layout Plain Layout
23997 \begin_inset ERT
23998 status collapsed
23999
24000 \begin_layout Plain Layout
24001
24002
24003 \backslash
24004 cellcolor{Maroon}
24005 \end_layout
24006
24007 \end_inset
24008
24009 i
24010 \end_layout
24011
24012 \end_inset
24013 </cell>
24014 </row>
24015 </lyxtabular>
24016
24017 \end_inset
24018
24019
24020 \end_layout
24021
24022 \end_inset
24023
24024
24025 \end_layout
24026
24027 \begin_layout Standard
24028 \begin_inset ERT
24029 status collapsed
24030
24031 \begin_layout Plain Layout
24032
24033
24034 \backslash
24035 renewcommand{
24036 \backslash
24037 hdashline}{
24038 \backslash
24039 myHdashline}
24040 \end_layout
24041
24042 \end_inset
24043
24044
24045 \lang english
24046
24047 \begin_inset Note Note
24048 status collapsed
24049
24050 \begin_layout Plain Layout
24051
24052 \lang english
24053 reset to default
24054 \end_layout
24055
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \begin_layout Standard
24062 \begin_inset ERT
24063 status collapsed
24064
24065 \begin_layout Plain Layout
24066
24067
24068 \backslash
24069 renewcommand{
24070 \backslash
24071 cdashline}{
24072 \backslash
24073 myCdashline}
24074 \end_layout
24075
24076 \end_inset
24077
24078
24079 \lang english
24080
24081 \begin_inset Note Note
24082 status collapsed
24083
24084 \begin_layout Plain Layout
24085
24086 \lang english
24087 reset to default
24088 \end_layout
24089
24090 \end_inset
24091
24092
24093 \end_layout
24094
24095 \begin_layout Standard
24096 \begin_inset ERT
24097 status collapsed
24098
24099 \begin_layout Plain Layout
24100
24101
24102 \backslash
24103 nodashgapcolor
24104 \end_layout
24105
24106 \end_inset
24107
24108
24109 \lang english
24110
24111 \begin_inset Note Note
24112 status collapsed
24113
24114 \begin_layout Plain Layout
24115
24116 \lang english
24117 reset to default
24118 \end_layout
24119
24120 \end_inset
24121
24122
24123 \end_layout
24124
24125 \begin_layout Standard
24126 \begin_inset ERT
24127 status collapsed
24128
24129 \begin_layout Plain Layout
24130
24131
24132 \backslash
24133 setlength{
24134 \backslash
24135 arrayrulewidth}{0.4pt}
24136 \end_layout
24137
24138 \end_inset
24139
24140
24141 \lang english
24142
24143 \begin_inset Note Note
24144 status collapsed
24145
24146 \begin_layout Plain Layout
24147
24148 \lang english
24149 reset to default
24150 \end_layout
24151
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \begin_layout Standard
24158
24159 \lang english
24160 The coloring of lines, columns and lines works as decribed in section
24161 \begin_inset space ~
24162 \end_inset
24163
24164
24165 \lang french
24166
24167 \begin_inset CommandInset ref
24168 LatexCommand ref
24169 reference "sec:Tableaux-Colorés"
24170
24171 \end_inset
24172
24173
24174 \lang english
24175 .
24176  Coloring horizontal lines works analogically as described there as well,
24177  one only needs to replace in the commands 
24178 \series bold
24179
24180 \backslash
24181 myHlineC
24182 \series default
24183  by 
24184 \series bold
24185
24186 \backslash
24187 myHdashline
24188 \series default
24189  and 
24190 \backslash
24191
24192 \series bold
24193 hline
24194 \series default
24195  by 
24196 \series bold
24197
24198 \backslash
24199 hdashline
24200 \series default
24201 ; so one uses the command
24202 \end_layout
24203
24204 \begin_layout Standard
24205
24206 \series bold
24207
24208 \backslash
24209 let
24210 \backslash
24211 myHdashline
24212 \backslash
24213 hdashline
24214 \begin_inset Newline newline
24215 \end_inset
24216
24217
24218 \backslash
24219 renewcommand{
24220 \backslash
24221 hdashline}
24222 \begin_inset Newline newline
24223 \end_inset
24224
24225
24226 \begin_inset Phantom HPhantom
24227 status open
24228
24229 \begin_layout Plain Layout
24230 \begin_inset space ~
24231 \end_inset
24232
24233
24234 \end_layout
24235
24236 \end_inset
24237
24238 {
24239 \backslash
24240 arrayrulecolor{red}
24241 \backslash
24242 myHdashline
24243 \backslash
24244 arrayrulecolor{black}}
24245 \end_layout
24246
24247 \begin_layout Standard
24248
24249 \lang english
24250 To color 
24251 \series bold
24252
24253 \backslash
24254 cdashline
24255 \series default
24256 , the command is
24257 \end_layout
24258
24259 \begin_layout Standard
24260
24261 \series bold
24262
24263 \backslash
24264 let
24265 \backslash
24266 myCdashline
24267 \backslash
24268 cdashline
24269 \begin_inset Newline newline
24270 \end_inset
24271
24272
24273 \backslash
24274 renewcommand{
24275 \backslash
24276 cdashline}[1]
24277 \begin_inset Newline newline
24278 \end_inset
24279
24280
24281 \begin_inset Phantom HPhantom
24282 status open
24283
24284 \begin_layout Plain Layout
24285 \begin_inset space ~
24286 \end_inset
24287
24288
24289 \end_layout
24290
24291 \end_inset
24292
24293 {
24294 \backslash
24295 arrayrulecolor{red}
24296 \backslash
24297 myCdashline{#1}
24298 \backslash
24299 arrayrulecolor{black}}
24300 \end_layout
24301
24302 \begin_layout Standard
24303
24304 \lang english
24305 To get back the black line color, one needs to insert the following commands
24306  as TeX-Code behind the table:
24307 \end_layout
24308
24309 \begin_layout Standard
24310
24311 \lang english
24312 For 
24313 \series bold
24314
24315 \backslash
24316 hdashline
24317 \end_layout
24318
24319 \begin_layout Standard
24320
24321 \series bold
24322
24323 \backslash
24324 renewcommand{
24325 \backslash
24326 hdashline}{
24327 \backslash
24328 myHdashline}
24329 \end_layout
24330
24331 \begin_layout Standard
24332
24333 \lang english
24334 and for 
24335 \series bold
24336
24337 \backslash
24338 cdashline
24339 \end_layout
24340
24341 \begin_layout Standard
24342
24343 \series bold
24344
24345 \backslash
24346 renewcommand{
24347 \backslash
24348 cdashline}{
24349 \backslash
24350 myCdashline}
24351 \end_layout
24352
24353 \begin_layout Standard
24354
24355 \lang english
24356 To color the gaps between the dashes the command
24357 \end_layout
24358
24359 \begin_layout Standard
24360
24361 \series bold
24362 \lang english
24363
24364 \backslash
24365 dashgapcolor{color}
24366 \end_layout
24367
24368 \begin_layout Standard
24369
24370 \lang english
24371 can be used in front of a table as TeX-Code.
24372  color is hereby the name of a defined color.
24373  The command
24374 \end_layout
24375
24376 \begin_layout Standard
24377
24378 \series bold
24379
24380 \backslash
24381 nodashgapcolor
24382 \end_layout
24383
24384 \begin_layout Standard
24385
24386 \lang english
24387 unsets the changes made by 
24388 \series bold
24389
24390 \backslash
24391 dashgapcolor
24392 \series default
24393 .
24394 \end_layout
24395
24396 \begin_layout Standard
24397
24398 \lang english
24399 \begin_inset Note Greyedout
24400 status open
24401
24402 \begin_layout Plain Layout
24403
24404 \series bold
24405 \color none
24406 \lang english
24407 Note
24408 \series default
24409 : If there are multiple commands in a cell, the command of 
24410 \series bold
24411 arydshln
24412 \series default
24413  needs to be the first one in the cell.
24414  Therefore in cell 
24415 \emph on
24416 k
24417 \emph default
24418  of Table
24419 \begin_inset space ~
24420 \end_inset
24421
24422
24423 \begin_inset CommandInset ref
24424 LatexCommand ref
24425 reference "tab:Colored-table-with"
24426
24427 \end_inset
24428
24429  the command 
24430 \series bold
24431
24432 \backslash
24433 hdashline
24434 \series default
24435  is before 
24436 \series bold
24437
24438 \backslash
24439 rowcolor
24440 \series default
24441 .
24442 \end_layout
24443
24444 \end_inset
24445
24446
24447 \end_layout
24448
24449 \begin_layout Standard
24450
24451 \lang english
24452 \begin_inset Note Greyedout
24453 status open
24454
24455 \begin_layout Plain Layout
24456
24457 \series bold
24458 \color none
24459 \lang english
24460 Note:
24461 \series default
24462  The LaTeX-package 
24463 \series bold
24464 arydshln
24465 \series default
24466  must be loaded in the document preamble before the LaTeX-package
24467 \lang french
24468  
24469 \series bold
24470 colortbl
24471 \series default
24472 \color inherit
24473
24474 \begin_inset Index idx
24475 status collapsed
24476
24477 \begin_layout Plain Layout
24478 Paquetages LaTeX ! colortbl
24479 \end_layout
24480
24481 \end_inset
24482
24483
24484 \color none
24485 .
24486 \end_layout
24487
24488 \end_inset
24489
24490
24491 \end_layout
24492
24493 \begin_layout Standard
24494 \begin_inset ERT
24495 status collapsed
24496
24497 \begin_layout Plain Layout
24498
24499
24500 \backslash
24501 else
24502 \end_layout
24503
24504 \end_inset
24505
24506
24507 \begin_inset Note Note
24508 status open
24509
24510 \begin_layout Plain Layout
24511 Ce qui suit sera affiché si le paquetage LaTeX 
24512 \series bold
24513 arydshln
24514 \series default
24515  n'est pas installé :
24516 \end_layout
24517
24518 \end_inset
24519
24520
24521 \end_layout
24522
24523 \begin_layout Standard
24524 Vous devez installer le paquetage LaTeX 
24525 \series bold
24526 arydshln
24527 \series default
24528  pour voir le contenu des cette section dans la sortie imprimée.
24529 \end_layout
24530
24531 \begin_layout Standard
24532 \begin_inset ERT
24533 status collapsed
24534
24535 \begin_layout Plain Layout
24536
24537
24538 \backslash
24539 fi
24540 \end_layout
24541
24542 \end_inset
24543
24544
24545 \end_layout
24546
24547 \begin_layout Standard
24548
24549 \lang english
24550 For more information about dashed lines see the documentation of
24551 \lang french
24552  
24553 \series bold
24554 arydshln
24555 \series default
24556
24557 \begin_inset CommandInset citation
24558 LatexCommand cite
24559 key "arydshln"
24560
24561 \end_inset
24562
24563 .
24564 \end_layout
24565
24566 \begin_layout Chapter
24567 Flottants
24568 \begin_inset CommandInset label
24569 LatexCommand label
24570 name "chap:Flottants"
24571
24572 \end_inset
24573
24574
24575 \begin_inset Index idx
24576 status collapsed
24577
24578 \begin_layout Plain Layout
24579 Flottants
24580 \end_layout
24581
24582 \end_inset
24583
24584
24585 \end_layout
24586
24587 \begin_layout Section
24588 Introduction
24589 \begin_inset CommandInset label
24590 LatexCommand label
24591 name "sec:Flottants-Introduction"
24592
24593 \end_inset
24594
24595
24596 \begin_inset Index idx
24597 status collapsed
24598
24599 \begin_layout Plain Layout
24600 Flottants ! Introduction
24601 \end_layout
24602
24603 \end_inset
24604
24605
24606 \end_layout
24607
24608 \begin_layout Standard
24609 Un flottant est une portion de document, qui peut être associé à une étiquette
24610  et dont la position n'est pas fixée.
24611  Il peut 
24612 \begin_inset Quotes eld
24613 \end_inset
24614
24615 flotter
24616 \begin_inset Quotes erd
24617 \end_inset
24618
24619  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
24620  plus approprié.
24621  Les 
24622 \family sans
24623 Notes
24624 \begin_inset space ~
24625 \end_inset
24626
24627 en
24628 \begin_inset space ~
24629 \end_inset
24630
24631 Bas
24632 \begin_inset space ~
24633 \end_inset
24634
24635 de
24636 \begin_inset space ~
24637 \end_inset
24638
24639 Page
24640 \family default
24641  et le 
24642 \family sans
24643 Notes
24644 \begin_inset space ~
24645 \end_inset
24646
24647 en
24648 \begin_inset space ~
24649 \end_inset
24650
24651 Marge
24652 \family default
24653  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
24654  sur la page suivante quand il y a trop de notes sur la page courante.
24655 \end_layout
24656
24657 \begin_layout Standard
24658 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
24659  très grande qualité.
24660  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
24661  éviter des lignes blanches ou des pages sans texte.
24662  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
24663  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
24664  le texte.
24665  Les flottants sont donc numérotés.
24666  Les références croisées sont décrites dans la section
24667 \begin_inset space ~
24668 \end_inset
24669
24670
24671 \begin_inset CommandInset ref
24672 LatexCommand ref
24673 reference "sec:Referencer-les-Flottants"
24674
24675 \end_inset
24676
24677 .
24678 \end_layout
24679
24680 \begin_layout Standard
24681 Pour insérer un flottant, on utilise un des sous menus du menu 
24682 \family sans
24683 Insertion\SpecialChar \menuseparator
24684 Flottant
24685 \family default
24686  (barre d'outils 
24687 \begin_inset Info
24688 type  "icon"
24689 arg   "float-insert figure"
24690 \end_inset
24691
24692  ou 
24693 \begin_inset Info
24694 type  "icon"
24695 arg   "float-insert table"
24696 \end_inset
24697
24698 ).
24699  Une boîte va être insérée dans votre document avec par exemple une étiquette
24700  du genre 
24701 \begin_inset Quotes eld
24702 \end_inset
24703
24704 Figure
24705 \begin_inset space ~
24706 \end_inset
24707
24708 #:
24709 \begin_inset Quotes erd
24710 \end_inset
24711
24712  (où # est un numéro).
24713  L'étiquette est automatiquement traduite dans la langue du document dans
24714  la sortie finale.
24715  Après l'étiquette vous pouvez insérer du texte comme légende.
24716  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
24717  séparé, à l'intérieur du flottant.
24718  Vous trouverez plus de détails sur le positionnement des légendes dans
24719  la section
24720 \begin_inset space ~
24721 \end_inset
24722
24723
24724 \begin_inset CommandInset ref
24725 LatexCommand ref
24726 reference "sec:Placement-légende"
24727
24728 \end_inset
24729
24730 .
24731  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
24732  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
24733  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
24734  Une boîte de flottant fermée ressemble à ceci : 
24735 \begin_inset Graphics
24736         filename clipart/floatQt4.png
24737         scale 60
24738
24739 \end_inset
24740
24741  – une case grise avec un texte rouge.
24742 \end_layout
24743
24744 \begin_layout Standard
24745 Il est recommandé d'insérer les flottants comme des paragraphes séparés
24746  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
24747  est formaté de façon particulière.
24748 \end_layout
24749
24750 \begin_layout Section
24751 Les types de flottants
24752 \end_layout
24753
24754 \begin_layout Standard
24755 En plus des flottants de figures et de tableau qui sont décrits respectivement
24756  dans les sections
24757 \begin_inset space ~
24758 \end_inset
24759
24760
24761 \begin_inset CommandInset ref
24762 LatexCommand ref
24763 reference "sec:Figure-Floats"
24764
24765 \end_inset
24766
24767  et 
24768 \begin_inset CommandInset ref
24769 LatexCommand ref
24770 reference "sec:Table-Floats"
24771
24772 \end_inset
24773
24774 , LyX offre aussi les types 
24775 \family sans
24776 Algorithme
24777 \family default
24778  et 
24779 \family sans
24780 Enrobage
24781 \family default
24782 .
24783  Ces derniers sont expliques dans la section
24784 \begin_inset space \thinspace{}
24785 \end_inset
24786
24787
24788 \begin_inset CommandInset ref
24789 LatexCommand ref
24790 reference "sec:Flottant-d'enrobage"
24791
24792 \end_inset
24793
24794 .
24795 \end_layout
24796
24797 \begin_layout Subsection
24798 Flottant d'algorithme
24799 \begin_inset Index idx
24800 status collapsed
24801
24802 \begin_layout Plain Layout
24803 Flottants ! Algorithmes
24804 \end_layout
24805
24806 \end_inset
24807
24808
24809 \begin_inset CommandInset label
24810 LatexCommand label
24811 name "sub:Flottant-d'Algorithme"
24812
24813 \end_inset
24814
24815
24816 \end_layout
24817
24818 \begin_layout Standard
24819 \begin_inset Float algorithm
24820 placement h
24821 wide false
24822 sideways false
24823 status open
24824
24825 \begin_layout Plain Layout
24826 \begin_inset Caption Standard
24827
24828 \begin_layout Plain Layout
24829 \begin_inset CommandInset label
24830 LatexCommand label
24831 name "alg:Exemple-Flottant-Algorithme"
24832
24833 \end_inset
24834
24835 Exemple de flottant d'algorithme
24836 \end_layout
24837
24838 \end_inset
24839
24840
24841 \end_layout
24842
24843 \begin_layout LyX-Code
24844 for I in 1..N loop
24845 \begin_inset Newline newline
24846 \end_inset
24847
24848  Sum:= Sum + A(I); /*comment*/
24849 \begin_inset Newline newline
24850 \end_inset
24851
24852 end loop
24853 \begin_inset VSpace -4mm
24854 \end_inset
24855
24856
24857 \end_layout
24858
24859 \end_inset
24860
24861
24862 \end_layout
24863
24864 \begin_layout Standard
24865 Ce type de flottant est inséré à l'aide du menu 
24866 \family sans
24867 Insertion\SpecialChar \menuseparator
24868 Flottant\SpecialChar \menuseparator
24869 Algorithme
24870 \family default
24871 .
24872  Il peut être utilisé pour des morceaux de code source ou des descriptions
24873  d'algorithmes et peut être utilisé comme une alternative au listing de
24874  code source qui est décrit au chapitre
24875 \begin_inset space ~
24876 \end_inset
24877
24878
24879 \begin_inset CommandInset ref
24880 LatexCommand ref
24881 reference "cha:Program-Code-Listings"
24882
24883 \end_inset
24884
24885 .
24886  Vous pouvez par exemple utiliser l'environnement Code
24887 \begin_inset space ~
24888 \end_inset
24889
24890 LyX qui est décrit dans le 
24891 \emph on
24892 Guide
24893 \emph default
24894
24895 \begin_inset space ~
24896 \end_inset
24897
24898
24899 \emph on
24900 de
24901 \begin_inset space ~
24902 \end_inset
24903
24904 l'Utilisateur
24905 \emph default
24906  de LyX.
24907  l'algorithme
24908 \begin_inset space ~
24909 \end_inset
24910
24911
24912 \begin_inset CommandInset ref
24913 LatexCommand ref
24914 reference "alg:Exemple-Flottant-Algorithme"
24915
24916 \end_inset
24917
24918  est un exemple de flottant d'algorithme où un espace vertical de -4
24919 \begin_inset space \thinspace{}
24920 \end_inset
24921
24922 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
24923  soit placée exactement sous le texte de la dernière ligne.
24924 \end_layout
24925
24926 \begin_layout Standard
24927 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
24928  du document.
24929  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
24930 ent en ajoutant la ligne suivante dans le préambule de votre document :
24931 \end_layout
24932
24933 \begin_layout Standard
24934
24935 \series bold
24936
24937 \backslash
24938 floatname{algorithm}{votre
24939 \begin_inset space ~
24940 \end_inset
24941
24942 nom}
24943 \end_layout
24944
24945 \begin_layout Standard
24946
24947 \family sans
24948  votre
24949 \begin_inset space ~
24950 \end_inset
24951
24952 nom
24953 \family default
24954  est le mot 
24955 \begin_inset Quotes eld
24956 \end_inset
24957
24958
24959 \emph on
24960 algorithme
24961 \emph default
24962
24963 \begin_inset Quotes erd
24964 \end_inset
24965
24966  dans votre langue.
24967 \end_layout
24968
24969 \begin_layout Standard
24970 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
24971 \family sans
24972 Insertion\SpecialChar \menuseparator
24973 Listes
24974 \begin_inset space ~
24975 \end_inset
24976
24977 &
24978 \begin_inset space ~
24979 \end_inset
24980
24981 TdM\SpecialChar \menuseparator
24982 Liste
24983 \begin_inset space ~
24984 \end_inset
24985
24986 des
24987 \begin_inset space ~
24988 \end_inset
24989
24990 algorithmes
24991 \family default
24992  si votre document est en la même langue que les menus de LyX.
24993  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
24994  en code TeX à la place:
24995 \end_layout
24996
24997 \begin_layout Standard
24998
24999 \series bold
25000
25001 \backslash
25002 listof{algorithm}{votre
25003 \begin_inset space ~
25004 \end_inset
25005
25006 nom}
25007 \end_layout
25008
25009 \begin_layout Standard
25010 où 
25011 \family sans
25012 votre
25013 \begin_inset space ~
25014 \end_inset
25015
25016 nom
25017 \family default
25018  est la traduction de 
25019 \begin_inset Quotes eld
25020 \end_inset
25021
25022
25023 \emph on
25024 List of Algorithm
25025 \emph default
25026 s
25027 \begin_inset Quotes erd
25028 \end_inset
25029
25030  dans votre langue.
25031 \end_layout
25032
25033 \begin_layout Standard
25034 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
25035  le schéma 
25036 \begin_inset Quotes eld
25037 \end_inset
25038
25039 chapitre.algorithme
25040 \begin_inset Quotes erd
25041 \end_inset
25042
25043  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
25044  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
25045  commande dans le préambule de votre document :
25046 \end_layout
25047
25048 \begin_layout Standard
25049
25050 \series bold
25051
25052 \backslash
25053 numberwithin{algorithm}{chapter}
25054 \end_layout
25055
25056 \begin_layout Standard
25057 Pour pouvoir utiliser la commande 
25058 \series bold
25059
25060 \backslash
25061 numberwithin
25062 \series default
25063 , activez l'option 
25064 \family sans
25065 Utiliser
25066 \begin_inset space ~
25067 \end_inset
25068
25069 le
25070 \begin_inset space ~
25071 \end_inset
25072
25073 paquetage
25074 \begin_inset space ~
25075 \end_inset
25076
25077 AMS
25078 \begin_inset space ~
25079 \end_inset
25080
25081 math
25082 \family default
25083  dans la rubrique 
25084 \family sans
25085 Options
25086 \begin_inset space ~
25087 \end_inset
25088
25089 des
25090 \begin_inset space ~
25091 \end_inset
25092
25093 Maths
25094 \family default
25095  de la fenêtre de dialogue 
25096 \family sans
25097 Paramètres
25098 \begin_inset space ~
25099 \end_inset
25100
25101 du
25102 \begin_inset space ~
25103 \end_inset
25104
25105 Document
25106 \family default
25107 .
25108 \end_layout
25109
25110 \begin_layout Section
25111 Numérotation des flottants
25112 \begin_inset Index idx
25113 status collapsed
25114
25115 \begin_layout Plain Layout
25116 Flottants ! Numérotation
25117 \end_layout
25118
25119 \end_inset
25120
25121
25122 \end_layout
25123
25124 \begin_layout Standard
25125 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
25126  ils se trouvent, soit en utilisant un format du genre 
25127 \begin_inset Quotes eld
25128 \end_inset
25129
25130 chapitre.numéro
25131 \begin_inset Quotes erd
25132 \end_inset
25133
25134  ou 
25135 \begin_inset Quotes eld
25136 \end_inset
25137
25138 section.numéro
25139 \begin_inset Quotes erd
25140 \end_inset
25141
25142 .
25143  Cela dépend de la classe de document utilisée.
25144 \end_layout
25145
25146 \begin_layout Standard
25147 Pour changer le format de la numérotation qui ne dépend pas de la section
25148  dans laquelle on se trouve, on peut utiliser la commande suivante dans
25149  le préambule du document :
25150 \end_layout
25151
25152 \begin_layout Standard
25153
25154 \series bold
25155
25156 \backslash
25157 renewcommand{
25158 \backslash
25159 thetable}{
25160 \backslash
25161 roman{table}}
25162 \end_layout
25163
25164 \begin_layout Standard
25165
25166 \series bold
25167
25168 \backslash
25169 thetable
25170 \series default
25171  est la commande qui imprime le numéro du tableau, pour les figures, la
25172  commande serait 
25173 \series bold
25174
25175 \backslash
25176 thefigure
25177 \series default
25178 .
25179  La commande 
25180 \series bold
25181
25182 \backslash
25183 roman
25184 \series default
25185  utilisée dans la commande précédente, imprime le numéro du tableau sous
25186  forme de petits chiffres romains.
25187 \end_layout
25188
25189 \begin_layout Standard
25190 Pour changer le type de numérotation pour par exemple 
25191 \begin_inset Quotes eld
25192 \end_inset
25193
25194 sous-section.numéro
25195 \begin_inset Quotes erd
25196 \end_inset
25197
25198 , utilisez la commande suivante dans le préambule du document :
25199 \end_layout
25200
25201 \begin_layout Standard
25202
25203 \series bold
25204
25205 \backslash
25206 numberwithin{table}{subsection}
25207 \end_layout
25208
25209 \begin_layout Standard
25210 Pour pouvoir utiliser la commande 
25211 \series bold
25212
25213 \backslash
25214 numberwithin
25215 \series default
25216 , vous devez activer l'option 
25217 \family sans
25218 Utiliser
25219 \begin_inset space ~
25220 \end_inset
25221
25222 le
25223 \begin_inset space ~
25224 \end_inset
25225
25226 paquetage
25227 \begin_inset space ~
25228 \end_inset
25229
25230 maths
25231 \begin_inset space ~
25232 \end_inset
25233
25234 AMS
25235 \family default
25236  dans la rubrique 
25237 \family sans
25238 Options
25239 \begin_inset space ~
25240 \end_inset
25241
25242 des
25243 \begin_inset space ~
25244 \end_inset
25245
25246 Maths
25247 \family default
25248  de la fenêtre de dialogue 
25249 \family sans
25250 Paramètres
25251 \family default
25252  du document.
25253 \end_layout
25254
25255 \begin_layout Standard
25256 Veuillez aussi jeter un coup d'œil à la section
25257 \begin_inset space ~
25258 \end_inset
25259
25260
25261 \begin_inset CommandInset ref
25262 LatexCommand ref
25263 reference "sub:Numerotation-notes-bas-de-page"
25264
25265 \end_inset
25266
25267  pour plus de détails et des notes importantes sur les commandes de numérotation.
25268 \end_layout
25269
25270 \begin_layout Section
25271 Faire référence à des flottants
25272 \begin_inset CommandInset label
25273 LatexCommand label
25274 name "sec:Referencer-les-Flottants"
25275
25276 \end_inset
25277
25278
25279 \begin_inset Index idx
25280 status collapsed
25281
25282 \begin_layout Plain Layout
25283 Flottants ! Références
25284 \end_layout
25285
25286 \end_inset
25287
25288
25289 \begin_inset Index idx
25290 status collapsed
25291
25292 \begin_layout Plain Layout
25293 References@Références ! à des Flottants 
25294 \end_layout
25295
25296 \end_inset
25297
25298
25299 \end_layout
25300
25301 \begin_layout Standard
25302 Pour faire référence à un flottant, insérez une étiquette dans sa légende
25303  en utilisant le menu 
25304 \family sans
25305 Insertion\SpecialChar \menuseparator
25306 Étiquette
25307 \family default
25308  ou le bouton 
25309 \begin_inset Info
25310 type  "icon"
25311 arg   "label-insert"
25312 \end_inset
25313
25314  de la barre d'outils.
25315  Une boîte grise de ce genre : 
25316 \begin_inset Graphics
25317         filename clipart/labelQt4.png
25318         lyxscale 85
25319         scale 85
25320         scaleBeforeRotation
25321
25322 \end_inset
25323
25324  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
25325  de saisir le texte de l'étiquette.
25326  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
25327  précédés d'un préfixe.
25328  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
25329  préfixe sera "
25330 \family sans
25331 fig:
25332 \family default
25333 ".
25334 \end_layout
25335
25336 \begin_layout Standard
25337 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
25338  Vous pouvez faire référence à cette étiquette en utilisant le menu 
25339 \family sans
25340 Insertion\SpecialChar \menuseparator
25341 Référence
25342 \begin_inset space ~
25343 \end_inset
25344
25345 Croisée
25346 \family default
25347  ou le bouton 
25348 \begin_inset Info
25349 type  "icon"
25350 arg   "dialog-show-new-inset ref"
25351 \end_inset
25352
25353  de la barre d'outils.
25354  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
25355  définies dans votre document.
25356  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
25357  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
25358  de la fenêtre de dialogue.
25359  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
25360  une.
25361  Une boîte grise de référence croisée comme celle-ci : 
25362 \begin_inset Graphics
25363         filename ../clipart/referenceQt4.png
25364         scale 85
25365         scaleBeforeRotation
25366
25367 \end_inset
25368
25369  va être insérée.
25370  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
25371  de la référence croisée.
25372 \end_layout
25373
25374 \begin_layout Standard
25375 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
25376  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
25377  les deux.
25378  Si une référence croisées fait référence à une étiquette qui n'existe pas,
25379  vous verrez deux points d'interrogation dans la sortie imprimée à la place
25380  du numéro de la référence.
25381 \end_layout
25382
25383 \begin_layout Standard
25384 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
25385  Les références vers l'étiquette modifiée seront mise à jour automatiquement
25386  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
25387  pas à vous en préoccuper.
25388 \end_layout
25389
25390 \begin_layout Standard
25391 Le bouton 
25392 \family sans
25393 Aller
25394 \begin_inset space ~
25395 \end_inset
25396
25397 à
25398 \begin_inset space ~
25399 \end_inset
25400
25401 l'étiquette
25402 \family default
25403  dans la fenêtre de référence croisée va positionner le curseur juste devant
25404  l'étiquette à laquelle on fait référence.
25405  Le nom du bouton bouton 
25406 \family sans
25407 Revenir
25408 \family default
25409  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
25410 \end_layout
25411
25412 \begin_layout Subsection
25413 Formats de références croisées
25414 \begin_inset CommandInset label
25415 LatexCommand label
25416 name "sub:Formats-Références-Croisées"
25417
25418 \end_inset
25419
25420
25421 \begin_inset Index idx
25422 status collapsed
25423
25424 \begin_layout Plain Layout
25425 References@Références ! Formats
25426 \end_layout
25427
25428 \end_inset
25429
25430
25431 \end_layout
25432
25433 \begin_layout Standard
25434 Il y a six types de références croisées :
25435 \end_layout
25436
25437 \begin_layout Description
25438 <référence>
25439 \begin_inset space ~
25440 \end_inset
25441
25442 : affiche le numéro de l'élément, c'est le choix implicite : 
25443 \begin_inset CommandInset ref
25444 LatexCommand ref
25445 reference "fig:Deux-images-déformées"
25446
25447 \end_inset
25448
25449
25450 \end_layout
25451
25452 \begin_layout Description
25453 (<référence>)
25454 \begin_inset space ~
25455 \end_inset
25456
25457 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
25458  normalement pour faire référence à des formules mathématiques, en particulier
25459  quand le mot 
25460 \begin_inset Quotes eld
25461 \end_inset
25462
25463 Équation
25464 \begin_inset Quotes erd
25465 \end_inset
25466
25467  est omis : 
25468 \begin_inset CommandInset ref
25469 LatexCommand eqref
25470 reference "eq:Wgn"
25471
25472 \end_inset
25473
25474
25475 \end_layout
25476
25477 \begin_layout Description
25478 <page>
25479 \begin_inset space ~
25480 \end_inset
25481
25482 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
25483 \begin_inset space ~
25484 \end_inset
25485
25486
25487 \begin_inset CommandInset ref
25488 LatexCommand pageref
25489 reference "fig:Deux-images-déformées"
25490
25491 \end_inset
25492
25493
25494 \end_layout
25495
25496 \begin_layout Description
25497 Sur
25498 \begin_inset space ~
25499 \end_inset
25500
25501 la
25502 \begin_inset space ~
25503 \end_inset
25504
25505 page
25506 \begin_inset space ~
25507 \end_inset
25508
25509 <page>
25510 \begin_inset space ~
25511 \end_inset
25512
25513 : affiche le mot 
25514 \begin_inset Quotes eld
25515 \end_inset
25516
25517 page
25518 \begin_inset Quotes erd
25519 \end_inset
25520
25521  suivi du numéro de la page sur laquelle se trouve l'élément : 
25522 \begin_inset CommandInset ref
25523 LatexCommand vpageref
25524 reference "fig:Deux-images-déformées"
25525
25526 \end_inset
25527
25528
25529 \end_layout
25530
25531 \begin_layout Description
25532 <référence>
25533 \begin_inset space ~
25534 \end_inset
25535
25536 page
25537 \begin_inset space ~
25538 \end_inset
25539
25540 <page>
25541 \begin_inset space ~
25542 \end_inset
25543
25544 : affiche le numéro de l'élément, le mot 
25545 \begin_inset Quotes eld
25546 \end_inset
25547
25548 page
25549 \begin_inset Quotes erd
25550 \end_inset
25551
25552  et le numéro de la page : 
25553 \begin_inset CommandInset ref
25554 LatexCommand vref
25555 reference "fig:Deux-images-déformées"
25556
25557 \end_inset
25558
25559
25560 \end_layout
25561
25562 \begin_layout Description
25563 Référence
25564 \begin_inset space ~
25565 \end_inset
25566
25567 mise
25568 \begin_inset space ~
25569 \end_inset
25570
25571 en
25572 \begin_inset space ~
25573 \end_inset
25574
25575 forme
25576 \begin_inset space ~
25577 \end_inset
25578
25579 : affiche une référence croisée qui définit son propre format.
25580 \begin_inset Newline newline
25581 \end_inset
25582
25583
25584 \begin_inset Note Greyedout
25585 status open
25586
25587 \begin_layout Plain Layout
25588
25589 \series bold
25590 Note:
25591 \series default
25592  Ce type de référence croisée n'est disponible que si vous avez installé
25593  le paquetage LaTeX 
25594 \series bold
25595 prettyref
25596 \series default
25597  ou 
25598 \series bold
25599 refstyle
25600 \series default
25601
25602 \begin_inset Index idx
25603 status collapsed
25604
25605 \begin_layout Plain Layout
25606 Paquetages LaTeX ! prettyref
25607 \end_layout
25608
25609 \end_inset
25610
25611
25612 \begin_inset Index idx
25613 status collapsed
25614
25615 \begin_layout Plain Layout
25616 Paquetages LaTeX ! refstyle
25617 \end_layout
25618
25619 \end_inset
25620
25621 .
25622 \end_layout
25623
25624 \end_inset
25625
25626
25627 \begin_inset Newline newline
25628 \end_inset
25629
25630 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
25631  fonction en utilisant l'option 
25632 \family sans
25633 Utiliser refstyle (à la place de prettyref) pour les références croisées
25634 \family default
25635  dans le menu 
25636 \family sans
25637 Document\SpecialChar \menuseparator
25638 Paramètres\SpecialChar \menuseparator
25639 Classe de document
25640 \family default
25641 .
25642  Le format est précisé en ajoutant la commande 
25643 \series bold
25644
25645 \backslash
25646 newrefformat
25647 \series default
25648  (prettyref) ou 
25649 \series bold
25650
25651 \backslash
25652 newref
25653 \series default
25654  (refstyle) au préambule du document.
25655  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
25656  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
25657 \begin_inset space ~
25658 \end_inset
25659
25660 :
25661 \begin_inset Newline newline
25662 \end_inset
25663
25664
25665 \series bold
25666
25667 \backslash
25668 newref{fig}{refcmd={Image sur la page 
25669 \backslash
25670 pageref{#1}}}
25671 \series default
25672
25673 \begin_inset Newline newline
25674 \end_inset
25675
25676 Pour plus d'information sur le format, jetez un œil sur la documentation
25677  du paquetage, 
25678 \begin_inset CommandInset citation
25679 LatexCommand cite
25680 key "prettyref,refstyle"
25681
25682 \end_inset
25683
25684 .
25685 \end_layout
25686
25687 \begin_layout Description
25688 Référence
25689 \begin_inset space ~
25690 \end_inset
25691
25692 textuelle: affiche la légende de la référence
25693 \begin_inset space ~
25694 \end_inset
25695
25696
25697 \begin_inset CommandInset ref
25698 LatexCommand nameref
25699 reference "fig:Deux-images-déformées"
25700
25701 \end_inset
25702
25703
25704 \end_layout
25705
25706 \begin_layout Standard
25707
25708 \family sans
25709 <page>
25710 \family default
25711  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
25712  précédente, la même page ou la page suivante.
25713  Vous verrez par exemple un texte du genre 
25714 \begin_inset Quotes eld
25715 \end_inset
25716
25717
25718 \family sans
25719 sur cette page
25720 \family default
25721
25722 \begin_inset Quotes erd
25723 \end_inset
25724
25725  à la place.
25726  Le style 
25727 \family sans
25728 <référence>
25729 \begin_inset space ~
25730 \end_inset
25731
25732 page
25733 \begin_inset space ~
25734 \end_inset
25735
25736 <page> 
25737 \family default
25738 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
25739  page.
25740 \end_layout
25741
25742 \begin_layout Standard
25743 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
25744  se trouve sont calculés automatiquement par LaTeX.
25745  Vous choisissez une des six variétés de références dans le champ Format
25746  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
25747  boîte de la référence croisée.
25748 \end_layout
25749
25750 \begin_layout Standard
25751 \begin_inset Note Greyedout
25752 status open
25753
25754 \begin_layout Plain Layout
25755
25756 \series bold
25757 Note:
25758 \series default
25759  L'utilisation du paquetage LaTeX 
25760 \series bold
25761 refstyle
25762 \series default
25763
25764 \begin_inset Index idx
25765 status collapsed
25766
25767 \begin_layout Plain Layout
25768 Paquetages LaTeX ! refstyle
25769 \end_layout
25770
25771 \end_inset
25772
25773  est recommandée parce que 
25774 \series bold
25775 prettyref
25776 \series default
25777
25778 \begin_inset Index idx
25779 status collapsed
25780
25781 \begin_layout Plain Layout
25782 Paquetages LaTeX ! prettyref
25783 \end_layout
25784
25785 \end_inset
25786
25787  ne connaît pas tous les raccourcis possibles pour les étiquettes
25788 \begin_inset Foot
25789 status collapsed
25790
25791 \begin_layout Plain Layout
25792 \begin_inset Quotes eld
25793 \end_inset
25794
25795 fig:
25796 \begin_inset Quotes erd
25797 \end_inset
25798
25799  est par exemple le raccourci LyX pour les étiquettes dans les légendes
25800  de figures,.
25801 \end_layout
25802
25803 \end_inset
25804
25805  et n'est pas internationalisé.
25806 \end_layout
25807
25808 \end_inset
25809
25810
25811 \end_layout
25812
25813 \begin_layout Standard
25814 \begin_inset Note Greyedout
25815 status open
25816
25817 \begin_layout Plain Layout
25818
25819 \series bold
25820 Note:
25821 \series default
25822  Du fait d'un bogue dans la paquetage LaTeX 
25823 \series bold
25824 varioref
25825 \series default
25826  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
25827  si la langue du document est le français.
25828  Pour contourner ce bogue, voir
25829 \begin_inset Newline newline
25830 \end_inset
25831
25832
25833 \begin_inset CommandInset href
25834 LatexCommand href
25835 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25836
25837 \end_inset
25838
25839 .
25840 \end_layout
25841
25842 \end_inset
25843
25844
25845 \end_layout
25846
25847 \begin_layout Subsection
25848 Nommage automatique des références croisées
25849 \begin_inset Index idx
25850 status collapsed
25851
25852 \begin_layout Plain Layout
25853 References@Références ! Nommage automatique
25854 \end_layout
25855
25856 \end_inset
25857
25858
25859 \end_layout
25860
25861 \begin_layout Standard
25862 Le paquetage LaTeX 
25863 \series bold
25864 hyperref
25865 \series default
25866
25867 \begin_inset Index idx
25868 status collapsed
25869
25870 \begin_layout Plain Layout
25871 Paquetages LaTeX ! hyperref
25872 \end_layout
25873
25874 \end_inset
25875
25876
25877 \series bold
25878
25879 \series default
25880 qui est activé dans la rubrique 
25881 \family sans
25882 Propriétés du PDF
25883 \family default
25884  de la fenêtre de dialogue 
25885 \family sans
25886 Paramètres du document
25887 \family default
25888  fournit une fonction très utile pour automatiser la création des références
25889  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
25890  une section).
25891  Par exemple pour vous éviter de devoir écrire le mot 
25892 \begin_inset Quotes eld
25893 \end_inset
25894
25895 Figure
25896 \begin_inset Quotes erd
25897 \end_inset
25898
25899  devant chaque référence à une figure.
25900  Pour profiter de ce nommage automatique des références croisées, vous devez
25901  activer 
25902 \series bold
25903 hyperref
25904 \series default
25905  et insérer la ligne suivante dans le préambule du document :
25906 \end_layout
25907
25908 \begin_layout Standard
25909
25910 \series bold
25911
25912 \backslash
25913 AtBeginDocument{
25914 \backslash
25915 renewcommand{
25916 \backslash
25917 ref}[1]{
25918 \backslash
25919 mbox{
25920 \backslash
25921 autoref{#1}}}}
25922 \end_layout
25923
25924 \begin_layout Standard
25925 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
25926  défaut, par exemple vous préférez le nom 
25927 \begin_inset Quotes eld
25928 \end_inset
25929
25930 sec.
25931 \begin_inset space \thinspace{}
25932 \end_inset
25933
25934
25935 \begin_inset Quotes eld
25936 \end_inset
25937
25938  plutôt que 
25939 \begin_inset Quotes eld
25940 \end_inset
25941
25942 section
25943 \begin_inset Quotes erd
25944 \end_inset
25945
25946 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
25947 \end_layout
25948
25949 \begin_layout Standard
25950
25951 \series bold
25952
25953 \backslash
25954 addto
25955 \backslash
25956 extrasfrench{
25957 \backslash
25958 renewcommand{
25959 \backslash
25960 sectionautorefname}
25961 \begin_inset Newline newline
25962 \end_inset
25963
25964
25965 \begin_inset Phantom HPhantom
25966 status open
25967
25968 \begin_layout Plain Layout
25969
25970 \series bold
25971 \begin_inset space ~
25972 \end_inset
25973
25974
25975 \end_layout
25976
25977 \end_inset
25978
25979 {sec.
25980 \backslash
25981 negthinspace}}
25982 \end_layout
25983
25984 \begin_layout Standard
25985 Si vous utilisez une autre langue que le français, remplacez 
25986 \series bold
25987
25988 \backslash
25989 extrasfrench
25990 \series default
25991  par 
25992 \series bold
25993
25994 \backslash
25995 extras***
25996 \series default
25997 , où *** est le nom de la langue que vous utilisez.
25998
25999 \series bold
26000  
26001 \end_layout
26002
26003 \begin_layout Standard
26004 Pour avoir des noms automatiques, mais pas pour certains types de références,
26005  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
26006 \end_layout
26007
26008 \begin_layout Standard
26009
26010 \series bold
26011
26012 \backslash
26013 addto
26014 \backslash
26015 extrasfrench{
26016 \backslash
26017 renewcommand*{
26018 \backslash
26019 equationautorefname}[1]{}}
26020 \end_layout
26021
26022 \begin_layout Standard
26023 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
26024  de 
26025 \series bold
26026 hyperref
26027 \series default
26028  
26029 \begin_inset CommandInset citation
26030 LatexCommand cite
26031 key "hyperref"
26032
26033 \end_inset
26034
26035 .
26036 \end_layout
26037
26038 \begin_layout Standard
26039 \begin_inset Note Greyedout
26040 status open
26041
26042 \begin_layout Plain Layout
26043
26044 \series bold
26045 Note:
26046 \series default
26047  Le nommage automatique de références ne peut être utilisé si vous avez
26048  choisi le style de référence 
26049 \family sans
26050 Référence
26051 \begin_inset space ~
26052 \end_inset
26053
26054 mise
26055 \begin_inset space ~
26056 \end_inset
26057
26058 en
26059 \begin_inset space ~
26060 \end_inset
26061
26062 forme
26063 \family default
26064  décrit dans la section
26065 \begin_inset space ~
26066 \end_inset
26067
26068
26069 \begin_inset CommandInset ref
26070 LatexCommand ref
26071 reference "sub:Formats-Références-Croisées"
26072
26073 \end_inset
26074
26075 .
26076 \end_layout
26077
26078 \end_inset
26079
26080
26081 \end_layout
26082
26083 \begin_layout Standard
26084 Le manuel 
26085 \emph on
26086 Math
26087 \emph default
26088  est un exemple dans lequel on a utilisé le référencement automatique.
26089 \end_layout
26090
26091 \begin_layout Subsection
26092 Positionnement des références 
26093 \begin_inset CommandInset label
26094 LatexCommand label
26095 name "sub:Reference-Position"
26096
26097 \end_inset
26098
26099
26100 \begin_inset Index idx
26101 status collapsed
26102
26103 \begin_layout Plain Layout
26104 References@Références ! Positionnement
26105 \end_layout
26106
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \begin_layout Standard
26113 Si vous utilisez le paquetage 
26114 \series bold
26115 hyperref, 
26116 \series default
26117 qui est activé dans la rubrique 
26118 \family sans
26119 Propriétés du PDF
26120 \family default
26121  de la fenêtre de dialogue 
26122 \family sans
26123 Paramètres du document,
26124 \family default
26125  pour lier vos références croisées dans la sortie finale, vous verrez que
26126  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
26127  l'image.
26128  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
26129  pourrez voir l'image sans faire défiler le texte.
26130  Ce problème vient du fait que le point d'ancrage de la référence se situe
26131  à l'endroit de l'étiquette.
26132  En utilisant le paquetage LaTeX 
26133 \series bold
26134 hypcap
26135 \series default
26136
26137 \begin_inset Index idx
26138 status collapsed
26139
26140 \begin_layout Plain Layout
26141 Paquetages LaTeX ! hypcap
26142 \end_layout
26143
26144 \end_inset
26145
26146 , qui fait partie du paquetage LaTeX 
26147 \series bold
26148 oberdiek
26149 \series default
26150
26151 \begin_inset Index idx
26152 status collapsed
26153
26154 \begin_layout Plain Layout
26155 Paquetages LaTeX ! oberdiek
26156 \end_layout
26157
26158 \end_inset
26159
26160 , le point d'ancrage d'un lien est place en haut du flottant.
26161  Pour utiliser cette fonction avec les flottants de figure, chargez 
26162 \series bold
26163 hypcap
26164 \series default
26165  dans l'entête du document avec la ligne
26166 \end_layout
26167
26168 \begin_layout Standard
26169
26170 \series bold
26171
26172 \backslash
26173 usepackage[figure]{hypcap}
26174 \end_layout
26175
26176 \begin_layout Standard
26177 Vous pouvez aussi utiliser 
26178 \series bold
26179 hypcap
26180 \series default
26181  pour tous les types de flottants, mais ce n'est pas recommandé pour des
26182  raisons de stabilité.
26183  Pour plus d'information, jetez un coup d'œil au manuel d' 
26184 \series bold
26185 hypcap
26186 \series default
26187  
26188 \begin_inset CommandInset citation
26189 LatexCommand cite
26190 key "hypcap"
26191
26192 \end_inset
26193
26194 .
26195 \end_layout
26196
26197 \begin_layout Standard
26198 \begin_inset Note Greyedout
26199 status open
26200
26201 \begin_layout Plain Layout
26202
26203 \series bold
26204 Note:
26205 \series default
26206  
26207 \series bold
26208 hypcap
26209 \series default
26210  n'a aucun effet pour les références à des sous-figures.
26211 \end_layout
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \begin_layout Section
26219 Placement des flottants
26220 \begin_inset CommandInset label
26221 LatexCommand label
26222 name "sec:Placement-flottants"
26223
26224 \end_inset
26225
26226
26227 \begin_inset Index idx
26228 status collapsed
26229
26230 \begin_layout Plain Layout
26231 Flottants ! Placement
26232 \end_layout
26233
26234 \end_inset
26235
26236
26237 \end_layout
26238
26239 \begin_layout Standard
26240 En faisant un clic droit sur la boîte d'un flottant et 
26241 \lang english
26242 clicking on 
26243 \family sans
26244 Settings
26245 \family default
26246 \lang french
26247  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
26248  paramètres de placement que LaTeX utilise pour déterminer où placer le
26249  flottant.
26250 \begin_inset Newline newline
26251 \end_inset
26252
26253 L'option 
26254 \family sans
26255 Plusieurs
26256 \begin_inset space ~
26257 \end_inset
26258
26259 colonnes
26260 \family default
26261  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
26262  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
26263  confiné sur une seule colonne.
26264 \begin_inset Newline newline
26265 \end_inset
26266
26267 L'option 
26268 \family sans
26269 Rotation
26270 \begin_inset space ~
26271 \end_inset
26272
26273 90°
26274 \family default
26275  est utilisée pour faire tourner les flottants, voyez la section
26276 \begin_inset space ~
26277 \end_inset
26278
26279
26280 \begin_inset CommandInset ref
26281 LatexCommand ref
26282 reference "sec:Flottants-renversés"
26283
26284 \end_inset
26285
26286 .
26287 \end_layout
26288
26289 \begin_layout Standard
26290 En désactivant l'option 
26291 \family sans
26292 Utilise
26293 \begin_inset space ~
26294 \end_inset
26295
26296 le
26297 \begin_inset space ~
26298 \end_inset
26299
26300 placement
26301 \begin_inset space ~
26302 \end_inset
26303
26304 par
26305 \begin_inset space ~
26306 \end_inset
26307
26308 défaut
26309 \family default
26310  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
26311  le placement du flottant:
26312 \end_layout
26313
26314 \begin_layout Description
26315 Ici,
26316 \begin_inset space ~
26317 \end_inset
26318
26319 si
26320 \begin_inset space ~
26321 \end_inset
26322
26323 possible: essaie de placer le flottant à la position où il a été inséré
26324  dans LyX
26325 \end_layout
26326
26327 \begin_layout Description
26328 Haut
26329 \begin_inset space ~
26330 \end_inset
26331
26332 de
26333 \begin_inset space ~
26334 \end_inset
26335
26336 la
26337 \begin_inset space ~
26338 \end_inset
26339
26340 page: essaie de placer le flottant en haut de la page courante
26341 \end_layout
26342
26343 \begin_layout Description
26344 Bas
26345 \begin_inset space ~
26346 \end_inset
26347
26348 de
26349 \begin_inset space ~
26350 \end_inset
26351
26352 la
26353 \begin_inset space ~
26354 \end_inset
26355
26356 page: essaie de placer le flottant en bas de la page courante
26357 \end_layout
26358
26359 \begin_layout Description
26360 Page
26361 \begin_inset space ~
26362 \end_inset
26363
26364 de
26365 \begin_inset space ~
26366 \end_inset
26367
26368 flottants: essaie de placer le flottant sur une page à part, éventuellement
26369  avec d'autres flottants 
26370 \end_layout
26371
26372 \begin_layout Standard
26373 LaTeX utilise
26374 \emph on
26375  toujours 
26376 \emph default
26377 les options dans l'ordre donné ci-dessus.
26378  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
26379  d'abord essayer 
26380 \family sans
26381 Ici
26382 \begin_inset space ~
26383 \end_inset
26384
26385 si
26386 \begin_inset space ~
26387 \end_inset
26388
26389 possible
26390 \family default
26391 , ensuite 
26392 \family sans
26393 Haut
26394 \begin_inset space ~
26395 \end_inset
26396
26397 de
26398 \begin_inset space ~
26399 \end_inset
26400
26401 la
26402 \begin_inset space ~
26403 \end_inset
26404
26405 page
26406 \family default
26407 , et ainsi de suite.
26408  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
26409  que vous avez cochées, mais dans l'ordre donné ci-dessus.
26410  Si aucune des quatre options de placement n'est possible, la procédure
26411  est répétée avec la possibilité de mettre les flottant sur la page suivante.
26412 \end_layout
26413
26414 \begin_layout Standard
26415 Implicitement, chaque option a ses propres règles d'application:
26416 \end_layout
26417
26418 \begin_layout Standard
26419
26420 \family sans
26421 Haut
26422 \begin_inset space ~
26423 \end_inset
26424
26425 de
26426 \begin_inset space ~
26427 \end_inset
26428
26429 la
26430 \begin_inset space ~
26431 \end_inset
26432
26433 page
26434 \family default
26435  : seuls les flottants occupant moins de 70% de la page peuvent être placés
26436  en haut de page (
26437 \series bold
26438
26439 \backslash
26440 topfraction
26441 \series default
26442 ).
26443 \end_layout
26444
26445 \begin_layout Standard
26446
26447 \family sans
26448 Bas
26449 \begin_inset space ~
26450 \end_inset
26451
26452 de
26453 \begin_inset space ~
26454 \end_inset
26455
26456 la
26457 \begin_inset space ~
26458 \end_inset
26459
26460 page
26461 \family default
26462  : seuls les flottants occupant moins de 30% de la page peuvent être placés
26463  en bas de page (
26464 \series bold
26465
26466 \backslash
26467 bottomfraction
26468 \series default
26469 ).
26470 \end_layout
26471
26472 \begin_layout Standard
26473
26474 \family sans
26475 Page
26476 \begin_inset space ~
26477 \end_inset
26478
26479 de
26480 \begin_inset space ~
26481 \end_inset
26482
26483 flottants
26484 \family default
26485  : plusieurs flottants peuvent être placés ensembles sur une page seulement
26486  si ils occupent plus de 50% de celle-ci (
26487 \series bold
26488
26489 \backslash
26490 floatpagefraction
26491 \series default
26492 ).
26493 \end_layout
26494
26495 \begin_layout Standard
26496 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
26497  supplémentaire 
26498 \family sans
26499 Ignorer
26500 \begin_inset space ~
26501 \end_inset
26502
26503 les
26504 \begin_inset space ~
26505 \end_inset
26506
26507 règles
26508 \begin_inset space ~
26509 \end_inset
26510
26511 LaTeX
26512 \family default
26513 \lang english
26514 .
26515 \begin_inset Newline newline
26516 \end_inset
26517
26518
26519 \lang french
26520 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
26521  données entre parenthèses après les descriptions des règles données ci-dessus.
26522  Par exemple, pour augmenter à 50
26523 \begin_inset space \thinspace{}
26524 \end_inset
26525
26526 % la valeur de la règle de bas de page dont la valeur implicite est souvent
26527  trop petite, ajoutez cette ligne au préambule de votre document :
26528 \end_layout
26529
26530 \begin_layout Standard
26531
26532 \series bold
26533
26534 \backslash
26535 renewcommand{
26536 \backslash
26537 bottomfraction}{0.5}
26538 \end_layout
26539
26540 \begin_layout Standard
26541 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
26542  exactement à l'endroit où vous l'avez inséré.
26543  dans ce cas utilisez l'option 
26544 \family sans
26545 Ici
26546 \begin_inset space ~
26547 \end_inset
26548
26549 à
26550 \begin_inset space ~
26551 \end_inset
26552
26553 tout
26554 \begin_inset space ~
26555 \end_inset
26556
26557 Prix
26558 \family default
26559 .
26560  Utilisez cette option le moins souvent possible et seulement quand le document
26561  est presque prêt à être imprimé.
26562  En effet, le flottant n'est plus capable de 
26563 \begin_inset Quotes eld
26564 \end_inset
26565
26566 flotter
26567 \begin_inset Quotes erd
26568 \end_inset
26569
26570 , ce qui peut perturber toutes les mises en page.
26571 \end_layout
26572
26573 \begin_layout Standard
26574 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
26575  sont toujours entourés par le texte d'un paragraphe donné.
26576 \begin_inset VSpace bigskip
26577 \end_inset
26578
26579
26580 \end_layout
26581
26582 \begin_layout Standard
26583 On peut parfois se trouver dans la situation où un flottant est placé en
26584  haut d'une page alors que la section concernée ne commence qu'au milieu
26585  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
26586  la section précédente.
26587  On peut utiliser la commande LaTeX 
26588 \series bold
26589
26590 \backslash
26591 suppressfloats
26592 \series default
26593  pour éviter ce cas.
26594  Elle empêche le placement d'un flottant donné dans la page dans laquelle
26595  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
26596  soit placé avant que la section commence.
26597  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
26598  votre document :
26599 \end_layout
26600
26601 \begin_layout Standard
26602
26603 \series bold
26604
26605 \backslash
26606 let
26607 \backslash
26608 mySection
26609 \backslash
26610 section
26611 \begin_inset Newline newline
26612 \end_inset
26613
26614
26615 \backslash
26616 renewcommand{
26617 \backslash
26618 section}{
26619 \backslash
26620 suppressfloats[t]
26621 \backslash
26622 mySection}
26623 \end_layout
26624
26625 \begin_layout Standard
26626 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
26627  comme les chapitres et les sous-sections.
26628  Il n'est pas recommandé d'utiliser cette définition avec des portions de
26629  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
26630  ensuite avoir du mal à trouver un positionnement correct.
26631 \end_layout
26632
26633 \begin_layout Standard
26634 \begin_inset VSpace bigskip
26635 \end_inset
26636
26637 Dans certains cas il est demandé de placer toutes les figures et tous les
26638  tableaux à la fin du document.
26639  C'est pour de telles situations que le paquetage LaTeX 
26640 \series bold
26641 endfloat
26642 \series default
26643
26644 \begin_inset Index idx
26645 status collapsed
26646
26647 \begin_layout Plain Layout
26648 Paquetages LaTeX ! endfloat
26649 \end_layout
26650
26651 \end_inset
26652
26653  a été développé.
26654  Il met en effet tous les flottants de figures et de tableaux à la fin du
26655  document dans leurs propres sections.
26656  À la position d'origine du flottant, une indication textuelle du genre
26657  
26658 \begin_inset Quotes eld
26659 \end_inset
26660
26661
26662 \family sans
26663 [Figure
26664 \begin_inset space ~
26665 \end_inset
26666
26667 3.2 
26668 \lang english
26669 about here.
26670 \lang french
26671 ]
26672 \family default
26673
26674 \begin_inset Quotes erd
26675 \end_inset
26676
26677  est insérée.
26678  Le paquetage 
26679 \series bold
26680 endfloat
26681 \series default
26682  est chargé dans le préambule avec la ligne suivante 
26683 \end_layout
26684
26685 \begin_layout Standard
26686
26687 \series bold
26688
26689 \backslash
26690 usepackage[options]{endfloat}
26691 \end_layout
26692
26693 \begin_layout Standard
26694 Il y a aussi de nombreuses options de paquetage pour modifier le format
26695  des sections de figures ou de tableau qui sont créées.
26696  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
26697  
26698 \series bold
26699 endfloa
26700 \series default
26701
26702 \begin_inset CommandInset citation
26703 LatexCommand cite
26704 key "endfloat"
26705
26706 \end_inset
26707
26708 .
26709 \begin_inset Newline newline
26710 \end_inset
26711
26712
26713 \begin_inset Note Greyedout
26714 status open
26715
26716 \begin_layout Plain Layout
26717
26718 \series bold
26719 Note: endfloat
26720 \series default
26721  ne fournit pas de traduction automatique de l'indication textuelle, vous
26722  devez donc le faire manuellement, voyez la section
26723 \begin_inset space ~
26724 \end_inset
26725
26726 4 de 
26727 \begin_inset CommandInset citation
26728 LatexCommand cite
26729 key "endfloat"
26730
26731 \end_inset
26732
26733 .
26734 \end_layout
26735
26736 \end_inset
26737
26738
26739 \begin_inset Newline newline
26740 \end_inset
26741
26742
26743 \begin_inset Note Greyedout
26744 status open
26745
26746 \begin_layout Plain Layout
26747
26748 \series bold
26749 Note:
26750 \series default
26751  Il y a actuellement un bug dans le paquetage 
26752 \series bold
26753 endfloat
26754 \series default
26755  quand la légende contient un 
26756 \begin_inset Quotes eld
26757 \end_inset
26758
26759 ß
26760 \begin_inset Quotes erd
26761 \end_inset
26762
26763  allemand.
26764  Utilisez dans ce cas la commande 
26765 \begin_inset Quotes eld
26766 \end_inset
26767
26768
26769 \series bold
26770
26771 \backslash
26772 ss
26773 \series default
26774
26775 \begin_inset Quotes erd
26776 \end_inset
26777
26778  en code TeX à la place du 
26779 \begin_inset Quotes eld
26780 \end_inset
26781
26782 ß
26783 \begin_inset Quotes erd
26784 \end_inset
26785
26786 .
26787 \end_layout
26788
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \begin_layout Standard
26795 \begin_inset VSpace bigskip
26796 \end_inset
26797
26798 Pour plus d'information sur les manières de placer les flottants, jetez
26799  un coup d'œil aux livres sur LaTeX, 
26800 \begin_inset CommandInset citation
26801 LatexCommand cite
26802 key "latexcompanion,latexguide,latexbook"
26803
26804 \end_inset
26805
26806 .
26807 \end_layout
26808
26809 \begin_layout Section
26810 Flottants renversés
26811 \begin_inset CommandInset label
26812 LatexCommand label
26813 name "sec:Flottants-renversés"
26814
26815 \end_inset
26816
26817
26818 \begin_inset Index idx
26819 status collapsed
26820
26821 \begin_layout Plain Layout
26822 Flottants ! Renversés
26823 \end_layout
26824
26825 \end_inset
26826
26827
26828 \end_layout
26829
26830 \begin_layout Standard
26831 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
26832  tableaux très larges.
26833  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
26834  un clic droit sur la boîte du flottant et utilisez l'option 
26835 \family sans
26836 Rotation
26837 \begin_inset space ~
26838 \end_inset
26839
26840 90°
26841 \family default
26842 .
26843 \end_layout
26844
26845 \begin_layout Standard
26846 Les flottants renversés sont systématiquement placés sur leur propre page
26847  ( ou colonne, si vous avez un document sur deux colonnes ).
26848  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
26849  
26850 \family sans
26851 Plusieurs
26852 \begin_inset space ~
26853 \end_inset
26854
26855 colonnes
26856 \family default
26857  dans les paramètres du flottant.
26858  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
26859  du côté de la marge externe.
26860  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
26861  ajouter soit l'option 
26862 \series bold
26863 figuresleft
26864 \series default
26865  soit l'option 
26866 \series bold
26867 figuresright
26868 \series default
26869  aux options de la classe de document.
26870 \end_layout
26871
26872 \begin_layout Standard
26873 Faire référence à un flottant renversé se fait de la même manière que pour
26874  un flottant normal, la mise en forme de la légende est aussi identique
26875  : Le tableau
26876 \begin_inset space ~
26877 \end_inset
26878
26879
26880 \begin_inset CommandInset ref
26881 LatexCommand ref
26882 reference "tab:Tableau-pivoté"
26883
26884 \end_inset
26885
26886  est un exemple de flottant de tableau renversé.
26887 \end_layout
26888
26889 \begin_layout Standard
26890 \begin_inset Note Greyedout
26891 status open
26892
26893 \begin_layout Plain Layout
26894
26895 \series bold
26896 Note:
26897 \series default
26898  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
26899  DVI.
26900 \end_layout
26901
26902 \end_inset
26903
26904
26905 \end_layout
26906
26907 \begin_layout Standard
26908 \begin_inset Float table
26909 wide false
26910 sideways true
26911 status open
26912
26913 \begin_layout Plain Layout
26914 \begin_inset Caption Standard
26915
26916 \begin_layout Plain Layout
26917 \begin_inset CommandInset label
26918 LatexCommand label
26919 name "tab:Tableau-pivoté"
26920
26921 \end_inset
26922
26923  Tableau pivoté
26924 \end_layout
26925
26926 \end_inset
26927
26928
26929 \end_layout
26930
26931 \begin_layout Plain Layout
26932 \align center
26933 \begin_inset Tabular
26934 <lyxtabular version="3" rows="1" columns="5">
26935 <features rotate="0" tabularvalignment="middle">
26936 <column alignment="center" valignment="top">
26937 <column alignment="center" valignment="top">
26938 <column alignment="center" valignment="top">
26939 <column alignment="center" valignment="top">
26940 <column alignment="center" valignment="top">
26941 <row>
26942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26943 \begin_inset Text
26944
26945 \begin_layout Plain Layout
26946 test
26947 \end_layout
26948
26949 \end_inset
26950 </cell>
26951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26952 \begin_inset Text
26953
26954 \begin_layout Plain Layout
26955 b
26956 \end_layout
26957
26958 \end_inset
26959 </cell>
26960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26961 \begin_inset Text
26962
26963 \begin_layout Plain Layout
26964 c
26965 \end_layout
26966
26967 \end_inset
26968 </cell>
26969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26970 \begin_inset Text
26971
26972 \begin_layout Plain Layout
26973 d
26974 \end_layout
26975
26976 \end_inset
26977 </cell>
26978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26979 \begin_inset Text
26980
26981 \begin_layout Plain Layout
26982 e
26983 \end_layout
26984
26985 \end_inset
26986 </cell>
26987 </row>
26988 </lyxtabular>
26989
26990 \end_inset
26991
26992
26993 \end_layout
26994
26995 \end_inset
26996
26997
26998 \end_layout
26999
27000 \begin_layout Section
27001 Sous-flottants
27002 \begin_inset Index idx
27003 status collapsed
27004
27005 \begin_layout Plain Layout
27006 Flottants ! Sous-flottants
27007 \end_layout
27008
27009 \end_inset
27010
27011
27012 \end_layout
27013
27014 \begin_layout Standard
27015 Un exemple de sous-flottant : une figure composée de plusieurs images.
27016  On les crée en insérant un flottant dans un flottant existant.
27017  Le positionnement des sous-flottants peut être contrôlé comme pour les
27018  paragraphes comme on le voit avec les tableaux
27019 \begin_inset space ~
27020 \end_inset
27021
27022
27023 \begin_inset CommandInset ref
27024 LatexCommand ref
27025 reference "tab:Deux-sous-tableaux-cote-a-cote"
27026
27027 \end_inset
27028
27029  et 
27030 \begin_inset CommandInset ref
27031 LatexCommand ref
27032 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27033
27034 \end_inset
27035
27036 .
27037 \end_layout
27038
27039 \begin_layout Standard
27040 On fait référence à des sous-flottants comme on le ferait avec des flottants
27041  normaux : Les tableaux
27042 \begin_inset space ~
27043 \end_inset
27044
27045
27046 \begin_inset CommandInset ref
27047 LatexCommand ref
27048 reference "tab:Le-sous-tableau-a"
27049
27050 \end_inset
27051
27052  et 
27053 \begin_inset CommandInset ref
27054 LatexCommand ref
27055 reference "tab:Le-sous-tableau-b"
27056
27057 \end_inset
27058
27059  sont des sous-tableaux du tableau
27060 \begin_inset space ~
27061 \end_inset
27062
27063
27064 \begin_inset CommandInset ref
27065 LatexCommand ref
27066 reference "tab:Deux-sous-tableaux-cote-a-cote"
27067
27068 \end_inset
27069
27070 .
27071 \end_layout
27072
27073 \begin_layout Standard
27074 \begin_inset Float table
27075 wide false
27076 sideways false
27077 status open
27078
27079 \begin_layout Plain Layout
27080 \begin_inset Caption Standard
27081
27082 \begin_layout Plain Layout
27083 \begin_inset CommandInset label
27084 LatexCommand label
27085 name "tab:Deux-sous-tableaux-cote-a-cote"
27086
27087 \end_inset
27088
27089 Deux sous-tableaux placés côte-à-côte.
27090 \end_layout
27091
27092 \end_inset
27093
27094
27095 \end_layout
27096
27097 \begin_layout Plain Layout
27098 \align center
27099 \begin_inset space \hfill{}
27100 \end_inset
27101
27102
27103 \begin_inset Float table
27104 wide false
27105 sideways false
27106 status collapsed
27107
27108 \begin_layout Plain Layout
27109 \begin_inset Caption Standard
27110
27111 \begin_layout Plain Layout
27112 \begin_inset CommandInset label
27113 LatexCommand label
27114 name "tab:Le-sous-tableau-a"
27115
27116 \end_inset
27117
27118 Le sous-tableau a
27119 \end_layout
27120
27121 \end_inset
27122
27123
27124 \end_layout
27125
27126 \begin_layout Plain Layout
27127 \align center
27128 \begin_inset Tabular
27129 <lyxtabular version="3" rows="1" columns="5">
27130 <features rotate="0" tabularvalignment="middle">
27131 <column alignment="center" valignment="top">
27132 <column alignment="center" valignment="top">
27133 <column alignment="center" valignment="top">
27134 <column alignment="center" valignment="top">
27135 <column alignment="center" valignment="top">
27136 <row>
27137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27138 \begin_inset Text
27139
27140 \begin_layout Plain Layout
27141 test
27142 \end_layout
27143
27144 \end_inset
27145 </cell>
27146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27147 \begin_inset Text
27148
27149 \begin_layout Plain Layout
27150 b
27151 \end_layout
27152
27153 \end_inset
27154 </cell>
27155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27156 \begin_inset Text
27157
27158 \begin_layout Plain Layout
27159 c
27160 \end_layout
27161
27162 \end_inset
27163 </cell>
27164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27165 \begin_inset Text
27166
27167 \begin_layout Plain Layout
27168 d
27169 \end_layout
27170
27171 \end_inset
27172 </cell>
27173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27174 \begin_inset Text
27175
27176 \begin_layout Plain Layout
27177 e
27178 \end_layout
27179
27180 \end_inset
27181 </cell>
27182 </row>
27183 </lyxtabular>
27184
27185 \end_inset
27186
27187
27188 \end_layout
27189
27190 \end_inset
27191
27192
27193 \begin_inset space \hfill{}
27194 \end_inset
27195
27196
27197 \begin_inset Float table
27198 wide false
27199 sideways false
27200 status collapsed
27201
27202 \begin_layout Plain Layout
27203 \begin_inset Caption Standard
27204
27205 \begin_layout Plain Layout
27206 \begin_inset CommandInset label
27207 LatexCommand label
27208 name "tab:Le-sous-tableau-b"
27209
27210 \end_inset
27211
27212 Le sous-tableau b.
27213 \end_layout
27214
27215 \end_inset
27216
27217
27218 \end_layout
27219
27220 \begin_layout Plain Layout
27221 \align center
27222 \begin_inset Tabular
27223 <lyxtabular version="3" rows="1" columns="5">
27224 <features rotate="0" tabularvalignment="middle">
27225 <column alignment="center" valignment="top">
27226 <column alignment="center" valignment="top">
27227 <column alignment="center" valignment="top">
27228 <column alignment="center" valignment="top">
27229 <column alignment="center" valignment="top">
27230 <row>
27231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27232 \begin_inset Text
27233
27234 \begin_layout Plain Layout
27235 e
27236 \end_layout
27237
27238 \end_inset
27239 </cell>
27240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27241 \begin_inset Text
27242
27243 \begin_layout Plain Layout
27244 d
27245 \end_layout
27246
27247 \end_inset
27248 </cell>
27249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27250 \begin_inset Text
27251
27252 \begin_layout Plain Layout
27253 c
27254 \end_layout
27255
27256 \end_inset
27257 </cell>
27258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27259 \begin_inset Text
27260
27261 \begin_layout Plain Layout
27262 b
27263 \end_layout
27264
27265 \end_inset
27266 </cell>
27267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27268 \begin_inset Text
27269
27270 \begin_layout Plain Layout
27271 test
27272 \end_layout
27273
27274 \end_inset
27275 </cell>
27276 </row>
27277 </lyxtabular>
27278
27279 \end_inset
27280
27281
27282 \end_layout
27283
27284 \end_inset
27285
27286
27287 \begin_inset space \hfill{}
27288 \end_inset
27289
27290
27291 \end_layout
27292
27293 \end_inset
27294
27295
27296 \end_layout
27297
27298 \begin_layout Standard
27299 \begin_inset Float table
27300 wide false
27301 sideways false
27302 status open
27303
27304 \begin_layout Plain Layout
27305 \begin_inset Caption Standard
27306
27307 \begin_layout Plain Layout
27308 \begin_inset CommandInset label
27309 LatexCommand label
27310 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27311
27312 \end_inset
27313
27314 Deux sous-tableaux placés l'un sur l'autre.
27315  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
27316 \end_layout
27317
27318 \end_inset
27319
27320
27321 \end_layout
27322
27323 \begin_layout Plain Layout
27324 \align center
27325 \begin_inset Float table
27326 wide false
27327 sideways false
27328 status collapsed
27329
27330 \begin_layout Plain Layout
27331 \begin_inset Caption Standard
27332
27333 \begin_layout Plain Layout
27334
27335 \end_layout
27336
27337 \end_inset
27338
27339
27340 \end_layout
27341
27342 \begin_layout Plain Layout
27343 \align center
27344 \begin_inset Tabular
27345 <lyxtabular version="3" rows="1" columns="4">
27346 <features rotate="0" tabularvalignment="middle">
27347 <column alignment="center" valignment="top">
27348 <column alignment="center" valignment="top">
27349 <column alignment="center" valignment="top">
27350 <column alignment="center" valignment="top">
27351 <row>
27352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27353 \begin_inset Text
27354
27355 \begin_layout Plain Layout
27356 test
27357 \end_layout
27358
27359 \end_inset
27360 </cell>
27361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27362 \begin_inset Text
27363
27364 \begin_layout Plain Layout
27365 test
27366 \end_layout
27367
27368 \end_inset
27369 </cell>
27370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27371 \begin_inset Text
27372
27373 \begin_layout Plain Layout
27374 test
27375 \end_layout
27376
27377 \end_inset
27378 </cell>
27379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27380 \begin_inset Text
27381
27382 \begin_layout Plain Layout
27383 test
27384 \end_layout
27385
27386 \end_inset
27387 </cell>
27388 </row>
27389 </lyxtabular>
27390
27391 \end_inset
27392
27393
27394 \end_layout
27395
27396 \end_inset
27397
27398
27399 \end_layout
27400
27401 \begin_layout Plain Layout
27402 \align center
27403 \begin_inset Float table
27404 wide false
27405 sideways false
27406 status collapsed
27407
27408 \begin_layout Plain Layout
27409 \begin_inset Caption Standard
27410
27411 \begin_layout Plain Layout
27412
27413 \end_layout
27414
27415 \end_inset
27416
27417
27418 \end_layout
27419
27420 \begin_layout Plain Layout
27421 \align center
27422 \begin_inset Tabular
27423 <lyxtabular version="3" rows="1" columns="5">
27424 <features rotate="0" tabularvalignment="middle">
27425 <column alignment="center" valignment="top">
27426 <column alignment="center" valignment="top">
27427 <column alignment="center" valignment="top">
27428 <column alignment="center" valignment="top">
27429 <column alignment="center" valignment="top">
27430 <row>
27431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27432 \begin_inset Text
27433
27434 \begin_layout Plain Layout
27435 a
27436 \end_layout
27437
27438 \end_inset
27439 </cell>
27440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27441 \begin_inset Text
27442
27443 \begin_layout Plain Layout
27444 b
27445 \end_layout
27446
27447 \end_inset
27448 </cell>
27449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27450 \begin_inset Text
27451
27452 \begin_layout Plain Layout
27453 c
27454 \end_layout
27455
27456 \end_inset
27457 </cell>
27458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27459 \begin_inset Text
27460
27461 \begin_layout Plain Layout
27462 d
27463 \end_layout
27464
27465 \end_inset
27466 </cell>
27467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27468 \begin_inset Text
27469
27470 \begin_layout Plain Layout
27471 e
27472 \end_layout
27473
27474 \end_inset
27475 </cell>
27476 </row>
27477 </lyxtabular>
27478
27479 \end_inset
27480
27481
27482 \end_layout
27483
27484 \end_inset
27485
27486
27487 \end_layout
27488
27489 \end_inset
27490
27491
27492 \end_layout
27493
27494 \begin_layout Section
27495 Flottants côte-à-côte
27496 \begin_inset Index idx
27497 status collapsed
27498
27499 \begin_layout Plain Layout
27500 Flottants ! côte-à-côte
27501 \end_layout
27502
27503 \end_inset
27504
27505
27506 \end_layout
27507
27508 \begin_layout Standard
27509 Pour placer des flottants côte-à-côte, comme pour la figure
27510 \begin_inset space ~
27511 \end_inset
27512
27513
27514 \begin_inset CommandInset ref
27515 LatexCommand ref
27516 reference "fig:Flottant-gauche"
27517
27518 \end_inset
27519
27520  et 
27521 \begin_inset CommandInset ref
27522 LatexCommand ref
27523 reference "fig:Flottant-droit"
27524
27525 \end_inset
27526
27527 , on n'utilise 
27528 \emph on
27529 qu'un seul 
27530 \emph default
27531 flottant.
27532  On y insère deux boîtes de minipages.
27533 \begin_inset Foot
27534 status collapsed
27535
27536 \begin_layout Plain Layout
27537 Les minipages sont décrites dans la section
27538 \begin_inset space ~
27539 \end_inset
27540
27541
27542 \begin_inset CommandInset ref
27543 LatexCommand ref
27544 reference "sec:Minipages"
27545
27546 \end_inset
27547
27548 .
27549 \end_layout
27550
27551 \end_inset
27552
27553  La largeur est mise à 45
27554 \begin_inset space \thinspace{}
27555 \end_inset
27556
27557 -50
27558 \begin_inset space \thinspace{}
27559 \end_inset
27560
27561 column% et l'alignement de la boîte à 
27562 \family sans
27563 Bas
27564 \family default
27565  pour chaque minipage.
27566  Les boîtes minipages contiennent l'image et la légende exactement comme
27567  avec un flottant.
27568  La seule différence est que l'unité de longueur 
27569 \family sans
27570 Largeur
27571 \begin_inset space ~
27572 \end_inset
27573
27574 colonne
27575 \begin_inset space ~
27576 \end_inset
27577
27578 %
27579 \family default
27580  utilisée pour l'image est maintenant définie par rapport à la largeur des
27581  boîtes minipages.
27582 \end_layout
27583
27584 \begin_layout Standard
27585 \begin_inset Float figure
27586 wide false
27587 sideways false
27588 status open
27589
27590 \begin_layout Plain Layout
27591 \begin_inset Box Frameless
27592 position "b"
27593 hor_pos "c"
27594 has_inner_box 1
27595 inner_pos "t"
27596 use_parbox 0
27597 use_makebox 0
27598 width "45col%"
27599 special "none"
27600 height "1in"
27601 height_special "totalheight"
27602 status open
27603
27604 \begin_layout Plain Layout
27605 \align center
27606 \begin_inset Graphics
27607         filename ../clipart/mobius.eps
27608         lyxscale 50
27609         width 100col%
27610         scaleBeforeRotation
27611
27612 \end_inset
27613
27614
27615 \end_layout
27616
27617 \begin_layout Plain Layout
27618 \begin_inset Caption Standard
27619
27620 \begin_layout Plain Layout
27621 \begin_inset CommandInset label
27622 LatexCommand label
27623 name "fig:Flottant-gauche"
27624
27625 \end_inset
27626
27627 Flottant du côté gauche.
27628 \end_layout
27629
27630 \end_inset
27631
27632
27633 \end_layout
27634
27635 \end_inset
27636
27637
27638 \begin_inset space \hfill{}
27639 \end_inset
27640
27641
27642 \begin_inset Box Frameless
27643 position "b"
27644 hor_pos "c"
27645 has_inner_box 1
27646 inner_pos "t"
27647 use_parbox 0
27648 use_makebox 0
27649 width "45col%"
27650 special "none"
27651 height "1in"
27652 height_special "totalheight"
27653 status open
27654
27655 \begin_layout Plain Layout
27656 \align center
27657 \begin_inset Graphics
27658         filename ../clipart/platypus.eps
27659         lyxscale 50
27660         width 100col%
27661         scaleBeforeRotation
27662
27663 \end_inset
27664
27665
27666 \end_layout
27667
27668 \begin_layout Plain Layout
27669 \begin_inset Caption Standard
27670
27671 \begin_layout Plain Layout
27672 \begin_inset CommandInset label
27673 LatexCommand label
27674 name "fig:Flottant-droit"
27675
27676 \end_inset
27677
27678 Flottant du côté droit.
27679 \end_layout
27680
27681 \end_inset
27682
27683
27684 \end_layout
27685
27686 \end_inset
27687
27688
27689 \end_layout
27690
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \begin_layout Section
27697 Mise en forme de la légende
27698 \begin_inset Index idx
27699 status collapsed
27700
27701 \begin_layout Plain Layout
27702 Légende ! Mise en forme
27703 \end_layout
27704
27705 \end_inset
27706
27707
27708 \begin_inset Index idx
27709 status collapsed
27710
27711 \begin_layout Plain Layout
27712 Flottants ! Mise en forme de la Légende
27713 \end_layout
27714
27715 \end_inset
27716
27717
27718 \begin_inset CommandInset label
27719 LatexCommand label
27720 name "sec:Formatage-légende"
27721
27722 \end_inset
27723
27724
27725 \end_layout
27726
27727 \begin_layout Standard
27728 L'environnement 
27729 \family sans
27730 Légende
27731 \family default
27732  est l'environnement de paragraphe implicite pour les 
27733 \family sans
27734 flottants
27735 \family default
27736 .
27737  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
27738  par exemple 
27739 \begin_inset Quotes eld
27740 \end_inset
27741
27742
27743 \family sans
27744 Figure #:
27745 \family default
27746
27747 \begin_inset Quotes erd
27748 \end_inset
27749
27750  suivi par le texte de la légende.
27751  Le 
27752 \begin_inset Quotes eld
27753 \end_inset
27754
27755 #
27756 \begin_inset Quotes erd
27757 \end_inset
27758
27759  étant remplacé par le numéro de référence réel.
27760  implicitement l'étiquette et le numéro sont dans la même police de caractères
27761  que le texte de la légende et deux points suivent le numéro pour séparer
27762  l'étiquette du texte.
27763  Ce format de légende n'est pas forcément adapté à tous les types de documents.
27764 \end_layout
27765
27766 \begin_layout Standard
27767 Pour modifier le format implicite des légendes, il faut charger le paquetage
27768  LaTeX 
27769 \series bold
27770 caption
27771 \series default
27772
27773 \begin_inset Index idx
27774 status collapsed
27775
27776 \begin_layout Plain Layout
27777 Paquetages LaTeX ! caption
27778 \end_layout
27779
27780 \end_inset
27781
27782  dans le préambule de votre document avec la ligne suivante :
27783 \end_layout
27784
27785 \begin_layout Standard
27786
27787 \series bold
27788
27789 \backslash
27790 usepackage[format definition]{caption}
27791 \end_layout
27792
27793 \begin_layout Standard
27794 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
27795  grasse et les légendes de tableau toujours au dessus des tableaux, comme
27796  dans ce document, utilisez les commandes suivantes :
27797 \end_layout
27798
27799 \begin_layout Standard
27800
27801 \series bold
27802
27803 \backslash
27804 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27805 \end_layout
27806
27807 \begin_layout Standard
27808 Vous pouvez aussi définir des formats de légendes différents pour les différents
27809  types de flottants.
27810  Dans ce cas chargez le paquetage 
27811 \series bold
27812 caption 
27813 \series default
27814 sans option de format spécifique et définissez les différents formats à
27815  l'aide de la commande 
27816 \end_layout
27817
27818 \begin_layout Standard
27819
27820 \series bold
27821
27822 \backslash
27823 captionsetup[type de flottant]{définition du format}
27824 \end_layout
27825
27826 \begin_layout Standard
27827 dans le préambule du document.
27828  Par exemple les formats de légende de la Figure
27829 \begin_inset space ~
27830 \end_inset
27831
27832
27833 \begin_inset CommandInset ref
27834 LatexCommand ref
27835 reference "fig:Legende-de-fig"
27836
27837 \end_inset
27838
27839  et du Tableau
27840 \begin_inset space ~
27841 \end_inset
27842
27843
27844 \begin_inset CommandInset ref
27845 LatexCommand ref
27846 reference "tab:Légende-de-tab"
27847
27848 \end_inset
27849
27850  peuvent être créés en utilisant les commandes suivantes dans le préambule
27851  :
27852 \end_layout
27853
27854 \begin_layout Standard
27855
27856 \series bold
27857
27858 \backslash
27859 usepackage[tableposition=top]{caption}
27860 \series default
27861
27862 \begin_inset Newline newline
27863 \end_inset
27864
27865
27866 \series bold
27867
27868 \backslash
27869 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27870 \begin_inset Newline newline
27871 \end_inset
27872
27873
27874 \begin_inset Phantom HPhantom
27875 status open
27876
27877 \begin_layout Plain Layout
27878
27879 \series bold
27880
27881 \backslash
27882 captionsetup[figure]{
27883 \end_layout
27884
27885 \end_inset
27886
27887 labelsep=period}
27888 \begin_inset Newline newline
27889 \end_inset
27890
27891
27892 \backslash
27893 captionsetup[table]{labelfont={bf,sf}}
27894 \end_layout
27895
27896 \begin_layout Standard
27897 \begin_inset Note Greyedout
27898 status open
27899
27900 \begin_layout Plain Layout
27901
27902 \series bold
27903 Note:
27904 \series default
27905  L'option 
27906 \series bold
27907 tableposition=top
27908 \series default
27909  n'a pas d'effet quand on utilise un document de classe 
27910 \series bold
27911 KOMA-Script
27912 \series default
27913
27914 \begin_inset Index idx
27915 status collapsed
27916
27917 \begin_layout Plain Layout
27918 Paquetages LaTeX ! KOMA-Script
27919 \end_layout
27920
27921 \end_inset
27922
27923 .
27924  Dans ce cas on doit utiliser l'option 
27925 \series bold
27926 captions=tableheading
27927 \series default
27928  de la classe de document.
27929 \end_layout
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \begin_layout Standard
27937 Pour plus d'information sur le paquetage 
27938 \series bold
27939 caption
27940 \series default
27941  nous vous renvoyons à sa documentation 
27942 \begin_inset CommandInset citation
27943 LatexCommand cite
27944 key "caption"
27945
27946 \end_inset
27947
27948 .
27949 \end_layout
27950
27951 \begin_layout Standard
27952 Pour changer le nom de l'étiquette, par exemple de 
27953 \begin_inset Quotes eld
27954 \end_inset
27955
27956 Figure
27957 \begin_inset Quotes erd
27958 \end_inset
27959
27960  à 
27961 \begin_inset Quotes eld
27962 \end_inset
27963
27964 Image
27965 \begin_inset Quotes erd
27966 \end_inset
27967
27968 , utilisez la commande suivante dans le préambule :
27969 \end_layout
27970
27971 \begin_layout Standard
27972
27973 \series bold
27974
27975 \backslash
27976 renewcommand{
27977 \backslash
27978 fnum@figure}{Image~
27979 \backslash
27980 thefigure}
27981 \end_layout
27982
27983 \begin_layout Standard
27984 où 
27985 \series bold
27986
27987 \backslash
27988 thefigure
27989 \series default
27990  insère le numéro de la figure et
27991 \series bold
27992  
27993 \begin_inset Quotes eld
27994 \end_inset
27995
27996 ~
27997 \series default
27998
27999 \begin_inset Quotes erd
28000 \end_inset
28001
28002  ajoute une espace insécable.
28003 \end_layout
28004
28005 \begin_layout Standard
28006 \begin_inset VSpace bigskip
28007 \end_inset
28008
28009 Si vous utilisez un document de classe 
28010 \series bold
28011 KOMA-Script
28012 \series default
28013
28014 \begin_inset Index idx
28015 status collapsed
28016
28017 \begin_layout Plain Layout
28018 Paquetages LaTeX ! KOMA-Script
28019 \end_layout
28020
28021 \end_inset
28022
28023  (
28024 \family sans
28025 article (KOMA-Script)
28026 \family default
28027
28028 \family sans
28029 book (KOMA-Script)
28030 \family default
28031
28032 \family sans
28033 letter (KOMA-Script)
28034 \family default
28035 , ou 
28036 \family sans
28037 report (KOMA-Script)
28038 \family default
28039
28040 \begin_inset space \thinspace{}
28041 \end_inset
28042
28043 ), Vous pouvez utiliser la commande incorporée 
28044 \series bold
28045
28046 \backslash
28047 setkomafont 
28048 \series default
28049 du paquetage
28050 \series bold
28051  KOMA-Script 
28052 \series default
28053 à la place du paquetage
28054 \series bold
28055  caption.
28056  
28057 \series default
28058 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
28059  suivante au préambule de votre document :
28060 \end_layout
28061
28062 \begin_layout Standard
28063
28064 \series bold
28065
28066 \backslash
28067 setkomafont{captionlabel}{
28068 \backslash
28069 bfseries}
28070 \end_layout
28071
28072 \begin_layout Standard
28073 Pour plus d'information au sujet de 
28074 \series bold
28075
28076 \backslash
28077 setkomafont
28078 \series default
28079  nous vous renvoyons à la documentation du paquetage 
28080 \series bold
28081 KOMA-Script
28082 \series default
28083  
28084 \begin_inset CommandInset citation
28085 LatexCommand cite
28086 key "KOMA-Script"
28087
28088 \end_inset
28089
28090 .
28091 \end_layout
28092
28093 \begin_layout Standard
28094 \begin_inset ERT
28095 status collapsed
28096
28097 \begin_layout Plain Layout
28098
28099
28100 \backslash
28101 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28102 }
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \begin_inset Note Note
28109 status open
28110
28111 \begin_layout Plain Layout
28112 Le format de la légende n'est modifié que pour cet exemple.
28113 \end_layout
28114
28115 \end_inset
28116
28117
28118 \end_layout
28119
28120 \begin_layout Standard
28121 \begin_inset Float figure
28122 placement !p
28123 wide false
28124 sideways false
28125 status open
28126
28127 \begin_layout Plain Layout
28128 \align center
28129 \begin_inset Graphics
28130         filename ../clipart/mobius.eps
28131         lyxscale 50
28132         scale 50
28133         scaleBeforeRotation
28134
28135 \end_inset
28136
28137
28138 \end_layout
28139
28140 \begin_layout Plain Layout
28141 \begin_inset Caption Standard
28142
28143 \begin_layout Plain Layout
28144 \begin_inset CommandInset label
28145 LatexCommand label
28146 name "fig:Legende-de-fig"
28147
28148 \end_inset
28149
28150 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
28151  pour montrer les différents types de formats de légendes.
28152  Ici on a utilisé un format de légende personnalisé.
28153 \end_layout
28154
28155 \end_inset
28156
28157
28158 \end_layout
28159
28160 \end_inset
28161
28162
28163 \end_layout
28164
28165 \begin_layout Standard
28166 \begin_inset ERT
28167 status collapsed
28168
28169 \begin_layout Plain Layout
28170
28171
28172 \backslash
28173 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28174 on}
28175 \end_layout
28176
28177 \end_inset
28178
28179
28180 \end_layout
28181
28182 \begin_layout Standard
28183 \begin_inset Float table
28184 placement !p
28185 wide false
28186 sideways false
28187 status open
28188
28189 \begin_layout Plain Layout
28190 \begin_inset Caption Standard
28191
28192 \begin_layout Plain Layout
28193 \begin_inset CommandInset label
28194 LatexCommand label
28195 name "tab:Légende-de-tab"
28196
28197 \end_inset
28198
28199 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
28200  pour montrer les différents types de formats de légendes.
28201  Ici on a utilisé le format de légende implicite.
28202 \end_layout
28203
28204 \end_inset
28205
28206
28207 \end_layout
28208
28209 \begin_layout Plain Layout
28210 \align center
28211 \begin_inset Tabular
28212 <lyxtabular version="3" rows="1" columns="5">
28213 <features rotate="0" tabularvalignment="middle">
28214 <column alignment="center" valignment="top">
28215 <column alignment="center" valignment="top">
28216 <column alignment="center" valignment="top">
28217 <column alignment="center" valignment="top">
28218 <column alignment="center" valignment="top">
28219 <row>
28220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28221 \begin_inset Text
28222
28223 \begin_layout Plain Layout
28224 a
28225 \end_layout
28226
28227 \end_inset
28228 </cell>
28229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28230 \begin_inset Text
28231
28232 \begin_layout Plain Layout
28233 b
28234 \end_layout
28235
28236 \end_inset
28237 </cell>
28238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28239 \begin_inset Text
28240
28241 \begin_layout Plain Layout
28242 c
28243 \end_layout
28244
28245 \end_inset
28246 </cell>
28247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28248 \begin_inset Text
28249
28250 \begin_layout Plain Layout
28251 d
28252 \end_layout
28253
28254 \end_inset
28255 </cell>
28256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28257 \begin_inset Text
28258
28259 \begin_layout Plain Layout
28260 e
28261 \end_layout
28262
28263 \end_inset
28264 </cell>
28265 </row>
28266 </lyxtabular>
28267
28268 \end_inset
28269
28270
28271 \end_layout
28272
28273 \end_inset
28274
28275
28276 \end_layout
28277
28278 \begin_layout Section
28279 Positionnement de la Légende
28280 \begin_inset Index idx
28281 status collapsed
28282
28283 \begin_layout Plain Layout
28284 Légende ! Placement
28285 \end_layout
28286
28287 \end_inset
28288
28289
28290 \begin_inset Index idx
28291 status collapsed
28292
28293 \begin_layout Plain Layout
28294 Flottants ! Placement de la légende
28295 \end_layout
28296
28297 \end_inset
28298
28299
28300 \begin_inset CommandInset label
28301 LatexCommand label
28302 name "sec:Placement-légende"
28303
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \begin_layout Standard
28310 La règle habituelle pour placer la légende est :
28311 \end_layout
28312
28313 \begin_layout Description
28314 Figure
28315 \begin_inset space ~
28316 \end_inset
28317
28318 : La légende est placée en dessous de la figure
28319 \end_layout
28320
28321 \begin_layout Description
28322 Tableau
28323 \begin_inset space ~
28324 \end_inset
28325
28326 : La légende est placée au dessus du tableau
28327 \end_layout
28328
28329 \begin_layout Standard
28330 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
28331  au dessus des tableaux.
28332  Ce qui fait que si vous utilisez une des classes de document 
28333 \family sans
28334 article
28335 \family default
28336
28337 \family sans
28338 book
28339 \family default
28340
28341 \family sans
28342 letter
28343 \family default
28344 , ou 
28345 \family sans
28346 report
28347 \family default
28348  il n'y aura pas d'espace libre entre la légende et le tableau.
28349  Pour insérer l'espace nécessaire, 
28350 \lang english
28351 load
28352 \lang french
28353  le paquetage LaTeX 
28354 \series bold
28355 caption
28356 \series default
28357
28358 \begin_inset Index idx
28359 status collapsed
28360
28361 \begin_layout Plain Layout
28362 Paquetages LaTeX ! caption
28363 \end_layout
28364
28365 \end_inset
28366
28367  dans le préambule de votre document avec l'option
28368 \begin_inset Foot
28369 status collapsed
28370
28371 \begin_layout Plain Layout
28372 Voir la section
28373 \begin_inset space ~
28374 \end_inset
28375
28376
28377 \begin_inset CommandInset ref
28378 LatexCommand ref
28379 reference "sec:Formatage-légende"
28380
28381 \end_inset
28382
28383  pour plus d'information sur le paquetage 
28384 \series bold
28385 caption
28386 \series default
28387 .
28388 \end_layout
28389
28390 \end_inset
28391
28392
28393 \end_layout
28394
28395 \begin_layout Standard
28396
28397 \series bold
28398 tableposition=top
28399 \end_layout
28400
28401 \begin_layout Standard
28402 Si vous utilisez une classe de document 
28403 \series bold
28404 KOMA-Script
28405 \series default
28406
28407 \begin_inset Index idx
28408 status collapsed
28409
28410 \begin_layout Plain Layout
28411 Paquetages LaTeX ! KOMA-Script
28412 \end_layout
28413
28414 \end_inset
28415
28416  (
28417 \family sans
28418 article (KOMA-Script)
28419 \family default
28420
28421 \family sans
28422 book (KOMA-Script)
28423 \family default
28424
28425 \family sans
28426 letter (KOMA-Script)
28427 \family default
28428 , ou 
28429 \family sans
28430 report (KOMA-Script)
28431 \family default
28432
28433 \begin_inset space \thinspace{}
28434 \end_inset
28435
28436 ), vous pouvez utiliser à la place du paquetage 
28437 \series bold
28438 caption
28439 \series default
28440  l'option
28441 \end_layout
28442
28443 \begin_layout Standard
28444
28445 \series bold
28446 captions=tableheading
28447 \end_layout
28448
28449 \begin_layout Standard
28450 de la classe de document.
28451 \begin_inset Foot
28452 status open
28453
28454 \begin_layout Plain Layout
28455
28456 \lang english
28457 That option is used in this document.
28458 \end_layout
28459
28460 \end_inset
28461
28462
28463 \end_layout
28464
28465 \begin_layout Standard
28466
28467 \lang english
28468 In documents with a KOMA-Script document class you can also right-click
28469  on a caption and mark in the context menu if this should be a caption above
28470  or below the table/figure.
28471  This way you can override the document-wide caption placement for certain
28472  captions.
28473  Table
28474 \lang french
28475
28476 \begin_inset space ~
28477 \end_inset
28478
28479
28480 \begin_inset CommandInset ref
28481 LatexCommand ref
28482 reference "tab:A-caption-marked"
28483
28484 \end_inset
28485
28486
28487 \lang english
28488  is an example where the caption is marked a being below the table while
28489  it is above.
28490  For comparison the caption in Table
28491 \lang french
28492
28493 \begin_inset space ~
28494 \end_inset
28495
28496
28497 \begin_inset CommandInset ref
28498 LatexCommand ref
28499 reference "tab:A-standard-table"
28500
28501 \end_inset
28502
28503
28504 \lang english
28505  is not marked.
28506 \end_layout
28507
28508 \begin_layout Standard
28509 \begin_inset Float table
28510 wide false
28511 sideways false
28512 status open
28513
28514 \begin_layout Plain Layout
28515 \begin_inset Caption Below
28516
28517 \begin_layout Plain Layout
28518 \begin_inset CommandInset label
28519 LatexCommand label
28520 name "tab:A-caption-marked"
28521
28522 \end_inset
28523
28524
28525 \lang english
28526 A caption marked as being below the table.
28527 \end_layout
28528
28529 \end_inset
28530
28531
28532 \end_layout
28533
28534 \begin_layout Plain Layout
28535 \align center
28536 \begin_inset Tabular
28537 <lyxtabular version="3" rows="3" columns="3">
28538 <features rotate="0" tabularvalignment="middle">
28539 <column alignment="center" valignment="top" width="0pt">
28540 <column alignment="center" valignment="top" width="0pt">
28541 <column alignment="center" valignment="top" width="0pt">
28542 <row>
28543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28544 \begin_inset Text
28545
28546 \begin_layout Plain Layout
28547 1
28548 \end_layout
28549
28550 \end_inset
28551 </cell>
28552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28553 \begin_inset Text
28554
28555 \begin_layout Plain Layout
28556 2
28557 \end_layout
28558
28559 \end_inset
28560 </cell>
28561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28562 \begin_inset Text
28563
28564 \begin_layout Plain Layout
28565 3
28566 \end_layout
28567
28568 \end_inset
28569 </cell>
28570 </row>
28571 <row>
28572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28573 \begin_inset Text
28574
28575 \begin_layout Plain Layout
28576 Joe
28577 \end_layout
28578
28579 \end_inset
28580 </cell>
28581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28582 \begin_inset Text
28583
28584 \begin_layout Plain Layout
28585 Mary
28586 \end_layout
28587
28588 \end_inset
28589 </cell>
28590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28591 \begin_inset Text
28592
28593 \begin_layout Plain Layout
28594 Ted
28595 \end_layout
28596
28597 \end_inset
28598 </cell>
28599 </row>
28600 <row>
28601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28602 \begin_inset Text
28603
28604 \begin_layout Plain Layout
28605 \begin_inset Formula $\int x^{2}dx$
28606 \end_inset
28607
28608
28609 \end_layout
28610
28611 \end_inset
28612 </cell>
28613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28614 \begin_inset Text
28615
28616 \begin_layout Plain Layout
28617 \begin_inset Formula $\left[\begin{array}{cc}
28618 a & b\\
28619 c & d
28620 \end{array}\right]$
28621 \end_inset
28622
28623
28624 \end_layout
28625
28626 \end_inset
28627 </cell>
28628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28629 \begin_inset Text
28630
28631 \begin_layout Plain Layout
28632 \begin_inset Formula $1+1=2$
28633 \end_inset
28634
28635
28636 \end_layout
28637
28638 \end_inset
28639 </cell>
28640 </row>
28641 </lyxtabular>
28642
28643 \end_inset
28644
28645
28646 \end_layout
28647
28648 \end_inset
28649
28650
28651 \end_layout
28652
28653 \begin_layout Standard
28654 \begin_inset Float table
28655 wide false
28656 sideways false
28657 status open
28658
28659 \begin_layout Plain Layout
28660 \begin_inset Caption Standard
28661
28662 \begin_layout Plain Layout
28663 \begin_inset CommandInset label
28664 LatexCommand label
28665 name "tab:A-standard-table"
28666
28667 \end_inset
28668
28669
28670 \lang english
28671 A standard table caption.
28672 \end_layout
28673
28674 \end_inset
28675
28676
28677 \end_layout
28678
28679 \begin_layout Plain Layout
28680 \align center
28681 \begin_inset Tabular
28682 <lyxtabular version="3" rows="3" columns="3">
28683 <features rotate="0" tabularvalignment="middle">
28684 <column alignment="center" valignment="top" width="0pt">
28685 <column alignment="center" valignment="top" width="0pt">
28686 <column alignment="center" valignment="top" width="0pt">
28687 <row>
28688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28689 \begin_inset Text
28690
28691 \begin_layout Plain Layout
28692 1
28693 \end_layout
28694
28695 \end_inset
28696 </cell>
28697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28698 \begin_inset Text
28699
28700 \begin_layout Plain Layout
28701 2
28702 \end_layout
28703
28704 \end_inset
28705 </cell>
28706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28707 \begin_inset Text
28708
28709 \begin_layout Plain Layout
28710 3
28711 \end_layout
28712
28713 \end_inset
28714 </cell>
28715 </row>
28716 <row>
28717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28718 \begin_inset Text
28719
28720 \begin_layout Plain Layout
28721 Joe
28722 \end_layout
28723
28724 \end_inset
28725 </cell>
28726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28727 \begin_inset Text
28728
28729 \begin_layout Plain Layout
28730 Mary
28731 \end_layout
28732
28733 \end_inset
28734 </cell>
28735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28736 \begin_inset Text
28737
28738 \begin_layout Plain Layout
28739 Ted
28740 \end_layout
28741
28742 \end_inset
28743 </cell>
28744 </row>
28745 <row>
28746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28747 \begin_inset Text
28748
28749 \begin_layout Plain Layout
28750 \begin_inset Formula $\int x^{2}dx$
28751 \end_inset
28752
28753
28754 \end_layout
28755
28756 \end_inset
28757 </cell>
28758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28759 \begin_inset Text
28760
28761 \begin_layout Plain Layout
28762 \begin_inset Formula $\left[\begin{array}{cc}
28763 a & b\\
28764 c & d
28765 \end{array}\right]$
28766 \end_inset
28767
28768
28769 \end_layout
28770
28771 \end_inset
28772 </cell>
28773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28774 \begin_inset Text
28775
28776 \begin_layout Plain Layout
28777 \begin_inset Formula $1+1=2$
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \end_inset
28784 </cell>
28785 </row>
28786 </lyxtabular>
28787
28788 \end_inset
28789
28790
28791 \end_layout
28792
28793 \end_inset
28794
28795
28796 \end_layout
28797
28798 \begin_layout Standard
28799 \begin_inset VSpace bigskip
28800 \end_inset
28801
28802 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
28803  Pour cela, vous devez charger le paquetage LaTeX 
28804 \series bold
28805 sidecap
28806 \series default
28807
28808 \begin_inset Index idx
28809 status collapsed
28810
28811 \begin_layout Plain Layout
28812 Paquetages LaTeX ! sidecap
28813 \end_layout
28814
28815 \end_inset
28816
28817  dans le préambule de votre document avec la ligne de commande suivante
28818 \end_layout
28819
28820 \begin_layout Standard
28821
28822 \series bold
28823
28824 \backslash
28825 usepackage[option]{sidecap}
28826 \end_layout
28827
28828 \begin_layout Standard
28829 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
28830  extérieure – à droite sur les pages impaires et à gauche sur les pages
28831  paires.
28832  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
28833  
28834 \series bold
28835 innercaption
28836 \series default
28837 .
28838  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
28839  
28840 \series bold
28841 rightcaption
28842 \series default
28843  ou 
28844 \series bold
28845 leftcaption
28846 \series default
28847 .
28848 \end_layout
28849
28850 \begin_layout Standard
28851 \begin_inset ERT
28852 status collapsed
28853
28854 \begin_layout Plain Layout
28855
28856
28857 \backslash
28858 ifsidecap
28859 \end_layout
28860
28861 \end_inset
28862
28863
28864 \begin_inset Note Note
28865 status open
28866
28867 \begin_layout Plain Layout
28868 La section suivante ne sera affichée que si le paquetage LaTeX 
28869 \series bold
28870 sidecap
28871 \series default
28872  a été installé.
28873 \end_layout
28874
28875 \end_inset
28876
28877
28878 \end_layout
28879
28880 \begin_layout Standard
28881 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
28882  ajouter ces commandes dans le préambule de votre document :
28883 \end_layout
28884
28885 \begin_layout Standard
28886 \noindent
28887 \begin_inset CommandInset line
28888 LatexCommand rule
28889 offset "0.5ex"
28890 width "100line%"
28891 height "1pt"
28892
28893 \end_inset
28894
28895
28896 \end_layout
28897
28898 \begin_layout Standard
28899
28900 \series bold
28901
28902 \backslash
28903 newcommand{
28904 \backslash
28905 TabBesBeg}[1][1.0]{%
28906 \begin_inset Newline newline
28907 \end_inset
28908
28909
28910 \begin_inset Phantom HPhantom
28911 status open
28912
28913 \begin_layout Plain Layout
28914 \begin_inset space ~
28915 \end_inset
28916
28917
28918 \end_layout
28919
28920 \end_inset
28921
28922
28923 \backslash
28924 let
28925 \backslash
28926 MyTable
28927 \backslash
28928 table
28929 \begin_inset Newline newline
28930 \end_inset
28931
28932
28933 \begin_inset Phantom HPhantom
28934 status open
28935
28936 \begin_layout Plain Layout
28937
28938 \series medium
28939 \begin_inset space ~
28940 \end_inset
28941
28942
28943 \end_layout
28944
28945 \end_inset
28946
28947
28948 \backslash
28949 let
28950 \backslash
28951 MyEndtable
28952 \backslash
28953 endtable
28954 \begin_inset Newline newline
28955 \end_inset
28956
28957
28958 \begin_inset Phantom HPhantom
28959 status open
28960
28961 \begin_layout Plain Layout
28962
28963 \series medium
28964 \begin_inset space ~
28965 \end_inset
28966
28967
28968 \end_layout
28969
28970 \end_inset
28971
28972
28973 \backslash
28974 renewenvironment{table}[1]{
28975 \backslash
28976 begin{SCtable}[#1]##1}{
28977 \backslash
28978 end{SCtable}}}
28979 \end_layout
28980
28981 \begin_layout Standard
28982
28983 \series bold
28984
28985 \backslash
28986 newcommand{
28987 \backslash
28988 TabBesEnd}{%
28989 \begin_inset Newline newline
28990 \end_inset
28991
28992
28993 \begin_inset Phantom HPhantom
28994 status open
28995
28996 \begin_layout Plain Layout
28997 \begin_inset space ~
28998 \end_inset
28999
29000
29001 \end_layout
29002
29003 \end_inset
29004
29005
29006 \backslash
29007 let
29008 \backslash
29009 table
29010 \backslash
29011 MyTable
29012 \begin_inset Newline newline
29013 \end_inset
29014
29015
29016 \begin_inset Phantom HPhantom
29017 status open
29018
29019 \begin_layout Plain Layout
29020 \begin_inset space ~
29021 \end_inset
29022
29023
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \backslash
29030 let
29031 \backslash
29032 endtable
29033 \backslash
29034 MyEndtable
29035 \end_layout
29036
29037 \begin_layout Standard
29038
29039 \series bold
29040
29041 \backslash
29042 newcommand{
29043 \backslash
29044 FigBesBeg}[1][1.0]{%
29045 \begin_inset Newline newline
29046 \end_inset
29047
29048
29049 \begin_inset Phantom HPhantom
29050 status open
29051
29052 \begin_layout Plain Layout
29053 \begin_inset space ~
29054 \end_inset
29055
29056
29057 \end_layout
29058
29059 \end_inset
29060
29061
29062 \backslash
29063 let
29064 \backslash
29065 MyFigure
29066 \backslash
29067 figure
29068 \begin_inset Newline newline
29069 \end_inset
29070
29071
29072 \begin_inset Phantom HPhantom
29073 status open
29074
29075 \begin_layout Plain Layout
29076 \begin_inset space ~
29077 \end_inset
29078
29079
29080 \end_layout
29081
29082 \end_inset
29083
29084
29085 \backslash
29086 let
29087 \backslash
29088 MyEndfigure
29089 \backslash
29090 endfigure
29091 \begin_inset Newline newline
29092 \end_inset
29093
29094
29095 \begin_inset Phantom HPhantom
29096 status open
29097
29098 \begin_layout Plain Layout
29099 \begin_inset space ~
29100 \end_inset
29101
29102
29103 \end_layout
29104
29105 \end_inset
29106
29107
29108 \backslash
29109 renewenvironment{figure}[1]{
29110 \backslash
29111 begin{SCfigure}[#1]##1}{
29112 \backslash
29113 end{SCfigure}}}
29114 \end_layout
29115
29116 \begin_layout Standard
29117
29118 \series bold
29119
29120 \backslash
29121 newcommand{
29122 \backslash
29123 FigBesEnd}{%
29124 \begin_inset Newline newline
29125 \end_inset
29126
29127
29128 \begin_inset Phantom HPhantom
29129 status open
29130
29131 \begin_layout Plain Layout
29132 \begin_inset space ~
29133 \end_inset
29134
29135
29136 \end_layout
29137
29138 \end_inset
29139
29140
29141 \backslash
29142 let
29143 \backslash
29144 figure
29145 \backslash
29146 MyFigure
29147 \begin_inset Newline newline
29148 \end_inset
29149
29150
29151 \begin_inset Phantom HPhantom
29152 status open
29153
29154 \begin_layout Plain Layout
29155 \begin_inset space ~
29156 \end_inset
29157
29158
29159 \end_layout
29160
29161 \end_inset
29162
29163
29164 \backslash
29165 let
29166 \backslash
29167 endfigure
29168 \backslash
29169 MyEndfigure}
29170 \end_layout
29171
29172 \begin_layout Standard
29173 \noindent
29174 \begin_inset CommandInset line
29175 LatexCommand rule
29176 offset "0.5ex"
29177 width "100line%"
29178 height "1pt"
29179
29180 \end_inset
29181
29182
29183 \end_layout
29184
29185 \begin_layout Standard
29186 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
29187  la légende se place sur le côté.
29188  Pour les flottants de figure, utilisez la commande
29189 \end_layout
29190
29191 \begin_layout Standard
29192
29193 \series bold
29194
29195 \backslash
29196 FigBesBeg
29197 \end_layout
29198
29199 \begin_layout Standard
29200 en code TeX avant le flottant.
29201  Et insérez la commande
29202 \end_layout
29203
29204 \begin_layout Standard
29205
29206 \series bold
29207
29208 \backslash
29209 FigBesEnd
29210 \end_layout
29211
29212 \begin_layout Standard
29213 en code TeX à l'endroit où vous voulez revenir à la définition originale
29214  du flottant.
29215 \end_layout
29216
29217 \begin_layout Standard
29218 Pour les flottants de tableau, utilisez les commandes correspondantes
29219 \end_layout
29220
29221 \begin_layout Standard
29222
29223 \series bold
29224
29225 \backslash
29226 TabBesBeg
29227 \series default
29228  et 
29229 \series bold
29230
29231 \backslash
29232 TabBesEnd
29233 \end_layout
29234
29235 \begin_layout Standard
29236 La figure
29237 \begin_inset space ~
29238 \end_inset
29239
29240
29241 \begin_inset CommandInset ref
29242 LatexCommand ref
29243 reference "fig:legende-a-coté-fig"
29244
29245 \end_inset
29246
29247  et le tableau
29248 \begin_inset space ~
29249 \end_inset
29250
29251
29252 \begin_inset CommandInset ref
29253 LatexCommand ref
29254 reference "tab:legende-à-coté-tableau"
29255
29256 \end_inset
29257
29258  sont des exemples où la légende a été mises sur le coté.
29259 \end_layout
29260
29261 \begin_layout Standard
29262 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
29263  pour les flottants de tableau et vers le bas pour les flottants de figure.
29264  Pour changer ce comportement, vous pouvez utiliser les commandes
29265 \end_layout
29266
29267 \begin_layout Standard
29268
29269 \series bold
29270
29271 \backslash
29272 sidecaptionvpos{type flottant}{placement}
29273 \end_layout
29274
29275 \begin_layout Standard
29276 dans le préambule du document ou en code TeX juste avant le flottant visé.
29277  Le type du flottant est soit 
29278 \family sans
29279 figure
29280 \family default
29281  soit 
29282 \family sans
29283 table
29284 \family default
29285 , le placement peut être 
29286 \begin_inset Quotes eld
29287 \end_inset
29288
29289
29290 \family sans
29291 t
29292 \family default
29293
29294 \begin_inset Quotes erd
29295 \end_inset
29296
29297  pour haut (top), 
29298 \begin_inset Quotes eld
29299 \end_inset
29300
29301
29302 \family sans
29303 c
29304 \family default
29305
29306 \begin_inset Quotes erd
29307 \end_inset
29308
29309  pour centre (center), ou 
29310 \begin_inset Quotes eld
29311 \end_inset
29312
29313
29314 \family sans
29315 b
29316 \family default
29317
29318 \begin_inset Quotes erd
29319 \end_inset
29320
29321  pour bas (bottom).
29322  Pour que, par exemple, les légendes des flottants de figure soient centrés
29323  verticalement, utilisez la commande
29324 \end_layout
29325
29326 \begin_layout Standard
29327
29328 \series bold
29329
29330 \backslash
29331 sidecaptionvpos{figure}{c}
29332 \end_layout
29333
29334 \begin_layout Standard
29335 C'est ce qui a été utilisé pour la figure
29336 \begin_inset space ~
29337 \end_inset
29338
29339
29340 \begin_inset CommandInset ref
29341 LatexCommand ref
29342 reference "fig:legende-à-coté-fig-2"
29343
29344 \end_inset
29345
29346 .
29347 \end_layout
29348
29349 \begin_layout Standard
29350 \begin_inset VSpace medskip
29351 \end_inset
29352
29353
29354 \end_layout
29355
29356 \begin_layout Standard
29357 La largeur de légende par défaut est celle de l'image ou du tableau.
29358  Pour des images ou des tableaux étroits, comme le tableau
29359 \begin_inset space ~
29360 \end_inset
29361
29362
29363 \begin_inset CommandInset ref
29364 LatexCommand ref
29365 reference "tab:legende-à-coté-tableau"
29366
29367 \end_inset
29368
29369 , cela donne des légendes trop étroites.
29370  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
29371  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
29372  La largeur de la légende sera automatiquement recalculée dans le cas où
29373  cette dernière déborderait dans la marge de la page ou de la colonne à
29374  cause de la largeur indiquée.
29375  Le 
29376 \emph on
29377 facteur 
29378 \emph default
29379 peut soit être donné comme argument pour 
29380 \series bold
29381
29382 \backslash
29383 FigBesBeg
29384 \series default
29385 :
29386 \end_layout
29387
29388 \begin_layout Standard
29389
29390 \series bold
29391
29392 \backslash
29393 FigBesBeg[facteur]
29394 \end_layout
29395
29396 \begin_layout Standard
29397 ou dans la définition de 
29398 \series bold
29399
29400 \backslash
29401 FigBesBeg 
29402 \series default
29403 en remplaçant le
29404 \series bold
29405  1.0 
29406 \series default
29407 par une autre valeur.
29408  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
29409  façon implicite quand  
29410 \series bold
29411
29412 \backslash
29413 FigBesBeg
29414 \series default
29415  est utilisé sans argument.
29416  Pour le tableau
29417 \begin_inset space ~
29418 \end_inset
29419
29420
29421 \begin_inset CommandInset ref
29422 LatexCommand ref
29423 reference "tab:cap-beside-tab-wider"
29424
29425 \end_inset
29426
29427  on a utilisé 5 comme facteur.
29428 \end_layout
29429
29430 \begin_layout Standard
29431
29432 \lang english
29433 \begin_inset Note Greyedout
29434 status open
29435
29436 \begin_layout Plain Layout
29437
29438 \series bold
29439 Note:
29440 \series default
29441  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
29442  utiliser l'option de placement, 
29443 \family sans
29444 Ici
29445 \begin_inset space ~
29446 \end_inset
29447
29448 à
29449 \begin_inset space ~
29450 \end_inset
29451
29452 tout
29453 \begin_inset space ~
29454 \end_inset
29455
29456 prix
29457 \family default
29458  parce qu'elle n'est pas gérée par 
29459 \series bold
29460 sidecap
29461 \series default
29462 .
29463 \end_layout
29464
29465 \end_inset
29466
29467
29468 \end_layout
29469
29470 \begin_layout Standard
29471 \begin_inset VSpace medskip
29472 \end_inset
29473
29474 Pour plus d'information sur le paquetage 
29475 \series bold
29476 sidecap
29477 \series default
29478  nous vous renvoyons à sa documentation 
29479 \begin_inset CommandInset citation
29480 LatexCommand cite
29481 key "sidecap"
29482
29483 \end_inset
29484
29485 .
29486 \end_layout
29487
29488 \begin_layout Standard
29489 \begin_inset Note Greyedout
29490 status open
29491
29492 \begin_layout Plain Layout
29493
29494 \series bold
29495 Note:
29496 \series default
29497  Le paquetage LaTeX 
29498 \series bold
29499 hypcap
29500 \series default
29501
29502 \begin_inset Index idx
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506 Paquetages LaTeX ! hypcap
29507 \end_layout
29508
29509 \end_inset
29510
29511 , qui est décrit dans la section
29512 \begin_inset space ~
29513 \end_inset
29514
29515
29516 \begin_inset CommandInset ref
29517 LatexCommand ref
29518 reference "sub:Reference-Position"
29519
29520 \end_inset
29521
29522 , n'a pas d'effet sur les flottants avec une légende placée à côté.
29523 \end_layout
29524
29525 \end_inset
29526
29527
29528 \end_layout
29529
29530 \begin_layout Standard
29531 \begin_inset ERT
29532 status collapsed
29533
29534 \begin_layout Plain Layout
29535
29536
29537 \backslash
29538 FigBesBeg 
29539 \end_layout
29540
29541 \end_inset
29542
29543
29544 \end_layout
29545
29546 \begin_layout Standard
29547 \begin_inset Float figure
29548 wide false
29549 sideways false
29550 status open
29551
29552 \begin_layout Plain Layout
29553 \begin_inset Graphics
29554         filename ../clipart/escher-lsd.eps
29555         scale 75
29556         scaleBeforeRotation
29557
29558 \end_inset
29559
29560
29561 \end_layout
29562
29563 \begin_layout Plain Layout
29564 \begin_inset Caption Standard
29565
29566 \begin_layout Plain Layout
29567 \begin_inset CommandInset label
29568 LatexCommand label
29569 name "fig:legende-a-coté-fig"
29570
29571 \end_inset
29572
29573 Une légende à côté d'une figure.
29574 \end_layout
29575
29576 \end_inset
29577
29578
29579 \end_layout
29580
29581 \end_inset
29582
29583
29584 \end_layout
29585
29586 \begin_layout Standard
29587 \begin_inset ERT
29588 status collapsed
29589
29590 \begin_layout Plain Layout
29591
29592
29593 \backslash
29594 FigBesEnd
29595 \end_layout
29596
29597 \end_inset
29598
29599
29600 \end_layout
29601
29602 \begin_layout Standard
29603 \begin_inset ERT
29604 status collapsed
29605
29606 \begin_layout Plain Layout
29607
29608
29609 \backslash
29610 TabBesBeg 
29611 \end_layout
29612
29613 \end_inset
29614
29615
29616 \end_layout
29617
29618 \begin_layout Standard
29619 \begin_inset Float table
29620 wide false
29621 sideways false
29622 status open
29623
29624 \begin_layout Plain Layout
29625 \begin_inset Caption Standard
29626
29627 \begin_layout Plain Layout
29628 \begin_inset CommandInset label
29629 LatexCommand label
29630 name "tab:legende-à-coté-tableau"
29631
29632 \end_inset
29633
29634 Une légende à côté d'un tableau.
29635 \end_layout
29636
29637 \end_inset
29638
29639
29640 \end_layout
29641
29642 \begin_layout Plain Layout
29643 \begin_inset Tabular
29644 <lyxtabular version="3" rows="4" columns="5">
29645 <features rotate="0" tabularvalignment="middle">
29646 <column alignment="center" valignment="top">
29647 <column alignment="center" valignment="top">
29648 <column alignment="center" valignment="top">
29649 <column alignment="center" valignment="top">
29650 <column alignment="center" valignment="top">
29651 <row>
29652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29653 \begin_inset Text
29654
29655 \begin_layout Plain Layout
29656 a
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
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 b
29675 \end_layout
29676
29677 \end_inset
29678 </cell>
29679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29680 \begin_inset Text
29681
29682 \begin_layout Plain Layout
29683
29684 \end_layout
29685
29686 \end_inset
29687 </cell>
29688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29689 \begin_inset Text
29690
29691 \begin_layout Plain Layout
29692 c
29693 \end_layout
29694
29695 \end_inset
29696 </cell>
29697 </row>
29698 <row>
29699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29700 \begin_inset Text
29701
29702 \begin_layout Plain Layout
29703
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 d
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
29722 \end_layout
29723
29724 \end_inset
29725 </cell>
29726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29727 \begin_inset Text
29728
29729 \begin_layout Plain Layout
29730 e
29731 \end_layout
29732
29733 \end_inset
29734 </cell>
29735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29736 \begin_inset Text
29737
29738 \begin_layout Plain Layout
29739
29740 \end_layout
29741
29742 \end_inset
29743 </cell>
29744 </row>
29745 <row>
29746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29747 \begin_inset Text
29748
29749 \begin_layout Plain Layout
29750 f
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
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 g
29769 \end_layout
29770
29771 \end_inset
29772 </cell>
29773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29774 \begin_inset Text
29775
29776 \begin_layout Plain Layout
29777
29778 \end_layout
29779
29780 \end_inset
29781 </cell>
29782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29783 \begin_inset Text
29784
29785 \begin_layout Plain Layout
29786 h
29787 \end_layout
29788
29789 \end_inset
29790 </cell>
29791 </row>
29792 <row>
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
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 i
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
29816 \end_layout
29817
29818 \end_inset
29819 </cell>
29820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29821 \begin_inset Text
29822
29823 \begin_layout Plain Layout
29824 j
29825 \end_layout
29826
29827 \end_inset
29828 </cell>
29829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29830 \begin_inset Text
29831
29832 \begin_layout Plain Layout
29833
29834 \end_layout
29835
29836 \end_inset
29837 </cell>
29838 </row>
29839 </lyxtabular>
29840
29841 \end_inset
29842
29843
29844 \end_layout
29845
29846 \end_inset
29847
29848
29849 \end_layout
29850
29851 \begin_layout Standard
29852 \begin_inset ERT
29853 status collapsed
29854
29855 \begin_layout Plain Layout
29856
29857
29858 \backslash
29859 TabBesEnd
29860 \end_layout
29861
29862 \end_inset
29863
29864
29865 \end_layout
29866
29867 \begin_layout Standard
29868 \begin_inset ERT
29869 status collapsed
29870
29871 \begin_layout Plain Layout
29872
29873
29874 \backslash
29875 FigBesBeg 
29876 \end_layout
29877
29878 \end_inset
29879
29880
29881 \end_layout
29882
29883 \begin_layout Standard
29884 \begin_inset ERT
29885 status collapsed
29886
29887 \begin_layout Plain Layout
29888
29889
29890 \backslash
29891 sidecaptionvpos{figure}{c}
29892 \end_layout
29893
29894 \end_inset
29895
29896
29897 \begin_inset Float figure
29898 wide false
29899 sideways false
29900 status open
29901
29902 \begin_layout Plain Layout
29903 \begin_inset Graphics
29904         filename ../clipart/escher-lsd.eps
29905         scale 75
29906         scaleBeforeRotation
29907
29908 \end_inset
29909
29910
29911 \end_layout
29912
29913 \begin_layout Plain Layout
29914 \begin_inset Caption Standard
29915
29916 \begin_layout Plain Layout
29917 \begin_inset CommandInset label
29918 LatexCommand label
29919 name "fig:legende-à-coté-fig-2"
29920
29921 \end_inset
29922
29923 Une légende centrée verticalement à côté d'une figure.
29924 \end_layout
29925
29926 \end_inset
29927
29928
29929 \end_layout
29930
29931 \end_inset
29932
29933
29934 \end_layout
29935
29936 \begin_layout Standard
29937 \begin_inset ERT
29938 status collapsed
29939
29940 \begin_layout Plain Layout
29941
29942
29943 \backslash
29944 FigBesEnd
29945 \end_layout
29946
29947 \end_inset
29948
29949
29950 \end_layout
29951
29952 \begin_layout Standard
29953 \begin_inset ERT
29954 status collapsed
29955
29956 \begin_layout Plain Layout
29957
29958
29959 \backslash
29960 TabBesBeg[5]
29961 \end_layout
29962
29963 \end_inset
29964
29965
29966 \end_layout
29967
29968 \begin_layout Standard
29969 \begin_inset Float table
29970 wide false
29971 sideways false
29972 status open
29973
29974 \begin_layout Plain Layout
29975 \begin_inset Caption Standard
29976
29977 \begin_layout Plain Layout
29978
29979 \lang english
29980 \begin_inset CommandInset label
29981 LatexCommand label
29982 name "tab:cap-beside-tab-wider"
29983
29984 \end_inset
29985
29986 This is a caption is wider than the one in
29987 \lang french
29988  tableau
29989 \begin_inset space ~
29990 \end_inset
29991
29992
29993 \begin_inset CommandInset ref
29994 LatexCommand ref
29995 reference "tab:legende-à-coté-tableau"
29996
29997 \end_inset
29998
29999 .
30000 \end_layout
30001
30002 \end_inset
30003
30004
30005 \end_layout
30006
30007 \begin_layout Plain Layout
30008 \begin_inset Tabular
30009 <lyxtabular version="3" rows="4" columns="5">
30010 <features rotate="0" tabularvalignment="middle">
30011 <column alignment="center" valignment="top">
30012 <column alignment="center" valignment="top">
30013 <column alignment="center" valignment="top">
30014 <column alignment="center" valignment="top">
30015 <column alignment="center" valignment="top">
30016 <row>
30017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30018 \begin_inset Text
30019
30020 \begin_layout Plain Layout
30021 a
30022 \end_layout
30023
30024 \end_inset
30025 </cell>
30026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30027 \begin_inset Text
30028
30029 \begin_layout Plain Layout
30030
30031 \end_layout
30032
30033 \end_inset
30034 </cell>
30035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30036 \begin_inset Text
30037
30038 \begin_layout Plain Layout
30039 b
30040 \end_layout
30041
30042 \end_inset
30043 </cell>
30044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30045 \begin_inset Text
30046
30047 \begin_layout Plain Layout
30048
30049 \end_layout
30050
30051 \end_inset
30052 </cell>
30053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30054 \begin_inset Text
30055
30056 \begin_layout Plain Layout
30057 c
30058 \end_layout
30059
30060 \end_inset
30061 </cell>
30062 </row>
30063 <row>
30064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30065 \begin_inset Text
30066
30067 \begin_layout Plain Layout
30068
30069 \end_layout
30070
30071 \end_inset
30072 </cell>
30073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30074 \begin_inset Text
30075
30076 \begin_layout Plain Layout
30077 d
30078 \end_layout
30079
30080 \end_inset
30081 </cell>
30082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30083 \begin_inset Text
30084
30085 \begin_layout Plain Layout
30086
30087 \end_layout
30088
30089 \end_inset
30090 </cell>
30091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30092 \begin_inset Text
30093
30094 \begin_layout Plain Layout
30095 e
30096 \end_layout
30097
30098 \end_inset
30099 </cell>
30100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30101 \begin_inset Text
30102
30103 \begin_layout Plain Layout
30104
30105 \end_layout
30106
30107 \end_inset
30108 </cell>
30109 </row>
30110 <row>
30111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30112 \begin_inset Text
30113
30114 \begin_layout Plain Layout
30115 f
30116 \end_layout
30117
30118 \end_inset
30119 </cell>
30120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30121 \begin_inset Text
30122
30123 \begin_layout Plain Layout
30124
30125 \end_layout
30126
30127 \end_inset
30128 </cell>
30129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30130 \begin_inset Text
30131
30132 \begin_layout Plain Layout
30133 g
30134 \end_layout
30135
30136 \end_inset
30137 </cell>
30138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30139 \begin_inset Text
30140
30141 \begin_layout Plain Layout
30142
30143 \end_layout
30144
30145 \end_inset
30146 </cell>
30147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30148 \begin_inset Text
30149
30150 \begin_layout Plain Layout
30151 h
30152 \end_layout
30153
30154 \end_inset
30155 </cell>
30156 </row>
30157 <row>
30158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30159 \begin_inset Text
30160
30161 \begin_layout Plain Layout
30162
30163 \end_layout
30164
30165 \end_inset
30166 </cell>
30167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30168 \begin_inset Text
30169
30170 \begin_layout Plain Layout
30171 i
30172 \end_layout
30173
30174 \end_inset
30175 </cell>
30176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30177 \begin_inset Text
30178
30179 \begin_layout Plain Layout
30180
30181 \end_layout
30182
30183 \end_inset
30184 </cell>
30185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30186 \begin_inset Text
30187
30188 \begin_layout Plain Layout
30189 j
30190 \end_layout
30191
30192 \end_inset
30193 </cell>
30194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30195 \begin_inset Text
30196
30197 \begin_layout Plain Layout
30198
30199 \end_layout
30200
30201 \end_inset
30202 </cell>
30203 </row>
30204 </lyxtabular>
30205
30206 \end_inset
30207
30208
30209 \end_layout
30210
30211 \end_inset
30212
30213
30214 \end_layout
30215
30216 \begin_layout Standard
30217 \begin_inset ERT
30218 status collapsed
30219
30220 \begin_layout Plain Layout
30221
30222
30223 \backslash
30224 TabBesEnd
30225 \end_layout
30226
30227 \end_inset
30228
30229
30230 \end_layout
30231
30232 \begin_layout Standard
30233 \begin_inset ERT
30234 status collapsed
30235
30236 \begin_layout Plain Layout
30237
30238
30239 \backslash
30240 else
30241 \end_layout
30242
30243 \end_inset
30244
30245
30246 \begin_inset Note Note
30247 status open
30248
30249 \begin_layout Plain Layout
30250 Ce qui suit sera affiché si le paquetage LaTeX 
30251 \series bold
30252 sidecap
30253 \series default
30254  n'est pas installé :
30255 \end_layout
30256
30257 \end_inset
30258
30259
30260 \end_layout
30261
30262 \begin_layout Standard
30263 Vous devez installer le paquetage LaTeX 
30264 \series bold
30265 sidecap
30266 \series default
30267  pour voir la suite de cette section dans la sortie imprimée.
30268 \end_layout
30269
30270 \begin_layout Standard
30271 \begin_inset ERT
30272 status collapsed
30273
30274 \begin_layout Plain Layout
30275
30276
30277 \backslash
30278 fi
30279 \end_layout
30280
30281 \end_inset
30282
30283
30284 \end_layout
30285
30286 \begin_layout Section
30287 Les listes de flottants
30288 \begin_inset Index idx
30289 status collapsed
30290
30291 \begin_layout Plain Layout
30292 Flottants ! Listes de Flottants
30293 \end_layout
30294
30295 \end_inset
30296
30297
30298 \end_layout
30299
30300 \begin_layout Standard
30301 De la même façon que la table des matières fait la liste des sections du
30302  document, il y a des listes pour tous les types de flottants, comme par
30303  exemple pour les figures du document.
30304  Vous pouvez les insérer en utilisant le menu 
30305 \family sans
30306 Insertion\SpecialChar \menuseparator
30307 Listes
30308 \begin_inset space ~
30309 \end_inset
30310
30311 &
30312 \begin_inset space ~
30313 \end_inset
30314
30315 TdM
30316 \family default
30317 .
30318 \end_layout
30319
30320 \begin_layout Standard
30321 Les entrées de la liste sont la légende du flottant ou éventuellement le
30322  titre court, le numéro du flottant, et le numéro de la page où le flottant
30323  apparaît dans le document.
30324 \end_layout
30325
30326 \begin_layout Standard
30327 Vous trouverez à la fin de ce document une liste des figures et une liste
30328  des tableaux.
30329 \end_layout
30330
30331 \begin_layout Chapter
30332 Notes
30333 \end_layout
30334
30335 \begin_layout Section
30336 Les notes de LyX
30337 \begin_inset Index idx
30338 status collapsed
30339
30340 \begin_layout Plain Layout
30341 Notes ! Notes LyX 
30342 \end_layout
30343
30344 \end_inset
30345
30346
30347 \end_layout
30348
30349 \begin_layout Standard
30350 On peut insérer une note en utilisant le bouton 
30351 \begin_inset Info
30352 type  "icon"
30353 arg   "note-insert"
30354 \end_inset
30355
30356  de la barre d'outils ou avec le menu 
30357 \family sans
30358 Insertion\SpecialChar \menuseparator
30359 Note
30360 \family default
30361 .
30362  Il y a trois types de notes :
30363 \end_layout
30364
30365 \begin_layout Description
30366 Note
30367 \begin_inset space ~
30368 \end_inset
30369
30370 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
30371  finale.
30372  La boîte de cette note ressemble à ceci :
30373 \begin_inset Newline newline
30374 \end_inset
30375
30376
30377 \begin_inset Newline newline
30378 \end_inset
30379
30380
30381 \begin_inset Graphics
30382         filename clipart/LyXNoteImageQt4.png
30383         display false
30384         scale 65
30385         scaleBeforeRotation
30386
30387 \end_inset
30388
30389  
30390 \begin_inset Note Note
30391 status open
30392
30393 \begin_layout Plain Layout
30394 Le texte de cette note n'apparaîtra pas à l'impression.
30395 \end_layout
30396
30397 \end_inset
30398
30399
30400 \end_layout
30401
30402 \begin_layout Description
30403 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
30404  il est inséré comme un commentaire LaTeX quand vous exportez votre document
30405  vers un fichier au format LaTeX avec le menu 
30406 \family sans
30407 Fichier\SpecialChar \menuseparator
30408 Exporter\SpecialChar \menuseparator
30409 LaTeX (pdflatex) / (plain)
30410 \family default
30411 .
30412  La boîte de cette note ressemble à ceci :
30413 \begin_inset Newline newline
30414 \end_inset
30415
30416
30417 \begin_inset Newline newline
30418 \end_inset
30419
30420
30421 \begin_inset Graphics
30422         filename clipart/CommentNoteImageQt4.png
30423         display false
30424         scale 55
30425         scaleBeforeRotation
30426
30427 \end_inset
30428
30429  
30430 \begin_inset Note Comment
30431 status open
30432
30433 \begin_layout Plain Layout
30434 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
30435  LaTeX.
30436 \end_layout
30437
30438 \end_inset
30439
30440
30441 \end_layout
30442
30443 \begin_layout Description
30444 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
30445  La boîte de cette note ressemble à ceci :
30446 \begin_inset Newline newline
30447 \end_inset
30448
30449
30450 \begin_inset Newline newline
30451 \end_inset
30452
30453
30454 \begin_inset Graphics
30455         filename clipart/GreyedOutNoteImageQt4.png
30456         lyxscale 80
30457         display false
30458         scale 55
30459         scaleBeforeRotation
30460
30461 \end_inset
30462
30463
30464 \begin_inset Newline newline
30465 \end_inset
30466
30467
30468 \begin_inset ERT
30469 status collapsed
30470
30471 \begin_layout Plain Layout
30472
30473
30474 \backslash
30475 renewenvironment{lyxgreyedout}
30476 \end_layout
30477
30478 \begin_layout Plain Layout
30479
30480 {
30481 \backslash
30482 textcolor[gray]{0.8}
30483 \backslash
30484 bgroup}{
30485 \backslash
30486 egroup}
30487 \end_layout
30488
30489 \end_inset
30490
30491
30492 \begin_inset Note Greyedout
30493 status open
30494
30495 \begin_layout Plain Layout
30496 Le texte
30497 \begin_inset Foot
30498 status collapsed
30499
30500 \begin_layout Plain Layout
30501 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
30502  grisé.
30503  
30504 \end_layout
30505
30506 \end_inset
30507
30508  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
30509 \end_layout
30510
30511 \end_inset
30512
30513
30514 \begin_inset ERT
30515 status collapsed
30516
30517 \begin_layout Plain Layout
30518
30519
30520 \backslash
30521 renewenvironment{lyxgreyedout}
30522 \end_layout
30523
30524 \begin_layout Plain Layout
30525
30526 {
30527 \backslash
30528 textcolor{blue}
30529 \backslash
30530 bgroup}{
30531 \backslash
30532 egroup}
30533 \end_layout
30534
30535 \end_inset
30536
30537
30538 \begin_inset Note Note
30539 status collapsed
30540
30541 \begin_layout Plain Layout
30542 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
30543  originale qu'elle a dans LyX.
30544  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
30545  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
30546 \end_layout
30547
30548 \end_inset
30549
30550
30551 \begin_inset Newline newline
30552 \end_inset
30553
30554
30555 \begin_inset Newline newline
30556 \end_inset
30557
30558 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
30559  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
30560 \end_layout
30561
30562 \begin_layout Standard
30563 \begin_inset VSpace bigskip
30564 \end_inset
30565
30566 Quand vous utilisez le bouton 
30567 \begin_inset Info
30568 type  "icon"
30569 arg   "note-insert"
30570 \end_inset
30571
30572  de la barre d'outils, vous insérez une 
30573 \family sans
30574 Note
30575 \begin_inset space ~
30576 \end_inset
30577
30578 LyX
30579 \family default
30580 .
30581  
30582 \lang english
30583 You can switch between the three note types by right-clicking on the note-box.
30584
30585 \lang french
30586  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
30587 la et cliquez sur le bouton d'insertion de note.
30588  Pour retransformer une note en texte, appuyez sur la touche 
30589 \family sans
30590 backspace
30591 \family default
30592  quand le curseur est au tout début de la note ou appuyez sur la touche
30593  
30594 \family sans
30595 Suppr.
30596
30597 \family default
30598  quand le curseur se trouve à la fin de la note.
30599 \end_layout
30600
30601 \begin_layout Standard
30602 \begin_inset VSpace bigskip
30603 \end_inset
30604
30605
30606 \end_layout
30607
30608 \begin_layout Standard
30609 Vous pouvez changer la couleur des notes grisées dans le menu 
30610 \family sans
30611 Document\SpecialChar \menuseparator
30612 Paramètres\SpecialChar \menuseparator
30613 Couleurs
30614 \family default
30615 .
30616 \end_layout
30617
30618 \begin_layout Section
30619 Notes en bas de page
30620 \begin_inset CommandInset label
30621 LatexCommand label
30622 name "sec:Notes-bas-de-page"
30623
30624 \end_inset
30625
30626
30627 \begin_inset Index idx
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631 Notes ! Notes de bas de page
30632 \end_layout
30633
30634 \end_inset
30635
30636
30637 \begin_inset Index idx
30638 status collapsed
30639
30640 \begin_layout Plain Layout
30641 Notes de bas de page
30642 \end_layout
30643
30644 \end_inset
30645
30646
30647 \end_layout
30648
30649 \begin_layout Standard
30650 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
30651  
30652 \begin_inset Info
30653 type  "icon"
30654 arg   "footnote-insert"
30655 \end_inset
30656
30657  de la barre d'outils, soit en utilisant le menu 
30658 \family sans
30659 Insertion\SpecialChar \menuseparator
30660 Note
30661 \begin_inset space ~
30662 \end_inset
30663
30664 en
30665 \begin_inset space ~
30666 \end_inset
30667
30668 Bas
30669 \begin_inset space ~
30670 \end_inset
30671
30672 de
30673 \begin_inset space ~
30674 \end_inset
30675
30676 Page
30677 \family default
30678 .
30679  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
30680  rouge 
30681 \begin_inset Quotes fld
30682 \end_inset
30683
30684 bas
30685 \begin_inset Quotes frd
30686 \end_inset
30687
30688  qui ressemble à ceci : 
30689 \begin_inset Graphics
30690         filename clipart/footnoteQt4.png
30691         scale 80
30692         scaleBeforeRotation
30693
30694 \end_inset
30695
30696  Vous pouvez y entrer votre texte.
30697  Si vous voulez transformer du texte déjà existant en note en bas de page,
30698  sélectionnez-le et cliquez sur le bouton 
30699 \family sans
30700 Note
30701 \begin_inset space ~
30702 \end_inset
30703
30704 en
30705 \begin_inset space ~
30706 \end_inset
30707
30708 Bas
30709 \begin_inset space ~
30710 \end_inset
30711
30712 de
30713 \begin_inset space ~
30714 \end_inset
30715
30716 Page
30717 \family default
30718  de la barre d'outils.
30719  Pour retransformer une note de bas de page en texte, appuyez sur la touche
30720  
30721 \family sans
30722 Backspace
30723 \family default
30724  quand le curseur est au tout début de la note ou appuyez sur la touche
30725  
30726 \family sans
30727 Suppr.
30728
30729 \family default
30730  quand le curseur se trouve à la fin de la note.
30731 \end_layout
30732
30733 \begin_layout Standard
30734 Voici un exemple de note en bas de page:
30735 \begin_inset Foot
30736 status open
30737
30738 \begin_layout Plain Layout
30739 \begin_inset CommandInset label
30740 LatexCommand label
30741 name "fn:Note-en-bas"
30742
30743 \end_inset
30744
30745 Ceci est un exemple de note en bas de page.
30746 \end_layout
30747
30748 \end_inset
30749
30750
30751 \begin_inset ERT
30752 status collapsed
30753
30754 \begin_layout Plain Layout
30755
30756
30757 \backslash
30758 newcounter{MyRepeatFoot}
30759 \end_layout
30760
30761 \begin_layout Plain Layout
30762
30763
30764 \backslash
30765 setcounter{MyRepeatFoot}{
30766 \backslash
30767 thefootnote}
30768 \end_layout
30769
30770 \end_inset
30771
30772
30773 \end_layout
30774
30775 \begin_layout Standard
30776 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
30777  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
30778  de note.
30779  Le texte de la note est placé en bas de la page courante.
30780  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
30781  Selon votre classe de document les numéros de notes pourront être réinitialisés
30782  à chaque nouveau chapitre.
30783 \end_layout
30784
30785 \begin_layout Standard
30786 On peut faire référence à une note en bas de page comme on le fait avec
30787  les flottants : Insérez une étiquette dans la note et faites une référence
30788  croisée vers cette étiquette comme c'est décrit dans la
30789 \begin_inset space ~
30790 \end_inset
30791
30792
30793 \begin_inset CommandInset ref
30794 LatexCommand ref
30795 reference "sec:Referencer-les-Flottants"
30796
30797 \end_inset
30798
30799 .
30800 \begin_inset Newline newline
30801 \end_inset
30802
30803 Voici une référence à une note de bas de page :
30804 \begin_inset space ~
30805 \end_inset
30806
30807
30808 \begin_inset CommandInset ref
30809 LatexCommand ref
30810 reference "fn:Note-en-bas"
30811
30812 \end_inset
30813
30814 .
30815 \end_layout
30816
30817 \begin_layout Standard
30818 \begin_inset VSpace defskip
30819 \end_inset
30820
30821
30822 \end_layout
30823
30824 \begin_layout Standard
30825 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
30826  par LaTeX pour des raisons techniques.
30827  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
30828  
30829 \series bold
30830
30831 \backslash
30832 footnotemark{}
30833 \series default
30834  en code TeX à la place de la note de bas de page.
30835  Le texte de la note est mis en argument de la commande TeX 
30836 \series bold
30837
30838 \backslash
30839 footnotetext
30840 \series default
30841  après le tableau.
30842 \begin_inset Newline newline
30843 \end_inset
30844
30845 C'est ce qui a été fait pour le tableau qui suit avec la commande
30846 \end_layout
30847
30848 \begin_layout Standard
30849
30850 \series bold
30851
30852 \backslash
30853 footnotetext{
30854 \series default
30855 Note de bas de page de tableau imprimée.
30856 \series bold
30857 }
30858 \end_layout
30859
30860 \begin_layout Standard
30861
30862 \lang english
30863 \begin_inset Tabular
30864 <lyxtabular version="3" rows="2" columns="1">
30865 <features rotate="0" tabularvalignment="middle">
30866 <column alignment="center" valignment="top">
30867 <row>
30868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30869 \begin_inset Text
30870
30871 \begin_layout Plain Layout
30872 Un exemple de texte
30873 \begin_inset Foot
30874 status open
30875
30876 \begin_layout Plain Layout
30877 Cette note ne sera pas imprimée
30878 \begin_inset space ~
30879 \end_inset
30880
30881 !
30882 \end_layout
30883
30884 \end_inset
30885
30886
30887 \end_layout
30888
30889 \end_inset
30890 </cell>
30891 </row>
30892 <row>
30893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30894 \begin_inset Text
30895
30896 \begin_layout Plain Layout
30897 Un autre exemple de texte
30898 \begin_inset ERT
30899 status collapsed
30900
30901 \begin_layout Plain Layout
30902
30903
30904 \backslash
30905 footnotemark{}
30906 \end_layout
30907
30908 \end_inset
30909
30910
30911 \end_layout
30912
30913 \end_inset
30914 </cell>
30915 </row>
30916 </lyxtabular>
30917
30918 \end_inset
30919
30920
30921 \begin_inset ERT
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925
30926
30927 \backslash
30928 footnotetext{
30929 \end_layout
30930
30931 \end_inset
30932
30933
30934 \lang french
30935 Note de bas de page de tableau imprimée.
30936 \lang english
30937
30938 \begin_inset ERT
30939 status collapsed
30940
30941 \begin_layout Plain Layout
30942
30943 }
30944 \end_layout
30945
30946 \end_inset
30947
30948
30949 \end_layout
30950
30951 \begin_layout Standard
30952 Les notes de bas de page dans des tableaux longs sont décrites dans la section
30953 \begin_inset space ~
30954 \end_inset
30955
30956
30957 \begin_inset CommandInset ref
30958 LatexCommand ref
30959 reference "sub:Notes-dans-tableau-long"
30960
30961 \end_inset
30962
30963 .
30964 \end_layout
30965
30966 \begin_layout Standard
30967 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
30968  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
30969 e, vu que la minipage est considérée comme une page se trouvant dans une
30970  autre page.
30971  Pour plus d'information sur les minipages, voyez la section
30972 \begin_inset space ~
30973 \end_inset
30974
30975
30976 \begin_inset CommandInset ref
30977 LatexCommand ref
30978 reference "sec:Minipages"
30979
30980 \end_inset
30981
30982 .
30983  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
30984  s'imprime en bas de page comme une note normale, on doit aussi utiliser
30985  la méthode utilisant les commandes 
30986 \series bold
30987
30988 \backslash
30989 footnotemark{}
30990 \series default
30991  et 
30992 \series bold
30993
30994 \backslash
30995 footnotetext
30996 \series default
30997 .
30998 \end_layout
30999
31000 \begin_layout Standard
31001 \begin_inset Box Frameless
31002 position "t"
31003 hor_pos "c"
31004 has_inner_box 1
31005 inner_pos "t"
31006 use_parbox 0
31007 use_makebox 0
31008 width "100col%"
31009 special "none"
31010 height "1in"
31011 height_special "totalheight"
31012 status open
31013
31014 \begin_layout Plain Layout
31015 Un exemple de texte dans une minipage.
31016 \begin_inset Foot
31017 status open
31018
31019 \begin_layout Plain Layout
31020 Note de bas de page dans la minipage.
31021 \end_layout
31022
31023 \end_inset
31024
31025
31026 \end_layout
31027
31028 \begin_layout Plain Layout
31029 Un autre exemple de texte dans une minipage.
31030 \begin_inset ERT
31031 status collapsed
31032
31033 \begin_layout Plain Layout
31034
31035
31036 \backslash
31037 footnotemark{}
31038 \end_layout
31039
31040 \end_inset
31041
31042
31043 \end_layout
31044
31045 \end_inset
31046
31047
31048 \end_layout
31049
31050 \begin_layout Standard
31051 \begin_inset ERT
31052 status collapsed
31053
31054 \begin_layout Plain Layout
31055
31056
31057 \backslash
31058 footnotetext{
31059 \end_layout
31060
31061 \end_inset
31062
31063 Note de bas de page en dehors de la minipage.
31064 \begin_inset ERT
31065 status collapsed
31066
31067 \begin_layout Plain Layout
31068
31069 }
31070 \end_layout
31071
31072 \end_inset
31073
31074
31075 \end_layout
31076
31077 \begin_layout Standard
31078 \begin_inset VSpace defskip
31079 \end_inset
31080
31081
31082 \end_layout
31083
31084 \begin_layout Standard
31085 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
31086  utilisez la commande 
31087 \series bold
31088
31089 \backslash
31090 footnotemark[number]
31091 \series default
31092  en code TeX.
31093 \begin_inset Newline newline
31094 \end_inset
31095
31096 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
31097  votre texte, vous devez enregistrer son numéro.
31098  Dans l'exemple de marque de note de bas de page suivant, ces commandes
31099  ont été insérées en code TeX après la note
31100 \begin_inset space ~
31101 \end_inset
31102
31103
31104 \begin_inset CommandInset ref
31105 LatexCommand ref
31106 reference "fn:Note-en-bas"
31107
31108 \end_inset
31109
31110  pour enregistrer son numéro
31111 \begin_inset space ~
31112 \end_inset
31113
31114 :
31115 \end_layout
31116
31117 \begin_layout Standard
31118
31119 \series bold
31120
31121 \backslash
31122 newcounter{MaNoteDupliquee}
31123 \begin_inset Newline newline
31124 \end_inset
31125
31126
31127 \backslash
31128 setcounter{MaNoteDupliquee}{
31129 \backslash
31130 thefootnote}
31131 \end_layout
31132
31133 \begin_layout Standard
31134 La note de bas de page a été créée avec la commande
31135 \begin_inset space ~
31136 \end_inset
31137
31138 :
31139 \end_layout
31140
31141 \begin_layout Standard
31142
31143 \series bold
31144
31145 \backslash
31146 footnotemark[
31147 \backslash
31148 MaNoteDupliquee]
31149 \end_layout
31150
31151 \begin_layout Standard
31152 Voici une note de bas de page dupliquée
31153 \begin_inset space ~
31154 \end_inset
31155
31156 :
31157 \begin_inset ERT
31158 status collapsed
31159
31160 \begin_layout Plain Layout
31161
31162
31163 \backslash
31164 footnotemark[
31165 \backslash
31166 theMyRepeatFoot]
31167 \end_layout
31168
31169 \end_inset
31170
31171
31172 \end_layout
31173
31174 \begin_layout Standard
31175 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
31176 t du numéro de note et juste utiliser la commande suivante
31177 \end_layout
31178
31179 \begin_layout Standard
31180
31181 \series bold
31182
31183 \backslash
31184 footnotemark[
31185 \backslash
31186 thefootnote]
31187 \end_layout
31188
31189 \begin_layout Standard
31190 Voici une autre note de bas de page dupliquée
31191 \begin_inset space ~
31192 \end_inset
31193
31194 :
31195 \begin_inset ERT
31196 status collapsed
31197
31198 \begin_layout Plain Layout
31199
31200
31201 \backslash
31202 footnotemark[
31203 \backslash
31204 thefootnote]
31205 \end_layout
31206
31207 \end_inset
31208
31209
31210 \end_layout
31211
31212 \begin_layout Subsection
31213 Numérotation de notes de bas de page
31214 \begin_inset CommandInset label
31215 LatexCommand label
31216 name "sub:Numerotation-notes-bas-de-page"
31217
31218 \end_inset
31219
31220
31221 \begin_inset Index idx
31222 status collapsed
31223
31224 \begin_layout Plain Layout
31225 Notes de bas de page ! Numérotation
31226 \end_layout
31227
31228 \end_inset
31229
31230
31231 \end_layout
31232
31233 \begin_layout Standard
31234 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
31235  ajoutez cette commande dans le préambule de votre document :
31236 \end_layout
31237
31238 \begin_layout Standard
31239
31240 \series bold
31241
31242 \backslash
31243 @addtoreset{footnote}{section}
31244 \end_layout
31245
31246 \begin_layout Standard
31247 \begin_inset VSpace bigskip
31248 \end_inset
31249
31250 La commande de préambule suivante change le style de numérotation des notes
31251  en petits chiffres romains :
31252 \end_layout
31253
31254 \begin_layout Standard
31255
31256 \series bold
31257
31258 \backslash
31259 renewcommand{
31260 \backslash
31261 thefootnote}{
31262 \backslash
31263 roman{footnote}}
31264 \end_layout
31265
31266 \begin_layout Standard
31267 \begin_inset ERT
31268 status collapsed
31269
31270 \begin_layout Plain Layout
31271
31272
31273 \backslash
31274 renewcommand{
31275 \backslash
31276 thefootnote}{
31277 \backslash
31278 roman{footnote}}
31279 \end_layout
31280
31281 \end_inset
31282
31283  Cette note de bas de page utilise une numérotation en chiffres romains
31284  :
31285 \begin_inset Foot
31286 status open
31287
31288 \begin_layout Plain Layout
31289 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
31290  romains.
31291 \end_layout
31292
31293 \end_inset
31294
31295
31296 \end_layout
31297
31298 \begin_layout Standard
31299 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
31300  la commande précédente 
31301 \series bold
31302
31303 \backslash
31304 roman
31305 \series default
31306  par 
31307 \series bold
31308
31309 \backslash
31310 Roman
31311 \series default
31312 .
31313  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
31314  utilisez respectivement soit 
31315 \series bold
31316
31317 \backslash
31318 Alph
31319 \series default
31320  soit 
31321 \series bold
31322
31323 \backslash
31324 alph
31325 \series default
31326 .
31327  Pour les 
31328 \begin_inset Quotes eld
31329 \end_inset
31330
31331 numéroter
31332 \begin_inset Quotes erd
31333 \end_inset
31334
31335  avec des symboles, utilisez 
31336 \series bold
31337
31338 \backslash
31339 fnsymbol
31340 \series default
31341 .
31342 \end_layout
31343
31344 \begin_layout Standard
31345 \begin_inset Note Greyedout
31346 status open
31347
31348 \begin_layout Plain Layout
31349
31350 \series bold
31351 Note:
31352 \series default
31353  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
31354  puisque cette numérotation est limitée à des lettres seules.
31355 \end_layout
31356
31357 \end_inset
31358
31359
31360 \begin_inset Newline newline
31361 \end_inset
31362
31363
31364 \begin_inset Note Greyedout
31365 status open
31366
31367 \begin_layout Plain Layout
31368
31369 \series bold
31370 Note:
31371 \series default
31372  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
31373 \end_layout
31374
31375 \end_inset
31376
31377
31378 \end_layout
31379
31380 \begin_layout Standard
31381 Pour revenir au style de numérotation implicite quand vous en avez changé,
31382  utilisez 
31383 \series bold
31384
31385 \backslash
31386 arabic
31387 \series default
31388  à la place de 
31389 \series bold
31390
31391 \backslash
31392 roman
31393 \series default
31394  dans la commande précédente.
31395 \begin_inset ERT
31396 status collapsed
31397
31398 \begin_layout Plain Layout
31399
31400
31401 \backslash
31402 renewcommand{
31403 \backslash
31404 thefootnote}{
31405 \backslash
31406 arabic{footnote}}
31407 \end_layout
31408
31409 \end_inset
31410
31411
31412 \end_layout
31413
31414 \begin_layout Standard
31415 \begin_inset VSpace bigskip
31416 \end_inset
31417
31418
31419 \end_layout
31420
31421 \begin_layout Standard
31422 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
31423  le schéma 
31424 \begin_inset Quotes eld
31425 \end_inset
31426
31427 chapitre.note
31428 \begin_inset Quotes erd
31429 \end_inset
31430
31431 , ajoutez la commande suivante au préambule de votre document :
31432 \end_layout
31433
31434 \begin_layout Standard
31435
31436 \series bold
31437
31438 \backslash
31439 numberwithin{footnote}{chapter}
31440 \end_layout
31441
31442 \begin_layout Standard
31443 Pour pouvoir utiliser la commande 
31444 \series bold
31445
31446 \backslash
31447 numberwithin
31448 \series default
31449 , activez dans la rubrique 
31450 \family sans
31451 Options
31452 \begin_inset space ~
31453 \end_inset
31454
31455 des
31456 \begin_inset space ~
31457 \end_inset
31458
31459 Maths
31460 \family default
31461  dans les paramètres du document, l'option 
31462 \family sans
31463 Utiliser
31464 \begin_inset space ~
31465 \end_inset
31466
31467 le
31468 \begin_inset space ~
31469 \end_inset
31470
31471 paquetage
31472 \begin_inset space ~
31473 \end_inset
31474
31475 maths
31476 \begin_inset space ~
31477 \end_inset
31478
31479 AMS
31480 \family default
31481 .
31482 \end_layout
31483
31484 \begin_layout Standard
31485 \begin_inset ERT
31486 status collapsed
31487
31488 \begin_layout Plain Layout
31489
31490
31491 \backslash
31492 numberwithin{footnote}{chapter}
31493 \end_layout
31494
31495 \end_inset
31496
31497 Ceci est un autre exemple de note de bas de page:
31498 \series bold
31499
31500 \begin_inset Foot
31501 status open
31502
31503 \begin_layout Plain Layout
31504 Cette note est numérotée en suivant le schéma 
31505 \begin_inset Quotes fld
31506 \end_inset
31507
31508 chapitre.note
31509 \begin_inset Quotes frd
31510 \end_inset
31511
31512 .
31513 \end_layout
31514
31515 \end_inset
31516
31517
31518 \series default
31519
31520 \begin_inset ERT
31521 status collapsed
31522
31523 \begin_layout Plain Layout
31524
31525
31526 \backslash
31527 renewcommand{
31528 \backslash
31529 thefootnote}{
31530 \backslash
31531 arabic{footnote}}
31532 \end_layout
31533
31534 \end_inset
31535
31536
31537 \end_layout
31538
31539 \begin_layout Standard
31540 \begin_inset Note Greyedout
31541 status open
31542
31543 \begin_layout Plain Layout
31544
31545 \series bold
31546 Note:
31547 \series default
31548  
31549 \series bold
31550
31551 \backslash
31552 numberwithin
31553 \series default
31554  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
31555  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
31556  prises en compte.
31557  
31558 \end_layout
31559
31560 \end_inset
31561
31562
31563 \end_layout
31564
31565 \begin_layout Standard
31566 Donc pour avoir par exemple le schéma 
31567 \begin_inset Quotes eld
31568 \end_inset
31569
31570 chapitre.
31571 \backslash
31572 Roman{note}
31573 \begin_inset Quotes erd
31574 \end_inset
31575
31576 , utilisez la commande suivante plutôt que 
31577 \series bold
31578
31579 \backslash
31580 numberwithin
31581 \series default
31582  :
31583 \end_layout
31584
31585 \begin_layout Standard
31586
31587 \series bold
31588
31589 \backslash
31590 renewcommand{
31591 \backslash
31592 thefootnote}{
31593 \backslash
31594 thechapter.
31595 \backslash
31596 Roman{footnote}}
31597 \end_layout
31598
31599 \begin_layout Subsection
31600 Positionnement de notes de bas de page
31601 \begin_inset Index idx
31602 status collapsed
31603
31604 \begin_layout Plain Layout
31605 Notes de bas de page ! Positionnement
31606 \end_layout
31607
31608 \end_inset
31609
31610
31611 \end_layout
31612
31613 \begin_layout Standard
31614 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
31615  vertical entre elles en bas de la page.
31616  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
31617  de 1.5
31618 \begin_inset space \thinspace{}
31619 \end_inset
31620
31621 mm avec la commande suivante dans le préambule :
31622 \end_layout
31623
31624 \begin_layout Standard
31625
31626 \series bold
31627
31628 \backslash
31629 let
31630 \backslash
31631 myFoot
31632 \backslash
31633 footnote
31634 \begin_inset Newline newline
31635 \end_inset
31636
31637
31638 \backslash
31639 renewcommand{
31640 \backslash
31641 footnote}[1]{
31642 \backslash
31643 myFoot{#1
31644 \backslash
31645 vspace{1.5mm}}}
31646 \end_layout
31647
31648 \begin_layout Standard
31649 \begin_inset VSpace bigskip
31650 \end_inset
31651
31652 Dans un document à deux colonnes les notes de bas de page apparaissent en
31653  bas de chaque colonne, comme sur la Figure
31654 \begin_inset space ~
31655 \end_inset
31656
31657
31658 \begin_inset CommandInset ref
31659 LatexCommand ref
31660 reference "fig:Position-standard-note-bas-de-page"
31661
31662 \end_inset
31663
31664 .
31665  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
31666  sur la Figure
31667 \begin_inset space ~
31668 \end_inset
31669
31670
31671 \begin_inset CommandInset ref
31672 LatexCommand ref
31673 reference "fig:Position-note-avec-ftnright"
31674
31675 \end_inset
31676
31677 , utilisez le paquetage LaTeX 
31678 \series bold
31679 ftnright
31680 \series default
31681
31682 \begin_inset Index idx
31683 status collapsed
31684
31685 \begin_layout Plain Layout
31686 Paquetages LaTeX ! ftnright
31687 \end_layout
31688
31689 \end_inset
31690
31691  avec cette commande dans le préambule du document:
31692 \end_layout
31693
31694 \begin_layout Standard
31695
31696 \series bold
31697
31698 \backslash
31699 usepackage{ftnright}
31700 \end_layout
31701
31702 \begin_layout Standard
31703 \begin_inset Float figure
31704 placement !h
31705 wide false
31706 sideways false
31707 status open
31708
31709 \begin_layout Plain Layout
31710 \begin_inset ERT
31711 status collapsed
31712
31713 \begin_layout Plain Layout
31714
31715
31716 \backslash
31717 framebox{
31718 \end_layout
31719
31720 \end_inset
31721
31722
31723 \begin_inset Graphics
31724         filename ../clipart/without_fntright.pdf
31725         width 100col%
31726         scaleBeforeRotation
31727
31728 \end_inset
31729
31730
31731 \begin_inset ERT
31732 status collapsed
31733
31734 \begin_layout Plain Layout
31735
31736 }
31737 \end_layout
31738
31739 \end_inset
31740
31741
31742 \end_layout
31743
31744 \begin_layout Plain Layout
31745 \begin_inset Caption Standard
31746
31747 \begin_layout Plain Layout
31748 \begin_inset CommandInset label
31749 LatexCommand label
31750 name "fig:Position-standard-note-bas-de-page"
31751
31752 \end_inset
31753
31754 Positionnement standard des notes de bas de page dans un document à deux
31755  colonnes.
31756 \end_layout
31757
31758 \end_inset
31759
31760
31761 \end_layout
31762
31763 \end_inset
31764
31765
31766 \end_layout
31767
31768 \begin_layout Standard
31769 \begin_inset Float figure
31770 placement !h
31771 wide false
31772 sideways false
31773 status open
31774
31775 \begin_layout Plain Layout
31776 \begin_inset ERT
31777 status collapsed
31778
31779 \begin_layout Plain Layout
31780
31781
31782 \backslash
31783 framebox{
31784 \end_layout
31785
31786 \end_inset
31787
31788
31789 \begin_inset Graphics
31790         filename ../clipart/with_fntright.pdf
31791         width 100col%
31792         scaleBeforeRotation
31793
31794 \end_inset
31795
31796
31797 \begin_inset ERT
31798 status collapsed
31799
31800 \begin_layout Plain Layout
31801
31802 }
31803 \end_layout
31804
31805 \end_inset
31806
31807
31808 \end_layout
31809
31810 \begin_layout Plain Layout
31811 \begin_inset Caption Standard
31812
31813 \begin_layout Plain Layout
31814 \begin_inset CommandInset label
31815 LatexCommand label
31816 name "fig:Position-note-avec-ftnright"
31817
31818 \end_inset
31819
31820 Positionnement de notes de bas de page dans un document à deux colonnes
31821  en utilisant le paquetage LaTeX 
31822 \series bold
31823 ftnright
31824 \series default
31825 .
31826 \end_layout
31827
31828 \end_inset
31829
31830
31831 \end_layout
31832
31833 \end_inset
31834
31835
31836 \end_layout
31837
31838 \begin_layout Standard
31839 \begin_inset VSpace bigskip
31840 \end_inset
31841
31842 Dans certaines publications scientifiques, il est courant de rassembler
31843  les notes de bas de page et de les imprimer dans un paragraphe particulier
31844  à la fin de la section, comme sur la Figure
31845 \begin_inset space ~
31846 \end_inset
31847
31848
31849 \begin_inset CommandInset ref
31850 LatexCommand ref
31851 reference "fig:Notes-de-fin"
31852
31853 \end_inset
31854
31855 .
31856  On les appelle 
31857 \begin_inset Quotes eld
31858 \end_inset
31859
31860 notes de fin
31861 \begin_inset Quotes erd
31862 \end_inset
31863
31864 .
31865 \begin_inset Index idx
31866 status collapsed
31867
31868 \begin_layout Plain Layout
31869 Notes de fin
31870 \end_layout
31871
31872 \end_inset
31873
31874  Pour utiliser des notes de fin à la place des notes de bas de page dans
31875  votre document, charger le module 
31876 \family sans
31877 Note de bas de page en fin de document
31878 \family default
31879  à partir de 
31880 \family sans
31881 Document\SpecialChar \menuseparator
31882 Paramètres\SpecialChar \menuseparator
31883 Modules
31884 \family default
31885 .
31886  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
31887 \end_layout
31888
31889 \begin_layout Standard
31890
31891 \series bold
31892
31893 \backslash
31894 theendnotes
31895 \end_layout
31896
31897 \begin_layout Standard
31898 en code TeX à la fin d'une section ou d'un chapitre.
31899 \end_layout
31900
31901 \begin_layout Standard
31902 \begin_inset Float figure
31903 wide false
31904 sideways false
31905 status open
31906
31907 \begin_layout Plain Layout
31908 \align center
31909 \begin_inset ERT
31910 status collapsed
31911
31912 \begin_layout Plain Layout
31913
31914
31915 \backslash
31916 framebox{
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \begin_inset Graphics
31923         filename ../clipart/endnotes.pdf
31924         scaleBeforeRotation
31925
31926 \end_inset
31927
31928
31929 \begin_inset ERT
31930 status collapsed
31931
31932 \begin_layout Plain Layout
31933
31934 }
31935 \end_layout
31936
31937 \end_inset
31938
31939
31940 \end_layout
31941
31942 \begin_layout Plain Layout
31943 \begin_inset Caption Standard
31944
31945 \begin_layout Plain Layout
31946 \begin_inset CommandInset label
31947 LatexCommand label
31948 name "fig:Notes-de-fin"
31949
31950 \end_inset
31951
31952 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
31953  séparé à la fin des sections ou des chapitres.
31954 \end_layout
31955
31956 \end_inset
31957
31958
31959 \end_layout
31960
31961 \end_inset
31962
31963
31964 \end_layout
31965
31966 \begin_layout Standard
31967 \begin_inset VSpace medskip
31968 \end_inset
31969
31970 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
31971  dans la langue du document, cela doit être fait manuellement.
31972  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
31973  
31974 \begin_inset Quotes eld
31975 \end_inset
31976
31977 Notes
31978 \begin_inset Quotes erd
31979 \end_inset
31980
31981  en sa traduction Allemande
31982 \begin_inset Foot
31983 status collapsed
31984
31985 \begin_layout Plain Layout
31986 En français, 
31987 \begin_inset Quotes eld
31988 \end_inset
31989
31990 Notes
31991 \begin_inset Quotes erd
31992 \end_inset
31993
31994  peut être conservé.
31995 \end_layout
31996
31997 \end_inset
31998
31999  
32000 \begin_inset Quotes eld
32001 \end_inset
32002
32003 Anmerkungen
32004 \begin_inset Quotes erd
32005 \end_inset
32006
32007  :
32008 \end_layout
32009
32010 \begin_layout Standard
32011
32012 \series bold
32013
32014 \backslash
32015 renewcommand{
32016 \backslash
32017 notesname}{Anmerkungen}
32018 \end_layout
32019
32020 \begin_layout Standard
32021 \begin_inset VSpace medskip
32022 \end_inset
32023
32024 La numérotation des notes de fin peut être modifiée comme celle des notes
32025  de bas de page comme c'est décrit dans la section
32026 \begin_inset space ~
32027 \end_inset
32028
32029
32030 \begin_inset CommandInset ref
32031 LatexCommand ref
32032 reference "sub:Numerotation-notes-bas-de-page"
32033
32034 \end_inset
32035
32036  ; remplacez juste la commande 
32037 \series bold
32038
32039 \backslash
32040 thefootnote
32041 \series default
32042  par 
32043 \series bold
32044
32045 \backslash
32046 theendnote
32047 \series default
32048 .
32049  Pour réinitialiser le numéro de note de fin, utilisez la commande 
32050 \series bold
32051
32052 \backslash
32053 @addtoreset
32054 \series default
32055  comme c'est décrit dans la section
32056 \begin_inset space ~
32057 \end_inset
32058
32059
32060 \begin_inset CommandInset ref
32061 LatexCommand ref
32062 reference "sub:Numerotation-notes-bas-de-page"
32063
32064 \end_inset
32065
32066  et remplacez le paramètre de commande 
32067 \series bold
32068 footnote
32069 \series default
32070  par 
32071 \series bold
32072 endnote
32073 \series default
32074 .
32075 \end_layout
32076
32077 \begin_layout Standard
32078 Pour les notes de fin, il y a la commande 
32079 \series bold
32080
32081 \backslash
32082 endnotemark[numéro]
32083 \series default
32084  qui est semblable à 
32085 \series bold
32086
32087 \backslash
32088 footnotemark
32089 \series default
32090 , décrite dans la section
32091 \begin_inset space ~
32092 \end_inset
32093
32094
32095 \begin_inset CommandInset ref
32096 LatexCommand ref
32097 reference "sec:Notes-bas-de-page"
32098
32099 \end_inset
32100
32101 .
32102 \end_layout
32103
32104 \begin_layout Standard
32105 \begin_inset VSpace bigskip
32106 \end_inset
32107
32108  Les notes de bas de page peuvent être mise dans la marge de la page et
32109  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
32110  
32111 \series bold
32112 footmisc
32113 \series default
32114
32115 \begin_inset Index idx
32116 status collapsed
32117
32118 \begin_layout Plain Layout
32119 Paquetages LaTeX ! footmisc
32120 \end_layout
32121
32122 \end_inset
32123
32124
32125 \begin_inset CommandInset citation
32126 LatexCommand cite
32127 key "footmisc"
32128
32129 \end_inset
32130
32131  pour plus d'information à ce sujet.
32132 \end_layout
32133
32134 \begin_layout Standard
32135 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
32136  voyez les livres sur LaTeX, 
32137 \begin_inset CommandInset citation
32138 LatexCommand cite
32139 key "latexcompanion,latexguide,latexbook"
32140
32141 \end_inset
32142
32143 .
32144  Si vous utilisez une classe de document  
32145 \series bold
32146 KOMA-Script
32147 \series default
32148
32149 \begin_inset Index idx
32150 status collapsed
32151
32152 \begin_layout Plain Layout
32153 Paquetages LaTeX ! KOMA-Script
32154 \end_layout
32155
32156 \end_inset
32157
32158 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
32159  des commandes spécifiques à la classe de document utilisée, voyez 
32160 \begin_inset CommandInset citation
32161 LatexCommand cite
32162 key "KOMA-Script"
32163
32164 \end_inset
32165
32166 .
32167 \end_layout
32168
32169 \begin_layout Section
32170 Notes en marge
32171 \begin_inset Index idx
32172 status collapsed
32173
32174 \begin_layout Plain Layout
32175 Notes ! Notes en Marge
32176 \end_layout
32177
32178 \end_inset
32179
32180
32181 \end_layout
32182
32183 \begin_layout Standard
32184 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
32185 t de la même façon.
32186  Quand vous insérez une note en marge avec 
32187 \family sans
32188 Insertion\SpecialChar \menuseparator
32189 Note
32190 \begin_inset space ~
32191 \end_inset
32192
32193 en
32194 \begin_inset space ~
32195 \end_inset
32196
32197 Marge
32198 \family default
32199  ou avec le bouton 
32200 \begin_inset Info
32201 type  "icon"
32202 arg   "marginalnote-insert"
32203 \end_inset
32204
32205  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
32206  grise avec une étiquette rouge 
32207 \begin_inset Quotes fld
32208 \end_inset
32209
32210 marge
32211 \begin_inset Quotes frd
32212 \end_inset
32213
32214 .
32215  
32216 \begin_inset Marginal
32217 status collapsed
32218
32219 \begin_layout Plain Layout
32220 C'est une note en marge.
32221 \end_layout
32222
32223 \end_inset
32224
32225  Cette boîte est la représentation de votre note dans LyX.
32226  Vous pouvez y entrer votre texte.
32227 \end_layout
32228
32229 \begin_layout Standard
32230 Les notes en marge apparaissent dans la marge de droite dans les documents
32231  imprimées sur une seule face.
32232  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
32233  
32234 \begin_inset Quotes eld
32235 \end_inset
32236
32237 extérieure
32238 \begin_inset Quotes erd
32239 \end_inset
32240
32241  – la gauche sur les pages paires et la droite sur les pages impaires.
32242  Le texte de la note en marge est aligné à l'opposé de la marge externe
32243  – aligné à droite quand la note apparaît dans la marge de gauche.
32244  La première ligne de la note apparaît à la hauteur de la ligne de texte
32245  où la note a été insérée dans le document.
32246 \end_layout
32247
32248 \begin_layout Standard
32249 \begin_inset VSpace bigskip
32250 \end_inset
32251
32252 Pour placer une note dans la marge interne, ajoutez la commande suivante
32253  :
32254 \end_layout
32255
32256 \begin_layout Standard
32257
32258 \series bold
32259
32260 \backslash
32261 reversemarginpar
32262 \end_layout
32263
32264 \begin_layout Standard
32265 sous forme de code TeX avant votre note de marge.
32266  Le nouveau positionnement est pris en compte pour toutes les notes en marge
32267  qui suivent 
32268 \begin_inset ERT
32269 status collapsed
32270
32271 \begin_layout Plain Layout
32272
32273
32274 \backslash
32275 reversemarginpar 
32276 \end_layout
32277
32278 \end_inset
32279
32280
32281 \begin_inset Marginal
32282 status open
32283
32284 \begin_layout Plain Layout
32285 Cette note en marge est dans la marge interne.
32286 \end_layout
32287
32288 \end_inset
32289
32290
32291 \series bold
32292
32293 \begin_inset Newline newline
32294 \end_inset
32295
32296
32297 \series default
32298
32299 \begin_inset Note Greyedout
32300 status open
32301
32302 \begin_layout Plain Layout
32303
32304 \series bold
32305 Note:
32306 \series default
32307  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
32308  les notes sont souvent mal mises en formes dans la sortie imprimée.
32309 \end_layout
32310
32311 \end_inset
32312
32313
32314 \end_layout
32315
32316 \begin_layout Standard
32317 Pour revenir au positionnement implicite, ajoutez la commande :
32318 \end_layout
32319
32320 \begin_layout Standard
32321
32322 \series bold
32323
32324 \backslash
32325 normalmarginpar
32326 \end_layout
32327
32328 \begin_layout Standard
32329 sous forme de code TeX.
32330 \begin_inset ERT
32331 status collapsed
32332
32333 \begin_layout Plain Layout
32334
32335
32336 \backslash
32337 normalmarginpar 
32338 \end_layout
32339
32340 \end_inset
32341
32342
32343 \begin_inset Newline newline
32344 \end_inset
32345
32346  
32347 \begin_inset Note Greyedout
32348 status open
32349
32350 \begin_layout Plain Layout
32351
32352 \series bold
32353 Note:
32354 \series default
32355  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
32356  
32357 \series bold
32358
32359 \backslash
32360 reversemarginpar
32361 \series default
32362  est aussi utilisée.
32363 \end_layout
32364
32365 \end_inset
32366
32367
32368 \end_layout
32369
32370 \begin_layout Standard
32371 \begin_inset VSpace bigskip
32372 \end_inset
32373
32374
32375 \begin_inset Marginal
32376 status open
32377
32378 \begin_layout Plain Layout
32379 UnTrèsLongMotEnMarge sans césure.
32380 \end_layout
32381
32382 \end_inset
32383
32384  Comme dans le cas décrit dans la section
32385 \begin_inset space ~
32386 \end_inset
32387
32388
32389 \begin_inset CommandInset ref
32390 LatexCommand ref
32391 reference "sub:Lignes-multiple-dans-cellule"
32392
32393 \end_inset
32394
32395 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
32396  mot d'une note en marge.
32397  Pour éviter ce problème, insérez un espacement horizontal de 0
32398 \begin_inset space \thinspace{}
32399 \end_inset
32400
32401 pt avant le mot en question: 
32402 \begin_inset Marginal
32403 status open
32404
32405 \begin_layout Plain Layout
32406 \begin_inset space \hspace{}
32407 \length 0pt
32408 \end_inset
32409
32410 UnMotTrèsLongEnMarge avec une césure.
32411 \end_layout
32412
32413 \end_inset
32414
32415
32416 \end_layout
32417
32418 \begin_layout Standard
32419 \begin_inset VSpace bigskip
32420 \end_inset
32421
32422
32423 \end_layout
32424
32425 \begin_layout Standard
32426 \begin_inset Note Greyedout
32427 status open
32428
32429 \begin_layout Plain Layout
32430
32431 \series bold
32432 Note:
32433 \series default
32434  Normalement, les notes en marge ne peuvent pas être utilisées dans des
32435  tableaux, des flottants et des notes de bas de page.
32436 \end_layout
32437
32438 \end_inset
32439
32440
32441 \end_layout
32442
32443 \begin_layout Standard
32444 \begin_inset VSpace bigskip
32445 \end_inset
32446
32447
32448 \end_layout
32449
32450 \begin_layout Standard
32451 \begin_inset ERT
32452 status collapsed
32453
32454 \begin_layout Plain Layout
32455
32456
32457 \backslash
32458 ifmarginnote
32459 \end_layout
32460
32461 \end_inset
32462
32463
32464 \begin_inset Note Note
32465 status open
32466
32467 \begin_layout Plain Layout
32468 La section suivante ne sera affichée que si le paquetage LaTeX 
32469 \series bold
32470 marginnote
32471 \series default
32472  a été installé.
32473 \end_layout
32474
32475 \end_inset
32476
32477
32478 \end_layout
32479
32480 \begin_layout Standard
32481 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
32482 \series bold
32483 marginnote
32484 \series default
32485
32486 \begin_inset Index idx
32487 status collapsed
32488
32489 \begin_layout Plain Layout
32490 Paquetages LaTeX ! marginnote
32491 \end_layout
32492
32493 \end_inset
32494
32495 .
32496  En ajoutant les deux lignes suivantes au préambule de votre document, la
32497  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
32498  la commande fournie par le paquetage 
32499 \series bold
32500 marginnote
32501 \series default
32502  :
32503 \end_layout
32504
32505 \begin_layout Standard
32506
32507 \series bold
32508
32509 \backslash
32510 usepackage{marginnote}
32511 \begin_inset Newline newline
32512 \end_inset
32513
32514
32515 \backslash
32516 let
32517 \backslash
32518 marginpar
32519 \backslash
32520 marginnote
32521 \end_layout
32522
32523 \begin_layout Standard
32524 Ce paquetage est aussi utilisé dans ce document parce que 
32525 \series bold
32526 marginnote
32527 \series default
32528  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
32529  vertical pour une note.
32530  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
32531  sont trop proches les unes des autres ou que vous voulez améliorer la mise
32532  en page.
32533  Le décalage est inséré dans LyX sous forme de code TeX directement après
32534  la note sous la forme
32535 \end_layout
32536
32537 \begin_layout Standard
32538
32539 \series bold
32540 [offset]
32541 \end_layout
32542
32543 \begin_layout Standard
32544 où l'offset utilise l'une des unités listées dans le tableau
32545 \begin_inset space ~
32546 \end_inset
32547
32548
32549 \begin_inset CommandInset ref
32550 LatexCommand ref
32551 reference "cha:Unités-de-longueur"
32552
32553 \end_inset
32554
32555 .
32556  Une valeur négative déplace la note vers le haut, une valeur positive la
32557  déplace vers le bas.
32558  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
32559  vers le haut de 1.5
32560 \begin_inset space \thinspace{}
32561 \end_inset
32562
32563 cm avec la commande en code TeX 
32564 \begin_inset Quotes eld
32565 \end_inset
32566
32567
32568 \series bold
32569 [-1.5cm]
32570 \series default
32571
32572 \begin_inset Quotes erd
32573 \end_inset
32574
32575
32576 \begin_inset Marginal
32577 status collapsed
32578
32579 \begin_layout Plain Layout
32580 Cette note en marge est décalée vers le haut de 1.5
32581 \begin_inset space \thinspace{}
32582 \end_inset
32583
32584 cm par rapport à sa position d'origine.
32585 \end_layout
32586
32587 \end_inset
32588
32589
32590 \begin_inset ERT
32591 status collapsed
32592
32593 \begin_layout Plain Layout
32594
32595 [-1.5cm]
32596 \end_layout
32597
32598 \end_inset
32599
32600
32601 \end_layout
32602
32603 \begin_layout Standard
32604 \begin_inset VSpace medskip
32605 \end_inset
32606
32607 Avec le paquetage 
32608 \series bold
32609 marginnote
32610 \series default
32611  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
32612  Par exemple les commandes 
32613 \end_layout
32614
32615 \begin_layout Standard
32616
32617 \series bold
32618
32619 \backslash
32620 renewcommand*{
32621 \backslash
32622 raggedleftmarginnote}{
32623 \backslash
32624 centering}
32625 \begin_inset Newline newline
32626 \end_inset
32627
32628
32629 \backslash
32630 renewcommand*{
32631 \backslash
32632 raggedrightmarginnote}{
32633 \backslash
32634 centering}
32635 \end_layout
32636
32637 \begin_layout Standard
32638 donnent un alignement centré.
32639  
32640 \series bold
32641
32642 \backslash
32643 raggedleftmarginnote
32644 \series default
32645  indique une note qui apparaît dans la marge de gauche.
32646 \begin_inset ERT
32647 status collapsed
32648
32649 \begin_layout Plain Layout
32650
32651
32652 \backslash
32653 renewcommand*{
32654 \backslash
32655 raggedleftmarginnote}{
32656 \backslash
32657 centering}
32658 \end_layout
32659
32660 \begin_layout Plain Layout
32661
32662
32663 \backslash
32664 renewcommand*{
32665 \backslash
32666 raggedrightmarginnote}{
32667 \backslash
32668 centering}
32669 \end_layout
32670
32671 \end_inset
32672
32673
32674 \begin_inset Marginal
32675 status collapsed
32676
32677 \begin_layout Plain Layout
32678 Le texte de cette note en marge est centré.
32679 \end_layout
32680
32681 \end_inset
32682
32683 .
32684  Le comportement implicite est donné par
32685 \end_layout
32686
32687 \begin_layout Standard
32688
32689 \series bold
32690
32691 \backslash
32692 renewcommand*{
32693 \backslash
32694 raggedleftmarginnote}{
32695 \backslash
32696 raggedleft}
32697 \begin_inset Newline newline
32698 \end_inset
32699
32700
32701 \backslash
32702 renewcommand*{
32703 \backslash
32704 raggedrightmarginnote}{
32705 \backslash
32706 raggedright}
32707 \series default
32708
32709 \begin_inset ERT
32710 status collapsed
32711
32712 \begin_layout Plain Layout
32713
32714
32715 \backslash
32716 renewcommand*{
32717 \backslash
32718 raggedleftmarginnote}{
32719 \backslash
32720 raggedleft}
32721 \end_layout
32722
32723 \begin_layout Plain Layout
32724
32725
32726 \backslash
32727 renewcommand*{
32728 \backslash
32729 raggedrightmarginnote}{
32730 \backslash
32731 raggedright}
32732 \end_layout
32733
32734 \end_inset
32735
32736
32737 \end_layout
32738
32739 \begin_layout Standard
32740 \begin_inset VSpace medskip
32741 \end_inset
32742
32743 Pour les autre fonctions du paquetage 
32744 \series bold
32745 marginnote
32746 \series default
32747  nous vous renvoyons à sa documentation 
32748 \begin_inset CommandInset citation
32749 LatexCommand cite
32750 key "marginnote"
32751
32752 \end_inset
32753
32754 .
32755 \end_layout
32756
32757 \begin_layout Standard
32758 \begin_inset VSpace bigskip
32759 \end_inset
32760
32761 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
32762  définition.
32763  Pour créer par exemple une entête pour toutes les notes en marge avec le
32764  texte 
32765 \begin_inset Quotes eld
32766 \end_inset
32767
32768
32769 \family sans
32770 \series bold
32771 \bar under
32772 Attention!
32773 \family default
32774 \series default
32775 \bar default
32776
32777 \begin_inset Quotes erd
32778 \end_inset
32779
32780  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
32781  de votre document :
32782 \end_layout
32783
32784 \begin_layout Standard
32785
32786 \series bold
32787
32788 \backslash
32789 let
32790 \backslash
32791 myMarginpar
32792 \backslash
32793 marginpar
32794 \begin_inset Newline newline
32795 \end_inset
32796
32797
32798 \backslash
32799 renewcommand{
32800 \backslash
32801 marginpar}[1]{
32802 \backslash
32803 myMarginpar{%
32804 \begin_inset Newline newline
32805 \end_inset
32806
32807
32808 \begin_inset Phantom HPhantom
32809 status open
32810
32811 \begin_layout Plain Layout
32812
32813 \series bold
32814 \begin_inset space ~
32815 \end_inset
32816
32817
32818 \end_layout
32819
32820 \end_inset
32821
32822
32823 \backslash
32824 hspace{0pt}
32825 \backslash
32826 textsf{
32827 \backslash
32828 textbf{
32829 \backslash
32830 underbar{Attention!}}}%
32831 \begin_inset Newline newline
32832 \end_inset
32833
32834
32835 \begin_inset Phantom HPhantom
32836 status open
32837
32838 \begin_layout Plain Layout
32839
32840 \series bold
32841 \begin_inset space ~
32842 \end_inset
32843
32844
32845 \end_layout
32846
32847 \end_inset
32848
32849
32850 \backslash
32851 vspace{1.5mm}
32852 \backslash
32853
32854 \backslash
32855 #1}}
32856 \end_layout
32857
32858 \begin_layout Standard
32859 \begin_inset ERT
32860 status collapsed
32861
32862 \begin_layout Plain Layout
32863
32864
32865 \backslash
32866 let
32867 \backslash
32868 myMarginpar
32869 \backslash
32870 marginpar
32871 \end_layout
32872
32873 \begin_layout Plain Layout
32874
32875
32876 \backslash
32877 renewcommand{
32878 \backslash
32879 marginpar}[1]{
32880 \backslash
32881 myMarginpar{%
32882 \end_layout
32883
32884 \begin_layout Plain Layout
32885
32886    
32887 \backslash
32888 textsf{
32889 \backslash
32890 textbf{
32891 \backslash
32892 underbar{Attention!}}}%
32893 \end_layout
32894
32895 \begin_layout Plain Layout
32896
32897    
32898 \backslash
32899 vspace{1.5mm}
32900 \backslash
32901
32902 \backslash
32903 #1}}
32904 \end_layout
32905
32906 \end_inset
32907
32908
32909 \begin_inset Marginal
32910 status open
32911
32912 \begin_layout Plain Layout
32913 Ceci est une note en marge avec une en-tête prédéfinie.
32914 \end_layout
32915
32916 \end_inset
32917
32918
32919 \begin_inset ERT
32920 status collapsed
32921
32922 \begin_layout Plain Layout
32923
32924 [-1.5cm]
32925 \end_layout
32926
32927 \end_inset
32928
32929
32930 \begin_inset ERT
32931 status collapsed
32932
32933 \begin_layout Plain Layout
32934
32935
32936 \backslash
32937 renewcommand{
32938 \backslash
32939 marginpar}[1]{
32940 \backslash
32941 myMarginpar{#1}}
32942 \end_layout
32943
32944 \end_inset
32945
32946
32947 \begin_inset Note Note
32948 status collapsed
32949
32950 \begin_layout Plain Layout
32951
32952 \lang english
32953 The margin note format is changed only for this example.
32954 \end_layout
32955
32956 \end_inset
32957
32958
32959 \end_layout
32960
32961 \begin_layout Standard
32962 \begin_inset ERT
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966
32967
32968 \backslash
32969 else
32970 \end_layout
32971
32972 \end_inset
32973
32974
32975 \begin_inset Note Note
32976 status open
32977
32978 \begin_layout Plain Layout
32979 Ce qui suit sera affiché si le paquetage LaTeX 
32980 \series bold
32981 marginnote
32982 \series default
32983  n'est pas installé :
32984 \end_layout
32985
32986 \end_inset
32987
32988
32989 \end_layout
32990
32991 \begin_layout Standard
32992 Vous devez installer le paquetage LaTeX 
32993 \series bold
32994 marginnote
32995 \series default
32996  pour voir la suite de cette section dans la sortie imprimée.
32997 \end_layout
32998
32999 \begin_layout Standard
33000 \begin_inset ERT
33001 status collapsed
33002
33003 \begin_layout Plain Layout
33004
33005
33006 \backslash
33007 fi
33008 \end_layout
33009
33010 \end_inset
33011
33012
33013 \end_layout
33014
33015 \begin_layout Chapter
33016 Les boîtes
33017 \end_layout
33018
33019 \begin_layout Section
33020 Introduction
33021 \begin_inset Index idx
33022 status collapsed
33023
33024 \begin_layout Plain Layout
33025 Boîtes ! Introduction
33026 \end_layout
33027
33028 \end_inset
33029
33030
33031 \end_layout
33032
33033 \begin_layout Standard
33034 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
33035  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
33036  voir la section
33037 \begin_inset space ~
33038 \end_inset
33039
33040
33041 \begin_inset CommandInset ref
33042 LatexCommand ref
33043 reference "sec:Minipages"
33044
33045 \end_inset
33046
33047 , pour encadrer des portions de texte, voir la section
33048 \begin_inset space ~
33049 \end_inset
33050
33051
33052 \begin_inset CommandInset ref
33053 LatexCommand ref
33054 reference "sec:Décorations"
33055
33056 \end_inset
33057
33058 , pour empêcher que des mots subissent une césure, voir la section
33059 \begin_inset space ~
33060 \end_inset
33061
33062
33063 \begin_inset CommandInset ref
33064 LatexCommand ref
33065 reference "sec:Empêcher-césure"
33066
33067 \end_inset
33068
33069 , pour aligner du texte, voir la section
33070 \begin_inset space ~
33071 \end_inset
33072
33073
33074 \begin_inset CommandInset ref
33075 LatexCommand ref
33076 reference "sub:Alignement-Vertical"
33077
33078 \end_inset
33079
33080 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
33081 \begin_inset space ~
33082 \end_inset
33083
33084
33085 \begin_inset CommandInset ref
33086 LatexCommand ref
33087 reference "sec:Boîtes-colorées"
33088
33089 \end_inset
33090
33091 .
33092 \end_layout
33093
33094 \begin_layout Standard
33095 On peut insérer une boîte en utilisant le menu 
33096 \family sans
33097 Insertion\SpecialChar \menuseparator
33098 Boîte
33099 \family default
33100  ou avec le bouton 
33101 \begin_inset Info
33102 type  "icon"
33103 arg   "box-insert Frameless"
33104 \end_inset
33105
33106  de la barre d'outils.
33107  Une boîte grise avec une étiquette 
33108 \family sans
33109 Boîte
33110 \begin_inset space ~
33111 \end_inset
33112
33113 (Minipage)
33114 \family default
33115
33116 \begin_inset Graphics
33117         filename clipart/BoxInsetDefaultQt4.png
33118         scale 65
33119         scaleBeforeRotation
33120
33121 \end_inset
33122
33123  est alors insérée.
33124  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
33125  et en choisissant 
33126 \family sans
33127 Paramètres
33128 \family default
33129  .
33130  La fenêtre de dialogue qui apparaît donne accès aux types de
33131 \family sans
33132  Boîte
33133 \begin_inset space ~
33134 \end_inset
33135
33136 Intérieure
33137 \family default
33138  
33139 \family sans
33140 Makebox, Parbox
33141 \family default
33142  et 
33143 \family sans
33144 Minipage
33145 \family default
33146 .
33147  Le type 
33148 \family sans
33149 Minipage
33150 \family default
33151  est le type implicite pour les boîtes nouvellement créées et il est décrit
33152  dans la section
33153 \begin_inset space ~
33154 \end_inset
33155
33156
33157 \begin_inset CommandInset ref
33158 LatexCommand ref
33159 reference "sec:Minipages"
33160
33161 \end_inset
33162
33163 ; le type 
33164 \family sans
33165 Parbox
33166 \family default
33167  est décrit dans la section
33168 \begin_inset space ~
33169 \end_inset
33170
33171
33172 \begin_inset CommandInset ref
33173 LatexCommand ref
33174 reference "sec:Parboxes"
33175
33176 \end_inset
33177
33178  et le type 
33179 \family sans
33180 Makebox
33181 \family default
33182  est décrit dans la section
33183 \begin_inset space ~
33184 \end_inset
33185
33186
33187 \begin_inset CommandInset ref
33188 LatexCommand ref
33189 reference "sec:Empêcher-césure"
33190
33191 \end_inset
33192
33193 .
33194 \end_layout
33195
33196 \begin_layout Standard
33197 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
33198  comme les flottants ou les notes de bas de page.
33199 \end_layout
33200
33201 \begin_layout Standard
33202 \begin_inset Note Greyedout
33203 status open
33204
33205 \begin_layout Plain Layout
33206
33207 \series bold
33208 Note:
33209 \series default
33210  Vous ne pouvez pas employer une boîte comme élément dans un environnement
33211  de type 
33212 \family sans
33213 Liste
33214 \family default
33215  ou 
33216 \family sans
33217 Description
33218 \family default
33219 .
33220 \end_layout
33221
33222 \end_inset
33223
33224
33225 \end_layout
33226
33227 \begin_layout Standard
33228 \begin_inset Note Greyedout
33229 status open
33230
33231 \begin_layout Plain Layout
33232
33233 \series bold
33234 Note:
33235 \series default
33236  Pour une raison inconnue, vous ne pouvez mettre le type de la 
33237 \family sans
33238 Boîte
33239 \begin_inset space ~
33240 \end_inset
33241
33242 Intérieure
33243 \family default
33244  à 
33245 \family sans
33246 Aucune
33247 \family default
33248  que quand vous utilisez une boîte encadrée.
33249  Les boîtes sans 
33250 \family sans
33251 Boîte
33252 \begin_inset space ~
33253 \end_inset
33254
33255 Intérieure
33256 \family default
33257  et sans cadre sont expliquées dans la section
33258 \begin_inset space ~
33259 \end_inset
33260
33261
33262 \begin_inset CommandInset ref
33263 LatexCommand ref
33264 reference "sec:Empêcher-césure"
33265
33266 \end_inset
33267
33268 .
33269 \end_layout
33270
33271 \end_inset
33272
33273
33274 \end_layout
33275
33276 \begin_layout Section
33277 La fenêtre de dialogue Boîte
33278 \begin_inset CommandInset label
33279 LatexCommand label
33280 name "sec:Boîte-Dialogue"
33281
33282 \end_inset
33283
33284
33285 \begin_inset Index idx
33286 status collapsed
33287
33288 \begin_layout Plain Layout
33289 Boîtes ! Fenêtre de dialogue Boîte
33290 \end_layout
33291
33292 \end_inset
33293
33294
33295 \end_layout
33296
33297 \begin_layout Subsection
33298 Taille
33299 \begin_inset Index idx
33300 status collapsed
33301
33302 \begin_layout Plain Layout
33303 Boîtes ! Taille
33304 \end_layout
33305
33306 \end_inset
33307
33308
33309 \end_layout
33310
33311 \begin_layout Standard
33312 Dans la fenêtre de dialogue 
33313 \family sans
33314 Paramètres
33315 \begin_inset space ~
33316 \end_inset
33317
33318 de
33319 \begin_inset space ~
33320 \end_inset
33321
33322 Boîte
33323 \family default
33324  vous pouvez modifier la géométrie de la boîte avec les champs 
33325 \family sans
33326 Largeur
33327 \family default
33328  et 
33329 \family sans
33330 Hauteur
33331 \family default
33332 .
33333  Les unités de longueur qui sont utilisables dans ces champs sont décrites
33334  dans le tableau
33335 \begin_inset space ~
33336 \end_inset
33337
33338
33339 \begin_inset CommandInset ref
33340 LatexCommand ref
33341 reference "tab:Unités"
33342
33343 \end_inset
33344
33345 .
33346  Le champ 
33347 \family sans
33348 Hauteur
33349 \family default
33350  offre en plus les spécifications de taille suivantes :
33351 \end_layout
33352
33353 \begin_layout Description
33354 Profondeur C'est simplement la 
33355 \begin_inset Quotes eld
33356 \end_inset
33357
33358 hauteur
33359 \begin_inset Quotes erd
33360 \end_inset
33361
33362  du texte.
33363  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
33364  lignes de texte dans la boîte.
33365 \begin_inset Newline newline
33366 \end_inset
33367
33368
33369 \begin_inset Newline newline
33370 \end_inset
33371
33372
33373 \begin_inset Newline newline
33374 \end_inset
33375
33376
33377 \begin_inset Box Boxed
33378 position "c"
33379 hor_pos "c"
33380 has_inner_box 1
33381 inner_pos "c"
33382 use_parbox 0
33383 use_makebox 0
33384 width "12col%"
33385 special "none"
33386 height "1in"
33387 height_special "depth"
33388 status open
33389
33390 \begin_layout Plain Layout
33391 \align center
33392 Boîte dont la hauteur est égale à 1
33393 \begin_inset space \thinspace{}
33394 \end_inset
33395
33396 Profondeur
33397 \end_layout
33398
33399 \end_inset
33400
33401
33402 \begin_inset Newline newline
33403 \end_inset
33404
33405
33406 \begin_inset Newline newline
33407 \end_inset
33408
33409
33410 \end_layout
33411
33412 \begin_layout Description
33413 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
33414  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
33415  est deux fois plus haute que le texte : 
33416 \begin_inset Box Boxed
33417 position "c"
33418 hor_pos "c"
33419 has_inner_box 1
33420 inner_pos "c"
33421 use_parbox 0
33422 use_makebox 0
33423 width "20col%"
33424 special "none"
33425 height "2in"
33426 height_special "height"
33427 status open
33428
33429 \begin_layout Plain Layout
33430 \align center
33431 Boîte dont la hauteur est 2
33432 \begin_inset space \thinspace{}
33433 \end_inset
33434
33435 Hauteur
33436 \end_layout
33437
33438 \end_inset
33439
33440
33441 \end_layout
33442
33443 \begin_layout Description
33444 Hauteur
33445 \begin_inset space ~
33446 \end_inset
33447
33448 Totale C'est égal à Hauteur
33449 \begin_inset space \thinspace{}
33450 \end_inset
33451
33452 +
33453 \begin_inset space \thinspace{}
33454 \end_inset
33455
33456 Profondeur : 
33457 \begin_inset Box Boxed
33458 position "c"
33459 hor_pos "c"
33460 has_inner_box 1
33461 inner_pos "c"
33462 use_parbox 0
33463 use_makebox 0
33464 width "20col%"
33465 special "none"
33466 height "1in"
33467 height_special "totalheight"
33468 status open
33469
33470 \begin_layout Plain Layout
33471 \align center
33472 Boîte dont la hauteur est 1
33473 \begin_inset space \thinspace{}
33474 \end_inset
33475
33476 Hauteur
33477 \begin_inset space ~
33478 \end_inset
33479
33480 Totale
33481 \end_layout
33482
33483 \end_inset
33484
33485
33486 \end_layout
33487
33488 \begin_layout Description
33489 Largeur On prend la largeur de la boîte comme hauteur : 
33490 \begin_inset Box Boxed
33491 position "c"
33492 hor_pos "c"
33493 has_inner_box 1
33494 inner_pos "c"
33495 use_parbox 0
33496 use_makebox 0
33497 width "12col%"
33498 special "none"
33499 height "1in"
33500 height_special "width"
33501 status open
33502
33503 \begin_layout Plain Layout
33504 \align center
33505 Boîte dont la hauteur est 1
33506 \begin_inset space \thinspace{}
33507 \end_inset
33508
33509 Largeur
33510 \end_layout
33511
33512 \end_inset
33513
33514
33515 \end_layout
33516
33517 \begin_layout Subsection
33518 Alignement
33519 \begin_inset Index idx
33520 status collapsed
33521
33522 \begin_layout Plain Layout
33523 Boîtes ! Alignement
33524 \end_layout
33525
33526 \end_inset
33527
33528
33529 \end_layout
33530
33531 \begin_layout Standard
33532 Quand vous avez choisi une 
33533 \family sans
33534 Boîte
33535 \begin_inset space ~
33536 \end_inset
33537
33538 Intérieure
33539 \family default
33540 , l'alignement vertical de la boîte peut être :
33541 \end_layout
33542
33543 \begin_layout Description
33544 Haut Ceci est un exemple de texte.
33545  
33546 \begin_inset Box Boxed
33547 position "t"
33548 hor_pos "c"
33549 has_inner_box 1
33550 inner_pos "c"
33551 use_parbox 0
33552 use_makebox 0
33553 width "12col%"
33554 special "none"
33555 height "1in"
33556 height_special "totalheight"
33557 status collapsed
33558
33559 \begin_layout Plain Layout
33560 \align center
33561 Cette boîte est alignée sur le haut.
33562 \end_layout
33563
33564 \end_inset
33565
33566  Ceci est un exemple de texte.
33567 \end_layout
33568
33569 \begin_layout Description
33570 Milieu Ceci est un exemple de texte.
33571  
33572 \begin_inset Box Boxed
33573 position "c"
33574 hor_pos "c"
33575 has_inner_box 1
33576 inner_pos "c"
33577 use_parbox 0
33578 use_makebox 0
33579 width "12col%"
33580 special "none"
33581 height "1in"
33582 height_special "totalheight"
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586 \align center
33587 Cette boîte est alignée au centre.
33588 \end_layout
33589
33590 \end_inset
33591
33592  Ceci est un exemple de texte.
33593 \end_layout
33594
33595 \begin_layout Description
33596 Bas Ceci est un exemple de texte.
33597  
33598 \begin_inset Box Boxed
33599 position "b"
33600 hor_pos "c"
33601 has_inner_box 1
33602 inner_pos "c"
33603 use_parbox 0
33604 use_makebox 0
33605 width "12col%"
33606 special "none"
33607 height "1in"
33608 height_special "totalheight"
33609 status collapsed
33610
33611 \begin_layout Plain Layout
33612 \align center
33613 Cette boîte est alignée sur le bas.
33614 \end_layout
33615
33616 \end_inset
33617
33618  Ceci est un exemple de texte.
33619 \end_layout
33620
33621 \begin_layout Standard
33622 \begin_inset Note Greyedout
33623 status open
33624
33625 \begin_layout Plain Layout
33626
33627 \series bold
33628 Note:
33629 \series default
33630  L'alignement vertical peut être perturbé dans la sortie finale quand vous
33631  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
33632  l'autre non.
33633 \end_layout
33634
33635 \end_inset
33636
33637
33638 \end_layout
33639
33640 \begin_layout Standard
33641 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
33642  paragraphe grâce à la fenêtre de dialogue 
33643 \family sans
33644 Paramètres
33645 \begin_inset space ~
33646 \end_inset
33647
33648 de
33649 \begin_inset space ~
33650 \end_inset
33651
33652 Boîte
33653 \family default
33654 .
33655 \end_layout
33656
33657 \begin_layout Standard
33658 \begin_inset VSpace bigskip
33659 \end_inset
33660
33661 Quand vous avez choisi une 
33662 \family sans
33663 Boîte
33664 \begin_inset space ~
33665 \end_inset
33666
33667 Intérieure
33668 \family default
33669 , l'alignement vertical du contenu de la boîte peut être :
33670 \end_layout
33671
33672 \begin_layout Description
33673 haut Ceci est un exemple de texte.
33674 \begin_inset Box Boxed
33675 position "c"
33676 hor_pos "c"
33677 has_inner_box 1
33678 inner_pos "t"
33679 use_parbox 0
33680 use_makebox 0
33681 width "12col%"
33682 special "none"
33683 height "1.5in"
33684 height_special "totalheight"
33685 status collapsed
33686
33687 \begin_layout Plain Layout
33688 \align center
33689 Le texte de cette boîte est aligné sur le haut.
33690 \end_layout
33691
33692 \end_inset
33693
33694  Ceci est un exemple de texte.
33695 \end_layout
33696
33697 \begin_layout Description
33698 milieu Ceci est un exemple de texte.
33699  
33700 \begin_inset Box Boxed
33701 position "c"
33702 hor_pos "c"
33703 has_inner_box 1
33704 inner_pos "c"
33705 use_parbox 0
33706 use_makebox 0
33707 width "12col%"
33708 special "none"
33709 height "1.5in"
33710 height_special "totalheight"
33711 status collapsed
33712
33713 \begin_layout Plain Layout
33714 \align center
33715 Le texte de cette boîte est aligné au centre
33716 \end_layout
33717
33718 \end_inset
33719
33720  Ceci est un exemple de texte.
33721 \end_layout
33722
33723 \begin_layout Description
33724 bas Ceci est un exemple de texte.
33725  
33726 \begin_inset Box Boxed
33727 position "c"
33728 hor_pos "c"
33729 has_inner_box 1
33730 inner_pos "b"
33731 use_parbox 0
33732 use_makebox 0
33733 width "12col%"
33734 special "none"
33735 height "1.5in"
33736 height_special "totalheight"
33737 status collapsed
33738
33739 \begin_layout Plain Layout
33740 \align center
33741 Le texte de cette boîte est aligné en bas.
33742 \end_layout
33743
33744 \end_inset
33745
33746  Ceci est un exemple de texte.
33747 \end_layout
33748
33749 \begin_layout Description
33750 élongation Ceci est un exemple de texte.
33751  
33752 \begin_inset Box Boxed
33753 position "c"
33754 hor_pos "c"
33755 has_inner_box 1
33756 inner_pos "s"
33757 use_parbox 0
33758 use_makebox 0
33759 width "12col%"
33760 special "none"
33761 height "1.5in"
33762 height_special "totalheight"
33763 status collapsed
33764
33765 \begin_layout Plain Layout
33766 \align center
33767 Le texte 
33768 \end_layout
33769
33770 \begin_layout Plain Layout
33771 \align center
33772 de cette
33773 \end_layout
33774
33775 \begin_layout Plain Layout
33776 \align center
33777 boîte est
33778 \end_layout
33779
33780 \begin_layout Plain Layout
33781 \align center
33782 allongé.
33783 \end_layout
33784
33785 \end_inset
33786
33787  Ceci est un exemple de texte.
33788 \end_layout
33789
33790 \begin_layout Standard
33791 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
33792  paragraphe.
33793  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
33794 \end_layout
33795
33796 \begin_layout Standard
33797 \begin_inset VSpace bigskip
33798 \end_inset
33799
33800 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
33801  la fenêtre de dialogue 
33802 \family sans
33803 Paramètres
33804 \begin_inset space ~
33805 \end_inset
33806
33807 de
33808 \begin_inset space ~
33809 \end_inset
33810
33811 paragraphe
33812 \family default
33813  quand vous avez choisi une 
33814 \family sans
33815 Boîte
33816 \begin_inset space ~
33817 \end_inset
33818
33819 Intérieure
33820 \family default
33821 .
33822 \end_layout
33823
33824 \begin_layout Standard
33825 \align center
33826 \begin_inset Box Boxed
33827 position "c"
33828 hor_pos "c"
33829 has_inner_box 1
33830 inner_pos "s"
33831 use_parbox 0
33832 use_makebox 0
33833 width "15col%"
33834 special "none"
33835 height "1.25in"
33836 height_special "totalheight"
33837 status open
33838
33839 \begin_layout Plain Layout
33840 \align left
33841 Le texte de 
33842 \end_layout
33843
33844 \begin_layout Plain Layout
33845 \align left
33846 cette boîte
33847 \end_layout
33848
33849 \begin_layout Plain Layout
33850 \align right
33851 est allongé.
33852 \end_layout
33853
33854 \end_inset
33855
33856
33857 \end_layout
33858
33859 \begin_layout Standard
33860 Si vous n'avez pas choisi une 
33861 \family sans
33862 Boîte
33863 \begin_inset space ~
33864 \end_inset
33865
33866 Intérieure
33867 \family default
33868 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
33869  de dialogue de boîte.
33870 \end_layout
33871
33872 \begin_layout Standard
33873 \align center
33874 \begin_inset Box Boxed
33875 position "c"
33876 hor_pos "s"
33877 has_inner_box 0
33878 inner_pos "s"
33879 use_parbox 0
33880 use_makebox 0
33881 width "90col%"
33882 special "none"
33883 height "1.25in"
33884 height_special "totalheight"
33885 status open
33886
33887 \begin_layout Plain Layout
33888 Le texte de cette boîte est allongé horizontalement.
33889 \end_layout
33890
33891 \end_inset
33892
33893
33894 \end_layout
33895
33896 \begin_layout Subsection
33897 Décorations
33898 \begin_inset CommandInset label
33899 LatexCommand label
33900 name "sec:Décorations"
33901
33902 \end_inset
33903
33904
33905 \begin_inset Index idx
33906 status collapsed
33907
33908 \begin_layout Plain Layout
33909 Boîtes ! Décorations
33910 \end_layout
33911
33912 \end_inset
33913
33914
33915 \end_layout
33916
33917 \begin_layout Standard
33918 On peut spécifier le style de la boîte en utilisant la liste déroulante
33919  
33920 \family sans
33921 Décoration
33922 \family default
33923 .
33924  Les possibilités sont les suivantes :
33925 \end_layout
33926
33927 \begin_layout Description
33928 Aucun
33929 \begin_inset space ~
33930 \end_inset
33931
33932 cadre
33933 \begin_inset space ~
33934 \end_inset
33935
33936 tracé Rien n'est tracé
33937 \end_layout
33938
33939 \begin_layout Description
33940 Cadre
33941 \begin_inset space ~
33942 \end_inset
33943
33944 rectangulaire
33945 \begin_inset space ~
33946 \end_inset
33947
33948 simple Ceci dessine un cadre rectangulaire autour de la boîte.
33949  L'épaisseur du trait de ce cadre est donnée par la variable  
33950 \series bold
33951
33952 \backslash
33953 fboxrule
33954 \series default
33955 .
33956 \begin_inset Newline newline
33957 \end_inset
33958
33959
33960 \begin_inset Box Boxed
33961 position "c"
33962 hor_pos "c"
33963 has_inner_box 1
33964 inner_pos "c"
33965 use_parbox 0
33966 use_makebox 0
33967 width "20col%"
33968 special "none"
33969 height "1in"
33970 height_special "totalheight"
33971 status open
33972
33973 \begin_layout Plain Layout
33974 \align center
33975 Boîte rectangulaire
33976 \end_layout
33977
33978 \end_inset
33979
33980
33981 \end_layout
33982
33983 \begin_layout Description
33984 Cadre
33985 \begin_inset space ~
33986 \end_inset
33987
33988 oval,
33989 \begin_inset space ~
33990 \end_inset
33991
33992 fin Ceci dessine un cadre ovalisée autour de la boîte.
33993  L'épaisseur du trait de ce cadre est de  0.4
33994 \begin_inset space \thinspace{}
33995 \end_inset
33996
33997 pt.
33998  
33999 \begin_inset Box ovalbox
34000 position "c"
34001 hor_pos "c"
34002 has_inner_box 1
34003 inner_pos "c"
34004 use_parbox 0
34005 use_makebox 0
34006 width "20col%"
34007 special "none"
34008 height "1in"
34009 height_special "totalheight"
34010 status open
34011
34012 \begin_layout Plain Layout
34013 \align center
34014 Boîte ovalisée, fine
34015 \end_layout
34016
34017 \end_inset
34018
34019
34020 \end_layout
34021
34022 \begin_layout Description
34023 Cadre
34024 \begin_inset space ~
34025 \end_inset
34026
34027 oval,
34028 \begin_inset space ~
34029 \end_inset
34030
34031 épais Ceci dessine un cadre ovalisée autour de la boîte.
34032  L'épaisseur du trait de ce cadre est de   0.8
34033 \begin_inset space \thinspace{}
34034 \end_inset
34035
34036 pt.
34037  
34038 \begin_inset Box Ovalbox
34039 position "c"
34040 hor_pos "c"
34041 has_inner_box 1
34042 inner_pos "c"
34043 use_parbox 0
34044 use_makebox 0
34045 width "20col%"
34046 special "none"
34047 height "1in"
34048 height_special "totalheight"
34049 status open
34050
34051 \begin_layout Plain Layout
34052 \align center
34053 Boîte ovalisée, épaisse
34054 \end_layout
34055
34056 \end_inset
34057
34058
34059 \end_layout
34060
34061 \begin_layout Description
34062 Ombre
34063 \begin_inset space ~
34064 \end_inset
34065
34066 en
34067 \begin_inset space ~
34068 \end_inset
34069
34070 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
34071  L'épaisseur du trait de ce cadre est donnée par la variable  
34072 \series bold
34073
34074 \backslash
34075 fboxrule
34076 \series default
34077 , l'ombre a une épaisseur de  4
34078 \begin_inset space \thinspace{}
34079 \end_inset
34080
34081 pt.
34082  
34083 \begin_inset Box Shadowbox
34084 position "c"
34085 hor_pos "c"
34086 has_inner_box 1
34087 inner_pos "c"
34088 use_parbox 0
34089 use_makebox 0
34090 width "20col%"
34091 special "none"
34092 height "1in"
34093 height_special "totalheight"
34094 status open
34095
34096 \begin_layout Plain Layout
34097 \align center
34098 Boîte ombrée
34099 \end_layout
34100
34101 \end_inset
34102
34103
34104 \end_layout
34105
34106 \begin_layout Description
34107 Fond
34108 \begin_inset space ~
34109 \end_inset
34110
34111 ombré Ceci dessine une boîte avec un arrière plan rouge.
34112  Contrairement aux boîtes coloriées
34113 \begin_inset Foot
34114 status collapsed
34115
34116 \begin_layout Plain Layout
34117 Voir la section
34118 \begin_inset space ~
34119 \end_inset
34120
34121
34122 \begin_inset CommandInset ref
34123 LatexCommand ref
34124 reference "sec:Boîtes-colorées"
34125
34126 \end_inset
34127
34128 .
34129 \end_layout
34130
34131 \end_inset
34132
34133 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
34134  son propre paragraphe.
34135 \begin_inset Box Shaded
34136 position "t"
34137 hor_pos "c"
34138 has_inner_box 0
34139 inner_pos "t"
34140 use_parbox 0
34141 use_makebox 0
34142 width "50col%"
34143 special "none"
34144 height "1in"
34145 height_special "totalheight"
34146 status open
34147
34148 \begin_layout Plain Layout
34149 Boîte avec fond ombré
34150 \end_layout
34151
34152 \end_inset
34153
34154
34155 \end_layout
34156
34157 \begin_layout Description
34158 Cadre
34159 \begin_inset space ~
34160 \end_inset
34161
34162 rectangulaire
34163 \begin_inset space ~
34164 \end_inset
34165
34166 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
34167  boîte.
34168  L'épaisseur du trait du cadre interne est de 0.75
34169 \begin_inset space \thinspace{}
34170 \end_inset
34171
34172
34173 \series bold
34174
34175 \backslash
34176 fboxrule
34177 \series default
34178 , l'épaisseur du trait du cadre externe est de 1.5
34179 \begin_inset space \thinspace{}
34180 \end_inset
34181
34182
34183 \series bold
34184
34185 \backslash
34186 fboxrule
34187 \series default
34188 .
34189  La distance entre les deux cadres est de  1.5
34190 \begin_inset space \thinspace{}
34191 \end_inset
34192
34193
34194 \series bold
34195
34196 \backslash
34197 fboxrule
34198 \series default
34199
34200 \begin_inset space \thinspace{}
34201 \end_inset
34202
34203 +
34204 \begin_inset space \thinspace{}
34205 \end_inset
34206
34207 0.5
34208 \begin_inset space \thinspace{}
34209 \end_inset
34210
34211 pt.
34212  
34213 \begin_inset Box Doublebox
34214 position "c"
34215 hor_pos "c"
34216 has_inner_box 1
34217 inner_pos "c"
34218 use_parbox 0
34219 use_makebox 0
34220 width "20col%"
34221 special "none"
34222 height "1in"
34223 height_special "totalheight"
34224 status open
34225
34226 \begin_layout Plain Layout
34227 \align center
34228 Boîte double
34229 \end_layout
34230
34231 \end_inset
34232
34233
34234 \end_layout
34235
34236 \begin_layout Standard
34237 \begin_inset VSpace bigskip
34238 \end_inset
34239
34240 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
34241  style de boîte utilisé.
34242  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
34243  le paquetage LaTeX 
34244 \series bold
34245 fancybox
34246 \series default
34247
34248 \begin_inset Index idx
34249 status collapsed
34250
34251 \begin_layout Plain Layout
34252 Paquetages LaTeX ! fancybox
34253 \end_layout
34254
34255 \end_inset
34256
34257 .
34258 \end_layout
34259
34260 \begin_layout Standard
34261 \begin_inset VSpace bigskip
34262 \end_inset
34263
34264 Quand vous utilisez le style de décoration 
34265 \family sans
34266 cadre rectangulaire simple
34267 \family default
34268  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
34269  de la boîte.
34270  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
34271  prendra toute la largeur de la colonne, la boîte sera considérée comme
34272  son propre paragraphe et 
34273 \series bold
34274
34275 \backslash
34276 fboxrule
34277 \series default
34278  et 
34279 \series bold
34280
34281 \backslash
34282 fboxsep
34283 \series default
34284  n'ont aucun effet sur ce type de boîte.
34285  L'épaisseur de la ligne du cadre a la valeur de 
34286 \series bold
34287
34288 \backslash
34289 FrameRule
34290 \series default
34291 .
34292  
34293 \begin_inset Box Framed
34294 position "t"
34295 hor_pos "c"
34296 has_inner_box 0
34297 inner_pos "t"
34298 use_parbox 0
34299 use_makebox 0
34300 width "100col%"
34301 special "none"
34302 height "1in"
34303 height_special "totalheight"
34304 status collapsed
34305
34306 \begin_layout Plain Layout
34307 Boîte avec cadre simple et sauts de page
34308 \end_layout
34309
34310 \end_inset
34311
34312
34313 \end_layout
34314
34315 \begin_layout Section
34316 Personnalisation des boîtes
34317 \begin_inset Index idx
34318 status collapsed
34319
34320 \begin_layout Plain Layout
34321 Boîtes! Personnalisation
34322 \end_layout
34323
34324 \end_inset
34325
34326
34327 \end_layout
34328
34329 \begin_layout Standard
34330 La valeur implicite pour la variable 
34331 \series bold
34332
34333 \backslash
34334 fboxrule
34335 \series default
34336  est 0.4
34337 \begin_inset space \thinspace{}
34338 \end_inset
34339
34340 pt.
34341  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
34342  pour avoir 2
34343 \begin_inset space \thinspace{}
34344 \end_inset
34345
34346 pt :
34347 \end_layout
34348
34349 \begin_layout Standard
34350
34351 \series bold
34352
34353 \backslash
34354 setlength{
34355 \backslash
34356 fboxrule}{2pt}
34357 \end_layout
34358
34359 \begin_layout Standard
34360 \begin_inset ERT
34361 status collapsed
34362
34363 \begin_layout Plain Layout
34364
34365
34366 \backslash
34367 setlength{
34368 \backslash
34369 fboxrule}{2pt}
34370 \end_layout
34371
34372 \end_inset
34373
34374
34375 \begin_inset Box Boxed
34376 position "c"
34377 hor_pos "c"
34378 has_inner_box 1
34379 inner_pos "c"
34380 use_parbox 0
34381 use_makebox 0
34382 width "25col%"
34383 special "none"
34384 height "1in"
34385 height_special "totalheight"
34386 status open
34387
34388 \begin_layout Plain Layout
34389 \align center
34390 Boîte rectangulaire avec 
34391 \series bold
34392
34393 \backslash
34394 fboxrule
34395 \series default
34396
34397 \begin_inset space \thinspace{}
34398 \end_inset
34399
34400 =
34401 \begin_inset space \thinspace{}
34402 \end_inset
34403
34404 2
34405 \begin_inset space \thinspace{}
34406 \end_inset
34407
34408 pt
34409 \end_layout
34410
34411 \end_inset
34412
34413
34414 \begin_inset ERT
34415 status collapsed
34416
34417 \begin_layout Plain Layout
34418
34419
34420 \backslash
34421 setlength{
34422 \backslash
34423 fboxrule}{0.4pt}
34424 \end_layout
34425
34426 \end_inset
34427
34428
34429 \end_layout
34430
34431 \begin_layout Standard
34432 \begin_inset VSpace bigskip
34433 \end_inset
34434
34435 L'espace entre le cadre et le contenu de la boîte est le même pour tous
34436  les types de cadres, implicitement il est de 3
34437 \begin_inset space \thinspace{}
34438 \end_inset
34439
34440 pt.
34441  Vous pouvez le modifier en donnant une autre valeur à la variable 
34442 \series bold
34443
34444 \backslash
34445 fboxsep
34446 \series default
34447 .
34448  Par exemple la commande
34449 \end_layout
34450
34451 \begin_layout Standard
34452
34453 \series bold
34454
34455 \backslash
34456 setlength{
34457 \backslash
34458 fboxsep}{10pt}
34459 \end_layout
34460
34461 \begin_layout Standard
34462 met une valeur de 10
34463 \begin_inset space \thinspace{}
34464 \end_inset
34465
34466 pt, comme celle utilisée pour cette boîte :
34467 \end_layout
34468
34469 \begin_layout Standard
34470 \begin_inset ERT
34471 status collapsed
34472
34473 \begin_layout Plain Layout
34474
34475
34476 \backslash
34477 setlength{
34478 \backslash
34479 fboxsep}{10pt}
34480 \end_layout
34481
34482 \end_inset
34483
34484
34485 \begin_inset Box Boxed
34486 position "c"
34487 hor_pos "c"
34488 has_inner_box 1
34489 inner_pos "c"
34490 use_parbox 0
34491 use_makebox 0
34492 width "25col%"
34493 special "none"
34494 height "1in"
34495 height_special "totalheight"
34496 status open
34497
34498 \begin_layout Plain Layout
34499 \align center
34500 Boîte rectangulaire avec 
34501 \series bold
34502
34503 \backslash
34504 fboxsep
34505 \series default
34506
34507 \begin_inset space \thinspace{}
34508 \end_inset
34509
34510 =
34511 \begin_inset space \thinspace{}
34512 \end_inset
34513
34514 10
34515 \begin_inset space \thinspace{}
34516 \end_inset
34517
34518 pt
34519 \end_layout
34520
34521 \end_inset
34522
34523
34524 \begin_inset ERT
34525 status collapsed
34526
34527 \begin_layout Plain Layout
34528
34529
34530 \backslash
34531 setlength{
34532 \backslash
34533 fboxsep}{3pt}
34534 \end_layout
34535
34536 \end_inset
34537
34538
34539 \end_layout
34540
34541 \begin_layout Standard
34542 \begin_inset VSpace bigskip
34543 \end_inset
34544
34545 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
34546  la commande 
34547 \series bold
34548
34549 \backslash
34550 cornersize
34551 \series default
34552 .
34553  Par exemple, la commande
34554 \end_layout
34555
34556 \begin_layout Standard
34557
34558 \series bold
34559
34560 \backslash
34561 cornersize*{1cm}
34562 \end_layout
34563
34564 \begin_layout Standard
34565 donne un diamètre de 1
34566 \begin_inset space \thinspace{}
34567 \end_inset
34568
34569 cm.
34570  La commande
34571 \end_layout
34572
34573 \begin_layout Standard
34574
34575 \series bold
34576
34577 \backslash
34578 cornersize{num}
34579 \end_layout
34580
34581 \begin_layout Standard
34582 fixe le diamètre à 
34583 \family sans
34584 num
34585 \begin_inset space \thinspace{}
34586 \end_inset
34587
34588 ×
34589 \begin_inset space \thinspace{}
34590 \end_inset
34591
34592 minimum(largeur et hauteur de la boîte)
34593 \family default
34594 .
34595  La valeur implicite est 
34596 \series bold
34597
34598 \backslash
34599 cornersize{0.5}
34600 \series default
34601 .
34602 \end_layout
34603
34604 \begin_layout Standard
34605 \begin_inset ERT
34606 status collapsed
34607
34608 \begin_layout Plain Layout
34609
34610
34611 \backslash
34612 cornersize*{1.5cm}
34613 \end_layout
34614
34615 \end_inset
34616
34617
34618 \begin_inset Box Ovalbox
34619 position "c"
34620 hor_pos "c"
34621 has_inner_box 1
34622 inner_pos "c"
34623 use_parbox 0
34624 use_makebox 0
34625 width "25col%"
34626 special "none"
34627 height "1in"
34628 height_special "totalheight"
34629 status open
34630
34631 \begin_layout Plain Layout
34632 \align center
34633 Boîte ovale avec 
34634 \series bold
34635
34636 \backslash
34637 cornersize
34638 \series default
34639
34640 \begin_inset space \thinspace{}
34641 \end_inset
34642
34643 =
34644 \begin_inset space \thinspace{}
34645 \end_inset
34646
34647 1.5
34648 \begin_inset space \thinspace{}
34649 \end_inset
34650
34651 cm
34652 \end_layout
34653
34654 \end_inset
34655
34656
34657 \begin_inset ERT
34658 status collapsed
34659
34660 \begin_layout Plain Layout
34661
34662
34663 \backslash
34664 cornersize{0.5}
34665 \end_layout
34666
34667 \end_inset
34668
34669
34670 \end_layout
34671
34672 \begin_layout Standard
34673 \begin_inset VSpace bigskip
34674 \end_inset
34675
34676 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
34677  
34678 \series bold
34679
34680 \backslash
34681 shadowsize
34682 \series default
34683 .
34684  Elle est fixée à 2
34685 \begin_inset space \thinspace{}
34686 \end_inset
34687
34688 pt pour la boîte suivante par la commande :
34689 \end_layout
34690
34691 \begin_layout Standard
34692
34693 \series bold
34694
34695 \backslash
34696 setlength{
34697 \backslash
34698 shadowsize}{2pt}
34699 \end_layout
34700
34701 \begin_layout Standard
34702 \begin_inset ERT
34703 status collapsed
34704
34705 \begin_layout Plain Layout
34706
34707
34708 \backslash
34709 setlength{
34710 \backslash
34711 shadowsize}{2pt}
34712 \end_layout
34713
34714 \end_inset
34715
34716
34717 \begin_inset Box Shadowbox
34718 position "c"
34719 hor_pos "c"
34720 has_inner_box 1
34721 inner_pos "c"
34722 use_parbox 0
34723 use_makebox 0
34724 width "25col%"
34725 special "none"
34726 height "1in"
34727 height_special "totalheight"
34728 status open
34729
34730 \begin_layout Plain Layout
34731 \align center
34732 Boîte ombrée avec 
34733 \series bold
34734
34735 \backslash
34736 shadowsize
34737 \series default
34738
34739 \begin_inset space \thinspace{}
34740 \end_inset
34741
34742 =
34743 \begin_inset space \thinspace{}
34744 \end_inset
34745
34746 2
34747 \begin_inset space \thinspace{}
34748 \end_inset
34749
34750 pt
34751 \end_layout
34752
34753 \end_inset
34754
34755
34756 \begin_inset ERT
34757 status collapsed
34758
34759 \begin_layout Plain Layout
34760
34761
34762 \backslash
34763 setlength{
34764 \backslash
34765 shadowsize}{4pt}
34766 \end_layout
34767
34768 \end_inset
34769
34770
34771 \end_layout
34772
34773 \begin_layout Standard
34774 \begin_inset VSpace bigskip
34775 \end_inset
34776
34777
34778 \end_layout
34779
34780 \begin_layout Standard
34781 La valeur implicite pour la longueur 
34782 \series bold
34783
34784 \backslash
34785 FrameRule
34786 \series default
34787  est 0,4
34788 \begin_inset space \thinspace{}
34789 \end_inset
34790
34791 pt.
34792  L'espacement implicite entre le contenu de la note et le cadre est de 9
34793 \begin_inset space \thinspace{}
34794 \end_inset
34795
34796 pt et il peut être modifié en utilisant la valeur de 
34797 \series bold
34798
34799 \backslash
34800 FrameSep
34801 \series default
34802 .
34803  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
34804  suivantes en code TeX
34805 \end_layout
34806
34807 \begin_layout Standard
34808
34809 \series bold
34810
34811 \backslash
34812 setlength{
34813 \backslash
34814 FrameRule}{5pt}
34815 \begin_inset Newline newline
34816 \end_inset
34817
34818
34819 \backslash
34820 setlength{
34821 \backslash
34822 FrameSep}{0.5cm}
34823 \end_layout
34824
34825 \begin_layout Standard
34826 \begin_inset ERT
34827 status collapsed
34828
34829 \begin_layout Plain Layout
34830
34831
34832 \backslash
34833 setlength{
34834 \backslash
34835 FrameRule}{5pt}
34836 \end_layout
34837
34838 \begin_layout Plain Layout
34839
34840
34841 \backslash
34842 setlength{
34843 \backslash
34844 FrameSep}{0.5cm}
34845 \end_layout
34846
34847 \end_inset
34848
34849
34850 \begin_inset Box Framed
34851 position "t"
34852 hor_pos "c"
34853 has_inner_box 0
34854 inner_pos "t"
34855 use_parbox 0
34856 use_makebox 0
34857 width "100col%"
34858 special "none"
34859 height "1in"
34860 height_special "totalheight"
34861 status open
34862
34863 \begin_layout Plain Layout
34864 Ceci est un texte dans une boîte autorisant les 
34865 \family sans
34866 sauts de page
34867 \family default
34868 .
34869 \end_layout
34870
34871 \end_inset
34872
34873
34874 \begin_inset ERT
34875 status collapsed
34876
34877 \begin_layout Plain Layout
34878
34879
34880 \backslash
34881 setlength{
34882 \backslash
34883 FrameRule}{0.4pt}
34884 \end_layout
34885
34886 \begin_layout Plain Layout
34887
34888
34889 \backslash
34890 setlength{
34891 \backslash
34892 FrameSep}{9pt}
34893 \end_layout
34894
34895 \end_inset
34896
34897
34898 \end_layout
34899
34900 \begin_layout Standard
34901 \begin_inset VSpace bigskip
34902 \end_inset
34903
34904
34905 \end_layout
34906
34907 \begin_layout Standard
34908 Pour les boîtes à 
34909 \family sans
34910 Fond
34911 \begin_inset space ~
34912 \end_inset
34913
34914 ombré
34915 \family default
34916 , l'espacement implicite entre le contenu de la boîte et son cadre est de
34917  3
34918 \begin_inset space \thinspace{}
34919 \end_inset
34920
34921 pt et il peut être modifié avec la valeur de 
34922 \series bold
34923
34924 \backslash
34925 fboxsep
34926 \series default
34927 .
34928  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
34929  localement avec la commande 
34930 \series bold
34931
34932 \backslash
34933 definecolor{shadecolor}
34934 \series default
34935 , soit globalement avec le menu 
34936 \family sans
34937 Outils\SpecialChar \menuseparator
34938 Préférences
34939 \family default
34940 \SpecialChar \menuseparator
34941
34942 \family sans
34943 Couleurs\SpecialChar \menuseparator
34944 boîte
34945 \begin_inset space ~
34946 \end_inset
34947
34948 ombrée
34949 \family default
34950 .
34951  La syntaxe de la commande 
34952 \series bold
34953
34954 \backslash
34955 definecolor
34956 \series default
34957  est expliquée dans la section
34958 \begin_inset space ~
34959 \end_inset
34960
34961
34962 \begin_inset CommandInset ref
34963 LatexCommand ref
34964 reference "sec:Tableaux-Colorés"
34965
34966 \end_inset
34967
34968
34969 \begin_inset Foot
34970 status collapsed
34971
34972 \begin_layout Plain Layout
34973 Notez que l'utilisation de 
34974 \series bold
34975
34976 \backslash
34977 definecolor
34978 \series default
34979  ne peut se faire sans le paquetage LaTeX 
34980 \series bold
34981 color
34982 \series default
34983  dans le préambule, voir la section
34984 \begin_inset space ~
34985 \end_inset
34986
34987
34988 \begin_inset CommandInset ref
34989 LatexCommand ref
34990 reference "sec:Boîtes-colorées"
34991
34992 \end_inset
34993
34994 .
34995  
34996 \end_layout
34997
34998 \end_inset
34999
35000 .
35001 \end_layout
35002
35003 \begin_layout Standard
35004 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
35005  les commandes en code TeX suivantes
35006 \end_layout
35007
35008 \begin_layout Standard
35009
35010 \series bold
35011
35012 \backslash
35013 setlength{
35014 \backslash
35015 fboxsep}{0.5cm}
35016 \series default
35017
35018 \begin_inset Newline newline
35019 \end_inset
35020
35021
35022 \series bold
35023
35024 \backslash
35025 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35026 \end_layout
35027
35028 \begin_layout Standard
35029 \begin_inset ERT
35030 status collapsed
35031
35032 \begin_layout Plain Layout
35033
35034
35035 \backslash
35036 setlength{
35037 \backslash
35038 fboxsep}{0.5cm}
35039 \end_layout
35040
35041 \begin_layout Plain Layout
35042
35043
35044 \backslash
35045 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35046 \end_layout
35047
35048 \end_inset
35049
35050
35051 \begin_inset Box Shaded
35052 position "t"
35053 hor_pos "c"
35054 has_inner_box 0
35055 inner_pos "t"
35056 use_parbox 0
35057 use_makebox 0
35058 width "100col%"
35059 special "none"
35060 height "1in"
35061 height_special "totalheight"
35062 status open
35063
35064 \begin_layout Plain Layout
35065
35066 \color yellow
35067 Ceci est un texte jaune dans une boîte à 
35068 \family sans
35069 Fond
35070 \begin_inset space ~
35071 \end_inset
35072
35073 ombré
35074 \family default
35075 \color inherit
35076  
35077 \color yellow
35078 avec un fond vert foncé.
35079 \end_layout
35080
35081 \end_inset
35082
35083
35084 \begin_inset ERT
35085 status collapsed
35086
35087 \begin_layout Plain Layout
35088
35089
35090 \backslash
35091 setlength{
35092 \backslash
35093 fboxsep}{3pt}
35094 \end_layout
35095
35096 \begin_layout Plain Layout
35097
35098
35099 \backslash
35100 definecolor{shadecolor}{rgb}{1,0,0}
35101 \end_layout
35102
35103 \end_inset
35104
35105
35106 \end_layout
35107
35108 \begin_layout Standard
35109 \begin_inset VSpace bigskip
35110 \end_inset
35111
35112
35113 \end_layout
35114
35115 \begin_layout Standard
35116 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
35117  les boîtes qui suivent la commandes qui les a changées.
35118 \end_layout
35119
35120 \begin_layout Section
35121 Minipages
35122 \begin_inset CommandInset label
35123 LatexCommand label
35124 name "sec:Minipages"
35125
35126 \end_inset
35127
35128
35129 \begin_inset Index idx
35130 status collapsed
35131
35132 \begin_layout Plain Layout
35133 Boîtes ! Minipages
35134 \end_layout
35135
35136 \end_inset
35137
35138
35139 \end_layout
35140
35141 \begin_layout Standard
35142 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
35143 ur d'une page.
35144  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
35145  règles d'indentation, de saut de ligne, etc.
35146  s'appliquent.
35147 \end_layout
35148
35149 \begin_layout Standard
35150 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
35151  langues.
35152 \end_layout
35153
35154 \begin_layout Standard
35155 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
35156  Leur largeur est fixée à 45
35157 \begin_inset space \thinspace{}
35158 \end_inset
35159
35160 col% et elles sont séparées par un ressort horizontal, qui a été inséré
35161  via le menu 
35162 \family sans
35163 Insertion\SpecialChar \menuseparator
35164 Typographie
35165 \begin_inset space ~
35166 \end_inset
35167
35168 spéciale\SpecialChar \menuseparator
35169 Ressort
35170 \begin_inset space ~
35171 \end_inset
35172
35173 Horizontal
35174 \family default
35175 .
35176 \end_layout
35177
35178 \begin_layout Standard
35179 \begin_inset Box Frameless
35180 position "t"
35181 hor_pos "c"
35182 has_inner_box 1
35183 inner_pos "c"
35184 use_parbox 0
35185 use_makebox 0
35186 width "45col%"
35187 special "none"
35188 height "1in"
35189 height_special "totalheight"
35190 status open
35191
35192 \begin_layout Plain Layout
35193
35194 \lang ngerman
35195 Dies ist ein deutscher Text.
35196  Dies ist ein deutscher Text.
35197  Dies ist ein deutscher Text.
35198  Dies ist ein deutscher Text.
35199  Dies ist ein deutscher Text.
35200  Dies ist ein deutscher Text.
35201  Dies ist ein deutscher Text.
35202  Dies ist ein deutscher Text.
35203  Dies ist ein deutscher Text.
35204  Dies ist ein deutscher Text.
35205  Dies ist ein deutscher Text.
35206  Dies ist ein deutscher Text.
35207  Dies ist ein deutscher Text
35208 \begin_inset Foot
35209 status collapsed
35210
35211 \begin_layout Plain Layout
35212
35213 \lang ngerman
35214 Dies ist eine deutsche Fußnote.
35215 \end_layout
35216
35217 \end_inset
35218
35219 .
35220  Dies ist ein deutscher Text.
35221  Dies ist ein deutscher Text.
35222 \end_layout
35223
35224 \end_inset
35225
35226
35227 \begin_inset space \hfill{}
35228 \end_inset
35229
35230
35231 \begin_inset Box Frameless
35232 position "t"
35233 hor_pos "c"
35234 has_inner_box 1
35235 inner_pos "c"
35236 use_parbox 0
35237 use_makebox 0
35238 width "45col%"
35239 special "none"
35240 height "1in"
35241 height_special "totalheight"
35242 status open
35243
35244 \begin_layout Plain Layout
35245
35246 \lang english
35247 This is an English Text.
35248  This is an English Text.
35249  This is an English Text.
35250  This is an English Text.
35251  This is an English Text.
35252  This is an English Text.
35253  This is an English Text.
35254  This is an English Text.
35255  This is an English Text.
35256  This is an English Text.
35257  This is an English Text.
35258  This is an English Text.
35259  This is an English Text.
35260  This is an English Text.
35261  This is an English Text.
35262  This is an English Text.
35263 \begin_inset Foot
35264 status collapsed
35265
35266 \begin_layout Plain Layout
35267
35268 \lang english
35269 This is an English footnote.
35270 \end_layout
35271
35272 \end_inset
35273
35274  This is an English Text.
35275 \end_layout
35276
35277 \end_inset
35278
35279
35280 \end_layout
35281
35282 \begin_layout Standard
35283 \begin_inset VSpace bigskip
35284 \end_inset
35285
35286 Les paramètres globaux du document sont ignorés au sein d'une minipage.
35287  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
35288  minipages, même si vous les avez mis par exemple à 
35289 \family sans
35290 Moyen
35291 \family default
35292  dans les paramètres du document.
35293 \end_layout
35294
35295 \begin_layout Standard
35296 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
35297  portion de texte, voyez la section
35298 \begin_inset space ~
35299 \end_inset
35300
35301
35302 \begin_inset CommandInset ref
35303 LatexCommand ref
35304 reference "sub:Couleur-pour-les-Paragraphes"
35305
35306 \end_inset
35307
35308 .
35309 \end_layout
35310
35311 \begin_layout Standard
35312 \begin_inset Note Greyedout
35313 status open
35314
35315 \begin_layout Plain Layout
35316
35317 \series bold
35318 Note:
35319 \series default
35320  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
35321  mais les minipages peuvent être utilisées dans un tableau, un flottant
35322  ou une autre boîte.
35323 \end_layout
35324
35325 \end_inset
35326
35327
35328 \end_layout
35329
35330 \begin_layout Section
35331 Les parboxes
35332 \begin_inset CommandInset label
35333 LatexCommand label
35334 name "sec:Parboxes"
35335
35336 \end_inset
35337
35338
35339 \begin_inset Index idx
35340 status collapsed
35341
35342 \begin_layout Plain Layout
35343 Boîtes ! Parboxes
35344 \end_layout
35345
35346 \end_inset
35347
35348
35349 \end_layout
35350
35351 \begin_layout Standard
35352 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
35353  ne peuvent avoir de note de bas de page.
35354 \end_layout
35355
35356 \begin_layout Standard
35357 \align center
35358 \begin_inset Box Frameless
35359 position "t"
35360 hor_pos "c"
35361 has_inner_box 1
35362 inner_pos "t"
35363 use_parbox 1
35364 use_makebox 0
35365 width "33col%"
35366 special "none"
35367 height "1in"
35368 height_special "totalheight"
35369 status open
35370
35371 \begin_layout Plain Layout
35372 Ceci est un texte à l'intérieur d'une parbox.
35373  Ceci est un texte à l'intérieur d'une parbox.
35374 \end_layout
35375
35376 \begin_layout Plain Layout
35377 Cette note de bas de page ne devrait pas apparaître :
35378 \begin_inset Foot
35379 status open
35380
35381 \begin_layout Plain Layout
35382 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
35383  pas.
35384 \end_layout
35385
35386 \end_inset
35387
35388
35389 \end_layout
35390
35391 \end_inset
35392
35393
35394 \end_layout
35395
35396 \begin_layout Section
35397 Des boîtes pour les mots et les caractères
35398 \begin_inset Index idx
35399 status collapsed
35400
35401 \begin_layout Plain Layout
35402 Boîtes ! Pour les caractères
35403 \end_layout
35404
35405 \end_inset
35406
35407
35408 \end_layout
35409
35410 \begin_layout Subsection
35411 Empêcher la césure
35412 \begin_inset CommandInset label
35413 LatexCommand label
35414 name "sec:Empêcher-césure"
35415
35416 \end_inset
35417
35418
35419 \begin_inset Index idx
35420 status collapsed
35421
35422 \begin_layout Plain Layout
35423 Boîtes ! Pour empêcher la césure
35424 \end_layout
35425
35426 \end_inset
35427
35428
35429 \end_layout
35430
35431 \begin_layout Standard
35432 Vous pouvez utiliser une boîte de type 
35433 \family sans
35434 Makebox
35435 \family default
35436  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
35437 \begin_inset Newline newline
35438 \end_inset
35439
35440 Voici un exemple de texte :
35441 \end_layout
35442
35443 \begin_layout Standard
35444 Cette ligne est un exemple comment vous pouvez empêcher une césure
35445 \begin_inset space ~
35446 \end_inset
35447
35448
35449 \begin_inset Quotes eld
35450 \end_inset
35451
35452 motTrèsTrèsLong
35453 \begin_inset Quotes erd
35454 \end_inset
35455
35456
35457 \end_layout
35458
35459 \begin_layout Standard
35460 Pour empêcher que le mot 
35461 \begin_inset Quotes eld
35462 \end_inset
35463
35464 motTrèsTrèsLong
35465 \begin_inset Quotes erd
35466 \end_inset
35467
35468  soit coupé, mettez le mot dans une boîte, mettez 
35469 \family sans
35470 Boîte
35471 \begin_inset space ~
35472 \end_inset
35473
35474 intérieure
35475 \family default
35476  à 
35477 \family sans
35478 Makebox
35479 \family default
35480  et 
35481 \lang english
35482 use no explicit
35483 \lang french
35484  largeur.
35485 \end_layout
35486
35487 \begin_layout Standard
35488 Voici le résultat :
35489 \end_layout
35490
35491 \begin_layout Standard
35492 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
35493 \begin_inset Box Frameless
35494 position "t"
35495 hor_pos "c"
35496 has_inner_box 1
35497 inner_pos "t"
35498 use_parbox 0
35499 use_makebox 1
35500 width ""
35501 special "none"
35502 height "1in"
35503 height_special "totalheight"
35504 status open
35505
35506 \begin_layout Plain Layout
35507 \begin_inset Quotes fld
35508 \end_inset
35509
35510 motTrèsTrèsLong
35511 \begin_inset Quotes frd
35512 \end_inset
35513
35514
35515 \end_layout
35516
35517 \end_inset
35518
35519
35520 \end_layout
35521
35522 \begin_layout Standard
35523 Une autre méthode consiste à mettre la commande 
35524 \begin_inset Quotes eld
35525 \end_inset
35526
35527
35528 \series bold
35529
35530 \backslash
35531 -
35532 \series default
35533
35534 \begin_inset Quotes grd
35535 \end_inset
35536
35537  en code TeX, juste avant le mot :
35538 \end_layout
35539
35540 \begin_layout Standard
35541 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
35542 \begin_inset Quotes fld
35543 \end_inset
35544
35545
35546 \begin_inset ERT
35547 status collapsed
35548
35549 \begin_layout Plain Layout
35550
35551
35552 \backslash
35553 -
35554 \end_layout
35555
35556 \end_inset
35557
35558 motTrèsTrèsLong
35559 \begin_inset Quotes frd
35560 \end_inset
35561
35562
35563 \end_layout
35564
35565 \begin_layout Standard
35566 Bien sûr, maintenant le mot dépasse dans la marge latérale.
35567  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
35568 \family sans
35569 Insertion\SpecialChar \menuseparator
35570 Typographie
35571 \begin_inset space ~
35572 \end_inset
35573
35574 spéciale\SpecialChar \menuseparator
35575 Passage
35576 \begin_inset space ~
35577 \end_inset
35578
35579 à
35580 \begin_inset space ~
35581 \end_inset
35582
35583 la
35584 \begin_inset space ~
35585 \end_inset
35586
35587 Ligne
35588 \family default
35589  (raccourci 
35590 \family sans
35591 Ctrl-Entrée
35592 \family default
35593 ) :
35594 \end_layout
35595
35596 \begin_layout Standard
35597 Cette ligne est un exemple comment vous pouvez empêcher une césure:
35598 \begin_inset Newline newline
35599 \end_inset
35600
35601
35602 \begin_inset Box Frameless
35603 position "t"
35604 hor_pos "c"
35605 has_inner_box 1
35606 inner_pos "t"
35607 use_parbox 0
35608 use_makebox 1
35609 width ""
35610 special "none"
35611 height "1in"
35612 height_special "totalheight"
35613 status open
35614
35615 \begin_layout Plain Layout
35616 \begin_inset Quotes fld
35617 \end_inset
35618
35619 motTrèsTrèsLong
35620 \begin_inset Quotes frd
35621 \end_inset
35622
35623
35624 \end_layout
35625
35626 \end_inset
35627
35628
35629 \end_layout
35630
35631 \begin_layout Subsection
35632 Alignement vertical
35633 \begin_inset CommandInset label
35634 LatexCommand label
35635 name "sub:Alignement-Vertical"
35636
35637 \end_inset
35638
35639
35640 \begin_inset Index idx
35641 status collapsed
35642
35643 \begin_layout Plain Layout
35644 Boîtes ! Pour l'alignement vertical
35645 \end_layout
35646
35647 \end_inset
35648
35649
35650 \begin_inset Index idx
35651 status collapsed
35652
35653 \begin_layout Plain Layout
35654 Boîtes ! Boîtes élévatrices
35655 \end_layout
35656
35657 \end_inset
35658
35659
35660 \begin_inset Index idx
35661 status collapsed
35662
35663 \begin_layout Plain Layout
35664 Raisebox|see
35665 \begin_inset ERT
35666 status collapsed
35667
35668 \begin_layout Plain Layout
35669
35670 {
35671 \end_layout
35672
35673 \end_inset
35674
35675 Boîtes élévatrices
35676 \begin_inset ERT
35677 status collapsed
35678
35679 \begin_layout Plain Layout
35680
35681 }
35682 \end_layout
35683
35684 \end_inset
35685
35686
35687 \end_layout
35688
35689 \end_inset
35690
35691
35692 \end_layout
35693
35694 \begin_layout Standard
35695 Avec la commande 
35696 \series bold
35697
35698 \backslash
35699 raisebox
35700 \series default
35701  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
35702  par rapport au texte qui l'entoure.
35703  La commande
35704 \series bold
35705  
35706 \backslash
35707 raisebox
35708 \series default
35709  s'utilise en suivant la syntaxe suivante :
35710 \end_layout
35711
35712 \begin_layout Standard
35713
35714 \series bold
35715
35716 \backslash
35717 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
35718 \end_layout
35719
35720 \begin_layout Standard
35721 Le déplacement peut être une valeur positive pour élever la boîte ou négative
35722  pour l'abaisser.
35723 \end_layout
35724
35725 \begin_layout Standard
35726 Pour aligner le mot 
35727 \begin_inset Quotes eld
35728 \end_inset
35729
35730 empêcher
35731 \begin_inset Quotes erd
35732 \end_inset
35733
35734  de façon à ce que le point le plus bas du caractère le plus 
35735 \begin_inset Quotes eld
35736 \end_inset
35737
35738 profond
35739 \begin_inset Quotes erd
35740 \end_inset
35741
35742 , le 
35743 \begin_inset Quotes eld
35744 \end_inset
35745
35746 p
35747 \begin_inset Quotes erd
35748 \end_inset
35749
35750 , soit au niveau de la ligne de base, insérez la commande 
35751 \end_layout
35752
35753 \begin_layout Standard
35754
35755 \series bold
35756
35757 \backslash
35758 raisebox{
35759 \backslash
35760 depth}{
35761 \end_layout
35762
35763 \begin_layout Standard
35764 en code TeX avant le mot.
35765  Insérez après le mot l'accolade fermante 
35766 \begin_inset Quotes eld
35767 \end_inset
35768
35769
35770 \series bold
35771 }
35772 \series default
35773
35774 \begin_inset Quotes erd
35775 \end_inset
35776
35777  en code TeX.
35778 \begin_inset Newline newline
35779 \end_inset
35780
35781 Voici le résultat :
35782 \end_layout
35783
35784 \begin_layout Standard
35785 Cette ligne de texte contient le mot 
35786 \begin_inset ERT
35787 status collapsed
35788
35789 \begin_layout Plain Layout
35790
35791
35792 \backslash
35793 raisebox{
35794 \backslash
35795 depth}{
35796 \end_layout
35797
35798 \end_inset
35799
35800
35801 \begin_inset Quotes eld
35802 \end_inset
35803
35804 empêcher
35805 \begin_inset Quotes erd
35806 \end_inset
35807
35808
35809 \begin_inset ERT
35810 status collapsed
35811
35812 \begin_layout Plain Layout
35813
35814 }
35815 \end_layout
35816
35817 \end_inset
35818
35819  comme mot élevé.
35820 \end_layout
35821
35822 \begin_layout Standard
35823 \begin_inset VSpace bigskip
35824 \end_inset
35825
35826 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
35827  entre les lignes va être agrandie :
35828 \end_layout
35829
35830 \begin_layout Standard
35831 Cette ligne de texte contient le mot
35832 \begin_inset ERT
35833 status collapsed
35834
35835 \begin_layout Plain Layout
35836
35837
35838 \backslash
35839 raisebox{-
35840 \backslash
35841 depth}{
35842 \end_layout
35843
35844 \end_inset
35845
35846
35847 \begin_inset Quotes eld
35848 \end_inset
35849
35850 empêcher
35851 \begin_inset Quotes erd
35852 \end_inset
35853
35854
35855 \begin_inset ERT
35856 status collapsed
35857
35858 \begin_layout Plain Layout
35859
35860 }
35861 \end_layout
35862
35863 \end_inset
35864
35865  comme mot abaissé.
35866 \begin_inset Newline newline
35867 \end_inset
35868
35869 Cette ligne de texte contient le mot 
35870 \begin_inset ERT
35871 status collapsed
35872
35873 \begin_layout Plain Layout
35874
35875
35876 \backslash
35877 raisebox{0.5cm}{
35878 \end_layout
35879
35880 \end_inset
35881
35882
35883 \begin_inset Quotes eld
35884 \end_inset
35885
35886 tester
35887 \begin_inset Quotes erd
35888 \end_inset
35889
35890
35891 \begin_inset ERT
35892 status collapsed
35893
35894 \begin_layout Plain Layout
35895
35896 }
35897 \end_layout
35898
35899 \end_inset
35900
35901  comme mot élevé.
35902 \end_layout
35903
35904 \begin_layout Standard
35905 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
35906  mettez la hauteur de la boîte à zéro.
35907  Par exemple utilisez
35908 \end_layout
35909
35910 \begin_layout Standard
35911
35912 \series bold
35913
35914 \backslash
35915 raisebox{-
35916 \backslash
35917 depth}[0pt]{
35918 \end_layout
35919
35920 \begin_layout Standard
35921 Cette ligne de texte contient le mot
35922 \begin_inset ERT
35923 status collapsed
35924
35925 \begin_layout Plain Layout
35926
35927
35928 \backslash
35929 raisebox{-
35930 \backslash
35931 depth}[0pt]{
35932 \end_layout
35933
35934 \end_inset
35935
35936
35937 \begin_inset Quotes eld
35938 \end_inset
35939
35940 empêcher
35941 \begin_inset Quotes erd
35942 \end_inset
35943
35944
35945 \begin_inset ERT
35946 status collapsed
35947
35948 \begin_layout Plain Layout
35949
35950 }
35951 \end_layout
35952
35953 \end_inset
35954
35955  comme mot abaissé.
35956 \begin_inset Newline newline
35957 \end_inset
35958
35959 Cette ligne de texte contient le mot 
35960 \begin_inset ERT
35961 status collapsed
35962
35963 \begin_layout Plain Layout
35964
35965
35966 \backslash
35967 raisebox{0.5cm}[0pt]{
35968 \end_layout
35969
35970 \end_inset
35971
35972
35973 \begin_inset Quotes eld
35974 \end_inset
35975
35976 tester
35977 \begin_inset Quotes erd
35978 \end_inset
35979
35980
35981 \begin_inset ERT
35982 status collapsed
35983
35984 \begin_layout Plain Layout
35985
35986 }
35987 \end_layout
35988
35989 \end_inset
35990
35991  comme mot élevé.
35992 \end_layout
35993
35994 \begin_layout Section
35995 Boîtes colorées
35996 \begin_inset CommandInset label
35997 LatexCommand label
35998 name "sec:Boîtes-colorées"
35999
36000 \end_inset
36001
36002
36003 \begin_inset Index idx
36004 status collapsed
36005
36006 \begin_layout Plain Layout
36007 Boîtes ! Couleur
36008 \end_layout
36009
36010 \end_inset
36011
36012
36013 \end_layout
36014
36015 \begin_layout Subsection
36016 De la couleur pour le texte
36017 \begin_inset Index idx
36018 status collapsed
36019
36020 \begin_layout Plain Layout
36021 Couleur ! Pour le texte
36022 \end_layout
36023
36024 \end_inset
36025
36026
36027 \end_layout
36028
36029 \begin_layout Standard
36030 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
36031  une boîte appelée 
36032 \begin_inset Quotes eld
36033 \end_inset
36034
36035 colorbox
36036 \begin_inset Quotes erd
36037 \end_inset
36038
36039 .
36040  Cela demande que le paquetage LaTeX 
36041 \series bold
36042 color
36043 \series default
36044
36045 \begin_inset Index idx
36046 status collapsed
36047
36048 \begin_layout Plain Layout
36049 Paquetages LaTeX ! color
36050 \end_layout
36051
36052 \end_inset
36053
36054  soit chargé dans le préambule du document avec la commande
36055 \end_layout
36056
36057 \begin_layout Standard
36058
36059 \series bold
36060
36061 \backslash
36062 @ifundefined{textcolor}
36063 \begin_inset Newline newline
36064 \end_inset
36065
36066
36067 \begin_inset Phantom HPhantom
36068 status open
36069
36070 \begin_layout Plain Layout
36071
36072 \series bold
36073 \begin_inset space ~
36074 \end_inset
36075
36076
36077 \end_layout
36078
36079 \end_inset
36080
36081 {
36082 \backslash
36083 usepackage{color}}{}
36084 \end_layout
36085
36086 \begin_layout Standard
36087 Le paquetage 
36088 \series bold
36089 color
36090 \series default
36091  sera chargé automatiquement par LyX dès que vous colorez du texte.
36092 \begin_inset Foot
36093 status collapsed
36094
36095 \begin_layout Plain Layout
36096 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
36097  
36098 \series bold
36099
36100 \backslash
36101 @ifundefined
36102 \series default
36103 .
36104 \end_layout
36105
36106 \end_inset
36107
36108
36109 \end_layout
36110
36111 \begin_layout Standard
36112 \begin_inset VSpace medskip
36113 \end_inset
36114
36115 Les boîtes colorées sont créées par la commande 
36116 \series bold
36117
36118 \backslash
36119 colorbox
36120 \series default
36121 .
36122  Elle est utilisée avec la syntaxe suivante :
36123 \end_layout
36124
36125 \begin_layout Standard
36126
36127 \series bold
36128
36129 \backslash
36130 colorbox{couleur}{contenu de la boîte}
36131 \end_layout
36132
36133 \begin_layout Standard
36134 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
36135  peuvent être placées à l'intérieur d'autres boîtes.
36136 \end_layout
36137
36138 \begin_layout Standard
36139 Les couleurs suivantes sont prédéfinies ::
36140 \begin_inset Newline newline
36141 \end_inset
36142
36143
36144 \family sans
36145 black
36146 \family default
36147  (noir), 
36148 \family sans
36149 blue
36150 \family default
36151  (bleu), 
36152 \family sans
36153 cyan
36154 \family default
36155 \series bold
36156 ,
36157 \series default
36158  
36159 \family sans
36160 green
36161 \family default
36162  (vert), 
36163 \family sans
36164 magenta
36165 \family default
36166
36167 \family sans
36168 red
36169 \family default
36170  (rouge), 
36171 \family sans
36172 white
36173 \family default
36174  (blanc), and 
36175 \family sans
36176 yellow
36177 \family default
36178  (jaune).
36179 \begin_inset Newline newline
36180 \end_inset
36181
36182 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
36183  section
36184 \begin_inset space ~
36185 \end_inset
36186
36187
36188 \begin_inset CommandInset ref
36189 LatexCommand ref
36190 reference "sec:Tableaux-Colorés"
36191
36192 \end_inset
36193
36194 .
36195 \end_layout
36196
36197 \begin_layout Standard
36198 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
36199 \end_layout
36200
36201 \begin_layout Standard
36202
36203 \series bold
36204
36205 \backslash
36206 colorbox{red}{
36207 \end_layout
36208
36209 \begin_layout Standard
36210 avant le mot en code TeX.
36211  Insérez l'accolade fermante 
36212 \begin_inset Quotes eld
36213 \end_inset
36214
36215 }
36216 \begin_inset Quotes erd
36217 \end_inset
36218
36219  après le mot, en code TeX.
36220 \begin_inset Newline newline
36221 \end_inset
36222
36223 Voici le résultat :
36224 \end_layout
36225
36226 \begin_layout Standard
36227 Cette ligne de texte contient le mot
36228 \begin_inset ERT
36229 status collapsed
36230
36231 \begin_layout Plain Layout
36232
36233
36234 \backslash
36235 colorbox{red}{
36236 \end_layout
36237
36238 \end_inset
36239
36240
36241 \begin_inset Quotes eld
36242 \end_inset
36243
36244 Attention!
36245 \begin_inset Quotes erd
36246 \end_inset
36247
36248
36249 \begin_inset ERT
36250 status collapsed
36251
36252 \begin_layout Plain Layout
36253
36254 }
36255 \end_layout
36256
36257 \end_inset
36258
36259  sur fond rouge.
36260 \end_layout
36261
36262 \begin_layout Standard
36263 \begin_inset VSpace bigskip
36264 \end_inset
36265
36266 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
36267  vous pouvez utiliser la commande 
36268 \series bold
36269
36270 \backslash
36271 fcolorbox
36272 \series default
36273  avec la syntaxe suivante :
36274 \end_layout
36275
36276 \begin_layout Standard
36277
36278 \series bold
36279
36280 \backslash
36281 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
36282 \end_layout
36283
36284 \begin_layout Standard
36285
36286 \series bold
36287
36288 \backslash
36289 fcolorbox
36290 \series default
36291  est une extension de 
36292 \series bold
36293
36294 \backslash
36295 colorbox
36296 \series default
36297 .
36298  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
36299  peuvent être modifiés avec les variables 
36300 \series bold
36301
36302 \backslash
36303 fboxrule
36304 \series default
36305  et 
36306 \series bold
36307
36308 \backslash
36309 fboxsep
36310 \series default
36311 , comme c'est décrit dans la section
36312 \begin_inset space ~
36313 \end_inset
36314
36315
36316 \begin_inset CommandInset ref
36317 LatexCommand ref
36318 reference "sec:Décorations"
36319
36320 \end_inset
36321
36322 .
36323 \end_layout
36324
36325 \begin_layout Standard
36326 Pour l'exemple suivant, on a utilisé la commande
36327 \end_layout
36328
36329 \begin_layout Standard
36330
36331 \series bold
36332
36333 \backslash
36334 fcolorbox{cyan}{magenta}{
36335 \end_layout
36336
36337 \begin_layout Standard
36338 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
36339 \begin_inset space \thinspace{}
36340 \end_inset
36341
36342 mm:
36343 \begin_inset Newline newline
36344 \end_inset
36345
36346
36347 \begin_inset ERT
36348 status collapsed
36349
36350 \begin_layout Plain Layout
36351
36352
36353 \backslash
36354 fboxrule 1mm 
36355 \backslash
36356 fboxsep 1mm
36357 \end_layout
36358
36359 \end_inset
36360
36361
36362 \begin_inset ERT
36363 status collapsed
36364
36365 \begin_layout Plain Layout
36366
36367
36368 \backslash
36369 fcolorbox{cyan}{magenta}{
36370 \end_layout
36371
36372 \end_inset
36373
36374 Ce texte est dans une boîte encadrée et colorée.
36375 \begin_inset ERT
36376 status collapsed
36377
36378 \begin_layout Plain Layout
36379
36380 }
36381 \end_layout
36382
36383 \end_inset
36384
36385
36386 \end_layout
36387
36388 \begin_layout Standard
36389 \begin_inset VSpace bigskip
36390 \end_inset
36391
36392 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
36393  les yeux ! - NdT) :
36394 \begin_inset Newline newline
36395 \end_inset
36396
36397
36398 \begin_inset ERT
36399 status collapsed
36400
36401 \begin_layout Plain Layout
36402
36403
36404 \backslash
36405 fcolorbox{cyan}{magenta}{
36406 \end_layout
36407
36408 \end_inset
36409
36410
36411 \color yellow
36412 Ce texte est coloré dans une boîte colorée et encadrée.
36413 \color inherit
36414
36415 \begin_inset ERT
36416 status collapsed
36417
36418 \begin_layout Plain Layout
36419
36420 }
36421 \end_layout
36422
36423 \end_inset
36424
36425
36426 \begin_inset ERT
36427 status collapsed
36428
36429 \begin_layout Plain Layout
36430
36431
36432 \backslash
36433 fboxrule 0.4pt 
36434 \backslash
36435 fboxsep 3pt
36436 \end_layout
36437
36438 \end_inset
36439
36440
36441 \end_layout
36442
36443 \begin_layout Standard
36444
36445 \series bold
36446 \begin_inset VSpace medskip
36447 \end_inset
36448
36449
36450 \end_layout
36451
36452 \begin_layout Standard
36453 \begin_inset Note Greyedout
36454 status open
36455
36456 \begin_layout Plain Layout
36457
36458 \series bold
36459 Note:
36460 \series default
36461  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
36462  de ligne.
36463  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
36464  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
36465 \end_layout
36466
36467 \end_inset
36468
36469
36470 \end_layout
36471
36472 \begin_layout Subsection
36473 De la couleur pour les paragraphes
36474 \begin_inset CommandInset label
36475 LatexCommand label
36476 name "sub:Couleur-pour-les-Paragraphes"
36477
36478 \end_inset
36479
36480
36481 \begin_inset Index idx
36482 status collapsed
36483
36484 \begin_layout Plain Layout
36485 Couleur ! Pour les  paragraphes
36486 \end_layout
36487
36488 \end_inset
36489
36490
36491 \end_layout
36492
36493 \begin_layout Standard
36494 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
36495  texte dans une minipage.
36496  Avant la minipage, insérez la commande 
36497 \series bold
36498
36499 \backslash
36500 colorbox
36501 \series default
36502  
36503 \end_layout
36504
36505 \begin_layout Standard
36506
36507 \series bold
36508
36509 \backslash
36510 colorbox{color}{
36511 \end_layout
36512
36513 \begin_layout Standard
36514 en code TeX.
36515  Après la minipage, insérez l'accolade fermante 
36516 \begin_inset Quotes eld
36517 \end_inset
36518
36519 }
36520 \begin_inset Quotes erd
36521 \end_inset
36522
36523  en code TeX.
36524 \end_layout
36525
36526 \begin_layout Standard
36527 \begin_inset ERT
36528 status collapsed
36529
36530 \begin_layout Plain Layout
36531
36532
36533 \backslash
36534 colorbox{lightgrey}{
36535 \end_layout
36536
36537 \end_inset
36538
36539
36540 \begin_inset Box Frameless
36541 position "t"
36542 hor_pos "c"
36543 has_inner_box 1
36544 inner_pos "t"
36545 use_parbox 0
36546 use_makebox 0
36547 width "100col%"
36548 special "none"
36549 height "1in"
36550 height_special "totalheight"
36551 status collapsed
36552
36553 \begin_layout Plain Layout
36554 Ce texte a un fond coloré.
36555  Ce texte a un fond coloré.
36556 \end_layout
36557
36558 \begin_layout Plain Layout
36559 \begin_inset VSpace defskip
36560 \end_inset
36561
36562 Le texte peut avoir des notes de bas de page
36563 \begin_inset Foot
36564 status collapsed
36565
36566 \begin_layout Plain Layout
36567 Un autre exemple de note de bas de page
36568 \end_layout
36569
36570 \end_inset
36571
36572  et contenir des figures et des tableaux.
36573 \end_layout
36574
36575 \begin_layout Plain Layout
36576 \align center
36577 \begin_inset Tabular
36578 <lyxtabular version="3" rows="3" columns="3">
36579 <features rotate="0" tabularvalignment="middle">
36580 <column alignment="center" valignment="top">
36581 <column alignment="center" valignment="top">
36582 <column alignment="center" valignment="top">
36583 <row>
36584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36585 \begin_inset Text
36586
36587 \begin_layout Plain Layout
36588 a
36589 \end_layout
36590
36591 \end_inset
36592 </cell>
36593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36594 \begin_inset Text
36595
36596 \begin_layout Plain Layout
36597 !
36598 \end_layout
36599
36600 \end_inset
36601 </cell>
36602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36603 \begin_inset Text
36604
36605 \begin_layout Plain Layout
36606 3
36607 \end_layout
36608
36609 \end_inset
36610 </cell>
36611 </row>
36612 <row>
36613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36614 \begin_inset Text
36615
36616 \begin_layout Plain Layout
36617 <
36618 \end_layout
36619
36620 \end_inset
36621 </cell>
36622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36623 \begin_inset Text
36624
36625 \begin_layout Plain Layout
36626 b2
36627 \begin_inset Quotes erd
36628 \end_inset
36629
36630 |
36631 \end_layout
36632
36633 \end_inset
36634 </cell>
36635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36636 \begin_inset Text
36637
36638 \begin_layout Plain Layout
36639 >
36640 \end_layout
36641
36642 \end_inset
36643 </cell>
36644 </row>
36645 <row>
36646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36647 \begin_inset Text
36648
36649 \begin_layout Plain Layout
36650 1
36651 \end_layout
36652
36653 \end_inset
36654 </cell>
36655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36656 \begin_inset Text
36657
36658 \begin_layout Plain Layout
36659 §
36660 \end_layout
36661
36662 \end_inset
36663 </cell>
36664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36665 \begin_inset Text
36666
36667 \begin_layout Plain Layout
36668 c
36669 \end_layout
36670
36671 \end_inset
36672 </cell>
36673 </row>
36674 </lyxtabular>
36675
36676 \end_inset
36677
36678
36679 \end_layout
36680
36681 \end_inset
36682
36683
36684 \begin_inset ERT
36685 status collapsed
36686
36687 \begin_layout Plain Layout
36688
36689 }
36690 \end_layout
36691
36692 \end_inset
36693
36694
36695 \end_layout
36696
36697 \begin_layout Section
36698 Les boîtes pivotées et redimensionnées
36699 \end_layout
36700
36701 \begin_layout Standard
36702 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
36703  charger le paquetage LaTeX 
36704 \series bold
36705 graphicx
36706 \series default
36707
36708 \begin_inset Index idx
36709 status collapsed
36710
36711 \begin_layout Plain Layout
36712 Paquetages LaTeX ! graphicx
36713 \end_layout
36714
36715 \end_inset
36716
36717  dans le préambule de votre document avec la commande
36718 \end_layout
36719
36720 \begin_layout Standard
36721
36722 \series bold
36723
36724 \backslash
36725 @ifundefined{rotatebox}
36726 \begin_inset Newline newline
36727 \end_inset
36728
36729
36730 \begin_inset Phantom HPhantom
36731 status open
36732
36733 \begin_layout Plain Layout
36734
36735 \series bold
36736 \begin_inset space ~
36737 \end_inset
36738
36739
36740 \end_layout
36741
36742 \end_inset
36743
36744 {
36745 \backslash
36746 usepackage{graphicx}}{}
36747 \end_layout
36748
36749 \begin_layout Description
36750 \begin_inset Note Greyedout
36751 status open
36752
36753 \begin_layout Plain Layout
36754
36755 \series bold
36756 Note:
36757 \series default
36758  La plupart des visualiseurs DVI ne sont 
36759 \emph on
36760 pas
36761 \emph default
36762  capables d'afficher des rotations ou des redimensions.
36763 \end_layout
36764
36765 \end_inset
36766
36767
36768 \end_layout
36769
36770 \begin_layout Standard
36771 \begin_inset Note Greyedout
36772 status open
36773
36774 \begin_layout Plain Layout
36775
36776 \series bold
36777 Note:
36778 \series default
36779  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
36780  redimensionnée.
36781 \end_layout
36782
36783 \end_inset
36784
36785
36786 \end_layout
36787
36788 \begin_layout Subsection
36789 Les Boîtes pivotées
36790 \begin_inset Index idx
36791 status collapsed
36792
36793 \begin_layout Plain Layout
36794 Boîtes ! pivotées
36795 \end_layout
36796
36797 \end_inset
36798
36799
36800 \begin_inset Index idx
36801 status collapsed
36802
36803 \begin_layout Plain Layout
36804 Pivoter des objets
36805 \end_layout
36806
36807 \end_inset
36808
36809
36810 \end_layout
36811
36812 \begin_layout Standard
36813 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
36814  (rotated).
36815  Une telle boîte est créée avec la commande 
36816 \series bold
36817
36818 \backslash
36819 rotatebox
36820 \series default
36821  en code TeX avec la syntaxe
36822 \end_layout
36823
36824 \begin_layout Standard
36825
36826 \series bold
36827
36828 \backslash
36829 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
36830 \end_layout
36831
36832 \begin_layout Standard
36833 La position du pivot est donnée par l'origine de rotation spécifiée sous
36834  la forme 
36835 \series bold
36836 origin=position
36837 \series default
36838 .
36839  Les valeurs suivantes sont possibles pour la position: 
36840 \emph on
36841 c
36842 \emph default
36843  (centre), 
36844 \emph on
36845 l
36846 \emph default
36847  (gauche/
36848 \lang english
36849 left
36850 \lang french
36851 ), 
36852 \emph on
36853 r
36854 \emph default
36855  (droite/
36856 \lang english
36857 right
36858 \lang french
36859 ), 
36860 \emph on
36861 b
36862 \emph default
36863  (bas/
36864 \lang english
36865 bottom
36866 \lang french
36867 ), 
36868 \emph on
36869 t
36870 \emph default
36871  (haut/
36872 \lang english
36873 top
36874 \lang french
36875 ), et aussi des combinaisons des quatre positions de base.
36876  Par exemple 
36877 \emph on
36878 lt
36879 \emph default
36880  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
36881  Quand on ne donne pas d'origine, la position 
36882 \emph on
36883 l
36884 \emph default
36885  est utilisée.
36886  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
36887  ou négatif.
36888  Le sens positif de rotation est anti-horaire.
36889 \end_layout
36890
36891 \begin_layout Standard
36892 Dans l'exemple qui suit, la commande 
36893 \series bold
36894
36895 \backslash
36896 rotatebox[origin=c]{60}{
36897 \series default
36898  a été insérée en code TeX juste avant le texte 
36899 \begin_inset Quotes eld
36900 \end_inset
36901
36902 pivoté de 90°
36903 \begin_inset Quotes erd
36904 \end_inset
36905
36906  ; la boîte est refermée juste après le texte par une accolade fermante
36907  
36908 \begin_inset Quotes eld
36909 \end_inset
36910
36911 }
36912 \begin_inset Quotes erd
36913 \end_inset
36914
36915  en code TeX.
36916 \end_layout
36917
36918 \begin_layout Standard
36919 Voici une ligne avec du texte 
36920 \begin_inset ERT
36921 status collapsed
36922
36923 \begin_layout Plain Layout
36924
36925
36926 \backslash
36927 rotatebox[origin=c]{60}{
36928 \end_layout
36929
36930 \end_inset
36931
36932 pivoté de 60°
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 La boîte peut contenir une autre boîte ou une formule en ligne :
36948 \end_layout
36949
36950 \begin_layout Standard
36951 Voici une ligne avec du texte 
36952 \begin_inset ERT
36953 status collapsed
36954
36955 \begin_layout Plain Layout
36956
36957
36958 \backslash
36959 rotatebox[origin=r]{-60}{
36960 \end_layout
36961
36962 \end_inset
36963
36964
36965 \begin_inset Box Doublebox
36966 position "c"
36967 hor_pos "c"
36968 has_inner_box 0
36969 inner_pos "c"
36970 use_parbox 0
36971 use_makebox 0
36972 width "1in"
36973 special "width"
36974 height "1in"
36975 height_special "totalheight"
36976 status collapsed
36977
36978 \begin_layout Plain Layout
36979 pivoté de -60°
36980 \end_layout
36981
36982 \end_inset
36983
36984
36985 \begin_inset ERT
36986 status collapsed
36987
36988 \begin_layout Plain Layout
36989
36990 }
36991 \end_layout
36992
36993 \end_inset
36994
36995  et encadré 
36996 \begin_inset ERT
36997 status collapsed
36998
36999 \begin_layout Plain Layout
37000
37001
37002 \backslash
37003 rotatebox[origin=lb]{60}{
37004 \end_layout
37005
37006 \end_inset
37007
37008
37009 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37010 \end_inset
37011
37012
37013 \begin_inset ERT
37014 status collapsed
37015
37016 \begin_layout Plain Layout
37017
37018 }
37019 \end_layout
37020
37021 \end_inset
37022
37023  et une formule.
37024 \end_layout
37025
37026 \begin_layout Standard
37027 ou encore une figure ou un tableau :
37028 \end_layout
37029
37030 \begin_layout Standard
37031 Voici une ligne
37032 \begin_inset ERT
37033 status collapsed
37034
37035 \begin_layout Plain Layout
37036
37037
37038 \backslash
37039 rotatebox[origin=lb]{90}{
37040 \end_layout
37041
37042 \end_inset
37043
37044
37045 \begin_inset Graphics
37046         filename ../clipart/platypus.eps
37047         lyxscale 50
37048         width 25col%
37049
37050 \end_inset
37051
37052
37053 \begin_inset ERT
37054 status collapsed
37055
37056 \begin_layout Plain Layout
37057
37058 }
37059 \end_layout
37060
37061 \end_inset
37062
37063  avec une image pivotée de 90° 
37064 \begin_inset ERT
37065 status collapsed
37066
37067 \begin_layout Plain Layout
37068
37069
37070 \backslash
37071 rotatebox[origin=l]{-90}{
37072 \end_layout
37073
37074 \end_inset
37075
37076
37077 \begin_inset Tabular
37078 <lyxtabular version="3" rows="2" columns="2">
37079 <features rotate="0" tabularvalignment="middle">
37080 <column alignment="center" valignment="top">
37081 <column alignment="center" valignment="top">
37082 <row>
37083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37084 \begin_inset Text
37085
37086 \begin_layout Plain Layout
37087 q
37088 \end_layout
37089
37090 \end_inset
37091 </cell>
37092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37093 \begin_inset Text
37094
37095 \begin_layout Plain Layout
37096 w
37097 \end_layout
37098
37099 \end_inset
37100 </cell>
37101 </row>
37102 <row>
37103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37104 \begin_inset Text
37105
37106 \begin_layout Plain Layout
37107 e
37108 \end_layout
37109
37110 \end_inset
37111 </cell>
37112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37113 \begin_inset Text
37114
37115 \begin_layout Plain Layout
37116 r
37117 \end_layout
37118
37119 \end_inset
37120 </cell>
37121 </row>
37122 </lyxtabular>
37123
37124 \end_inset
37125
37126
37127 \begin_inset ERT
37128 status collapsed
37129
37130 \begin_layout Plain Layout
37131
37132 }
37133 \end_layout
37134
37135 \end_inset
37136
37137  et un tableau.
37138 \begin_inset Index idx
37139 status collapsed
37140
37141 \begin_layout Plain Layout
37142 Figures ! Pivotées
37143 \end_layout
37144
37145 \end_inset
37146
37147
37148 \begin_inset Index idx
37149 status collapsed
37150
37151 \begin_layout Plain Layout
37152 Tableau ! Pivoter
37153 \end_layout
37154
37155 \end_inset
37156
37157
37158 \end_layout
37159
37160 \begin_layout Subsection
37161 Les boîtes redimensionnées
37162 \begin_inset Index idx
37163 status collapsed
37164
37165 \begin_layout Plain Layout
37166 Boîtes ! Redimensionnées
37167 \end_layout
37168
37169 \end_inset
37170
37171
37172 \begin_inset Index idx
37173 status collapsed
37174
37175 \begin_layout Plain Layout
37176 Redimensionner des objets
37177 \end_layout
37178
37179 \end_inset
37180
37181
37182 \end_layout
37183
37184 \begin_layout Standard
37185 Pour redimensionner des objets on peut utiliser les commandes 
37186 \series bold
37187
37188 \backslash
37189 scalebox
37190 \series default
37191  et 
37192 \series bold
37193
37194 \backslash
37195 resizebox
37196 \series default
37197  insérées sous forme de code TeX.
37198 \end_layout
37199
37200 \begin_layout Standard
37201
37202 \series bold
37203
37204 \backslash
37205 scalebox
37206 \series default
37207  est utilisée avec la syntaxe suivante :
37208 \end_layout
37209
37210 \begin_layout Standard
37211
37212 \series bold
37213
37214 \backslash
37215 scalebox{horizontal}[vertical]{contenu de la boîte}
37216 \end_layout
37217
37218 \begin_layout Standard
37219 Horizontal et vertical sont les facteurs d'échelle correspondants.
37220  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
37221  utilisé comme facteur vertical.
37222 \end_layout
37223
37224 \begin_layout Standard
37225 Par exemple, la commande 
37226 \series bold
37227
37228 \backslash
37229 scalebox{2}{Bonjour}
37230 \series default
37231  crée un 
37232 \begin_inset ERT
37233 status collapsed
37234
37235 \begin_layout Plain Layout
37236
37237
37238 \backslash
37239 scalebox{2}{
37240 \end_layout
37241
37242 \end_inset
37243
37244 Bonjour
37245 \begin_inset ERT
37246 status collapsed
37247
37248 \begin_layout Plain Layout
37249
37250 }
37251 \end_layout
37252
37253 \end_inset
37254
37255  de taille double par rapport à la taille du texte du document.
37256 \end_layout
37257
37258 \begin_layout Standard
37259
37260 \series bold
37261
37262 \backslash
37263 scalebox{2}[1]{Hello}
37264 \series default
37265  au contraire va déformer le 
37266 \begin_inset ERT
37267 status collapsed
37268
37269 \begin_layout Plain Layout
37270
37271
37272 \backslash
37273 scalebox{2}[1]{
37274 \end_layout
37275
37276 \end_inset
37277
37278 Bonjour
37279 \begin_inset ERT
37280 status collapsed
37281
37282 \begin_layout Plain Layout
37283
37284 }
37285 \end_layout
37286
37287 \end_inset
37288
37289 .
37290 \end_layout
37291
37292 \begin_layout Standard
37293 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
37294  La commande 
37295 \series bold
37296
37297 \backslash
37298 scalebox{-1}[1]{Hello}
37299 \series default
37300  peut donc être utilisée pour créer du texte en miroir : 
37301 \begin_inset ERT
37302 status collapsed
37303
37304 \begin_layout Plain Layout
37305
37306
37307 \backslash
37308 scalebox{-1}[1]{
37309 \end_layout
37310
37311 \end_inset
37312
37313 Bonjour
37314 \begin_inset ERT
37315 status collapsed
37316
37317 \begin_layout Plain Layout
37318
37319 }
37320 \end_layout
37321
37322 \end_inset
37323
37324
37325 \end_layout
37326
37327 \begin_layout Standard
37328
37329 \series bold
37330
37331 \backslash
37332 scalebox{1}[-1]{Bonjour}
37333 \series default
37334  effectue une réflexion du 
37335 \begin_inset ERT
37336 status collapsed
37337
37338 \begin_layout Plain Layout
37339
37340
37341 \backslash
37342 scalebox{1}[-1]{
37343 \end_layout
37344
37345 \end_inset
37346
37347 Bonjour
37348 \begin_inset ERT
37349 status collapsed
37350
37351 \begin_layout Plain Layout
37352
37353 }
37354 \end_layout
37355
37356 \end_inset
37357
37358  par rapport à la ligne de base.
37359 \end_layout
37360
37361 \begin_layout Standard
37362 La commande 
37363 \series bold
37364
37365 \backslash
37366 reflectbox{contenu de la boîte} 
37367 \series default
37368 existe aussi et est équivalente à
37369 \series bold
37370  
37371 \backslash
37372 scalebox{-1}[1]{contenu de la boîte}.
37373
37374 \series default
37375  
37376 \begin_inset Newline newline
37377 \end_inset
37378
37379
37380 \end_layout
37381
37382 \begin_layout Standard
37383 \begin_inset VSpace bigskip
37384 \end_inset
37385
37386 La commande 
37387 \series bold
37388
37389 \backslash
37390 resizebox
37391 \series default
37392  est utilisée pour redimensionner une boîte à une largeur et une hauteur
37393  données.
37394  La syntaxe de la commande est :
37395 \end_layout
37396
37397 \begin_layout Standard
37398
37399 \series bold
37400
37401 \backslash
37402 resizebox{largeur}{hauteur}{contenu de la boîte}
37403 \end_layout
37404
37405 \begin_layout Standard
37406 Si un des deux paramètres est remplacé par un point d'exclamation 
37407 \series bold
37408 !
37409 \series default
37410 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
37411 \end_layout
37412
37413 \begin_layout Standard
37414 La commande 
37415 \series bold
37416
37417 \backslash
37418 resizebox{2cm}{1cm}{Bonjour}
37419 \series default
37420  produit : 
37421 \begin_inset ERT
37422 status collapsed
37423
37424 \begin_layout Plain Layout
37425
37426
37427 \backslash
37428 resizebox{2cm}{1cm}{
37429 \end_layout
37430
37431 \end_inset
37432
37433 Bonjour
37434 \begin_inset ERT
37435 status collapsed
37436
37437 \begin_layout Plain Layout
37438
37439 }
37440 \end_layout
37441
37442 \end_inset
37443
37444
37445 \begin_inset Newline newline
37446 \end_inset
37447
37448 La commande 
37449 \series bold
37450
37451 \backslash
37452 resizebox{2cm}{!}{Bonjour}
37453 \series default
37454  produit : 
37455 \begin_inset ERT
37456 status collapsed
37457
37458 \begin_layout Plain Layout
37459
37460
37461 \backslash
37462 resizebox{2cm}{!}{
37463 \end_layout
37464
37465 \end_inset
37466
37467 Bonjour
37468 \begin_inset ERT
37469 status collapsed
37470
37471 \begin_layout Plain Layout
37472
37473 }
37474 \end_layout
37475
37476 \end_inset
37477
37478
37479 \end_layout
37480
37481 \begin_layout Standard
37482 \begin_inset VSpace bigskip
37483 \end_inset
37484
37485
37486 \end_layout
37487
37488 \begin_layout Standard
37489 \begin_inset Note Greyedout
37490 status open
37491
37492 \begin_layout Plain Layout
37493
37494 \series bold
37495 Note:
37496 \series default
37497  Quand les paramètres des commandes 
37498 \series bold
37499
37500 \backslash
37501 scalebox
37502 \series default
37503  ou 
37504 \series bold
37505
37506 \backslash
37507 resizebox
37508 \series default
37509  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
37510  document, mais le document exporté peut ne pas s'afficher ou s'afficher
37511  partiellement.
37512 \end_layout
37513
37514 \end_inset
37515
37516
37517 \end_layout
37518
37519 \begin_layout Standard
37520 \begin_inset VSpace bigskip
37521 \end_inset
37522
37523
37524 \end_layout
37525
37526 \begin_layout Standard
37527 Les boîtes peuvent être combinée dans n'importe quel ordre.
37528  Par exemple, la commande 
37529 \begin_inset Newline newline
37530 \end_inset
37531
37532
37533 \series bold
37534
37535 \backslash
37536 rotatebox[origin=c]{-45}{
37537 \backslash
37538 resizebox{2cm}{!}{
37539 \backslash
37540 reflectbox{Bonjour}}}
37541 \begin_inset Newline newline
37542 \end_inset
37543
37544
37545 \series default
37546 produit :
37547 \end_layout
37548
37549 \begin_layout Standard
37550 \align center
37551 \begin_inset ERT
37552 status collapsed
37553
37554 \begin_layout Plain Layout
37555
37556
37557 \backslash
37558 rotatebox[origin=c]{-45}{
37559 \backslash
37560 resizebox{2cm}{!}{
37561 \backslash
37562 reflectbox{
37563 \end_layout
37564
37565 \end_inset
37566
37567 Bonjour
37568 \begin_inset ERT
37569 status collapsed
37570
37571 \begin_layout Plain Layout
37572
37573 }}}
37574 \end_layout
37575
37576 \end_inset
37577
37578
37579 \end_layout
37580
37581 \begin_layout Standard
37582 \noindent
37583 Les images, les tableaux et les formules sont autorisées comme contenu de
37584  boîte :
37585 \end_layout
37586
37587 \begin_layout Standard
37588 \align center
37589 \begin_inset ERT
37590 status collapsed
37591
37592 \begin_layout Plain Layout
37593
37594
37595 \backslash
37596 rotatebox[origin=c]{-30}{
37597 \backslash
37598 resizebox{2cm}{!}{
37599 \backslash
37600 reflectbox{
37601 \end_layout
37602
37603 \end_inset
37604
37605
37606 \begin_inset Graphics
37607         filename ../clipart/platypus.eps
37608         lyxscale 50
37609         width 25col%
37610
37611 \end_inset
37612
37613
37614 \begin_inset ERT
37615 status collapsed
37616
37617 \begin_layout Plain Layout
37618
37619 }}}
37620 \end_layout
37621
37622 \end_inset
37623
37624
37625 \begin_inset ERT
37626 status collapsed
37627
37628 \begin_layout Plain Layout
37629
37630
37631 \backslash
37632 rotatebox[origin=c]{-45}{
37633 \backslash
37634 resizebox{2cm}{!}{
37635 \backslash
37636 reflectbox{
37637 \end_layout
37638
37639 \end_inset
37640
37641
37642 \begin_inset Tabular
37643 <lyxtabular version="3" rows="2" columns="2">
37644 <features rotate="0" tabularvalignment="middle">
37645 <column alignment="center" valignment="top">
37646 <column alignment="center" valignment="top">
37647 <row>
37648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37649 \begin_inset Text
37650
37651 \begin_layout Plain Layout
37652 q
37653 \end_layout
37654
37655 \end_inset
37656 </cell>
37657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37658 \begin_inset Text
37659
37660 \begin_layout Plain Layout
37661 w
37662 \end_layout
37663
37664 \end_inset
37665 </cell>
37666 </row>
37667 <row>
37668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37669 \begin_inset Text
37670
37671 \begin_layout Plain Layout
37672 e
37673 \end_layout
37674
37675 \end_inset
37676 </cell>
37677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37678 \begin_inset Text
37679
37680 \begin_layout Plain Layout
37681 r
37682 \end_layout
37683
37684 \end_inset
37685 </cell>
37686 </row>
37687 </lyxtabular>
37688
37689 \end_inset
37690
37691
37692 \begin_inset ERT
37693 status collapsed
37694
37695 \begin_layout Plain Layout
37696
37697 }}}
37698 \end_layout
37699
37700 \end_inset
37701
37702
37703 \begin_inset ERT
37704 status collapsed
37705
37706 \begin_layout Plain Layout
37707
37708
37709 \backslash
37710 rotatebox[origin=c]{-45}{
37711 \backslash
37712 resizebox{2cm}{!}{
37713 \backslash
37714 reflectbox{
37715 \end_layout
37716
37717 \end_inset
37718
37719
37720 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37721 \end_inset
37722
37723
37724 \begin_inset ERT
37725 status collapsed
37726
37727 \begin_layout Plain Layout
37728
37729 }}}
37730 \end_layout
37731
37732 \end_inset
37733
37734
37735 \begin_inset Index idx
37736 status collapsed
37737
37738 \begin_layout Plain Layout
37739 Figures ! Redimensionnées
37740 \end_layout
37741
37742 \end_inset
37743
37744
37745 \begin_inset Index idx
37746 status collapsed
37747
37748 \begin_layout Plain Layout
37749 Tableau ! Redimensionner
37750 \end_layout
37751
37752 \end_inset
37753
37754
37755 \end_layout
37756
37757 \begin_layout Standard
37758 Quand on utilise le style global de formule 
37759 \series bold
37760 fleqn
37761 \series default
37762  dans le document
37763 \begin_inset Foot
37764 status collapsed
37765
37766 \begin_layout Plain Layout
37767 Quand 
37768 \begin_inset Quotes eld
37769 \end_inset
37770
37771 fleqn
37772 \begin_inset Quotes erd
37773 \end_inset
37774
37775  est ajouté aux options de la classe de document.
37776 \end_layout
37777
37778 \end_inset
37779
37780 , les formules hors texte peuvent aussi être redimensionnées.
37781 \end_layout
37782
37783 \begin_layout Chapter
37784 Objets entourés par du texte
37785 \begin_inset Index idx
37786 status collapsed
37787
37788 \begin_layout Plain Layout
37789 Entourés par du texte
37790 \end_layout
37791
37792 \end_inset
37793
37794
37795 \end_layout
37796
37797 \begin_layout Section
37798 Flottant d'enrobage
37799 \begin_inset CommandInset label
37800 LatexCommand label
37801 name "sec:Flottant-d'enrobage"
37802
37803 \end_inset
37804
37805
37806 \begin_inset Index idx
37807 status collapsed
37808
37809 \begin_layout Plain Layout
37810 Flottants ! Flottants d'enrobage
37811 \end_layout
37812
37813 \end_inset
37814
37815
37816 \begin_inset Index idx
37817 status collapsed
37818
37819 \begin_layout Plain Layout
37820 Entourés par du texte ! Flottants d'enrobage
37821 \end_layout
37822
37823 \end_inset
37824
37825
37826 \end_layout
37827
37828 \begin_layout Standard
37829 \begin_inset Wrap figure
37830 lines 0
37831 placement l
37832 overhang 1cm
37833 width "40col%"
37834 status open
37835
37836 \begin_layout Plain Layout
37837 \begin_inset Graphics
37838         filename ../clipart/mobius.eps
37839         width 40col%
37840         scaleBeforeRotation
37841         rotateOrigin center
37842
37843 \end_inset
37844
37845
37846 \end_layout
37847
37848 \begin_layout Plain Layout
37849 \begin_inset Caption Standard
37850
37851 \begin_layout Plain Layout
37852 \begin_inset CommandInset label
37853 LatexCommand label
37854 name "fig:Figure-enrobée"
37855
37856 \end_inset
37857
37858 Ceci est une figure habillée.
37859 \end_layout
37860
37861 \end_inset
37862
37863
37864 \end_layout
37865
37866 \end_inset
37867
37868  Ce type de flottant est utilisé quand on veut que le texte habille la figure
37869  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
37870  Vous pouvez en insérer un en utilisant le menu 
37871 \family sans
37872 Insertion\SpecialChar \menuseparator
37873 Flottant\SpecialChar \menuseparator
37874 Flottant
37875 \begin_inset space ~
37876 \end_inset
37877
37878 d'enrobage
37879 \family default
37880  à la condition que le paquetage LaTeX 
37881 \series bold
37882 wrapfig
37883 \series default
37884
37885 \begin_inset Index idx
37886 status collapsed
37887
37888 \begin_layout Plain Layout
37889 Paquetages LaTeX ! wrapfig
37890 \end_layout
37891
37892 \end_inset
37893
37894  soit installé.
37895 \begin_inset Foot
37896 status collapsed
37897
37898 \begin_layout Plain Layout
37899 Voyez dans la manuel 
37900 \emph on
37901 Configuration
37902 \begin_inset space ~
37903 \end_inset
37904
37905 LaTeX 
37906 \emph default
37907 comment installer des paquetages LaTeX.
37908 \end_layout
37909
37910 \end_inset
37911
37912  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
37913  sur la boîte du flottant.
37914  Les paramètres obligatoires sont l'
37915 \family sans
37916 Emplacement
37917 \family default
37918  et la 
37919 \family sans
37920 Largeur
37921 \family default
37922 .
37923  Les paramètres facultatifs sont le 
37924 \family sans
37925 Débordement
37926 \family default
37927  qui précise de combien le flottant déborde sur la marge du paragraphe ou
37928  de la page et la 
37929 \family sans
37930 Porté de la ligne
37931 \family default
37932  qui précise le nombre approximatif de lignes dont le flottant va avoir
37933  besoin.
37934  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
37935  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
37936  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
37937  à l'intérieur du paragraphe ou vers les autres paragraphes.
37938  La figure
37939 \begin_inset space ~
37940 \end_inset
37941
37942
37943 \begin_inset CommandInset ref
37944 LatexCommand ref
37945 reference "fig:Figure-enrobée"
37946
37947 \end_inset
37948
37949  est un exemple de flottant d'enrobage avec une largeur de 40
37950 \begin_inset space \thinspace{}
37951 \end_inset
37952
37953 col%, un débordement de 1
37954 \begin_inset space \thinspace{}
37955 \end_inset
37956
37957 cm et placé à gauche.
37958 \end_layout
37959
37960 \begin_layout Standard
37961 \begin_inset Note Greyedout
37962 status open
37963
37964 \begin_layout Plain Layout
37965
37966 \series bold
37967 Note:
37968 \series default
37969  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
37970  figure trop près du bas de page peut tout chambouler et faire que le flottant
37971  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
37972  de texte.
37973 \end_layout
37974
37975 \end_inset
37976
37977
37978 \end_layout
37979
37980 \begin_layout Standard
37981 En général:
37982 \end_layout
37983
37984 \begin_layout Itemize
37985 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
37986  qui risquent de passer à la page suivante.
37987  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
37988  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
37989  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
37990  de page.
37991 \end_layout
37992
37993 \begin_layout Itemize
37994 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
37995  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
37996 e.
37997 \end_layout
37998
37999 \begin_layout Itemize
38000 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
38001  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
38002  texte entre les deux, comme séparateur.
38003 \end_layout
38004
38005 \begin_layout Itemize
38006 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
38007  ou les tableaux.
38008 \end_layout
38009
38010 \begin_layout Itemize
38011 Leur numérotation et leur référencement fonctionnent comme décrit dans le
38012  chapitre
38013 \begin_inset space ~
38014 \end_inset
38015
38016
38017 \begin_inset CommandInset ref
38018 LatexCommand ref
38019 reference "chap:Flottants"
38020
38021 \end_inset
38022
38023 .
38024 \end_layout
38025
38026 \begin_layout Section
38027 Objets fixes entourés par du texte
38028 \begin_inset Index idx
38029 status collapsed
38030
38031 \begin_layout Plain Layout
38032 Entouré par du texte ! Objets fixes
38033 \end_layout
38034
38035 \end_inset
38036
38037
38038 \end_layout
38039
38040 \begin_layout Standard
38041 Les flottants d'enrobage décrits dans la section
38042 \begin_inset space \thinspace{}
38043 \end_inset
38044
38045
38046 \begin_inset CommandInset ref
38047 LatexCommand ref
38048 reference "sec:Flottant-d'enrobage"
38049
38050 \end_inset
38051
38052  prennent les positions suivantes dans le paragraphe :
38053 \end_layout
38054
38055 \begin_layout Standard
38056 \noindent
38057 \align center
38058 \begin_inset Tabular
38059 <lyxtabular version="3" rows="2" columns="2">
38060 <features rotate="0" tabularvalignment="middle">
38061 <column alignment="center" valignment="top">
38062 <column alignment="center" valignment="top">
38063 <row>
38064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38065 \begin_inset Text
38066
38067 \begin_layout Plain Layout
38068 \begin_inset Graphics
38069         filename ../../images/dialog-show-new-inset_graphics.png
38070         scale 70
38071         scaleBeforeRotation
38072
38073 \end_inset
38074
38075
38076 \end_layout
38077
38078 \end_inset
38079 </cell>
38080 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38081 \begin_inset Text
38082
38083 \begin_layout Plain Layout
38084 texte
38085 \end_layout
38086
38087 \end_inset
38088 </cell>
38089 </row>
38090 <row>
38091 <cell alignment="center" valignment="top" bottomline="true" leftline="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 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38101 \begin_inset Text
38102
38103 \begin_layout Plain Layout
38104 texte
38105 \end_layout
38106
38107 \end_inset
38108 </cell>
38109 </row>
38110 </lyxtabular>
38111
38112 \end_inset
38113
38114  ou 
38115 \begin_inset Tabular
38116 <lyxtabular version="3" rows="2" columns="2">
38117 <features rotate="0" tabularvalignment="middle">
38118 <column alignment="center" valignment="top">
38119 <column alignment="center" valignment="top">
38120 <row>
38121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38122 \begin_inset Text
38123
38124 \begin_layout Plain Layout
38125 texte
38126 \end_layout
38127
38128 \end_inset
38129 </cell>
38130 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38131 \begin_inset Text
38132
38133 \begin_layout Plain Layout
38134 \begin_inset Graphics
38135         filename ../../images/dialog-show-new-inset_graphics.png
38136         scale 70
38137         scaleBeforeRotation
38138
38139 \end_inset
38140
38141
38142 \end_layout
38143
38144 \end_inset
38145 </cell>
38146 </row>
38147 <row>
38148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38149 \begin_inset Text
38150
38151 \begin_layout Plain Layout
38152 texte
38153 \end_layout
38154
38155 \end_inset
38156 </cell>
38157 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38158 \begin_inset Text
38159
38160 \begin_layout Plain Layout
38161 texte
38162 \end_layout
38163
38164 \end_inset
38165 </cell>
38166 </row>
38167 </lyxtabular>
38168
38169 \end_inset
38170
38171
38172 \end_layout
38173
38174 \begin_layout Standard
38175 Pour avoir un objet exactement à la position à laquelle il a été inséré,
38176  par exemple pour avoir une de ces positions :
38177 \begin_inset VSpace defskip
38178 \end_inset
38179
38180
38181 \end_layout
38182
38183 \begin_layout Standard
38184 \noindent
38185 \align center
38186 \begin_inset Tabular
38187 <lyxtabular version="3" rows="2" columns="2">
38188 <features rotate="0" tabularvalignment="middle">
38189 <column alignment="center" valignment="top">
38190 <column alignment="center" valignment="top">
38191 <row>
38192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38193 \begin_inset Text
38194
38195 \begin_layout Plain Layout
38196 texte
38197 \end_layout
38198
38199 \end_inset
38200 </cell>
38201 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38202 \begin_inset Text
38203
38204 \begin_layout Plain Layout
38205 texte
38206 \end_layout
38207
38208 \end_inset
38209 </cell>
38210 </row>
38211 <row>
38212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38213 \begin_inset Text
38214
38215 \begin_layout Plain Layout
38216 \begin_inset Graphics
38217         filename ../../images/dialog-show-new-inset_graphics.png
38218         scale 70
38219         scaleBeforeRotation
38220
38221 \end_inset
38222
38223
38224 \end_layout
38225
38226 \end_inset
38227 </cell>
38228 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38229 \begin_inset Text
38230
38231 \begin_layout Plain Layout
38232 texte
38233 \end_layout
38234
38235 \end_inset
38236 </cell>
38237 </row>
38238 </lyxtabular>
38239
38240 \end_inset
38241
38242  
38243 \begin_inset Tabular
38244 <lyxtabular version="3" rows="2" columns="2">
38245 <features rotate="0" tabularvalignment="middle">
38246 <column alignment="center" valignment="top">
38247 <column alignment="center" valignment="top">
38248 <row>
38249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38250 \begin_inset Text
38251
38252 \begin_layout Plain Layout
38253 texte
38254 \end_layout
38255
38256 \end_inset
38257 </cell>
38258 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38259 \begin_inset Text
38260
38261 \begin_layout Plain Layout
38262 texte
38263 \end_layout
38264
38265 \end_inset
38266 </cell>
38267 </row>
38268 <row>
38269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38270 \begin_inset Text
38271
38272 \begin_layout Plain Layout
38273 texte
38274 \end_layout
38275
38276 \end_inset
38277 </cell>
38278 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38279 \begin_inset Text
38280
38281 \begin_layout Plain Layout
38282 \begin_inset Graphics
38283         filename ../../images/dialog-show-new-inset_graphics.png
38284         scale 70
38285         scaleBeforeRotation
38286
38287 \end_inset
38288
38289
38290 \end_layout
38291
38292 \end_inset
38293 </cell>
38294 </row>
38295 </lyxtabular>
38296
38297 \end_inset
38298
38299  
38300 \begin_inset Tabular
38301 <lyxtabular version="3" rows="2" columns="3">
38302 <features rotate="0" tabularvalignment="middle">
38303 <column alignment="center" valignment="top">
38304 <column alignment="center" valignment="top">
38305 <column alignment="center" valignment="top">
38306 <row>
38307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38308 \begin_inset Text
38309
38310 \begin_layout Plain Layout
38311 texte
38312 \end_layout
38313
38314 \end_inset
38315 </cell>
38316 <cell alignment="center" valignment="top" topline="true" usebox="none">
38317 \begin_inset Text
38318
38319 \begin_layout Plain Layout
38320 \begin_inset Graphics
38321         filename ../../images/dialog-show-new-inset_graphics.png
38322         scale 70
38323         scaleBeforeRotation
38324
38325 \end_inset
38326
38327
38328 \end_layout
38329
38330 \end_inset
38331 </cell>
38332 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38333 \begin_inset Text
38334
38335 \begin_layout Plain Layout
38336 texte
38337 \end_layout
38338
38339 \end_inset
38340 </cell>
38341 </row>
38342 <row>
38343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38344 \begin_inset Text
38345
38346 \begin_layout Plain Layout
38347 texte
38348 \end_layout
38349
38350 \end_inset
38351 </cell>
38352 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38353 \begin_inset Text
38354
38355 \begin_layout Plain Layout
38356 texte
38357 \end_layout
38358
38359 \end_inset
38360 </cell>
38361 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38362 \begin_inset Text
38363
38364 \begin_layout Plain Layout
38365 texte
38366 \end_layout
38367
38368 \end_inset
38369 </cell>
38370 </row>
38371 </lyxtabular>
38372
38373 \end_inset
38374
38375  
38376 \begin_inset Tabular
38377 <lyxtabular version="3" rows="2" columns="3">
38378 <features rotate="0" tabularvalignment="middle">
38379 <column alignment="center" valignment="top">
38380 <column alignment="center" valignment="top">
38381 <column alignment="center" valignment="top">
38382 <row>
38383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38384 \begin_inset Text
38385
38386 \begin_layout Plain Layout
38387 texte
38388 \end_layout
38389
38390 \end_inset
38391 </cell>
38392 <cell alignment="center" valignment="top" topline="true" usebox="none">
38393 \begin_inset Text
38394
38395 \begin_layout Plain Layout
38396 texte
38397 \end_layout
38398
38399 \end_inset
38400 </cell>
38401 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38402 \begin_inset Text
38403
38404 \begin_layout Plain Layout
38405 texte
38406 \end_layout
38407
38408 \end_inset
38409 </cell>
38410 </row>
38411 <row>
38412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38413 \begin_inset Text
38414
38415 \begin_layout Plain Layout
38416 texte
38417 \end_layout
38418
38419 \end_inset
38420 </cell>
38421 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38422 \begin_inset Text
38423
38424 \begin_layout Plain Layout
38425 \begin_inset Graphics
38426         filename ../../images/dialog-show-new-inset_graphics.png
38427         scale 70
38428         scaleBeforeRotation
38429
38430 \end_inset
38431
38432
38433 \end_layout
38434
38435 \end_inset
38436 </cell>
38437 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38438 \begin_inset Text
38439
38440 \begin_layout Plain Layout
38441 texte
38442 \end_layout
38443
38444 \end_inset
38445 </cell>
38446 </row>
38447 </lyxtabular>
38448
38449 \end_inset
38450
38451
38452 \end_layout
38453
38454 \begin_layout Standard
38455 \noindent
38456 \align center
38457 \begin_inset Tabular
38458 <lyxtabular version="3" rows="3" columns="2">
38459 <features rotate="0" tabularvalignment="middle">
38460 <column alignment="center" valignment="top">
38461 <column alignment="center" valignment="top">
38462 <row>
38463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38464 \begin_inset Text
38465
38466 \begin_layout Plain Layout
38467 texte
38468 \end_layout
38469
38470 \end_inset
38471 </cell>
38472 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38473 \begin_inset Text
38474
38475 \begin_layout Plain Layout
38476 texte
38477 \end_layout
38478
38479 \end_inset
38480 </cell>
38481 </row>
38482 <row>
38483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38484 \begin_inset Text
38485
38486 \begin_layout Plain Layout
38487 \begin_inset Graphics
38488         filename ../../images/dialog-show-new-inset_graphics.png
38489         scale 70
38490         scaleBeforeRotation
38491
38492 \end_inset
38493
38494
38495 \end_layout
38496
38497 \end_inset
38498 </cell>
38499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38500 \begin_inset Text
38501
38502 \begin_layout Plain Layout
38503 texte
38504 \end_layout
38505
38506 \end_inset
38507 </cell>
38508 </row>
38509 <row>
38510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38511 \begin_inset Text
38512
38513 \begin_layout Plain Layout
38514 texte
38515 \end_layout
38516
38517 \end_inset
38518 </cell>
38519 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38520 \begin_inset Text
38521
38522 \begin_layout Plain Layout
38523 texte
38524 \end_layout
38525
38526 \end_inset
38527 </cell>
38528 </row>
38529 </lyxtabular>
38530
38531 \end_inset
38532
38533  
38534 \begin_inset Tabular
38535 <lyxtabular version="3" rows="3" columns="3">
38536 <features rotate="0" tabularvalignment="middle">
38537 <column alignment="center" valignment="top">
38538 <column alignment="center" valignment="top">
38539 <column alignment="center" valignment="top">
38540 <row>
38541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38542 \begin_inset Text
38543
38544 \begin_layout Plain Layout
38545 texte
38546 \end_layout
38547
38548 \end_inset
38549 </cell>
38550 <cell alignment="center" valignment="top" topline="true" usebox="none">
38551 \begin_inset Text
38552
38553 \begin_layout Plain Layout
38554 texte
38555 \end_layout
38556
38557 \end_inset
38558 </cell>
38559 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38560 \begin_inset Text
38561
38562 \begin_layout Plain Layout
38563 texte
38564 \end_layout
38565
38566 \end_inset
38567 </cell>
38568 </row>
38569 <row>
38570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38571 \begin_inset Text
38572
38573 \begin_layout Plain Layout
38574 texte
38575 \end_layout
38576
38577 \end_inset
38578 </cell>
38579 <cell alignment="center" valignment="top" usebox="none">
38580 \begin_inset Text
38581
38582 \begin_layout Plain Layout
38583 \begin_inset Graphics
38584         filename ../../images/dialog-show-new-inset_graphics.png
38585         scale 70
38586         scaleBeforeRotation
38587
38588 \end_inset
38589
38590
38591 \end_layout
38592
38593 \end_inset
38594 </cell>
38595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38596 \begin_inset Text
38597
38598 \begin_layout Plain Layout
38599 texte
38600 \end_layout
38601
38602 \end_inset
38603 </cell>
38604 </row>
38605 <row>
38606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38607 \begin_inset Text
38608
38609 \begin_layout Plain Layout
38610 texte
38611 \end_layout
38612
38613 \end_inset
38614 </cell>
38615 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38616 \begin_inset Text
38617
38618 \begin_layout Plain Layout
38619 texte
38620 \end_layout
38621
38622 \end_inset
38623 </cell>
38624 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38625 \begin_inset Text
38626
38627 \begin_layout Plain Layout
38628 texte
38629 \end_layout
38630
38631 \end_inset
38632 </cell>
38633 </row>
38634 </lyxtabular>
38635
38636 \end_inset
38637
38638  
38639 \begin_inset Tabular
38640 <lyxtabular version="3" rows="3" columns="2">
38641 <features rotate="0" tabularvalignment="middle">
38642 <column alignment="center" valignment="top">
38643 <column alignment="center" valignment="top">
38644 <row>
38645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38646 \begin_inset Text
38647
38648 \begin_layout Plain Layout
38649 texte
38650 \end_layout
38651
38652 \end_inset
38653 </cell>
38654 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38655 \begin_inset Text
38656
38657 \begin_layout Plain Layout
38658 texte
38659 \end_layout
38660
38661 \end_inset
38662 </cell>
38663 </row>
38664 <row>
38665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38666 \begin_inset Text
38667
38668 \begin_layout Plain Layout
38669 texte
38670 \end_layout
38671
38672 \end_inset
38673 </cell>
38674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38675 \begin_inset Text
38676
38677 \begin_layout Plain Layout
38678 \begin_inset Graphics
38679         filename ../../images/dialog-show-new-inset_graphics.png
38680         scale 70
38681         scaleBeforeRotation
38682
38683 \end_inset
38684
38685
38686 \end_layout
38687
38688 \end_inset
38689 </cell>
38690 </row>
38691 <row>
38692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38693 \begin_inset Text
38694
38695 \begin_layout Plain Layout
38696 texte
38697 \end_layout
38698
38699 \end_inset
38700 </cell>
38701 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38702 \begin_inset Text
38703
38704 \begin_layout Plain Layout
38705 texte
38706 \end_layout
38707
38708 \end_inset
38709 </cell>
38710 </row>
38711 </lyxtabular>
38712
38713 \end_inset
38714
38715
38716 \end_layout
38717
38718 \begin_layout Standard
38719 vous pouvez utiliser la paquetage LaTeX 
38720 \end_layout
38721
38722 \begin_layout Standard
38723 \noindent
38724
38725 \series bold
38726 picinpar
38727 \series default
38728
38729 \begin_inset Index idx
38730 status collapsed
38731
38732 \begin_layout Plain Layout
38733 Paquetages LaTeX ! picinpar
38734 \end_layout
38735
38736 \end_inset
38737
38738 .
38739  Voici un exemple :
38740 \end_layout
38741
38742 \begin_layout Standard
38743 \begin_inset ERT
38744 status collapsed
38745
38746 \begin_layout Plain Layout
38747
38748
38749 \backslash
38750 ifpicinpar
38751 \end_layout
38752
38753 \end_inset
38754
38755
38756 \begin_inset Note Note
38757 status open
38758
38759 \begin_layout Plain Layout
38760 La section suivante ne sera affichée que si le paquetage LaTeX 
38761 \series bold
38762 picinpar
38763 \series default
38764  a été installé.
38765 \end_layout
38766
38767 \end_inset
38768
38769
38770 \end_layout
38771
38772 \begin_layout Standard
38773 \begin_inset ERT
38774 status collapsed
38775
38776 \begin_layout Plain Layout
38777
38778
38779 \backslash
38780 begin{window}[2,c,{
38781 \end_layout
38782
38783 \end_inset
38784
38785
38786 \begin_inset Graphics
38787         filename ../clipart/mobius.eps
38788         lyxscale 60
38789         width 40col%
38790         scaleBeforeRotation
38791         rotateOrigin center
38792
38793 \end_inset
38794
38795
38796 \begin_inset ERT
38797 status collapsed
38798
38799 \begin_layout Plain Layout
38800
38801 },]
38802 \end_layout
38803
38804 \begin_layout Plain Layout
38805
38806 {}
38807 \end_layout
38808
38809 \end_inset
38810
38811
38812 \size small
38813 \lang english
38814 It was in the spring of the year 1894 that all London was interested, and
38815  the fashionable world dismayed, by the murder of the Honourable Ronald
38816  Adair under most unusual and inexplicable circumstances.
38817  The public has already learned those particulars of the crime which
38818 \size default
38819
38820 \begin_inset ERT
38821 status collapsed
38822
38823 \begin_layout Plain Layout
38824
38825
38826 \backslash
38827 footnotemark{}
38828 \end_layout
38829
38830 \end_inset
38831
38832
38833 \size small
38834  came out in the police investigation, but a good deal was suppressed upon
38835  that occasion, since the case for the prosecution was so overwhelmingly
38836  strong that it was not necessary to bring forward all the facts.
38837  Only now, at the end of nearly ten years, am I allowed to supply those
38838  missing links which make up the whole of that remarkable chain
38839 \lang french
38840 .
38841 \size default
38842
38843 \begin_inset ERT
38844 status collapsed
38845
38846 \begin_layout Plain Layout
38847
38848
38849 \backslash
38850 end{window}
38851 \end_layout
38852
38853 \end_inset
38854
38855
38856 \end_layout
38857
38858 \begin_layout Standard
38859 \begin_inset ERT
38860 status collapsed
38861
38862 \begin_layout Plain Layout
38863
38864
38865 \backslash
38866 footnotetext{
38867 \end_layout
38868
38869 \end_inset
38870
38871 Note de pied de page du paragraphe avec objet fixe.
38872 \begin_inset ERT
38873 status collapsed
38874
38875 \begin_layout Plain Layout
38876
38877 }
38878 \end_layout
38879
38880 \end_inset
38881
38882
38883 \end_layout
38884
38885 \begin_layout Standard
38886 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
38887  d'eux et leur position est déterminée par le nombre de lignes de texte
38888  situées audessus d'eux.
38889  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
38890  numérotée.
38891 \end_layout
38892
38893 \begin_layout Standard
38894 Un objet fixe enrobé est inséré en ajoutant la commande
38895 \end_layout
38896
38897 \begin_layout Standard
38898
38899 \series bold
38900
38901 \backslash
38902 begin{window}[2,c,{
38903 \end_layout
38904
38905 \begin_layout Standard
38906 en code TeX au debut du paragraphe.
38907  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
38908  dessus de l'objet, le second, ici 'c', la position de l'objet.
38909  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
38910  ) sont possibles.
38911  Après la commande, vous insérez votre objet.
38912  Dans cet exemple, c'est une image avec une largeur de 40
38913 \begin_inset space \thinspace{}
38914 \end_inset
38915
38916 % de la colonne de texte qui a été insérée.
38917  L'objet peut aussi être un tableau, une boîte ou une équation.
38918  Après l'objet, on insère la commande
38919 \end_layout
38920
38921 \begin_layout Standard
38922
38923 \series bold
38924 },texte de description ]
38925 \begin_inset Newline newline
38926 \end_inset
38927
38928 {}
38929 \end_layout
38930
38931 \begin_layout Standard
38932 Notez que le 
38933 \begin_inset Quotes fld
38934 \end_inset
38935
38936
38937 \series bold
38938 {}
38939 \series default
38940
38941 \begin_inset Quotes frd
38942 \end_inset
38943
38944  est sur la deuxième ligne.
38945  Le texte de description est facultatif.
38946  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
38947  il doit donc commence juste après le 
38948 \series bold
38949 {}
38950 \series default
38951 .
38952  A la fin du paragraphe on insère la commande :
38953 \end_layout
38954
38955 \begin_layout Standard
38956
38957 \series bold
38958
38959 \backslash
38960 end{window}
38961 \end_layout
38962
38963 \begin_layout Standard
38964 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
38965  ajouter des notes de pied de page de la façon habituelle.
38966  Vous devez utiliser la commande 
38967 \series bold
38968
38969 \backslash
38970 footnotemark
38971 \series default
38972  à l'intérieur du paragraphe et la commande 
38973 \series bold
38974
38975 \backslash
38976 footnotetext
38977 \series default
38978  à l'extérieur, comme décrit dans la section
38979 \begin_inset space \thinspace{}
38980 \end_inset
38981
38982
38983 \begin_inset CommandInset ref
38984 LatexCommand ref
38985 reference "sec:Notes-bas-de-page"
38986
38987 \end_inset
38988
38989 .
38990 \end_layout
38991
38992 \begin_layout Standard
38993 \begin_inset ERT
38994 status collapsed
38995
38996 \begin_layout Plain Layout
38997
38998
38999 \backslash
39000 else
39001 \end_layout
39002
39003 \end_inset
39004
39005
39006 \begin_inset Note Note
39007 status open
39008
39009 \begin_layout Plain Layout
39010 Ce qui suit sera affiché si le paquetage LaTeX 
39011 \series bold
39012 picinpar
39013 \series default
39014  n'est pas installé :
39015 \end_layout
39016
39017 \end_inset
39018
39019
39020 \end_layout
39021
39022 \begin_layout Standard
39023 Vous devez installer le paquetage LaTeX 
39024 \series bold
39025 picinpar
39026 \series default
39027  pour voir la suite de cette section dans la sortie imprimée.
39028 \end_layout
39029
39030 \begin_layout Standard
39031 \begin_inset ERT
39032 status collapsed
39033
39034 \begin_layout Plain Layout
39035
39036
39037 \backslash
39038 fi
39039 \end_layout
39040
39041 \end_inset
39042
39043
39044 \end_layout
39045
39046 \begin_layout Section
39047 Lettrines
39048 \begin_inset Index idx
39049 status collapsed
39050
39051 \begin_layout Plain Layout
39052 Lettrines
39053 \end_layout
39054
39055 \end_inset
39056
39057
39058 \begin_inset Index idx
39059 status collapsed
39060
39061 \begin_layout Plain Layout
39062 Entouré par du texte ! Lettrines
39063 \end_layout
39064
39065 \end_inset
39066
39067
39068 \end_layout
39069
39070 \begin_layout Standard
39071 Pour utiliser des lettrines, le paquetage LaTeX 
39072 \series bold
39073 lettrine
39074 \series default
39075
39076 \begin_inset Index idx
39077 status collapsed
39078
39079 \begin_layout Plain Layout
39080 Paquetages LaTeX ! lettrine
39081 \end_layout
39082
39083 \end_inset
39084
39085  doit être installé et vous devez utiliser le module Initiales (
39086 \begin_inset space ~
39087 \end_inset
39088
39089 menu 
39090 \family sans
39091 Document\SpecialChar \menuseparator
39092 Paramètres\SpecialChar \menuseparator
39093 Modules
39094 \family default
39095
39096 \begin_inset space ~
39097 \end_inset
39098
39099 ).
39100  Pour insérer une lettrine, utilisez le style 
39101 \family sans
39102 Initial
39103 \family default
39104 .
39105  Les paramètres sont insérés avec le menu 
39106 \family sans
39107 Insertion
39108 \family default
39109 .
39110  Le paramètre obligatoire 
39111 \family sans
39112 \lang english
39113 Initial
39114 \family default
39115 \lang french
39116  contient la/les lettre(s) qui sert d'initiale, le paramètre 
39117 \family sans
39118 \lang english
39119 Rest
39120 \begin_inset space ~
39121 \end_inset
39122
39123 of
39124 \begin_inset space ~
39125 \end_inset
39126
39127 Initial
39128 \family default
39129  
39130 \lang french
39131 contient
39132 \lang english
39133  the rest of the word or text of the initial letter(s)
39134 \lang french
39135 .
39136  Le paramètre 
39137 \family sans
39138 \lang english
39139 Options
39140 \family default
39141 \lang french
39142  contient paramètres pour modifier la lettrine.
39143  Pour plus d'informations sur les paramètres possibles, voyez la documentation
39144  du paquetage 
39145 \series bold
39146 lettrine
39147 \series default
39148
39149 \begin_inset CommandInset citation
39150 LatexCommand cite
39151 key "lettrine"
39152
39153 \end_inset
39154
39155 .
39156  Le style lui-même contient le texte qui doit entourer la lettrine.
39157  Le style habituel est par conséquent que le mot dont la première lettre
39158  est l'initiale soit en 
39159 \shape smallcaps
39160 petites capitales
39161 \shape default
39162 .
39163 \end_layout
39164
39165 \begin_layout Standard
39166 \begin_inset Newpage pagebreak
39167 \end_inset
39168
39169
39170 \end_layout
39171
39172 \begin_layout Standard
39173 Voici quelques exemples
39174 \begin_inset space ~
39175 \end_inset
39176
39177 :
39178 \end_layout
39179
39180 \begin_layout Standard
39181 \begin_inset ERT
39182 status collapsed
39183
39184 \begin_layout Plain Layout
39185
39186
39187 \backslash
39188 iflettrine
39189 \end_layout
39190
39191 \end_inset
39192
39193
39194 \begin_inset Note Note
39195 status open
39196
39197 \begin_layout Plain Layout
39198 La section suivante ne sera affichée que si le paquetage LaTeX 
39199 \series bold
39200 lettrine
39201 \series default
39202  a été installé.
39203 \end_layout
39204
39205 \end_inset
39206
39207
39208 \end_layout
39209
39210 \begin_layout Enumerate
39211 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
39212  mathématique 
39213 \begin_inset Formula $\mathfrak{Fraktur}$
39214 \end_inset
39215
39216 :
39217 \end_layout
39218
39219 \begin_deeper
39220 \begin_layout Initial
39221 \begin_inset Argument 2
39222 status open
39223
39224 \begin_layout Plain Layout
39225 \begin_inset Formula $\mathfrak{I}$
39226 \end_inset
39227
39228
39229 \end_layout
39230
39231 \end_inset
39232
39233
39234 \begin_inset Argument 3
39235 status open
39236
39237 \begin_layout Plain Layout
39238 t
39239 \end_layout
39240
39241 \end_inset
39242
39243  
39244 \lang english
39245 was in the spring of the year 1894 that all London was interested, and the
39246  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39247  under most unusual and inexplicable circumstances.
39248  The public has already learned those particulars of the crime which came
39249  out in the police investigation, but a good deal was suppressed upon that
39250  occasion, since the case for the prosecution was so overwhelmingly strong
39251  that it was not necessary to bring forward all the facts.
39252 \end_layout
39253
39254 \end_deeper
39255 \begin_layout Enumerate
39256 L'initiale est entourée par une seule ligne et est formée de deux lettres
39257  dans la police standard ; aucun texte n'est écrit en petites capitales
39258 \begin_inset space ~
39259 \end_inset
39260
39261 :
39262 \end_layout
39263
39264 \begin_deeper
39265 \begin_layout Initial
39266 \begin_inset Argument 1
39267 status open
39268
39269 \begin_layout Plain Layout
39270 lines=1
39271 \end_layout
39272
39273 \end_inset
39274
39275
39276 \begin_inset Argument 2
39277 status open
39278
39279 \begin_layout Plain Layout
39280 It
39281 \end_layout
39282
39283 \end_inset
39284
39285  
39286 \lang english
39287 was in the spring of the year 1894 that all London was interested, and the
39288  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39289  under most unusual and inexplicable circumstances.
39290  The public has already learned those particulars of the crime which came
39291  out in the police investigation, but a good deal was suppressed upon that
39292  occasion, since the case for the prosecution was so overwhelmingly strong
39293  that it was not necessary to bring forward all the facts.
39294 \end_layout
39295
39296 \end_deeper
39297 \begin_layout Enumerate
39298 Initiale descendante sur 3
39299 \begin_inset space ~
39300 \end_inset
39301
39302 lignes en magenta en police mathématique
39303 \begin_inset Newline newline
39304 \end_inset
39305
39306
39307 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39308 \end_inset
39309
39310 , le texte 
39311 \begin_inset Quotes fld
39312 \end_inset
39313
39314
39315 \lang english
39316 t was in the spring
39317 \lang french
39318
39319 \begin_inset Quotes frd
39320 \end_inset
39321
39322  est en 
39323 \shape smallcaps
39324 petites capitales
39325 \shape default
39326  ; pour colorer la lettrine, il faut insérer la commande suivante juste
39327  avant l'initiale
39328 \begin_inset space ~
39329 \end_inset
39330
39331 :
39332 \begin_inset Newline newline
39333 \end_inset
39334
39335
39336 \series bold
39337
39338 \backslash
39339 renewcommand{
39340 \backslash
39341 LettrineFontHook}{
39342 \backslash
39343 color{couleur}}
39344 \series default
39345
39346 \begin_inset Newline newline
39347 \end_inset
39348
39349 où la 
39350 \emph on
39351 couleur
39352 \emph default
39353  peut être 
39354 \begin_inset Quotes fld
39355 \end_inset
39356
39357 red
39358 \begin_inset Quotes frd
39359 \end_inset
39360
39361
39362 \begin_inset Quotes fld
39363 \end_inset
39364
39365 blue
39366 \begin_inset Quotes frd
39367 \end_inset
39368
39369
39370 \begin_inset Quotes fld
39371 \end_inset
39372
39373 green
39374 \begin_inset Quotes frd
39375 \end_inset
39376
39377
39378 \begin_inset Quotes fld
39379 \end_inset
39380
39381 yellow
39382 \begin_inset Quotes frd
39383 \end_inset
39384
39385
39386 \begin_inset Quotes fld
39387 \end_inset
39388
39389 cyan
39390 \begin_inset Quotes frd
39391 \end_inset
39392
39393
39394 \begin_inset Quotes fld
39395 \end_inset
39396
39397 magenta
39398 \begin_inset Quotes frd
39399 \end_inset
39400
39401
39402 \begin_inset Quotes fld
39403 \end_inset
39404
39405 black
39406 \begin_inset Quotes frd
39407 \end_inset
39408
39409  ou 
39410 \begin_inset Quotes fld
39411 \end_inset
39412
39413 white
39414 \begin_inset Quotes frd
39415 \end_inset
39416
39417 .
39418  On doit aussi ajouter la commande suivante au préambule du document
39419 \begin_inset space ~
39420 \end_inset
39421
39422 :
39423 \begin_inset Newline newline
39424 \end_inset
39425
39426
39427 \series bold
39428
39429 \backslash
39430 @ifundefined{textcolor}
39431 \begin_inset Newline newline
39432 \end_inset
39433
39434
39435 \begin_inset space ~
39436 \end_inset
39437
39438 {
39439 \backslash
39440 usepackage{color}}{}
39441 \end_layout
39442
39443 \begin_deeper
39444 \begin_layout Standard
39445 \begin_inset ERT
39446 status collapsed
39447
39448 \begin_layout Plain Layout
39449
39450
39451 \backslash
39452 renewcommand{
39453 \backslash
39454 LettrineFontHook}{
39455 \backslash
39456 color{magenta}}
39457 \end_layout
39458
39459 \end_inset
39460
39461
39462 \begin_inset Note Note
39463 status collapsed
39464
39465 \begin_layout Plain Layout
39466 colore la lettrine en magenta
39467 \end_layout
39468
39469 \end_inset
39470
39471
39472 \end_layout
39473
39474 \begin_layout Initial
39475 \begin_inset Argument 1
39476 status open
39477
39478 \begin_layout Plain Layout
39479 lines=3, lhang=0.33, loversize=0.25
39480 \end_layout
39481
39482 \end_inset
39483
39484
39485 \begin_inset Argument 2
39486 status open
39487
39488 \begin_layout Plain Layout
39489 \begin_inset Formula $\mathcal{I}$
39490 \end_inset
39491
39492
39493 \end_layout
39494
39495 \end_inset
39496
39497
39498 \begin_inset Argument 3
39499 status open
39500
39501 \begin_layout Plain Layout
39502
39503 \lang english
39504 t was in the spring
39505 \end_layout
39506
39507 \end_inset
39508
39509
39510 \lang english
39511  of the year 1894 that all London was interested, and the fashionable world
39512  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39513  and inexplicable circumstances.
39514  The public has already learned those particulars of the crime which came
39515  out in the police investigation, but a good deal was suppressed upon that
39516  occasion, since the case for the prosecution was so overwhelmingly strong
39517  that it was not necessary to bring forward all the facts.
39518 \end_layout
39519
39520 \end_deeper
39521 \begin_layout Standard
39522 \begin_inset ERT
39523 status collapsed
39524
39525 \begin_layout Plain Layout
39526
39527
39528 \backslash
39529 else
39530 \end_layout
39531
39532 \end_inset
39533
39534
39535 \begin_inset Note Note
39536 status open
39537
39538 \begin_layout Plain Layout
39539 Ce qui suit sera affiché si le paquetage LaTeX 
39540 \series bold
39541 lettrine
39542 \series default
39543  n'est pas installé :
39544 \end_layout
39545
39546 \end_inset
39547
39548
39549 \end_layout
39550
39551 \begin_layout Standard
39552 Vous devez installer le paquetage LaTeX 
39553 \series bold
39554 lettrine
39555 \series default
39556  pour voir la suite de cette section dans la sortie imprimée.
39557 \end_layout
39558
39559 \begin_layout Standard
39560 \begin_inset ERT
39561 status collapsed
39562
39563 \begin_layout Plain Layout
39564
39565
39566 \backslash
39567 fi
39568 \end_layout
39569
39570 \end_inset
39571
39572
39573 \end_layout
39574
39575 \begin_layout Chapter
39576 Trucs externes
39577 \begin_inset Index idx
39578 status collapsed
39579
39580 \begin_layout Plain Layout
39581 Trucs externes
39582 \end_layout
39583
39584 \end_inset
39585
39586
39587 \end_layout
39588
39589 \begin_layout Standard
39590 Avec le menu 
39591 \family sans
39592 Insertion\SpecialChar \menuseparator
39593 Fichier
39594 \family default
39595  vous pouvez insérer un contenu externe à votre document.
39596  Ce contenu peut être :
39597 \end_layout
39598
39599 \begin_layout Description
39600 Document
39601 \begin_inset space ~
39602 \end_inset
39603
39604 LyX Un autre document LyX ; son contenu est directement inséré dans votre
39605  document.
39606 \end_layout
39607
39608 \begin_layout Description
39609 Texte
39610 \begin_inset space ~
39611 \end_inset
39612
39613 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
39614 e.
39615 \end_layout
39616
39617 \begin_layout Description
39618 Texte
39619 \begin_inset space ~
39620 \end_inset
39621
39622 Brut
39623 \begin_inset space ~
39624 \end_inset
39625
39626 par
39627 \begin_inset space ~
39628 \end_inset
39629
39630 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
39631  Les lignes vides créent un nouveau paragraphe dans votre document.
39632 \end_layout
39633
39634 \begin_layout Description
39635 Objet
39636 \begin_inset space ~
39637 \end_inset
39638
39639 Externe Fichiers de formats variés.
39640 \end_layout
39641
39642 \begin_layout Description
39643 Sous-document Documents LyX ou LaTeX.
39644 \end_layout
39645
39646 \begin_layout Section
39647 Objets externes 
39648 \begin_inset Index idx
39649 status collapsed
39650
39651 \begin_layout Plain Layout
39652 Trucs externes ! Objets Externes
39653 \end_layout
39654
39655 \end_inset
39656
39657
39658 \end_layout
39659
39660 \begin_layout Standard
39661 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
39662  de fichiers dans votre document sans avoir à convertir ces derniers en
39663  un format qui soit compatible avec le format de sortie, puisque c'est LyX
39664  qui va s'occuper des conversions.
39665  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
39666  LyX des images dans des formats divers.
39667  Quand vous avez activé 
39668 \family sans
39669 Aperçu
39670 \begin_inset space ~
39671 \end_inset
39672
39673 sur
39674 \begin_inset space ~
39675 \end_inset
39676
39677 le
39678 \begin_inset space ~
39679 \end_inset
39680
39681 vif
39682 \family default
39683  dans le menu des préférences de LyX, dans la rubrique 
39684 \family sans
39685 Apparence\SpecialChar \menuseparator
39686 Graphiques
39687 \family default
39688 , les objets externes de type Dia et Xfig sont affichés directement dans
39689  LyX.
39690 \end_layout
39691
39692 \begin_layout Standard
39693 On insère des objets externes en utilisant la fenêtre de dialogue 
39694 \family sans
39695 Objet
39696 \begin_inset space ~
39697 \end_inset
39698
39699 Externe
39700 \family default
39701  qui est accessible via le menu 
39702 \family sans
39703 Insertion\SpecialChar \menuseparator
39704 Fichiers\SpecialChar \menuseparator
39705 Objet
39706 \begin_inset space ~
39707 \end_inset
39708
39709 Externe
39710 \family default
39711 .
39712  Actuellement les types de fichiers (
39713 \family sans
39714 Modèles
39715 \family default
39716 ) suivants sont autorisés :
39717 \end_layout
39718
39719 \begin_layout Description
39720 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
39721  par le programme 
39722 \series bold
39723
39724 \begin_inset CommandInset href
39725 LatexCommand href
39726 name "XBoard"
39727 target "http://fr.wikipedia.org/wiki/XBoard"
39728
39729 \end_inset
39730
39731
39732 \series default
39733 .
39734 \end_layout
39735
39736 \begin_layout Description
39737 Date Ce modèle insère la date sous la forme 
39738 \emph on
39739 Jour-Mois-Année
39740 \emph default
39741 .
39742  Voici un exemple de date insérée comme objet externe :: 
39743 \begin_inset External
39744         template Date
39745         filename .
39746
39747 \end_inset
39748
39749
39750 \begin_inset space ~
39751 \end_inset
39752
39753
39754 \begin_inset Note Note
39755 status collapsed
39756
39757 \begin_layout Plain Layout
39758 Retirer l'espace protégé quand le bug 4398 sera résolu !
39759 \end_layout
39760
39761 \end_inset
39762
39763
39764 \begin_inset Newline newline
39765 \end_inset
39766
39767 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
39768  Il y a deux autre méthodes pour insérer une date : Avec le menu 
39769 \family sans
39770 Insertion\SpecialChar \menuseparator
39771 Date
39772 \family default
39773  et avec la commande LaTeX 
39774 \series bold
39775
39776 \backslash
39777 today
39778 \series default
39779  entrée comme code TeX.
39780  Ces différentes méthodes sont comparée dans le tableau
39781 \begin_inset space ~
39782 \end_inset
39783
39784
39785 \begin_inset CommandInset ref
39786 LatexCommand ref
39787 reference "tab:Comparaison-des-dates"
39788
39789 \end_inset
39790
39791 .
39792 \end_layout
39793
39794 \begin_layout Description
39795 Dia Ce modèle accepte les diagrammes créés avec le programme 
39796 \series bold
39797
39798 \begin_inset CommandInset href
39799 LatexCommand href
39800 name "Dia"
39801 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
39802
39803 \end_inset
39804
39805
39806 \series default
39807 .
39808 \end_layout
39809
39810 \begin_layout Description
39811 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
39812  ou des tableaux dans le format de 
39813 \series bold
39814
39815 \begin_inset CommandInset href
39816 LatexCommand href
39817 name "Gnumeric"
39818 target "http://fr.wikipedia.org/wiki/Gnumeric"
39819
39820 \end_inset
39821
39822
39823 \series default
39824
39825 \begin_inset CommandInset href
39826 LatexCommand href
39827 name "OpenDocument"
39828 target "http://fr.wikipedia.org/wiki/OpenDocument"
39829
39830 \end_inset
39831
39832
39833 \begin_inset CommandInset href
39834 LatexCommand href
39835 name "Microsoft Office XML"
39836 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39837
39838 \end_inset
39839
39840  et 
39841 \begin_inset CommandInset href
39842 LatexCommand href
39843 name "Office Open XML"
39844 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
39845
39846 \end_inset
39847
39848 .
39849  Pour cette fonction, LyX doit pouvoir trouver le programme 
39850 \family typewriter
39851 ssconvert
39852 \family default
39853  au cours de sa configuration.
39854  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
39855  même si vous n'avez pas de tableaux au format gnumeric.
39856  Pour des exemples et les limitations possibles, jetez un œil au fichier
39857  LyX d'exemple, 
39858 \emph on
39859 spreadsheet.lyx
39860 \emph default
39861 .
39862 \end_layout
39863
39864 \begin_layout Description
39865 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
39866  par le programme 
39867 \series bold
39868
39869 \begin_inset CommandInset href
39870 LatexCommand href
39871 name "LilyPond"
39872 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
39873
39874 \end_inset
39875
39876
39877 \series default
39878 .
39879  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
39880  au fichier LyX d'exemple 
39881 \emph on
39882 lilypond.lyx
39883 \emph default
39884 .
39885 \end_layout
39886
39887 \begin_layout Description
39888 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
39889  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
39890  
39891 \emph on
39892 pages
39893 \emph default
39894  dans le champ 
39895 \family sans
39896 Option
39897 \family default
39898  dans l'onglet 
39899 \family sans
39900 Options LaTeX et LyX
39901 \family default
39902 .
39903  L'argument de cette option est une liste d'éléments séparés par des virgules,
39904  contenant des numéros de pages (
39905 \begin_inset space ~
39906 \end_inset
39907
39908 insérez comme option 
39909 \series bold
39910 pages={3,5,6,8}
39911 \series default
39912
39913 \begin_inset space ~
39914 \end_inset
39915
39916 ), des plages de numéros de pages (
39917 \series bold
39918
39919 \begin_inset space ~
39920 \end_inset
39921
39922 pages={4-9}
39923 \series default
39924
39925 \begin_inset space ~
39926 \end_inset
39927
39928 ) ou n'importe quelle combinaison des deux.
39929  Pour insérer des pages vides, utilisez 
39930 \series bold
39931 {}
39932 \series default
39933 .
39934  Par exemple 
39935 \begin_inset space ~
39936 \end_inset
39937
39938
39939 \series bold
39940 pages={3,{},8-11,15}
39941 \series default
39942  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
39943  15.
39944  Les plages de pages sont décrites avec la syntaxe 
39945 \emph on
39946 début-fin
39947 \emph default
39948  qui sélectionne toutes les pages de 
39949 \emph on
39950 début
39951 \emph default
39952  jusqu'à 
39953 \emph on
39954 fin
39955 \emph default
39956 .
39957  Si on omet 
39958 \emph on
39959 début
39960 \emph default
39961 , on commence implicitement à la première page ; de même, omettre 
39962 \emph on
39963 fin
39964 \emph default
39965  termine implicitement à la dernière page du document.
39966  La dernière page du document peut aussi être désignée par le mot-clé 
39967 \series bold
39968 last
39969 \series default
39970  (
39971 \begin_inset space ~
39972 \end_inset
39973
39974 ce dernier n'est accepté que pour une plage de pages
39975 \begin_inset space ~
39976 \end_inset
39977
39978 ).
39979  Donc 
39980 \series bold
39981 pages=-
39982 \series default
39983  va insérer toutes les pages du document et 
39984 \series bold
39985 pages=last-1
39986 \series default
39987  va insérer toutes les pages dans l'ordre inverse.
39988  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
39989 \begin_inset Newline newline
39990 \end_inset
39991
39992 L'option 
39993 \series bold
39994 noautoscale
39995 \series default
39996  insère les pages avec leur taille d'origine, si cette option n'est pas
39997  donnée, les pages seront redimensionnées
39998 \begin_inset space \space{}
39999 \end_inset
40000
40001 pour tenir dans la largeur de page de votre document.
40002  Dans l'onglet 
40003 \family sans
40004 Taille
40005 \begin_inset space ~
40006 \end_inset
40007
40008 et
40009 \begin_inset space ~
40010 \end_inset
40011
40012 rotation
40013 \family default
40014  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
40015  qu'une éventuelle rotation.
40016  Si vous utilisez une autre largeur que 100
40017 \begin_inset space \thinspace{}
40018 \end_inset
40019
40020 Échelle%, l'option 
40021 \series bold
40022 noautoscale
40023 \series default
40024  sera neutralisée.
40025  Pour plus d'information sur les options possibles, jetez un œil sur la
40026  documentation du paquetage LaTeX 
40027 \series bold
40028 pdfpages
40029 \series default
40030  
40031 \begin_inset CommandInset citation
40032 LatexCommand cite
40033 key "pdfpages"
40034
40035 \end_inset
40036
40037 .
40038 \begin_inset Index idx
40039 status collapsed
40040
40041 \begin_layout Plain Layout
40042 Paquetages LaTeX ! pdfpages
40043 \end_layout
40044
40045 \end_inset
40046
40047
40048 \begin_inset Newline newline
40049 \end_inset
40050
40051 Pour utiliser ce modèle dans une présentation 
40052 \family sans
40053 Beamer
40054 \family default
40055  vous devez d'abord insérer un environnement 
40056 \family sans
40057 FinCadre
40058 \family default
40059  et dans la suite, dans un paragraphe, une boîte de code TeX contenant la
40060  commande 
40061 \series bold
40062
40063 \backslash
40064 setbeamertemplate{background canvas}{}
40065 \series default
40066 .
40067  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
40068  que vous voulez.
40069  Après les pages PDF incorporées, vous pouvez reprendre la présentation
40070  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
40071  section.
40072  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
40073  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
40074  le modèle.
40075 \begin_inset Newline newline
40076 \end_inset
40077
40078 Voici un PDF incorporé basculé de -5°
40079 \begin_inset space ~
40080 \end_inset
40081
40082 °: 
40083 \begin_inset External
40084         template PDFPages
40085         filename ../clipart/Abstract.pdf
40086         extra LaTeX "noautoscale, pages=-"
40087         rotateAngle -5
40088         rotateOrigin bottomleft
40089
40090 \end_inset
40091
40092
40093 \end_layout
40094
40095 \begin_layout Description
40096 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
40097  Les images peuvent être traitées dans la fenêtre de dialogue 
40098 \family sans
40099 Objet
40100 \begin_inset space ~
40101 \end_inset
40102
40103 Externe
40104 \family default
40105  comme les images qui sont habituellement incorporées en utilisant le menu
40106  
40107 \family sans
40108 Insertion\SpecialChar \menuseparator
40109 Graphique
40110 \family default
40111 , comme c'est décrit dans la section
40112 \begin_inset space ~
40113 \end_inset
40114
40115
40116 \begin_inset CommandInset ref
40117 LatexCommand ref
40118 reference "sec:Graphics-Dialog"
40119
40120 \end_inset
40121
40122 .
40123  La différence avec l'insertion normale d'image est que seules les images
40124  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
40125  ne sont pas acceptées.
40126  Voici un exemple d'insertion d'image matricielle
40127 \begin_inset space ~
40128 \end_inset
40129
40130
40131 \begin_inset External
40132         template RasterImage
40133         filename ../clipart/ToolbarEnvBox.png
40134
40135 \end_inset
40136
40137
40138 \end_layout
40139
40140 \begin_layout Description
40141 XFig Ce modèle accepte les images créées avec le programme 
40142 \series bold
40143
40144 \begin_inset CommandInset href
40145 LatexCommand href
40146 name "Xfig"
40147 target "http://fr.wikipedia.org/wiki/Xfig"
40148
40149 \end_inset
40150
40151
40152 \series default
40153 .
40154 \end_layout
40155
40156 \begin_layout Standard
40157 \begin_inset Float table
40158 placement !h
40159 wide false
40160 sideways false
40161 status open
40162
40163 \begin_layout Plain Layout
40164 \begin_inset Caption Standard
40165
40166 \begin_layout Plain Layout
40167 \begin_inset CommandInset label
40168 LatexCommand label
40169 name "tab:Comparaison-des-dates"
40170
40171 \end_inset
40172
40173 Comparaison des méthodes d'insertion de la date.
40174 \end_layout
40175
40176 \end_inset
40177
40178
40179 \end_layout
40180
40181 \begin_layout Plain Layout
40182 \align center
40183 \begin_inset Tabular
40184 <lyxtabular version="3" rows="4" columns="4">
40185 <features rotate="0" tabularvalignment="middle">
40186 <column alignment="center" valignment="top">
40187 <column alignment="center" valignment="top">
40188 <column alignment="center" valignment="top">
40189 <column alignment="center" valignment="top">
40190 <row>
40191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40192 \begin_inset Text
40193
40194 \begin_layout Plain Layout
40195 Format du document
40196 \end_layout
40197
40198 \end_inset
40199 </cell>
40200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40201 \begin_inset Text
40202
40203 \begin_layout Plain Layout
40204
40205 \family sans
40206 Objet
40207 \begin_inset space ~
40208 \end_inset
40209
40210 Externe\SpecialChar \menuseparator
40211 Date
40212 \end_layout
40213
40214 \end_inset
40215 </cell>
40216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40217 \begin_inset Text
40218
40219 \begin_layout Plain Layout
40220
40221 \family sans
40222 Insertion\SpecialChar \menuseparator
40223 Date
40224 \end_layout
40225
40226 \end_inset
40227 </cell>
40228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40229 \begin_inset Text
40230
40231 \begin_layout Plain Layout
40232 commande 
40233 \series bold
40234
40235 \backslash
40236 today
40237 \end_layout
40238
40239 \end_inset
40240 </cell>
40241 </row>
40242 <row>
40243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40244 \begin_inset Text
40245
40246 \begin_layout Plain Layout
40247 LyX
40248 \end_layout
40249
40250 \end_inset
40251 </cell>
40252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40253 \begin_inset Text
40254
40255 \begin_layout Plain Layout
40256 comme boîte d'insert
40257 \end_layout
40258
40259 \end_inset
40260 </cell>
40261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40262 \begin_inset Text
40263
40264 \begin_layout Plain Layout
40265 comme date
40266 \end_layout
40267
40268 \end_inset
40269 </cell>
40270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40271 \begin_inset Text
40272
40273 \begin_layout Plain Layout
40274 comme boîte de code TeX
40275 \end_layout
40276
40277 \end_inset
40278 </cell>
40279 </row>
40280 <row>
40281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40282 \begin_inset Text
40283
40284 \begin_layout Plain Layout
40285 LaTeX
40286 \end_layout
40287
40288 \end_inset
40289 </cell>
40290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40291 \begin_inset Text
40292
40293 \begin_layout Plain Layout
40294 comme date
40295 \end_layout
40296
40297 \end_inset
40298 </cell>
40299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40300 \begin_inset Text
40301
40302 \begin_layout Plain Layout
40303 comme date
40304 \end_layout
40305
40306 \end_inset
40307 </cell>
40308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40309 \begin_inset Text
40310
40311 \begin_layout Plain Layout
40312 comme commande
40313 \end_layout
40314
40315 \end_inset
40316 </cell>
40317 </row>
40318 <row>
40319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40320 \begin_inset Text
40321
40322 \begin_layout Plain Layout
40323 DVI, PDF, PS
40324 \end_layout
40325
40326 \end_inset
40327 </cell>
40328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40329 \begin_inset Text
40330
40331 \begin_layout Plain Layout
40332 comme date
40333 \end_layout
40334
40335 \end_inset
40336 </cell>
40337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40338 \begin_inset Text
40339
40340 \begin_layout Plain Layout
40341 comme date
40342 \end_layout
40343
40344 \end_inset
40345 </cell>
40346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40347 \begin_inset Text
40348
40349 \begin_layout Plain Layout
40350 comme date date
40351 \end_layout
40352
40353 \end_inset
40354 </cell>
40355 </row>
40356 </lyxtabular>
40357
40358 \end_inset
40359
40360
40361 \end_layout
40362
40363 \end_inset
40364
40365
40366 \end_layout
40367
40368 \begin_layout Standard
40369 Quand vous activez l'option 
40370 \family sans
40371 Brouillon
40372 \family default
40373  de l'onglet 
40374 \family sans
40375 Fichier
40376 \family default
40377  de la fenêtre de dialogue 
40378 \family sans
40379 Objet
40380 \begin_inset space ~
40381 \end_inset
40382
40383 Externe
40384 \family default
40385 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
40386 \begin_inset Newline newline
40387 \end_inset
40388
40389 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
40390  : 
40391 \begin_inset Graphics
40392         filename ../clipart/ExternalMaterialQt4.png
40393         scale 85
40394         scaleBeforeRotation
40395
40396 \end_inset
40397
40398  soit comme une image, selon que vous avez ou non activé l'option 
40399 \family sans
40400 Afficher
40401 \begin_inset space ~
40402 \end_inset
40403
40404 dans
40405 \begin_inset space ~
40406 \end_inset
40407
40408 LyX
40409 \family default
40410  de l'onglet 
40411 \family sans
40412 Options LaTeX et LyX
40413 \family default
40414  de la fenêtre de dialogue.
40415 \end_layout
40416
40417 \begin_layout Standard
40418 Le manuel 
40419 \family sans
40420 \emph on
40421 Personnalisation
40422 \family default
40423 \emph default
40424  explique comment vous pouvez créer vos propres modèles.
40425 \end_layout
40426
40427 \begin_layout Section
40428 Sous-documents
40429 \begin_inset CommandInset label
40430 LatexCommand label
40431 name "sec:Sous-documents"
40432
40433 \end_inset
40434
40435
40436 \begin_inset Index idx
40437 status collapsed
40438
40439 \begin_layout Plain Layout
40440 Trucs externes ! Sous-documents
40441 \end_layout
40442
40443 \end_inset
40444
40445
40446 \begin_inset Index idx
40447 status collapsed
40448
40449 \begin_layout Plain Layout
40450 Fichiers ! Insertion
40451 \end_layout
40452
40453 \end_inset
40454
40455
40456 \end_layout
40457
40458 \begin_layout Standard
40459 Les sous-documents sont utilisés quand on a un document très long qui peut
40460  être décomposé en plusieurs parties ou sections plus petites.
40461  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
40462  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
40463  Les différents documents sont ce que l'on appelle les sous-documents et
40464  un document maître les relie pour imprimer le document complet ou seulement
40465  une partie de celui-ci.
40466  Un sous-document hérite du contenu de son maître, par exemple le préambule
40467  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
40468 \end_layout
40469
40470 \begin_layout Standard
40471 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
40472  maître, précisez dans le sous-document le document maître dans le menu
40473  
40474 \family sans
40475 Document\SpecialChar \menuseparator
40476 Paramètres\SpecialChar \menuseparator
40477 Classe de document
40478 \family default
40479 .
40480  Ce document maître sera par la suite utilisé de façon cachée par LyX à
40481  chaque fois que vous modifierez le sous-document.
40482 \end_layout
40483
40484 \begin_layout Standard
40485 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
40486  comme celle-ci : 
40487 \begin_inset Graphics
40488         filename clipart/ChildDocumentQt4.png
40489         lyxscale 70
40490         scale 60
40491         scaleBeforeRotation
40492
40493 \end_inset
40494
40495  Pour inclure des sous-documents dans un document maître , on utilise le
40496  menu 
40497 \family sans
40498 Insertion\SpecialChar \menuseparator
40499 Fichier\SpecialChar \menuseparator
40500 Sous-document
40501 \family default
40502 .
40503  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
40504  des quatre méthodes d'inclusion :
40505 \end_layout
40506
40507 \begin_layout Description
40508 Inclus
40509 \begin_inset space ~
40510 \end_inset
40511
40512 (include) Vous pouvez inclure des documents LyX et LaTeX.
40513  Quand vous cliquez sur le bouton 
40514 \family sans
40515 Modifier
40516 \family default
40517  dans la fenêtre de dialogue 
40518 \family sans
40519 Sous-document
40520 \family default
40521 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
40522  vous puissiez le modifier.
40523 \begin_inset Newline newline
40524 \end_inset
40525
40526
40527 \end_layout
40528
40529 \begin_layout Standard
40530 Voici un sous-document inséré avec la méthode 
40531 \family sans
40532 Inclus
40533 \family default
40534  : 
40535 \begin_inset CommandInset include
40536 LatexCommand include
40537 filename "DocumentBidon1.lyx"
40538
40539 \end_inset
40540
40541
40542 \end_layout
40543
40544 \begin_layout Standard
40545 La numérotation des sections va prendre en compte les sections des fichiers
40546  incorporés dans l'ordre où ils sont insérés dans le document maître.
40547  Le document qui est inclus comme exemple possède une sous-section qui sera
40548  numérotée comme sous-section de la section actuelle.
40549  Les étiquettes présentes dans le fichier inclus peuvent être référencées
40550  : la sous-section
40551 \begin_inset space ~
40552 \end_inset
40553
40554
40555 \begin_inset CommandInset ref
40556 LatexCommand ref
40557 reference "sub:Sous-section-externe-1"
40558
40559 \end_inset
40560
40561  est dans le fichier inclus.
40562 \end_layout
40563
40564 \begin_layout Standard
40565 Le préambule du sous-document est tout simplement ignoré, seul le préambule
40566  du document maître est utilisé.
40567  Les branches présentes dans le sous-document seront ignorées par le document
40568  maître si celui-ci ne possède pas une branche avec le même nom.
40569  Les documents inclus sont insérés en commençant une nouvelle page et sont
40570  suivis par un saut de page.
40571 \end_layout
40572
40573 \begin_layout Standard
40574 \begin_inset Note Greyedout
40575 status open
40576
40577 \begin_layout Plain Layout
40578
40579 \series bold
40580 Note:
40581 \series default
40582  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
40583  une classe de document différente de celle du document maître, vous recevez
40584  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
40585  que cela peut produire des résultats inattendus sur la sortie imprimée.
40586 \end_layout
40587
40588 \end_inset
40589
40590
40591 \end_layout
40592
40593 \begin_layout Description
40594 Incorporé
40595 \begin_inset space ~
40596 \end_inset
40597
40598 (input) Cette méthode est très semblable à la méthode Inclus, les différences
40599  sont :
40600 \end_layout
40601
40602 \begin_deeper
40603 \begin_layout Itemize
40604 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
40605  par un saut de page.
40606 \end_layout
40607
40608 \begin_layout Itemize
40609 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
40610  
40611 \family sans
40612 Aperçu
40613 \begin_inset space ~
40614 \end_inset
40615
40616 sur
40617 \begin_inset space ~
40618 \end_inset
40619
40620 le
40621 \begin_inset space ~
40622 \end_inset
40623
40624 vif
40625 \family default
40626  est activée dans les préférences dans la rubrique 
40627 \family sans
40628 Apparence\SpecialChar \menuseparator
40629 Graphique
40630 \family default
40631 .
40632 \end_layout
40633
40634 \begin_layout Itemize
40635 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
40636 \family sans
40637 Document\SpecialChar \menuseparator
40638 Paramètres\SpecialChar \menuseparator
40639 Sous-documents
40640 \family default
40641 .
40642 \end_layout
40643
40644 \end_deeper
40645 \begin_layout Standard
40646 Voici un sous document inséré en utilisant la méthode 
40647 \family sans
40648 Incorporé
40649 \family default
40650  : 
40651 \begin_inset CommandInset include
40652 LatexCommand input
40653 preview true
40654 filename "DocumentBidon2.lyx"
40655
40656 \end_inset
40657
40658
40659 \end_layout
40660
40661 \begin_layout Standard
40662 Voici un sous-document
40663 \emph on
40664 input
40665 \emph default
40666  comme LaTeX source:
40667 \end_layout
40668
40669 \begin_layout Quote
40670 \begin_inset CommandInset include
40671 LatexCommand input
40672 filename "DocumentTexteBidon.txt"
40673
40674 \end_inset
40675
40676
40677 \end_layout
40678
40679 \begin_layout Description
40680 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
40681  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
40682  sous forme de code source et aucune des commandes éventuellement présentes
40683  ne sera exécutée.
40684  Vous pouvez utiliser l'option 
40685 \family sans
40686 Marquer
40687 \begin_inset space ~
40688 \end_inset
40689
40690 les
40691 \begin_inset space ~
40692 \end_inset
40693
40694 espaces
40695 \family default
40696  qui matérialise chaque espace présente dans le code source par un caractère
40697  
40698 \begin_inset Quotes eld
40699 \end_inset
40700
40701
40702 \begin_inset ERT
40703 status collapsed
40704
40705 \begin_layout Plain Layout
40706
40707
40708 \backslash
40709 textvisiblespace 
40710 \end_layout
40711
40712 \end_inset
40713
40714
40715 \begin_inset Quotes erd
40716 \end_inset
40717
40718  .
40719  La différence avec la méthode qui consiste à utiliser le menu 
40720 \family sans
40721 Insertion\SpecialChar \menuseparator
40722 Fichier\SpecialChar \menuseparator
40723 Texte
40724 \begin_inset space ~
40725 \end_inset
40726
40727 brut
40728 \family default
40729  est que le contenu du document n'apparaît pas dans LyX.
40730 \end_layout
40731
40732 \begin_layout Standard
40733 Voici un sous-document inclus en utilisant la méthode 
40734 \family sans
40735 verbatim
40736 \family default
40737  : 
40738 \begin_inset CommandInset include
40739 LatexCommand verbatiminput
40740 filename "DocumentTexteBidon.txt"
40741
40742 \end_inset
40743
40744
40745 \begin_inset VSpace bigskip
40746 \end_inset
40747
40748 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
40749  l'option 
40750 \family sans
40751 Marquer
40752 \begin_inset space ~
40753 \end_inset
40754
40755 les
40756 \begin_inset space ~
40757 \end_inset
40758
40759 espaces :
40760 \family default
40761  
40762 \begin_inset CommandInset include
40763 LatexCommand verbatiminput*
40764 filename "DocumentTexteBidon.txt"
40765
40766 \end_inset
40767
40768
40769 \end_layout
40770
40771 \begin_layout Standard
40772 \begin_inset VSpace bigskip
40773 \end_inset
40774
40775
40776 \end_layout
40777
40778 \begin_layout Standard
40779 \begin_inset Note Greyedout
40780 status open
40781
40782 \begin_layout Plain Layout
40783
40784 \series bold
40785 Note:
40786 \series default
40787  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
40788  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
40789 \end_layout
40790
40791 \end_inset
40792
40793
40794 \end_layout
40795
40796 \begin_layout Description
40797 Listings Ce type d'inclusion est décrit dans le chapitre
40798 \begin_inset space ~
40799 \end_inset
40800
40801
40802 \begin_inset CommandInset ref
40803 LatexCommand ref
40804 reference "cha:Program-Code-Listings"
40805
40806 \end_inset
40807
40808 .
40809 \end_layout
40810
40811 \begin_layout Standard
40812 \begin_inset Note Greyedout
40813 status open
40814
40815 \begin_layout Plain Layout
40816
40817 \series bold
40818 Note:
40819 \series default
40820  Inclure le même document deux fois dans un même document peut poser des
40821  problèmes avec LaTeX.
40822 \end_layout
40823
40824 \end_inset
40825
40826
40827 \end_layout
40828
40829 \begin_layout Standard
40830 Si vous ne voulez visualiser ou exporter que certains des sous-documents
40831  de votre document maître, que ce soit pour diminuer les temps de compilation
40832  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
40833  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
40834  la sortie en utilisant le menu 
40835 \family sans
40836 Document\SpecialChar \menuseparator
40837 Paramètres\SpecialChar \menuseparator
40838 Sous-documents
40839 \family default
40840 .
40841  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
40842  sur la ligne correspondant dans la colonne 
40843 \family sans
40844 Inclus dans le résultat
40845 \family default
40846  de la liste (
40847 \begin_inset space ~
40848 \end_inset
40849
40850 notez que cela ne fonctionne que pour les documents inclus avec la méthode
40851  
40852 \begin_inset Quotes fld
40853 \end_inset
40854
40855 inclus
40856 \begin_inset Quotes frd
40857 \end_inset
40858
40859  et pas la méthode 
40860 \begin_inset Quotes fld
40861 \end_inset
40862
40863 incorporé
40864 \begin_inset Quotes frd
40865 \end_inset
40866
40867
40868 \begin_inset space ~
40869 \end_inset
40870
40871 ).
40872  Si on active l'option 
40873 \family sans
40874 Assurer la cohérence des compteurs et des références
40875 \family default
40876 , LyX va s'assurer que tous les numéros de pages, références etc...
40877  sont corrects comme si tous le document avait été traité.
40878  C'est utile si vous voulez que les sous-documents choisis aient exactement
40879  le même aspect que s'il étaient dans le document complet.
40880  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
40881  la totalité du document.
40882  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
40883  les compteurs et autres références n'ont pas à être à tout prix valides,
40884  vous devez impérativement désactiver cette option.
40885  
40886 \end_layout
40887
40888 \begin_layout Standard
40889 Une autre solution consiste à inclure chaque fichier dans une branche
40890 \begin_inset Foot
40891 status collapsed
40892
40893 \begin_layout Plain Layout
40894 Les branches sont décrites dans la section 
40895 \emph on
40896 Branches
40897 \emph default
40898  du 
40899 \emph on
40900 Guide de l'utilisateur
40901 \emph default
40902  de LyX.
40903 \end_layout
40904
40905 \end_inset
40906
40907 .
40908  En activant ou désactivant une branche, vous pouvez décider les fichiers
40909  inclus qui doivent apparaître dans la sortie imprimée.
40910  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
40911  
40912 \begin_inset Quotes fld
40913 \end_inset
40914
40915 incorporés
40916 \begin_inset Quotes frd
40917 \end_inset
40918
40919 .
40920  Le défaut est que les compteurs et autres références ne sont pas conservés
40921  avec cette approche.
40922 \end_layout
40923
40924 \begin_layout Chapter
40925 Listings de code source
40926 \begin_inset CommandInset label
40927 LatexCommand label
40928 name "cha:Program-Code-Listings"
40929
40930 \end_inset
40931
40932
40933 \begin_inset Index idx
40934 status collapsed
40935
40936 \begin_layout Plain Layout
40937 Listings
40938 \end_layout
40939
40940 \end_inset
40941
40942
40943 \begin_inset Index idx
40944 status collapsed
40945
40946 \begin_layout Plain Layout
40947 Code Source
40948 \end_layout
40949
40950 \end_inset
40951
40952
40953 \begin_inset Index idx
40954 status collapsed
40955
40956 \begin_layout Plain Layout
40957 Flottants ! Listings
40958 \end_layout
40959
40960 \end_inset
40961
40962
40963 \end_layout
40964
40965 \begin_layout Standard
40966 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
40967  un insert 
40968 \family sans
40969 Listings
40970 \family default
40971  qui peut être créé grâce au menu 
40972 \family sans
40973 Insertion
40974 \family default
40975 \SpecialChar \menuseparator
40976
40977 \family sans
40978 Listing
40979 \begin_inset space ~
40980 \end_inset
40981
40982 de
40983 \begin_inset space ~
40984 \end_inset
40985
40986 Code
40987 \begin_inset space ~
40988 \end_inset
40989
40990 Source
40991 \family default
40992 .
40993  Le paquetage LaTeX 
40994 \series bold
40995 listings
40996 \series default
40997
40998 \begin_inset Index idx
40999 status collapsed
41000
41001 \begin_layout Plain Layout
41002 Paquetages LaTeX ! listings
41003 \end_layout
41004
41005 \end_inset
41006
41007  fournit un moyen puissant et flexible d'insérer des listings de code source
41008  dans votre document.
41009  
41010 \end_layout
41011
41012 \begin_layout Standard
41013 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
41014  contextuel s'ouvre pour vous permettre de modifier le format du listing.
41015 \end_layout
41016
41017 \begin_layout Standard
41018 Implicitement, un listing commence un nouveau paragraphe dans la sortie
41019  imprimée.
41020  L'option d'emplacement 
41021 \family sans
41022 Listing
41023 \begin_inset space ~
41024 \end_inset
41025
41026 en
41027 \begin_inset space ~
41028 \end_inset
41029
41030 Ligne
41031 \family default
41032  imprime le listing dans la ligne comme ceci : 
41033 \begin_inset listings
41034 lstparams "language={C++}"
41035 inline true
41036 status open
41037
41038 \begin_layout Plain Layout
41039
41040 int a=5;
41041 \end_layout
41042
41043 \end_inset
41044
41045
41046 \begin_inset Newline newline
41047 \end_inset
41048
41049 L'option 
41050 \family sans
41051 Flottant
41052 \family default
41053  crée un flottant de listing pour lequel vous pouvez préciser les options
41054  classiques d'emplacement : 
41055 \begin_inset Quotes eld
41056 \end_inset
41057
41058
41059 \family sans
41060 h
41061 \family default
41062
41063 \begin_inset Quotes erd
41064 \end_inset
41065
41066
41067 \begin_inset Quotes eld
41068 \end_inset
41069
41070
41071 \family sans
41072 t
41073 \family default
41074
41075 \begin_inset Quotes erd
41076 \end_inset
41077
41078
41079 \begin_inset Quotes eld
41080 \end_inset
41081
41082
41083 \family sans
41084 b
41085 \family default
41086
41087 \begin_inset Quotes erd
41088 \end_inset
41089
41090 , et 
41091 \begin_inset Quotes eld
41092 \end_inset
41093
41094
41095 \family sans
41096 p
41097 \family default
41098
41099 \begin_inset Quotes erd
41100 \end_inset
41101
41102  correspondant aux emplacement décrits dans la section
41103 \begin_inset space ~
41104 \end_inset
41105
41106
41107 \begin_inset CommandInset ref
41108 LatexCommand ref
41109 reference "sec:Placement-flottants"
41110
41111 \end_inset
41112
41113 .
41114  Les options de positionnement peuvent être mélangées et doivent être saisies
41115  sans séparation, par exemple, on peut taper 
41116 \begin_inset Quotes eld
41117 \end_inset
41118
41119
41120 \family sans
41121 htbp
41122 \family default
41123
41124 \begin_inset Quotes erd
41125 \end_inset
41126
41127 .
41128  L' option 
41129 \begin_inset Quotes eld
41130 \end_inset
41131
41132 h
41133 \begin_inset Quotes erd
41134 \end_inset
41135
41136  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
41137  
41138 \family sans
41139 Flottant
41140 \family default
41141  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
41142  légende et être référencés.
41143 \end_layout
41144
41145 \begin_layout Standard
41146 Vous pouvez ajouter une légende à un listing avec le menu 
41147 \family sans
41148 Insertion\SpecialChar \menuseparator
41149 Légende
41150 \family default
41151 .
41152  On peut référencer les listings de la même façon que les flottants :Voir
41153  le listing
41154 \begin_inset space ~
41155 \end_inset
41156
41157
41158 \begin_inset CommandInset ref
41159 LatexCommand ref
41160 reference "lst:Listing-exemple"
41161
41162 \end_inset
41163
41164 .
41165  
41166 \lang english
41167 A list of listings which contains all listings with captions can be created
41168  via the menu
41169 \lang french
41170  
41171 \family sans
41172 Insertion\SpecialChar \menuseparator
41173
41174 \lang english
41175 List
41176 \begin_inset space ~
41177 \end_inset
41178
41179 /
41180 \begin_inset space ~
41181 \end_inset
41182
41183 TOC\SpecialChar \menuseparator
41184 List of Listings
41185 \family default
41186 .
41187  The list entries are the listing caption and the listing number.
41188 \end_layout
41189
41190 \begin_layout Standard
41191 \begin_inset listings
41192 lstparams "language=Python"
41193 inline false
41194 status open
41195
41196 \begin_layout Plain Layout
41197
41198 \begin_inset Caption Standard
41199
41200 \begin_layout Plain Layout
41201 \begin_inset CommandInset label
41202 LatexCommand label
41203 name "lst:Listing-exemple"
41204
41205 \end_inset
41206
41207 Exemple de listing flottant
41208 \end_layout
41209
41210 \end_inset
41211
41212 # Exemple de listing flottant
41213 \end_layout
41214
41215 \begin_layout Plain Layout
41216
41217 def func(param):
41218 \end_layout
41219
41220 \begin_layout Plain Layout
41221
41222     'ceci est une fonction python'
41223 \end_layout
41224
41225 \begin_layout Plain Layout
41226
41227     pass
41228 \end_layout
41229
41230 \end_inset
41231
41232
41233 \end_layout
41234
41235 \begin_layout Standard
41236 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
41237  de listing, les mots-clés de ce langage seront reconnus et mis en forme
41238  de manière particulière dans la sortie imprimée.
41239  Dans l'exemple de listing, le mot clé Python 
41240 \begin_inset Quotes eld
41241 \end_inset
41242
41243 def
41244 \begin_inset Quotes erd
41245 \end_inset
41246
41247  est reconnu et imprimé en caractères gras dans la sortie.
41248 \end_layout
41249
41250 \begin_layout Standard
41251 \begin_inset Note Greyedout
41252 status open
41253
41254 \begin_layout Plain Layout
41255
41256 \series bold
41257 Note:
41258 \series default
41259  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
41260  une police de caractères à 
41261 \family typewriter
41262 chasse fixe
41263 \family default
41264 , c'est que votre police ne contient probablement pas de série grasse.
41265  Dans ce cas choisissez une police différente dans le menu 
41266 \family sans
41267 Document\SpecialChar \menuseparator
41268 Paramètres\SpecialChar \menuseparator
41269 Polices
41270 \family default
41271 .
41272  (Les polices 
41273 \emph on
41274 LuxiMono, BeraMono
41275 \emph default
41276  et 
41277 \emph on
41278 Courier
41279 \emph default
41280  contiennent une série grasse.)
41281 \end_layout
41282
41283 \end_inset
41284
41285
41286 \end_layout
41287
41288 \begin_layout Standard
41289 Dans la rubrique 
41290 \family sans
41291 Numérotation
41292 \begin_inset space ~
41293 \end_inset
41294
41295 des
41296 \begin_inset space ~
41297 \end_inset
41298
41299 Lignes
41300 \family default
41301  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
41302 n des lignes.
41303  Vous pouvez mettre un nombre dans le champ 
41304 \family sans
41305 Pas
41306 \family default
41307  pour désigner les lignes qui seront numérotées.
41308  Par exemple, si vous mettez 
41309 \begin_inset Quotes eld
41310 \end_inset
41311
41312 3
41313 \begin_inset Quotes erd
41314 \end_inset
41315
41316 , seule une ligne sur trois sera numérotée.
41317 \end_layout
41318
41319 \begin_layout Standard
41320 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
41321  apparaîtront dans la sortie.
41322  Vous devez utiliser l'option 
41323 \family sans
41324 Table
41325 \begin_inset space ~
41326 \end_inset
41327
41328 de
41329 \begin_inset space ~
41330 \end_inset
41331
41332 Caractères
41333 \begin_inset space ~
41334 \end_inset
41335
41336 Étendue
41337 \family default
41338  quand vous employez des caractères spécifiques à une langue donnée comme
41339  les umlauts Allemands dans votre listing.
41340 \begin_inset Newline newline
41341 \end_inset
41342
41343 Voici un exemple de listing avec la numérotation des lignes à gauche par
41344  pas de 3, en langage Python, avec les options 
41345 \begin_inset Quotes eld
41346 \end_inset
41347
41348 Table
41349 \begin_inset space ~
41350 \end_inset
41351
41352 de
41353 \begin_inset space ~
41354 \end_inset
41355
41356 caractères
41357 \begin_inset space ~
41358 \end_inset
41359
41360 étendue
41361 \begin_inset Quotes erd
41362 \end_inset
41363
41364  et 
41365 \begin_inset Quotes eld
41366 \end_inset
41367
41368 Espace
41369 \begin_inset space ~
41370 \end_inset
41371
41372 représenté
41373 \begin_inset space ~
41374 \end_inset
41375
41376 par
41377 \begin_inset space ~
41378 \end_inset
41379
41380 un
41381 \begin_inset space ~
41382 \end_inset
41383
41384 symbole
41385 \begin_inset Quotes erd
41386 \end_inset
41387
41388 , l'intervalle de ligne étant 3
41389 \begin_inset space \thinspace{}
41390 \end_inset
41391
41392 -
41393 \begin_inset space \thinspace{}
41394 \end_inset
41395
41396 8:
41397 \end_layout
41398
41399 \begin_layout Standard
41400 \begin_inset listings
41401 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41402 inline false
41403 status open
41404
41405 \begin_layout Plain Layout
41406
41407 def func(param):
41408 \end_layout
41409
41410 \begin_layout Plain Layout
41411
41412     'ceci est une fonction Python'
41413 \end_layout
41414
41415 \begin_layout Plain Layout
41416
41417     pass
41418 \end_layout
41419
41420 \begin_layout Plain Layout
41421
41422 def func(param):
41423 \end_layout
41424
41425 \begin_layout Plain Layout
41426
41427 'Ça, c'est un mot Allemand : Tschüß'
41428 \end_layout
41429
41430 \begin_layout Plain Layout
41431
41432 pass
41433 \end_layout
41434
41435 \begin_layout Plain Layout
41436
41437 def func(param):
41438 \end_layout
41439
41440 \begin_layout Plain Layout
41441
41442 'ceci est une fonction Python'
41443 \end_layout
41444
41445 \begin_layout Plain Layout
41446
41447 pass
41448 \end_layout
41449
41450 \end_inset
41451
41452
41453 \end_layout
41454
41455 \begin_layout Standard
41456 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
41457  nombre de caractères que doit représenter une tabulation dans le champ
41458  
41459 \family sans
41460 Taille du tabulateur
41461 \family default
41462 .
41463 \end_layout
41464
41465 \begin_layout Standard
41466 \begin_inset Note Greyedout
41467 status open
41468
41469 \begin_layout Plain Layout
41470
41471 \series bold
41472 Note:
41473 \series default
41474  À cause d'un bug dans le paquetage 
41475 \series bold
41476 listings
41477 \series default
41478  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
41479  listing.
41480  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
41481  les lignes 3 et 6.
41482 \end_layout
41483
41484 \end_inset
41485
41486
41487 \end_layout
41488
41489 \begin_layout Standard
41490 \begin_inset VSpace bigskip
41491 \end_inset
41492
41493
41494 \end_layout
41495
41496 \begin_layout Standard
41497 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
41498  listing.
41499  Pour le faire, il suffit d'utiliser le menu 
41500 \family sans
41501 Insertion\SpecialChar \menuseparator
41502 Fichier\SpecialChar \menuseparator
41503 Sous-document
41504 \family default
41505  et de choisir le type 
41506 \family sans
41507 Listing
41508 \family default
41509
41510 \begin_inset space ~
41511 \end_inset
41512
41513
41514 \family sans
41515 de
41516 \begin_inset space ~
41517 \end_inset
41518
41519 Code
41520 \begin_inset space ~
41521 \end_inset
41522
41523 source
41524 \family default
41525 .
41526 \begin_inset Foot
41527 status collapsed
41528
41529 \begin_layout Plain Layout
41530 Les autres types de sous-documents sont décrits dans la section
41531 \begin_inset space ~
41532 \end_inset
41533
41534
41535 \begin_inset CommandInset ref
41536 LatexCommand ref
41537 reference "sec:Sous-documents"
41538
41539 \end_inset
41540
41541 .
41542 \end_layout
41543
41544 \end_inset
41545
41546  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
41547  à utiliser pour le listing dans une zone de texte.
41548  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
41549  
41550 \begin_inset Quotes eld
41551 \end_inset
41552
41553 ?
41554 \begin_inset Quotes erd
41555 \end_inset
41556
41557  dans la zone de texte.
41558 \end_layout
41559
41560 \begin_layout Standard
41561 Pour faire référence à un sous-document de type listing, tapez une étiquette
41562  dans le champ correspondant de la fenêtre de dialogue.
41563  On peut alors faire référence à cette étiquette en utilisant le menu 
41564 \family sans
41565 Insertion\SpecialChar \menuseparator
41566 Référence
41567 \begin_inset space ~
41568 \end_inset
41569
41570 Croisée
41571 \family default
41572 .
41573 \end_layout
41574
41575 \begin_layout Standard
41576 Le listing
41577 \begin_inset space ~
41578 \end_inset
41579
41580
41581 \begin_inset CommandInset ref
41582 LatexCommand ref
41583 reference "lst:listing-fichier"
41584
41585 \end_inset
41586
41587  est une exemple de listing issu d'un fichier ; ici les lignes 10
41588 \begin_inset space \thinspace{}
41589 \end_inset
41590
41591 -
41592 \begin_inset space \thinspace{}
41593 \end_inset
41594
41595 15 de ce fichier LyX sont listées.
41596 \end_layout
41597
41598 \begin_layout Standard
41599 \begin_inset CommandInset include
41600 LatexCommand lstinputlisting
41601 filename "EmbeddedObjects.lyx"
41602 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
41603
41604 \end_inset
41605
41606
41607 \end_layout
41608
41609 \begin_layout Standard
41610 \begin_inset VSpace bigskip
41611 \end_inset
41612
41613
41614 \end_layout
41615
41616 \begin_layout Standard
41617 L'insertion d'une formule dans un listing peut se faire de la façon suivante
41618 \begin_inset space ~
41619 \end_inset
41620
41621 :
41622 \end_layout
41623
41624 \begin_layout Enumerate
41625 Ouvrez la fenêtre de dialogue listings et ajoutez
41626 \begin_inset Newline newline
41627 \end_inset
41628
41629
41630 \family sans
41631 mathescape=true
41632 \family default
41633
41634 \begin_inset Newline newline
41635 \end_inset
41636
41637 dans le champ de l'onglet 
41638 \family sans
41639 Avancé
41640 \family default
41641 .
41642 \end_layout
41643
41644 \begin_layout Enumerate
41645 Créez la formule en dehors du listing.
41646 \end_layout
41647
41648 \begin_layout Enumerate
41649 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
41650  (raccourci 
41651 \begin_inset Info
41652 type  "shortcut"
41653 arg   "copy"
41654 \end_inset
41655
41656 )
41657 \end_layout
41658
41659 \begin_layout Enumerate
41660 Dans le listing écrivez 
41661 \begin_inset Quotes eld
41662 \end_inset
41663
41664
41665 \family sans
41666 $$
41667 \family default
41668
41669 \begin_inset Quotes erd
41670 \end_inset
41671
41672  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
41673  
41674 \begin_inset Info
41675 type  "shortcut"
41676 arg   "paste"
41677 \end_inset
41678
41679 )
41680 \end_layout
41681
41682 \begin_layout Standard
41683 \begin_inset listings
41684 lstparams "language=Python,mathescape=true"
41685 inline false
41686 status open
41687
41688 \begin_layout Plain Layout
41689
41690 \begin_inset Caption Standard
41691
41692 \begin_layout Plain Layout
41693 Exemple de listing flottant contenant une formule
41694 \end_layout
41695
41696 \end_inset
41697
41698 # Exemple de listing flottant
41699 \end_layout
41700
41701 \begin_layout Plain Layout
41702
41703 def func(param):
41704 \end_layout
41705
41706 \begin_layout Plain Layout
41707
41708     # $
41709 \backslash
41710 prod_{n=1}^{
41711 \backslash
41712 infty}
41713 \backslash
41714 ,
41715 \backslash
41716 frac{1}{x^{2}}$
41717 \end_layout
41718
41719 \begin_layout Plain Layout
41720
41721     pass
41722 \end_layout
41723
41724 \end_inset
41725
41726
41727 \end_layout
41728
41729 \begin_layout Standard
41730 \begin_inset VSpace bigskip
41731 \end_inset
41732
41733
41734 \end_layout
41735
41736 \begin_layout Standard
41737 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
41738  de dialogue 
41739 \family sans
41740 Document\SpecialChar \menuseparator
41741 Paramètres\SpecialChar \menuseparator
41742 Listings
41743 \family default
41744 .
41745  Pour avoir la liste des options disponibles, tapez un point d'interrogation
41746  
41747 \begin_inset Quotes eld
41748 \end_inset
41749
41750 ?
41751 \begin_inset Quotes erd
41752 \end_inset
41753
41754  dans le champ.
41755 \end_layout
41756
41757 \begin_layout Standard
41758 Pour plus d'information sur le paquetage 
41759 \series bold
41760 listings
41761 \series default
41762 , nous vous renvoyons à sa documentation 
41763 \begin_inset CommandInset citation
41764 LatexCommand cite
41765 key "listings"
41766
41767 \end_inset
41768
41769 .
41770 \end_layout
41771
41772 \begin_layout Standard
41773 \begin_inset Newpage newpage
41774 \end_inset
41775
41776
41777 \end_layout
41778
41779 \begin_layout Chapter
41780 \start_of_appendix
41781 Unités de longueur utilisables avec LyX
41782 \begin_inset Argument 1
41783 status collapsed
41784
41785 \begin_layout Plain Layout
41786 Unités de longueur
41787 \end_layout
41788
41789 \end_inset
41790
41791
41792 \begin_inset Index idx
41793 status collapsed
41794
41795 \begin_layout Plain Layout
41796 Unités
41797 \end_layout
41798
41799 \end_inset
41800
41801
41802 \begin_inset CommandInset label
41803 LatexCommand label
41804 name "cha:Unités-de-longueur"
41805
41806 \end_inset
41807
41808
41809 \end_layout
41810
41811 \begin_layout Standard
41812 Pour comprendre les unités de longueur utilisées dans cette documentation,
41813  le tableau
41814 \begin_inset space ~
41815 \end_inset
41816
41817
41818 \begin_inset CommandInset ref
41819 LatexCommand ref
41820 reference "tab:Unités"
41821
41822 \end_inset
41823
41824 décrit les unités utilisées par LyX.
41825 \begin_inset Float table
41826 placement h
41827 wide false
41828 sideways false
41829 status open
41830
41831 \begin_layout Plain Layout
41832 \begin_inset Caption Standard
41833
41834 \begin_layout Plain Layout
41835 \begin_inset CommandInset label
41836 LatexCommand label
41837 name "tab:Unités"
41838
41839 \end_inset
41840
41841 Unités de longueur
41842 \end_layout
41843
41844 \end_inset
41845
41846
41847 \end_layout
41848
41849 \begin_layout Plain Layout
41850 \begin_inset VSpace medskip
41851 \end_inset
41852
41853
41854 \end_layout
41855
41856 \begin_layout Plain Layout
41857 \align center
41858 \begin_inset Tabular
41859 <lyxtabular version="3" rows="20" columns="2">
41860 <features rotate="0" tabularvalignment="middle">
41861 <column alignment="center" valignment="top">
41862 <column alignment="center" valignment="top">
41863 <row>
41864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41865 \begin_inset Text
41866
41867 \begin_layout Plain Layout
41868 unité
41869 \end_layout
41870
41871 \end_inset
41872 </cell>
41873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41874 \begin_inset Text
41875
41876 \begin_layout Plain Layout
41877 nom/description
41878 \end_layout
41879
41880 \end_inset
41881 </cell>
41882 </row>
41883 <row>
41884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41885 \begin_inset Text
41886
41887 \begin_layout Plain Layout
41888 mm
41889 \end_layout
41890
41891 \end_inset
41892 </cell>
41893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41894 \begin_inset Text
41895
41896 \begin_layout Plain Layout
41897 millimètre
41898 \end_layout
41899
41900 \end_inset
41901 </cell>
41902 </row>
41903 <row>
41904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41905 \begin_inset Text
41906
41907 \begin_layout Plain Layout
41908 cm
41909 \end_layout
41910
41911 \end_inset
41912 </cell>
41913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41914 \begin_inset Text
41915
41916 \begin_layout Plain Layout
41917 centimètre
41918 \end_layout
41919
41920 \end_inset
41921 </cell>
41922 </row>
41923 <row>
41924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41925 \begin_inset Text
41926
41927 \begin_layout Plain Layout
41928 in
41929 \end_layout
41930
41931 \end_inset
41932 </cell>
41933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41934 \begin_inset Text
41935
41936 \begin_layout Plain Layout
41937 pouce (inch)
41938 \end_layout
41939
41940 \end_inset
41941 </cell>
41942 </row>
41943 <row>
41944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41945 \begin_inset Text
41946
41947 \begin_layout Plain Layout
41948 pt
41949 \end_layout
41950
41951 \end_inset
41952 </cell>
41953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41954 \begin_inset Text
41955
41956 \begin_layout Plain Layout
41957 point (72.27
41958 \begin_inset space \thinspace{}
41959 \end_inset
41960
41961 pt = 1
41962 \begin_inset space \thinspace{}
41963 \end_inset
41964
41965 in)
41966 \end_layout
41967
41968 \end_inset
41969 </cell>
41970 </row>
41971 <row>
41972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41973 \begin_inset Text
41974
41975 \begin_layout Plain Layout
41976 pc
41977 \end_layout
41978
41979 \end_inset
41980 </cell>
41981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41982 \begin_inset Text
41983
41984 \begin_layout Plain Layout
41985 pica (1
41986 \begin_inset space \thinspace{}
41987 \end_inset
41988
41989 pc = 12
41990 \begin_inset space \thinspace{}
41991 \end_inset
41992
41993 pt)
41994 \end_layout
41995
41996 \end_inset
41997 </cell>
41998 </row>
41999 <row>
42000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42001 \begin_inset Text
42002
42003 \begin_layout Plain Layout
42004 sp
42005 \end_layout
42006
42007 \end_inset
42008 </cell>
42009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42010 \begin_inset Text
42011
42012 \begin_layout Plain Layout
42013 scaled point (65536
42014 \begin_inset space \thinspace{}
42015 \end_inset
42016
42017 sp = 1
42018 \begin_inset space \thinspace{}
42019 \end_inset
42020
42021 pt)
42022 \end_layout
42023
42024 \end_inset
42025 </cell>
42026 </row>
42027 <row>
42028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42029 \begin_inset Text
42030
42031 \begin_layout Plain Layout
42032 bp
42033 \end_layout
42034
42035 \end_inset
42036 </cell>
42037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42038 \begin_inset Text
42039
42040 \begin_layout Plain Layout
42041 gros point (72
42042 \begin_inset space \thinspace{}
42043 \end_inset
42044
42045 bp = 1
42046 \begin_inset space \thinspace{}
42047 \end_inset
42048
42049 in)
42050 \end_layout
42051
42052 \end_inset
42053 </cell>
42054 </row>
42055 <row>
42056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42057 \begin_inset Text
42058
42059 \begin_layout Plain Layout
42060 dd
42061 \end_layout
42062
42063 \end_inset
42064 </cell>
42065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42066 \begin_inset Text
42067
42068 \begin_layout Plain Layout
42069 didot (72
42070 \begin_inset space \thinspace{}
42071 \end_inset
42072
42073 dd 
42074 \begin_inset Formula $\approx$
42075 \end_inset
42076
42077  37.6
42078 \begin_inset space \thinspace{}
42079 \end_inset
42080
42081 mm)
42082 \end_layout
42083
42084 \end_inset
42085 </cell>
42086 </row>
42087 <row>
42088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42089 \begin_inset Text
42090
42091 \begin_layout Plain Layout
42092 cc
42093 \end_layout
42094
42095 \end_inset
42096 </cell>
42097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42098 \begin_inset Text
42099
42100 \begin_layout Plain Layout
42101 cicero (1
42102 \begin_inset space \thinspace{}
42103 \end_inset
42104
42105 cc = 12
42106 \begin_inset space \thinspace{}
42107 \end_inset
42108
42109 dd)
42110 \end_layout
42111
42112 \end_inset
42113 </cell>
42114 </row>
42115 <row>
42116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42117 \begin_inset Text
42118
42119 \begin_layout Plain Layout
42120 Scale%
42121 \end_layout
42122
42123 \end_inset
42124 </cell>
42125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42126 \begin_inset Text
42127
42128 \begin_layout Plain Layout
42129 % de la largeur originale de l'image
42130 \end_layout
42131
42132 \end_inset
42133 </cell>
42134 </row>
42135 <row>
42136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42137 \begin_inset Text
42138
42139 \begin_layout Plain Layout
42140 text%
42141 \end_layout
42142
42143 \end_inset
42144 </cell>
42145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42146 \begin_inset Text
42147
42148 \begin_layout Plain Layout
42149 % de la largeur du texte
42150 \end_layout
42151
42152 \end_inset
42153 </cell>
42154 </row>
42155 <row>
42156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42157 \begin_inset Text
42158
42159 \begin_layout Plain Layout
42160 col%
42161 \end_layout
42162
42163 \end_inset
42164 </cell>
42165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42166 \begin_inset Text
42167
42168 \begin_layout Plain Layout
42169 % de la largeur de la colonne
42170 \end_layout
42171
42172 \end_inset
42173 </cell>
42174 </row>
42175 <row>
42176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42177 \begin_inset Text
42178
42179 \begin_layout Plain Layout
42180 page%
42181 \end_layout
42182
42183 \end_inset
42184 </cell>
42185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42186 \begin_inset Text
42187
42188 \begin_layout Plain Layout
42189 % de la largeur du papier
42190 \end_layout
42191
42192 \end_inset
42193 </cell>
42194 </row>
42195 <row>
42196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42197 \begin_inset Text
42198
42199 \begin_layout Plain Layout
42200 line%
42201 \end_layout
42202
42203 \end_inset
42204 </cell>
42205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42206 \begin_inset Text
42207
42208 \begin_layout Plain Layout
42209 % de la largeur de la ligne
42210 \end_layout
42211
42212 \end_inset
42213 </cell>
42214 </row>
42215 <row>
42216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42217 \begin_inset Text
42218
42219 \begin_layout Plain Layout
42220 theight%
42221 \end_layout
42222
42223 \end_inset
42224 </cell>
42225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42226 \begin_inset Text
42227
42228 \begin_layout Plain Layout
42229 % la hauteur du texte
42230 \end_layout
42231
42232 \end_inset
42233 </cell>
42234 </row>
42235 <row>
42236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42237 \begin_inset Text
42238
42239 \begin_layout Plain Layout
42240 pheight%
42241 \end_layout
42242
42243 \end_inset
42244 </cell>
42245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42246 \begin_inset Text
42247
42248 \begin_layout Plain Layout
42249 % hauteur du papier
42250 \end_layout
42251
42252 \end_inset
42253 </cell>
42254 </row>
42255 <row>
42256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42257 \begin_inset Text
42258
42259 \begin_layout Plain Layout
42260 ex
42261 \end_layout
42262
42263 \end_inset
42264 </cell>
42265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42266 \begin_inset Text
42267
42268 \begin_layout Plain Layout
42269 hauteur de la lettre 
42270 \emph on
42271 x
42272 \emph default
42273  dans la police courante
42274 \end_layout
42275
42276 \end_inset
42277 </cell>
42278 </row>
42279 <row>
42280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42281 \begin_inset Text
42282
42283 \begin_layout Plain Layout
42284 em
42285 \end_layout
42286
42287 \end_inset
42288 </cell>
42289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42290 \begin_inset Text
42291
42292 \begin_layout Plain Layout
42293 largeur de la lettre
42294 \emph on
42295  M
42296 \emph default
42297  dans la police courante
42298 \end_layout
42299
42300 \end_inset
42301 </cell>
42302 </row>
42303 <row>
42304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42305 \begin_inset Text
42306
42307 \begin_layout Plain Layout
42308 mu
42309 \end_layout
42310
42311 \end_inset
42312 </cell>
42313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42314 \begin_inset Text
42315
42316 \begin_layout Plain Layout
42317 unité mathématique (1
42318 \begin_inset space \thinspace{}
42319 \end_inset
42320
42321 mu = 1/18
42322 \begin_inset space \thinspace{}
42323 \end_inset
42324
42325 em)
42326 \end_layout
42327
42328 \end_inset
42329 </cell>
42330 </row>
42331 </lyxtabular>
42332
42333 \end_inset
42334
42335
42336 \end_layout
42337
42338 \end_inset
42339
42340
42341 \end_layout
42342
42343 \begin_layout Chapter
42344 Formats des fichiers de sortie graphiques
42345 \begin_inset CommandInset label
42346 LatexCommand label
42347 name "cha:Formats-fichiers-graphiques"
42348
42349 \end_inset
42350
42351
42352 \end_layout
42353
42354 \begin_layout Section
42355 DVI
42356 \begin_inset Index idx
42357 status collapsed
42358
42359 \begin_layout Plain Layout
42360 Formats de Fichiers! DVI
42361 \end_layout
42362
42363 \end_inset
42364
42365
42366 \begin_inset Index idx
42367 status collapsed
42368
42369 \begin_layout Plain Layout
42370 DVI|see
42371 \begin_inset ERT
42372 status collapsed
42373
42374 \begin_layout Plain Layout
42375
42376 {
42377 \end_layout
42378
42379 \end_inset
42380
42381 Formats de Fichiers
42382 \begin_inset ERT
42383 status collapsed
42384
42385 \begin_layout Plain Layout
42386
42387 }
42388 \end_layout
42389
42390 \end_inset
42391
42392
42393 \end_layout
42394
42395 \end_inset
42396
42397
42398 \end_layout
42399
42400 \begin_layout Standard
42401 Ce type de fichiers a l'extension 
42402 \begin_inset Quotes fld
42403 \end_inset
42404
42405
42406 \family typewriter
42407 .dvi
42408 \family default
42409
42410 \begin_inset Quotes frd
42411 \end_inset
42412
42413 .
42414  Il est appelé 
42415 \emph on
42416 indépendant de l'appareil
42417 \emph default
42418  ou 
42419 \begin_inset Quotes fld
42420 \end_inset
42421
42422 device independent (DVI)
42423 \begin_inset Quotes frd
42424 \end_inset
42425
42426 , car il est complètement portable ; vous pouvez les recopier d'une machine
42427  à l'autre sans avoir à faire de conversion.
42428  À l'époque où ce format a été développé, c'était loin d'être évident.
42429  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
42430  étape préliminaire avant la conversion vers un autre format comme le PostScript.
42431 \end_layout
42432
42433 \begin_layout Standard
42434 \begin_inset Note Greyedout
42435 status open
42436
42437 \begin_layout Plain Layout
42438
42439 \series bold
42440 Note:
42441 \series default
42442  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
42443  au fichier.
42444  
42445 \end_layout
42446
42447 \end_inset
42448
42449  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
42450  
42451 \family typewriter
42452 .dvi
42453 \family default
42454 .
42455  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
42456 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
42457  pour les rendre visibles quand vous faites défiler votre document.
42458  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
42459  avec de nombreuses images.
42460 \end_layout
42461
42462 \begin_layout Standard
42463 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
42464  menu 
42465 \family sans
42466 Fichier\SpecialChar \menuseparator
42467 Exporter\SpecialChar \menuseparator
42468 DVI.
42469
42470 \family default
42471  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
42472 \family sans
42473 Visualiser
42474 \family default
42475 .
42476 \end_layout
42477
42478 \begin_layout Section
42479 PostScript
42480 \begin_inset CommandInset label
42481 LatexCommand label
42482 name "sec:PostScript"
42483
42484 \end_inset
42485
42486
42487 \begin_inset Index idx
42488 status collapsed
42489
42490 \begin_layout Plain Layout
42491 Formats de Fichiers ! PostScript
42492 \end_layout
42493
42494 \end_inset
42495
42496
42497 \begin_inset Index idx
42498 status collapsed
42499
42500 \begin_layout Plain Layout
42501 PostScript|see
42502 \begin_inset ERT
42503 status collapsed
42504
42505 \begin_layout Plain Layout
42506
42507 {
42508 \end_layout
42509
42510 \end_inset
42511
42512 Formats de Fichiers
42513 \begin_inset ERT
42514 status collapsed
42515
42516 \begin_layout Plain Layout
42517
42518 }
42519 \end_layout
42520
42521 \end_inset
42522
42523
42524 \end_layout
42525
42526 \end_inset
42527
42528
42529 \end_layout
42530
42531 \begin_layout Standard
42532 Ce type de fichiers a l'extension 
42533 \begin_inset Quotes fld
42534 \end_inset
42535
42536
42537 \family typewriter
42538 .ps
42539 \family default
42540
42541 \begin_inset Quotes frd
42542 \end_inset
42543
42544 .
42545  PostScript a été développé par la société 
42546 \series bold
42547 Adobe
42548 \series default
42549  comme un langage pour les imprimantes.
42550  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
42551  pour imprimer le document.
42552  PostScript peut être considéré comme un 
42553 \begin_inset Quotes fld
42554 \end_inset
42555
42556 langage de programmation
42557 \begin_inset Quotes frd
42558 \end_inset
42559
42560  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
42561  images
42562 \begin_inset Foot
42563 status collapsed
42564
42565 \begin_layout Plain Layout
42566 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
42567  LaTeX 
42568 \series bold
42569 pstricks
42570 \series default
42571
42572 \begin_inset CommandInset citation
42573 LatexCommand cite
42574 key "pstricks"
42575
42576 \end_inset
42577
42578 .
42579 \end_layout
42580
42581 \end_inset
42582
42583 .
42584  En partie à cause de toutes ces possibilités un fichier PostScript est
42585  souvent plus gros qu'un PDF.
42586 \end_layout
42587
42588 \begin_layout Standard
42589 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
42590  plus gros qu'un PDF.
42591 \end_layout
42592
42593 \begin_layout Standard
42594 PostScript ne peut contenir que des images au format 
42595 \begin_inset Quotes fld
42596 \end_inset
42597
42598 PostScript Encapsulé
42599 \begin_inset Quotes frd
42600 \end_inset
42601
42602  (encapsulated PostScript ou EPS, d'extension 
42603 \family typewriter
42604 .eps
42605 \family default
42606 ).
42607  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
42608  il doit les convertir en interne en EPS.
42609  Si vous avez par exemple 50 images dans votre document, LyX doit faire
42610  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
42611  document.
42612  Cela risque de ralentir de façon importante votre rythme de travail.
42613  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
42614  vos images directement en EPS pour éviter ce problème.
42615 \end_layout
42616
42617 \begin_layout Standard
42618 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
42619  le menu 
42620 \family sans
42621 Fichier\SpecialChar \menuseparator
42622 Exporter\SpecialChar \menuseparator
42623 PostScript.
42624
42625 \family default
42626  Vous pouvez visionner votre document sous forme PostScript grâce au menu
42627  
42628 \family sans
42629 Visualiser
42630 \family default
42631 .
42632 \end_layout
42633
42634 \begin_layout Section
42635 PDF
42636 \begin_inset Index idx
42637 status collapsed
42638
42639 \begin_layout Plain Layout
42640 Formats de Fichiers ! PDF
42641 \end_layout
42642
42643 \end_inset
42644
42645
42646 \begin_inset Index idx
42647 status collapsed
42648
42649 \begin_layout Plain Layout
42650 PDF
42651 \end_layout
42652
42653 \end_inset
42654
42655
42656 \end_layout
42657
42658 \begin_layout Standard
42659 Ce type de fichiers a l'extension 
42660 \begin_inset Quotes fld
42661 \end_inset
42662
42663
42664 \family typewriter
42665 .pdf
42666 \family default
42667
42668 \begin_inset Quotes frd
42669 \end_inset
42670
42671 .
42672  Ce 
42673 \begin_inset Quotes fld
42674 \end_inset
42675
42676 format de document portable
42677 \begin_inset Quotes frd
42678 \end_inset
42679
42680  (portable document format ou PDF) est développé par 
42681 \family typewriter
42682 Adobe
42683 \family default
42684  comme une évolution de PostScript.
42685  Il est plus comprimé et utilise moins de commandes que PostScript.
42686  Comme son nom l'indique, il est 
42687 \begin_inset Quotes fld
42688 \end_inset
42689
42690 portable
42691 \begin_inset Quotes frd
42692 \end_inset
42693
42694  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
42695  aura exactement le même aspect.
42696 \end_layout
42697
42698 \begin_layout Standard
42699 PDF peut contenir des images dans son propre format PDF et dans les formats
42700  JPG (format du 
42701 \begin_inset Quotes fld
42702 \end_inset
42703
42704 Joint Photographic Expert Group
42705 \begin_inset Quotes frd
42706 \end_inset
42707
42708  avec comme extension 
42709 \family typewriter
42710 .jpg
42711 \family default
42712  ou 
42713 \family typewriter
42714 .jpeg
42715 \family default
42716 ) et PNG (
42717 \begin_inset Quotes fld
42718 \end_inset
42719
42720 Portable Network Graphics
42721 \begin_inset Quotes frd
42722 \end_inset
42723
42724  avec l'extension 
42725 \family typewriter
42726 .png
42727 \family default
42728 ).
42729  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
42730  dans un de ces formats.
42731  Mais comme il est dit dans la section sur PostScript, les conversions d'images
42732  vont ralentir votre travail.
42733  Nous recommandons donc l'utilisation de l'un des trois formats cités.
42734 \end_layout
42735
42736 \begin_layout Standard
42737 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
42738  menu 
42739 \family sans
42740 Fichier\SpecialChar \menuseparator
42741 Exporter 
42742 \family default
42743 de trois façons différentes:
42744 \end_layout
42745
42746 \begin_layout Description
42747 PDF
42748 \begin_inset space ~
42749 \end_inset
42750
42751 (ps2pdf) Ceci utilise le programme 
42752 \family typewriter
42753 ps2pdf
42754 \family default
42755  qui créé un PDF à partir de la version PostScript de votre fichier.
42756  Cette dernière est produite par le programme 
42757 \family typewriter
42758 dvips
42759 \family default
42760  qui utilise une version DVI comme étape intermédiaire.
42761  Cette variante consiste donc en trois conversions.
42762 \end_layout
42763
42764 \begin_layout Description
42765 PDF
42766 \begin_inset space ~
42767 \end_inset
42768
42769 (dvipdfm) Ceci utilise le programme 
42770 \family typewriter
42771 dvipdfm
42772 \family default
42773  qui convertit votre fichier en DVI avant de le convertir en PDF.
42774 \end_layout
42775
42776 \begin_layout Description
42777 PDF
42778 \begin_inset space ~
42779 \end_inset
42780
42781 (pdflatex) Ceci utilise le programme 
42782 \family typewriter
42783 pdftex
42784 \family default
42785  qui convertit directement votre fichier en PDF.
42786 \end_layout
42787
42788 \begin_layout Standard
42789 Nous recommandons d'utiliser l'option 
42790 \family sans
42791 PDF
42792 \begin_inset space ~
42793 \end_inset
42794
42795 (pdflatex)
42796 \family default
42797  car 
42798 \family typewriter
42799 pdftex
42800 \family default
42801  accepte toutes les fonctionnalités des versions actuelles de PDF.
42802  Il est en plus rapide et stable.
42803  Le programme 
42804 \family typewriter
42805 dvipdfm
42806 \family default
42807  n'est plus développé est est donc un peu dépassé.
42808 \end_layout
42809
42810 \begin_layout Standard
42811 Vous pouvez visionner votre document sous forme PDF grâce au menu 
42812 \family sans
42813 Visualiser
42814 \family default
42815  ou en utilisant un bouton de la barre d'outils.
42816 \end_layout
42817
42818 \begin_layout Chapter
42819 Liste de noms de couleur pour dvips
42820 \begin_inset CommandInset label
42821 LatexCommand label
42822 name "chap:Liste-de-noms-de-couleur-dvips"
42823
42824 \end_inset
42825
42826
42827 \end_layout
42828
42829 \begin_layout Standard
42830 \begin_inset Tabular
42831 <lyxtabular version="3" rows="17" columns="4">
42832 <features rotate="0" tabularvalignment="middle">
42833 <column alignment="left" valignment="top" width="0pt">
42834 <column alignment="left" valignment="top" width="0pt">
42835 <column alignment="left" valignment="top" width="0pt">
42836 <column alignment="left" valignment="top" width="0pt">
42837 <row>
42838 <cell alignment="left" valignment="top" usebox="none">
42839 \begin_inset Text
42840
42841 \begin_layout Plain Layout
42842 \begin_inset ERT
42843 status collapsed
42844
42845 \begin_layout Plain Layout
42846
42847
42848 \backslash
42849 fcolorbox{black}{
42850 \end_layout
42851
42852 \end_inset
42853
42854 white
42855 \begin_inset ERT
42856 status collapsed
42857
42858 \begin_layout Plain Layout
42859
42860 }{
42861 \end_layout
42862
42863 \end_inset
42864
42865 Couleur
42866 \begin_inset ERT
42867 status collapsed
42868
42869 \begin_layout Plain Layout
42870
42871 }
42872 \end_layout
42873
42874 \end_inset
42875
42876  Nom
42877 \end_layout
42878
42879 \end_inset
42880 </cell>
42881 <cell alignment="left" valignment="top" usebox="none">
42882 \begin_inset Text
42883
42884 \begin_layout Plain Layout
42885 \begin_inset ERT
42886 status collapsed
42887
42888 \begin_layout Plain Layout
42889
42890
42891 \backslash
42892 fcolorbox{black}{
42893 \end_layout
42894
42895 \end_inset
42896
42897 white
42898 \begin_inset ERT
42899 status collapsed
42900
42901 \begin_layout Plain Layout
42902
42903 }{
42904 \end_layout
42905
42906 \end_inset
42907
42908 Couleur
42909 \begin_inset ERT
42910 status collapsed
42911
42912 \begin_layout Plain Layout
42913
42914 }
42915 \end_layout
42916
42917 \end_inset
42918
42919  Nom
42920 \end_layout
42921
42922 \end_inset
42923 </cell>
42924 <cell alignment="left" valignment="top" usebox="none">
42925 \begin_inset Text
42926
42927 \begin_layout Plain Layout
42928 \begin_inset ERT
42929 status collapsed
42930
42931 \begin_layout Plain Layout
42932
42933
42934 \backslash
42935 fcolorbox{black}{
42936 \end_layout
42937
42938 \end_inset
42939
42940 white
42941 \begin_inset ERT
42942 status collapsed
42943
42944 \begin_layout Plain Layout
42945
42946 }{
42947 \end_layout
42948
42949 \end_inset
42950
42951 Couleur
42952 \begin_inset ERT
42953 status collapsed
42954
42955 \begin_layout Plain Layout
42956
42957 }
42958 \end_layout
42959
42960 \end_inset
42961
42962  Nom
42963 \end_layout
42964
42965 \end_inset
42966 </cell>
42967 <cell alignment="left" valignment="top" usebox="none">
42968 \begin_inset Text
42969
42970 \begin_layout Plain Layout
42971 \begin_inset ERT
42972 status collapsed
42973
42974 \begin_layout Plain Layout
42975
42976
42977 \backslash
42978 fcolorbox{black}{
42979 \end_layout
42980
42981 \end_inset
42982
42983 white
42984 \begin_inset ERT
42985 status collapsed
42986
42987 \begin_layout Plain Layout
42988
42989 }{
42990 \end_layout
42991
42992 \end_inset
42993
42994 Couleur
42995 \begin_inset ERT
42996 status collapsed
42997
42998 \begin_layout Plain Layout
42999
43000 }
43001 \end_layout
43002
43003 \end_inset
43004
43005  Nom
43006 \end_layout
43007
43008 \end_inset
43009 </cell>
43010 </row>
43011 <row>
43012 <cell alignment="center" valignment="top" usebox="none">
43013 \begin_inset Text
43014
43015 \begin_layout Plain Layout
43016 \begin_inset ERT
43017 status collapsed
43018
43019 \begin_layout Plain Layout
43020
43021
43022 \backslash
43023 fcolorbox{black}{
43024 \end_layout
43025
43026 \end_inset
43027
43028 Apricot
43029 \begin_inset ERT
43030 status collapsed
43031
43032 \begin_layout Plain Layout
43033
43034 }{
43035 \end_layout
43036
43037 \end_inset
43038
43039
43040 \begin_inset Phantom Phantom
43041 status open
43042
43043 \begin_layout Plain Layout
43044 W
43045 \end_layout
43046
43047 \end_inset
43048
43049
43050 \begin_inset ERT
43051 status collapsed
43052
43053 \begin_layout Plain Layout
43054
43055 }
43056 \end_layout
43057
43058 \end_inset
43059
43060  Apricot
43061 \end_layout
43062
43063 \end_inset
43064 </cell>
43065 <cell alignment="center" valignment="top" usebox="none">
43066 \begin_inset Text
43067
43068 \begin_layout Plain Layout
43069 \begin_inset ERT
43070 status collapsed
43071
43072 \begin_layout Plain Layout
43073
43074
43075 \backslash
43076 fcolorbox{black}{
43077 \end_layout
43078
43079 \end_inset
43080
43081 Aquamarine
43082 \begin_inset ERT
43083 status collapsed
43084
43085 \begin_layout Plain Layout
43086
43087 }{
43088 \end_layout
43089
43090 \end_inset
43091
43092
43093 \begin_inset Phantom Phantom
43094 status open
43095
43096 \begin_layout Plain Layout
43097 W
43098 \end_layout
43099
43100 \end_inset
43101
43102
43103 \begin_inset ERT
43104 status collapsed
43105
43106 \begin_layout Plain Layout
43107
43108 }
43109 \end_layout
43110
43111 \end_inset
43112
43113  Aquamarine
43114 \end_layout
43115
43116 \end_inset
43117 </cell>
43118 <cell alignment="center" valignment="top" usebox="none">
43119 \begin_inset Text
43120
43121 \begin_layout Plain Layout
43122 \begin_inset ERT
43123 status collapsed
43124
43125 \begin_layout Plain Layout
43126
43127
43128 \backslash
43129 fcolorbox{black}{
43130 \end_layout
43131
43132 \end_inset
43133
43134 Bittersweet
43135 \begin_inset ERT
43136 status collapsed
43137
43138 \begin_layout Plain Layout
43139
43140 }{
43141 \end_layout
43142
43143 \end_inset
43144
43145
43146 \begin_inset Phantom Phantom
43147 status open
43148
43149 \begin_layout Plain Layout
43150 W
43151 \end_layout
43152
43153 \end_inset
43154
43155
43156 \begin_inset ERT
43157 status collapsed
43158
43159 \begin_layout Plain Layout
43160
43161 }
43162 \end_layout
43163
43164 \end_inset
43165
43166  Bittersweet
43167 \end_layout
43168
43169 \end_inset
43170 </cell>
43171 <cell alignment="center" valignment="top" usebox="none">
43172 \begin_inset Text
43173
43174 \begin_layout Plain Layout
43175 \begin_inset ERT
43176 status collapsed
43177
43178 \begin_layout Plain Layout
43179
43180
43181 \backslash
43182 fcolorbox{black}{
43183 \end_layout
43184
43185 \end_inset
43186
43187 BlueGreen
43188 \begin_inset ERT
43189 status collapsed
43190
43191 \begin_layout Plain Layout
43192
43193 }{
43194 \end_layout
43195
43196 \end_inset
43197
43198
43199 \begin_inset Phantom Phantom
43200 status open
43201
43202 \begin_layout Plain Layout
43203 W
43204 \end_layout
43205
43206 \end_inset
43207
43208
43209 \begin_inset ERT
43210 status collapsed
43211
43212 \begin_layout Plain Layout
43213
43214 }
43215 \end_layout
43216
43217 \end_inset
43218
43219  BlueGreen
43220 \end_layout
43221
43222 \end_inset
43223 </cell>
43224 </row>
43225 <row>
43226 <cell alignment="left" valignment="top" usebox="none">
43227 \begin_inset Text
43228
43229 \begin_layout Plain Layout
43230 \begin_inset ERT
43231 status collapsed
43232
43233 \begin_layout Plain Layout
43234
43235
43236 \backslash
43237 fcolorbox{black}{
43238 \end_layout
43239
43240 \end_inset
43241
43242 BlueViolet
43243 \begin_inset ERT
43244 status collapsed
43245
43246 \begin_layout Plain Layout
43247
43248 }{
43249 \end_layout
43250
43251 \end_inset
43252
43253
43254 \begin_inset Phantom Phantom
43255 status open
43256
43257 \begin_layout Plain Layout
43258 W
43259 \end_layout
43260
43261 \end_inset
43262
43263
43264 \begin_inset ERT
43265 status collapsed
43266
43267 \begin_layout Plain Layout
43268
43269 }
43270 \end_layout
43271
43272 \end_inset
43273
43274  BlueViolet
43275 \end_layout
43276
43277 \end_inset
43278 </cell>
43279 <cell alignment="left" valignment="top" usebox="none">
43280 \begin_inset Text
43281
43282 \begin_layout Plain Layout
43283 \begin_inset ERT
43284 status collapsed
43285
43286 \begin_layout Plain Layout
43287
43288
43289 \backslash
43290 fcolorbox{black}{
43291 \end_layout
43292
43293 \end_inset
43294
43295 BrickRed
43296 \begin_inset ERT
43297 status collapsed
43298
43299 \begin_layout Plain Layout
43300
43301 }{
43302 \end_layout
43303
43304 \end_inset
43305
43306
43307 \begin_inset Phantom Phantom
43308 status open
43309
43310 \begin_layout Plain Layout
43311 W
43312 \end_layout
43313
43314 \end_inset
43315
43316
43317 \begin_inset ERT
43318 status collapsed
43319
43320 \begin_layout Plain Layout
43321
43322 }
43323 \end_layout
43324
43325 \end_inset
43326
43327  BrickRed
43328 \end_layout
43329
43330 \end_inset
43331 </cell>
43332 <cell alignment="left" valignment="top" usebox="none">
43333 \begin_inset Text
43334
43335 \begin_layout Plain Layout
43336 \begin_inset ERT
43337 status collapsed
43338
43339 \begin_layout Plain Layout
43340
43341
43342 \backslash
43343 fcolorbox{black}{
43344 \end_layout
43345
43346 \end_inset
43347
43348 Brown
43349 \begin_inset ERT
43350 status collapsed
43351
43352 \begin_layout Plain Layout
43353
43354 }{
43355 \end_layout
43356
43357 \end_inset
43358
43359
43360 \begin_inset Phantom Phantom
43361 status open
43362
43363 \begin_layout Plain Layout
43364 W
43365 \end_layout
43366
43367 \end_inset
43368
43369
43370 \begin_inset ERT
43371 status collapsed
43372
43373 \begin_layout Plain Layout
43374
43375 }
43376 \end_layout
43377
43378 \end_inset
43379
43380  Brown
43381 \end_layout
43382
43383 \end_inset
43384 </cell>
43385 <cell alignment="left" valignment="top" usebox="none">
43386 \begin_inset Text
43387
43388 \begin_layout Plain Layout
43389 \begin_inset ERT
43390 status collapsed
43391
43392 \begin_layout Plain Layout
43393
43394
43395 \backslash
43396 fcolorbox{black}{
43397 \end_layout
43398
43399 \end_inset
43400
43401 BurntOrange
43402 \begin_inset ERT
43403 status collapsed
43404
43405 \begin_layout Plain Layout
43406
43407 }{
43408 \end_layout
43409
43410 \end_inset
43411
43412
43413 \begin_inset Phantom Phantom
43414 status open
43415
43416 \begin_layout Plain Layout
43417 W
43418 \end_layout
43419
43420 \end_inset
43421
43422
43423 \begin_inset ERT
43424 status collapsed
43425
43426 \begin_layout Plain Layout
43427
43428 }
43429 \end_layout
43430
43431 \end_inset
43432
43433  BurntOrange
43434 \end_layout
43435
43436 \end_inset
43437 </cell>
43438 </row>
43439 <row>
43440 <cell alignment="left" valignment="top" usebox="none">
43441 \begin_inset Text
43442
43443 \begin_layout Plain Layout
43444 \begin_inset ERT
43445 status collapsed
43446
43447 \begin_layout Plain Layout
43448
43449
43450 \backslash
43451 fcolorbox{black}{
43452 \end_layout
43453
43454 \end_inset
43455
43456 CadetBlue
43457 \begin_inset ERT
43458 status collapsed
43459
43460 \begin_layout Plain Layout
43461
43462 }{
43463 \end_layout
43464
43465 \end_inset
43466
43467
43468 \begin_inset Phantom Phantom
43469 status open
43470
43471 \begin_layout Plain Layout
43472 W
43473 \end_layout
43474
43475 \end_inset
43476
43477
43478 \begin_inset ERT
43479 status collapsed
43480
43481 \begin_layout Plain Layout
43482
43483 }
43484 \end_layout
43485
43486 \end_inset
43487
43488  CadetBlue
43489 \end_layout
43490
43491 \end_inset
43492 </cell>
43493 <cell alignment="left" valignment="top" usebox="none">
43494 \begin_inset Text
43495
43496 \begin_layout Plain Layout
43497 \begin_inset ERT
43498 status collapsed
43499
43500 \begin_layout Plain Layout
43501
43502
43503 \backslash
43504 fcolorbox{black}{
43505 \end_layout
43506
43507 \end_inset
43508
43509 CarnationPink
43510 \begin_inset ERT
43511 status collapsed
43512
43513 \begin_layout Plain Layout
43514
43515 }{
43516 \end_layout
43517
43518 \end_inset
43519
43520
43521 \begin_inset Phantom Phantom
43522 status open
43523
43524 \begin_layout Plain Layout
43525 W
43526 \end_layout
43527
43528 \end_inset
43529
43530
43531 \begin_inset ERT
43532 status collapsed
43533
43534 \begin_layout Plain Layout
43535
43536 }
43537 \end_layout
43538
43539 \end_inset
43540
43541  CarnationPink
43542 \end_layout
43543
43544 \end_inset
43545 </cell>
43546 <cell alignment="left" valignment="top" usebox="none">
43547 \begin_inset Text
43548
43549 \begin_layout Plain Layout
43550 \begin_inset ERT
43551 status collapsed
43552
43553 \begin_layout Plain Layout
43554
43555
43556 \backslash
43557 fcolorbox{black}{
43558 \end_layout
43559
43560 \end_inset
43561
43562 Cerulean
43563 \begin_inset ERT
43564 status collapsed
43565
43566 \begin_layout Plain Layout
43567
43568 }{
43569 \end_layout
43570
43571 \end_inset
43572
43573
43574 \begin_inset Phantom Phantom
43575 status open
43576
43577 \begin_layout Plain Layout
43578 W
43579 \end_layout
43580
43581 \end_inset
43582
43583
43584 \begin_inset ERT
43585 status collapsed
43586
43587 \begin_layout Plain Layout
43588
43589 }
43590 \end_layout
43591
43592 \end_inset
43593
43594  Cerulean
43595 \end_layout
43596
43597 \end_inset
43598 </cell>
43599 <cell alignment="left" valignment="top" usebox="none">
43600 \begin_inset Text
43601
43602 \begin_layout Plain Layout
43603 \begin_inset ERT
43604 status collapsed
43605
43606 \begin_layout Plain Layout
43607
43608
43609 \backslash
43610 fcolorbox{black}{
43611 \end_layout
43612
43613 \end_inset
43614
43615 CornflowerBlue
43616 \begin_inset ERT
43617 status collapsed
43618
43619 \begin_layout Plain Layout
43620
43621 }{
43622 \end_layout
43623
43624 \end_inset
43625
43626
43627 \begin_inset Phantom Phantom
43628 status open
43629
43630 \begin_layout Plain Layout
43631 W
43632 \end_layout
43633
43634 \end_inset
43635
43636
43637 \begin_inset ERT
43638 status collapsed
43639
43640 \begin_layout Plain Layout
43641
43642 }
43643 \end_layout
43644
43645 \end_inset
43646
43647  CornflowerBlue
43648 \end_layout
43649
43650 \end_inset
43651 </cell>
43652 </row>
43653 <row>
43654 <cell alignment="left" valignment="top" usebox="none">
43655 \begin_inset Text
43656
43657 \begin_layout Plain Layout
43658 \begin_inset ERT
43659 status collapsed
43660
43661 \begin_layout Plain Layout
43662
43663
43664 \backslash
43665 fcolorbox{black}{
43666 \end_layout
43667
43668 \end_inset
43669
43670 Dandelion
43671 \begin_inset ERT
43672 status collapsed
43673
43674 \begin_layout Plain Layout
43675
43676 }{
43677 \end_layout
43678
43679 \end_inset
43680
43681
43682 \begin_inset Phantom Phantom
43683 status open
43684
43685 \begin_layout Plain Layout
43686 W
43687 \end_layout
43688
43689 \end_inset
43690
43691
43692 \begin_inset ERT
43693 status collapsed
43694
43695 \begin_layout Plain Layout
43696
43697 }
43698 \end_layout
43699
43700 \end_inset
43701
43702  Dandelion
43703 \end_layout
43704
43705 \end_inset
43706 </cell>
43707 <cell alignment="left" valignment="top" usebox="none">
43708 \begin_inset Text
43709
43710 \begin_layout Plain Layout
43711 \begin_inset ERT
43712 status collapsed
43713
43714 \begin_layout Plain Layout
43715
43716
43717 \backslash
43718 fcolorbox{black}{
43719 \end_layout
43720
43721 \end_inset
43722
43723 DarkOrchid
43724 \begin_inset ERT
43725 status collapsed
43726
43727 \begin_layout Plain Layout
43728
43729 }{
43730 \end_layout
43731
43732 \end_inset
43733
43734
43735 \begin_inset Phantom Phantom
43736 status open
43737
43738 \begin_layout Plain Layout
43739 W
43740 \end_layout
43741
43742 \end_inset
43743
43744
43745 \begin_inset ERT
43746 status collapsed
43747
43748 \begin_layout Plain Layout
43749
43750 }
43751 \end_layout
43752
43753 \end_inset
43754
43755  DarkOrchid
43756 \end_layout
43757
43758 \end_inset
43759 </cell>
43760 <cell alignment="left" valignment="top" usebox="none">
43761 \begin_inset Text
43762
43763 \begin_layout Plain Layout
43764 \begin_inset ERT
43765 status collapsed
43766
43767 \begin_layout Plain Layout
43768
43769
43770 \backslash
43771 fcolorbox{black}{
43772 \end_layout
43773
43774 \end_inset
43775
43776 Emerald
43777 \begin_inset ERT
43778 status collapsed
43779
43780 \begin_layout Plain Layout
43781
43782 }{
43783 \end_layout
43784
43785 \end_inset
43786
43787
43788 \begin_inset Phantom Phantom
43789 status open
43790
43791 \begin_layout Plain Layout
43792 W
43793 \end_layout
43794
43795 \end_inset
43796
43797
43798 \begin_inset ERT
43799 status collapsed
43800
43801 \begin_layout Plain Layout
43802
43803 }
43804 \end_layout
43805
43806 \end_inset
43807
43808  Emerald
43809 \end_layout
43810
43811 \end_inset
43812 </cell>
43813 <cell alignment="left" valignment="top" usebox="none">
43814 \begin_inset Text
43815
43816 \begin_layout Plain Layout
43817 \begin_inset ERT
43818 status collapsed
43819
43820 \begin_layout Plain Layout
43821
43822
43823 \backslash
43824 fcolorbox{black}{
43825 \end_layout
43826
43827 \end_inset
43828
43829 ForestGreen
43830 \begin_inset ERT
43831 status collapsed
43832
43833 \begin_layout Plain Layout
43834
43835 }{
43836 \end_layout
43837
43838 \end_inset
43839
43840
43841 \begin_inset Phantom Phantom
43842 status open
43843
43844 \begin_layout Plain Layout
43845 W
43846 \end_layout
43847
43848 \end_inset
43849
43850
43851 \begin_inset ERT
43852 status collapsed
43853
43854 \begin_layout Plain Layout
43855
43856 }
43857 \end_layout
43858
43859 \end_inset
43860
43861  ForestGreen
43862 \end_layout
43863
43864 \end_inset
43865 </cell>
43866 </row>
43867 <row>
43868 <cell alignment="left" valignment="top" usebox="none">
43869 \begin_inset Text
43870
43871 \begin_layout Plain Layout
43872 \begin_inset ERT
43873 status collapsed
43874
43875 \begin_layout Plain Layout
43876
43877
43878 \backslash
43879 fcolorbox{black}{
43880 \end_layout
43881
43882 \end_inset
43883
43884 Fuchsia
43885 \begin_inset ERT
43886 status collapsed
43887
43888 \begin_layout Plain Layout
43889
43890 }{
43891 \end_layout
43892
43893 \end_inset
43894
43895
43896 \begin_inset Phantom Phantom
43897 status open
43898
43899 \begin_layout Plain Layout
43900 W
43901 \end_layout
43902
43903 \end_inset
43904
43905
43906 \begin_inset ERT
43907 status collapsed
43908
43909 \begin_layout Plain Layout
43910
43911 }
43912 \end_layout
43913
43914 \end_inset
43915
43916  Fuchsia
43917 \end_layout
43918
43919 \end_inset
43920 </cell>
43921 <cell alignment="left" valignment="top" usebox="none">
43922 \begin_inset Text
43923
43924 \begin_layout Plain Layout
43925 \begin_inset ERT
43926 status collapsed
43927
43928 \begin_layout Plain Layout
43929
43930
43931 \backslash
43932 fcolorbox{black}{
43933 \end_layout
43934
43935 \end_inset
43936
43937 Goldenrod
43938 \begin_inset ERT
43939 status collapsed
43940
43941 \begin_layout Plain Layout
43942
43943 }{
43944 \end_layout
43945
43946 \end_inset
43947
43948
43949 \begin_inset Phantom Phantom
43950 status open
43951
43952 \begin_layout Plain Layout
43953 W
43954 \end_layout
43955
43956 \end_inset
43957
43958
43959 \begin_inset ERT
43960 status collapsed
43961
43962 \begin_layout Plain Layout
43963
43964 }
43965 \end_layout
43966
43967 \end_inset
43968
43969  Goldenrod
43970 \end_layout
43971
43972 \end_inset
43973 </cell>
43974 <cell alignment="left" valignment="top" usebox="none">
43975 \begin_inset Text
43976
43977 \begin_layout Plain Layout
43978 \begin_inset ERT
43979 status collapsed
43980
43981 \begin_layout Plain Layout
43982
43983
43984 \backslash
43985 fcolorbox{black}{
43986 \end_layout
43987
43988 \end_inset
43989
43990 Gray
43991 \begin_inset ERT
43992 status collapsed
43993
43994 \begin_layout Plain Layout
43995
43996 }{
43997 \end_layout
43998
43999 \end_inset
44000
44001
44002 \begin_inset Phantom Phantom
44003 status open
44004
44005 \begin_layout Plain Layout
44006 W
44007 \end_layout
44008
44009 \end_inset
44010
44011
44012 \begin_inset ERT
44013 status collapsed
44014
44015 \begin_layout Plain Layout
44016
44017 }
44018 \end_layout
44019
44020 \end_inset
44021
44022  Gray
44023 \end_layout
44024
44025 \end_inset
44026 </cell>
44027 <cell alignment="left" valignment="top" usebox="none">
44028 \begin_inset Text
44029
44030 \begin_layout Plain Layout
44031 \begin_inset ERT
44032 status collapsed
44033
44034 \begin_layout Plain Layout
44035
44036
44037 \backslash
44038 fcolorbox{black}{
44039 \end_layout
44040
44041 \end_inset
44042
44043 GreenYellow
44044 \begin_inset ERT
44045 status collapsed
44046
44047 \begin_layout Plain Layout
44048
44049 }{
44050 \end_layout
44051
44052 \end_inset
44053
44054
44055 \begin_inset Phantom Phantom
44056 status open
44057
44058 \begin_layout Plain Layout
44059 W
44060 \end_layout
44061
44062 \end_inset
44063
44064
44065 \begin_inset ERT
44066 status collapsed
44067
44068 \begin_layout Plain Layout
44069
44070 }
44071 \end_layout
44072
44073 \end_inset
44074
44075  GreenYellow
44076 \end_layout
44077
44078 \end_inset
44079 </cell>
44080 </row>
44081 <row>
44082 <cell alignment="center" valignment="top" usebox="none">
44083 \begin_inset Text
44084
44085 \begin_layout Plain Layout
44086 \begin_inset ERT
44087 status collapsed
44088
44089 \begin_layout Plain Layout
44090
44091
44092 \backslash
44093 fcolorbox{black}{
44094 \end_layout
44095
44096 \end_inset
44097
44098 JungleGreen
44099 \begin_inset ERT
44100 status collapsed
44101
44102 \begin_layout Plain Layout
44103
44104 }{
44105 \end_layout
44106
44107 \end_inset
44108
44109
44110 \begin_inset Phantom Phantom
44111 status open
44112
44113 \begin_layout Plain Layout
44114 W
44115 \end_layout
44116
44117 \end_inset
44118
44119
44120 \begin_inset ERT
44121 status collapsed
44122
44123 \begin_layout Plain Layout
44124
44125 }
44126 \end_layout
44127
44128 \end_inset
44129
44130  JungleGreen
44131 \end_layout
44132
44133 \end_inset
44134 </cell>
44135 <cell alignment="center" valignment="top" usebox="none">
44136 \begin_inset Text
44137
44138 \begin_layout Plain Layout
44139 \begin_inset ERT
44140 status collapsed
44141
44142 \begin_layout Plain Layout
44143
44144
44145 \backslash
44146 fcolorbox{black}{
44147 \end_layout
44148
44149 \end_inset
44150
44151 Lavender
44152 \begin_inset ERT
44153 status collapsed
44154
44155 \begin_layout Plain Layout
44156
44157 }{
44158 \end_layout
44159
44160 \end_inset
44161
44162
44163 \begin_inset Phantom Phantom
44164 status open
44165
44166 \begin_layout Plain Layout
44167 W
44168 \end_layout
44169
44170 \end_inset
44171
44172
44173 \begin_inset ERT
44174 status collapsed
44175
44176 \begin_layout Plain Layout
44177
44178 }
44179 \end_layout
44180
44181 \end_inset
44182
44183  Lavender
44184 \end_layout
44185
44186 \end_inset
44187 </cell>
44188 <cell alignment="center" valignment="top" usebox="none">
44189 \begin_inset Text
44190
44191 \begin_layout Plain Layout
44192 \begin_inset ERT
44193 status collapsed
44194
44195 \begin_layout Plain Layout
44196
44197
44198 \backslash
44199 fcolorbox{black}{
44200 \end_layout
44201
44202 \end_inset
44203
44204 LimeGreen
44205 \begin_inset ERT
44206 status collapsed
44207
44208 \begin_layout Plain Layout
44209
44210 }{
44211 \end_layout
44212
44213 \end_inset
44214
44215
44216 \begin_inset Phantom Phantom
44217 status open
44218
44219 \begin_layout Plain Layout
44220 W
44221 \end_layout
44222
44223 \end_inset
44224
44225
44226 \begin_inset ERT
44227 status collapsed
44228
44229 \begin_layout Plain Layout
44230
44231 }
44232 \end_layout
44233
44234 \end_inset
44235
44236  LimeGreen
44237 \end_layout
44238
44239 \end_inset
44240 </cell>
44241 <cell alignment="center" valignment="top" usebox="none">
44242 \begin_inset Text
44243
44244 \begin_layout Plain Layout
44245 \begin_inset ERT
44246 status collapsed
44247
44248 \begin_layout Plain Layout
44249
44250
44251 \backslash
44252 fcolorbox{black}{
44253 \end_layout
44254
44255 \end_inset
44256
44257 Mahogany
44258 \begin_inset ERT
44259 status collapsed
44260
44261 \begin_layout Plain Layout
44262
44263 }{
44264 \end_layout
44265
44266 \end_inset
44267
44268
44269 \begin_inset Phantom Phantom
44270 status open
44271
44272 \begin_layout Plain Layout
44273 W
44274 \end_layout
44275
44276 \end_inset
44277
44278
44279 \begin_inset ERT
44280 status collapsed
44281
44282 \begin_layout Plain Layout
44283
44284 }
44285 \end_layout
44286
44287 \end_inset
44288
44289  Mahogany
44290 \end_layout
44291
44292 \end_inset
44293 </cell>
44294 </row>
44295 <row>
44296 <cell alignment="left" valignment="top" usebox="none">
44297 \begin_inset Text
44298
44299 \begin_layout Plain Layout
44300 \begin_inset ERT
44301 status collapsed
44302
44303 \begin_layout Plain Layout
44304
44305
44306 \backslash
44307 fcolorbox{black}{
44308 \end_layout
44309
44310 \end_inset
44311
44312 Mahogany
44313 \begin_inset ERT
44314 status collapsed
44315
44316 \begin_layout Plain Layout
44317
44318 }{
44319 \end_layout
44320
44321 \end_inset
44322
44323
44324 \begin_inset Phantom Phantom
44325 status open
44326
44327 \begin_layout Plain Layout
44328 W
44329 \end_layout
44330
44331 \end_inset
44332
44333
44334 \begin_inset ERT
44335 status collapsed
44336
44337 \begin_layout Plain Layout
44338
44339 }
44340 \end_layout
44341
44342 \end_inset
44343
44344  Mahogany
44345 \end_layout
44346
44347 \end_inset
44348 </cell>
44349 <cell alignment="left" valignment="top" usebox="none">
44350 \begin_inset Text
44351
44352 \begin_layout Plain Layout
44353 \begin_inset ERT
44354 status collapsed
44355
44356 \begin_layout Plain Layout
44357
44358
44359 \backslash
44360 fcolorbox{black}{
44361 \end_layout
44362
44363 \end_inset
44364
44365 Maroon
44366 \begin_inset ERT
44367 status collapsed
44368
44369 \begin_layout Plain Layout
44370
44371 }{
44372 \end_layout
44373
44374 \end_inset
44375
44376
44377 \begin_inset Phantom Phantom
44378 status open
44379
44380 \begin_layout Plain Layout
44381 W
44382 \end_layout
44383
44384 \end_inset
44385
44386
44387 \begin_inset ERT
44388 status collapsed
44389
44390 \begin_layout Plain Layout
44391
44392 }
44393 \end_layout
44394
44395 \end_inset
44396
44397  Maroon
44398 \end_layout
44399
44400 \end_inset
44401 </cell>
44402 <cell alignment="left" valignment="top" usebox="none">
44403 \begin_inset Text
44404
44405 \begin_layout Plain Layout
44406 \begin_inset ERT
44407 status collapsed
44408
44409 \begin_layout Plain Layout
44410
44411
44412 \backslash
44413 fcolorbox{black}{
44414 \end_layout
44415
44416 \end_inset
44417
44418 Melon
44419 \begin_inset ERT
44420 status collapsed
44421
44422 \begin_layout Plain Layout
44423
44424 }{
44425 \end_layout
44426
44427 \end_inset
44428
44429
44430 \begin_inset Phantom Phantom
44431 status open
44432
44433 \begin_layout Plain Layout
44434 W
44435 \end_layout
44436
44437 \end_inset
44438
44439
44440 \begin_inset ERT
44441 status collapsed
44442
44443 \begin_layout Plain Layout
44444
44445 }
44446 \end_layout
44447
44448 \end_inset
44449
44450  Melon
44451 \end_layout
44452
44453 \end_inset
44454 </cell>
44455 <cell alignment="left" valignment="top" usebox="none">
44456 \begin_inset Text
44457
44458 \begin_layout Plain Layout
44459 \begin_inset ERT
44460 status collapsed
44461
44462 \begin_layout Plain Layout
44463
44464
44465 \backslash
44466 fcolorbox{black}{
44467 \end_layout
44468
44469 \end_inset
44470
44471 MidnightBlue
44472 \begin_inset ERT
44473 status collapsed
44474
44475 \begin_layout Plain Layout
44476
44477 }{
44478 \end_layout
44479
44480 \end_inset
44481
44482
44483 \begin_inset Phantom Phantom
44484 status open
44485
44486 \begin_layout Plain Layout
44487 W
44488 \end_layout
44489
44490 \end_inset
44491
44492
44493 \begin_inset ERT
44494 status collapsed
44495
44496 \begin_layout Plain Layout
44497
44498 }
44499 \end_layout
44500
44501 \end_inset
44502
44503  MidnightBlue
44504 \end_layout
44505
44506 \end_inset
44507 </cell>
44508 </row>
44509 <row>
44510 <cell alignment="left" valignment="top" usebox="none">
44511 \begin_inset Text
44512
44513 \begin_layout Plain Layout
44514 \begin_inset ERT
44515 status collapsed
44516
44517 \begin_layout Plain Layout
44518
44519
44520 \backslash
44521 fcolorbox{black}{
44522 \end_layout
44523
44524 \end_inset
44525
44526 Mulberry
44527 \begin_inset ERT
44528 status collapsed
44529
44530 \begin_layout Plain Layout
44531
44532 }{
44533 \end_layout
44534
44535 \end_inset
44536
44537
44538 \begin_inset Phantom Phantom
44539 status open
44540
44541 \begin_layout Plain Layout
44542 W
44543 \end_layout
44544
44545 \end_inset
44546
44547
44548 \begin_inset ERT
44549 status collapsed
44550
44551 \begin_layout Plain Layout
44552
44553 }
44554 \end_layout
44555
44556 \end_inset
44557
44558  Mulberry
44559 \end_layout
44560
44561 \end_inset
44562 </cell>
44563 <cell alignment="left" valignment="top" usebox="none">
44564 \begin_inset Text
44565
44566 \begin_layout Plain Layout
44567 \begin_inset ERT
44568 status collapsed
44569
44570 \begin_layout Plain Layout
44571
44572
44573 \backslash
44574 fcolorbox{black}{
44575 \end_layout
44576
44577 \end_inset
44578
44579 NavyBlue
44580 \begin_inset ERT
44581 status collapsed
44582
44583 \begin_layout Plain Layout
44584
44585 }{
44586 \end_layout
44587
44588 \end_inset
44589
44590
44591 \begin_inset Phantom Phantom
44592 status open
44593
44594 \begin_layout Plain Layout
44595 W
44596 \end_layout
44597
44598 \end_inset
44599
44600
44601 \begin_inset ERT
44602 status collapsed
44603
44604 \begin_layout Plain Layout
44605
44606 }
44607 \end_layout
44608
44609 \end_inset
44610
44611  NavyBlue
44612 \end_layout
44613
44614 \end_inset
44615 </cell>
44616 <cell alignment="left" valignment="top" usebox="none">
44617 \begin_inset Text
44618
44619 \begin_layout Plain Layout
44620 \begin_inset ERT
44621 status collapsed
44622
44623 \begin_layout Plain Layout
44624
44625
44626 \backslash
44627 fcolorbox{black}{
44628 \end_layout
44629
44630 \end_inset
44631
44632 OliveGreen
44633 \begin_inset ERT
44634 status collapsed
44635
44636 \begin_layout Plain Layout
44637
44638 }{
44639 \end_layout
44640
44641 \end_inset
44642
44643
44644 \begin_inset Phantom Phantom
44645 status open
44646
44647 \begin_layout Plain Layout
44648 W
44649 \end_layout
44650
44651 \end_inset
44652
44653
44654 \begin_inset ERT
44655 status collapsed
44656
44657 \begin_layout Plain Layout
44658
44659 }
44660 \end_layout
44661
44662 \end_inset
44663
44664  OliveGreen
44665 \end_layout
44666
44667 \end_inset
44668 </cell>
44669 <cell alignment="left" valignment="top" usebox="none">
44670 \begin_inset Text
44671
44672 \begin_layout Plain Layout
44673 \begin_inset ERT
44674 status collapsed
44675
44676 \begin_layout Plain Layout
44677
44678
44679 \backslash
44680 fcolorbox{black}{
44681 \end_layout
44682
44683 \end_inset
44684
44685 Orange
44686 \begin_inset ERT
44687 status collapsed
44688
44689 \begin_layout Plain Layout
44690
44691 }{
44692 \end_layout
44693
44694 \end_inset
44695
44696
44697 \begin_inset Phantom Phantom
44698 status open
44699
44700 \begin_layout Plain Layout
44701 W
44702 \end_layout
44703
44704 \end_inset
44705
44706
44707 \begin_inset ERT
44708 status collapsed
44709
44710 \begin_layout Plain Layout
44711
44712 }
44713 \end_layout
44714
44715 \end_inset
44716
44717  Orange
44718 \end_layout
44719
44720 \end_inset
44721 </cell>
44722 </row>
44723 <row>
44724 <cell alignment="left" valignment="top" usebox="none">
44725 \begin_inset Text
44726
44727 \begin_layout Plain Layout
44728 \begin_inset ERT
44729 status collapsed
44730
44731 \begin_layout Plain Layout
44732
44733
44734 \backslash
44735 fcolorbox{black}{
44736 \end_layout
44737
44738 \end_inset
44739
44740 OrangeRed
44741 \begin_inset ERT
44742 status collapsed
44743
44744 \begin_layout Plain Layout
44745
44746 }{
44747 \end_layout
44748
44749 \end_inset
44750
44751
44752 \begin_inset Phantom Phantom
44753 status open
44754
44755 \begin_layout Plain Layout
44756 W
44757 \end_layout
44758
44759 \end_inset
44760
44761
44762 \begin_inset ERT
44763 status collapsed
44764
44765 \begin_layout Plain Layout
44766
44767 }
44768 \end_layout
44769
44770 \end_inset
44771
44772  OrangeRed
44773 \end_layout
44774
44775 \end_inset
44776 </cell>
44777 <cell alignment="left" valignment="top" usebox="none">
44778 \begin_inset Text
44779
44780 \begin_layout Plain Layout
44781 \begin_inset ERT
44782 status collapsed
44783
44784 \begin_layout Plain Layout
44785
44786
44787 \backslash
44788 fcolorbox{black}{
44789 \end_layout
44790
44791 \end_inset
44792
44793 Orchid
44794 \begin_inset ERT
44795 status collapsed
44796
44797 \begin_layout Plain Layout
44798
44799 }{
44800 \end_layout
44801
44802 \end_inset
44803
44804
44805 \begin_inset Phantom Phantom
44806 status open
44807
44808 \begin_layout Plain Layout
44809 W
44810 \end_layout
44811
44812 \end_inset
44813
44814
44815 \begin_inset ERT
44816 status collapsed
44817
44818 \begin_layout Plain Layout
44819
44820 }
44821 \end_layout
44822
44823 \end_inset
44824
44825  Orchid
44826 \end_layout
44827
44828 \end_inset
44829 </cell>
44830 <cell alignment="left" valignment="top" usebox="none">
44831 \begin_inset Text
44832
44833 \begin_layout Plain Layout
44834 \begin_inset ERT
44835 status collapsed
44836
44837 \begin_layout Plain Layout
44838
44839
44840 \backslash
44841 fcolorbox{black}{
44842 \end_layout
44843
44844 \end_inset
44845
44846 Peach
44847 \begin_inset ERT
44848 status collapsed
44849
44850 \begin_layout Plain Layout
44851
44852 }{
44853 \end_layout
44854
44855 \end_inset
44856
44857
44858 \begin_inset Phantom Phantom
44859 status open
44860
44861 \begin_layout Plain Layout
44862 W
44863 \end_layout
44864
44865 \end_inset
44866
44867
44868 \begin_inset ERT
44869 status collapsed
44870
44871 \begin_layout Plain Layout
44872
44873 }
44874 \end_layout
44875
44876 \end_inset
44877
44878  Peach
44879 \end_layout
44880
44881 \end_inset
44882 </cell>
44883 <cell alignment="left" valignment="top" usebox="none">
44884 \begin_inset Text
44885
44886 \begin_layout Plain Layout
44887 \begin_inset ERT
44888 status collapsed
44889
44890 \begin_layout Plain Layout
44891
44892
44893 \backslash
44894 fcolorbox{black}{
44895 \end_layout
44896
44897 \end_inset
44898
44899 Periwinkle
44900 \begin_inset ERT
44901 status collapsed
44902
44903 \begin_layout Plain Layout
44904
44905 }{
44906 \end_layout
44907
44908 \end_inset
44909
44910
44911 \begin_inset Phantom Phantom
44912 status open
44913
44914 \begin_layout Plain Layout
44915 W
44916 \end_layout
44917
44918 \end_inset
44919
44920
44921 \begin_inset ERT
44922 status collapsed
44923
44924 \begin_layout Plain Layout
44925
44926 }
44927 \end_layout
44928
44929 \end_inset
44930
44931  Periwinkle
44932 \end_layout
44933
44934 \end_inset
44935 </cell>
44936 </row>
44937 <row>
44938 <cell alignment="left" valignment="top" usebox="none">
44939 \begin_inset Text
44940
44941 \begin_layout Plain Layout
44942 \begin_inset ERT
44943 status collapsed
44944
44945 \begin_layout Plain Layout
44946
44947
44948 \backslash
44949 fcolorbox{black}{
44950 \end_layout
44951
44952 \end_inset
44953
44954 PineGreen
44955 \begin_inset ERT
44956 status collapsed
44957
44958 \begin_layout Plain Layout
44959
44960 }{
44961 \end_layout
44962
44963 \end_inset
44964
44965
44966 \begin_inset Phantom Phantom
44967 status open
44968
44969 \begin_layout Plain Layout
44970 W
44971 \end_layout
44972
44973 \end_inset
44974
44975
44976 \begin_inset ERT
44977 status collapsed
44978
44979 \begin_layout Plain Layout
44980
44981 }
44982 \end_layout
44983
44984 \end_inset
44985
44986  PineGreen
44987 \end_layout
44988
44989 \end_inset
44990 </cell>
44991 <cell alignment="left" valignment="top" usebox="none">
44992 \begin_inset Text
44993
44994 \begin_layout Plain Layout
44995 \begin_inset ERT
44996 status collapsed
44997
44998 \begin_layout Plain Layout
44999
45000
45001 \backslash
45002 fcolorbox{black}{
45003 \end_layout
45004
45005 \end_inset
45006
45007 Plum
45008 \begin_inset ERT
45009 status collapsed
45010
45011 \begin_layout Plain Layout
45012
45013 }{
45014 \end_layout
45015
45016 \end_inset
45017
45018
45019 \begin_inset Phantom Phantom
45020 status open
45021
45022 \begin_layout Plain Layout
45023 W
45024 \end_layout
45025
45026 \end_inset
45027
45028
45029 \begin_inset ERT
45030 status collapsed
45031
45032 \begin_layout Plain Layout
45033
45034 }
45035 \end_layout
45036
45037 \end_inset
45038
45039  Plum
45040 \end_layout
45041
45042 \end_inset
45043 </cell>
45044 <cell alignment="left" valignment="top" usebox="none">
45045 \begin_inset Text
45046
45047 \begin_layout Plain Layout
45048 \begin_inset ERT
45049 status collapsed
45050
45051 \begin_layout Plain Layout
45052
45053
45054 \backslash
45055 fcolorbox{black}{
45056 \end_layout
45057
45058 \end_inset
45059
45060 ProcessBlue
45061 \begin_inset ERT
45062 status collapsed
45063
45064 \begin_layout Plain Layout
45065
45066 }{
45067 \end_layout
45068
45069 \end_inset
45070
45071
45072 \begin_inset Phantom Phantom
45073 status open
45074
45075 \begin_layout Plain Layout
45076 W
45077 \end_layout
45078
45079 \end_inset
45080
45081
45082 \begin_inset ERT
45083 status collapsed
45084
45085 \begin_layout Plain Layout
45086
45087 }
45088 \end_layout
45089
45090 \end_inset
45091
45092  ProcessBlue
45093 \end_layout
45094
45095 \end_inset
45096 </cell>
45097 <cell alignment="left" valignment="top" usebox="none">
45098 \begin_inset Text
45099
45100 \begin_layout Plain Layout
45101 \begin_inset ERT
45102 status collapsed
45103
45104 \begin_layout Plain Layout
45105
45106
45107 \backslash
45108 fcolorbox{black}{
45109 \end_layout
45110
45111 \end_inset
45112
45113 Purple
45114 \begin_inset ERT
45115 status collapsed
45116
45117 \begin_layout Plain Layout
45118
45119 }{
45120 \end_layout
45121
45122 \end_inset
45123
45124
45125 \begin_inset Phantom Phantom
45126 status open
45127
45128 \begin_layout Plain Layout
45129 W
45130 \end_layout
45131
45132 \end_inset
45133
45134
45135 \begin_inset ERT
45136 status collapsed
45137
45138 \begin_layout Plain Layout
45139
45140 }
45141 \end_layout
45142
45143 \end_inset
45144
45145  Purple
45146 \end_layout
45147
45148 \end_inset
45149 </cell>
45150 </row>
45151 <row>
45152 <cell alignment="left" valignment="top" usebox="none">
45153 \begin_inset Text
45154
45155 \begin_layout Plain Layout
45156 \begin_inset ERT
45157 status collapsed
45158
45159 \begin_layout Plain Layout
45160
45161
45162 \backslash
45163 fcolorbox{black}{
45164 \end_layout
45165
45166 \end_inset
45167
45168 RawSienna
45169 \begin_inset ERT
45170 status collapsed
45171
45172 \begin_layout Plain Layout
45173
45174 }{
45175 \end_layout
45176
45177 \end_inset
45178
45179
45180 \begin_inset Phantom Phantom
45181 status open
45182
45183 \begin_layout Plain Layout
45184 W
45185 \end_layout
45186
45187 \end_inset
45188
45189
45190 \begin_inset ERT
45191 status collapsed
45192
45193 \begin_layout Plain Layout
45194
45195 }
45196 \end_layout
45197
45198 \end_inset
45199
45200  RawSienna
45201 \end_layout
45202
45203 \end_inset
45204 </cell>
45205 <cell alignment="left" valignment="top" usebox="none">
45206 \begin_inset Text
45207
45208 \begin_layout Plain Layout
45209 \begin_inset ERT
45210 status collapsed
45211
45212 \begin_layout Plain Layout
45213
45214
45215 \backslash
45216 fcolorbox{black}{
45217 \end_layout
45218
45219 \end_inset
45220
45221 RedOrange
45222 \begin_inset ERT
45223 status collapsed
45224
45225 \begin_layout Plain Layout
45226
45227 }{
45228 \end_layout
45229
45230 \end_inset
45231
45232
45233 \begin_inset Phantom Phantom
45234 status open
45235
45236 \begin_layout Plain Layout
45237 W
45238 \end_layout
45239
45240 \end_inset
45241
45242
45243 \begin_inset ERT
45244 status collapsed
45245
45246 \begin_layout Plain Layout
45247
45248 }
45249 \end_layout
45250
45251 \end_inset
45252
45253  RedOrange
45254 \end_layout
45255
45256 \end_inset
45257 </cell>
45258 <cell alignment="left" valignment="top" usebox="none">
45259 \begin_inset Text
45260
45261 \begin_layout Plain Layout
45262 \begin_inset ERT
45263 status collapsed
45264
45265 \begin_layout Plain Layout
45266
45267
45268 \backslash
45269 fcolorbox{black}{
45270 \end_layout
45271
45272 \end_inset
45273
45274 RedViolet
45275 \begin_inset ERT
45276 status collapsed
45277
45278 \begin_layout Plain Layout
45279
45280 }{
45281 \end_layout
45282
45283 \end_inset
45284
45285
45286 \begin_inset Phantom Phantom
45287 status open
45288
45289 \begin_layout Plain Layout
45290 W
45291 \end_layout
45292
45293 \end_inset
45294
45295
45296 \begin_inset ERT
45297 status collapsed
45298
45299 \begin_layout Plain Layout
45300
45301 }
45302 \end_layout
45303
45304 \end_inset
45305
45306  RedViolet
45307 \end_layout
45308
45309 \end_inset
45310 </cell>
45311 <cell alignment="left" valignment="top" usebox="none">
45312 \begin_inset Text
45313
45314 \begin_layout Plain Layout
45315 \begin_inset ERT
45316 status collapsed
45317
45318 \begin_layout Plain Layout
45319
45320
45321 \backslash
45322 fcolorbox{black}{
45323 \end_layout
45324
45325 \end_inset
45326
45327 Rhodamine
45328 \begin_inset ERT
45329 status collapsed
45330
45331 \begin_layout Plain Layout
45332
45333 }{
45334 \end_layout
45335
45336 \end_inset
45337
45338
45339 \begin_inset Phantom Phantom
45340 status open
45341
45342 \begin_layout Plain Layout
45343 W
45344 \end_layout
45345
45346 \end_inset
45347
45348
45349 \begin_inset ERT
45350 status collapsed
45351
45352 \begin_layout Plain Layout
45353
45354 }
45355 \end_layout
45356
45357 \end_inset
45358
45359  Rhodamine
45360 \end_layout
45361
45362 \end_inset
45363 </cell>
45364 </row>
45365 <row>
45366 <cell alignment="left" valignment="top" usebox="none">
45367 \begin_inset Text
45368
45369 \begin_layout Plain Layout
45370 \begin_inset ERT
45371 status collapsed
45372
45373 \begin_layout Plain Layout
45374
45375
45376 \backslash
45377 fcolorbox{black}{
45378 \end_layout
45379
45380 \end_inset
45381
45382 RoyalBlue
45383 \begin_inset ERT
45384 status collapsed
45385
45386 \begin_layout Plain Layout
45387
45388 }{
45389 \end_layout
45390
45391 \end_inset
45392
45393
45394 \begin_inset Phantom Phantom
45395 status open
45396
45397 \begin_layout Plain Layout
45398 W
45399 \end_layout
45400
45401 \end_inset
45402
45403
45404 \begin_inset ERT
45405 status collapsed
45406
45407 \begin_layout Plain Layout
45408
45409 }
45410 \end_layout
45411
45412 \end_inset
45413
45414  RoyalBlue
45415 \end_layout
45416
45417 \end_inset
45418 </cell>
45419 <cell alignment="left" valignment="top" usebox="none">
45420 \begin_inset Text
45421
45422 \begin_layout Plain Layout
45423 \begin_inset ERT
45424 status collapsed
45425
45426 \begin_layout Plain Layout
45427
45428
45429 \backslash
45430 fcolorbox{black}{
45431 \end_layout
45432
45433 \end_inset
45434
45435 RoyalPurple
45436 \begin_inset ERT
45437 status collapsed
45438
45439 \begin_layout Plain Layout
45440
45441 }{
45442 \end_layout
45443
45444 \end_inset
45445
45446
45447 \begin_inset Phantom Phantom
45448 status open
45449
45450 \begin_layout Plain Layout
45451 W
45452 \end_layout
45453
45454 \end_inset
45455
45456
45457 \begin_inset ERT
45458 status collapsed
45459
45460 \begin_layout Plain Layout
45461
45462 }
45463 \end_layout
45464
45465 \end_inset
45466
45467  RoyalPurple
45468 \end_layout
45469
45470 \end_inset
45471 </cell>
45472 <cell alignment="left" valignment="top" usebox="none">
45473 \begin_inset Text
45474
45475 \begin_layout Plain Layout
45476 \begin_inset ERT
45477 status collapsed
45478
45479 \begin_layout Plain Layout
45480
45481
45482 \backslash
45483 fcolorbox{black}{
45484 \end_layout
45485
45486 \end_inset
45487
45488 RubineRed
45489 \begin_inset ERT
45490 status collapsed
45491
45492 \begin_layout Plain Layout
45493
45494 }{
45495 \end_layout
45496
45497 \end_inset
45498
45499
45500 \begin_inset Phantom Phantom
45501 status open
45502
45503 \begin_layout Plain Layout
45504 W
45505 \end_layout
45506
45507 \end_inset
45508
45509
45510 \begin_inset ERT
45511 status collapsed
45512
45513 \begin_layout Plain Layout
45514
45515 }
45516 \end_layout
45517
45518 \end_inset
45519
45520  RubineRed
45521 \end_layout
45522
45523 \end_inset
45524 </cell>
45525 <cell alignment="left" valignment="top" usebox="none">
45526 \begin_inset Text
45527
45528 \begin_layout Plain Layout
45529 \begin_inset ERT
45530 status collapsed
45531
45532 \begin_layout Plain Layout
45533
45534
45535 \backslash
45536 fcolorbox{black}{
45537 \end_layout
45538
45539 \end_inset
45540
45541 Salmon
45542 \begin_inset ERT
45543 status collapsed
45544
45545 \begin_layout Plain Layout
45546
45547 }{
45548 \end_layout
45549
45550 \end_inset
45551
45552
45553 \begin_inset Phantom Phantom
45554 status open
45555
45556 \begin_layout Plain Layout
45557 W
45558 \end_layout
45559
45560 \end_inset
45561
45562
45563 \begin_inset ERT
45564 status collapsed
45565
45566 \begin_layout Plain Layout
45567
45568 }
45569 \end_layout
45570
45571 \end_inset
45572
45573  Salmon
45574 \end_layout
45575
45576 \end_inset
45577 </cell>
45578 </row>
45579 <row>
45580 <cell alignment="left" valignment="top" usebox="none">
45581 \begin_inset Text
45582
45583 \begin_layout Plain Layout
45584 \begin_inset ERT
45585 status collapsed
45586
45587 \begin_layout Plain Layout
45588
45589
45590 \backslash
45591 fcolorbox{black}{
45592 \end_layout
45593
45594 \end_inset
45595
45596 SeaGreen
45597 \begin_inset ERT
45598 status collapsed
45599
45600 \begin_layout Plain Layout
45601
45602 }{
45603 \end_layout
45604
45605 \end_inset
45606
45607
45608 \begin_inset Phantom Phantom
45609 status open
45610
45611 \begin_layout Plain Layout
45612 W
45613 \end_layout
45614
45615 \end_inset
45616
45617
45618 \begin_inset ERT
45619 status collapsed
45620
45621 \begin_layout Plain Layout
45622
45623 }
45624 \end_layout
45625
45626 \end_inset
45627
45628  SeaGreen
45629 \end_layout
45630
45631 \end_inset
45632 </cell>
45633 <cell alignment="left" valignment="top" usebox="none">
45634 \begin_inset Text
45635
45636 \begin_layout Plain Layout
45637 \begin_inset ERT
45638 status collapsed
45639
45640 \begin_layout Plain Layout
45641
45642
45643 \backslash
45644 fcolorbox{black}{
45645 \end_layout
45646
45647 \end_inset
45648
45649 Sepia
45650 \begin_inset ERT
45651 status collapsed
45652
45653 \begin_layout Plain Layout
45654
45655 }{
45656 \end_layout
45657
45658 \end_inset
45659
45660
45661 \begin_inset Phantom Phantom
45662 status open
45663
45664 \begin_layout Plain Layout
45665 W
45666 \end_layout
45667
45668 \end_inset
45669
45670
45671 \begin_inset ERT
45672 status collapsed
45673
45674 \begin_layout Plain Layout
45675
45676 }
45677 \end_layout
45678
45679 \end_inset
45680
45681  Sepia
45682 \end_layout
45683
45684 \end_inset
45685 </cell>
45686 <cell alignment="left" valignment="top" usebox="none">
45687 \begin_inset Text
45688
45689 \begin_layout Plain Layout
45690 \begin_inset ERT
45691 status collapsed
45692
45693 \begin_layout Plain Layout
45694
45695
45696 \backslash
45697 fcolorbox{black}{
45698 \end_layout
45699
45700 \end_inset
45701
45702 SkyBlue
45703 \begin_inset ERT
45704 status collapsed
45705
45706 \begin_layout Plain Layout
45707
45708 }{
45709 \end_layout
45710
45711 \end_inset
45712
45713
45714 \begin_inset Phantom Phantom
45715 status open
45716
45717 \begin_layout Plain Layout
45718 W
45719 \end_layout
45720
45721 \end_inset
45722
45723
45724 \begin_inset ERT
45725 status collapsed
45726
45727 \begin_layout Plain Layout
45728
45729 }
45730 \end_layout
45731
45732 \end_inset
45733
45734  SkyBlue
45735 \end_layout
45736
45737 \end_inset
45738 </cell>
45739 <cell alignment="left" valignment="top" usebox="none">
45740 \begin_inset Text
45741
45742 \begin_layout Plain Layout
45743 \begin_inset ERT
45744 status collapsed
45745
45746 \begin_layout Plain Layout
45747
45748
45749 \backslash
45750 fcolorbox{black}{
45751 \end_layout
45752
45753 \end_inset
45754
45755 SpringGreen
45756 \begin_inset ERT
45757 status collapsed
45758
45759 \begin_layout Plain Layout
45760
45761 }{
45762 \end_layout
45763
45764 \end_inset
45765
45766
45767 \begin_inset Phantom Phantom
45768 status open
45769
45770 \begin_layout Plain Layout
45771 W
45772 \end_layout
45773
45774 \end_inset
45775
45776
45777 \begin_inset ERT
45778 status collapsed
45779
45780 \begin_layout Plain Layout
45781
45782 }
45783 \end_layout
45784
45785 \end_inset
45786
45787  SpringGreen
45788 \end_layout
45789
45790 \end_inset
45791 </cell>
45792 </row>
45793 <row>
45794 <cell alignment="left" valignment="top" usebox="none">
45795 \begin_inset Text
45796
45797 \begin_layout Plain Layout
45798 \begin_inset ERT
45799 status collapsed
45800
45801 \begin_layout Plain Layout
45802
45803
45804 \backslash
45805 fcolorbox{black}{
45806 \end_layout
45807
45808 \end_inset
45809
45810 Tan
45811 \begin_inset ERT
45812 status collapsed
45813
45814 \begin_layout Plain Layout
45815
45816 }{
45817 \end_layout
45818
45819 \end_inset
45820
45821
45822 \begin_inset Phantom Phantom
45823 status open
45824
45825 \begin_layout Plain Layout
45826 W
45827 \end_layout
45828
45829 \end_inset
45830
45831
45832 \begin_inset ERT
45833 status collapsed
45834
45835 \begin_layout Plain Layout
45836
45837 }
45838 \end_layout
45839
45840 \end_inset
45841
45842  Tan
45843 \end_layout
45844
45845 \end_inset
45846 </cell>
45847 <cell alignment="left" valignment="top" usebox="none">
45848 \begin_inset Text
45849
45850 \begin_layout Plain Layout
45851 \begin_inset ERT
45852 status collapsed
45853
45854 \begin_layout Plain Layout
45855
45856
45857 \backslash
45858 fcolorbox{black}{
45859 \end_layout
45860
45861 \end_inset
45862
45863 TealBlue
45864 \begin_inset ERT
45865 status collapsed
45866
45867 \begin_layout Plain Layout
45868
45869 }{
45870 \end_layout
45871
45872 \end_inset
45873
45874
45875 \begin_inset Phantom Phantom
45876 status open
45877
45878 \begin_layout Plain Layout
45879 W
45880 \end_layout
45881
45882 \end_inset
45883
45884
45885 \begin_inset ERT
45886 status collapsed
45887
45888 \begin_layout Plain Layout
45889
45890 }
45891 \end_layout
45892
45893 \end_inset
45894
45895  TealBlue
45896 \end_layout
45897
45898 \end_inset
45899 </cell>
45900 <cell alignment="left" valignment="top" usebox="none">
45901 \begin_inset Text
45902
45903 \begin_layout Plain Layout
45904 \begin_inset ERT
45905 status collapsed
45906
45907 \begin_layout Plain Layout
45908
45909
45910 \backslash
45911 fcolorbox{black}{
45912 \end_layout
45913
45914 \end_inset
45915
45916 Thistle
45917 \begin_inset ERT
45918 status collapsed
45919
45920 \begin_layout Plain Layout
45921
45922 }{
45923 \end_layout
45924
45925 \end_inset
45926
45927
45928 \begin_inset Phantom Phantom
45929 status open
45930
45931 \begin_layout Plain Layout
45932 W
45933 \end_layout
45934
45935 \end_inset
45936
45937
45938 \begin_inset ERT
45939 status collapsed
45940
45941 \begin_layout Plain Layout
45942
45943 }
45944 \end_layout
45945
45946 \end_inset
45947
45948  Thistle
45949 \end_layout
45950
45951 \end_inset
45952 </cell>
45953 <cell alignment="left" valignment="top" usebox="none">
45954 \begin_inset Text
45955
45956 \begin_layout Plain Layout
45957 \begin_inset ERT
45958 status collapsed
45959
45960 \begin_layout Plain Layout
45961
45962
45963 \backslash
45964 fcolorbox{black}{
45965 \end_layout
45966
45967 \end_inset
45968
45969 Turquoise
45970 \begin_inset ERT
45971 status collapsed
45972
45973 \begin_layout Plain Layout
45974
45975 }{
45976 \end_layout
45977
45978 \end_inset
45979
45980
45981 \begin_inset Phantom Phantom
45982 status open
45983
45984 \begin_layout Plain Layout
45985 W
45986 \end_layout
45987
45988 \end_inset
45989
45990
45991 \begin_inset ERT
45992 status collapsed
45993
45994 \begin_layout Plain Layout
45995
45996 }
45997 \end_layout
45998
45999 \end_inset
46000
46001  Turquoise
46002 \end_layout
46003
46004 \end_inset
46005 </cell>
46006 </row>
46007 <row>
46008 <cell alignment="left" valignment="top" usebox="none">
46009 \begin_inset Text
46010
46011 \begin_layout Plain Layout
46012 \begin_inset ERT
46013 status collapsed
46014
46015 \begin_layout Plain Layout
46016
46017
46018 \backslash
46019 fcolorbox{black}{
46020 \end_layout
46021
46022 \end_inset
46023
46024 Violet
46025 \begin_inset ERT
46026 status collapsed
46027
46028 \begin_layout Plain Layout
46029
46030 }{
46031 \end_layout
46032
46033 \end_inset
46034
46035
46036 \begin_inset Phantom Phantom
46037 status open
46038
46039 \begin_layout Plain Layout
46040 W
46041 \end_layout
46042
46043 \end_inset
46044
46045
46046 \begin_inset ERT
46047 status collapsed
46048
46049 \begin_layout Plain Layout
46050
46051 }
46052 \end_layout
46053
46054 \end_inset
46055
46056  Violet
46057 \end_layout
46058
46059 \end_inset
46060 </cell>
46061 <cell alignment="left" valignment="top" usebox="none">
46062 \begin_inset Text
46063
46064 \begin_layout Plain Layout
46065 \begin_inset ERT
46066 status collapsed
46067
46068 \begin_layout Plain Layout
46069
46070
46071 \backslash
46072 fcolorbox{black}{
46073 \end_layout
46074
46075 \end_inset
46076
46077 VioletRed
46078 \begin_inset ERT
46079 status collapsed
46080
46081 \begin_layout Plain Layout
46082
46083 }{
46084 \end_layout
46085
46086 \end_inset
46087
46088
46089 \begin_inset Phantom Phantom
46090 status open
46091
46092 \begin_layout Plain Layout
46093 W
46094 \end_layout
46095
46096 \end_inset
46097
46098
46099 \begin_inset ERT
46100 status collapsed
46101
46102 \begin_layout Plain Layout
46103
46104 }
46105 \end_layout
46106
46107 \end_inset
46108
46109  VioletRed
46110 \end_layout
46111
46112 \end_inset
46113 </cell>
46114 <cell alignment="left" valignment="top" usebox="none">
46115 \begin_inset Text
46116
46117 \begin_layout Plain Layout
46118 \begin_inset ERT
46119 status collapsed
46120
46121 \begin_layout Plain Layout
46122
46123
46124 \backslash
46125 fcolorbox{black}{
46126 \end_layout
46127
46128 \end_inset
46129
46130 WildStrawberry
46131 \begin_inset ERT
46132 status collapsed
46133
46134 \begin_layout Plain Layout
46135
46136 }{
46137 \end_layout
46138
46139 \end_inset
46140
46141
46142 \begin_inset Phantom Phantom
46143 status open
46144
46145 \begin_layout Plain Layout
46146 W
46147 \end_layout
46148
46149 \end_inset
46150
46151
46152 \begin_inset ERT
46153 status collapsed
46154
46155 \begin_layout Plain Layout
46156
46157 }
46158 \end_layout
46159
46160 \end_inset
46161
46162  WildStrawberry
46163 \end_layout
46164
46165 \end_inset
46166 </cell>
46167 <cell alignment="left" valignment="top" usebox="none">
46168 \begin_inset Text
46169
46170 \begin_layout Plain Layout
46171 \begin_inset ERT
46172 status collapsed
46173
46174 \begin_layout Plain Layout
46175
46176
46177 \backslash
46178 fcolorbox{black}{
46179 \end_layout
46180
46181 \end_inset
46182
46183 YellowGreen
46184 \begin_inset ERT
46185 status collapsed
46186
46187 \begin_layout Plain Layout
46188
46189 }{
46190 \end_layout
46191
46192 \end_inset
46193
46194
46195 \begin_inset Phantom Phantom
46196 status open
46197
46198 \begin_layout Plain Layout
46199 W
46200 \end_layout
46201
46202 \end_inset
46203
46204
46205 \begin_inset ERT
46206 status collapsed
46207
46208 \begin_layout Plain Layout
46209
46210 }
46211 \end_layout
46212
46213 \end_inset
46214
46215  YellowGreen
46216 \end_layout
46217
46218 \end_inset
46219 </cell>
46220 </row>
46221 <row>
46222 <cell alignment="left" valignment="top" usebox="none">
46223 \begin_inset Text
46224
46225 \begin_layout Plain Layout
46226 \begin_inset ERT
46227 status collapsed
46228
46229 \begin_layout Plain Layout
46230
46231
46232 \backslash
46233 fcolorbox{black}{
46234 \end_layout
46235
46236 \end_inset
46237
46238 YellowOrange
46239 \begin_inset ERT
46240 status collapsed
46241
46242 \begin_layout Plain Layout
46243
46244 }{
46245 \end_layout
46246
46247 \end_inset
46248
46249
46250 \begin_inset Phantom Phantom
46251 status open
46252
46253 \begin_layout Plain Layout
46254 W
46255 \end_layout
46256
46257 \end_inset
46258
46259
46260 \begin_inset ERT
46261 status collapsed
46262
46263 \begin_layout Plain Layout
46264
46265 }
46266 \end_layout
46267
46268 \end_inset
46269
46270  YellowOrange
46271 \end_layout
46272
46273 \end_inset
46274 </cell>
46275 <cell alignment="left" valignment="top" usebox="none">
46276 \begin_inset Text
46277
46278 \begin_layout Plain Layout
46279
46280 \end_layout
46281
46282 \end_inset
46283 </cell>
46284 <cell alignment="left" valignment="top" usebox="none">
46285 \begin_inset Text
46286
46287 \begin_layout Plain Layout
46288
46289 \end_layout
46290
46291 \end_inset
46292 </cell>
46293 <cell alignment="left" valignment="top" usebox="none">
46294 \begin_inset Text
46295
46296 \begin_layout Plain Layout
46297
46298 \end_layout
46299
46300 \end_inset
46301 </cell>
46302 </row>
46303 </lyxtabular>
46304
46305 \end_inset
46306
46307
46308 \end_layout
46309
46310 \begin_layout Chapter
46311 Explication de l' équation
46312 \begin_inset space ~
46313 \end_inset
46314
46315 (
46316 \begin_inset CommandInset ref
46317 LatexCommand ref
46318 reference "eq:Wgn"
46319
46320 \end_inset
46321
46322 )
46323 \begin_inset CommandInset label
46324 LatexCommand label
46325 name "cha:Explication-de-l'Equation"
46326
46327 \end_inset
46328
46329
46330 \end_layout
46331
46332 \begin_layout Standard
46333 La largeur totale de 
46334 \emph on
46335 n
46336 \emph default
46337  cellules de tableau 
46338 \begin_inset Formula $W_{\mathrm{tot\, n}}$
46339 \end_inset
46340
46341  peut être calculée avec
46342 \begin_inset Formula 
46343 \begin{equation}
46344 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46345 \end{equation}
46346
46347 \end_inset
46348
46349
46350 \end_layout
46351
46352 \begin_layout Standard
46353 Où 
46354 \begin_inset Formula $W_{g\, n}$
46355 \end_inset
46356
46357  est la largeur fixe de toutes les cellules.
46358  
46359 \series bold
46360
46361 \backslash
46362 tabcolsep
46363 \series default
46364  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
46365  sa valeur implicite est 6
46366 \begin_inset space \thinspace{}
46367 \end_inset
46368
46369 pt.
46370  
46371 \series bold
46372
46373 \backslash
46374 arrayrulewidth
46375 \series default
46376  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
46377 \begin_inset space \thinspace{}
46378 \end_inset
46379
46380 pt.
46381 \end_layout
46382
46383 \begin_layout Standard
46384 D'après l'équation
46385 \begin_inset space ~
46386 \end_inset
46387
46388
46389 \begin_inset CommandInset ref
46390 LatexCommand eqref
46391 reference "eq:Wtot_n"
46392
46393 \end_inset
46394
46395 , la largeur totale d'une multicolonne, 
46396 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
46397 \end_inset
46398
46399  est
46400 \begin_inset Formula 
46401 \begin{equation}
46402 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46403 \end{equation}
46404
46405 \end_inset
46406
46407
46408 \end_layout
46409
46410 \begin_layout Standard
46411 En posant que les équations 
46412 \begin_inset space ~
46413 \end_inset
46414
46415
46416 \begin_inset CommandInset ref
46417 LatexCommand eqref
46418 reference "eq:Wtot_n"
46419
46420 \end_inset
46421
46422  et 
46423 \begin_inset CommandInset ref
46424 LatexCommand eqref
46425 reference "eq:Wtot_mult"
46426
46427 \end_inset
46428
46429  sont égales, on peut calculer la largeur nécessaire 
46430 \begin_inset Formula $W_{g\, n}$
46431 \end_inset
46432
46433  quand 
46434 \emph on
46435 n
46436 \emph default
46437  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
46438  de 
46439 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
46440 \end_inset
46441
46442 :
46443 \begin_inset Formula 
46444 \begin{equation}
46445 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46446 \end{equation}
46447
46448 \end_inset
46449
46450
46451 \end_layout
46452
46453 \begin_layout Bibliography
46454 \begin_inset CommandInset bibitem
46455 LatexCommand bibitem
46456 key "latexcompanion"
46457
46458 \end_inset
46459
46460 Frank Mittelbach and Michel Goossens: 
46461 \emph on
46462 The LaTeX Companion Second Edition.
46463
46464 \emph default
46465  Addison-Wesley, 2004
46466 \end_layout
46467
46468 \begin_layout Bibliography
46469 \begin_inset CommandInset bibitem
46470 LatexCommand bibitem
46471 key "latexguide"
46472
46473 \end_inset
46474
46475 Helmut Kopka and Patrick W.
46476  Daly: 
46477 \emph on
46478 A Guide to LaTeX Fourth Edition.
46479
46480 \emph default
46481  Addison-Wesley, 2003
46482 \end_layout
46483
46484 \begin_layout Bibliography
46485 \begin_inset CommandInset bibitem
46486 LatexCommand bibitem
46487 key "latexbook"
46488
46489 \end_inset
46490
46491 Leslie Lamport: 
46492 \emph on
46493 LaTeX: A Document Preparation System.
46494
46495 \emph default
46496  Addison-Wesley, second edition, 1994
46497 \end_layout
46498
46499 \begin_layout Bibliography
46500 \begin_inset CommandInset bibitem
46501 LatexCommand bibitem
46502 key "arydshln"
46503
46504 \end_inset
46505
46506 Documentation du paquetage LaTeX
46507 \series bold
46508  
46509 \begin_inset CommandInset href
46510 LatexCommand href
46511 name "arydshln"
46512 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46513
46514 \end_inset
46515
46516
46517 \series default
46518
46519 \begin_inset Index idx
46520 status collapsed
46521
46522 \begin_layout Plain Layout
46523 Paquetages LaTeX ! arydshln
46524 \end_layout
46525
46526 \end_inset
46527
46528
46529 \end_layout
46530
46531 \begin_layout Bibliography
46532 \begin_inset CommandInset bibitem
46533 LatexCommand bibitem
46534 key "booktabs"
46535
46536 \end_inset
46537
46538 Documentation du paquetage LaTeX 
46539 \series bold
46540
46541 \begin_inset CommandInset href
46542 LatexCommand href
46543 name "booktabs"
46544 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46545
46546 \end_inset
46547
46548
46549 \series default
46550
46551 \begin_inset Index idx
46552 status collapsed
46553
46554 \begin_layout Plain Layout
46555 Paquetages LaTeX ! booktabs
46556 \end_layout
46557
46558 \end_inset
46559
46560
46561 \end_layout
46562
46563 \begin_layout Bibliography
46564 \begin_inset CommandInset bibitem
46565 LatexCommand bibitem
46566 key "caption"
46567
46568 \end_inset
46569
46570 Documentation du paquetage LaTeX 
46571 \series bold
46572
46573 \begin_inset CommandInset href
46574 LatexCommand href
46575 name "caption"
46576 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46577
46578 \end_inset
46579
46580
46581 \series default
46582
46583 \begin_inset Index idx
46584 status collapsed
46585
46586 \begin_layout Plain Layout
46587 Paquetages LaTeX ! caption
46588 \end_layout
46589
46590 \end_inset
46591
46592
46593 \end_layout
46594
46595 \begin_layout Bibliography
46596 \begin_inset CommandInset bibitem
46597 LatexCommand bibitem
46598 key "diagbox"
46599
46600 \end_inset
46601
46602 Documentation du paquetage LaTeX 
46603 \series bold
46604
46605 \begin_inset CommandInset href
46606 LatexCommand href
46607 name "diagbox"
46608 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46609
46610 \end_inset
46611
46612
46613 \series default
46614
46615 \begin_inset Index idx
46616 status collapsed
46617
46618 \begin_layout Plain Layout
46619 Paquetages LaTeX ! diagbox
46620 \end_layout
46621
46622 \end_inset
46623
46624
46625 \end_layout
46626
46627 \begin_layout Bibliography
46628 \begin_inset CommandInset bibitem
46629 LatexCommand bibitem
46630 key "endfloat"
46631
46632 \end_inset
46633
46634 Documentation du paquetage LaTeX 
46635 \series bold
46636
46637 \begin_inset CommandInset href
46638 LatexCommand href
46639 name "endfloat"
46640 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46641
46642 \end_inset
46643
46644
46645 \series default
46646
46647 \begin_inset Index idx
46648 status collapsed
46649
46650 \begin_layout Plain Layout
46651 Paquetages LaTeX ! endfloat
46652 \end_layout
46653
46654 \end_inset
46655
46656
46657 \end_layout
46658
46659 \begin_layout Bibliography
46660 \begin_inset CommandInset bibitem
46661 LatexCommand bibitem
46662 key "footmisc"
46663
46664 \end_inset
46665
46666 Documentation du paquetage LaTeX 
46667 \series bold
46668
46669 \begin_inset CommandInset href
46670 LatexCommand href
46671 name "footmisc"
46672 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46673
46674 \end_inset
46675
46676
46677 \series default
46678
46679 \begin_inset Index idx
46680 status collapsed
46681
46682 \begin_layout Plain Layout
46683 Paquetages LaTeX ! footmisc
46684 \end_layout
46685
46686 \end_inset
46687
46688
46689 \end_layout
46690
46691 \begin_layout Bibliography
46692 \begin_inset CommandInset bibitem
46693 LatexCommand bibitem
46694 key "hypcap"
46695
46696 \end_inset
46697
46698 Documentation du paquetage LaTeX 
46699 \series bold
46700
46701 \begin_inset CommandInset href
46702 LatexCommand href
46703 name "hypcap"
46704 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46705
46706 \end_inset
46707
46708
46709 \series default
46710
46711 \begin_inset Index idx
46712 status collapsed
46713
46714 \begin_layout Plain Layout
46715 Paquetages LaTeX ! hyperref
46716 \end_layout
46717
46718 \end_inset
46719
46720
46721 \end_layout
46722
46723 \begin_layout Bibliography
46724 \begin_inset CommandInset bibitem
46725 LatexCommand bibitem
46726 key "hyperref"
46727
46728 \end_inset
46729
46730 Documentation du paquetage LaTeX 
46731 \series bold
46732
46733 \begin_inset CommandInset href
46734 LatexCommand href
46735 name "hyperref"
46736 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46737
46738 \end_inset
46739
46740
46741 \series default
46742
46743 \begin_inset Index idx
46744 status collapsed
46745
46746 \begin_layout Plain Layout
46747 Paquetages LaTeX ! hyperref
46748 \end_layout
46749
46750 \end_inset
46751
46752
46753 \end_layout
46754
46755 \begin_layout Bibliography
46756 \begin_inset CommandInset bibitem
46757 LatexCommand bibitem
46758 key "KOMA-Script"
46759
46760 \end_inset
46761
46762 Documentation du paquetage LaTeX 
46763 \series bold
46764
46765 \begin_inset CommandInset href
46766 LatexCommand href
46767 name "KOMA-Script"
46768 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
46769
46770 \end_inset
46771
46772
46773 \series default
46774
46775 \begin_inset Index idx
46776 status collapsed
46777
46778 \begin_layout Plain Layout
46779 Paquetages LaTeX ! KOMA-Script
46780 \end_layout
46781
46782 \end_inset
46783
46784
46785 \end_layout
46786
46787 \begin_layout Bibliography
46788 \begin_inset CommandInset bibitem
46789 LatexCommand bibitem
46790 key "lettrine"
46791
46792 \end_inset
46793
46794 Documentation du paquetage LaTeX 
46795 \series bold
46796
46797 \begin_inset CommandInset href
46798 LatexCommand href
46799 name "lettrine"
46800 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46801
46802 \end_inset
46803
46804
46805 \series default
46806  et un 
46807 \begin_inset CommandInset href
46808 LatexCommand href
46809 name "exemple"
46810 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46811
46812 \end_inset
46813
46814
46815 \begin_inset Index idx
46816 status collapsed
46817
46818 \begin_layout Plain Layout
46819 Paquetages LaTeX ! lettrine
46820 \end_layout
46821
46822 \end_inset
46823
46824
46825 \end_layout
46826
46827 \begin_layout Bibliography
46828 \begin_inset CommandInset bibitem
46829 LatexCommand bibitem
46830 key "listings"
46831
46832 \end_inset
46833
46834 Documentation du paquetage LaTeX 
46835 \series bold
46836
46837 \begin_inset CommandInset href
46838 LatexCommand href
46839 name "listings"
46840 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46841
46842 \end_inset
46843
46844
46845 \series default
46846
46847 \begin_inset Index idx
46848 status collapsed
46849
46850 \begin_layout Plain Layout
46851 Paquetages LaTeX ! listings
46852 \end_layout
46853
46854 \end_inset
46855
46856
46857 \end_layout
46858
46859 \begin_layout Bibliography
46860 \begin_inset CommandInset bibitem
46861 LatexCommand bibitem
46862 key "marginnote"
46863
46864 \end_inset
46865
46866 Documentation du paquetage LaTeX 
46867 \series bold
46868
46869 \begin_inset CommandInset href
46870 LatexCommand href
46871 name "marginnote"
46872 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46873
46874 \end_inset
46875
46876
46877 \series default
46878
46879 \begin_inset Index idx
46880 status collapsed
46881
46882 \begin_layout Plain Layout
46883 Paquetages LaTeX ! marginnote
46884 \end_layout
46885
46886 \end_inset
46887
46888
46889 \end_layout
46890
46891 \begin_layout Bibliography
46892 \begin_inset CommandInset bibitem
46893 LatexCommand bibitem
46894 key "pdfpages"
46895
46896 \end_inset
46897
46898 Documentation du paquetage LaTeX 
46899 \series bold
46900
46901 \begin_inset CommandInset href
46902 LatexCommand href
46903 name "pdfpages"
46904 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46905
46906 \end_inset
46907
46908
46909 \series default
46910
46911 \begin_inset Index idx
46912 status collapsed
46913
46914 \begin_layout Plain Layout
46915 Paquetages LaTeX ! pdfpages
46916 \end_layout
46917
46918 \end_inset
46919
46920
46921 \end_layout
46922
46923 \begin_layout Bibliography
46924 \begin_inset CommandInset bibitem
46925 LatexCommand bibitem
46926 key "prettyref"
46927
46928 \end_inset
46929
46930 Documentation du paquetage LaTeX
46931 \series bold
46932  
46933 \begin_inset CommandInset href
46934 LatexCommand href
46935 name "prettyref"
46936 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46937
46938 \end_inset
46939
46940
46941 \series default
46942
46943 \begin_inset Index idx
46944 status collapsed
46945
46946 \begin_layout Plain Layout
46947 Paquetages LaTeX ! prettyref
46948 \end_layout
46949
46950 \end_inset
46951
46952
46953 \end_layout
46954
46955 \begin_layout Bibliography
46956 \begin_inset CommandInset bibitem
46957 LatexCommand bibitem
46958 key "pstricks"
46959
46960 \end_inset
46961
46962 Page Web du paquetage LaTeX 
46963 \series bold
46964
46965 \begin_inset CommandInset href
46966 LatexCommand href
46967 name "PSTricks"
46968 target "http://tug.org/PSTricks/"
46969
46970 \end_inset
46971
46972
46973 \series default
46974
46975 \begin_inset Index idx
46976 status collapsed
46977
46978 \begin_layout Plain Layout
46979 Paquetages LaTeX ! PSTricks
46980 \end_layout
46981
46982 \end_inset
46983
46984
46985 \end_layout
46986
46987 \begin_layout Bibliography
46988 \begin_inset CommandInset bibitem
46989 LatexCommand bibitem
46990 key "refstyle"
46991
46992 \end_inset
46993
46994 Documentation du paquetage LaTeX
46995 \series bold
46996  
46997 \begin_inset CommandInset href
46998 LatexCommand href
46999 name "refstyle"
47000 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
47001
47002 \end_inset
47003
47004
47005 \series default
47006
47007 \begin_inset Index idx
47008 status collapsed
47009
47010 \begin_layout Plain Layout
47011 Paquetages LaTeX ! refstyle
47012 \end_layout
47013
47014 \end_inset
47015
47016
47017 \end_layout
47018
47019 \begin_layout Bibliography
47020 \begin_inset CommandInset bibitem
47021 LatexCommand bibitem
47022 key "sidecap"
47023
47024 \end_inset
47025
47026 Documentation du paquetage LaTeX 
47027 \series bold
47028
47029 \begin_inset CommandInset href
47030 LatexCommand href
47031 name "sidecap"
47032 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
47033
47034 \end_inset
47035
47036
47037 \series default
47038
47039 \begin_inset Index idx
47040 status collapsed
47041
47042 \begin_layout Plain Layout
47043 Paquetages LaTeX ! sidecap
47044 \end_layout
47045
47046 \end_inset
47047
47048
47049 \end_layout
47050
47051 \begin_layout Bibliography
47052 \begin_inset CommandInset bibitem
47053 LatexCommand bibitem
47054 key "NewInLyX20"
47055
47056 \end_inset
47057
47058
47059 \begin_inset CommandInset href
47060 LatexCommand href
47061 name "Page Wiki"
47062 target "http://wiki.lyx.org/LyX/NewInLyX20"
47063
47064 \end_inset
47065
47066  au sujet des nouveautés de 
47067 \family sans
47068 LyX 2.0
47069 \family default
47070 .
47071 \end_layout
47072
47073 \begin_layout Standard
47074 \begin_inset CommandInset index_print
47075 LatexCommand printindex
47076 type "idx"
47077
47078 \end_inset
47079
47080
47081 \end_layout
47082
47083 \end_body
47084 \end_document