]> git.lyx.org Git - features.git/blob - lib/doc/fr/EmbeddedObjects.lyx
d5c69a6f3ec655dabb39740ceb42e7af0e10354f
[features.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used for colored table rows
85 \usepackage[table]{xcolor}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % insert additional vertical space of
109 % 1.5 mm between footnotes
110 \let\myFoot\footnote
111 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
112
113 % number algorithm floats within chapters
114 \numberwithin{algorithm}{chapter}
115
116
117 % ------------------------------------
118 % used to check for needed LaTeX packages
119 \usepackage{ifthen}
120
121 % check for package arydshln
122 % used for tables with dashed lines
123 \newboolean{arydshln}
124 \IfFileExists{arydshln.sty}
125  {\usepackage{arydshln}
126   \setboolean{arydshln}{true}}
127  {\setboolean{arydshln}{false}}
128
129 % check for package marginnote
130 % used for margin notes
131 \newboolean{marginnote}
132 \IfFileExists{marginnote.sty}
133  {\usepackage{marginnote}
134   \let\marginpar\marginnote
135   \setboolean{marginnote}{true}}
136  {\setboolean{marginnote}{false}}
137
138 % check for package sidecap
139 % used for captions on the side
140 \newboolean{sidecap}
141 \IfFileExists{sidecap.sty}
142  {\usepackage{sidecap}
143   \setboolean{sidecap}{true}}
144  {\setboolean{sidecap}{false}}
145
146 % check for picinpar
147 % used for surrounded fixed objects
148 \newboolean{picinpar}
149 \IfFileExists{picinpar.sty}
150  {\usepackage{picinpar}
151   \setboolean{picinpar}{true}}
152  {\setboolean{picinpar}{false}}
153
154 % check for lettrine
155 \newboolean{lettrine}
156 \IfFileExists{lettrine.sty}
157  {\usepackage{lettrine}
158   \setboolean{lettrine}{true}}
159  {\setboolean{lettrine}{false}}
160
161 % check for diagbox
162 \newboolean{diagbox}
163 \IfFileExists{diagbox.sty}
164  {\usepackage{diagbox}
165   \setboolean{diagbox}{true}}
166  {\setboolean{diagbox}{false}}
167
168 % use normal list environments also in French documents
169 \frenchbsetup{StandardLayout}
170 \end_preamble
171 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
172 \use_default_options false
173 \begin_modules
174 initials
175 \end_modules
176 \maintain_unincluded_children false
177 \language french
178 \language_package default
179 \inputencoding auto
180 \fontencoding global
181 \font_roman default
182 \font_sans default
183 \font_typewriter default
184 \font_math auto
185 \font_default_family default
186 \use_non_tex_fonts false
187 \font_sc false
188 \font_osf false
189 \font_sf_scale 100
190 \font_tt_scale 100
191 \graphics default
192 \default_output_format default
193 \output_sync 0
194 \bibtex_command default
195 \index_command default
196 \paperfontsize 12
197 \spacing single
198 \use_hyperref true
199 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
200 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
201 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
202 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
203 \pdf_bookmarks true
204 \pdf_bookmarksnumbered true
205 \pdf_bookmarksopen true
206 \pdf_bookmarksopenlevel 1
207 \pdf_breaklinks false
208 \pdf_pdfborder false
209 \pdf_colorlinks true
210 \pdf_backref false
211 \pdf_pdfusetitle false
212 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
213 \papersize default
214 \use_geometry false
215 \use_package amsmath 2
216 \use_package amssymb 2
217 \use_package cancel 0
218 \use_package esint 0
219 \use_package mathdots 1
220 \use_package mathtools 0
221 \use_package mhchem 1
222 \use_package stackrel 0
223 \use_package stmaryrd 0
224 \use_package undertilde 0
225 \cite_engine basic
226 \cite_engine_type default
227 \biblio_style plain
228 \use_bibtopic false
229 \use_indices false
230 \paperorientation portrait
231 \suppress_date false
232 \justification true
233 \use_refstyle 0
234 \notefontcolor #0000ff
235 \index Index
236 \shortcut idx
237 \color #008000
238 \end_index
239 \secnumdepth 3
240 \tocdepth 3
241 \paragraph_separation skip
242 \defskip medskip
243 \quotes_language french
244 \papercolumns 1
245 \papersides 2
246 \paperpagestyle default
247 \tracking_changes false
248 \output_changes false
249 \html_math_output 0
250 \html_css_as_file 0
251 \html_be_strict false
252 \end_header
253
254 \begin_body
255
256 \begin_layout Title
257 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
258  les boîtes et les objets externes de LyX
259 \end_layout
260
261 \begin_layout Author
262 par l'Équipe LyX
263 \begin_inset Foot
264 status collapsed
265
266 \begin_layout Plain Layout
267 \noindent
268 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
269  de la documentation de LyX: 
270 \begin_inset CommandInset href
271 LatexCommand href
272 name "lyx-docs@lists.lyx.org"
273 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
274 type "mailto:"
275
276 \end_inset
277
278
279 \end_layout
280
281 \end_inset
282
283
284 \begin_inset Note Note
285 status collapsed
286
287 \begin_layout Plain Layout
288 auteur original : Uwe Stöhr
289 \end_layout
290
291 \begin_layout Plain Layout
292 Traduction française : Siegfried Meunier-Guttin-Cluzel
293 \end_layout
294
295 \begin_layout Plain Layout
296 remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Insertio
297 n/Navigation, 31/10/2012, JPChrétien
298 \end_layout
299
300 \begin_layout Plain Layout
301 version initiale 2.1.x avril 2014, mise à jour J.P.
302  Chrétien
303 \end_layout
304
305 \end_inset
306
307
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \family sans
317 Version 2.1.x
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset CommandInset toc
322 LatexCommand tableofcontents
323
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Standard
330 \begin_inset Note Note
331 status open
332
333 \begin_layout Plain Layout
334 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
335  
336 \series bold
337 arydshln
338 \series default
339
340 \series bold
341 colortbl
342 \series default
343
344 \series bold
345 diagbox, lettrine, marginnote, picinpar
346 \series default
347 , et 
348 \series bold
349 sidecap
350 \series default
351  doivent être installés.
352  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
353  les sections qui nécessitent les paquetages en question n'apparaîtront
354  pas sur la sortie.
355 \end_layout
356
357 \begin_layout Plain Layout
358 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
359 \begin_inset Newline newline
360 \end_inset
361
362
363 \series bold
364 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
365 \end_layout
366
367 \end_inset
368
369
370 \end_layout
371
372 \begin_layout Chapter
373 Figures
374 \begin_inset Index idx
375 status collapsed
376
377 \begin_layout Plain Layout
378 Figures
379 \end_layout
380
381 \end_inset
382
383
384 \begin_inset Index idx
385 status collapsed
386
387 \begin_layout Plain Layout
388 Graphiques|see
389 \begin_inset ERT
390 status collapsed
391
392 \begin_layout Plain Layout
393
394 {
395 \end_layout
396
397 \end_inset
398
399 Figures
400 \begin_inset ERT
401 status collapsed
402
403 \begin_layout Plain Layout
404
405 }
406 \end_layout
407
408 \end_inset
409
410
411 \end_layout
412
413 \end_inset
414
415
416 \end_layout
417
418 \begin_layout Section
419 La fenêtre de dialogue graphique
420 \begin_inset Index idx
421 status collapsed
422
423 \begin_layout Plain Layout
424 Figures ! Fenêtre de dialogue Graphique
425 \end_layout
426
427 \end_inset
428
429
430 \begin_inset CommandInset label
431 LatexCommand label
432 name "sec:Graphics-Dialog"
433
434 \end_inset
435
436
437 \end_layout
438
439 \begin_layout Standard
440 Pour placer une figure dans votre document, cliquez sur le bouton 
441 \begin_inset Info
442 type  "icon"
443 arg   "dialog-show-new-inset graphics"
444 \end_inset
445
446  dans la barre d'outils, ou faites 
447 \family sans
448 Insertion\SpecialChar \menuseparator
449 Graphique
450 \family default
451 .
452  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
453  à charger.
454  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
455  dans le texte.
456 \end_layout
457
458 \begin_layout Standard
459 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
460  sur une image
461 \begin_inset Note Note
462 status collapsed
463
464 \begin_layout Plain Layout
465 Ça marche aussi avec le bouton gauche ! (NdT)
466 \end_layout
467
468 \end_inset
469
470 .
471  Cette fenêtre de dialogue possède trois onglets:
472 \end_layout
473
474 \begin_layout Description
475 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
476  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
477  Les unités de longueurs utilisées sont décrites dans l'appendice
478 \begin_inset space ~
479 \end_inset
480
481
482 \begin_inset CommandInset ref
483 LatexCommand ref
484 reference "cha:Unités-de-longueur"
485
486 \end_inset
487
488 .
489 \begin_inset Newline newline
490 \end_inset
491
492
493 \begin_inset Index idx
494 status collapsed
495
496 \begin_layout Plain Layout
497 Figures ! Pivotées
498 \end_layout
499
500 \end_inset
501
502 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
503  d'une montre, en donnant l'angle de rotation et la position du pivot.
504  L'image apparaîtra pivotée dans LyX.
505 \begin_inset Newline newline
506 \end_inset
507
508
509 \begin_inset Index idx
510 status collapsed
511
512 \begin_layout Plain Layout
513 Figures ! Redimensionnées
514 \end_layout
515
516 \end_inset
517
518 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
519  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
520  sa largeur.
521  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
522  déterminée automatiquement.
523  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
524  éventuellement une distorsion.
525  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
526  
527 \family sans
528 Conserver
529 \begin_inset space ~
530 \end_inset
531
532 les
533 \begin_inset space ~
534 \end_inset
535
536 proportions
537 \family default
538 .
539  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
540  pas les valeurs fixées.
541  
542 \begin_inset Newline newline
543 \end_inset
544
545 Les images peuvent être modifiée en utilisant le programme de votre choix
546  en faisant un clic droit dessus et en choisissant 
547 \family sans
548 Éditer le fichier ailleurs
549 \family default
550  dans le menu contextuel qui apparaît.
551  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
552  
553 \family sans
554 Formats
555 \begin_inset space ~
556 \end_inset
557
558 de
559 \begin_inset space ~
560 \end_inset
561
562 fichiers
563 \family default
564  dans la fenêtre de dialogue de 
565 \family sans
566 Préférences
567 \family default
568  de LyX.
569 \end_layout
570
571 \begin_layout Description
572 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
573  la sortie finale est de modifier les coordonnées de la zone de l'image
574  qui est affichée.
575  Cette zone peut être calculée automatiquement à partir des données présentes
576  dans le fichier en appuyant sur le bouton 
577 \family sans
578 Valeurs
579 \begin_inset space ~
580 \end_inset
581
582 du
583 \begin_inset space ~
584 \end_inset
585
586 Fichier
587 \family default
588 .
589  Avec l'option 
590 \family sans
591 Couper
592 \begin_inset space ~
593 \end_inset
594
595 à
596 \begin_inset space ~
597 \end_inset
598
599 la
600 \begin_inset space ~
601 \end_inset
602
603 boîte
604 \begin_inset space ~
605 \end_inset
606
607 de
608 \begin_inset space ~
609 \end_inset
610
611 délimitation, 
612 \family default
613 seule la portion de l'image qui est dans la zone définie sera imprimée.
614  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
615  donc vous pouvez ignorer l'onglet 
616 \family sans
617 Rogner
618 \family default
619 .
620 \end_layout
621
622 \begin_layout Description
623
624 \family sans
625 Options
626 \begin_inset space ~
627 \end_inset
628
629 LaTeX
630 \begin_inset space ~
631 \end_inset
632
633 et
634 \begin_inset space ~
635 \end_inset
636
637 LyX
638 \family default
639  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
640  les experts ès-LaTeX pourront fournir des options supplémentaires pour
641  LaTeX
642 \begin_inset Newline newline
643 \end_inset
644
645 L'option 
646 \family sans
647 Mode brouillon
648 \family default
649  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
650  avec la taille de l'image.
651 \begin_inset Newline newline
652 \end_inset
653
654 L'option 
655 \family sans
656 Ne
657 \begin_inset space ~
658 \end_inset
659
660 pas
661 \begin_inset space ~
662 \end_inset
663
664 décompresser
665 \begin_inset space ~
666 \end_inset
667
668 à
669 \begin_inset space ~
670 \end_inset
671
672 l'exportation
673 \family default
674  n'affectera que les graphiques EPS zippés, par exemple 
675 \family typewriter
676 x.eps.gz
677 \family default
678 .
679  Quand cette option est activée, les images ne sont pas décompressées à
680  l'exportation, vu que LaTeX peut les traiter telles-quelles
681 \begin_inset Newline newline
682 \end_inset
683
684 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
685  disques quand on utilise PostScript comme format de sortie, voir l'appendice
686 \begin_inset space ~
687 \end_inset
688
689
690 \begin_inset CommandInset ref
691 LatexCommand ref
692 reference "sec:PostScript"
693
694 \end_inset
695
696 .
697  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
698  terminal UNIX ou une console Windows:
699 \begin_inset Newline newline
700 \end_inset
701
702
703 \series bold
704 gzip x.eps
705 \series default
706
707 \begin_inset Newline newline
708 \end_inset
709
710
711 \series bold
712 zgrep %%Bounding x.eps.gz > x.eps.bb
713 \series default
714
715 \begin_inset Newline newline
716 \end_inset
717
718 La seconde commande va créer le fichier contenant la description de la boîte
719  de délimitation 
720 \begin_inset Quotes fld
721 \end_inset
722
723
724 \family typewriter
725 x.eps.bb
726 \family default
727
728 \begin_inset Quotes frd
729 \end_inset
730
731  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
732 \begin_inset Newline newline
733 \end_inset
734
735 Dans la section 
736 \family sans
737 Groupe
738 \begin_inset space ~
739 \end_inset
740
741 de
742 \begin_inset space ~
743 \end_inset
744
745 graphiques
746 \family default
747  vous pouvez définir ou de choisir un groupe de paramètres d'image
748 \begin_inset Index idx
749 status collapsed
750
751 \begin_layout Plain Layout
752 Figures ! Groupes de paramétrisation
753 \end_layout
754
755 \end_inset
756
757 .
758  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
759  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
760  les autres soient automatiquement modifiées de la même manière.
761  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
762  avoir à modifier leur taille manuellement une par une.
763  On peut rattacher une image à un groupe existant en utilisant le menu contextue
764 l de l'image et en cochant le nom du groupe dans la liste
765 \begin_inset Foot
766 status collapsed
767
768 \begin_layout Plain Layout
769 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
770 \end_layout
771
772 \end_inset
773
774 .
775 \end_layout
776
777 \begin_layout Standard
778 \begin_inset VSpace bigskip
779 \end_inset
780
781
782 \end_layout
783
784 \begin_layout Standard
785 Voici un exemple d'image au format EPS
786 \begin_inset Foot
787 status collapsed
788
789 \begin_layout Plain Layout
790 Les format d'images sont décrits dans la section
791 \begin_inset space ~
792 \end_inset
793
794
795 \begin_inset CommandInset ref
796 LatexCommand ref
797 reference "sec:Image-Formats"
798
799 \end_inset
800
801 .
802 \end_layout
803
804 \end_inset
805
806  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
807 nt:
808 \end_layout
809
810 \begin_layout Standard
811 \align center
812 \begin_inset Graphics
813         filename ../clipart/mobius.eps
814         scale 70
815         scaleBeforeRotation
816         rotateOrigin center
817
818 \end_inset
819
820
821 \end_layout
822
823 \begin_layout Standard
824 Et voici la même image mais en mode brouillon:
825 \end_layout
826
827 \begin_layout Standard
828 \align center
829 \begin_inset Graphics
830         filename ../clipart/mobius.eps
831         scale 70
832         draft
833         scaleBeforeRotation
834         rotateOrigin center
835
836 \end_inset
837
838
839 \end_layout
840
841 \begin_layout Section
842 Figures flottantes
843 \begin_inset CommandInset label
844 LatexCommand label
845 name "sec:Figure-Floats"
846
847 \end_inset
848
849
850 \begin_inset Index idx
851 status collapsed
852
853 \begin_layout Plain Layout
854 Flottants ! Figures
855 \end_layout
856
857 \end_inset
858
859
860 \begin_inset Index idx
861 status collapsed
862
863 \begin_layout Plain Layout
864 Figures ! Flottants
865 \end_layout
866
867 \end_inset
868
869
870 \end_layout
871
872 \begin_layout Standard
873 Pour des explications d'ordre général concernant les flottants, jetez un
874  coup d'œil à la section
875 \begin_inset space ~
876 \end_inset
877
878
879 \begin_inset CommandInset ref
880 LatexCommand ref
881 reference "sec:Flottants-Introduction"
882
883 \end_inset
884
885 .
886 \end_layout
887
888 \begin_layout Standard
889 Le bouton 
890 \begin_inset Info
891 type  "icon"
892 arg   "float-insert figure"
893 \end_inset
894
895  de la barre d'outils et le menu 
896 \family sans
897 Insertion\SpecialChar \menuseparator
898 Flottant\SpecialChar \menuseparator
899 Figure
900 \family default
901  insèrent un flottant avec l'étiquette 
902 \begin_inset Quotes fld
903 \end_inset
904
905
906 \series bold
907 Figure
908 \begin_inset space ~
909 \end_inset
910
911 #:
912 \series default
913
914 \begin_inset Quotes frd
915 \end_inset
916
917  (# est le numéro réel de l'image).
918  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
919 \begin_inset space ~
920 \end_inset
921
922
923 \begin_inset CommandInset ref
924 LatexCommand ref
925 reference "fig:kill-plat"
926
927 \end_inset
928
929  ou en dessous de la légende comme pour la Figure
930 \begin_inset space ~
931 \end_inset
932
933
934 \begin_inset CommandInset ref
935 LatexCommand ref
936 reference "fig:escher"
937
938 \end_inset
939
940 .
941  Vous trouverez plus d'information sur le positionnement des légendes dans
942  la section
943 \begin_inset space ~
944 \end_inset
945
946
947 \begin_inset CommandInset ref
948 LatexCommand ref
949 reference "sec:Placement-légende"
950
951 \end_inset
952
953 .
954 \end_layout
955
956 \begin_layout Standard
957 \begin_inset Float figure
958 wide false
959 sideways false
960 status open
961
962 \begin_layout Plain Layout
963 \align center
964 \begin_inset Graphics
965         filename ../clipart/platypus.eps
966         width 50col%
967         scaleBeforeRotation
968         rotateOrigin center
969
970 \end_inset
971
972
973 \end_layout
974
975 \begin_layout Plain Layout
976 \begin_inset Caption Standard
977
978 \begin_layout Plain Layout
979 \begin_inset CommandInset label
980 LatexCommand label
981 name "fig:kill-plat"
982
983 \end_inset
984
985 Un ornithorynque sévèrement déformé dans un flottant de figure.
986 \end_layout
987
988 \end_inset
989
990
991 \end_layout
992
993 \end_inset
994
995
996 \end_layout
997
998 \begin_layout Standard
999 \begin_inset Float figure
1000 wide false
1001 sideways false
1002 status open
1003
1004 \begin_layout Plain Layout
1005 \begin_inset Caption Standard
1006
1007 \begin_layout Plain Layout
1008 \begin_inset CommandInset label
1009 LatexCommand label
1010 name "fig:escher"
1011
1012 \end_inset
1013
1014 M.C.
1015  Escher sous LSD.
1016 \end_layout
1017
1018 \end_inset
1019
1020
1021 \end_layout
1022
1023 \begin_layout Plain Layout
1024 \align center
1025 \begin_inset Graphics
1026         filename ../clipart/escher-lsd.eps
1027         scale 80
1028         scaleBeforeRotation
1029         rotateOrigin center
1030
1031 \end_inset
1032
1033
1034 \end_layout
1035
1036 \end_inset
1037
1038
1039 \end_layout
1040
1041 \begin_layout Standard
1042 \begin_inset Index idx
1043 status collapsed
1044
1045 \begin_layout Plain Layout
1046 References@Références ! à des Figures
1047 \end_layout
1048
1049 \end_inset
1050
1051 Les figure
1052 \begin_inset space ~
1053 \end_inset
1054
1055
1056 \begin_inset CommandInset ref
1057 LatexCommand ref
1058 reference "fig:kill-plat"
1059
1060 \end_inset
1061
1062  et 
1063 \begin_inset CommandInset ref
1064 LatexCommand ref
1065 reference "fig:escher"
1066
1067 \end_inset
1068
1069  sont des exemples de figures référencées.
1070  Dans le texte, on fait référence à une figure en faisant référence à sa
1071  légende.
1072  On insère donc une étiquette dans la légende en utilisant le menu 
1073 \family sans
1074 Insertion
1075 \family default
1076 \SpecialChar \menuseparator
1077
1078 \family sans
1079 Étiquette
1080 \family default
1081  ou le bouton 
1082 \begin_inset Info
1083 type  "icon"
1084 arg   "label-insert"
1085 \end_inset
1086
1087  de la barre d'outils.
1088  On peut alors faire référence à cette étiquette en utilisant le menu 
1089 \family sans
1090 Insertion\SpecialChar \menuseparator
1091 Référence
1092 \begin_inset space ~
1093 \end_inset
1094
1095 croisée
1096 \family default
1097  ou le bouton 
1098 \begin_inset Info
1099 type  "icon"
1100 arg   "dialog-show-new-inset ref"
1101 \end_inset
1102
1103  de la barre d'outils.
1104  Il est important d'utiliser des références pour les flottants de figures
1105  plutôt que des locutions vagues du genre 
1106 \begin_inset Quotes fld
1107 \end_inset
1108
1109 la figure ci-dessous
1110 \begin_inset Quotes frd
1111 \end_inset
1112
1113 , puisque LaTeX va repositionner la figure dans le document final.
1114  Votre figure risque de ne plus être ci-dessous du tout !
1115 \begin_inset Newline newline
1116 \end_inset
1117
1118 Le référencement est expliqué plus en détail dans la section
1119 \begin_inset space ~
1120 \end_inset
1121
1122
1123 \begin_inset CommandInset ref
1124 LatexCommand ref
1125 reference "sec:Referencer-les-Flottants"
1126
1127 \end_inset
1128
1129 .
1130 \end_layout
1131
1132 \begin_layout Standard
1133 En principe on met une seule figure dans un flottant, mais parfois vous
1134  pouvez vouloir deux figures avec chacune sa sous-légende.
1135  C'est possible en insérant des flottants d'image dans des flottants d'image
1136  existants.
1137  Notez que seule la légende principale des flottants est reprise dans la
1138  liste des figures.
1139  La figure
1140 \begin_inset space ~
1141 \end_inset
1142
1143
1144 \begin_inset CommandInset ref
1145 LatexCommand ref
1146 reference "fig:Deux-images-déformées"
1147
1148 \end_inset
1149
1150  est un exemple de flottant de figure avec deux images mises l'une à côté
1151  de l'autre.
1152  Vous pouvez aussi mettre les images les unes sous les autres.
1153  Les figures
1154 \begin_inset space ~
1155 \end_inset
1156
1157
1158 \begin_inset CommandInset ref
1159 LatexCommand ref
1160 reference "fig:Structure-indéfinissable"
1161
1162 \end_inset
1163
1164  et 
1165 \begin_inset CommandInset ref
1166 LatexCommand ref
1167 reference "fig:Un-ornithorynque"
1168
1169 \end_inset
1170
1171  sont des sous-figures.
1172 \end_layout
1173
1174 \begin_layout Standard
1175 \begin_inset Float figure
1176 wide false
1177 sideways false
1178 status open
1179
1180 \begin_layout Plain Layout
1181 \begin_inset space \hfill{}
1182 \end_inset
1183
1184
1185 \begin_inset Float figure
1186 wide false
1187 sideways false
1188 status open
1189
1190 \begin_layout Plain Layout
1191 \begin_inset Caption Standard
1192
1193 \begin_layout Plain Layout
1194 \begin_inset CommandInset label
1195 LatexCommand label
1196 name "fig:Structure-indéfinissable"
1197
1198 \end_inset
1199
1200 Structure indéfinissable
1201 \end_layout
1202
1203 \end_inset
1204
1205
1206 \end_layout
1207
1208 \begin_layout Plain Layout
1209 \begin_inset Graphics
1210         filename ../clipart/escher-lsd.eps
1211         width 45col%
1212         scaleBeforeRotation
1213         groupId Déformés
1214
1215 \end_inset
1216
1217
1218 \end_layout
1219
1220 \end_inset
1221
1222
1223 \begin_inset space \hfill{}
1224 \end_inset
1225
1226
1227 \begin_inset Float figure
1228 wide false
1229 sideways false
1230 status open
1231
1232 \begin_layout Plain Layout
1233 \begin_inset Caption Standard
1234
1235 \begin_layout Plain Layout
1236 \begin_inset CommandInset label
1237 LatexCommand label
1238 name "fig:Un-ornithorynque"
1239
1240 \end_inset
1241
1242 Un ornithorynque
1243 \end_layout
1244
1245 \end_inset
1246
1247
1248 \end_layout
1249
1250 \begin_layout Plain Layout
1251 \begin_inset Graphics
1252         filename ../clipart/platypus.eps
1253         width 45col%
1254         scaleBeforeRotation
1255         groupId Déformés
1256
1257 \end_inset
1258
1259
1260 \end_layout
1261
1262 \end_inset
1263
1264
1265 \begin_inset space \hfill{}
1266 \end_inset
1267
1268
1269 \end_layout
1270
1271 \begin_layout Plain Layout
1272 \begin_inset Caption Standard
1273
1274 \begin_layout Plain Layout
1275 \begin_inset CommandInset label
1276 LatexCommand label
1277 name "fig:Deux-images-déformées"
1278
1279 \end_inset
1280
1281 Deux images déformées.
1282  Les deux images font partie du groupe de paramétrisation 
1283 \begin_inset Quotes fld
1284 \end_inset
1285
1286 déformés
1287 \begin_inset Quotes frd
1288 \end_inset
1289
1290 .
1291 \end_layout
1292
1293 \end_inset
1294
1295
1296 \end_layout
1297
1298 \end_inset
1299
1300
1301 \end_layout
1302
1303 \begin_layout Section
1304 Les formats d'images
1305 \begin_inset CommandInset label
1306 LatexCommand label
1307 name "sec:Image-Formats"
1308
1309 \end_inset
1310
1311
1312 \begin_inset Index idx
1313 status collapsed
1314
1315 \begin_layout Plain Layout
1316 Formats d' images
1317 \end_layout
1318
1319 \end_inset
1320
1321
1322 \begin_inset Index idx
1323 status collapsed
1324
1325 \begin_layout Plain Layout
1326 Figures ! Formats d'images
1327 \end_layout
1328
1329 \end_inset
1330
1331
1332 \end_layout
1333
1334 \begin_layout Standard
1335 Vous pouvez insérer des images dans n'importe quel format connu.
1336  Mais, comme nous l'avons expliqué dans l'appendice
1337 \begin_inset space ~
1338 \end_inset
1339
1340
1341 \begin_inset CommandInset ref
1342 LatexCommand ref
1343 reference "cha:Formats-fichiers-graphiques"
1344
1345 \end_inset
1346
1347 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1348  de formats d'images.
1349  Pour s'en sortir LyX utilise le programme 
1350 \family typewriter
1351 ImageMagick
1352 \family default
1353  en arrière plan pour convertir les formats que vous utilisez dans un des
1354  formats acceptés par le format de sortie.
1355  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1356 ons en n'utilisant que les formats listés dans les sous sections de l'appendice
1357 \begin_inset space ~
1358 \end_inset
1359
1360
1361 \begin_inset CommandInset ref
1362 LatexCommand ref
1363 reference "cha:Formats-fichiers-graphiques"
1364
1365 \end_inset
1366
1367 .
1368 \end_layout
1369
1370 \begin_layout Standard
1371 Comme pour les polices de caractères, il y a deux grands types de formats
1372  d'images:
1373 \end_layout
1374
1375 \begin_layout Description
1376 Les
1377 \begin_inset space ~
1378 \end_inset
1379
1380 images
1381 \begin_inset space ~
1382 \end_inset
1383
1384 Matricielles
1385 \begin_inset space ~
1386 \end_inset
1387
1388 (ou
1389 \begin_inset space ~
1390 \end_inset
1391
1392 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1393  enregistrés sous un format compressé.
1394  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1395  petits carrés quand on utilise des agrandissements trop importants (aspect
1396  
1397 \begin_inset Quotes fld
1398 \end_inset
1399
1400 pixellisé
1401 \begin_inset Quotes frd
1402 \end_inset
1403
1404 ).
1405  Les formats matriciels les plus connus sont le GIF (
1406 \begin_inset Quotes fld
1407 \end_inset
1408
1409 Graphics Interchange Format
1410 \begin_inset Quotes frd
1411 \end_inset
1412
1413 , avec comme suffixe de fichier 
1414 \begin_inset Quotes fld
1415 \end_inset
1416
1417
1418 \family typewriter
1419 .gif
1420 \family default
1421
1422 \begin_inset Quotes frd
1423 \end_inset
1424
1425 )
1426 \begin_inset Index idx
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430 GIF|see
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 {
1437 \end_layout
1438
1439 \end_inset
1440
1441 Format d'image
1442 \begin_inset ERT
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446
1447 }
1448 \end_layout
1449
1450 \end_inset
1451
1452
1453 \end_layout
1454
1455 \end_inset
1456
1457 , le PNG (
1458 \begin_inset Quotes fld
1459 \end_inset
1460
1461 Portable Network Graphics
1462 \begin_inset Quotes frd
1463 \end_inset
1464
1465 , suffixe 
1466 \begin_inset Quotes fld
1467 \end_inset
1468
1469
1470 \family typewriter
1471 .png
1472 \family default
1473
1474 \begin_inset Quotes frd
1475 \end_inset
1476
1477 )
1478 \begin_inset Index idx
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482 PNG|see
1483 \begin_inset ERT
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487
1488 {
1489 \end_layout
1490
1491 \end_inset
1492
1493 Formats d'image
1494 \begin_inset ERT
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498
1499 }
1500 \end_layout
1501
1502 \end_inset
1503
1504
1505 \end_layout
1506
1507 \end_inset
1508
1509  et le JPG (
1510 \begin_inset Quotes fld
1511 \end_inset
1512
1513 Joint Photographic Expert Group
1514 \begin_inset Quotes frd
1515 \end_inset
1516
1517 , suffixe 
1518 \begin_inset Quotes fld
1519 \end_inset
1520
1521
1522 \family typewriter
1523 .jpg
1524 \family default
1525
1526 \begin_inset Quotes frd
1527 \end_inset
1528
1529  ou 
1530 \begin_inset Quotes fld
1531 \end_inset
1532
1533
1534 \family typewriter
1535 .jpeg
1536 \family default
1537
1538 \begin_inset Quotes frd
1539 \end_inset
1540
1541 )
1542 \begin_inset Index idx
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546 JPG|see
1547 \begin_inset ERT
1548 status collapsed
1549
1550 \begin_layout Plain Layout
1551
1552 {
1553 \end_layout
1554
1555 \end_inset
1556
1557 Formats d'image
1558 \begin_inset ERT
1559 status collapsed
1560
1561 \begin_layout Plain Layout
1562
1563 }
1564 \end_layout
1565
1566 \end_inset
1567
1568
1569 \end_layout
1570
1571 \end_inset
1572
1573 .
1574 \end_layout
1575
1576 \begin_layout Description
1577 Les
1578 \begin_inset space ~
1579 \end_inset
1580
1581 images
1582 \begin_inset space ~
1583 \end_inset
1584
1585 Vectorielles
1586 \begin_inset space ~
1587 \end_inset
1588
1589 (ou
1590 \begin_inset space ~
1591 \end_inset
1592
1593 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1594  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1595 nnée comme on le veut sans perte de précision.
1596  La possibilité de redimensionner les images est très utilisé pour les présentat
1597 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1598 nnement.
1599  Le redimensionnement permet aussi de présenter des documents en ligne où
1600  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1601  étudier les détails.
1602 \begin_inset Newline newline
1603 \end_inset
1604
1605 Les principaux formats vectoriels sont le SVG (
1606 \begin_inset Quotes fld
1607 \end_inset
1608
1609 Scalable Vector Graphics
1610 \begin_inset Quotes frd
1611 \end_inset
1612
1613 , suffixe 
1614 \begin_inset Quotes fld
1615 \end_inset
1616
1617
1618 \family typewriter
1619 .svg
1620 \family default
1621
1622 \begin_inset Quotes frd
1623 \end_inset
1624
1625 )
1626 \begin_inset Index idx
1627 status collapsed
1628
1629 \begin_layout Plain Layout
1630 SVG|see
1631 \begin_inset ERT
1632 status collapsed
1633
1634 \begin_layout Plain Layout
1635
1636 {
1637 \end_layout
1638
1639 \end_inset
1640
1641 Format d'image
1642 \begin_inset ERT
1643 status collapsed
1644
1645 \begin_layout Plain Layout
1646
1647 }
1648 \end_layout
1649
1650 \end_inset
1651
1652
1653 \end_layout
1654
1655 \end_inset
1656
1657 , l'EPS ( 
1658 \begin_inset Quotes fld
1659 \end_inset
1660
1661 encapsulated PostScript
1662 \begin_inset Quotes frd
1663 \end_inset
1664
1665 , suffixe 
1666 \begin_inset Quotes fld
1667 \end_inset
1668
1669
1670 \family typewriter
1671 .eps
1672 \family default
1673
1674 \begin_inset Quotes frd
1675 \end_inset
1676
1677 )
1678 \begin_inset Index idx
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682 EPS|see
1683 \begin_inset ERT
1684 status collapsed
1685
1686 \begin_layout Plain Layout
1687
1688 {
1689 \end_layout
1690
1691 \end_inset
1692
1693 Format d'image
1694 \begin_inset ERT
1695 status collapsed
1696
1697 \begin_layout Plain Layout
1698
1699 }
1700 \end_layout
1701
1702 \end_inset
1703
1704
1705 \end_layout
1706
1707 \end_inset
1708
1709 , le PDF (
1710 \begin_inset Quotes fld
1711 \end_inset
1712
1713 Portable Document Format
1714 \begin_inset Quotes frd
1715 \end_inset
1716
1717 , suffixe 
1718 \begin_inset Quotes fld
1719 \end_inset
1720
1721
1722 \family typewriter
1723 .pdf
1724 \family default
1725
1726 \begin_inset Quotes frd
1727 \end_inset
1728
1729 )
1730 \begin_inset Index idx
1731 status collapsed
1732
1733 \begin_layout Plain Layout
1734 PDF|see
1735 \begin_inset ERT
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739
1740 {
1741 \end_layout
1742
1743 \end_inset
1744
1745 Format d'image
1746 \begin_inset ERT
1747 status collapsed
1748
1749 \begin_layout Plain Layout
1750
1751 }
1752 \end_layout
1753
1754 \end_inset
1755
1756
1757 \end_layout
1758
1759 \end_inset
1760
1761  et le WMF (
1762 \begin_inset Quotes fld
1763 \end_inset
1764
1765 Windows Metafile
1766 \begin_inset Quotes frd
1767 \end_inset
1768
1769 , suffixe 
1770 \begin_inset Quotes fld
1771 \end_inset
1772
1773
1774 \family typewriter
1775 .wfm
1776 \family default
1777
1778 \begin_inset Quotes frd
1779 \end_inset
1780
1781  ou 
1782 \begin_inset Quotes fld
1783 \end_inset
1784
1785
1786 \family typewriter
1787 .emf
1788 \family default
1789
1790 \begin_inset Quotes frd
1791 \end_inset
1792
1793 )
1794 \begin_inset Index idx
1795 status collapsed
1796
1797 \begin_layout Plain Layout
1798 WMF|see
1799 \begin_inset ERT
1800 status collapsed
1801
1802 \begin_layout Plain Layout
1803
1804 {
1805 \end_layout
1806
1807 \end_inset
1808
1809 Formats d'images
1810 \begin_inset ERT
1811 status collapsed
1812
1813 \begin_layout Plain Layout
1814
1815 }
1816 \end_layout
1817
1818 \end_inset
1819
1820
1821 \end_layout
1822
1823 \end_inset
1824
1825 .
1826  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1827  en EPS, mais le résultat ne sera pas redimensionnable.
1828  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1829 \begin_inset Foot
1830 status collapsed
1831
1832 \begin_layout Plain Layout
1833 Dans le cas du PDF l'image initiale est aussi compressée.
1834 \end_layout
1835
1836 \end_inset
1837
1838
1839 \end_layout
1840
1841 \begin_layout Standard
1842 Les fichiers PDF générés par 
1843 \family typewriter
1844 Adobe Photoshop
1845 \family default
1846 , par exemple, sont des images matricielles.
1847 \end_layout
1848
1849 \begin_layout Standard
1850 En principe il est quasiment impossible de convertir une image matricielle
1851  en graphique vectoriel, seul le contraire est possible.
1852  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1853  dans respectivement un fichier de sortie PDF ou PostScript.
1854  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1855  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1856  WMF/SVG
1857 \begin_inset Formula $\to$
1858 \end_inset
1859
1860 PDF/EPS convenables.
1861 \end_layout
1862
1863 \begin_layout Chapter
1864 Tableaux
1865 \begin_inset Index idx
1866 status collapsed
1867
1868 \begin_layout Plain Layout
1869 Tableau
1870 \end_layout
1871
1872 \end_inset
1873
1874
1875 \end_layout
1876
1877 \begin_layout Section
1878 Introduction
1879 \begin_inset Index idx
1880 status collapsed
1881
1882 \begin_layout Plain Layout
1883 Tableau ! Introduction
1884 \end_layout
1885
1886 \end_inset
1887
1888
1889 \end_layout
1890
1891 \begin_layout Standard
1892 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1893  
1894 \begin_inset Info
1895 type  "icon"
1896 arg   "tabular-insert"
1897 \end_inset
1898
1899  soit 
1900 \family sans
1901 Insertion\SpecialChar \menuseparator
1902 Tableau
1903 \family default
1904 .
1905  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1906  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1907  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1908  sur un bouton de la souris pour valider votre choix.
1909  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1910  vous demandant le nombre de lignes et de colonnes.
1911 \begin_inset Newline newline
1912 \end_inset
1913
1914 Le tableau a implicitement une bordure au dessus et à gauche de chaque case,
1915  une à droite de la colonne la plus à droite et une en bas de la rangée
1916  du bas, qui forment une boîte autour du tableau.
1917  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1918  apparaît séparée du reste du tableau.
1919  Voici un exemple :
1920 \end_layout
1921
1922 \begin_layout Standard
1923 \align center
1924 \begin_inset Tabular
1925 <lyxtabular version="3" rows="4" columns="4">
1926 <features rotate="0" tabularvalignment="middle">
1927 <column alignment="center" valignment="top">
1928 <column alignment="center" valignment="top">
1929 <column alignment="center" valignment="top">
1930 <column alignment="center" valignment="top">
1931 <row>
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
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 1
1946 \end_layout
1947
1948 \end_inset
1949 </cell>
1950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1951 \begin_inset Text
1952
1953 \begin_layout Plain Layout
1954 2
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1960 \begin_inset Text
1961
1962 \begin_layout Plain Layout
1963 3
1964 \end_layout
1965
1966 \end_inset
1967 </cell>
1968 </row>
1969 <row>
1970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1971 \begin_inset Text
1972
1973 \begin_layout Plain Layout
1974 A
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" usebox="none">
1989 \begin_inset Text
1990
1991 \begin_layout Plain Layout
1992
1993 \end_layout
1994
1995 \end_inset
1996 </cell>
1997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1998 \begin_inset Text
1999
2000 \begin_layout Plain Layout
2001
2002 \end_layout
2003
2004 \end_inset
2005 </cell>
2006 </row>
2007 <row>
2008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2009 \begin_inset Text
2010
2011 \begin_layout Plain Layout
2012 B
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" usebox="none">
2027 \begin_inset Text
2028
2029 \begin_layout Plain Layout
2030
2031 \end_layout
2032
2033 \end_inset
2034 </cell>
2035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2036 \begin_inset Text
2037
2038 \begin_layout Plain Layout
2039
2040 \end_layout
2041
2042 \end_inset
2043 </cell>
2044 </row>
2045 <row>
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 C
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" usebox="none">
2065 \begin_inset Text
2066
2067 \begin_layout Plain Layout
2068
2069 \end_layout
2070
2071 \end_inset
2072 </cell>
2073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2074 \begin_inset Text
2075
2076 \begin_layout Plain Layout
2077
2078 \end_layout
2079
2080 \end_inset
2081 </cell>
2082 </row>
2083 </lyxtabular>
2084
2085 \end_inset
2086
2087
2088 \end_layout
2089
2090 \begin_layout Section
2091 La fenêtre 
2092 \family sans
2093 tableau
2094 \family default
2095
2096 \begin_inset Index idx
2097 status collapsed
2098
2099 \begin_layout Plain Layout
2100 Tableau ! Fenêtre de dialogue
2101 \end_layout
2102
2103 \end_inset
2104
2105
2106 \end_layout
2107
2108 \begin_layout Standard
2109 Vous pouvez modifier un tableau en cliquant dedans avec la touche droite
2110  de la souris, qui ouvre le menu contextuel.
2111  A l'aide du choix de menu 
2112 \family sans
2113 Plus...
2114
2115 \family default
2116  vous pouvez modifier les réglages concernant la cellule, la colonne et
2117  la ligne dans laquelle le curseur se trouve.
2118  Le menu contextuel 
2119 \family sans
2120 Plus...\SpecialChar \menuseparator
2121 Paramètres...
2122
2123 \family default
2124  ouvre la fenêtre de dialogue de tableau dans laquelle d'autres réglages
2125  sont possibles.
2126  La plupart des options peuvent s'appliquer à des sélections.
2127  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2128  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2129  votre sélection.
2130  Notez qu'il y a une différence entre sélectionner le 
2131 \emph on
2132 contenu 
2133 \emph default
2134 d'une cellule et sélectionner la cellule elle-même.
2135 \begin_inset Newline newline
2136 \end_inset
2137
2138 En cochant l'option 
2139 \family sans
2140 Application
2141 \begin_inset space ~
2142 \end_inset
2143
2144 immédiate
2145 \family default
2146  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2147  est appliquée directement.
2148  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2149  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2150  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2151  de dialogue, vous devez appuyer sur 
2152 \family sans
2153 Entrée
2154 \family default
2155  pour que la modification soit appliquée.
2156 \begin_inset Newline newline
2157 \end_inset
2158
2159 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2160  :
2161 \end_layout
2162
2163 \begin_layout Description
2164 Paramètres
2165 \begin_inset space ~
2166 \end_inset
2167
2168 du
2169 \begin_inset space ~
2170 \end_inset
2171
2172 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2173  la largeur de la colonne courante.
2174  L'alignement horizontal 
2175 \family sans
2176 Au
2177 \begin_inset space ~
2178 \end_inset
2179
2180 séparateur
2181 \begin_inset space ~
2182 \end_inset
2183
2184 décimal
2185 \family default
2186  est décrit dans la section
2187 \begin_inset space ~
2188 \end_inset
2189
2190
2191 \begin_inset CommandInset ref
2192 LatexCommand ref
2193 reference "sub:Alignements-de-cellules"
2194
2195 \end_inset
2196
2197 .
2198  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2199  vertical de la ligne courante.
2200  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2201  et donc, plusieurs paragraphes de texte, voir la section
2202 \begin_inset space ~
2203 \end_inset
2204
2205
2206 \begin_inset CommandInset ref
2207 LatexCommand ref
2208 reference "sub:Lignes-multiple-dans-cellule"
2209
2210 \end_inset
2211
2212 .
2213  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2214  pour accommoder le contenu de cellule le plus large.
2215 \begin_inset Newline newline
2216 \end_inset
2217
2218 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2219  un multi-colonnes, voir la section
2220 \begin_inset space ~
2221 \end_inset
2222
2223
2224 \begin_inset CommandInset ref
2225 LatexCommand ref
2226 reference "sub:Multicolonnes"
2227
2228 \end_inset
2229
2230  ou une cellule d'une colonne comme cellule multi-lignes, voir la section
2231 \begin_inset space ~
2232 \end_inset
2233
2234
2235 \begin_inset CommandInset ref
2236 LatexCommand ref
2237 reference "sub:Multi-lignes"
2238
2239 \end_inset
2240
2241 .
2242 \begin_inset Newline newline
2243 \end_inset
2244
2245 L'option 
2246 \family sans
2247 Tourner
2248 \begin_inset space ~
2249 \end_inset
2250
2251 la
2252 \begin_inset space ~
2253 \end_inset
2254
2255 case
2256 \begin_inset space ~
2257 \end_inset
2258
2259 de
2260 \begin_inset space ~
2261 \end_inset
2262
2263 90°
2264 \family default
2265  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2266  L'option 
2267 \family sans
2268 Tourner
2269 \begin_inset space ~
2270 \end_inset
2271
2272 le
2273 \begin_inset space ~
2274 \end_inset
2275
2276 tableau
2277 \begin_inset space ~
2278 \end_inset
2279
2280 de
2281 \begin_inset space ~
2282 \end_inset
2283
2284 90°
2285 \family default
2286  fait pivoter tout le tableau.
2287  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2288  la sortie finale.
2289  Pour plus d'information voir la section
2290 \begin_inset space ~
2291 \end_inset
2292
2293
2294 \begin_inset CommandInset ref
2295 LatexCommand ref
2296 reference "sec:Rotated-Table-Cells"
2297
2298 \end_inset
2299
2300 .
2301 \begin_inset Newline newline
2302 \end_inset
2303
2304
2305 \begin_inset Note Greyedout
2306 status open
2307
2308 \begin_layout Plain Layout
2309
2310 \series bold
2311 Note:
2312 \series default
2313  La plupart des visualiseurs DVI ne sont 
2314 \emph on
2315 pas
2316 \emph default
2317  capables d'afficher ces rotations.
2318 \end_layout
2319
2320 \end_inset
2321
2322
2323 \begin_inset Newline newline
2324 \end_inset
2325
2326 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2327  qui sont incorporés dans une ligne de texte :
2328 \begin_inset Newline newline
2329 \end_inset
2330
2331 Une ligne avec des tableaux alignés de différentes manières: 
2332 \begin_inset Tabular
2333 <lyxtabular version="3" rows="2" columns="2">
2334 <features rotate="0" tabularvalignment="top">
2335 <column alignment="center" valignment="top" width="0pt">
2336 <column alignment="center" valignment="top">
2337 <row>
2338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2339 \begin_inset Text
2340
2341 \begin_layout Plain Layout
2342
2343 \end_layout
2344
2345 \end_inset
2346 </cell>
2347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2348 \begin_inset Text
2349
2350 \begin_layout Plain Layout
2351 1
2352 \end_layout
2353
2354 \end_inset
2355 </cell>
2356 </row>
2357 <row>
2358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Plain Layout
2362 A
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2368 \begin_inset Text
2369
2370 \begin_layout Plain Layout
2371
2372 \end_layout
2373
2374 \end_inset
2375 </cell>
2376 </row>
2377 </lyxtabular>
2378
2379 \end_inset
2380
2381  
2382 \begin_inset Tabular
2383 <lyxtabular version="3" rows="2" columns="2">
2384 <features rotate="0" tabularvalignment="middle">
2385 <column alignment="center" valignment="top">
2386 <column alignment="center" valignment="top">
2387 <row>
2388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392
2393 \end_layout
2394
2395 \end_inset
2396 </cell>
2397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2398 \begin_inset Text
2399
2400 \begin_layout Plain Layout
2401 1
2402 \end_layout
2403
2404 \end_inset
2405 </cell>
2406 </row>
2407 <row>
2408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2409 \begin_inset Text
2410
2411 \begin_layout Plain Layout
2412 A
2413 \end_layout
2414
2415 \end_inset
2416 </cell>
2417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2418 \begin_inset Text
2419
2420 \begin_layout Plain Layout
2421
2422 \end_layout
2423
2424 \end_inset
2425 </cell>
2426 </row>
2427 </lyxtabular>
2428
2429 \end_inset
2430
2431  
2432 \begin_inset Tabular
2433 <lyxtabular version="3" rows="2" columns="2">
2434 <features rotate="0" tabularvalignment="bottom">
2435 <column alignment="center" valignment="top" width="0pt">
2436 <column alignment="center" valignment="top">
2437 <row>
2438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2439 \begin_inset Text
2440
2441 \begin_layout Plain Layout
2442
2443 \end_layout
2444
2445 \end_inset
2446 </cell>
2447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2448 \begin_inset Text
2449
2450 \begin_layout Plain Layout
2451 1
2452 \end_layout
2453
2454 \end_inset
2455 </cell>
2456 </row>
2457 <row>
2458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2459 \begin_inset Text
2460
2461 \begin_layout Plain Layout
2462 A
2463 \end_layout
2464
2465 \end_inset
2466 </cell>
2467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2468 \begin_inset Text
2469
2470 \begin_layout Plain Layout
2471
2472 \end_layout
2473
2474 \end_inset
2475 </cell>
2476 </row>
2477 </lyxtabular>
2478
2479 \end_inset
2480
2481
2482 \begin_inset Newline newline
2483 \end_inset
2484
2485 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2486  spéciales pour le tableau, voir les sections
2487 \begin_inset space ~
2488 \end_inset
2489
2490
2491 \begin_inset CommandInset ref
2492 LatexCommand ref
2493 reference "sub:Calculs-multicolonnes"
2494
2495 \end_inset
2496
2497  et 
2498 \begin_inset CommandInset ref
2499 LatexCommand ref
2500 reference "sec:Tableaux-Colorés"
2501
2502 \end_inset
2503
2504 .
2505 \end_layout
2506
2507 \begin_layout Description
2508
2509 \family sans
2510 Bordures
2511 \family default
2512  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2513  ou la colonne courante.
2514  
2515 \begin_inset Newline newline
2516 \end_inset
2517
2518 En utilisant le style 
2519 \family sans
2520 Formel
2521 \family default
2522  à la place du style par 
2523 \family sans
2524 Défaut
2525 \family default
2526 , on va convertir le tableau en tableau formel comme on le décrit dans la
2527  section
2528 \begin_inset space ~
2529 \end_inset
2530
2531
2532 \begin_inset CommandInset ref
2533 LatexCommand ref
2534 reference "sec:Tableaux-Formels"
2535
2536 \end_inset
2537
2538 .
2539 \begin_inset Newline newline
2540 \end_inset
2541
2542 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2543  dans les lignes du tableau comme c'est décrit dans la section
2544 \begin_inset space ~
2545 \end_inset
2546
2547
2548 \begin_inset CommandInset ref
2549 LatexCommand ref
2550 reference "sub:Espacement-lignes"
2551
2552 \end_inset
2553
2554 .
2555 \end_layout
2556
2557 \begin_layout Description
2558 Tableau
2559 \begin_inset space ~
2560 \end_inset
2561
2562 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2563  un 
2564 \begin_inset Quotes fld
2565 \end_inset
2566
2567
2568 \emph on
2569 tableau long
2570 \emph default
2571
2572 \begin_inset Quotes frd
2573 \end_inset
2574
2575  qui peut continuer sur plusieurs pages.
2576  Les sections
2577 \begin_inset space ~
2578 \end_inset
2579
2580
2581 \begin_inset CommandInset ref
2582 LatexCommand ref
2583 reference "sec:Tableaux-longs"
2584
2585 \end_inset
2586
2587  et 
2588 \begin_inset CommandInset ref
2589 LatexCommand ref
2590 reference "sec:Questions-sur-tableaux-longs"
2591
2592 \end_inset
2593
2594  décrivent ces tableaux longs plus en détail.
2595 \end_layout
2596
2597 \begin_layout Section
2598 La barre d'outils tableau
2599 \begin_inset Index idx
2600 status collapsed
2601
2602 \begin_layout Plain Layout
2603 Tableau ! Barre d'outils
2604 \end_layout
2605
2606 \end_inset
2607
2608
2609 \end_layout
2610
2611 \begin_layout Standard
2612 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2613  permet de modifier plus rapidement les tableaux.
2614  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2615  le curseur se trouve à l'intérieur d'un tableau.
2616  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2617  au menu 
2618 \family sans
2619 Visualiser\SpecialChar \menuseparator
2620 Barres
2621 \begin_inset space ~
2622 \end_inset
2623
2624 d'outils\SpecialChar \menuseparator
2625 Tableau
2626 \family default
2627 .
2628 \end_layout
2629
2630 \begin_layout Standard
2631 La barre d'outils contient les icônes suivantes :
2632 \end_layout
2633
2634 \begin_layout Labeling
2635 \labelwidthstring 00.00.0000
2636 \begin_inset Info
2637 type  "icon"
2638 arg   "inset-modify tabular append-row"
2639 \end_inset
2640
2641  ajoute une ligne sous la cellule ou la sélection courante
2642 \end_layout
2643
2644 \begin_layout Labeling
2645 \labelwidthstring 00.00.0000
2646 \begin_inset Info
2647 type  "icon"
2648 arg   "inset-modify tabular append-column"
2649 \end_inset
2650
2651  ajoute une colonne à la droite de la cellule ou de la sélection courante
2652 \end_layout
2653
2654 \begin_layout Labeling
2655 \labelwidthstring 00.00.0000
2656 \begin_inset Info
2657 type  "icon"
2658 arg   "inset-modify tabular delete-row"
2659 \end_inset
2660
2661  supprime la ligne ou la sélection courante
2662 \end_layout
2663
2664 \begin_layout Labeling
2665 \labelwidthstring 00.00.0000
2666 \begin_inset Info
2667 type  "icon"
2668 arg   "inset-modify tabular delete-column"
2669 \end_inset
2670
2671  supprime la colonne ou la sélection courante
2672 \end_layout
2673
2674 \begin_layout Labeling
2675 \labelwidthstring 00.00.0000
2676 \begin_inset Info
2677 type  "icon"
2678 arg   "inset-modify tabular move-row-up"
2679 \end_inset
2680
2681  déplace la ligne vers le haut
2682 \end_layout
2683
2684 \begin_layout Labeling
2685 \labelwidthstring 00.00.0000
2686 \begin_inset Info
2687 type  "icon"
2688 arg   "inset-modify tabular move-column-left"
2689 \end_inset
2690
2691  déplace la colonne vers la gauche
2692 \end_layout
2693
2694 \begin_layout Labeling
2695 \labelwidthstring 00.00.0000
2696 \begin_inset Info
2697 type  "icon"
2698 arg   "inset-modify tabular move-row-down"
2699 \end_inset
2700
2701  déplace la ligne vers le bas
2702 \end_layout
2703
2704 \begin_layout Labeling
2705 \labelwidthstring 00.00.0000
2706 \begin_inset Info
2707 type  "icon"
2708 arg   "inset-modify tabular move-column-right"
2709 \end_inset
2710
2711  déplace la colonne vers la droite
2712 \end_layout
2713
2714 \begin_layout Labeling
2715 \labelwidthstring 00.00.0000
2716 \begin_inset Info
2717 type  "icon"
2718 arg   "inset-modify tabular toggle-line-top"
2719 \end_inset
2720
2721  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2722  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 toggle-line-bottom"
2730 \end_inset
2731
2732  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2733 \end_layout
2734
2735 \begin_layout Labeling
2736 \labelwidthstring 00.00.0000
2737 \begin_inset Info
2738 type  "icon"
2739 arg   "inset-modify tabular toggle-line-left"
2740 \end_inset
2741
2742  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2743 \begin_inset Note Note
2744 status collapsed
2745
2746 \begin_layout Plain Layout
2747 ou colonne ?
2748 \end_layout
2749
2750 \end_inset
2751
2752  ou de la sélection courante
2753 \end_layout
2754
2755 \begin_layout Labeling
2756 \labelwidthstring 00.00.0000
2757 \begin_inset Info
2758 type  "icon"
2759 arg   "inset-modify tabular toggle-line-right"
2760 \end_inset
2761
2762  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2763 \begin_inset Note Note
2764 status collapsed
2765
2766 \begin_layout Plain Layout
2767 ou colonne ?
2768 \end_layout
2769
2770 \end_inset
2771
2772  ou de la sélection courante
2773 \end_layout
2774
2775 \begin_layout Labeling
2776 \labelwidthstring 00.00.0000
2777 \begin_inset Info
2778 type  "icon"
2779 arg   "inset-modify tabular set-all-lines"
2780 \end_inset
2781
2782  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2783  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2784  colonne et la ligne courante
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 unset-all-lines"
2792 \end_inset
2793
2794  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2795  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2796  aussi la colonne et la ligne courante
2797 \end_layout
2798
2799 \begin_layout Labeling
2800 \labelwidthstring 00.00.0000
2801 \begin_inset Info
2802 type  "icon"
2803 arg   "inset-modify tabular m-align-left"
2804 \end_inset
2805
2806  aligne à gauche le contenu de la cellule ou de la colonne courante
2807 \end_layout
2808
2809 \begin_layout Labeling
2810 \labelwidthstring 00.00.0000
2811 \begin_inset Info
2812 type  "icon"
2813 arg   "inset-modify tabular m-align-center"
2814 \end_inset
2815
2816  centre horizontalement le contenu de la cellule ou de la colonne courante
2817 \end_layout
2818
2819 \begin_layout Labeling
2820 \labelwidthstring 00.00.0000
2821 \begin_inset Info
2822 type  "icon"
2823 arg   "inset-modify tabular m-align-right"
2824 \end_inset
2825
2826  aligne à droite le contenu de la cellule ou de la colonne courante
2827 \end_layout
2828
2829 \begin_layout Labeling
2830 \labelwidthstring 00.00.0000
2831 \begin_inset Info
2832 type  "icon"
2833 arg   "inset-modify tabular align-decimal"
2834 \end_inset
2835
2836  aligne le contenu de la colonne courante sur un caractère
2837 \end_layout
2838
2839 \begin_layout Labeling
2840 \labelwidthstring 00.00.0000
2841 \begin_inset Info
2842 type  "icon"
2843 arg   "inset-modify tabular m-valign-top"
2844 \end_inset
2845
2846  aligne le contenu de la cellule courante verticalement vers le haut
2847 \end_layout
2848
2849 \begin_layout Labeling
2850 \labelwidthstring 00.00.0000
2851 \begin_inset Info
2852 type  "icon"
2853 arg   "inset-modify tabular m-valign-middle"
2854 \end_inset
2855
2856  centre verticalement le contenu de la cellule courante
2857 \end_layout
2858
2859 \begin_layout Labeling
2860 \labelwidthstring 00.00.0000
2861 \begin_inset Info
2862 type  "icon"
2863 arg   "inset-modify tabular m-valign-bottom"
2864 \end_inset
2865
2866  aligne le contenu de la cellule courante verticalement vers le bas
2867 \end_layout
2868
2869 \begin_layout Labeling
2870 \labelwidthstring 00.00.0000
2871 \begin_inset Info
2872 type  "icon"
2873 arg   "inset-modify tabular set-rotate-cell"
2874 \end_inset
2875
2876  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2877 re
2878 \end_layout
2879
2880 \begin_layout Labeling
2881 \labelwidthstring 00.00.0000
2882 \begin_inset Info
2883 type  "icon"
2884 arg   "inset-modify tabular set-rotate-tabular"
2885 \end_inset
2886
2887  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2888 \end_layout
2889
2890 \begin_layout Labeling
2891 \labelwidthstring 00.00.0000
2892 \begin_inset Info
2893 type  "icon"
2894 arg   "inset-modify tabular multicolumn"
2895 \end_inset
2896
2897  transforme en multi-colonnes la cellule ou la sélection courante
2898 \end_layout
2899
2900 \begin_layout Labeling
2901 \labelwidthstring 00.00.0000
2902 \begin_inset Info
2903 type  "icon"
2904 arg   "inset-modify tabular multirow"
2905 \end_inset
2906
2907  transforme en multi-lignes la cellule ou la sélection courante
2908 \end_layout
2909
2910 \begin_layout Standard
2911 \begin_inset Note Greyedout
2912 status open
2913
2914 \begin_layout Plain Layout
2915
2916 \series bold
2917 Note :
2918 \series default
2919  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2920  est utilisé pour toutes les autres cellules de la ligne.
2921 \end_layout
2922
2923 \end_inset
2924
2925
2926 \end_layout
2927
2928 \begin_layout Section
2929 Le menu Édition tableau
2930 \begin_inset Index idx
2931 status collapsed
2932
2933 \begin_layout Plain Layout
2934 Tableau ! Menu Édition
2935 \end_layout
2936
2937 \end_inset
2938
2939
2940 \end_layout
2941
2942 \begin_layout Standard
2943 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2944  
2945 \family sans
2946 Édition\SpecialChar \menuseparator
2947 Tableau
2948 \family default
2949  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2950  ou de la ligne courante et aussi de transformer la sélection courante en
2951  multi-colonnes.
2952  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2953 \end_layout
2954
2955 \begin_layout Section
2956 Flottant de tableau
2957 \begin_inset CommandInset label
2958 LatexCommand label
2959 name "sec:Table-Floats"
2960
2961 \end_inset
2962
2963
2964 \begin_inset Index idx
2965 status collapsed
2966
2967 \begin_layout Plain Layout
2968 Flottants ! Tableaux
2969 \end_layout
2970
2971 \end_inset
2972
2973
2974 \begin_inset Index idx
2975 status collapsed
2976
2977 \begin_layout Plain Layout
2978 Tableau ! Flottants
2979 \end_layout
2980
2981 \end_inset
2982
2983
2984 \end_layout
2985
2986 \begin_layout Standard
2987 Pour des explications générales sur les flottants, jetez un œil à la section
2988 \begin_inset space ~
2989 \end_inset
2990
2991
2992 \begin_inset CommandInset ref
2993 LatexCommand ref
2994 reference "sec:Flottants-Introduction"
2995
2996 \end_inset
2997
2998 .
2999 \end_layout
3000
3001 \begin_layout Standard
3002 \begin_inset Float table
3003 placement h
3004 wide false
3005 sideways false
3006 status open
3007
3008 \begin_layout Plain Layout
3009 \begin_inset Caption Standard
3010
3011 \begin_layout Plain Layout
3012 \begin_inset CommandInset label
3013 LatexCommand label
3014 name "tab:Flottant-de-tableau"
3015
3016 \end_inset
3017
3018 Un flottant de tableau.
3019 \end_layout
3020
3021 \end_inset
3022
3023
3024 \end_layout
3025
3026 \begin_layout Plain Layout
3027 \align center
3028 \begin_inset Tabular
3029 <lyxtabular version="3" rows="3" columns="3">
3030 <features rotate="0" tabularvalignment="middle">
3031 <column alignment="center" valignment="top" width="0pt">
3032 <column alignment="center" valignment="top" width="0pt">
3033 <column alignment="center" valignment="top" width="0pt">
3034 <row>
3035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Plain Layout
3039 1
3040 \end_layout
3041
3042 \end_inset
3043 </cell>
3044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3045 \begin_inset Text
3046
3047 \begin_layout Plain Layout
3048 2
3049 \end_layout
3050
3051 \end_inset
3052 </cell>
3053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3054 \begin_inset Text
3055
3056 \begin_layout Plain Layout
3057 3
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 </row>
3063 <row>
3064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3065 \begin_inset Text
3066
3067 \begin_layout Plain Layout
3068 Jules
3069 \end_layout
3070
3071 \end_inset
3072 </cell>
3073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Plain Layout
3077 Marie
3078 \end_layout
3079
3080 \end_inset
3081 </cell>
3082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3083 \begin_inset Text
3084
3085 \begin_layout Plain Layout
3086 Jean
3087 \end_layout
3088
3089 \end_inset
3090 </cell>
3091 </row>
3092 <row>
3093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Plain Layout
3097 \begin_inset Formula $\int x^{2}dx$
3098 \end_inset
3099
3100
3101 \end_layout
3102
3103 \end_inset
3104 </cell>
3105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109 \begin_inset Formula $\left[\begin{array}{cc}
3110 a & b\\
3111 c & d
3112 \end{array}\right]$
3113 \end_inset
3114
3115
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124 \begin_inset Formula $1+1=2$
3125 \end_inset
3126
3127
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 </row>
3133 </lyxtabular>
3134
3135 \end_inset
3136
3137
3138 \end_layout
3139
3140 \end_inset
3141
3142
3143 \end_layout
3144
3145 \begin_layout Standard
3146 Les flottants de tableau sont insérés en utilisant le menu 
3147 \family sans
3148 Insertion\SpecialChar \menuseparator
3149 Flottant\SpecialChar \menuseparator
3150 Tableau
3151 \family default
3152  ou le bouton 
3153 \begin_inset Info
3154 type  "icon"
3155 arg   "float-insert table"
3156 \end_inset
3157
3158  de la barre d'outils.
3159 \end_layout
3160
3161 \begin_layout Standard
3162 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3163  qui a comme étiquette 
3164 \begin_inset Quotes fld
3165 \end_inset
3166
3167 Tableau
3168 \begin_inset space ~
3169 \end_inset
3170
3171 #:
3172 \begin_inset Quotes frd
3173 \end_inset
3174
3175  (où # est le numéro du tableau).
3176  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3177 \end_layout
3178
3179 \begin_layout Standard
3180 Le tableau
3181 \begin_inset space ~
3182 \end_inset
3183
3184
3185 \begin_inset CommandInset ref
3186 LatexCommand ref
3187 reference "tab:Flottant-de-tableau"
3188
3189 \end_inset
3190
3191  est un exemple de tableau dans un flottant de tableau.
3192 \end_layout
3193
3194 \begin_layout Standard
3195 On met habituellement la légende au dessus des tableaux, mais cette règle
3196  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3197  Cela signifie que si vous utilisez un document appartenant aux classes
3198  
3199 \family sans
3200 article
3201 \family default
3202
3203 \family sans
3204 book
3205 \family default
3206
3207 \family sans
3208 letter
3209 \family default
3210 , ou
3211 \family sans
3212  report
3213 \family default
3214  il n'y aura pas d'espace entre la légende et le tableau.
3215  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3216  la commande de chargement du paquetage LaTeX 
3217 \series bold
3218 caption
3219 \series default
3220
3221 \begin_inset Index idx
3222 status collapsed
3223
3224 \begin_layout Plain Layout
3225 Paquetages LaTeX ! caption
3226 \end_layout
3227
3228 \end_inset
3229
3230  dans le préambule de votre document.
3231 \begin_inset Foot
3232 status collapsed
3233
3234 \begin_layout Plain Layout
3235 Pour plus d'information voyez la section
3236 \begin_inset space ~
3237 \end_inset
3238
3239
3240 \begin_inset CommandInset ref
3241 LatexCommand ref
3242 reference "sec:Placement-légende"
3243
3244 \end_inset
3245
3246 .
3247 \end_layout
3248
3249 \end_inset
3250
3251 :
3252 \end_layout
3253
3254 \begin_layout Standard
3255
3256 \series bold
3257 tableposition=top
3258 \end_layout
3259
3260 \begin_layout Standard
3261 Le paquetage 
3262 \series bold
3263 caption
3264 \series default
3265 , qui est décrit dans la section
3266 \begin_inset space ~
3267 \end_inset
3268
3269
3270 \begin_inset CommandInset ref
3271 LatexCommand ref
3272 reference "sec:Formatage-légende"
3273
3274 \end_inset
3275
3276 , est utilisé pour ajuster le format des légendes.
3277 \end_layout
3278
3279 \begin_layout Standard
3280 Dans le texte, on fait référence à un tableau
3281 \begin_inset Index idx
3282 status collapsed
3283
3284 \begin_layout Plain Layout
3285 References@Références ! à des Tableaux
3286 \end_layout
3287
3288 \end_inset
3289
3290  en faisant référence à sa légende.
3291  On insère donc une étiquette dans la légende en utilisant le menu 
3292 \family sans
3293 Insertion
3294 \family default
3295 \SpecialChar \menuseparator
3296
3297 \family sans
3298 Étiquette
3299 \family default
3300  ou le bouton 
3301 \begin_inset Info
3302 type  "icon"
3303 arg   "label-insert"
3304 \end_inset
3305
3306  de la barre d'outils.
3307  On peut alors faire référence à cette étiquette en utilisant le menu 
3308 \family sans
3309 Insertion\SpecialChar \menuseparator
3310 Référence
3311 \begin_inset space ~
3312 \end_inset
3313
3314 croisée
3315 \family default
3316  ou le bouton 
3317 \begin_inset Info
3318 type  "icon"
3319 arg   "dialog-show-new-inset ref"
3320 \end_inset
3321
3322  de la barre d'outils.
3323 \begin_inset Newline newline
3324 \end_inset
3325
3326 Les références croisées sont expliquées en détail dans la section
3327 \begin_inset space ~
3328 \end_inset
3329
3330
3331 \begin_inset CommandInset ref
3332 LatexCommand ref
3333 reference "sec:Referencer-les-Flottants"
3334
3335 \end_inset
3336
3337 .
3338 \end_layout
3339
3340 \begin_layout Section
3341 Tableaux Longs
3342 \begin_inset CommandInset label
3343 LatexCommand label
3344 name "sec:Tableaux-longs"
3345
3346 \end_inset
3347
3348
3349 \begin_inset Index idx
3350 status collapsed
3351
3352 \begin_layout Plain Layout
3353 Tableaux longs
3354 \end_layout
3355
3356 \end_inset
3357
3358
3359 \begin_inset Index idx
3360 status collapsed
3361
3362 \begin_layout Plain Layout
3363 Tableau ! Tableaux longs
3364 \end_layout
3365
3366 \end_inset
3367
3368
3369 \end_layout
3370
3371 \begin_layout Standard
3372 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3373  l'option 
3374 \family sans
3375 Utiliser
3376 \begin_inset space ~
3377 \end_inset
3378
3379 les
3380 \begin_inset space ~
3381 \end_inset
3382
3383 tableaux
3384 \begin_inset space ~
3385 \end_inset
3386
3387 longs
3388 \family default
3389  de l'onglet 
3390 \family sans
3391 Tableau
3392 \begin_inset space ~
3393 \end_inset
3394
3395 long
3396 \family default
3397  de la fenêtre 
3398 \family sans
3399 Paramètres
3400 \begin_inset space ~
3401 \end_inset
3402
3403 du
3404 \begin_inset space ~
3405 \end_inset
3406
3407 tableau
3408 \family default
3409  pour le répartir automatiquement sur plusieurs pages.
3410  En cochant cette option, vous activez les options suivantes:
3411 \end_layout
3412
3413 \begin_layout Description
3414 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3415  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3416  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3417  première page, si 
3418 \family sans
3419 Premier
3420 \begin_inset space ~
3421 \end_inset
3422
3423 en-tête
3424 \family default
3425  est défini.
3426  Ces lignes forment l'en-tête principal.
3427 \end_layout
3428
3429 \begin_layout Description
3430 Premier
3431 \begin_inset space ~
3432 \end_inset
3433
3434 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3435  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3436  d'en-tête utilisées pour la première page du tableau long.
3437 \end_layout
3438
3439 \begin_layout Description
3440 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3441  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3442  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3443  page si 
3444 \family sans
3445 Dernier
3446 \begin_inset space ~
3447 \end_inset
3448
3449 pied
3450 \family default
3451  est défini.
3452 \end_layout
3453
3454 \begin_layout Description
3455 Dernier
3456 \begin_inset space ~
3457 \end_inset
3458
3459 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3460  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3461  constituant le pied de la dernière page du tableau long.
3462 \end_layout
3463
3464 \begin_layout Description
3465 Légende La ligne courante contient la légende du tableau.
3466  La première ligne est transformée en une colonne unique et une légende
3467  est insérée.
3468  Vous trouverez d'autres explications sur les légendes pour les tableaux
3469  longs dans la section
3470 \begin_inset space ~
3471 \end_inset
3472
3473
3474 \begin_inset CommandInset ref
3475 LatexCommand ref
3476 reference "sub:Tableaux-longs-légende"
3477
3478 \end_inset
3479
3480 .
3481 \end_layout
3482
3483 \begin_layout Standard
3484 Vous pouvez aussi préciser une ligne où le tableau devra être coupé.
3485  Voyez le tableau long qui suit pour voir comment ça marche :
3486 \end_layout
3487
3488 \begin_layout Standard
3489 \align center
3490 \begin_inset Tabular
3491 <lyxtabular version="3" rows="69" columns="3">
3492 <features rotate="0" islongtable="true" longtabularalignment="center">
3493 <column alignment="left" valignment="top" width="0cm">
3494 <column alignment="left" valignment="top" width="0pt">
3495 <column alignment="center" valignment="top" width="0pt">
3496 <row endfirsthead="true">
3497 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501
3502 \series bold
3503 Exemple d'annuaire téléphonique (ignorez les noms)
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 </row>
3527 <row endfirsthead="true">
3528 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532
3533 \series bold
3534 NOM
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552
3553 \series bold
3554 TEL.
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 </row>
3560 <row endhead="true">
3561 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565
3566 \series bold
3567 Exemple d'annuaire téléphonique
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 endhead="true">
3592 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596
3597 \series bold
3598 NOM
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616
3617 \series bold
3618 TEL.
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 </row>
3624 <row endfoot="true">
3625 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629  continue page suivante
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647
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 Annovi
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 Silvia
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="right" 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 Bertoli
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 Stefano
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 Bozzi
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 Walter
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 Cachia
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 Maria
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 Cachia
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Rizzardi
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 Paola
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
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 Roberto
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
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 Pirpamer
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 Erich
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 Pochiesa
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 Paolo
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, 222
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 Radina
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 Claudio
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 Stuffer
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 Oskar
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 Tacchelli
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 Ugo
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 Tezzele
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 Margit
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 Unterkalmsteiner
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 Frieda
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 Vieider
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 Hilde
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" leftline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526
4527 \series bold
4528 Vigna
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 Jürgen
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" 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 alignment="center" valignment="top" leftline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557
4558 \series bold
4559 Weber
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 Maurizio
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 111
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 </row>
4583 <row>
4584 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588
4589 \series bold
4590 Winkler
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 Franz
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 111
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 </row>
4614 <row>
4615 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619  
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637
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 Annovi
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 Silvia
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 Bertoli
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 Stefano
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 Bozzi
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 Walter
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 Cachia
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 Maria
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 Cachia
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Rizzardi
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 Paola
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
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 Roberto
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
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 Pirpamer
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 Erich
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 Pochiesa
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 Paolo
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, 222
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 Radina
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 Claudio
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 Stuffer
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 Oskar
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 Tacchelli
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 Ugo
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 Tezzele
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 Margit
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 Unterkalmsteiner
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 Frieda
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 555
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 Vieider
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 Hilde
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" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516
5517 \series bold
5518 Vigna
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 <cell alignment="center" valignment="top" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 Jürgen
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 999
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 </row>
5542 <row>
5543 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547
5548 \series bold
5549 Weber
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 <cell alignment="center" valignment="top" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558 Maurizio
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567 555
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 </row>
5573 <row>
5574 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578
5579 \series bold
5580 Winkler
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 Franz
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 555
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 </row>
5604 <row endlastfoot="true">
5605 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609 Fin
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 </row>
5633 </lyxtabular>
5634
5635 \end_inset
5636
5637
5638 \begin_inset ERT
5639 status collapsed
5640
5641 \begin_layout Plain Layout
5642
5643
5644 \backslash
5645 addtocounter{table}{-1}
5646 \end_layout
5647
5648 \end_inset
5649
5650
5651 \begin_inset Note Note
5652 status collapsed
5653
5654 \begin_layout Plain Layout
5655 Voyez la première note grisée de la section
5656 \begin_inset space ~
5657 \end_inset
5658
5659
5660 \begin_inset CommandInset ref
5661 LatexCommand ref
5662 reference "sub:Tableaux-longs-légende"
5663
5664 \end_inset
5665
5666  pour une explication de cette commande.
5667 \end_layout
5668
5669 \end_inset
5670
5671
5672 \end_layout
5673
5674 \begin_layout Subsection
5675 Notes de bas de page dans les tableaux longs
5676 \begin_inset CommandInset label
5677 LatexCommand label
5678 name "sub:Notes-dans-tableau-long"
5679
5680 \end_inset
5681
5682
5683 \begin_inset Index idx
5684 status collapsed
5685
5686 \begin_layout Plain Layout
5687 Tableaux longs ! Notes de bas de page
5688 \end_layout
5689
5690 \end_inset
5691
5692
5693 \end_layout
5694
5695 \begin_layout Standard
5696 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5697  long.
5698  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5699  contenant la note.
5700  Par exemple le tableau
5701 \begin_inset space ~
5702 \end_inset
5703
5704
5705 \begin_inset CommandInset ref
5706 LatexCommand ref
5707 reference "tab:Légendes-tableau-différentes"
5708
5709 \end_inset
5710
5711  a une note de bas de page.
5712 \end_layout
5713
5714 \begin_layout Subsection
5715 Alignement des tableaux longs
5716 \begin_inset Index idx
5717 status collapsed
5718
5719 \begin_layout Plain Layout
5720 Tableaux longs ! Alignement
5721 \end_layout
5722
5723 \end_inset
5724
5725
5726 \end_layout
5727
5728 \begin_layout Standard
5729 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5730  de dialogue des paramètres de tableau.
5731  Pour les alignements à droite et à gauche, le tableau sera directement
5732  au bord de la page.
5733  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5734  l'alignement centré et modifier les valeurs des longueurs 
5735 \series bold
5736
5737 \backslash
5738 LTleft 
5739 \series default
5740 et 
5741 \series bold
5742
5743 \backslash
5744 LTright
5745 \series default
5746  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5747  concerné :
5748 \end_layout
5749
5750 \begin_layout Standard
5751
5752 \series bold
5753
5754 \backslash
5755 setlength{
5756 \backslash
5757 LTleft}{valeur}
5758 \end_layout
5759
5760 \begin_layout Standard
5761 Où 
5762 \series bold
5763 valeur
5764 \series default
5765  peut avoir n'importe laquelle des unités listées dans le tableau
5766 \begin_inset space ~
5767 \end_inset
5768
5769
5770 \begin_inset CommandInset ref
5771 LatexCommand ref
5772 reference "cha:Unités-de-longueur"
5773
5774 \end_inset
5775
5776 .
5777  
5778 \series bold
5779
5780 \backslash
5781 LTleft
5782 \series default
5783  contrôle la distance horizontale entre le bord gauche de la page et le
5784  tableau, et
5785 \series bold
5786  
5787 \backslash
5788 LTright
5789 \series default
5790  la distance au bord droit.
5791  La valeur implicite des ces deux distances est 
5792 \series bold
5793
5794 \backslash
5795 fill
5796 \series default
5797 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5798 \end_layout
5799
5800 \begin_layout Standard
5801 Le tableau long suivant a été centrée en mettant 
5802 \series bold
5803
5804 \backslash
5805 LTleft
5806 \series default
5807  à 
5808 \family sans
5809 0.1
5810 \backslash
5811 columnwidth
5812 \family default
5813 :
5814 \begin_inset ERT
5815 status collapsed
5816
5817 \begin_layout Plain Layout
5818
5819
5820 \backslash
5821 setlength{
5822 \backslash
5823 LTleft}{0.1
5824 \backslash
5825 columnwidth}
5826 \end_layout
5827
5828 \end_inset
5829
5830
5831 \end_layout
5832
5833 \begin_layout Standard
5834 \begin_inset Tabular
5835 <lyxtabular version="3" rows="5" columns="5">
5836 <features rotate="0" islongtable="true" longtabularalignment="center">
5837 <column alignment="center" valignment="top">
5838 <column alignment="center" valignment="top">
5839 <column alignment="center" valignment="top">
5840 <column alignment="center" valignment="top">
5841 <column alignment="center" valignment="top">
5842 <row>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 1
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 2
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 3
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 4
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 5
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 </row>
5889 <row>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 asd
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 s
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 s
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 s
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 asd
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 </row>
5936 <row>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 asd
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 s
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 s
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 s
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 asd
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 </row>
5983 <row>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 asd
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 s
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 s
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 s
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 asd
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 </row>
6030 <row>
6031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 asd
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 asd
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 asd
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 asd
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 asd
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 </row>
6077 </lyxtabular>
6078
6079 \end_inset
6080
6081
6082 \begin_inset ERT
6083 status collapsed
6084
6085 \begin_layout Plain Layout
6086
6087
6088 \backslash
6089 setlength{
6090 \backslash
6091 LTleft}{
6092 \backslash
6093 fill}
6094 \end_layout
6095
6096 \end_inset
6097
6098
6099 \begin_inset ERT
6100 status collapsed
6101
6102 \begin_layout Plain Layout
6103
6104
6105 \backslash
6106 addtocounter{table}{-1}
6107 \end_layout
6108
6109 \end_inset
6110
6111
6112 \begin_inset Note Note
6113 status collapsed
6114
6115 \begin_layout Plain Layout
6116 Voyez la première note grisée de la section
6117 \begin_inset space ~
6118 \end_inset
6119
6120
6121 \begin_inset CommandInset ref
6122 LatexCommand ref
6123 reference "sub:Tableaux-longs-légende"
6124
6125 \end_inset
6126
6127  pour une explication de cette commande.
6128 \end_layout
6129
6130 \end_inset
6131
6132
6133 \end_layout
6134
6135 \begin_layout Subsection
6136 Légendes et tableaux longs
6137 \begin_inset Index idx
6138 status collapsed
6139
6140 \begin_layout Plain Layout
6141 Tableaux longs ! Legendes@Légendes
6142 \end_layout
6143
6144 \end_inset
6145
6146
6147 \begin_inset CommandInset label
6148 LatexCommand label
6149 name "sub:Tableaux-longs-légende"
6150
6151 \end_inset
6152
6153
6154 \end_layout
6155
6156 \begin_layout Standard
6157 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6158  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6159  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6160  longs quand on utilise pour une ligne l'option de tableau long 
6161 \family sans
6162 Légende
6163 \family default
6164 , comme c'est expliqué dans la section
6165 \begin_inset space ~
6166 \end_inset
6167
6168
6169 \begin_inset CommandInset ref
6170 LatexCommand ref
6171 reference "sec:Tableaux-longs"
6172
6173 \end_inset
6174
6175 .
6176 \end_layout
6177
6178 \begin_layout Standard
6179 Voici un petit Tableau long pour voir comment ça marche :
6180 \end_layout
6181
6182 \begin_layout Standard
6183 \begin_inset Tabular
6184 <lyxtabular version="3" rows="6" columns="5">
6185 <features rotate="0" islongtable="true" longtabularalignment="center">
6186 <column alignment="center" valignment="top">
6187 <column alignment="center" valignment="top">
6188 <column alignment="center" valignment="top">
6189 <column alignment="center" valignment="top">
6190 <column alignment="center" valignment="top">
6191 <row endfirsthead="true" caption="true">
6192 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 \begin_inset Caption Standard
6197
6198 \begin_layout Plain Layout
6199 Tableau long avec une légende
6200 \begin_inset Argument 1
6201 status open
6202
6203 \begin_layout Plain Layout
6204 Tableau long
6205 \end_layout
6206
6207 \end_inset
6208
6209
6210 \end_layout
6211
6212 \end_inset
6213
6214
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 </row>
6256 <row>
6257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 1
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270 2
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279 3
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 4
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 5
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 </row>
6303 <row>
6304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 asd
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317 s
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326 s
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335 s
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344 asd
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 </row>
6350 <row>
6351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 asd
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364 s
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373 s
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 s
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391 asd
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 </row>
6397 <row>
6398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6399 \begin_inset Text
6400
6401 \begin_layout Plain Layout
6402 asd
6403 \end_layout
6404
6405 \end_inset
6406 </cell>
6407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411 s
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420 s
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Plain Layout
6429 s
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438 asd
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 </row>
6444 <row>
6445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Plain Layout
6449 asd
6450 \end_layout
6451
6452 \end_inset
6453 </cell>
6454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6455 \begin_inset Text
6456
6457 \begin_layout Plain Layout
6458 asd
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Plain Layout
6467 asd
6468 \end_layout
6469
6470 \end_inset
6471 </cell>
6472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476 asd
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485 asd
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 </row>
6491 </lyxtabular>
6492
6493 \end_inset
6494
6495
6496 \end_layout
6497
6498 \begin_layout Standard
6499 \begin_inset VSpace medskip
6500 \end_inset
6501
6502
6503 \begin_inset Note Greyedout
6504 status open
6505
6506 \begin_layout Plain Layout
6507
6508 \series bold
6509 Note
6510 \begin_inset space ~
6511 \end_inset
6512
6513 1:
6514 \series default
6515  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6516  n'avez pas prévu de légende.
6517  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6518 \begin_inset space ~
6519 \end_inset
6520
6521 2.4 suit le tableau
6522 \begin_inset space ~
6523 \end_inset
6524
6525 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6526  sans légende.
6527  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6528  après chaque tableau long sans légende :
6529 \end_layout
6530
6531 \begin_layout Plain Layout
6532
6533 \series bold
6534
6535 \backslash
6536 addtocounter{table}{-1}
6537 \end_layout
6538
6539 \begin_layout Plain Layout
6540 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6541  et que vous ajoutez le code suivant dans le préambule du document :
6542 \end_layout
6543
6544 \begin_layout Plain Layout
6545
6546 \series bold
6547
6548 \backslash
6549 let
6550 \backslash
6551 myEnd
6552 \backslash
6553 endlongtable
6554 \begin_inset Newline newline
6555 \end_inset
6556
6557
6558 \backslash
6559 renewcommand{
6560 \backslash
6561 endlongtable}{
6562 \backslash
6563 myEnd
6564 \backslash
6565 addtocounter{table}{-1}}
6566 \end_layout
6567
6568 \end_inset
6569
6570
6571 \end_layout
6572
6573 \begin_layout Standard
6574 \begin_inset Note Greyedout
6575 status open
6576
6577 \begin_layout Plain Layout
6578
6579 \series bold
6580 Note
6581 \begin_inset space ~
6582 \end_inset
6583
6584 2:
6585 \series default
6586  Si vous utilisez 
6587 \series bold
6588 hyperref
6589 \series default
6590
6591 \begin_inset Index idx
6592 status collapsed
6593
6594 \begin_layout Plain Layout
6595 Paquetages LaTeX ! hyperref
6596 \end_layout
6597
6598 \end_inset
6599
6600  dans les 
6601 \family sans
6602 Paramètres du document
6603 \family default
6604  rubrique 
6605 \family sans
6606 Propriétés
6607 \begin_inset space ~
6608 \end_inset
6609
6610 du
6611 \begin_inset space ~
6612 \end_inset
6613
6614 PDF
6615 \family default
6616 , pour transformer vos références croisées en liens cliquables, le lien
6617  vers un tableau long pointera toujours sur le début du document.
6618 \end_layout
6619
6620 \end_inset
6621
6622
6623 \end_layout
6624
6625 \begin_layout Subsubsection
6626 Références à des tableaux longs
6627 \begin_inset Index idx
6628 status collapsed
6629
6630 \begin_layout Plain Layout
6631 Tableaux longs ! Références
6632 \end_layout
6633
6634 \end_inset
6635
6636
6637 \end_layout
6638
6639 \begin_layout Standard
6640 \begin_inset Tabular
6641 <lyxtabular version="3" rows="6" columns="5">
6642 <features rotate="0" islongtable="true" longtabularalignment="center">
6643 <column alignment="center" valignment="top">
6644 <column alignment="center" valignment="top">
6645 <column alignment="center" valignment="top">
6646 <column alignment="center" valignment="top">
6647 <column alignment="center" valignment="top">
6648 <row endfirsthead="true" caption="true">
6649 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 \begin_inset Caption Standard
6654
6655 \begin_layout Plain Layout
6656 Tableau long référencé
6657 \begin_inset CommandInset label
6658 LatexCommand label
6659 name "tab:RefExemple"
6660
6661 \end_inset
6662
6663
6664 \end_layout
6665
6666 \end_inset
6667
6668
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 </row>
6710 <row>
6711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715 1
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724 2
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733 3
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 4
6743 \end_layout
6744
6745 \end_inset
6746 </cell>
6747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 5
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 </row>
6757 <row>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 asd
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 s
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780 s
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789 s
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798 asd
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 </row>
6804 <row>
6805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 asd
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 s
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 s
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6833 \begin_inset Text
6834
6835 \begin_layout Plain Layout
6836 s
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845 asd
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 </row>
6851 <row>
6852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856 asd
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865 s
6866 \end_layout
6867
6868 \end_inset
6869 </cell>
6870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874 s
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 s
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 asd
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 </row>
6898 <row>
6899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903 asd
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 sad
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921 asd
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930 asd
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 asd
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 </row>
6945 </lyxtabular>
6946
6947 \end_inset
6948
6949
6950 \end_layout
6951
6952 \begin_layout Standard
6953 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6954  dans sa légende.
6955 \end_layout
6956
6957 \begin_layout Standard
6958 Ceci est une référence au tableau
6959 \begin_inset space ~
6960 \end_inset
6961
6962
6963 \begin_inset CommandInset ref
6964 LatexCommand ref
6965 reference "tab:RefExemple"
6966
6967 \end_inset
6968
6969 .
6970 \end_layout
6971
6972 \begin_layout Standard
6973 La mise en forme de la légende peut être ajustée avec celle de toutes les
6974  autres légendes de votre document en utilisant le paquetage LaTeX 
6975 \series bold
6976 caption
6977 \series default
6978
6979 \begin_inset Index idx
6980 status collapsed
6981
6982 \begin_layout Plain Layout
6983 Paquetages LaTeX ! caption
6984 \end_layout
6985
6986 \end_inset
6987
6988 , voir la section
6989 \begin_inset space ~
6990 \end_inset
6991
6992
6993 \begin_inset CommandInset ref
6994 LatexCommand ref
6995 reference "sec:Formatage-légende"
6996
6997 \end_inset
6998
6999 .
7000 \end_layout
7001
7002 \begin_layout Subsubsection
7003 Largeur de la légende
7004 \begin_inset Index idx
7005 status collapsed
7006
7007 \begin_layout Plain Layout
7008 Tableaux longs ! Largeur de la légende
7009 \end_layout
7010
7011 \end_inset
7012
7013
7014 \end_layout
7015
7016 \begin_layout Standard
7017 La largeur maximale des lignes de légende est définie par la longueur 
7018 \series bold
7019
7020 \backslash
7021 LTcapwidth
7022 \series default
7023 .
7024  Sa valeur implicite est 4
7025 \begin_inset space \thinspace{}
7026 \end_inset
7027
7028 in.
7029  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
7030  de votre document ou en tant que code TeX directement dans votre document
7031  avant le tableau qui doit être affectée.
7032 \end_layout
7033
7034 \begin_layout Standard
7035
7036 \series bold
7037
7038 \backslash
7039 setlength{
7040 \backslash
7041 LTcapwidth}{largeur}
7042 \end_layout
7043
7044 \begin_layout Standard
7045 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
7046 ce
7047 \begin_inset space ~
7048 \end_inset
7049
7050
7051 \begin_inset CommandInset ref
7052 LatexCommand ref
7053 reference "cha:Unités-de-longueur"
7054
7055 \end_inset
7056
7057 .
7058 \end_layout
7059
7060 \begin_layout Standard
7061 Les tableaux suivants montrent la différence :
7062 \end_layout
7063
7064 \begin_layout Standard
7065 \begin_inset Tabular
7066 <lyxtabular version="3" rows="6" columns="5">
7067 <features rotate="0" islongtable="true" longtabularalignment="center">
7068 <column alignment="center" valignment="top">
7069 <column alignment="center" valignment="top">
7070 <column alignment="center" valignment="top">
7071 <column alignment="center" valignment="top">
7072 <column alignment="center" valignment="top">
7073 <row endfirsthead="true" caption="true">
7074 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 \begin_inset Caption Standard
7079
7080 \begin_layout Plain Layout
7081 long titre complet avec la largeur implicite long titre complet avec la
7082  largeur implicite long titre complet avec la largeur implicite
7083 \begin_inset Argument 1
7084 status open
7085
7086 \begin_layout Plain Layout
7087 Légende avec largeur implicite
7088 \end_layout
7089
7090 \end_inset
7091
7092
7093 \end_layout
7094
7095 \end_inset
7096
7097
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 </row>
7139 <row>
7140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 1
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153 2
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 3
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171 4
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180 5
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 </row>
7186 <row>
7187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 asd
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200 s
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 s
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7215 \begin_inset Text
7216
7217 \begin_layout Plain Layout
7218 s
7219 \end_layout
7220
7221 \end_inset
7222 </cell>
7223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7224 \begin_inset Text
7225
7226 \begin_layout Plain Layout
7227 asd
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 </row>
7233 <row>
7234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 asd
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Plain Layout
7247 s
7248 \end_layout
7249
7250 \end_inset
7251 </cell>
7252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Plain Layout
7256 s
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Plain Layout
7265 s
7266 \end_layout
7267
7268 \end_inset
7269 </cell>
7270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Plain Layout
7274 asd
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 </row>
7280 <row>
7281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285 asd
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294 s
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303 s
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7309 \begin_inset Text
7310
7311 \begin_layout Plain Layout
7312 s
7313 \end_layout
7314
7315 \end_inset
7316 </cell>
7317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7318 \begin_inset Text
7319
7320 \begin_layout Plain Layout
7321 asd
7322 \end_layout
7323
7324 \end_inset
7325 </cell>
7326 </row>
7327 <row>
7328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332 asd
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341 sad
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 asd
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Plain Layout
7359 asd
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7365 \begin_inset Text
7366
7367 \begin_layout Plain Layout
7368 asd
7369 \end_layout
7370
7371 \end_inset
7372 </cell>
7373 </row>
7374 </lyxtabular>
7375
7376 \end_inset
7377
7378
7379 \end_layout
7380
7381 \begin_layout Standard
7382 \begin_inset ERT
7383 status collapsed
7384
7385 \begin_layout Plain Layout
7386
7387
7388 \backslash
7389 setlength{
7390 \backslash
7391 LTcapwidth}{5cm}
7392 \end_layout
7393
7394 \end_inset
7395
7396
7397 \begin_inset Tabular
7398 <lyxtabular version="3" rows="6" columns="5">
7399 <features rotate="0" islongtable="true" longtabularalignment="center">
7400 <column alignment="center" valignment="top">
7401 <column alignment="center" valignment="top">
7402 <column alignment="center" valignment="top">
7403 <column alignment="center" valignment="top">
7404 <column alignment="center" valignment="top">
7405 <row endfirsthead="true" caption="true">
7406 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 \begin_inset Caption Standard
7411
7412 \begin_layout Plain Layout
7413 long titre complet avec la largeur réglée à 5
7414 \begin_inset space \thinspace{}
7415 \end_inset
7416
7417 cm long titre complet avec la largeur réglée à 5
7418 \begin_inset space \thinspace{}
7419 \end_inset
7420
7421 cm long titre complet avec la largeur réglée à 5
7422 \begin_inset space \thinspace{}
7423 \end_inset
7424
7425 cm
7426 \begin_inset Argument 1
7427 status open
7428
7429 \begin_layout Plain Layout
7430 Légende avec largeur à
7431 \begin_inset space \thinspace{}
7432 \end_inset
7433
7434 =
7435 \begin_inset space \thinspace{}
7436 \end_inset
7437
7438 5
7439 \begin_inset space \thinspace{}
7440 \end_inset
7441
7442 cm
7443 \end_layout
7444
7445 \end_inset
7446
7447
7448 \end_layout
7449
7450 \end_inset
7451
7452
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Plain Layout
7461
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Plain Layout
7470
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7476 \begin_inset Text
7477
7478 \begin_layout Plain Layout
7479
7480 \end_layout
7481
7482 \end_inset
7483 </cell>
7484 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Plain Layout
7488
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 </row>
7494 <row>
7495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499 1
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508 2
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517 3
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526 4
7527 \end_layout
7528
7529 \end_inset
7530 </cell>
7531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535 5
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 </row>
7541 <row>
7542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546 asd
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Plain Layout
7555 s
7556 \end_layout
7557
7558 \end_inset
7559 </cell>
7560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564 s
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573 s
7574 \end_layout
7575
7576 \end_inset
7577 </cell>
7578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582 asd
7583 \end_layout
7584
7585 \end_inset
7586 </cell>
7587 </row>
7588 <row>
7589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593 asd
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602 s
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611 s
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Plain Layout
7620 s
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629 asd
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 </row>
7635 <row>
7636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640 asd
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 s
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 s
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667 s
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676 asd
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 </row>
7682 <row>
7683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687 asd
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696 sad
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705 asd
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714 asd
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723 asd
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 </row>
7729 </lyxtabular>
7730
7731 \end_inset
7732
7733
7734 \end_layout
7735
7736 \begin_layout Standard
7737 \begin_inset ERT
7738 status collapsed
7739
7740 \begin_layout Plain Layout
7741
7742
7743 \backslash
7744 setlength{
7745 \backslash
7746 LTcapwidth}{4in}
7747 \end_layout
7748
7749 \end_inset
7750
7751
7752 \end_layout
7753
7754 \begin_layout Standard
7755 \begin_inset Note Greyedout
7756 status open
7757
7758 \begin_layout Plain Layout
7759
7760 \series bold
7761 Note:
7762 \series default
7763  Quand on utilise la paquetage LaTeX 
7764 \series bold
7765 caption
7766 \series default
7767
7768 \begin_inset Index idx
7769 status collapsed
7770
7771 \begin_layout Plain Layout
7772 Paquetages LaTeX ! caption
7773 \end_layout
7774
7775 \end_inset
7776
7777  , comme c'est les cas dans ce document, la légende prend toute la largeur
7778  de la page quand on utilise la largeur implicite de 4
7779 \begin_inset space \thinspace{}
7780 \end_inset
7781
7782 in pour 
7783 \series bold
7784
7785 \backslash
7786 LTcapwidth
7787 \series default
7788 .
7789  Pour avoir dans ce cas une légende qui fasse exactement 4
7790 \begin_inset space \thinspace{}
7791 \end_inset
7792
7793 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7794  comme par exemple 3.99
7795 \begin_inset space \thinspace{}
7796 \end_inset
7797
7798 in, soit utiliser la commande LaTeX 
7799 \series bold
7800
7801 \backslash
7802 captionsetup{width=valeur}
7803 \series default
7804  qui est disponible dans le paquetage 
7805 \series bold
7806 caption
7807 \series default
7808 .
7809 \end_layout
7810
7811 \end_inset
7812
7813
7814 \end_layout
7815
7816 \begin_layout Subsubsection
7817 Des légendes différentes sur chaque page d'un tableau
7818 \begin_inset Argument 1
7819 status collapsed
7820
7821 \begin_layout Plain Layout
7822 Légendes différentes
7823 \end_layout
7824
7825 \end_inset
7826
7827
7828 \begin_inset Index idx
7829 status collapsed
7830
7831 \begin_layout Plain Layout
7832 Tableaux longs ! Legendes@Légendes différentes par page
7833 \end_layout
7834
7835 \end_inset
7836
7837
7838 \end_layout
7839
7840 \begin_layout Standard
7841 Quand la légende du tableau pour les pages suivantes doit être différente
7842  de celle de la première page, marquer une ligne vide en tant qu'en-tête
7843  contenant une légende, puis effectuer un clic droit sur la légende et cocher
7844  dans le menu contextuel
7845 \family sans
7846  Légende (TableauLongSansNuméro)
7847 \family default
7848 .
7849  Le tableau
7850 \begin_inset space ~
7851 \end_inset
7852
7853
7854 \begin_inset CommandInset ref
7855 LatexCommand ref
7856 reference "tab:Légendes-tableau-différentes"
7857
7858 \end_inset
7859
7860  est un exemple de tableau long avec des légendes différentes et où la seconde
7861  légende ne contient pas le numéro du tableau.
7862 \end_layout
7863
7864 \begin_layout Standard
7865 \align center
7866 \begin_inset Tabular
7867 <lyxtabular version="3" rows="59" columns="3">
7868 <features rotate="0" islongtable="true" longtabularalignment="center">
7869 <column alignment="left" valignment="top" width="0pt">
7870 <column alignment="left" valignment="top" width="0pt">
7871 <column alignment="center" valignment="top" width="0pt">
7872 <row endfirsthead="true" caption="true">
7873 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877 \begin_inset Caption Standard
7878
7879 \begin_layout Plain Layout
7880 Exemple d'annuaire téléphonique
7881 \begin_inset CommandInset label
7882 LatexCommand label
7883 name "tab:Légendes-tableau-différentes"
7884
7885 \end_inset
7886
7887
7888 \begin_inset Argument 1
7889 status collapsed
7890
7891 \begin_layout Plain Layout
7892 Exemple Annuaire 
7893 \end_layout
7894
7895 \end_inset
7896
7897
7898 \end_layout
7899
7900 \end_inset
7901
7902
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 </row>
7926 <row endfirsthead="true">
7927 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931
7932 \series bold
7933 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 </row>
7957 <row endfirsthead="true">
7958 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962
7963 \series bold
7964 NOM
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \series bold
7984 TÉL.
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 </row>
7990 <row endhead="true" caption="true">
7991 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 \begin_inset Caption LongTableNoNumber
7996
7997 \begin_layout Plain Layout
7998 Suite de l'exemple d'annuaire téléphonique
7999 \end_layout
8000
8001 \end_inset
8002
8003
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 </row>
8027 <row endhead="true">
8028 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032
8033 \series bold
8034 Exemple d'annuaire téléphonique
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 </row>
8058 <row endhead="true">
8059 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063
8064 \series bold
8065 NOM
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083
8084 \series bold
8085 TÉL.
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 </row>
8091 <row endfoot="true">
8092 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 suite page suivante\SpecialChar \ldots{}
8097
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 </row>
8121 <row>
8122 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126
8127 \series bold
8128 Annovi
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 Silvia
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 111
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 <row>
8153 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157
8158 \series bold
8159 Bertoli
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 Stefano
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 111
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 </row>
8183 <row>
8184 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188
8189 \series bold
8190 Bozzi
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 Walter
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 111
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 </row>
8214 <row>
8215 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219
8220 \series bold
8221 Cachia
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 Maria
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 111
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 </row>
8245 <row>
8246 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250
8251 \series bold
8252 Cachia
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 Maurizio
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 111
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 <row>
8277 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281
8282 \series bold
8283 Cinquemani
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 Giusi
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 111
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \series bold
8314 Colin
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 Bernard
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 111
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 </row>
8338 <row>
8339 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343
8344 \series bold
8345 Concli
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 Gianfranco
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 111
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 </row>
8369 <row>
8370 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374
8375 \series bold
8376 Dal Bosco
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 Carolina
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 111
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 </row>
8400 <row>
8401 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405
8406 \series bold
8407 Dalpiaz
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 Annamaria
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 111
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 </row>
8431 <row>
8432 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436
8437 \series bold
8438 Feliciello
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 Domenico
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 111
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 </row>
8462 <row>
8463 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467
8468 \series bold
8469 Focarelli
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 Paola
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 111
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 </row>
8493 <row>
8494 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498
8499 \series bold
8500 Galletti
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 Oreste
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 111
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \series bold
8531 Gasparini
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 Franca
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 111
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 </row>
8555 <row>
8556 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560
8561 \series bold
8562 Rizzardi
8563 \series default
8564
8565 \begin_inset Foot
8566 status open
8567
8568 \begin_layout Plain Layout
8569 Exemple de note de bas de page
8570 \end_layout
8571
8572 \end_inset
8573
8574
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 Paola
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 111
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603
8604 \series bold
8605 Lassini
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 Giancarlo
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 111
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 </row>
8629 <row>
8630 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634
8635 \series bold
8636 Malfatti
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 Luciano
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 111
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665
8666 \series bold
8667 Malfatti
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 Valeriano
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685 111
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 <row>
8692 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696
8697 \series bold
8698 Meneguzzo
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 Roberto
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 111
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 </row>
8722 <row>
8723 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727
8728 \series bold
8729 Mezzadra
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 Roberto
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 111
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 <row>
8754 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758
8759 \series bold
8760 Pirpamer
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 Erich
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 111
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 </row>
8784 <row>
8785 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789
8790 \series bold
8791 Pochiesa
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 Paolo
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 111, 222
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 </row>
8815 <row>
8816 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820
8821 \series bold
8822 Radina
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 Claudio
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 111
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 </row>
8846 <row>
8847 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851
8852 \series bold
8853 Stuffer
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 Oskar
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871 111
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 </row>
8877 <row>
8878 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882
8883 \series bold
8884 Tacchelli
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 Ugo
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 111
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 </row>
8908 <row>
8909 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913
8914 \series bold
8915 Tezzele
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 Margit
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 111
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 </row>
8939 <row>
8940 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944
8945 \series bold
8946 Unterkalmsteiner
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955 Frieda
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 111
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 </row>
8970 <row>
8971 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975
8976 \series bold
8977 Vieider
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 Hilde
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 111
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 </row>
9001 <row>
9002 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006
9007 \series bold
9008 Vigna
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 Jürgen
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 111
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 </row>
9032 <row>
9033 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037
9038 \series bold
9039 Weber
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048 Maurizio
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 111
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 </row>
9063 <row>
9064 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068
9069 \series bold
9070 Winkler
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 Franz
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 111
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row>
9095 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099  
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 </row>
9123 <row>
9124 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128
9129 \series bold
9130 Annovi
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139 Silvia
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 555
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 </row>
9154 <row>
9155 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159
9160 \series bold
9161 Bertoli
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170 Stefano
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 555
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 </row>
9185 <row>
9186 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190
9191 \series bold
9192 Bozzi
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 Walter
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 555
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 </row>
9216 <row>
9217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221
9222 \series bold
9223 Cachia
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232 Maria
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241 555
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 </row>
9247 <row>
9248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252
9253 \series bold
9254 Cachia
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 Maurizio
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272 555
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 </row>
9278 <row>
9279 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283
9284 \series bold
9285 Cinquemani
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294 Giusi
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303 555
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 </row>
9309 <row>
9310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314
9315 \series bold
9316 Colin
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 Bernard
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334 555
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 </row>
9340 <row>
9341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345
9346 \series bold
9347 Concli
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 Gianfranco
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365 555
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 </row>
9371 <row>
9372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376
9377 \series bold
9378 Dal Bosco
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 Carolina
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 555
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 </row>
9402 <row>
9403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407
9408 \series bold
9409 Dalpiaz
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 Annamaria
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427 555
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 </row>
9433 <row>
9434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438
9439 \series bold
9440 Feliciello
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 Domenico
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458 555
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 </row>
9464 <row>
9465 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469
9470 \series bold
9471 Focarelli
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480 Paola
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Plain Layout
9489 555
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 </row>
9495 <row>
9496 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500
9501 \series bold
9502 Galletti
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511 Oreste
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520 555
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 </row>
9526 <row>
9527 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531
9532 \series bold
9533 Gasparini
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542 Franca
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551 555
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 </row>
9557 <row>
9558 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9559 \begin_inset Text
9560
9561 \begin_layout Plain Layout
9562
9563 \series bold
9564 Rizzardi
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573 Paola
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9579 \begin_inset Text
9580
9581 \begin_layout Plain Layout
9582 555
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 </row>
9588 <row>
9589 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593
9594 \series bold
9595 Lassini
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604 Giancarlo
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613 555
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 <row>
9620 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624
9625 \series bold
9626 Malfatti
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635 Luciano
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644 555
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 </row>
9650 <row>
9651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655
9656 \series bold
9657 Malfatti
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666 Valeriano
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675 555
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 </row>
9681 <row>
9682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686
9687 \series bold
9688 Meneguzzo
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697 Roberto
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Plain Layout
9706 555
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 </row>
9712 <row>
9713 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717
9718 \series bold
9719 Mezzadra
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 Roberto
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737 555
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 </row>
9743 </lyxtabular>
9744
9745 \end_inset
9746
9747
9748 \end_layout
9749
9750 \begin_layout Section
9751 Questions particulières concernant les tableaux longs
9752 \begin_inset Argument 1
9753 status collapsed
9754
9755 \begin_layout Plain Layout
9756 Questions sur les tableaux longs
9757 \end_layout
9758
9759 \end_inset
9760
9761
9762 \begin_inset CommandInset label
9763 LatexCommand label
9764 name "sec:Questions-sur-tableaux-longs"
9765
9766 \end_inset
9767
9768
9769 \end_layout
9770
9771 \begin_layout Subsection
9772 Calculs des pages des tableaux longs
9773 \begin_inset Index idx
9774 status collapsed
9775
9776 \begin_layout Plain Layout
9777 Tableaux longs ! Calculs
9778 \end_layout
9779
9780 \end_inset
9781
9782
9783 \end_layout
9784
9785 \begin_layout Standard
9786 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9787  en utilisant des blocs (chunks).
9788  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9789  mémoire de LaTeX.
9790  La valeur implicite est fixée pour des raisons historiques à seulement
9791  20 lignes de tableau.
9792  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9793  peut ralentir la création de votre document.
9794  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9795  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9796  préambule de votre document :
9797 \end_layout
9798
9799 \begin_layout Standard
9800
9801 \series bold
9802
9803 \backslash
9804 setcounter{LTchunksize}{100}
9805 \end_layout
9806
9807 \begin_layout Subsection
9808 Les flottants et les tableaux longs
9809 \begin_inset Index idx
9810 status collapsed
9811
9812 \begin_layout Plain Layout
9813 Tableaux longs ! Flottants
9814 \end_layout
9815
9816 \end_inset
9817
9818
9819 \end_layout
9820
9821 \begin_layout Standard
9822 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9823  commence un tableau long.
9824  Pour éviter une telle situation, insérez un saut de page (menu 
9825 \family sans
9826 Insertion\SpecialChar \menuseparator
9827 Typographie
9828 \begin_inset space ~
9829 \end_inset
9830
9831 spéciale\SpecialChar \menuseparator
9832 Saut de page (vide le tampon)
9833 \family default
9834
9835 \begin_inset space \thinspace{}
9836 \end_inset
9837
9838 ) juste avant votre tableau long.
9839 \end_layout
9840
9841 \begin_layout Subsection
9842 Sauts de pages forcés
9843 \begin_inset Index idx
9844 status collapsed
9845
9846 \begin_layout Plain Layout
9847 Tableaux longs ! Sauts de pages forcés
9848 \end_layout
9849
9850 \end_inset
9851
9852
9853 \end_layout
9854
9855 \begin_layout Standard
9856 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9857  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9858  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9859  de saut de ligne 
9860 \begin_inset Quotes fld
9861 \end_inset
9862
9863
9864 \backslash
9865
9866 \backslash
9867
9868 \begin_inset Quotes frd
9869 \end_inset
9870
9871  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9872  Avant la commande 
9873 \begin_inset Quotes fld
9874 \end_inset
9875
9876
9877 \backslash
9878
9879 \backslash
9880
9881 \begin_inset Quotes frd
9882 \end_inset
9883
9884 , vous devez insérer en code TeX, autant de caractères 
9885 \begin_inset Quotes fld
9886 \end_inset
9887
9888 &
9889 \begin_inset Quotes frd
9890 \end_inset
9891
9892  qu'il y a de colonnes après la cellule concernée.
9893  Le caractère 
9894 \begin_inset Quotes fld
9895 \end_inset
9896
9897 &
9898 \begin_inset Quotes frd
9899 \end_inset
9900
9901  sert à séparer les colonnes d'un tableau.
9902  Écrivez en code-TeX, après chaque 
9903 \begin_inset Quotes fld
9904 \end_inset
9905
9906 &
9907 \begin_inset Quotes frd
9908 \end_inset
9909
9910  le contenu des cellules correspondantes et en même temps supprimez le contenu
9911  de ces cellules dans le texte normal.
9912  
9913 \begin_inset Newline newline
9914 \end_inset
9915
9916 Après la commande 
9917 \backslash
9918
9919 \backslash
9920 , insérez autant de caractères 
9921 \begin_inset Quotes fld
9922 \end_inset
9923
9924 &
9925 \begin_inset Quotes frd
9926 \end_inset
9927
9928  qu'il y a de colonnes avant la colonne traitée.
9929  Dans le tableau
9930 \begin_inset space ~
9931 \end_inset
9932
9933
9934 \begin_inset CommandInset ref
9935 LatexCommand ref
9936 reference "tab:Tableau-saut-de-page"
9937
9938 \end_inset
9939
9940  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9941  suivie par une autre colonne.
9942  La commande suivante a donc été insérée en code TeX dans la cellule après
9943  le mot 
9944 \begin_inset Quotes fld
9945 \end_inset
9946
9947
9948 \emph on
9949 Castelchiodato,
9950 \emph default
9951
9952 \begin_inset Quotes frd
9953 \end_inset
9954
9955 :
9956 \end_layout
9957
9958 \begin_layout Standard
9959
9960 \series bold
9961 & 111
9962 \backslash
9963
9964 \backslash
9965  
9966 \backslash
9967 newpage
9968 \begin_inset Newline newline
9969 \end_inset
9970
9971 &
9972 \end_layout
9973
9974 \begin_layout Standard
9975 Le 
9976 \begin_inset Quotes fld
9977 \end_inset
9978
9979 111
9980 \begin_inset Quotes frd
9981 \end_inset
9982
9983  dans la troisième colonne de la ligne a été supprimé.
9984  
9985 \series bold
9986
9987 \backslash
9988 newpage
9989 \series default
9990  est nécessaire seulement quand un saut de page doit impérativement avoir
9991  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9992  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9993  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9994  est coupée, utilisez cette commande à la place de la précédente :
9995 \end_layout
9996
9997 \begin_layout Standard
9998
9999 \series bold
10000 & 111
10001 \backslash
10002
10003 \backslash
10004
10005 \begin_inset Newline newline
10006 \end_inset
10007
10008
10009 \backslash
10010 hline &
10011 \end_layout
10012
10013 \begin_layout Standard
10014 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
10015  insérer la commande
10016 \end_layout
10017
10018 \begin_layout Standard
10019
10020 \series bold
10021
10022 \backslash
10023 setlength{
10024 \backslash
10025 parfillskip}{0pt}
10026 \end_layout
10027
10028 \begin_layout Standard
10029 au début de la cellule.
10030  Cela assure que la portion de la cellule qui va se trouver affichée sur
10031  la page suivante le sera avec toute la largeur de la cellule.
10032 \end_layout
10033
10034 \begin_layout Standard
10035 \align center
10036 \begin_inset Tabular
10037 <lyxtabular version="3" rows="38" columns="3">
10038 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10039 <column alignment="left" valignment="top" width="0cm">
10040 <column alignment="left" valignment="top" width="3cm">
10041 <column alignment="center" valignment="top" width="0pt">
10042 <row endfirsthead="true" caption="true">
10043 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047 \begin_inset Caption Standard
10048
10049 \begin_layout Plain Layout
10050 Tableau avec un saut de page forcé dans une cellule
10051 \begin_inset CommandInset label
10052 LatexCommand label
10053 name "tab:Tableau-saut-de-page"
10054
10055 \end_inset
10056
10057
10058 \begin_inset Argument 1
10059 status collapsed
10060
10061 \begin_layout Plain Layout
10062 Tableau avec un saut de page forcé dans une cellule
10063 \end_layout
10064
10065 \end_inset
10066
10067
10068 \end_layout
10069
10070 \end_inset
10071
10072
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 </row>
10096 <row endfirsthead="true">
10097 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101
10102 \series bold
10103 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 </row>
10127 <row endfirsthead="true">
10128 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132
10133 \series bold
10134 NOM
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152
10153 \series bold
10154 TÉL.
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 <row endhead="true">
10161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165 \begin_inset ERT
10166 status collapsed
10167
10168 \begin_layout Plain Layout
10169
10170
10171 \backslash
10172 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10173 \backslash
10174
10175 \backslash
10176 %
10177 \end_layout
10178
10179 \end_inset
10180
10181
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 </row>
10205 <row endhead="true">
10206 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210  
10211 \series bold
10212 Exemple d'annuaire téléphonique
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 </row>
10236 <row endhead="true">
10237 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241
10242 \series bold
10243 NOM
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261
10262 \series bold
10263 TÉL.
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 </row>
10269 <row endfoot="true">
10270 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274 suite page suivante\SpecialChar \ldots{}
10275
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 </row>
10299 <row>
10300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304
10305 \series bold
10306 Annovi
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 Silvia
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 111
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 </row>
10330 <row>
10331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335
10336 \series bold
10337 Bertoli
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 Stefano
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 111
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 </row>
10361 <row>
10362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366
10367 \series bold
10368 Bozzi
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 Walter
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 111
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 </row>
10392 <row>
10393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397
10398 \series bold
10399 Cachia
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 Maria
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 111
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 </row>
10423 <row>
10424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428
10429 \series bold
10430 Cachia
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 Maurizio
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 111
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row>
10455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459
10460 \series bold
10461 Cinquemani
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 Giusi
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 111
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 </row>
10485 <row>
10486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490
10491 \series bold
10492 Colin
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 Bernard
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 111
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 </row>
10516 <row>
10517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521
10522 \series bold
10523 Concli
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 Gianfranco
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 111
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row>
10548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \series bold
10554 Dal Bosco
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 Carolina
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 111
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 </row>
10578 <row>
10579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583
10584 \series bold
10585 Dalpiaz
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 Annamaria
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603 111
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 </row>
10609 <row>
10610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614
10615 \series bold
10616 Feliciello
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 Domenico
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634 111
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 </row>
10640 <row>
10641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645
10646 \series bold
10647 Focarelli
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656 Paola
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665 111
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 </row>
10671 <row>
10672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676
10677 \series bold
10678 Galletti
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 Oreste
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696 111
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 </row>
10702 <row>
10703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707
10708 \series bold
10709 Gasparini
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 Franca
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 111
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 </row>
10733 <row>
10734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738
10739 \series bold
10740 Lassini
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 Giancarlo
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758 111
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 </row>
10764 <row>
10765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769
10770 \series bold
10771 Malfatti
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 Luciano
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789 111
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 </row>
10795 <row>
10796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800
10801 \series bold
10802 Malfatti
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811 Valeriano
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 111
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 </row>
10826 <row>
10827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831
10832 \series bold
10833 Meneguzzo
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 Roberto
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851 111
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 </row>
10857 <row>
10858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862
10863 \series bold
10864 Mezzadra
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 Roberto
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882 111
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 </row>
10888 <row>
10889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893
10894 \series bold
10895 Pirpamer
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 Erich
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 111
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 </row>
10919 <row>
10920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924
10925 \series bold
10926 Pochiesa
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 Paolo
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 111, 222
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 </row>
10950 <row>
10951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955
10956 \series bold
10957 Radina
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966 Claudio
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975 111
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 </row>
10981 <row>
10982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986
10987 \series bold
10988 Rizzardi
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997 Giancarlo, 11.
10998  Fürst von Montecompatri, 11.
10999  Fürst von Sulmona und Vivaro, 10.
11000  Fürst von Rossano, 5.
11001  Herzog von Canemorte, 11.
11002  Herzog von Palombara, 5.
11003  Herzog von Castelchiodato,
11004 \begin_inset ERT
11005 status open
11006
11007 \begin_layout Plain Layout
11008
11009 & 111
11010 \backslash
11011
11012 \backslash
11013  
11014 \backslash
11015 newpage
11016 \end_layout
11017
11018 \begin_layout Plain Layout
11019
11020 &
11021 \end_layout
11022
11023 \end_inset
11024
11025  11.
11026  Herzog von Poggionativo, 11.
11027  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11028  Graf von Valinfreda, 11.
11029  Baron von Cropalati, 11.
11030  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 </row>
11045 <row>
11046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050
11051 \series bold
11052 Stuffer
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 Oskar
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070 111
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 </row>
11076 <row>
11077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081
11082 \series bold
11083 Tacchelli
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 Ugo
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 111
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 </row>
11107 <row>
11108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112
11113 \series bold
11114 Tezzele
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 Margit
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 111
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 </row>
11138 <row>
11139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Plain Layout
11143
11144 \series bold
11145 Unterkalmsteiner
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154 Frieda
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Plain Layout
11163 111
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 </row>
11169 <row>
11170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174
11175 \series bold
11176 Vieider
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 Hilde
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 111
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 </row>
11200 <row>
11201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205
11206 \series bold
11207 Vigna
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 Jürgen
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 111
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 </row>
11231 <row>
11232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236
11237 \series bold
11238 Weber
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 Maurizio
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 111
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 </row>
11262 <row>
11263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267
11268 \series bold
11269 Winkler
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 Franz
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 111
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 </row>
11293 </lyxtabular>
11294
11295 \end_inset
11296
11297
11298 \end_layout
11299
11300 \begin_layout Section
11301 Colonnes et lignes à lignes multiples
11302 \end_layout
11303
11304 \begin_layout Subsection
11305 Lignes multiples dans une cellule de tableau
11306 \begin_inset CommandInset label
11307 LatexCommand label
11308 name "sub:Lignes-multiple-dans-cellule"
11309
11310 \end_inset
11311
11312
11313 \begin_inset Index idx
11314 status collapsed
11315
11316 \begin_layout Plain Layout
11317 Plusieurs lignes dans une case de tableau
11318 \end_layout
11319
11320 \end_inset
11321
11322
11323 \begin_inset Index idx
11324 status collapsed
11325
11326 \begin_layout Plain Layout
11327 Tableau ! Saut de ligne
11328 \end_layout
11329
11330 \end_inset
11331
11332
11333 \end_layout
11334
11335 \begin_layout Standard
11336 \noindent
11337 \begin_inset Float table
11338 placement H
11339 wide false
11340 sideways false
11341 status open
11342
11343 \begin_layout Plain Layout
11344 \begin_inset Caption Standard
11345
11346 \begin_layout Plain Layout
11347 \begin_inset CommandInset label
11348 LatexCommand label
11349 name "tab:Tableau-avec-plusieurs-lignes"
11350
11351 \end_inset
11352
11353 Tableau avec des lignes multiples dans une cellule
11354 \end_layout
11355
11356 \end_inset
11357
11358
11359 \end_layout
11360
11361 \begin_layout Plain Layout
11362 \align center
11363 \begin_inset Tabular
11364 <lyxtabular version="3" rows="3" columns="3">
11365 <features rotate="0" tabularvalignment="middle">
11366 <column alignment="center" valignment="middle" width="2.5cm">
11367 <column alignment="center" valignment="middle">
11368 <column alignment="center" valignment="middle">
11369 <row>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 Lignes
11375 \begin_inset Newline linebreak
11376 \end_inset
11377
11378 multiples
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387 b
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 c
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 </row>
11402 <row>
11403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 d
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 e
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 f
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 </row>
11431 <row>
11432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 g
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 h
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 i
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 </row>
11460 </lyxtabular>
11461
11462 \end_inset
11463
11464
11465 \end_layout
11466
11467 \end_inset
11468
11469
11470 \end_layout
11471
11472 \begin_layout Standard
11473 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11474  d'un paragraphe avec des sauts de lignes et des césures.
11475 \end_layout
11476
11477 \begin_layout Standard
11478 Pour obtenir le tableau
11479 \begin_inset space ~
11480 \end_inset
11481
11482
11483 \begin_inset CommandInset ref
11484 LatexCommand ref
11485 reference "tab:Tableau-avec-plusieurs-lignes"
11486
11487 \end_inset
11488
11489 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11490  droit dessus.
11491  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11492  2.5
11493 \begin_inset space \thinspace{}
11494 \end_inset
11495
11496 cm et choisissez les alignements vertical et horizontal centrés.
11497  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11498  Comme notre texte est plus petit que 2.5
11499 \begin_inset space \thinspace{}
11500 \end_inset
11501
11502 cm, une seule ligne va apparaître.
11503  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11504  
11505 \family sans
11506 Ctrl-Shift-Entrée
11507 \family default
11508 ).
11509  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11510 ement découpé en plusieurs lignes.
11511 \end_layout
11512
11513 \begin_layout Standard
11514 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11515  pas effectuer de césure si c'est le premier élément de la cellule.
11516  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11517  premier élément : Ajoutez un espace horizontal de 0
11518 \begin_inset space \thinspace{}
11519 \end_inset
11520
11521 pt juste avant votre mot.
11522  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11523  Le tableau
11524 \begin_inset space ~
11525 \end_inset
11526
11527
11528 \begin_inset CommandInset ref
11529 LatexCommand ref
11530 reference "tab:Tableau-césure"
11531
11532 \end_inset
11533
11534  montre l'effet de cette insertion.
11535 \end_layout
11536
11537 \begin_layout Standard
11538 \begin_inset Float table
11539 placement h
11540 wide false
11541 sideways false
11542 status open
11543
11544 \begin_layout Plain Layout
11545 \begin_inset Caption Standard
11546
11547 \begin_layout Plain Layout
11548 \begin_inset CommandInset label
11549 LatexCommand label
11550 name "tab:Tableau-césure"
11551
11552 \end_inset
11553
11554 Tableau avec et sans césure.
11555 \end_layout
11556
11557 \end_inset
11558
11559
11560 \end_layout
11561
11562 \begin_layout Plain Layout
11563 \begin_inset space \hfill{}
11564 \end_inset
11565
11566
11567 \begin_inset Tabular
11568 <lyxtabular version="3" rows="3" columns="3">
11569 <features rotate="0" tabularvalignment="middle">
11570 <column alignment="center" valignment="middle" width="2.5cm">
11571 <column alignment="center" valignment="middle">
11572 <column alignment="center" valignment="middle">
11573 <row>
11574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 mottrèslongdansunecellule
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 b
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 c
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 </row>
11602 <row>
11603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 d
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Plain Layout
11616 e
11617 \end_layout
11618
11619 \end_inset
11620 </cell>
11621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11622 \begin_inset Text
11623
11624 \begin_layout Plain Layout
11625 f
11626 \end_layout
11627
11628 \end_inset
11629 </cell>
11630 </row>
11631 <row>
11632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636 g
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645 h
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654 i
11655 \end_layout
11656
11657 \end_inset
11658 </cell>
11659 </row>
11660 </lyxtabular>
11661
11662 \end_inset
11663
11664
11665 \begin_inset space \hfill{}
11666 \end_inset
11667
11668
11669 \begin_inset Tabular
11670 <lyxtabular version="3" rows="3" columns="3">
11671 <features rotate="0" tabularvalignment="middle">
11672 <column alignment="center" valignment="middle" width="2.5cm">
11673 <column alignment="center" valignment="middle">
11674 <column alignment="center" valignment="middle">
11675 <row>
11676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 \begin_inset space \hspace{}
11681 \length 0pt
11682 \end_inset
11683
11684 mottrèslongdansunecellule
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 b
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702 c
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 </row>
11708 <row>
11709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713 d
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 e
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 f
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 </row>
11737 <row>
11738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11739 \begin_inset Text
11740
11741 \begin_layout Plain Layout
11742 g
11743 \end_layout
11744
11745 \end_inset
11746 </cell>
11747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11748 \begin_inset Text
11749
11750 \begin_layout Plain Layout
11751 h
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 i
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 </row>
11766 </lyxtabular>
11767
11768 \end_inset
11769
11770
11771 \begin_inset space \hfill{}
11772 \end_inset
11773
11774
11775 \end_layout
11776
11777 \end_inset
11778
11779
11780 \end_layout
11781
11782 \begin_layout Subsection
11783 Multi-colonnes
11784 \begin_inset CommandInset label
11785 LatexCommand label
11786 name "sub:Multicolonnes"
11787
11788 \end_inset
11789
11790
11791 \begin_inset Index idx
11792 status collapsed
11793
11794 \begin_layout Plain Layout
11795 Multi-colonnes
11796 \end_layout
11797
11798 \end_inset
11799
11800
11801 \begin_inset Index idx
11802 status collapsed
11803
11804 \begin_layout Plain Layout
11805 Tableau ! Multi-colonnes
11806 \end_layout
11807
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \begin_layout Subsubsection
11814 Les bases des multi-colonnes
11815 \end_layout
11816
11817 \begin_layout Standard
11818 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11819  qu'elle doit couvrir et utilisez soit le bouton 
11820 \begin_inset Info
11821 type  "icon"
11822 arg   "inset-modify tabular multicolumn"
11823 \end_inset
11824
11825  de la barre d'outils tableau, ou le menu 
11826 \family sans
11827 Édition\SpecialChar \menuseparator
11828 Tableau\SpecialChar \menuseparator
11829 Multi-colonnes
11830 \family default
11831 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11832  
11833 \family sans
11834 Multi-colonnes
11835 \family default
11836 .
11837 \end_layout
11838
11839 \begin_layout Standard
11840 Les multi-colonnes ont leurs propres paramètres de cellule.
11841  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11842  de la cellule, cela n'affecte que la cellule multi-colonnes.
11843  Voici un exemple de tableau avec une cellule multi-colonnes dans la première
11844  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11845 \end_layout
11846
11847 \begin_layout Standard
11848 \align center
11849 \begin_inset Tabular
11850 <lyxtabular version="3" rows="3" columns="4">
11851 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11852 <column alignment="center" valignment="top" width="0pt">
11853 <column alignment="center" valignment="middle">
11854 <column alignment="center" valignment="top" width="0in">
11855 <column alignment="center" valignment="top" width="0pt">
11856 <row>
11857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11858 \begin_inset Text
11859
11860 \begin_layout Plain Layout
11861 abc
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11867 \begin_inset Text
11868
11869 \begin_layout Plain Layout
11870 def ghi
11871 \end_layout
11872
11873 \end_inset
11874 </cell>
11875 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11876 \begin_inset Text
11877
11878 \begin_layout Plain Layout
11879
11880 \end_layout
11881
11882 \end_inset
11883 </cell>
11884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11885 \begin_inset Text
11886
11887 \begin_layout Plain Layout
11888 jkl
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 </row>
11894 <row>
11895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 A
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 B
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917 C
11918 \end_layout
11919
11920 \end_inset
11921 </cell>
11922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11923 \begin_inset Text
11924
11925 \begin_layout Plain Layout
11926 D
11927 \end_layout
11928
11929 \end_inset
11930 </cell>
11931 </row>
11932 <row>
11933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11934 \begin_inset Text
11935
11936 \begin_layout Plain Layout
11937 1
11938 \end_layout
11939
11940 \end_inset
11941 </cell>
11942 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946 2
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 3
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11961 \begin_inset Text
11962
11963 \begin_layout Plain Layout
11964 4
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 </row>
11970 </lyxtabular>
11971
11972 \end_inset
11973
11974
11975 \end_layout
11976
11977 \begin_layout Subsubsection
11978 Calculs avec les multi-colonnes
11979 \begin_inset CommandInset label
11980 LatexCommand label
11981 name "sub:Calculs-multicolonnes"
11982
11983 \end_inset
11984
11985
11986 \begin_inset Index idx
11987 status collapsed
11988
11989 \begin_layout Plain Layout
11990 Multi-colonnes ! Calculs
11991 \end_layout
11992
11993 \end_inset
11994
11995
11996 \end_layout
11997
11998 \begin_layout Standard
11999 LyX gère directement les multi-colonnes, mais nous devons faire attention
12000  à la largeur des cellules couvertes par la cellule multi-colonnes.
12001 \end_layout
12002
12003 \begin_layout Standard
12004 \begin_inset Float table
12005 placement h
12006 wide false
12007 sideways false
12008 status open
12009
12010 \begin_layout Plain Layout
12011 \begin_inset Caption Standard
12012
12013 \begin_layout Plain Layout
12014 \begin_inset CommandInset label
12015 LatexCommand label
12016 name "tab:Tableau-multicolonne-parfaite"
12017
12018 \end_inset
12019
12020 Tableau avec un texte centré dans une case multi-colonnes au-dessus de deux
12021  colonnes qui ont exactement la moitié de la largeur de la case multi-colonnes.
12022 \begin_inset Argument 1
12023 status open
12024
12025 \begin_layout Plain Layout
12026 Tableau avec multi-colonnes parfaite
12027 \end_layout
12028
12029 \end_inset
12030
12031
12032 \end_layout
12033
12034 \end_inset
12035
12036
12037 \end_layout
12038
12039 \begin_layout Plain Layout
12040 \align center
12041 \begin_inset Tabular
12042 <lyxtabular version="3" rows="3" columns="3">
12043 <features rotate="0" tabularvalignment="middle">
12044 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12045 <column alignment="center" valignment="middle">
12046 <column alignment="center" valignment="top">
12047 <row>
12048 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12049 \begin_inset Text
12050
12051 \begin_layout Plain Layout
12052 multi-colonnes sur plusieurs lignes
12053 \end_layout
12054
12055 \end_inset
12056 </cell>
12057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12058 \begin_inset Text
12059
12060 \begin_layout Plain Layout
12061
12062 \end_layout
12063
12064 \end_inset
12065 </cell>
12066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12067 \begin_inset Text
12068
12069 \begin_layout Plain Layout
12070 c
12071 \end_layout
12072
12073 \end_inset
12074 </cell>
12075 </row>
12076 <row>
12077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12078 \begin_inset Text
12079
12080 \begin_layout Plain Layout
12081 d
12082 \end_layout
12083
12084 \end_inset
12085 </cell>
12086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12087 \begin_inset Text
12088
12089 \begin_layout Plain Layout
12090 e
12091 \end_layout
12092
12093 \end_inset
12094 </cell>
12095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12096 \begin_inset Text
12097
12098 \begin_layout Plain Layout
12099 f
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 </row>
12105 <row>
12106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12107 \begin_inset Text
12108
12109 \begin_layout Plain Layout
12110 g
12111 \end_layout
12112
12113 \end_inset
12114 </cell>
12115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12116 \begin_inset Text
12117
12118 \begin_layout Plain Layout
12119 h
12120 \end_layout
12121
12122 \end_inset
12123 </cell>
12124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12125 \begin_inset Text
12126
12127 \begin_layout Plain Layout
12128 i
12129 \end_layout
12130
12131 \end_inset
12132 </cell>
12133 </row>
12134 </lyxtabular>
12135
12136 \end_inset
12137
12138
12139 \end_layout
12140
12141 \end_inset
12142
12143
12144 \end_layout
12145
12146 \begin_layout Standard
12147 Par exemple, pour créer le tableau
12148 \begin_inset space ~
12149 \end_inset
12150
12151
12152 \begin_inset CommandInset ref
12153 LatexCommand ref
12154 reference "tab:Tableau-multicolonne-parfaite"
12155
12156 \end_inset
12157
12158 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12159  3×3 et faites un clic droit dessus.
12160  Ensuite choisissez pour cette cellule
12161 \emph on
12162 ,
12163 \emph default
12164  dans la fenêtre de dialogue de tableau, 
12165 \emph on
12166 multi-colonnes
12167 \emph default
12168
12169 \emph on
12170 alignement
12171 \begin_inset space ~
12172 \end_inset
12173
12174 horizontal
12175 \begin_inset space ~
12176 \end_inset
12177
12178 centré
12179 \emph default
12180  et une largeur de 2.5
12181 \begin_inset space \thinspace{}
12182 \end_inset
12183
12184 cm.
12185  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12186  de la cellule multi-colonnes, vous devez donc donner une largeur de 1.25
12187 \begin_inset space \thinspace{}
12188 \end_inset
12189
12190 cm pour la première colonne.
12191  La deuxième colonne aura alors automatiquement une largeur de 1.25
12192 \begin_inset space \thinspace{}
12193 \end_inset
12194
12195 cm (la largeur de la multi-colonnes moins la largeur de la première colonne).
12196  C'est ce qui a été fait pour le tableau
12197 \begin_inset space ~
12198 \end_inset
12199
12200
12201 \begin_inset CommandInset ref
12202 LatexCommand ref
12203 reference "tab:Tableau-multicolonne-imparfait"
12204
12205 \end_inset
12206
12207 .
12208 \end_layout
12209
12210 \begin_layout Standard
12211 \begin_inset Float table
12212 wide false
12213 sideways false
12214 status open
12215
12216 \begin_layout Plain Layout
12217 \begin_inset Caption Standard
12218
12219 \begin_layout Plain Layout
12220 \begin_inset CommandInset label
12221 LatexCommand label
12222 name "tab:Tableau-multicolonne-imparfait"
12223
12224 \end_inset
12225
12226 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12227  de la largeur de la cellule multi-colonnes.
12228 \begin_inset Argument 1
12229 status open
12230
12231 \begin_layout Plain Layout
12232 Tableau avec multi-colonnes pas parfaite
12233 \end_layout
12234
12235 \end_inset
12236
12237
12238 \end_layout
12239
12240 \end_inset
12241
12242
12243 \end_layout
12244
12245 \begin_layout Plain Layout
12246 \align center
12247 \begin_inset Tabular
12248 <lyxtabular version="3" rows="3" columns="3">
12249 <features rotate="0" tabularvalignment="middle">
12250 <column alignment="center" valignment="top" width="1.25cm">
12251 <column alignment="center" valignment="top">
12252 <column alignment="center" valignment="top">
12253 <row>
12254 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12255 \begin_inset Text
12256
12257 \begin_layout Plain Layout
12258 multi-colonnes sur plusieurs lignes
12259 \end_layout
12260
12261 \end_inset
12262 </cell>
12263 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12264 \begin_inset Text
12265
12266 \begin_layout Plain Layout
12267
12268 \end_layout
12269
12270 \end_inset
12271 </cell>
12272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12273 \begin_inset Text
12274
12275 \begin_layout Plain Layout
12276 c
12277 \end_layout
12278
12279 \end_inset
12280 </cell>
12281 </row>
12282 <row>
12283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12284 \begin_inset Text
12285
12286 \begin_layout Plain Layout
12287 d
12288 \end_layout
12289
12290 \end_inset
12291 </cell>
12292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296 e
12297 \end_layout
12298
12299 \end_inset
12300 </cell>
12301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12302 \begin_inset Text
12303
12304 \begin_layout Plain Layout
12305 f
12306 \end_layout
12307
12308 \end_inset
12309 </cell>
12310 </row>
12311 <row>
12312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12313 \begin_inset Text
12314
12315 \begin_layout Plain Layout
12316 g
12317 \end_layout
12318
12319 \end_inset
12320 </cell>
12321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12322 \begin_inset Text
12323
12324 \begin_layout Plain Layout
12325 h
12326 \end_layout
12327
12328 \end_inset
12329 </cell>
12330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12331 \begin_inset Text
12332
12333 \begin_layout Plain Layout
12334 i
12335 \end_layout
12336
12337 \end_inset
12338 </cell>
12339 </row>
12340 </lyxtabular>
12341
12342 \end_inset
12343
12344
12345 \end_layout
12346
12347 \end_inset
12348
12349
12350 \end_layout
12351
12352 \begin_layout Standard
12353 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12354  de la cellule multi-colonnes, elle est un peu plus large.
12355  La raison est que la taille que l'on donne à une cellule, 
12356 \begin_inset Formula $W_{g}$
12357 \end_inset
12358
12359  n'est pas sa taille totale, 
12360 \begin_inset Formula $W_{\mathrm{tot}}$
12361 \end_inset
12362
12363  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12364  lui donne.
12365  L'appendice
12366 \begin_inset space ~
12367 \end_inset
12368
12369
12370 \begin_inset CommandInset ref
12371 LatexCommand ref
12372 reference "cha:Explication-de-l'Equation"
12373
12374 \end_inset
12375
12376  explique pourquoi en détail.
12377 \end_layout
12378
12379 \begin_layout Standard
12380 La largeur nécessaire 
12381 \begin_inset Formula $W_{g\, n}$
12382 \end_inset
12383
12384  quand 
12385 \emph on
12386 n
12387 \emph default
12388  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12389  ait une largeur totale de 
12390 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12391 \end_inset
12392
12393 :
12394 \begin_inset Formula 
12395 \begin{equation}
12396 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12397 \end{equation}
12398
12399 \end_inset
12400
12401
12402 \end_layout
12403
12404 \begin_layout Standard
12405 Dans notre cas nous avons 
12406 \begin_inset Formula $n=2$
12407 \end_inset
12408
12409
12410 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12411 \end_inset
12412
12413 cm et les valeurs implicites pour les autres longueurs, l'équation
12414 \begin_inset space ~
12415 \end_inset
12416
12417
12418 \begin_inset CommandInset ref
12419 LatexCommand ref
12420 reference "eq:Wgn"
12421
12422 \end_inset
12423
12424  devient
12425 \begin_inset Formula 
12426 \begin{equation}
12427 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12428 \end{equation}
12429
12430 \end_inset
12431
12432
12433 \end_layout
12434
12435 \begin_layout Standard
12436 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12437  
12438 \series bold
12439 calc
12440 \series default
12441  avec la ligne suivante dans le préambule du document
12442 \begin_inset Index idx
12443 status collapsed
12444
12445 \begin_layout Plain Layout
12446 Paquetages LaTeX ! calc
12447 \end_layout
12448
12449 \end_inset
12450
12451
12452 \end_layout
12453
12454 \begin_layout Standard
12455
12456 \series bold
12457
12458 \backslash
12459 usepackage{calc}
12460 \end_layout
12461
12462 \begin_layout Standard
12463 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12464  de dialogue.
12465  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12466  la fenêtre de dialogue.
12467  Voici un aperçu de ces paramètres :
12468 \end_layout
12469
12470 \begin_layout Itemize
12471
12472 \series bold
12473 p{largeur}
12474 \series default
12475  crée une cellule de taille donnée, le texte est aligné verticalement en
12476  haut.
12477 \end_layout
12478
12479 \begin_layout Itemize
12480
12481 \series bold
12482 m{largeur}
12483 \series default
12484  crée une cellule de taille donnée, le texte est aligné verticalement au
12485  centre
12486 \end_layout
12487
12488 \begin_layout Itemize
12489
12490 \series bold
12491 b{largeur}
12492 \series default
12493  crée une cellule de taille donnée, le texte est aligné verticalement en
12494  bas
12495 \end_layout
12496
12497 \begin_layout Standard
12498 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12499  la fenêtre de dialogue sont ignorés.
12500 \end_layout
12501
12502 \begin_layout Standard
12503 \begin_inset Note Greyedout
12504 status open
12505
12506 \begin_layout Plain Layout
12507
12508 \series bold
12509 Note:
12510 \series default
12511  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12512  en compte.
12513 \end_layout
12514
12515 \end_inset
12516
12517
12518 \end_layout
12519
12520 \begin_layout Standard
12521 Comme le texte doit être centré horizontalement, on ajoute la commande 
12522 \series bold
12523
12524 \backslash
12525 centering
12526 \series default
12527 .
12528  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12529  des colonnes recouvertes :
12530 \end_layout
12531
12532 \begin_layout Standard
12533
12534 \series bold
12535 >{
12536 \backslash
12537 centering}m{1.25cm-6.2pt}
12538 \end_layout
12539
12540 \begin_layout Standard
12541 La commande 
12542 \series bold
12543 >{ }
12544 \series default
12545  signifie que les commandes qui se trouvent entre les accolades doivent
12546  être appliquées avant que la cellule ne soit créée.
12547 \end_layout
12548
12549 \begin_layout Standard
12550 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12551  multi-colonnes, il est toujours aligné à gauche.
12552  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12553  isolées.
12554  Nous devons donc utiliser le paramètre LaTeX suivant pour la multi-colonnes
12555 \end_layout
12556
12557 \begin_layout Standard
12558
12559 \series bold
12560 >{
12561 \backslash
12562 centering}m{2.5cm}
12563 \end_layout
12564
12565 \begin_layout Subsection
12566 Multi-lignes
12567 \begin_inset CommandInset label
12568 LatexCommand label
12569 name "sub:Multi-lignes"
12570
12571 \end_inset
12572
12573
12574 \begin_inset Index idx
12575 status collapsed
12576
12577 \begin_layout Plain Layout
12578 Multi-lignes
12579 \end_layout
12580
12581 \end_inset
12582
12583
12584 \begin_inset Index idx
12585 status collapsed
12586
12587 \begin_layout Plain Layout
12588 Tableau ! multi-lignes
12589 \end_layout
12590
12591 \end_inset
12592
12593
12594 \end_layout
12595
12596 \begin_layout Standard
12597 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12598  qu'elle doit couvrir et utilisez soit le bouton 
12599 \begin_inset Info
12600 type  "icon"
12601 arg   "inset-modify tabular multirow"
12602 \end_inset
12603
12604  de la barre d'outils tableau, ou le menu 
12605 \family sans
12606 Édition\SpecialChar \menuseparator
12607 Tableau\SpecialChar \menuseparator
12608 Multi-lignes
12609 \family default
12610 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12611  
12612 \family sans
12613 Multi-lignes
12614 \family default
12615 .
12616 \end_layout
12617
12618 \begin_layout Standard
12619 Voici un exemple de tableau avec une cellule multi-lignes en première colonne:
12620 \end_layout
12621
12622 \begin_layout Standard
12623 \align center
12624 \begin_inset Tabular
12625 <lyxtabular version="3" rows="3" columns="3">
12626 <features rotate="0" tabularvalignment="middle">
12627 <column alignment="center" valignment="top" width="0pt">
12628 <column alignment="center" valignment="top">
12629 <column alignment="center" valignment="top">
12630 <row>
12631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 un contenu long
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644 b
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 c
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 </row>
12659 <row>
12660 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664 multi-lignes
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673 e
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 f
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 </row>
12688 <row>
12689 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Plain Layout
12693
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Plain Layout
12702 h
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711 i
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 </row>
12717 </lyxtabular>
12718
12719 \end_inset
12720
12721
12722 \end_layout
12723
12724 \begin_layout Standard
12725 La largeur de la cellule multi-lignes est déterminée par la largeur de toute
12726  la colonne.
12727  L'
12728 \family sans
12729 Espacement
12730 \begin_inset space ~
12731 \end_inset
12732
12733 vertical
12734 \family default
12735  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12736  est positive ou négative.
12737 \end_layout
12738
12739 \begin_layout Standard
12740 Si la colonne dans laquelle se trouve la multi-lignes n'a pas de largeur
12741  fixée explicitement, la cellule hérite de l'alignement de la colonne.
12742  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12743  implicite, vous devez redéfinir la commande 
12744 \series bold
12745
12746 \backslash
12747 multirowsetup
12748 \series default
12749  avec la commande
12750 \end_layout
12751
12752 \begin_layout Standard
12753
12754 \series bold
12755
12756 \backslash
12757 renewcommand{
12758 \backslash
12759 multirowsetup}{
12760 \backslash
12761 centering}
12762 \end_layout
12763
12764 \begin_layout Standard
12765 dans le préambule du document.
12766  Après ça, tous les contenus de cellules multi-lignes du document seront
12767  centrés.
12768  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12769  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12770  juste avant le tableau concerné, plutôt que dans le préambule.
12771  Si le texte doit être aligné à droite, remplacez 
12772 \series bold
12773
12774 \backslash
12775 centering
12776 \series default
12777  par 
12778 \series bold
12779
12780 \backslash
12781 raggedleft
12782 \series default
12783 .
12784  Pour revenir à l'alignement à gauche utilisez 
12785 \series bold
12786
12787 \backslash
12788 raggedright
12789 \series default
12790 .
12791 \end_layout
12792
12793 \begin_layout Standard
12794 Voici un exemple de tableau avec une cellule multi-lignes alignée à droite
12795  avec un décalage vertical de -4
12796 \begin_inset space \thinspace{}
12797 \end_inset
12798
12799 mm dans une colonne de 3
12800 \begin_inset space \thinspace{}
12801 \end_inset
12802
12803 cm de large
12804 \begin_inset space ~
12805 \end_inset
12806
12807 :
12808 \end_layout
12809
12810 \begin_layout Standard
12811 \noindent
12812 \align center
12813 \begin_inset ERT
12814 status collapsed
12815
12816 \begin_layout Plain Layout
12817
12818
12819 \backslash
12820 renewcommand{
12821 \backslash
12822 multirowsetup}{
12823 \backslash
12824 raggedleft}
12825 \end_layout
12826
12827 \end_inset
12828
12829
12830 \begin_inset Tabular
12831 <lyxtabular version="3" rows="4" columns="3">
12832 <features rotate="0" tabularvalignment="middle">
12833 <column alignment="center" valignment="top" width="3cm">
12834 <column alignment="center" valignment="top">
12835 <column alignment="center" valignment="top">
12836 <row>
12837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841 un contenu long
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850 b
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12856 \begin_inset Text
12857
12858 \begin_layout Plain Layout
12859 c
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 </row>
12865 <row>
12866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 t
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Plain Layout
12879 n
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12885 \begin_inset Text
12886
12887 \begin_layout Plain Layout
12888 m
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 </row>
12894 <row>
12895 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12896 \begin_inset Text
12897
12898 \begin_layout Plain Layout
12899 multi-lignes
12900 \end_layout
12901
12902 \end_inset
12903 </cell>
12904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12905 \begin_inset Text
12906
12907 \begin_layout Plain Layout
12908 e
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Plain Layout
12917 f
12918 \end_layout
12919
12920 \end_inset
12921 </cell>
12922 </row>
12923 <row>
12924 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12925 \begin_inset Text
12926
12927 \begin_layout Plain Layout
12928
12929 \end_layout
12930
12931 \end_inset
12932 </cell>
12933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12934 \begin_inset Text
12935
12936 \begin_layout Plain Layout
12937 h
12938 \end_layout
12939
12940 \end_inset
12941 </cell>
12942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12943 \begin_inset Text
12944
12945 \begin_layout Plain Layout
12946 i
12947 \end_layout
12948
12949 \end_inset
12950 </cell>
12951 </row>
12952 </lyxtabular>
12953
12954 \end_inset
12955
12956
12957 \begin_inset ERT
12958 status collapsed
12959
12960 \begin_layout Plain Layout
12961
12962
12963 \backslash
12964 renewcommand{
12965 \backslash
12966 multirowsetup}{
12967 \backslash
12968 raggedright}
12969 \end_layout
12970
12971 \end_inset
12972
12973
12974 \end_layout
12975
12976 \begin_layout Standard
12977 Pour commencer une nouvelle ligne dans une cellule multi-lignes vous pouvez
12978  utiliser un saut de ligne forcé (
12979 \begin_inset space ~
12980 \end_inset
12981
12982 raccourci 
12983 \family sans
12984 Ctrl+Entrée
12985 \family default
12986
12987 \begin_inset space ~
12988 \end_inset
12989
12990 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12991  on le voit dans ce tableau :
12992 \end_layout
12993
12994 \begin_layout Standard
12995 \noindent
12996 \align center
12997 \begin_inset Tabular
12998 <lyxtabular version="3" rows="3" columns="2">
12999 <features rotate="0" tabularvalignment="middle">
13000 <column alignment="left" valignment="middle" width="2cm">
13001 <column alignment="center" valignment="top">
13002 <row>
13003 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 aaa
13008 \begin_inset Newline newline
13009 \end_inset
13010
13011 aaa
13012 \begin_inset Newline newline
13013 \end_inset
13014
13015 mauvaise cellule
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13021 \begin_inset Text
13022
13023 \begin_layout Plain Layout
13024 ccc
13025 \end_layout
13026
13027 \end_inset
13028 </cell>
13029 </row>
13030 <row>
13031 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13032 \begin_inset Text
13033
13034 \begin_layout Plain Layout
13035
13036 \end_layout
13037
13038 \end_inset
13039 </cell>
13040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13041 \begin_inset Text
13042
13043 \begin_layout Plain Layout
13044 ddd
13045 \end_layout
13046
13047 \end_inset
13048 </cell>
13049 </row>
13050 <row>
13051 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055 bbb
13056 \end_layout
13057
13058 \end_inset
13059 </cell>
13060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13061 \begin_inset Text
13062
13063 \begin_layout Plain Layout
13064 eee
13065 \end_layout
13066
13067 \end_inset
13068 </cell>
13069 </row>
13070 </lyxtabular>
13071
13072 \end_inset
13073
13074
13075 \end_layout
13076
13077 \begin_layout Standard
13078 Vous devez donc faire attention avec les saut de lignes forcés.
13079 \end_layout
13080
13081 \begin_layout Subsection
13082 Cellules avec ligne(s) diagonale(s)
13083 \end_layout
13084
13085 \begin_layout Standard
13086 Pour instruire le lecteur de la signification ds titres de lignes et de
13087  colonnes dans un tableau, il est pratique de partager le première cellule
13088  du tableau à l'aide d'une ou deux lignes diagonales.
13089  Ceci peut être obtenu ne chargeant dans le préambule du document les paquetage
13090  LaTeX
13091 \series bold
13092 \lang english
13093  diagbox
13094 \series default
13095 \lang french
13096
13097 \begin_inset Index idx
13098 status collapsed
13099
13100 \begin_layout Plain Layout
13101 Paquetages LaTeX ! diagbox
13102 \end_layout
13103
13104 \end_inset
13105
13106 .
13107  Ce paquetage inclut la commande 
13108 \series bold
13109 \lang english
13110
13111 \backslash
13112 diagbox
13113 \series default
13114 \lang french
13115  que l'on peut insérer en mode TeX et qui peut avoir 2 ou 3 arguments:
13116 \end_layout
13117
13118 \begin_layout Standard
13119
13120 \series bold
13121 \lang english
13122
13123 \backslash
13124 diagbox[options]
13125 \lang french
13126 {inférieur gauche}{supérieur droit}
13127 \end_layout
13128
13129 \begin_layout Standard
13130
13131 \series bold
13132 \lang english
13133
13134 \backslash
13135 diagbox[options]
13136 \lang french
13137 {inférieur gauche}{supérieur gauche}{supérieur droit}
13138 \end_layout
13139
13140 \begin_layout Standard
13141 Dans le premier cas, la cellule est partagée par une seule ligne diagonale
13142  et les arguments sont placés au-dessus et en-dessous de cette ligne.
13143  Dans le second cas, la cellule est partagée par deux lignes.
13144 \end_layout
13145
13146 \begin_layout Standard
13147 \begin_inset ERT
13148 status collapsed
13149
13150 \begin_layout Plain Layout
13151
13152
13153 \backslash
13154 ifdiagbox
13155 \end_layout
13156
13157 \end_inset
13158
13159
13160 \begin_inset Note Note
13161 status open
13162
13163 \begin_layout Plain Layout
13164 La section suivante ne s'affichera que si vous avez installé le paquetage
13165  LaTeX 
13166 \series bold
13167 diagbox
13168 \series default
13169 .
13170 \end_layout
13171
13172 \end_inset
13173
13174
13175 \end_layout
13176
13177 \begin_layout Standard
13178 Voici un exemple de tableau où 
13179 \series bold
13180 \lang english
13181
13182 \backslash
13183 diagbox
13184 \lang french
13185  
13186 \series default
13187 est utilisé avec 2 arguments
13188 \begin_inset space ~
13189 \end_inset
13190
13191 dans la première cellule:
13192 \lang english
13193
13194 \begin_inset VSpace medskip
13195 \end_inset
13196
13197
13198 \end_layout
13199
13200 \begin_layout Standard
13201 \noindent
13202
13203 \lang english
13204 \begin_inset Tabular
13205 <lyxtabular version="3" rows="4" columns="4">
13206 <features rotate="0" tabularvalignment="middle">
13207 <column alignment="center" valignment="top">
13208 <column alignment="center" valignment="top">
13209 <column alignment="center" valignment="top">
13210 <column alignment="center" valignment="top">
13211 <row>
13212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13213 \begin_inset Text
13214
13215 \begin_layout Plain Layout
13216 \begin_inset ERT
13217 status collapsed
13218
13219 \begin_layout Plain Layout
13220
13221
13222 \backslash
13223 diagbox{
13224 \end_layout
13225
13226 \end_inset
13227
13228 Nom
13229 \begin_inset ERT
13230 status collapsed
13231
13232 \begin_layout Plain Layout
13233
13234 }{
13235 \end_layout
13236
13237 \end_inset
13238
13239 Paramètre
13240 \begin_inset ERT
13241 status collapsed
13242
13243 \begin_layout Plain Layout
13244
13245 }
13246 \end_layout
13247
13248 \end_inset
13249
13250
13251 \end_layout
13252
13253 \end_inset
13254 </cell>
13255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13256 \begin_inset Text
13257
13258 \begin_layout Plain Layout
13259 Épaisseur en nm
13260 \end_layout
13261
13262 \end_inset
13263 </cell>
13264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13265 \begin_inset Text
13266
13267 \begin_layout Plain Layout
13268 Transparence en %
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 Dureté en MPa
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 </row>
13283 <row>
13284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288 Vert parfait
13289 \end_layout
13290
13291 \end_inset
13292 </cell>
13293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13294 \begin_inset Text
13295
13296 \begin_layout Plain Layout
13297 45
13298 \end_layout
13299
13300 \end_inset
13301 </cell>
13302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306 80
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Plain Layout
13315 504
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 </row>
13321 <row>
13322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13323 \begin_inset Text
13324
13325 \begin_layout Plain Layout
13326 Multi-P foncé
13327 \end_layout
13328
13329 \end_inset
13330 </cell>
13331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335 60
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 72
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 982
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 </row>
13359 <row>
13360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 Pro transparent
13365 \end_layout
13366
13367 \end_inset
13368 </cell>
13369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373 18
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 86
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391 374
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 </row>
13397 </lyxtabular>
13398
13399 \end_inset
13400
13401
13402 \begin_inset VSpace medskip
13403 \end_inset
13404
13405
13406 \end_layout
13407
13408 \begin_layout Standard
13409 La forme à 3 arguments est utile par exemple pour les tableaux croisés de
13410  sport ou les distances:
13411 \end_layout
13412
13413 \begin_layout Standard
13414 \noindent
13415 \align center
13416 \begin_inset Tabular
13417 <lyxtabular version="3" rows="4" columns="4">
13418 <features rotate="0" tabularvalignment="middle">
13419 <column alignment="center" valignment="top" width="0pt">
13420 <column alignment="center" valignment="top">
13421 <column alignment="center" valignment="top">
13422 <column alignment="center" valignment="top">
13423 <row>
13424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428 \begin_inset ERT
13429 status collapsed
13430
13431 \begin_layout Plain Layout
13432
13433
13434 \backslash
13435 diagbox{
13436 \end_layout
13437
13438 \end_inset
13439
13440 À domicile
13441 \begin_inset ERT
13442 status collapsed
13443
13444 \begin_layout Plain Layout
13445
13446 }{
13447 \end_layout
13448
13449 \end_inset
13450
13451 Résultat
13452 \begin_inset ERT
13453 status open
13454
13455 \begin_layout Plain Layout
13456
13457 }{
13458 \end_layout
13459
13460 \end_inset
13461
13462 À l'extérieur
13463 \begin_inset ERT
13464 status collapsed
13465
13466 \begin_layout Plain Layout
13467
13468 }
13469 \end_layout
13470
13471 \end_inset
13472
13473
13474 \end_layout
13475
13476 \end_inset
13477 </cell>
13478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13479 \begin_inset Text
13480
13481 \begin_layout Plain Layout
13482 Tigres
13483 \end_layout
13484
13485 \end_inset
13486 </cell>
13487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13488 \begin_inset Text
13489
13490 \begin_layout Plain Layout
13491 Panthères
13492 \end_layout
13493
13494 \end_inset
13495 </cell>
13496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13497 \begin_inset Text
13498
13499 \begin_layout Plain Layout
13500 Faucons
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 </row>
13506 <row>
13507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511 Tigres
13512 \end_layout
13513
13514 \end_inset
13515 </cell>
13516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13517 \begin_inset Text
13518
13519 \begin_layout Plain Layout
13520 ---
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Plain Layout
13529 1:3
13530 \end_layout
13531
13532 \end_inset
13533 </cell>
13534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13535 \begin_inset Text
13536
13537 \begin_layout Plain Layout
13538 0:1
13539 \end_layout
13540
13541 \end_inset
13542 </cell>
13543 </row>
13544 <row>
13545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13546 \begin_inset Text
13547
13548 \begin_layout Plain Layout
13549 Panthères
13550 \end_layout
13551
13552 \end_inset
13553 </cell>
13554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13555 \begin_inset Text
13556
13557 \begin_layout Plain Layout
13558 3:1
13559 \end_layout
13560
13561 \end_inset
13562 </cell>
13563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567 ---
13568 \end_layout
13569
13570 \end_inset
13571 </cell>
13572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13573 \begin_inset Text
13574
13575 \begin_layout Plain Layout
13576 0:0
13577 \end_layout
13578
13579 \end_inset
13580 </cell>
13581 </row>
13582 <row>
13583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13584 \begin_inset Text
13585
13586 \begin_layout Plain Layout
13587 Faucons
13588 \end_layout
13589
13590 \end_inset
13591 </cell>
13592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Plain Layout
13596 1:0
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13602 \begin_inset Text
13603
13604 \begin_layout Plain Layout
13605 0:0
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614 ---
13615 \end_layout
13616
13617 \end_inset
13618 </cell>
13619 </row>
13620 </lyxtabular>
13621
13622 \end_inset
13623
13624
13625 \end_layout
13626
13627 \begin_layout Standard
13628 Pour des tableaux croisés plus grands on peut utiliser des diagonales dans
13629  2 coins ou plus du tableau comme ici:
13630 \end_layout
13631
13632 \begin_layout Standard
13633 \noindent
13634 \align center
13635 \begin_inset Tabular
13636 <lyxtabular version="3" rows="5" columns="5">
13637 <features rotate="0" tabularvalignment="middle">
13638 <column alignment="center" valignment="top" width="0pt">
13639 <column alignment="center" valignment="top">
13640 <column alignment="center" valignment="top">
13641 <column alignment="center" valignment="top">
13642 <column alignment="center" valignment="top">
13643 <row>
13644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Plain Layout
13648 \begin_inset ERT
13649 status open
13650
13651 \begin_layout Plain Layout
13652
13653
13654 \backslash
13655 diagbox{
13656 \end_layout
13657
13658 \end_inset
13659
13660 À domicile}{Résultat
13661 \begin_inset ERT
13662 status collapsed
13663
13664 \begin_layout Plain Layout
13665
13666 }{
13667 \end_layout
13668
13669 \end_inset
13670
13671 À l'extérieur
13672 \begin_inset ERT
13673 status open
13674
13675 \begin_layout Plain Layout
13676
13677 }
13678 \end_layout
13679
13680 \end_inset
13681
13682
13683 \end_layout
13684
13685 \end_inset
13686 </cell>
13687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13688 \begin_inset Text
13689
13690 \begin_layout Plain Layout
13691 Tigres
13692 \end_layout
13693
13694 \end_inset
13695 </cell>
13696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13697 \begin_inset Text
13698
13699 \begin_layout Plain Layout
13700 Panthères
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13706 \begin_inset Text
13707
13708 \begin_layout Plain Layout
13709 Faucons
13710 \end_layout
13711
13712 \end_inset
13713 </cell>
13714 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718 \begin_inset ERT
13719 status open
13720
13721 \begin_layout Plain Layout
13722
13723
13724 \backslash
13725 diagbox[dir=NE]{
13726 \end_layout
13727
13728 \end_inset
13729
13730 À domicile
13731 \begin_inset ERT
13732 status collapsed
13733
13734 \begin_layout Plain Layout
13735
13736 }{
13737 \end_layout
13738
13739 \end_inset
13740
13741 Résultat
13742 \begin_inset ERT
13743 status collapsed
13744
13745 \begin_layout Plain Layout
13746
13747 }{
13748 \end_layout
13749
13750 \end_inset
13751
13752 À l'extérieur
13753 \begin_inset ERT
13754 status collapsed
13755
13756 \begin_layout Plain Layout
13757
13758 }
13759 \end_layout
13760
13761 \end_inset
13762
13763
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 </row>
13769 <row>
13770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13771 \begin_inset Text
13772
13773 \begin_layout Plain Layout
13774 Tigres
13775 \end_layout
13776
13777 \end_inset
13778 </cell>
13779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13780 \begin_inset Text
13781
13782 \begin_layout Plain Layout
13783 ---
13784 \end_layout
13785
13786 \end_inset
13787 </cell>
13788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792 1:3
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Plain Layout
13801 0:1
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13807 \begin_inset Text
13808
13809 \begin_layout Plain Layout
13810 Tigres
13811 \end_layout
13812
13813 \end_inset
13814 </cell>
13815 </row>
13816 <row>
13817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821 Panthères
13822 \end_layout
13823
13824 \end_inset
13825 </cell>
13826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13827 \begin_inset Text
13828
13829 \begin_layout Plain Layout
13830 3:1
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839 ---
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848 0:0
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857 Panthères
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 </row>
13863 <row>
13864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13865 \begin_inset Text
13866
13867 \begin_layout Plain Layout
13868 Faucons
13869 \end_layout
13870
13871 \end_inset
13872 </cell>
13873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Plain Layout
13877 1:0
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886 0:0
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Plain Layout
13895 ---
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13901 \begin_inset Text
13902
13903 \begin_layout Plain Layout
13904 Faucons
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 </row>
13910 <row>
13911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13912 \begin_inset Text
13913
13914 \begin_layout Plain Layout
13915 \begin_inset ERT
13916 status open
13917
13918 \begin_layout Plain Layout
13919
13920
13921 \backslash
13922 diagbox[dir=SW]{
13923 \end_layout
13924
13925 \end_inset
13926
13927 À domicile
13928 \begin_inset ERT
13929 status collapsed
13930
13931 \begin_layout Plain Layout
13932
13933 }{
13934 \end_layout
13935
13936 \end_inset
13937
13938 Résultat
13939 \begin_inset ERT
13940 status collapsed
13941
13942 \begin_layout Plain Layout
13943
13944 }{
13945 \end_layout
13946
13947 \end_inset
13948
13949 À l'extérieur
13950 \begin_inset ERT
13951 status open
13952
13953 \begin_layout Plain Layout
13954
13955 }
13956 \end_layout
13957
13958 \end_inset
13959
13960
13961 \end_layout
13962
13963 \end_inset
13964 </cell>
13965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13966 \begin_inset Text
13967
13968 \begin_layout Plain Layout
13969 Tigres
13970 \end_layout
13971
13972 \end_inset
13973 </cell>
13974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13975 \begin_inset Text
13976
13977 \begin_layout Plain Layout
13978 Panthères
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 Faucons
13988 \end_layout
13989
13990 \end_inset
13991 </cell>
13992 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13993 \begin_inset Text
13994
13995 \begin_layout Plain Layout
13996 \begin_inset ERT
13997 status open
13998
13999 \begin_layout Plain Layout
14000
14001
14002 \backslash
14003 diagbox[dir=SE]{
14004 \end_layout
14005
14006 \end_inset
14007
14008 À domicile
14009 \begin_inset ERT
14010 status collapsed
14011
14012 \begin_layout Plain Layout
14013
14014 }{
14015 \end_layout
14016
14017 \end_inset
14018
14019 Résultat
14020 \begin_inset ERT
14021 status open
14022
14023 \begin_layout Plain Layout
14024
14025 }{
14026 \end_layout
14027
14028 \end_inset
14029
14030 À l'extérieur
14031 \begin_inset ERT
14032 status collapsed
14033
14034 \begin_layout Plain Layout
14035
14036 }
14037 \end_layout
14038
14039 \end_inset
14040
14041
14042 \end_layout
14043
14044 \end_inset
14045 </cell>
14046 </row>
14047 </lyxtabular>
14048
14049 \end_inset
14050
14051
14052 \end_layout
14053
14054 \begin_layout Standard
14055 Pour faire pivoter les diagonales, il faut utiliser l'option de commande
14056  
14057 \series bold
14058 dir=direction
14059 \series default
14060
14061 \emph on
14062 direction
14063 \emph default
14064  est à choisir parmi 
14065 \series bold
14066 NE
14067 \series default
14068
14069 \series bold
14070 SE
14071 \series default
14072
14073 \series bold
14074 SW
14075 \series default
14076  et 
14077 \series bold
14078 NW
14079 \series default
14080  comme sur une rose des vents.
14081  
14082 \series bold
14083 SW
14084 \series default
14085  est par exemple le coin sud-ouest, c'est à-dire le coin inférieur gauche
14086  du tableau ci-dessus, désigné via la commande:
14087 \end_layout
14088
14089 \begin_layout Standard
14090
14091 \series bold
14092 \lang english
14093
14094 \backslash
14095 diagbox[dir=SW]{
14096 \series default
14097 \lang french
14098 À domicile
14099 \series bold
14100 \lang english
14101 }{
14102 \series default
14103 \lang french
14104 Résultat
14105 \series bold
14106 \lang english
14107 }{
14108 \series default
14109 \lang french
14110 À l'extérieur
14111 \series bold
14112 \lang english
14113 }
14114 \series default
14115 \lang french
14116 .
14117  
14118 \end_layout
14119
14120 \begin_layout Standard
14121 Si aucune direction n'est spécifiée, elle est implicitement NW.
14122 \end_layout
14123
14124 \begin_layout Standard
14125 La largeur nécessaire pour le partage des cellules est calculée automatiquement.
14126  De ce fait, si vous fixez une largeur de colonne plus petite que nécessaire,
14127  le contenu de la cellule va déborder:
14128 \end_layout
14129
14130 \begin_layout Standard
14131 \noindent
14132 \align center
14133 \begin_inset Tabular
14134 <lyxtabular version="3" rows="2" columns="2">
14135 <features rotate="0" tabularvalignment="middle">
14136 <column alignment="center" valignment="top" width="3cm">
14137 <column alignment="center" valignment="top">
14138 <row>
14139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14140 \begin_inset Text
14141
14142 \begin_layout Plain Layout
14143 \begin_inset ERT
14144 status collapsed
14145
14146 \begin_layout Plain Layout
14147
14148
14149 \backslash
14150 diagbox{
14151 \end_layout
14152
14153 \end_inset
14154
14155 Nom
14156 \begin_inset ERT
14157 status collapsed
14158
14159 \begin_layout Plain Layout
14160
14161 }{
14162 \end_layout
14163
14164 \end_inset
14165
14166 Paramètre
14167 \begin_inset ERT
14168 status collapsed
14169
14170 \begin_layout Plain Layout
14171
14172 }
14173 \end_layout
14174
14175 \end_inset
14176
14177
14178 \end_layout
14179
14180 \end_inset
14181 </cell>
14182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14183 \begin_inset Text
14184
14185 \begin_layout Plain Layout
14186 Épaisseur en nm
14187 \end_layout
14188
14189 \end_inset
14190 </cell>
14191 </row>
14192 <row>
14193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 Vert parfait
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Plain Layout
14206 45
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 </row>
14212 </lyxtabular>
14213
14214 \end_inset
14215
14216
14217 \end_layout
14218
14219 \begin_layout Standard
14220 Si vous avez besoin d'une certaine largeur pour des colonnes incluant une
14221  cellule partagée, utilisez l'option de commande 
14222 \series bold
14223 \lang english
14224 width=3cm
14225 \series default
14226 \lang french
14227  (remplacez 
14228 \begin_inset Quotes fld
14229 \end_inset
14230
14231 3cm
14232 \begin_inset Quotes frd
14233 \end_inset
14234
14235 par la largeur désirée).
14236  Dans le tableau qui suit, la largeur de la première colonne est réglée
14237  à 4cm.
14238  Pour 
14239 \series bold
14240 \lang english
14241
14242 \backslash
14243 diagbox
14244 \series default
14245 \lang french
14246  une largeur de 4
14247 \begin_inset space \thinspace{}
14248 \end_inset
14249
14250 cm + 2
14251 \begin_inset space \thinspace{}
14252 \end_inset
14253
14254
14255 \backslash
14256 tabcolsep est nécessaire puisque la largeur globale est celle du texte (dans
14257  ce cas, les 4cm) plus deux lignes de séparation entre le texte et le bord
14258  de la cellule.
14259  Le calcul de la largeur ne peut pas être fait directement dans l'option
14260  de la commande 
14261 \series bold
14262 \lang english
14263
14264 \backslash
14265 diagbox
14266 \series default
14267 \lang french
14268 , il faut donc créer une nouvelle longueur qui pourra être utilisée dans
14269  la suite.
14270  Ceci se fait via les commandes en code TeX:
14271 \end_layout
14272
14273 \begin_layout Standard
14274
14275 \series bold
14276
14277 \backslash
14278 newlength{
14279 \backslash
14280 diagtest}
14281 \begin_inset Newline newline
14282 \end_inset
14283
14284
14285 \backslash
14286 setlength{
14287 \backslash
14288 diagtest}{4cm+2
14289 \backslash
14290 tabcolsep}
14291 \end_layout
14292
14293 \begin_layout Standard
14294 \begin_inset ERT
14295 status collapsed
14296
14297 \begin_layout Plain Layout
14298
14299
14300 \backslash
14301 newlength{
14302 \backslash
14303 diagtest}
14304 \end_layout
14305
14306 \begin_layout Plain Layout
14307
14308
14309 \backslash
14310 setlength{
14311 \backslash
14312 diagtest}{4cm+2
14313 \backslash
14314 tabcolsep}
14315 \end_layout
14316
14317 \end_inset
14318
14319
14320 \end_layout
14321
14322 \begin_layout Standard
14323 Pour permettre les calculs en LaTeX, il faut charger dans le préambule du
14324  document le paquetage 
14325 \series bold
14326 calc
14327 \series default
14328
14329 \begin_inset Index idx
14330 status collapsed
14331
14332 \begin_layout Plain Layout
14333 Paquetages LaTeX ! calc
14334 \end_layout
14335
14336 \end_inset
14337
14338 .
14339 \end_layout
14340
14341 \begin_layout Standard
14342 Dans le tableau vous pouvez maintenant utiliser la commande
14343 \end_layout
14344
14345 \begin_layout Standard
14346
14347 \series bold
14348
14349 \backslash
14350 diagbox[width=
14351 \backslash
14352 diagtest]{A}{B}
14353 \end_layout
14354
14355 \begin_layout Standard
14356 dans la première cellule:
14357 \end_layout
14358
14359 \begin_layout Standard
14360 \noindent
14361 \align center
14362 \begin_inset Tabular
14363 <lyxtabular version="3" rows="2" columns="2">
14364 <features rotate="0" tabularvalignment="middle">
14365 <column alignment="center" valignment="top" width="4cm">
14366 <column alignment="center" valignment="top">
14367 <row>
14368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372 \begin_inset ERT
14373 status open
14374
14375 \begin_layout Plain Layout
14376
14377
14378 \backslash
14379 diagbox[width=
14380 \backslash
14381 diagtest]{
14382 \end_layout
14383
14384 \end_inset
14385
14386 A
14387 \begin_inset ERT
14388 status collapsed
14389
14390 \begin_layout Plain Layout
14391
14392 }{
14393 \end_layout
14394
14395 \end_inset
14396
14397 B
14398 \begin_inset ERT
14399 status collapsed
14400
14401 \begin_layout Plain Layout
14402
14403 }
14404 \end_layout
14405
14406 \end_inset
14407
14408
14409 \end_layout
14410
14411 \end_inset
14412 </cell>
14413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417 Épaisseur en nm
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 </row>
14423 <row>
14424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Plain Layout
14428 Vert parfait
14429 \end_layout
14430
14431 \end_inset
14432 </cell>
14433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Plain Layout
14437 45
14438 \end_layout
14439
14440 \end_inset
14441 </cell>
14442 </row>
14443 </lyxtabular>
14444
14445 \end_inset
14446
14447
14448 \end_layout
14449
14450 \begin_layout Standard
14451 Noter que la cellule partagée doit être la plus large de la colonne, sinon
14452  la longueur de la diagonale ne peut pas être calculée correctement comme
14453  dans ce tableau:
14454 \end_layout
14455
14456 \begin_layout Standard
14457 \noindent
14458 \align center
14459 \begin_inset Tabular
14460 <lyxtabular version="3" rows="2" columns="2">
14461 <features rotate="0" tabularvalignment="middle">
14462 <column alignment="center" valignment="top" width="0pt">
14463 <column alignment="center" valignment="top">
14464 <row>
14465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 \begin_inset ERT
14470 status collapsed
14471
14472 \begin_layout Plain Layout
14473
14474
14475 \backslash
14476 diagbox{
14477 \end_layout
14478
14479 \end_inset
14480
14481 A
14482 \begin_inset ERT
14483 status collapsed
14484
14485 \begin_layout Plain Layout
14486
14487 }{
14488 \end_layout
14489
14490 \end_inset
14491
14492 B
14493 \begin_inset ERT
14494 status collapsed
14495
14496 \begin_layout Plain Layout
14497
14498 }
14499 \end_layout
14500
14501 \end_inset
14502
14503
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512 Épaisseur en nm
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 </row>
14518 <row>
14519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523 Vert parfait
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532 45
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 </row>
14538 </lyxtabular>
14539
14540 \end_inset
14541
14542
14543 \end_layout
14544
14545 \begin_layout Standard
14546 Dans ce cas, vous pouvez utiliser directement
14547 \series bold
14548  
14549 \lang english
14550 width
14551 \series default
14552 \lang french
14553  dans l'option de 
14554 \series bold
14555 \lang english
14556
14557 \backslash
14558 diagbox
14559 \series default
14560 \lang french
14561 , il n'est plus nécessaire d’ajouter 2
14562 \backslash
14563 tabcolsep puisque la largeur de cellule est maintenant la largeur de la
14564  colonne.
14565  Ici une largeur de 3cm est utilisée:
14566 \end_layout
14567
14568 \begin_layout Standard
14569 \noindent
14570 \align center
14571 \begin_inset Tabular
14572 <lyxtabular version="3" rows="2" columns="2">
14573 <features rotate="0" tabularvalignment="middle">
14574 <column alignment="center" valignment="top" width="0pt">
14575 <column alignment="center" valignment="top">
14576 <row>
14577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14578 \begin_inset Text
14579
14580 \begin_layout Plain Layout
14581 \begin_inset ERT
14582 status open
14583
14584 \begin_layout Plain Layout
14585
14586
14587 \backslash
14588 diagbox[width=3cm]{
14589 \end_layout
14590
14591 \end_inset
14592
14593 A
14594 \begin_inset ERT
14595 status collapsed
14596
14597 \begin_layout Plain Layout
14598
14599 }{
14600 \end_layout
14601
14602 \end_inset
14603
14604 B
14605 \begin_inset ERT
14606 status collapsed
14607
14608 \begin_layout Plain Layout
14609
14610 }
14611 \end_layout
14612
14613 \end_inset
14614
14615
14616 \end_layout
14617
14618 \end_inset
14619 </cell>
14620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14621 \begin_inset Text
14622
14623 \begin_layout Plain Layout
14624 Épaisseur en nm
14625 \end_layout
14626
14627 \end_inset
14628 </cell>
14629 </row>
14630 <row>
14631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14632 \begin_inset Text
14633
14634 \begin_layout Plain Layout
14635 Vert parfait
14636 \end_layout
14637
14638 \end_inset
14639 </cell>
14640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Plain Layout
14644 45
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 </row>
14650 </lyxtabular>
14651
14652 \end_inset
14653
14654
14655 \end_layout
14656
14657 \begin_layout Standard
14658 Pour les lignes multiples dans une cellule partagée, il faut une hauteur
14659  supplémentaire pour placer le texte dans la cellule.
14660  Ceci peut être obtenu avec l'option
14661 \series bold
14662  
14663 \lang english
14664 height
14665 \lang french
14666 =3cm
14667 \series default
14668  de la commande 
14669 \series bold
14670 \lang english
14671
14672 \backslash
14673 diagbox
14674 \series default
14675 \lang french
14676  (remplacer « 3cm » par la hauteur désirée).
14677  Dans le tableau qui suit, la commande
14678 \end_layout
14679
14680 \begin_layout Standard
14681
14682 \series bold
14683
14684 \backslash
14685 diagbox[width=3cm,height=1.4cm]{A
14686 \backslash
14687
14688 \backslash
14689 B}{C
14690 \backslash
14691
14692 \backslash
14693 D}
14694 \end_layout
14695
14696 \begin_layout Standard
14697 est utilisée dans la première cellule.
14698  La commande 
14699 \backslash
14700
14701 \backslash
14702  crée le saut de ligne
14703 \begin_inset Foot
14704 status open
14705
14706 \begin_layout Plain Layout
14707 Couper les lignes via Ctrl+Entrée n'est possible que pour des colonnes de
14708  largeur fixée.
14709 \end_layout
14710
14711 \end_inset
14712
14713 .
14714 \end_layout
14715
14716 \begin_layout Standard
14717 \noindent
14718 \align center
14719 \begin_inset Tabular
14720 <lyxtabular version="3" rows="2" columns="2">
14721 <features rotate="0" tabularvalignment="middle">
14722 <column alignment="center" valignment="top">
14723 <column alignment="center" valignment="top">
14724 <row>
14725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Plain Layout
14729 \begin_inset ERT
14730 status open
14731
14732 \begin_layout Plain Layout
14733
14734
14735 \backslash
14736 diagbox[width=3cm,height=1.4cm]{
14737 \end_layout
14738
14739 \end_inset
14740
14741 A
14742 \begin_inset ERT
14743 status collapsed
14744
14745 \begin_layout Plain Layout
14746
14747
14748 \backslash
14749
14750 \backslash
14751
14752 \end_layout
14753
14754 \end_inset
14755
14756 B
14757 \begin_inset ERT
14758 status collapsed
14759
14760 \begin_layout Plain Layout
14761
14762 }{
14763 \end_layout
14764
14765 \end_inset
14766
14767 C
14768 \begin_inset ERT
14769 status collapsed
14770
14771 \begin_layout Plain Layout
14772
14773
14774 \backslash
14775
14776 \backslash
14777
14778 \end_layout
14779
14780 \end_inset
14781
14782 D
14783 \begin_inset ERT
14784 status collapsed
14785
14786 \begin_layout Plain Layout
14787
14788 }
14789 \end_layout
14790
14791 \end_inset
14792
14793
14794 \end_layout
14795
14796 \end_inset
14797 </cell>
14798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14799 \begin_inset Text
14800
14801 \begin_layout Plain Layout
14802 Épaisseur en nm
14803 \end_layout
14804
14805 \end_inset
14806 </cell>
14807 </row>
14808 <row>
14809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14810 \begin_inset Text
14811
14812 \begin_layout Plain Layout
14813 Vert parfait
14814 \end_layout
14815
14816 \end_inset
14817 </cell>
14818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14819 \begin_inset Text
14820
14821 \begin_layout Plain Layout
14822 45
14823 \end_layout
14824
14825 \end_inset
14826 </cell>
14827 </row>
14828 </lyxtabular>
14829
14830 \end_inset
14831
14832
14833 \end_layout
14834
14835 \begin_layout Standard
14836 \begin_inset ERT
14837 status collapsed
14838
14839 \begin_layout Plain Layout
14840
14841
14842 \backslash
14843 else
14844 \end_layout
14845
14846 \end_inset
14847
14848
14849 \begin_inset Note Note
14850 status open
14851
14852 \begin_layout Plain Layout
14853 Ce qui suit sera affiché si le paquetage LaTeX 
14854 \series bold
14855 diagbox
14856 \series default
14857  n'est pas installé :
14858 \end_layout
14859
14860 \end_inset
14861
14862
14863 \end_layout
14864
14865 \begin_layout Standard
14866 Vous devez installer le paquetage LaTeX 
14867 \series bold
14868 diagbox
14869 \series default
14870  pour voir le contenu de cette section dans la sortie imprimée.
14871 \end_layout
14872
14873 \begin_layout Standard
14874 \begin_inset ERT
14875 status collapsed
14876
14877 \begin_layout Plain Layout
14878
14879
14880 \backslash
14881 fi
14882 \end_layout
14883
14884 \end_inset
14885
14886
14887 \end_layout
14888
14889 \begin_layout Standard
14890 Pour en savoir plus sur le paquetage LaTeX 
14891 \series bold
14892 \lang english
14893 diagbox
14894 \series default
14895 \lang french
14896 , voir sa documentation, 
14897 \begin_inset CommandInset citation
14898 LatexCommand cite
14899 key "diagbox"
14900
14901 \end_inset
14902
14903 .
14904 \end_layout
14905
14906 \begin_layout Section
14907 Les tableaux formels
14908 \begin_inset CommandInset label
14909 LatexCommand label
14910 name "sec:Tableaux-Formels"
14911
14912 \end_inset
14913
14914
14915 \begin_inset Index idx
14916 status collapsed
14917
14918 \begin_layout Plain Layout
14919 Tableau ! Formel
14920 \end_layout
14921
14922 \end_inset
14923
14924
14925 \end_layout
14926
14927 \begin_layout Standard
14928 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
14929  à celle du tableau
14930 \begin_inset space ~
14931 \end_inset
14932
14933
14934 \begin_inset CommandInset ref
14935 LatexCommand ref
14936 reference "tab:Exemple-tableau-booktabs"
14937
14938 \end_inset
14939
14940 .
14941  Ce genre de tableau est appelé 
14942 \begin_inset Quotes fld
14943 \end_inset
14944
14945
14946 \emph on
14947 formel
14948 \emph default
14949
14950 \begin_inset Quotes frd
14951 \end_inset
14952
14953 .
14954  Pour transformer un tableau en tableau formel, utilisez l'option 
14955 \family sans
14956 Formel
14957 \family default
14958  de l'onglet 
14959 \family sans
14960 Bordures
14961 \family default
14962  de la fenêtre de dialogue 
14963 \family sans
14964 Paramètres
14965 \begin_inset space ~
14966 \end_inset
14967
14968 du
14969 \begin_inset space ~
14970 \end_inset
14971
14972 tableau
14973 \family default
14974 .
14975 \end_layout
14976
14977 \begin_layout Standard
14978 \begin_inset Float table
14979 placement h
14980 wide false
14981 sideways false
14982 status open
14983
14984 \begin_layout Plain Layout
14985 \begin_inset Caption Standard
14986
14987 \begin_layout Plain Layout
14988 \begin_inset CommandInset label
14989 LatexCommand label
14990 name "tab:Exemple-tableau-booktabs"
14991
14992 \end_inset
14993
14994 Exemple de tableau formel
14995 \end_layout
14996
14997 \end_inset
14998
14999
15000 \end_layout
15001
15002 \begin_layout Plain Layout
15003 \align center
15004 \begin_inset Tabular
15005 <lyxtabular version="3" rows="8" columns="4">
15006 <features rotate="0" booktabs="true" tabularvalignment="middle">
15007 <column alignment="center" valignment="top">
15008 <column alignment="center" valignment="top">
15009 <column alignment="center" valignment="top">
15010 <column alignment="center" valignment="top">
15011 <row>
15012 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 Système
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" topline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025 Chip
15026 \begin_inset space \thinspace{}
15027 \end_inset
15028
15029 1
15030 \end_layout
15031
15032 \end_inset
15033 </cell>
15034 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038 Chip
15039 \begin_inset space \thinspace{}
15040 \end_inset
15041
15042 2
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 </row>
15057 <row>
15058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062 \begin_inset ERT
15063 status collapsed
15064
15065 \begin_layout Plain Layout
15066
15067
15068 \backslash
15069 cmidrule(r){2-2}
15070 \end_layout
15071
15072 \end_inset
15073
15074
15075 \begin_inset ERT
15076 status collapsed
15077
15078 \begin_layout Plain Layout
15079
15080
15081 \backslash
15082 cmidrule(l){3-4}
15083 \end_layout
15084
15085 \end_inset
15086
15087 Épaisseur du capteur en µm
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 <cell alignment="center" valignment="top" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096 300
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 <cell alignment="center" valignment="top" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105 300
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 <cell alignment="center" valignment="top" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114 700
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 </row>
15120 <row>
15121 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 Angle du biseau en °
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" topline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 3.55
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" topline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143 2.71
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 <cell alignment="center" valignment="top" topline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152 7.99
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 </row>
15158 <row topspace="default">
15159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163 Résolution spatiale en µm
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 <cell alignment="center" valignment="top" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172 4.26
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 10.17
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190 10.56
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 </row>
15196 <row topspace="default">
15197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 MTF à 
15202 \begin_inset Formula $f_{\mathrm{max}}$
15203 \end_inset
15204
15205
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 <cell alignment="center" valignment="top" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214 0.53
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 <cell alignment="center" valignment="top" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223 0.37
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232 0.39
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 </row>
15238 <row topspace="default">
15239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Plain Layout
15243 \begin_inset ERT
15244 status collapsed
15245
15246 \begin_layout Plain Layout
15247
15248
15249 \backslash
15250 cmidrule(l{10pt}){1-1}
15251 \end_layout
15252
15253 \end_inset
15254
15255 résolution spatiale LSF
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 <cell alignment="center" valignment="top" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Plain Layout
15264
15265 \end_layout
15266
15267 \end_inset
15268 </cell>
15269 <cell alignment="center" valignment="top" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 <cell alignment="center" valignment="top" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282
15283 \end_layout
15284
15285 \end_inset
15286 </cell>
15287 </row>
15288 <row>
15289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Plain Layout
15293 en µm
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 <cell alignment="center" valignment="top" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Plain Layout
15302 129.7
15303 \end_layout
15304
15305 \end_inset
15306 </cell>
15307 <cell alignment="center" valignment="top" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Plain Layout
15311 52.75
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 <cell alignment="center" valignment="top" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320 50.78
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 </row>
15326 <row>
15327 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15328 \begin_inset Text
15329
15330 \begin_layout Plain Layout
15331 en % de la taille des pixels
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340 76.3
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349 95.9
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358 92.3
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 </row>
15364 </lyxtabular>
15365
15366 \end_inset
15367
15368
15369 \end_layout
15370
15371 \end_inset
15372
15373
15374 \end_layout
15375
15376 \begin_layout Standard
15377 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15378  
15379 \family sans
15380 Bordures
15381 \family default
15382  de la fenêtre de dialogue 
15383 \family sans
15384 Paramètres
15385 \begin_inset space ~
15386 \end_inset
15387
15388 du
15389 \begin_inset space ~
15390 \end_inset
15391
15392 tableau
15393 \family default
15394  comme c'est décrit dans la section
15395 \begin_inset space ~
15396 \end_inset
15397
15398
15399 \begin_inset CommandInset ref
15400 LatexCommand ref
15401 reference "sub:Espacement-lignes"
15402
15403 \end_inset
15404
15405 .
15406 \end_layout
15407
15408 \begin_layout Standard
15409 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15410  verticales.
15411  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15412  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15413  sortie imprimée :
15414 \begin_inset Newline newline
15415 \end_inset
15416
15417 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15418 \begin_inset space \thinspace{}
15419 \end_inset
15420
15421 em alors que les autres lignes ont implicite une épaisseur de 0.05
15422 \begin_inset space \thinspace{}
15423 \end_inset
15424
15425 em.
15426 \end_layout
15427
15428 \begin_layout Standard
15429 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15430  les lignes de préambule suivantes :
15431 \end_layout
15432
15433 \begin_layout Standard
15434
15435 \series bold
15436
15437 \backslash
15438 let
15439 \backslash
15440 mytoprule
15441 \backslash
15442 toprule
15443 \begin_inset Newline newline
15444 \end_inset
15445
15446
15447 \backslash
15448 renewcommand{
15449 \backslash
15450 toprule}{
15451 \backslash
15452 mytoprule[width]}
15453 \end_layout
15454
15455 \begin_layout Standard
15456 Cet exemple concerne la première ligne, appelée 
15457 \series bold
15458 toprule
15459 \series default
15460 .
15461  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15462 \series bold
15463 toprule
15464 \series default
15465  par 
15466 \series bold
15467 bottomrule
15468 \series default
15469 .
15470  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15471  
15472 \series bold
15473 toprule
15474 \series default
15475  par 
15476 \series bold
15477 midrule
15478 \series default
15479 .
15480  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
15481 \begin_inset space ~
15482 \end_inset
15483
15484
15485 \begin_inset CommandInset ref
15486 LatexCommand ref
15487 reference "cha:Unités-de-longueur"
15488
15489 \end_inset
15490
15491  pour préciser l'épaisseur voulue.
15492 \end_layout
15493
15494 \begin_layout Standard
15495 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15496  en mettant une ligne pour une cellule multi-colonnes.
15497  LyX va utiliser en interne la commande 
15498 \series bold
15499
15500 \backslash
15501 cmidrule
15502 \series default
15503  pour créer cette ligne.
15504  Sa syntaxe complète est :
15505 \end_layout
15506
15507 \begin_layout Standard
15508
15509 \series bold
15510
15511 \backslash
15512 cmidrule[largeur](rognage){colDépart-colFin}
15513 \end_layout
15514
15515 \begin_layout Standard
15516 Les options de la commande 
15517 \series bold
15518
15519 \backslash
15520 cmidrule
15521 \series default
15522  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
15523  TeX pour pouvoir les utiliser.
15524  On peut créer manuellement des lignes 
15525 \series bold
15526
15527 \backslash
15528 mitrales
15529 \series default
15530  en insérant la commande en code TeX comme le premier élément de la première
15531  cellule de la ligne.
15532  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15533  en question.
15534 \end_layout
15535
15536 \begin_layout Standard
15537 La valeur implicite pour l'épaisseur des lignes est de 0.03
15538 \begin_inset space \thinspace{}
15539 \end_inset
15540
15541 em.
15542  
15543 \series bold
15544 colDépart
15545 \series default
15546  est le numéro de la colonne dans laquelle la ligne commence et 
15547 \series bold
15548 colFin
15549 \series default
15550  est le numéro de la colonne dans laquelle elle se termine.
15551  La valeur de 
15552 \series bold
15553 colFin
15554 \series default
15555  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15556  Le paramètre optionnel 
15557 \series bold
15558 rognage
15559 \series default
15560  peut être soit 
15561 \emph on
15562 l{largeurRognage}
15563 \emph default
15564 , ou 
15565 \emph on
15566 r{largeurRognage}
15567 \emph default
15568  où les valeurs de
15569 \emph on
15570  largeurRognage
15571 \emph default
15572  sont aussi optionnelles.
15573  En utilisant par exemple la valeur 
15574 \emph on
15575 l{2pt}
15576 \emph default
15577  pour ce paramètre, la ligne va être rognée de 2
15578 \begin_inset space \thinspace{}
15579 \end_inset
15580
15581 pt à son extrémité gauche.
15582  Si vous ne spécifiez pas de valeur pour 
15583 \emph on
15584 largeurRognage
15585 \emph default
15586  les lignes sont implicitement rognées de 0.5
15587 \begin_inset space \thinspace{}
15588 \end_inset
15589
15590 em.
15591 \end_layout
15592
15593 \begin_layout Standard
15594 \begin_inset VSpace bigskip
15595 \end_inset
15596
15597 Le tableau
15598 \begin_inset space ~
15599 \end_inset
15600
15601
15602 \begin_inset CommandInset ref
15603 LatexCommand ref
15604 reference "tab:Exemple-tableau-booktabs"
15605
15606 \end_inset
15607
15608  a été créé en utilisant les commandes
15609 \end_layout
15610
15611 \begin_layout Standard
15612
15613 \series bold
15614
15615 \backslash
15616 cmidrule(r){2-2}
15617 \backslash
15618 cmidrule(l){3-4}
15619 \end_layout
15620
15621 \begin_layout Standard
15622 au début de la deuxième ligne et
15623 \end_layout
15624
15625 \begin_layout Standard
15626
15627 \series bold
15628
15629 \backslash
15630 cmidrule(l{10pt}){1-1}
15631 \end_layout
15632
15633 \begin_layout Standard
15634 au début de la sixième ligne.
15635 \end_layout
15636
15637 \begin_layout Standard
15638 \begin_inset VSpace bigskip
15639 \end_inset
15640
15641
15642 \end_layout
15643
15644 \begin_layout Standard
15645 Vous pouvez vouloir des commandes 
15646 \series bold
15647
15648 \backslash
15649 cmidrule
15650 \series default
15651 s qui se recouvrent comme pour le tableau
15652 \begin_inset space ~
15653 \end_inset
15654
15655
15656 \begin_inset CommandInset ref
15657 LatexCommand ref
15658 reference "tab:Tableau-booktabs-special"
15659
15660 \end_inset
15661
15662 .
15663  On obtient ce résultat en utilisant la commande suivante en code TeX
15664 \end_layout
15665
15666 \begin_layout Standard
15667
15668 \series bold
15669
15670 \backslash
15671 morecmidrules
15672 \end_layout
15673
15674 \begin_layout Standard
15675 La commande qui a été utilisée pour la deuxième ligne du tableau
15676 \begin_inset space ~
15677 \end_inset
15678
15679
15680 \begin_inset CommandInset ref
15681 LatexCommand ref
15682 reference "tab:Tableau-booktabs-special"
15683
15684 \end_inset
15685
15686  est
15687 \end_layout
15688
15689 \begin_layout Standard
15690
15691 \series bold
15692
15693 \backslash
15694 cmidrule(r){2-2}
15695 \backslash
15696 cmidrule(l){3-4}
15697 \backslash
15698 morecmidrules
15699 \backslash
15700 cmidrule{2-4}
15701 \end_layout
15702
15703 \begin_layout Standard
15704 La commande pour la sixième ligne est
15705 \end_layout
15706
15707 \begin_layout Standard
15708
15709 \series bold
15710
15711 \backslash
15712 midrule
15713 \backslash
15714 morecmidrules
15715 \backslash
15716 cmidrule{3-4}
15717 \end_layout
15718
15719 \begin_layout Standard
15720 \begin_inset VSpace bigskip
15721 \end_inset
15722
15723
15724 \end_layout
15725
15726 \begin_layout Standard
15727 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15728 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15729  font toute la largeur du tableau :
15730 \end_layout
15731
15732 \begin_layout Standard
15733
15734 \series bold
15735
15736 \backslash
15737 specialrule{largeur}{espace au dessus}{espace en dessous}
15738 \end_layout
15739
15740 \begin_layout Standard
15741 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15742  du paquetage LaTeX 
15743 \series bold
15744 booktabs
15745 \series default
15746  
15747 \begin_inset CommandInset citation
15748 LatexCommand cite
15749 key "booktabs"
15750
15751 \end_inset
15752
15753 .
15754 \begin_inset Index idx
15755 status collapsed
15756
15757 \begin_layout Plain Layout
15758 Paquetages LaTeX ! booktabs
15759 \end_layout
15760
15761 \end_inset
15762
15763
15764 \end_layout
15765
15766 \begin_layout Standard
15767 \begin_inset Float table
15768 placement h
15769 wide false
15770 sideways false
15771 status open
15772
15773 \begin_layout Plain Layout
15774 \begin_inset Caption Standard
15775
15776 \begin_layout Plain Layout
15777 \begin_inset CommandInset label
15778 LatexCommand label
15779 name "tab:Tableau-booktabs-special"
15780
15781 \end_inset
15782
15783 Tableau formel spécial
15784 \end_layout
15785
15786 \end_inset
15787
15788
15789 \end_layout
15790
15791 \begin_layout Plain Layout
15792 \align center
15793 \begin_inset Tabular
15794 <lyxtabular version="3" rows="8" columns="4">
15795 <features rotate="0" booktabs="true" tabularvalignment="middle">
15796 <column alignment="center" valignment="top">
15797 <column alignment="center" valignment="top">
15798 <column alignment="center" valignment="top">
15799 <column alignment="center" valignment="top">
15800 <row>
15801 <cell alignment="center" valignment="top" topline="true" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805 Système
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 <cell alignment="center" valignment="top" topline="true" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814 Chip
15815 \begin_inset space \thinspace{}
15816 \end_inset
15817
15818 1
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Plain Layout
15827 Chip
15828 \begin_inset space \thinspace{}
15829 \end_inset
15830
15831 2
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 </row>
15846 <row>
15847 <cell alignment="center" valignment="top" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851 \begin_inset ERT
15852 status collapsed
15853
15854 \begin_layout Plain Layout
15855
15856
15857 \backslash
15858 cmidrule(r){2-2}
15859 \end_layout
15860
15861 \end_inset
15862
15863
15864 \begin_inset ERT
15865 status collapsed
15866
15867 \begin_layout Plain Layout
15868
15869
15870 \backslash
15871 cmidrule(l){3-4}
15872 \end_layout
15873
15874 \end_inset
15875
15876
15877 \begin_inset ERT
15878 status collapsed
15879
15880 \begin_layout Plain Layout
15881
15882
15883 \backslash
15884 morecmidrules 
15885 \end_layout
15886
15887 \end_inset
15888
15889
15890 \begin_inset ERT
15891 status collapsed
15892
15893 \begin_layout Plain Layout
15894
15895
15896 \backslash
15897 cmidrule{2-4}
15898 \end_layout
15899
15900 \end_inset
15901
15902 Epaisseur du capteur en µm
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell alignment="center" valignment="top" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Plain Layout
15911 300
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 <cell alignment="center" valignment="top" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Plain Layout
15920 300
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 <cell alignment="center" valignment="top" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929 700
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 </row>
15935 <row>
15936 <cell alignment="center" valignment="top" topline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Plain Layout
15940 Angle biseau en °
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 <cell alignment="center" valignment="top" topline="true" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Plain Layout
15949 3.55
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 <cell alignment="center" valignment="top" topline="true" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958 2.71
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 <cell alignment="center" valignment="top" topline="true" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Plain Layout
15967 7.99
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 </row>
15973 <row topspace="default">
15974 <cell alignment="center" valignment="top" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978 Résolution spatiale en µm
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 <cell alignment="center" valignment="top" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Plain Layout
15987 4.26
15988 \end_layout
15989
15990 \end_inset
15991 </cell>
15992 <cell alignment="center" valignment="top" usebox="none">
15993 \begin_inset Text
15994
15995 \begin_layout Plain Layout
15996 10.17
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 <cell alignment="center" valignment="top" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Plain Layout
16005 10.56
16006 \end_layout
16007
16008 \end_inset
16009 </cell>
16010 </row>
16011 <row topspace="default">
16012 <cell alignment="center" valignment="top" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016 MTF à 
16017 \begin_inset Formula $f_{\mathrm{max}}$
16018 \end_inset
16019
16020
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 <cell alignment="center" valignment="top" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 0.53
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 <cell alignment="center" valignment="top" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038 0.37
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 <cell alignment="center" valignment="top" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047 0.39
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 </row>
16053 <row>
16054 <cell alignment="center" valignment="top" topline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058 \begin_inset ERT
16059 status collapsed
16060
16061 \begin_layout Plain Layout
16062
16063
16064 \backslash
16065 morecmidrules 
16066 \end_layout
16067
16068 \end_inset
16069
16070
16071 \begin_inset ERT
16072 status collapsed
16073
16074 \begin_layout Plain Layout
16075
16076
16077 \backslash
16078 cmidrule{3-4}
16079 \end_layout
16080
16081 \end_inset
16082
16083 résolution spatiale LSF
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" topline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 <cell alignment="center" valignment="top" topline="true" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 <cell alignment="center" valignment="top" topline="true" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Plain Layout
16110
16111 \end_layout
16112
16113 \end_inset
16114 </cell>
16115 </row>
16116 <row>
16117 <cell alignment="center" valignment="top" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 en µm
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell alignment="center" valignment="top" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130 129.7
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 <cell alignment="center" valignment="top" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139 52.75
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 <cell alignment="center" valignment="top" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Plain Layout
16148 50.78
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 </row>
16154 <row>
16155 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16156 \begin_inset Text
16157
16158 \begin_layout Plain Layout
16159 en % de la taille des pixels
16160 \end_layout
16161
16162 \end_inset
16163 </cell>
16164 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Plain Layout
16168 76.3
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177 95.9
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Plain Layout
16186 92.3
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 </row>
16192 </lyxtabular>
16193
16194 \end_inset
16195
16196
16197 \end_layout
16198
16199 \end_inset
16200
16201
16202 \end_layout
16203
16204 \begin_layout Section
16205 Alignement vertical des tableaux
16206 \begin_inset Index idx
16207 status collapsed
16208
16209 \begin_layout Plain Layout
16210 Tableau ! Alignement
16211 \end_layout
16212
16213 \end_inset
16214
16215
16216 \end_layout
16217
16218 \begin_layout Standard
16219 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16220  doit être à l'intérieur d'une boîte.
16221  La boîte peut alors être alignée comme c'est décrit dans la 
16222 \begin_inset space ~
16223 \end_inset
16224
16225
16226 \begin_inset CommandInset ref
16227 LatexCommand ref
16228 reference "sec:Boîte-Dialogue"
16229
16230 \end_inset
16231
16232 .
16233 \end_layout
16234
16235 \begin_layout Standard
16236 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16237  minipage
16238 \begin_inset Foot
16239 status open
16240
16241 \begin_layout Plain Layout
16242 Les minipages son décrites dans la section
16243 \begin_inset space ~
16244 \end_inset
16245
16246
16247 \begin_inset CommandInset ref
16248 LatexCommand ref
16249 reference "sec:Minipages"
16250
16251 \end_inset
16252
16253 .
16254 \end_layout
16255
16256 \end_inset
16257
16258  dont la largeur est de 15
16259 \begin_inset space \thinspace{}
16260 \end_inset
16261
16262 col% :
16263 \end_layout
16264
16265 \begin_layout Itemize
16266 test 
16267 \begin_inset Box Frameless
16268 position "t"
16269 hor_pos "c"
16270 has_inner_box 1
16271 inner_pos "c"
16272 use_parbox 0
16273 use_makebox 0
16274 width "15col%"
16275 special "none"
16276 height "1in"
16277 height_special "totalheight"
16278 status collapsed
16279
16280 \begin_layout Plain Layout
16281 \begin_inset Tabular
16282 <lyxtabular version="3" rows="3" columns="3">
16283 <features rotate="0" tabularvalignment="middle">
16284 <column alignment="center" valignment="top">
16285 <column alignment="center" valignment="top">
16286 <column alignment="center" valignment="top">
16287 <row>
16288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292 a
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Plain Layout
16301 d
16302 \end_layout
16303
16304 \end_inset
16305 </cell>
16306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Plain Layout
16310 g
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 </row>
16316 <row>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321 b
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330 e
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339 h
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 </row>
16345 <row>
16346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 c
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16356 \begin_inset Text
16357
16358 \begin_layout Plain Layout
16359 f
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16365 \begin_inset Text
16366
16367 \begin_layout Plain Layout
16368 i
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 </row>
16374 </lyxtabular>
16375
16376 \end_inset
16377
16378
16379 \end_layout
16380
16381 \end_inset
16382
16383  test 
16384 \begin_inset ERT
16385 status collapsed
16386
16387 \begin_layout Plain Layout
16388
16389
16390 \backslash
16391 raisebox{0.85
16392 \backslash
16393 baselineskip}{
16394 \end_layout
16395
16396 \end_inset
16397
16398
16399 \begin_inset Box Frameless
16400 position "t"
16401 hor_pos "c"
16402 has_inner_box 1
16403 inner_pos "c"
16404 use_parbox 0
16405 use_makebox 0
16406 width "15col%"
16407 special "none"
16408 height "1in"
16409 height_special "totalheight"
16410 status collapsed
16411
16412 \begin_layout Plain Layout
16413 \begin_inset Tabular
16414 <lyxtabular version="3" rows="3" columns="3">
16415 <features rotate="0" tabularvalignment="middle">
16416 <column alignment="center" valignment="top">
16417 <column alignment="center" valignment="top">
16418 <column alignment="center" valignment="top">
16419 <row>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 a
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 d
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442 g
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 </row>
16448 <row>
16449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 b
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 e
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 h
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 </row>
16477 <row>
16478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 c
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 f
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500 i
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 </lyxtabular>
16507
16508 \end_inset
16509
16510
16511 \end_layout
16512
16513 \end_inset
16514
16515
16516 \begin_inset ERT
16517 status collapsed
16518
16519 \begin_layout Plain Layout
16520
16521 }
16522 \end_layout
16523
16524 \end_inset
16525
16526
16527 \end_layout
16528
16529 \begin_layout Itemize
16530 test 
16531 \begin_inset Box Frameless
16532 position "c"
16533 hor_pos "c"
16534 has_inner_box 1
16535 inner_pos "c"
16536 use_parbox 0
16537 use_makebox 0
16538 width "15col%"
16539 special "none"
16540 height "1in"
16541 height_special "totalheight"
16542 status collapsed
16543
16544 \begin_layout Plain Layout
16545 \begin_inset Tabular
16546 <lyxtabular version="3" rows="3" columns="3">
16547 <features rotate="0" tabularvalignment="middle">
16548 <column alignment="center" valignment="top">
16549 <column alignment="center" valignment="top">
16550 <column alignment="center" valignment="top">
16551 <row>
16552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 a
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 d
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 g
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 </row>
16580 <row>
16581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 b
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 e
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603 h
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 </row>
16609 <row>
16610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614 c
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 f
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16629 \begin_inset Text
16630
16631 \begin_layout Plain Layout
16632 i
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 </row>
16638 </lyxtabular>
16639
16640 \end_inset
16641
16642
16643 \end_layout
16644
16645 \end_inset
16646
16647
16648 \end_layout
16649
16650 \begin_layout Itemize
16651 test 
16652 \begin_inset Box Frameless
16653 position "b"
16654 hor_pos "c"
16655 has_inner_box 1
16656 inner_pos "c"
16657 use_parbox 0
16658 use_makebox 0
16659 width "15col%"
16660 special "none"
16661 height "1in"
16662 height_special "totalheight"
16663 status collapsed
16664
16665 \begin_layout Plain Layout
16666 \begin_inset Tabular
16667 <lyxtabular version="3" rows="3" columns="3">
16668 <features rotate="0" tabularvalignment="middle">
16669 <column alignment="center" valignment="top">
16670 <column alignment="center" valignment="top">
16671 <column alignment="center" valignment="top">
16672 <row>
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 a
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686 d
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 g
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 </row>
16701 <row>
16702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706 b
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 e
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724 h
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 </row>
16730 <row>
16731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 c
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 f
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Plain Layout
16753 i
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 </row>
16759 </lyxtabular>
16760
16761 \end_inset
16762
16763
16764 \end_layout
16765
16766 \end_inset
16767
16768  test 
16769 \begin_inset ERT
16770 status collapsed
16771
16772 \begin_layout Plain Layout
16773
16774
16775 \backslash
16776 raisebox{-0.32
16777 \backslash
16778 baselineskip}{
16779 \end_layout
16780
16781 \end_inset
16782
16783
16784 \begin_inset Box Frameless
16785 position "b"
16786 hor_pos "c"
16787 has_inner_box 1
16788 inner_pos "c"
16789 use_parbox 0
16790 use_makebox 0
16791 width "15col%"
16792 special "none"
16793 height "1in"
16794 height_special "totalheight"
16795 status collapsed
16796
16797 \begin_layout Plain Layout
16798 \begin_inset Tabular
16799 <lyxtabular version="3" rows="3" columns="3">
16800 <features rotate="0" tabularvalignment="middle">
16801 <column alignment="center" valignment="top">
16802 <column alignment="center" valignment="top">
16803 <column alignment="center" valignment="top">
16804 <row>
16805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809 a
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818 d
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827 g
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 </row>
16833 <row>
16834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838 b
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 e
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 h
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 </row>
16862 <row>
16863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867 c
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 f
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885 i
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 </row>
16891 </lyxtabular>
16892
16893 \end_inset
16894
16895
16896 \end_layout
16897
16898 \end_inset
16899
16900
16901 \begin_inset ERT
16902 status collapsed
16903
16904 \begin_layout Plain Layout
16905
16906 }
16907 \end_layout
16908
16909 \end_inset
16910
16911
16912 \end_layout
16913
16914 \begin_layout Standard
16915 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
16916  et de la dernière ligne, n'est pas correctement aligné avec le texte de
16917  la ligne dans laquelle le tableau est inséré.
16918  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
16919  boîte élévatrice (raisebox)
16920 \begin_inset Foot
16921 status collapsed
16922
16923 \begin_layout Plain Layout
16924 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
16925 \begin_inset space ~
16926 \end_inset
16927
16928
16929 \begin_inset CommandInset ref
16930 LatexCommand ref
16931 reference "sub:Alignement-Vertical"
16932
16933 \end_inset
16934
16935 .
16936 \end_layout
16937
16938 \end_inset
16939
16940 .
16941  Dans l'exemple précédent, le deuxième tableau de la première ligne est
16942  aligné en utilisant la commande en code TeX suivante 
16943 \end_layout
16944
16945 \begin_layout Standard
16946
16947 \series bold
16948
16949 \backslash
16950 raisebox{0.85
16951 \backslash
16952 baselineskip}{
16953 \end_layout
16954
16955 \begin_layout Standard
16956 placée juste avant la boîte minipage.
16957  Après la boîte on insère l'accolade fermante en code TeX.
16958  Pour le deuxième tableau de la dernière ligne, la commande 
16959 \end_layout
16960
16961 \begin_layout Standard
16962
16963 \series bold
16964
16965 \backslash
16966 raisebox{-0.32
16967 \backslash
16968 baselineskip}{
16969 \end_layout
16970
16971 \begin_layout Standard
16972 est utilisée.
16973 \end_layout
16974
16975 \begin_layout Standard
16976 \begin_inset Note Greyedout
16977 status open
16978
16979 \begin_layout Plain Layout
16980
16981 \series bold
16982 Note:
16983 \series default
16984  L'alignement entre le contenu de la ligne du tableau et le texte de la
16985  ligne qui l'entoure ne peut pas être parfait.
16986  Le facteur utilisé dans la commande 
16987 \series bold
16988
16989 \backslash
16990 raisebox
16991 \series default
16992  pour obtenir cet alignement dépend de la police de caractères du document,
16993  de la taille de la police et de l'épaisseur des lignes du tableau.
16994 \end_layout
16995
16996 \end_inset
16997
16998
16999 \end_layout
17000
17001 \begin_layout Section
17002 Tableaux colorés
17003 \begin_inset CommandInset label
17004 LatexCommand label
17005 name "sec:Tableaux-Colorés"
17006
17007 \end_inset
17008
17009
17010 \begin_inset Index idx
17011 status collapsed
17012
17013 \begin_layout Plain Layout
17014 Tableau ! Coloré
17015 \end_layout
17016
17017 \end_inset
17018
17019
17020 \end_layout
17021
17022 \begin_layout Subsection
17023 Cellules colorées
17024 \begin_inset Index idx
17025 status collapsed
17026
17027 \begin_layout Plain Layout
17028 Couleur des tableaux ! Pour les cellules
17029 \end_layout
17030
17031 \end_inset
17032
17033
17034 \begin_inset Index idx
17035 status collapsed
17036
17037 \begin_layout Plain Layout
17038 Couleur ! Pour les cellules de tableau
17039 \end_layout
17040
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \begin_layout Standard
17047 \begin_inset Float table
17048 placement h
17049 wide false
17050 sideways false
17051 status open
17052
17053 \begin_layout Plain Layout
17054 \begin_inset Caption Standard
17055
17056 \begin_layout Plain Layout
17057 \begin_inset CommandInset label
17058 LatexCommand label
17059 name "tab:Tableau-coloré-sans-colortbl"
17060
17061 \end_inset
17062
17063 Tableau coloré sans utiliser le paquetage  
17064 \series bold
17065 colortbl
17066 \series default
17067
17068 \begin_inset Argument 1
17069 status open
17070
17071 \begin_layout Plain Layout
17072 Tableau sans colortbl
17073 \end_layout
17074
17075 \end_inset
17076
17077
17078 \end_layout
17079
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \begin_layout Plain Layout
17086 \align center
17087 \begin_inset Tabular
17088 <lyxtabular version="3" rows="3" columns="3">
17089 <features rotate="0" tabularvalignment="middle">
17090 <column alignment="center" valignment="top">
17091 <column alignment="center" valignment="top">
17092 <column alignment="center" valignment="top">
17093 <row>
17094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098
17099 \color green
17100 a
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109
17110 \color red
17111 b
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120
17121 \color red
17122 c
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 </row>
17128 <row>
17129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133
17134 \color green
17135 d
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144
17145 \color blue
17146 e
17147 \end_layout
17148
17149 \end_inset
17150 </cell>
17151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Plain Layout
17155
17156 \color blue
17157 f
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 </row>
17163 <row>
17164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168
17169 \color green
17170 g
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179
17180 \color blue
17181 h
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17187 \begin_inset Text
17188
17189 \begin_layout Plain Layout
17190
17191 \color blue
17192 i
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 </row>
17198 </lyxtabular>
17199
17200 \end_inset
17201
17202
17203 \end_layout
17204
17205 \end_inset
17206
17207
17208 \end_layout
17209
17210 \begin_layout Standard
17211 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17212  et choisissez une couleur dans le menu 
17213 \family sans
17214 Édition\SpecialChar \menuseparator
17215 Style
17216 \begin_inset space ~
17217 \end_inset
17218
17219 de
17220 \begin_inset space ~
17221 \end_inset
17222
17223 Texte
17224 \family default
17225 .
17226  C'est ce qui a été utilisé pour créer le tableau
17227 \begin_inset space ~
17228 \end_inset
17229
17230
17231 \begin_inset CommandInset ref
17232 LatexCommand ref
17233 reference "tab:Tableau-coloré-sans-colortbl"
17234
17235 \end_inset
17236
17237 .
17238  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
17239 \series bold
17240 colortbl
17241 \series default
17242 .
17243 \begin_inset Index idx
17244 status collapsed
17245
17246 \begin_layout Plain Layout
17247 Paquetages LaTeX ! colortbl
17248 \end_layout
17249
17250 \end_inset
17251
17252
17253 \end_layout
17254
17255 \begin_layout Standard
17256 \begin_inset ERT
17257 status collapsed
17258
17259 \begin_layout Plain Layout
17260
17261
17262 \backslash
17263 ifcolortbl
17264 \end_layout
17265
17266 \end_inset
17267
17268
17269 \begin_inset Note Note
17270 status open
17271
17272 \begin_layout Plain Layout
17273 La section qui suit ne sera affichée que si vous avez installé le paquetage
17274  LaTeX 
17275 \series bold
17276 colortbl
17277 \series default
17278 .
17279 \end_layout
17280
17281 \end_inset
17282
17283
17284 \end_layout
17285
17286 \begin_layout Standard
17287 Pour créer des tableaux colorés, vous devez charger le paquetage
17288 \series bold
17289  colortbl
17290 \series default
17291  dans le préambule avec la ligne
17292 \end_layout
17293
17294 \begin_layout Standard
17295
17296 \series bold
17297
17298 \backslash
17299 usepackage{colortbl}
17300 \end_layout
17301
17302 \begin_layout Standard
17303 On choisit la couleur d'une colonne avec la commande 
17304 \end_layout
17305
17306 \begin_layout Standard
17307
17308 \series bold
17309
17310 \backslash
17311 columncolor{nom de couleur}
17312 \end_layout
17313
17314 \begin_layout Standard
17315 à l'intérieur d'une commande 
17316 \series bold
17317 >{ }
17318 \series default
17319 .
17320  Vous trouverez plus d'information sur la commande 
17321 \series bold
17322 >{}
17323 \series default
17324  dans la section
17325 \begin_inset space ~
17326 \end_inset
17327
17328
17329 \begin_inset CommandInset ref
17330 LatexCommand ref
17331 reference "sub:Calculs-multicolonnes"
17332
17333 \end_inset
17334
17335 .
17336 \end_layout
17337
17338 \begin_layout Standard
17339 Les noms de couleurs suivants sont prédéfinis :
17340 \end_layout
17341
17342 \begin_layout Standard
17343
17344 \family sans
17345 red
17346 \family default
17347  (rouge), 
17348 \family sans
17349 green
17350 \family default
17351  (vert), 
17352 \family sans
17353 yellow
17354 \family default
17355  (jaune), 
17356 \family sans
17357 blue
17358 \family default
17359  (bleu), 
17360 \family sans
17361 cyan
17362 \family default
17363
17364 \family sans
17365 magenta
17366 \family default
17367
17368 \family sans
17369 black 
17370 \family default
17371 (noir) et 
17372 \family sans
17373 white 
17374 \family default
17375 (blanc)
17376 \end_layout
17377
17378 \begin_layout Standard
17379 \begin_inset VSpace medskip
17380 \end_inset
17381
17382
17383 \end_layout
17384
17385 \begin_layout Standard
17386 Si vous ajoutez les options
17387 \end_layout
17388
17389 \begin_layout Standard
17390
17391 \series bold
17392 usenames,dvipsnames
17393 \end_layout
17394
17395 \begin_layout Standard
17396 aux options de la classe de document dans les paramètres du document, vous
17397  pouvez utiliser 61
17398 \begin_inset space ~
17399 \end_inset
17400
17401 couleurs supplémentaires.
17402  Ces couleurs sont listées dans l'appendice
17403 \begin_inset space ~
17404 \end_inset
17405
17406
17407 \begin_inset CommandInset ref
17408 LatexCommand ref
17409 reference "chap:Liste-de-noms-de-couleur-dvips"
17410
17411 \end_inset
17412
17413 .
17414  Une de ces couleurs, 
17415 \family sans
17416 Maroon
17417 \family default
17418 , est utilisée comme exemple dans le tableau
17419 \begin_inset space ~
17420 \end_inset
17421
17422
17423 \begin_inset CommandInset ref
17424 LatexCommand ref
17425 reference "tab:Tableau-coloré-avec-colortbl"
17426
17427 \end_inset
17428
17429 .
17430 \end_layout
17431
17432 \begin_layout Standard
17433 \begin_inset VSpace medskip
17434 \end_inset
17435
17436
17437 \end_layout
17438
17439 \begin_layout Standard
17440 Vous pouvez aussi définir votre propre couleur avec la commande
17441 \end_layout
17442
17443 \begin_layout Standard
17444
17445 \series bold
17446
17447 \backslash
17448 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17449 \end_layout
17450
17451 \begin_layout Standard
17452 Le modèle de couleur peut être
17453 \end_layout
17454
17455 \begin_layout Labeling
17456 \labelwidthstring 00.00.0000
17457 cmyk
17458 \begin_inset space ~
17459 \end_inset
17460
17461 : cyan, magenta, jaune (yellow), noir (black)
17462 \end_layout
17463
17464 \begin_layout Labeling
17465 \labelwidthstring 00.00.0000
17466 rgb
17467 \begin_inset space ~
17468 \end_inset
17469
17470 : rouge (red), vert (green), bleu (blue)
17471 \end_layout
17472
17473 \begin_layout Labeling
17474 \labelwidthstring 00.00.0000
17475 gray
17476 \begin_inset space ~
17477 \end_inset
17478
17479 : dégradé de gris (gray)
17480 \end_layout
17481
17482 \begin_layout Standard
17483 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17484  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17485 \end_layout
17486
17487 \begin_layout Standard
17488 Vous pouvez par exemple définir la couleur 
17489 \begin_inset Quotes fld
17490 \end_inset
17491
17492
17493 \emph on
17494 vertfonce
17495 \begin_inset Quotes frd
17496 \end_inset
17497
17498  dans le préambule avec la ligne
17499 \end_layout
17500
17501 \begin_layout Standard
17502
17503 \series bold
17504
17505 \backslash
17506 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17507 \end_layout
17508
17509 \begin_layout Standard
17510 et la couleur 
17511 \emph on
17512
17513 \begin_inset Quotes fld
17514 \end_inset
17515
17516 grisclair
17517 \emph default
17518
17519 \begin_inset Quotes frd
17520 \end_inset
17521
17522  avec
17523 \end_layout
17524
17525 \begin_layout Standard
17526
17527 \series bold
17528
17529 \backslash
17530 definecolor{grisclair}{gray}{0.8}
17531 \end_layout
17532
17533 \begin_layout Standard
17534 \begin_inset VSpace medskip
17535 \end_inset
17536
17537
17538 \end_layout
17539
17540 \begin_layout Standard
17541 Les lignes sont colorées avec la commande
17542 \end_layout
17543
17544 \begin_layout Standard
17545
17546 \series bold
17547
17548 \backslash
17549 rowcolor{nom de la couleur}
17550 \end_layout
17551
17552 \begin_layout Standard
17553 et les cellules sont colorées avec la commande
17554 \end_layout
17555
17556 \begin_layout Standard
17557
17558 \series bold
17559
17560 \backslash
17561 cellcolor{nom de la couleur}
17562 \end_layout
17563
17564 \begin_layout Standard
17565 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
17566 \end_layout
17567
17568 \begin_layout Standard
17569 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17570  choisissez une couleur dans le menu 
17571 \family sans
17572 Édition\SpecialChar \menuseparator
17573 Style
17574 \begin_inset space ~
17575 \end_inset
17576
17577 de
17578 \begin_inset space ~
17579 \end_inset
17580
17581 Texte
17582 \family default
17583 .
17584  Si une cellule contient du code TeX, faites bien attention à ne colorer
17585  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
17586 \end_layout
17587
17588 \begin_layout Standard
17589 \begin_inset Note Greyedout
17590 status open
17591
17592 \begin_layout Plain Layout
17593
17594 \series bold
17595 Note:
17596 \series default
17597  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17598  définies par l'utilisateur.
17599 \end_layout
17600
17601 \end_inset
17602
17603
17604 \end_layout
17605
17606 \begin_layout Standard
17607 \begin_inset VSpace bigskip
17608 \end_inset
17609
17610
17611 \end_layout
17612
17613 \begin_layout Standard
17614 Pour créer le tableau
17615 \begin_inset space ~
17616 \end_inset
17617
17618
17619 \begin_inset CommandInset ref
17620 LatexCommand ref
17621 reference "tab:Tableau-coloré-avec-colortbl"
17622
17623 \end_inset
17624
17625  faites ce qui suit : La couleur de la première colonne doit être 
17626 \emph on
17627 vertfonce
17628 \emph default
17629 .
17630  On insère donc la commande
17631 \end_layout
17632
17633 \begin_layout Standard
17634
17635 \series bold
17636 >{
17637 \backslash
17638 columncolor{vertfonce}
17639 \backslash
17640 centering}c
17641 \end_layout
17642
17643 \begin_layout Standard
17644 en code TeX pour cette colonne.
17645  La première ligne doit être bleue clair, d'où la commande en code TeX
17646 \end_layout
17647
17648 \begin_layout Standard
17649
17650 \series bold
17651
17652 \backslash
17653 rowcolor{cyan}
17654 \end_layout
17655
17656 \begin_layout Standard
17657 qui est insérée dans la première cellule de cette ligne.
17658  Notez que cela annule la couleur de colonne pour la première cellule.
17659  La dernière cellule de la dernière ligne est colorée en marron
17660 \series bold
17661  
17662 \series default
17663 en insérant en code TeX la commande
17664 \end_layout
17665
17666 \begin_layout Standard
17667
17668 \series bold
17669
17670 \backslash
17671 cellcolor{Maroon}
17672 \end_layout
17673
17674 \begin_layout Standard
17675 Les caractères peuvent maintenant être colorés en utilisant le menu 
17676 \family sans
17677 Édition\SpecialChar \menuseparator
17678 Style
17679 \begin_inset space ~
17680 \end_inset
17681
17682 de
17683 \begin_inset space ~
17684 \end_inset
17685
17686 Texte
17687 \family default
17688 .
17689 \end_layout
17690
17691 \begin_layout Standard
17692 \begin_inset Float table
17693 placement h
17694 wide false
17695 sideways false
17696 status open
17697
17698 \begin_layout Plain Layout
17699 \begin_inset Caption Standard
17700
17701 \begin_layout Plain Layout
17702 \begin_inset CommandInset label
17703 LatexCommand label
17704 name "tab:Tableau-coloré-avec-colortbl"
17705
17706 \end_inset
17707
17708 Tableau coloré en utilisant le paquetage 
17709 \series bold
17710 colortbl
17711 \series default
17712
17713 \begin_inset Argument 1
17714 status collapsed
17715
17716 \begin_layout Plain Layout
17717 Tableau avec colortbl
17718 \end_layout
17719
17720 \end_inset
17721
17722
17723 \end_layout
17724
17725 \end_inset
17726
17727
17728 \end_layout
17729
17730 \begin_layout Plain Layout
17731 \align center
17732 \begin_inset Tabular
17733 <lyxtabular version="3" rows="3" columns="3">
17734 <features rotate="0" tabularvalignment="middle">
17735 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17736 <column alignment="center" valignment="top">
17737 <column alignment="center" valignment="top">
17738 <row>
17739 <cell alignment="center" valignment="top" usebox="none">
17740 \begin_inset Text
17741
17742 \begin_layout Plain Layout
17743 \begin_inset ERT
17744 status collapsed
17745
17746 \begin_layout Plain Layout
17747
17748
17749 \backslash
17750 rowcolor{cyan}
17751 \end_layout
17752
17753 \end_inset
17754
17755
17756 \color magenta
17757 a
17758 \end_layout
17759
17760 \end_inset
17761 </cell>
17762 <cell alignment="center" valignment="top" usebox="none">
17763 \begin_inset Text
17764
17765 \begin_layout Plain Layout
17766
17767 \color red
17768 b
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 <cell alignment="center" valignment="top" usebox="none">
17774 \begin_inset Text
17775
17776 \begin_layout Plain Layout
17777
17778 \color red
17779 c
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 </row>
17785 <row>
17786 <cell alignment="center" valignment="top" usebox="none">
17787 \begin_inset Text
17788
17789 \begin_layout Plain Layout
17790
17791 \color yellow
17792 d
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 <cell alignment="center" valignment="top" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801
17802 \color blue
17803 e
17804 \end_layout
17805
17806 \end_inset
17807 </cell>
17808 <cell alignment="center" valignment="top" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Plain Layout
17812
17813 \color blue
17814 f
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 </row>
17820 <row>
17821 <cell alignment="center" valignment="top" usebox="none">
17822 \begin_inset Text
17823
17824 \begin_layout Plain Layout
17825
17826 \color yellow
17827 g
17828 \end_layout
17829
17830 \end_inset
17831 </cell>
17832 <cell alignment="center" valignment="top" usebox="none">
17833 \begin_inset Text
17834
17835 \begin_layout Plain Layout
17836
17837 \color blue
17838 h
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 <cell alignment="center" valignment="top" usebox="none">
17844 \begin_inset Text
17845
17846 \begin_layout Plain Layout
17847 \begin_inset ERT
17848 status collapsed
17849
17850 \begin_layout Plain Layout
17851
17852
17853 \backslash
17854 cellcolor{Maroon}
17855 \end_layout
17856
17857 \end_inset
17858
17859
17860 \color green
17861 i
17862 \end_layout
17863
17864 \end_inset
17865 </cell>
17866 </row>
17867 </lyxtabular>
17868
17869 \end_inset
17870
17871
17872 \end_layout
17873
17874 \end_inset
17875
17876
17877 \end_layout
17878
17879 \begin_layout Standard
17880 \begin_inset ERT
17881 status collapsed
17882
17883 \begin_layout Plain Layout
17884
17885
17886 \backslash
17887 else
17888 \end_layout
17889
17890 \end_inset
17891
17892
17893 \begin_inset Note Note
17894 status open
17895
17896 \begin_layout Plain Layout
17897 Ce qui suit sera affiché si le paquetage 
17898 \series bold
17899 colortbl
17900 \series default
17901  n'est pas installé :
17902 \end_layout
17903
17904 \end_inset
17905
17906
17907 \end_layout
17908
17909 \begin_layout Standard
17910 Vous devez installer le paquetage 
17911 \series bold
17912 colortbl
17913 \series default
17914  pour voir le contenu des cette section dans la sortie imprimée.
17915 \end_layout
17916
17917 \begin_layout Standard
17918 \begin_inset ERT
17919 status collapsed
17920
17921 \begin_layout Plain Layout
17922
17923
17924 \backslash
17925 fi
17926 \end_layout
17927
17928 \end_inset
17929
17930
17931 \end_layout
17932
17933 \begin_layout Subsection
17934 Lignes colorées
17935 \begin_inset Index idx
17936 status collapsed
17937
17938 \begin_layout Plain Layout
17939 Tableau Coloré ! Pour les lignes
17940 \end_layout
17941
17942 \end_inset
17943
17944
17945 \begin_inset Index idx
17946 status collapsed
17947
17948 \begin_layout Plain Layout
17949 Couleur ! Pour les lignes de tableau
17950 \end_layout
17951
17952 \end_inset
17953
17954
17955 \end_layout
17956
17957 \begin_layout Standard
17958 Dans le cas où on désire qu'une ligne sur deux soit colorée, il existe une
17959  alternative à la méthode décrite dans le paragraphe précédent: il faut
17960  charger le paquetage 
17961 \series bold
17962 xcolor
17963 \series default
17964
17965 \begin_inset Index idx
17966 status collapsed
17967
17968 \begin_layout Plain Layout
17969 Paquetages LaTeX ! xcolor
17970 \begin_inset ERT
17971 status collapsed
17972
17973 \begin_layout Plain Layout
17974
17975
17976 \backslash
17977 vspace{4mm}
17978 \end_layout
17979
17980 \end_inset
17981
17982
17983 \end_layout
17984
17985 \end_inset
17986
17987  dans le préambule du document avec la commande
17988 \end_layout
17989
17990 \begin_layout Standard
17991
17992 \series bold
17993
17994 \backslash
17995 usepackage[table]{xcolor}
17996 \end_layout
17997
17998 \begin_layout Standard
17999
18000 \series bold
18001 xcolor
18002 \series default
18003  charge automatiquement le paquetage 
18004 \series bold
18005 colortbl
18006 \series default
18007
18008 \begin_inset Index idx
18009 status collapsed
18010
18011 \begin_layout Plain Layout
18012 Paquetages LaTeX ! colortbl
18013 \end_layout
18014
18015 \end_inset
18016
18017 , il faut donc que
18018 \series bold
18019  colortbl
18020 \series default
18021  existe dans votre distribution LaTeX, sinon vous aurez des erreurs.
18022 \end_layout
18023
18024 \begin_layout Standard
18025 \begin_inset ERT
18026 status collapsed
18027
18028 \begin_layout Plain Layout
18029
18030
18031 \backslash
18032 ifcolortbl
18033 \end_layout
18034
18035 \end_inset
18036
18037
18038 \begin_inset Note Note
18039 status open
18040
18041 \begin_layout Plain Layout
18042 La section qui suit ne sera affichée que si vous avez installé le paquetage
18043  LaTeX 
18044 \series bold
18045 colortbl
18046 \series default
18047 .
18048 \end_layout
18049
18050 \end_inset
18051
18052
18053 \end_layout
18054
18055 \begin_layout Standard
18056 Les lignes de tableau sont colorées par la commande
18057 \end_layout
18058
18059 \begin_layout Standard
18060
18061 \series bold
18062
18063 \backslash
18064 rowcolors[commandes]{numéro de ligne}{couleur ligne impaire}{couleur ligne
18065  paire}
18066 \end_layout
18067
18068 \begin_layout Standard
18069 insérée soit dans le préambule du document, soit en code TeX avant le premier
18070  tableau nécessitant la coloration alternative des lignes.
18071  
18072 \series bold
18073 numéro de ligne
18074 \series default
18075  est le numéro de la première ligne à colorer avec la couleur de ligne impaire.
18076  
18077 \series bold
18078 commandes
18079 \series default
18080 \emph on
18081  
18082 \emph default
18083 désigne des commandes additionnelles exécutées avant chaque ligne du tableau.
18084  Par exemple la commande
18085 \end_layout
18086
18087 \begin_layout Standard
18088
18089 \series bold
18090
18091 \backslash
18092 rowcolors{1}{white}{lightgray}
18093 \end_layout
18094
18095 \begin_layout Standard
18096 donne le schéma de couleurs du tableau
18097 \begin_inset space ~
18098 \end_inset
18099
18100
18101 \begin_inset CommandInset ref
18102 LatexCommand ref
18103 reference "tab:Table-rowcolors"
18104
18105 \end_inset
18106
18107 .
18108  La commande
18109 \end_layout
18110
18111 \begin_layout Standard
18112
18113 \series bold
18114
18115 \backslash
18116 rowcolors[
18117 \backslash
18118 hline]{1}{lightgray}{cyan}
18119 \end_layout
18120
18121 \begin_layout Standard
18122 donne le schéma de couleurs du tableau
18123 \begin_inset space ~
18124 \end_inset
18125
18126
18127 \begin_inset CommandInset ref
18128 LatexCommand ref
18129 reference "tab:Table-rowcolors-2"
18130
18131 \end_inset
18132
18133 .
18134  Si 
18135 \series bold
18136 couleur ligne impaire
18137 \series default
18138  ou 
18139 \series bold
18140 couleur ligne paire
18141 \series default
18142  est vide, aucune couleur n'est utilisée, donc la commande
18143 \end_layout
18144
18145 \begin_layout Standard
18146
18147 \series bold
18148
18149 \backslash
18150 rowcolors{1}{}{}
18151 \end_layout
18152
18153 \begin_layout Standard
18154 supprime toutes les couleurs.
18155  
18156 \series bold
18157
18158 \backslash
18159 rowcolors
18160 \series default
18161  s'applique aux tableaux qui suivent cette commande.
18162 \end_layout
18163
18164 \begin_layout Standard
18165 \begin_inset ERT
18166 status open
18167
18168 \begin_layout Plain Layout
18169
18170
18171 \backslash
18172 rowcolors{1}{white}{lightgray}
18173 \end_layout
18174
18175 \end_inset
18176
18177
18178 \end_layout
18179
18180 \begin_layout Standard
18181 \begin_inset Float table
18182 placement h
18183 wide false
18184 sideways false
18185 status open
18186
18187 \begin_layout Plain Layout
18188 \begin_inset Caption Standard
18189
18190 \begin_layout Plain Layout
18191
18192 \lang english
18193 \begin_inset CommandInset label
18194 LatexCommand label
18195 name "tab:Table-rowcolors"
18196
18197 \end_inset
18198
18199
18200 \lang french
18201 Tableau avec une colonne sur deux en gris clair.
18202 \end_layout
18203
18204 \end_inset
18205
18206
18207 \end_layout
18208
18209 \begin_layout Plain Layout
18210 \align center
18211 \begin_inset Tabular
18212 <lyxtabular version="3" rows="4" columns="3">
18213 <features rotate="0" tabularvalignment="middle">
18214 <column alignment="center" valignment="top">
18215 <column alignment="center" valignment="top" width="0pt">
18216 <column alignment="center" valignment="top" width="0pt">
18217 <row>
18218 <cell alignment="center" valignment="top" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222 X
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 Y
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 <cell alignment="center" valignment="top" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240 Z
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 </row>
18246 <row>
18247 <cell alignment="center" valignment="top" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251 1
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 2
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 <cell alignment="center" valignment="top" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 3
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 </row>
18275 <row>
18276 <cell alignment="center" valignment="top" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280 4
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 5
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298 6
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 </row>
18304 <row>
18305 <cell alignment="center" valignment="top" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309 7
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 <cell alignment="center" valignment="top" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318 8
18319 \end_layout
18320
18321 \end_inset
18322 </cell>
18323 <cell alignment="center" valignment="top" usebox="none">
18324 \begin_inset Text
18325
18326 \begin_layout Plain Layout
18327 9
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 </row>
18333 </lyxtabular>
18334
18335 \end_inset
18336
18337
18338 \end_layout
18339
18340 \end_inset
18341
18342
18343 \end_layout
18344
18345 \begin_layout Standard
18346 \begin_inset ERT
18347 status open
18348
18349 \begin_layout Plain Layout
18350
18351
18352 \backslash
18353 rowcolors[
18354 \backslash
18355 hline]{1}{lightgray}{cyan}
18356 \end_layout
18357
18358 \end_inset
18359
18360
18361 \end_layout
18362
18363 \begin_layout Standard
18364 \begin_inset Float table
18365 placement h
18366 wide false
18367 sideways false
18368 status open
18369
18370 \begin_layout Plain Layout
18371 \begin_inset Caption Standard
18372
18373 \begin_layout Plain Layout
18374
18375 \lang english
18376 \begin_inset CommandInset label
18377 LatexCommand label
18378 name "tab:Table-rowcolors-2"
18379
18380 \end_inset
18381
18382
18383 \lang french
18384 Tableau avec une colonne sur deux en cyan et avec un filet entre chaque
18385  ligne
18386 \end_layout
18387
18388 \end_inset
18389
18390
18391 \end_layout
18392
18393 \begin_layout Plain Layout
18394 \align center
18395 \begin_inset Tabular
18396 <lyxtabular version="3" rows="4" columns="3">
18397 <features rotate="0" tabularvalignment="middle">
18398 <column alignment="center" valignment="top">
18399 <column alignment="center" valignment="top">
18400 <column alignment="center" valignment="top" width="0pt">
18401 <row>
18402 <cell alignment="center" valignment="top" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406 X
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 <cell alignment="center" valignment="top" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415 Y
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 <cell alignment="center" valignment="top" usebox="none">
18421 \begin_inset Text
18422
18423 \begin_layout Plain Layout
18424 Z
18425 \end_layout
18426
18427 \end_inset
18428 </cell>
18429 </row>
18430 <row>
18431 <cell alignment="center" valignment="top" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435 1
18436 \end_layout
18437
18438 \end_inset
18439 </cell>
18440 <cell alignment="center" valignment="top" usebox="none">
18441 \begin_inset Text
18442
18443 \begin_layout Plain Layout
18444 2
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 <cell alignment="center" valignment="top" usebox="none">
18450 \begin_inset Text
18451
18452 \begin_layout Plain Layout
18453 3
18454 \end_layout
18455
18456 \end_inset
18457 </cell>
18458 </row>
18459 <row>
18460 <cell alignment="center" valignment="top" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464 4
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 <cell alignment="center" valignment="top" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473 5
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482 6
18483 \end_layout
18484
18485 \end_inset
18486 </cell>
18487 </row>
18488 <row>
18489 <cell alignment="center" valignment="top" usebox="none">
18490 \begin_inset Text
18491
18492 \begin_layout Plain Layout
18493 7
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 <cell alignment="center" valignment="top" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502 8
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 <cell alignment="center" valignment="top" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511 9
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 </row>
18517 </lyxtabular>
18518
18519 \end_inset
18520
18521
18522 \end_layout
18523
18524 \end_inset
18525
18526
18527 \end_layout
18528
18529 \begin_layout Standard
18530 \begin_inset ERT
18531 status collapsed
18532
18533 \begin_layout Plain Layout
18534
18535
18536 \backslash
18537 rowcolors{1}{}{}
18538 \end_layout
18539
18540 \end_inset
18541
18542
18543 \begin_inset Note Note
18544 status collapsed
18545
18546 \begin_layout Plain Layout
18547
18548 \lang english
18549 turns off the row coloring
18550 \end_layout
18551
18552 \end_inset
18553
18554
18555 \end_layout
18556
18557 \begin_layout Standard
18558 \begin_inset ERT
18559 status collapsed
18560
18561 \begin_layout Plain Layout
18562
18563
18564 \backslash
18565 else
18566 \end_layout
18567
18568 \end_inset
18569
18570
18571 \begin_inset Note Note
18572 status open
18573
18574 \begin_layout Plain Layout
18575 Ce qui suit sera affiché si le paquetage 
18576 \series bold
18577 colortbl
18578 \series default
18579  n'est pas installé :
18580 \end_layout
18581
18582 \end_inset
18583
18584
18585 \end_layout
18586
18587 \begin_layout Standard
18588 Vous devez installer le paquetage 
18589 \series bold
18590 colortbl
18591 \series default
18592  pour voir le contenu des cette section dans la sortie imprimée.
18593 \end_layout
18594
18595 \begin_layout Standard
18596 \begin_inset ERT
18597 status collapsed
18598
18599 \begin_layout Plain Layout
18600
18601
18602 \backslash
18603 fi
18604 \end_layout
18605
18606 \end_inset
18607
18608
18609 \end_layout
18610
18611 \begin_layout Subsection
18612 Les filets colorés
18613 \begin_inset Index idx
18614 status open
18615
18616 \begin_layout Plain Layout
18617 Tableau Coloré ! Pour les filets
18618 \end_layout
18619
18620 \end_inset
18621
18622
18623 \begin_inset Index idx
18624 status collapsed
18625
18626 \begin_layout Plain Layout
18627 Couleur ! Pour les filets des tableaux
18628 \end_layout
18629
18630 \end_inset
18631
18632
18633 \begin_inset Note Note
18634 status collapsed
18635
18636 \begin_layout Plain Layout
18637 on parle de filets plutôt que de lignes pour les tableaux
18638 \end_layout
18639
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \begin_layout Standard
18646 Comme c'est décrit dans la section
18647 \begin_inset space ~
18648 \end_inset
18649
18650
18651 \begin_inset CommandInset ref
18652 LatexCommand ref
18653 reference "sub:Epaisseur-filets"
18654
18655 \end_inset
18656
18657 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18658  variable 
18659 \series bold
18660
18661 \backslash
18662 arrayrulewidth
18663 \series default
18664 .
18665  Elle est mise à 1.5
18666 \begin_inset space \thinspace{}
18667 \end_inset
18668
18669 pt pour tous les tableaux de cette section.
18670 \begin_inset ERT
18671 status collapsed
18672
18673 \begin_layout Plain Layout
18674
18675
18676 \backslash
18677 setlength{
18678 \backslash
18679 arrayrulewidth}{1.5pt}
18680 \end_layout
18681
18682 \end_inset
18683
18684
18685 \end_layout
18686
18687 \begin_layout Standard
18688 Pour colorer les filets verticaux, par exemple en vert, créez le format
18689  de colonne suivant dans le préambule du document, en suivant la description
18690  de la section
18691 \begin_inset space ~
18692 \end_inset
18693
18694
18695 \begin_inset CommandInset ref
18696 LatexCommand ref
18697 reference "sub:Formats-personnalisés"
18698
18699 \end_inset
18700
18701 :
18702 \end_layout
18703
18704 \begin_layout Standard
18705
18706 \series bold
18707
18708 \backslash
18709 newcolumntype{W}{!{
18710 \backslash
18711 color{green}
18712 \backslash
18713 vline}}
18714 \end_layout
18715
18716 \begin_layout Standard
18717 Pour le tableau
18718 \begin_inset space ~
18719 \end_inset
18720
18721
18722 \begin_inset CommandInset ref
18723 LatexCommand ref
18724 reference "tab:Tableau-filets-verticaux-colorés"
18725
18726 \end_inset
18727
18728  le paramètre LaTeX
18729 \series bold
18730  WcW
18731 \series default
18732  a été utilisé pour la dernière colonne et
18733 \series bold
18734  Wc
18735 \series default
18736  pour les autres colonnes.
18737 \end_layout
18738
18739 \begin_layout Standard
18740 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18741 \end_layout
18742
18743 \begin_layout Standard
18744 \begin_inset Float table
18745 placement h
18746 wide false
18747 sideways false
18748 status open
18749
18750 \begin_layout Plain Layout
18751 \begin_inset Caption Standard
18752
18753 \begin_layout Plain Layout
18754 \begin_inset CommandInset label
18755 LatexCommand label
18756 name "tab:Tableau-filets-verticaux-colorés"
18757
18758 \end_inset
18759
18760 Tableau avec filets verticaux colorés
18761 \end_layout
18762
18763 \end_inset
18764
18765
18766 \end_layout
18767
18768 \begin_layout Plain Layout
18769 \align center
18770 \begin_inset Tabular
18771 <lyxtabular version="3" rows="3" columns="3">
18772 <features rotate="0" tabularvalignment="middle">
18773 <column alignment="center" valignment="top" special="Wc">
18774 <column alignment="center" valignment="top" special="Wc">
18775 <column alignment="center" valignment="top" special="WcW">
18776 <row>
18777 <cell alignment="center" valignment="top" topline="true" usebox="none">
18778 \begin_inset Text
18779
18780 \begin_layout Plain Layout
18781 sd
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 <cell alignment="center" valignment="top" topline="true" usebox="none">
18787 \begin_inset Text
18788
18789 \begin_layout Plain Layout
18790
18791 \end_layout
18792
18793 \end_inset
18794 </cell>
18795 <cell alignment="center" valignment="top" topline="true" usebox="none">
18796 \begin_inset Text
18797
18798 \begin_layout Plain Layout
18799
18800 \end_layout
18801
18802 \end_inset
18803 </cell>
18804 </row>
18805 <row>
18806 <cell alignment="center" valignment="top" topline="true" usebox="none">
18807 \begin_inset Text
18808
18809 \begin_layout Plain Layout
18810
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 <cell alignment="center" valignment="top" topline="true" usebox="none">
18816 \begin_inset Text
18817
18818 \begin_layout Plain Layout
18819 sd
18820 \end_layout
18821
18822 \end_inset
18823 </cell>
18824 <cell alignment="center" valignment="top" topline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828
18829 \end_layout
18830
18831 \end_inset
18832 </cell>
18833 </row>
18834 <row>
18835 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18836 \begin_inset Text
18837
18838 \begin_layout Plain Layout
18839
18840 \end_layout
18841
18842 \end_inset
18843 </cell>
18844 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18845 \begin_inset Text
18846
18847 \begin_layout Plain Layout
18848
18849 \end_layout
18850
18851 \end_inset
18852 </cell>
18853 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857 sd
18858 \end_layout
18859
18860 \end_inset
18861 </cell>
18862 </row>
18863 </lyxtabular>
18864
18865 \end_inset
18866
18867
18868 \end_layout
18869
18870 \end_inset
18871
18872
18873 \end_layout
18874
18875 \begin_layout Standard
18876 \begin_inset VSpace bigskip
18877 \end_inset
18878
18879 Pour colorer les filets horizontaux en rouge comme pour le tableau
18880 \begin_inset space ~
18881 \end_inset
18882
18883
18884 \begin_inset CommandInset ref
18885 LatexCommand ref
18886 reference "tab:Tableau-filet-horizontaux-colorés"
18887
18888 \end_inset
18889
18890 , insérez les commandes suivantes en code TeX juste avant le tableau ou
18891  le flottant de tableau :
18892 \end_layout
18893
18894 \begin_layout Standard
18895
18896 \series bold
18897
18898 \backslash
18899 let
18900 \backslash
18901 myHlineC
18902 \backslash
18903 hline
18904 \begin_inset Newline newline
18905 \end_inset
18906
18907
18908 \backslash
18909 renewcommand{
18910 \backslash
18911 hline}
18912 \begin_inset Newline newline
18913 \end_inset
18914
18915
18916 \begin_inset Phantom HPhantom
18917 status open
18918
18919 \begin_layout Plain Layout
18920
18921 \series bold
18922 \begin_inset space ~
18923 \end_inset
18924
18925
18926 \end_layout
18927
18928 \end_inset
18929
18930 {
18931 \backslash
18932 arrayrulecolor{red}
18933 \backslash
18934 myHlineC
18935 \backslash
18936 arrayrulecolor{black}}
18937 \end_layout
18938
18939 \begin_layout Standard
18940 \begin_inset ERT
18941 status collapsed
18942
18943 \begin_layout Plain Layout
18944
18945
18946 \backslash
18947 let
18948 \backslash
18949 myHlineC
18950 \backslash
18951 hline
18952 \end_layout
18953
18954 \begin_layout Plain Layout
18955
18956
18957 \backslash
18958 renewcommand{
18959 \backslash
18960 hline}
18961 \end_layout
18962
18963 \begin_layout Plain Layout
18964
18965  {
18966 \backslash
18967 arrayrulecolor{red}
18968 \backslash
18969 myHlineC
18970 \backslash
18971 arrayrulecolor{black}}
18972 \end_layout
18973
18974 \end_inset
18975
18976
18977 \begin_inset Float table
18978 placement h
18979 wide false
18980 sideways false
18981 status open
18982
18983 \begin_layout Plain Layout
18984 \begin_inset Caption Standard
18985
18986 \begin_layout Plain Layout
18987 \begin_inset CommandInset label
18988 LatexCommand label
18989 name "tab:Tableau-filet-horizontaux-colorés"
18990
18991 \end_inset
18992
18993 Tableau avec filets horizontaux colorés
18994 \end_layout
18995
18996 \end_inset
18997
18998
18999 \end_layout
19000
19001 \begin_layout Plain Layout
19002 \align center
19003 \begin_inset Tabular
19004 <lyxtabular version="3" rows="3" columns="3">
19005 <features rotate="0" tabularvalignment="middle">
19006 <column alignment="center" valignment="top">
19007 <column alignment="center" valignment="top">
19008 <column alignment="center" valignment="top">
19009 <row>
19010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014 sd
19015 \end_layout
19016
19017 \end_inset
19018 </cell>
19019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19029 \begin_inset Text
19030
19031 \begin_layout Plain Layout
19032
19033 \end_layout
19034
19035 \end_inset
19036 </cell>
19037 </row>
19038 <row>
19039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052 sd
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 </row>
19067 <row>
19068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081
19082 \end_layout
19083
19084 \end_inset
19085 </cell>
19086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19087 \begin_inset Text
19088
19089 \begin_layout Plain Layout
19090 sd
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 </row>
19096 </lyxtabular>
19097
19098 \end_inset
19099
19100
19101 \end_layout
19102
19103 \end_inset
19104
19105
19106 \end_layout
19107
19108 \begin_layout Standard
19109 Pour revenir à la couleur noire implicite, insérez la commande suivante
19110  en code TeX, juste après le tableau ou le flottant de tableau :
19111 \end_layout
19112
19113 \begin_layout Standard
19114
19115 \series bold
19116
19117 \backslash
19118 renewcommand{
19119 \backslash
19120 hline}{
19121 \backslash
19122 myHlineC}
19123 \end_layout
19124
19125 \begin_layout Standard
19126 Le tableau
19127 \begin_inset space ~
19128 \end_inset
19129
19130
19131 \begin_inset CommandInset ref
19132 LatexCommand ref
19133 reference "tab:Tableau-avec-filets-colorés"
19134
19135 \end_inset
19136
19137  est un exemple avec des filets horizontaux et verticaux colorés.
19138 \end_layout
19139
19140 \begin_layout Standard
19141 \begin_inset Float table
19142 placement h
19143 wide false
19144 sideways false
19145 status open
19146
19147 \begin_layout Plain Layout
19148 \begin_inset Caption Standard
19149
19150 \begin_layout Plain Layout
19151 \begin_inset CommandInset label
19152 LatexCommand label
19153 name "tab:Tableau-avec-filets-colorés"
19154
19155 \end_inset
19156
19157 Tableau avec filets horizontaux et verticaux colorés
19158 \end_layout
19159
19160 \end_inset
19161
19162
19163 \end_layout
19164
19165 \begin_layout Plain Layout
19166 \align center
19167 \begin_inset Tabular
19168 <lyxtabular version="3" rows="3" columns="3">
19169 <features rotate="0" tabularvalignment="middle">
19170 <column alignment="center" valignment="top" special="Wc">
19171 <column alignment="center" valignment="top" special="Wc">
19172 <column alignment="center" valignment="top" special="WcW">
19173 <row>
19174 <cell alignment="center" valignment="top" topline="true" usebox="none">
19175 \begin_inset Text
19176
19177 \begin_layout Plain Layout
19178 sd
19179 \end_layout
19180
19181 \end_inset
19182 </cell>
19183 <cell alignment="center" valignment="top" topline="true" usebox="none">
19184 \begin_inset Text
19185
19186 \begin_layout Plain Layout
19187
19188 \end_layout
19189
19190 \end_inset
19191 </cell>
19192 <cell alignment="center" valignment="top" topline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196
19197 \end_layout
19198
19199 \end_inset
19200 </cell>
19201 </row>
19202 <row>
19203 <cell alignment="center" valignment="top" topline="true" usebox="none">
19204 \begin_inset Text
19205
19206 \begin_layout Plain Layout
19207
19208 \end_layout
19209
19210 \end_inset
19211 </cell>
19212 <cell alignment="center" valignment="top" topline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216 sd
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 <cell alignment="center" valignment="top" topline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Plain Layout
19225
19226 \end_layout
19227
19228 \end_inset
19229 </cell>
19230 </row>
19231 <row topspace="default">
19232 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245
19246 \end_layout
19247
19248 \end_inset
19249 </cell>
19250 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254 sd
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 </row>
19260 </lyxtabular>
19261
19262 \end_inset
19263
19264
19265 \end_layout
19266
19267 \end_inset
19268
19269
19270 \end_layout
19271
19272 \begin_layout Standard
19273 \begin_inset ERT
19274 status collapsed
19275
19276 \begin_layout Plain Layout
19277
19278
19279 \backslash
19280 renewcommand{
19281 \backslash
19282 hline}{
19283 \backslash
19284 myHlineC}
19285 \end_layout
19286
19287 \end_inset
19288
19289
19290 \end_layout
19291
19292 \begin_layout Standard
19293 \begin_inset ERT
19294 status collapsed
19295
19296 \begin_layout Plain Layout
19297
19298
19299 \backslash
19300 setlength{
19301 \backslash
19302 arrayrulewidth}{0.4pt}
19303 \end_layout
19304
19305 \end_inset
19306
19307
19308 \end_layout
19309
19310 \begin_layout Section
19311 Pivotement des cellules
19312 \begin_inset CommandInset label
19313 LatexCommand label
19314 name "sec:Rotated-Table-Cells"
19315
19316 \end_inset
19317
19318
19319 \begin_inset Index idx
19320 status open
19321
19322 \begin_layout Plain Layout
19323 Tableau ! Pivotement des cellules
19324 \end_layout
19325
19326 \end_inset
19327
19328
19329 \begin_inset Index idx
19330 status open
19331
19332 \begin_layout Plain Layout
19333 Pivoter des objets
19334 \end_layout
19335
19336 \end_inset
19337
19338
19339 \end_layout
19340
19341 \begin_layout Standard
19342 \begin_inset Note Greyedout
19343 status open
19344
19345 \begin_layout Plain Layout
19346
19347 \series bold
19348 Nota:
19349 \series default
19350  toutes les visionneuses DVI n'affichent pas les rotations.
19351 \end_layout
19352
19353 \end_inset
19354
19355
19356 \end_layout
19357
19358 \begin_layout Standard
19359 Actuellement LyX ne propose de rotations des cellules que de 90° dans le
19360  sens anti-horaire.
19361  Pour obtenir des rotations d'un angle quelconque, il faut ajouter dans
19362  le préambule:
19363 \end_layout
19364
19365 \begin_layout Standard
19366
19367 \series bold
19368
19369 \backslash
19370 @ifundefined{turnbox}{
19371 \backslash
19372 usepackage{rotating}}{}
19373 \end_layout
19374
19375 \begin_layout Standard
19376 Dans la cellule du tableau qui doit pivoter, ajouter au début en code TeX:
19377 \end_layout
19378
19379 \begin_layout Standard
19380
19381 \series bold
19382
19383 \backslash
19384 begin{turn}{angle}
19385 \end_layout
19386
19387 \begin_layout Standard
19388 où 
19389 \series bold
19390 angle
19391 \series default
19392  est l'angle de rotation en degrés.
19393  À la fin de la cellule la commande
19394 \end_layout
19395
19396 \begin_layout Standard
19397
19398 \series bold
19399
19400 \backslash
19401 end{turn}
19402 \end_layout
19403
19404 \begin_layout Standard
19405 doit être insérée en code TeX.
19406 \end_layout
19407
19408 \begin_layout Standard
19409 Le tableau
19410 \begin_inset space ~
19411 \end_inset
19412
19413
19414 \begin_inset CommandInset ref
19415 LatexCommand ref
19416 reference "tab:Table-with-rotated-multi"
19417
19418 \end_inset
19419
19420  est un exemple dans lequel 3 cellules pivotent de 45
19421 \begin_inset space \thinspace{}
19422 \end_inset
19423
19424 °.
19425 \end_layout
19426
19427 \begin_layout Standard
19428
19429 \lang english
19430 \begin_inset Float table
19431 placement h
19432 wide false
19433 sideways false
19434 status open
19435
19436 \begin_layout Plain Layout
19437
19438 \lang english
19439 \begin_inset Caption Standard
19440
19441 \begin_layout Plain Layout
19442
19443 \lang english
19444 \begin_inset CommandInset label
19445 LatexCommand label
19446 name "tab:Table-with-rotated"
19447
19448 \end_inset
19449
19450
19451 \lang french
19452 Tableau incluant des cellules pivotées dans la première ligne.
19453 \end_layout
19454
19455 \end_inset
19456
19457
19458 \end_layout
19459
19460 \begin_layout Plain Layout
19461 \noindent
19462 \align center
19463 \begin_inset Tabular
19464 <lyxtabular version="3" rows="2" columns="3">
19465 <features rotate="0" tabularvalignment="middle">
19466 <column alignment="center" valignment="top">
19467 <column alignment="center" valignment="top" width="0pt">
19468 <column alignment="center" valignment="top">
19469 <row>
19470 <cell alignment="center" valignment="top" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474 \begin_inset ERT
19475 status collapsed
19476
19477 \begin_layout Plain Layout
19478
19479
19480 \backslash
19481 begin{turn}{45}
19482 \end_layout
19483
19484 \end_inset
19485
19486 soucoupes
19487 \begin_inset ERT
19488 status collapsed
19489
19490 \begin_layout Plain Layout
19491
19492
19493 \backslash
19494 end{turn}
19495 \end_layout
19496
19497 \end_inset
19498
19499
19500 \end_layout
19501
19502 \end_inset
19503 </cell>
19504 <cell alignment="center" valignment="top" usebox="none">
19505 \begin_inset Text
19506
19507 \begin_layout Plain Layout
19508 \begin_inset ERT
19509 status collapsed
19510
19511 \begin_layout Plain Layout
19512
19513
19514 \backslash
19515 begin{turn}{45}
19516 \end_layout
19517
19518 \end_inset
19519
19520 assiettes
19521 \begin_inset ERT
19522 status collapsed
19523
19524 \begin_layout Plain Layout
19525
19526
19527 \backslash
19528 end{turn}
19529 \end_layout
19530
19531 \end_inset
19532
19533
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 <cell alignment="center" valignment="top" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542 \begin_inset ERT
19543 status collapsed
19544
19545 \begin_layout Plain Layout
19546
19547
19548 \backslash
19549 begin{turn}{45}
19550 \end_layout
19551
19552 \end_inset
19553
19554 plats
19555 \begin_inset ERT
19556 status collapsed
19557
19558 \begin_layout Plain Layout
19559
19560
19561 \backslash
19562 end{turn}
19563 \end_layout
19564
19565 \end_inset
19566
19567
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 </row>
19573 <row>
19574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578 45
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 33
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596 21
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 </row>
19602 </lyxtabular>
19603
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \end_inset
19610
19611
19612 \end_layout
19613
19614 \begin_layout Standard
19615
19616 \lang english
19617 \begin_inset Note Greyedout
19618 status open
19619
19620 \begin_layout Plain Layout
19621
19622 \series bold
19623 Nota:
19624 \series default
19625  les ruptures de ligne (raccourci 
19626 \begin_inset Info
19627 type  "shortcut"
19628 arg   "newline-insert newline"
19629 \end_inset
19630
19631 ) ne sont pas autorisées dans les cellules pivotées
19632 \end_layout
19633
19634 \end_inset
19635
19636
19637 \end_layout
19638
19639 \begin_layout Standard
19640 Si vous voulez faire pivoter des cellules avec des ruptures de ligne, il
19641  faut encapsuler le contenu de la cellule dans une minipage ou une parbox.
19642 \begin_inset Foot
19643 status open
19644
19645 \begin_layout Plain Layout
19646 Pour en savoir plus sur ces boîtes, voir les sections
19647 \begin_inset space ~
19648 \end_inset
19649
19650
19651 \begin_inset CommandInset ref
19652 LatexCommand ref
19653 reference "sec:Minipages"
19654
19655 \end_inset
19656
19657  et 
19658 \begin_inset CommandInset ref
19659 LatexCommand ref
19660 reference "sec:Parboxes"
19661
19662 \end_inset
19663
19664 .
19665 \end_layout
19666
19667 \end_inset
19668
19669  Si vous faites pivoter cette cellule de 90°, la largeur de la boîte est
19670  la hauteur de la cellule.
19671  Le tableau
19672 \begin_inset space ~
19673 \end_inset
19674
19675
19676 \begin_inset CommandInset ref
19677 LatexCommand ref
19678 reference "tab:Table-with-rotated-multi"
19679
19680 \end_inset
19681
19682  donne un exemple d'une cellule multi-lignes où la largeur de boîte a été
19683  réglée à 3
19684 \begin_inset space \thinspace{}
19685 \end_inset
19686
19687 cm.
19688 \end_layout
19689
19690 \begin_layout Standard
19691
19692 \lang english
19693 \begin_inset Float table
19694 placement h
19695 wide false
19696 sideways false
19697 status open
19698
19699 \begin_layout Plain Layout
19700
19701 \lang english
19702 \begin_inset Caption Standard
19703
19704 \begin_layout Plain Layout
19705
19706 \lang english
19707 \begin_inset CommandInset label
19708 LatexCommand label
19709 name "tab:Table-with-rotated-multi"
19710
19711 \end_inset
19712
19713
19714 \lang french
19715 Tableau incluant une cellule multi-lignes pivotée.
19716 \end_layout
19717
19718 \end_inset
19719
19720
19721 \end_layout
19722
19723 \begin_layout Plain Layout
19724 \noindent
19725 \align center
19726
19727 \lang english
19728 \begin_inset Tabular
19729 <lyxtabular version="3" rows="2" columns="3">
19730 <features rotate="0" tabularvalignment="middle">
19731 <column alignment="center" valignment="top">
19732 <column alignment="center" valignment="top" width="0pt">
19733 <column alignment="center" valignment="top">
19734 <row>
19735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739
19740 \lang english
19741 a
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750
19751 \lang english
19752 \begin_inset Box Frameless
19753 position "t"
19754 hor_pos "c"
19755 has_inner_box 1
19756 inner_pos "t"
19757 use_parbox 0
19758 use_makebox 0
19759 width "3cm"
19760 special "none"
19761 height "1in"
19762 height_special "totalheight"
19763 status open
19764
19765 \begin_layout Plain Layout
19766 cellule pivotée
19767 \begin_inset Newline newline
19768 \end_inset
19769
19770 avec saut de ligne
19771 \end_layout
19772
19773 \end_inset
19774
19775
19776 \end_layout
19777
19778 \end_inset
19779 </cell>
19780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784
19785 \lang english
19786 e
19787 \end_layout
19788
19789 \end_inset
19790 </cell>
19791 </row>
19792 <row>
19793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19794 \begin_inset Text
19795
19796 \begin_layout Plain Layout
19797
19798 \lang english
19799 b
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Plain Layout
19808
19809 \lang english
19810 c
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819
19820 \lang english
19821 d
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 </row>
19827 </lyxtabular>
19828
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \end_inset
19835
19836
19837 \end_layout
19838
19839 \begin_layout Section
19840 Calcul de la largeur du tableau
19841 \begin_inset CommandInset label
19842 LatexCommand label
19843 name "sec:Table-Width-Calculation"
19844
19845 \end_inset
19846
19847
19848 \end_layout
19849
19850 \begin_layout Standard
19851 Pour les tableaux un peu larges il est parfois difficile de garantir que
19852  le tableau ne déborde pas dans la marge.
19853  Fixer une largeur pour chaque colonne est une solution, mais quelle est
19854  la valeur à donner à chacune?
19855 \end_layout
19856
19857 \begin_layout Standard
19858 La largeur du tableau 
19859 \begin_inset Formula $L_{\mathrm{tableau}}$
19860 \end_inset
19861
19862  peut se calculer précisément: chaque colonne contribue pour sa largeur
19863  propre 
19864 \begin_inset Formula $L_{\mathrm{colonne}}$
19865 \end_inset
19866
19867  (que le contenu est autorisé à occuper), plus deux fois la largeur de la
19868  séparation entre le contenu de la colonne et sa bordure (la longueur LaTeX
19869 \series bold
19870  
19871 \backslash
19872 tabcolsep
19873 \series default
19874 , implicitement 6
19875 \begin_inset space \thinspace{}
19876 \end_inset
19877
19878 pt), plus la largeur du filet de bordure (la longueur LaTeX 
19879 \series bold
19880
19881 \backslash
19882 arrayrulewidth
19883 \series default
19884 , implicitement 0.4
19885 \begin_inset space \thinspace{}
19886 \end_inset
19887
19888 pt).
19889  Donc si les 
19890 \begin_inset Formula $n$
19891 \end_inset
19892
19893
19894 \begin_inset space ~
19895 \end_inset
19896
19897 colonnes ont la même largeur, la largeur du tableau est
19898 \begin_inset Formula 
19899 \begin{equation}
19900 L_{\mathrm{tableau}}=n\left(L_{\mathrm{colonne}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19901 \end{equation}
19902
19903 \end_inset
19904
19905
19906 \end_layout
19907
19908 \begin_layout Standard
19909 La largeur disponible pour placer un tableau est la distance entre les marges
19910  de la page ou la largeur de la colonne de texte (pour un document présenté
19911  sur 2 colonnes), c'est-à-dire la longueur LaTeX 
19912 \series bold
19913
19914 \backslash
19915 columnwidth
19916 \series default
19917 .
19918  Si toutes le colonnes ont la même largeur et que 
19919 \begin_inset Formula $L_{\mathrm{tableau}}$
19920 \end_inset
19921
19922  doit valoir 1
19923 \begin_inset space \thinspace{}
19924 \end_inset
19925
19926
19927 \backslash
19928 columnwidth, 
19929 \begin_inset Formula $L_{\mathrm{colonne}}$
19930 \end_inset
19931
19932  se calcule facilement.
19933 \end_layout
19934
19935 \begin_layout Standard
19936 Pour pouvoir faire des calculs, il faut charger le paquetage LaTeX 
19937 \series bold
19938 calc
19939 \series default
19940
19941 \begin_inset Index idx
19942 status collapsed
19943
19944 \begin_layout Plain Layout
19945 Paquetages LaTeX ! calc
19946 \end_layout
19947
19948 \end_inset
19949
19950  dans le préambule du document.
19951  Pour fixer la largeur d'une colonne dans la fenêtre de dialogue du tableau,
19952  il faut utiliser le champ
19953 \family sans
19954  Argument LaTeX
19955 \family default
19956 .
19957  Le principe des commandes qui peuvent être saisies dans ce champ est celui
19958  qui est expliqué dans la section
19959 \begin_inset space ~
19960 \end_inset
19961
19962
19963 \begin_inset CommandInset ref
19964 LatexCommand ref
19965 reference "sub:Calculs-multicolonnes"
19966
19967 \end_inset
19968
19969 .
19970  Pour un tableau avec 5 colonnes de largeur identique et un texte centré,
19971  saisir pour chaque colonne la commande
19972 \end_layout
19973
19974 \begin_layout Standard
19975
19976 \series bold
19977 >{
19978 \backslash
19979 centering}p{(1
19980 \backslash
19981 columnwidth-62.4pt)/5}
19982 \end_layout
19983
19984 \begin_layout Standard
19985 Pour un tableau avec 5 colonnes dont deux de largeur 0.75
19986 \begin_inset space ~
19987 \end_inset
19988
19989 fois celle des 3 autres, le calcul est le suivant:
19990 \end_layout
19991
19992 \begin_layout Standard
19993 \begin_inset Formula 
19994 \begin{align}
19995 \backslash\mbox{columnwidth} & =3\, L_{\mathrm{colonne}}+2\cdot0.75\, L_{\mathrm{colonne}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19996  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19997  & =4.5\, L_{\mathrm{colonne}}+62.4\,\mathrm{pt}\nonumber \\
19998 L_{\mathrm{colonne}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19999 \end{align}
20000
20001 \end_inset
20002
20003
20004 \end_layout
20005
20006 \begin_layout Standard
20007 Par conséquent, dans le tableau, la commande
20008 \end_layout
20009
20010 \begin_layout Standard
20011
20012 \series bold
20013 >{
20014 \backslash
20015 centering}p{(1
20016 \backslash
20017 columnwidth-62.4pt)/
20018 \backslash
20019 real{4.5}}
20020 \end_layout
20021
20022 \begin_layout Standard
20023 est utilisée pour les colonnes les plus larges, et la commande
20024 \end_layout
20025
20026 \begin_layout Standard
20027
20028 \series bold
20029 >{
20030 \backslash
20031 centering}p{(1
20032 \backslash
20033 columnwidth-62.4pt)/
20034 \backslash
20035 real{4.5}*
20036 \backslash
20037 real{0.75}}
20038 \end_layout
20039
20040 \begin_layout Standard
20041 est utilisée pour les plus étroites:
20042 \end_layout
20043
20044 \begin_layout Standard
20045 \begin_inset Tabular
20046 <lyxtabular version="3" rows="2" columns="5">
20047 <features rotate="0" tabularvalignment="middle">
20048 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20049 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20050 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20051 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20052 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20053 <row>
20054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058 1
20059 \end_layout
20060
20061 \end_inset
20062 </cell>
20063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067 2
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20073 \begin_inset Text
20074
20075 \begin_layout Plain Layout
20076 3
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085 4
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094 5
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 </row>
20100 <row>
20101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20102 \begin_inset Text
20103
20104 \begin_layout Plain Layout
20105 111111 1111111 111111 111111111 11111 11111 1111
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20111 \begin_inset Text
20112
20113 \begin_layout Plain Layout
20114
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123 2222 22222 222222 222222222 2222222 22 22222
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Plain Layout
20132
20133 \end_layout
20134
20135 \end_inset
20136 </cell>
20137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141 333333 333333 333333 33333 3333333 333
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 </row>
20147 </lyxtabular>
20148
20149 \end_inset
20150
20151
20152 \end_layout
20153
20154 \begin_layout Section
20155 Personnalisation des tableaux
20156 \begin_inset Index idx
20157 status collapsed
20158
20159 \begin_layout Plain Layout
20160 Tableau ! Personnalisation
20161 \end_layout
20162
20163 \end_inset
20164
20165
20166 \begin_inset Index idx
20167 status collapsed
20168
20169 \begin_layout Plain Layout
20170 Personnalisation des tableaux
20171 \end_layout
20172
20173 \end_inset
20174
20175
20176 \end_layout
20177
20178 \begin_layout Subsection
20179 Espacement des lignes
20180 \begin_inset CommandInset label
20181 LatexCommand label
20182 name "sub:Espacement-lignes"
20183
20184 \end_inset
20185
20186
20187 \begin_inset Index idx
20188 status collapsed
20189
20190 \begin_layout Plain Layout
20191 Personnalisation des tableaux ! Espacement des lignes
20192 \end_layout
20193
20194 \end_inset
20195
20196
20197 \end_layout
20198
20199 \begin_layout Standard
20200 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
20201  l'onglet 
20202 \family sans
20203 Bordures
20204 \family default
20205  de la fenêtre de dialogue 
20206 \family sans
20207 Paramètres
20208 \begin_inset space ~
20209 \end_inset
20210
20211 du
20212 \begin_inset space ~
20213 \end_inset
20214
20215 tableau
20216 \family default
20217 .
20218  Vous y trouverez trois possibilités :
20219 \end_layout
20220
20221 \begin_layout Description
20222 Haut
20223 \begin_inset space ~
20224 \end_inset
20225
20226 de
20227 \begin_inset space ~
20228 \end_inset
20229
20230 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
20231  Si le tableau est un tableau formel
20232 \begin_inset Foot
20233 status collapsed
20234
20235 \begin_layout Plain Layout
20236 Les tableaux formels sont décrits dans la section
20237 \begin_inset space ~
20238 \end_inset
20239
20240
20241 \begin_inset CommandInset ref
20242 LatexCommand ref
20243 reference "sec:Tableaux-Formels"
20244
20245 \end_inset
20246
20247 .
20248 \end_layout
20249
20250 \end_inset
20251
20252  LyX va insérer implicitement un espace de 0.5
20253 \begin_inset space \thinspace{}
20254 \end_inset
20255
20256 em.
20257  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20258  les filets verticaux comme dans le tableau suivant :
20259 \begin_inset VSpace medskip
20260 \end_inset
20261
20262
20263 \begin_inset Newline newline
20264 \end_inset
20265
20266
20267 \begin_inset space \hspace*{}
20268 \length 0pt
20269 \end_inset
20270
20271
20272 \begin_inset space \hfill{}
20273 \end_inset
20274
20275
20276 \begin_inset Tabular
20277 <lyxtabular version="3" rows="3" columns="1">
20278 <features rotate="0" tabularvalignment="middle">
20279 <column alignment="center" valignment="top">
20280 <row>
20281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285 A
20286 \end_layout
20287
20288 \end_inset
20289 </cell>
20290 </row>
20291 <row topspace="3mm">
20292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20293 \begin_inset Text
20294
20295 \begin_layout Plain Layout
20296 espace de 3
20297 \begin_inset space \thinspace{}
20298 \end_inset
20299
20300 mm en haut de la ligne
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 </row>
20306 <row>
20307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311 C
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 </row>
20317 </lyxtabular>
20318
20319 \end_inset
20320
20321
20322 \begin_inset space \hfill{}
20323 \end_inset
20324
20325
20326 \begin_inset space \hspace*{}
20327 \length 0pt
20328 \end_inset
20329
20330
20331 \begin_inset VSpace medskip
20332 \end_inset
20333
20334
20335 \begin_inset Newline newline
20336 \end_inset
20337
20338 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
20339  pas de filets verticaux.
20340 \end_layout
20341
20342 \begin_layout Description
20343 Bas
20344 \begin_inset space ~
20345 \end_inset
20346
20347 de
20348 \begin_inset space ~
20349 \end_inset
20350
20351 ligne va ajouter de l'espace sous les caractères de la ligne.
20352  Si le tableau est un tableau formel LyX va insérer implicitement un espace
20353  de 0.5
20354 \begin_inset space \thinspace{}
20355 \end_inset
20356
20357 em, pour les tableaux normaux, l'espace implicite est de 2
20358 \begin_inset space \thinspace{}
20359 \end_inset
20360
20361 pt.
20362 \end_layout
20363
20364 \begin_layout Description
20365 Entre
20366 \begin_inset space ~
20367 \end_inset
20368
20369 les
20370 \begin_inset space ~
20371 \end_inset
20372
20373 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
20374  Si le tableau est un tableau formel LyX va insérer implicitement un espace
20375  de 0.5
20376 \begin_inset space \thinspace{}
20377 \end_inset
20378
20379 em.
20380  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20381  les filets verticaux comme dans le tableau suivant :
20382 \begin_inset VSpace medskip
20383 \end_inset
20384
20385
20386 \begin_inset Newline newline
20387 \end_inset
20388
20389
20390 \begin_inset space \hspace*{}
20391 \length 0pt
20392 \end_inset
20393
20394
20395 \begin_inset space \hfill{}
20396 \end_inset
20397
20398
20399 \begin_inset Tabular
20400 <lyxtabular version="3" rows="3" columns="1">
20401 <features rotate="0" tabularvalignment="middle">
20402 <column alignment="center" valignment="top">
20403 <row>
20404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20405 \begin_inset Text
20406
20407 \begin_layout Plain Layout
20408 A
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 </row>
20414 <row interlinespace="3mm">
20415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20416 \begin_inset Text
20417
20418 \begin_layout Plain Layout
20419 \begin_inset Formula $\downarrow$
20420 \end_inset
20421
20422  espace de 3
20423 \begin_inset space \thinspace{}
20424 \end_inset
20425
20426 mm entre les lignes 
20427 \begin_inset Formula $\downarrow$
20428 \end_inset
20429
20430
20431 \end_layout
20432
20433 \end_inset
20434 </cell>
20435 </row>
20436 <row>
20437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20438 \begin_inset Text
20439
20440 \begin_layout Plain Layout
20441 \begin_inset Formula $\uparrow$
20442 \end_inset
20443
20444  espace de 3
20445 \begin_inset space \thinspace{}
20446 \end_inset
20447
20448 mm entre les lignes 
20449 \begin_inset Formula $\uparrow$
20450 \end_inset
20451
20452
20453 \end_layout
20454
20455 \end_inset
20456 </cell>
20457 </row>
20458 </lyxtabular>
20459
20460 \end_inset
20461
20462
20463 \begin_inset space \hfill{}
20464 \end_inset
20465
20466
20467 \begin_inset space \hspace*{}
20468 \length 0pt
20469 \end_inset
20470
20471
20472 \begin_inset VSpace medskip
20473 \end_inset
20474
20475
20476 \begin_inset Newline newline
20477 \end_inset
20478
20479 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
20480  pas de filets verticaux.
20481 \end_layout
20482
20483 \begin_layout Standard
20484 \begin_inset VSpace bigskip
20485 \end_inset
20486
20487 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
20488  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
20489  dans le préambule :
20490 \end_layout
20491
20492 \begin_layout Standard
20493
20494 \series bold
20495
20496 \backslash
20497 @ifundefined{extrarowheight}
20498 \begin_inset Newline newline
20499 \end_inset
20500
20501
20502 \begin_inset Phantom HPhantom
20503 status open
20504
20505 \begin_layout Plain Layout
20506
20507 \series bold
20508 \begin_inset space ~
20509 \end_inset
20510
20511
20512 \end_layout
20513
20514 \end_inset
20515
20516 {
20517 \backslash
20518 usepackage{array}}{}
20519 \begin_inset Newline newline
20520 \end_inset
20521
20522
20523 \backslash
20524 setlength{
20525 \backslash
20526 extrarowheight}{height}
20527 \end_layout
20528
20529 \begin_layout Standard
20530 Mais ceci présente le défaut que le texte des cellules de tableau n'est
20531  plus exactement centré verticalement.
20532  (le paquetage 
20533 \series bold
20534 array 
20535 \series default
20536 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
20537  auto-définis.
20538  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
20539  
20540 \series bold
20541
20542 \backslash
20543 @ifundefined
20544 \series default
20545  dans la commande précédente.)
20546 \end_layout
20547
20548 \begin_layout Standard
20549 Si vous utilisez des polices de taille plus grande que la taille normale,
20550  les bordures des tableaux sont souvent trop proches du texte.
20551  On peut corriger ce problème en insérant la commande 
20552 \series bold
20553
20554 \begin_inset space \space{}
20555 \end_inset
20556
20557
20558 \backslash
20559 strut
20560 \series default
20561  en code TeX au debut d'une ligne du tableau.
20562  Le tableau
20563 \begin_inset space ~
20564 \end_inset
20565
20566
20567 \begin_inset CommandInset ref
20568 LatexCommand ref
20569 reference "tab:Alignement-vertical"
20570
20571 \end_inset
20572
20573  montre l'effet de cette commande.
20574 \end_layout
20575
20576 \begin_layout Standard
20577 \noindent
20578 \begin_inset Float table
20579 placement h
20580 wide false
20581 sideways false
20582 status open
20583
20584 \begin_layout Plain Layout
20585 \begin_inset Caption Standard
20586
20587 \begin_layout Plain Layout
20588 \begin_inset CommandInset label
20589 LatexCommand label
20590 name "tab:Alignement-vertical"
20591
20592 \end_inset
20593
20594 Alignement vertical d'un texte avec une police de grande taille.
20595 \end_layout
20596
20597 \end_inset
20598
20599
20600 \end_layout
20601
20602 \begin_layout Plain Layout
20603 \begin_inset space \hfill{}
20604 \end_inset
20605
20606
20607 \begin_inset Float table
20608 wide false
20609 sideways false
20610 status collapsed
20611
20612 \begin_layout Plain Layout
20613 \begin_inset Caption Standard
20614
20615 \begin_layout Plain Layout
20616 Tableau normal.
20617 \end_layout
20618
20619 \end_inset
20620
20621
20622 \end_layout
20623
20624 \begin_layout Plain Layout
20625 \noindent
20626 \align center
20627 \begin_inset Tabular
20628 <lyxtabular version="3" rows="6" columns="1">
20629 <features rotate="0" tabularvalignment="middle">
20630 <column alignment="left" valignment="top">
20631 <row>
20632 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20633 \begin_inset Text
20634
20635 \begin_layout Plain Layout
20636 Normal, g
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 </row>
20642 <row>
20643 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647
20648 \size large
20649 Large
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 </row>
20655 <row>
20656 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660
20661 \size larger
20662 Larger
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 </row>
20668 <row>
20669 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673
20674 \size largest
20675 Largest
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 </row>
20681 <row>
20682 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20683 \begin_inset Text
20684
20685 \begin_layout Plain Layout
20686
20687 \size huge
20688 Huge
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 </row>
20694 <row>
20695 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20696 \begin_inset Text
20697
20698 \begin_layout Plain Layout
20699
20700 \size huge
20701 Huger
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 </row>
20707 </lyxtabular>
20708
20709 \end_inset
20710
20711
20712 \end_layout
20713
20714 \end_inset
20715
20716
20717 \begin_inset space \hfill{}
20718 \end_inset
20719
20720
20721 \begin_inset Float table
20722 wide false
20723 sideways false
20724 status collapsed
20725
20726 \begin_layout Plain Layout
20727 \begin_inset Caption Standard
20728
20729 \begin_layout Plain Layout
20730 Tableau utilisant la commande 
20731 \series bold
20732
20733 \backslash
20734 strut
20735 \series default
20736 .
20737 \end_layout
20738
20739 \end_inset
20740
20741
20742 \end_layout
20743
20744 \begin_layout Plain Layout
20745 \noindent
20746 \align center
20747 \begin_inset Tabular
20748 <lyxtabular version="3" rows="6" columns="1">
20749 <features rotate="0" tabularvalignment="middle">
20750 <column alignment="left" valignment="top">
20751 <row>
20752 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20753 \begin_inset Text
20754
20755 \begin_layout Plain Layout
20756 Normal, g
20757 \end_layout
20758
20759 \end_inset
20760 </cell>
20761 </row>
20762 <row>
20763 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20764 \begin_inset Text
20765
20766 \begin_layout Plain Layout
20767
20768 \size large
20769 \begin_inset ERT
20770 status collapsed
20771
20772 \begin_layout Plain Layout
20773
20774
20775 \backslash
20776 strut 
20777 \end_layout
20778
20779 \end_inset
20780
20781 Large
20782 \end_layout
20783
20784 \end_inset
20785 </cell>
20786 </row>
20787 <row>
20788 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792
20793 \size larger
20794 \begin_inset ERT
20795 status collapsed
20796
20797 \begin_layout Plain Layout
20798
20799
20800 \backslash
20801 strut 
20802 \end_layout
20803
20804 \end_inset
20805
20806 Larger
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 </row>
20812 <row>
20813 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20814 \begin_inset Text
20815
20816 \begin_layout Plain Layout
20817
20818 \size largest
20819 \begin_inset ERT
20820 status collapsed
20821
20822 \begin_layout Plain Layout
20823
20824
20825 \backslash
20826 strut 
20827 \end_layout
20828
20829 \end_inset
20830
20831 Largest
20832 \end_layout
20833
20834 \end_inset
20835 </cell>
20836 </row>
20837 <row>
20838 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20839 \begin_inset Text
20840
20841 \begin_layout Plain Layout
20842
20843 \size huge
20844 \begin_inset ERT
20845 status collapsed
20846
20847 \begin_layout Plain Layout
20848
20849
20850 \backslash
20851 strut 
20852 \end_layout
20853
20854 \end_inset
20855
20856 Huge
20857 \end_layout
20858
20859 \end_inset
20860 </cell>
20861 </row>
20862 <row>
20863 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867
20868 \size giant
20869 \begin_inset ERT
20870 status collapsed
20871
20872 \begin_layout Plain Layout
20873
20874
20875 \backslash
20876 strut 
20877 \end_layout
20878
20879 \end_inset
20880
20881
20882 \size huge
20883 Huger
20884 \end_layout
20885
20886 \end_inset
20887 </cell>
20888 </row>
20889 </lyxtabular>
20890
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \end_inset
20897
20898
20899 \begin_inset space \hfill{}
20900 \end_inset
20901
20902
20903 \end_layout
20904
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \begin_layout Standard
20911 \begin_inset Newpage newpage
20912 \end_inset
20913
20914
20915 \end_layout
20916
20917 \begin_layout Subsection
20918 Alignements de cellules spéciaux
20919 \begin_inset CommandInset label
20920 LatexCommand label
20921 name "sub:Alignements-de-cellules"
20922
20923 \end_inset
20924
20925
20926 \begin_inset Index idx
20927 status collapsed
20928
20929 \begin_layout Plain Layout
20930 Personnalisation des tableaux ! Alignement de cellules spéciaux
20931 \end_layout
20932
20933 \end_inset
20934
20935
20936 \end_layout
20937
20938 \begin_layout Standard
20939 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
20940  cellules sur un caractère donné, par exemple le séparateur décimal comme
20941  dans le tableau
20942 \begin_inset space ~
20943 \end_inset
20944
20945
20946 \begin_inset CommandInset ref
20947 LatexCommand ref
20948 reference "tab:Tableau-centré-sur-séparateur-1"
20949
20950 \end_inset
20951
20952 .
20953  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
20954  soit en appuyant sur le bouton 
20955 \begin_inset Info
20956 type  "icon"
20957 arg   "inset-modify tabular align-decimal"
20958 \end_inset
20959
20960  de la barre d'outils ou en modifiant le paramètre 
20961 \family sans
20962 Alignement horizontal
20963 \family default
20964  à 
20965 \family sans
20966 Au séparateur décimal
20967 \family default
20968 .
20969  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
20970  dans les paramètres du tableau.
20971 \end_layout
20972
20973 \begin_layout Standard
20974 \begin_inset Float table
20975 placement h
20976 wide false
20977 sideways false
20978 status open
20979
20980 \begin_layout Plain Layout
20981 \begin_inset Caption Standard
20982
20983 \begin_layout Plain Layout
20984 \begin_inset CommandInset label
20985 LatexCommand label
20986 name "tab:Tableau-centré-sur-séparateur-1"
20987
20988 \end_inset
20989
20990 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
20991 \end_layout
20992
20993 \end_inset
20994
20995
20996 \end_layout
20997
20998 \begin_layout Plain Layout
20999 \align center
21000 \begin_inset Tabular
21001 <lyxtabular version="3" rows="4" columns="1">
21002 <features rotate="0" booktabs="true" tabularvalignment="middle">
21003 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
21004 <row>
21005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21006 \begin_inset Text
21007
21008 \begin_layout Plain Layout
21009 en-tête
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 </row>
21015 <row>
21016 <cell alignment="center" valignment="top" topline="true" usebox="none">
21017 \begin_inset Text
21018
21019 \begin_layout Plain Layout
21020 12,6
21021 \end_layout
21022
21023 \end_inset
21024 </cell>
21025 </row>
21026 <row>
21027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Plain Layout
21031 0,68
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 </row>
21037 <row>
21038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21039 \begin_inset Text
21040
21041 \begin_layout Plain Layout
21042 -123,0
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 </row>
21048 </lyxtabular>
21049
21050 \end_inset
21051
21052
21053 \end_layout
21054
21055 \end_inset
21056
21057
21058 \end_layout
21059
21060 \begin_layout Standard
21061 \begin_inset Float table
21062 placement h
21063 wide false
21064 sideways false
21065 status open
21066
21067 \begin_layout Plain Layout
21068 \begin_inset Caption Standard
21069
21070 \begin_layout Plain Layout
21071 \begin_inset CommandInset label
21072 LatexCommand label
21073 name "tab:Tableau-centré-sur-séparateur-2"
21074
21075 \end_inset
21076
21077 Les cellules d'une colonnes sont centrées sur les opérateurs.
21078 \end_layout
21079
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \begin_layout Plain Layout
21086 \align center
21087 \begin_inset Tabular
21088 <lyxtabular version="3" rows="4" columns="2">
21089 <features rotate="0" booktabs="true" tabularvalignment="middle">
21090 <column alignment="right" valignment="top" width="0pt">
21091 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21092 <row>
21093 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097 en-tête
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 </row>
21112 <row>
21113 <cell alignment="center" valignment="top" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117 \begin_inset Formula $12\,+$
21118 \end_inset
21119
21120
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 <cell alignment="center" valignment="top" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129 \begin_inset Formula $\,6$
21130 \end_inset
21131
21132
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 </row>
21138 <row>
21139 <cell alignment="center" valignment="top" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143 \begin_inset Formula $0\,-$
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 <cell alignment="center" valignment="top" usebox="none">
21152 \begin_inset Text
21153
21154 \begin_layout Plain Layout
21155 \begin_inset Formula $\,68$
21156 \end_inset
21157
21158
21159 \end_layout
21160
21161 \end_inset
21162 </cell>
21163 </row>
21164 <row>
21165 <cell alignment="center" valignment="top" usebox="none">
21166 \begin_inset Text
21167
21168 \begin_layout Plain Layout
21169 \begin_inset Formula $-123\,/$
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 <cell alignment="center" valignment="top" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181 \begin_inset Formula $\,0$
21182 \end_inset
21183
21184
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 </row>
21190 </lyxtabular>
21191
21192 \end_inset
21193
21194
21195 \end_layout
21196
21197 \end_inset
21198
21199
21200 \end_layout
21201
21202 \begin_layout Standard
21203 L'alignement sur un caractère ne fonctionne pas avec des formules parce
21204  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
21205  formules.
21206  Dans ce cas on doit utiliser la méthode du tableau
21207 \begin_inset space ~
21208 \end_inset
21209
21210
21211 \begin_inset CommandInset ref
21212 LatexCommand ref
21213 reference "tab:Tableau-centré-sur-séparateur-2"
21214
21215 \end_inset
21216
21217 .
21218  Ce tableau a été créé comme un tableau 4×2.
21219  L'en-tête est une cellule multi-colonnes centrée.
21220  La première colonne est alignée à droite et contient la première partie
21221  et inclue l'opérateur.
21222  La seconde colonne contient le reste de la cellule aligné à gauche.
21223  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
21224  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
21225  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
21226  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
21227  :
21228 \end_layout
21229
21230 \begin_layout Standard
21231
21232 \series bold
21233 @{}l
21234 \end_layout
21235
21236 \begin_layout Standard
21237 Le tableau
21238 \begin_inset space ~
21239 \end_inset
21240
21241
21242 \begin_inset CommandInset ref
21243 LatexCommand ref
21244 reference "tab:Plusieurs-exemples-alignements"
21245
21246 \end_inset
21247
21248  montre quelques exemples d'alignements.
21249  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
21250  comme pour la deuxième colonne du tableau
21251 \begin_inset space ~
21252 \end_inset
21253
21254
21255 \begin_inset CommandInset ref
21256 LatexCommand ref
21257 reference "tab:Tableau-centré-sur-séparateur-2"
21258
21259 \end_inset
21260
21261 .
21262 \end_layout
21263
21264 \begin_layout Standard
21265 \begin_inset Float table
21266 wide false
21267 sideways false
21268 status open
21269
21270 \begin_layout Plain Layout
21271 \begin_inset Caption Standard
21272
21273 \begin_layout Plain Layout
21274 \begin_inset CommandInset label
21275 LatexCommand label
21276 name "tab:Plusieurs-exemples-alignements"
21277
21278 \end_inset
21279
21280 Plusieurs exemples d'alignement de cellules.
21281 \end_layout
21282
21283 \end_inset
21284
21285
21286 \end_layout
21287
21288 \begin_layout Plain Layout
21289 \align center
21290 \begin_inset Tabular
21291 <lyxtabular version="3" rows="4" columns="6">
21292 <features rotate="0" tabularvalignment="middle">
21293 <column alignment="right" valignment="top">
21294 <column alignment="left" valignment="top" special="@{}l">
21295 <column alignment="right" valignment="top">
21296 <column alignment="left" valignment="top" special="@{}l">
21297 <column alignment="right" valignment="top">
21298 <column alignment="left" valignment="top" special="@{}l">
21299 <row>
21300 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304 unités
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21319 \begin_inset Text
21320
21321 \begin_layout Plain Layout
21322 exposants
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340 relations
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349
21350 \end_layout
21351
21352 \end_inset
21353 </cell>
21354 </row>
21355 <row>
21356 <cell alignment="center" valignment="top" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Plain Layout
21360 12×
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369 24
21370 \begin_inset space \thinspace{}
21371 \end_inset
21372
21373 bouteilles
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 <cell alignment="center" valignment="top" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382 \begin_inset Formula $10\cdot$
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394 \begin_inset Formula $10^{\mbox{-}17}$
21395 \end_inset
21396
21397
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 <cell alignment="center" valignment="top" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Plain Layout
21406 \begin_inset Formula $\Gamma(t)\propto$
21407 \end_inset
21408
21409
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 <cell alignment="center" valignment="top" usebox="none">
21415 \begin_inset Text
21416
21417 \begin_layout Plain Layout
21418 \begin_inset Formula $\:\Upsilon(t)$
21419 \end_inset
21420
21421
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 </row>
21427 <row>
21428 <cell alignment="center" valignment="top" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432 1024×
21433 \end_layout
21434
21435 \end_inset
21436 </cell>
21437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21438 \begin_inset Text
21439
21440 \begin_layout Plain Layout
21441 768
21442 \begin_inset space \thinspace{}
21443 \end_inset
21444
21445 Pixels
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 <cell alignment="center" valignment="top" usebox="none">
21451 \begin_inset Text
21452
21453 \begin_layout Plain Layout
21454 \begin_inset Formula $5.78\cdot$
21455 \end_inset
21456
21457
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21463 \begin_inset Text
21464
21465 \begin_layout Plain Layout
21466 \begin_inset Formula $10^{7}$
21467 \end_inset
21468
21469
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell alignment="center" valignment="top" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 \begin_inset Formula $A\ne$
21479 \end_inset
21480
21481
21482 \end_layout
21483
21484 \end_inset
21485 </cell>
21486 <cell alignment="center" valignment="top" usebox="none">
21487 \begin_inset Text
21488
21489 \begin_layout Plain Layout
21490 \begin_inset Formula $\: B_{\mathrm{red}}$
21491 \end_inset
21492
21493
21494 \end_layout
21495
21496 \end_inset
21497 </cell>
21498 </row>
21499 <row>
21500 <cell alignment="center" valignment="top" usebox="none">
21501 \begin_inset Text
21502
21503 \begin_layout Plain Layout
21504 32×
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Plain Layout
21513 6
21514 \begin_inset space \thinspace{}
21515 \end_inset
21516
21517 cm
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 <cell alignment="center" valignment="top" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526 -
21527 \begin_inset Formula $33.5\cdot$
21528 \end_inset
21529
21530
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539 \begin_inset Formula $10^{4}$
21540 \end_inset
21541
21542
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 <cell alignment="center" valignment="top" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551 \begin_inset Formula $\sin(\alpha)\ge$
21552 \end_inset
21553
21554
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 <cell alignment="center" valignment="top" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563 \begin_inset Formula $\:\sin(\beta)$
21564 \end_inset
21565
21566
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 </row>
21572 </lyxtabular>
21573
21574 \end_inset
21575
21576
21577 \end_layout
21578
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \begin_layout Subsection
21585 Formats de cellule et de colonne personnalisés
21586 \begin_inset CommandInset label
21587 LatexCommand label
21588 name "sub:Formats-personnalisés"
21589
21590 \end_inset
21591
21592
21593 \begin_inset Index idx
21594 status collapsed
21595
21596 \begin_layout Plain Layout
21597 Personnalisation des tableaux !  Format de cellule/colonne
21598 \end_layout
21599
21600 \end_inset
21601
21602
21603 \end_layout
21604
21605 \begin_layout Standard
21606 Calculer la largeur nécessaire pour colonnes normales comme dans la section
21607 \begin_inset space ~
21608 \end_inset
21609
21610
21611 \begin_inset CommandInset ref
21612 LatexCommand ref
21613 reference "sec:Table-Width-Calculation"
21614
21615 \end_inset
21616
21617  et pour des colonnes couvertes par un cellule multi-colonnes comme dans
21618  la section
21619 \begin_inset space ~
21620 \end_inset
21621
21622
21623 \begin_inset CommandInset ref
21624 LatexCommand ref
21625 reference "sub:Calculs-multicolonnes"
21626
21627 \end_inset
21628
21629  peut devenir très pénible si vous avez plusieurs tableaux.
21630  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
21631  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
21632  du document.
21633  Le format est défini avec la commande
21634 \end_layout
21635
21636 \begin_layout Standard
21637
21638 \series bold
21639
21640 \backslash
21641 newcolumntype{nom du format}[nombre d'arguments]{commandes}
21642 \end_layout
21643
21644 \begin_layout Standard
21645 Le nom du format peut n'avoir qu'une lettre.
21646  Les lettres 
21647 \emph on
21648 b
21649 \emph default
21650
21651 \emph on
21652 c
21653 \emph default
21654
21655 \emph on
21656 l
21657 \emph default
21658
21659 \emph on
21660 m
21661 \emph default
21662
21663 \emph on
21664 p
21665 \emph default
21666  et 
21667 \emph on
21668 r
21669 \emph default
21670  sont prédéfinies et donc ne peuvent être utilisées.
21671  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
21672 \end_layout
21673
21674 \begin_layout Standard
21675 \begin_inset VSpace medskip
21676 \end_inset
21677
21678
21679 \end_layout
21680
21681 \begin_layout Standard
21682 Pour de cellules multi-colonnes centrées verticalement et horizontalement
21683  avec une largeur donnée, vous pouvez définir le format de cellule suivant
21684  :
21685 \end_layout
21686
21687 \begin_layout Standard
21688
21689 \series bold
21690
21691 \backslash
21692 newcolumntype{M}[1]{>{
21693 \backslash
21694 centering
21695 \backslash
21696 hspace{0pt}}m{#1}}
21697 \end_layout
21698
21699 \begin_layout Standard
21700 Où le 
21701 \series bold
21702
21703 \backslash
21704 hspace{0pt}
21705 \series default
21706  évite le problème de césure du premier mot, comme c'est décrit en section
21707 \begin_inset space ~
21708 \end_inset
21709
21710
21711 \begin_inset CommandInset ref
21712 LatexCommand ref
21713 reference "sub:Lignes-multiple-dans-cellule"
21714
21715 \end_inset
21716
21717 .
21718  Ensuite, vous pouvez entrer
21719 \end_layout
21720
21721 \begin_layout Standard
21722
21723 \series bold
21724 M{width}
21725 \end_layout
21726
21727 \begin_layout Standard
21728 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
21729  une multi-colonnes.
21730 \end_layout
21731
21732 \begin_layout Standard
21733 \begin_inset VSpace bigskip
21734 \end_inset
21735
21736
21737 \end_layout
21738
21739 \begin_layout Standard
21740 Pour les cellules qui sont couvertes par la cellule multi-colonnes, vous
21741  pouvez définir le format
21742 \end_layout
21743
21744 \begin_layout Standard
21745
21746 \series bold
21747
21748 \backslash
21749 newcolumntype{S}[2]{>{
21750 \backslash
21751 centering
21752 \backslash
21753 hspace{0pt}}
21754 \begin_inset Newline newline
21755 \end_inset
21756
21757
21758 \begin_inset Phantom HPhantom
21759 status open
21760
21761 \begin_layout Plain Layout
21762
21763 \series bold
21764
21765 \backslash
21766 newcolumntype{S}[2]
21767 \end_layout
21768
21769 \end_inset
21770
21771 m{(#1+(2
21772 \backslash
21773 tabcolsep+
21774 \backslash
21775 arrayrulewidth)*(1-#2))/#2}}
21776 \end_layout
21777
21778 \begin_layout Standard
21779 Ce format utilise l'équation
21780 \begin_inset space ~
21781 \end_inset
21782
21783
21784 \begin_inset CommandInset ref
21785 LatexCommand eqref
21786 reference "eq:Wgn"
21787
21788 \end_inset
21789
21790  pour calculer la largeur que doit avoir chacune des cellules couverte par
21791  la cellule multi-colonnes pour qu'elles aient toutes la même largeur.
21792 \end_layout
21793
21794 \begin_layout Standard
21795 Ensuite, vous pouvez entrer
21796 \end_layout
21797
21798 \begin_layout Standard
21799
21800 \series bold
21801 S{largeur de la cellule multi-colonnes}{nombre de colonnes couvertes}
21802 \end_layout
21803
21804 \begin_layout Standard
21805 comme paramètre LaTeX de la colonne.
21806 \end_layout
21807
21808 \begin_layout Standard
21809 \begin_inset VSpace bigskip
21810 \end_inset
21811
21812
21813 \end_layout
21814
21815 \begin_layout Standard
21816 Pour des colonnes colorées, vous pouvez définir
21817 \end_layout
21818
21819 \begin_layout Standard
21820
21821 \series bold
21822
21823 \backslash
21824 newcolumntype{K}[1]{>{
21825 \backslash
21826 columncolor{#1}
21827 \backslash
21828 hspace{0pt}}c}
21829 \end_layout
21830
21831 \begin_layout Standard
21832 Le 
21833 \begin_inset Quotes fld
21834 \end_inset
21835
21836 c
21837 \begin_inset Quotes frd
21838 \end_inset
21839
21840  à la fin crée une colonne de largeur variable dont le texte est centré
21841  horizontalement.
21842  Vous pouvez maintenant entrer
21843 \end_layout
21844
21845 \begin_layout Standard
21846
21847 \series bold
21848 K{nom de couleur}
21849 \end_layout
21850
21851 \begin_layout Standard
21852 comme paramètre LaTeX.
21853 \end_layout
21854
21855 \begin_layout Standard
21856 \begin_inset VSpace bigskip
21857 \end_inset
21858
21859
21860 \end_layout
21861
21862 \begin_layout Standard
21863 Pour créer le tableau
21864 \begin_inset space ~
21865 \end_inset
21866
21867
21868 \begin_inset CommandInset ref
21869 LatexCommand ref
21870 reference "tab:Tableau-formats-personnalisés"
21871
21872 \end_inset
21873
21874  utilisez les paramètres LaTeX
21875 \end_layout
21876
21877 \begin_layout Standard
21878
21879 \series bold
21880 M{2.5cm}
21881 \end_layout
21882
21883 \begin_layout Standard
21884 pour la première colonne et la multi-colonnes,
21885 \end_layout
21886
21887 \begin_layout Standard
21888
21889 \series bold
21890 K{red}
21891 \end_layout
21892
21893 \begin_layout Standard
21894 pour la dernière colonne, et
21895 \end_layout
21896
21897 \begin_layout Standard
21898
21899 \series bold
21900 S{2.5cm}{2}
21901 \end_layout
21902
21903 \begin_layout Standard
21904 pour les cellules de la deuxième colonne.
21905 \end_layout
21906
21907 \begin_layout Standard
21908 \begin_inset Float table
21909 placement h
21910 wide false
21911 sideways false
21912 status open
21913
21914 \begin_layout Plain Layout
21915 \begin_inset Caption Standard
21916
21917 \begin_layout Plain Layout
21918 \begin_inset CommandInset label
21919 LatexCommand label
21920 name "tab:Tableau-formats-personnalisés"
21921
21922 \end_inset
21923
21924 Tableau utilisant des formats personnalisés
21925 \end_layout
21926
21927 \end_inset
21928
21929
21930 \end_layout
21931
21932 \begin_layout Plain Layout
21933 \align center
21934 \begin_inset Tabular
21935 <lyxtabular version="3" rows="3" columns="4">
21936 <features rotate="0" tabularvalignment="middle">
21937 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21938 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21939 <column alignment="center" valignment="middle">
21940 <column alignment="center" valignment="middle" special="K{red}">
21941 <row>
21942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946 motTrèsLongDansUneCellule
21947 \end_layout
21948
21949 \end_inset
21950 </cell>
21951 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21952 \begin_inset Text
21953
21954 \begin_layout Plain Layout
21955 multi-colonnes avec multi-lignes
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21961 \begin_inset Text
21962
21963 \begin_layout Plain Layout
21964
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21970 \begin_inset Text
21971
21972 \begin_layout Plain Layout
21973 c
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 </row>
21979 <row>
21980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984 d
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993 e
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002 f
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011 g
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 </row>
22017 <row>
22018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22019 \begin_inset Text
22020
22021 \begin_layout Plain Layout
22022 h
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031 i
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040 j
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22046 \begin_inset Text
22047
22048 \begin_layout Plain Layout
22049 k
22050 \end_layout
22051
22052 \end_inset
22053 </cell>
22054 </row>
22055 </lyxtabular>
22056
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \begin_layout Subsection
22068 Épaisseur des filets
22069 \begin_inset CommandInset label
22070 LatexCommand label
22071 name "sub:Epaisseur-filets"
22072
22073 \end_inset
22074
22075
22076 \begin_inset Index idx
22077 status collapsed
22078
22079 \begin_layout Plain Layout
22080 Personnalisation des tableaux ! Épaisseur filets
22081 \end_layout
22082
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \begin_layout Standard
22089 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
22090  
22091 \series bold
22092
22093 \backslash
22094 arrayrulewidth
22095 \series default
22096 .
22097  Pour mettre, par exemple, une épaisseur de filet de 1.5
22098 \begin_inset space \thinspace{}
22099 \end_inset
22100
22101 pt, comme pour le tableau
22102 \begin_inset space ~
22103 \end_inset
22104
22105
22106 \begin_inset CommandInset ref
22107 LatexCommand ref
22108 reference "tab:Tableau-filets-1.5pt"
22109
22110 \end_inset
22111
22112 , insérez la commande
22113 \end_layout
22114
22115 \begin_layout Standard
22116
22117 \series bold
22118
22119 \backslash
22120 setlength{
22121 \backslash
22122 arrayrulewidth}{1.5pt}
22123 \end_layout
22124
22125 \begin_layout Standard
22126 en code TeX avant le tableau ou le flottant de tableau.
22127  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
22128  suivent.
22129  pour revenir aux valeurs implicites, mettez 
22130 \series bold
22131
22132 \backslash
22133 arrayrulewidth
22134 \series default
22135  à 0.4
22136 \begin_inset space \thinspace{}
22137 \end_inset
22138
22139 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
22140 \end_layout
22141
22142 \begin_layout Standard
22143 \begin_inset ERT
22144 status collapsed
22145
22146 \begin_layout Plain Layout
22147
22148
22149 \backslash
22150 setlength{
22151 \backslash
22152 arrayrulewidth}{1.5pt}
22153 \end_layout
22154
22155 \end_inset
22156
22157
22158 \begin_inset Float table
22159 wide false
22160 sideways false
22161 status open
22162
22163 \begin_layout Plain Layout
22164 \begin_inset Caption Standard
22165
22166 \begin_layout Plain Layout
22167 \begin_inset CommandInset label
22168 LatexCommand label
22169 name "tab:Tableau-filets-1.5pt"
22170
22171 \end_inset
22172
22173 Tableau avec des filets de 1.5
22174 \begin_inset space \thinspace{}
22175 \end_inset
22176
22177 pt
22178 \end_layout
22179
22180 \end_inset
22181
22182
22183 \end_layout
22184
22185 \begin_layout Plain Layout
22186 \align center
22187 \begin_inset Tabular
22188 <lyxtabular version="3" rows="3" columns="3">
22189 <features rotate="0" tabularvalignment="middle">
22190 <column alignment="center" valignment="top">
22191 <column alignment="center" valignment="top">
22192 <column alignment="center" valignment="top">
22193 <row>
22194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198 sd
22199 \end_layout
22200
22201 \end_inset
22202 </cell>
22203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216
22217 \end_layout
22218
22219 \end_inset
22220 </cell>
22221 </row>
22222 <row>
22223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22224 \begin_inset Text
22225
22226 \begin_layout Plain Layout
22227
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236 sd
22237 \end_layout
22238
22239 \end_inset
22240 </cell>
22241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22242 \begin_inset Text
22243
22244 \begin_layout Plain Layout
22245
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 </row>
22251 <row>
22252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22253 \begin_inset Text
22254
22255 \begin_layout Plain Layout
22256
22257 \end_layout
22258
22259 \end_inset
22260 </cell>
22261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22262 \begin_inset Text
22263
22264 \begin_layout Plain Layout
22265
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274 sd
22275 \end_layout
22276
22277 \end_inset
22278 </cell>
22279 </row>
22280 </lyxtabular>
22281
22282 \end_inset
22283
22284
22285 \end_layout
22286
22287 \end_inset
22288
22289
22290 \begin_inset ERT
22291 status collapsed
22292
22293 \begin_layout Plain Layout
22294
22295
22296 \backslash
22297 setlength{
22298 \backslash
22299 arrayrulewidth}{0.4pt}
22300 \end_layout
22301
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \begin_layout Standard
22308 \begin_inset VSpace bigskip
22309 \end_inset
22310
22311 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
22312 \begin_inset space \thinspace{}
22313 \end_inset
22314
22315 pt, comme dans le tableau
22316 \begin_inset space ~
22317 \end_inset
22318
22319
22320 \begin_inset CommandInset ref
22321 LatexCommand ref
22322 reference "tab:Tableau-filets-horizontaux-1.5pt"
22323
22324 \end_inset
22325
22326 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
22327  de tableau :
22328 \end_layout
22329
22330 \begin_layout Standard
22331
22332 \series bold
22333
22334 \backslash
22335 let
22336 \backslash
22337 myHline
22338 \backslash
22339 hline
22340 \begin_inset Newline newline
22341 \end_inset
22342
22343
22344 \backslash
22345 renewcommand{
22346 \backslash
22347 hline}
22348 \begin_inset Newline newline
22349 \end_inset
22350
22351  {
22352 \backslash
22353 noalign{
22354 \backslash
22355 global
22356 \backslash
22357 arrayrulewidth 1.5pt}
22358 \begin_inset Newline newline
22359 \end_inset
22360
22361  
22362 \backslash
22363 myHline
22364 \backslash
22365 noalign{
22366 \backslash
22367 global
22368 \backslash
22369 arrayrulewidth 0.4pt}}
22370 \end_layout
22371
22372 \begin_layout Standard
22373 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
22374  en code TeX après le tableau ou le flottant de tableau :
22375 \end_layout
22376
22377 \begin_layout Standard
22378
22379 \series bold
22380
22381 \backslash
22382 renewcommand{
22383 \backslash
22384 hline}{
22385 \backslash
22386 myHline}
22387 \end_layout
22388
22389 \begin_layout Standard
22390 \begin_inset ERT
22391 status collapsed
22392
22393 \begin_layout Plain Layout
22394
22395
22396 \backslash
22397 let
22398 \backslash
22399 myHline
22400 \backslash
22401 hline
22402 \end_layout
22403
22404 \begin_layout Plain Layout
22405
22406
22407 \backslash
22408 renewcommand{
22409 \backslash
22410 hline}
22411 \end_layout
22412
22413 \begin_layout Plain Layout
22414
22415  {
22416 \backslash
22417 noalign{
22418 \backslash
22419 global
22420 \backslash
22421 arrayrulewidth 1.5pt}
22422 \end_layout
22423
22424 \begin_layout Plain Layout
22425
22426   
22427 \backslash
22428 myHline
22429 \backslash
22430 noalign{
22431 \backslash
22432 global
22433 \backslash
22434 arrayrulewidth 0.4pt}}
22435 \end_layout
22436
22437 \end_inset
22438
22439
22440 \begin_inset Float table
22441 wide false
22442 sideways false
22443 status open
22444
22445 \begin_layout Plain Layout
22446 \begin_inset Caption Standard
22447
22448 \begin_layout Plain Layout
22449 \begin_inset CommandInset label
22450 LatexCommand label
22451 name "tab:Tableau-filets-horizontaux-1.5pt"
22452
22453 \end_inset
22454
22455 Tableau avec des filets horizontaux de 1.5
22456 \begin_inset space \thinspace{}
22457 \end_inset
22458
22459 pt
22460 \end_layout
22461
22462 \end_inset
22463
22464
22465 \end_layout
22466
22467 \begin_layout Plain Layout
22468 \align center
22469 \begin_inset Tabular
22470 <lyxtabular version="3" rows="3" columns="3">
22471 <features rotate="0" tabularvalignment="middle">
22472 <column alignment="center" valignment="top">
22473 <column alignment="center" valignment="top">
22474 <column alignment="center" valignment="top">
22475 <row>
22476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480 sd
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489
22490 \end_layout
22491
22492 \end_inset
22493 </cell>
22494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22495 \begin_inset Text
22496
22497 \begin_layout Plain Layout
22498
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 </row>
22504 <row>
22505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 sd
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 </row>
22533 <row>
22534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 sd
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 </row>
22562 </lyxtabular>
22563
22564 \end_inset
22565
22566
22567 \end_layout
22568
22569 \end_inset
22570
22571
22572 \begin_inset ERT
22573 status collapsed
22574
22575 \begin_layout Plain Layout
22576
22577
22578 \backslash
22579 renewcommand{
22580 \backslash
22581 hline}{
22582 \backslash
22583 myHline}
22584 \end_layout
22585
22586 \end_inset
22587
22588
22589 \end_layout
22590
22591 \begin_layout Standard
22592 \begin_inset VSpace bigskip
22593 \end_inset
22594
22595 Pour que seuls les filets verticaux aient une épaisseur de 1.5
22596 \begin_inset space \thinspace{}
22597 \end_inset
22598
22599 pt, créez le format de colonne suivant dans le préambule, en suivant la
22600  description de la section
22601 \begin_inset space ~
22602 \end_inset
22603
22604
22605 \begin_inset CommandInset ref
22606 LatexCommand ref
22607 reference "sub:Formats-personnalisés"
22608
22609 \end_inset
22610
22611 :
22612 \end_layout
22613
22614 \begin_layout Standard
22615
22616 \series bold
22617
22618 \backslash
22619 newcolumntype{V}{!{
22620 \backslash
22621 vrule width 1.5pt}}
22622 \end_layout
22623
22624 \begin_layout Standard
22625 Pour le tableau
22626 \begin_inset space ~
22627 \end_inset
22628
22629
22630 \begin_inset CommandInset ref
22631 LatexCommand ref
22632 reference "tab:Tableau-filets-verticaux-1.5pt"
22633
22634 \end_inset
22635
22636  le paramètre LaTeX 
22637 \end_layout
22638
22639 \begin_layout Standard
22640
22641 \series bold
22642 VcV
22643 \end_layout
22644
22645 \begin_layout Standard
22646 a été utilisé pour la dernière colonne et
22647 \end_layout
22648
22649 \begin_layout Standard
22650
22651 \series bold
22652 Vc
22653 \end_layout
22654
22655 \begin_layout Standard
22656 pour les autres colonnes.
22657 \end_layout
22658
22659 \begin_layout Standard
22660 \begin_inset Float table
22661 wide false
22662 sideways false
22663 status open
22664
22665 \begin_layout Plain Layout
22666 \begin_inset Caption Standard
22667
22668 \begin_layout Plain Layout
22669 \begin_inset CommandInset label
22670 LatexCommand label
22671 name "tab:Tableau-filets-verticaux-1.5pt"
22672
22673 \end_inset
22674
22675 Tableau avec des filets verticaux de 1.5
22676 \begin_inset space \thinspace{}
22677 \end_inset
22678
22679 pt 
22680 \end_layout
22681
22682 \end_inset
22683
22684
22685 \end_layout
22686
22687 \begin_layout Plain Layout
22688 \align center
22689 \begin_inset Tabular
22690 <lyxtabular version="3" rows="3" columns="3">
22691 <features rotate="0" tabularvalignment="middle">
22692 <column alignment="center" valignment="top" special="Vc">
22693 <column alignment="center" valignment="top" special="Vc">
22694 <column alignment="center" valignment="top" special="VcV">
22695 <row>
22696 <cell alignment="center" valignment="top" topline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 sd
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" topline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 <cell alignment="center" valignment="top" topline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 </row>
22724 <row>
22725 <cell alignment="center" valignment="top" topline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 <cell alignment="center" valignment="top" topline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738 sd
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell alignment="center" valignment="top" topline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 </row>
22753 <row>
22754 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22755 \begin_inset Text
22756
22757 \begin_layout Plain Layout
22758
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22764 \begin_inset Text
22765
22766 \begin_layout Plain Layout
22767
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22773 \begin_inset Text
22774
22775 \begin_layout Plain Layout
22776 sd
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 </row>
22782 </lyxtabular>
22783
22784 \end_inset
22785
22786
22787 \end_layout
22788
22789 \end_inset
22790
22791
22792 \end_layout
22793
22794 \begin_layout Subsection
22795 Filets à traits interrompus
22796 \begin_inset Index idx
22797 status collapsed
22798
22799 \begin_layout Plain Layout
22800 Personnalisation des tableaux ! Filets à traits interrompus
22801 \end_layout
22802
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \begin_layout Standard
22809 \begin_inset ERT
22810 status collapsed
22811
22812 \begin_layout Plain Layout
22813
22814
22815 \backslash
22816 ifarydshln
22817 \end_layout
22818
22819 \end_inset
22820
22821
22822 \begin_inset Note Note
22823 status open
22824
22825 \begin_layout Plain Layout
22826 La section suivante ne s'affichera que si vous avez installé le paquetage
22827  LaTeX 
22828 \series bold
22829 arydshln
22830 \series default
22831 .
22832 \end_layout
22833
22834 \end_inset
22835
22836
22837 \end_layout
22838
22839 \begin_layout Standard
22840 \begin_inset Float table
22841 placement H
22842 wide false
22843 sideways false
22844 status open
22845
22846 \begin_layout Plain Layout
22847 \begin_inset Caption Standard
22848
22849 \begin_layout Plain Layout
22850 \begin_inset CommandInset label
22851 LatexCommand label
22852 name "tab:Tableau-filets-tirets"
22853
22854 \end_inset
22855
22856 Tableau avec des filets à traits interrompus
22857 \end_layout
22858
22859 \end_inset
22860
22861
22862 \end_layout
22863
22864 \begin_layout Plain Layout
22865 \align center
22866 \begin_inset Tabular
22867 <lyxtabular version="3" rows="5" columns="5">
22868 <features rotate="0" tabularvalignment="middle">
22869 <column alignment="center" valignment="top">
22870 <column alignment="center" valignment="top">
22871 <column alignment="center" valignment="top" special=":c">
22872 <column alignment="center" valignment="top">
22873 <column alignment="center" valignment="top">
22874 <row>
22875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22876 \begin_inset Text
22877
22878 \begin_layout Plain Layout
22879 a
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888 b
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22894 \begin_inset Text
22895
22896 \begin_layout Plain Layout
22897 c
22898 \end_layout
22899
22900 \end_inset
22901 </cell>
22902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22903 \begin_inset Text
22904
22905 \begin_layout Plain Layout
22906 d
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Plain Layout
22915 e
22916 \end_layout
22917
22918 \end_inset
22919 </cell>
22920 </row>
22921 <row>
22922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22923 \begin_inset Text
22924
22925 \begin_layout Plain Layout
22926 f
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935 g
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 <cell alignment="center" valignment="top" topline="true" usebox="none">
22941 \begin_inset Text
22942
22943 \begin_layout Plain Layout
22944 h
22945 \end_layout
22946
22947 \end_inset
22948 </cell>
22949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22950 \begin_inset Text
22951
22952 \begin_layout Plain Layout
22953 i
22954 \end_layout
22955
22956 \end_inset
22957 </cell>
22958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962 j
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 </row>
22968 <row>
22969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 \begin_inset ERT
22974 status collapsed
22975
22976 \begin_layout Plain Layout
22977
22978
22979 \backslash
22980 hdashline 
22981 \end_layout
22982
22983 \end_inset
22984
22985 k
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994 l
22995 \end_layout
22996
22997 \end_inset
22998 </cell>
22999 <cell alignment="center" valignment="top" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003 m
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012 n
23013 \end_layout
23014
23015 \end_inset
23016 </cell>
23017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021 o
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 </row>
23027 <row>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032 \begin_inset ERT
23033 status collapsed
23034
23035 \begin_layout Plain Layout
23036
23037
23038 \backslash
23039 cdashline{4-5}
23040 \end_layout
23041
23042 \end_inset
23043
23044 p
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053 q
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062 r
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071 s
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 </row>
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 t
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 u
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 v
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 w
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 x
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 </row>
23133 </lyxtabular>
23134
23135 \end_inset
23136
23137
23138 \end_layout
23139
23140 \end_inset
23141
23142
23143 \end_layout
23144
23145 \begin_layout Standard
23146 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
23147  donc employer du code TeX.
23148  Mais avant il faut charger le paquetage LaTeX 
23149 \series bold
23150 arydshln
23151 \series default
23152
23153 \begin_inset Index idx
23154 status collapsed
23155
23156 \begin_layout Plain Layout
23157 Paquetages LaTeX ! arydshln
23158 \end_layout
23159
23160 \end_inset
23161
23162  dans le préambule du document avec la commande 
23163 \end_layout
23164
23165 \begin_layout Standard
23166
23167 \series bold
23168
23169 \backslash
23170 usepackage{arydshln}
23171 \end_layout
23172
23173 \begin_layout Standard
23174 Pour faire un filet vertical avec un trait interrompu, mettez deux points
23175  
23176 \begin_inset Quotes fld
23177 \end_inset
23178
23179 :
23180 \begin_inset Quotes frd
23181 \end_inset
23182
23183  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
23184  dans la fenêtre de dialogue de paramètre du tableau.
23185 \end_layout
23186
23187 \begin_layout Standard
23188 Pour un trait horizontal interrompu, ajoutez la commande
23189 \end_layout
23190
23191 \begin_layout Standard
23192
23193 \series bold
23194
23195 \backslash
23196 hdashline
23197 \end_layout
23198
23199 \begin_layout Standard
23200 en code TeX comme premier élément de la première cellule de la ligne de
23201  tableau.
23202 \end_layout
23203
23204 \begin_layout Standard
23205 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
23206  commande 
23207 \end_layout
23208
23209 \begin_layout Standard
23210
23211 \series bold
23212
23213 \backslash
23214 cdashline{
23215 \series default
23216 numéros de colonnes}
23217 \end_layout
23218
23219 \begin_layout Standard
23220 en code TeX comme premier élément de la première cellule de la ligne.
23221  Si par exemple, vous avez une cellule multi-colonnes qui couvre les colonnes
23222  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
23223 \end_layout
23224
23225 \begin_layout Standard
23226
23227 \series bold
23228
23229 \backslash
23230 cdashline{2-4}
23231 \end_layout
23232
23233 \begin_layout Standard
23234 comme premier élément de la première cellule de la ligne contenant la multi-colo
23235 nnes.
23236 \end_layout
23237
23238 \begin_layout Standard
23239 \begin_inset VSpace bigskip
23240 \end_inset
23241
23242
23243 \end_layout
23244
23245 \begin_layout Standard
23246 Le tableau
23247 \begin_inset space ~
23248 \end_inset
23249
23250
23251 \begin_inset CommandInset ref
23252 LatexCommand ref
23253 reference "tab:Tableau-filets-tirets"
23254
23255 \end_inset
23256
23257  a été créé en utilisant 
23258 \begin_inset Quotes fld
23259 \end_inset
23260
23261
23262 \series bold
23263 :c
23264 \series default
23265
23266 \begin_inset Quotes frd
23267 \end_inset
23268
23269  comme paramètre LaTeX pour la troisième colonne.
23270  La commande en code TeX 
23271 \series bold
23272
23273 \backslash
23274 hdashline
23275 \series default
23276  a été insérée dans la première cellule de la troisième ligne et la commande
23277  en code TeX 
23278 \series bold
23279
23280 \backslash
23281 cdashline{4-5}
23282 \series default
23283  a été insérée dans la première cellule de la quatrième ligne.
23284 \end_layout
23285
23286 \begin_layout Standard
23287 \begin_inset VSpace bigskip
23288 \end_inset
23289
23290 Les filets interrompus peuvent également colorés comme indiqué tableau
23291 \begin_inset space ~
23292 \end_inset
23293
23294
23295 \begin_inset CommandInset ref
23296 LatexCommand ref
23297 reference "tab:Colored-table-with"
23298
23299 \end_inset
23300
23301 .
23302 \end_layout
23303
23304 \begin_layout Standard
23305 \begin_inset ERT
23306 status collapsed
23307
23308 \begin_layout Plain Layout
23309
23310
23311 \backslash
23312 setlength{
23313 \backslash
23314 arrayrulewidth}{1pt}
23315 \end_layout
23316
23317 \end_inset
23318
23319
23320 \begin_inset Note Note
23321 status collapsed
23322
23323 \begin_layout Plain Layout
23324 filets épaissis pour un meilleur affichage de la couleur du file
23325 \lang english
23326 t
23327 \end_layout
23328
23329 \end_inset
23330
23331
23332 \end_layout
23333
23334 \begin_layout Standard
23335 \begin_inset ERT
23336 status collapsed
23337
23338 \begin_layout Plain Layout
23339
23340
23341 \backslash
23342 dashgapcolor{green}
23343 \end_layout
23344
23345 \end_inset
23346
23347
23348 \begin_inset Note Note
23349 status collapsed
23350
23351 \begin_layout Plain Layout
23352 espaces entre les tirets en vert
23353 \end_layout
23354
23355 \end_inset
23356
23357
23358 \end_layout
23359
23360 \begin_layout Standard
23361 \begin_inset ERT
23362 status collapsed
23363
23364 \begin_layout Plain Layout
23365
23366
23367 \backslash
23368 let
23369 \backslash
23370 myHdashline
23371 \backslash
23372 hdashline
23373 \end_layout
23374
23375 \begin_layout Plain Layout
23376
23377
23378 \backslash
23379 renewcommand{
23380 \backslash
23381 hdashline}
23382 \end_layout
23383
23384 \begin_layout Plain Layout
23385
23386  {
23387 \backslash
23388 arrayrulecolor{red}
23389 \backslash
23390 myHdashline
23391 \backslash
23392 arrayrulecolor{black}}
23393 \end_layout
23394
23395 \end_inset
23396
23397
23398 \begin_inset Note Note
23399 status collapsed
23400
23401 \begin_layout Plain Layout
23402 filets interrompus horizontaux en rouge
23403 \end_layout
23404
23405 \end_inset
23406
23407
23408 \end_layout
23409
23410 \begin_layout Standard
23411 \begin_inset ERT
23412 status collapsed
23413
23414 \begin_layout Plain Layout
23415
23416
23417 \backslash
23418 let
23419 \backslash
23420 myCdashline
23421 \backslash
23422 cdashline
23423 \end_layout
23424
23425 \begin_layout Plain Layout
23426
23427
23428 \backslash
23429 renewcommand{
23430 \backslash
23431 cdashline}[1]
23432 \end_layout
23433
23434 \begin_layout Plain Layout
23435
23436  {
23437 \backslash
23438 arrayrulecolor{yellow}
23439 \backslash
23440 myCdashline{#1}
23441 \backslash
23442 arrayrulecolor{black}}
23443 \end_layout
23444
23445 \end_inset
23446
23447
23448 \begin_inset Note Note
23449 status collapsed
23450
23451 \begin_layout Plain Layout
23452 filets interrompus horizontaux en jaune, partiellement
23453 \end_layout
23454
23455 \end_inset
23456
23457
23458 \end_layout
23459
23460 \begin_layout Standard
23461 \begin_inset Float table
23462 placement h
23463 wide false
23464 sideways false
23465 status open
23466
23467 \begin_layout Plain Layout
23468 \begin_inset Caption Standard
23469
23470 \begin_layout Plain Layout
23471 \begin_inset CommandInset label
23472 LatexCommand label
23473 name "tab:Colored-table-with"
23474
23475 \end_inset
23476
23477 Tableau coloré avec filets interropus
23478 \end_layout
23479
23480 \end_inset
23481
23482
23483 \end_layout
23484
23485 \begin_layout Plain Layout
23486 \align center
23487 \begin_inset Tabular
23488 <lyxtabular version="3" rows="5" columns="5">
23489 <features rotate="0" tabularvalignment="middle">
23490 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23491 <column alignment="center" valignment="top" width="0pt">
23492 <column alignment="center" valignment="top" width="0pt" special=":c">
23493 <column alignment="center" valignment="top">
23494 <column alignment="center" valignment="top">
23495 <row>
23496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500 a
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 b
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 c
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527 d
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536 e
23537 \end_layout
23538
23539 \end_inset
23540 </cell>
23541 </row>
23542 <row>
23543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547 f
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 <cell alignment="center" valignment="top" topline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556 g
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 <cell alignment="center" valignment="top" topline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565 h
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574 i
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583 j
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 </row>
23589 <row>
23590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 \begin_inset ERT
23595 status collapsed
23596
23597 \begin_layout Plain Layout
23598
23599
23600 \backslash
23601 hdashline 
23602 \end_layout
23603
23604 \end_inset
23605
23606
23607 \begin_inset ERT
23608 status collapsed
23609
23610 \begin_layout Plain Layout
23611
23612
23613 \backslash
23614 rowcolor{Gray}
23615 \end_layout
23616
23617 \end_inset
23618
23619 k
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628 l
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 <cell alignment="center" valignment="top" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637 m
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23643 \begin_inset Text
23644
23645 \begin_layout Plain Layout
23646 n
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23652 \begin_inset Text
23653
23654 \begin_layout Plain Layout
23655 o
23656 \end_layout
23657
23658 \end_inset
23659 </cell>
23660 </row>
23661 <row>
23662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666 \begin_inset ERT
23667 status collapsed
23668
23669 \begin_layout Plain Layout
23670
23671
23672 \backslash
23673 cdashline{4-5}
23674 \end_layout
23675
23676 \end_inset
23677
23678 p
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687 q
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696 r
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705 s
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 </row>
23720 <row>
23721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725 t
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 u
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743 v
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752 w
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23758 \begin_inset Text
23759
23760 \begin_layout Plain Layout
23761 \begin_inset ERT
23762 status collapsed
23763
23764 \begin_layout Plain Layout
23765
23766
23767 \backslash
23768 cellcolor{Maroon}
23769 \end_layout
23770
23771 \end_inset
23772
23773 i
23774 \end_layout
23775
23776 \end_inset
23777 </cell>
23778 </row>
23779 </lyxtabular>
23780
23781 \end_inset
23782
23783
23784 \end_layout
23785
23786 \end_inset
23787
23788
23789 \end_layout
23790
23791 \begin_layout Standard
23792 \begin_inset ERT
23793 status collapsed
23794
23795 \begin_layout Plain Layout
23796
23797
23798 \backslash
23799 renewcommand{
23800 \backslash
23801 hdashline}{
23802 \backslash
23803 myHdashline}
23804 \end_layout
23805
23806 \end_inset
23807
23808
23809 \lang english
23810
23811 \begin_inset Note Note
23812 status collapsed
23813
23814 \begin_layout Plain Layout
23815 retour à la valeur implicite
23816 \end_layout
23817
23818 \end_inset
23819
23820
23821 \end_layout
23822
23823 \begin_layout Standard
23824 \begin_inset ERT
23825 status collapsed
23826
23827 \begin_layout Plain Layout
23828
23829
23830 \backslash
23831 renewcommand{
23832 \backslash
23833 cdashline}{
23834 \backslash
23835 myCdashline}
23836 \end_layout
23837
23838 \end_inset
23839
23840
23841 \lang english
23842
23843 \begin_inset Note Note
23844 status collapsed
23845
23846 \begin_layout Plain Layout
23847 retour à la valeur implicite
23848 \end_layout
23849
23850 \end_inset
23851
23852
23853 \end_layout
23854
23855 \begin_layout Standard
23856 \begin_inset ERT
23857 status collapsed
23858
23859 \begin_layout Plain Layout
23860
23861
23862 \backslash
23863 nodashgapcolor
23864 \end_layout
23865
23866 \end_inset
23867
23868
23869 \lang english
23870
23871 \begin_inset Note Note
23872 status collapsed
23873
23874 \begin_layout Plain Layout
23875 retour à la valeur implicite
23876 \end_layout
23877
23878 \end_inset
23879
23880
23881 \end_layout
23882
23883 \begin_layout Standard
23884 \begin_inset ERT
23885 status collapsed
23886
23887 \begin_layout Plain Layout
23888
23889
23890 \backslash
23891 setlength{
23892 \backslash
23893 arrayrulewidth}{0.4pt}
23894 \end_layout
23895
23896 \end_inset
23897
23898
23899 \lang english
23900
23901 \begin_inset Note Note
23902 status collapsed
23903
23904 \begin_layout Plain Layout
23905 retour à la valeur implicite
23906 \end_layout
23907
23908 \end_inset
23909
23910
23911 \end_layout
23912
23913 \begin_layout Standard
23914 La coloration des lignes, des colonnes et des filets fonctionne comme il
23915  est décrit section
23916 \begin_inset space ~
23917 \end_inset
23918
23919
23920 \begin_inset CommandInset ref
23921 LatexCommand ref
23922 reference "sec:Tableaux-Colorés"
23923
23924 \end_inset
23925
23926 .
23927  Coloret les filets horizontaux fonctionne de manière analogue comme il
23928  est décrit ici, il suffit de remplacer la commande 
23929 \series bold
23930
23931 \backslash
23932 myHlineC
23933 \series default
23934  par 
23935 \series bold
23936
23937 \backslash
23938 myHdashline
23939 \series default
23940  et la commande 
23941 \backslash
23942
23943 \series bold
23944 hlinepar
23945 \series default
23946  
23947 \series bold
23948
23949 \backslash
23950 hdashline
23951 \series default
23952 .
23953  On utilise donc les commandes:
23954 \end_layout
23955
23956 \begin_layout Standard
23957
23958 \series bold
23959
23960 \backslash
23961 let
23962 \backslash
23963 myHdashline
23964 \backslash
23965 hdashline
23966 \begin_inset Newline newline
23967 \end_inset
23968
23969
23970 \backslash
23971 renewcommand{
23972 \backslash
23973 hdashline}
23974 \begin_inset Newline newline
23975 \end_inset
23976
23977
23978 \begin_inset Phantom HPhantom
23979 status open
23980
23981 \begin_layout Plain Layout
23982 \begin_inset space ~
23983 \end_inset
23984
23985
23986 \end_layout
23987
23988 \end_inset
23989
23990 {
23991 \backslash
23992 arrayrulecolor{red}
23993 \backslash
23994 myHdashline
23995 \backslash
23996 arrayrulecolor{black}}
23997 \end_layout
23998
23999 \begin_layout Standard
24000 Pour colorer 
24001 \series bold
24002
24003 \backslash
24004 cdashline
24005 \series default
24006 , la commande est:
24007 \end_layout
24008
24009 \begin_layout Standard
24010
24011 \series bold
24012
24013 \backslash
24014 let
24015 \backslash
24016 myCdashline
24017 \backslash
24018 cdashline
24019 \begin_inset Newline newline
24020 \end_inset
24021
24022
24023 \backslash
24024 renewcommand{
24025 \backslash
24026 cdashline}[1]
24027 \begin_inset Newline newline
24028 \end_inset
24029
24030
24031 \begin_inset Phantom HPhantom
24032 status open
24033
24034 \begin_layout Plain Layout
24035 \begin_inset space ~
24036 \end_inset
24037
24038
24039 \end_layout
24040
24041 \end_inset
24042
24043 {
24044 \backslash
24045 arrayrulecolor{red}
24046 \backslash
24047 myCdashline{#1}
24048 \backslash
24049 arrayrulecolor{black}}
24050 \end_layout
24051
24052 \begin_layout Standard
24053 Pour revenir à un filet noir, il faut insérer les commandes suivantes en
24054  code TeX après le tableau,
24055 \end_layout
24056
24057 \begin_layout Standard
24058 pour 
24059 \series bold
24060
24061 \backslash
24062 hdashline:
24063 \end_layout
24064
24065 \begin_layout Standard
24066
24067 \series bold
24068
24069 \backslash
24070 renewcommand{
24071 \backslash
24072 hdashline}{
24073 \backslash
24074 myHdashline}
24075 \end_layout
24076
24077 \begin_layout Standard
24078 et pour 
24079 \series bold
24080
24081 \backslash
24082 cdashline
24083 \end_layout
24084
24085 \begin_layout Standard
24086
24087 \series bold
24088
24089 \backslash
24090 renewcommand{
24091 \backslash
24092 cdashline}{
24093 \backslash
24094 myCdashline}
24095 \end_layout
24096
24097 \begin_layout Standard
24098 Pour colorer les espaces entre les tirets la commande
24099 \end_layout
24100
24101 \begin_layout Standard
24102
24103 \series bold
24104
24105 \backslash
24106 dashgapcolor{couleur}
24107 \end_layout
24108
24109 \begin_layout Standard
24110 peut être insérée en code TeX avant un tableau.
24111  
24112 \series bold
24113 couleur
24114 \series default
24115  est ici le nom d'une couleur définie précédemment.
24116  La commande
24117 \end_layout
24118
24119 \begin_layout Standard
24120
24121 \series bold
24122
24123 \backslash
24124 nodashgapcolor
24125 \end_layout
24126
24127 \begin_layout Standard
24128 annule les changements induits par 
24129 \series bold
24130
24131 \backslash
24132 dashgapcolor
24133 \series default
24134 .
24135 \end_layout
24136
24137 \begin_layout Standard
24138 \begin_inset Note Greyedout
24139 status open
24140
24141 \begin_layout Plain Layout
24142
24143 \series bold
24144 Not
24145 \series default
24146 a: s'il y a plusieurs commandes dans une cellule, Il faut placer la commande
24147  de 
24148 \series bold
24149 arydshln
24150 \series default
24151  en premier.
24152  Donc dans la cellule 
24153 \emph on
24154 k
24155 \emph default
24156  du tableau
24157 \begin_inset space ~
24158 \end_inset
24159
24160
24161 \begin_inset CommandInset ref
24162 LatexCommand ref
24163 reference "tab:Colored-table-with"
24164
24165 \end_inset
24166
24167  , la commande 
24168 \series bold
24169
24170 \backslash
24171 hdashline
24172 \series default
24173  est placée avant 
24174 \series bold
24175
24176 \backslash
24177 rowcolor
24178 \series default
24179 .
24180 \end_layout
24181
24182 \end_inset
24183
24184
24185 \end_layout
24186
24187 \begin_layout Standard
24188 \begin_inset Note Greyedout
24189 status open
24190
24191 \begin_layout Plain Layout
24192
24193 \series bold
24194 Nota:
24195 \series default
24196  le paquetage LaTeX 
24197 \series bold
24198 arydshln
24199 \series default
24200  doit être chargé dans le préambule 
24201 \emph on
24202 avant
24203 \emph default
24204  le paquetage 
24205 \series bold
24206 colortbl
24207 \series default
24208
24209 \begin_inset Index idx
24210 status collapsed
24211
24212 \begin_layout Plain Layout
24213 Paquetages LaTeX ! colortbl
24214 \end_layout
24215
24216 \end_inset
24217
24218 .
24219 \end_layout
24220
24221 \end_inset
24222
24223
24224 \end_layout
24225
24226 \begin_layout Standard
24227 \begin_inset ERT
24228 status collapsed
24229
24230 \begin_layout Plain Layout
24231
24232
24233 \backslash
24234 else
24235 \end_layout
24236
24237 \end_inset
24238
24239
24240 \begin_inset Note Note
24241 status open
24242
24243 \begin_layout Plain Layout
24244 Ce qui suit sera affiché si le paquetage LaTeX 
24245 \series bold
24246 arydshln
24247 \series default
24248  n'est pas installé :
24249 \end_layout
24250
24251 \end_inset
24252
24253
24254 \end_layout
24255
24256 \begin_layout Standard
24257 Vous devez installer le paquetage LaTeX 
24258 \series bold
24259 arydshln
24260 \series default
24261  pour voir le contenu des cette section dans la sortie imprimée.
24262 \end_layout
24263
24264 \begin_layout Standard
24265 \begin_inset ERT
24266 status collapsed
24267
24268 \begin_layout Plain Layout
24269
24270
24271 \backslash
24272 fi
24273 \end_layout
24274
24275 \end_inset
24276
24277
24278 \end_layout
24279
24280 \begin_layout Standard
24281 Pour les détails concernant les filets colorés, voir la documentation du
24282  paquetage 
24283 \series bold
24284 arydshln
24285 \series default
24286
24287 \begin_inset CommandInset citation
24288 LatexCommand cite
24289 key "arydshln"
24290
24291 \end_inset
24292
24293 .
24294 \end_layout
24295
24296 \begin_layout Chapter
24297 Flottants
24298 \begin_inset CommandInset label
24299 LatexCommand label
24300 name "chap:Flottants"
24301
24302 \end_inset
24303
24304
24305 \begin_inset Index idx
24306 status collapsed
24307
24308 \begin_layout Plain Layout
24309 Flottants
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \begin_layout Section
24318 Introduction
24319 \begin_inset CommandInset label
24320 LatexCommand label
24321 name "sec:Flottants-Introduction"
24322
24323 \end_inset
24324
24325
24326 \begin_inset Index idx
24327 status collapsed
24328
24329 \begin_layout Plain Layout
24330 Flottants ! Introduction
24331 \end_layout
24332
24333 \end_inset
24334
24335
24336 \end_layout
24337
24338 \begin_layout Standard
24339 Un flottant est une portion de document, qui peut être associé à une étiquette
24340  et dont la position n'est pas fixée.
24341  Il peut 
24342 \begin_inset Quotes fld
24343 \end_inset
24344
24345 flotter
24346 \begin_inset Quotes frd
24347 \end_inset
24348
24349  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
24350  plus approprié.
24351  Les 
24352 \family sans
24353 Notes
24354 \begin_inset space ~
24355 \end_inset
24356
24357 en
24358 \begin_inset space ~
24359 \end_inset
24360
24361 Bas
24362 \begin_inset space ~
24363 \end_inset
24364
24365 de
24366 \begin_inset space ~
24367 \end_inset
24368
24369 Page
24370 \family default
24371  et le 
24372 \family sans
24373 Notes
24374 \begin_inset space ~
24375 \end_inset
24376
24377 en
24378 \begin_inset space ~
24379 \end_inset
24380
24381 Marge
24382 \family default
24383  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
24384  sur la page suivante quand il y a trop de notes sur la page courante.
24385 \end_layout
24386
24387 \begin_layout Standard
24388 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
24389  très grande qualité.
24390  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
24391  éviter des lignes blanches ou des pages sans texte.
24392  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
24393  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
24394  le texte.
24395  Les flottants sont donc numérotés.
24396  Les références croisées sont décrites dans la section
24397 \begin_inset space ~
24398 \end_inset
24399
24400
24401 \begin_inset CommandInset ref
24402 LatexCommand ref
24403 reference "sec:Referencer-les-Flottants"
24404
24405 \end_inset
24406
24407 .
24408 \end_layout
24409
24410 \begin_layout Standard
24411 Pour insérer un flottant, on utilise un des sous menus du menu 
24412 \family sans
24413 Insertion\SpecialChar \menuseparator
24414 Flottant
24415 \family default
24416  (barre d'outils 
24417 \begin_inset Info
24418 type  "icon"
24419 arg   "float-insert figure"
24420 \end_inset
24421
24422  ou 
24423 \begin_inset Info
24424 type  "icon"
24425 arg   "float-insert table"
24426 \end_inset
24427
24428 ).
24429  Une boîte va être insérée dans votre document avec par exemple une étiquette
24430  du genre 
24431 \begin_inset Quotes fld
24432 \end_inset
24433
24434 Figure
24435 \begin_inset space ~
24436 \end_inset
24437
24438 #:
24439 \begin_inset Quotes frd
24440 \end_inset
24441
24442  (où # est un numéro).
24443  L'étiquette est automatiquement traduite dans la langue du document dans
24444  la sortie finale.
24445  Après l'étiquette vous pouvez insérer du texte comme légende.
24446  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
24447  séparé, à l'intérieur du flottant.
24448  Vous trouverez plus de détails sur le positionnement des légendes dans
24449  la section
24450 \begin_inset space ~
24451 \end_inset
24452
24453
24454 \begin_inset CommandInset ref
24455 LatexCommand ref
24456 reference "sec:Placement-légende"
24457
24458 \end_inset
24459
24460 .
24461  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
24462  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
24463  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
24464  Une boîte de flottant fermée ressemble à ceci : 
24465 \begin_inset Graphics
24466         filename clipart/floatQt4.png
24467         scale 60
24468
24469 \end_inset
24470
24471  – une case grise avec un texte rouge.
24472 \end_layout
24473
24474 \begin_layout Standard
24475 Il est recommandé d'insérer les flottants comme des paragraphes séparés
24476  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
24477  est formaté de façon particulière.
24478 \end_layout
24479
24480 \begin_layout Section
24481 Les types de flottants
24482 \end_layout
24483
24484 \begin_layout Standard
24485 En plus des flottants de figures et de tableau qui sont décrits respectivement
24486  dans les sections
24487 \begin_inset space ~
24488 \end_inset
24489
24490
24491 \begin_inset CommandInset ref
24492 LatexCommand ref
24493 reference "sec:Figure-Floats"
24494
24495 \end_inset
24496
24497  et 
24498 \begin_inset CommandInset ref
24499 LatexCommand ref
24500 reference "sec:Table-Floats"
24501
24502 \end_inset
24503
24504 , LyX offre aussi les types 
24505 \family sans
24506 Algorithme
24507 \family default
24508  et 
24509 \family sans
24510 Enrobage
24511 \family default
24512 .
24513  Ces derniers sont expliques dans la section
24514 \begin_inset space \thinspace{}
24515 \end_inset
24516
24517
24518 \begin_inset CommandInset ref
24519 LatexCommand ref
24520 reference "sec:Flottant-d'enrobage"
24521
24522 \end_inset
24523
24524 .
24525 \end_layout
24526
24527 \begin_layout Subsection
24528 Flottant d'algorithme
24529 \begin_inset Index idx
24530 status collapsed
24531
24532 \begin_layout Plain Layout
24533 Flottants ! Algorithmes
24534 \end_layout
24535
24536 \end_inset
24537
24538
24539 \begin_inset CommandInset label
24540 LatexCommand label
24541 name "sub:Flottant-d'Algorithme"
24542
24543 \end_inset
24544
24545
24546 \end_layout
24547
24548 \begin_layout Standard
24549 \begin_inset Float algorithm
24550 placement h
24551 wide false
24552 sideways false
24553 status open
24554
24555 \begin_layout Plain Layout
24556 \begin_inset Caption Standard
24557
24558 \begin_layout Plain Layout
24559 \begin_inset CommandInset label
24560 LatexCommand label
24561 name "alg:Exemple-Flottant-Algorithme"
24562
24563 \end_inset
24564
24565 Exemple de flottant d'algorithme
24566 \end_layout
24567
24568 \end_inset
24569
24570
24571 \end_layout
24572
24573 \begin_layout LyX-Code
24574 for I in 1..N loop
24575 \begin_inset Newline newline
24576 \end_inset
24577
24578  Sum:= Sum + A(I); /*comment*/
24579 \begin_inset Newline newline
24580 \end_inset
24581
24582 end loop
24583 \begin_inset VSpace -4mm
24584 \end_inset
24585
24586
24587 \end_layout
24588
24589 \end_inset
24590
24591
24592 \end_layout
24593
24594 \begin_layout Standard
24595 Ce type de flottant est inséré à l'aide du menu 
24596 \family sans
24597 Insertion\SpecialChar \menuseparator
24598 Flottant\SpecialChar \menuseparator
24599 Algorithme
24600 \family default
24601 .
24602  Il peut être utilisé pour des morceaux de code source ou des descriptions
24603  d'algorithmes et peut être utilisé comme une alternative au listing de
24604  code source qui est décrit au chapitre
24605 \begin_inset space ~
24606 \end_inset
24607
24608
24609 \begin_inset CommandInset ref
24610 LatexCommand ref
24611 reference "cha:Program-Code-Listings"
24612
24613 \end_inset
24614
24615 .
24616  Vous pouvez par exemple utiliser l'environnement Code
24617 \begin_inset space ~
24618 \end_inset
24619
24620 LyX qui est décrit dans le 
24621 \emph on
24622 Guide
24623 \emph default
24624
24625 \begin_inset space ~
24626 \end_inset
24627
24628
24629 \emph on
24630 de
24631 \begin_inset space ~
24632 \end_inset
24633
24634 l'Utilisateur
24635 \emph default
24636  de LyX.
24637  l'algorithme
24638 \begin_inset space ~
24639 \end_inset
24640
24641
24642 \begin_inset CommandInset ref
24643 LatexCommand ref
24644 reference "alg:Exemple-Flottant-Algorithme"
24645
24646 \end_inset
24647
24648  est un exemple de flottant d'algorithme où un espace vertical de -4
24649 \begin_inset space \thinspace{}
24650 \end_inset
24651
24652 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
24653  soit placée exactement sous le texte de la dernière ligne.
24654 \end_layout
24655
24656 \begin_layout Standard
24657 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
24658  du document.
24659  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
24660 ent en ajoutant la ligne suivante dans le préambule de votre document :
24661 \end_layout
24662
24663 \begin_layout Standard
24664
24665 \series bold
24666
24667 \backslash
24668 floatname{algorithm}{votre
24669 \begin_inset space ~
24670 \end_inset
24671
24672 nom}
24673 \end_layout
24674
24675 \begin_layout Standard
24676
24677 \family sans
24678  votre
24679 \begin_inset space ~
24680 \end_inset
24681
24682 nom
24683 \family default
24684  est le mot 
24685 \begin_inset Quotes fld
24686 \end_inset
24687
24688
24689 \emph on
24690 algorithme
24691 \emph default
24692
24693 \begin_inset Quotes frd
24694 \end_inset
24695
24696  dans votre langue.
24697 \end_layout
24698
24699 \begin_layout Standard
24700 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
24701 \family sans
24702 Insertion\SpecialChar \menuseparator
24703 Listes
24704 \begin_inset space ~
24705 \end_inset
24706
24707 &
24708 \begin_inset space ~
24709 \end_inset
24710
24711 TdM\SpecialChar \menuseparator
24712 Liste
24713 \begin_inset space ~
24714 \end_inset
24715
24716 des
24717 \begin_inset space ~
24718 \end_inset
24719
24720 algorithmes
24721 \family default
24722  si votre document est en la même langue que les menus de LyX.
24723  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
24724  en code TeX à la place:
24725 \end_layout
24726
24727 \begin_layout Standard
24728
24729 \series bold
24730
24731 \backslash
24732 listof{algorithm}{votre
24733 \begin_inset space ~
24734 \end_inset
24735
24736 nom}
24737 \end_layout
24738
24739 \begin_layout Standard
24740 où 
24741 \family sans
24742 votre
24743 \begin_inset space ~
24744 \end_inset
24745
24746 nom
24747 \family default
24748  est la traduction de 
24749 \begin_inset Quotes fld
24750 \end_inset
24751
24752
24753 \emph on
24754 List of Algorithm
24755 \emph default
24756 s
24757 \begin_inset Quotes frd
24758 \end_inset
24759
24760  dans votre langue.
24761 \end_layout
24762
24763 \begin_layout Standard
24764 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
24765  le schéma 
24766 \begin_inset Quotes fld
24767 \end_inset
24768
24769 chapitre.algorithme
24770 \begin_inset Quotes frd
24771 \end_inset
24772
24773  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
24774  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
24775  commande dans le préambule de votre document :
24776 \end_layout
24777
24778 \begin_layout Standard
24779
24780 \series bold
24781
24782 \backslash
24783 numberwithin{algorithm}{chapter}
24784 \end_layout
24785
24786 \begin_layout Standard
24787 Pour pouvoir utiliser la commande 
24788 \series bold
24789
24790 \backslash
24791 numberwithin
24792 \series default
24793 , activez l'option 
24794 \family sans
24795 Utiliser
24796 \begin_inset space ~
24797 \end_inset
24798
24799 le
24800 \begin_inset space ~
24801 \end_inset
24802
24803 paquetage
24804 \begin_inset space ~
24805 \end_inset
24806
24807 AMS
24808 \begin_inset space ~
24809 \end_inset
24810
24811 math
24812 \family default
24813  dans la rubrique 
24814 \family sans
24815 Options
24816 \begin_inset space ~
24817 \end_inset
24818
24819 des
24820 \begin_inset space ~
24821 \end_inset
24822
24823 Maths
24824 \family default
24825  de la fenêtre de dialogue 
24826 \family sans
24827 Paramètres
24828 \begin_inset space ~
24829 \end_inset
24830
24831 du
24832 \begin_inset space ~
24833 \end_inset
24834
24835 Document
24836 \family default
24837 .
24838 \end_layout
24839
24840 \begin_layout Section
24841 Numérotation des flottants
24842 \begin_inset Index idx
24843 status collapsed
24844
24845 \begin_layout Plain Layout
24846 Flottants ! Numérotation
24847 \end_layout
24848
24849 \end_inset
24850
24851
24852 \end_layout
24853
24854 \begin_layout Standard
24855 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
24856  ils se trouvent, soit en utilisant un format du genre 
24857 \begin_inset Quotes fld
24858 \end_inset
24859
24860 chapitre.numéro
24861 \begin_inset Quotes frd
24862 \end_inset
24863
24864  ou 
24865 \begin_inset Quotes fld
24866 \end_inset
24867
24868 section.numéro
24869 \begin_inset Quotes frd
24870 \end_inset
24871
24872 .
24873  Cela dépend de la classe de document utilisée.
24874 \end_layout
24875
24876 \begin_layout Standard
24877 Pour changer le format de la numérotation qui ne dépend pas de la section
24878  dans laquelle on se trouve, on peut utiliser la commande suivante dans
24879  le préambule du document :
24880 \end_layout
24881
24882 \begin_layout Standard
24883
24884 \series bold
24885
24886 \backslash
24887 renewcommand{
24888 \backslash
24889 thetable}{
24890 \backslash
24891 roman{table}}
24892 \end_layout
24893
24894 \begin_layout Standard
24895
24896 \series bold
24897
24898 \backslash
24899 thetable
24900 \series default
24901  est la commande qui imprime le numéro du tableau, pour les figures, la
24902  commande serait 
24903 \series bold
24904
24905 \backslash
24906 thefigure
24907 \series default
24908 .
24909  La commande 
24910 \series bold
24911
24912 \backslash
24913 roman
24914 \series default
24915  utilisée dans la commande précédente, imprime le numéro du tableau sous
24916  forme de petits chiffres romains.
24917 \end_layout
24918
24919 \begin_layout Standard
24920 Pour changer le type de numérotation pour par exemple 
24921 \begin_inset Quotes fld
24922 \end_inset
24923
24924 sous-section.numéro
24925 \begin_inset Quotes frd
24926 \end_inset
24927
24928 , utilisez la commande suivante dans le préambule du document :
24929 \end_layout
24930
24931 \begin_layout Standard
24932
24933 \series bold
24934
24935 \backslash
24936 numberwithin{table}{subsection}
24937 \end_layout
24938
24939 \begin_layout Standard
24940 Pour pouvoir utiliser la commande 
24941 \series bold
24942
24943 \backslash
24944 numberwithin
24945 \series default
24946 , vous devez activer l'option 
24947 \family sans
24948 Utiliser
24949 \begin_inset space ~
24950 \end_inset
24951
24952 le
24953 \begin_inset space ~
24954 \end_inset
24955
24956 paquetage
24957 \begin_inset space ~
24958 \end_inset
24959
24960 maths
24961 \begin_inset space ~
24962 \end_inset
24963
24964 AMS
24965 \family default
24966  dans la rubrique 
24967 \family sans
24968 Options
24969 \begin_inset space ~
24970 \end_inset
24971
24972 des
24973 \begin_inset space ~
24974 \end_inset
24975
24976 Maths
24977 \family default
24978  de la fenêtre de dialogue 
24979 \family sans
24980 Paramètres
24981 \family default
24982  du document.
24983 \end_layout
24984
24985 \begin_layout Standard
24986 Veuillez aussi jeter un coup d'œil à la section
24987 \begin_inset space ~
24988 \end_inset
24989
24990
24991 \begin_inset CommandInset ref
24992 LatexCommand ref
24993 reference "sub:Numerotation-notes-bas-de-page"
24994
24995 \end_inset
24996
24997  pour plus de détails et des notes importantes sur les commandes de numérotation.
24998 \end_layout
24999
25000 \begin_layout Section
25001 Faire référence à des flottants
25002 \begin_inset CommandInset label
25003 LatexCommand label
25004 name "sec:Referencer-les-Flottants"
25005
25006 \end_inset
25007
25008
25009 \begin_inset Index idx
25010 status collapsed
25011
25012 \begin_layout Plain Layout
25013 Flottants ! Références
25014 \end_layout
25015
25016 \end_inset
25017
25018
25019 \begin_inset Index idx
25020 status collapsed
25021
25022 \begin_layout Plain Layout
25023 References@Références ! à des Flottants 
25024 \end_layout
25025
25026 \end_inset
25027
25028
25029 \end_layout
25030
25031 \begin_layout Standard
25032 Pour faire référence à un flottant, insérez une étiquette dans sa légende
25033  en utilisant le menu 
25034 \family sans
25035 Insertion\SpecialChar \menuseparator
25036 Étiquette
25037 \family default
25038  ou le bouton 
25039 \begin_inset Info
25040 type  "icon"
25041 arg   "label-insert"
25042 \end_inset
25043
25044  de la barre d'outils.
25045  Une boîte grise de ce genre : 
25046 \begin_inset Graphics
25047         filename clipart/labelQt4.png
25048         lyxscale 85
25049         scale 85
25050         scaleBeforeRotation
25051
25052 \end_inset
25053
25054  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
25055  de saisir le texte de l'étiquette.
25056  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
25057  précédés d'un préfixe.
25058  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
25059  préfixe sera 
25060 \begin_inset Quotes fld
25061 \end_inset
25062
25063
25064 \family sans
25065 fig:
25066 \family default
25067
25068 \begin_inset Quotes frd
25069 \end_inset
25070
25071 .
25072 \end_layout
25073
25074 \begin_layout Standard
25075 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
25076  Vous pouvez faire référence à cette étiquette en utilisant le menu 
25077 \family sans
25078 Insertion\SpecialChar \menuseparator
25079 Référence
25080 \begin_inset space ~
25081 \end_inset
25082
25083 Croisée
25084 \family default
25085  ou le bouton 
25086 \begin_inset Info
25087 type  "icon"
25088 arg   "dialog-show-new-inset ref"
25089 \end_inset
25090
25091  de la barre d'outils.
25092  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
25093  définies dans votre document.
25094  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
25095  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
25096  de la fenêtre de dialogue.
25097  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
25098  une.
25099  Une boîte grise de référence croisée comme celle-ci : 
25100 \begin_inset Graphics
25101         filename ../clipart/referenceQt4.png
25102         scale 85
25103         scaleBeforeRotation
25104
25105 \end_inset
25106
25107  va être insérée.
25108  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
25109  de la référence croisée.
25110 \end_layout
25111
25112 \begin_layout Standard
25113 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
25114  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
25115  les deux.
25116  Si une référence croisées fait référence à une étiquette qui n'existe pas,
25117  vous verrez deux points d'interrogation dans la sortie imprimée à la place
25118  du numéro de la référence.
25119 \end_layout
25120
25121 \begin_layout Standard
25122 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
25123  Les références vers l'étiquette modifiée seront mise à jour automatiquement
25124  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
25125  pas à vous en préoccuper.
25126 \end_layout
25127
25128 \begin_layout Standard
25129 Le bouton 
25130 \family sans
25131 Aller
25132 \begin_inset space ~
25133 \end_inset
25134
25135 à
25136 \begin_inset space ~
25137 \end_inset
25138
25139 l'étiquette
25140 \family default
25141  dans la fenêtre de référence croisée va positionner le curseur juste devant
25142  l'étiquette à laquelle on fait référence.
25143  Le nom du bouton bouton 
25144 \family sans
25145 Revenir
25146 \family default
25147  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
25148 \end_layout
25149
25150 \begin_layout Subsection
25151 Formats de références croisées
25152 \begin_inset CommandInset label
25153 LatexCommand label
25154 name "sub:Formats-Références-Croisées"
25155
25156 \end_inset
25157
25158
25159 \begin_inset Index idx
25160 status collapsed
25161
25162 \begin_layout Plain Layout
25163 References@Références ! Formats
25164 \end_layout
25165
25166 \end_inset
25167
25168
25169 \end_layout
25170
25171 \begin_layout Standard
25172 Il y a six types de références croisées :
25173 \end_layout
25174
25175 \begin_layout Description
25176 <référence>
25177 \begin_inset space ~
25178 \end_inset
25179
25180 : affiche le numéro de l'élément, c'est le choix implicite : 
25181 \begin_inset CommandInset ref
25182 LatexCommand ref
25183 reference "fig:Deux-images-déformées"
25184
25185 \end_inset
25186
25187
25188 \end_layout
25189
25190 \begin_layout Description
25191 (<référence>)
25192 \begin_inset space ~
25193 \end_inset
25194
25195 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
25196  normalement pour faire référence à des formules mathématiques, en particulier
25197  quand le mot 
25198 \begin_inset Quotes fld
25199 \end_inset
25200
25201 Équation
25202 \begin_inset Quotes frd
25203 \end_inset
25204
25205  est omis : 
25206 \begin_inset CommandInset ref
25207 LatexCommand eqref
25208 reference "eq:Wgn"
25209
25210 \end_inset
25211
25212
25213 \end_layout
25214
25215 \begin_layout Description
25216 <page>
25217 \begin_inset space ~
25218 \end_inset
25219
25220 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
25221 \begin_inset space ~
25222 \end_inset
25223
25224
25225 \begin_inset CommandInset ref
25226 LatexCommand pageref
25227 reference "fig:Deux-images-déformées"
25228
25229 \end_inset
25230
25231
25232 \end_layout
25233
25234 \begin_layout Description
25235 Sur
25236 \begin_inset space ~
25237 \end_inset
25238
25239 la
25240 \begin_inset space ~
25241 \end_inset
25242
25243 page
25244 \begin_inset space ~
25245 \end_inset
25246
25247 <page>
25248 \begin_inset space ~
25249 \end_inset
25250
25251 : affiche le mot 
25252 \begin_inset Quotes fld
25253 \end_inset
25254
25255 page
25256 \begin_inset Quotes frd
25257 \end_inset
25258
25259  suivi du numéro de la page sur laquelle se trouve l'élément : 
25260 \begin_inset CommandInset ref
25261 LatexCommand vpageref
25262 reference "fig:Deux-images-déformées"
25263
25264 \end_inset
25265
25266
25267 \end_layout
25268
25269 \begin_layout Description
25270 <référence>
25271 \begin_inset space ~
25272 \end_inset
25273
25274 page
25275 \begin_inset space ~
25276 \end_inset
25277
25278 <page>
25279 \begin_inset space ~
25280 \end_inset
25281
25282 : affiche le numéro de l'élément, le mot 
25283 \begin_inset Quotes fld
25284 \end_inset
25285
25286 page
25287 \begin_inset Quotes frd
25288 \end_inset
25289
25290  et le numéro de la page : 
25291 \begin_inset CommandInset ref
25292 LatexCommand vref
25293 reference "fig:Deux-images-déformées"
25294
25295 \end_inset
25296
25297
25298 \end_layout
25299
25300 \begin_layout Description
25301 Référence
25302 \begin_inset space ~
25303 \end_inset
25304
25305 mise
25306 \begin_inset space ~
25307 \end_inset
25308
25309 en
25310 \begin_inset space ~
25311 \end_inset
25312
25313 forme
25314 \begin_inset space ~
25315 \end_inset
25316
25317 : affiche une référence croisée qui définit son propre format.
25318 \begin_inset Newline newline
25319 \end_inset
25320
25321
25322 \begin_inset Note Greyedout
25323 status open
25324
25325 \begin_layout Plain Layout
25326
25327 \series bold
25328 Note:
25329 \series default
25330  Ce type de référence croisée n'est disponible que si vous avez installé
25331  le paquetage LaTeX 
25332 \series bold
25333 prettyref
25334 \series default
25335  ou 
25336 \series bold
25337 refstyle
25338 \series default
25339
25340 \begin_inset Index idx
25341 status collapsed
25342
25343 \begin_layout Plain Layout
25344 Paquetages LaTeX ! prettyref
25345 \end_layout
25346
25347 \end_inset
25348
25349
25350 \begin_inset Index idx
25351 status collapsed
25352
25353 \begin_layout Plain Layout
25354 Paquetages LaTeX ! refstyle
25355 \end_layout
25356
25357 \end_inset
25358
25359 .
25360 \end_layout
25361
25362 \end_inset
25363
25364
25365 \begin_inset Newline newline
25366 \end_inset
25367
25368 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
25369  fonction en utilisant l'option 
25370 \family sans
25371 Utiliser refstyle (à la place de prettyref) pour les références croisées
25372 \family default
25373  dans le menu 
25374 \family sans
25375 Document\SpecialChar \menuseparator
25376 Paramètres\SpecialChar \menuseparator
25377 Classe de document
25378 \family default
25379 .
25380  Le format est précisé en ajoutant la commande 
25381 \series bold
25382
25383 \backslash
25384 newrefformat
25385 \series default
25386  (prettyref) ou 
25387 \series bold
25388
25389 \backslash
25390 newref
25391 \series default
25392  (refstyle) au préambule du document.
25393  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
25394  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
25395 \begin_inset space ~
25396 \end_inset
25397
25398 :
25399 \begin_inset Newline newline
25400 \end_inset
25401
25402
25403 \series bold
25404
25405 \backslash
25406 newref{fig}{refcmd={Image sur la page 
25407 \backslash
25408 pageref{#1}}}
25409 \series default
25410
25411 \begin_inset Newline newline
25412 \end_inset
25413
25414 Pour plus d'information sur le format, jetez un œil sur la documentation
25415  du paquetage, 
25416 \begin_inset CommandInset citation
25417 LatexCommand cite
25418 key "prettyref,refstyle"
25419
25420 \end_inset
25421
25422 .
25423 \end_layout
25424
25425 \begin_layout Description
25426 Référence
25427 \begin_inset space ~
25428 \end_inset
25429
25430 textuelle: affiche la légende de la référence
25431 \begin_inset space ~
25432 \end_inset
25433
25434
25435 \begin_inset CommandInset ref
25436 LatexCommand nameref
25437 reference "fig:Deux-images-déformées"
25438
25439 \end_inset
25440
25441
25442 \end_layout
25443
25444 \begin_layout Standard
25445
25446 \family sans
25447 <page>
25448 \family default
25449  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
25450  précédente, la même page ou la page suivante.
25451  Vous verrez par exemple un texte du genre 
25452 \begin_inset Quotes fld
25453 \end_inset
25454
25455
25456 \family sans
25457 sur cette page
25458 \family default
25459
25460 \begin_inset Quotes frd
25461 \end_inset
25462
25463  à la place.
25464  Le style 
25465 \family sans
25466 <référence>
25467 \begin_inset space ~
25468 \end_inset
25469
25470 page
25471 \begin_inset space ~
25472 \end_inset
25473
25474 <page> 
25475 \family default
25476 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
25477  page.
25478 \end_layout
25479
25480 \begin_layout Standard
25481 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
25482  se trouve sont calculés automatiquement par LaTeX.
25483  Vous choisissez une des six variétés de références dans le champ Format
25484  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
25485  boîte de la référence croisée.
25486 \end_layout
25487
25488 \begin_layout Standard
25489 \begin_inset Note Greyedout
25490 status open
25491
25492 \begin_layout Plain Layout
25493
25494 \series bold
25495 Note:
25496 \series default
25497  L'utilisation du paquetage LaTeX 
25498 \series bold
25499 refstyle
25500 \series default
25501
25502 \begin_inset Index idx
25503 status collapsed
25504
25505 \begin_layout Plain Layout
25506 Paquetages LaTeX ! refstyle
25507 \end_layout
25508
25509 \end_inset
25510
25511  est recommandée parce que 
25512 \series bold
25513 prettyref
25514 \series default
25515
25516 \begin_inset Index idx
25517 status collapsed
25518
25519 \begin_layout Plain Layout
25520 Paquetages LaTeX ! prettyref
25521 \end_layout
25522
25523 \end_inset
25524
25525  ne connaît pas tous les raccourcis possibles pour les étiquettes
25526 \begin_inset Foot
25527 status collapsed
25528
25529 \begin_layout Plain Layout
25530 \begin_inset Quotes fld
25531 \end_inset
25532
25533 fig:
25534 \begin_inset Quotes frd
25535 \end_inset
25536
25537  est par exemple le raccourci LyX pour les étiquettes dans les légendes
25538  de figures,.
25539 \end_layout
25540
25541 \end_inset
25542
25543  et n'est pas internationalisé.
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \end_layout
25550
25551 \begin_layout Standard
25552 \begin_inset Note Greyedout
25553 status open
25554
25555 \begin_layout Plain Layout
25556
25557 \series bold
25558 Note:
25559 \series default
25560  Du fait d'un bogue dans la paquetage LaTeX 
25561 \series bold
25562 varioref
25563 \series default
25564  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
25565  si la langue du document est le français.
25566  Pour contourner ce bogue, voir
25567 \begin_inset Newline newline
25568 \end_inset
25569
25570
25571 \begin_inset CommandInset href
25572 LatexCommand href
25573 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25574
25575 \end_inset
25576
25577 .
25578 \end_layout
25579
25580 \end_inset
25581
25582
25583 \end_layout
25584
25585 \begin_layout Subsection
25586 Nommage automatique des références croisées
25587 \begin_inset Index idx
25588 status collapsed
25589
25590 \begin_layout Plain Layout
25591 References@Références ! Nommage automatique
25592 \end_layout
25593
25594 \end_inset
25595
25596
25597 \end_layout
25598
25599 \begin_layout Standard
25600 Le paquetage LaTeX 
25601 \series bold
25602 hyperref
25603 \series default
25604
25605 \begin_inset Index idx
25606 status collapsed
25607
25608 \begin_layout Plain Layout
25609 Paquetages LaTeX ! hyperref
25610 \end_layout
25611
25612 \end_inset
25613
25614
25615 \series bold
25616
25617 \series default
25618 qui est activé dans la rubrique 
25619 \family sans
25620 Propriétés du PDF
25621 \family default
25622  de la fenêtre de dialogue 
25623 \family sans
25624 Paramètres du document
25625 \family default
25626  fournit une fonction très utile pour automatiser la création des références
25627  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
25628  une section).
25629  Par exemple pour vous éviter de devoir écrire le mot 
25630 \begin_inset Quotes fld
25631 \end_inset
25632
25633 Figure
25634 \begin_inset Quotes frd
25635 \end_inset
25636
25637  devant chaque référence à une figure.
25638  Pour profiter de ce nommage automatique des références croisées, vous devez
25639  activer 
25640 \series bold
25641 hyperref
25642 \series default
25643  et insérer la ligne suivante dans le préambule du document :
25644 \end_layout
25645
25646 \begin_layout Standard
25647
25648 \series bold
25649
25650 \backslash
25651 AtBeginDocument{
25652 \backslash
25653 renewcommand{
25654 \backslash
25655 ref}[1]{
25656 \backslash
25657 mbox{
25658 \backslash
25659 autoref{#1}}}}
25660 \end_layout
25661
25662 \begin_layout Standard
25663 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
25664  défaut, par exemple vous préférez le nom 
25665 \begin_inset Quotes fld
25666 \end_inset
25667
25668 sec.
25669 \begin_inset Quotes frd
25670 \end_inset
25671
25672  plutôt que 
25673 \begin_inset Quotes fld
25674 \end_inset
25675
25676 section
25677 \begin_inset Quotes frd
25678 \end_inset
25679
25680 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
25681 \end_layout
25682
25683 \begin_layout Standard
25684
25685 \series bold
25686
25687 \backslash
25688 addto
25689 \backslash
25690 extrasfrench{
25691 \backslash
25692 renewcommand{
25693 \backslash
25694 sectionautorefname}
25695 \begin_inset Newline newline
25696 \end_inset
25697
25698
25699 \begin_inset Phantom HPhantom
25700 status open
25701
25702 \begin_layout Plain Layout
25703
25704 \series bold
25705 \begin_inset space ~
25706 \end_inset
25707
25708
25709 \end_layout
25710
25711 \end_inset
25712
25713 {sec.
25714 \backslash
25715 negthinspace}}
25716 \end_layout
25717
25718 \begin_layout Standard
25719 Si vous utilisez une autre langue que le français, remplacez 
25720 \series bold
25721
25722 \backslash
25723 extrasfrench
25724 \series default
25725  par 
25726 \series bold
25727
25728 \backslash
25729 extras***
25730 \series default
25731 , où *** est le nom de la langue que vous utilisez.
25732
25733 \series bold
25734  
25735 \end_layout
25736
25737 \begin_layout Standard
25738 Pour avoir des noms automatiques, mais pas pour certains types de références,
25739  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
25740 \end_layout
25741
25742 \begin_layout Standard
25743
25744 \series bold
25745
25746 \backslash
25747 addto
25748 \backslash
25749 extrasfrench{
25750 \backslash
25751 renewcommand*{
25752 \backslash
25753 equationautorefname}[1]{}}
25754 \end_layout
25755
25756 \begin_layout Standard
25757 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
25758  de 
25759 \series bold
25760 hyperref
25761 \series default
25762  
25763 \begin_inset CommandInset citation
25764 LatexCommand cite
25765 key "hyperref"
25766
25767 \end_inset
25768
25769 .
25770 \end_layout
25771
25772 \begin_layout Standard
25773 \begin_inset Note Greyedout
25774 status open
25775
25776 \begin_layout Plain Layout
25777
25778 \series bold
25779 Note:
25780 \series default
25781  Le nommage automatique de références ne peut être utilisé si vous avez
25782  choisi le style de référence 
25783 \family sans
25784 Référence
25785 \begin_inset space ~
25786 \end_inset
25787
25788 mise
25789 \begin_inset space ~
25790 \end_inset
25791
25792 en
25793 \begin_inset space ~
25794 \end_inset
25795
25796 forme
25797 \family default
25798  décrit dans la section
25799 \begin_inset space ~
25800 \end_inset
25801
25802
25803 \begin_inset CommandInset ref
25804 LatexCommand ref
25805 reference "sub:Formats-Références-Croisées"
25806
25807 \end_inset
25808
25809 .
25810 \end_layout
25811
25812 \end_inset
25813
25814
25815 \end_layout
25816
25817 \begin_layout Standard
25818 Le manuel 
25819 \emph on
25820 Math
25821 \emph default
25822  est un exemple dans lequel on a utilisé le référencement automatique.
25823 \end_layout
25824
25825 \begin_layout Subsection
25826 Positionnement des références 
25827 \begin_inset CommandInset label
25828 LatexCommand label
25829 name "sub:Reference-Position"
25830
25831 \end_inset
25832
25833
25834 \begin_inset Index idx
25835 status collapsed
25836
25837 \begin_layout Plain Layout
25838 References@Références ! Positionnement
25839 \end_layout
25840
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \begin_layout Standard
25847 Si vous utilisez le paquetage 
25848 \series bold
25849 hyperref, 
25850 \series default
25851 qui est activé dans la rubrique 
25852 \family sans
25853 Propriétés du PDF
25854 \family default
25855  de la fenêtre de dialogue 
25856 \family sans
25857 Paramètres du document,
25858 \family default
25859  pour lier vos références croisées dans la sortie finale, vous verrez que
25860  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
25861  l'image.
25862  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
25863  pourrez voir l'image sans faire défiler le texte.
25864  Ce problème vient du fait que le point d'ancrage de la référence se situe
25865  à l'endroit de l'étiquette.
25866  En utilisant le paquetage LaTeX 
25867 \series bold
25868 hypcap
25869 \series default
25870
25871 \begin_inset Index idx
25872 status collapsed
25873
25874 \begin_layout Plain Layout
25875 Paquetages LaTeX ! hypcap
25876 \end_layout
25877
25878 \end_inset
25879
25880 , qui fait partie du paquetage LaTeX 
25881 \series bold
25882 oberdiek
25883 \series default
25884
25885 \begin_inset Index idx
25886 status collapsed
25887
25888 \begin_layout Plain Layout
25889 Paquetages LaTeX ! oberdiek
25890 \end_layout
25891
25892 \end_inset
25893
25894 , le point d'ancrage d'un lien est place en haut du flottant.
25895  Pour utiliser cette fonction avec les flottants de figure, chargez 
25896 \series bold
25897 hypcap
25898 \series default
25899  dans l'entête du document avec la ligne
25900 \end_layout
25901
25902 \begin_layout Standard
25903
25904 \series bold
25905
25906 \backslash
25907 usepackage[figure]{hypcap}
25908 \end_layout
25909
25910 \begin_layout Standard
25911 Vous pouvez aussi utiliser 
25912 \series bold
25913 hypcap
25914 \series default
25915  pour tous les types de flottants, mais ce n'est pas recommandé pour des
25916  raisons de stabilité.
25917  Pour plus d'information, jetez un coup d'œil au manuel d' 
25918 \series bold
25919 hypcap
25920 \series default
25921  
25922 \begin_inset CommandInset citation
25923 LatexCommand cite
25924 key "hypcap"
25925
25926 \end_inset
25927
25928 .
25929 \end_layout
25930
25931 \begin_layout Standard
25932 \begin_inset Note Greyedout
25933 status open
25934
25935 \begin_layout Plain Layout
25936
25937 \series bold
25938 Note:
25939 \series default
25940  
25941 \series bold
25942 hypcap
25943 \series default
25944  n'a aucun effet pour les références à des sous-figures.
25945 \end_layout
25946
25947 \end_inset
25948
25949
25950 \end_layout
25951
25952 \begin_layout Section
25953 Placement des flottants
25954 \begin_inset CommandInset label
25955 LatexCommand label
25956 name "sec:Placement-flottants"
25957
25958 \end_inset
25959
25960
25961 \begin_inset Index idx
25962 status collapsed
25963
25964 \begin_layout Plain Layout
25965 Flottants ! Placement
25966 \end_layout
25967
25968 \end_inset
25969
25970
25971 \end_layout
25972
25973 \begin_layout Standard
25974 En faisant un clic droit sur la boîte d'un flottant et 
25975 \lang english
25976 clicking on 
25977 \family sans
25978 Settings
25979 \family default
25980 \lang french
25981  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
25982  paramètres de placement que LaTeX utilise pour déterminer où placer le
25983  flottant.
25984 \begin_inset Newline newline
25985 \end_inset
25986
25987 L'option 
25988 \family sans
25989 Plusieurs
25990 \begin_inset space ~
25991 \end_inset
25992
25993 colonnes
25994 \family default
25995  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
25996  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
25997  confiné sur une seule colonne.
25998 \begin_inset Newline newline
25999 \end_inset
26000
26001 L'option 
26002 \family sans
26003 Rotation
26004 \begin_inset space ~
26005 \end_inset
26006
26007 90°
26008 \family default
26009  est utilisée pour faire tourner les flottants, voyez la section
26010 \begin_inset space ~
26011 \end_inset
26012
26013
26014 \begin_inset CommandInset ref
26015 LatexCommand ref
26016 reference "sec:Flottants-renversés"
26017
26018 \end_inset
26019
26020 .
26021 \end_layout
26022
26023 \begin_layout Standard
26024 En désactivant l'option 
26025 \family sans
26026 Utilise
26027 \begin_inset space ~
26028 \end_inset
26029
26030 le
26031 \begin_inset space ~
26032 \end_inset
26033
26034 placement
26035 \begin_inset space ~
26036 \end_inset
26037
26038 par
26039 \begin_inset space ~
26040 \end_inset
26041
26042 défaut
26043 \family default
26044  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
26045  le placement du flottant:
26046 \end_layout
26047
26048 \begin_layout Description
26049 Ici,
26050 \begin_inset space ~
26051 \end_inset
26052
26053 si
26054 \begin_inset space ~
26055 \end_inset
26056
26057 possible: essaie de placer le flottant à la position où il a été inséré
26058  dans LyX
26059 \end_layout
26060
26061 \begin_layout Description
26062 Haut
26063 \begin_inset space ~
26064 \end_inset
26065
26066 de
26067 \begin_inset space ~
26068 \end_inset
26069
26070 la
26071 \begin_inset space ~
26072 \end_inset
26073
26074 page: essaie de placer le flottant en haut de la page courante
26075 \end_layout
26076
26077 \begin_layout Description
26078 Bas
26079 \begin_inset space ~
26080 \end_inset
26081
26082 de
26083 \begin_inset space ~
26084 \end_inset
26085
26086 la
26087 \begin_inset space ~
26088 \end_inset
26089
26090 page: essaie de placer le flottant en bas de la page courante
26091 \end_layout
26092
26093 \begin_layout Description
26094 Page
26095 \begin_inset space ~
26096 \end_inset
26097
26098 de
26099 \begin_inset space ~
26100 \end_inset
26101
26102 flottants: essaie de placer le flottant sur une page à part, éventuellement
26103  avec d'autres flottants 
26104 \end_layout
26105
26106 \begin_layout Standard
26107 LaTeX utilise
26108 \emph on
26109  toujours 
26110 \emph default
26111 les options dans l'ordre donné ci-dessus.
26112  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
26113  d'abord essayer 
26114 \family sans
26115 Ici
26116 \begin_inset space ~
26117 \end_inset
26118
26119 si
26120 \begin_inset space ~
26121 \end_inset
26122
26123 possible
26124 \family default
26125 , ensuite 
26126 \family sans
26127 Haut
26128 \begin_inset space ~
26129 \end_inset
26130
26131 de
26132 \begin_inset space ~
26133 \end_inset
26134
26135 la
26136 \begin_inset space ~
26137 \end_inset
26138
26139 page
26140 \family default
26141 , et ainsi de suite.
26142  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
26143  que vous avez cochées, mais dans l'ordre donné ci-dessus.
26144  Si aucune des quatre options de placement n'est possible, la procédure
26145  est répétée avec la possibilité de mettre les flottant sur la page suivante.
26146 \end_layout
26147
26148 \begin_layout Standard
26149 Implicitement, chaque option a ses propres règles d'application:
26150 \end_layout
26151
26152 \begin_layout Standard
26153
26154 \family sans
26155 Haut
26156 \begin_inset space ~
26157 \end_inset
26158
26159 de
26160 \begin_inset space ~
26161 \end_inset
26162
26163 la
26164 \begin_inset space ~
26165 \end_inset
26166
26167 page
26168 \family default
26169  : seuls les flottants occupant moins de 70% de la page peuvent être placés
26170  en haut de page (
26171 \series bold
26172
26173 \backslash
26174 topfraction
26175 \series default
26176 ).
26177 \end_layout
26178
26179 \begin_layout Standard
26180
26181 \family sans
26182 Bas
26183 \begin_inset space ~
26184 \end_inset
26185
26186 de
26187 \begin_inset space ~
26188 \end_inset
26189
26190 la
26191 \begin_inset space ~
26192 \end_inset
26193
26194 page
26195 \family default
26196  : seuls les flottants occupant moins de 30% de la page peuvent être placés
26197  en bas de page (
26198 \series bold
26199
26200 \backslash
26201 bottomfraction
26202 \series default
26203 ).
26204 \end_layout
26205
26206 \begin_layout Standard
26207
26208 \family sans
26209 Page
26210 \begin_inset space ~
26211 \end_inset
26212
26213 de
26214 \begin_inset space ~
26215 \end_inset
26216
26217 flottants
26218 \family default
26219  : plusieurs flottants peuvent être placés ensembles sur une page seulement
26220  si ils occupent plus de 50% de celle-ci (
26221 \series bold
26222
26223 \backslash
26224 floatpagefraction
26225 \series default
26226 ).
26227 \end_layout
26228
26229 \begin_layout Standard
26230 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
26231  supplémentaire 
26232 \family sans
26233 Ignorer
26234 \begin_inset space ~
26235 \end_inset
26236
26237 les
26238 \begin_inset space ~
26239 \end_inset
26240
26241 règles
26242 \begin_inset space ~
26243 \end_inset
26244
26245 LaTeX
26246 \family default
26247 \lang english
26248 .
26249 \begin_inset Newline newline
26250 \end_inset
26251
26252
26253 \lang french
26254 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
26255  données entre parenthèses après les descriptions des règles données ci-dessus.
26256  Par exemple, pour augmenter à 50
26257 \begin_inset space \thinspace{}
26258 \end_inset
26259
26260 % la valeur de la règle de bas de page dont la valeur implicite est souvent
26261  trop petite, ajoutez cette ligne au préambule de votre document :
26262 \end_layout
26263
26264 \begin_layout Standard
26265
26266 \series bold
26267
26268 \backslash
26269 renewcommand{
26270 \backslash
26271 bottomfraction}{0.5}
26272 \end_layout
26273
26274 \begin_layout Standard
26275 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
26276  exactement à l'endroit où vous l'avez inséré.
26277  dans ce cas utilisez l'option 
26278 \family sans
26279 Ici
26280 \begin_inset space ~
26281 \end_inset
26282
26283 à
26284 \begin_inset space ~
26285 \end_inset
26286
26287 tout
26288 \begin_inset space ~
26289 \end_inset
26290
26291 Prix
26292 \family default
26293 .
26294  Utilisez cette option le moins souvent possible et seulement quand le document
26295  est presque prêt à être imprimé.
26296  En effet, le flottant n'est plus capable de 
26297 \begin_inset Quotes fld
26298 \end_inset
26299
26300 flotter
26301 \begin_inset Quotes frd
26302 \end_inset
26303
26304 , ce qui peut perturber toutes les mises en page.
26305 \end_layout
26306
26307 \begin_layout Standard
26308 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
26309  sont toujours entourés par le texte d'un paragraphe donné.
26310 \begin_inset VSpace bigskip
26311 \end_inset
26312
26313
26314 \end_layout
26315
26316 \begin_layout Standard
26317 On peut parfois se trouver dans la situation où un flottant est placé en
26318  haut d'une page alors que la section concernée ne commence qu'au milieu
26319  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
26320  la section précédente.
26321  On peut utiliser la commande LaTeX 
26322 \series bold
26323
26324 \backslash
26325 suppressfloats
26326 \series default
26327  pour éviter ce cas.
26328  Elle empêche le placement d'un flottant donné dans la page dans laquelle
26329  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
26330  soit placé avant que la section commence.
26331  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
26332  votre document :
26333 \end_layout
26334
26335 \begin_layout Standard
26336
26337 \series bold
26338
26339 \backslash
26340 let
26341 \backslash
26342 mySection
26343 \backslash
26344 section
26345 \begin_inset Newline newline
26346 \end_inset
26347
26348
26349 \backslash
26350 renewcommand{
26351 \backslash
26352 section}{
26353 \backslash
26354 suppressfloats[t]
26355 \backslash
26356 mySection}
26357 \end_layout
26358
26359 \begin_layout Standard
26360 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
26361  comme les chapitres et les sous-sections.
26362  Il n'est pas recommandé d'utiliser cette définition avec des portions de
26363  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
26364  ensuite avoir du mal à trouver un positionnement correct.
26365 \end_layout
26366
26367 \begin_layout Standard
26368 \begin_inset VSpace bigskip
26369 \end_inset
26370
26371 Dans certains cas il est demandé de placer toutes les figures et tous les
26372  tableaux à la fin du document.
26373  C'est pour de telles situations que le paquetage LaTeX 
26374 \series bold
26375 endfloat
26376 \series default
26377
26378 \begin_inset Index idx
26379 status collapsed
26380
26381 \begin_layout Plain Layout
26382 Paquetages LaTeX ! endfloat
26383 \end_layout
26384
26385 \end_inset
26386
26387  a été développé.
26388  Il met en effet tous les flottants de figures et de tableaux à la fin du
26389  document dans leurs propres sections.
26390  À la position d'origine du flottant, une indication textuelle du genre
26391  
26392 \begin_inset Quotes fld
26393 \end_inset
26394
26395
26396 \family sans
26397 [Figure
26398 \begin_inset space ~
26399 \end_inset
26400
26401 3.2 
26402 \lang english
26403 about here.
26404 \lang french
26405 ]
26406 \family default
26407
26408 \begin_inset Quotes frd
26409 \end_inset
26410
26411  est insérée.
26412  Le paquetage 
26413 \series bold
26414 endfloat
26415 \series default
26416  est chargé dans le préambule avec la ligne suivante 
26417 \end_layout
26418
26419 \begin_layout Standard
26420
26421 \series bold
26422
26423 \backslash
26424 usepackage[options]{endfloat}
26425 \end_layout
26426
26427 \begin_layout Standard
26428 Il y a aussi de nombreuses options de paquetage pour modifier le format
26429  des sections de figures ou de tableau qui sont créées.
26430  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
26431  
26432 \series bold
26433 endfloa
26434 \series default
26435
26436 \begin_inset CommandInset citation
26437 LatexCommand cite
26438 key "endfloat"
26439
26440 \end_inset
26441
26442 .
26443 \begin_inset Newline newline
26444 \end_inset
26445
26446
26447 \begin_inset Note Greyedout
26448 status open
26449
26450 \begin_layout Plain Layout
26451
26452 \series bold
26453 Note: endfloat
26454 \series default
26455  ne fournit pas de traduction automatique de l'indication textuelle, vous
26456  devez donc le faire manuellement, voyez la section
26457 \begin_inset space ~
26458 \end_inset
26459
26460 4 de 
26461 \begin_inset CommandInset citation
26462 LatexCommand cite
26463 key "endfloat"
26464
26465 \end_inset
26466
26467 .
26468 \end_layout
26469
26470 \end_inset
26471
26472
26473 \begin_inset Newline newline
26474 \end_inset
26475
26476
26477 \begin_inset Note Greyedout
26478 status open
26479
26480 \begin_layout Plain Layout
26481
26482 \series bold
26483 Note:
26484 \series default
26485  Il y a actuellement un bug dans le paquetage 
26486 \series bold
26487 endfloat
26488 \series default
26489  quand la légende contient un 
26490 \begin_inset Quotes fld
26491 \end_inset
26492
26493 ß
26494 \begin_inset Quotes frd
26495 \end_inset
26496
26497  allemand.
26498  Utilisez dans ce cas la commande 
26499 \begin_inset Quotes fld
26500 \end_inset
26501
26502
26503 \series bold
26504
26505 \backslash
26506 ss
26507 \series default
26508
26509 \begin_inset Quotes frd
26510 \end_inset
26511
26512  en code TeX à la place du 
26513 \begin_inset Quotes fld
26514 \end_inset
26515
26516 ß
26517 \begin_inset Quotes frd
26518 \end_inset
26519
26520 .
26521 \end_layout
26522
26523 \end_inset
26524
26525
26526 \end_layout
26527
26528 \begin_layout Standard
26529 \begin_inset VSpace bigskip
26530 \end_inset
26531
26532 Pour plus d'information sur les manières de placer les flottants, jetez
26533  un coup d'œil aux livres sur LaTeX, 
26534 \begin_inset CommandInset citation
26535 LatexCommand cite
26536 key "latexcompanion,latexguide,latexbook"
26537
26538 \end_inset
26539
26540 .
26541 \end_layout
26542
26543 \begin_layout Section
26544 Flottants renversés
26545 \begin_inset CommandInset label
26546 LatexCommand label
26547 name "sec:Flottants-renversés"
26548
26549 \end_inset
26550
26551
26552 \begin_inset Index idx
26553 status collapsed
26554
26555 \begin_layout Plain Layout
26556 Flottants ! Renversés
26557 \end_layout
26558
26559 \end_inset
26560
26561
26562 \end_layout
26563
26564 \begin_layout Standard
26565 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
26566  tableaux très larges.
26567  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
26568  un clic droit sur la boîte du flottant et utilisez l'option 
26569 \family sans
26570 Rotation
26571 \begin_inset space ~
26572 \end_inset
26573
26574 90°
26575 \family default
26576 .
26577 \end_layout
26578
26579 \begin_layout Standard
26580 Les flottants renversés sont systématiquement placés sur leur propre page
26581  ( ou colonne, si vous avez un document sur deux colonnes ).
26582  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
26583  
26584 \family sans
26585 Plusieurs
26586 \begin_inset space ~
26587 \end_inset
26588
26589 colonnes
26590 \family default
26591  dans les paramètres du flottant.
26592  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
26593  du côté de la marge externe.
26594  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
26595  ajouter soit l'option 
26596 \series bold
26597 figuresleft
26598 \series default
26599  soit l'option 
26600 \series bold
26601 figuresright
26602 \series default
26603  aux options de la classe de document.
26604 \end_layout
26605
26606 \begin_layout Standard
26607 Faire référence à un flottant renversé se fait de la même manière que pour
26608  un flottant normal, la mise en forme de la légende est aussi identique
26609  : Le tableau
26610 \begin_inset space ~
26611 \end_inset
26612
26613
26614 \begin_inset CommandInset ref
26615 LatexCommand ref
26616 reference "tab:Tableau-pivoté"
26617
26618 \end_inset
26619
26620  est un exemple de flottant de tableau renversé.
26621 \end_layout
26622
26623 \begin_layout Standard
26624 \begin_inset Note Greyedout
26625 status open
26626
26627 \begin_layout Plain Layout
26628
26629 \series bold
26630 Note:
26631 \series default
26632  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
26633  DVI.
26634 \end_layout
26635
26636 \end_inset
26637
26638
26639 \end_layout
26640
26641 \begin_layout Standard
26642 \begin_inset Float table
26643 wide false
26644 sideways true
26645 status open
26646
26647 \begin_layout Plain Layout
26648 \begin_inset Caption Standard
26649
26650 \begin_layout Plain Layout
26651 \begin_inset CommandInset label
26652 LatexCommand label
26653 name "tab:Tableau-pivoté"
26654
26655 \end_inset
26656
26657  Tableau pivoté
26658 \end_layout
26659
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \begin_layout Plain Layout
26666 \align center
26667 \begin_inset Tabular
26668 <lyxtabular version="3" rows="1" columns="5">
26669 <features rotate="0" tabularvalignment="middle">
26670 <column alignment="center" valignment="top">
26671 <column alignment="center" valignment="top">
26672 <column alignment="center" valignment="top">
26673 <column alignment="center" valignment="top">
26674 <column alignment="center" valignment="top">
26675 <row>
26676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26677 \begin_inset Text
26678
26679 \begin_layout Plain Layout
26680 test
26681 \end_layout
26682
26683 \end_inset
26684 </cell>
26685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26686 \begin_inset Text
26687
26688 \begin_layout Plain Layout
26689 b
26690 \end_layout
26691
26692 \end_inset
26693 </cell>
26694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26695 \begin_inset Text
26696
26697 \begin_layout Plain Layout
26698 c
26699 \end_layout
26700
26701 \end_inset
26702 </cell>
26703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707 d
26708 \end_layout
26709
26710 \end_inset
26711 </cell>
26712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26713 \begin_inset Text
26714
26715 \begin_layout Plain Layout
26716 e
26717 \end_layout
26718
26719 \end_inset
26720 </cell>
26721 </row>
26722 </lyxtabular>
26723
26724 \end_inset
26725
26726
26727 \end_layout
26728
26729 \end_inset
26730
26731
26732 \end_layout
26733
26734 \begin_layout Section
26735 Sous-flottants
26736 \begin_inset Index idx
26737 status collapsed
26738
26739 \begin_layout Plain Layout
26740 Flottants ! Sous-flottants
26741 \end_layout
26742
26743 \end_inset
26744
26745
26746 \end_layout
26747
26748 \begin_layout Standard
26749 Un exemple de sous-flottant : une figure composée de plusieurs images.
26750  On les crée en insérant un flottant dans un flottant existant.
26751  Le positionnement des sous-flottants peut être contrôlé comme pour les
26752  paragraphes comme on le voit avec les tableaux
26753 \begin_inset space ~
26754 \end_inset
26755
26756
26757 \begin_inset CommandInset ref
26758 LatexCommand ref
26759 reference "tab:Deux-sous-tableaux-cote-a-cote"
26760
26761 \end_inset
26762
26763  et 
26764 \begin_inset CommandInset ref
26765 LatexCommand ref
26766 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
26767
26768 \end_inset
26769
26770 .
26771 \end_layout
26772
26773 \begin_layout Standard
26774 On fait référence à des sous-flottants comme on le ferait avec des flottants
26775  normaux : Les tableaux
26776 \begin_inset space ~
26777 \end_inset
26778
26779
26780 \begin_inset CommandInset ref
26781 LatexCommand ref
26782 reference "tab:Le-sous-tableau-a"
26783
26784 \end_inset
26785
26786  et 
26787 \begin_inset CommandInset ref
26788 LatexCommand ref
26789 reference "tab:Le-sous-tableau-b"
26790
26791 \end_inset
26792
26793  sont des sous-tableaux du tableau
26794 \begin_inset space ~
26795 \end_inset
26796
26797
26798 \begin_inset CommandInset ref
26799 LatexCommand ref
26800 reference "tab:Deux-sous-tableaux-cote-a-cote"
26801
26802 \end_inset
26803
26804 .
26805 \end_layout
26806
26807 \begin_layout Standard
26808 \begin_inset Float table
26809 wide false
26810 sideways false
26811 status open
26812
26813 \begin_layout Plain Layout
26814 \begin_inset Caption Standard
26815
26816 \begin_layout Plain Layout
26817 \begin_inset CommandInset label
26818 LatexCommand label
26819 name "tab:Deux-sous-tableaux-cote-a-cote"
26820
26821 \end_inset
26822
26823 Deux sous-tableaux placés côte-à-côte.
26824 \end_layout
26825
26826 \end_inset
26827
26828
26829 \end_layout
26830
26831 \begin_layout Plain Layout
26832 \align center
26833 \begin_inset space \hfill{}
26834 \end_inset
26835
26836
26837 \begin_inset Float table
26838 wide false
26839 sideways false
26840 status collapsed
26841
26842 \begin_layout Plain Layout
26843 \begin_inset Caption Standard
26844
26845 \begin_layout Plain Layout
26846 \begin_inset CommandInset label
26847 LatexCommand label
26848 name "tab:Le-sous-tableau-a"
26849
26850 \end_inset
26851
26852 Le sous-tableau a
26853 \end_layout
26854
26855 \end_inset
26856
26857
26858 \end_layout
26859
26860 \begin_layout Plain Layout
26861 \align center
26862 \begin_inset Tabular
26863 <lyxtabular version="3" rows="1" columns="5">
26864 <features rotate="0" tabularvalignment="middle">
26865 <column alignment="center" valignment="top">
26866 <column alignment="center" valignment="top">
26867 <column alignment="center" valignment="top">
26868 <column alignment="center" valignment="top">
26869 <column alignment="center" valignment="top">
26870 <row>
26871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26872 \begin_inset Text
26873
26874 \begin_layout Plain Layout
26875 test
26876 \end_layout
26877
26878 \end_inset
26879 </cell>
26880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26881 \begin_inset Text
26882
26883 \begin_layout Plain Layout
26884 b
26885 \end_layout
26886
26887 \end_inset
26888 </cell>
26889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26890 \begin_inset Text
26891
26892 \begin_layout Plain Layout
26893 c
26894 \end_layout
26895
26896 \end_inset
26897 </cell>
26898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26899 \begin_inset Text
26900
26901 \begin_layout Plain Layout
26902 d
26903 \end_layout
26904
26905 \end_inset
26906 </cell>
26907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26908 \begin_inset Text
26909
26910 \begin_layout Plain Layout
26911 e
26912 \end_layout
26913
26914 \end_inset
26915 </cell>
26916 </row>
26917 </lyxtabular>
26918
26919 \end_inset
26920
26921
26922 \end_layout
26923
26924 \end_inset
26925
26926
26927 \begin_inset space \hfill{}
26928 \end_inset
26929
26930
26931 \begin_inset Float table
26932 wide false
26933 sideways false
26934 status collapsed
26935
26936 \begin_layout Plain Layout
26937 \begin_inset Caption Standard
26938
26939 \begin_layout Plain Layout
26940 \begin_inset CommandInset label
26941 LatexCommand label
26942 name "tab:Le-sous-tableau-b"
26943
26944 \end_inset
26945
26946 Le sous-tableau b.
26947 \end_layout
26948
26949 \end_inset
26950
26951
26952 \end_layout
26953
26954 \begin_layout Plain Layout
26955 \align center
26956 \begin_inset Tabular
26957 <lyxtabular version="3" rows="1" columns="5">
26958 <features rotate="0" tabularvalignment="middle">
26959 <column alignment="center" valignment="top">
26960 <column alignment="center" valignment="top">
26961 <column alignment="center" valignment="top">
26962 <column alignment="center" valignment="top">
26963 <column alignment="center" valignment="top">
26964 <row>
26965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26966 \begin_inset Text
26967
26968 \begin_layout Plain Layout
26969 e
26970 \end_layout
26971
26972 \end_inset
26973 </cell>
26974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26975 \begin_inset Text
26976
26977 \begin_layout Plain Layout
26978 d
26979 \end_layout
26980
26981 \end_inset
26982 </cell>
26983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26984 \begin_inset Text
26985
26986 \begin_layout Plain Layout
26987 c
26988 \end_layout
26989
26990 \end_inset
26991 </cell>
26992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26993 \begin_inset Text
26994
26995 \begin_layout Plain Layout
26996 b
26997 \end_layout
26998
26999 \end_inset
27000 </cell>
27001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27002 \begin_inset Text
27003
27004 \begin_layout Plain Layout
27005 test
27006 \end_layout
27007
27008 \end_inset
27009 </cell>
27010 </row>
27011 </lyxtabular>
27012
27013 \end_inset
27014
27015
27016 \end_layout
27017
27018 \end_inset
27019
27020
27021 \begin_inset space \hfill{}
27022 \end_inset
27023
27024
27025 \end_layout
27026
27027 \end_inset
27028
27029
27030 \end_layout
27031
27032 \begin_layout Standard
27033 \begin_inset Float table
27034 wide false
27035 sideways false
27036 status open
27037
27038 \begin_layout Plain Layout
27039 \begin_inset Caption Standard
27040
27041 \begin_layout Plain Layout
27042 \begin_inset CommandInset label
27043 LatexCommand label
27044 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27045
27046 \end_inset
27047
27048 Deux sous-tableaux placés l'un sur l'autre.
27049  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
27050 \end_layout
27051
27052 \end_inset
27053
27054
27055 \end_layout
27056
27057 \begin_layout Plain Layout
27058 \align center
27059 \begin_inset Float table
27060 wide false
27061 sideways false
27062 status collapsed
27063
27064 \begin_layout Plain Layout
27065 \begin_inset Caption Standard
27066
27067 \begin_layout Plain Layout
27068
27069 \end_layout
27070
27071 \end_inset
27072
27073
27074 \end_layout
27075
27076 \begin_layout Plain Layout
27077 \align center
27078 \begin_inset Tabular
27079 <lyxtabular version="3" rows="1" columns="4">
27080 <features rotate="0" tabularvalignment="middle">
27081 <column alignment="center" valignment="top">
27082 <column alignment="center" valignment="top">
27083 <column alignment="center" valignment="top">
27084 <column alignment="center" valignment="top">
27085 <row>
27086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27087 \begin_inset Text
27088
27089 \begin_layout Plain Layout
27090 test
27091 \end_layout
27092
27093 \end_inset
27094 </cell>
27095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27096 \begin_inset Text
27097
27098 \begin_layout Plain Layout
27099 test
27100 \end_layout
27101
27102 \end_inset
27103 </cell>
27104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27105 \begin_inset Text
27106
27107 \begin_layout Plain Layout
27108 test
27109 \end_layout
27110
27111 \end_inset
27112 </cell>
27113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27114 \begin_inset Text
27115
27116 \begin_layout Plain Layout
27117 test
27118 \end_layout
27119
27120 \end_inset
27121 </cell>
27122 </row>
27123 </lyxtabular>
27124
27125 \end_inset
27126
27127
27128 \end_layout
27129
27130 \end_inset
27131
27132
27133 \end_layout
27134
27135 \begin_layout Plain Layout
27136 \align center
27137 \begin_inset Float table
27138 wide false
27139 sideways false
27140 status collapsed
27141
27142 \begin_layout Plain Layout
27143 \begin_inset Caption Standard
27144
27145 \begin_layout Plain Layout
27146
27147 \end_layout
27148
27149 \end_inset
27150
27151
27152 \end_layout
27153
27154 \begin_layout Plain Layout
27155 \align center
27156 \begin_inset Tabular
27157 <lyxtabular version="3" rows="1" columns="5">
27158 <features rotate="0" tabularvalignment="middle">
27159 <column alignment="center" valignment="top">
27160 <column alignment="center" valignment="top">
27161 <column alignment="center" valignment="top">
27162 <column alignment="center" valignment="top">
27163 <column alignment="center" valignment="top">
27164 <row>
27165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27166 \begin_inset Text
27167
27168 \begin_layout Plain Layout
27169 a
27170 \end_layout
27171
27172 \end_inset
27173 </cell>
27174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27175 \begin_inset Text
27176
27177 \begin_layout Plain Layout
27178 b
27179 \end_layout
27180
27181 \end_inset
27182 </cell>
27183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27184 \begin_inset Text
27185
27186 \begin_layout Plain Layout
27187 c
27188 \end_layout
27189
27190 \end_inset
27191 </cell>
27192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27193 \begin_inset Text
27194
27195 \begin_layout Plain Layout
27196 d
27197 \end_layout
27198
27199 \end_inset
27200 </cell>
27201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27202 \begin_inset Text
27203
27204 \begin_layout Plain Layout
27205 e
27206 \end_layout
27207
27208 \end_inset
27209 </cell>
27210 </row>
27211 </lyxtabular>
27212
27213 \end_inset
27214
27215
27216 \end_layout
27217
27218 \end_inset
27219
27220
27221 \end_layout
27222
27223 \end_inset
27224
27225
27226 \end_layout
27227
27228 \begin_layout Section
27229 Flottants côte-à-côte
27230 \begin_inset Index idx
27231 status collapsed
27232
27233 \begin_layout Plain Layout
27234 Flottants ! côte-à-côte
27235 \end_layout
27236
27237 \end_inset
27238
27239
27240 \end_layout
27241
27242 \begin_layout Standard
27243 Pour placer des flottants côte-à-côte, comme pour la figure
27244 \begin_inset space ~
27245 \end_inset
27246
27247
27248 \begin_inset CommandInset ref
27249 LatexCommand ref
27250 reference "fig:Flottant-gauche"
27251
27252 \end_inset
27253
27254  et 
27255 \begin_inset CommandInset ref
27256 LatexCommand ref
27257 reference "fig:Flottant-droit"
27258
27259 \end_inset
27260
27261 , on n'utilise 
27262 \emph on
27263 qu'un seul 
27264 \emph default
27265 flottant.
27266  On y insère deux boîtes de minipages.
27267 \begin_inset Foot
27268 status collapsed
27269
27270 \begin_layout Plain Layout
27271 Les minipages sont décrites dans la section
27272 \begin_inset space ~
27273 \end_inset
27274
27275
27276 \begin_inset CommandInset ref
27277 LatexCommand ref
27278 reference "sec:Minipages"
27279
27280 \end_inset
27281
27282 .
27283 \end_layout
27284
27285 \end_inset
27286
27287  La largeur est mise à 45
27288 \begin_inset space \thinspace{}
27289 \end_inset
27290
27291 -50
27292 \begin_inset space \thinspace{}
27293 \end_inset
27294
27295 column% et l'alignement de la boîte à 
27296 \family sans
27297 Bas
27298 \family default
27299  pour chaque minipage.
27300  Les boîtes minipages contiennent l'image et la légende exactement comme
27301  avec un flottant.
27302  La seule différence est que l'unité de longueur 
27303 \family sans
27304 Largeur
27305 \begin_inset space ~
27306 \end_inset
27307
27308 colonne
27309 \begin_inset space ~
27310 \end_inset
27311
27312 %
27313 \family default
27314  utilisée pour l'image est maintenant définie par rapport à la largeur des
27315  boîtes minipages.
27316 \end_layout
27317
27318 \begin_layout Standard
27319 \begin_inset Float figure
27320 wide false
27321 sideways false
27322 status open
27323
27324 \begin_layout Plain Layout
27325 \begin_inset Box Frameless
27326 position "b"
27327 hor_pos "c"
27328 has_inner_box 1
27329 inner_pos "t"
27330 use_parbox 0
27331 use_makebox 0
27332 width "45col%"
27333 special "none"
27334 height "1in"
27335 height_special "totalheight"
27336 status open
27337
27338 \begin_layout Plain Layout
27339 \align center
27340 \begin_inset Graphics
27341         filename ../clipart/mobius.eps
27342         lyxscale 50
27343         width 100col%
27344         scaleBeforeRotation
27345
27346 \end_inset
27347
27348
27349 \end_layout
27350
27351 \begin_layout Plain Layout
27352 \begin_inset Caption Standard
27353
27354 \begin_layout Plain Layout
27355 \begin_inset CommandInset label
27356 LatexCommand label
27357 name "fig:Flottant-gauche"
27358
27359 \end_inset
27360
27361 Flottant du côté gauche.
27362 \end_layout
27363
27364 \end_inset
27365
27366
27367 \end_layout
27368
27369 \end_inset
27370
27371
27372 \begin_inset space \hfill{}
27373 \end_inset
27374
27375
27376 \begin_inset Box Frameless
27377 position "b"
27378 hor_pos "c"
27379 has_inner_box 1
27380 inner_pos "t"
27381 use_parbox 0
27382 use_makebox 0
27383 width "45col%"
27384 special "none"
27385 height "1in"
27386 height_special "totalheight"
27387 status open
27388
27389 \begin_layout Plain Layout
27390 \align center
27391 \begin_inset Graphics
27392         filename ../clipart/platypus.eps
27393         lyxscale 50
27394         width 100col%
27395         scaleBeforeRotation
27396
27397 \end_inset
27398
27399
27400 \end_layout
27401
27402 \begin_layout Plain Layout
27403 \begin_inset Caption Standard
27404
27405 \begin_layout Plain Layout
27406 \begin_inset CommandInset label
27407 LatexCommand label
27408 name "fig:Flottant-droit"
27409
27410 \end_inset
27411
27412 Flottant du côté droit.
27413 \end_layout
27414
27415 \end_inset
27416
27417
27418 \end_layout
27419
27420 \end_inset
27421
27422
27423 \end_layout
27424
27425 \end_inset
27426
27427
27428 \end_layout
27429
27430 \begin_layout Section
27431 Mise en forme de la légende
27432 \begin_inset Index idx
27433 status collapsed
27434
27435 \begin_layout Plain Layout
27436 Légende ! Mise en forme
27437 \end_layout
27438
27439 \end_inset
27440
27441
27442 \begin_inset Index idx
27443 status collapsed
27444
27445 \begin_layout Plain Layout
27446 Flottants ! Mise en forme de la Légende
27447 \end_layout
27448
27449 \end_inset
27450
27451
27452 \begin_inset CommandInset label
27453 LatexCommand label
27454 name "sec:Formatage-légende"
27455
27456 \end_inset
27457
27458
27459 \end_layout
27460
27461 \begin_layout Standard
27462 L'environnement 
27463 \family sans
27464 Légende
27465 \family default
27466  est l'environnement de paragraphe implicite pour les 
27467 \family sans
27468 flottants
27469 \family default
27470 .
27471  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
27472  par exemple 
27473 \begin_inset Quotes fld
27474 \end_inset
27475
27476
27477 \family sans
27478 Figure #:
27479 \family default
27480
27481 \begin_inset Quotes frd
27482 \end_inset
27483
27484  suivi par le texte de la légende.
27485  Le 
27486 \begin_inset Quotes fld
27487 \end_inset
27488
27489 #
27490 \begin_inset Quotes frd
27491 \end_inset
27492
27493  étant remplacé par le numéro de référence réel.
27494  implicitement l'étiquette et le numéro sont dans la même police de caractères
27495  que le texte de la légende et deux points suivent le numéro pour séparer
27496  l'étiquette du texte.
27497  Ce format de légende n'est pas forcément adapté à tous les types de documents.
27498 \end_layout
27499
27500 \begin_layout Standard
27501 Pour modifier le format implicite des légendes, il faut charger le paquetage
27502  LaTeX 
27503 \series bold
27504 caption
27505 \series default
27506
27507 \begin_inset Index idx
27508 status collapsed
27509
27510 \begin_layout Plain Layout
27511 Paquetages LaTeX ! caption
27512 \end_layout
27513
27514 \end_inset
27515
27516  dans le préambule de votre document avec la ligne suivante :
27517 \end_layout
27518
27519 \begin_layout Standard
27520
27521 \series bold
27522
27523 \backslash
27524 usepackage[format definition]{caption}
27525 \end_layout
27526
27527 \begin_layout Standard
27528 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
27529  grasse et les légendes de tableau toujours au dessus des tableaux, comme
27530  dans ce document, utilisez les commandes suivantes :
27531 \end_layout
27532
27533 \begin_layout Standard
27534
27535 \series bold
27536
27537 \backslash
27538 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27539 \end_layout
27540
27541 \begin_layout Standard
27542 Vous pouvez aussi définir des formats de légendes différents pour les différents
27543  types de flottants.
27544  Dans ce cas chargez le paquetage 
27545 \series bold
27546 caption 
27547 \series default
27548 sans option de format spécifique et définissez les différents formats à
27549  l'aide de la commande 
27550 \end_layout
27551
27552 \begin_layout Standard
27553
27554 \series bold
27555
27556 \backslash
27557 captionsetup[type de flottant]{définition du format}
27558 \end_layout
27559
27560 \begin_layout Standard
27561 dans le préambule du document.
27562  Par exemple les formats de légende de la Figure
27563 \begin_inset space ~
27564 \end_inset
27565
27566
27567 \begin_inset CommandInset ref
27568 LatexCommand ref
27569 reference "fig:Legende-de-fig"
27570
27571 \end_inset
27572
27573  et du Tableau
27574 \begin_inset space ~
27575 \end_inset
27576
27577
27578 \begin_inset CommandInset ref
27579 LatexCommand ref
27580 reference "tab:Légende-de-tab"
27581
27582 \end_inset
27583
27584  peuvent être créés en utilisant les commandes suivantes dans le préambule
27585  :
27586 \end_layout
27587
27588 \begin_layout Standard
27589
27590 \series bold
27591
27592 \backslash
27593 usepackage[tableposition=top]{caption}
27594 \series default
27595
27596 \begin_inset Newline newline
27597 \end_inset
27598
27599
27600 \series bold
27601
27602 \backslash
27603 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27604 \begin_inset Newline newline
27605 \end_inset
27606
27607
27608 \begin_inset Phantom HPhantom
27609 status open
27610
27611 \begin_layout Plain Layout
27612
27613 \series bold
27614
27615 \backslash
27616 captionsetup[figure]{
27617 \end_layout
27618
27619 \end_inset
27620
27621 labelsep=period}
27622 \begin_inset Newline newline
27623 \end_inset
27624
27625
27626 \backslash
27627 captionsetup[table]{labelfont={bf,sf}}
27628 \end_layout
27629
27630 \begin_layout Standard
27631 \begin_inset Note Greyedout
27632 status open
27633
27634 \begin_layout Plain Layout
27635
27636 \series bold
27637 Note:
27638 \series default
27639  L'option 
27640 \series bold
27641 tableposition=top
27642 \series default
27643  n'a pas d'effet quand on utilise un document de classe 
27644 \series bold
27645 KOMA-Script
27646 \series default
27647
27648 \begin_inset Index idx
27649 status collapsed
27650
27651 \begin_layout Plain Layout
27652 Paquetages LaTeX ! KOMA-Script
27653 \end_layout
27654
27655 \end_inset
27656
27657 .
27658  Dans ce cas on doit utiliser l'option 
27659 \series bold
27660 captions=tableheading
27661 \series default
27662  de la classe de document.
27663 \end_layout
27664
27665 \end_inset
27666
27667
27668 \end_layout
27669
27670 \begin_layout Standard
27671 Pour plus d'information sur le paquetage 
27672 \series bold
27673 caption
27674 \series default
27675  nous vous renvoyons à sa documentation 
27676 \begin_inset CommandInset citation
27677 LatexCommand cite
27678 key "caption"
27679
27680 \end_inset
27681
27682 .
27683 \end_layout
27684
27685 \begin_layout Standard
27686 Pour changer le nom de l'étiquette, par exemple de 
27687 \begin_inset Quotes fld
27688 \end_inset
27689
27690 Figure
27691 \begin_inset Quotes frd
27692 \end_inset
27693
27694  à 
27695 \begin_inset Quotes fld
27696 \end_inset
27697
27698 Image
27699 \begin_inset Quotes frd
27700 \end_inset
27701
27702 , utilisez la commande suivante dans le préambule :
27703 \end_layout
27704
27705 \begin_layout Standard
27706
27707 \series bold
27708
27709 \backslash
27710 renewcommand{
27711 \backslash
27712 fnum@figure}{Image~
27713 \backslash
27714 thefigure}
27715 \end_layout
27716
27717 \begin_layout Standard
27718 où 
27719 \series bold
27720
27721 \backslash
27722 thefigure
27723 \series default
27724  insère le numéro de la figure et
27725 \series bold
27726  
27727 \begin_inset Quotes fld
27728 \end_inset
27729
27730 ~
27731 \series default
27732
27733 \begin_inset Quotes frd
27734 \end_inset
27735
27736  ajoute une espace insécable.
27737 \end_layout
27738
27739 \begin_layout Standard
27740 \begin_inset VSpace bigskip
27741 \end_inset
27742
27743 Si vous utilisez un document de classe 
27744 \series bold
27745 KOMA-Script
27746 \series default
27747
27748 \begin_inset Index idx
27749 status collapsed
27750
27751 \begin_layout Plain Layout
27752 Paquetages LaTeX ! KOMA-Script
27753 \end_layout
27754
27755 \end_inset
27756
27757  (
27758 \family sans
27759 article (KOMA-Script)
27760 \family default
27761
27762 \family sans
27763 book (KOMA-Script)
27764 \family default
27765
27766 \family sans
27767 letter (KOMA-Script)
27768 \family default
27769 , ou 
27770 \family sans
27771 report (KOMA-Script)
27772 \family default
27773
27774 \begin_inset space \thinspace{}
27775 \end_inset
27776
27777 ), Vous pouvez utiliser la commande incorporée 
27778 \series bold
27779
27780 \backslash
27781 setkomafont 
27782 \series default
27783 du paquetage
27784 \series bold
27785  KOMA-Script 
27786 \series default
27787 à la place du paquetage
27788 \series bold
27789  caption.
27790  
27791 \series default
27792 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
27793  suivante au préambule de votre document :
27794 \end_layout
27795
27796 \begin_layout Standard
27797
27798 \series bold
27799
27800 \backslash
27801 setkomafont{captionlabel}{
27802 \backslash
27803 bfseries}
27804 \end_layout
27805
27806 \begin_layout Standard
27807 Pour plus d'information au sujet de 
27808 \series bold
27809
27810 \backslash
27811 setkomafont
27812 \series default
27813  nous vous renvoyons à la documentation du paquetage 
27814 \series bold
27815 KOMA-Script
27816 \series default
27817  
27818 \begin_inset CommandInset citation
27819 LatexCommand cite
27820 key "KOMA-Script"
27821
27822 \end_inset
27823
27824 .
27825 \end_layout
27826
27827 \begin_layout Standard
27828 \begin_inset ERT
27829 status collapsed
27830
27831 \begin_layout Plain Layout
27832
27833
27834 \backslash
27835 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27836 }
27837 \end_layout
27838
27839 \end_inset
27840
27841
27842 \begin_inset Note Note
27843 status open
27844
27845 \begin_layout Plain Layout
27846 Le format de la légende n'est modifié que pour cet exemple.
27847 \end_layout
27848
27849 \end_inset
27850
27851
27852 \end_layout
27853
27854 \begin_layout Standard
27855 \begin_inset Float figure
27856 placement !p
27857 wide false
27858 sideways false
27859 status open
27860
27861 \begin_layout Plain Layout
27862 \align center
27863 \begin_inset Graphics
27864         filename ../clipart/mobius.eps
27865         lyxscale 50
27866         scale 50
27867         scaleBeforeRotation
27868
27869 \end_inset
27870
27871
27872 \end_layout
27873
27874 \begin_layout Plain Layout
27875 \begin_inset Caption Standard
27876
27877 \begin_layout Plain Layout
27878 \begin_inset CommandInset label
27879 LatexCommand label
27880 name "fig:Legende-de-fig"
27881
27882 \end_inset
27883
27884 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
27885  pour montrer les différents types de formats de légendes.
27886  Ici on a utilisé un format de légende personnalisé.
27887 \end_layout
27888
27889 \end_inset
27890
27891
27892 \end_layout
27893
27894 \end_inset
27895
27896
27897 \end_layout
27898
27899 \begin_layout Standard
27900 \begin_inset ERT
27901 status collapsed
27902
27903 \begin_layout Plain Layout
27904
27905
27906 \backslash
27907 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27908 on}
27909 \end_layout
27910
27911 \end_inset
27912
27913
27914 \end_layout
27915
27916 \begin_layout Standard
27917 \begin_inset Float table
27918 placement !p
27919 wide false
27920 sideways false
27921 status open
27922
27923 \begin_layout Plain Layout
27924 \begin_inset Caption Standard
27925
27926 \begin_layout Plain Layout
27927 \begin_inset CommandInset label
27928 LatexCommand label
27929 name "tab:Légende-de-tab"
27930
27931 \end_inset
27932
27933 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
27934  pour montrer les différents types de formats de légendes.
27935  Ici on a utilisé le format de légende implicite.
27936 \end_layout
27937
27938 \end_inset
27939
27940
27941 \end_layout
27942
27943 \begin_layout Plain Layout
27944 \align center
27945 \begin_inset Tabular
27946 <lyxtabular version="3" rows="1" columns="5">
27947 <features rotate="0" tabularvalignment="middle">
27948 <column alignment="center" valignment="top">
27949 <column alignment="center" valignment="top">
27950 <column alignment="center" valignment="top">
27951 <column alignment="center" valignment="top">
27952 <column alignment="center" valignment="top">
27953 <row>
27954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27955 \begin_inset Text
27956
27957 \begin_layout Plain Layout
27958 a
27959 \end_layout
27960
27961 \end_inset
27962 </cell>
27963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27964 \begin_inset Text
27965
27966 \begin_layout Plain Layout
27967 b
27968 \end_layout
27969
27970 \end_inset
27971 </cell>
27972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27973 \begin_inset Text
27974
27975 \begin_layout Plain Layout
27976 c
27977 \end_layout
27978
27979 \end_inset
27980 </cell>
27981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27982 \begin_inset Text
27983
27984 \begin_layout Plain Layout
27985 d
27986 \end_layout
27987
27988 \end_inset
27989 </cell>
27990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27991 \begin_inset Text
27992
27993 \begin_layout Plain Layout
27994 e
27995 \end_layout
27996
27997 \end_inset
27998 </cell>
27999 </row>
28000 </lyxtabular>
28001
28002 \end_inset
28003
28004
28005 \end_layout
28006
28007 \end_inset
28008
28009
28010 \end_layout
28011
28012 \begin_layout Section
28013 Positionnement de la Légende
28014 \begin_inset Index idx
28015 status collapsed
28016
28017 \begin_layout Plain Layout
28018 Légende ! Placement
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \begin_inset Index idx
28025 status collapsed
28026
28027 \begin_layout Plain Layout
28028 Flottants ! Placement de la légende
28029 \end_layout
28030
28031 \end_inset
28032
28033
28034 \begin_inset CommandInset label
28035 LatexCommand label
28036 name "sec:Placement-légende"
28037
28038 \end_inset
28039
28040
28041 \end_layout
28042
28043 \begin_layout Standard
28044 La règle habituelle pour placer la légende est :
28045 \end_layout
28046
28047 \begin_layout Description
28048 Figure
28049 \begin_inset space ~
28050 \end_inset
28051
28052 : La légende est placée en dessous de la figure
28053 \end_layout
28054
28055 \begin_layout Description
28056 Tableau
28057 \begin_inset space ~
28058 \end_inset
28059
28060 : La légende est placée au dessus du tableau
28061 \end_layout
28062
28063 \begin_layout Standard
28064 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
28065  au dessus des tableaux.
28066  Ce qui fait que si vous utilisez une des classes de document 
28067 \family sans
28068 article
28069 \family default
28070
28071 \family sans
28072 book
28073 \family default
28074
28075 \family sans
28076 letter
28077 \family default
28078 , ou 
28079 \family sans
28080 report
28081 \family default
28082  il n'y aura pas d'espace libre entre la légende et le tableau.
28083  Pour insérer l'espace nécessaire, 
28084 \lang english
28085 load
28086 \lang french
28087  le paquetage LaTeX 
28088 \series bold
28089 caption
28090 \series default
28091
28092 \begin_inset Index idx
28093 status collapsed
28094
28095 \begin_layout Plain Layout
28096 Paquetages LaTeX ! caption
28097 \end_layout
28098
28099 \end_inset
28100
28101  dans le préambule de votre document avec l'option
28102 \begin_inset Foot
28103 status collapsed
28104
28105 \begin_layout Plain Layout
28106 Voir la section
28107 \begin_inset space ~
28108 \end_inset
28109
28110
28111 \begin_inset CommandInset ref
28112 LatexCommand ref
28113 reference "sec:Formatage-légende"
28114
28115 \end_inset
28116
28117  pour plus d'information sur le paquetage 
28118 \series bold
28119 caption
28120 \series default
28121 .
28122 \end_layout
28123
28124 \end_inset
28125
28126
28127 \end_layout
28128
28129 \begin_layout Standard
28130
28131 \series bold
28132 tableposition=top
28133 \end_layout
28134
28135 \begin_layout Standard
28136 Si vous utilisez une classe de document 
28137 \series bold
28138 KOMA-Script
28139 \series default
28140
28141 \begin_inset Index idx
28142 status collapsed
28143
28144 \begin_layout Plain Layout
28145 Paquetages LaTeX ! KOMA-Script
28146 \end_layout
28147
28148 \end_inset
28149
28150  (
28151 \family sans
28152 article (KOMA-Script)
28153 \family default
28154
28155 \family sans
28156 book (KOMA-Script)
28157 \family default
28158
28159 \family sans
28160 letter (KOMA-Script)
28161 \family default
28162 , ou 
28163 \family sans
28164 report (KOMA-Script)
28165 \family default
28166
28167 \begin_inset space \thinspace{}
28168 \end_inset
28169
28170 ), vous pouvez utiliser à la place du paquetage 
28171 \series bold
28172 caption
28173 \series default
28174  l'option
28175 \end_layout
28176
28177 \begin_layout Standard
28178
28179 \series bold
28180 captions=tableheading
28181 \end_layout
28182
28183 \begin_layout Standard
28184 de la classe de document.
28185 \begin_inset Foot
28186 status open
28187
28188 \begin_layout Plain Layout
28189 Cette option est utilisée dans le document
28190 \end_layout
28191
28192 \end_inset
28193
28194
28195 \end_layout
28196
28197 \begin_layout Standard
28198 Dans les documents utilisant la classe KOMA-Script, vous pouvez aussi ouvrir
28199  le menu contextuel dans une légende avec un clic droit et indiquer si la
28200  légende doit être au-dessus ou au-dessous du tableau ou de la figure.
28201  Vous pouvez de cette façon écraser le réglage global de placement des légendes
28202  pour certaines d'entre elles.
28203  Le tableau
28204 \begin_inset space ~
28205 \end_inset
28206
28207
28208 \begin_inset CommandInset ref
28209 LatexCommand ref
28210 reference "tab:A-caption-marked"
28211
28212 \end_inset
28213
28214  donne un exemple dans lequel la légende est positionnée au-dessous du tableau
28215  alors qu'elle est insérée au-dessus.
28216  Par comparaison, la légende du tableau
28217 \begin_inset space ~
28218 \end_inset
28219
28220
28221 \begin_inset CommandInset ref
28222 LatexCommand ref
28223 reference "tab:A-standard-table"
28224
28225 \end_inset
28226
28227  n'est pas repositionnée.
28228 \end_layout
28229
28230 \begin_layout Standard
28231 \begin_inset Float table
28232 wide false
28233 sideways false
28234 status open
28235
28236 \begin_layout Plain Layout
28237 \begin_inset Caption Below
28238
28239 \begin_layout Plain Layout
28240 \begin_inset CommandInset label
28241 LatexCommand label
28242 name "tab:A-caption-marked"
28243
28244 \end_inset
28245
28246 Une légende positionnée sous le tableau par le menu contextuel
28247 \lang english
28248 .
28249 \end_layout
28250
28251 \end_inset
28252
28253
28254 \end_layout
28255
28256 \begin_layout Plain Layout
28257 \align center
28258 \begin_inset Tabular
28259 <lyxtabular version="3" rows="3" columns="3">
28260 <features rotate="0" tabularvalignment="middle">
28261 <column alignment="center" valignment="top" width="0pt">
28262 <column alignment="center" valignment="top" width="0pt">
28263 <column alignment="center" valignment="top" width="0pt">
28264 <row>
28265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28266 \begin_inset Text
28267
28268 \begin_layout Plain Layout
28269 1
28270 \end_layout
28271
28272 \end_inset
28273 </cell>
28274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28275 \begin_inset Text
28276
28277 \begin_layout Plain Layout
28278 2
28279 \end_layout
28280
28281 \end_inset
28282 </cell>
28283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28284 \begin_inset Text
28285
28286 \begin_layout Plain Layout
28287 3
28288 \end_layout
28289
28290 \end_inset
28291 </cell>
28292 </row>
28293 <row>
28294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28295 \begin_inset Text
28296
28297 \begin_layout Plain Layout
28298 Jean
28299 \end_layout
28300
28301 \end_inset
28302 </cell>
28303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28304 \begin_inset Text
28305
28306 \begin_layout Plain Layout
28307 Marie
28308 \end_layout
28309
28310 \end_inset
28311 </cell>
28312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28313 \begin_inset Text
28314
28315 \begin_layout Plain Layout
28316 Pierre
28317 \end_layout
28318
28319 \end_inset
28320 </cell>
28321 </row>
28322 <row>
28323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28324 \begin_inset Text
28325
28326 \begin_layout Plain Layout
28327 \begin_inset Formula $\int x^{2}dx$
28328 \end_inset
28329
28330
28331 \end_layout
28332
28333 \end_inset
28334 </cell>
28335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28336 \begin_inset Text
28337
28338 \begin_layout Plain Layout
28339 \begin_inset Formula $\left[\begin{array}{cc}
28340 a & b\\
28341 c & d
28342 \end{array}\right]$
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \end_inset
28349 </cell>
28350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28351 \begin_inset Text
28352
28353 \begin_layout Plain Layout
28354 \begin_inset Formula $1+1=2$
28355 \end_inset
28356
28357
28358 \end_layout
28359
28360 \end_inset
28361 </cell>
28362 </row>
28363 </lyxtabular>
28364
28365 \end_inset
28366
28367
28368 \end_layout
28369
28370 \end_inset
28371
28372
28373 \end_layout
28374
28375 \begin_layout Standard
28376 \begin_inset Float table
28377 wide false
28378 sideways false
28379 status open
28380
28381 \begin_layout Plain Layout
28382 \begin_inset Caption Standard
28383
28384 \begin_layout Plain Layout
28385 \begin_inset CommandInset label
28386 LatexCommand label
28387 name "tab:A-standard-table"
28388
28389 \end_inset
28390
28391 Une légende de tableau standard
28392 \end_layout
28393
28394 \end_inset
28395
28396
28397 \end_layout
28398
28399 \begin_layout Plain Layout
28400 \align center
28401 \begin_inset Tabular
28402 <lyxtabular version="3" rows="3" columns="3">
28403 <features rotate="0" tabularvalignment="middle">
28404 <column alignment="center" valignment="top" width="0pt">
28405 <column alignment="center" valignment="top" width="0pt">
28406 <column alignment="center" valignment="top" width="0pt">
28407 <row>
28408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28409 \begin_inset Text
28410
28411 \begin_layout Plain Layout
28412 1
28413 \end_layout
28414
28415 \end_inset
28416 </cell>
28417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28418 \begin_inset Text
28419
28420 \begin_layout Plain Layout
28421 2
28422 \end_layout
28423
28424 \end_inset
28425 </cell>
28426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28427 \begin_inset Text
28428
28429 \begin_layout Plain Layout
28430 3
28431 \end_layout
28432
28433 \end_inset
28434 </cell>
28435 </row>
28436 <row>
28437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28438 \begin_inset Text
28439
28440 \begin_layout Plain Layout
28441 Jean
28442 \end_layout
28443
28444 \end_inset
28445 </cell>
28446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28447 \begin_inset Text
28448
28449 \begin_layout Plain Layout
28450 Marie
28451 \end_layout
28452
28453 \end_inset
28454 </cell>
28455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28456 \begin_inset Text
28457
28458 \begin_layout Plain Layout
28459 Pierre
28460 \end_layout
28461
28462 \end_inset
28463 </cell>
28464 </row>
28465 <row>
28466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28467 \begin_inset Text
28468
28469 \begin_layout Plain Layout
28470 \begin_inset Formula $\int x^{2}dx$
28471 \end_inset
28472
28473
28474 \end_layout
28475
28476 \end_inset
28477 </cell>
28478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28479 \begin_inset Text
28480
28481 \begin_layout Plain Layout
28482 \begin_inset Formula $\left[\begin{array}{cc}
28483 a & b\\
28484 c & d
28485 \end{array}\right]$
28486 \end_inset
28487
28488
28489 \end_layout
28490
28491 \end_inset
28492 </cell>
28493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28494 \begin_inset Text
28495
28496 \begin_layout Plain Layout
28497 \begin_inset Formula $1+1=2$
28498 \end_inset
28499
28500
28501 \end_layout
28502
28503 \end_inset
28504 </cell>
28505 </row>
28506 </lyxtabular>
28507
28508 \end_inset
28509
28510
28511 \end_layout
28512
28513 \end_inset
28514
28515
28516 \end_layout
28517
28518 \begin_layout Standard
28519 \begin_inset VSpace bigskip
28520 \end_inset
28521
28522 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
28523  Pour cela, vous devez charger le paquetage LaTeX 
28524 \series bold
28525 sidecap
28526 \series default
28527
28528 \begin_inset Index idx
28529 status collapsed
28530
28531 \begin_layout Plain Layout
28532 Paquetages LaTeX ! sidecap
28533 \end_layout
28534
28535 \end_inset
28536
28537  dans le préambule de votre document avec la ligne de commande suivante
28538 \end_layout
28539
28540 \begin_layout Standard
28541
28542 \series bold
28543
28544 \backslash
28545 usepackage[option]{sidecap}
28546 \end_layout
28547
28548 \begin_layout Standard
28549 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
28550  extérieure – à droite sur les pages impaires et à gauche sur les pages
28551  paires.
28552  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
28553  
28554 \series bold
28555 innercaption
28556 \series default
28557 .
28558  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
28559  
28560 \series bold
28561 rightcaption
28562 \series default
28563  ou 
28564 \series bold
28565 leftcaption
28566 \series default
28567 .
28568 \end_layout
28569
28570 \begin_layout Standard
28571 \begin_inset ERT
28572 status collapsed
28573
28574 \begin_layout Plain Layout
28575
28576
28577 \backslash
28578 ifsidecap
28579 \end_layout
28580
28581 \end_inset
28582
28583
28584 \begin_inset Note Note
28585 status open
28586
28587 \begin_layout Plain Layout
28588 La section suivante ne sera affichée que si le paquetage LaTeX 
28589 \series bold
28590 sidecap
28591 \series default
28592  a été installé.
28593 \end_layout
28594
28595 \end_inset
28596
28597
28598 \end_layout
28599
28600 \begin_layout Standard
28601 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
28602  ajouter ces commandes dans le préambule de votre document :
28603 \end_layout
28604
28605 \begin_layout Standard
28606 \noindent
28607 \begin_inset CommandInset line
28608 LatexCommand rule
28609 offset "0.5ex"
28610 width "100line%"
28611 height "1pt"
28612
28613 \end_inset
28614
28615
28616 \end_layout
28617
28618 \begin_layout Standard
28619
28620 \series bold
28621
28622 \backslash
28623 newcommand{
28624 \backslash
28625 TabBesBeg}[1][1.0]{%
28626 \begin_inset Newline newline
28627 \end_inset
28628
28629
28630 \begin_inset Phantom HPhantom
28631 status open
28632
28633 \begin_layout Plain Layout
28634 \begin_inset space ~
28635 \end_inset
28636
28637
28638 \end_layout
28639
28640 \end_inset
28641
28642
28643 \backslash
28644 let
28645 \backslash
28646 MyTable
28647 \backslash
28648 table
28649 \begin_inset Newline newline
28650 \end_inset
28651
28652
28653 \begin_inset Phantom HPhantom
28654 status open
28655
28656 \begin_layout Plain Layout
28657
28658 \series medium
28659 \begin_inset space ~
28660 \end_inset
28661
28662
28663 \end_layout
28664
28665 \end_inset
28666
28667
28668 \backslash
28669 let
28670 \backslash
28671 MyEndtable
28672 \backslash
28673 endtable
28674 \begin_inset Newline newline
28675 \end_inset
28676
28677
28678 \begin_inset Phantom HPhantom
28679 status open
28680
28681 \begin_layout Plain Layout
28682
28683 \series medium
28684 \begin_inset space ~
28685 \end_inset
28686
28687
28688 \end_layout
28689
28690 \end_inset
28691
28692
28693 \backslash
28694 renewenvironment{table}[1]{
28695 \backslash
28696 begin{SCtable}[#1]##1}{
28697 \backslash
28698 end{SCtable}}}
28699 \end_layout
28700
28701 \begin_layout Standard
28702
28703 \series bold
28704
28705 \backslash
28706 newcommand{
28707 \backslash
28708 TabBesEnd}{%
28709 \begin_inset Newline newline
28710 \end_inset
28711
28712
28713 \begin_inset Phantom HPhantom
28714 status open
28715
28716 \begin_layout Plain Layout
28717 \begin_inset space ~
28718 \end_inset
28719
28720
28721 \end_layout
28722
28723 \end_inset
28724
28725
28726 \backslash
28727 let
28728 \backslash
28729 table
28730 \backslash
28731 MyTable
28732 \begin_inset Newline newline
28733 \end_inset
28734
28735
28736 \begin_inset Phantom HPhantom
28737 status open
28738
28739 \begin_layout Plain Layout
28740 \begin_inset space ~
28741 \end_inset
28742
28743
28744 \end_layout
28745
28746 \end_inset
28747
28748
28749 \backslash
28750 let
28751 \backslash
28752 endtable
28753 \backslash
28754 MyEndtable
28755 \end_layout
28756
28757 \begin_layout Standard
28758
28759 \series bold
28760
28761 \backslash
28762 newcommand{
28763 \backslash
28764 FigBesBeg}[1][1.0]{%
28765 \begin_inset Newline newline
28766 \end_inset
28767
28768
28769 \begin_inset Phantom HPhantom
28770 status open
28771
28772 \begin_layout Plain Layout
28773 \begin_inset space ~
28774 \end_inset
28775
28776
28777 \end_layout
28778
28779 \end_inset
28780
28781
28782 \backslash
28783 let
28784 \backslash
28785 MyFigure
28786 \backslash
28787 figure
28788 \begin_inset Newline newline
28789 \end_inset
28790
28791
28792 \begin_inset Phantom HPhantom
28793 status open
28794
28795 \begin_layout Plain Layout
28796 \begin_inset space ~
28797 \end_inset
28798
28799
28800 \end_layout
28801
28802 \end_inset
28803
28804
28805 \backslash
28806 let
28807 \backslash
28808 MyEndfigure
28809 \backslash
28810 endfigure
28811 \begin_inset Newline newline
28812 \end_inset
28813
28814
28815 \begin_inset Phantom HPhantom
28816 status open
28817
28818 \begin_layout Plain Layout
28819 \begin_inset space ~
28820 \end_inset
28821
28822
28823 \end_layout
28824
28825 \end_inset
28826
28827
28828 \backslash
28829 renewenvironment{figure}[1]{
28830 \backslash
28831 begin{SCfigure}[#1]##1}{
28832 \backslash
28833 end{SCfigure}}}
28834 \end_layout
28835
28836 \begin_layout Standard
28837
28838 \series bold
28839
28840 \backslash
28841 newcommand{
28842 \backslash
28843 FigBesEnd}{%
28844 \begin_inset Newline newline
28845 \end_inset
28846
28847
28848 \begin_inset Phantom HPhantom
28849 status open
28850
28851 \begin_layout Plain Layout
28852 \begin_inset space ~
28853 \end_inset
28854
28855
28856 \end_layout
28857
28858 \end_inset
28859
28860
28861 \backslash
28862 let
28863 \backslash
28864 figure
28865 \backslash
28866 MyFigure
28867 \begin_inset Newline newline
28868 \end_inset
28869
28870
28871 \begin_inset Phantom HPhantom
28872 status open
28873
28874 \begin_layout Plain Layout
28875 \begin_inset space ~
28876 \end_inset
28877
28878
28879 \end_layout
28880
28881 \end_inset
28882
28883
28884 \backslash
28885 let
28886 \backslash
28887 endfigure
28888 \backslash
28889 MyEndfigure}
28890 \end_layout
28891
28892 \begin_layout Standard
28893 \noindent
28894 \begin_inset CommandInset line
28895 LatexCommand rule
28896 offset "0.5ex"
28897 width "100line%"
28898 height "1pt"
28899
28900 \end_inset
28901
28902
28903 \end_layout
28904
28905 \begin_layout Standard
28906 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
28907  la légende se place sur le côté.
28908  Pour les flottants de figure, utilisez la commande
28909 \end_layout
28910
28911 \begin_layout Standard
28912
28913 \series bold
28914
28915 \backslash
28916 FigBesBeg
28917 \end_layout
28918
28919 \begin_layout Standard
28920 en code TeX avant le flottant.
28921  Et insérez la commande
28922 \end_layout
28923
28924 \begin_layout Standard
28925
28926 \series bold
28927
28928 \backslash
28929 FigBesEnd
28930 \end_layout
28931
28932 \begin_layout Standard
28933 en code TeX à l'endroit où vous voulez revenir à la définition originale
28934  du flottant.
28935 \end_layout
28936
28937 \begin_layout Standard
28938 Pour les flottants de tableau, utilisez les commandes correspondantes
28939 \end_layout
28940
28941 \begin_layout Standard
28942
28943 \series bold
28944
28945 \backslash
28946 TabBesBeg
28947 \series default
28948  et 
28949 \series bold
28950
28951 \backslash
28952 TabBesEnd
28953 \end_layout
28954
28955 \begin_layout Standard
28956 La figure
28957 \begin_inset space ~
28958 \end_inset
28959
28960
28961 \begin_inset CommandInset ref
28962 LatexCommand ref
28963 reference "fig:legende-a-coté-fig"
28964
28965 \end_inset
28966
28967  et le tableau
28968 \begin_inset space ~
28969 \end_inset
28970
28971
28972 \begin_inset CommandInset ref
28973 LatexCommand ref
28974 reference "tab:legende-à-coté-tableau"
28975
28976 \end_inset
28977
28978  sont des exemples où la légende a été mises sur le coté.
28979 \end_layout
28980
28981 \begin_layout Standard
28982 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
28983  pour les flottants de tableau et vers le bas pour les flottants de figure.
28984  Pour changer ce comportement, vous pouvez utiliser les commandes
28985 \end_layout
28986
28987 \begin_layout Standard
28988
28989 \series bold
28990
28991 \backslash
28992 sidecaptionvpos{type flottant}{placement}
28993 \end_layout
28994
28995 \begin_layout Standard
28996 dans le préambule du document ou en code TeX juste avant le flottant visé.
28997  Le type du flottant est soit 
28998 \family sans
28999 figure
29000 \family default
29001  soit 
29002 \family sans
29003 table
29004 \family default
29005 , le placement peut être 
29006 \begin_inset Quotes fld
29007 \end_inset
29008
29009
29010 \family sans
29011 t
29012 \family default
29013
29014 \begin_inset Quotes frd
29015 \end_inset
29016
29017  pour haut (top), 
29018 \begin_inset Quotes fld
29019 \end_inset
29020
29021
29022 \family sans
29023 c
29024 \family default
29025
29026 \begin_inset Quotes frd
29027 \end_inset
29028
29029
29030 \begin_inset Quotes erd
29031 \end_inset
29032
29033  pour centre (center), ou 
29034 \begin_inset Quotes fld
29035 \end_inset
29036
29037
29038 \family sans
29039 b
29040 \family default
29041
29042 \begin_inset Quotes frd
29043 \end_inset
29044
29045  pour bas (bottom).
29046  Pour que, par exemple, les légendes des flottants de figure soient centrés
29047  verticalement, utilisez la commande
29048 \end_layout
29049
29050 \begin_layout Standard
29051
29052 \series bold
29053
29054 \backslash
29055 sidecaptionvpos{figure}{c}
29056 \end_layout
29057
29058 \begin_layout Standard
29059 C'est ce qui a été utilisé pour la figure
29060 \begin_inset space ~
29061 \end_inset
29062
29063
29064 \begin_inset CommandInset ref
29065 LatexCommand ref
29066 reference "fig:legende-à-coté-fig-2"
29067
29068 \end_inset
29069
29070 .
29071 \end_layout
29072
29073 \begin_layout Standard
29074 \begin_inset VSpace medskip
29075 \end_inset
29076
29077
29078 \end_layout
29079
29080 \begin_layout Standard
29081 La largeur de légende par défaut est celle de l'image ou du tableau.
29082  Pour des images ou des tableaux étroits, comme le tableau
29083 \begin_inset space ~
29084 \end_inset
29085
29086
29087 \begin_inset CommandInset ref
29088 LatexCommand ref
29089 reference "tab:legende-à-coté-tableau"
29090
29091 \end_inset
29092
29093 , cela donne des légendes trop étroites.
29094  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
29095  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
29096  La largeur de la légende sera automatiquement recalculée dans le cas où
29097  cette dernière déborderait dans la marge de la page ou de la colonne à
29098  cause de la largeur indiquée.
29099  Le 
29100 \emph on
29101 facteur 
29102 \emph default
29103 peut soit être donné comme argument pour 
29104 \series bold
29105
29106 \backslash
29107 FigBesBeg
29108 \series default
29109 :
29110 \end_layout
29111
29112 \begin_layout Standard
29113
29114 \series bold
29115
29116 \backslash
29117 FigBesBeg[facteur]
29118 \end_layout
29119
29120 \begin_layout Standard
29121 ou dans la définition de 
29122 \series bold
29123
29124 \backslash
29125 FigBesBeg 
29126 \series default
29127 en remplaçant le
29128 \series bold
29129  1.0 
29130 \series default
29131 par une autre valeur.
29132  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
29133  façon implicite quand  
29134 \series bold
29135
29136 \backslash
29137 FigBesBeg
29138 \series default
29139  est utilisé sans argument.
29140  Pour le tableau
29141 \begin_inset space ~
29142 \end_inset
29143
29144
29145 \begin_inset CommandInset ref
29146 LatexCommand ref
29147 reference "tab:cap-beside-tab-wider"
29148
29149 \end_inset
29150
29151  on a utilisé 5 comme facteur.
29152 \end_layout
29153
29154 \begin_layout Standard
29155
29156 \lang english
29157 \begin_inset Note Greyedout
29158 status open
29159
29160 \begin_layout Plain Layout
29161
29162 \series bold
29163 Note:
29164 \series default
29165  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
29166  utiliser l'option de placement, 
29167 \family sans
29168 Ici
29169 \begin_inset space ~
29170 \end_inset
29171
29172 à
29173 \begin_inset space ~
29174 \end_inset
29175
29176 tout
29177 \begin_inset space ~
29178 \end_inset
29179
29180 prix
29181 \family default
29182  parce qu'elle n'est pas gérée par 
29183 \series bold
29184 sidecap
29185 \series default
29186 .
29187 \end_layout
29188
29189 \end_inset
29190
29191
29192 \end_layout
29193
29194 \begin_layout Standard
29195 \begin_inset VSpace medskip
29196 \end_inset
29197
29198 Pour plus d'information sur le paquetage 
29199 \series bold
29200 sidecap
29201 \series default
29202  nous vous renvoyons à sa documentation 
29203 \begin_inset CommandInset citation
29204 LatexCommand cite
29205 key "sidecap"
29206
29207 \end_inset
29208
29209 .
29210 \end_layout
29211
29212 \begin_layout Standard
29213 \begin_inset Note Greyedout
29214 status open
29215
29216 \begin_layout Plain Layout
29217
29218 \series bold
29219 Note:
29220 \series default
29221  Le paquetage LaTeX 
29222 \series bold
29223 hypcap
29224 \series default
29225
29226 \begin_inset Index idx
29227 status collapsed
29228
29229 \begin_layout Plain Layout
29230 Paquetages LaTeX ! hypcap
29231 \end_layout
29232
29233 \end_inset
29234
29235 , qui est décrit dans la section
29236 \begin_inset space ~
29237 \end_inset
29238
29239
29240 \begin_inset CommandInset ref
29241 LatexCommand ref
29242 reference "sub:Reference-Position"
29243
29244 \end_inset
29245
29246 , n'a pas d'effet sur les flottants avec une légende placée à côté.
29247 \end_layout
29248
29249 \end_inset
29250
29251
29252 \end_layout
29253
29254 \begin_layout Standard
29255 \begin_inset ERT
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259
29260
29261 \backslash
29262 FigBesBeg 
29263 \end_layout
29264
29265 \end_inset
29266
29267
29268 \end_layout
29269
29270 \begin_layout Standard
29271 \begin_inset Float figure
29272 wide false
29273 sideways false
29274 status open
29275
29276 \begin_layout Plain Layout
29277 \begin_inset Graphics
29278         filename ../clipart/escher-lsd.eps
29279         scale 75
29280         scaleBeforeRotation
29281
29282 \end_inset
29283
29284
29285 \end_layout
29286
29287 \begin_layout Plain Layout
29288 \begin_inset Caption Standard
29289
29290 \begin_layout Plain Layout
29291 \begin_inset CommandInset label
29292 LatexCommand label
29293 name "fig:legende-a-coté-fig"
29294
29295 \end_inset
29296
29297 Une légende à côté d'une figure.
29298 \end_layout
29299
29300 \end_inset
29301
29302
29303 \end_layout
29304
29305 \end_inset
29306
29307
29308 \end_layout
29309
29310 \begin_layout Standard
29311 \begin_inset ERT
29312 status collapsed
29313
29314 \begin_layout Plain Layout
29315
29316
29317 \backslash
29318 FigBesEnd
29319 \end_layout
29320
29321 \end_inset
29322
29323
29324 \end_layout
29325
29326 \begin_layout Standard
29327 \begin_inset ERT
29328 status collapsed
29329
29330 \begin_layout Plain Layout
29331
29332
29333 \backslash
29334 TabBesBeg 
29335 \end_layout
29336
29337 \end_inset
29338
29339
29340 \end_layout
29341
29342 \begin_layout Standard
29343 \begin_inset Float table
29344 wide false
29345 sideways false
29346 status open
29347
29348 \begin_layout Plain Layout
29349 \begin_inset Caption Standard
29350
29351 \begin_layout Plain Layout
29352 \begin_inset CommandInset label
29353 LatexCommand label
29354 name "tab:legende-à-coté-tableau"
29355
29356 \end_inset
29357
29358 Une légende à côté d'un tableau.
29359 \end_layout
29360
29361 \end_inset
29362
29363
29364 \end_layout
29365
29366 \begin_layout Plain Layout
29367 \begin_inset Tabular
29368 <lyxtabular version="3" rows="4" columns="5">
29369 <features rotate="0" tabularvalignment="middle">
29370 <column alignment="center" valignment="top">
29371 <column alignment="center" valignment="top">
29372 <column alignment="center" valignment="top">
29373 <column alignment="center" valignment="top">
29374 <column alignment="center" valignment="top">
29375 <row>
29376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29377 \begin_inset Text
29378
29379 \begin_layout Plain Layout
29380 a
29381 \end_layout
29382
29383 \end_inset
29384 </cell>
29385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29386 \begin_inset Text
29387
29388 \begin_layout Plain Layout
29389
29390 \end_layout
29391
29392 \end_inset
29393 </cell>
29394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29395 \begin_inset Text
29396
29397 \begin_layout Plain Layout
29398 b
29399 \end_layout
29400
29401 \end_inset
29402 </cell>
29403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29404 \begin_inset Text
29405
29406 \begin_layout Plain Layout
29407
29408 \end_layout
29409
29410 \end_inset
29411 </cell>
29412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29413 \begin_inset Text
29414
29415 \begin_layout Plain Layout
29416 c
29417 \end_layout
29418
29419 \end_inset
29420 </cell>
29421 </row>
29422 <row>
29423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29424 \begin_inset Text
29425
29426 \begin_layout Plain Layout
29427
29428 \end_layout
29429
29430 \end_inset
29431 </cell>
29432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29433 \begin_inset Text
29434
29435 \begin_layout Plain Layout
29436 d
29437 \end_layout
29438
29439 \end_inset
29440 </cell>
29441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29442 \begin_inset Text
29443
29444 \begin_layout Plain Layout
29445
29446 \end_layout
29447
29448 \end_inset
29449 </cell>
29450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29451 \begin_inset Text
29452
29453 \begin_layout Plain Layout
29454 e
29455 \end_layout
29456
29457 \end_inset
29458 </cell>
29459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29460 \begin_inset Text
29461
29462 \begin_layout Plain Layout
29463
29464 \end_layout
29465
29466 \end_inset
29467 </cell>
29468 </row>
29469 <row>
29470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29471 \begin_inset Text
29472
29473 \begin_layout Plain Layout
29474 f
29475 \end_layout
29476
29477 \end_inset
29478 </cell>
29479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29480 \begin_inset Text
29481
29482 \begin_layout Plain Layout
29483
29484 \end_layout
29485
29486 \end_inset
29487 </cell>
29488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29489 \begin_inset Text
29490
29491 \begin_layout Plain Layout
29492 g
29493 \end_layout
29494
29495 \end_inset
29496 </cell>
29497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29498 \begin_inset Text
29499
29500 \begin_layout Plain Layout
29501
29502 \end_layout
29503
29504 \end_inset
29505 </cell>
29506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29507 \begin_inset Text
29508
29509 \begin_layout Plain Layout
29510 h
29511 \end_layout
29512
29513 \end_inset
29514 </cell>
29515 </row>
29516 <row>
29517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29518 \begin_inset Text
29519
29520 \begin_layout Plain Layout
29521
29522 \end_layout
29523
29524 \end_inset
29525 </cell>
29526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29527 \begin_inset Text
29528
29529 \begin_layout Plain Layout
29530 i
29531 \end_layout
29532
29533 \end_inset
29534 </cell>
29535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29536 \begin_inset Text
29537
29538 \begin_layout Plain Layout
29539
29540 \end_layout
29541
29542 \end_inset
29543 </cell>
29544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29545 \begin_inset Text
29546
29547 \begin_layout Plain Layout
29548 j
29549 \end_layout
29550
29551 \end_inset
29552 </cell>
29553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29554 \begin_inset Text
29555
29556 \begin_layout Plain Layout
29557
29558 \end_layout
29559
29560 \end_inset
29561 </cell>
29562 </row>
29563 </lyxtabular>
29564
29565 \end_inset
29566
29567
29568 \end_layout
29569
29570 \end_inset
29571
29572
29573 \end_layout
29574
29575 \begin_layout Standard
29576 \begin_inset ERT
29577 status collapsed
29578
29579 \begin_layout Plain Layout
29580
29581
29582 \backslash
29583 TabBesEnd
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \end_layout
29590
29591 \begin_layout Standard
29592 \begin_inset ERT
29593 status collapsed
29594
29595 \begin_layout Plain Layout
29596
29597
29598 \backslash
29599 FigBesBeg 
29600 \end_layout
29601
29602 \end_inset
29603
29604
29605 \end_layout
29606
29607 \begin_layout Standard
29608 \begin_inset ERT
29609 status collapsed
29610
29611 \begin_layout Plain Layout
29612
29613
29614 \backslash
29615 sidecaptionvpos{figure}{c}
29616 \end_layout
29617
29618 \end_inset
29619
29620
29621 \begin_inset Float figure
29622 wide false
29623 sideways false
29624 status open
29625
29626 \begin_layout Plain Layout
29627 \begin_inset Graphics
29628         filename ../clipart/escher-lsd.eps
29629         scale 75
29630         scaleBeforeRotation
29631
29632 \end_inset
29633
29634
29635 \end_layout
29636
29637 \begin_layout Plain Layout
29638 \begin_inset Caption Standard
29639
29640 \begin_layout Plain Layout
29641 \begin_inset CommandInset label
29642 LatexCommand label
29643 name "fig:legende-à-coté-fig-2"
29644
29645 \end_inset
29646
29647 Une légende centrée verticalement à côté d'une figure.
29648 \end_layout
29649
29650 \end_inset
29651
29652
29653 \end_layout
29654
29655 \end_inset
29656
29657
29658 \end_layout
29659
29660 \begin_layout Standard
29661 \begin_inset ERT
29662 status collapsed
29663
29664 \begin_layout Plain Layout
29665
29666
29667 \backslash
29668 FigBesEnd
29669 \end_layout
29670
29671 \end_inset
29672
29673
29674 \end_layout
29675
29676 \begin_layout Standard
29677 \begin_inset ERT
29678 status collapsed
29679
29680 \begin_layout Plain Layout
29681
29682
29683 \backslash
29684 TabBesBeg[5]
29685 \end_layout
29686
29687 \end_inset
29688
29689
29690 \end_layout
29691
29692 \begin_layout Standard
29693 \begin_inset Float table
29694 wide false
29695 sideways false
29696 status open
29697
29698 \begin_layout Plain Layout
29699 \begin_inset Caption Standard
29700
29701 \begin_layout Plain Layout
29702
29703 \lang english
29704 \begin_inset CommandInset label
29705 LatexCommand label
29706 name "tab:cap-beside-tab-wider"
29707
29708 \end_inset
29709
29710 This is a caption is wider than the one in
29711 \lang french
29712  tableau
29713 \begin_inset space ~
29714 \end_inset
29715
29716
29717 \begin_inset CommandInset ref
29718 LatexCommand ref
29719 reference "tab:legende-à-coté-tableau"
29720
29721 \end_inset
29722
29723 .
29724 \end_layout
29725
29726 \end_inset
29727
29728
29729 \end_layout
29730
29731 \begin_layout Plain Layout
29732 \begin_inset Tabular
29733 <lyxtabular version="3" rows="4" columns="5">
29734 <features rotate="0" tabularvalignment="middle">
29735 <column alignment="center" valignment="top">
29736 <column alignment="center" valignment="top">
29737 <column alignment="center" valignment="top">
29738 <column alignment="center" valignment="top">
29739 <column alignment="center" valignment="top">
29740 <row>
29741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29742 \begin_inset Text
29743
29744 \begin_layout Plain Layout
29745 a
29746 \end_layout
29747
29748 \end_inset
29749 </cell>
29750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29751 \begin_inset Text
29752
29753 \begin_layout Plain Layout
29754
29755 \end_layout
29756
29757 \end_inset
29758 </cell>
29759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29760 \begin_inset Text
29761
29762 \begin_layout Plain Layout
29763 b
29764 \end_layout
29765
29766 \end_inset
29767 </cell>
29768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29769 \begin_inset Text
29770
29771 \begin_layout Plain Layout
29772
29773 \end_layout
29774
29775 \end_inset
29776 </cell>
29777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29778 \begin_inset Text
29779
29780 \begin_layout Plain Layout
29781 c
29782 \end_layout
29783
29784 \end_inset
29785 </cell>
29786 </row>
29787 <row>
29788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29789 \begin_inset Text
29790
29791 \begin_layout Plain Layout
29792
29793 \end_layout
29794
29795 \end_inset
29796 </cell>
29797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29798 \begin_inset Text
29799
29800 \begin_layout Plain Layout
29801 d
29802 \end_layout
29803
29804 \end_inset
29805 </cell>
29806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29807 \begin_inset Text
29808
29809 \begin_layout Plain Layout
29810
29811 \end_layout
29812
29813 \end_inset
29814 </cell>
29815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29816 \begin_inset Text
29817
29818 \begin_layout Plain Layout
29819 e
29820 \end_layout
29821
29822 \end_inset
29823 </cell>
29824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29825 \begin_inset Text
29826
29827 \begin_layout Plain Layout
29828
29829 \end_layout
29830
29831 \end_inset
29832 </cell>
29833 </row>
29834 <row>
29835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29836 \begin_inset Text
29837
29838 \begin_layout Plain Layout
29839 f
29840 \end_layout
29841
29842 \end_inset
29843 </cell>
29844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29845 \begin_inset Text
29846
29847 \begin_layout Plain Layout
29848
29849 \end_layout
29850
29851 \end_inset
29852 </cell>
29853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29854 \begin_inset Text
29855
29856 \begin_layout Plain Layout
29857 g
29858 \end_layout
29859
29860 \end_inset
29861 </cell>
29862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29863 \begin_inset Text
29864
29865 \begin_layout Plain Layout
29866
29867 \end_layout
29868
29869 \end_inset
29870 </cell>
29871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29872 \begin_inset Text
29873
29874 \begin_layout Plain Layout
29875 h
29876 \end_layout
29877
29878 \end_inset
29879 </cell>
29880 </row>
29881 <row>
29882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29883 \begin_inset Text
29884
29885 \begin_layout Plain Layout
29886
29887 \end_layout
29888
29889 \end_inset
29890 </cell>
29891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29892 \begin_inset Text
29893
29894 \begin_layout Plain Layout
29895 i
29896 \end_layout
29897
29898 \end_inset
29899 </cell>
29900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29901 \begin_inset Text
29902
29903 \begin_layout Plain Layout
29904
29905 \end_layout
29906
29907 \end_inset
29908 </cell>
29909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29910 \begin_inset Text
29911
29912 \begin_layout Plain Layout
29913 j
29914 \end_layout
29915
29916 \end_inset
29917 </cell>
29918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29919 \begin_inset Text
29920
29921 \begin_layout Plain Layout
29922
29923 \end_layout
29924
29925 \end_inset
29926 </cell>
29927 </row>
29928 </lyxtabular>
29929
29930 \end_inset
29931
29932
29933 \end_layout
29934
29935 \end_inset
29936
29937
29938 \end_layout
29939
29940 \begin_layout Standard
29941 \begin_inset ERT
29942 status collapsed
29943
29944 \begin_layout Plain Layout
29945
29946
29947 \backslash
29948 TabBesEnd
29949 \end_layout
29950
29951 \end_inset
29952
29953
29954 \end_layout
29955
29956 \begin_layout Standard
29957 \begin_inset ERT
29958 status collapsed
29959
29960 \begin_layout Plain Layout
29961
29962
29963 \backslash
29964 else
29965 \end_layout
29966
29967 \end_inset
29968
29969
29970 \begin_inset Note Note
29971 status open
29972
29973 \begin_layout Plain Layout
29974 Ce qui suit sera affiché si le paquetage LaTeX 
29975 \series bold
29976 sidecap
29977 \series default
29978  n'est pas installé :
29979 \end_layout
29980
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \begin_layout Standard
29987 Vous devez installer le paquetage LaTeX 
29988 \series bold
29989 sidecap
29990 \series default
29991  pour voir la suite de cette section dans la sortie imprimée.
29992 \end_layout
29993
29994 \begin_layout Standard
29995 \begin_inset ERT
29996 status collapsed
29997
29998 \begin_layout Plain Layout
29999
30000
30001 \backslash
30002 fi
30003 \end_layout
30004
30005 \end_inset
30006
30007
30008 \end_layout
30009
30010 \begin_layout Section
30011 Les listes de flottants
30012 \begin_inset Index idx
30013 status collapsed
30014
30015 \begin_layout Plain Layout
30016 Flottants ! Listes de Flottants
30017 \end_layout
30018
30019 \end_inset
30020
30021
30022 \end_layout
30023
30024 \begin_layout Standard
30025 De la même façon que la table des matières fait la liste des sections du
30026  document, il y a des listes pour tous les types de flottants, comme par
30027  exemple pour les figures du document.
30028  Vous pouvez les insérer en utilisant le menu 
30029 \family sans
30030 Insertion\SpecialChar \menuseparator
30031 Listes
30032 \begin_inset space ~
30033 \end_inset
30034
30035 &
30036 \begin_inset space ~
30037 \end_inset
30038
30039 TdM
30040 \family default
30041 .
30042 \end_layout
30043
30044 \begin_layout Standard
30045 Les entrées de la liste sont la légende du flottant ou éventuellement le
30046  titre court, le numéro du flottant, et le numéro de la page où le flottant
30047  apparaît dans le document.
30048 \end_layout
30049
30050 \begin_layout Standard
30051 Vous trouverez à la fin de ce document une liste des figures et une liste
30052  des tableaux.
30053 \end_layout
30054
30055 \begin_layout Chapter
30056 Notes
30057 \end_layout
30058
30059 \begin_layout Section
30060 Les notes de LyX
30061 \begin_inset Index idx
30062 status collapsed
30063
30064 \begin_layout Plain Layout
30065 Notes ! Notes LyX 
30066 \end_layout
30067
30068 \end_inset
30069
30070
30071 \end_layout
30072
30073 \begin_layout Standard
30074 On peut insérer une note en utilisant le bouton 
30075 \begin_inset Info
30076 type  "icon"
30077 arg   "note-insert"
30078 \end_inset
30079
30080  de la barre d'outils ou avec le menu 
30081 \family sans
30082 Insertion\SpecialChar \menuseparator
30083 Note
30084 \family default
30085 .
30086  Il y a trois types de notes :
30087 \end_layout
30088
30089 \begin_layout Description
30090 Note
30091 \begin_inset space ~
30092 \end_inset
30093
30094 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
30095  finale.
30096  La boîte de cette note ressemble à ceci :
30097 \begin_inset Newline newline
30098 \end_inset
30099
30100
30101 \begin_inset Newline newline
30102 \end_inset
30103
30104
30105 \begin_inset Graphics
30106         filename clipart/LyXNoteImageQt4.png
30107         display false
30108         scale 65
30109         scaleBeforeRotation
30110
30111 \end_inset
30112
30113  
30114 \begin_inset Note Note
30115 status open
30116
30117 \begin_layout Plain Layout
30118 Le texte de cette note n'apparaîtra pas à l'impression.
30119 \end_layout
30120
30121 \end_inset
30122
30123
30124 \end_layout
30125
30126 \begin_layout Description
30127 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
30128  il est inséré comme un commentaire LaTeX quand vous exportez votre document
30129  vers un fichier au format LaTeX avec le menu 
30130 \family sans
30131 Fichier\SpecialChar \menuseparator
30132 Exporter\SpecialChar \menuseparator
30133 LaTeX (pdflatex) / (plain)
30134 \family default
30135 .
30136  La boîte de cette note ressemble à ceci :
30137 \begin_inset Newline newline
30138 \end_inset
30139
30140
30141 \begin_inset Newline newline
30142 \end_inset
30143
30144
30145 \begin_inset Graphics
30146         filename clipart/CommentNoteImageQt4.png
30147         display false
30148         scale 55
30149         scaleBeforeRotation
30150
30151 \end_inset
30152
30153  
30154 \begin_inset Note Comment
30155 status open
30156
30157 \begin_layout Plain Layout
30158 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
30159  LaTeX.
30160 \end_layout
30161
30162 \end_inset
30163
30164
30165 \end_layout
30166
30167 \begin_layout Description
30168 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
30169  La boîte de cette note ressemble à ceci :
30170 \begin_inset Newline newline
30171 \end_inset
30172
30173
30174 \begin_inset Newline newline
30175 \end_inset
30176
30177
30178 \begin_inset Graphics
30179         filename clipart/GreyedOutNoteImageQt4.png
30180         lyxscale 80
30181         display false
30182         scale 55
30183         scaleBeforeRotation
30184
30185 \end_inset
30186
30187
30188 \begin_inset Newline newline
30189 \end_inset
30190
30191
30192 \begin_inset ERT
30193 status collapsed
30194
30195 \begin_layout Plain Layout
30196
30197
30198 \backslash
30199 renewenvironment{lyxgreyedout}
30200 \end_layout
30201
30202 \begin_layout Plain Layout
30203
30204 {
30205 \backslash
30206 textcolor[gray]{0.8}
30207 \backslash
30208 bgroup}{
30209 \backslash
30210 egroup}
30211 \end_layout
30212
30213 \end_inset
30214
30215
30216 \begin_inset Note Greyedout
30217 status open
30218
30219 \begin_layout Plain Layout
30220 Le texte
30221 \begin_inset Foot
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
30226  grisé.
30227  
30228 \end_layout
30229
30230 \end_inset
30231
30232  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
30233 \end_layout
30234
30235 \end_inset
30236
30237
30238 \begin_inset ERT
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242
30243
30244 \backslash
30245 renewenvironment{lyxgreyedout}
30246 \end_layout
30247
30248 \begin_layout Plain Layout
30249
30250 {
30251 \backslash
30252 textcolor{blue}
30253 \backslash
30254 bgroup}{
30255 \backslash
30256 egroup}
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \begin_inset Note Note
30263 status collapsed
30264
30265 \begin_layout Plain Layout
30266 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
30267  originale qu'elle a dans LyX.
30268  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
30269  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
30270 \end_layout
30271
30272 \end_inset
30273
30274
30275 \begin_inset Newline newline
30276 \end_inset
30277
30278
30279 \begin_inset Newline newline
30280 \end_inset
30281
30282 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
30283  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
30284 \end_layout
30285
30286 \begin_layout Standard
30287 \begin_inset VSpace bigskip
30288 \end_inset
30289
30290 Quand vous utilisez le bouton 
30291 \begin_inset Info
30292 type  "icon"
30293 arg   "note-insert"
30294 \end_inset
30295
30296  de la barre d'outils, vous insérez une 
30297 \family sans
30298 Note
30299 \begin_inset space ~
30300 \end_inset
30301
30302 LyX
30303 \family default
30304 .
30305  
30306 \lang english
30307 You can switch between the three note types by right-clicking on the note-box.
30308
30309 \lang french
30310  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
30311 la et cliquez sur le bouton d'insertion de note.
30312  Pour retransformer une note en texte, appuyez sur la touche 
30313 \family sans
30314 backspace
30315 \family default
30316  quand le curseur est au tout début de la note ou appuyez sur la touche
30317  
30318 \family sans
30319 Suppr.
30320
30321 \family default
30322  quand le curseur se trouve à la fin de la note.
30323 \end_layout
30324
30325 \begin_layout Standard
30326 \begin_inset VSpace bigskip
30327 \end_inset
30328
30329
30330 \end_layout
30331
30332 \begin_layout Standard
30333 Vous pouvez changer la couleur des notes grisées dans le menu 
30334 \family sans
30335 Document\SpecialChar \menuseparator
30336 Paramètres\SpecialChar \menuseparator
30337 Couleurs
30338 \family default
30339 .
30340 \end_layout
30341
30342 \begin_layout Section
30343 Notes en bas de page
30344 \begin_inset CommandInset label
30345 LatexCommand label
30346 name "sec:Notes-bas-de-page"
30347
30348 \end_inset
30349
30350
30351 \begin_inset Index idx
30352 status collapsed
30353
30354 \begin_layout Plain Layout
30355 Notes ! Notes de bas de page
30356 \end_layout
30357
30358 \end_inset
30359
30360
30361 \begin_inset Index idx
30362 status collapsed
30363
30364 \begin_layout Plain Layout
30365 Notes de bas de page
30366 \end_layout
30367
30368 \end_inset
30369
30370
30371 \end_layout
30372
30373 \begin_layout Standard
30374 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
30375  
30376 \begin_inset Info
30377 type  "icon"
30378 arg   "footnote-insert"
30379 \end_inset
30380
30381  de la barre d'outils, soit en utilisant le menu 
30382 \family sans
30383 Insertion\SpecialChar \menuseparator
30384 Note
30385 \begin_inset space ~
30386 \end_inset
30387
30388 en
30389 \begin_inset space ~
30390 \end_inset
30391
30392 Bas
30393 \begin_inset space ~
30394 \end_inset
30395
30396 de
30397 \begin_inset space ~
30398 \end_inset
30399
30400 Page
30401 \family default
30402 .
30403  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
30404  rouge 
30405 \begin_inset Quotes fld
30406 \end_inset
30407
30408 bas
30409 \begin_inset Quotes frd
30410 \end_inset
30411
30412  qui ressemble à ceci : 
30413 \begin_inset Graphics
30414         filename clipart/footnoteQt4.png
30415         scale 80
30416         scaleBeforeRotation
30417
30418 \end_inset
30419
30420  Vous pouvez y entrer votre texte.
30421  Si vous voulez transformer du texte déjà existant en note en bas de page,
30422  sélectionnez-le et cliquez sur le bouton 
30423 \family sans
30424 Note
30425 \begin_inset space ~
30426 \end_inset
30427
30428 en
30429 \begin_inset space ~
30430 \end_inset
30431
30432 Bas
30433 \begin_inset space ~
30434 \end_inset
30435
30436 de
30437 \begin_inset space ~
30438 \end_inset
30439
30440 Page
30441 \family default
30442  de la barre d'outils.
30443  Pour retransformer une note de bas de page en texte, appuyez sur la touche
30444  
30445 \family sans
30446 Backspace
30447 \family default
30448  quand le curseur est au tout début de la note ou appuyez sur la touche
30449  
30450 \family sans
30451 Suppr.
30452
30453 \family default
30454  quand le curseur se trouve à la fin de la note.
30455 \end_layout
30456
30457 \begin_layout Standard
30458 Voici un exemple de note en bas de page:
30459 \begin_inset Foot
30460 status open
30461
30462 \begin_layout Plain Layout
30463 \begin_inset CommandInset label
30464 LatexCommand label
30465 name "fn:Note-en-bas"
30466
30467 \end_inset
30468
30469 Ceci est un exemple de note en bas de page.
30470 \end_layout
30471
30472 \end_inset
30473
30474
30475 \begin_inset ERT
30476 status collapsed
30477
30478 \begin_layout Plain Layout
30479
30480
30481 \backslash
30482 newcounter{MyRepeatFoot}
30483 \end_layout
30484
30485 \begin_layout Plain Layout
30486
30487
30488 \backslash
30489 setcounter{MyRepeatFoot}{
30490 \backslash
30491 thefootnote}
30492 \end_layout
30493
30494 \end_inset
30495
30496
30497 \end_layout
30498
30499 \begin_layout Standard
30500 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
30501  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
30502  de note.
30503  Le texte de la note est placé en bas de la page courante.
30504  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
30505  Selon votre classe de document les numéros de notes pourront être réinitialisés
30506  à chaque nouveau chapitre.
30507 \end_layout
30508
30509 \begin_layout Standard
30510 On peut faire référence à une note en bas de page comme on le fait avec
30511  les flottants : Insérez une étiquette dans la note et faites une référence
30512  croisée vers cette étiquette comme c'est décrit dans la
30513 \begin_inset space ~
30514 \end_inset
30515
30516
30517 \begin_inset CommandInset ref
30518 LatexCommand ref
30519 reference "sec:Referencer-les-Flottants"
30520
30521 \end_inset
30522
30523 .
30524 \begin_inset Newline newline
30525 \end_inset
30526
30527 Voici une référence à une note de bas de page :
30528 \begin_inset space ~
30529 \end_inset
30530
30531
30532 \begin_inset CommandInset ref
30533 LatexCommand ref
30534 reference "fn:Note-en-bas"
30535
30536 \end_inset
30537
30538 .
30539 \end_layout
30540
30541 \begin_layout Standard
30542 \begin_inset VSpace defskip
30543 \end_inset
30544
30545
30546 \end_layout
30547
30548 \begin_layout Standard
30549 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
30550  par LaTeX pour des raisons techniques.
30551  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
30552  
30553 \series bold
30554
30555 \backslash
30556 footnotemark{}
30557 \series default
30558  en code TeX à la place de la note de bas de page.
30559  Le texte de la note est mis en argument de la commande TeX 
30560 \series bold
30561
30562 \backslash
30563 footnotetext
30564 \series default
30565  après le tableau.
30566 \begin_inset Newline newline
30567 \end_inset
30568
30569 C'est ce qui a été fait pour le tableau qui suit avec la commande
30570 \end_layout
30571
30572 \begin_layout Standard
30573
30574 \series bold
30575
30576 \backslash
30577 footnotetext{
30578 \series default
30579 Note de bas de page de tableau imprimée.
30580 \series bold
30581 }
30582 \end_layout
30583
30584 \begin_layout Standard
30585
30586 \lang english
30587 \begin_inset Tabular
30588 <lyxtabular version="3" rows="2" columns="1">
30589 <features rotate="0" tabularvalignment="middle">
30590 <column alignment="center" valignment="top">
30591 <row>
30592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30593 \begin_inset Text
30594
30595 \begin_layout Plain Layout
30596 Un exemple de texte
30597 \begin_inset Foot
30598 status open
30599
30600 \begin_layout Plain Layout
30601 Cette note ne sera pas imprimée
30602 \begin_inset space ~
30603 \end_inset
30604
30605 !
30606 \end_layout
30607
30608 \end_inset
30609
30610
30611 \end_layout
30612
30613 \end_inset
30614 </cell>
30615 </row>
30616 <row>
30617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30618 \begin_inset Text
30619
30620 \begin_layout Plain Layout
30621 Un autre exemple de texte
30622 \begin_inset ERT
30623 status collapsed
30624
30625 \begin_layout Plain Layout
30626
30627
30628 \backslash
30629 footnotemark{}
30630 \end_layout
30631
30632 \end_inset
30633
30634
30635 \end_layout
30636
30637 \end_inset
30638 </cell>
30639 </row>
30640 </lyxtabular>
30641
30642 \end_inset
30643
30644
30645 \begin_inset ERT
30646 status collapsed
30647
30648 \begin_layout Plain Layout
30649
30650
30651 \backslash
30652 footnotetext{
30653 \end_layout
30654
30655 \end_inset
30656
30657
30658 \lang french
30659 Note de bas de page de tableau imprimée.
30660 \lang english
30661
30662 \begin_inset ERT
30663 status collapsed
30664
30665 \begin_layout Plain Layout
30666
30667 }
30668 \end_layout
30669
30670 \end_inset
30671
30672
30673 \end_layout
30674
30675 \begin_layout Standard
30676 Les notes de bas de page dans des tableaux longs sont décrites dans la section
30677 \begin_inset space ~
30678 \end_inset
30679
30680
30681 \begin_inset CommandInset ref
30682 LatexCommand ref
30683 reference "sub:Notes-dans-tableau-long"
30684
30685 \end_inset
30686
30687 .
30688 \end_layout
30689
30690 \begin_layout Standard
30691 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
30692  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
30693 e, vu que la minipage est considérée comme une page se trouvant dans une
30694  autre page.
30695  Pour plus d'information sur les minipages, voyez la section
30696 \begin_inset space ~
30697 \end_inset
30698
30699
30700 \begin_inset CommandInset ref
30701 LatexCommand ref
30702 reference "sec:Minipages"
30703
30704 \end_inset
30705
30706 .
30707  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
30708  s'imprime en bas de page comme une note normale, on doit aussi utiliser
30709  la méthode utilisant les commandes 
30710 \series bold
30711
30712 \backslash
30713 footnotemark{}
30714 \series default
30715  et 
30716 \series bold
30717
30718 \backslash
30719 footnotetext
30720 \series default
30721 .
30722 \end_layout
30723
30724 \begin_layout Standard
30725 \begin_inset Box Frameless
30726 position "t"
30727 hor_pos "c"
30728 has_inner_box 1
30729 inner_pos "t"
30730 use_parbox 0
30731 use_makebox 0
30732 width "100col%"
30733 special "none"
30734 height "1in"
30735 height_special "totalheight"
30736 status open
30737
30738 \begin_layout Plain Layout
30739 Un exemple de texte dans une minipage.
30740 \begin_inset Foot
30741 status open
30742
30743 \begin_layout Plain Layout
30744 Note de bas de page dans la minipage.
30745 \end_layout
30746
30747 \end_inset
30748
30749
30750 \end_layout
30751
30752 \begin_layout Plain Layout
30753 Un autre exemple de texte dans une minipage.
30754 \begin_inset ERT
30755 status collapsed
30756
30757 \begin_layout Plain Layout
30758
30759
30760 \backslash
30761 footnotemark{}
30762 \end_layout
30763
30764 \end_inset
30765
30766
30767 \end_layout
30768
30769 \end_inset
30770
30771
30772 \end_layout
30773
30774 \begin_layout Standard
30775 \begin_inset ERT
30776 status collapsed
30777
30778 \begin_layout Plain Layout
30779
30780
30781 \backslash
30782 footnotetext{
30783 \end_layout
30784
30785 \end_inset
30786
30787 Note de bas de page en dehors de la minipage.
30788 \begin_inset ERT
30789 status collapsed
30790
30791 \begin_layout Plain Layout
30792
30793 }
30794 \end_layout
30795
30796 \end_inset
30797
30798
30799 \end_layout
30800
30801 \begin_layout Standard
30802 \begin_inset VSpace defskip
30803 \end_inset
30804
30805
30806 \end_layout
30807
30808 \begin_layout Standard
30809 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
30810  utilisez la commande 
30811 \series bold
30812
30813 \backslash
30814 footnotemark[number]
30815 \series default
30816  en code TeX.
30817 \begin_inset Newline newline
30818 \end_inset
30819
30820 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
30821  votre texte, vous devez enregistrer son numéro.
30822  Dans l'exemple de marque de note de bas de page suivant, ces commandes
30823  ont été insérées en code TeX après la note
30824 \begin_inset space ~
30825 \end_inset
30826
30827
30828 \begin_inset CommandInset ref
30829 LatexCommand ref
30830 reference "fn:Note-en-bas"
30831
30832 \end_inset
30833
30834  pour enregistrer son numéro
30835 \begin_inset space ~
30836 \end_inset
30837
30838 :
30839 \end_layout
30840
30841 \begin_layout Standard
30842
30843 \series bold
30844
30845 \backslash
30846 newcounter{MaNoteDupliquee}
30847 \begin_inset Newline newline
30848 \end_inset
30849
30850
30851 \backslash
30852 setcounter{MaNoteDupliquee}{
30853 \backslash
30854 thefootnote}
30855 \end_layout
30856
30857 \begin_layout Standard
30858 La note de bas de page a été créée avec la commande
30859 \begin_inset space ~
30860 \end_inset
30861
30862 :
30863 \end_layout
30864
30865 \begin_layout Standard
30866
30867 \series bold
30868
30869 \backslash
30870 footnotemark[
30871 \backslash
30872 MaNoteDupliquee]
30873 \end_layout
30874
30875 \begin_layout Standard
30876 Voici une note de bas de page dupliquée
30877 \begin_inset space ~
30878 \end_inset
30879
30880 :
30881 \begin_inset ERT
30882 status collapsed
30883
30884 \begin_layout Plain Layout
30885
30886
30887 \backslash
30888 footnotemark[
30889 \backslash
30890 theMyRepeatFoot]
30891 \end_layout
30892
30893 \end_inset
30894
30895
30896 \end_layout
30897
30898 \begin_layout Standard
30899 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
30900 t du numéro de note et juste utiliser la commande suivante
30901 \end_layout
30902
30903 \begin_layout Standard
30904
30905 \series bold
30906
30907 \backslash
30908 footnotemark[
30909 \backslash
30910 thefootnote]
30911 \end_layout
30912
30913 \begin_layout Standard
30914 Voici une autre note de bas de page dupliquée
30915 \begin_inset space ~
30916 \end_inset
30917
30918 :
30919 \begin_inset ERT
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923
30924
30925 \backslash
30926 footnotemark[
30927 \backslash
30928 thefootnote]
30929 \end_layout
30930
30931 \end_inset
30932
30933
30934 \end_layout
30935
30936 \begin_layout Subsection
30937 Numérotation de notes de bas de page
30938 \begin_inset CommandInset label
30939 LatexCommand label
30940 name "sub:Numerotation-notes-bas-de-page"
30941
30942 \end_inset
30943
30944
30945 \begin_inset Index idx
30946 status collapsed
30947
30948 \begin_layout Plain Layout
30949 Notes de bas de page ! Numérotation
30950 \end_layout
30951
30952 \end_inset
30953
30954
30955 \end_layout
30956
30957 \begin_layout Standard
30958 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
30959  ajoutez cette commande dans le préambule de votre document :
30960 \end_layout
30961
30962 \begin_layout Standard
30963
30964 \series bold
30965
30966 \backslash
30967 @addtoreset{footnote}{section}
30968 \end_layout
30969
30970 \begin_layout Standard
30971 \begin_inset VSpace bigskip
30972 \end_inset
30973
30974 La commande de préambule suivante change le style de numérotation des notes
30975  en petits chiffres romains :
30976 \end_layout
30977
30978 \begin_layout Standard
30979
30980 \series bold
30981
30982 \backslash
30983 renewcommand{
30984 \backslash
30985 thefootnote}{
30986 \backslash
30987 roman{footnote}}
30988 \end_layout
30989
30990 \begin_layout Standard
30991 \begin_inset ERT
30992 status collapsed
30993
30994 \begin_layout Plain Layout
30995
30996
30997 \backslash
30998 renewcommand{
30999 \backslash
31000 thefootnote}{
31001 \backslash
31002 roman{footnote}}
31003 \end_layout
31004
31005 \end_inset
31006
31007  Cette note de bas de page utilise une numérotation en chiffres romains
31008  :
31009 \begin_inset Foot
31010 status open
31011
31012 \begin_layout Plain Layout
31013 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
31014  romains.
31015 \end_layout
31016
31017 \end_inset
31018
31019
31020 \end_layout
31021
31022 \begin_layout Standard
31023 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
31024  la commande précédente 
31025 \series bold
31026
31027 \backslash
31028 roman
31029 \series default
31030  par 
31031 \series bold
31032
31033 \backslash
31034 Roman
31035 \series default
31036 .
31037  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
31038  utilisez respectivement soit 
31039 \series bold
31040
31041 \backslash
31042 Alph
31043 \series default
31044  soit 
31045 \series bold
31046
31047 \backslash
31048 alph
31049 \series default
31050 .
31051  Pour les 
31052 \begin_inset Quotes fld
31053 \end_inset
31054
31055 numéroter
31056 \begin_inset Quotes frd
31057 \end_inset
31058
31059  avec des symboles, utilisez 
31060 \series bold
31061
31062 \backslash
31063 fnsymbol
31064 \series default
31065 .
31066 \end_layout
31067
31068 \begin_layout Standard
31069 \begin_inset Note Greyedout
31070 status open
31071
31072 \begin_layout Plain Layout
31073
31074 \series bold
31075 Note:
31076 \series default
31077  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
31078  puisque cette numérotation est limitée à des lettres seules.
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \begin_inset Newline newline
31085 \end_inset
31086
31087
31088 \begin_inset Note Greyedout
31089 status open
31090
31091 \begin_layout Plain Layout
31092
31093 \series bold
31094 Note:
31095 \series default
31096  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
31097 \end_layout
31098
31099 \end_inset
31100
31101
31102 \end_layout
31103
31104 \begin_layout Standard
31105 Pour revenir au style de numérotation implicite quand vous en avez changé,
31106  utilisez 
31107 \series bold
31108
31109 \backslash
31110 arabic
31111 \series default
31112  à la place de 
31113 \series bold
31114
31115 \backslash
31116 roman
31117 \series default
31118  dans la commande précédente.
31119 \begin_inset ERT
31120 status collapsed
31121
31122 \begin_layout Plain Layout
31123
31124
31125 \backslash
31126 renewcommand{
31127 \backslash
31128 thefootnote}{
31129 \backslash
31130 arabic{footnote}}
31131 \end_layout
31132
31133 \end_inset
31134
31135
31136 \end_layout
31137
31138 \begin_layout Standard
31139 \begin_inset VSpace bigskip
31140 \end_inset
31141
31142
31143 \end_layout
31144
31145 \begin_layout Standard
31146 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
31147  le schéma 
31148 \begin_inset Quotes fld
31149 \end_inset
31150
31151 chapitre.note
31152 \begin_inset Quotes frd
31153 \end_inset
31154
31155 , ajoutez la commande suivante au préambule de votre document :
31156 \end_layout
31157
31158 \begin_layout Standard
31159
31160 \series bold
31161
31162 \backslash
31163 numberwithin{footnote}{chapter}
31164 \end_layout
31165
31166 \begin_layout Standard
31167 Pour pouvoir utiliser la commande 
31168 \series bold
31169
31170 \backslash
31171 numberwithin
31172 \series default
31173 , activez dans la rubrique 
31174 \family sans
31175 Options
31176 \begin_inset space ~
31177 \end_inset
31178
31179 des
31180 \begin_inset space ~
31181 \end_inset
31182
31183 Maths
31184 \family default
31185  dans les paramètres du document, l'option 
31186 \family sans
31187 Utiliser
31188 \begin_inset space ~
31189 \end_inset
31190
31191 le
31192 \begin_inset space ~
31193 \end_inset
31194
31195 paquetage
31196 \begin_inset space ~
31197 \end_inset
31198
31199 maths
31200 \begin_inset space ~
31201 \end_inset
31202
31203 AMS
31204 \family default
31205 .
31206 \end_layout
31207
31208 \begin_layout Standard
31209 \begin_inset ERT
31210 status collapsed
31211
31212 \begin_layout Plain Layout
31213
31214
31215 \backslash
31216 numberwithin{footnote}{chapter}
31217 \end_layout
31218
31219 \end_inset
31220
31221 Ceci est un autre exemple de note de bas de page:
31222 \series bold
31223
31224 \begin_inset Foot
31225 status open
31226
31227 \begin_layout Plain Layout
31228 Cette note est numérotée en suivant le schéma 
31229 \begin_inset Quotes fld
31230 \end_inset
31231
31232 chapitre.note
31233 \begin_inset Quotes frd
31234 \end_inset
31235
31236 .
31237 \end_layout
31238
31239 \end_inset
31240
31241
31242 \series default
31243
31244 \begin_inset ERT
31245 status collapsed
31246
31247 \begin_layout Plain Layout
31248
31249
31250 \backslash
31251 renewcommand{
31252 \backslash
31253 thefootnote}{
31254 \backslash
31255 arabic{footnote}}
31256 \end_layout
31257
31258 \end_inset
31259
31260
31261 \end_layout
31262
31263 \begin_layout Standard
31264 \begin_inset Note Greyedout
31265 status open
31266
31267 \begin_layout Plain Layout
31268
31269 \series bold
31270 Note:
31271 \series default
31272  
31273 \series bold
31274
31275 \backslash
31276 numberwithin
31277 \series default
31278  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
31279  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
31280  prises en compte.
31281  
31282 \end_layout
31283
31284 \end_inset
31285
31286
31287 \end_layout
31288
31289 \begin_layout Standard
31290 Donc pour avoir par exemple le schéma 
31291 \begin_inset Quotes fld
31292 \end_inset
31293
31294 chapitre.
31295 \backslash
31296 Roman{note}
31297 \begin_inset Quotes frd
31298 \end_inset
31299
31300 , utilisez la commande suivante plutôt que 
31301 \series bold
31302
31303 \backslash
31304 numberwithin
31305 \series default
31306  :
31307 \end_layout
31308
31309 \begin_layout Standard
31310
31311 \series bold
31312
31313 \backslash
31314 renewcommand{
31315 \backslash
31316 thefootnote}{
31317 \backslash
31318 thechapter.
31319 \backslash
31320 Roman{footnote}}
31321 \end_layout
31322
31323 \begin_layout Subsection
31324 Positionnement de notes de bas de page
31325 \begin_inset Index idx
31326 status collapsed
31327
31328 \begin_layout Plain Layout
31329 Notes de bas de page ! Positionnement
31330 \end_layout
31331
31332 \end_inset
31333
31334
31335 \end_layout
31336
31337 \begin_layout Standard
31338 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
31339  vertical entre elles en bas de la page.
31340  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
31341  de 1.5
31342 \begin_inset space \thinspace{}
31343 \end_inset
31344
31345 mm avec la commande suivante dans le préambule :
31346 \end_layout
31347
31348 \begin_layout Standard
31349
31350 \series bold
31351
31352 \backslash
31353 let
31354 \backslash
31355 myFoot
31356 \backslash
31357 footnote
31358 \begin_inset Newline newline
31359 \end_inset
31360
31361
31362 \backslash
31363 renewcommand{
31364 \backslash
31365 footnote}[1]{
31366 \backslash
31367 myFoot{#1
31368 \backslash
31369 vspace{1.5mm}}}
31370 \end_layout
31371
31372 \begin_layout Standard
31373 \begin_inset VSpace bigskip
31374 \end_inset
31375
31376 Dans un document à deux colonnes les notes de bas de page apparaissent en
31377  bas de chaque colonne, comme sur la Figure
31378 \begin_inset space ~
31379 \end_inset
31380
31381
31382 \begin_inset CommandInset ref
31383 LatexCommand ref
31384 reference "fig:Position-standard-note-bas-de-page"
31385
31386 \end_inset
31387
31388 .
31389  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
31390  sur la Figure
31391 \begin_inset space ~
31392 \end_inset
31393
31394
31395 \begin_inset CommandInset ref
31396 LatexCommand ref
31397 reference "fig:Position-note-avec-ftnright"
31398
31399 \end_inset
31400
31401 , utilisez le paquetage LaTeX 
31402 \series bold
31403 ftnright
31404 \series default
31405
31406 \begin_inset Index idx
31407 status collapsed
31408
31409 \begin_layout Plain Layout
31410 Paquetages LaTeX ! ftnright
31411 \end_layout
31412
31413 \end_inset
31414
31415  avec cette commande dans le préambule du document:
31416 \end_layout
31417
31418 \begin_layout Standard
31419
31420 \series bold
31421
31422 \backslash
31423 usepackage{ftnright}
31424 \end_layout
31425
31426 \begin_layout Standard
31427 \begin_inset Float figure
31428 placement !h
31429 wide false
31430 sideways false
31431 status open
31432
31433 \begin_layout Plain Layout
31434 \begin_inset ERT
31435 status collapsed
31436
31437 \begin_layout Plain Layout
31438
31439
31440 \backslash
31441 framebox{
31442 \end_layout
31443
31444 \end_inset
31445
31446
31447 \begin_inset Graphics
31448         filename ../clipart/without_fntright.pdf
31449         width 100col%
31450         scaleBeforeRotation
31451
31452 \end_inset
31453
31454
31455 \begin_inset ERT
31456 status collapsed
31457
31458 \begin_layout Plain Layout
31459
31460 }
31461 \end_layout
31462
31463 \end_inset
31464
31465
31466 \end_layout
31467
31468 \begin_layout Plain Layout
31469 \begin_inset Caption Standard
31470
31471 \begin_layout Plain Layout
31472 \begin_inset CommandInset label
31473 LatexCommand label
31474 name "fig:Position-standard-note-bas-de-page"
31475
31476 \end_inset
31477
31478 Positionnement standard des notes de bas de page dans un document à deux
31479  colonnes.
31480 \end_layout
31481
31482 \end_inset
31483
31484
31485 \end_layout
31486
31487 \end_inset
31488
31489
31490 \end_layout
31491
31492 \begin_layout Standard
31493 \begin_inset Float figure
31494 placement !h
31495 wide false
31496 sideways false
31497 status open
31498
31499 \begin_layout Plain Layout
31500 \begin_inset ERT
31501 status collapsed
31502
31503 \begin_layout Plain Layout
31504
31505
31506 \backslash
31507 framebox{
31508 \end_layout
31509
31510 \end_inset
31511
31512
31513 \begin_inset Graphics
31514         filename ../clipart/with_fntright.pdf
31515         width 100col%
31516         scaleBeforeRotation
31517
31518 \end_inset
31519
31520
31521 \begin_inset ERT
31522 status collapsed
31523
31524 \begin_layout Plain Layout
31525
31526 }
31527 \end_layout
31528
31529 \end_inset
31530
31531
31532 \end_layout
31533
31534 \begin_layout Plain Layout
31535 \begin_inset Caption Standard
31536
31537 \begin_layout Plain Layout
31538 \begin_inset CommandInset label
31539 LatexCommand label
31540 name "fig:Position-note-avec-ftnright"
31541
31542 \end_inset
31543
31544 Positionnement de notes de bas de page dans un document à deux colonnes
31545  en utilisant le paquetage LaTeX 
31546 \series bold
31547 ftnright
31548 \series default
31549 .
31550 \end_layout
31551
31552 \end_inset
31553
31554
31555 \end_layout
31556
31557 \end_inset
31558
31559
31560 \end_layout
31561
31562 \begin_layout Standard
31563 \begin_inset VSpace bigskip
31564 \end_inset
31565
31566 Dans certaines publications scientifiques, il est courant de rassembler
31567  les notes de bas de page et de les imprimer dans un paragraphe particulier
31568  à la fin de la section, comme sur la Figure
31569 \begin_inset space ~
31570 \end_inset
31571
31572
31573 \begin_inset CommandInset ref
31574 LatexCommand ref
31575 reference "fig:Notes-de-fin"
31576
31577 \end_inset
31578
31579 .
31580  On les appelle 
31581 \begin_inset Quotes fld
31582 \end_inset
31583
31584 notes de fin
31585 \begin_inset Quotes frd
31586 \end_inset
31587
31588 .
31589 \begin_inset Index idx
31590 status collapsed
31591
31592 \begin_layout Plain Layout
31593 Notes de fin
31594 \end_layout
31595
31596 \end_inset
31597
31598  Pour utiliser des notes de fin à la place des notes de bas de page dans
31599  votre document, charger le module 
31600 \family sans
31601 Note de bas de page en fin de document
31602 \family default
31603  à partir de 
31604 \family sans
31605 Document\SpecialChar \menuseparator
31606 Paramètres\SpecialChar \menuseparator
31607 Modules
31608 \family default
31609 .
31610  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
31611 \end_layout
31612
31613 \begin_layout Standard
31614
31615 \series bold
31616
31617 \backslash
31618 theendnotes
31619 \end_layout
31620
31621 \begin_layout Standard
31622 en code TeX à la fin d'une section ou d'un chapitre.
31623 \end_layout
31624
31625 \begin_layout Standard
31626 \begin_inset Float figure
31627 wide false
31628 sideways false
31629 status open
31630
31631 \begin_layout Plain Layout
31632 \align center
31633 \begin_inset ERT
31634 status collapsed
31635
31636 \begin_layout Plain Layout
31637
31638
31639 \backslash
31640 framebox{
31641 \end_layout
31642
31643 \end_inset
31644
31645
31646 \begin_inset Graphics
31647         filename ../clipart/endnotes.pdf
31648         scaleBeforeRotation
31649
31650 \end_inset
31651
31652
31653 \begin_inset ERT
31654 status collapsed
31655
31656 \begin_layout Plain Layout
31657
31658 }
31659 \end_layout
31660
31661 \end_inset
31662
31663
31664 \end_layout
31665
31666 \begin_layout Plain Layout
31667 \begin_inset Caption Standard
31668
31669 \begin_layout Plain Layout
31670 \begin_inset CommandInset label
31671 LatexCommand label
31672 name "fig:Notes-de-fin"
31673
31674 \end_inset
31675
31676 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
31677  séparé à la fin des sections ou des chapitres.
31678 \end_layout
31679
31680 \end_inset
31681
31682
31683 \end_layout
31684
31685 \end_inset
31686
31687
31688 \end_layout
31689
31690 \begin_layout Standard
31691 \begin_inset VSpace medskip
31692 \end_inset
31693
31694 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
31695  dans la langue du document, cela doit être fait manuellement.
31696  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
31697  
31698 \begin_inset Quotes fld
31699 \end_inset
31700
31701 Notes
31702 \begin_inset Quotes frd
31703 \end_inset
31704
31705  en sa traduction Allemande
31706 \begin_inset Foot
31707 status collapsed
31708
31709 \begin_layout Plain Layout
31710 En français, 
31711 \begin_inset Quotes fld
31712 \end_inset
31713
31714 Notes
31715 \begin_inset Quotes frd
31716 \end_inset
31717
31718  peut être conservé.
31719 \end_layout
31720
31721 \end_inset
31722
31723  
31724 \begin_inset Quotes fld
31725 \end_inset
31726
31727 Anmerkungen
31728 \begin_inset Quotes frd
31729 \end_inset
31730
31731  :
31732 \end_layout
31733
31734 \begin_layout Standard
31735
31736 \series bold
31737
31738 \backslash
31739 renewcommand{
31740 \backslash
31741 notesname}{Anmerkungen}
31742 \end_layout
31743
31744 \begin_layout Standard
31745 \begin_inset VSpace medskip
31746 \end_inset
31747
31748 La numérotation des notes de fin peut être modifiée comme celle des notes
31749  de bas de page comme c'est décrit dans la section
31750 \begin_inset space ~
31751 \end_inset
31752
31753
31754 \begin_inset CommandInset ref
31755 LatexCommand ref
31756 reference "sub:Numerotation-notes-bas-de-page"
31757
31758 \end_inset
31759
31760  ; remplacez juste la commande 
31761 \series bold
31762
31763 \backslash
31764 thefootnote
31765 \series default
31766  par 
31767 \series bold
31768
31769 \backslash
31770 theendnote
31771 \series default
31772 .
31773  Pour réinitialiser le numéro de note de fin, utilisez la commande 
31774 \series bold
31775
31776 \backslash
31777 @addtoreset
31778 \series default
31779  comme c'est décrit dans la section
31780 \begin_inset space ~
31781 \end_inset
31782
31783
31784 \begin_inset CommandInset ref
31785 LatexCommand ref
31786 reference "sub:Numerotation-notes-bas-de-page"
31787
31788 \end_inset
31789
31790  et remplacez le paramètre de commande 
31791 \series bold
31792 footnote
31793 \series default
31794  par 
31795 \series bold
31796 endnote
31797 \series default
31798 .
31799 \end_layout
31800
31801 \begin_layout Standard
31802 Pour les notes de fin, il y a la commande 
31803 \series bold
31804
31805 \backslash
31806 endnotemark[numéro]
31807 \series default
31808  qui est semblable à 
31809 \series bold
31810
31811 \backslash
31812 footnotemark
31813 \series default
31814 , décrite dans la section
31815 \begin_inset space ~
31816 \end_inset
31817
31818
31819 \begin_inset CommandInset ref
31820 LatexCommand ref
31821 reference "sec:Notes-bas-de-page"
31822
31823 \end_inset
31824
31825 .
31826 \end_layout
31827
31828 \begin_layout Standard
31829 \begin_inset VSpace bigskip
31830 \end_inset
31831
31832  Les notes de bas de page peuvent être mise dans la marge de la page et
31833  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
31834  
31835 \series bold
31836 footmisc
31837 \series default
31838
31839 \begin_inset Index idx
31840 status collapsed
31841
31842 \begin_layout Plain Layout
31843 Paquetages LaTeX ! footmisc
31844 \end_layout
31845
31846 \end_inset
31847
31848
31849 \begin_inset CommandInset citation
31850 LatexCommand cite
31851 key "footmisc"
31852
31853 \end_inset
31854
31855  pour plus d'information à ce sujet.
31856 \end_layout
31857
31858 \begin_layout Standard
31859 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
31860  voyez les livres sur LaTeX, 
31861 \begin_inset CommandInset citation
31862 LatexCommand cite
31863 key "latexcompanion,latexguide,latexbook"
31864
31865 \end_inset
31866
31867 .
31868  Si vous utilisez une classe de document  
31869 \series bold
31870 KOMA-Script
31871 \series default
31872
31873 \begin_inset Index idx
31874 status collapsed
31875
31876 \begin_layout Plain Layout
31877 Paquetages LaTeX ! KOMA-Script
31878 \end_layout
31879
31880 \end_inset
31881
31882 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
31883  des commandes spécifiques à la classe de document utilisée, voyez 
31884 \begin_inset CommandInset citation
31885 LatexCommand cite
31886 key "KOMA-Script"
31887
31888 \end_inset
31889
31890 .
31891 \end_layout
31892
31893 \begin_layout Section
31894 Notes en marge
31895 \begin_inset Index idx
31896 status collapsed
31897
31898 \begin_layout Plain Layout
31899 Notes ! Notes en Marge
31900 \end_layout
31901
31902 \end_inset
31903
31904
31905 \end_layout
31906
31907 \begin_layout Standard
31908 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
31909 t de la même façon.
31910  Quand vous insérez une note en marge avec 
31911 \family sans
31912 Insertion\SpecialChar \menuseparator
31913 Note
31914 \begin_inset space ~
31915 \end_inset
31916
31917 en
31918 \begin_inset space ~
31919 \end_inset
31920
31921 Marge
31922 \family default
31923  ou avec le bouton 
31924 \begin_inset Info
31925 type  "icon"
31926 arg   "marginalnote-insert"
31927 \end_inset
31928
31929  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
31930  grise avec une étiquette rouge 
31931 \begin_inset Quotes fld
31932 \end_inset
31933
31934 marge
31935 \begin_inset Quotes frd
31936 \end_inset
31937
31938 .
31939  
31940 \begin_inset Marginal
31941 status collapsed
31942
31943 \begin_layout Plain Layout
31944 C'est une note en marge.
31945 \end_layout
31946
31947 \end_inset
31948
31949  Cette boîte est la représentation de votre note dans LyX.
31950  Vous pouvez y entrer votre texte.
31951 \end_layout
31952
31953 \begin_layout Standard
31954 Les notes en marge apparaissent dans la marge de droite dans les documents
31955  imprimées sur une seule face.
31956  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
31957  
31958 \begin_inset Quotes fld
31959 \end_inset
31960
31961 extérieure
31962 \begin_inset Quotes frd
31963 \end_inset
31964
31965  – la gauche sur les pages paires et la droite sur les pages impaires.
31966  Le texte de la note en marge est aligné à l'opposé de la marge externe
31967  – aligné à droite quand la note apparaît dans la marge de gauche.
31968  La première ligne de la note apparaît à la hauteur de la ligne de texte
31969  où la note a été insérée dans le document.
31970 \end_layout
31971
31972 \begin_layout Standard
31973 \begin_inset VSpace bigskip
31974 \end_inset
31975
31976 Pour placer une note dans la marge interne, ajoutez la commande suivante
31977  :
31978 \end_layout
31979
31980 \begin_layout Standard
31981
31982 \series bold
31983
31984 \backslash
31985 reversemarginpar
31986 \end_layout
31987
31988 \begin_layout Standard
31989 sous forme de code TeX avant votre note de marge.
31990  Le nouveau positionnement est pris en compte pour toutes les notes en marge
31991  qui suivent 
31992 \begin_inset ERT
31993 status collapsed
31994
31995 \begin_layout Plain Layout
31996
31997
31998 \backslash
31999 reversemarginpar 
32000 \end_layout
32001
32002 \end_inset
32003
32004
32005 \begin_inset Marginal
32006 status open
32007
32008 \begin_layout Plain Layout
32009 Cette note en marge est dans la marge interne.
32010 \end_layout
32011
32012 \end_inset
32013
32014
32015 \series bold
32016
32017 \begin_inset Newline newline
32018 \end_inset
32019
32020
32021 \series default
32022
32023 \begin_inset Note Greyedout
32024 status open
32025
32026 \begin_layout Plain Layout
32027
32028 \series bold
32029 Note:
32030 \series default
32031  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
32032  les notes sont souvent mal mises en formes dans la sortie imprimée.
32033 \end_layout
32034
32035 \end_inset
32036
32037
32038 \end_layout
32039
32040 \begin_layout Standard
32041 Pour revenir au positionnement implicite, ajoutez la commande :
32042 \end_layout
32043
32044 \begin_layout Standard
32045
32046 \series bold
32047
32048 \backslash
32049 normalmarginpar
32050 \end_layout
32051
32052 \begin_layout Standard
32053 sous forme de code TeX.
32054 \begin_inset ERT
32055 status collapsed
32056
32057 \begin_layout Plain Layout
32058
32059
32060 \backslash
32061 normalmarginpar 
32062 \end_layout
32063
32064 \end_inset
32065
32066
32067 \begin_inset Newline newline
32068 \end_inset
32069
32070  
32071 \begin_inset Note Greyedout
32072 status open
32073
32074 \begin_layout Plain Layout
32075
32076 \series bold
32077 Note:
32078 \series default
32079  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
32080  
32081 \series bold
32082
32083 \backslash
32084 reversemarginpar
32085 \series default
32086  est aussi utilisée.
32087 \end_layout
32088
32089 \end_inset
32090
32091
32092 \end_layout
32093
32094 \begin_layout Standard
32095 \begin_inset VSpace bigskip
32096 \end_inset
32097
32098
32099 \begin_inset Marginal
32100 status open
32101
32102 \begin_layout Plain Layout
32103 UnTrèsLongMotEnMarge sans césure.
32104 \end_layout
32105
32106 \end_inset
32107
32108  Comme dans le cas décrit dans la section
32109 \begin_inset space ~
32110 \end_inset
32111
32112
32113 \begin_inset CommandInset ref
32114 LatexCommand ref
32115 reference "sub:Lignes-multiple-dans-cellule"
32116
32117 \end_inset
32118
32119 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
32120  mot d'une note en marge.
32121  Pour éviter ce problème, insérez un espacement horizontal de 0
32122 \begin_inset space \thinspace{}
32123 \end_inset
32124
32125 pt avant le mot en question: 
32126 \begin_inset Marginal
32127 status open
32128
32129 \begin_layout Plain Layout
32130 \begin_inset space \hspace{}
32131 \length 0pt
32132 \end_inset
32133
32134 UnMotTrèsLongEnMarge avec une césure.
32135 \end_layout
32136
32137 \end_inset
32138
32139
32140 \end_layout
32141
32142 \begin_layout Standard
32143 \begin_inset VSpace bigskip
32144 \end_inset
32145
32146
32147 \end_layout
32148
32149 \begin_layout Standard
32150 \begin_inset Note Greyedout
32151 status open
32152
32153 \begin_layout Plain Layout
32154
32155 \series bold
32156 Note:
32157 \series default
32158  Normalement, les notes en marge ne peuvent pas être utilisées dans des
32159  tableaux, des flottants et des notes de bas de page.
32160 \end_layout
32161
32162 \end_inset
32163
32164
32165 \end_layout
32166
32167 \begin_layout Standard
32168 \begin_inset VSpace bigskip
32169 \end_inset
32170
32171
32172 \end_layout
32173
32174 \begin_layout Standard
32175 \begin_inset ERT
32176 status collapsed
32177
32178 \begin_layout Plain Layout
32179
32180
32181 \backslash
32182 ifmarginnote
32183 \end_layout
32184
32185 \end_inset
32186
32187
32188 \begin_inset Note Note
32189 status open
32190
32191 \begin_layout Plain Layout
32192 La section suivante ne sera affichée que si le paquetage LaTeX 
32193 \series bold
32194 marginnote
32195 \series default
32196  a été installé.
32197 \end_layout
32198
32199 \end_inset
32200
32201
32202 \end_layout
32203
32204 \begin_layout Standard
32205 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
32206 \series bold
32207 marginnote
32208 \series default
32209
32210 \begin_inset Index idx
32211 status collapsed
32212
32213 \begin_layout Plain Layout
32214 Paquetages LaTeX ! marginnote
32215 \end_layout
32216
32217 \end_inset
32218
32219 .
32220  En ajoutant les deux lignes suivantes au préambule de votre document, la
32221  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
32222  la commande fournie par le paquetage 
32223 \series bold
32224 marginnote
32225 \series default
32226  :
32227 \end_layout
32228
32229 \begin_layout Standard
32230
32231 \series bold
32232
32233 \backslash
32234 usepackage{marginnote}
32235 \begin_inset Newline newline
32236 \end_inset
32237
32238
32239 \backslash
32240 let
32241 \backslash
32242 marginpar
32243 \backslash
32244 marginnote
32245 \end_layout
32246
32247 \begin_layout Standard
32248 Ce paquetage est aussi utilisé dans ce document parce que 
32249 \series bold
32250 marginnote
32251 \series default
32252  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
32253  vertical pour une note.
32254  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
32255  sont trop proches les unes des autres ou que vous voulez améliorer la mise
32256  en page.
32257  Le décalage est inséré dans LyX sous forme de code TeX directement après
32258  la note sous la forme
32259 \end_layout
32260
32261 \begin_layout Standard
32262
32263 \series bold
32264 [offset]
32265 \end_layout
32266
32267 \begin_layout Standard
32268 où l'offset utilise l'une des unités listées dans le tableau
32269 \begin_inset space ~
32270 \end_inset
32271
32272
32273 \begin_inset CommandInset ref
32274 LatexCommand ref
32275 reference "cha:Unités-de-longueur"
32276
32277 \end_inset
32278
32279 .
32280  Une valeur négative déplace la note vers le haut, une valeur positive la
32281  déplace vers le bas.
32282  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
32283  vers le haut de 1.5
32284 \begin_inset space \thinspace{}
32285 \end_inset
32286
32287 cm avec la commande en code TeX 
32288 \begin_inset Quotes fld
32289 \end_inset
32290
32291
32292 \series bold
32293 [-1.5cm]
32294 \series default
32295
32296 \begin_inset Quotes frd
32297 \end_inset
32298
32299
32300 \begin_inset Marginal
32301 status collapsed
32302
32303 \begin_layout Plain Layout
32304 Cette note en marge est décalée vers le haut de 1.5
32305 \begin_inset space \thinspace{}
32306 \end_inset
32307
32308 cm par rapport à sa position d'origine.
32309 \end_layout
32310
32311 \end_inset
32312
32313
32314 \begin_inset ERT
32315 status collapsed
32316
32317 \begin_layout Plain Layout
32318
32319 [-1.5cm]
32320 \end_layout
32321
32322 \end_inset
32323
32324
32325 \end_layout
32326
32327 \begin_layout Standard
32328 \begin_inset VSpace medskip
32329 \end_inset
32330
32331 Avec le paquetage 
32332 \series bold
32333 marginnote
32334 \series default
32335  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
32336  Par exemple les commandes 
32337 \end_layout
32338
32339 \begin_layout Standard
32340
32341 \series bold
32342
32343 \backslash
32344 renewcommand*{
32345 \backslash
32346 raggedleftmarginnote}{
32347 \backslash
32348 centering}
32349 \begin_inset Newline newline
32350 \end_inset
32351
32352
32353 \backslash
32354 renewcommand*{
32355 \backslash
32356 raggedrightmarginnote}{
32357 \backslash
32358 centering}
32359 \end_layout
32360
32361 \begin_layout Standard
32362 donnent un alignement centré.
32363  
32364 \series bold
32365
32366 \backslash
32367 raggedleftmarginnote
32368 \series default
32369  indique une note qui apparaît dans la marge de gauche.
32370 \begin_inset ERT
32371 status collapsed
32372
32373 \begin_layout Plain Layout
32374
32375
32376 \backslash
32377 renewcommand*{
32378 \backslash
32379 raggedleftmarginnote}{
32380 \backslash
32381 centering}
32382 \end_layout
32383
32384 \begin_layout Plain Layout
32385
32386
32387 \backslash
32388 renewcommand*{
32389 \backslash
32390 raggedrightmarginnote}{
32391 \backslash
32392 centering}
32393 \end_layout
32394
32395 \end_inset
32396
32397
32398 \begin_inset Marginal
32399 status collapsed
32400
32401 \begin_layout Plain Layout
32402 Le texte de cette note en marge est centré.
32403 \end_layout
32404
32405 \end_inset
32406
32407 .
32408  Le comportement implicite est donné par
32409 \end_layout
32410
32411 \begin_layout Standard
32412
32413 \series bold
32414
32415 \backslash
32416 renewcommand*{
32417 \backslash
32418 raggedleftmarginnote}{
32419 \backslash
32420 raggedleft}
32421 \begin_inset Newline newline
32422 \end_inset
32423
32424
32425 \backslash
32426 renewcommand*{
32427 \backslash
32428 raggedrightmarginnote}{
32429 \backslash
32430 raggedright}
32431 \series default
32432
32433 \begin_inset ERT
32434 status collapsed
32435
32436 \begin_layout Plain Layout
32437
32438
32439 \backslash
32440 renewcommand*{
32441 \backslash
32442 raggedleftmarginnote}{
32443 \backslash
32444 raggedleft}
32445 \end_layout
32446
32447 \begin_layout Plain Layout
32448
32449
32450 \backslash
32451 renewcommand*{
32452 \backslash
32453 raggedrightmarginnote}{
32454 \backslash
32455 raggedright}
32456 \end_layout
32457
32458 \end_inset
32459
32460
32461 \end_layout
32462
32463 \begin_layout Standard
32464 \begin_inset VSpace medskip
32465 \end_inset
32466
32467 Pour les autre fonctions du paquetage 
32468 \series bold
32469 marginnote
32470 \series default
32471  nous vous renvoyons à sa documentation 
32472 \begin_inset CommandInset citation
32473 LatexCommand cite
32474 key "marginnote"
32475
32476 \end_inset
32477
32478 .
32479 \end_layout
32480
32481 \begin_layout Standard
32482 \begin_inset VSpace bigskip
32483 \end_inset
32484
32485 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
32486  définition.
32487  Pour créer par exemple une entête pour toutes les notes en marge avec le
32488  texte 
32489 \begin_inset Quotes fld
32490 \end_inset
32491
32492
32493 \family sans
32494 \series bold
32495 \bar under
32496 Attention!
32497 \family default
32498 \series default
32499 \bar default
32500
32501 \begin_inset Quotes frd
32502 \end_inset
32503
32504  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
32505  de votre document :
32506 \end_layout
32507
32508 \begin_layout Standard
32509
32510 \series bold
32511
32512 \backslash
32513 let
32514 \backslash
32515 myMarginpar
32516 \backslash
32517 marginpar
32518 \begin_inset Newline newline
32519 \end_inset
32520
32521
32522 \backslash
32523 renewcommand{
32524 \backslash
32525 marginpar}[1]{
32526 \backslash
32527 myMarginpar{%
32528 \begin_inset Newline newline
32529 \end_inset
32530
32531
32532 \begin_inset Phantom HPhantom
32533 status open
32534
32535 \begin_layout Plain Layout
32536
32537 \series bold
32538 \begin_inset space ~
32539 \end_inset
32540
32541
32542 \end_layout
32543
32544 \end_inset
32545
32546
32547 \backslash
32548 hspace{0pt}
32549 \backslash
32550 textsf{
32551 \backslash
32552 textbf{
32553 \backslash
32554 underbar{Attention!}}}%
32555 \begin_inset Newline newline
32556 \end_inset
32557
32558
32559 \begin_inset Phantom HPhantom
32560 status open
32561
32562 \begin_layout Plain Layout
32563
32564 \series bold
32565 \begin_inset space ~
32566 \end_inset
32567
32568
32569 \end_layout
32570
32571 \end_inset
32572
32573
32574 \backslash
32575 vspace{1.5mm}
32576 \backslash
32577
32578 \backslash
32579 #1}}
32580 \end_layout
32581
32582 \begin_layout Standard
32583 \begin_inset ERT
32584 status collapsed
32585
32586 \begin_layout Plain Layout
32587
32588
32589 \backslash
32590 let
32591 \backslash
32592 myMarginpar
32593 \backslash
32594 marginpar
32595 \end_layout
32596
32597 \begin_layout Plain Layout
32598
32599
32600 \backslash
32601 renewcommand{
32602 \backslash
32603 marginpar}[1]{
32604 \backslash
32605 myMarginpar{%
32606 \end_layout
32607
32608 \begin_layout Plain Layout
32609
32610    
32611 \backslash
32612 textsf{
32613 \backslash
32614 textbf{
32615 \backslash
32616 underbar{Attention!}}}%
32617 \end_layout
32618
32619 \begin_layout Plain Layout
32620
32621    
32622 \backslash
32623 vspace{1.5mm}
32624 \backslash
32625
32626 \backslash
32627 #1}}
32628 \end_layout
32629
32630 \end_inset
32631
32632
32633 \begin_inset Marginal
32634 status open
32635
32636 \begin_layout Plain Layout
32637 Ceci est une note en marge avec une en-tête prédéfinie.
32638 \end_layout
32639
32640 \end_inset
32641
32642
32643 \begin_inset ERT
32644 status collapsed
32645
32646 \begin_layout Plain Layout
32647
32648 [-1.5cm]
32649 \end_layout
32650
32651 \end_inset
32652
32653
32654 \begin_inset ERT
32655 status collapsed
32656
32657 \begin_layout Plain Layout
32658
32659
32660 \backslash
32661 renewcommand{
32662 \backslash
32663 marginpar}[1]{
32664 \backslash
32665 myMarginpar{#1}}
32666 \end_layout
32667
32668 \end_inset
32669
32670
32671 \begin_inset Note Note
32672 status collapsed
32673
32674 \begin_layout Plain Layout
32675
32676 \lang english
32677 The margin note format is changed only for this example.
32678 \end_layout
32679
32680 \end_inset
32681
32682
32683 \end_layout
32684
32685 \begin_layout Standard
32686 \begin_inset ERT
32687 status collapsed
32688
32689 \begin_layout Plain Layout
32690
32691
32692 \backslash
32693 else
32694 \end_layout
32695
32696 \end_inset
32697
32698
32699 \begin_inset Note Note
32700 status open
32701
32702 \begin_layout Plain Layout
32703 Ce qui suit sera affiché si le paquetage LaTeX 
32704 \series bold
32705 marginnote
32706 \series default
32707  n'est pas installé :
32708 \end_layout
32709
32710 \end_inset
32711
32712
32713 \end_layout
32714
32715 \begin_layout Standard
32716 Vous devez installer le paquetage LaTeX 
32717 \series bold
32718 marginnote
32719 \series default
32720  pour voir la suite de cette section dans la sortie imprimée.
32721 \end_layout
32722
32723 \begin_layout Standard
32724 \begin_inset ERT
32725 status collapsed
32726
32727 \begin_layout Plain Layout
32728
32729
32730 \backslash
32731 fi
32732 \end_layout
32733
32734 \end_inset
32735
32736
32737 \end_layout
32738
32739 \begin_layout Chapter
32740 Boîtes
32741 \end_layout
32742
32743 \begin_layout Section
32744 Introduction
32745 \begin_inset Index idx
32746 status collapsed
32747
32748 \begin_layout Plain Layout
32749 Boîtes ! Introduction
32750 \end_layout
32751
32752 \end_inset
32753
32754
32755 \end_layout
32756
32757 \begin_layout Standard
32758 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
32759  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
32760  voir la section
32761 \begin_inset space ~
32762 \end_inset
32763
32764
32765 \begin_inset CommandInset ref
32766 LatexCommand ref
32767 reference "sec:Minipages"
32768
32769 \end_inset
32770
32771 , pour encadrer des portions de texte, voir la section
32772 \begin_inset space ~
32773 \end_inset
32774
32775
32776 \begin_inset CommandInset ref
32777 LatexCommand ref
32778 reference "sec:Décorations"
32779
32780 \end_inset
32781
32782 , pour empêcher que des mots subissent une césure, voir la section
32783 \begin_inset space ~
32784 \end_inset
32785
32786
32787 \begin_inset CommandInset ref
32788 LatexCommand ref
32789 reference "sec:Empêcher-césure"
32790
32791 \end_inset
32792
32793 , pour aligner du texte, voir la section
32794 \begin_inset space ~
32795 \end_inset
32796
32797
32798 \begin_inset CommandInset ref
32799 LatexCommand ref
32800 reference "sub:Alignement-Vertical"
32801
32802 \end_inset
32803
32804 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
32805 \begin_inset space ~
32806 \end_inset
32807
32808
32809 \begin_inset CommandInset ref
32810 LatexCommand ref
32811 reference "sec:Boîtes-colorées"
32812
32813 \end_inset
32814
32815 .
32816 \end_layout
32817
32818 \begin_layout Standard
32819 On peut insérer une boîte en utilisant le menu 
32820 \family sans
32821 Insertion\SpecialChar \menuseparator
32822 Boîte
32823 \family default
32824  ou avec le bouton 
32825 \begin_inset Info
32826 type  "icon"
32827 arg   "box-insert Frameless"
32828 \end_inset
32829
32830  de la barre d'outils.
32831  Une boîte grise avec une étiquette 
32832 \family sans
32833 Boîte
32834 \begin_inset space ~
32835 \end_inset
32836
32837 (Minipage)
32838 \family default
32839
32840 \begin_inset Graphics
32841         filename clipart/BoxInsetDefaultQt4.png
32842         scale 65
32843         scaleBeforeRotation
32844
32845 \end_inset
32846
32847  est alors insérée.
32848  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
32849  et en choisissant 
32850 \family sans
32851 Paramètres
32852 \family default
32853  .
32854  La fenêtre de dialogue qui apparaît donne accès aux types de
32855 \family sans
32856  Boîte
32857 \begin_inset space ~
32858 \end_inset
32859
32860 Intérieure
32861 \family default
32862  
32863 \family sans
32864 Makebox, Parbox
32865 \family default
32866  et 
32867 \family sans
32868 Minipage
32869 \family default
32870 .
32871  Le type 
32872 \family sans
32873 Minipage
32874 \family default
32875  est le type implicite pour les boîtes nouvellement créées et il est décrit
32876  dans la section
32877 \begin_inset space ~
32878 \end_inset
32879
32880
32881 \begin_inset CommandInset ref
32882 LatexCommand ref
32883 reference "sec:Minipages"
32884
32885 \end_inset
32886
32887 ; le type 
32888 \family sans
32889 Parbox
32890 \family default
32891  est décrit dans la section
32892 \begin_inset space ~
32893 \end_inset
32894
32895
32896 \begin_inset CommandInset ref
32897 LatexCommand ref
32898 reference "sec:Parboxes"
32899
32900 \end_inset
32901
32902  et le type 
32903 \family sans
32904 Makebox
32905 \family default
32906  est décrit dans la section
32907 \begin_inset space ~
32908 \end_inset
32909
32910
32911 \begin_inset CommandInset ref
32912 LatexCommand ref
32913 reference "sec:Empêcher-césure"
32914
32915 \end_inset
32916
32917 .
32918 \end_layout
32919
32920 \begin_layout Standard
32921 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
32922  comme les flottants ou les notes de bas de page.
32923 \end_layout
32924
32925 \begin_layout Standard
32926 \begin_inset Note Greyedout
32927 status open
32928
32929 \begin_layout Plain Layout
32930
32931 \series bold
32932 Note:
32933 \series default
32934  Vous ne pouvez pas employer une boîte comme élément dans un environnement
32935  de type 
32936 \family sans
32937 Liste
32938 \family default
32939  ou 
32940 \family sans
32941 Description
32942 \family default
32943 .
32944 \end_layout
32945
32946 \end_inset
32947
32948
32949 \end_layout
32950
32951 \begin_layout Standard
32952 \begin_inset Note Greyedout
32953 status open
32954
32955 \begin_layout Plain Layout
32956
32957 \series bold
32958 Note:
32959 \series default
32960  Pour une raison inconnue, vous ne pouvez mettre le type de la 
32961 \family sans
32962 Boîte
32963 \begin_inset space ~
32964 \end_inset
32965
32966 Intérieure
32967 \family default
32968  à 
32969 \family sans
32970 Aucune
32971 \family default
32972  que quand vous utilisez une boîte encadrée.
32973  Les boîtes sans 
32974 \family sans
32975 Boîte
32976 \begin_inset space ~
32977 \end_inset
32978
32979 Intérieure
32980 \family default
32981  et sans cadre sont expliquées dans la section
32982 \begin_inset space ~
32983 \end_inset
32984
32985
32986 \begin_inset CommandInset ref
32987 LatexCommand ref
32988 reference "sec:Empêcher-césure"
32989
32990 \end_inset
32991
32992 .
32993 \end_layout
32994
32995 \end_inset
32996
32997
32998 \end_layout
32999
33000 \begin_layout Section
33001 La fenêtre de dialogue Boîte
33002 \begin_inset CommandInset label
33003 LatexCommand label
33004 name "sec:Boîte-Dialogue"
33005
33006 \end_inset
33007
33008
33009 \begin_inset Index idx
33010 status collapsed
33011
33012 \begin_layout Plain Layout
33013 Boîtes ! Fenêtre de dialogue Boîte
33014 \end_layout
33015
33016 \end_inset
33017
33018
33019 \end_layout
33020
33021 \begin_layout Subsection
33022 Taille
33023 \begin_inset Index idx
33024 status collapsed
33025
33026 \begin_layout Plain Layout
33027 Boîtes ! Taille
33028 \end_layout
33029
33030 \end_inset
33031
33032
33033 \end_layout
33034
33035 \begin_layout Standard
33036 Dans la fenêtre de dialogue 
33037 \family sans
33038 Paramètres
33039 \begin_inset space ~
33040 \end_inset
33041
33042 de
33043 \begin_inset space ~
33044 \end_inset
33045
33046 Boîte
33047 \family default
33048  vous pouvez modifier la géométrie de la boîte avec les champs 
33049 \family sans
33050 Largeur
33051 \family default
33052  et 
33053 \family sans
33054 Hauteur
33055 \family default
33056 .
33057  Les unités de longueur qui sont utilisables dans ces champs sont décrites
33058  dans le tableau
33059 \begin_inset space ~
33060 \end_inset
33061
33062
33063 \begin_inset CommandInset ref
33064 LatexCommand ref
33065 reference "tab:Unités"
33066
33067 \end_inset
33068
33069 .
33070  Le champ 
33071 \family sans
33072 Hauteur
33073 \family default
33074  offre en plus les spécifications de taille suivantes :
33075 \end_layout
33076
33077 \begin_layout Description
33078 Profondeur C'est simplement la 
33079 \begin_inset Quotes fld
33080 \end_inset
33081
33082 hauteur
33083 \begin_inset Quotes frd
33084 \end_inset
33085
33086  du texte.
33087  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
33088  lignes de texte dans la boîte.
33089 \begin_inset Newline newline
33090 \end_inset
33091
33092
33093 \begin_inset Newline newline
33094 \end_inset
33095
33096
33097 \begin_inset Newline newline
33098 \end_inset
33099
33100
33101 \begin_inset Box Boxed
33102 position "c"
33103 hor_pos "c"
33104 has_inner_box 1
33105 inner_pos "c"
33106 use_parbox 0
33107 use_makebox 0
33108 width "12col%"
33109 special "none"
33110 height "1in"
33111 height_special "depth"
33112 status open
33113
33114 \begin_layout Plain Layout
33115 \align center
33116 Boîte dont la hauteur est égale à 1
33117 \begin_inset space \thinspace{}
33118 \end_inset
33119
33120 Profondeur
33121 \end_layout
33122
33123 \end_inset
33124
33125
33126 \begin_inset Newline newline
33127 \end_inset
33128
33129
33130 \begin_inset Newline newline
33131 \end_inset
33132
33133
33134 \end_layout
33135
33136 \begin_layout Description
33137 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
33138  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
33139  est deux fois plus haute que le texte : 
33140 \begin_inset Box Boxed
33141 position "c"
33142 hor_pos "c"
33143 has_inner_box 1
33144 inner_pos "c"
33145 use_parbox 0
33146 use_makebox 0
33147 width "20col%"
33148 special "none"
33149 height "2in"
33150 height_special "height"
33151 status open
33152
33153 \begin_layout Plain Layout
33154 \align center
33155 Boîte dont la hauteur est 2
33156 \begin_inset space \thinspace{}
33157 \end_inset
33158
33159 Hauteur
33160 \end_layout
33161
33162 \end_inset
33163
33164
33165 \end_layout
33166
33167 \begin_layout Description
33168 Hauteur
33169 \begin_inset space ~
33170 \end_inset
33171
33172 Totale C'est égal à Hauteur
33173 \begin_inset space \thinspace{}
33174 \end_inset
33175
33176 +
33177 \begin_inset space \thinspace{}
33178 \end_inset
33179
33180 Profondeur : 
33181 \begin_inset Box Boxed
33182 position "c"
33183 hor_pos "c"
33184 has_inner_box 1
33185 inner_pos "c"
33186 use_parbox 0
33187 use_makebox 0
33188 width "20col%"
33189 special "none"
33190 height "1in"
33191 height_special "totalheight"
33192 status open
33193
33194 \begin_layout Plain Layout
33195 \align center
33196 Boîte dont la hauteur est 1
33197 \begin_inset space \thinspace{}
33198 \end_inset
33199
33200 Hauteur
33201 \begin_inset space ~
33202 \end_inset
33203
33204 Totale
33205 \end_layout
33206
33207 \end_inset
33208
33209
33210 \end_layout
33211
33212 \begin_layout Description
33213 Largeur On prend la largeur de la boîte comme hauteur : 
33214 \begin_inset Box Boxed
33215 position "c"
33216 hor_pos "c"
33217 has_inner_box 1
33218 inner_pos "c"
33219 use_parbox 0
33220 use_makebox 0
33221 width "12col%"
33222 special "none"
33223 height "1in"
33224 height_special "width"
33225 status open
33226
33227 \begin_layout Plain Layout
33228 \align center
33229 Boîte dont la hauteur est 1
33230 \begin_inset space \thinspace{}
33231 \end_inset
33232
33233 Largeur
33234 \end_layout
33235
33236 \end_inset
33237
33238
33239 \end_layout
33240
33241 \begin_layout Subsection
33242 Alignement
33243 \begin_inset Index idx
33244 status collapsed
33245
33246 \begin_layout Plain Layout
33247 Boîtes ! Alignement
33248 \end_layout
33249
33250 \end_inset
33251
33252
33253 \end_layout
33254
33255 \begin_layout Standard
33256 Quand vous avez choisi une 
33257 \family sans
33258 Boîte
33259 \begin_inset space ~
33260 \end_inset
33261
33262 Intérieure
33263 \family default
33264 , l'alignement vertical de la boîte peut être :
33265 \end_layout
33266
33267 \begin_layout Description
33268 Haut Ceci est un exemple de texte.
33269  
33270 \begin_inset Box Boxed
33271 position "t"
33272 hor_pos "c"
33273 has_inner_box 1
33274 inner_pos "c"
33275 use_parbox 0
33276 use_makebox 0
33277 width "12col%"
33278 special "none"
33279 height "1in"
33280 height_special "totalheight"
33281 status collapsed
33282
33283 \begin_layout Plain Layout
33284 \align center
33285 Cette boîte est alignée sur le haut.
33286 \end_layout
33287
33288 \end_inset
33289
33290  Ceci est un exemple de texte.
33291 \end_layout
33292
33293 \begin_layout Description
33294 Milieu Ceci est un exemple de texte.
33295  
33296 \begin_inset Box Boxed
33297 position "c"
33298 hor_pos "c"
33299 has_inner_box 1
33300 inner_pos "c"
33301 use_parbox 0
33302 use_makebox 0
33303 width "12col%"
33304 special "none"
33305 height "1in"
33306 height_special "totalheight"
33307 status collapsed
33308
33309 \begin_layout Plain Layout
33310 \align center
33311 Cette boîte est alignée au centre.
33312 \end_layout
33313
33314 \end_inset
33315
33316  Ceci est un exemple de texte.
33317 \end_layout
33318
33319 \begin_layout Description
33320 Bas Ceci est un exemple de texte.
33321  
33322 \begin_inset Box Boxed
33323 position "b"
33324 hor_pos "c"
33325 has_inner_box 1
33326 inner_pos "c"
33327 use_parbox 0
33328 use_makebox 0
33329 width "12col%"
33330 special "none"
33331 height "1in"
33332 height_special "totalheight"
33333 status collapsed
33334
33335 \begin_layout Plain Layout
33336 \align center
33337 Cette boîte est alignée sur le bas.
33338 \end_layout
33339
33340 \end_inset
33341
33342  Ceci est un exemple de texte.
33343 \end_layout
33344
33345 \begin_layout Standard
33346 \begin_inset Note Greyedout
33347 status open
33348
33349 \begin_layout Plain Layout
33350
33351 \series bold
33352 Note:
33353 \series default
33354  L'alignement vertical peut être perturbé dans la sortie finale quand vous
33355  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
33356  l'autre non.
33357 \end_layout
33358
33359 \end_inset
33360
33361
33362 \end_layout
33363
33364 \begin_layout Standard
33365 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
33366  paragraphe grâce à la fenêtre de dialogue 
33367 \family sans
33368 Paramètres
33369 \begin_inset space ~
33370 \end_inset
33371
33372 de
33373 \begin_inset space ~
33374 \end_inset
33375
33376 Boîte
33377 \family default
33378 .
33379 \end_layout
33380
33381 \begin_layout Standard
33382 \begin_inset VSpace bigskip
33383 \end_inset
33384
33385 Quand vous avez choisi une 
33386 \family sans
33387 Boîte
33388 \begin_inset space ~
33389 \end_inset
33390
33391 Intérieure
33392 \family default
33393 , l'alignement vertical du contenu de la boîte peut être :
33394 \end_layout
33395
33396 \begin_layout Description
33397 haut Ceci est un exemple de texte.
33398 \begin_inset Box Boxed
33399 position "c"
33400 hor_pos "c"
33401 has_inner_box 1
33402 inner_pos "t"
33403 use_parbox 0
33404 use_makebox 0
33405 width "12col%"
33406 special "none"
33407 height "1.5in"
33408 height_special "totalheight"
33409 status collapsed
33410
33411 \begin_layout Plain Layout
33412 \align center
33413 Le texte de cette boîte est aligné sur le haut.
33414 \end_layout
33415
33416 \end_inset
33417
33418  Ceci est un exemple de texte.
33419 \end_layout
33420
33421 \begin_layout Description
33422 milieu Ceci est un exemple de texte.
33423  
33424 \begin_inset Box Boxed
33425 position "c"
33426 hor_pos "c"
33427 has_inner_box 1
33428 inner_pos "c"
33429 use_parbox 0
33430 use_makebox 0
33431 width "12col%"
33432 special "none"
33433 height "1.5in"
33434 height_special "totalheight"
33435 status collapsed
33436
33437 \begin_layout Plain Layout
33438 \align center
33439 Le texte de cette boîte est aligné au centre
33440 \end_layout
33441
33442 \end_inset
33443
33444  Ceci est un exemple de texte.
33445 \end_layout
33446
33447 \begin_layout Description
33448 bas Ceci est un exemple de texte.
33449  
33450 \begin_inset Box Boxed
33451 position "c"
33452 hor_pos "c"
33453 has_inner_box 1
33454 inner_pos "b"
33455 use_parbox 0
33456 use_makebox 0
33457 width "12col%"
33458 special "none"
33459 height "1.5in"
33460 height_special "totalheight"
33461 status collapsed
33462
33463 \begin_layout Plain Layout
33464 \align center
33465 Le texte de cette boîte est aligné en bas.
33466 \end_layout
33467
33468 \end_inset
33469
33470  Ceci est un exemple de texte.
33471 \end_layout
33472
33473 \begin_layout Description
33474 élongation Ceci est un exemple de texte.
33475  
33476 \begin_inset Box Boxed
33477 position "c"
33478 hor_pos "c"
33479 has_inner_box 1
33480 inner_pos "s"
33481 use_parbox 0
33482 use_makebox 0
33483 width "12col%"
33484 special "none"
33485 height "1.5in"
33486 height_special "totalheight"
33487 status collapsed
33488
33489 \begin_layout Plain Layout
33490 \align center
33491 Le texte 
33492 \end_layout
33493
33494 \begin_layout Plain Layout
33495 \align center
33496 de cette
33497 \end_layout
33498
33499 \begin_layout Plain Layout
33500 \align center
33501 boîte est
33502 \end_layout
33503
33504 \begin_layout Plain Layout
33505 \align center
33506 allongé.
33507 \end_layout
33508
33509 \end_inset
33510
33511  Ceci est un exemple de texte.
33512 \end_layout
33513
33514 \begin_layout Standard
33515 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
33516  paragraphe.
33517  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
33518 \end_layout
33519
33520 \begin_layout Standard
33521 \begin_inset VSpace bigskip
33522 \end_inset
33523
33524 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
33525  la fenêtre de dialogue 
33526 \family sans
33527 Paramètres
33528 \begin_inset space ~
33529 \end_inset
33530
33531 de
33532 \begin_inset space ~
33533 \end_inset
33534
33535 paragraphe
33536 \family default
33537  quand vous avez choisi une 
33538 \family sans
33539 Boîte
33540 \begin_inset space ~
33541 \end_inset
33542
33543 Intérieure
33544 \family default
33545 .
33546 \end_layout
33547
33548 \begin_layout Standard
33549 \align center
33550 \begin_inset Box Boxed
33551 position "c"
33552 hor_pos "c"
33553 has_inner_box 1
33554 inner_pos "s"
33555 use_parbox 0
33556 use_makebox 0
33557 width "15col%"
33558 special "none"
33559 height "1.25in"
33560 height_special "totalheight"
33561 status open
33562
33563 \begin_layout Plain Layout
33564 \align left
33565 Le texte de 
33566 \end_layout
33567
33568 \begin_layout Plain Layout
33569 \align left
33570 cette boîte
33571 \end_layout
33572
33573 \begin_layout Plain Layout
33574 \align right
33575 est allongé.
33576 \end_layout
33577
33578 \end_inset
33579
33580
33581 \end_layout
33582
33583 \begin_layout Standard
33584 Si vous n'avez pas choisi une 
33585 \family sans
33586 Boîte
33587 \begin_inset space ~
33588 \end_inset
33589
33590 Intérieure
33591 \family default
33592 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
33593  de dialogue de boîte.
33594 \end_layout
33595
33596 \begin_layout Standard
33597 \align center
33598 \begin_inset Box Boxed
33599 position "c"
33600 hor_pos "s"
33601 has_inner_box 0
33602 inner_pos "s"
33603 use_parbox 0
33604 use_makebox 0
33605 width "90col%"
33606 special "none"
33607 height "1.25in"
33608 height_special "totalheight"
33609 status open
33610
33611 \begin_layout Plain Layout
33612 Le texte de cette boîte est allongé horizontalement.
33613 \end_layout
33614
33615 \end_inset
33616
33617
33618 \end_layout
33619
33620 \begin_layout Subsection
33621 Décorations
33622 \begin_inset CommandInset label
33623 LatexCommand label
33624 name "sec:Décorations"
33625
33626 \end_inset
33627
33628
33629 \begin_inset Index idx
33630 status collapsed
33631
33632 \begin_layout Plain Layout
33633 Boîtes ! Décorations
33634 \end_layout
33635
33636 \end_inset
33637
33638
33639 \end_layout
33640
33641 \begin_layout Standard
33642 On peut spécifier le style de la boîte en utilisant la liste déroulante
33643  
33644 \family sans
33645 Décoration
33646 \family default
33647 .
33648  Les possibilités sont les suivantes :
33649 \end_layout
33650
33651 \begin_layout Description
33652 Aucun
33653 \begin_inset space ~
33654 \end_inset
33655
33656 cadre
33657 \begin_inset space ~
33658 \end_inset
33659
33660 tracé Rien n'est tracé
33661 \end_layout
33662
33663 \begin_layout Description
33664 Cadre
33665 \begin_inset space ~
33666 \end_inset
33667
33668 rectangulaire
33669 \begin_inset space ~
33670 \end_inset
33671
33672 simple Ceci dessine un cadre rectangulaire autour de la boîte.
33673  L'épaisseur du trait de ce cadre est donnée par la variable  
33674 \series bold
33675
33676 \backslash
33677 fboxrule
33678 \series default
33679 .
33680 \begin_inset Newline newline
33681 \end_inset
33682
33683
33684 \begin_inset Box Boxed
33685 position "c"
33686 hor_pos "c"
33687 has_inner_box 1
33688 inner_pos "c"
33689 use_parbox 0
33690 use_makebox 0
33691 width "20col%"
33692 special "none"
33693 height "1in"
33694 height_special "totalheight"
33695 status open
33696
33697 \begin_layout Plain Layout
33698 \align center
33699 Boîte rectangulaire
33700 \end_layout
33701
33702 \end_inset
33703
33704
33705 \end_layout
33706
33707 \begin_layout Description
33708 Cadre
33709 \begin_inset space ~
33710 \end_inset
33711
33712 oval,
33713 \begin_inset space ~
33714 \end_inset
33715
33716 fin Ceci dessine un cadre ovalisée autour de la boîte.
33717  L'épaisseur du trait de ce cadre est de  0.4
33718 \begin_inset space \thinspace{}
33719 \end_inset
33720
33721 pt.
33722  
33723 \begin_inset Box ovalbox
33724 position "c"
33725 hor_pos "c"
33726 has_inner_box 1
33727 inner_pos "c"
33728 use_parbox 0
33729 use_makebox 0
33730 width "20col%"
33731 special "none"
33732 height "1in"
33733 height_special "totalheight"
33734 status open
33735
33736 \begin_layout Plain Layout
33737 \align center
33738 Boîte ovalisée, fine
33739 \end_layout
33740
33741 \end_inset
33742
33743
33744 \end_layout
33745
33746 \begin_layout Description
33747 Cadre
33748 \begin_inset space ~
33749 \end_inset
33750
33751 oval,
33752 \begin_inset space ~
33753 \end_inset
33754
33755 épais Ceci dessine un cadre ovalisée autour de la boîte.
33756  L'épaisseur du trait de ce cadre est de   0.8
33757 \begin_inset space \thinspace{}
33758 \end_inset
33759
33760 pt.
33761  
33762 \begin_inset Box Ovalbox
33763 position "c"
33764 hor_pos "c"
33765 has_inner_box 1
33766 inner_pos "c"
33767 use_parbox 0
33768 use_makebox 0
33769 width "20col%"
33770 special "none"
33771 height "1in"
33772 height_special "totalheight"
33773 status open
33774
33775 \begin_layout Plain Layout
33776 \align center
33777 Boîte ovalisée, épaisse
33778 \end_layout
33779
33780 \end_inset
33781
33782
33783 \end_layout
33784
33785 \begin_layout Description
33786 Ombre
33787 \begin_inset space ~
33788 \end_inset
33789
33790 en
33791 \begin_inset space ~
33792 \end_inset
33793
33794 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
33795  L'épaisseur du trait de ce cadre est donnée par la variable  
33796 \series bold
33797
33798 \backslash
33799 fboxrule
33800 \series default
33801 , l'ombre a une épaisseur de  4
33802 \begin_inset space \thinspace{}
33803 \end_inset
33804
33805 pt.
33806  
33807 \begin_inset Box Shadowbox
33808 position "c"
33809 hor_pos "c"
33810 has_inner_box 1
33811 inner_pos "c"
33812 use_parbox 0
33813 use_makebox 0
33814 width "20col%"
33815 special "none"
33816 height "1in"
33817 height_special "totalheight"
33818 status open
33819
33820 \begin_layout Plain Layout
33821 \align center
33822 Boîte ombrée
33823 \end_layout
33824
33825 \end_inset
33826
33827
33828 \end_layout
33829
33830 \begin_layout Description
33831 Fond
33832 \begin_inset space ~
33833 \end_inset
33834
33835 ombré Ceci dessine une boîte avec un arrière plan rouge.
33836  Contrairement aux boîtes coloriées
33837 \begin_inset Foot
33838 status collapsed
33839
33840 \begin_layout Plain Layout
33841 Voir la section
33842 \begin_inset space ~
33843 \end_inset
33844
33845
33846 \begin_inset CommandInset ref
33847 LatexCommand ref
33848 reference "sec:Boîtes-colorées"
33849
33850 \end_inset
33851
33852 .
33853 \end_layout
33854
33855 \end_inset
33856
33857 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
33858  son propre paragraphe.
33859 \begin_inset Box Shaded
33860 position "t"
33861 hor_pos "c"
33862 has_inner_box 0
33863 inner_pos "t"
33864 use_parbox 0
33865 use_makebox 0
33866 width "50col%"
33867 special "none"
33868 height "1in"
33869 height_special "totalheight"
33870 status open
33871
33872 \begin_layout Plain Layout
33873 Boîte avec fond ombré
33874 \end_layout
33875
33876 \end_inset
33877
33878
33879 \end_layout
33880
33881 \begin_layout Description
33882 Cadre
33883 \begin_inset space ~
33884 \end_inset
33885
33886 rectangulaire
33887 \begin_inset space ~
33888 \end_inset
33889
33890 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
33891  boîte.
33892  L'épaisseur du trait du cadre interne est de 0.75
33893 \begin_inset space \thinspace{}
33894 \end_inset
33895
33896
33897 \series bold
33898
33899 \backslash
33900 fboxrule
33901 \series default
33902 , l'épaisseur du trait du cadre externe est de 1.5
33903 \begin_inset space \thinspace{}
33904 \end_inset
33905
33906
33907 \series bold
33908
33909 \backslash
33910 fboxrule
33911 \series default
33912 .
33913  La distance entre les deux cadres est de  1.5
33914 \begin_inset space \thinspace{}
33915 \end_inset
33916
33917
33918 \series bold
33919
33920 \backslash
33921 fboxrule
33922 \series default
33923
33924 \begin_inset space \thinspace{}
33925 \end_inset
33926
33927 +
33928 \begin_inset space \thinspace{}
33929 \end_inset
33930
33931 0.5
33932 \begin_inset space \thinspace{}
33933 \end_inset
33934
33935 pt.
33936  
33937 \begin_inset Box Doublebox
33938 position "c"
33939 hor_pos "c"
33940 has_inner_box 1
33941 inner_pos "c"
33942 use_parbox 0
33943 use_makebox 0
33944 width "20col%"
33945 special "none"
33946 height "1in"
33947 height_special "totalheight"
33948 status open
33949
33950 \begin_layout Plain Layout
33951 \align center
33952 Boîte double
33953 \end_layout
33954
33955 \end_inset
33956
33957
33958 \end_layout
33959
33960 \begin_layout Standard
33961 \begin_inset VSpace bigskip
33962 \end_inset
33963
33964 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
33965  style de boîte utilisé.
33966  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
33967  le paquetage LaTeX 
33968 \series bold
33969 fancybox
33970 \series default
33971
33972 \begin_inset Index idx
33973 status collapsed
33974
33975 \begin_layout Plain Layout
33976 Paquetages LaTeX ! fancybox
33977 \end_layout
33978
33979 \end_inset
33980
33981 .
33982 \end_layout
33983
33984 \begin_layout Standard
33985 \begin_inset VSpace bigskip
33986 \end_inset
33987
33988 Quand vous utilisez le style de décoration 
33989 \family sans
33990 cadre rectangulaire simple
33991 \family default
33992  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
33993  de la boîte.
33994  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
33995  prendra toute la largeur de la colonne, la boîte sera considérée comme
33996  son propre paragraphe et 
33997 \series bold
33998
33999 \backslash
34000 fboxrule
34001 \series default
34002  et 
34003 \series bold
34004
34005 \backslash
34006 fboxsep
34007 \series default
34008  n'ont aucun effet sur ce type de boîte.
34009  L'épaisseur de la ligne du cadre a la valeur de 
34010 \series bold
34011
34012 \backslash
34013 FrameRule
34014 \series default
34015 .
34016  
34017 \begin_inset Box Framed
34018 position "t"
34019 hor_pos "c"
34020 has_inner_box 0
34021 inner_pos "t"
34022 use_parbox 0
34023 use_makebox 0
34024 width "100col%"
34025 special "none"
34026 height "1in"
34027 height_special "totalheight"
34028 status collapsed
34029
34030 \begin_layout Plain Layout
34031 Boîte avec cadre simple et sauts de page
34032 \end_layout
34033
34034 \end_inset
34035
34036
34037 \end_layout
34038
34039 \begin_layout Section
34040 Personnalisation des boîtes
34041 \begin_inset Index idx
34042 status collapsed
34043
34044 \begin_layout Plain Layout
34045 Boîtes! Personnalisation
34046 \end_layout
34047
34048 \end_inset
34049
34050
34051 \end_layout
34052
34053 \begin_layout Standard
34054 La valeur implicite pour la variable 
34055 \series bold
34056
34057 \backslash
34058 fboxrule
34059 \series default
34060  est 0.4
34061 \begin_inset space \thinspace{}
34062 \end_inset
34063
34064 pt.
34065  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
34066  pour avoir 2
34067 \begin_inset space \thinspace{}
34068 \end_inset
34069
34070 pt :
34071 \end_layout
34072
34073 \begin_layout Standard
34074
34075 \series bold
34076
34077 \backslash
34078 setlength{
34079 \backslash
34080 fboxrule}{2pt}
34081 \end_layout
34082
34083 \begin_layout Standard
34084 \begin_inset ERT
34085 status collapsed
34086
34087 \begin_layout Plain Layout
34088
34089
34090 \backslash
34091 setlength{
34092 \backslash
34093 fboxrule}{2pt}
34094 \end_layout
34095
34096 \end_inset
34097
34098
34099 \begin_inset Box Boxed
34100 position "c"
34101 hor_pos "c"
34102 has_inner_box 1
34103 inner_pos "c"
34104 use_parbox 0
34105 use_makebox 0
34106 width "25col%"
34107 special "none"
34108 height "1in"
34109 height_special "totalheight"
34110 status open
34111
34112 \begin_layout Plain Layout
34113 \align center
34114 Boîte rectangulaire avec 
34115 \series bold
34116
34117 \backslash
34118 fboxrule
34119 \series default
34120
34121 \begin_inset space \thinspace{}
34122 \end_inset
34123
34124 =
34125 \begin_inset space \thinspace{}
34126 \end_inset
34127
34128 2
34129 \begin_inset space \thinspace{}
34130 \end_inset
34131
34132 pt
34133 \end_layout
34134
34135 \end_inset
34136
34137
34138 \begin_inset ERT
34139 status collapsed
34140
34141 \begin_layout Plain Layout
34142
34143
34144 \backslash
34145 setlength{
34146 \backslash
34147 fboxrule}{0.4pt}
34148 \end_layout
34149
34150 \end_inset
34151
34152
34153 \end_layout
34154
34155 \begin_layout Standard
34156 \begin_inset VSpace bigskip
34157 \end_inset
34158
34159 L'espace entre le cadre et le contenu de la boîte est le même pour tous
34160  les types de cadres, implicitement il est de 3
34161 \begin_inset space \thinspace{}
34162 \end_inset
34163
34164 pt.
34165  Vous pouvez le modifier en donnant une autre valeur à la variable 
34166 \series bold
34167
34168 \backslash
34169 fboxsep
34170 \series default
34171 .
34172  Par exemple la commande
34173 \end_layout
34174
34175 \begin_layout Standard
34176
34177 \series bold
34178
34179 \backslash
34180 setlength{
34181 \backslash
34182 fboxsep}{10pt}
34183 \end_layout
34184
34185 \begin_layout Standard
34186 met une valeur de 10
34187 \begin_inset space \thinspace{}
34188 \end_inset
34189
34190 pt, comme celle utilisée pour cette boîte :
34191 \end_layout
34192
34193 \begin_layout Standard
34194 \begin_inset ERT
34195 status collapsed
34196
34197 \begin_layout Plain Layout
34198
34199
34200 \backslash
34201 setlength{
34202 \backslash
34203 fboxsep}{10pt}
34204 \end_layout
34205
34206 \end_inset
34207
34208
34209 \begin_inset Box Boxed
34210 position "c"
34211 hor_pos "c"
34212 has_inner_box 1
34213 inner_pos "c"
34214 use_parbox 0
34215 use_makebox 0
34216 width "25col%"
34217 special "none"
34218 height "1in"
34219 height_special "totalheight"
34220 status open
34221
34222 \begin_layout Plain Layout
34223 \align center
34224 Boîte rectangulaire avec 
34225 \series bold
34226
34227 \backslash
34228 fboxsep
34229 \series default
34230
34231 \begin_inset space \thinspace{}
34232 \end_inset
34233
34234 =
34235 \begin_inset space \thinspace{}
34236 \end_inset
34237
34238 10
34239 \begin_inset space \thinspace{}
34240 \end_inset
34241
34242 pt
34243 \end_layout
34244
34245 \end_inset
34246
34247
34248 \begin_inset ERT
34249 status collapsed
34250
34251 \begin_layout Plain Layout
34252
34253
34254 \backslash
34255 setlength{
34256 \backslash
34257 fboxsep}{3pt}
34258 \end_layout
34259
34260 \end_inset
34261
34262
34263 \end_layout
34264
34265 \begin_layout Standard
34266 \begin_inset VSpace bigskip
34267 \end_inset
34268
34269 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
34270  la commande 
34271 \series bold
34272
34273 \backslash
34274 cornersize
34275 \series default
34276 .
34277  Par exemple, la commande
34278 \end_layout
34279
34280 \begin_layout Standard
34281
34282 \series bold
34283
34284 \backslash
34285 cornersize*{1cm}
34286 \end_layout
34287
34288 \begin_layout Standard
34289 donne un diamètre de 1
34290 \begin_inset space \thinspace{}
34291 \end_inset
34292
34293 cm.
34294  La commande
34295 \end_layout
34296
34297 \begin_layout Standard
34298
34299 \series bold
34300
34301 \backslash
34302 cornersize{num}
34303 \end_layout
34304
34305 \begin_layout Standard
34306 fixe le diamètre à 
34307 \family sans
34308 num
34309 \begin_inset space \thinspace{}
34310 \end_inset
34311
34312 ×
34313 \begin_inset space \thinspace{}
34314 \end_inset
34315
34316 minimum(largeur et hauteur de la boîte)
34317 \family default
34318 .
34319  La valeur implicite est 
34320 \series bold
34321
34322 \backslash
34323 cornersize{0.5}
34324 \series default
34325 .
34326 \end_layout
34327
34328 \begin_layout Standard
34329 \begin_inset ERT
34330 status collapsed
34331
34332 \begin_layout Plain Layout
34333
34334
34335 \backslash
34336 cornersize*{1.5cm}
34337 \end_layout
34338
34339 \end_inset
34340
34341
34342 \begin_inset Box Ovalbox
34343 position "c"
34344 hor_pos "c"
34345 has_inner_box 1
34346 inner_pos "c"
34347 use_parbox 0
34348 use_makebox 0
34349 width "25col%"
34350 special "none"
34351 height "1in"
34352 height_special "totalheight"
34353 status open
34354
34355 \begin_layout Plain Layout
34356 \align center
34357 Boîte ovale avec 
34358 \series bold
34359
34360 \backslash
34361 cornersize
34362 \series default
34363
34364 \begin_inset space \thinspace{}
34365 \end_inset
34366
34367 =
34368 \begin_inset space \thinspace{}
34369 \end_inset
34370
34371 1.5
34372 \begin_inset space \thinspace{}
34373 \end_inset
34374
34375 cm
34376 \end_layout
34377
34378 \end_inset
34379
34380
34381 \begin_inset ERT
34382 status collapsed
34383
34384 \begin_layout Plain Layout
34385
34386
34387 \backslash
34388 cornersize{0.5}
34389 \end_layout
34390
34391 \end_inset
34392
34393
34394 \end_layout
34395
34396 \begin_layout Standard
34397 \begin_inset VSpace bigskip
34398 \end_inset
34399
34400 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
34401  
34402 \series bold
34403
34404 \backslash
34405 shadowsize
34406 \series default
34407 .
34408  Elle est fixée à 2
34409 \begin_inset space \thinspace{}
34410 \end_inset
34411
34412 pt pour la boîte suivante par la commande :
34413 \end_layout
34414
34415 \begin_layout Standard
34416
34417 \series bold
34418
34419 \backslash
34420 setlength{
34421 \backslash
34422 shadowsize}{2pt}
34423 \end_layout
34424
34425 \begin_layout Standard
34426 \begin_inset ERT
34427 status collapsed
34428
34429 \begin_layout Plain Layout
34430
34431
34432 \backslash
34433 setlength{
34434 \backslash
34435 shadowsize}{2pt}
34436 \end_layout
34437
34438 \end_inset
34439
34440
34441 \begin_inset Box Shadowbox
34442 position "c"
34443 hor_pos "c"
34444 has_inner_box 1
34445 inner_pos "c"
34446 use_parbox 0
34447 use_makebox 0
34448 width "25col%"
34449 special "none"
34450 height "1in"
34451 height_special "totalheight"
34452 status open
34453
34454 \begin_layout Plain Layout
34455 \align center
34456 Boîte ombrée avec 
34457 \series bold
34458
34459 \backslash
34460 shadowsize
34461 \series default
34462
34463 \begin_inset space \thinspace{}
34464 \end_inset
34465
34466 =
34467 \begin_inset space \thinspace{}
34468 \end_inset
34469
34470 2
34471 \begin_inset space \thinspace{}
34472 \end_inset
34473
34474 pt
34475 \end_layout
34476
34477 \end_inset
34478
34479
34480 \begin_inset ERT
34481 status collapsed
34482
34483 \begin_layout Plain Layout
34484
34485
34486 \backslash
34487 setlength{
34488 \backslash
34489 shadowsize}{4pt}
34490 \end_layout
34491
34492 \end_inset
34493
34494
34495 \end_layout
34496
34497 \begin_layout Standard
34498 \begin_inset VSpace bigskip
34499 \end_inset
34500
34501
34502 \end_layout
34503
34504 \begin_layout Standard
34505 La valeur implicite pour la longueur 
34506 \series bold
34507
34508 \backslash
34509 FrameRule
34510 \series default
34511  est 0,4
34512 \begin_inset space \thinspace{}
34513 \end_inset
34514
34515 pt.
34516  L'espacement implicite entre le contenu de la note et le cadre est de 9
34517 \begin_inset space \thinspace{}
34518 \end_inset
34519
34520 pt et il peut être modifié en utilisant la valeur de 
34521 \series bold
34522
34523 \backslash
34524 FrameSep
34525 \series default
34526 .
34527  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
34528  suivantes en code TeX
34529 \end_layout
34530
34531 \begin_layout Standard
34532
34533 \series bold
34534
34535 \backslash
34536 setlength{
34537 \backslash
34538 FrameRule}{5pt}
34539 \begin_inset Newline newline
34540 \end_inset
34541
34542
34543 \backslash
34544 setlength{
34545 \backslash
34546 FrameSep}{0.5cm}
34547 \end_layout
34548
34549 \begin_layout Standard
34550 \begin_inset ERT
34551 status collapsed
34552
34553 \begin_layout Plain Layout
34554
34555
34556 \backslash
34557 setlength{
34558 \backslash
34559 FrameRule}{5pt}
34560 \end_layout
34561
34562 \begin_layout Plain Layout
34563
34564
34565 \backslash
34566 setlength{
34567 \backslash
34568 FrameSep}{0.5cm}
34569 \end_layout
34570
34571 \end_inset
34572
34573
34574 \begin_inset Box Framed
34575 position "t"
34576 hor_pos "c"
34577 has_inner_box 0
34578 inner_pos "t"
34579 use_parbox 0
34580 use_makebox 0
34581 width "100col%"
34582 special "none"
34583 height "1in"
34584 height_special "totalheight"
34585 status open
34586
34587 \begin_layout Plain Layout
34588 Ceci est un texte dans une boîte autorisant les 
34589 \family sans
34590 sauts de page
34591 \family default
34592 .
34593 \end_layout
34594
34595 \end_inset
34596
34597
34598 \begin_inset ERT
34599 status collapsed
34600
34601 \begin_layout Plain Layout
34602
34603
34604 \backslash
34605 setlength{
34606 \backslash
34607 FrameRule}{0.4pt}
34608 \end_layout
34609
34610 \begin_layout Plain Layout
34611
34612
34613 \backslash
34614 setlength{
34615 \backslash
34616 FrameSep}{9pt}
34617 \end_layout
34618
34619 \end_inset
34620
34621
34622 \end_layout
34623
34624 \begin_layout Standard
34625 \begin_inset VSpace bigskip
34626 \end_inset
34627
34628
34629 \end_layout
34630
34631 \begin_layout Standard
34632 Pour les boîtes à 
34633 \family sans
34634 Fond
34635 \begin_inset space ~
34636 \end_inset
34637
34638 ombré
34639 \family default
34640 , l'espacement implicite entre le contenu de la boîte et son cadre est de
34641  3
34642 \begin_inset space \thinspace{}
34643 \end_inset
34644
34645 pt et il peut être modifié avec la valeur de 
34646 \series bold
34647
34648 \backslash
34649 fboxsep
34650 \series default
34651 .
34652  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
34653  localement avec la commande 
34654 \series bold
34655
34656 \backslash
34657 definecolor{shadecolor}
34658 \series default
34659 , soit globalement avec le menu 
34660 \family sans
34661 Outils\SpecialChar \menuseparator
34662 Préférences
34663 \family default
34664 \SpecialChar \menuseparator
34665
34666 \family sans
34667 Couleurs\SpecialChar \menuseparator
34668 boîte
34669 \begin_inset space ~
34670 \end_inset
34671
34672 ombrée
34673 \family default
34674 .
34675  La syntaxe de la commande 
34676 \series bold
34677
34678 \backslash
34679 definecolor
34680 \series default
34681  est expliquée dans la section
34682 \begin_inset space ~
34683 \end_inset
34684
34685
34686 \begin_inset CommandInset ref
34687 LatexCommand ref
34688 reference "sec:Tableaux-Colorés"
34689
34690 \end_inset
34691
34692
34693 \begin_inset Foot
34694 status collapsed
34695
34696 \begin_layout Plain Layout
34697 Notez que l'utilisation de 
34698 \series bold
34699
34700 \backslash
34701 definecolor
34702 \series default
34703  ne peut se faire sans le paquetage LaTeX 
34704 \series bold
34705 color
34706 \series default
34707  dans le préambule, voir la section
34708 \begin_inset space ~
34709 \end_inset
34710
34711
34712 \begin_inset CommandInset ref
34713 LatexCommand ref
34714 reference "sec:Boîtes-colorées"
34715
34716 \end_inset
34717
34718 .
34719  
34720 \end_layout
34721
34722 \end_inset
34723
34724 .
34725 \end_layout
34726
34727 \begin_layout Standard
34728 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
34729  les commandes en code TeX suivantes
34730 \end_layout
34731
34732 \begin_layout Standard
34733
34734 \series bold
34735
34736 \backslash
34737 setlength{
34738 \backslash
34739 fboxsep}{0.5cm}
34740 \series default
34741
34742 \begin_inset Newline newline
34743 \end_inset
34744
34745
34746 \series bold
34747
34748 \backslash
34749 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34750 \end_layout
34751
34752 \begin_layout Standard
34753 \begin_inset ERT
34754 status collapsed
34755
34756 \begin_layout Plain Layout
34757
34758
34759 \backslash
34760 setlength{
34761 \backslash
34762 fboxsep}{0.5cm}
34763 \end_layout
34764
34765 \begin_layout Plain Layout
34766
34767
34768 \backslash
34769 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34770 \end_layout
34771
34772 \end_inset
34773
34774
34775 \begin_inset Box Shaded
34776 position "t"
34777 hor_pos "c"
34778 has_inner_box 0
34779 inner_pos "t"
34780 use_parbox 0
34781 use_makebox 0
34782 width "100col%"
34783 special "none"
34784 height "1in"
34785 height_special "totalheight"
34786 status open
34787
34788 \begin_layout Plain Layout
34789
34790 \color yellow
34791 Ceci est un texte jaune dans une boîte à 
34792 \family sans
34793 Fond
34794 \begin_inset space ~
34795 \end_inset
34796
34797 ombré
34798 \family default
34799 \color inherit
34800  
34801 \color yellow
34802 avec un fond vert foncé.
34803 \end_layout
34804
34805 \end_inset
34806
34807
34808 \begin_inset ERT
34809 status collapsed
34810
34811 \begin_layout Plain Layout
34812
34813
34814 \backslash
34815 setlength{
34816 \backslash
34817 fboxsep}{3pt}
34818 \end_layout
34819
34820 \begin_layout Plain Layout
34821
34822
34823 \backslash
34824 definecolor{shadecolor}{rgb}{1,0,0}
34825 \end_layout
34826
34827 \end_inset
34828
34829
34830 \end_layout
34831
34832 \begin_layout Standard
34833 \begin_inset VSpace bigskip
34834 \end_inset
34835
34836
34837 \end_layout
34838
34839 \begin_layout Standard
34840 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
34841  les boîtes qui suivent la commandes qui les a changées.
34842 \end_layout
34843
34844 \begin_layout Section
34845 Minipages
34846 \begin_inset CommandInset label
34847 LatexCommand label
34848 name "sec:Minipages"
34849
34850 \end_inset
34851
34852
34853 \begin_inset Index idx
34854 status collapsed
34855
34856 \begin_layout Plain Layout
34857 Boîtes ! Minipages
34858 \end_layout
34859
34860 \end_inset
34861
34862
34863 \end_layout
34864
34865 \begin_layout Standard
34866 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
34867 ur d'une page.
34868  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
34869  règles d'indentation, de saut de ligne, etc.
34870  s'appliquent.
34871 \end_layout
34872
34873 \begin_layout Standard
34874 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
34875  langues.
34876 \end_layout
34877
34878 \begin_layout Standard
34879 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
34880  Leur largeur est fixée à 45
34881 \begin_inset space \thinspace{}
34882 \end_inset
34883
34884 col% et elles sont séparées par un ressort horizontal, qui a été inséré
34885  via le menu 
34886 \family sans
34887 Insertion\SpecialChar \menuseparator
34888 Typographie
34889 \begin_inset space ~
34890 \end_inset
34891
34892 spéciale\SpecialChar \menuseparator
34893 Ressort
34894 \begin_inset space ~
34895 \end_inset
34896
34897 Horizontal
34898 \family default
34899 .
34900 \end_layout
34901
34902 \begin_layout Standard
34903 \begin_inset Box Frameless
34904 position "t"
34905 hor_pos "c"
34906 has_inner_box 1
34907 inner_pos "c"
34908 use_parbox 0
34909 use_makebox 0
34910 width "45col%"
34911 special "none"
34912 height "1in"
34913 height_special "totalheight"
34914 status open
34915
34916 \begin_layout Plain Layout
34917 Ceci est un texte en français.
34918  Ceci est un texte en français.
34919  Ceci est un texte en français.
34920  Ceci est un texte en français.
34921  Ceci est un texte en français.
34922  Ceci est un texte en français.
34923  Ceci est un texte en français.
34924  Ceci est un texte en français.Ceci est un texte en français.
34925  Ceci est un texte en français.
34926  Ceci est un texte en français.
34927  Ceci est un texte en français
34928 \begin_inset Foot
34929 status collapsed
34930
34931 \begin_layout Plain Layout
34932 Ceci est une note de bas de page en français.
34933 \end_layout
34934
34935 \end_inset
34936
34937 .Ceci est un texte en français
34938 \end_layout
34939
34940 \end_inset
34941
34942
34943 \begin_inset space \hfill{}
34944 \end_inset
34945
34946
34947 \begin_inset Box Frameless
34948 position "t"
34949 hor_pos "c"
34950 has_inner_box 1
34951 inner_pos "c"
34952 use_parbox 0
34953 use_makebox 0
34954 width "45col%"
34955 special "none"
34956 height "1in"
34957 height_special "totalheight"
34958 status open
34959
34960 \begin_layout Plain Layout
34961
34962 \lang english
34963 This is an English Text.
34964  This is an English Text.
34965  This is an English Text.
34966  This is an English Text.
34967  This is an English Text.
34968  This is an English Text.
34969  This is an English Text.
34970  This is an English Text.
34971  This is an English Text.
34972  This is an English Text.
34973  This is an English Text.
34974  This is an English Text.
34975  This is an English Text.
34976  This is an English Text.
34977  This is an English Text.
34978  This is an English Text.
34979 \begin_inset Foot
34980 status collapsed
34981
34982 \begin_layout Plain Layout
34983
34984 \lang english
34985 This is an English footnote.
34986 \end_layout
34987
34988 \end_inset
34989
34990  This is an English Text.
34991 \end_layout
34992
34993 \end_inset
34994
34995
34996 \end_layout
34997
34998 \begin_layout Standard
34999 \begin_inset VSpace bigskip
35000 \end_inset
35001
35002 Les paramètres globaux du document sont ignorés au sein d'une minipage.
35003  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
35004  minipages, même si vous les avez mis par exemple à 
35005 \family sans
35006 Moyen
35007 \family default
35008  dans les paramètres du document.
35009 \end_layout
35010
35011 \begin_layout Standard
35012 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
35013  portion de texte, voyez la section
35014 \begin_inset space ~
35015 \end_inset
35016
35017
35018 \begin_inset CommandInset ref
35019 LatexCommand ref
35020 reference "sub:Couleur-pour-les-Paragraphes"
35021
35022 \end_inset
35023
35024 .
35025 \end_layout
35026
35027 \begin_layout Standard
35028 \begin_inset Note Greyedout
35029 status open
35030
35031 \begin_layout Plain Layout
35032
35033 \series bold
35034 Note:
35035 \series default
35036  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
35037  mais les minipages peuvent être utilisées dans un tableau, un flottant
35038  ou une autre boîte.
35039 \end_layout
35040
35041 \end_inset
35042
35043
35044 \end_layout
35045
35046 \begin_layout Section
35047 Les parboxes
35048 \begin_inset CommandInset label
35049 LatexCommand label
35050 name "sec:Parboxes"
35051
35052 \end_inset
35053
35054
35055 \begin_inset Index idx
35056 status collapsed
35057
35058 \begin_layout Plain Layout
35059 Boîtes ! Parboxes
35060 \end_layout
35061
35062 \end_inset
35063
35064
35065 \end_layout
35066
35067 \begin_layout Standard
35068 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
35069  ne peuvent avoir de note de bas de page.
35070 \end_layout
35071
35072 \begin_layout Standard
35073 \align center
35074 \begin_inset Box Frameless
35075 position "t"
35076 hor_pos "c"
35077 has_inner_box 1
35078 inner_pos "t"
35079 use_parbox 1
35080 use_makebox 0
35081 width "33col%"
35082 special "none"
35083 height "1in"
35084 height_special "totalheight"
35085 status open
35086
35087 \begin_layout Plain Layout
35088 Ceci est un texte à l'intérieur d'une parbox.
35089  Ceci est un texte à l'intérieur d'une parbox.
35090 \end_layout
35091
35092 \begin_layout Plain Layout
35093 Cette note de bas de page ne devrait pas apparaître :
35094 \begin_inset Foot
35095 status open
35096
35097 \begin_layout Plain Layout
35098 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
35099  pas.
35100 \end_layout
35101
35102 \end_inset
35103
35104
35105 \end_layout
35106
35107 \end_inset
35108
35109
35110 \end_layout
35111
35112 \begin_layout Section
35113 Des boîtes pour les mots et les caractères
35114 \begin_inset Index idx
35115 status collapsed
35116
35117 \begin_layout Plain Layout
35118 Boîtes ! Pour les caractères
35119 \end_layout
35120
35121 \end_inset
35122
35123
35124 \end_layout
35125
35126 \begin_layout Subsection
35127 Empêcher la césure
35128 \begin_inset CommandInset label
35129 LatexCommand label
35130 name "sec:Empêcher-césure"
35131
35132 \end_inset
35133
35134
35135 \begin_inset Index idx
35136 status collapsed
35137
35138 \begin_layout Plain Layout
35139 Boîtes ! Pour empêcher la césure
35140 \end_layout
35141
35142 \end_inset
35143
35144
35145 \end_layout
35146
35147 \begin_layout Standard
35148 Vous pouvez utiliser une boîte de type 
35149 \family sans
35150 Makebox
35151 \family default
35152  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
35153 \begin_inset Newline newline
35154 \end_inset
35155
35156 Voici un exemple de texte :
35157 \end_layout
35158
35159 \begin_layout Standard
35160 Cette ligne est un exemple comment vous pouvez empêcher une césure
35161 \begin_inset space ~
35162 \end_inset
35163
35164
35165 \begin_inset Quotes fld
35166 \end_inset
35167
35168 motTrèsTrèsLong
35169 \begin_inset Quotes frd
35170 \end_inset
35171
35172
35173 \end_layout
35174
35175 \begin_layout Standard
35176 Pour empêcher que le mot 
35177 \begin_inset Quotes fld
35178 \end_inset
35179
35180 motTrèsTrèsLong
35181 \begin_inset Quotes frd
35182 \end_inset
35183
35184  soit coupé, mettez le mot dans une boîte, mettez 
35185 \family sans
35186 Boîte
35187 \begin_inset space ~
35188 \end_inset
35189
35190 intérieure
35191 \family default
35192  à 
35193 \family sans
35194 Makebox
35195 \family default
35196  sans spécifier de largeur.
35197 \end_layout
35198
35199 \begin_layout Standard
35200 Voici le résultat :
35201 \end_layout
35202
35203 \begin_layout Standard
35204 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
35205  
35206 \begin_inset Box Frameless
35207 position "t"
35208 hor_pos "c"
35209 has_inner_box 1
35210 inner_pos "t"
35211 use_parbox 0
35212 use_makebox 1
35213 width ""
35214 special "none"
35215 height "1in"
35216 height_special "totalheight"
35217 status open
35218
35219 \begin_layout Plain Layout
35220 \begin_inset Quotes fld
35221 \end_inset
35222
35223 motTrèsTrèsLong
35224 \begin_inset Quotes frd
35225 \end_inset
35226
35227
35228 \end_layout
35229
35230 \end_inset
35231
35232
35233 \end_layout
35234
35235 \begin_layout Standard
35236 Une autre méthode consiste à mettre la commande 
35237 \series bold
35238
35239 \begin_inset Quotes fld
35240 \end_inset
35241
35242
35243 \backslash
35244 -
35245 \series default
35246
35247 \begin_inset Quotes frd
35248 \end_inset
35249
35250  en code TeX, juste avant le mot :
35251 \end_layout
35252
35253 \begin_layout Standard
35254 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
35255  
35256 \begin_inset Quotes fld
35257 \end_inset
35258
35259
35260 \begin_inset ERT
35261 status collapsed
35262
35263 \begin_layout Plain Layout
35264
35265
35266 \backslash
35267 -
35268 \end_layout
35269
35270 \end_inset
35271
35272 motTrèsTrèsLong
35273 \begin_inset Quotes frd
35274 \end_inset
35275
35276
35277 \end_layout
35278
35279 \begin_layout Standard
35280 Bien sûr, maintenant le mot dépasse dans la marge latérale.
35281  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
35282 \family sans
35283 Insertion\SpecialChar \menuseparator
35284 Typographie
35285 \begin_inset space ~
35286 \end_inset
35287
35288 spéciale\SpecialChar \menuseparator
35289 Passage
35290 \begin_inset space ~
35291 \end_inset
35292
35293 à
35294 \begin_inset space ~
35295 \end_inset
35296
35297 la
35298 \begin_inset space ~
35299 \end_inset
35300
35301 Ligne
35302 \family default
35303  (raccourci 
35304 \family sans
35305 Ctrl-Entrée
35306 \family default
35307 ) :
35308 \end_layout
35309
35310 \begin_layout Standard
35311 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
35312 \begin_inset Newline newline
35313 \end_inset
35314
35315
35316 \begin_inset Box Frameless
35317 position "t"
35318 hor_pos "c"
35319 has_inner_box 1
35320 inner_pos "t"
35321 use_parbox 0
35322 use_makebox 1
35323 width ""
35324 special "none"
35325 height "1in"
35326 height_special "totalheight"
35327 status open
35328
35329 \begin_layout Plain Layout
35330 \begin_inset Quotes fld
35331 \end_inset
35332
35333 motTrèsTrèsLong
35334 \begin_inset Quotes frd
35335 \end_inset
35336
35337
35338 \end_layout
35339
35340 \end_inset
35341
35342
35343 \end_layout
35344
35345 \begin_layout Subsection
35346 Alignement vertical
35347 \begin_inset CommandInset label
35348 LatexCommand label
35349 name "sub:Alignement-Vertical"
35350
35351 \end_inset
35352
35353
35354 \begin_inset Index idx
35355 status collapsed
35356
35357 \begin_layout Plain Layout
35358 Boîtes ! Pour l'alignement vertical
35359 \end_layout
35360
35361 \end_inset
35362
35363
35364 \begin_inset Index idx
35365 status collapsed
35366
35367 \begin_layout Plain Layout
35368 Boîtes ! Boîtes élévatrices
35369 \end_layout
35370
35371 \end_inset
35372
35373
35374 \begin_inset Index idx
35375 status collapsed
35376
35377 \begin_layout Plain Layout
35378 Raisebox|see
35379 \begin_inset ERT
35380 status collapsed
35381
35382 \begin_layout Plain Layout
35383
35384 {
35385 \end_layout
35386
35387 \end_inset
35388
35389 Boîtes élévatrices
35390 \begin_inset ERT
35391 status collapsed
35392
35393 \begin_layout Plain Layout
35394
35395 }
35396 \end_layout
35397
35398 \end_inset
35399
35400
35401 \end_layout
35402
35403 \end_inset
35404
35405
35406 \end_layout
35407
35408 \begin_layout Standard
35409 Avec la commande 
35410 \series bold
35411
35412 \backslash
35413 raisebox
35414 \series default
35415  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
35416  par rapport au texte qui l'entoure.
35417  La commande
35418 \series bold
35419  
35420 \backslash
35421 raisebox
35422 \series default
35423  s'utilise en suivant la syntaxe suivante :
35424 \end_layout
35425
35426 \begin_layout Standard
35427
35428 \series bold
35429
35430 \backslash
35431 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
35432 \end_layout
35433
35434 \begin_layout Standard
35435 Le déplacement peut être une valeur positive pour élever la boîte ou négative
35436  pour l'abaisser.
35437 \end_layout
35438
35439 \begin_layout Standard
35440 Pour aligner le mot 
35441 \begin_inset Quotes fld
35442 \end_inset
35443
35444 empêcher
35445 \begin_inset Quotes frd
35446 \end_inset
35447
35448  de façon à ce que le point le plus bas du caractère le plus 
35449 \begin_inset Quotes fld
35450 \end_inset
35451
35452 profond
35453 \begin_inset Quotes frd
35454 \end_inset
35455
35456 , le 
35457 \begin_inset Quotes fld
35458 \end_inset
35459
35460 p
35461 \begin_inset Quotes frd
35462 \end_inset
35463
35464 , soit au niveau de la ligne de base, insérez la commande 
35465 \end_layout
35466
35467 \begin_layout Standard
35468
35469 \series bold
35470
35471 \backslash
35472 raisebox{
35473 \backslash
35474 depth}{
35475 \end_layout
35476
35477 \begin_layout Standard
35478 en code TeX avant le mot.
35479  Insérez après le mot l'accolade fermante 
35480 \begin_inset Quotes fld
35481 \end_inset
35482
35483
35484 \series bold
35485 }
35486 \series default
35487
35488 \begin_inset Quotes frd
35489 \end_inset
35490
35491  en code TeX.
35492 \begin_inset Newline newline
35493 \end_inset
35494
35495 Voici le résultat :
35496 \end_layout
35497
35498 \begin_layout Standard
35499 Cette ligne de texte contient le mot 
35500 \begin_inset ERT
35501 status open
35502
35503 \begin_layout Plain Layout
35504
35505
35506 \backslash
35507 raisebox{
35508 \backslash
35509 depth}{
35510 \end_layout
35511
35512 \end_inset
35513
35514
35515 \begin_inset Quotes fld
35516 \end_inset
35517
35518 empêcher
35519 \begin_inset Quotes frd
35520 \end_inset
35521
35522
35523 \begin_inset ERT
35524 status collapsed
35525
35526 \begin_layout Plain Layout
35527
35528 }
35529 \end_layout
35530
35531 \end_inset
35532
35533  comme mot élevé.
35534 \end_layout
35535
35536 \begin_layout Standard
35537 \begin_inset VSpace bigskip
35538 \end_inset
35539
35540 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
35541  entre les lignes va être agrandie :
35542 \end_layout
35543
35544 \begin_layout Standard
35545 Cette ligne de texte contient le mot
35546 \begin_inset ERT
35547 status collapsed
35548
35549 \begin_layout Plain Layout
35550
35551
35552 \backslash
35553 raisebox{-
35554 \backslash
35555 depth}{
35556 \end_layout
35557
35558 \end_inset
35559
35560
35561 \begin_inset Quotes fld
35562 \end_inset
35563
35564 empêcher
35565 \begin_inset Quotes frd
35566 \end_inset
35567
35568
35569 \begin_inset ERT
35570 status collapsed
35571
35572 \begin_layout Plain Layout
35573
35574 }
35575 \end_layout
35576
35577 \end_inset
35578
35579  comme mot abaissé.
35580 \begin_inset Newline newline
35581 \end_inset
35582
35583 Cette ligne de texte contient le mot 
35584 \begin_inset ERT
35585 status collapsed
35586
35587 \begin_layout Plain Layout
35588
35589
35590 \backslash
35591 raisebox{0.5cm}{
35592 \end_layout
35593
35594 \end_inset
35595
35596
35597 \begin_inset Quotes fld
35598 \end_inset
35599
35600 tester
35601 \begin_inset Quotes frd
35602 \end_inset
35603
35604
35605 \begin_inset ERT
35606 status collapsed
35607
35608 \begin_layout Plain Layout
35609
35610 }
35611 \end_layout
35612
35613 \end_inset
35614
35615  comme mot élevé.
35616 \end_layout
35617
35618 \begin_layout Standard
35619 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
35620  mettez la hauteur de la boîte à zéro.
35621  Par exemple utilisez
35622 \end_layout
35623
35624 \begin_layout Standard
35625
35626 \series bold
35627
35628 \backslash
35629 raisebox{-
35630 \backslash
35631 depth}[0pt]{
35632 \end_layout
35633
35634 \begin_layout Standard
35635 Cette ligne de texte contient le mot
35636 \begin_inset ERT
35637 status collapsed
35638
35639 \begin_layout Plain Layout
35640
35641
35642 \backslash
35643 raisebox{-
35644 \backslash
35645 depth}[0pt]{
35646 \end_layout
35647
35648 \end_inset
35649
35650
35651 \begin_inset Quotes fld
35652 \end_inset
35653
35654 empêcher
35655 \begin_inset Quotes frd
35656 \end_inset
35657
35658
35659 \begin_inset ERT
35660 status collapsed
35661
35662 \begin_layout Plain Layout
35663
35664 }
35665 \end_layout
35666
35667 \end_inset
35668
35669  comme mot abaissé.
35670 \begin_inset Newline newline
35671 \end_inset
35672
35673 Cette ligne de texte contient le mot 
35674 \begin_inset ERT
35675 status collapsed
35676
35677 \begin_layout Plain Layout
35678
35679
35680 \backslash
35681 raisebox{0.5cm}[0pt]{
35682 \end_layout
35683
35684 \end_inset
35685
35686
35687 \begin_inset Quotes fld
35688 \end_inset
35689
35690 tester
35691 \begin_inset Quotes frd
35692 \end_inset
35693
35694
35695 \begin_inset ERT
35696 status collapsed
35697
35698 \begin_layout Plain Layout
35699
35700 }
35701 \end_layout
35702
35703 \end_inset
35704
35705  comme mot élevé.
35706 \end_layout
35707
35708 \begin_layout Section
35709 Boîtes colorées
35710 \begin_inset CommandInset label
35711 LatexCommand label
35712 name "sec:Boîtes-colorées"
35713
35714 \end_inset
35715
35716
35717 \begin_inset Index idx
35718 status collapsed
35719
35720 \begin_layout Plain Layout
35721 Boîtes ! Couleur
35722 \end_layout
35723
35724 \end_inset
35725
35726
35727 \end_layout
35728
35729 \begin_layout Subsection
35730 De la couleur pour le texte
35731 \begin_inset Index idx
35732 status collapsed
35733
35734 \begin_layout Plain Layout
35735 Couleur ! Pour le texte
35736 \end_layout
35737
35738 \end_inset
35739
35740
35741 \end_layout
35742
35743 \begin_layout Standard
35744 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
35745  une boîte appelée 
35746 \begin_inset Quotes fld
35747 \end_inset
35748
35749 colorbox
35750 \begin_inset Quotes frd
35751 \end_inset
35752
35753 .
35754  Cela demande que le paquetage LaTeX 
35755 \series bold
35756 color
35757 \series default
35758
35759 \begin_inset Index idx
35760 status collapsed
35761
35762 \begin_layout Plain Layout
35763 Paquetages LaTeX ! color
35764 \end_layout
35765
35766 \end_inset
35767
35768  soit chargé dans le préambule du document avec la commande
35769 \end_layout
35770
35771 \begin_layout Standard
35772
35773 \series bold
35774
35775 \backslash
35776 @ifundefined{textcolor}
35777 \begin_inset Newline newline
35778 \end_inset
35779
35780
35781 \begin_inset Phantom HPhantom
35782 status open
35783
35784 \begin_layout Plain Layout
35785
35786 \series bold
35787 \begin_inset space ~
35788 \end_inset
35789
35790
35791 \end_layout
35792
35793 \end_inset
35794
35795 {
35796 \backslash
35797 usepackage{color}}{}
35798 \end_layout
35799
35800 \begin_layout Standard
35801 Le paquetage 
35802 \series bold
35803 color
35804 \series default
35805  sera chargé automatiquement par LyX dès que vous colorez du texte.
35806 \begin_inset Foot
35807 status collapsed
35808
35809 \begin_layout Plain Layout
35810 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
35811  
35812 \series bold
35813
35814 \backslash
35815 @ifundefined
35816 \series default
35817 .
35818 \end_layout
35819
35820 \end_inset
35821
35822
35823 \end_layout
35824
35825 \begin_layout Standard
35826 \begin_inset VSpace medskip
35827 \end_inset
35828
35829 Les boîtes colorées sont créées par la commande 
35830 \series bold
35831
35832 \backslash
35833 colorbox
35834 \series default
35835 .
35836  Elle est utilisée avec la syntaxe suivante :
35837 \end_layout
35838
35839 \begin_layout Standard
35840
35841 \series bold
35842
35843 \backslash
35844 colorbox{couleur}{contenu de la boîte}
35845 \end_layout
35846
35847 \begin_layout Standard
35848 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
35849  peuvent être placées à l'intérieur d'autres boîtes.
35850 \end_layout
35851
35852 \begin_layout Standard
35853 Les couleurs suivantes sont prédéfinies ::
35854 \begin_inset Newline newline
35855 \end_inset
35856
35857
35858 \family sans
35859 black
35860 \family default
35861  (noir), 
35862 \family sans
35863 blue
35864 \family default
35865  (bleu), 
35866 \family sans
35867 cyan
35868 \family default
35869 \series bold
35870 ,
35871 \series default
35872  
35873 \family sans
35874 green
35875 \family default
35876  (vert), 
35877 \family sans
35878 magenta
35879 \family default
35880
35881 \family sans
35882 red
35883 \family default
35884  (rouge), 
35885 \family sans
35886 white
35887 \family default
35888  (blanc), and 
35889 \family sans
35890 yellow
35891 \family default
35892  (jaune).
35893 \begin_inset Newline newline
35894 \end_inset
35895
35896 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
35897  section
35898 \begin_inset space ~
35899 \end_inset
35900
35901
35902 \begin_inset CommandInset ref
35903 LatexCommand ref
35904 reference "sec:Tableaux-Colorés"
35905
35906 \end_inset
35907
35908 .
35909 \end_layout
35910
35911 \begin_layout Standard
35912 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
35913 \end_layout
35914
35915 \begin_layout Standard
35916
35917 \series bold
35918
35919 \backslash
35920 colorbox{red}{
35921 \end_layout
35922
35923 \begin_layout Standard
35924 avant le mot en code TeX.
35925  Insérez l'accolade fermante 
35926 \begin_inset Quotes fld
35927 \end_inset
35928
35929 }
35930 \begin_inset Quotes frd
35931 \end_inset
35932
35933  après le mot, en code TeX.
35934 \begin_inset Newline newline
35935 \end_inset
35936
35937 Voici le résultat :
35938 \end_layout
35939
35940 \begin_layout Standard
35941 Cette ligne de texte contient le mot
35942 \begin_inset ERT
35943 status collapsed
35944
35945 \begin_layout Plain Layout
35946
35947
35948 \backslash
35949 colorbox{red}{
35950 \end_layout
35951
35952 \end_inset
35953
35954
35955 \begin_inset Quotes fld
35956 \end_inset
35957
35958 Attention!
35959 \begin_inset Quotes frd
35960 \end_inset
35961
35962
35963 \begin_inset ERT
35964 status collapsed
35965
35966 \begin_layout Plain Layout
35967
35968 }
35969 \end_layout
35970
35971 \end_inset
35972
35973  sur fond rouge.
35974 \end_layout
35975
35976 \begin_layout Standard
35977 \begin_inset VSpace bigskip
35978 \end_inset
35979
35980 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
35981  vous pouvez utiliser la commande 
35982 \series bold
35983
35984 \backslash
35985 fcolorbox
35986 \series default
35987  avec la syntaxe suivante :
35988 \end_layout
35989
35990 \begin_layout Standard
35991
35992 \series bold
35993
35994 \backslash
35995 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
35996 \end_layout
35997
35998 \begin_layout Standard
35999
36000 \series bold
36001
36002 \backslash
36003 fcolorbox
36004 \series default
36005  est une extension de 
36006 \series bold
36007
36008 \backslash
36009 colorbox
36010 \series default
36011 .
36012  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
36013  peuvent être modifiés avec les variables 
36014 \series bold
36015
36016 \backslash
36017 fboxrule
36018 \series default
36019  et 
36020 \series bold
36021
36022 \backslash
36023 fboxsep
36024 \series default
36025 , comme c'est décrit dans la section
36026 \begin_inset space ~
36027 \end_inset
36028
36029
36030 \begin_inset CommandInset ref
36031 LatexCommand ref
36032 reference "sec:Décorations"
36033
36034 \end_inset
36035
36036 .
36037 \end_layout
36038
36039 \begin_layout Standard
36040 Pour l'exemple suivant, on a utilisé la commande
36041 \end_layout
36042
36043 \begin_layout Standard
36044
36045 \series bold
36046
36047 \backslash
36048 fcolorbox{cyan}{magenta}{
36049 \end_layout
36050
36051 \begin_layout Standard
36052 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
36053 \begin_inset space \thinspace{}
36054 \end_inset
36055
36056 mm:
36057 \begin_inset Newline newline
36058 \end_inset
36059
36060
36061 \begin_inset ERT
36062 status collapsed
36063
36064 \begin_layout Plain Layout
36065
36066
36067 \backslash
36068 fboxrule 1mm 
36069 \backslash
36070 fboxsep 1mm
36071 \end_layout
36072
36073 \end_inset
36074
36075
36076 \begin_inset ERT
36077 status collapsed
36078
36079 \begin_layout Plain Layout
36080
36081
36082 \backslash
36083 fcolorbox{cyan}{magenta}{
36084 \end_layout
36085
36086 \end_inset
36087
36088 Ce texte est dans une boîte encadrée et colorée.
36089 \begin_inset ERT
36090 status collapsed
36091
36092 \begin_layout Plain Layout
36093
36094 }
36095 \end_layout
36096
36097 \end_inset
36098
36099
36100 \end_layout
36101
36102 \begin_layout Standard
36103 \begin_inset VSpace bigskip
36104 \end_inset
36105
36106 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
36107  les yeux ! - NdT) :
36108 \begin_inset Newline newline
36109 \end_inset
36110
36111
36112 \begin_inset ERT
36113 status collapsed
36114
36115 \begin_layout Plain Layout
36116
36117
36118 \backslash
36119 fcolorbox{cyan}{magenta}{
36120 \end_layout
36121
36122 \end_inset
36123
36124
36125 \color yellow
36126 Ce texte est coloré dans une boîte colorée et encadrée.
36127 \color inherit
36128
36129 \begin_inset ERT
36130 status collapsed
36131
36132 \begin_layout Plain Layout
36133
36134 }
36135 \end_layout
36136
36137 \end_inset
36138
36139
36140 \begin_inset ERT
36141 status collapsed
36142
36143 \begin_layout Plain Layout
36144
36145
36146 \backslash
36147 fboxrule 0.4pt 
36148 \backslash
36149 fboxsep 3pt
36150 \end_layout
36151
36152 \end_inset
36153
36154
36155 \end_layout
36156
36157 \begin_layout Standard
36158
36159 \series bold
36160 \begin_inset VSpace medskip
36161 \end_inset
36162
36163
36164 \end_layout
36165
36166 \begin_layout Standard
36167 \begin_inset Note Greyedout
36168 status open
36169
36170 \begin_layout Plain Layout
36171
36172 \series bold
36173 Note:
36174 \series default
36175  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
36176  de ligne.
36177  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
36178  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
36179 \end_layout
36180
36181 \end_inset
36182
36183
36184 \end_layout
36185
36186 \begin_layout Subsection
36187 De la couleur pour les paragraphes
36188 \begin_inset CommandInset label
36189 LatexCommand label
36190 name "sub:Couleur-pour-les-Paragraphes"
36191
36192 \end_inset
36193
36194
36195 \begin_inset Index idx
36196 status collapsed
36197
36198 \begin_layout Plain Layout
36199 Couleur ! Pour les  paragraphes
36200 \end_layout
36201
36202 \end_inset
36203
36204
36205 \end_layout
36206
36207 \begin_layout Standard
36208 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
36209  texte dans une minipage.
36210  Avant la minipage, insérez la commande 
36211 \series bold
36212
36213 \backslash
36214 colorbox
36215 \series default
36216  
36217 \end_layout
36218
36219 \begin_layout Standard
36220
36221 \series bold
36222
36223 \backslash
36224 colorbox{color}{
36225 \end_layout
36226
36227 \begin_layout Standard
36228 en code TeX.
36229  Après la minipage, insérez l'accolade fermante 
36230 \begin_inset Quotes fld
36231 \end_inset
36232
36233 }
36234 \begin_inset Quotes frd
36235 \end_inset
36236
36237  en code TeX.
36238 \end_layout
36239
36240 \begin_layout Standard
36241 \begin_inset ERT
36242 status collapsed
36243
36244 \begin_layout Plain Layout
36245
36246
36247 \backslash
36248 colorbox{lightgrey}{
36249 \end_layout
36250
36251 \end_inset
36252
36253
36254 \begin_inset Box Frameless
36255 position "t"
36256 hor_pos "c"
36257 has_inner_box 1
36258 inner_pos "t"
36259 use_parbox 0
36260 use_makebox 0
36261 width "100col%"
36262 special "none"
36263 height "1in"
36264 height_special "totalheight"
36265 status collapsed
36266
36267 \begin_layout Plain Layout
36268 Ce texte a un fond coloré.
36269  Ce texte a un fond coloré.
36270 \end_layout
36271
36272 \begin_layout Plain Layout
36273 \begin_inset VSpace defskip
36274 \end_inset
36275
36276 Le texte peut avoir des notes de bas de page
36277 \begin_inset Foot
36278 status collapsed
36279
36280 \begin_layout Plain Layout
36281 Un autre exemple de note de bas de page
36282 \end_layout
36283
36284 \end_inset
36285
36286  et contenir des figures et des tableaux.
36287 \end_layout
36288
36289 \begin_layout Plain Layout
36290 \align center
36291 \begin_inset Tabular
36292 <lyxtabular version="3" rows="3" columns="3">
36293 <features rotate="0" tabularvalignment="middle">
36294 <column alignment="center" valignment="top">
36295 <column alignment="center" valignment="top">
36296 <column alignment="center" valignment="top">
36297 <row>
36298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36299 \begin_inset Text
36300
36301 \begin_layout Plain Layout
36302 a
36303 \end_layout
36304
36305 \end_inset
36306 </cell>
36307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36308 \begin_inset Text
36309
36310 \begin_layout Plain Layout
36311 !
36312 \end_layout
36313
36314 \end_inset
36315 </cell>
36316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36317 \begin_inset Text
36318
36319 \begin_layout Plain Layout
36320 3
36321 \end_layout
36322
36323 \end_inset
36324 </cell>
36325 </row>
36326 <row>
36327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36328 \begin_inset Text
36329
36330 \begin_layout Plain Layout
36331 <
36332 \end_layout
36333
36334 \end_inset
36335 </cell>
36336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36337 \begin_inset Text
36338
36339 \begin_layout Plain Layout
36340 b2
36341 \begin_inset Quotes erd
36342 \end_inset
36343
36344 |
36345 \end_layout
36346
36347 \end_inset
36348 </cell>
36349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36350 \begin_inset Text
36351
36352 \begin_layout Plain Layout
36353 >
36354 \end_layout
36355
36356 \end_inset
36357 </cell>
36358 </row>
36359 <row>
36360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36361 \begin_inset Text
36362
36363 \begin_layout Plain Layout
36364 1
36365 \end_layout
36366
36367 \end_inset
36368 </cell>
36369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36370 \begin_inset Text
36371
36372 \begin_layout Plain Layout
36373 §
36374 \end_layout
36375
36376 \end_inset
36377 </cell>
36378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36379 \begin_inset Text
36380
36381 \begin_layout Plain Layout
36382 c
36383 \end_layout
36384
36385 \end_inset
36386 </cell>
36387 </row>
36388 </lyxtabular>
36389
36390 \end_inset
36391
36392
36393 \end_layout
36394
36395 \end_inset
36396
36397
36398 \begin_inset ERT
36399 status collapsed
36400
36401 \begin_layout Plain Layout
36402
36403 }
36404 \end_layout
36405
36406 \end_inset
36407
36408
36409 \end_layout
36410
36411 \begin_layout Section
36412 Les boîtes pivotées et redimensionnées
36413 \end_layout
36414
36415 \begin_layout Standard
36416 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
36417  charger le paquetage LaTeX 
36418 \series bold
36419 graphicx
36420 \series default
36421
36422 \begin_inset Index idx
36423 status collapsed
36424
36425 \begin_layout Plain Layout
36426 Paquetages LaTeX ! graphicx
36427 \end_layout
36428
36429 \end_inset
36430
36431  dans le préambule de votre document avec la commande
36432 \end_layout
36433
36434 \begin_layout Standard
36435
36436 \series bold
36437
36438 \backslash
36439 @ifundefined{rotatebox}
36440 \begin_inset Newline newline
36441 \end_inset
36442
36443
36444 \begin_inset Phantom HPhantom
36445 status open
36446
36447 \begin_layout Plain Layout
36448
36449 \series bold
36450 \begin_inset space ~
36451 \end_inset
36452
36453
36454 \end_layout
36455
36456 \end_inset
36457
36458 {
36459 \backslash
36460 usepackage{graphicx}}{}
36461 \end_layout
36462
36463 \begin_layout Description
36464 \begin_inset Note Greyedout
36465 status open
36466
36467 \begin_layout Plain Layout
36468
36469 \series bold
36470 Note:
36471 \series default
36472  La plupart des visualiseurs DVI ne sont 
36473 \emph on
36474 pas
36475 \emph default
36476  capables d'afficher des rotations ou des redimensions.
36477 \end_layout
36478
36479 \end_inset
36480
36481
36482 \end_layout
36483
36484 \begin_layout Standard
36485 \begin_inset Note Greyedout
36486 status open
36487
36488 \begin_layout Plain Layout
36489
36490 \series bold
36491 Note:
36492 \series default
36493  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
36494  redimensionnée.
36495 \end_layout
36496
36497 \end_inset
36498
36499
36500 \end_layout
36501
36502 \begin_layout Subsection
36503 Les Boîtes pivotées
36504 \begin_inset Index idx
36505 status collapsed
36506
36507 \begin_layout Plain Layout
36508 Boîtes ! pivotées
36509 \end_layout
36510
36511 \end_inset
36512
36513
36514 \begin_inset Index idx
36515 status collapsed
36516
36517 \begin_layout Plain Layout
36518 Pivoter des objets
36519 \end_layout
36520
36521 \end_inset
36522
36523
36524 \end_layout
36525
36526 \begin_layout Standard
36527 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
36528  (rotated).
36529  Une telle boîte est créée avec la commande 
36530 \series bold
36531
36532 \backslash
36533 rotatebox
36534 \series default
36535  en code TeX avec la syntaxe
36536 \end_layout
36537
36538 \begin_layout Standard
36539
36540 \series bold
36541
36542 \backslash
36543 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
36544 \end_layout
36545
36546 \begin_layout Standard
36547 La position du pivot est donnée par l'origine de rotation spécifiée sous
36548  la forme 
36549 \series bold
36550 origin=position
36551 \series default
36552 .
36553  Les valeurs suivantes sont possibles pour la position: 
36554 \emph on
36555 c
36556 \emph default
36557  (centre), 
36558 \emph on
36559 l
36560 \emph default
36561  (gauche/
36562 \lang english
36563 left
36564 \lang french
36565 ), 
36566 \emph on
36567 r
36568 \emph default
36569  (droite/
36570 \lang english
36571 right
36572 \lang french
36573 ), 
36574 \emph on
36575 b
36576 \emph default
36577  (bas/
36578 \lang english
36579 bottom
36580 \lang french
36581 ), 
36582 \emph on
36583 t
36584 \emph default
36585  (haut/
36586 \lang english
36587 top
36588 \lang french
36589 ), et aussi des combinaisons des quatre positions de base.
36590  Par exemple 
36591 \emph on
36592 lt
36593 \emph default
36594  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
36595  Quand on ne donne pas d'origine, la position 
36596 \emph on
36597 l
36598 \emph default
36599  est utilisée.
36600  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
36601  ou négatif.
36602  Le sens positif de rotation est anti-horaire.
36603 \end_layout
36604
36605 \begin_layout Standard
36606 Dans l'exemple qui suit, la commande 
36607 \series bold
36608
36609 \backslash
36610 rotatebox[origin=c]{60}{
36611 \series default
36612  a été insérée en code TeX juste avant le texte 
36613 \begin_inset Quotes fld
36614 \end_inset
36615
36616 pivoté de 90°
36617 \begin_inset Quotes frd
36618 \end_inset
36619
36620  ; la boîte est refermée juste après le texte par une accolade fermante
36621  
36622 \begin_inset Quotes fld
36623 \end_inset
36624
36625 }
36626 \begin_inset Quotes frd
36627 \end_inset
36628
36629  en code TeX.
36630 \end_layout
36631
36632 \begin_layout Standard
36633 Voici une ligne avec du texte 
36634 \begin_inset ERT
36635 status collapsed
36636
36637 \begin_layout Plain Layout
36638
36639
36640 \backslash
36641 rotatebox[origin=c]{60}{
36642 \end_layout
36643
36644 \end_inset
36645
36646 pivoté de 60°
36647 \begin_inset ERT
36648 status collapsed
36649
36650 \begin_layout Plain Layout
36651
36652 }
36653 \end_layout
36654
36655 \end_inset
36656
36657 .
36658 \end_layout
36659
36660 \begin_layout Standard
36661 La boîte peut contenir une autre boîte ou une formule en ligne :
36662 \end_layout
36663
36664 \begin_layout Standard
36665 Voici une ligne avec du texte 
36666 \begin_inset ERT
36667 status collapsed
36668
36669 \begin_layout Plain Layout
36670
36671
36672 \backslash
36673 rotatebox[origin=r]{-60}{
36674 \end_layout
36675
36676 \end_inset
36677
36678
36679 \begin_inset Box Doublebox
36680 position "c"
36681 hor_pos "c"
36682 has_inner_box 0
36683 inner_pos "c"
36684 use_parbox 0
36685 use_makebox 0
36686 width "1in"
36687 special "width"
36688 height "1in"
36689 height_special "totalheight"
36690 status collapsed
36691
36692 \begin_layout Plain Layout
36693 pivoté de -60°
36694 \end_layout
36695
36696 \end_inset
36697
36698
36699 \begin_inset ERT
36700 status collapsed
36701
36702 \begin_layout Plain Layout
36703
36704 }
36705 \end_layout
36706
36707 \end_inset
36708
36709  et encadré 
36710 \begin_inset ERT
36711 status collapsed
36712
36713 \begin_layout Plain Layout
36714
36715
36716 \backslash
36717 rotatebox[origin=lb]{60}{
36718 \end_layout
36719
36720 \end_inset
36721
36722
36723 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36724 \end_inset
36725
36726
36727 \begin_inset ERT
36728 status collapsed
36729
36730 \begin_layout Plain Layout
36731
36732 }
36733 \end_layout
36734
36735 \end_inset
36736
36737  et une formule.
36738 \end_layout
36739
36740 \begin_layout Standard
36741 ou encore une figure ou un tableau :
36742 \end_layout
36743
36744 \begin_layout Standard
36745 Voici une ligne
36746 \begin_inset ERT
36747 status collapsed
36748
36749 \begin_layout Plain Layout
36750
36751
36752 \backslash
36753 rotatebox[origin=lb]{90}{
36754 \end_layout
36755
36756 \end_inset
36757
36758
36759 \begin_inset Graphics
36760         filename ../clipart/platypus.eps
36761         lyxscale 50
36762         width 25col%
36763
36764 \end_inset
36765
36766
36767 \begin_inset ERT
36768 status collapsed
36769
36770 \begin_layout Plain Layout
36771
36772 }
36773 \end_layout
36774
36775 \end_inset
36776
36777  avec une image pivotée de 90° 
36778 \begin_inset ERT
36779 status collapsed
36780
36781 \begin_layout Plain Layout
36782
36783
36784 \backslash
36785 rotatebox[origin=l]{-90}{
36786 \end_layout
36787
36788 \end_inset
36789
36790
36791 \begin_inset Tabular
36792 <lyxtabular version="3" rows="2" columns="2">
36793 <features rotate="0" tabularvalignment="middle">
36794 <column alignment="center" valignment="top">
36795 <column alignment="center" valignment="top">
36796 <row>
36797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36798 \begin_inset Text
36799
36800 \begin_layout Plain Layout
36801 q
36802 \end_layout
36803
36804 \end_inset
36805 </cell>
36806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36807 \begin_inset Text
36808
36809 \begin_layout Plain Layout
36810 w
36811 \end_layout
36812
36813 \end_inset
36814 </cell>
36815 </row>
36816 <row>
36817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36818 \begin_inset Text
36819
36820 \begin_layout Plain Layout
36821 e
36822 \end_layout
36823
36824 \end_inset
36825 </cell>
36826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36827 \begin_inset Text
36828
36829 \begin_layout Plain Layout
36830 r
36831 \end_layout
36832
36833 \end_inset
36834 </cell>
36835 </row>
36836 </lyxtabular>
36837
36838 \end_inset
36839
36840
36841 \begin_inset ERT
36842 status collapsed
36843
36844 \begin_layout Plain Layout
36845
36846 }
36847 \end_layout
36848
36849 \end_inset
36850
36851  et un tableau.
36852 \begin_inset Index idx
36853 status collapsed
36854
36855 \begin_layout Plain Layout
36856 Figures ! Pivotées
36857 \end_layout
36858
36859 \end_inset
36860
36861
36862 \begin_inset Index idx
36863 status collapsed
36864
36865 \begin_layout Plain Layout
36866 Tableau ! Pivoter
36867 \end_layout
36868
36869 \end_inset
36870
36871
36872 \end_layout
36873
36874 \begin_layout Subsection
36875 Les boîtes redimensionnées
36876 \begin_inset Index idx
36877 status collapsed
36878
36879 \begin_layout Plain Layout
36880 Boîtes ! Redimensionnées
36881 \end_layout
36882
36883 \end_inset
36884
36885
36886 \begin_inset Index idx
36887 status collapsed
36888
36889 \begin_layout Plain Layout
36890 Redimensionner des objets
36891 \end_layout
36892
36893 \end_inset
36894
36895
36896 \end_layout
36897
36898 \begin_layout Standard
36899 Pour redimensionner des objets on peut utiliser les commandes 
36900 \series bold
36901
36902 \backslash
36903 scalebox
36904 \series default
36905  et 
36906 \series bold
36907
36908 \backslash
36909 resizebox
36910 \series default
36911  insérées sous forme de code TeX.
36912 \end_layout
36913
36914 \begin_layout Standard
36915
36916 \series bold
36917
36918 \backslash
36919 scalebox
36920 \series default
36921  est utilisée avec la syntaxe suivante :
36922 \end_layout
36923
36924 \begin_layout Standard
36925
36926 \series bold
36927
36928 \backslash
36929 scalebox{horizontal}[vertical]{contenu de la boîte}
36930 \end_layout
36931
36932 \begin_layout Standard
36933 Horizontal et vertical sont les facteurs d'échelle correspondants.
36934  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
36935  utilisé comme facteur vertical.
36936 \end_layout
36937
36938 \begin_layout Standard
36939 Par exemple, la commande 
36940 \series bold
36941
36942 \backslash
36943 scalebox{2}{Bonjour}
36944 \series default
36945  crée un 
36946 \begin_inset ERT
36947 status collapsed
36948
36949 \begin_layout Plain Layout
36950
36951
36952 \backslash
36953 scalebox{2}{
36954 \end_layout
36955
36956 \end_inset
36957
36958 Bonjour
36959 \begin_inset ERT
36960 status collapsed
36961
36962 \begin_layout Plain Layout
36963
36964 }
36965 \end_layout
36966
36967 \end_inset
36968
36969  de taille double par rapport à la taille du texte du document.
36970 \end_layout
36971
36972 \begin_layout Standard
36973
36974 \series bold
36975
36976 \backslash
36977 scalebox{2}[1]{Hello}
36978 \series default
36979  au contraire va déformer le 
36980 \begin_inset ERT
36981 status collapsed
36982
36983 \begin_layout Plain Layout
36984
36985
36986 \backslash
36987 scalebox{2}[1]{
36988 \end_layout
36989
36990 \end_inset
36991
36992 Bonjour
36993 \begin_inset ERT
36994 status collapsed
36995
36996 \begin_layout Plain Layout
36997
36998 }
36999 \end_layout
37000
37001 \end_inset
37002
37003 .
37004 \end_layout
37005
37006 \begin_layout Standard
37007 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
37008  La commande 
37009 \series bold
37010
37011 \backslash
37012 scalebox{-1}[1]{Hello}
37013 \series default
37014  peut donc être utilisée pour créer du texte en miroir : 
37015 \begin_inset ERT
37016 status collapsed
37017
37018 \begin_layout Plain Layout
37019
37020
37021 \backslash
37022 scalebox{-1}[1]{
37023 \end_layout
37024
37025 \end_inset
37026
37027 Bonjour
37028 \begin_inset ERT
37029 status collapsed
37030
37031 \begin_layout Plain Layout
37032
37033 }
37034 \end_layout
37035
37036 \end_inset
37037
37038
37039 \end_layout
37040
37041 \begin_layout Standard
37042
37043 \series bold
37044
37045 \backslash
37046 scalebox{1}[-1]{Bonjour}
37047 \series default
37048  effectue une réflexion du 
37049 \begin_inset ERT
37050 status collapsed
37051
37052 \begin_layout Plain Layout
37053
37054
37055 \backslash
37056 scalebox{1}[-1]{
37057 \end_layout
37058
37059 \end_inset
37060
37061 Bonjour
37062 \begin_inset ERT
37063 status collapsed
37064
37065 \begin_layout Plain Layout
37066
37067 }
37068 \end_layout
37069
37070 \end_inset
37071
37072  par rapport à la ligne de base.
37073 \end_layout
37074
37075 \begin_layout Standard
37076 La commande 
37077 \series bold
37078
37079 \backslash
37080 reflectbox{contenu de la boîte} 
37081 \series default
37082 existe aussi et est équivalente à
37083 \series bold
37084  
37085 \backslash
37086 scalebox{-1}[1]{contenu de la boîte}.
37087
37088 \series default
37089  
37090 \begin_inset Newline newline
37091 \end_inset
37092
37093
37094 \end_layout
37095
37096 \begin_layout Standard
37097 \begin_inset VSpace bigskip
37098 \end_inset
37099
37100 La commande 
37101 \series bold
37102
37103 \backslash
37104 resizebox
37105 \series default
37106  est utilisée pour redimensionner une boîte à une largeur et une hauteur
37107  données.
37108  La syntaxe de la commande est :
37109 \end_layout
37110
37111 \begin_layout Standard
37112
37113 \series bold
37114
37115 \backslash
37116 resizebox{largeur}{hauteur}{contenu de la boîte}
37117 \end_layout
37118
37119 \begin_layout Standard
37120 Si un des deux paramètres est remplacé par un point d'exclamation 
37121 \series bold
37122 !
37123 \series default
37124 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
37125 \end_layout
37126
37127 \begin_layout Standard
37128 La commande 
37129 \series bold
37130
37131 \backslash
37132 resizebox{2cm}{1cm}{Bonjour}
37133 \series default
37134  produit : 
37135 \begin_inset ERT
37136 status collapsed
37137
37138 \begin_layout Plain Layout
37139
37140
37141 \backslash
37142 resizebox{2cm}{1cm}{
37143 \end_layout
37144
37145 \end_inset
37146
37147 Bonjour
37148 \begin_inset ERT
37149 status collapsed
37150
37151 \begin_layout Plain Layout
37152
37153 }
37154 \end_layout
37155
37156 \end_inset
37157
37158
37159 \begin_inset Newline newline
37160 \end_inset
37161
37162 La commande 
37163 \series bold
37164
37165 \backslash
37166 resizebox{2cm}{!}{Bonjour}
37167 \series default
37168  produit : 
37169 \begin_inset ERT
37170 status collapsed
37171
37172 \begin_layout Plain Layout
37173
37174
37175 \backslash
37176 resizebox{2cm}{!}{
37177 \end_layout
37178
37179 \end_inset
37180
37181 Bonjour
37182 \begin_inset ERT
37183 status collapsed
37184
37185 \begin_layout Plain Layout
37186
37187 }
37188 \end_layout
37189
37190 \end_inset
37191
37192
37193 \end_layout
37194
37195 \begin_layout Standard
37196 \begin_inset VSpace bigskip
37197 \end_inset
37198
37199
37200 \end_layout
37201
37202 \begin_layout Standard
37203 \begin_inset Note Greyedout
37204 status open
37205
37206 \begin_layout Plain Layout
37207
37208 \series bold
37209 Note:
37210 \series default
37211  Quand les paramètres des commandes 
37212 \series bold
37213
37214 \backslash
37215 scalebox
37216 \series default
37217  ou 
37218 \series bold
37219
37220 \backslash
37221 resizebox
37222 \series default
37223  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
37224  document, mais le document exporté peut ne pas s'afficher ou s'afficher
37225  partiellement.
37226 \end_layout
37227
37228 \end_inset
37229
37230
37231 \end_layout
37232
37233 \begin_layout Standard
37234 \begin_inset VSpace bigskip
37235 \end_inset
37236
37237
37238 \end_layout
37239
37240 \begin_layout Standard
37241 Les boîtes peuvent être combinée dans n'importe quel ordre.
37242  Par exemple, la commande 
37243 \begin_inset Newline newline
37244 \end_inset
37245
37246
37247 \series bold
37248
37249 \backslash
37250 rotatebox[origin=c]{-45}{
37251 \backslash
37252 resizebox{2cm}{!}{
37253 \backslash
37254 reflectbox{Bonjour}}}
37255 \begin_inset Newline newline
37256 \end_inset
37257
37258
37259 \series default
37260 produit :
37261 \end_layout
37262
37263 \begin_layout Standard
37264 \align center
37265 \begin_inset ERT
37266 status collapsed
37267
37268 \begin_layout Plain Layout
37269
37270
37271 \backslash
37272 rotatebox[origin=c]{-45}{
37273 \backslash
37274 resizebox{2cm}{!}{
37275 \backslash
37276 reflectbox{
37277 \end_layout
37278
37279 \end_inset
37280
37281 Bonjour
37282 \begin_inset ERT
37283 status collapsed
37284
37285 \begin_layout Plain Layout
37286
37287 }}}
37288 \end_layout
37289
37290 \end_inset
37291
37292
37293 \end_layout
37294
37295 \begin_layout Standard
37296 \noindent
37297 Les images, les tableaux et les formules sont autorisées comme contenu de
37298  boîte :
37299 \end_layout
37300
37301 \begin_layout Standard
37302 \align center
37303 \begin_inset ERT
37304 status collapsed
37305
37306 \begin_layout Plain Layout
37307
37308
37309 \backslash
37310 rotatebox[origin=c]{-30}{
37311 \backslash
37312 resizebox{2cm}{!}{
37313 \backslash
37314 reflectbox{
37315 \end_layout
37316
37317 \end_inset
37318
37319
37320 \begin_inset Graphics
37321         filename ../clipart/platypus.eps
37322         lyxscale 50
37323         width 25col%
37324
37325 \end_inset
37326
37327
37328 \begin_inset ERT
37329 status collapsed
37330
37331 \begin_layout Plain Layout
37332
37333 }}}
37334 \end_layout
37335
37336 \end_inset
37337
37338
37339 \begin_inset ERT
37340 status collapsed
37341
37342 \begin_layout Plain Layout
37343
37344
37345 \backslash
37346 rotatebox[origin=c]{-45}{
37347 \backslash
37348 resizebox{2cm}{!}{
37349 \backslash
37350 reflectbox{
37351 \end_layout
37352
37353 \end_inset
37354
37355
37356 \begin_inset Tabular
37357 <lyxtabular version="3" rows="2" columns="2">
37358 <features rotate="0" tabularvalignment="middle">
37359 <column alignment="center" valignment="top">
37360 <column alignment="center" valignment="top">
37361 <row>
37362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37363 \begin_inset Text
37364
37365 \begin_layout Plain Layout
37366 q
37367 \end_layout
37368
37369 \end_inset
37370 </cell>
37371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37372 \begin_inset Text
37373
37374 \begin_layout Plain Layout
37375 w
37376 \end_layout
37377
37378 \end_inset
37379 </cell>
37380 </row>
37381 <row>
37382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37383 \begin_inset Text
37384
37385 \begin_layout Plain Layout
37386 e
37387 \end_layout
37388
37389 \end_inset
37390 </cell>
37391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37392 \begin_inset Text
37393
37394 \begin_layout Plain Layout
37395 r
37396 \end_layout
37397
37398 \end_inset
37399 </cell>
37400 </row>
37401 </lyxtabular>
37402
37403 \end_inset
37404
37405
37406 \begin_inset ERT
37407 status collapsed
37408
37409 \begin_layout Plain Layout
37410
37411 }}}
37412 \end_layout
37413
37414 \end_inset
37415
37416
37417 \begin_inset ERT
37418 status collapsed
37419
37420 \begin_layout Plain Layout
37421
37422
37423 \backslash
37424 rotatebox[origin=c]{-45}{
37425 \backslash
37426 resizebox{2cm}{!}{
37427 \backslash
37428 reflectbox{
37429 \end_layout
37430
37431 \end_inset
37432
37433
37434 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37435 \end_inset
37436
37437
37438 \begin_inset ERT
37439 status collapsed
37440
37441 \begin_layout Plain Layout
37442
37443 }}}
37444 \end_layout
37445
37446 \end_inset
37447
37448
37449 \begin_inset Index idx
37450 status collapsed
37451
37452 \begin_layout Plain Layout
37453 Figures ! Redimensionnées
37454 \end_layout
37455
37456 \end_inset
37457
37458
37459 \begin_inset Index idx
37460 status collapsed
37461
37462 \begin_layout Plain Layout
37463 Tableau ! Redimensionner
37464 \end_layout
37465
37466 \end_inset
37467
37468
37469 \end_layout
37470
37471 \begin_layout Standard
37472 Quand on utilise le style global de formule 
37473 \series bold
37474 fleqn
37475 \series default
37476  dans le document
37477 \begin_inset Foot
37478 status collapsed
37479
37480 \begin_layout Plain Layout
37481 Quand 
37482 \begin_inset Quotes fld
37483 \end_inset
37484
37485 fleqn
37486 \begin_inset Quotes frd
37487 \end_inset
37488
37489  est ajouté aux options de la classe de document.
37490 \end_layout
37491
37492 \end_inset
37493
37494 , les formules hors texte peuvent aussi être redimensionnées.
37495 \end_layout
37496
37497 \begin_layout Chapter
37498 Objets entourés par du texte
37499 \begin_inset Index idx
37500 status collapsed
37501
37502 \begin_layout Plain Layout
37503 Entourés par du texte
37504 \end_layout
37505
37506 \end_inset
37507
37508
37509 \end_layout
37510
37511 \begin_layout Section
37512 Flottant d'enrobage
37513 \begin_inset CommandInset label
37514 LatexCommand label
37515 name "sec:Flottant-d'enrobage"
37516
37517 \end_inset
37518
37519
37520 \begin_inset Index idx
37521 status collapsed
37522
37523 \begin_layout Plain Layout
37524 Flottants ! Flottants d'enrobage
37525 \end_layout
37526
37527 \end_inset
37528
37529
37530 \begin_inset Index idx
37531 status collapsed
37532
37533 \begin_layout Plain Layout
37534 Entourés par du texte ! Flottants d'enrobage
37535 \end_layout
37536
37537 \end_inset
37538
37539
37540 \end_layout
37541
37542 \begin_layout Standard
37543 \begin_inset Wrap figure
37544 lines 0
37545 placement l
37546 overhang 1cm
37547 width "40col%"
37548 status open
37549
37550 \begin_layout Plain Layout
37551 \begin_inset Graphics
37552         filename ../clipart/mobius.eps
37553         width 40col%
37554         scaleBeforeRotation
37555         rotateOrigin center
37556
37557 \end_inset
37558
37559
37560 \end_layout
37561
37562 \begin_layout Plain Layout
37563 \begin_inset Caption Standard
37564
37565 \begin_layout Plain Layout
37566 \begin_inset CommandInset label
37567 LatexCommand label
37568 name "fig:Figure-enrobée"
37569
37570 \end_inset
37571
37572 Ceci est une figure habillée.
37573 \end_layout
37574
37575 \end_inset
37576
37577
37578 \end_layout
37579
37580 \end_inset
37581
37582  Ce type de flottant est utilisé quand on veut que le texte habille la figure
37583  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
37584  Vous pouvez en insérer un en utilisant le menu 
37585 \family sans
37586 Insertion\SpecialChar \menuseparator
37587 Flottant\SpecialChar \menuseparator
37588 Flottant
37589 \begin_inset space ~
37590 \end_inset
37591
37592 d'enrobage
37593 \family default
37594  à la condition que le paquetage LaTeX 
37595 \series bold
37596 wrapfig
37597 \series default
37598
37599 \begin_inset Index idx
37600 status collapsed
37601
37602 \begin_layout Plain Layout
37603 Paquetages LaTeX ! wrapfig
37604 \end_layout
37605
37606 \end_inset
37607
37608  soit installé.
37609 \begin_inset Foot
37610 status collapsed
37611
37612 \begin_layout Plain Layout
37613 Voyez dans la manuel 
37614 \emph on
37615 Configuration
37616 \begin_inset space ~
37617 \end_inset
37618
37619 LaTeX 
37620 \emph default
37621 comment installer des paquetages LaTeX.
37622 \end_layout
37623
37624 \end_inset
37625
37626  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
37627  sur la boîte du flottant.
37628  Les paramètres obligatoires sont l'
37629 \family sans
37630 Emplacement
37631 \family default
37632  et la 
37633 \family sans
37634 Largeur
37635 \family default
37636 .
37637  Les paramètres facultatifs sont le 
37638 \family sans
37639 Débordement
37640 \family default
37641  qui précise de combien le flottant déborde sur la marge du paragraphe ou
37642  de la page et la 
37643 \family sans
37644 Porté de la ligne
37645 \family default
37646  qui précise le nombre approximatif de lignes dont le flottant va avoir
37647  besoin.
37648  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
37649  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
37650  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
37651  à l'intérieur du paragraphe ou vers les autres paragraphes.
37652  La figure
37653 \begin_inset space ~
37654 \end_inset
37655
37656
37657 \begin_inset CommandInset ref
37658 LatexCommand ref
37659 reference "fig:Figure-enrobée"
37660
37661 \end_inset
37662
37663  est un exemple de flottant d'enrobage avec une largeur de 40
37664 \begin_inset space \thinspace{}
37665 \end_inset
37666
37667 col%, un débordement de 1
37668 \begin_inset space \thinspace{}
37669 \end_inset
37670
37671 cm et placé à gauche.
37672 \end_layout
37673
37674 \begin_layout Standard
37675 \begin_inset Note Greyedout
37676 status open
37677
37678 \begin_layout Plain Layout
37679
37680 \series bold
37681 Note:
37682 \series default
37683  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
37684  figure trop près du bas de page peut tout chambouler et faire que le flottant
37685  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
37686  de texte.
37687 \end_layout
37688
37689 \end_inset
37690
37691
37692 \end_layout
37693
37694 \begin_layout Standard
37695 En général:
37696 \end_layout
37697
37698 \begin_layout Itemize
37699 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
37700  qui risquent de passer à la page suivante.
37701  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
37702  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
37703  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
37704  de page.
37705 \end_layout
37706
37707 \begin_layout Itemize
37708 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
37709  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
37710 e.
37711 \end_layout
37712
37713 \begin_layout Itemize
37714 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
37715  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
37716  texte entre les deux, comme séparateur.
37717 \end_layout
37718
37719 \begin_layout Itemize
37720 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
37721  ou les tableaux.
37722 \end_layout
37723
37724 \begin_layout Itemize
37725 Leur numérotation et leur référencement fonctionnent comme décrit dans le
37726  chapitre
37727 \begin_inset space ~
37728 \end_inset
37729
37730
37731 \begin_inset CommandInset ref
37732 LatexCommand ref
37733 reference "chap:Flottants"
37734
37735 \end_inset
37736
37737 .
37738 \end_layout
37739
37740 \begin_layout Section
37741 Objets fixes entourés par du texte
37742 \begin_inset Index idx
37743 status collapsed
37744
37745 \begin_layout Plain Layout
37746 Entouré par du texte ! Objets fixes
37747 \end_layout
37748
37749 \end_inset
37750
37751
37752 \end_layout
37753
37754 \begin_layout Standard
37755 Les flottants d'enrobage décrits dans la section
37756 \begin_inset space \thinspace{}
37757 \end_inset
37758
37759
37760 \begin_inset CommandInset ref
37761 LatexCommand ref
37762 reference "sec:Flottant-d'enrobage"
37763
37764 \end_inset
37765
37766  prennent les positions suivantes dans le paragraphe :
37767 \end_layout
37768
37769 \begin_layout Standard
37770 \noindent
37771 \align center
37772 \begin_inset Tabular
37773 <lyxtabular version="3" rows="2" columns="2">
37774 <features rotate="0" tabularvalignment="middle">
37775 <column alignment="center" valignment="top">
37776 <column alignment="center" valignment="top">
37777 <row>
37778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37779 \begin_inset Text
37780
37781 \begin_layout Plain Layout
37782 \begin_inset Graphics
37783         filename ../../images/dialog-show-new-inset_graphics.png
37784         scale 70
37785         scaleBeforeRotation
37786
37787 \end_inset
37788
37789
37790 \end_layout
37791
37792 \end_inset
37793 </cell>
37794 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37795 \begin_inset Text
37796
37797 \begin_layout Plain Layout
37798 texte
37799 \end_layout
37800
37801 \end_inset
37802 </cell>
37803 </row>
37804 <row>
37805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37806 \begin_inset Text
37807
37808 \begin_layout Plain Layout
37809 texte
37810 \end_layout
37811
37812 \end_inset
37813 </cell>
37814 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37815 \begin_inset Text
37816
37817 \begin_layout Plain Layout
37818 texte
37819 \end_layout
37820
37821 \end_inset
37822 </cell>
37823 </row>
37824 </lyxtabular>
37825
37826 \end_inset
37827
37828  ou 
37829 \begin_inset Tabular
37830 <lyxtabular version="3" rows="2" columns="2">
37831 <features rotate="0" tabularvalignment="middle">
37832 <column alignment="center" valignment="top">
37833 <column alignment="center" valignment="top">
37834 <row>
37835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37836 \begin_inset Text
37837
37838 \begin_layout Plain Layout
37839 texte
37840 \end_layout
37841
37842 \end_inset
37843 </cell>
37844 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37845 \begin_inset Text
37846
37847 \begin_layout Plain Layout
37848 \begin_inset Graphics
37849         filename ../../images/dialog-show-new-inset_graphics.png
37850         scale 70
37851         scaleBeforeRotation
37852
37853 \end_inset
37854
37855
37856 \end_layout
37857
37858 \end_inset
37859 </cell>
37860 </row>
37861 <row>
37862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37863 \begin_inset Text
37864
37865 \begin_layout Plain Layout
37866 texte
37867 \end_layout
37868
37869 \end_inset
37870 </cell>
37871 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37872 \begin_inset Text
37873
37874 \begin_layout Plain Layout
37875 texte
37876 \end_layout
37877
37878 \end_inset
37879 </cell>
37880 </row>
37881 </lyxtabular>
37882
37883 \end_inset
37884
37885
37886 \end_layout
37887
37888 \begin_layout Standard
37889 Pour avoir un objet exactement à la position à laquelle il a été inséré,
37890  par exemple pour avoir une de ces positions :
37891 \begin_inset VSpace defskip
37892 \end_inset
37893
37894
37895 \end_layout
37896
37897 \begin_layout Standard
37898 \noindent
37899 \align center
37900 \begin_inset Tabular
37901 <lyxtabular version="3" rows="2" columns="2">
37902 <features rotate="0" tabularvalignment="middle">
37903 <column alignment="center" valignment="top">
37904 <column alignment="center" valignment="top">
37905 <row>
37906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37907 \begin_inset Text
37908
37909 \begin_layout Plain Layout
37910 texte
37911 \end_layout
37912
37913 \end_inset
37914 </cell>
37915 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37916 \begin_inset Text
37917
37918 \begin_layout Plain Layout
37919 texte
37920 \end_layout
37921
37922 \end_inset
37923 </cell>
37924 </row>
37925 <row>
37926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37927 \begin_inset Text
37928
37929 \begin_layout Plain Layout
37930 \begin_inset Graphics
37931         filename ../../images/dialog-show-new-inset_graphics.png
37932         scale 70
37933         scaleBeforeRotation
37934
37935 \end_inset
37936
37937
37938 \end_layout
37939
37940 \end_inset
37941 </cell>
37942 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37943 \begin_inset Text
37944
37945 \begin_layout Plain Layout
37946 texte
37947 \end_layout
37948
37949 \end_inset
37950 </cell>
37951 </row>
37952 </lyxtabular>
37953
37954 \end_inset
37955
37956  
37957 \begin_inset Tabular
37958 <lyxtabular version="3" rows="2" columns="2">
37959 <features rotate="0" tabularvalignment="middle">
37960 <column alignment="center" valignment="top">
37961 <column alignment="center" valignment="top">
37962 <row>
37963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37964 \begin_inset Text
37965
37966 \begin_layout Plain Layout
37967 texte
37968 \end_layout
37969
37970 \end_inset
37971 </cell>
37972 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37973 \begin_inset Text
37974
37975 \begin_layout Plain Layout
37976 texte
37977 \end_layout
37978
37979 \end_inset
37980 </cell>
37981 </row>
37982 <row>
37983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37984 \begin_inset Text
37985
37986 \begin_layout Plain Layout
37987 texte
37988 \end_layout
37989
37990 \end_inset
37991 </cell>
37992 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37993 \begin_inset Text
37994
37995 \begin_layout Plain Layout
37996 \begin_inset Graphics
37997         filename ../../images/dialog-show-new-inset_graphics.png
37998         scale 70
37999         scaleBeforeRotation
38000
38001 \end_inset
38002
38003
38004 \end_layout
38005
38006 \end_inset
38007 </cell>
38008 </row>
38009 </lyxtabular>
38010
38011 \end_inset
38012
38013  
38014 \begin_inset Tabular
38015 <lyxtabular version="3" rows="2" columns="3">
38016 <features rotate="0" tabularvalignment="middle">
38017 <column alignment="center" valignment="top">
38018 <column alignment="center" valignment="top">
38019 <column alignment="center" valignment="top">
38020 <row>
38021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38022 \begin_inset Text
38023
38024 \begin_layout Plain Layout
38025 texte
38026 \end_layout
38027
38028 \end_inset
38029 </cell>
38030 <cell alignment="center" valignment="top" topline="true" usebox="none">
38031 \begin_inset Text
38032
38033 \begin_layout Plain Layout
38034 \begin_inset Graphics
38035         filename ../../images/dialog-show-new-inset_graphics.png
38036         scale 70
38037         scaleBeforeRotation
38038
38039 \end_inset
38040
38041
38042 \end_layout
38043
38044 \end_inset
38045 </cell>
38046 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38047 \begin_inset Text
38048
38049 \begin_layout Plain Layout
38050 texte
38051 \end_layout
38052
38053 \end_inset
38054 </cell>
38055 </row>
38056 <row>
38057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38058 \begin_inset Text
38059
38060 \begin_layout Plain Layout
38061 texte
38062 \end_layout
38063
38064 \end_inset
38065 </cell>
38066 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38067 \begin_inset Text
38068
38069 \begin_layout Plain Layout
38070 texte
38071 \end_layout
38072
38073 \end_inset
38074 </cell>
38075 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38076 \begin_inset Text
38077
38078 \begin_layout Plain Layout
38079 texte
38080 \end_layout
38081
38082 \end_inset
38083 </cell>
38084 </row>
38085 </lyxtabular>
38086
38087 \end_inset
38088
38089  
38090 \begin_inset Tabular
38091 <lyxtabular version="3" rows="2" columns="3">
38092 <features rotate="0" tabularvalignment="middle">
38093 <column alignment="center" valignment="top">
38094 <column alignment="center" valignment="top">
38095 <column alignment="center" valignment="top">
38096 <row>
38097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38098 \begin_inset Text
38099
38100 \begin_layout Plain Layout
38101 texte
38102 \end_layout
38103
38104 \end_inset
38105 </cell>
38106 <cell alignment="center" valignment="top" topline="true" usebox="none">
38107 \begin_inset Text
38108
38109 \begin_layout Plain Layout
38110 texte
38111 \end_layout
38112
38113 \end_inset
38114 </cell>
38115 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38116 \begin_inset Text
38117
38118 \begin_layout Plain Layout
38119 texte
38120 \end_layout
38121
38122 \end_inset
38123 </cell>
38124 </row>
38125 <row>
38126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38127 \begin_inset Text
38128
38129 \begin_layout Plain Layout
38130 texte
38131 \end_layout
38132
38133 \end_inset
38134 </cell>
38135 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38136 \begin_inset Text
38137
38138 \begin_layout Plain Layout
38139 \begin_inset Graphics
38140         filename ../../images/dialog-show-new-inset_graphics.png
38141         scale 70
38142         scaleBeforeRotation
38143
38144 \end_inset
38145
38146
38147 \end_layout
38148
38149 \end_inset
38150 </cell>
38151 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38152 \begin_inset Text
38153
38154 \begin_layout Plain Layout
38155 texte
38156 \end_layout
38157
38158 \end_inset
38159 </cell>
38160 </row>
38161 </lyxtabular>
38162
38163 \end_inset
38164
38165
38166 \end_layout
38167
38168 \begin_layout Standard
38169 \noindent
38170 \align center
38171 \begin_inset Tabular
38172 <lyxtabular version="3" rows="3" columns="2">
38173 <features rotate="0" tabularvalignment="middle">
38174 <column alignment="center" valignment="top">
38175 <column alignment="center" valignment="top">
38176 <row>
38177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38178 \begin_inset Text
38179
38180 \begin_layout Plain Layout
38181 texte
38182 \end_layout
38183
38184 \end_inset
38185 </cell>
38186 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38187 \begin_inset Text
38188
38189 \begin_layout Plain Layout
38190 texte
38191 \end_layout
38192
38193 \end_inset
38194 </cell>
38195 </row>
38196 <row>
38197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38198 \begin_inset Text
38199
38200 \begin_layout Plain Layout
38201 \begin_inset Graphics
38202         filename ../../images/dialog-show-new-inset_graphics.png
38203         scale 70
38204         scaleBeforeRotation
38205
38206 \end_inset
38207
38208
38209 \end_layout
38210
38211 \end_inset
38212 </cell>
38213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38214 \begin_inset Text
38215
38216 \begin_layout Plain Layout
38217 texte
38218 \end_layout
38219
38220 \end_inset
38221 </cell>
38222 </row>
38223 <row>
38224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38225 \begin_inset Text
38226
38227 \begin_layout Plain Layout
38228 texte
38229 \end_layout
38230
38231 \end_inset
38232 </cell>
38233 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38234 \begin_inset Text
38235
38236 \begin_layout Plain Layout
38237 texte
38238 \end_layout
38239
38240 \end_inset
38241 </cell>
38242 </row>
38243 </lyxtabular>
38244
38245 \end_inset
38246
38247  
38248 \begin_inset Tabular
38249 <lyxtabular version="3" rows="3" columns="3">
38250 <features rotate="0" tabularvalignment="middle">
38251 <column alignment="center" valignment="top">
38252 <column alignment="center" valignment="top">
38253 <column alignment="center" valignment="top">
38254 <row>
38255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38256 \begin_inset Text
38257
38258 \begin_layout Plain Layout
38259 texte
38260 \end_layout
38261
38262 \end_inset
38263 </cell>
38264 <cell alignment="center" valignment="top" topline="true" usebox="none">
38265 \begin_inset Text
38266
38267 \begin_layout Plain Layout
38268 texte
38269 \end_layout
38270
38271 \end_inset
38272 </cell>
38273 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38274 \begin_inset Text
38275
38276 \begin_layout Plain Layout
38277 texte
38278 \end_layout
38279
38280 \end_inset
38281 </cell>
38282 </row>
38283 <row>
38284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38285 \begin_inset Text
38286
38287 \begin_layout Plain Layout
38288 texte
38289 \end_layout
38290
38291 \end_inset
38292 </cell>
38293 <cell alignment="center" valignment="top" usebox="none">
38294 \begin_inset Text
38295
38296 \begin_layout Plain Layout
38297 \begin_inset Graphics
38298         filename ../../images/dialog-show-new-inset_graphics.png
38299         scale 70
38300         scaleBeforeRotation
38301
38302 \end_inset
38303
38304
38305 \end_layout
38306
38307 \end_inset
38308 </cell>
38309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38310 \begin_inset Text
38311
38312 \begin_layout Plain Layout
38313 texte
38314 \end_layout
38315
38316 \end_inset
38317 </cell>
38318 </row>
38319 <row>
38320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38321 \begin_inset Text
38322
38323 \begin_layout Plain Layout
38324 texte
38325 \end_layout
38326
38327 \end_inset
38328 </cell>
38329 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38330 \begin_inset Text
38331
38332 \begin_layout Plain Layout
38333 texte
38334 \end_layout
38335
38336 \end_inset
38337 </cell>
38338 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38339 \begin_inset Text
38340
38341 \begin_layout Plain Layout
38342 texte
38343 \end_layout
38344
38345 \end_inset
38346 </cell>
38347 </row>
38348 </lyxtabular>
38349
38350 \end_inset
38351
38352  
38353 \begin_inset Tabular
38354 <lyxtabular version="3" rows="3" columns="2">
38355 <features rotate="0" tabularvalignment="middle">
38356 <column alignment="center" valignment="top">
38357 <column alignment="center" valignment="top">
38358 <row>
38359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38360 \begin_inset Text
38361
38362 \begin_layout Plain Layout
38363 texte
38364 \end_layout
38365
38366 \end_inset
38367 </cell>
38368 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38369 \begin_inset Text
38370
38371 \begin_layout Plain Layout
38372 texte
38373 \end_layout
38374
38375 \end_inset
38376 </cell>
38377 </row>
38378 <row>
38379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38380 \begin_inset Text
38381
38382 \begin_layout Plain Layout
38383 texte
38384 \end_layout
38385
38386 \end_inset
38387 </cell>
38388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38389 \begin_inset Text
38390
38391 \begin_layout Plain Layout
38392 \begin_inset Graphics
38393         filename ../../images/dialog-show-new-inset_graphics.png
38394         scale 70
38395         scaleBeforeRotation
38396
38397 \end_inset
38398
38399
38400 \end_layout
38401
38402 \end_inset
38403 </cell>
38404 </row>
38405 <row>
38406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38407 \begin_inset Text
38408
38409 \begin_layout Plain Layout
38410 texte
38411 \end_layout
38412
38413 \end_inset
38414 </cell>
38415 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38416 \begin_inset Text
38417
38418 \begin_layout Plain Layout
38419 texte
38420 \end_layout
38421
38422 \end_inset
38423 </cell>
38424 </row>
38425 </lyxtabular>
38426
38427 \end_inset
38428
38429
38430 \end_layout
38431
38432 \begin_layout Standard
38433 vous pouvez utiliser la paquetage LaTeX 
38434 \end_layout
38435
38436 \begin_layout Standard
38437 \noindent
38438
38439 \series bold
38440 picinpar
38441 \series default
38442
38443 \begin_inset Index idx
38444 status collapsed
38445
38446 \begin_layout Plain Layout
38447 Paquetages LaTeX ! picinpar
38448 \end_layout
38449
38450 \end_inset
38451
38452 .
38453  Voici un exemple :
38454 \end_layout
38455
38456 \begin_layout Standard
38457 \begin_inset ERT
38458 status collapsed
38459
38460 \begin_layout Plain Layout
38461
38462
38463 \backslash
38464 ifpicinpar
38465 \end_layout
38466
38467 \end_inset
38468
38469
38470 \begin_inset Note Note
38471 status open
38472
38473 \begin_layout Plain Layout
38474 La section suivante ne sera affichée que si le paquetage LaTeX 
38475 \series bold
38476 picinpar
38477 \series default
38478  a été installé.
38479 \end_layout
38480
38481 \end_inset
38482
38483
38484 \end_layout
38485
38486 \begin_layout Standard
38487 \begin_inset ERT
38488 status collapsed
38489
38490 \begin_layout Plain Layout
38491
38492
38493 \backslash
38494 begin{window}[2,c,{
38495 \end_layout
38496
38497 \end_inset
38498
38499
38500 \begin_inset Graphics
38501         filename ../clipart/mobius.eps
38502         lyxscale 60
38503         width 40col%
38504         scaleBeforeRotation
38505         rotateOrigin center
38506
38507 \end_inset
38508
38509
38510 \begin_inset ERT
38511 status collapsed
38512
38513 \begin_layout Plain Layout
38514
38515 },]
38516 \end_layout
38517
38518 \begin_layout Plain Layout
38519
38520 {}
38521 \end_layout
38522
38523 \end_inset
38524
38525
38526 \size small
38527 \lang english
38528 It was in the spring of the year 1894 that all London was interested, and
38529  the fashionable world dismayed, by the murder of the Honourable Ronald
38530  Adair under most unusual and inexplicable circumstances.
38531  The public has already learned those particulars of the crime which
38532 \size default
38533
38534 \begin_inset ERT
38535 status collapsed
38536
38537 \begin_layout Plain Layout
38538
38539
38540 \backslash
38541 footnotemark{}
38542 \end_layout
38543
38544 \end_inset
38545
38546
38547 \size small
38548  came out in the police investigation, but a good deal was suppressed upon
38549  that occasion, since the case for the prosecution was so overwhelmingly
38550  strong that it was not necessary to bring forward all the facts.
38551  Only now, at the end of nearly ten years, am I allowed to supply those
38552  missing links which make up the whole of that remarkable chain
38553 \lang french
38554 .
38555 \size default
38556
38557 \begin_inset ERT
38558 status collapsed
38559
38560 \begin_layout Plain Layout
38561
38562
38563 \backslash
38564 end{window}
38565 \end_layout
38566
38567 \end_inset
38568
38569
38570 \end_layout
38571
38572 \begin_layout Standard
38573 \begin_inset ERT
38574 status collapsed
38575
38576 \begin_layout Plain Layout
38577
38578
38579 \backslash
38580 footnotetext{
38581 \end_layout
38582
38583 \end_inset
38584
38585 Note de pied de page du paragraphe avec objet fixe.
38586 \begin_inset ERT
38587 status collapsed
38588
38589 \begin_layout Plain Layout
38590
38591 }
38592 \end_layout
38593
38594 \end_inset
38595
38596
38597 \end_layout
38598
38599 \begin_layout Standard
38600 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
38601  d'eux et leur position est déterminée par le nombre de lignes de texte
38602  situées audessus d'eux.
38603  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
38604  numérotée.
38605 \end_layout
38606
38607 \begin_layout Standard
38608 Un objet fixe enrobé est inséré en ajoutant la commande
38609 \end_layout
38610
38611 \begin_layout Standard
38612
38613 \series bold
38614
38615 \backslash
38616 begin{window}[2,c,{
38617 \end_layout
38618
38619 \begin_layout Standard
38620 en code TeX au debut du paragraphe.
38621  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
38622  dessus de l'objet, le second, ici 'c', la position de l'objet.
38623  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
38624  ) sont possibles.
38625  Après la commande, vous insérez votre objet.
38626  Dans cet exemple, c'est une image avec une largeur de 40
38627 \begin_inset space \thinspace{}
38628 \end_inset
38629
38630 % de la colonne de texte qui a été insérée.
38631  L'objet peut aussi être un tableau, une boîte ou une équation.
38632  Après l'objet, on insère la commande
38633 \end_layout
38634
38635 \begin_layout Standard
38636
38637 \series bold
38638 },texte de description ]
38639 \begin_inset Newline newline
38640 \end_inset
38641
38642 {}
38643 \end_layout
38644
38645 \begin_layout Standard
38646 Notez que le 
38647 \begin_inset Quotes fld
38648 \end_inset
38649
38650
38651 \series bold
38652 {}
38653 \series default
38654
38655 \begin_inset Quotes frd
38656 \end_inset
38657
38658  est sur la deuxième ligne.
38659  Le texte de description est facultatif.
38660  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
38661  il doit donc commence juste après le 
38662 \series bold
38663 {}
38664 \series default
38665 .
38666  A la fin du paragraphe on insère la commande :
38667 \end_layout
38668
38669 \begin_layout Standard
38670
38671 \series bold
38672
38673 \backslash
38674 end{window}
38675 \end_layout
38676
38677 \begin_layout Standard
38678 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
38679  ajouter des notes de pied de page de la façon habituelle.
38680  Vous devez utiliser la commande 
38681 \series bold
38682
38683 \backslash
38684 footnotemark
38685 \series default
38686  à l'intérieur du paragraphe et la commande 
38687 \series bold
38688
38689 \backslash
38690 footnotetext
38691 \series default
38692  à l'extérieur, comme décrit dans la section
38693 \begin_inset space \thinspace{}
38694 \end_inset
38695
38696
38697 \begin_inset CommandInset ref
38698 LatexCommand ref
38699 reference "sec:Notes-bas-de-page"
38700
38701 \end_inset
38702
38703 .
38704 \end_layout
38705
38706 \begin_layout Standard
38707 \begin_inset ERT
38708 status collapsed
38709
38710 \begin_layout Plain Layout
38711
38712
38713 \backslash
38714 else
38715 \end_layout
38716
38717 \end_inset
38718
38719
38720 \begin_inset Note Note
38721 status open
38722
38723 \begin_layout Plain Layout
38724 Ce qui suit sera affiché si le paquetage LaTeX 
38725 \series bold
38726 picinpar
38727 \series default
38728  n'est pas installé :
38729 \end_layout
38730
38731 \end_inset
38732
38733
38734 \end_layout
38735
38736 \begin_layout Standard
38737 Vous devez installer le paquetage LaTeX 
38738 \series bold
38739 picinpar
38740 \series default
38741  pour voir la suite de cette section dans la sortie imprimée.
38742 \end_layout
38743
38744 \begin_layout Standard
38745 \begin_inset ERT
38746 status collapsed
38747
38748 \begin_layout Plain Layout
38749
38750
38751 \backslash
38752 fi
38753 \end_layout
38754
38755 \end_inset
38756
38757
38758 \end_layout
38759
38760 \begin_layout Section
38761 Lettrines
38762 \begin_inset Index idx
38763 status collapsed
38764
38765 \begin_layout Plain Layout
38766 Lettrines
38767 \end_layout
38768
38769 \end_inset
38770
38771
38772 \begin_inset Index idx
38773 status collapsed
38774
38775 \begin_layout Plain Layout
38776 Entouré par du texte ! Lettrines
38777 \end_layout
38778
38779 \end_inset
38780
38781
38782 \end_layout
38783
38784 \begin_layout Standard
38785 Pour utiliser des lettrines, le paquetage LaTeX 
38786 \series bold
38787 lettrine
38788 \series default
38789
38790 \begin_inset Index idx
38791 status collapsed
38792
38793 \begin_layout Plain Layout
38794 Paquetages LaTeX ! lettrine
38795 \end_layout
38796
38797 \end_inset
38798
38799  doit être installé et vous devez utiliser le module Initiales (
38800 \begin_inset space ~
38801 \end_inset
38802
38803 menu 
38804 \family sans
38805 Document\SpecialChar \menuseparator
38806 Paramètres\SpecialChar \menuseparator
38807 Modules
38808 \family default
38809
38810 \begin_inset space ~
38811 \end_inset
38812
38813 ).
38814  Pour insérer une lettrine, utilisez le style 
38815 \family sans
38816 Initial
38817 \family default
38818 .
38819  Les paramètres sont insérés avec le menu 
38820 \family sans
38821 Insertion
38822 \family default
38823 .
38824  Le paramètre obligatoire 
38825 \family sans
38826 \lang english
38827 Initial
38828 \family default
38829 \lang french
38830  contient la/les lettre(s) qui sert d'initiale, le paramètre 
38831 \family sans
38832 \lang english
38833 Rest
38834 \begin_inset space ~
38835 \end_inset
38836
38837 of
38838 \begin_inset space ~
38839 \end_inset
38840
38841 Initial
38842 \family default
38843  
38844 \lang french
38845 contient
38846 \lang english
38847  the rest of the word or text of the initial letter(s)
38848 \lang french
38849 .
38850  Le paramètre 
38851 \family sans
38852 \lang english
38853 Options
38854 \family default
38855 \lang french
38856  contient paramètres pour modifier la lettrine.
38857  Pour plus d'informations sur les paramètres possibles, voyez la documentation
38858  du paquetage 
38859 \series bold
38860 lettrine
38861 \series default
38862
38863 \begin_inset CommandInset citation
38864 LatexCommand cite
38865 key "lettrine"
38866
38867 \end_inset
38868
38869 .
38870  Le style lui-même contient le texte qui doit entourer la lettrine.
38871  Le style habituel est par conséquent que le mot dont la première lettre
38872  est l'initiale soit en 
38873 \shape smallcaps
38874 petites capitales
38875 \shape default
38876 .
38877 \end_layout
38878
38879 \begin_layout Standard
38880 \begin_inset Newpage pagebreak
38881 \end_inset
38882
38883
38884 \end_layout
38885
38886 \begin_layout Standard
38887 Voici quelques exemples
38888 \begin_inset space ~
38889 \end_inset
38890
38891 :
38892 \end_layout
38893
38894 \begin_layout Standard
38895 \begin_inset ERT
38896 status collapsed
38897
38898 \begin_layout Plain Layout
38899
38900
38901 \backslash
38902 iflettrine
38903 \end_layout
38904
38905 \end_inset
38906
38907
38908 \begin_inset Note Note
38909 status open
38910
38911 \begin_layout Plain Layout
38912 La section suivante ne sera affichée que si le paquetage LaTeX 
38913 \series bold
38914 lettrine
38915 \series default
38916  a été installé.
38917 \end_layout
38918
38919 \end_inset
38920
38921
38922 \end_layout
38923
38924 \begin_layout Enumerate
38925 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
38926  mathématique 
38927 \begin_inset Formula $\mathfrak{Fraktur}$
38928 \end_inset
38929
38930 :
38931 \end_layout
38932
38933 \begin_deeper
38934 \begin_layout Initial
38935 \begin_inset Argument 2
38936 status open
38937
38938 \begin_layout Plain Layout
38939 \begin_inset Formula $\mathfrak{I}$
38940 \end_inset
38941
38942
38943 \end_layout
38944
38945 \end_inset
38946
38947
38948 \begin_inset Argument 3
38949 status open
38950
38951 \begin_layout Plain Layout
38952 t
38953 \end_layout
38954
38955 \end_inset
38956
38957  
38958 \lang english
38959 was in the spring of the year 1894 that all London was interested, and the
38960  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38961  under most unusual and inexplicable circumstances.
38962  The public has already learned those particulars of the crime which came
38963  out in the police investigation, but a good deal was suppressed upon that
38964  occasion, since the case for the prosecution was so overwhelmingly strong
38965  that it was not necessary to bring forward all the facts.
38966 \end_layout
38967
38968 \end_deeper
38969 \begin_layout Enumerate
38970 L'initiale est entourée par une seule ligne et est formée de deux lettres
38971  dans la police standard ; aucun texte n'est écrit en petites capitales
38972 \begin_inset space ~
38973 \end_inset
38974
38975 :
38976 \end_layout
38977
38978 \begin_deeper
38979 \begin_layout Initial
38980 \begin_inset Argument 1
38981 status open
38982
38983 \begin_layout Plain Layout
38984 lines=1
38985 \end_layout
38986
38987 \end_inset
38988
38989
38990 \begin_inset Argument 2
38991 status open
38992
38993 \begin_layout Plain Layout
38994 It
38995 \end_layout
38996
38997 \end_inset
38998
38999  
39000 \lang english
39001 was in the spring of the year 1894 that all London was interested, and the
39002  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39003  under most unusual and inexplicable circumstances.
39004  The public has already learned those particulars of the crime which came
39005  out in the police investigation, but a good deal was suppressed upon that
39006  occasion, since the case for the prosecution was so overwhelmingly strong
39007  that it was not necessary to bring forward all the facts.
39008 \end_layout
39009
39010 \end_deeper
39011 \begin_layout Enumerate
39012 Initiale descendante sur 3
39013 \begin_inset space ~
39014 \end_inset
39015
39016 lignes en magenta en police mathématique
39017 \begin_inset Newline newline
39018 \end_inset
39019
39020
39021 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39022 \end_inset
39023
39024 , le texte 
39025 \begin_inset Quotes fld
39026 \end_inset
39027
39028
39029 \lang english
39030 t was in the spring
39031 \lang french
39032
39033 \begin_inset Quotes frd
39034 \end_inset
39035
39036  est en 
39037 \shape smallcaps
39038 petites capitales
39039 \shape default
39040  ; pour colorer la lettrine, il faut insérer la commande suivante juste
39041  avant l'initiale
39042 \begin_inset space ~
39043 \end_inset
39044
39045 :
39046 \begin_inset Newline newline
39047 \end_inset
39048
39049
39050 \series bold
39051
39052 \backslash
39053 renewcommand{
39054 \backslash
39055 LettrineFontHook}{
39056 \backslash
39057 color{couleur}}
39058 \series default
39059
39060 \begin_inset Newline newline
39061 \end_inset
39062
39063 où la 
39064 \emph on
39065 couleur
39066 \emph default
39067  peut être 
39068 \begin_inset Quotes fld
39069 \end_inset
39070
39071 red
39072 \begin_inset Quotes frd
39073 \end_inset
39074
39075
39076 \begin_inset Quotes fld
39077 \end_inset
39078
39079 blue
39080 \begin_inset Quotes frd
39081 \end_inset
39082
39083
39084 \begin_inset Quotes fld
39085 \end_inset
39086
39087 green
39088 \begin_inset Quotes frd
39089 \end_inset
39090
39091
39092 \begin_inset Quotes fld
39093 \end_inset
39094
39095 yellow
39096 \begin_inset Quotes frd
39097 \end_inset
39098
39099
39100 \begin_inset Quotes fld
39101 \end_inset
39102
39103 cyan
39104 \begin_inset Quotes frd
39105 \end_inset
39106
39107
39108 \begin_inset Quotes fld
39109 \end_inset
39110
39111 magenta
39112 \begin_inset Quotes frd
39113 \end_inset
39114
39115
39116 \begin_inset Quotes fld
39117 \end_inset
39118
39119 black
39120 \begin_inset Quotes frd
39121 \end_inset
39122
39123  ou 
39124 \begin_inset Quotes fld
39125 \end_inset
39126
39127 white
39128 \begin_inset Quotes frd
39129 \end_inset
39130
39131 .
39132  On doit aussi ajouter la commande suivante au préambule du document
39133 \begin_inset space ~
39134 \end_inset
39135
39136 :
39137 \begin_inset Newline newline
39138 \end_inset
39139
39140
39141 \series bold
39142
39143 \backslash
39144 @ifundefined{textcolor}
39145 \begin_inset Newline newline
39146 \end_inset
39147
39148
39149 \begin_inset space ~
39150 \end_inset
39151
39152 {
39153 \backslash
39154 usepackage{color}}{}
39155 \end_layout
39156
39157 \begin_deeper
39158 \begin_layout Standard
39159 \begin_inset ERT
39160 status collapsed
39161
39162 \begin_layout Plain Layout
39163
39164
39165 \backslash
39166 renewcommand{
39167 \backslash
39168 LettrineFontHook}{
39169 \backslash
39170 color{magenta}}
39171 \end_layout
39172
39173 \end_inset
39174
39175
39176 \begin_inset Note Note
39177 status collapsed
39178
39179 \begin_layout Plain Layout
39180 colore la lettrine en magenta
39181 \end_layout
39182
39183 \end_inset
39184
39185
39186 \end_layout
39187
39188 \begin_layout Initial
39189 \begin_inset Argument 1
39190 status open
39191
39192 \begin_layout Plain Layout
39193 lines=3, lhang=0.33, loversize=0.25
39194 \end_layout
39195
39196 \end_inset
39197
39198
39199 \begin_inset Argument 2
39200 status open
39201
39202 \begin_layout Plain Layout
39203 \begin_inset Formula $\mathcal{I}$
39204 \end_inset
39205
39206
39207 \end_layout
39208
39209 \end_inset
39210
39211
39212 \begin_inset Argument 3
39213 status open
39214
39215 \begin_layout Plain Layout
39216
39217 \lang english
39218 t was in the spring
39219 \end_layout
39220
39221 \end_inset
39222
39223
39224 \lang english
39225  of the year 1894 that all London was interested, and the fashionable world
39226  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39227  and inexplicable circumstances.
39228  The public has already learned those particulars of the crime which came
39229  out in the police investigation, but a good deal was suppressed upon that
39230  occasion, since the case for the prosecution was so overwhelmingly strong
39231  that it was not necessary to bring forward all the facts.
39232 \end_layout
39233
39234 \end_deeper
39235 \begin_layout Standard
39236 \begin_inset ERT
39237 status collapsed
39238
39239 \begin_layout Plain Layout
39240
39241
39242 \backslash
39243 else
39244 \end_layout
39245
39246 \end_inset
39247
39248
39249 \begin_inset Note Note
39250 status open
39251
39252 \begin_layout Plain Layout
39253 Ce qui suit sera affiché si le paquetage LaTeX 
39254 \series bold
39255 lettrine
39256 \series default
39257  n'est pas installé :
39258 \end_layout
39259
39260 \end_inset
39261
39262
39263 \end_layout
39264
39265 \begin_layout Standard
39266 Vous devez installer le paquetage LaTeX 
39267 \series bold
39268 lettrine
39269 \series default
39270  pour voir la suite de cette section dans la sortie imprimée.
39271 \end_layout
39272
39273 \begin_layout Standard
39274 \begin_inset ERT
39275 status collapsed
39276
39277 \begin_layout Plain Layout
39278
39279
39280 \backslash
39281 fi
39282 \end_layout
39283
39284 \end_inset
39285
39286
39287 \end_layout
39288
39289 \begin_layout Chapter
39290 Trucs externes
39291 \begin_inset Index idx
39292 status collapsed
39293
39294 \begin_layout Plain Layout
39295 Trucs externes
39296 \end_layout
39297
39298 \end_inset
39299
39300
39301 \end_layout
39302
39303 \begin_layout Standard
39304 Avec le menu 
39305 \family sans
39306 Insertion\SpecialChar \menuseparator
39307 Fichier
39308 \family default
39309  vous pouvez insérer un contenu externe à votre document.
39310  Ce contenu peut être :
39311 \end_layout
39312
39313 \begin_layout Description
39314 Document
39315 \begin_inset space ~
39316 \end_inset
39317
39318 LyX Un autre document LyX ; son contenu est directement inséré dans votre
39319  document.
39320 \end_layout
39321
39322 \begin_layout Description
39323 Texte
39324 \begin_inset space ~
39325 \end_inset
39326
39327 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
39328 e.
39329 \end_layout
39330
39331 \begin_layout Description
39332 Texte
39333 \begin_inset space ~
39334 \end_inset
39335
39336 Brut
39337 \begin_inset space ~
39338 \end_inset
39339
39340 par
39341 \begin_inset space ~
39342 \end_inset
39343
39344 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
39345  Les lignes vides créent un nouveau paragraphe dans votre document.
39346 \end_layout
39347
39348 \begin_layout Description
39349 Objet
39350 \begin_inset space ~
39351 \end_inset
39352
39353 Externe Fichiers de formats variés.
39354 \end_layout
39355
39356 \begin_layout Description
39357 Sous-document Documents LyX ou LaTeX.
39358 \end_layout
39359
39360 \begin_layout Section
39361 Objets externes 
39362 \begin_inset Index idx
39363 status collapsed
39364
39365 \begin_layout Plain Layout
39366 Trucs externes ! Objets Externes
39367 \end_layout
39368
39369 \end_inset
39370
39371
39372 \end_layout
39373
39374 \begin_layout Standard
39375 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
39376  de fichiers dans votre document sans avoir à convertir ces derniers en
39377  un format qui soit compatible avec le format de sortie, puisque c'est LyX
39378  qui va s'occuper des conversions.
39379  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
39380  LyX des images dans des formats divers.
39381  Quand vous avez activé 
39382 \family sans
39383 Aperçu
39384 \begin_inset space ~
39385 \end_inset
39386
39387 sur
39388 \begin_inset space ~
39389 \end_inset
39390
39391 le
39392 \begin_inset space ~
39393 \end_inset
39394
39395 vif
39396 \family default
39397  dans le menu des préférences de LyX, dans la rubrique 
39398 \family sans
39399 Apparence\SpecialChar \menuseparator
39400 Graphiques
39401 \family default
39402 , les objets externes de type Dia et Xfig sont affichés directement dans
39403  LyX.
39404 \end_layout
39405
39406 \begin_layout Standard
39407 On insère des objets externes en utilisant la fenêtre de dialogue 
39408 \family sans
39409 Objet
39410 \begin_inset space ~
39411 \end_inset
39412
39413 Externe
39414 \family default
39415  qui est accessible via le menu 
39416 \family sans
39417 Insertion\SpecialChar \menuseparator
39418 Fichiers\SpecialChar \menuseparator
39419 Objet
39420 \begin_inset space ~
39421 \end_inset
39422
39423 Externe
39424 \family default
39425 .
39426  Actuellement les types de fichiers (
39427 \family sans
39428 Modèles
39429 \family default
39430 ) suivants sont autorisés :
39431 \end_layout
39432
39433 \begin_layout Description
39434 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
39435  par le programme 
39436 \series bold
39437
39438 \begin_inset CommandInset href
39439 LatexCommand href
39440 name "XBoard"
39441 target "http://fr.wikipedia.org/wiki/XBoard"
39442
39443 \end_inset
39444
39445
39446 \series default
39447 .
39448 \end_layout
39449
39450 \begin_layout Description
39451 Date Ce modèle insère la date sous la forme 
39452 \emph on
39453 Jour-Mois-Année
39454 \emph default
39455 .
39456  Voici un exemple de date insérée comme objet externe :: 
39457 \begin_inset External
39458         template Date
39459         filename .
39460
39461 \end_inset
39462
39463
39464 \begin_inset space ~
39465 \end_inset
39466
39467
39468 \begin_inset Note Note
39469 status collapsed
39470
39471 \begin_layout Plain Layout
39472 Retirer l'espace protégé quand le bug 4398 sera résolu !
39473 \end_layout
39474
39475 \end_inset
39476
39477
39478 \begin_inset Newline newline
39479 \end_inset
39480
39481 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
39482  Il y a deux autre méthodes pour insérer une date : Avec le menu 
39483 \family sans
39484 Insertion\SpecialChar \menuseparator
39485 Date
39486 \family default
39487  et avec la commande LaTeX 
39488 \series bold
39489
39490 \backslash
39491 today
39492 \series default
39493  entrée comme code TeX.
39494  Ces différentes méthodes sont comparée dans le tableau
39495 \begin_inset space ~
39496 \end_inset
39497
39498
39499 \begin_inset CommandInset ref
39500 LatexCommand ref
39501 reference "tab:Comparaison-des-dates"
39502
39503 \end_inset
39504
39505 .
39506 \end_layout
39507
39508 \begin_layout Description
39509 Dia Ce modèle accepte les diagrammes créés avec le programme 
39510 \series bold
39511
39512 \begin_inset CommandInset href
39513 LatexCommand href
39514 name "Dia"
39515 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
39516
39517 \end_inset
39518
39519
39520 \series default
39521 .
39522 \end_layout
39523
39524 \begin_layout Description
39525 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
39526  ou des tableaux dans le format de 
39527 \series bold
39528
39529 \begin_inset CommandInset href
39530 LatexCommand href
39531 name "Gnumeric"
39532 target "http://fr.wikipedia.org/wiki/Gnumeric"
39533
39534 \end_inset
39535
39536
39537 \series default
39538
39539 \begin_inset CommandInset href
39540 LatexCommand href
39541 name "OpenDocument"
39542 target "http://fr.wikipedia.org/wiki/OpenDocument"
39543
39544 \end_inset
39545
39546
39547 \begin_inset CommandInset href
39548 LatexCommand href
39549 name "Microsoft Office XML"
39550 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39551
39552 \end_inset
39553
39554  et 
39555 \begin_inset CommandInset href
39556 LatexCommand href
39557 name "Office Open XML"
39558 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
39559
39560 \end_inset
39561
39562 .
39563  Pour cette fonction, LyX doit pouvoir trouver le programme 
39564 \family typewriter
39565 ssconvert
39566 \family default
39567  au cours de sa configuration.
39568  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
39569  même si vous n'avez pas de tableaux au format gnumeric.
39570  Pour des exemples et les limitations possibles, jetez un œil au fichier
39571  LyX d'exemple, 
39572 \emph on
39573 spreadsheet.lyx
39574 \emph default
39575 .
39576 \end_layout
39577
39578 \begin_layout Description
39579 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
39580  par le programme 
39581 \series bold
39582
39583 \begin_inset CommandInset href
39584 LatexCommand href
39585 name "LilyPond"
39586 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
39587
39588 \end_inset
39589
39590
39591 \series default
39592 .
39593  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
39594  au fichier LyX d'exemple 
39595 \emph on
39596 lilypond.lyx
39597 \emph default
39598 .
39599 \end_layout
39600
39601 \begin_layout Description
39602 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
39603  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
39604  
39605 \emph on
39606 pages
39607 \emph default
39608  dans le champ 
39609 \family sans
39610 Option
39611 \family default
39612  dans l'onglet 
39613 \family sans
39614 Options LaTeX et LyX
39615 \family default
39616 .
39617  L'argument de cette option est une liste d'éléments séparés par des virgules,
39618  contenant des numéros de pages (
39619 \begin_inset space ~
39620 \end_inset
39621
39622 insérez comme option 
39623 \series bold
39624 pages={3,5,6,8}
39625 \series default
39626
39627 \begin_inset space ~
39628 \end_inset
39629
39630 ), des plages de numéros de pages (
39631 \series bold
39632
39633 \begin_inset space ~
39634 \end_inset
39635
39636 pages={4-9}
39637 \series default
39638
39639 \begin_inset space ~
39640 \end_inset
39641
39642 ) ou n'importe quelle combinaison des deux.
39643  Pour insérer des pages vides, utilisez 
39644 \series bold
39645 {}
39646 \series default
39647 .
39648  Par exemple 
39649 \begin_inset space ~
39650 \end_inset
39651
39652
39653 \series bold
39654 pages={3,{},8-11,15}
39655 \series default
39656  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
39657  15.
39658  Les plages de pages sont décrites avec la syntaxe 
39659 \emph on
39660 début-fin
39661 \emph default
39662  qui sélectionne toutes les pages de 
39663 \emph on
39664 début
39665 \emph default
39666  jusqu'à 
39667 \emph on
39668 fin
39669 \emph default
39670 .
39671  Si on omet 
39672 \emph on
39673 début
39674 \emph default
39675 , on commence implicitement à la première page ; de même, omettre 
39676 \emph on
39677 fin
39678 \emph default
39679  termine implicitement à la dernière page du document.
39680  La dernière page du document peut aussi être désignée par le mot-clé 
39681 \series bold
39682 last
39683 \series default
39684  (
39685 \begin_inset space ~
39686 \end_inset
39687
39688 ce dernier n'est accepté que pour une plage de pages
39689 \begin_inset space ~
39690 \end_inset
39691
39692 ).
39693  Donc 
39694 \series bold
39695 pages=-
39696 \series default
39697  va insérer toutes les pages du document et 
39698 \series bold
39699 pages=last-1
39700 \series default
39701  va insérer toutes les pages dans l'ordre inverse.
39702  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
39703 \begin_inset Newline newline
39704 \end_inset
39705
39706 L'option 
39707 \series bold
39708 noautoscale
39709 \series default
39710  insère les pages avec leur taille d'origine, si cette option n'est pas
39711  donnée, les pages seront redimensionnées
39712 \begin_inset space \space{}
39713 \end_inset
39714
39715 pour tenir dans la largeur de page de votre document.
39716  Dans l'onglet 
39717 \family sans
39718 Taille
39719 \begin_inset space ~
39720 \end_inset
39721
39722 et
39723 \begin_inset space ~
39724 \end_inset
39725
39726 rotation
39727 \family default
39728  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
39729  qu'une éventuelle rotation.
39730  Si vous utilisez une autre largeur que 100
39731 \begin_inset space \thinspace{}
39732 \end_inset
39733
39734 Échelle%, l'option 
39735 \series bold
39736 noautoscale
39737 \series default
39738  sera neutralisée.
39739  Pour plus d'information sur les options possibles, jetez un œil sur la
39740  documentation du paquetage LaTeX 
39741 \series bold
39742 pdfpages
39743 \series default
39744  
39745 \begin_inset CommandInset citation
39746 LatexCommand cite
39747 key "pdfpages"
39748
39749 \end_inset
39750
39751 .
39752 \begin_inset Index idx
39753 status collapsed
39754
39755 \begin_layout Plain Layout
39756 Paquetages LaTeX ! pdfpages
39757 \end_layout
39758
39759 \end_inset
39760
39761
39762 \begin_inset Newline newline
39763 \end_inset
39764
39765 Pour utiliser ce modèle dans une présentation 
39766 \family sans
39767 Beamer
39768 \family default
39769  vous devez d'abord insérer un environnement 
39770 \family sans
39771 FinCadre
39772 \family default
39773  et dans la suite, dans un paragraphe, une boîte de code TeX contenant la
39774  commande 
39775 \series bold
39776
39777 \backslash
39778 setbeamertemplate{background canvas}{}
39779 \series default
39780 .
39781  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
39782  que vous voulez.
39783  Après les pages PDF incorporées, vous pouvez reprendre la présentation
39784  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
39785  section.
39786  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
39787  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
39788  le modèle.
39789 \begin_inset Newline newline
39790 \end_inset
39791
39792 Voici un PDF incorporé basculé de -5°
39793 \begin_inset space ~
39794 \end_inset
39795
39796 °: 
39797 \begin_inset External
39798         template PDFPages
39799         filename ../clipart/Abstract.pdf
39800         extra LaTeX "noautoscale, pages=-"
39801         rotateAngle -5
39802         rotateOrigin bottomleft
39803
39804 \end_inset
39805
39806
39807 \end_layout
39808
39809 \begin_layout Description
39810 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
39811  Les images peuvent être traitées dans la fenêtre de dialogue 
39812 \family sans
39813 Objet
39814 \begin_inset space ~
39815 \end_inset
39816
39817 Externe
39818 \family default
39819  comme les images qui sont habituellement incorporées en utilisant le menu
39820  
39821 \family sans
39822 Insertion\SpecialChar \menuseparator
39823 Graphique
39824 \family default
39825 , comme c'est décrit dans la section
39826 \begin_inset space ~
39827 \end_inset
39828
39829
39830 \begin_inset CommandInset ref
39831 LatexCommand ref
39832 reference "sec:Graphics-Dialog"
39833
39834 \end_inset
39835
39836 .
39837  La différence avec l'insertion normale d'image est que seules les images
39838  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
39839  ne sont pas acceptées.
39840  Voici un exemple d'insertion d'image matricielle
39841 \begin_inset space ~
39842 \end_inset
39843
39844
39845 \begin_inset External
39846         template RasterImage
39847         filename ../clipart/ToolbarEnvBox.png
39848
39849 \end_inset
39850
39851
39852 \end_layout
39853
39854 \begin_layout Description
39855 XFig Ce modèle accepte les images créées avec le programme 
39856 \series bold
39857
39858 \begin_inset CommandInset href
39859 LatexCommand href
39860 name "Xfig"
39861 target "http://fr.wikipedia.org/wiki/Xfig"
39862
39863 \end_inset
39864
39865
39866 \series default
39867 .
39868 \end_layout
39869
39870 \begin_layout Standard
39871 \begin_inset Float table
39872 placement !h
39873 wide false
39874 sideways false
39875 status open
39876
39877 \begin_layout Plain Layout
39878 \begin_inset Caption Standard
39879
39880 \begin_layout Plain Layout
39881 \begin_inset CommandInset label
39882 LatexCommand label
39883 name "tab:Comparaison-des-dates"
39884
39885 \end_inset
39886
39887 Comparaison des méthodes d'insertion de la date.
39888 \end_layout
39889
39890 \end_inset
39891
39892
39893 \end_layout
39894
39895 \begin_layout Plain Layout
39896 \align center
39897 \begin_inset Tabular
39898 <lyxtabular version="3" rows="4" columns="4">
39899 <features rotate="0" tabularvalignment="middle">
39900 <column alignment="center" valignment="top">
39901 <column alignment="center" valignment="top">
39902 <column alignment="center" valignment="top">
39903 <column alignment="center" valignment="top">
39904 <row>
39905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39906 \begin_inset Text
39907
39908 \begin_layout Plain Layout
39909 Format du document
39910 \end_layout
39911
39912 \end_inset
39913 </cell>
39914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39915 \begin_inset Text
39916
39917 \begin_layout Plain Layout
39918
39919 \family sans
39920 Objet
39921 \begin_inset space ~
39922 \end_inset
39923
39924 Externe\SpecialChar \menuseparator
39925 Date
39926 \end_layout
39927
39928 \end_inset
39929 </cell>
39930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39931 \begin_inset Text
39932
39933 \begin_layout Plain Layout
39934
39935 \family sans
39936 Insertion\SpecialChar \menuseparator
39937 Date
39938 \end_layout
39939
39940 \end_inset
39941 </cell>
39942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39943 \begin_inset Text
39944
39945 \begin_layout Plain Layout
39946 commande 
39947 \series bold
39948
39949 \backslash
39950 today
39951 \end_layout
39952
39953 \end_inset
39954 </cell>
39955 </row>
39956 <row>
39957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39958 \begin_inset Text
39959
39960 \begin_layout Plain Layout
39961 LyX
39962 \end_layout
39963
39964 \end_inset
39965 </cell>
39966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39967 \begin_inset Text
39968
39969 \begin_layout Plain Layout
39970 comme boîte d'insert
39971 \end_layout
39972
39973 \end_inset
39974 </cell>
39975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39976 \begin_inset Text
39977
39978 \begin_layout Plain Layout
39979 comme date
39980 \end_layout
39981
39982 \end_inset
39983 </cell>
39984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39985 \begin_inset Text
39986
39987 \begin_layout Plain Layout
39988 comme boîte de code TeX
39989 \end_layout
39990
39991 \end_inset
39992 </cell>
39993 </row>
39994 <row>
39995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39996 \begin_inset Text
39997
39998 \begin_layout Plain Layout
39999 LaTeX
40000 \end_layout
40001
40002 \end_inset
40003 </cell>
40004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40005 \begin_inset Text
40006
40007 \begin_layout Plain Layout
40008 comme date
40009 \end_layout
40010
40011 \end_inset
40012 </cell>
40013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40014 \begin_inset Text
40015
40016 \begin_layout Plain Layout
40017 comme date
40018 \end_layout
40019
40020 \end_inset
40021 </cell>
40022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40023 \begin_inset Text
40024
40025 \begin_layout Plain Layout
40026 comme commande
40027 \end_layout
40028
40029 \end_inset
40030 </cell>
40031 </row>
40032 <row>
40033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40034 \begin_inset Text
40035
40036 \begin_layout Plain Layout
40037 DVI, PDF, PS
40038 \end_layout
40039
40040 \end_inset
40041 </cell>
40042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40043 \begin_inset Text
40044
40045 \begin_layout Plain Layout
40046 comme date
40047 \end_layout
40048
40049 \end_inset
40050 </cell>
40051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40052 \begin_inset Text
40053
40054 \begin_layout Plain Layout
40055 comme date
40056 \end_layout
40057
40058 \end_inset
40059 </cell>
40060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40061 \begin_inset Text
40062
40063 \begin_layout Plain Layout
40064 comme date date
40065 \end_layout
40066
40067 \end_inset
40068 </cell>
40069 </row>
40070 </lyxtabular>
40071
40072 \end_inset
40073
40074
40075 \end_layout
40076
40077 \end_inset
40078
40079
40080 \end_layout
40081
40082 \begin_layout Standard
40083 Quand vous activez l'option 
40084 \family sans
40085 Brouillon
40086 \family default
40087  de l'onglet 
40088 \family sans
40089 Fichier
40090 \family default
40091  de la fenêtre de dialogue 
40092 \family sans
40093 Objet
40094 \begin_inset space ~
40095 \end_inset
40096
40097 Externe
40098 \family default
40099 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
40100 \begin_inset Newline newline
40101 \end_inset
40102
40103 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
40104  : 
40105 \begin_inset Graphics
40106         filename ../clipart/ExternalMaterialQt4.png
40107         scale 85
40108         scaleBeforeRotation
40109
40110 \end_inset
40111
40112  soit comme une image, selon que vous avez ou non activé l'option 
40113 \family sans
40114 Afficher
40115 \begin_inset space ~
40116 \end_inset
40117
40118 dans
40119 \begin_inset space ~
40120 \end_inset
40121
40122 LyX
40123 \family default
40124  de l'onglet 
40125 \family sans
40126 Options LaTeX et LyX
40127 \family default
40128  de la fenêtre de dialogue.
40129 \end_layout
40130
40131 \begin_layout Standard
40132 Le manuel 
40133 \family sans
40134 \emph on
40135 Personnalisation
40136 \family default
40137 \emph default
40138  explique comment vous pouvez créer vos propres modèles.
40139 \end_layout
40140
40141 \begin_layout Section
40142 Sous-documents
40143 \begin_inset CommandInset label
40144 LatexCommand label
40145 name "sec:Sous-documents"
40146
40147 \end_inset
40148
40149
40150 \begin_inset Index idx
40151 status collapsed
40152
40153 \begin_layout Plain Layout
40154 Trucs externes ! Sous-documents
40155 \end_layout
40156
40157 \end_inset
40158
40159
40160 \begin_inset Index idx
40161 status collapsed
40162
40163 \begin_layout Plain Layout
40164 Fichiers ! Insertion
40165 \end_layout
40166
40167 \end_inset
40168
40169
40170 \end_layout
40171
40172 \begin_layout Standard
40173 Les sous-documents sont utilisés quand on a un document très long qui peut
40174  être décomposé en plusieurs parties ou sections plus petites.
40175  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
40176  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
40177  Les différents documents sont ce que l'on appelle les sous-documents et
40178  un document maître les relie pour imprimer le document complet ou seulement
40179  une partie de celui-ci.
40180  Un sous-document hérite du contenu de son maître, par exemple le préambule
40181  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
40182 \end_layout
40183
40184 \begin_layout Standard
40185 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
40186  maître, précisez dans le sous-document le document maître dans le menu
40187  
40188 \family sans
40189 Document\SpecialChar \menuseparator
40190 Paramètres\SpecialChar \menuseparator
40191 Classe de document
40192 \family default
40193 .
40194  Ce document maître sera par la suite utilisé de façon cachée par LyX à
40195  chaque fois que vous modifierez le sous-document.
40196 \end_layout
40197
40198 \begin_layout Standard
40199 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
40200  comme celle-ci : 
40201 \begin_inset Graphics
40202         filename clipart/ChildDocumentQt4.png
40203         lyxscale 70
40204         scale 60
40205         scaleBeforeRotation
40206
40207 \end_inset
40208
40209  Pour inclure des sous-documents dans un document maître , on utilise le
40210  menu 
40211 \family sans
40212 Insertion\SpecialChar \menuseparator
40213 Fichier\SpecialChar \menuseparator
40214 Sous-document
40215 \family default
40216 .
40217  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
40218  des quatre méthodes d'inclusion :
40219 \end_layout
40220
40221 \begin_layout Description
40222 Inclus
40223 \begin_inset space ~
40224 \end_inset
40225
40226 (include) Vous pouvez inclure des documents LyX et LaTeX.
40227  Quand vous cliquez sur le bouton 
40228 \family sans
40229 Modifier
40230 \family default
40231  dans la fenêtre de dialogue 
40232 \family sans
40233 Sous-document
40234 \family default
40235 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
40236  vous puissiez le modifier.
40237 \begin_inset Newline newline
40238 \end_inset
40239
40240
40241 \end_layout
40242
40243 \begin_layout Standard
40244 Voici un sous-document inséré avec la méthode 
40245 \family sans
40246 Inclus
40247 \family default
40248  : 
40249 \begin_inset CommandInset include
40250 LatexCommand include
40251 filename "DocumentBidon1.lyx"
40252
40253 \end_inset
40254
40255
40256 \end_layout
40257
40258 \begin_layout Standard
40259 La numérotation des sections va prendre en compte les sections des fichiers
40260  incorporés dans l'ordre où ils sont insérés dans le document maître.
40261  Le document qui est inclus comme exemple possède une sous-section qui sera
40262  numérotée comme sous-section de la section actuelle.
40263  Les étiquettes présentes dans le fichier inclus peuvent être référencées
40264  : la sous-section
40265 \begin_inset space ~
40266 \end_inset
40267
40268
40269 \begin_inset CommandInset ref
40270 LatexCommand ref
40271 reference "sub:Sous-section-externe-1"
40272
40273 \end_inset
40274
40275  est dans le fichier inclus.
40276 \end_layout
40277
40278 \begin_layout Standard
40279 Le préambule du sous-document est tout simplement ignoré, seul le préambule
40280  du document maître est utilisé.
40281  Les branches présentes dans le sous-document seront ignorées par le document
40282  maître si celui-ci ne possède pas une branche avec le même nom.
40283  Les documents inclus sont insérés en commençant une nouvelle page et sont
40284  suivis par un saut de page.
40285 \end_layout
40286
40287 \begin_layout Standard
40288 \begin_inset Note Greyedout
40289 status open
40290
40291 \begin_layout Plain Layout
40292
40293 \series bold
40294 Note:
40295 \series default
40296  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
40297  une classe de document différente de celle du document maître, vous recevez
40298  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
40299  que cela peut produire des résultats inattendus sur la sortie imprimée.
40300 \end_layout
40301
40302 \end_inset
40303
40304
40305 \end_layout
40306
40307 \begin_layout Description
40308 Incorporé
40309 \begin_inset space ~
40310 \end_inset
40311
40312 (input) Cette méthode est très semblable à la méthode Inclus, les différences
40313  sont :
40314 \end_layout
40315
40316 \begin_deeper
40317 \begin_layout Itemize
40318 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
40319  par un saut de page.
40320 \end_layout
40321
40322 \begin_layout Itemize
40323 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
40324  
40325 \family sans
40326 Aperçu
40327 \begin_inset space ~
40328 \end_inset
40329
40330 sur
40331 \begin_inset space ~
40332 \end_inset
40333
40334 le
40335 \begin_inset space ~
40336 \end_inset
40337
40338 vif
40339 \family default
40340  est activée dans les préférences dans la rubrique 
40341 \family sans
40342 Apparence\SpecialChar \menuseparator
40343 Graphique
40344 \family default
40345 .
40346 \end_layout
40347
40348 \begin_layout Itemize
40349 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
40350 \family sans
40351 Document\SpecialChar \menuseparator
40352 Paramètres\SpecialChar \menuseparator
40353 Sous-documents
40354 \family default
40355 .
40356 \end_layout
40357
40358 \end_deeper
40359 \begin_layout Standard
40360 Voici un sous document inséré en utilisant la méthode 
40361 \family sans
40362 Incorporé
40363 \family default
40364  : 
40365 \begin_inset CommandInset include
40366 LatexCommand input
40367 preview true
40368 filename "DocumentBidon2.lyx"
40369
40370 \end_inset
40371
40372
40373 \end_layout
40374
40375 \begin_layout Standard
40376 Voici un sous-document
40377 \emph on
40378 input
40379 \emph default
40380  comme LaTeX source:
40381 \end_layout
40382
40383 \begin_layout Quote
40384 \begin_inset CommandInset include
40385 LatexCommand input
40386 filename "DocumentTexteBidon.txt"
40387
40388 \end_inset
40389
40390
40391 \end_layout
40392
40393 \begin_layout Description
40394 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
40395  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
40396  sous forme de code source et aucune des commandes éventuellement présentes
40397  ne sera exécutée.
40398  Vous pouvez utiliser l'option 
40399 \family sans
40400 Marquer
40401 \begin_inset space ~
40402 \end_inset
40403
40404 les
40405 \begin_inset space ~
40406 \end_inset
40407
40408 espaces
40409 \family default
40410  qui matérialise chaque espace présente dans le code source par un caractère
40411  
40412 \begin_inset Quotes fld
40413 \end_inset
40414
40415
40416 \begin_inset ERT
40417 status collapsed
40418
40419 \begin_layout Plain Layout
40420
40421
40422 \backslash
40423 textvisiblespace 
40424 \end_layout
40425
40426 \end_inset
40427
40428
40429 \begin_inset Quotes frd
40430 \end_inset
40431
40432  .
40433  La différence avec la méthode qui consiste à utiliser le menu 
40434 \family sans
40435 Insertion\SpecialChar \menuseparator
40436 Fichier\SpecialChar \menuseparator
40437 Texte
40438 \begin_inset space ~
40439 \end_inset
40440
40441 brut
40442 \family default
40443  est que le contenu du document n'apparaît pas dans LyX.
40444 \end_layout
40445
40446 \begin_layout Standard
40447 Voici un sous-document inclus en utilisant la méthode 
40448 \family sans
40449 verbatim
40450 \family default
40451  : 
40452 \begin_inset CommandInset include
40453 LatexCommand verbatiminput
40454 filename "DocumentTexteBidon.txt"
40455
40456 \end_inset
40457
40458
40459 \begin_inset VSpace bigskip
40460 \end_inset
40461
40462 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
40463  l'option 
40464 \family sans
40465 Marquer
40466 \begin_inset space ~
40467 \end_inset
40468
40469 les
40470 \begin_inset space ~
40471 \end_inset
40472
40473 espaces :
40474 \family default
40475  
40476 \begin_inset CommandInset include
40477 LatexCommand verbatiminput*
40478 filename "DocumentTexteBidon.txt"
40479
40480 \end_inset
40481
40482
40483 \end_layout
40484
40485 \begin_layout Standard
40486 \begin_inset VSpace bigskip
40487 \end_inset
40488
40489
40490 \end_layout
40491
40492 \begin_layout Standard
40493 \begin_inset Note Greyedout
40494 status open
40495
40496 \begin_layout Plain Layout
40497
40498 \series bold
40499 Note:
40500 \series default
40501  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
40502  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
40503 \end_layout
40504
40505 \end_inset
40506
40507
40508 \end_layout
40509
40510 \begin_layout Description
40511 Listings Ce type d'inclusion est décrit dans le chapitre
40512 \begin_inset space ~
40513 \end_inset
40514
40515
40516 \begin_inset CommandInset ref
40517 LatexCommand ref
40518 reference "cha:Program-Code-Listings"
40519
40520 \end_inset
40521
40522 .
40523 \end_layout
40524
40525 \begin_layout Standard
40526 \begin_inset Note Greyedout
40527 status open
40528
40529 \begin_layout Plain Layout
40530
40531 \series bold
40532 Note:
40533 \series default
40534  Inclure le même document deux fois dans un même document peut poser des
40535  problèmes avec LaTeX.
40536 \end_layout
40537
40538 \end_inset
40539
40540
40541 \end_layout
40542
40543 \begin_layout Standard
40544 Si vous ne voulez visualiser ou exporter que certains des sous-documents
40545  de votre document maître, que ce soit pour diminuer les temps de compilation
40546  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
40547  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
40548  la sortie en utilisant le menu 
40549 \family sans
40550 Document\SpecialChar \menuseparator
40551 Paramètres\SpecialChar \menuseparator
40552 Sous-documents
40553 \family default
40554 .
40555  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
40556  sur la ligne correspondant dans la colonne 
40557 \family sans
40558 Inclus dans le résultat
40559 \family default
40560  de la liste (
40561 \begin_inset space ~
40562 \end_inset
40563
40564 notez que cela ne fonctionne que pour les documents inclus avec la méthode
40565  
40566 \begin_inset Quotes fld
40567 \end_inset
40568
40569 inclus
40570 \begin_inset Quotes frd
40571 \end_inset
40572
40573  et pas la méthode 
40574 \begin_inset Quotes fld
40575 \end_inset
40576
40577 incorporé
40578 \begin_inset Quotes frd
40579 \end_inset
40580
40581
40582 \begin_inset space ~
40583 \end_inset
40584
40585 ).
40586  Si on active l'option 
40587 \family sans
40588 Assurer la cohérence des compteurs et des références
40589 \family default
40590 , LyX va s'assurer que tous les numéros de pages, références etc...
40591  sont corrects comme si tous le document avait été traité.
40592  C'est utile si vous voulez que les sous-documents choisis aient exactement
40593  le même aspect que s'il étaient dans le document complet.
40594  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
40595  la totalité du document.
40596  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
40597  les compteurs et autres références n'ont pas à être à tout prix valides,
40598  vous devez impérativement désactiver cette option.
40599  
40600 \end_layout
40601
40602 \begin_layout Standard
40603 Une autre solution consiste à inclure chaque fichier dans une branche
40604 \begin_inset Foot
40605 status collapsed
40606
40607 \begin_layout Plain Layout
40608 Les branches sont décrites dans la section 
40609 \emph on
40610 Branches
40611 \emph default
40612  du 
40613 \emph on
40614 Guide de l'utilisateur
40615 \emph default
40616  de LyX.
40617 \end_layout
40618
40619 \end_inset
40620
40621 .
40622  En activant ou désactivant une branche, vous pouvez décider les fichiers
40623  inclus qui doivent apparaître dans la sortie imprimée.
40624  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
40625  
40626 \begin_inset Quotes fld
40627 \end_inset
40628
40629 incorporés
40630 \begin_inset Quotes frd
40631 \end_inset
40632
40633 .
40634  Le défaut est que les compteurs et autres références ne sont pas conservés
40635  avec cette approche.
40636 \end_layout
40637
40638 \begin_layout Chapter
40639 Listings de code source
40640 \begin_inset CommandInset label
40641 LatexCommand label
40642 name "cha:Program-Code-Listings"
40643
40644 \end_inset
40645
40646
40647 \begin_inset Index idx
40648 status collapsed
40649
40650 \begin_layout Plain Layout
40651 Listings
40652 \end_layout
40653
40654 \end_inset
40655
40656
40657 \begin_inset Index idx
40658 status collapsed
40659
40660 \begin_layout Plain Layout
40661 Code Source
40662 \end_layout
40663
40664 \end_inset
40665
40666
40667 \begin_inset Index idx
40668 status collapsed
40669
40670 \begin_layout Plain Layout
40671 Flottants ! Listings
40672 \end_layout
40673
40674 \end_inset
40675
40676
40677 \end_layout
40678
40679 \begin_layout Standard
40680 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
40681  un insert 
40682 \family sans
40683 Listings
40684 \family default
40685  qui peut être créé grâce au menu 
40686 \family sans
40687 Insertion
40688 \family default
40689 \SpecialChar \menuseparator
40690
40691 \family sans
40692 Listing
40693 \begin_inset space ~
40694 \end_inset
40695
40696 de
40697 \begin_inset space ~
40698 \end_inset
40699
40700 Code
40701 \begin_inset space ~
40702 \end_inset
40703
40704 Source
40705 \family default
40706 .
40707  Le paquetage LaTeX 
40708 \series bold
40709 listings
40710 \series default
40711
40712 \begin_inset Index idx
40713 status collapsed
40714
40715 \begin_layout Plain Layout
40716 Paquetages LaTeX ! listings
40717 \end_layout
40718
40719 \end_inset
40720
40721  fournit un moyen puissant et flexible d'insérer des listings de code source
40722  dans votre document.
40723  
40724 \end_layout
40725
40726 \begin_layout Standard
40727 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
40728  contextuel s'ouvre pour vous permettre de modifier le format du listing.
40729 \end_layout
40730
40731 \begin_layout Standard
40732 Implicitement, un listing commence un nouveau paragraphe dans la sortie
40733  imprimée.
40734  L'option d'emplacement 
40735 \family sans
40736 Listing
40737 \begin_inset space ~
40738 \end_inset
40739
40740 en
40741 \begin_inset space ~
40742 \end_inset
40743
40744 Ligne
40745 \family default
40746  imprime le listing dans la ligne comme ceci : 
40747 \begin_inset listings
40748 lstparams "language={C++}"
40749 inline true
40750 status open
40751
40752 \begin_layout Plain Layout
40753
40754 int a=5;
40755 \end_layout
40756
40757 \end_inset
40758
40759
40760 \begin_inset Newline newline
40761 \end_inset
40762
40763 L'option 
40764 \family sans
40765 Flottant
40766 \family default
40767  crée un flottant de listing pour lequel vous pouvez préciser les options
40768  classiques d'emplacement : 
40769 \begin_inset Quotes fld
40770 \end_inset
40771
40772
40773 \family sans
40774 h
40775 \family default
40776
40777 \begin_inset Quotes frd
40778 \end_inset
40779
40780
40781 \begin_inset Quotes fld
40782 \end_inset
40783
40784
40785 \family sans
40786 t
40787 \family default
40788
40789 \begin_inset Quotes frd
40790 \end_inset
40791
40792
40793 \begin_inset Quotes fld
40794 \end_inset
40795
40796
40797 \family sans
40798 b
40799 \family default
40800
40801 \begin_inset Quotes frd
40802 \end_inset
40803
40804 , et 
40805 \begin_inset Quotes fld
40806 \end_inset
40807
40808
40809 \family sans
40810 p
40811 \family default
40812
40813 \begin_inset Quotes frd
40814 \end_inset
40815
40816  correspondant aux emplacement décrits dans la section
40817 \begin_inset space ~
40818 \end_inset
40819
40820
40821 \begin_inset CommandInset ref
40822 LatexCommand ref
40823 reference "sec:Placement-flottants"
40824
40825 \end_inset
40826
40827 .
40828  Les options de positionnement peuvent être mélangées et doivent être saisies
40829  sans séparation, par exemple, on peut taper 
40830 \begin_inset Quotes fld
40831 \end_inset
40832
40833
40834 \family sans
40835 htbp
40836 \family default
40837
40838 \begin_inset Quotes frd
40839 \end_inset
40840
40841 .
40842  L'option 
40843 \begin_inset Quotes fld
40844 \end_inset
40845
40846 h
40847 \begin_inset Quotes frd
40848 \end_inset
40849
40850  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
40851  
40852 \family sans
40853 Flottant
40854 \family default
40855  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
40856  légende et être référencés.
40857 \end_layout
40858
40859 \begin_layout Standard
40860 Vous pouvez ajouter une légende à un listing avec le menu 
40861 \family sans
40862 Insertion\SpecialChar \menuseparator
40863 Légende
40864 \family default
40865 .
40866  On peut référencer les listings de la même façon que les flottants :Voir
40867  le listing
40868 \begin_inset space ~
40869 \end_inset
40870
40871
40872 \begin_inset CommandInset ref
40873 LatexCommand ref
40874 reference "lst:Listing-exemple"
40875
40876 \end_inset
40877
40878 .
40879  Une liste des listings qui contient tous les listings légendés peut être
40880  créée par le menu 
40881 \family sans
40882 Insertion\SpecialChar \menuseparator
40883 Listes
40884 \begin_inset space ~
40885 \end_inset
40886
40887 &
40888 \begin_inset space ~
40889 \end_inset
40890
40891 TdM\SpecialChar \menuseparator
40892 Liste des listings
40893 \family default
40894 .
40895  Les éléments de la liste sont les légendes et le numéro de listing.
40896 \end_layout
40897
40898 \begin_layout Standard
40899 \begin_inset listings
40900 lstparams "language=Python"
40901 inline false
40902 status open
40903
40904 \begin_layout Plain Layout
40905
40906 \begin_inset Caption Standard
40907
40908 \begin_layout Plain Layout
40909 \begin_inset CommandInset label
40910 LatexCommand label
40911 name "lst:Listing-exemple"
40912
40913 \end_inset
40914
40915 Exemple de listing flottant
40916 \end_layout
40917
40918 \end_inset
40919
40920 # Exemple de listing flottant
40921 \end_layout
40922
40923 \begin_layout Plain Layout
40924
40925 def func(param):
40926 \end_layout
40927
40928 \begin_layout Plain Layout
40929
40930     'ceci est une fonction python'
40931 \end_layout
40932
40933 \begin_layout Plain Layout
40934
40935     pass
40936 \end_layout
40937
40938 \end_inset
40939
40940
40941 \end_layout
40942
40943 \begin_layout Standard
40944 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
40945  de listing, les mots-clés de ce langage seront reconnus et mis en forme
40946  de manière particulière dans la sortie imprimée.
40947  Dans l'exemple de listing, le mot clé Python 
40948 \begin_inset Quotes fld
40949 \end_inset
40950
40951 def
40952 \begin_inset Quotes frd
40953 \end_inset
40954
40955  est reconnu et imprimé en caractères gras dans la sortie.
40956 \end_layout
40957
40958 \begin_layout Standard
40959 \begin_inset Note Greyedout
40960 status open
40961
40962 \begin_layout Plain Layout
40963
40964 \series bold
40965 Note:
40966 \series default
40967  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
40968  une police de caractères à 
40969 \family typewriter
40970 chasse fixe
40971 \family default
40972 , c'est que votre police ne contient probablement pas de série grasse.
40973  Dans ce cas choisissez une police différente dans le menu 
40974 \family sans
40975 Document\SpecialChar \menuseparator
40976 Paramètres\SpecialChar \menuseparator
40977 Polices
40978 \family default
40979 .
40980  (Les polices 
40981 \emph on
40982 LuxiMono, BeraMono
40983 \emph default
40984  et 
40985 \emph on
40986 Courier
40987 \emph default
40988  contiennent une série grasse.)
40989 \end_layout
40990
40991 \end_inset
40992
40993
40994 \end_layout
40995
40996 \begin_layout Standard
40997 Dans la rubrique 
40998 \family sans
40999 Numérotation
41000 \begin_inset space ~
41001 \end_inset
41002
41003 des
41004 \begin_inset space ~
41005 \end_inset
41006
41007 Lignes
41008 \family default
41009  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
41010 n des lignes.
41011  Vous pouvez mettre un nombre dans le champ 
41012 \family sans
41013 Pas
41014 \family default
41015  pour désigner les lignes qui seront numérotées.
41016  Par exemple, si vous mettez 
41017 \begin_inset Quotes fld
41018 \end_inset
41019
41020 3
41021 \begin_inset Quotes frd
41022 \end_inset
41023
41024 , seule une ligne sur trois sera numérotée.
41025 \end_layout
41026
41027 \begin_layout Standard
41028 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
41029  apparaîtront dans la sortie.
41030  Vous devez utiliser l'option 
41031 \family sans
41032 Table
41033 \begin_inset space ~
41034 \end_inset
41035
41036 de
41037 \begin_inset space ~
41038 \end_inset
41039
41040 Caractères
41041 \begin_inset space ~
41042 \end_inset
41043
41044 Étendue
41045 \family default
41046  quand vous employez des caractères spécifiques à une langue donnée comme
41047  les umlauts Allemands dans votre listing.
41048 \begin_inset Newline newline
41049 \end_inset
41050
41051 Voici un exemple de listing avec la numérotation des lignes à gauche par
41052  pas de 3, en langage Python, avec les options 
41053 \begin_inset Quotes fld
41054 \end_inset
41055
41056 Table
41057 \begin_inset space ~
41058 \end_inset
41059
41060 de
41061 \begin_inset space ~
41062 \end_inset
41063
41064 caractères
41065 \begin_inset space ~
41066 \end_inset
41067
41068 étendue
41069 \begin_inset Quotes frd
41070 \end_inset
41071
41072  et 
41073 \begin_inset Quotes fld
41074 \end_inset
41075
41076 Espace
41077 \begin_inset space ~
41078 \end_inset
41079
41080 représenté
41081 \begin_inset space ~
41082 \end_inset
41083
41084 par
41085 \begin_inset space ~
41086 \end_inset
41087
41088 un
41089 \begin_inset space ~
41090 \end_inset
41091
41092 symbole
41093 \begin_inset Quotes frd
41094 \end_inset
41095
41096 , l'intervalle de ligne étant 3
41097 \begin_inset space \thinspace{}
41098 \end_inset
41099
41100 -
41101 \begin_inset space \thinspace{}
41102 \end_inset
41103
41104 8:
41105 \end_layout
41106
41107 \begin_layout Standard
41108 \begin_inset listings
41109 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41110 inline false
41111 status open
41112
41113 \begin_layout Plain Layout
41114
41115 def func(param):
41116 \end_layout
41117
41118 \begin_layout Plain Layout
41119
41120     'ceci est une fonction Python'
41121 \end_layout
41122
41123 \begin_layout Plain Layout
41124
41125     pass
41126 \end_layout
41127
41128 \begin_layout Plain Layout
41129
41130 def func(param):
41131 \end_layout
41132
41133 \begin_layout Plain Layout
41134
41135 'Ça, c'est un mot Allemand : Tschüß'
41136 \end_layout
41137
41138 \begin_layout Plain Layout
41139
41140 pass
41141 \end_layout
41142
41143 \begin_layout Plain Layout
41144
41145 def func(param):
41146 \end_layout
41147
41148 \begin_layout Plain Layout
41149
41150 'ceci est une fonction Python'
41151 \end_layout
41152
41153 \begin_layout Plain Layout
41154
41155 pass
41156 \end_layout
41157
41158 \end_inset
41159
41160
41161 \end_layout
41162
41163 \begin_layout Standard
41164 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
41165  nombre de caractères que doit représenter une tabulation dans le champ
41166  
41167 \family sans
41168 Taille du tabulateur
41169 \family default
41170 .
41171 \end_layout
41172
41173 \begin_layout Standard
41174 \begin_inset Note Greyedout
41175 status open
41176
41177 \begin_layout Plain Layout
41178
41179 \series bold
41180 Note:
41181 \series default
41182  À cause d'un bug dans le paquetage 
41183 \series bold
41184 listings
41185 \series default
41186  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
41187  listing.
41188  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
41189  les lignes 3 et 6.
41190 \end_layout
41191
41192 \end_inset
41193
41194
41195 \end_layout
41196
41197 \begin_layout Standard
41198 \begin_inset VSpace bigskip
41199 \end_inset
41200
41201
41202 \end_layout
41203
41204 \begin_layout Standard
41205 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
41206  listing.
41207  Pour le faire, il suffit d'utiliser le menu 
41208 \family sans
41209 Insertion\SpecialChar \menuseparator
41210 Fichier\SpecialChar \menuseparator
41211 Sous-document
41212 \family default
41213  et de choisir le type 
41214 \family sans
41215 Listing
41216 \family default
41217
41218 \begin_inset space ~
41219 \end_inset
41220
41221
41222 \family sans
41223 de
41224 \begin_inset space ~
41225 \end_inset
41226
41227 Code
41228 \begin_inset space ~
41229 \end_inset
41230
41231 source
41232 \family default
41233 .
41234 \begin_inset Foot
41235 status collapsed
41236
41237 \begin_layout Plain Layout
41238 Les autres types de sous-documents sont décrits dans la section
41239 \begin_inset space ~
41240 \end_inset
41241
41242
41243 \begin_inset CommandInset ref
41244 LatexCommand ref
41245 reference "sec:Sous-documents"
41246
41247 \end_inset
41248
41249 .
41250 \end_layout
41251
41252 \end_inset
41253
41254  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
41255  à utiliser pour le listing dans une zone de texte.
41256  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
41257  
41258 \begin_inset Quotes fld
41259 \end_inset
41260
41261 ?
41262 \begin_inset Quotes frd
41263 \end_inset
41264
41265  dans la zone de texte.
41266 \end_layout
41267
41268 \begin_layout Standard
41269 Pour faire référence à un sous-document de type listing, tapez une étiquette
41270  dans le champ correspondant de la fenêtre de dialogue.
41271  On peut alors faire référence à cette étiquette en utilisant le menu 
41272 \family sans
41273 Insertion\SpecialChar \menuseparator
41274 Référence
41275 \begin_inset space ~
41276 \end_inset
41277
41278 Croisée
41279 \family default
41280 .
41281 \end_layout
41282
41283 \begin_layout Standard
41284 Le listing
41285 \begin_inset space ~
41286 \end_inset
41287
41288
41289 \begin_inset CommandInset ref
41290 LatexCommand ref
41291 reference "lst:listing-fichier"
41292
41293 \end_inset
41294
41295  est un exemple de listing issu d'un fichier ; ici les lignes 10
41296 \begin_inset space \thinspace{}
41297 \end_inset
41298
41299 -
41300 \begin_inset space \thinspace{}
41301 \end_inset
41302
41303 15 de ce fichier LyX sont listées.
41304 \end_layout
41305
41306 \begin_layout Standard
41307 \begin_inset CommandInset include
41308 LatexCommand lstinputlisting
41309 filename "EmbeddedObjects.lyx"
41310 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
41311
41312 \end_inset
41313
41314
41315 \end_layout
41316
41317 \begin_layout Standard
41318 \begin_inset VSpace bigskip
41319 \end_inset
41320
41321
41322 \end_layout
41323
41324 \begin_layout Standard
41325 L'insertion d'une formule dans un listing peut se faire de la façon suivante
41326 \begin_inset space ~
41327 \end_inset
41328
41329 :
41330 \end_layout
41331
41332 \begin_layout Enumerate
41333 Ouvrez la fenêtre de dialogue listings et ajoutez
41334 \begin_inset Newline newline
41335 \end_inset
41336
41337
41338 \family sans
41339 mathescape=true
41340 \family default
41341
41342 \begin_inset Newline newline
41343 \end_inset
41344
41345 dans le champ de l'onglet 
41346 \family sans
41347 Avancé
41348 \family default
41349 .
41350 \end_layout
41351
41352 \begin_layout Enumerate
41353 Créez la formule en dehors du listing.
41354 \end_layout
41355
41356 \begin_layout Enumerate
41357 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
41358  (raccourci 
41359 \begin_inset Info
41360 type  "shortcut"
41361 arg   "copy"
41362 \end_inset
41363
41364 )
41365 \end_layout
41366
41367 \begin_layout Enumerate
41368 Dans le listing écrivez 
41369 \begin_inset Quotes fld
41370 \end_inset
41371
41372
41373 \family sans
41374 $$
41375 \family default
41376
41377 \begin_inset Quotes frd
41378 \end_inset
41379
41380  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
41381  
41382 \begin_inset Info
41383 type  "shortcut"
41384 arg   "paste"
41385 \end_inset
41386
41387 )
41388 \end_layout
41389
41390 \begin_layout Standard
41391 \begin_inset listings
41392 lstparams "language=Python,mathescape=true"
41393 inline false
41394 status open
41395
41396 \begin_layout Plain Layout
41397
41398 \begin_inset Caption Standard
41399
41400 \begin_layout Plain Layout
41401 Exemple de listing flottant contenant une formule
41402 \end_layout
41403
41404 \end_inset
41405
41406 # Exemple de listing flottant
41407 \end_layout
41408
41409 \begin_layout Plain Layout
41410
41411 def func(param):
41412 \end_layout
41413
41414 \begin_layout Plain Layout
41415
41416     # $
41417 \backslash
41418 prod_{n=1}^{
41419 \backslash
41420 infty}
41421 \backslash
41422 ,
41423 \backslash
41424 frac{1}{x^{2}}$
41425 \end_layout
41426
41427 \begin_layout Plain Layout
41428
41429     pass
41430 \end_layout
41431
41432 \end_inset
41433
41434
41435 \end_layout
41436
41437 \begin_layout Standard
41438 \begin_inset VSpace bigskip
41439 \end_inset
41440
41441
41442 \end_layout
41443
41444 \begin_layout Standard
41445 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
41446  de dialogue 
41447 \family sans
41448 Document\SpecialChar \menuseparator
41449 Paramètres\SpecialChar \menuseparator
41450 Listings
41451 \family default
41452 .
41453  Pour avoir la liste des options disponibles, tapez un point d'interrogation
41454  
41455 \begin_inset Quotes fld
41456 \end_inset
41457
41458 ?
41459 \begin_inset Quotes frd
41460 \end_inset
41461
41462  dans le champ.
41463 \end_layout
41464
41465 \begin_layout Standard
41466 Pour plus d'information sur le paquetage 
41467 \series bold
41468 listings
41469 \series default
41470 , nous vous renvoyons à sa documentation 
41471 \begin_inset CommandInset citation
41472 LatexCommand cite
41473 key "listings"
41474
41475 \end_inset
41476
41477 .
41478 \end_layout
41479
41480 \begin_layout Standard
41481 \begin_inset Newpage newpage
41482 \end_inset
41483
41484
41485 \end_layout
41486
41487 \begin_layout Chapter
41488 \start_of_appendix
41489 Unités de longueur utilisables avec LyX
41490 \begin_inset Argument 1
41491 status collapsed
41492
41493 \begin_layout Plain Layout
41494 Unités de longueur
41495 \end_layout
41496
41497 \end_inset
41498
41499
41500 \begin_inset Index idx
41501 status collapsed
41502
41503 \begin_layout Plain Layout
41504 Unités
41505 \end_layout
41506
41507 \end_inset
41508
41509
41510 \begin_inset CommandInset label
41511 LatexCommand label
41512 name "cha:Unités-de-longueur"
41513
41514 \end_inset
41515
41516
41517 \end_layout
41518
41519 \begin_layout Standard
41520 Pour comprendre les unités de longueur utilisées dans cette documentation,
41521  le tableau
41522 \begin_inset space ~
41523 \end_inset
41524
41525
41526 \begin_inset CommandInset ref
41527 LatexCommand ref
41528 reference "tab:Unités"
41529
41530 \end_inset
41531
41532 décrit les unités utilisées par LyX.
41533 \begin_inset Float table
41534 placement h
41535 wide false
41536 sideways false
41537 status open
41538
41539 \begin_layout Plain Layout
41540 \begin_inset Caption Standard
41541
41542 \begin_layout Plain Layout
41543 \begin_inset CommandInset label
41544 LatexCommand label
41545 name "tab:Unités"
41546
41547 \end_inset
41548
41549 Unités de longueur
41550 \end_layout
41551
41552 \end_inset
41553
41554
41555 \end_layout
41556
41557 \begin_layout Plain Layout
41558 \begin_inset VSpace medskip
41559 \end_inset
41560
41561
41562 \end_layout
41563
41564 \begin_layout Plain Layout
41565 \align center
41566 \begin_inset Tabular
41567 <lyxtabular version="3" rows="20" columns="2">
41568 <features rotate="0" tabularvalignment="middle">
41569 <column alignment="center" valignment="top">
41570 <column alignment="center" valignment="top">
41571 <row>
41572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41573 \begin_inset Text
41574
41575 \begin_layout Plain Layout
41576 unité
41577 \end_layout
41578
41579 \end_inset
41580 </cell>
41581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41582 \begin_inset Text
41583
41584 \begin_layout Plain Layout
41585 nom/description
41586 \end_layout
41587
41588 \end_inset
41589 </cell>
41590 </row>
41591 <row>
41592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41593 \begin_inset Text
41594
41595 \begin_layout Plain Layout
41596 mm
41597 \end_layout
41598
41599 \end_inset
41600 </cell>
41601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41602 \begin_inset Text
41603
41604 \begin_layout Plain Layout
41605 millimètre
41606 \end_layout
41607
41608 \end_inset
41609 </cell>
41610 </row>
41611 <row>
41612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41613 \begin_inset Text
41614
41615 \begin_layout Plain Layout
41616 cm
41617 \end_layout
41618
41619 \end_inset
41620 </cell>
41621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41622 \begin_inset Text
41623
41624 \begin_layout Plain Layout
41625 centimètre
41626 \end_layout
41627
41628 \end_inset
41629 </cell>
41630 </row>
41631 <row>
41632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41633 \begin_inset Text
41634
41635 \begin_layout Plain Layout
41636 in
41637 \end_layout
41638
41639 \end_inset
41640 </cell>
41641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41642 \begin_inset Text
41643
41644 \begin_layout Plain Layout
41645 pouce (inch)
41646 \end_layout
41647
41648 \end_inset
41649 </cell>
41650 </row>
41651 <row>
41652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41653 \begin_inset Text
41654
41655 \begin_layout Plain Layout
41656 pt
41657 \end_layout
41658
41659 \end_inset
41660 </cell>
41661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41662 \begin_inset Text
41663
41664 \begin_layout Plain Layout
41665 point (72.27
41666 \begin_inset space \thinspace{}
41667 \end_inset
41668
41669 pt = 1
41670 \begin_inset space \thinspace{}
41671 \end_inset
41672
41673 in)
41674 \end_layout
41675
41676 \end_inset
41677 </cell>
41678 </row>
41679 <row>
41680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41681 \begin_inset Text
41682
41683 \begin_layout Plain Layout
41684 pc
41685 \end_layout
41686
41687 \end_inset
41688 </cell>
41689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41690 \begin_inset Text
41691
41692 \begin_layout Plain Layout
41693 pica (1
41694 \begin_inset space \thinspace{}
41695 \end_inset
41696
41697 pc = 12
41698 \begin_inset space \thinspace{}
41699 \end_inset
41700
41701 pt)
41702 \end_layout
41703
41704 \end_inset
41705 </cell>
41706 </row>
41707 <row>
41708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41709 \begin_inset Text
41710
41711 \begin_layout Plain Layout
41712 sp
41713 \end_layout
41714
41715 \end_inset
41716 </cell>
41717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41718 \begin_inset Text
41719
41720 \begin_layout Plain Layout
41721 scaled point (65536
41722 \begin_inset space \thinspace{}
41723 \end_inset
41724
41725 sp = 1
41726 \begin_inset space \thinspace{}
41727 \end_inset
41728
41729 pt)
41730 \end_layout
41731
41732 \end_inset
41733 </cell>
41734 </row>
41735 <row>
41736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41737 \begin_inset Text
41738
41739 \begin_layout Plain Layout
41740 bp
41741 \end_layout
41742
41743 \end_inset
41744 </cell>
41745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41746 \begin_inset Text
41747
41748 \begin_layout Plain Layout
41749 gros point (72
41750 \begin_inset space \thinspace{}
41751 \end_inset
41752
41753 bp = 1
41754 \begin_inset space \thinspace{}
41755 \end_inset
41756
41757 in)
41758 \end_layout
41759
41760 \end_inset
41761 </cell>
41762 </row>
41763 <row>
41764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41765 \begin_inset Text
41766
41767 \begin_layout Plain Layout
41768 dd
41769 \end_layout
41770
41771 \end_inset
41772 </cell>
41773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41774 \begin_inset Text
41775
41776 \begin_layout Plain Layout
41777 didot (72
41778 \begin_inset space \thinspace{}
41779 \end_inset
41780
41781 dd 
41782 \begin_inset Formula $\approx$
41783 \end_inset
41784
41785  37.6
41786 \begin_inset space \thinspace{}
41787 \end_inset
41788
41789 mm)
41790 \end_layout
41791
41792 \end_inset
41793 </cell>
41794 </row>
41795 <row>
41796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41797 \begin_inset Text
41798
41799 \begin_layout Plain Layout
41800 cc
41801 \end_layout
41802
41803 \end_inset
41804 </cell>
41805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41806 \begin_inset Text
41807
41808 \begin_layout Plain Layout
41809 cicero (1
41810 \begin_inset space \thinspace{}
41811 \end_inset
41812
41813 cc = 12
41814 \begin_inset space \thinspace{}
41815 \end_inset
41816
41817 dd)
41818 \end_layout
41819
41820 \end_inset
41821 </cell>
41822 </row>
41823 <row>
41824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41825 \begin_inset Text
41826
41827 \begin_layout Plain Layout
41828 Scale%
41829 \end_layout
41830
41831 \end_inset
41832 </cell>
41833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41834 \begin_inset Text
41835
41836 \begin_layout Plain Layout
41837 % de la largeur originale de l'image
41838 \end_layout
41839
41840 \end_inset
41841 </cell>
41842 </row>
41843 <row>
41844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41845 \begin_inset Text
41846
41847 \begin_layout Plain Layout
41848 text%
41849 \end_layout
41850
41851 \end_inset
41852 </cell>
41853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41854 \begin_inset Text
41855
41856 \begin_layout Plain Layout
41857 % de la largeur du texte
41858 \end_layout
41859
41860 \end_inset
41861 </cell>
41862 </row>
41863 <row>
41864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41865 \begin_inset Text
41866
41867 \begin_layout Plain Layout
41868 col%
41869 \end_layout
41870
41871 \end_inset
41872 </cell>
41873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41874 \begin_inset Text
41875
41876 \begin_layout Plain Layout
41877 % de la largeur de la colonne
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 page%
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 % de la largeur du papier
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 line%
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 % de la largeur de la ligne
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 theight%
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 % la hauteur du texte
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 pheight%
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 % hauteur du papier
41958 \end_layout
41959
41960 \end_inset
41961 </cell>
41962 </row>
41963 <row>
41964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41965 \begin_inset Text
41966
41967 \begin_layout Plain Layout
41968 ex
41969 \end_layout
41970
41971 \end_inset
41972 </cell>
41973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41974 \begin_inset Text
41975
41976 \begin_layout Plain Layout
41977 hauteur de la lettre 
41978 \emph on
41979 x
41980 \emph default
41981  dans la police courante
41982 \end_layout
41983
41984 \end_inset
41985 </cell>
41986 </row>
41987 <row>
41988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41989 \begin_inset Text
41990
41991 \begin_layout Plain Layout
41992 em
41993 \end_layout
41994
41995 \end_inset
41996 </cell>
41997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41998 \begin_inset Text
41999
42000 \begin_layout Plain Layout
42001 largeur de la lettre
42002 \emph on
42003  M
42004 \emph default
42005  dans la police courante
42006 \end_layout
42007
42008 \end_inset
42009 </cell>
42010 </row>
42011 <row>
42012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42013 \begin_inset Text
42014
42015 \begin_layout Plain Layout
42016 mu
42017 \end_layout
42018
42019 \end_inset
42020 </cell>
42021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42022 \begin_inset Text
42023
42024 \begin_layout Plain Layout
42025 unité mathématique (1
42026 \begin_inset space \thinspace{}
42027 \end_inset
42028
42029 mu = 1/18
42030 \begin_inset space \thinspace{}
42031 \end_inset
42032
42033 em)
42034 \end_layout
42035
42036 \end_inset
42037 </cell>
42038 </row>
42039 </lyxtabular>
42040
42041 \end_inset
42042
42043
42044 \end_layout
42045
42046 \end_inset
42047
42048
42049 \end_layout
42050
42051 \begin_layout Chapter
42052 Formats des fichiers de sortie graphiques
42053 \begin_inset CommandInset label
42054 LatexCommand label
42055 name "cha:Formats-fichiers-graphiques"
42056
42057 \end_inset
42058
42059
42060 \end_layout
42061
42062 \begin_layout Section
42063 DVI
42064 \begin_inset Index idx
42065 status collapsed
42066
42067 \begin_layout Plain Layout
42068 Formats de Fichiers! DVI
42069 \end_layout
42070
42071 \end_inset
42072
42073
42074 \begin_inset Index idx
42075 status collapsed
42076
42077 \begin_layout Plain Layout
42078 DVI|see
42079 \begin_inset ERT
42080 status collapsed
42081
42082 \begin_layout Plain Layout
42083
42084 {
42085 \end_layout
42086
42087 \end_inset
42088
42089 Formats de Fichiers
42090 \begin_inset ERT
42091 status collapsed
42092
42093 \begin_layout Plain Layout
42094
42095 }
42096 \end_layout
42097
42098 \end_inset
42099
42100
42101 \end_layout
42102
42103 \end_inset
42104
42105
42106 \end_layout
42107
42108 \begin_layout Standard
42109 Ce type de fichiers a l'extension 
42110 \begin_inset Quotes fld
42111 \end_inset
42112
42113
42114 \family typewriter
42115 .dvi
42116 \family default
42117
42118 \begin_inset Quotes frd
42119 \end_inset
42120
42121 .
42122  Il est appelé 
42123 \emph on
42124 indépendant de l'appareil
42125 \emph default
42126  ou 
42127 \begin_inset Quotes fld
42128 \end_inset
42129
42130 device independent (DVI)
42131 \begin_inset Quotes frd
42132 \end_inset
42133
42134 , car il est complètement portable ; vous pouvez les recopier d'une machine
42135  à l'autre sans avoir à faire de conversion.
42136  À l'époque où ce format a été développé, c'était loin d'être évident.
42137  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
42138  étape préliminaire avant la conversion vers un autre format comme le PostScript.
42139 \end_layout
42140
42141 \begin_layout Standard
42142 \begin_inset Note Greyedout
42143 status open
42144
42145 \begin_layout Plain Layout
42146
42147 \series bold
42148 Note:
42149 \series default
42150  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
42151  au fichier.
42152  
42153 \end_layout
42154
42155 \end_inset
42156
42157  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
42158  
42159 \family typewriter
42160 .dvi
42161 \family default
42162 .
42163  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
42164 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
42165  pour les rendre visibles quand vous faites défiler votre document.
42166  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
42167  avec de nombreuses images.
42168 \end_layout
42169
42170 \begin_layout Standard
42171 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
42172  menu 
42173 \family sans
42174 Fichier\SpecialChar \menuseparator
42175 Exporter\SpecialChar \menuseparator
42176 DVI.
42177
42178 \family default
42179  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
42180 \family sans
42181 Visualiser
42182 \family default
42183 .
42184 \end_layout
42185
42186 \begin_layout Section
42187 PostScript
42188 \begin_inset CommandInset label
42189 LatexCommand label
42190 name "sec:PostScript"
42191
42192 \end_inset
42193
42194
42195 \begin_inset Index idx
42196 status collapsed
42197
42198 \begin_layout Plain Layout
42199 Formats de Fichiers ! PostScript
42200 \end_layout
42201
42202 \end_inset
42203
42204
42205 \begin_inset Index idx
42206 status collapsed
42207
42208 \begin_layout Plain Layout
42209 PostScript|see
42210 \begin_inset ERT
42211 status collapsed
42212
42213 \begin_layout Plain Layout
42214
42215 {
42216 \end_layout
42217
42218 \end_inset
42219
42220 Formats de Fichiers
42221 \begin_inset ERT
42222 status collapsed
42223
42224 \begin_layout Plain Layout
42225
42226 }
42227 \end_layout
42228
42229 \end_inset
42230
42231
42232 \end_layout
42233
42234 \end_inset
42235
42236
42237 \end_layout
42238
42239 \begin_layout Standard
42240 Ce type de fichiers a l'extension 
42241 \begin_inset Quotes fld
42242 \end_inset
42243
42244
42245 \family typewriter
42246 .ps
42247 \family default
42248
42249 \begin_inset Quotes frd
42250 \end_inset
42251
42252 .
42253  PostScript a été développé par la société 
42254 \series bold
42255 Adobe
42256 \series default
42257  comme un langage pour les imprimantes.
42258  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
42259  pour imprimer le document.
42260  PostScript peut être considéré comme un 
42261 \begin_inset Quotes fld
42262 \end_inset
42263
42264 langage de programmation
42265 \begin_inset Quotes frd
42266 \end_inset
42267
42268  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
42269  images
42270 \begin_inset Foot
42271 status collapsed
42272
42273 \begin_layout Plain Layout
42274 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
42275  LaTeX 
42276 \series bold
42277 pstricks
42278 \series default
42279
42280 \begin_inset CommandInset citation
42281 LatexCommand cite
42282 key "pstricks"
42283
42284 \end_inset
42285
42286 .
42287 \end_layout
42288
42289 \end_inset
42290
42291 .
42292  En partie à cause de toutes ces possibilités un fichier PostScript est
42293  souvent plus gros qu'un PDF.
42294 \end_layout
42295
42296 \begin_layout Standard
42297 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
42298  plus gros qu'un PDF.
42299 \end_layout
42300
42301 \begin_layout Standard
42302 PostScript ne peut contenir que des images au format 
42303 \begin_inset Quotes fld
42304 \end_inset
42305
42306 PostScript Encapsulé
42307 \begin_inset Quotes frd
42308 \end_inset
42309
42310  (encapsulated PostScript ou EPS, d'extension 
42311 \family typewriter
42312 .eps
42313 \family default
42314 ).
42315  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
42316  il doit les convertir en interne en EPS.
42317  Si vous avez par exemple 50 images dans votre document, LyX doit faire
42318  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
42319  document.
42320  Cela risque de ralentir de façon importante votre rythme de travail.
42321  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
42322  vos images directement en EPS pour éviter ce problème.
42323 \end_layout
42324
42325 \begin_layout Standard
42326 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
42327  le menu 
42328 \family sans
42329 Fichier\SpecialChar \menuseparator
42330 Exporter\SpecialChar \menuseparator
42331 PostScript.
42332
42333 \family default
42334  Vous pouvez visionner votre document sous forme PostScript grâce au menu
42335  
42336 \family sans
42337 Visualiser
42338 \family default
42339 .
42340 \end_layout
42341
42342 \begin_layout Section
42343 PDF
42344 \begin_inset Index idx
42345 status collapsed
42346
42347 \begin_layout Plain Layout
42348 Formats de Fichiers ! PDF
42349 \end_layout
42350
42351 \end_inset
42352
42353
42354 \begin_inset Index idx
42355 status collapsed
42356
42357 \begin_layout Plain Layout
42358 PDF
42359 \end_layout
42360
42361 \end_inset
42362
42363
42364 \end_layout
42365
42366 \begin_layout Standard
42367 Ce type de fichiers a l'extension 
42368 \begin_inset Quotes fld
42369 \end_inset
42370
42371
42372 \family typewriter
42373 .pdf
42374 \family default
42375
42376 \begin_inset Quotes frd
42377 \end_inset
42378
42379 .
42380  Ce 
42381 \begin_inset Quotes fld
42382 \end_inset
42383
42384 format de document portable
42385 \begin_inset Quotes frd
42386 \end_inset
42387
42388  (portable document format ou PDF) est développé par 
42389 \family typewriter
42390 Adobe
42391 \family default
42392  comme une évolution de PostScript.
42393  Il est plus comprimé et utilise moins de commandes que PostScript.
42394  Comme son nom l'indique, il est 
42395 \begin_inset Quotes fld
42396 \end_inset
42397
42398 portable
42399 \begin_inset Quotes frd
42400 \end_inset
42401
42402  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
42403  aura exactement le même aspect.
42404 \end_layout
42405
42406 \begin_layout Standard
42407 PDF peut contenir des images dans son propre format PDF et dans les formats
42408  JPG (format du 
42409 \begin_inset Quotes fld
42410 \end_inset
42411
42412 Joint Photographic Expert Group
42413 \begin_inset Quotes frd
42414 \end_inset
42415
42416  avec comme extension 
42417 \family typewriter
42418 .jpg
42419 \family default
42420  ou 
42421 \family typewriter
42422 .jpeg
42423 \family default
42424 ) et PNG (
42425 \begin_inset Quotes fld
42426 \end_inset
42427
42428 Portable Network Graphics
42429 \begin_inset Quotes frd
42430 \end_inset
42431
42432  avec l'extension 
42433 \family typewriter
42434 .png
42435 \family default
42436 ).
42437  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
42438  dans un de ces formats.
42439  Mais comme il est dit dans la section sur PostScript, les conversions d'images
42440  vont ralentir votre travail.
42441  Nous recommandons donc l'utilisation de l'un des trois formats cités.
42442 \end_layout
42443
42444 \begin_layout Standard
42445 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
42446  menu 
42447 \family sans
42448 Fichier\SpecialChar \menuseparator
42449 Exporter 
42450 \family default
42451 de trois façons différentes:
42452 \end_layout
42453
42454 \begin_layout Description
42455 PDF
42456 \begin_inset space ~
42457 \end_inset
42458
42459 (ps2pdf) Ceci utilise le programme 
42460 \family typewriter
42461 ps2pdf
42462 \family default
42463  qui créé un PDF à partir de la version PostScript de votre fichier.
42464  Cette dernière est produite par le programme 
42465 \family typewriter
42466 dvips
42467 \family default
42468  qui utilise une version DVI comme étape intermédiaire.
42469  Cette variante consiste donc en trois conversions.
42470 \end_layout
42471
42472 \begin_layout Description
42473 PDF
42474 \begin_inset space ~
42475 \end_inset
42476
42477 (dvipdfm) Ceci utilise le programme 
42478 \family typewriter
42479 dvipdfm
42480 \family default
42481  qui convertit votre fichier en DVI avant de le convertir en PDF.
42482 \end_layout
42483
42484 \begin_layout Description
42485 PDF
42486 \begin_inset space ~
42487 \end_inset
42488
42489 (pdflatex) Ceci utilise le programme 
42490 \family typewriter
42491 pdftex
42492 \family default
42493  qui convertit directement votre fichier en PDF.
42494 \end_layout
42495
42496 \begin_layout Standard
42497 Nous recommandons d'utiliser l'option 
42498 \family sans
42499 PDF
42500 \begin_inset space ~
42501 \end_inset
42502
42503 (pdflatex)
42504 \family default
42505  car 
42506 \family typewriter
42507 pdftex
42508 \family default
42509  accepte toutes les fonctionnalités des versions actuelles de PDF.
42510  Il est en plus rapide et stable.
42511  Le programme 
42512 \family typewriter
42513 dvipdfm
42514 \family default
42515  n'est plus développé est est donc un peu dépassé.
42516 \end_layout
42517
42518 \begin_layout Standard
42519 Vous pouvez visionner votre document sous forme PDF grâce au menu 
42520 \family sans
42521 Visualiser
42522 \family default
42523  ou en utilisant un bouton de la barre d'outils.
42524 \end_layout
42525
42526 \begin_layout Chapter
42527 Liste de noms de couleur pour dvips
42528 \begin_inset CommandInset label
42529 LatexCommand label
42530 name "chap:Liste-de-noms-de-couleur-dvips"
42531
42532 \end_inset
42533
42534
42535 \end_layout
42536
42537 \begin_layout Standard
42538 \begin_inset Tabular
42539 <lyxtabular version="3" rows="17" columns="4">
42540 <features rotate="0" tabularvalignment="middle">
42541 <column alignment="left" valignment="top" width="0pt">
42542 <column alignment="left" valignment="top" width="0pt">
42543 <column alignment="left" valignment="top" width="0pt">
42544 <column alignment="left" valignment="top" width="0pt">
42545 <row>
42546 <cell alignment="left" valignment="top" usebox="none">
42547 \begin_inset Text
42548
42549 \begin_layout Plain Layout
42550 \begin_inset ERT
42551 status collapsed
42552
42553 \begin_layout Plain Layout
42554
42555
42556 \backslash
42557 fcolorbox{black}{
42558 \end_layout
42559
42560 \end_inset
42561
42562 white
42563 \begin_inset ERT
42564 status collapsed
42565
42566 \begin_layout Plain Layout
42567
42568 }{
42569 \end_layout
42570
42571 \end_inset
42572
42573 Couleur
42574 \begin_inset ERT
42575 status collapsed
42576
42577 \begin_layout Plain Layout
42578
42579 }
42580 \end_layout
42581
42582 \end_inset
42583
42584  Nom
42585 \end_layout
42586
42587 \end_inset
42588 </cell>
42589 <cell alignment="left" valignment="top" usebox="none">
42590 \begin_inset Text
42591
42592 \begin_layout Plain Layout
42593 \begin_inset ERT
42594 status collapsed
42595
42596 \begin_layout Plain Layout
42597
42598
42599 \backslash
42600 fcolorbox{black}{
42601 \end_layout
42602
42603 \end_inset
42604
42605 white
42606 \begin_inset ERT
42607 status collapsed
42608
42609 \begin_layout Plain Layout
42610
42611 }{
42612 \end_layout
42613
42614 \end_inset
42615
42616 Couleur
42617 \begin_inset ERT
42618 status collapsed
42619
42620 \begin_layout Plain Layout
42621
42622 }
42623 \end_layout
42624
42625 \end_inset
42626
42627  Nom
42628 \end_layout
42629
42630 \end_inset
42631 </cell>
42632 <cell alignment="left" valignment="top" usebox="none">
42633 \begin_inset Text
42634
42635 \begin_layout Plain Layout
42636 \begin_inset ERT
42637 status collapsed
42638
42639 \begin_layout Plain Layout
42640
42641
42642 \backslash
42643 fcolorbox{black}{
42644 \end_layout
42645
42646 \end_inset
42647
42648 white
42649 \begin_inset ERT
42650 status collapsed
42651
42652 \begin_layout Plain Layout
42653
42654 }{
42655 \end_layout
42656
42657 \end_inset
42658
42659 Couleur
42660 \begin_inset ERT
42661 status collapsed
42662
42663 \begin_layout Plain Layout
42664
42665 }
42666 \end_layout
42667
42668 \end_inset
42669
42670  Nom
42671 \end_layout
42672
42673 \end_inset
42674 </cell>
42675 <cell alignment="left" valignment="top" usebox="none">
42676 \begin_inset Text
42677
42678 \begin_layout Plain Layout
42679 \begin_inset ERT
42680 status collapsed
42681
42682 \begin_layout Plain Layout
42683
42684
42685 \backslash
42686 fcolorbox{black}{
42687 \end_layout
42688
42689 \end_inset
42690
42691 white
42692 \begin_inset ERT
42693 status collapsed
42694
42695 \begin_layout Plain Layout
42696
42697 }{
42698 \end_layout
42699
42700 \end_inset
42701
42702 Couleur
42703 \begin_inset ERT
42704 status collapsed
42705
42706 \begin_layout Plain Layout
42707
42708 }
42709 \end_layout
42710
42711 \end_inset
42712
42713  Nom
42714 \end_layout
42715
42716 \end_inset
42717 </cell>
42718 </row>
42719 <row>
42720 <cell alignment="center" valignment="top" usebox="none">
42721 \begin_inset Text
42722
42723 \begin_layout Plain Layout
42724 \begin_inset ERT
42725 status collapsed
42726
42727 \begin_layout Plain Layout
42728
42729
42730 \backslash
42731 fcolorbox{black}{
42732 \end_layout
42733
42734 \end_inset
42735
42736 Apricot
42737 \begin_inset ERT
42738 status collapsed
42739
42740 \begin_layout Plain Layout
42741
42742 }{
42743 \end_layout
42744
42745 \end_inset
42746
42747
42748 \begin_inset Phantom Phantom
42749 status open
42750
42751 \begin_layout Plain Layout
42752 W
42753 \end_layout
42754
42755 \end_inset
42756
42757
42758 \begin_inset ERT
42759 status collapsed
42760
42761 \begin_layout Plain Layout
42762
42763 }
42764 \end_layout
42765
42766 \end_inset
42767
42768  Apricot
42769 \end_layout
42770
42771 \end_inset
42772 </cell>
42773 <cell alignment="center" valignment="top" usebox="none">
42774 \begin_inset Text
42775
42776 \begin_layout Plain Layout
42777 \begin_inset ERT
42778 status collapsed
42779
42780 \begin_layout Plain Layout
42781
42782
42783 \backslash
42784 fcolorbox{black}{
42785 \end_layout
42786
42787 \end_inset
42788
42789 Aquamarine
42790 \begin_inset ERT
42791 status collapsed
42792
42793 \begin_layout Plain Layout
42794
42795 }{
42796 \end_layout
42797
42798 \end_inset
42799
42800
42801 \begin_inset Phantom Phantom
42802 status open
42803
42804 \begin_layout Plain Layout
42805 W
42806 \end_layout
42807
42808 \end_inset
42809
42810
42811 \begin_inset ERT
42812 status collapsed
42813
42814 \begin_layout Plain Layout
42815
42816 }
42817 \end_layout
42818
42819 \end_inset
42820
42821  Aquamarine
42822 \end_layout
42823
42824 \end_inset
42825 </cell>
42826 <cell alignment="center" valignment="top" usebox="none">
42827 \begin_inset Text
42828
42829 \begin_layout Plain Layout
42830 \begin_inset ERT
42831 status collapsed
42832
42833 \begin_layout Plain Layout
42834
42835
42836 \backslash
42837 fcolorbox{black}{
42838 \end_layout
42839
42840 \end_inset
42841
42842 Bittersweet
42843 \begin_inset ERT
42844 status collapsed
42845
42846 \begin_layout Plain Layout
42847
42848 }{
42849 \end_layout
42850
42851 \end_inset
42852
42853
42854 \begin_inset Phantom Phantom
42855 status open
42856
42857 \begin_layout Plain Layout
42858 W
42859 \end_layout
42860
42861 \end_inset
42862
42863
42864 \begin_inset ERT
42865 status collapsed
42866
42867 \begin_layout Plain Layout
42868
42869 }
42870 \end_layout
42871
42872 \end_inset
42873
42874  Bittersweet
42875 \end_layout
42876
42877 \end_inset
42878 </cell>
42879 <cell alignment="center" valignment="top" usebox="none">
42880 \begin_inset Text
42881
42882 \begin_layout Plain Layout
42883 \begin_inset ERT
42884 status collapsed
42885
42886 \begin_layout Plain Layout
42887
42888
42889 \backslash
42890 fcolorbox{black}{
42891 \end_layout
42892
42893 \end_inset
42894
42895 BlueGreen
42896 \begin_inset ERT
42897 status collapsed
42898
42899 \begin_layout Plain Layout
42900
42901 }{
42902 \end_layout
42903
42904 \end_inset
42905
42906
42907 \begin_inset Phantom Phantom
42908 status open
42909
42910 \begin_layout Plain Layout
42911 W
42912 \end_layout
42913
42914 \end_inset
42915
42916
42917 \begin_inset ERT
42918 status collapsed
42919
42920 \begin_layout Plain Layout
42921
42922 }
42923 \end_layout
42924
42925 \end_inset
42926
42927  BlueGreen
42928 \end_layout
42929
42930 \end_inset
42931 </cell>
42932 </row>
42933 <row>
42934 <cell alignment="left" valignment="top" usebox="none">
42935 \begin_inset Text
42936
42937 \begin_layout Plain Layout
42938 \begin_inset ERT
42939 status collapsed
42940
42941 \begin_layout Plain Layout
42942
42943
42944 \backslash
42945 fcolorbox{black}{
42946 \end_layout
42947
42948 \end_inset
42949
42950 BlueViolet
42951 \begin_inset ERT
42952 status collapsed
42953
42954 \begin_layout Plain Layout
42955
42956 }{
42957 \end_layout
42958
42959 \end_inset
42960
42961
42962 \begin_inset Phantom Phantom
42963 status open
42964
42965 \begin_layout Plain Layout
42966 W
42967 \end_layout
42968
42969 \end_inset
42970
42971
42972 \begin_inset ERT
42973 status collapsed
42974
42975 \begin_layout Plain Layout
42976
42977 }
42978 \end_layout
42979
42980 \end_inset
42981
42982  BlueViolet
42983 \end_layout
42984
42985 \end_inset
42986 </cell>
42987 <cell alignment="left" valignment="top" usebox="none">
42988 \begin_inset Text
42989
42990 \begin_layout Plain Layout
42991 \begin_inset ERT
42992 status collapsed
42993
42994 \begin_layout Plain Layout
42995
42996
42997 \backslash
42998 fcolorbox{black}{
42999 \end_layout
43000
43001 \end_inset
43002
43003 BrickRed
43004 \begin_inset ERT
43005 status collapsed
43006
43007 \begin_layout Plain Layout
43008
43009 }{
43010 \end_layout
43011
43012 \end_inset
43013
43014
43015 \begin_inset Phantom Phantom
43016 status open
43017
43018 \begin_layout Plain Layout
43019 W
43020 \end_layout
43021
43022 \end_inset
43023
43024
43025 \begin_inset ERT
43026 status collapsed
43027
43028 \begin_layout Plain Layout
43029
43030 }
43031 \end_layout
43032
43033 \end_inset
43034
43035  BrickRed
43036 \end_layout
43037
43038 \end_inset
43039 </cell>
43040 <cell alignment="left" valignment="top" usebox="none">
43041 \begin_inset Text
43042
43043 \begin_layout Plain Layout
43044 \begin_inset ERT
43045 status collapsed
43046
43047 \begin_layout Plain Layout
43048
43049
43050 \backslash
43051 fcolorbox{black}{
43052 \end_layout
43053
43054 \end_inset
43055
43056 Brown
43057 \begin_inset ERT
43058 status collapsed
43059
43060 \begin_layout Plain Layout
43061
43062 }{
43063 \end_layout
43064
43065 \end_inset
43066
43067
43068 \begin_inset Phantom Phantom
43069 status open
43070
43071 \begin_layout Plain Layout
43072 W
43073 \end_layout
43074
43075 \end_inset
43076
43077
43078 \begin_inset ERT
43079 status collapsed
43080
43081 \begin_layout Plain Layout
43082
43083 }
43084 \end_layout
43085
43086 \end_inset
43087
43088  Brown
43089 \end_layout
43090
43091 \end_inset
43092 </cell>
43093 <cell alignment="left" valignment="top" usebox="none">
43094 \begin_inset Text
43095
43096 \begin_layout Plain Layout
43097 \begin_inset ERT
43098 status collapsed
43099
43100 \begin_layout Plain Layout
43101
43102
43103 \backslash
43104 fcolorbox{black}{
43105 \end_layout
43106
43107 \end_inset
43108
43109 BurntOrange
43110 \begin_inset ERT
43111 status collapsed
43112
43113 \begin_layout Plain Layout
43114
43115 }{
43116 \end_layout
43117
43118 \end_inset
43119
43120
43121 \begin_inset Phantom Phantom
43122 status open
43123
43124 \begin_layout Plain Layout
43125 W
43126 \end_layout
43127
43128 \end_inset
43129
43130
43131 \begin_inset ERT
43132 status collapsed
43133
43134 \begin_layout Plain Layout
43135
43136 }
43137 \end_layout
43138
43139 \end_inset
43140
43141  BurntOrange
43142 \end_layout
43143
43144 \end_inset
43145 </cell>
43146 </row>
43147 <row>
43148 <cell alignment="left" valignment="top" usebox="none">
43149 \begin_inset Text
43150
43151 \begin_layout Plain Layout
43152 \begin_inset ERT
43153 status collapsed
43154
43155 \begin_layout Plain Layout
43156
43157
43158 \backslash
43159 fcolorbox{black}{
43160 \end_layout
43161
43162 \end_inset
43163
43164 CadetBlue
43165 \begin_inset ERT
43166 status collapsed
43167
43168 \begin_layout Plain Layout
43169
43170 }{
43171 \end_layout
43172
43173 \end_inset
43174
43175
43176 \begin_inset Phantom Phantom
43177 status open
43178
43179 \begin_layout Plain Layout
43180 W
43181 \end_layout
43182
43183 \end_inset
43184
43185
43186 \begin_inset ERT
43187 status collapsed
43188
43189 \begin_layout Plain Layout
43190
43191 }
43192 \end_layout
43193
43194 \end_inset
43195
43196  CadetBlue
43197 \end_layout
43198
43199 \end_inset
43200 </cell>
43201 <cell alignment="left" valignment="top" usebox="none">
43202 \begin_inset Text
43203
43204 \begin_layout Plain Layout
43205 \begin_inset ERT
43206 status collapsed
43207
43208 \begin_layout Plain Layout
43209
43210
43211 \backslash
43212 fcolorbox{black}{
43213 \end_layout
43214
43215 \end_inset
43216
43217 CarnationPink
43218 \begin_inset ERT
43219 status collapsed
43220
43221 \begin_layout Plain Layout
43222
43223 }{
43224 \end_layout
43225
43226 \end_inset
43227
43228
43229 \begin_inset Phantom Phantom
43230 status open
43231
43232 \begin_layout Plain Layout
43233 W
43234 \end_layout
43235
43236 \end_inset
43237
43238
43239 \begin_inset ERT
43240 status collapsed
43241
43242 \begin_layout Plain Layout
43243
43244 }
43245 \end_layout
43246
43247 \end_inset
43248
43249  CarnationPink
43250 \end_layout
43251
43252 \end_inset
43253 </cell>
43254 <cell alignment="left" valignment="top" usebox="none">
43255 \begin_inset Text
43256
43257 \begin_layout Plain Layout
43258 \begin_inset ERT
43259 status collapsed
43260
43261 \begin_layout Plain Layout
43262
43263
43264 \backslash
43265 fcolorbox{black}{
43266 \end_layout
43267
43268 \end_inset
43269
43270 Cerulean
43271 \begin_inset ERT
43272 status collapsed
43273
43274 \begin_layout Plain Layout
43275
43276 }{
43277 \end_layout
43278
43279 \end_inset
43280
43281
43282 \begin_inset Phantom Phantom
43283 status open
43284
43285 \begin_layout Plain Layout
43286 W
43287 \end_layout
43288
43289 \end_inset
43290
43291
43292 \begin_inset ERT
43293 status collapsed
43294
43295 \begin_layout Plain Layout
43296
43297 }
43298 \end_layout
43299
43300 \end_inset
43301
43302  Cerulean
43303 \end_layout
43304
43305 \end_inset
43306 </cell>
43307 <cell alignment="left" valignment="top" usebox="none">
43308 \begin_inset Text
43309
43310 \begin_layout Plain Layout
43311 \begin_inset ERT
43312 status collapsed
43313
43314 \begin_layout Plain Layout
43315
43316
43317 \backslash
43318 fcolorbox{black}{
43319 \end_layout
43320
43321 \end_inset
43322
43323 CornflowerBlue
43324 \begin_inset ERT
43325 status collapsed
43326
43327 \begin_layout Plain Layout
43328
43329 }{
43330 \end_layout
43331
43332 \end_inset
43333
43334
43335 \begin_inset Phantom Phantom
43336 status open
43337
43338 \begin_layout Plain Layout
43339 W
43340 \end_layout
43341
43342 \end_inset
43343
43344
43345 \begin_inset ERT
43346 status collapsed
43347
43348 \begin_layout Plain Layout
43349
43350 }
43351 \end_layout
43352
43353 \end_inset
43354
43355  CornflowerBlue
43356 \end_layout
43357
43358 \end_inset
43359 </cell>
43360 </row>
43361 <row>
43362 <cell alignment="left" valignment="top" usebox="none">
43363 \begin_inset Text
43364
43365 \begin_layout Plain Layout
43366 \begin_inset ERT
43367 status collapsed
43368
43369 \begin_layout Plain Layout
43370
43371
43372 \backslash
43373 fcolorbox{black}{
43374 \end_layout
43375
43376 \end_inset
43377
43378 Dandelion
43379 \begin_inset ERT
43380 status collapsed
43381
43382 \begin_layout Plain Layout
43383
43384 }{
43385 \end_layout
43386
43387 \end_inset
43388
43389
43390 \begin_inset Phantom Phantom
43391 status open
43392
43393 \begin_layout Plain Layout
43394 W
43395 \end_layout
43396
43397 \end_inset
43398
43399
43400 \begin_inset ERT
43401 status collapsed
43402
43403 \begin_layout Plain Layout
43404
43405 }
43406 \end_layout
43407
43408 \end_inset
43409
43410  Dandelion
43411 \end_layout
43412
43413 \end_inset
43414 </cell>
43415 <cell alignment="left" valignment="top" usebox="none">
43416 \begin_inset Text
43417
43418 \begin_layout Plain Layout
43419 \begin_inset ERT
43420 status collapsed
43421
43422 \begin_layout Plain Layout
43423
43424
43425 \backslash
43426 fcolorbox{black}{
43427 \end_layout
43428
43429 \end_inset
43430
43431 DarkOrchid
43432 \begin_inset ERT
43433 status collapsed
43434
43435 \begin_layout Plain Layout
43436
43437 }{
43438 \end_layout
43439
43440 \end_inset
43441
43442
43443 \begin_inset Phantom Phantom
43444 status open
43445
43446 \begin_layout Plain Layout
43447 W
43448 \end_layout
43449
43450 \end_inset
43451
43452
43453 \begin_inset ERT
43454 status collapsed
43455
43456 \begin_layout Plain Layout
43457
43458 }
43459 \end_layout
43460
43461 \end_inset
43462
43463  DarkOrchid
43464 \end_layout
43465
43466 \end_inset
43467 </cell>
43468 <cell alignment="left" valignment="top" usebox="none">
43469 \begin_inset Text
43470
43471 \begin_layout Plain Layout
43472 \begin_inset ERT
43473 status collapsed
43474
43475 \begin_layout Plain Layout
43476
43477
43478 \backslash
43479 fcolorbox{black}{
43480 \end_layout
43481
43482 \end_inset
43483
43484 Emerald
43485 \begin_inset ERT
43486 status collapsed
43487
43488 \begin_layout Plain Layout
43489
43490 }{
43491 \end_layout
43492
43493 \end_inset
43494
43495
43496 \begin_inset Phantom Phantom
43497 status open
43498
43499 \begin_layout Plain Layout
43500 W
43501 \end_layout
43502
43503 \end_inset
43504
43505
43506 \begin_inset ERT
43507 status collapsed
43508
43509 \begin_layout Plain Layout
43510
43511 }
43512 \end_layout
43513
43514 \end_inset
43515
43516  Emerald
43517 \end_layout
43518
43519 \end_inset
43520 </cell>
43521 <cell alignment="left" valignment="top" usebox="none">
43522 \begin_inset Text
43523
43524 \begin_layout Plain Layout
43525 \begin_inset ERT
43526 status collapsed
43527
43528 \begin_layout Plain Layout
43529
43530
43531 \backslash
43532 fcolorbox{black}{
43533 \end_layout
43534
43535 \end_inset
43536
43537 ForestGreen
43538 \begin_inset ERT
43539 status collapsed
43540
43541 \begin_layout Plain Layout
43542
43543 }{
43544 \end_layout
43545
43546 \end_inset
43547
43548
43549 \begin_inset Phantom Phantom
43550 status open
43551
43552 \begin_layout Plain Layout
43553 W
43554 \end_layout
43555
43556 \end_inset
43557
43558
43559 \begin_inset ERT
43560 status collapsed
43561
43562 \begin_layout Plain Layout
43563
43564 }
43565 \end_layout
43566
43567 \end_inset
43568
43569  ForestGreen
43570 \end_layout
43571
43572 \end_inset
43573 </cell>
43574 </row>
43575 <row>
43576 <cell alignment="left" valignment="top" usebox="none">
43577 \begin_inset Text
43578
43579 \begin_layout Plain Layout
43580 \begin_inset ERT
43581 status collapsed
43582
43583 \begin_layout Plain Layout
43584
43585
43586 \backslash
43587 fcolorbox{black}{
43588 \end_layout
43589
43590 \end_inset
43591
43592 Fuchsia
43593 \begin_inset ERT
43594 status collapsed
43595
43596 \begin_layout Plain Layout
43597
43598 }{
43599 \end_layout
43600
43601 \end_inset
43602
43603
43604 \begin_inset Phantom Phantom
43605 status open
43606
43607 \begin_layout Plain Layout
43608 W
43609 \end_layout
43610
43611 \end_inset
43612
43613
43614 \begin_inset ERT
43615 status collapsed
43616
43617 \begin_layout Plain Layout
43618
43619 }
43620 \end_layout
43621
43622 \end_inset
43623
43624  Fuchsia
43625 \end_layout
43626
43627 \end_inset
43628 </cell>
43629 <cell alignment="left" valignment="top" usebox="none">
43630 \begin_inset Text
43631
43632 \begin_layout Plain Layout
43633 \begin_inset ERT
43634 status collapsed
43635
43636 \begin_layout Plain Layout
43637
43638
43639 \backslash
43640 fcolorbox{black}{
43641 \end_layout
43642
43643 \end_inset
43644
43645 Goldenrod
43646 \begin_inset ERT
43647 status collapsed
43648
43649 \begin_layout Plain Layout
43650
43651 }{
43652 \end_layout
43653
43654 \end_inset
43655
43656
43657 \begin_inset Phantom Phantom
43658 status open
43659
43660 \begin_layout Plain Layout
43661 W
43662 \end_layout
43663
43664 \end_inset
43665
43666
43667 \begin_inset ERT
43668 status collapsed
43669
43670 \begin_layout Plain Layout
43671
43672 }
43673 \end_layout
43674
43675 \end_inset
43676
43677  Goldenrod
43678 \end_layout
43679
43680 \end_inset
43681 </cell>
43682 <cell alignment="left" valignment="top" usebox="none">
43683 \begin_inset Text
43684
43685 \begin_layout Plain Layout
43686 \begin_inset ERT
43687 status collapsed
43688
43689 \begin_layout Plain Layout
43690
43691
43692 \backslash
43693 fcolorbox{black}{
43694 \end_layout
43695
43696 \end_inset
43697
43698 Gray
43699 \begin_inset ERT
43700 status collapsed
43701
43702 \begin_layout Plain Layout
43703
43704 }{
43705 \end_layout
43706
43707 \end_inset
43708
43709
43710 \begin_inset Phantom Phantom
43711 status open
43712
43713 \begin_layout Plain Layout
43714 W
43715 \end_layout
43716
43717 \end_inset
43718
43719
43720 \begin_inset ERT
43721 status collapsed
43722
43723 \begin_layout Plain Layout
43724
43725 }
43726 \end_layout
43727
43728 \end_inset
43729
43730  Gray
43731 \end_layout
43732
43733 \end_inset
43734 </cell>
43735 <cell alignment="left" valignment="top" usebox="none">
43736 \begin_inset Text
43737
43738 \begin_layout Plain Layout
43739 \begin_inset ERT
43740 status collapsed
43741
43742 \begin_layout Plain Layout
43743
43744
43745 \backslash
43746 fcolorbox{black}{
43747 \end_layout
43748
43749 \end_inset
43750
43751 GreenYellow
43752 \begin_inset ERT
43753 status collapsed
43754
43755 \begin_layout Plain Layout
43756
43757 }{
43758 \end_layout
43759
43760 \end_inset
43761
43762
43763 \begin_inset Phantom Phantom
43764 status open
43765
43766 \begin_layout Plain Layout
43767 W
43768 \end_layout
43769
43770 \end_inset
43771
43772
43773 \begin_inset ERT
43774 status collapsed
43775
43776 \begin_layout Plain Layout
43777
43778 }
43779 \end_layout
43780
43781 \end_inset
43782
43783  GreenYellow
43784 \end_layout
43785
43786 \end_inset
43787 </cell>
43788 </row>
43789 <row>
43790 <cell alignment="center" valignment="top" usebox="none">
43791 \begin_inset Text
43792
43793 \begin_layout Plain Layout
43794 \begin_inset ERT
43795 status collapsed
43796
43797 \begin_layout Plain Layout
43798
43799
43800 \backslash
43801 fcolorbox{black}{
43802 \end_layout
43803
43804 \end_inset
43805
43806 JungleGreen
43807 \begin_inset ERT
43808 status collapsed
43809
43810 \begin_layout Plain Layout
43811
43812 }{
43813 \end_layout
43814
43815 \end_inset
43816
43817
43818 \begin_inset Phantom Phantom
43819 status open
43820
43821 \begin_layout Plain Layout
43822 W
43823 \end_layout
43824
43825 \end_inset
43826
43827
43828 \begin_inset ERT
43829 status collapsed
43830
43831 \begin_layout Plain Layout
43832
43833 }
43834 \end_layout
43835
43836 \end_inset
43837
43838  JungleGreen
43839 \end_layout
43840
43841 \end_inset
43842 </cell>
43843 <cell alignment="center" valignment="top" usebox="none">
43844 \begin_inset Text
43845
43846 \begin_layout Plain Layout
43847 \begin_inset ERT
43848 status collapsed
43849
43850 \begin_layout Plain Layout
43851
43852
43853 \backslash
43854 fcolorbox{black}{
43855 \end_layout
43856
43857 \end_inset
43858
43859 Lavender
43860 \begin_inset ERT
43861 status collapsed
43862
43863 \begin_layout Plain Layout
43864
43865 }{
43866 \end_layout
43867
43868 \end_inset
43869
43870
43871 \begin_inset Phantom Phantom
43872 status open
43873
43874 \begin_layout Plain Layout
43875 W
43876 \end_layout
43877
43878 \end_inset
43879
43880
43881 \begin_inset ERT
43882 status collapsed
43883
43884 \begin_layout Plain Layout
43885
43886 }
43887 \end_layout
43888
43889 \end_inset
43890
43891  Lavender
43892 \end_layout
43893
43894 \end_inset
43895 </cell>
43896 <cell alignment="center" valignment="top" usebox="none">
43897 \begin_inset Text
43898
43899 \begin_layout Plain Layout
43900 \begin_inset ERT
43901 status collapsed
43902
43903 \begin_layout Plain Layout
43904
43905
43906 \backslash
43907 fcolorbox{black}{
43908 \end_layout
43909
43910 \end_inset
43911
43912 LimeGreen
43913 \begin_inset ERT
43914 status collapsed
43915
43916 \begin_layout Plain Layout
43917
43918 }{
43919 \end_layout
43920
43921 \end_inset
43922
43923
43924 \begin_inset Phantom Phantom
43925 status open
43926
43927 \begin_layout Plain Layout
43928 W
43929 \end_layout
43930
43931 \end_inset
43932
43933
43934 \begin_inset ERT
43935 status collapsed
43936
43937 \begin_layout Plain Layout
43938
43939 }
43940 \end_layout
43941
43942 \end_inset
43943
43944  LimeGreen
43945 \end_layout
43946
43947 \end_inset
43948 </cell>
43949 <cell alignment="center" valignment="top" usebox="none">
43950 \begin_inset Text
43951
43952 \begin_layout Plain Layout
43953 \begin_inset ERT
43954 status collapsed
43955
43956 \begin_layout Plain Layout
43957
43958
43959 \backslash
43960 fcolorbox{black}{
43961 \end_layout
43962
43963 \end_inset
43964
43965 Mahogany
43966 \begin_inset ERT
43967 status collapsed
43968
43969 \begin_layout Plain Layout
43970
43971 }{
43972 \end_layout
43973
43974 \end_inset
43975
43976
43977 \begin_inset Phantom Phantom
43978 status open
43979
43980 \begin_layout Plain Layout
43981 W
43982 \end_layout
43983
43984 \end_inset
43985
43986
43987 \begin_inset ERT
43988 status collapsed
43989
43990 \begin_layout Plain Layout
43991
43992 }
43993 \end_layout
43994
43995 \end_inset
43996
43997  Mahogany
43998 \end_layout
43999
44000 \end_inset
44001 </cell>
44002 </row>
44003 <row>
44004 <cell alignment="left" valignment="top" usebox="none">
44005 \begin_inset Text
44006
44007 \begin_layout Plain Layout
44008 \begin_inset ERT
44009 status collapsed
44010
44011 \begin_layout Plain Layout
44012
44013
44014 \backslash
44015 fcolorbox{black}{
44016 \end_layout
44017
44018 \end_inset
44019
44020 Mahogany
44021 \begin_inset ERT
44022 status collapsed
44023
44024 \begin_layout Plain Layout
44025
44026 }{
44027 \end_layout
44028
44029 \end_inset
44030
44031
44032 \begin_inset Phantom Phantom
44033 status open
44034
44035 \begin_layout Plain Layout
44036 W
44037 \end_layout
44038
44039 \end_inset
44040
44041
44042 \begin_inset ERT
44043 status collapsed
44044
44045 \begin_layout Plain Layout
44046
44047 }
44048 \end_layout
44049
44050 \end_inset
44051
44052  Mahogany
44053 \end_layout
44054
44055 \end_inset
44056 </cell>
44057 <cell alignment="left" valignment="top" usebox="none">
44058 \begin_inset Text
44059
44060 \begin_layout Plain Layout
44061 \begin_inset ERT
44062 status collapsed
44063
44064 \begin_layout Plain Layout
44065
44066
44067 \backslash
44068 fcolorbox{black}{
44069 \end_layout
44070
44071 \end_inset
44072
44073 Maroon
44074 \begin_inset ERT
44075 status collapsed
44076
44077 \begin_layout Plain Layout
44078
44079 }{
44080 \end_layout
44081
44082 \end_inset
44083
44084
44085 \begin_inset Phantom Phantom
44086 status open
44087
44088 \begin_layout Plain Layout
44089 W
44090 \end_layout
44091
44092 \end_inset
44093
44094
44095 \begin_inset ERT
44096 status collapsed
44097
44098 \begin_layout Plain Layout
44099
44100 }
44101 \end_layout
44102
44103 \end_inset
44104
44105  Maroon
44106 \end_layout
44107
44108 \end_inset
44109 </cell>
44110 <cell alignment="left" valignment="top" usebox="none">
44111 \begin_inset Text
44112
44113 \begin_layout Plain Layout
44114 \begin_inset ERT
44115 status collapsed
44116
44117 \begin_layout Plain Layout
44118
44119
44120 \backslash
44121 fcolorbox{black}{
44122 \end_layout
44123
44124 \end_inset
44125
44126 Melon
44127 \begin_inset ERT
44128 status collapsed
44129
44130 \begin_layout Plain Layout
44131
44132 }{
44133 \end_layout
44134
44135 \end_inset
44136
44137
44138 \begin_inset Phantom Phantom
44139 status open
44140
44141 \begin_layout Plain Layout
44142 W
44143 \end_layout
44144
44145 \end_inset
44146
44147
44148 \begin_inset ERT
44149 status collapsed
44150
44151 \begin_layout Plain Layout
44152
44153 }
44154 \end_layout
44155
44156 \end_inset
44157
44158  Melon
44159 \end_layout
44160
44161 \end_inset
44162 </cell>
44163 <cell alignment="left" valignment="top" usebox="none">
44164 \begin_inset Text
44165
44166 \begin_layout Plain Layout
44167 \begin_inset ERT
44168 status collapsed
44169
44170 \begin_layout Plain Layout
44171
44172
44173 \backslash
44174 fcolorbox{black}{
44175 \end_layout
44176
44177 \end_inset
44178
44179 MidnightBlue
44180 \begin_inset ERT
44181 status collapsed
44182
44183 \begin_layout Plain Layout
44184
44185 }{
44186 \end_layout
44187
44188 \end_inset
44189
44190
44191 \begin_inset Phantom Phantom
44192 status open
44193
44194 \begin_layout Plain Layout
44195 W
44196 \end_layout
44197
44198 \end_inset
44199
44200
44201 \begin_inset ERT
44202 status collapsed
44203
44204 \begin_layout Plain Layout
44205
44206 }
44207 \end_layout
44208
44209 \end_inset
44210
44211  MidnightBlue
44212 \end_layout
44213
44214 \end_inset
44215 </cell>
44216 </row>
44217 <row>
44218 <cell alignment="left" valignment="top" usebox="none">
44219 \begin_inset Text
44220
44221 \begin_layout Plain Layout
44222 \begin_inset ERT
44223 status collapsed
44224
44225 \begin_layout Plain Layout
44226
44227
44228 \backslash
44229 fcolorbox{black}{
44230 \end_layout
44231
44232 \end_inset
44233
44234 Mulberry
44235 \begin_inset ERT
44236 status collapsed
44237
44238 \begin_layout Plain Layout
44239
44240 }{
44241 \end_layout
44242
44243 \end_inset
44244
44245
44246 \begin_inset Phantom Phantom
44247 status open
44248
44249 \begin_layout Plain Layout
44250 W
44251 \end_layout
44252
44253 \end_inset
44254
44255
44256 \begin_inset ERT
44257 status collapsed
44258
44259 \begin_layout Plain Layout
44260
44261 }
44262 \end_layout
44263
44264 \end_inset
44265
44266  Mulberry
44267 \end_layout
44268
44269 \end_inset
44270 </cell>
44271 <cell alignment="left" valignment="top" usebox="none">
44272 \begin_inset Text
44273
44274 \begin_layout Plain Layout
44275 \begin_inset ERT
44276 status collapsed
44277
44278 \begin_layout Plain Layout
44279
44280
44281 \backslash
44282 fcolorbox{black}{
44283 \end_layout
44284
44285 \end_inset
44286
44287 NavyBlue
44288 \begin_inset ERT
44289 status collapsed
44290
44291 \begin_layout Plain Layout
44292
44293 }{
44294 \end_layout
44295
44296 \end_inset
44297
44298
44299 \begin_inset Phantom Phantom
44300 status open
44301
44302 \begin_layout Plain Layout
44303 W
44304 \end_layout
44305
44306 \end_inset
44307
44308
44309 \begin_inset ERT
44310 status collapsed
44311
44312 \begin_layout Plain Layout
44313
44314 }
44315 \end_layout
44316
44317 \end_inset
44318
44319  NavyBlue
44320 \end_layout
44321
44322 \end_inset
44323 </cell>
44324 <cell alignment="left" valignment="top" usebox="none">
44325 \begin_inset Text
44326
44327 \begin_layout Plain Layout
44328 \begin_inset ERT
44329 status collapsed
44330
44331 \begin_layout Plain Layout
44332
44333
44334 \backslash
44335 fcolorbox{black}{
44336 \end_layout
44337
44338 \end_inset
44339
44340 OliveGreen
44341 \begin_inset ERT
44342 status collapsed
44343
44344 \begin_layout Plain Layout
44345
44346 }{
44347 \end_layout
44348
44349 \end_inset
44350
44351
44352 \begin_inset Phantom Phantom
44353 status open
44354
44355 \begin_layout Plain Layout
44356 W
44357 \end_layout
44358
44359 \end_inset
44360
44361
44362 \begin_inset ERT
44363 status collapsed
44364
44365 \begin_layout Plain Layout
44366
44367 }
44368 \end_layout
44369
44370 \end_inset
44371
44372  OliveGreen
44373 \end_layout
44374
44375 \end_inset
44376 </cell>
44377 <cell alignment="left" valignment="top" usebox="none">
44378 \begin_inset Text
44379
44380 \begin_layout Plain Layout
44381 \begin_inset ERT
44382 status collapsed
44383
44384 \begin_layout Plain Layout
44385
44386
44387 \backslash
44388 fcolorbox{black}{
44389 \end_layout
44390
44391 \end_inset
44392
44393 Orange
44394 \begin_inset ERT
44395 status collapsed
44396
44397 \begin_layout Plain Layout
44398
44399 }{
44400 \end_layout
44401
44402 \end_inset
44403
44404
44405 \begin_inset Phantom Phantom
44406 status open
44407
44408 \begin_layout Plain Layout
44409 W
44410 \end_layout
44411
44412 \end_inset
44413
44414
44415 \begin_inset ERT
44416 status collapsed
44417
44418 \begin_layout Plain Layout
44419
44420 }
44421 \end_layout
44422
44423 \end_inset
44424
44425  Orange
44426 \end_layout
44427
44428 \end_inset
44429 </cell>
44430 </row>
44431 <row>
44432 <cell alignment="left" valignment="top" usebox="none">
44433 \begin_inset Text
44434
44435 \begin_layout Plain Layout
44436 \begin_inset ERT
44437 status collapsed
44438
44439 \begin_layout Plain Layout
44440
44441
44442 \backslash
44443 fcolorbox{black}{
44444 \end_layout
44445
44446 \end_inset
44447
44448 OrangeRed
44449 \begin_inset ERT
44450 status collapsed
44451
44452 \begin_layout Plain Layout
44453
44454 }{
44455 \end_layout
44456
44457 \end_inset
44458
44459
44460 \begin_inset Phantom Phantom
44461 status open
44462
44463 \begin_layout Plain Layout
44464 W
44465 \end_layout
44466
44467 \end_inset
44468
44469
44470 \begin_inset ERT
44471 status collapsed
44472
44473 \begin_layout Plain Layout
44474
44475 }
44476 \end_layout
44477
44478 \end_inset
44479
44480  OrangeRed
44481 \end_layout
44482
44483 \end_inset
44484 </cell>
44485 <cell alignment="left" valignment="top" usebox="none">
44486 \begin_inset Text
44487
44488 \begin_layout Plain Layout
44489 \begin_inset ERT
44490 status collapsed
44491
44492 \begin_layout Plain Layout
44493
44494
44495 \backslash
44496 fcolorbox{black}{
44497 \end_layout
44498
44499 \end_inset
44500
44501 Orchid
44502 \begin_inset ERT
44503 status collapsed
44504
44505 \begin_layout Plain Layout
44506
44507 }{
44508 \end_layout
44509
44510 \end_inset
44511
44512
44513 \begin_inset Phantom Phantom
44514 status open
44515
44516 \begin_layout Plain Layout
44517 W
44518 \end_layout
44519
44520 \end_inset
44521
44522
44523 \begin_inset ERT
44524 status collapsed
44525
44526 \begin_layout Plain Layout
44527
44528 }
44529 \end_layout
44530
44531 \end_inset
44532
44533  Orchid
44534 \end_layout
44535
44536 \end_inset
44537 </cell>
44538 <cell alignment="left" valignment="top" usebox="none">
44539 \begin_inset Text
44540
44541 \begin_layout Plain Layout
44542 \begin_inset ERT
44543 status collapsed
44544
44545 \begin_layout Plain Layout
44546
44547
44548 \backslash
44549 fcolorbox{black}{
44550 \end_layout
44551
44552 \end_inset
44553
44554 Peach
44555 \begin_inset ERT
44556 status collapsed
44557
44558 \begin_layout Plain Layout
44559
44560 }{
44561 \end_layout
44562
44563 \end_inset
44564
44565
44566 \begin_inset Phantom Phantom
44567 status open
44568
44569 \begin_layout Plain Layout
44570 W
44571 \end_layout
44572
44573 \end_inset
44574
44575
44576 \begin_inset ERT
44577 status collapsed
44578
44579 \begin_layout Plain Layout
44580
44581 }
44582 \end_layout
44583
44584 \end_inset
44585
44586  Peach
44587 \end_layout
44588
44589 \end_inset
44590 </cell>
44591 <cell alignment="left" valignment="top" usebox="none">
44592 \begin_inset Text
44593
44594 \begin_layout Plain Layout
44595 \begin_inset ERT
44596 status collapsed
44597
44598 \begin_layout Plain Layout
44599
44600
44601 \backslash
44602 fcolorbox{black}{
44603 \end_layout
44604
44605 \end_inset
44606
44607 Periwinkle
44608 \begin_inset ERT
44609 status collapsed
44610
44611 \begin_layout Plain Layout
44612
44613 }{
44614 \end_layout
44615
44616 \end_inset
44617
44618
44619 \begin_inset Phantom Phantom
44620 status open
44621
44622 \begin_layout Plain Layout
44623 W
44624 \end_layout
44625
44626 \end_inset
44627
44628
44629 \begin_inset ERT
44630 status collapsed
44631
44632 \begin_layout Plain Layout
44633
44634 }
44635 \end_layout
44636
44637 \end_inset
44638
44639  Periwinkle
44640 \end_layout
44641
44642 \end_inset
44643 </cell>
44644 </row>
44645 <row>
44646 <cell alignment="left" valignment="top" usebox="none">
44647 \begin_inset Text
44648
44649 \begin_layout Plain Layout
44650 \begin_inset ERT
44651 status collapsed
44652
44653 \begin_layout Plain Layout
44654
44655
44656 \backslash
44657 fcolorbox{black}{
44658 \end_layout
44659
44660 \end_inset
44661
44662 PineGreen
44663 \begin_inset ERT
44664 status collapsed
44665
44666 \begin_layout Plain Layout
44667
44668 }{
44669 \end_layout
44670
44671 \end_inset
44672
44673
44674 \begin_inset Phantom Phantom
44675 status open
44676
44677 \begin_layout Plain Layout
44678 W
44679 \end_layout
44680
44681 \end_inset
44682
44683
44684 \begin_inset ERT
44685 status collapsed
44686
44687 \begin_layout Plain Layout
44688
44689 }
44690 \end_layout
44691
44692 \end_inset
44693
44694  PineGreen
44695 \end_layout
44696
44697 \end_inset
44698 </cell>
44699 <cell alignment="left" valignment="top" usebox="none">
44700 \begin_inset Text
44701
44702 \begin_layout Plain Layout
44703 \begin_inset ERT
44704 status collapsed
44705
44706 \begin_layout Plain Layout
44707
44708
44709 \backslash
44710 fcolorbox{black}{
44711 \end_layout
44712
44713 \end_inset
44714
44715 Plum
44716 \begin_inset ERT
44717 status collapsed
44718
44719 \begin_layout Plain Layout
44720
44721 }{
44722 \end_layout
44723
44724 \end_inset
44725
44726
44727 \begin_inset Phantom Phantom
44728 status open
44729
44730 \begin_layout Plain Layout
44731 W
44732 \end_layout
44733
44734 \end_inset
44735
44736
44737 \begin_inset ERT
44738 status collapsed
44739
44740 \begin_layout Plain Layout
44741
44742 }
44743 \end_layout
44744
44745 \end_inset
44746
44747  Plum
44748 \end_layout
44749
44750 \end_inset
44751 </cell>
44752 <cell alignment="left" valignment="top" usebox="none">
44753 \begin_inset Text
44754
44755 \begin_layout Plain Layout
44756 \begin_inset ERT
44757 status collapsed
44758
44759 \begin_layout Plain Layout
44760
44761
44762 \backslash
44763 fcolorbox{black}{
44764 \end_layout
44765
44766 \end_inset
44767
44768 ProcessBlue
44769 \begin_inset ERT
44770 status collapsed
44771
44772 \begin_layout Plain Layout
44773
44774 }{
44775 \end_layout
44776
44777 \end_inset
44778
44779
44780 \begin_inset Phantom Phantom
44781 status open
44782
44783 \begin_layout Plain Layout
44784 W
44785 \end_layout
44786
44787 \end_inset
44788
44789
44790 \begin_inset ERT
44791 status collapsed
44792
44793 \begin_layout Plain Layout
44794
44795 }
44796 \end_layout
44797
44798 \end_inset
44799
44800  ProcessBlue
44801 \end_layout
44802
44803 \end_inset
44804 </cell>
44805 <cell alignment="left" valignment="top" usebox="none">
44806 \begin_inset Text
44807
44808 \begin_layout Plain Layout
44809 \begin_inset ERT
44810 status collapsed
44811
44812 \begin_layout Plain Layout
44813
44814
44815 \backslash
44816 fcolorbox{black}{
44817 \end_layout
44818
44819 \end_inset
44820
44821 Purple
44822 \begin_inset ERT
44823 status collapsed
44824
44825 \begin_layout Plain Layout
44826
44827 }{
44828 \end_layout
44829
44830 \end_inset
44831
44832
44833 \begin_inset Phantom Phantom
44834 status open
44835
44836 \begin_layout Plain Layout
44837 W
44838 \end_layout
44839
44840 \end_inset
44841
44842
44843 \begin_inset ERT
44844 status collapsed
44845
44846 \begin_layout Plain Layout
44847
44848 }
44849 \end_layout
44850
44851 \end_inset
44852
44853  Purple
44854 \end_layout
44855
44856 \end_inset
44857 </cell>
44858 </row>
44859 <row>
44860 <cell alignment="left" valignment="top" usebox="none">
44861 \begin_inset Text
44862
44863 \begin_layout Plain Layout
44864 \begin_inset ERT
44865 status collapsed
44866
44867 \begin_layout Plain Layout
44868
44869
44870 \backslash
44871 fcolorbox{black}{
44872 \end_layout
44873
44874 \end_inset
44875
44876 RawSienna
44877 \begin_inset ERT
44878 status collapsed
44879
44880 \begin_layout Plain Layout
44881
44882 }{
44883 \end_layout
44884
44885 \end_inset
44886
44887
44888 \begin_inset Phantom Phantom
44889 status open
44890
44891 \begin_layout Plain Layout
44892 W
44893 \end_layout
44894
44895 \end_inset
44896
44897
44898 \begin_inset ERT
44899 status collapsed
44900
44901 \begin_layout Plain Layout
44902
44903 }
44904 \end_layout
44905
44906 \end_inset
44907
44908  RawSienna
44909 \end_layout
44910
44911 \end_inset
44912 </cell>
44913 <cell alignment="left" valignment="top" usebox="none">
44914 \begin_inset Text
44915
44916 \begin_layout Plain Layout
44917 \begin_inset ERT
44918 status collapsed
44919
44920 \begin_layout Plain Layout
44921
44922
44923 \backslash
44924 fcolorbox{black}{
44925 \end_layout
44926
44927 \end_inset
44928
44929 RedOrange
44930 \begin_inset ERT
44931 status collapsed
44932
44933 \begin_layout Plain Layout
44934
44935 }{
44936 \end_layout
44937
44938 \end_inset
44939
44940
44941 \begin_inset Phantom Phantom
44942 status open
44943
44944 \begin_layout Plain Layout
44945 W
44946 \end_layout
44947
44948 \end_inset
44949
44950
44951 \begin_inset ERT
44952 status collapsed
44953
44954 \begin_layout Plain Layout
44955
44956 }
44957 \end_layout
44958
44959 \end_inset
44960
44961  RedOrange
44962 \end_layout
44963
44964 \end_inset
44965 </cell>
44966 <cell alignment="left" valignment="top" usebox="none">
44967 \begin_inset Text
44968
44969 \begin_layout Plain Layout
44970 \begin_inset ERT
44971 status collapsed
44972
44973 \begin_layout Plain Layout
44974
44975
44976 \backslash
44977 fcolorbox{black}{
44978 \end_layout
44979
44980 \end_inset
44981
44982 RedViolet
44983 \begin_inset ERT
44984 status collapsed
44985
44986 \begin_layout Plain Layout
44987
44988 }{
44989 \end_layout
44990
44991 \end_inset
44992
44993
44994 \begin_inset Phantom Phantom
44995 status open
44996
44997 \begin_layout Plain Layout
44998 W
44999 \end_layout
45000
45001 \end_inset
45002
45003
45004 \begin_inset ERT
45005 status collapsed
45006
45007 \begin_layout Plain Layout
45008
45009 }
45010 \end_layout
45011
45012 \end_inset
45013
45014  RedViolet
45015 \end_layout
45016
45017 \end_inset
45018 </cell>
45019 <cell alignment="left" valignment="top" usebox="none">
45020 \begin_inset Text
45021
45022 \begin_layout Plain Layout
45023 \begin_inset ERT
45024 status collapsed
45025
45026 \begin_layout Plain Layout
45027
45028
45029 \backslash
45030 fcolorbox{black}{
45031 \end_layout
45032
45033 \end_inset
45034
45035 Rhodamine
45036 \begin_inset ERT
45037 status collapsed
45038
45039 \begin_layout Plain Layout
45040
45041 }{
45042 \end_layout
45043
45044 \end_inset
45045
45046
45047 \begin_inset Phantom Phantom
45048 status open
45049
45050 \begin_layout Plain Layout
45051 W
45052 \end_layout
45053
45054 \end_inset
45055
45056
45057 \begin_inset ERT
45058 status collapsed
45059
45060 \begin_layout Plain Layout
45061
45062 }
45063 \end_layout
45064
45065 \end_inset
45066
45067  Rhodamine
45068 \end_layout
45069
45070 \end_inset
45071 </cell>
45072 </row>
45073 <row>
45074 <cell alignment="left" valignment="top" usebox="none">
45075 \begin_inset Text
45076
45077 \begin_layout Plain Layout
45078 \begin_inset ERT
45079 status collapsed
45080
45081 \begin_layout Plain Layout
45082
45083
45084 \backslash
45085 fcolorbox{black}{
45086 \end_layout
45087
45088 \end_inset
45089
45090 RoyalBlue
45091 \begin_inset ERT
45092 status collapsed
45093
45094 \begin_layout Plain Layout
45095
45096 }{
45097 \end_layout
45098
45099 \end_inset
45100
45101
45102 \begin_inset Phantom Phantom
45103 status open
45104
45105 \begin_layout Plain Layout
45106 W
45107 \end_layout
45108
45109 \end_inset
45110
45111
45112 \begin_inset ERT
45113 status collapsed
45114
45115 \begin_layout Plain Layout
45116
45117 }
45118 \end_layout
45119
45120 \end_inset
45121
45122  RoyalBlue
45123 \end_layout
45124
45125 \end_inset
45126 </cell>
45127 <cell alignment="left" valignment="top" usebox="none">
45128 \begin_inset Text
45129
45130 \begin_layout Plain Layout
45131 \begin_inset ERT
45132 status collapsed
45133
45134 \begin_layout Plain Layout
45135
45136
45137 \backslash
45138 fcolorbox{black}{
45139 \end_layout
45140
45141 \end_inset
45142
45143 RoyalPurple
45144 \begin_inset ERT
45145 status collapsed
45146
45147 \begin_layout Plain Layout
45148
45149 }{
45150 \end_layout
45151
45152 \end_inset
45153
45154
45155 \begin_inset Phantom Phantom
45156 status open
45157
45158 \begin_layout Plain Layout
45159 W
45160 \end_layout
45161
45162 \end_inset
45163
45164
45165 \begin_inset ERT
45166 status collapsed
45167
45168 \begin_layout Plain Layout
45169
45170 }
45171 \end_layout
45172
45173 \end_inset
45174
45175  RoyalPurple
45176 \end_layout
45177
45178 \end_inset
45179 </cell>
45180 <cell alignment="left" valignment="top" usebox="none">
45181 \begin_inset Text
45182
45183 \begin_layout Plain Layout
45184 \begin_inset ERT
45185 status collapsed
45186
45187 \begin_layout Plain Layout
45188
45189
45190 \backslash
45191 fcolorbox{black}{
45192 \end_layout
45193
45194 \end_inset
45195
45196 RubineRed
45197 \begin_inset ERT
45198 status collapsed
45199
45200 \begin_layout Plain Layout
45201
45202 }{
45203 \end_layout
45204
45205 \end_inset
45206
45207
45208 \begin_inset Phantom Phantom
45209 status open
45210
45211 \begin_layout Plain Layout
45212 W
45213 \end_layout
45214
45215 \end_inset
45216
45217
45218 \begin_inset ERT
45219 status collapsed
45220
45221 \begin_layout Plain Layout
45222
45223 }
45224 \end_layout
45225
45226 \end_inset
45227
45228  RubineRed
45229 \end_layout
45230
45231 \end_inset
45232 </cell>
45233 <cell alignment="left" valignment="top" usebox="none">
45234 \begin_inset Text
45235
45236 \begin_layout Plain Layout
45237 \begin_inset ERT
45238 status collapsed
45239
45240 \begin_layout Plain Layout
45241
45242
45243 \backslash
45244 fcolorbox{black}{
45245 \end_layout
45246
45247 \end_inset
45248
45249 Salmon
45250 \begin_inset ERT
45251 status collapsed
45252
45253 \begin_layout Plain Layout
45254
45255 }{
45256 \end_layout
45257
45258 \end_inset
45259
45260
45261 \begin_inset Phantom Phantom
45262 status open
45263
45264 \begin_layout Plain Layout
45265 W
45266 \end_layout
45267
45268 \end_inset
45269
45270
45271 \begin_inset ERT
45272 status collapsed
45273
45274 \begin_layout Plain Layout
45275
45276 }
45277 \end_layout
45278
45279 \end_inset
45280
45281  Salmon
45282 \end_layout
45283
45284 \end_inset
45285 </cell>
45286 </row>
45287 <row>
45288 <cell alignment="left" valignment="top" usebox="none">
45289 \begin_inset Text
45290
45291 \begin_layout Plain Layout
45292 \begin_inset ERT
45293 status collapsed
45294
45295 \begin_layout Plain Layout
45296
45297
45298 \backslash
45299 fcolorbox{black}{
45300 \end_layout
45301
45302 \end_inset
45303
45304 SeaGreen
45305 \begin_inset ERT
45306 status collapsed
45307
45308 \begin_layout Plain Layout
45309
45310 }{
45311 \end_layout
45312
45313 \end_inset
45314
45315
45316 \begin_inset Phantom Phantom
45317 status open
45318
45319 \begin_layout Plain Layout
45320 W
45321 \end_layout
45322
45323 \end_inset
45324
45325
45326 \begin_inset ERT
45327 status collapsed
45328
45329 \begin_layout Plain Layout
45330
45331 }
45332 \end_layout
45333
45334 \end_inset
45335
45336  SeaGreen
45337 \end_layout
45338
45339 \end_inset
45340 </cell>
45341 <cell alignment="left" valignment="top" usebox="none">
45342 \begin_inset Text
45343
45344 \begin_layout Plain Layout
45345 \begin_inset ERT
45346 status collapsed
45347
45348 \begin_layout Plain Layout
45349
45350
45351 \backslash
45352 fcolorbox{black}{
45353 \end_layout
45354
45355 \end_inset
45356
45357 Sepia
45358 \begin_inset ERT
45359 status collapsed
45360
45361 \begin_layout Plain Layout
45362
45363 }{
45364 \end_layout
45365
45366 \end_inset
45367
45368
45369 \begin_inset Phantom Phantom
45370 status open
45371
45372 \begin_layout Plain Layout
45373 W
45374 \end_layout
45375
45376 \end_inset
45377
45378
45379 \begin_inset ERT
45380 status collapsed
45381
45382 \begin_layout Plain Layout
45383
45384 }
45385 \end_layout
45386
45387 \end_inset
45388
45389  Sepia
45390 \end_layout
45391
45392 \end_inset
45393 </cell>
45394 <cell alignment="left" valignment="top" usebox="none">
45395 \begin_inset Text
45396
45397 \begin_layout Plain Layout
45398 \begin_inset ERT
45399 status collapsed
45400
45401 \begin_layout Plain Layout
45402
45403
45404 \backslash
45405 fcolorbox{black}{
45406 \end_layout
45407
45408 \end_inset
45409
45410 SkyBlue
45411 \begin_inset ERT
45412 status collapsed
45413
45414 \begin_layout Plain Layout
45415
45416 }{
45417 \end_layout
45418
45419 \end_inset
45420
45421
45422 \begin_inset Phantom Phantom
45423 status open
45424
45425 \begin_layout Plain Layout
45426 W
45427 \end_layout
45428
45429 \end_inset
45430
45431
45432 \begin_inset ERT
45433 status collapsed
45434
45435 \begin_layout Plain Layout
45436
45437 }
45438 \end_layout
45439
45440 \end_inset
45441
45442  SkyBlue
45443 \end_layout
45444
45445 \end_inset
45446 </cell>
45447 <cell alignment="left" valignment="top" usebox="none">
45448 \begin_inset Text
45449
45450 \begin_layout Plain Layout
45451 \begin_inset ERT
45452 status collapsed
45453
45454 \begin_layout Plain Layout
45455
45456
45457 \backslash
45458 fcolorbox{black}{
45459 \end_layout
45460
45461 \end_inset
45462
45463 SpringGreen
45464 \begin_inset ERT
45465 status collapsed
45466
45467 \begin_layout Plain Layout
45468
45469 }{
45470 \end_layout
45471
45472 \end_inset
45473
45474
45475 \begin_inset Phantom Phantom
45476 status open
45477
45478 \begin_layout Plain Layout
45479 W
45480 \end_layout
45481
45482 \end_inset
45483
45484
45485 \begin_inset ERT
45486 status collapsed
45487
45488 \begin_layout Plain Layout
45489
45490 }
45491 \end_layout
45492
45493 \end_inset
45494
45495  SpringGreen
45496 \end_layout
45497
45498 \end_inset
45499 </cell>
45500 </row>
45501 <row>
45502 <cell alignment="left" valignment="top" usebox="none">
45503 \begin_inset Text
45504
45505 \begin_layout Plain Layout
45506 \begin_inset ERT
45507 status collapsed
45508
45509 \begin_layout Plain Layout
45510
45511
45512 \backslash
45513 fcolorbox{black}{
45514 \end_layout
45515
45516 \end_inset
45517
45518 Tan
45519 \begin_inset ERT
45520 status collapsed
45521
45522 \begin_layout Plain Layout
45523
45524 }{
45525 \end_layout
45526
45527 \end_inset
45528
45529
45530 \begin_inset Phantom Phantom
45531 status open
45532
45533 \begin_layout Plain Layout
45534 W
45535 \end_layout
45536
45537 \end_inset
45538
45539
45540 \begin_inset ERT
45541 status collapsed
45542
45543 \begin_layout Plain Layout
45544
45545 }
45546 \end_layout
45547
45548 \end_inset
45549
45550  Tan
45551 \end_layout
45552
45553 \end_inset
45554 </cell>
45555 <cell alignment="left" valignment="top" usebox="none">
45556 \begin_inset Text
45557
45558 \begin_layout Plain Layout
45559 \begin_inset ERT
45560 status collapsed
45561
45562 \begin_layout Plain Layout
45563
45564
45565 \backslash
45566 fcolorbox{black}{
45567 \end_layout
45568
45569 \end_inset
45570
45571 TealBlue
45572 \begin_inset ERT
45573 status collapsed
45574
45575 \begin_layout Plain Layout
45576
45577 }{
45578 \end_layout
45579
45580 \end_inset
45581
45582
45583 \begin_inset Phantom Phantom
45584 status open
45585
45586 \begin_layout Plain Layout
45587 W
45588 \end_layout
45589
45590 \end_inset
45591
45592
45593 \begin_inset ERT
45594 status collapsed
45595
45596 \begin_layout Plain Layout
45597
45598 }
45599 \end_layout
45600
45601 \end_inset
45602
45603  TealBlue
45604 \end_layout
45605
45606 \end_inset
45607 </cell>
45608 <cell alignment="left" valignment="top" usebox="none">
45609 \begin_inset Text
45610
45611 \begin_layout Plain Layout
45612 \begin_inset ERT
45613 status collapsed
45614
45615 \begin_layout Plain Layout
45616
45617
45618 \backslash
45619 fcolorbox{black}{
45620 \end_layout
45621
45622 \end_inset
45623
45624 Thistle
45625 \begin_inset ERT
45626 status collapsed
45627
45628 \begin_layout Plain Layout
45629
45630 }{
45631 \end_layout
45632
45633 \end_inset
45634
45635
45636 \begin_inset Phantom Phantom
45637 status open
45638
45639 \begin_layout Plain Layout
45640 W
45641 \end_layout
45642
45643 \end_inset
45644
45645
45646 \begin_inset ERT
45647 status collapsed
45648
45649 \begin_layout Plain Layout
45650
45651 }
45652 \end_layout
45653
45654 \end_inset
45655
45656  Thistle
45657 \end_layout
45658
45659 \end_inset
45660 </cell>
45661 <cell alignment="left" valignment="top" usebox="none">
45662 \begin_inset Text
45663
45664 \begin_layout Plain Layout
45665 \begin_inset ERT
45666 status collapsed
45667
45668 \begin_layout Plain Layout
45669
45670
45671 \backslash
45672 fcolorbox{black}{
45673 \end_layout
45674
45675 \end_inset
45676
45677 Turquoise
45678 \begin_inset ERT
45679 status collapsed
45680
45681 \begin_layout Plain Layout
45682
45683 }{
45684 \end_layout
45685
45686 \end_inset
45687
45688
45689 \begin_inset Phantom Phantom
45690 status open
45691
45692 \begin_layout Plain Layout
45693 W
45694 \end_layout
45695
45696 \end_inset
45697
45698
45699 \begin_inset ERT
45700 status collapsed
45701
45702 \begin_layout Plain Layout
45703
45704 }
45705 \end_layout
45706
45707 \end_inset
45708
45709  Turquoise
45710 \end_layout
45711
45712 \end_inset
45713 </cell>
45714 </row>
45715 <row>
45716 <cell alignment="left" valignment="top" usebox="none">
45717 \begin_inset Text
45718
45719 \begin_layout Plain Layout
45720 \begin_inset ERT
45721 status collapsed
45722
45723 \begin_layout Plain Layout
45724
45725
45726 \backslash
45727 fcolorbox{black}{
45728 \end_layout
45729
45730 \end_inset
45731
45732 Violet
45733 \begin_inset ERT
45734 status collapsed
45735
45736 \begin_layout Plain Layout
45737
45738 }{
45739 \end_layout
45740
45741 \end_inset
45742
45743
45744 \begin_inset Phantom Phantom
45745 status open
45746
45747 \begin_layout Plain Layout
45748 W
45749 \end_layout
45750
45751 \end_inset
45752
45753
45754 \begin_inset ERT
45755 status collapsed
45756
45757 \begin_layout Plain Layout
45758
45759 }
45760 \end_layout
45761
45762 \end_inset
45763
45764  Violet
45765 \end_layout
45766
45767 \end_inset
45768 </cell>
45769 <cell alignment="left" valignment="top" usebox="none">
45770 \begin_inset Text
45771
45772 \begin_layout Plain Layout
45773 \begin_inset ERT
45774 status collapsed
45775
45776 \begin_layout Plain Layout
45777
45778
45779 \backslash
45780 fcolorbox{black}{
45781 \end_layout
45782
45783 \end_inset
45784
45785 VioletRed
45786 \begin_inset ERT
45787 status collapsed
45788
45789 \begin_layout Plain Layout
45790
45791 }{
45792 \end_layout
45793
45794 \end_inset
45795
45796
45797 \begin_inset Phantom Phantom
45798 status open
45799
45800 \begin_layout Plain Layout
45801 W
45802 \end_layout
45803
45804 \end_inset
45805
45806
45807 \begin_inset ERT
45808 status collapsed
45809
45810 \begin_layout Plain Layout
45811
45812 }
45813 \end_layout
45814
45815 \end_inset
45816
45817  VioletRed
45818 \end_layout
45819
45820 \end_inset
45821 </cell>
45822 <cell alignment="left" valignment="top" usebox="none">
45823 \begin_inset Text
45824
45825 \begin_layout Plain Layout
45826 \begin_inset ERT
45827 status collapsed
45828
45829 \begin_layout Plain Layout
45830
45831
45832 \backslash
45833 fcolorbox{black}{
45834 \end_layout
45835
45836 \end_inset
45837
45838 WildStrawberry
45839 \begin_inset ERT
45840 status collapsed
45841
45842 \begin_layout Plain Layout
45843
45844 }{
45845 \end_layout
45846
45847 \end_inset
45848
45849
45850 \begin_inset Phantom Phantom
45851 status open
45852
45853 \begin_layout Plain Layout
45854 W
45855 \end_layout
45856
45857 \end_inset
45858
45859
45860 \begin_inset ERT
45861 status collapsed
45862
45863 \begin_layout Plain Layout
45864
45865 }
45866 \end_layout
45867
45868 \end_inset
45869
45870  WildStrawberry
45871 \end_layout
45872
45873 \end_inset
45874 </cell>
45875 <cell alignment="left" valignment="top" usebox="none">
45876 \begin_inset Text
45877
45878 \begin_layout Plain Layout
45879 \begin_inset ERT
45880 status collapsed
45881
45882 \begin_layout Plain Layout
45883
45884
45885 \backslash
45886 fcolorbox{black}{
45887 \end_layout
45888
45889 \end_inset
45890
45891 YellowGreen
45892 \begin_inset ERT
45893 status collapsed
45894
45895 \begin_layout Plain Layout
45896
45897 }{
45898 \end_layout
45899
45900 \end_inset
45901
45902
45903 \begin_inset Phantom Phantom
45904 status open
45905
45906 \begin_layout Plain Layout
45907 W
45908 \end_layout
45909
45910 \end_inset
45911
45912
45913 \begin_inset ERT
45914 status collapsed
45915
45916 \begin_layout Plain Layout
45917
45918 }
45919 \end_layout
45920
45921 \end_inset
45922
45923  YellowGreen
45924 \end_layout
45925
45926 \end_inset
45927 </cell>
45928 </row>
45929 <row>
45930 <cell alignment="left" valignment="top" usebox="none">
45931 \begin_inset Text
45932
45933 \begin_layout Plain Layout
45934 \begin_inset ERT
45935 status collapsed
45936
45937 \begin_layout Plain Layout
45938
45939
45940 \backslash
45941 fcolorbox{black}{
45942 \end_layout
45943
45944 \end_inset
45945
45946 YellowOrange
45947 \begin_inset ERT
45948 status collapsed
45949
45950 \begin_layout Plain Layout
45951
45952 }{
45953 \end_layout
45954
45955 \end_inset
45956
45957
45958 \begin_inset Phantom Phantom
45959 status open
45960
45961 \begin_layout Plain Layout
45962 W
45963 \end_layout
45964
45965 \end_inset
45966
45967
45968 \begin_inset ERT
45969 status collapsed
45970
45971 \begin_layout Plain Layout
45972
45973 }
45974 \end_layout
45975
45976 \end_inset
45977
45978  YellowOrange
45979 \end_layout
45980
45981 \end_inset
45982 </cell>
45983 <cell alignment="left" valignment="top" usebox="none">
45984 \begin_inset Text
45985
45986 \begin_layout Plain Layout
45987
45988 \end_layout
45989
45990 \end_inset
45991 </cell>
45992 <cell alignment="left" valignment="top" usebox="none">
45993 \begin_inset Text
45994
45995 \begin_layout Plain Layout
45996
45997 \end_layout
45998
45999 \end_inset
46000 </cell>
46001 <cell alignment="left" valignment="top" usebox="none">
46002 \begin_inset Text
46003
46004 \begin_layout Plain Layout
46005
46006 \end_layout
46007
46008 \end_inset
46009 </cell>
46010 </row>
46011 </lyxtabular>
46012
46013 \end_inset
46014
46015
46016 \end_layout
46017
46018 \begin_layout Chapter
46019 Explication de l' équation
46020 \begin_inset space ~
46021 \end_inset
46022
46023 (
46024 \begin_inset CommandInset ref
46025 LatexCommand ref
46026 reference "eq:Wgn"
46027
46028 \end_inset
46029
46030 )
46031 \begin_inset CommandInset label
46032 LatexCommand label
46033 name "cha:Explication-de-l'Equation"
46034
46035 \end_inset
46036
46037
46038 \end_layout
46039
46040 \begin_layout Standard
46041 La largeur totale de 
46042 \emph on
46043 n
46044 \emph default
46045  cellules de tableau 
46046 \begin_inset Formula $L_{\mathrm{tot\, n}}$
46047 \end_inset
46048
46049  peut être calculée avec
46050 \begin_inset Formula 
46051 \begin{equation}
46052 L_{\mathrm{tot}\, n}=n\cdot(L_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46053 \end{equation}
46054
46055 \end_inset
46056
46057
46058 \end_layout
46059
46060 \begin_layout Standard
46061 où 
46062 \begin_inset Formula $L_{g\, n}$
46063 \end_inset
46064
46065  est la largeur fixe de toutes les cellules.
46066  
46067 \series bold
46068
46069 \backslash
46070 tabcolsep
46071 \series default
46072  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
46073  sa valeur implicite est 6
46074 \begin_inset space \thinspace{}
46075 \end_inset
46076
46077 pt.
46078  
46079 \series bold
46080
46081 \backslash
46082 arrayrulewidth
46083 \series default
46084  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
46085 \begin_inset space \thinspace{}
46086 \end_inset
46087
46088 pt.
46089 \end_layout
46090
46091 \begin_layout Standard
46092 D'après l'équation
46093 \begin_inset space ~
46094 \end_inset
46095
46096
46097 \begin_inset CommandInset ref
46098 LatexCommand eqref
46099 reference "eq:Wtot_n"
46100
46101 \end_inset
46102
46103 , la largeur totale d'une multi-colonnes, 
46104 \begin_inset Formula $L_{\mathrm{tot\, mult}}$
46105 \end_inset
46106
46107  est
46108 \begin_inset Formula 
46109 \begin{equation}
46110 L_{\mathrm{tot\, mult}}=L_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46111 \end{equation}
46112
46113 \end_inset
46114
46115
46116 \end_layout
46117
46118 \begin_layout Standard
46119 En posant que les équations 
46120 \begin_inset space ~
46121 \end_inset
46122
46123
46124 \begin_inset CommandInset ref
46125 LatexCommand eqref
46126 reference "eq:Wtot_n"
46127
46128 \end_inset
46129
46130  et 
46131 \begin_inset CommandInset ref
46132 LatexCommand eqref
46133 reference "eq:Wtot_mult"
46134
46135 \end_inset
46136
46137  sont égales, on peut calculer la largeur nécessaire 
46138 \begin_inset Formula $L_{g\, n}$
46139 \end_inset
46140
46141  quand 
46142 \emph on
46143 n
46144 \emph default
46145  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
46146  de 
46147 \begin_inset Formula $L_{\mathrm{tot\, mult}}/n$
46148 \end_inset
46149
46150 :
46151 \begin_inset Formula 
46152 \begin{equation}
46153 L_{g\, n}=\frac{L_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46154 \end{equation}
46155
46156 \end_inset
46157
46158
46159 \end_layout
46160
46161 \begin_layout Bibliography
46162 \begin_inset CommandInset bibitem
46163 LatexCommand bibitem
46164 key "latexcompanion"
46165
46166 \end_inset
46167
46168 Frank Mittelbach and Michel Goossens: 
46169 \emph on
46170 The LaTeX Companion Second Edition.
46171
46172 \emph default
46173  Addison-Wesley, 2004
46174 \end_layout
46175
46176 \begin_layout Bibliography
46177 \begin_inset CommandInset bibitem
46178 LatexCommand bibitem
46179 key "latexguide"
46180
46181 \end_inset
46182
46183 Helmut Kopka and Patrick W.
46184  Daly: 
46185 \emph on
46186 A Guide to LaTeX Fourth Edition.
46187
46188 \emph default
46189  Addison-Wesley, 2003
46190 \end_layout
46191
46192 \begin_layout Bibliography
46193 \begin_inset CommandInset bibitem
46194 LatexCommand bibitem
46195 key "latexbook"
46196
46197 \end_inset
46198
46199 Leslie Lamport: 
46200 \emph on
46201 LaTeX: A Document Preparation System.
46202
46203 \emph default
46204  Addison-Wesley, second edition, 1994
46205 \end_layout
46206
46207 \begin_layout Bibliography
46208 \begin_inset CommandInset bibitem
46209 LatexCommand bibitem
46210 key "arydshln"
46211
46212 \end_inset
46213
46214 Documentation du paquetage LaTeX
46215 \series bold
46216  
46217 \begin_inset CommandInset href
46218 LatexCommand href
46219 name "arydshln"
46220 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46221
46222 \end_inset
46223
46224
46225 \series default
46226
46227 \begin_inset Index idx
46228 status collapsed
46229
46230 \begin_layout Plain Layout
46231 Paquetages LaTeX ! arydshln
46232 \end_layout
46233
46234 \end_inset
46235
46236
46237 \end_layout
46238
46239 \begin_layout Bibliography
46240 \begin_inset CommandInset bibitem
46241 LatexCommand bibitem
46242 key "booktabs"
46243
46244 \end_inset
46245
46246 Documentation du paquetage LaTeX 
46247 \series bold
46248
46249 \begin_inset CommandInset href
46250 LatexCommand href
46251 name "booktabs"
46252 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46253
46254 \end_inset
46255
46256
46257 \series default
46258
46259 \begin_inset Index idx
46260 status collapsed
46261
46262 \begin_layout Plain Layout
46263 Paquetages LaTeX ! booktabs
46264 \end_layout
46265
46266 \end_inset
46267
46268
46269 \end_layout
46270
46271 \begin_layout Bibliography
46272 \begin_inset CommandInset bibitem
46273 LatexCommand bibitem
46274 key "caption"
46275
46276 \end_inset
46277
46278 Documentation du paquetage LaTeX 
46279 \series bold
46280
46281 \begin_inset CommandInset href
46282 LatexCommand href
46283 name "caption"
46284 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46285
46286 \end_inset
46287
46288
46289 \series default
46290
46291 \begin_inset Index idx
46292 status collapsed
46293
46294 \begin_layout Plain Layout
46295 Paquetages LaTeX ! caption
46296 \end_layout
46297
46298 \end_inset
46299
46300
46301 \end_layout
46302
46303 \begin_layout Bibliography
46304 \begin_inset CommandInset bibitem
46305 LatexCommand bibitem
46306 key "diagbox"
46307
46308 \end_inset
46309
46310 Documentation du paquetage LaTeX 
46311 \series bold
46312
46313 \begin_inset CommandInset href
46314 LatexCommand href
46315 name "diagbox"
46316 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46317
46318 \end_inset
46319
46320
46321 \series default
46322
46323 \begin_inset Index idx
46324 status collapsed
46325
46326 \begin_layout Plain Layout
46327 Paquetages LaTeX ! diagbox
46328 \end_layout
46329
46330 \end_inset
46331
46332
46333 \end_layout
46334
46335 \begin_layout Bibliography
46336 \begin_inset CommandInset bibitem
46337 LatexCommand bibitem
46338 key "endfloat"
46339
46340 \end_inset
46341
46342 Documentation du paquetage LaTeX 
46343 \series bold
46344
46345 \begin_inset CommandInset href
46346 LatexCommand href
46347 name "endfloat"
46348 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46349
46350 \end_inset
46351
46352
46353 \series default
46354
46355 \begin_inset Index idx
46356 status collapsed
46357
46358 \begin_layout Plain Layout
46359 Paquetages LaTeX ! endfloat
46360 \end_layout
46361
46362 \end_inset
46363
46364
46365 \end_layout
46366
46367 \begin_layout Bibliography
46368 \begin_inset CommandInset bibitem
46369 LatexCommand bibitem
46370 key "footmisc"
46371
46372 \end_inset
46373
46374 Documentation du paquetage LaTeX 
46375 \series bold
46376
46377 \begin_inset CommandInset href
46378 LatexCommand href
46379 name "footmisc"
46380 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46381
46382 \end_inset
46383
46384
46385 \series default
46386
46387 \begin_inset Index idx
46388 status collapsed
46389
46390 \begin_layout Plain Layout
46391 Paquetages LaTeX ! footmisc
46392 \end_layout
46393
46394 \end_inset
46395
46396
46397 \end_layout
46398
46399 \begin_layout Bibliography
46400 \begin_inset CommandInset bibitem
46401 LatexCommand bibitem
46402 key "hypcap"
46403
46404 \end_inset
46405
46406 Documentation du paquetage LaTeX 
46407 \series bold
46408
46409 \begin_inset CommandInset href
46410 LatexCommand href
46411 name "hypcap"
46412 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46413
46414 \end_inset
46415
46416
46417 \series default
46418
46419 \begin_inset Index idx
46420 status collapsed
46421
46422 \begin_layout Plain Layout
46423 Paquetages LaTeX ! hyperref
46424 \end_layout
46425
46426 \end_inset
46427
46428
46429 \end_layout
46430
46431 \begin_layout Bibliography
46432 \begin_inset CommandInset bibitem
46433 LatexCommand bibitem
46434 key "hyperref"
46435
46436 \end_inset
46437
46438 Documentation du paquetage LaTeX 
46439 \series bold
46440
46441 \begin_inset CommandInset href
46442 LatexCommand href
46443 name "hyperref"
46444 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46445
46446 \end_inset
46447
46448
46449 \series default
46450
46451 \begin_inset Index idx
46452 status collapsed
46453
46454 \begin_layout Plain Layout
46455 Paquetages LaTeX ! hyperref
46456 \end_layout
46457
46458 \end_inset
46459
46460
46461 \end_layout
46462
46463 \begin_layout Bibliography
46464 \begin_inset CommandInset bibitem
46465 LatexCommand bibitem
46466 key "KOMA-Script"
46467
46468 \end_inset
46469
46470 Documentation du paquetage LaTeX 
46471 \series bold
46472
46473 \begin_inset CommandInset href
46474 LatexCommand href
46475 name "KOMA-Script"
46476 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
46477
46478 \end_inset
46479
46480
46481 \series default
46482
46483 \begin_inset Index idx
46484 status collapsed
46485
46486 \begin_layout Plain Layout
46487 Paquetages LaTeX ! KOMA-Script
46488 \end_layout
46489
46490 \end_inset
46491
46492
46493 \end_layout
46494
46495 \begin_layout Bibliography
46496 \begin_inset CommandInset bibitem
46497 LatexCommand bibitem
46498 key "lettrine"
46499
46500 \end_inset
46501
46502 Documentation du paquetage LaTeX 
46503 \series bold
46504
46505 \begin_inset CommandInset href
46506 LatexCommand href
46507 name "lettrine"
46508 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46509
46510 \end_inset
46511
46512
46513 \series default
46514  et un 
46515 \begin_inset CommandInset href
46516 LatexCommand href
46517 name "exemple"
46518 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46519
46520 \end_inset
46521
46522
46523 \begin_inset Index idx
46524 status collapsed
46525
46526 \begin_layout Plain Layout
46527 Paquetages LaTeX ! lettrine
46528 \end_layout
46529
46530 \end_inset
46531
46532
46533 \end_layout
46534
46535 \begin_layout Bibliography
46536 \begin_inset CommandInset bibitem
46537 LatexCommand bibitem
46538 key "listings"
46539
46540 \end_inset
46541
46542 Documentation du paquetage LaTeX 
46543 \series bold
46544
46545 \begin_inset CommandInset href
46546 LatexCommand href
46547 name "listings"
46548 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46549
46550 \end_inset
46551
46552
46553 \series default
46554
46555 \begin_inset Index idx
46556 status collapsed
46557
46558 \begin_layout Plain Layout
46559 Paquetages LaTeX ! listings
46560 \end_layout
46561
46562 \end_inset
46563
46564
46565 \end_layout
46566
46567 \begin_layout Bibliography
46568 \begin_inset CommandInset bibitem
46569 LatexCommand bibitem
46570 key "marginnote"
46571
46572 \end_inset
46573
46574 Documentation du paquetage LaTeX 
46575 \series bold
46576
46577 \begin_inset CommandInset href
46578 LatexCommand href
46579 name "marginnote"
46580 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46581
46582 \end_inset
46583
46584
46585 \series default
46586
46587 \begin_inset Index idx
46588 status collapsed
46589
46590 \begin_layout Plain Layout
46591 Paquetages LaTeX ! marginnote
46592 \end_layout
46593
46594 \end_inset
46595
46596
46597 \end_layout
46598
46599 \begin_layout Bibliography
46600 \begin_inset CommandInset bibitem
46601 LatexCommand bibitem
46602 key "pdfpages"
46603
46604 \end_inset
46605
46606 Documentation du paquetage LaTeX 
46607 \series bold
46608
46609 \begin_inset CommandInset href
46610 LatexCommand href
46611 name "pdfpages"
46612 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46613
46614 \end_inset
46615
46616
46617 \series default
46618
46619 \begin_inset Index idx
46620 status collapsed
46621
46622 \begin_layout Plain Layout
46623 Paquetages LaTeX ! pdfpages
46624 \end_layout
46625
46626 \end_inset
46627
46628
46629 \end_layout
46630
46631 \begin_layout Bibliography
46632 \begin_inset CommandInset bibitem
46633 LatexCommand bibitem
46634 key "prettyref"
46635
46636 \end_inset
46637
46638 Documentation du paquetage LaTeX
46639 \series bold
46640  
46641 \begin_inset CommandInset href
46642 LatexCommand href
46643 name "prettyref"
46644 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46645
46646 \end_inset
46647
46648
46649 \series default
46650
46651 \begin_inset Index idx
46652 status collapsed
46653
46654 \begin_layout Plain Layout
46655 Paquetages LaTeX ! prettyref
46656 \end_layout
46657
46658 \end_inset
46659
46660
46661 \end_layout
46662
46663 \begin_layout Bibliography
46664 \begin_inset CommandInset bibitem
46665 LatexCommand bibitem
46666 key "pstricks"
46667
46668 \end_inset
46669
46670 Page Web du paquetage LaTeX 
46671 \series bold
46672
46673 \begin_inset CommandInset href
46674 LatexCommand href
46675 name "PSTricks"
46676 target "http://tug.org/PSTricks/"
46677
46678 \end_inset
46679
46680
46681 \series default
46682
46683 \begin_inset Index idx
46684 status collapsed
46685
46686 \begin_layout Plain Layout
46687 Paquetages LaTeX ! PSTricks
46688 \end_layout
46689
46690 \end_inset
46691
46692
46693 \end_layout
46694
46695 \begin_layout Bibliography
46696 \begin_inset CommandInset bibitem
46697 LatexCommand bibitem
46698 key "refstyle"
46699
46700 \end_inset
46701
46702 Documentation du paquetage LaTeX
46703 \series bold
46704  
46705 \begin_inset CommandInset href
46706 LatexCommand href
46707 name "refstyle"
46708 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
46709
46710 \end_inset
46711
46712
46713 \series default
46714
46715 \begin_inset Index idx
46716 status collapsed
46717
46718 \begin_layout Plain Layout
46719 Paquetages LaTeX ! refstyle
46720 \end_layout
46721
46722 \end_inset
46723
46724
46725 \end_layout
46726
46727 \begin_layout Bibliography
46728 \begin_inset CommandInset bibitem
46729 LatexCommand bibitem
46730 key "sidecap"
46731
46732 \end_inset
46733
46734 Documentation du paquetage LaTeX 
46735 \series bold
46736
46737 \begin_inset CommandInset href
46738 LatexCommand href
46739 name "sidecap"
46740 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46741
46742 \end_inset
46743
46744
46745 \series default
46746
46747 \begin_inset Index idx
46748 status collapsed
46749
46750 \begin_layout Plain Layout
46751 Paquetages LaTeX ! sidecap
46752 \end_layout
46753
46754 \end_inset
46755
46756
46757 \end_layout
46758
46759 \begin_layout Bibliography
46760 \begin_inset CommandInset bibitem
46761 LatexCommand bibitem
46762 key "NewInLyX20"
46763
46764 \end_inset
46765
46766
46767 \begin_inset CommandInset href
46768 LatexCommand href
46769 name "Page Wiki"
46770 target "http://wiki.lyx.org/LyX/NewInLyX20"
46771
46772 \end_inset
46773
46774  au sujet des nouveautés de 
46775 \family sans
46776 LyX 2.0
46777 \family default
46778 .
46779 \end_layout
46780
46781 \begin_layout Standard
46782 \begin_inset CommandInset index_print
46783 LatexCommand printindex
46784 type "idx"
46785
46786 \end_inset
46787
46788
46789 \end_layout
46790
46791 \end_body
46792 \end_document