]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
doc files: port recent changes from branch
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 508
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/fr/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC are numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{lightgrey}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94 % insert additional vertical space of
95 % 1.5 mm between footnotes
96 \let\myFoot\footnote
97 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
98
99 % number algorithm floats within chapters
100 \numberwithin{algorithm}{chapter}
101
102
103 % ------------------------------------
104 % used to check for needed LaTeX packages
105 \usepackage{ifthen}
106
107 % check for package arydshln
108 % used for tables with dashed lines
109 \newboolean{arydshln}
110 \IfFileExists{arydshln.sty}
111  {\usepackage{arydshln}
112   \setboolean{arydshln}{true}}
113  {\setboolean{arydshln}{false}}
114
115 % check for package marginnote
116 % used for margin notes
117 \newboolean{marginnote}
118 \IfFileExists{marginnote.sty}
119  {\usepackage{marginnote}
120   \let\marginpar\marginnote
121   \setboolean{marginnote}{true}}
122  {\setboolean{marginnote}{false}}
123
124 % check for package sidecap
125 % used for captions on the side
126 \newboolean{sidecap}
127 \IfFileExists{sidecap.sty}
128  {\usepackage{sidecap}
129   \setboolean{sidecap}{true}}
130  {\setboolean{sidecap}{false}}
131
132 % check for picinpar
133 % used for surrounded fixed objects
134 \newboolean{picinpar}
135 \IfFileExists{picinpar.sty}
136  {\usepackage{picinpar}
137   \setboolean{picinpar}{true}}
138  {\setboolean{picinpar}{false}}
139
140 % check for lettrine
141 \newboolean{lettrine}
142 \IfFileExists{lettrine.sty}
143  {\usepackage{lettrine}
144   \setboolean{lettrine}{true}}
145  {\setboolean{lettrine}{false}}
146
147 % check for diagbox
148 \newboolean{diagbox}
149 \IfFileExists{diagbox.sty}
150  {\usepackage{diagbox}
151   \setboolean{diagbox}{true}}
152  {\setboolean{diagbox}{false}}
153
154 % use normal list environments also in French documents
155 \@ifpackageloaded{babel}{%
156 \frenchbsetup{StandardLayout}
157 }{}
158 \end_preamble
159 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
160 \use_default_options false
161 \begin_modules
162 initials
163 graphicboxes
164 \end_modules
165 \maintain_unincluded_children false
166 \language french
167 \language_package default
168 \inputencoding auto
169 \fontencoding global
170 \font_roman "lmodern" "default"
171 \font_sans "lmss" "default"
172 \font_typewriter "lmtt" "default"
173 \font_math "auto" "auto"
174 \font_default_family default
175 \use_non_tex_fonts false
176 \font_sc false
177 \font_osf false
178 \font_sf_scale 100 100
179 \font_tt_scale 100 100
180 \graphics default
181 \default_output_format pdf2
182 \output_sync 0
183 \bibtex_command default
184 \index_command default
185 \paperfontsize 12
186 \spacing single
187 \use_hyperref true
188 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
189 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
190 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
191 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
192 \pdf_bookmarks true
193 \pdf_bookmarksnumbered true
194 \pdf_bookmarksopen true
195 \pdf_bookmarksopenlevel 1
196 \pdf_breaklinks false
197 \pdf_pdfborder false
198 \pdf_colorlinks true
199 \pdf_backref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
202 \papersize default
203 \use_geometry false
204 \use_package amsmath 2
205 \use_package amssymb 2
206 \use_package cancel 0
207 \use_package esint 0
208 \use_package mathdots 1
209 \use_package mathtools 0
210 \use_package mhchem 1
211 \use_package stackrel 0
212 \use_package stmaryrd 0
213 \use_package undertilde 0
214 \cite_engine basic
215 \cite_engine_type default
216 \biblio_style plain
217 \use_bibtopic false
218 \use_indices false
219 \paperorientation portrait
220 \suppress_date false
221 \justification true
222 \use_refstyle 0
223 \notefontcolor #0000ff
224 \index Index
225 \shortcut idx
226 \color #008000
227 \end_index
228 \secnumdepth 3
229 \tocdepth 3
230 \paragraph_separation skip
231 \defskip medskip
232 \quotes_language french
233 \papercolumns 1
234 \papersides 2
235 \paperpagestyle default
236 \tracking_changes false
237 \output_changes false
238 \html_math_output 0
239 \html_css_as_file 0
240 \html_be_strict false
241 \end_header
242
243 \begin_body
244
245 \begin_layout Title
246 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
247  les boîtes et les objets externes de \SpecialChar LyX
248
249 \end_layout
250
251 \begin_layout Author
252 par l'Équipe \SpecialChar LyX
253
254 \begin_inset Foot
255 status collapsed
256
257 \begin_layout Plain Layout
258 \noindent
259 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
260  de la documentation de \SpecialChar LyX
261
262 \begin_inset CommandInset href
263 LatexCommand href
264 name "lyx-docs@lists.lyx.org"
265 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
266 type "mailto:"
267
268 \end_inset
269
270
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Note Note
277 status collapsed
278
279 \begin_layout Plain Layout
280 auteur original : Uwe Stöhr
281 \end_layout
282
283 \begin_layout Plain Layout
284 Traduction française : Siegfried Meunier-Guttin-Cluzel
285 \end_layout
286
287 \begin_layout Plain Layout
288 remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Insertio
289 n/Navigation, 31/10/2012, JPChrétien
290 \end_layout
291
292 \begin_layout Plain Layout
293 version initiale 2.1.x avril 2014, mise à jour J.P.
294  Chrétien
295 \end_layout
296
297 \begin_layout Plain Layout
298 Remplacement de « appendice » par « annexe », 31/12/2014 (JPC)
299 \end_layout
300
301 \begin_layout Plain Layout
302 Mise à jour pour 2.2, 26 janvier 2016 (JPC)
303 \end_layout
304
305 \begin_layout Plain Layout
306 Mise à jour pour 2.2.3, section 2.11.3, 7 janvier 2017 (JPC)
307 \end_layout
308
309 \end_inset
310
311
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \begin_inset Newline newline
317 \end_inset
318
319
320 \family sans
321 Version 2.2.x
322 \end_layout
323
324 \begin_layout Standard
325 \begin_inset CommandInset toc
326 LatexCommand tableofcontents
327
328 \end_inset
329
330
331 \end_layout
332
333 \begin_layout Standard
334 \begin_inset Note Note
335 status open
336
337 \begin_layout Plain Layout
338 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages \SpecialChar LaTeX
339  
340 \series bold
341 arydshln
342 \series default
343
344 \series bold
345 colortbl
346 \series default
347
348 \series bold
349 diagbox, lettrine, marginnote, picinpar
350 \series default
351 , et 
352 \series bold
353 sidecap
354 \series default
355  doivent être installés.
356  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
357  les sections qui nécessitent les paquetages en question n'apparaîtront
358  pas sur la sortie.
359 \end_layout
360
361 \begin_layout Plain Layout
362 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
363 \begin_inset Newline newline
364 \end_inset
365
366
367 \series bold
368 http://wiki.lyx.org/\SpecialChar LyX
369 /Manuals#EmbeddedObjects
370 \end_layout
371
372 \end_inset
373
374
375 \end_layout
376
377 \begin_layout Chapter
378 Figures
379 \begin_inset Index idx
380 status collapsed
381
382 \begin_layout Plain Layout
383 Figures
384 \end_layout
385
386 \end_inset
387
388
389 \begin_inset Index idx
390 status collapsed
391
392 \begin_layout Plain Layout
393 Graphiques|see
394 \begin_inset ERT
395 status collapsed
396
397 \begin_layout Plain Layout
398
399 {
400 \end_layout
401
402 \end_inset
403
404 Figures
405 \begin_inset ERT
406 status collapsed
407
408 \begin_layout Plain Layout
409
410 }
411 \end_layout
412
413 \end_inset
414
415
416 \end_layout
417
418 \end_inset
419
420
421 \end_layout
422
423 \begin_layout Section
424 La fenêtre de dialogue graphique
425 \begin_inset Index idx
426 status collapsed
427
428 \begin_layout Plain Layout
429 Figures ! Fenêtre de dialogue Graphique
430 \end_layout
431
432 \end_inset
433
434
435 \begin_inset CommandInset label
436 LatexCommand label
437 name "sec:Graphics-Dialog"
438
439 \end_inset
440
441
442 \end_layout
443
444 \begin_layout Standard
445 Pour placer une figure dans votre document, cliquez sur le bouton 
446 \begin_inset Info
447 type  "icon"
448 arg   "dialog-show-new-inset graphics"
449 \end_inset
450
451  dans la barre d'outils, ou faites 
452 \family sans
453 Insertion\SpecialChar menuseparator
454 Graphique
455 \family default
456 .
457  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
458  à charger.
459  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
460  dans le texte.
461 \end_layout
462
463 \begin_layout Standard
464 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
465  sur une image
466 \begin_inset Note Note
467 status collapsed
468
469 \begin_layout Plain Layout
470 Ça marche aussi avec le bouton gauche ! (NdT)
471 \end_layout
472
473 \end_inset
474
475 .
476  Cette fenêtre de dialogue possède trois onglets:
477 \end_layout
478
479 \begin_layout Description
480 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
481  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
482  Les unités de longueurs utilisées sont décrites dans l'annexe
483 \begin_inset space ~
484 \end_inset
485
486
487 \begin_inset CommandInset ref
488 LatexCommand ref
489 reference "cha:Unités-de-longueur"
490
491 \end_inset
492
493 .
494 \begin_inset Newline newline
495 \end_inset
496
497
498 \begin_inset Index idx
499 status collapsed
500
501 \begin_layout Plain Layout
502 Figures ! Pivotées
503 \end_layout
504
505 \end_inset
506
507 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
508  d'une montre, en donnant l'angle de rotation et la position du pivot.
509  L'image apparaîtra pivotée dans \SpecialChar LyX
510 .
511 \begin_inset Newline newline
512 \end_inset
513
514
515 \begin_inset Index idx
516 status collapsed
517
518 \begin_layout Plain Layout
519 Figures ! Redimensionnées
520 \end_layout
521
522 \end_inset
523
524 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
525  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
526  sa largeur.
527  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
528  déterminée automatiquement.
529  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
530  éventuellement une distorsion.
531  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
532  
533 \family sans
534 Conserver
535 \begin_inset space ~
536 \end_inset
537
538 les
539 \begin_inset space ~
540 \end_inset
541
542 proportions
543 \family default
544 .
545  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
546  pas les valeurs fixées.
547  
548 \begin_inset Newline newline
549 \end_inset
550
551 Les images peuvent être modifiée en utilisant le programme de votre choix
552  en faisant un clic droit dessus et en choisissant 
553 \family sans
554 Éditer le fichier ailleurs
555 \family default
556  dans le menu contextuel qui apparaît.
557  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
558  
559 \family sans
560 Formats
561 \begin_inset space ~
562 \end_inset
563
564 de
565 \begin_inset space ~
566 \end_inset
567
568 fichiers
569 \family default
570  dans la fenêtre de dialogue de 
571 \family sans
572 Préférences
573 \family default
574  de \SpecialChar LyX
575 .
576 \end_layout
577
578 \begin_layout Description
579 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
580  la sortie finale est de modifier les coordonnées de la zone de l'image
581  qui est affichée.
582  Cette zone peut être calculée automatiquement à partir des données présentes
583  dans le fichier en appuyant sur le bouton 
584 \family sans
585 Valeurs
586 \begin_inset space ~
587 \end_inset
588
589 du
590 \begin_inset space ~
591 \end_inset
592
593 Fichier
594 \family default
595 .
596  Avec l'option 
597 \family sans
598 Couper
599 \begin_inset space ~
600 \end_inset
601
602 à
603 \begin_inset space ~
604 \end_inset
605
606 la
607 \begin_inset space ~
608 \end_inset
609
610 boîte
611 \begin_inset space ~
612 \end_inset
613
614 de
615 \begin_inset space ~
616 \end_inset
617
618 délimitation, 
619 \family default
620 seule la portion de l'image qui est dans la zone définie sera imprimée.
621  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
622  donc vous pouvez ignorer l'onglet 
623 \family sans
624 Rogner
625 \family default
626 .
627 \end_layout
628
629 \begin_layout Description
630
631 \family sans
632 Options
633 \begin_inset space ~
634 \end_inset
635
636 \SpecialChar LaTeX
637
638 \begin_inset space ~
639 \end_inset
640
641 et
642 \begin_inset space ~
643 \end_inset
644
645 \SpecialChar LyX
646
647 \family default
648  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans \SpecialChar LyX
649  et les
650  experts ès-\SpecialChar LaTeX
651  pourront fournir des options supplémentaires pour \SpecialChar LaTeX
652
653 \begin_inset Newline newline
654 \end_inset
655
656 L'option 
657 \family sans
658 Mode brouillon
659 \family default
660  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
661  avec la taille de l'image.
662 \begin_inset Newline newline
663 \end_inset
664
665 Dans la section 
666 \family sans
667 Groupe
668 \begin_inset space ~
669 \end_inset
670
671 de
672 \begin_inset space ~
673 \end_inset
674
675 graphiques
676 \family default
677  vous pouvez définir ou de choisir un groupe de paramètres d'image
678 \begin_inset Index idx
679 status collapsed
680
681 \begin_layout Plain Layout
682 Figures ! Groupes de paramétrisation
683 \end_layout
684
685 \end_inset
686
687 .
688  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
689  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
690  les autres soient automatiquement modifiées de la même manière.
691  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
692  avoir à modifier leur taille manuellement une par une.
693  On peut rattacher une image à un groupe existant en utilisant le menu contextue
694 l de l'image et en cochant le nom du groupe dans la liste
695 \begin_inset Foot
696 status collapsed
697
698 \begin_layout Plain Layout
699 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
700 \end_layout
701
702 \end_inset
703
704 .
705 \end_layout
706
707 \begin_layout Standard
708 \begin_inset VSpace bigskip
709 \end_inset
710
711
712 \end_layout
713
714 \begin_layout Standard
715 Voici un exemple d'image au format EPS
716 \begin_inset Foot
717 status collapsed
718
719 \begin_layout Plain Layout
720 Les format d'images sont décrits dans la section
721 \begin_inset space ~
722 \end_inset
723
724
725 \begin_inset CommandInset ref
726 LatexCommand ref
727 reference "sec:Image-Formats"
728
729 \end_inset
730
731 .
732 \end_layout
733
734 \end_inset
735
736  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
737 nt:
738 \end_layout
739
740 \begin_layout Standard
741 \align center
742 \begin_inset Graphics
743         filename ../clipart/mobius.eps
744         scale 70
745         scaleBeforeRotation
746         rotateOrigin center
747
748 \end_inset
749
750
751 \end_layout
752
753 \begin_layout Standard
754 Et voici la même image mais en mode brouillon:
755 \end_layout
756
757 \begin_layout Standard
758 \align center
759 \begin_inset Graphics
760         filename ../clipart/mobius.eps
761         scale 70
762         draft
763         scaleBeforeRotation
764         rotateOrigin center
765
766 \end_inset
767
768
769 \end_layout
770
771 \begin_layout Section
772 Figures flottantes
773 \begin_inset CommandInset label
774 LatexCommand label
775 name "sec:Figure-Floats"
776
777 \end_inset
778
779
780 \begin_inset Index idx
781 status collapsed
782
783 \begin_layout Plain Layout
784 Flottants ! Figures
785 \end_layout
786
787 \end_inset
788
789
790 \begin_inset Index idx
791 status collapsed
792
793 \begin_layout Plain Layout
794 Figures ! Flottants
795 \end_layout
796
797 \end_inset
798
799
800 \end_layout
801
802 \begin_layout Standard
803 Pour des explications d'ordre général concernant les flottants, jetez un
804  coup d'œil à la section
805 \begin_inset space ~
806 \end_inset
807
808
809 \begin_inset CommandInset ref
810 LatexCommand ref
811 reference "sec:Flottants-Introduction"
812
813 \end_inset
814
815 .
816 \end_layout
817
818 \begin_layout Standard
819 Le bouton 
820 \begin_inset Info
821 type  "icon"
822 arg   "float-insert figure"
823 \end_inset
824
825  de la barre d'outils et le menu 
826 \family sans
827 Insertion\SpecialChar menuseparator
828 Flottant\SpecialChar menuseparator
829 Figure
830 \family default
831  insèrent un flottant avec l'étiquette 
832 \begin_inset Quotes fld
833 \end_inset
834
835
836 \series bold
837 Figure
838 \begin_inset space ~
839 \end_inset
840
841 #:
842 \series default
843
844 \begin_inset Quotes frd
845 \end_inset
846
847  (# est le numéro réel de l'image).
848  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
849 \begin_inset space ~
850 \end_inset
851
852
853 \begin_inset CommandInset ref
854 LatexCommand ref
855 reference "fig:kill-plat"
856
857 \end_inset
858
859  ou en dessous de la légende comme pour la Figure
860 \begin_inset space ~
861 \end_inset
862
863
864 \begin_inset CommandInset ref
865 LatexCommand ref
866 reference "fig:escher"
867
868 \end_inset
869
870 .
871  Vous trouverez plus d'information sur le positionnement des légendes dans
872  la section
873 \begin_inset space ~
874 \end_inset
875
876
877 \begin_inset CommandInset ref
878 LatexCommand ref
879 reference "sec:Placement-légende"
880
881 \end_inset
882
883 .
884 \end_layout
885
886 \begin_layout Standard
887 \begin_inset Float figure
888 wide false
889 sideways false
890 status open
891
892 \begin_layout Plain Layout
893 \align center
894 \begin_inset Graphics
895         filename ../clipart/platypus.eps
896         width 50col%
897         scaleBeforeRotation
898         rotateOrigin center
899
900 \end_inset
901
902
903 \end_layout
904
905 \begin_layout Plain Layout
906 \begin_inset Caption Standard
907
908 \begin_layout Plain Layout
909 \begin_inset CommandInset label
910 LatexCommand label
911 name "fig:kill-plat"
912
913 \end_inset
914
915 Un ornithorynque sévèrement déformé dans un flottant de figure.
916 \end_layout
917
918 \end_inset
919
920
921 \end_layout
922
923 \end_inset
924
925
926 \end_layout
927
928 \begin_layout Standard
929 \begin_inset Float figure
930 wide false
931 sideways false
932 status open
933
934 \begin_layout Plain Layout
935 \begin_inset Caption Standard
936
937 \begin_layout Plain Layout
938 \begin_inset CommandInset label
939 LatexCommand label
940 name "fig:escher"
941
942 \end_inset
943
944 M.C.
945  Escher sous LSD.
946 \end_layout
947
948 \end_inset
949
950
951 \end_layout
952
953 \begin_layout Plain Layout
954 \align center
955 \begin_inset Graphics
956         filename ../clipart/escher-lsd.eps
957         scale 80
958         scaleBeforeRotation
959         rotateOrigin center
960
961 \end_inset
962
963
964 \end_layout
965
966 \end_inset
967
968
969 \end_layout
970
971 \begin_layout Standard
972 \begin_inset Index idx
973 status collapsed
974
975 \begin_layout Plain Layout
976 References@Références ! à des Figures
977 \end_layout
978
979 \end_inset
980
981 Les figure
982 \begin_inset space ~
983 \end_inset
984
985
986 \begin_inset CommandInset ref
987 LatexCommand ref
988 reference "fig:kill-plat"
989
990 \end_inset
991
992  et 
993 \begin_inset CommandInset ref
994 LatexCommand ref
995 reference "fig:escher"
996
997 \end_inset
998
999  sont des exemples de figures référencées.
1000  Dans le texte, on fait référence à une figure en faisant référence à sa
1001  légende.
1002  On insère donc une étiquette dans la légende en utilisant le menu 
1003 \family sans
1004 Insertion
1005 \family default
1006 \SpecialChar menuseparator
1007
1008 \family sans
1009 Étiquette
1010 \family default
1011  ou le bouton 
1012 \begin_inset Info
1013 type  "icon"
1014 arg   "label-insert"
1015 \end_inset
1016
1017  de la barre d'outils.
1018  On peut alors faire référence à cette étiquette en utilisant le menu 
1019 \family sans
1020 Insertion\SpecialChar menuseparator
1021 Référence
1022 \begin_inset space ~
1023 \end_inset
1024
1025 croisée
1026 \family default
1027  ou le bouton 
1028 \begin_inset Info
1029 type  "icon"
1030 arg   "dialog-show-new-inset ref"
1031 \end_inset
1032
1033  de la barre d'outils.
1034  Il est important d'utiliser des références pour les flottants de figures
1035  plutôt que des locutions vagues du genre 
1036 \begin_inset Quotes fld
1037 \end_inset
1038
1039 la figure ci-dessous
1040 \begin_inset Quotes frd
1041 \end_inset
1042
1043 , puisque \SpecialChar LaTeX
1044  va repositionner la figure dans le document final.
1045  Votre figure risque de ne plus être ci-dessous du tout !
1046 \begin_inset Newline newline
1047 \end_inset
1048
1049 Le référencement est expliqué plus en détail dans la section
1050 \begin_inset space ~
1051 \end_inset
1052
1053
1054 \begin_inset CommandInset ref
1055 LatexCommand ref
1056 reference "sec:Referencer-les-Flottants"
1057
1058 \end_inset
1059
1060 .
1061 \end_layout
1062
1063 \begin_layout Standard
1064 En principe on met une seule figure dans un flottant, mais parfois vous
1065  pouvez vouloir deux figures avec chacune sa sous-légende.
1066  C'est possible en insérant des flottants d'image dans des flottants d'image
1067  existants.
1068  Notez que seule la légende principale des flottants est reprise dans la
1069  liste des figures.
1070  La figure
1071 \begin_inset space ~
1072 \end_inset
1073
1074
1075 \begin_inset CommandInset ref
1076 LatexCommand ref
1077 reference "fig:Deux-images-déformées"
1078
1079 \end_inset
1080
1081  est un exemple de flottant de figure avec deux images mises l'une à côté
1082  de l'autre.
1083  Vous pouvez aussi mettre les images les unes sous les autres.
1084  Les figures
1085 \begin_inset space ~
1086 \end_inset
1087
1088
1089 \begin_inset CommandInset ref
1090 LatexCommand ref
1091 reference "fig:Structure-indéfinissable"
1092
1093 \end_inset
1094
1095  et 
1096 \begin_inset CommandInset ref
1097 LatexCommand ref
1098 reference "fig:Un-ornithorynque"
1099
1100 \end_inset
1101
1102  sont des sous-figures.
1103 \end_layout
1104
1105 \begin_layout Standard
1106 \begin_inset Float figure
1107 wide false
1108 sideways false
1109 status open
1110
1111 \begin_layout Plain Layout
1112 \begin_inset space \hfill{}
1113 \end_inset
1114
1115
1116 \begin_inset Float figure
1117 wide false
1118 sideways false
1119 status collapsed
1120
1121 \begin_layout Plain Layout
1122 \begin_inset Caption Standard
1123
1124 \begin_layout Plain Layout
1125 \begin_inset CommandInset label
1126 LatexCommand label
1127 name "fig:Structure-indéfinissable"
1128
1129 \end_inset
1130
1131 Structure indéfinissable
1132 \end_layout
1133
1134 \end_inset
1135
1136
1137 \end_layout
1138
1139 \begin_layout Plain Layout
1140 \begin_inset Graphics
1141         filename ../clipart/escher-lsd.eps
1142         width 45col%
1143         scaleBeforeRotation
1144         groupId Déformés
1145
1146 \end_inset
1147
1148
1149 \end_layout
1150
1151 \end_inset
1152
1153
1154 \begin_inset space \hfill{}
1155 \end_inset
1156
1157
1158 \begin_inset Float figure
1159 wide false
1160 sideways false
1161 status collapsed
1162
1163 \begin_layout Plain Layout
1164 \begin_inset Caption Standard
1165
1166 \begin_layout Plain Layout
1167 \begin_inset CommandInset label
1168 LatexCommand label
1169 name "fig:Un-ornithorynque"
1170
1171 \end_inset
1172
1173 Un ornithorynque
1174 \end_layout
1175
1176 \end_inset
1177
1178
1179 \end_layout
1180
1181 \begin_layout Plain Layout
1182 \begin_inset Graphics
1183         filename ../clipart/platypus.eps
1184         width 45col%
1185         scaleBeforeRotation
1186         groupId Déformés
1187
1188 \end_inset
1189
1190
1191 \end_layout
1192
1193 \end_inset
1194
1195
1196 \begin_inset space \hfill{}
1197 \end_inset
1198
1199
1200 \end_layout
1201
1202 \begin_layout Plain Layout
1203 \begin_inset Caption Standard
1204
1205 \begin_layout Plain Layout
1206 \begin_inset CommandInset label
1207 LatexCommand label
1208 name "fig:Deux-images-déformées"
1209
1210 \end_inset
1211
1212 Deux images déformées.
1213  Les deux images font partie du groupe de paramétrisation 
1214 \begin_inset Quotes fld
1215 \end_inset
1216
1217 déformés
1218 \begin_inset Quotes frd
1219 \end_inset
1220
1221 .
1222 \end_layout
1223
1224 \end_inset
1225
1226
1227 \end_layout
1228
1229 \end_inset
1230
1231
1232 \end_layout
1233
1234 \begin_layout Section
1235 Les formats d'images
1236 \begin_inset CommandInset label
1237 LatexCommand label
1238 name "sec:Image-Formats"
1239
1240 \end_inset
1241
1242
1243 \begin_inset Index idx
1244 status collapsed
1245
1246 \begin_layout Plain Layout
1247 Formats d' images
1248 \end_layout
1249
1250 \end_inset
1251
1252
1253 \begin_inset Index idx
1254 status collapsed
1255
1256 \begin_layout Plain Layout
1257 Figures ! Formats d'images
1258 \end_layout
1259
1260 \end_inset
1261
1262
1263 \end_layout
1264
1265 \begin_layout Standard
1266 Vous pouvez insérer des images dans n'importe quel format connu.
1267  Mais, comme nous l'avons expliqué dans l'annexe
1268 \begin_inset space ~
1269 \end_inset
1270
1271
1272 \begin_inset CommandInset ref
1273 LatexCommand ref
1274 reference "cha:Formats-fichiers-graphiques"
1275
1276 \end_inset
1277
1278 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1279  de formats d'images.
1280  Pour s'en sortir \SpecialChar LyX
1281  utilise le programme 
1282 \family typewriter
1283 ImageMagick
1284 \family default
1285  en arrière plan pour convertir les formats que vous utilisez dans un des
1286  formats acceptés par le format de sortie.
1287  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1288 ons en n'utilisant que les formats listés dans les sous sections de l'annexe
1289 \begin_inset space ~
1290 \end_inset
1291
1292
1293 \begin_inset CommandInset ref
1294 LatexCommand ref
1295 reference "cha:Formats-fichiers-graphiques"
1296
1297 \end_inset
1298
1299 .
1300 \end_layout
1301
1302 \begin_layout Standard
1303 Comme pour les polices de caractères, il y a deux grands types de formats
1304  d'images:
1305 \end_layout
1306
1307 \begin_layout Description
1308 Les
1309 \begin_inset space ~
1310 \end_inset
1311
1312 images
1313 \begin_inset space ~
1314 \end_inset
1315
1316 Matricielles
1317 \begin_inset space ~
1318 \end_inset
1319
1320 (ou
1321 \begin_inset space ~
1322 \end_inset
1323
1324 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1325  enregistrés sous un format compressé.
1326  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1327  petits carrés quand on utilise des agrandissements trop importants (aspect
1328  
1329 \begin_inset Quotes fld
1330 \end_inset
1331
1332 pixellisé
1333 \begin_inset Quotes frd
1334 \end_inset
1335
1336 ).
1337  Les formats matriciels les plus connus sont le GIF (
1338 \begin_inset Quotes fld
1339 \end_inset
1340
1341 Graphics Interchange Format
1342 \begin_inset Quotes frd
1343 \end_inset
1344
1345 , avec comme suffixe de fichier 
1346 \begin_inset Quotes fld
1347 \end_inset
1348
1349
1350 \family typewriter
1351 .gif
1352 \family default
1353
1354 \begin_inset Quotes frd
1355 \end_inset
1356
1357 )
1358 \begin_inset Index idx
1359 status collapsed
1360
1361 \begin_layout Plain Layout
1362 GIF|see
1363 \begin_inset ERT
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367
1368 {
1369 \end_layout
1370
1371 \end_inset
1372
1373 Format d'image
1374 \begin_inset ERT
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378
1379 }
1380 \end_layout
1381
1382 \end_inset
1383
1384
1385 \end_layout
1386
1387 \end_inset
1388
1389 , le PNG (
1390 \begin_inset Quotes fld
1391 \end_inset
1392
1393 Portable Network Graphics
1394 \begin_inset Quotes frd
1395 \end_inset
1396
1397 , suffixe 
1398 \begin_inset Quotes fld
1399 \end_inset
1400
1401
1402 \family typewriter
1403 .png
1404 \family default
1405
1406 \begin_inset Quotes frd
1407 \end_inset
1408
1409 )
1410 \begin_inset Index idx
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 PNG|see
1415 \begin_inset ERT
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419
1420 {
1421 \end_layout
1422
1423 \end_inset
1424
1425 Formats d'image
1426 \begin_inset ERT
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430
1431 }
1432 \end_layout
1433
1434 \end_inset
1435
1436
1437 \end_layout
1438
1439 \end_inset
1440
1441  et le JPG (
1442 \begin_inset Quotes fld
1443 \end_inset
1444
1445 Joint Photographic Expert Group
1446 \begin_inset Quotes frd
1447 \end_inset
1448
1449 , suffixe 
1450 \begin_inset Quotes fld
1451 \end_inset
1452
1453
1454 \family typewriter
1455 .jpg
1456 \family default
1457
1458 \begin_inset Quotes frd
1459 \end_inset
1460
1461  ou 
1462 \begin_inset Quotes fld
1463 \end_inset
1464
1465
1466 \family typewriter
1467 .jpeg
1468 \family default
1469
1470 \begin_inset Quotes frd
1471 \end_inset
1472
1473 )
1474 \begin_inset Index idx
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478 JPG|see
1479 \begin_inset ERT
1480 status collapsed
1481
1482 \begin_layout Plain Layout
1483
1484 {
1485 \end_layout
1486
1487 \end_inset
1488
1489 Formats d'image
1490 \begin_inset ERT
1491 status collapsed
1492
1493 \begin_layout Plain Layout
1494
1495 }
1496 \end_layout
1497
1498 \end_inset
1499
1500
1501 \end_layout
1502
1503 \end_inset
1504
1505 .
1506 \end_layout
1507
1508 \begin_layout Description
1509 Les
1510 \begin_inset space ~
1511 \end_inset
1512
1513 images
1514 \begin_inset space ~
1515 \end_inset
1516
1517 Vectorielles
1518 \begin_inset space ~
1519 \end_inset
1520
1521 (ou
1522 \begin_inset space ~
1523 \end_inset
1524
1525 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1526  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1527 nnée comme on le veut sans perte de précision.
1528  La possibilité de redimensionner les images est très utilisé pour les présentat
1529 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1530 nnement.
1531  Le redimensionnement permet aussi de présenter des documents en ligne où
1532  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1533  étudier les détails.
1534 \begin_inset Newline newline
1535 \end_inset
1536
1537 Les principaux formats vectoriels sont le SVG (
1538 \begin_inset Quotes fld
1539 \end_inset
1540
1541 Scalable Vector Graphics
1542 \begin_inset Quotes frd
1543 \end_inset
1544
1545 , suffixe 
1546 \begin_inset Quotes fld
1547 \end_inset
1548
1549
1550 \family typewriter
1551 .svg
1552 \family default
1553
1554 \begin_inset Quotes frd
1555 \end_inset
1556
1557 )
1558 \begin_inset Index idx
1559 status collapsed
1560
1561 \begin_layout Plain Layout
1562 SVG|see
1563 \begin_inset ERT
1564 status collapsed
1565
1566 \begin_layout Plain Layout
1567
1568 {
1569 \end_layout
1570
1571 \end_inset
1572
1573 Format d'image
1574 \begin_inset ERT
1575 status collapsed
1576
1577 \begin_layout Plain Layout
1578
1579 }
1580 \end_layout
1581
1582 \end_inset
1583
1584
1585 \end_layout
1586
1587 \end_inset
1588
1589 , l'EPS ( 
1590 \begin_inset Quotes fld
1591 \end_inset
1592
1593 encapsulated PostScript
1594 \begin_inset Quotes frd
1595 \end_inset
1596
1597 , suffixe 
1598 \begin_inset Quotes fld
1599 \end_inset
1600
1601
1602 \family typewriter
1603 .eps
1604 \family default
1605
1606 \begin_inset Quotes frd
1607 \end_inset
1608
1609 )
1610 \begin_inset Index idx
1611 status collapsed
1612
1613 \begin_layout Plain Layout
1614 EPS|see
1615 \begin_inset ERT
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619
1620 {
1621 \end_layout
1622
1623 \end_inset
1624
1625 Format d'image
1626 \begin_inset ERT
1627 status collapsed
1628
1629 \begin_layout Plain Layout
1630
1631 }
1632 \end_layout
1633
1634 \end_inset
1635
1636
1637 \end_layout
1638
1639 \end_inset
1640
1641 , le PDF (
1642 \begin_inset Quotes fld
1643 \end_inset
1644
1645 Portable Document Format
1646 \begin_inset Quotes frd
1647 \end_inset
1648
1649 , suffixe 
1650 \begin_inset Quotes fld
1651 \end_inset
1652
1653
1654 \family typewriter
1655 .pdf
1656 \family default
1657
1658 \begin_inset Quotes frd
1659 \end_inset
1660
1661 )
1662 \begin_inset Index idx
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666 PDF|see
1667 \begin_inset ERT
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671
1672 {
1673 \end_layout
1674
1675 \end_inset
1676
1677 Format d'image
1678 \begin_inset ERT
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682
1683 }
1684 \end_layout
1685
1686 \end_inset
1687
1688
1689 \end_layout
1690
1691 \end_inset
1692
1693  et le WMF (
1694 \begin_inset Quotes fld
1695 \end_inset
1696
1697 Windows Metafile
1698 \begin_inset Quotes frd
1699 \end_inset
1700
1701 , suffixe 
1702 \begin_inset Quotes fld
1703 \end_inset
1704
1705
1706 \family typewriter
1707 .wfm
1708 \family default
1709
1710 \begin_inset Quotes frd
1711 \end_inset
1712
1713  ou 
1714 \begin_inset Quotes fld
1715 \end_inset
1716
1717
1718 \family typewriter
1719 .emf
1720 \family default
1721
1722 \begin_inset Quotes frd
1723 \end_inset
1724
1725 )
1726 \begin_inset Index idx
1727 status collapsed
1728
1729 \begin_layout Plain Layout
1730 WMF|see
1731 \begin_inset ERT
1732 status collapsed
1733
1734 \begin_layout Plain Layout
1735
1736 {
1737 \end_layout
1738
1739 \end_inset
1740
1741 Formats d'images
1742 \begin_inset ERT
1743 status collapsed
1744
1745 \begin_layout Plain Layout
1746
1747 }
1748 \end_layout
1749
1750 \end_inset
1751
1752
1753 \end_layout
1754
1755 \end_inset
1756
1757 .
1758  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1759  en EPS, mais le résultat ne sera pas redimensionnable.
1760  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1761 \begin_inset Foot
1762 status collapsed
1763
1764 \begin_layout Plain Layout
1765 Dans le cas du PDF l'image initiale est aussi compressée.
1766 \end_layout
1767
1768 \end_inset
1769
1770
1771 \end_layout
1772
1773 \begin_layout Standard
1774 Les fichiers PDF générés par 
1775 \family typewriter
1776 Adobe Photoshop
1777 \family default
1778 , par exemple, sont des images matricielles.
1779 \end_layout
1780
1781 \begin_layout Standard
1782 En principe il est quasiment impossible de convertir une image matricielle
1783  en graphique vectoriel, seul le contraire est possible.
1784  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1785  dans respectivement un fichier de sortie PDF ou PostScript.
1786  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1787  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1788  WMF/SVG
1789 \begin_inset Formula $\to$
1790 \end_inset
1791
1792 PDF/EPS convenables.
1793 \end_layout
1794
1795 \begin_layout Chapter
1796 Tableaux
1797 \begin_inset Index idx
1798 status collapsed
1799
1800 \begin_layout Plain Layout
1801 Tableau
1802 \end_layout
1803
1804 \end_inset
1805
1806
1807 \end_layout
1808
1809 \begin_layout Section
1810 Introduction
1811 \begin_inset Index idx
1812 status collapsed
1813
1814 \begin_layout Plain Layout
1815 Tableau ! Introduction
1816 \end_layout
1817
1818 \end_inset
1819
1820
1821 \end_layout
1822
1823 \begin_layout Standard
1824 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1825  
1826 \begin_inset Info
1827 type  "icon"
1828 arg   "tabular-insert"
1829 \end_inset
1830
1831  soit 
1832 \family sans
1833 Insertion\SpecialChar menuseparator
1834 Tableau
1835 \family default
1836 .
1837  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1838  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1839  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1840  sur un bouton de la souris pour valider votre choix.
1841  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1842  vous demandant le nombre de lignes et de colonnes.
1843 \begin_inset Newline newline
1844 \end_inset
1845
1846 Le tableau a implicitement une bordure au dessus et à gauche de chaque case,
1847  une à droite de la colonne la plus à droite et une en bas de la rangée
1848  du bas, qui forment une boîte autour du tableau.
1849  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1850  apparaît séparée du reste du tableau.
1851  Voici un exemple :
1852 \end_layout
1853
1854 \begin_layout Standard
1855 \align center
1856 \begin_inset Tabular
1857 <lyxtabular version="3" rows="4" columns="4">
1858 <features tabularvalignment="middle">
1859 <column alignment="center" valignment="top">
1860 <column alignment="center" valignment="top">
1861 <column alignment="center" valignment="top">
1862 <column alignment="center" valignment="top">
1863 <row>
1864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877 1
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886 2
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Plain Layout
1895 3
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 </row>
1901 <row>
1902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1903 \begin_inset Text
1904
1905 \begin_layout Plain Layout
1906 A
1907 \end_layout
1908
1909 \end_inset
1910 </cell>
1911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1912 \begin_inset Text
1913
1914 \begin_layout Plain Layout
1915
1916 \end_layout
1917
1918 \end_inset
1919 </cell>
1920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1921 \begin_inset Text
1922
1923 \begin_layout Plain Layout
1924
1925 \end_layout
1926
1927 \end_inset
1928 </cell>
1929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933
1934 \end_layout
1935
1936 \end_inset
1937 </cell>
1938 </row>
1939 <row>
1940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1941 \begin_inset Text
1942
1943 \begin_layout Plain Layout
1944 B
1945 \end_layout
1946
1947 \end_inset
1948 </cell>
1949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1950 \begin_inset Text
1951
1952 \begin_layout Plain Layout
1953
1954 \end_layout
1955
1956 \end_inset
1957 </cell>
1958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1959 \begin_inset Text
1960
1961 \begin_layout Plain Layout
1962
1963 \end_layout
1964
1965 \end_inset
1966 </cell>
1967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1968 \begin_inset Text
1969
1970 \begin_layout Plain Layout
1971
1972 \end_layout
1973
1974 \end_inset
1975 </cell>
1976 </row>
1977 <row>
1978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1979 \begin_inset Text
1980
1981 \begin_layout Plain Layout
1982 C
1983 \end_layout
1984
1985 \end_inset
1986 </cell>
1987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1988 \begin_inset Text
1989
1990 \begin_layout Plain Layout
1991
1992 \end_layout
1993
1994 \end_inset
1995 </cell>
1996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1997 \begin_inset Text
1998
1999 \begin_layout Plain Layout
2000
2001 \end_layout
2002
2003 \end_inset
2004 </cell>
2005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2006 \begin_inset Text
2007
2008 \begin_layout Plain Layout
2009
2010 \end_layout
2011
2012 \end_inset
2013 </cell>
2014 </row>
2015 </lyxtabular>
2016
2017 \end_inset
2018
2019
2020 \end_layout
2021
2022 \begin_layout Section
2023 La fenêtre 
2024 \family sans
2025 tableau
2026 \family default
2027
2028 \begin_inset Index idx
2029 status collapsed
2030
2031 \begin_layout Plain Layout
2032 Tableau ! Fenêtre de dialogue
2033 \end_layout
2034
2035 \end_inset
2036
2037
2038 \end_layout
2039
2040 \begin_layout Standard
2041 Vous pouvez modifier un tableau en cliquant dedans avec la touche droite
2042  de la souris, qui ouvre le menu contextuel.
2043  A l'aide du choix de menu 
2044 \family sans
2045 Plus...
2046
2047 \family default
2048  vous pouvez modifier les réglages concernant la cellule, la colonne et
2049  la ligne dans laquelle le curseur se trouve.
2050  Le menu contextuel 
2051 \family sans
2052 Plus...\SpecialChar menuseparator
2053 Paramètres...
2054
2055 \family default
2056  ouvre la fenêtre de dialogue de tableau dans laquelle d'autres réglages
2057  sont possibles.
2058  La plupart des options peuvent s'appliquer à des sélections.
2059  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2060  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2061  votre sélection.
2062  Notez qu'il y a une différence entre sélectionner le 
2063 \emph on
2064 contenu 
2065 \emph default
2066 d'une cellule et sélectionner la cellule elle-même.
2067 \begin_inset Newline newline
2068 \end_inset
2069
2070 En cochant l'option 
2071 \family sans
2072 Application
2073 \begin_inset space ~
2074 \end_inset
2075
2076 immédiate
2077 \family default
2078  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2079  est appliquée directement.
2080  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2081  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2082  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2083  de dialogue, vous devez appuyer sur 
2084 \family sans
2085 Entrée
2086 \family default
2087  pour que la modification soit appliquée.
2088 \begin_inset Newline newline
2089 \end_inset
2090
2091 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2092  :
2093 \end_layout
2094
2095 \begin_layout Description
2096 Paramètres
2097 \begin_inset space ~
2098 \end_inset
2099
2100 du
2101 \begin_inset space ~
2102 \end_inset
2103
2104 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2105  la largeur de la colonne courante.
2106  L'alignement horizontal 
2107 \family sans
2108 Au
2109 \begin_inset space ~
2110 \end_inset
2111
2112 séparateur
2113 \begin_inset space ~
2114 \end_inset
2115
2116 décimal
2117 \family default
2118  est décrit dans la section
2119 \begin_inset space ~
2120 \end_inset
2121
2122
2123 \begin_inset CommandInset ref
2124 LatexCommand ref
2125 reference "subsec:Alignements-de-cellules"
2126
2127 \end_inset
2128
2129 .
2130  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2131  vertical de la ligne courante.
2132  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2133  et donc, plusieurs paragraphes de texte, voir la section
2134 \begin_inset space ~
2135 \end_inset
2136
2137
2138 \begin_inset CommandInset ref
2139 LatexCommand ref
2140 reference "subsec:Lignes-multiple-dans-cellule"
2141
2142 \end_inset
2143
2144 .
2145  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2146  pour accommoder le contenu de cellule le plus large.
2147 \begin_inset Newline newline
2148 \end_inset
2149
2150 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2151  un multi-colonnes, voir la section
2152 \begin_inset space ~
2153 \end_inset
2154
2155
2156 \begin_inset CommandInset ref
2157 LatexCommand ref
2158 reference "subsec:Multicolonnes"
2159
2160 \end_inset
2161
2162  ou une cellule d'une colonne comme cellule multi-lignes, voir la section
2163 \begin_inset space ~
2164 \end_inset
2165
2166
2167 \begin_inset CommandInset ref
2168 LatexCommand ref
2169 reference "subsec:Multi-lignes"
2170
2171 \end_inset
2172
2173 .
2174 \begin_inset Newline newline
2175 \end_inset
2176
2177 L'option 
2178 \family sans
2179 Tourner
2180 \begin_inset space ~
2181 \end_inset
2182
2183 la
2184 \begin_inset space ~
2185 \end_inset
2186
2187 case
2188 \begin_inset space ~
2189 \end_inset
2190
2191 de
2192 \begin_inset space ~
2193 \end_inset
2194
2195 90°
2196 \family default
2197  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2198  L'option 
2199 \family sans
2200 Tourner
2201 \begin_inset space ~
2202 \end_inset
2203
2204 le
2205 \begin_inset space ~
2206 \end_inset
2207
2208 tableau
2209 \begin_inset space ~
2210 \end_inset
2211
2212 de
2213 \begin_inset space ~
2214 \end_inset
2215
2216 90°
2217 \family default
2218  fait pivoter tout le tableau.
2219  Ces rotations ne sont pas visibles dans \SpecialChar LyX
2220 , mais devraient l'être dans la
2221  sortie finale.
2222  Pour plus d'information voir la section
2223 \begin_inset space ~
2224 \end_inset
2225
2226
2227 \begin_inset CommandInset ref
2228 LatexCommand ref
2229 reference "sec:Pivotement-des-cellules"
2230
2231 \end_inset
2232
2233 .
2234 \begin_inset Newline newline
2235 \end_inset
2236
2237
2238 \begin_inset Note Greyedout
2239 status open
2240
2241 \begin_layout Plain Layout
2242
2243 \series bold
2244 Note:
2245 \series default
2246  La plupart des visualiseurs DVI ne sont 
2247 \emph on
2248 pas
2249 \emph default
2250  capables d'afficher ces rotations.
2251 \end_layout
2252
2253 \end_inset
2254
2255
2256 \begin_inset Newline newline
2257 \end_inset
2258
2259 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2260  qui sont incorporés dans une ligne de texte :
2261 \begin_inset Newline newline
2262 \end_inset
2263
2264 Une ligne avec des tableaux alignés de différentes manières: 
2265 \begin_inset Tabular
2266 <lyxtabular version="3" rows="2" columns="2">
2267 <features tabularvalignment="top">
2268 <column alignment="center" valignment="top" width="0pt">
2269 <column alignment="center" valignment="top">
2270 <row>
2271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2272 \begin_inset Text
2273
2274 \begin_layout Plain Layout
2275
2276 \end_layout
2277
2278 \end_inset
2279 </cell>
2280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2281 \begin_inset Text
2282
2283 \begin_layout Plain Layout
2284 1
2285 \end_layout
2286
2287 \end_inset
2288 </cell>
2289 </row>
2290 <row>
2291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2292 \begin_inset Text
2293
2294 \begin_layout Plain Layout
2295 A
2296 \end_layout
2297
2298 \end_inset
2299 </cell>
2300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2301 \begin_inset Text
2302
2303 \begin_layout Plain Layout
2304
2305 \end_layout
2306
2307 \end_inset
2308 </cell>
2309 </row>
2310 </lyxtabular>
2311
2312 \end_inset
2313
2314  
2315 \begin_inset Tabular
2316 <lyxtabular version="3" rows="2" columns="2">
2317 <features tabularvalignment="middle">
2318 <column alignment="center" valignment="top">
2319 <column alignment="center" valignment="top">
2320 <row>
2321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2322 \begin_inset Text
2323
2324 \begin_layout Plain Layout
2325
2326 \end_layout
2327
2328 \end_inset
2329 </cell>
2330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2331 \begin_inset Text
2332
2333 \begin_layout Plain Layout
2334 1
2335 \end_layout
2336
2337 \end_inset
2338 </cell>
2339 </row>
2340 <row>
2341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2342 \begin_inset Text
2343
2344 \begin_layout Plain Layout
2345 A
2346 \end_layout
2347
2348 \end_inset
2349 </cell>
2350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2351 \begin_inset Text
2352
2353 \begin_layout Plain Layout
2354
2355 \end_layout
2356
2357 \end_inset
2358 </cell>
2359 </row>
2360 </lyxtabular>
2361
2362 \end_inset
2363
2364  
2365 \begin_inset Tabular
2366 <lyxtabular version="3" rows="2" columns="2">
2367 <features tabularvalignment="bottom">
2368 <column alignment="center" valignment="top" width="0pt">
2369 <column alignment="center" valignment="top">
2370 <row>
2371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2372 \begin_inset Text
2373
2374 \begin_layout Plain Layout
2375
2376 \end_layout
2377
2378 \end_inset
2379 </cell>
2380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2381 \begin_inset Text
2382
2383 \begin_layout Plain Layout
2384 1
2385 \end_layout
2386
2387 \end_inset
2388 </cell>
2389 </row>
2390 <row>
2391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2392 \begin_inset Text
2393
2394 \begin_layout Plain Layout
2395 A
2396 \end_layout
2397
2398 \end_inset
2399 </cell>
2400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2401 \begin_inset Text
2402
2403 \begin_layout Plain Layout
2404
2405 \end_layout
2406
2407 \end_inset
2408 </cell>
2409 </row>
2410 </lyxtabular>
2411
2412 \end_inset
2413
2414
2415 \begin_inset Newline newline
2416 \end_inset
2417
2418 On peut aussi entrer des paramètres \SpecialChar LaTeX
2419  pour obtenir des mise en formes spéciales
2420  pour le tableau, voir les sections
2421 \begin_inset space ~
2422 \end_inset
2423
2424
2425 \begin_inset CommandInset ref
2426 LatexCommand ref
2427 reference "subsec:Calculs-multicolonnes"
2428
2429 \end_inset
2430
2431  et 
2432 \begin_inset CommandInset ref
2433 LatexCommand ref
2434 reference "sec:Tableaux-Colorés"
2435
2436 \end_inset
2437
2438 .
2439 \end_layout
2440
2441 \begin_layout Description
2442 Bordures Cet onglet vous permet d'ajouter ou de supprimer les bordures pour
2443  la ligne ou la colonne courante.
2444  
2445 \begin_inset Newline newline
2446 \end_inset
2447
2448 En utilisant le style 
2449 \family sans
2450 Formel
2451 \family default
2452  à la place du style par 
2453 \family sans
2454 Défaut
2455 \family default
2456 , on va convertir le tableau en tableau formel comme on le décrit dans la
2457  section
2458 \begin_inset space ~
2459 \end_inset
2460
2461
2462 \begin_inset CommandInset ref
2463 LatexCommand ref
2464 reference "sec:Tableaux-Formels"
2465
2466 \end_inset
2467
2468 .
2469 \begin_inset Newline newline
2470 \end_inset
2471
2472 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2473  dans les lignes du tableau comme c'est décrit dans la section
2474 \begin_inset space ~
2475 \end_inset
2476
2477
2478 \begin_inset CommandInset ref
2479 LatexCommand ref
2480 reference "subsec:Espacement-lignes"
2481
2482 \end_inset
2483
2484 .
2485 \end_layout
2486
2487 \begin_layout Description
2488 Tableau
2489 \begin_inset space ~
2490 \end_inset
2491
2492 multi-pages Cet onglet est utilisé pour transformer un tableau en ce que
2493  l'on nomme un 
2494 \begin_inset Quotes fld
2495 \end_inset
2496
2497
2498 \emph on
2499 tableau multi-pages
2500 \emph default
2501
2502 \begin_inset Quotes frd
2503 \end_inset
2504
2505  qui peut continuer sur plusieurs pages.
2506  Les sections
2507 \begin_inset space ~
2508 \end_inset
2509
2510
2511 \begin_inset CommandInset ref
2512 LatexCommand ref
2513 reference "sec:Tableaux-multi-pages"
2514
2515 \end_inset
2516
2517  et 
2518 \begin_inset CommandInset ref
2519 LatexCommand ref
2520 reference "sec:Questions-sur-tableaux-multi-pages"
2521
2522 \end_inset
2523
2524  décrivent ces tableaux multi-pages plus en détail.
2525 \end_layout
2526
2527 \begin_layout Section
2528 La barre d'outils tableau
2529 \begin_inset Index idx
2530 status collapsed
2531
2532 \begin_layout Plain Layout
2533 Tableau ! Barre d'outils
2534 \end_layout
2535
2536 \end_inset
2537
2538
2539 \end_layout
2540
2541 \begin_layout Standard
2542 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2543  permet de modifier plus rapidement les tableaux.
2544  Elle apparaît normalement en bas de la fenêtre principale de \SpecialChar LyX
2545  quand le
2546  curseur se trouve à l'intérieur d'un tableau.
2547  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2548  au menu 
2549 \family sans
2550 Visualiser\SpecialChar menuseparator
2551 Barres
2552 \begin_inset space ~
2553 \end_inset
2554
2555 d'outils\SpecialChar menuseparator
2556 Tableau
2557 \family default
2558 .
2559 \end_layout
2560
2561 \begin_layout Standard
2562 La barre d'outils contient les icônes suivantes :
2563 \end_layout
2564
2565 \begin_layout Labeling
2566 \labelwidthstring 00.00.0000
2567 \begin_inset Info
2568 type  "icon"
2569 arg   "tabular-feature append-row"
2570 \end_inset
2571
2572  ajoute une ligne sous la cellule ou la sélection courante
2573 \end_layout
2574
2575 \begin_layout Labeling
2576 \labelwidthstring 00.00.0000
2577 \begin_inset Info
2578 type  "icon"
2579 arg   "tabular-feature append-column"
2580 \end_inset
2581
2582  ajoute une colonne à la droite de la cellule ou de la sélection courante
2583 \end_layout
2584
2585 \begin_layout Labeling
2586 \labelwidthstring 00.00.0000
2587 \begin_inset Info
2588 type  "icon"
2589 arg   "tabular-feature delete-row"
2590 \end_inset
2591
2592  supprime la ligne ou la sélection courante
2593 \end_layout
2594
2595 \begin_layout Labeling
2596 \labelwidthstring 00.00.0000
2597 \begin_inset Info
2598 type  "icon"
2599 arg   "tabular-feature delete-column"
2600 \end_inset
2601
2602  supprime la colonne ou la sélection courante
2603 \end_layout
2604
2605 \begin_layout Labeling
2606 \labelwidthstring 00.00.0000
2607 \begin_inset Info
2608 type  "icon"
2609 arg   "tabular-feature move-row-up"
2610 \end_inset
2611
2612  déplace la ligne vers le haut
2613 \end_layout
2614
2615 \begin_layout Labeling
2616 \labelwidthstring 00.00.0000
2617 \begin_inset Info
2618 type  "icon"
2619 arg   "tabular-feature move-column-left"
2620 \end_inset
2621
2622  déplace la colonne vers la gauche
2623 \end_layout
2624
2625 \begin_layout Labeling
2626 \labelwidthstring 00.00.0000
2627 \begin_inset Info
2628 type  "icon"
2629 arg   "tabular-feature move-row-down"
2630 \end_inset
2631
2632  déplace la ligne vers le bas
2633 \end_layout
2634
2635 \begin_layout Labeling
2636 \labelwidthstring 00.00.0000
2637 \begin_inset Info
2638 type  "icon"
2639 arg   "tabular-feature move-column-right"
2640 \end_inset
2641
2642  déplace la colonne vers la droite
2643 \end_layout
2644
2645 \begin_layout Labeling
2646 \labelwidthstring 00.00.0000
2647 \begin_inset Info
2648 type  "icon"
2649 arg   "tabular-feature toggle-line-top"
2650 \end_inset
2651
2652  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2653  courante
2654 \end_layout
2655
2656 \begin_layout Labeling
2657 \labelwidthstring 00.00.0000
2658 \begin_inset Info
2659 type  "icon"
2660 arg   "tabular-feature toggle-line-bottom"
2661 \end_inset
2662
2663  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2664 \end_layout
2665
2666 \begin_layout Labeling
2667 \labelwidthstring 00.00.0000
2668 \begin_inset Info
2669 type  "icon"
2670 arg   "tabular-feature toggle-line-left"
2671 \end_inset
2672
2673  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2674 \begin_inset Note Note
2675 status collapsed
2676
2677 \begin_layout Plain Layout
2678 ou colonne ?
2679 \end_layout
2680
2681 \end_inset
2682
2683  ou de la sélection courante
2684 \end_layout
2685
2686 \begin_layout Labeling
2687 \labelwidthstring 00.00.0000
2688 \begin_inset Info
2689 type  "icon"
2690 arg   "tabular-feature toggle-line-right"
2691 \end_inset
2692
2693  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2694 \begin_inset Note Note
2695 status collapsed
2696
2697 \begin_layout Plain Layout
2698 ou colonne ?
2699 \end_layout
2700
2701 \end_inset
2702
2703  ou de la sélection courante
2704 \end_layout
2705
2706 \begin_layout Labeling
2707 \labelwidthstring 00.00.0000
2708 \begin_inset Info
2709 type  "icon"
2710 arg   "tabular-feature set-all-lines"
2711 \end_inset
2712
2713  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2714  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2715  colonne et la ligne courante
2716 \end_layout
2717
2718 \begin_layout Labeling
2719 \labelwidthstring 00.00.0000
2720 \begin_inset Info
2721 type  "icon"
2722 arg   "tabular-feature unset-all-lines"
2723 \end_inset
2724
2725  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2726  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2727  aussi la colonne et la ligne courante
2728 \end_layout
2729
2730 \begin_layout Labeling
2731 \labelwidthstring 00.00.0000
2732 \begin_inset Info
2733 type  "icon"
2734 arg   "tabular-feature m-align-left"
2735 \end_inset
2736
2737  aligne à gauche le contenu de la cellule ou de la colonne courante
2738 \end_layout
2739
2740 \begin_layout Labeling
2741 \labelwidthstring 00.00.0000
2742 \begin_inset Info
2743 type  "icon"
2744 arg   "tabular-feature m-align-center"
2745 \end_inset
2746
2747  centre horizontalement le contenu de la cellule ou de la colonne courante
2748 \end_layout
2749
2750 \begin_layout Labeling
2751 \labelwidthstring 00.00.0000
2752 \begin_inset Info
2753 type  "icon"
2754 arg   "tabular-feature m-align-right"
2755 \end_inset
2756
2757  aligne à droite le contenu de la cellule ou de la colonne courante
2758 \end_layout
2759
2760 \begin_layout Labeling
2761 \labelwidthstring 00.00.0000
2762 \begin_inset Info
2763 type  "icon"
2764 arg   "tabular-feature align-decimal"
2765 \end_inset
2766
2767  aligne le contenu de la colonne courante sur un caractère
2768 \end_layout
2769
2770 \begin_layout Labeling
2771 \labelwidthstring 00.00.0000
2772 \begin_inset Info
2773 type  "icon"
2774 arg   "tabular-feature m-valign-top"
2775 \end_inset
2776
2777  aligne le contenu de la cellule courante verticalement vers le haut
2778 \end_layout
2779
2780 \begin_layout Labeling
2781 \labelwidthstring 00.00.0000
2782 \begin_inset Info
2783 type  "icon"
2784 arg   "tabular-feature m-valign-middle"
2785 \end_inset
2786
2787  centre verticalement le contenu de la cellule courante
2788 \end_layout
2789
2790 \begin_layout Labeling
2791 \labelwidthstring 00.00.0000
2792 \begin_inset Info
2793 type  "icon"
2794 arg   "tabular-feature m-valign-bottom"
2795 \end_inset
2796
2797  aligne le contenu de la cellule courante verticalement vers le bas
2798 \end_layout
2799
2800 \begin_layout Labeling
2801 \labelwidthstring 00.00.0000
2802 \begin_inset Info
2803 type  "icon"
2804 arg   "tabular-feature set-rotate-cell"
2805 \end_inset
2806
2807  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2808 re
2809 \end_layout
2810
2811 \begin_layout Labeling
2812 \labelwidthstring 00.00.0000
2813 \begin_inset Info
2814 type  "icon"
2815 arg   "tabular-feature set-rotate-tabular"
2816 \end_inset
2817
2818  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2819 \end_layout
2820
2821 \begin_layout Labeling
2822 \labelwidthstring 00.00.0000
2823 \begin_inset Info
2824 type  "icon"
2825 arg   "tabular-feature multicolumn"
2826 \end_inset
2827
2828  transforme en multi-colonnes la cellule ou la sélection courante
2829 \end_layout
2830
2831 \begin_layout Labeling
2832 \labelwidthstring 00.00.0000
2833 \begin_inset Info
2834 type  "icon"
2835 arg   "tabular-feature multirow"
2836 \end_inset
2837
2838  transforme en multi-lignes la cellule ou la sélection courante
2839 \end_layout
2840
2841 \begin_layout Standard
2842 \begin_inset Note Greyedout
2843 status open
2844
2845 \begin_layout Plain Layout
2846
2847 \series bold
2848 Note :
2849 \series default
2850  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2851  est utilisé pour toutes les autres cellules de la ligne.
2852 \end_layout
2853
2854 \end_inset
2855
2856
2857 \end_layout
2858
2859 \begin_layout Section
2860 Le menu Édition tableau
2861 \begin_inset Index idx
2862 status collapsed
2863
2864 \begin_layout Plain Layout
2865 Tableau ! Menu Édition
2866 \end_layout
2867
2868 \end_inset
2869
2870
2871 \end_layout
2872
2873 \begin_layout Standard
2874 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2875  
2876 \family sans
2877 Édition\SpecialChar menuseparator
2878 Tableau
2879 \family default
2880  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2881  ou de la ligne courante et aussi de transformer la sélection courante en
2882  multi-colonnes.
2883  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2884 \end_layout
2885
2886 \begin_layout Section
2887 Flottant de tableau
2888 \begin_inset CommandInset label
2889 LatexCommand label
2890 name "sec:Table-Floats"
2891
2892 \end_inset
2893
2894
2895 \begin_inset Index idx
2896 status collapsed
2897
2898 \begin_layout Plain Layout
2899 Flottants ! Tableaux
2900 \end_layout
2901
2902 \end_inset
2903
2904
2905 \begin_inset Index idx
2906 status collapsed
2907
2908 \begin_layout Plain Layout
2909 Tableau ! Flottants
2910 \end_layout
2911
2912 \end_inset
2913
2914
2915 \end_layout
2916
2917 \begin_layout Standard
2918 Pour des explications générales sur les flottants, jetez un œil à la section
2919 \begin_inset space ~
2920 \end_inset
2921
2922
2923 \begin_inset CommandInset ref
2924 LatexCommand ref
2925 reference "sec:Flottants-Introduction"
2926
2927 \end_inset
2928
2929 .
2930 \end_layout
2931
2932 \begin_layout Standard
2933 \begin_inset Float table
2934 placement h
2935 wide false
2936 sideways false
2937 status open
2938
2939 \begin_layout Plain Layout
2940 \begin_inset Caption Standard
2941
2942 \begin_layout Plain Layout
2943 \begin_inset CommandInset label
2944 LatexCommand label
2945 name "tab:Flottant-de-tableau"
2946
2947 \end_inset
2948
2949 Un flottant de tableau.
2950 \end_layout
2951
2952 \end_inset
2953
2954
2955 \end_layout
2956
2957 \begin_layout Plain Layout
2958 \align center
2959 \begin_inset Tabular
2960 <lyxtabular version="3" rows="3" columns="3">
2961 <features tabularvalignment="middle">
2962 <column alignment="center" valignment="top" width="0pt">
2963 <column alignment="center" valignment="top" width="0pt">
2964 <column alignment="center" valignment="top" width="0pt">
2965 <row>
2966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970 1
2971 \end_layout
2972
2973 \end_inset
2974 </cell>
2975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Plain Layout
2979 2
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2985 \begin_inset Text
2986
2987 \begin_layout Plain Layout
2988 3
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 </row>
2994 <row>
2995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2996 \begin_inset Text
2997
2998 \begin_layout Plain Layout
2999 Jules
3000 \end_layout
3001
3002 \end_inset
3003 </cell>
3004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3005 \begin_inset Text
3006
3007 \begin_layout Plain Layout
3008 Marie
3009 \end_layout
3010
3011 \end_inset
3012 </cell>
3013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3014 \begin_inset Text
3015
3016 \begin_layout Plain Layout
3017 Jean
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 </row>
3023 <row>
3024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Plain Layout
3028 \begin_inset Formula $\int x^{2}dx$
3029 \end_inset
3030
3031
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3037 \begin_inset Text
3038
3039 \begin_layout Plain Layout
3040 \begin_inset Formula $\left[\begin{array}{cc}
3041 a & b\\
3042 c & d
3043 \end{array}\right]$
3044 \end_inset
3045
3046
3047 \end_layout
3048
3049 \end_inset
3050 </cell>
3051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3052 \begin_inset Text
3053
3054 \begin_layout Plain Layout
3055 \begin_inset Formula $1+1=2$
3056 \end_inset
3057
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 </row>
3064 </lyxtabular>
3065
3066 \end_inset
3067
3068
3069 \end_layout
3070
3071 \end_inset
3072
3073
3074 \end_layout
3075
3076 \begin_layout Standard
3077 Les flottants de tableau sont insérés en utilisant le menu 
3078 \family sans
3079 Insertion\SpecialChar menuseparator
3080 Flottant\SpecialChar menuseparator
3081 Tableau
3082 \family default
3083  ou le bouton 
3084 \begin_inset Info
3085 type  "icon"
3086 arg   "float-insert table"
3087 \end_inset
3088
3089  de la barre d'outils.
3090 \end_layout
3091
3092 \begin_layout Standard
3093 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3094  qui a comme étiquette 
3095 \begin_inset Quotes fld
3096 \end_inset
3097
3098 Tableau
3099 \begin_inset space ~
3100 \end_inset
3101
3102 #:
3103 \begin_inset Quotes frd
3104 \end_inset
3105
3106  (où # est le numéro du tableau).
3107  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3108 \end_layout
3109
3110 \begin_layout Standard
3111 Le tableau
3112 \begin_inset space ~
3113 \end_inset
3114
3115
3116 \begin_inset CommandInset ref
3117 LatexCommand ref
3118 reference "tab:Flottant-de-tableau"
3119
3120 \end_inset
3121
3122  est un exemple de tableau dans un flottant de tableau.
3123 \end_layout
3124
3125 \begin_layout Standard
3126 On met habituellement la légende au dessus des tableaux, mais cette règle
3127  n'est malheureusement pas respectée par certaines classes standard de \SpecialChar LaTeX
3128 .
3129  Cela signifie que si vous utilisez un document appartenant aux classes
3130  
3131 \family sans
3132 article
3133 \family default
3134
3135 \family sans
3136 book
3137 \family default
3138
3139 \family sans
3140 letter
3141 \family default
3142 , ou
3143 \family sans
3144  report
3145 \family default
3146  il n'y aura pas d'espace entre la légende et le tableau.
3147  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3148  la commande de chargement du paquetage \SpecialChar LaTeX
3149  
3150 \series bold
3151 caption
3152 \series default
3153
3154 \begin_inset Index idx
3155 status collapsed
3156
3157 \begin_layout Plain Layout
3158 Paquetages \SpecialChar LaTeX
3159  ! caption
3160 \end_layout
3161
3162 \end_inset
3163
3164  dans le préambule de votre document.
3165 \begin_inset Foot
3166 status collapsed
3167
3168 \begin_layout Plain Layout
3169 Pour plus d'information voyez la section
3170 \begin_inset space ~
3171 \end_inset
3172
3173
3174 \begin_inset CommandInset ref
3175 LatexCommand ref
3176 reference "sec:Placement-légende"
3177
3178 \end_inset
3179
3180 .
3181 \end_layout
3182
3183 \end_inset
3184
3185 :
3186 \end_layout
3187
3188 \begin_layout Standard
3189
3190 \series bold
3191 tableposition=top
3192 \end_layout
3193
3194 \begin_layout Standard
3195 Le paquetage 
3196 \series bold
3197 caption
3198 \series default
3199 , qui est décrit dans la section
3200 \begin_inset space ~
3201 \end_inset
3202
3203
3204 \begin_inset CommandInset ref
3205 LatexCommand ref
3206 reference "sec:Formatage-légende"
3207
3208 \end_inset
3209
3210 , est utilisé pour ajuster le format des légendes.
3211 \end_layout
3212
3213 \begin_layout Standard
3214 Dans le texte, on fait référence à un tableau
3215 \begin_inset Index idx
3216 status collapsed
3217
3218 \begin_layout Plain Layout
3219 References@Références ! à des Tableaux
3220 \end_layout
3221
3222 \end_inset
3223
3224  en faisant référence à sa légende.
3225  On insère donc une étiquette dans la légende en utilisant le menu 
3226 \family sans
3227 Insertion
3228 \family default
3229 \SpecialChar menuseparator
3230
3231 \family sans
3232 Étiquette
3233 \family default
3234  ou le bouton 
3235 \begin_inset Info
3236 type  "icon"
3237 arg   "label-insert"
3238 \end_inset
3239
3240  de la barre d'outils.
3241  On peut alors faire référence à cette étiquette en utilisant le menu 
3242 \family sans
3243 Insertion\SpecialChar menuseparator
3244 Référence
3245 \begin_inset space ~
3246 \end_inset
3247
3248 croisée
3249 \family default
3250  ou le bouton 
3251 \begin_inset Info
3252 type  "icon"
3253 arg   "dialog-show-new-inset ref"
3254 \end_inset
3255
3256  de la barre d'outils.
3257 \begin_inset Newline newline
3258 \end_inset
3259
3260 Les références croisées sont expliquées en détail dans la section
3261 \begin_inset space ~
3262 \end_inset
3263
3264
3265 \begin_inset CommandInset ref
3266 LatexCommand ref
3267 reference "sec:Referencer-les-Flottants"
3268
3269 \end_inset
3270
3271 .
3272 \end_layout
3273
3274 \begin_layout Section
3275 Tableaux multi-pages
3276 \begin_inset CommandInset label
3277 LatexCommand label
3278 name "sec:Tableaux-multi-pages"
3279
3280 \end_inset
3281
3282
3283 \begin_inset Index idx
3284 status collapsed
3285
3286 \begin_layout Plain Layout
3287 Tableau multi-pages
3288 \end_layout
3289
3290 \end_inset
3291
3292
3293 \begin_inset Index idx
3294 status collapsed
3295
3296 \begin_layout Plain Layout
3297 Tableau ! multi-pages
3298 \end_layout
3299
3300 \end_inset
3301
3302
3303 \end_layout
3304
3305 \begin_layout Standard
3306 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3307  l'option 
3308 \family sans
3309 Utiliser
3310 \begin_inset space ~
3311 \end_inset
3312
3313 les
3314 \begin_inset space ~
3315 \end_inset
3316
3317 tableaux
3318 \begin_inset space ~
3319 \end_inset
3320
3321 multi-pages
3322 \family default
3323  de l'onglet 
3324 \family sans
3325 Tableau
3326 \begin_inset space ~
3327 \end_inset
3328
3329 multi-pages
3330 \family default
3331  de la fenêtre 
3332 \family sans
3333 Paramètres
3334 \begin_inset space ~
3335 \end_inset
3336
3337 du
3338 \begin_inset space ~
3339 \end_inset
3340
3341 tableau
3342 \family default
3343  pour le répartir automatiquement sur plusieurs pages.
3344  En cochant cette option, vous activez les options suivantes:
3345 \end_layout
3346
3347 \begin_layout Description
3348 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3349  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3350  d'en-tête utilisées pour toutes les pages du tableau multi-pages; sauf
3351  pour la première page, si 
3352 \family sans
3353 Premier
3354 \begin_inset space ~
3355 \end_inset
3356
3357 en-tête
3358 \family default
3359  est défini.
3360  Ces lignes forment l'en-tête principal.
3361 \end_layout
3362
3363 \begin_layout Description
3364 Premier
3365 \begin_inset space ~
3366 \end_inset
3367
3368 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3369  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3370  d'en-tête utilisées pour la première page du tableau multi-pages.
3371 \end_layout
3372
3373 \begin_layout Description
3374 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3375  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3376  constituant les pieds de toutes les pages du tableau multi-pages; sauf
3377  de la dernière page si 
3378 \family sans
3379 Dernier
3380 \begin_inset space ~
3381 \end_inset
3382
3383 pied
3384 \family default
3385  est défini.
3386 \end_layout
3387
3388 \begin_layout Description
3389 Dernier
3390 \begin_inset space ~
3391 \end_inset
3392
3393 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3394  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3395  constituant le pied de la dernière page du tableau multi-pages.
3396 \end_layout
3397
3398 \begin_layout Description
3399 Légende La ligne courante contient la légende du tableau.
3400  La première ligne est transformée en une colonne unique et une légende
3401  est insérée.
3402  Vous trouverez d'autres explications sur les légendes pour les tableaux
3403  multi-pages dans la section
3404 \begin_inset space ~
3405 \end_inset
3406
3407
3408 \begin_inset CommandInset ref
3409 LatexCommand ref
3410 reference "subsec:Tableaux-multi-pages-légende"
3411
3412 \end_inset
3413
3414 .
3415 \end_layout
3416
3417 \begin_layout Standard
3418 Vous pouvez aussi préciser une ligne où le tableau devra être coupé.
3419  Voyez le tableau multi-pages qui suit pour voir comment ça marche :
3420 \end_layout
3421
3422 \begin_layout Standard
3423 \align center
3424 \begin_inset Tabular
3425 <lyxtabular version="3" rows="69" columns="3">
3426 <features islongtable="true" longtabularalignment="center">
3427 <column alignment="left" valignment="top" width="0cm">
3428 <column alignment="left" valignment="top" width="0pt">
3429 <column alignment="center" valignment="top" width="0pt">
3430 <row endfirsthead="true">
3431 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435
3436 \series bold
3437 Exemple d'annuaire téléphonique (ignorez les noms)
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 </row>
3461 <row endfirsthead="true">
3462 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466
3467 \series bold
3468 NOM
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486
3487 \series bold
3488 TEL.
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 </row>
3494 <row endhead="true">
3495 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499
3500 \series bold
3501 Exemple d'annuaire téléphonique
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 </row>
3525 <row endhead="true">
3526 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530
3531 \series bold
3532 NOM
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550
3551 \series bold
3552 TEL.
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 </row>
3558 <row endfoot="true">
3559 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563  continue page suivante
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 </row>
3587 <row>
3588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592
3593 \series bold
3594 Annovi
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 <cell alignment="center" valignment="top" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603 Silvia
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612 111
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 </row>
3618 <row>
3619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623
3624 \series bold
3625 Bertoli
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 <cell alignment="center" valignment="top" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634 Stefano
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643 111
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 </row>
3649 <row>
3650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654
3655 \series bold
3656 Bozzi
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 <cell alignment="center" valignment="top" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665 Walter
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674 111
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 </row>
3680 <row>
3681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685
3686 \series bold
3687 Cachia
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 <cell alignment="center" valignment="top" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696 Maria
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 111
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 </row>
3711 <row>
3712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716
3717 \series bold
3718 Cachia
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 <cell alignment="center" valignment="top" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727 Maurizio
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736 111
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 </row>
3742 <row>
3743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747
3748 \series bold
3749 Cinquemani
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 <cell alignment="center" valignment="top" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758 Giusi
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767 111
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 </row>
3773 <row>
3774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778
3779 \series bold
3780 Colin
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 <cell alignment="center" valignment="top" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789 Bernard
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798 111
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 </row>
3804 <row>
3805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809
3810 \series bold
3811 Concli
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 <cell alignment="center" valignment="top" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820 Gianfranco
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829 111
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 </row>
3835 <row>
3836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840
3841 \series bold
3842 Dal Bosco
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 <cell alignment="center" valignment="top" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851 Carolina
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860 111
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 </row>
3866 <row>
3867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871
3872 \series bold
3873 Dalpiaz
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 <cell alignment="center" valignment="top" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882 Annamaria
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891 111
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 </row>
3897 <row>
3898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902
3903 \series bold
3904 Feliciello
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 <cell alignment="center" valignment="top" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913 Domenico
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922 111
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 </row>
3928 <row>
3929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933
3934 \series bold
3935 Focarelli
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 <cell alignment="center" valignment="top" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944 Paola
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 111
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 </row>
3959 <row>
3960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964
3965 \series bold
3966 Galletti
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 <cell alignment="center" valignment="top" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975 Oreste
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 111
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 </row>
3990 <row>
3991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995
3996 \series bold
3997 Gasparini
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 <cell alignment="center" valignment="top" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006 Franca
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 111
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 </row>
4021 <row>
4022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026
4027 \series bold
4028 Rizzardi
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 <cell alignment="center" valignment="top" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037 Paola
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 111
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 </row>
4052 <row>
4053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057
4058 \series bold
4059 Lassini
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 <cell alignment="center" valignment="top" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068 Giancarlo
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 111
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 </row>
4083 <row>
4084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088
4089 \series bold
4090 Malfatti
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 <cell alignment="center" valignment="top" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099 Luciano
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 111
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 </row>
4114 <row>
4115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119
4120 \series bold
4121 Malfatti
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 <cell alignment="center" valignment="top" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130 Valeriano
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 111
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 </row>
4145 <row>
4146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150
4151 \series bold
4152 Meneguzzo
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161 Roberto
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 111
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 </row>
4176 <row>
4177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181
4182 \series bold
4183 Mezzadra
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 <cell alignment="center" valignment="top" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192 Roberto
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 111
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 </row>
4207 <row>
4208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212
4213 \series bold
4214 Pirpamer
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 <cell alignment="center" valignment="top" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223 Erich
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 111
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 </row>
4238 <row>
4239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243
4244 \series bold
4245 Pochiesa
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 Paolo
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 111, 222
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 </row>
4269 <row>
4270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274
4275 \series bold
4276 Radina
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 <cell alignment="center" valignment="top" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285 Claudio
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 111
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 </row>
4300 <row>
4301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305
4306 \series bold
4307 Stuffer
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 Oskar
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 111
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 </row>
4331 <row>
4332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336
4337 \series bold
4338 Tacchelli
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 <cell alignment="center" valignment="top" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347 Ugo
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 111
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 </row>
4362 <row>
4363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367
4368 \series bold
4369 Tezzele
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell alignment="center" valignment="top" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378 Margit
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 111
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 </row>
4393 <row>
4394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398
4399 \series bold
4400 Unterkalmsteiner
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 <cell alignment="center" valignment="top" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409 Frieda
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 111
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 </row>
4424 <row>
4425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429
4430 \series bold
4431 Vieider
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell alignment="center" valignment="top" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440 Hilde
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 111
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 </row>
4455 <row>
4456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460
4461 \series bold
4462 Vigna
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 Jürgen
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 111
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 </row>
4486 <row>
4487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491
4492 \series bold
4493 Weber
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell alignment="center" valignment="top" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502 Maurizio
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 111
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 </row>
4517 <row>
4518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522
4523 \series bold
4524 Winkler
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 Franz
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 111
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 </row>
4548 <row>
4549 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553  
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 </row>
4577 <row>
4578 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582
4583 \series bold
4584 Annovi
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 <cell alignment="center" valignment="top" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593 Silvia
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 555
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 </row>
4608 <row>
4609 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613
4614 \series bold
4615 Bertoli
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 <cell alignment="center" valignment="top" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624 Stefano
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 555
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 </row>
4639 <row>
4640 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644
4645 \series bold
4646 Bozzi
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 <cell alignment="center" valignment="top" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655 Walter
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664 555
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 </row>
4670 <row>
4671 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675
4676 \series bold
4677 Cachia
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 <cell alignment="center" valignment="top" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686 Maria
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695 555
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 </row>
4701 <row>
4702 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706
4707 \series bold
4708 Cachia
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 <cell alignment="center" valignment="top" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717 Maurizio
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 555
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 </row>
4732 <row>
4733 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737
4738 \series bold
4739 Cinquemani
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 <cell alignment="center" valignment="top" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748 Giusi
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757 555
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 </row>
4763 <row>
4764 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768
4769 \series bold
4770 Colin
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 <cell alignment="center" valignment="top" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779 Bernard
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788 555
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 </row>
4794 <row>
4795 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799
4800 \series bold
4801 Concli
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 <cell alignment="center" valignment="top" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810 Gianfranco
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819 555
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 </row>
4825 <row>
4826 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830
4831 \series bold
4832 Dal Bosco
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 <cell alignment="center" valignment="top" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841 Carolina
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850 555
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 </row>
4856 <row>
4857 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861
4862 \series bold
4863 Dalpiaz
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 <cell alignment="center" valignment="top" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872 Annamaria
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881 555
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 </row>
4887 <row>
4888 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892
4893 \series bold
4894 Feliciello
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 <cell alignment="center" valignment="top" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903 Domenico
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912 555
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 </row>
4918 <row>
4919 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923
4924 \series bold
4925 Focarelli
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 <cell alignment="center" valignment="top" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934 Paola
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943 555
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 </row>
4949 <row>
4950 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954
4955 \series bold
4956 Galletti
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 <cell alignment="center" valignment="top" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965 Oreste
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974 555
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 </row>
4980 <row>
4981 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985
4986 \series bold
4987 Gasparini
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 <cell alignment="center" valignment="top" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996 Franca
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 555
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 </row>
5011 <row>
5012 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016
5017 \series bold
5018 Rizzardi
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 <cell alignment="center" valignment="top" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027 Paola
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 555
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 </row>
5042 <row>
5043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047
5048 \series bold
5049 Lassini
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 <cell alignment="center" valignment="top" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058 Giancarlo
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067 555
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 </row>
5073 <row>
5074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078
5079 \series bold
5080 Malfatti
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 <cell alignment="center" valignment="top" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089 Luciano
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 555
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 </row>
5104 <row>
5105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109
5110 \series bold
5111 Malfatti
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 <cell alignment="center" valignment="top" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120 Valeriano
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129 555
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 </row>
5135 <row>
5136 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140
5141 \series bold
5142 Meneguzzo
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 <cell alignment="center" valignment="top" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151 Roberto
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 555
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 </row>
5166 <row>
5167 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171
5172 \series bold
5173 Mezzadra
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 <cell alignment="center" valignment="top" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182 Roberto
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191 555
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 </row>
5197 <row>
5198 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202
5203 \series bold
5204 Pirpamer
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 <cell alignment="center" valignment="top" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213 Erich
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222 555
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 </row>
5228 <row>
5229 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233
5234 \series bold
5235 Pochiesa
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 <cell alignment="center" valignment="top" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244 Paolo
5245 \end_layout
5246
5247 \end_inset
5248 </cell>
5249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5250 \begin_inset Text
5251
5252 \begin_layout Plain Layout
5253 555, 222
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 </row>
5259 <row>
5260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264
5265 \series bold
5266 Radina
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 Claudio
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284 555
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 </row>
5290 <row>
5291 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295
5296 \series bold
5297 Stuffer
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 <cell alignment="center" valignment="top" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306 Oskar
5307 \end_layout
5308
5309 \end_inset
5310 </cell>
5311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5312 \begin_inset Text
5313
5314 \begin_layout Plain Layout
5315 555
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 </row>
5321 <row>
5322 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326
5327 \series bold
5328 Tacchelli
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 <cell alignment="center" valignment="top" usebox="none">
5334 \begin_inset Text
5335
5336 \begin_layout Plain Layout
5337 Ugo
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346 555
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 </row>
5352 <row>
5353 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Plain Layout
5357
5358 \series bold
5359 Tezzele
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell alignment="center" valignment="top" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368 Margit
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Plain Layout
5377 555
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 </row>
5383 <row>
5384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388
5389 \series bold
5390 Unterkalmsteiner
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 <cell alignment="center" valignment="top" usebox="none">
5396 \begin_inset Text
5397
5398 \begin_layout Plain Layout
5399 Frieda
5400 \end_layout
5401
5402 \end_inset
5403 </cell>
5404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5405 \begin_inset Text
5406
5407 \begin_layout Plain Layout
5408 555
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 </row>
5414 <row>
5415 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5416 \begin_inset Text
5417
5418 \begin_layout Plain Layout
5419
5420 \series bold
5421 Vieider
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell alignment="center" valignment="top" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 Hilde
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 555
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 </row>
5445 <row>
5446 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450
5451 \series bold
5452 Vigna
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 <cell alignment="center" valignment="top" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Plain Layout
5461 Jürgen
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470 999
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 </row>
5476 <row>
5477 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5478 \begin_inset Text
5479
5480 \begin_layout Plain Layout
5481
5482 \series bold
5483 Weber
5484 \end_layout
5485
5486 \end_inset
5487 </cell>
5488 <cell alignment="center" valignment="top" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492 Maurizio
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501 555
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 </row>
5507 <row>
5508 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512
5513 \series bold
5514 Winkler
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523 Franz
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532 555
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 </row>
5538 <row endlastfoot="true">
5539 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 Fin
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 </row>
5567 </lyxtabular>
5568
5569 \end_inset
5570
5571
5572 \begin_inset ERT
5573 status collapsed
5574
5575 \begin_layout Plain Layout
5576
5577
5578 \backslash
5579 addtocounter{table}{-1}
5580 \end_layout
5581
5582 \end_inset
5583
5584
5585 \begin_inset Note Note
5586 status collapsed
5587
5588 \begin_layout Plain Layout
5589 Voyez la première note grisée de la section
5590 \begin_inset space ~
5591 \end_inset
5592
5593
5594 \begin_inset CommandInset ref
5595 LatexCommand ref
5596 reference "subsec:Tableaux-multi-pages-légende"
5597
5598 \end_inset
5599
5600  pour une explication de cette commande.
5601 \end_layout
5602
5603 \end_inset
5604
5605
5606 \end_layout
5607
5608 \begin_layout Subsection
5609 Notes de bas de page dans les tableaux multi-pages
5610 \begin_inset CommandInset label
5611 LatexCommand label
5612 name "subsec:Notes-dans-tableau-multi-pages"
5613
5614 \end_inset
5615
5616
5617 \begin_inset Index idx
5618 status collapsed
5619
5620 \begin_layout Plain Layout
5621 Tableau ! multi-pages ! Notes de bas de page
5622 \end_layout
5623
5624 \end_inset
5625
5626
5627 \end_layout
5628
5629 \begin_layout Standard
5630 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5631  multi-pages.
5632  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5633  contenant la note.
5634  Par exemple le tableau
5635 \begin_inset space ~
5636 \end_inset
5637
5638
5639 \begin_inset CommandInset ref
5640 LatexCommand ref
5641 reference "tab:Légendes-tableau-différentes"
5642
5643 \end_inset
5644
5645  a une note de bas de page.
5646 \end_layout
5647
5648 \begin_layout Subsection
5649 Alignement des tableaux multi-pages
5650 \begin_inset Index idx
5651 status collapsed
5652
5653 \begin_layout Plain Layout
5654 Tableau ! multi-pages ! Alignement
5655 \end_layout
5656
5657 \end_inset
5658
5659
5660 \end_layout
5661
5662 \begin_layout Standard
5663 L'alignement horizontal des tableaux multi-pages peut être modifié dans
5664  la fenêtre de dialogue des paramètres de tableau.
5665  Pour les alignements à droite et à gauche, le tableau sera directement
5666  au bord de la page.
5667  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5668  l'alignement centré et modifier les valeurs des longueurs 
5669 \series bold
5670
5671 \backslash
5672 LTleft 
5673 \series default
5674 et 
5675 \series bold
5676
5677 \backslash
5678 LTright
5679 \series default
5680  en insérant la ligne suivante sous forme de code \SpecialChar TeX
5681  avant le tableau multi-pages
5682  concerné :
5683 \end_layout
5684
5685 \begin_layout Standard
5686
5687 \series bold
5688
5689 \backslash
5690 setlength{
5691 \backslash
5692 LTleft}{valeur}
5693 \end_layout
5694
5695 \begin_layout Standard
5696 Où 
5697 \series bold
5698 valeur
5699 \series default
5700  peut avoir n'importe laquelle des unités listées dans le tableau
5701 \begin_inset space ~
5702 \end_inset
5703
5704
5705 \begin_inset CommandInset ref
5706 LatexCommand ref
5707 reference "cha:Unités-de-longueur"
5708
5709 \end_inset
5710
5711 .
5712  
5713 \series bold
5714
5715 \backslash
5716 LTleft
5717 \series default
5718  contrôle la distance horizontale entre le bord gauche de la page et le
5719  tableau, et
5720 \series bold
5721  
5722 \backslash
5723 LTright
5724 \series default
5725  la distance au bord droit.
5726  La valeur implicite des ces deux distances est 
5727 \series bold
5728
5729 \backslash
5730 fill
5731 \series default
5732 , ce qui dans ce cas correspond à un ressort horizontal dans \SpecialChar LyX
5733 .
5734 \end_layout
5735
5736 \begin_layout Standard
5737 Le tableau multi-pages suivant a été centrée en mettant 
5738 \series bold
5739
5740 \backslash
5741 LTleft
5742 \series default
5743  à 
5744 \family sans
5745 0.1
5746 \backslash
5747 columnwidth
5748 \family default
5749 :
5750 \begin_inset ERT
5751 status collapsed
5752
5753 \begin_layout Plain Layout
5754
5755
5756 \backslash
5757 setlength{
5758 \backslash
5759 LTleft}{0.1
5760 \backslash
5761 columnwidth}
5762 \end_layout
5763
5764 \end_inset
5765
5766
5767 \end_layout
5768
5769 \begin_layout Standard
5770 \begin_inset Tabular
5771 <lyxtabular version="3" rows="5" columns="5">
5772 <features islongtable="true" longtabularalignment="center">
5773 <column alignment="center" valignment="top">
5774 <column alignment="center" valignment="top">
5775 <column alignment="center" valignment="top">
5776 <column alignment="center" valignment="top">
5777 <column alignment="center" valignment="top">
5778 <row>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 1
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 2
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801 3
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 4
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 5
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 </row>
5825 <row>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 asd
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 s
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 s
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 s
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 asd
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 </row>
5872 <row>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 asd
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 s
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 s
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 s
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 asd
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 </row>
5919 <row>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 asd
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 s
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942 s
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951 s
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960 asd
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 </row>
5966 <row>
5967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971 asd
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980 asd
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989 asd
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 asd
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 asd
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 </row>
6013 </lyxtabular>
6014
6015 \end_inset
6016
6017
6018 \begin_inset ERT
6019 status collapsed
6020
6021 \begin_layout Plain Layout
6022
6023
6024 \backslash
6025 setlength{
6026 \backslash
6027 LTleft}{
6028 \backslash
6029 fill}
6030 \end_layout
6031
6032 \end_inset
6033
6034
6035 \begin_inset ERT
6036 status collapsed
6037
6038 \begin_layout Plain Layout
6039
6040
6041 \backslash
6042 addtocounter{table}{-1}
6043 \end_layout
6044
6045 \end_inset
6046
6047
6048 \begin_inset Note Note
6049 status collapsed
6050
6051 \begin_layout Plain Layout
6052 Voyez la première note grisée de la section
6053 \begin_inset space ~
6054 \end_inset
6055
6056
6057 \begin_inset CommandInset ref
6058 LatexCommand ref
6059 reference "subsec:Tableaux-multi-pages-légende"
6060
6061 \end_inset
6062
6063  pour une explication de cette commande.
6064 \end_layout
6065
6066 \end_inset
6067
6068
6069 \end_layout
6070
6071 \begin_layout Subsection
6072 Légendes et tableaux multi-pages
6073 \begin_inset Index idx
6074 status collapsed
6075
6076 \begin_layout Plain Layout
6077 Tableau ! multi-pages ! Legendes@Légendes
6078 \end_layout
6079
6080 \end_inset
6081
6082
6083 \begin_inset CommandInset label
6084 LatexCommand label
6085 name "subsec:Tableaux-multi-pages-légende"
6086
6087 \end_inset
6088
6089
6090 \end_layout
6091
6092 \begin_layout Standard
6093 Vous ne pouvez pas placer un tableau multi-pages dans un flottant de tableau
6094  puisque les flottants ne peuvent pas être sur plusieurs pages, mais l'environne
6095 ment de légende des flottants de tableau peut aussi être utilisé pour les
6096  tableaux multi-pages quand on utilise pour une ligne l'option de tableau
6097  multi-pages 
6098 \family sans
6099 Légende
6100 \family default
6101 , comme c'est expliqué dans la section
6102 \begin_inset space ~
6103 \end_inset
6104
6105
6106 \begin_inset CommandInset ref
6107 LatexCommand ref
6108 reference "sec:Tableaux-multi-pages"
6109
6110 \end_inset
6111
6112 .
6113 \end_layout
6114
6115 \begin_layout Standard
6116 Voici un petit Tableau multi-pages pour voir comment ça marche :
6117 \end_layout
6118
6119 \begin_layout Standard
6120 \begin_inset Tabular
6121 <lyxtabular version="3" rows="6" columns="5">
6122 <features islongtable="true" longtabularalignment="center">
6123 <column alignment="center" valignment="top">
6124 <column alignment="center" valignment="top">
6125 <column alignment="center" valignment="top">
6126 <column alignment="center" valignment="top">
6127 <column alignment="center" valignment="top">
6128 <row endfirsthead="true" caption="true">
6129 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133 \begin_inset Caption Standard
6134
6135 \begin_layout Plain Layout
6136 Tableau multi-pages avec une légende
6137 \begin_inset Argument 1
6138 status open
6139
6140 \begin_layout Plain Layout
6141 Tableau multi-pages
6142 \end_layout
6143
6144 \end_inset
6145
6146
6147 \end_layout
6148
6149 \end_inset
6150
6151
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 </row>
6193 <row>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 1
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 2
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 3
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 4
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 5
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 </row>
6240 <row>
6241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 asd
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 s
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 s
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 s
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 asd
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 </row>
6287 <row>
6288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 asd
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301 s
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310 s
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 s
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 asd
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 </row>
6334 <row>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 asd
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 s
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 s
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 s
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 asd
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 </row>
6381 <row>
6382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 asd
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 asd
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 asd
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 asd
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 asd
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 </row>
6428 </lyxtabular>
6429
6430 \end_inset
6431
6432
6433 \end_layout
6434
6435 \begin_layout Standard
6436 \begin_inset VSpace medskip
6437 \end_inset
6438
6439
6440 \begin_inset Note Greyedout
6441 status open
6442
6443 \begin_layout Plain Layout
6444
6445 \series bold
6446 Note
6447 \begin_inset space ~
6448 \end_inset
6449
6450 1:
6451 \series default
6452  Le numéro de tableau est incrémenté à chaque tableau multi-pages, même
6453  si vous n'avez pas prévu de légende.
6454  De ce fait, vous pouvez avoir le cas où par exemple le tableau
6455 \begin_inset space ~
6456 \end_inset
6457
6458 2.4 suit le tableau
6459 \begin_inset space ~
6460 \end_inset
6461
6462 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux multi-page
6463 s sans légende.
6464  Pour éviter ce problème, vous pouvez ajouter cette commande en code \SpecialChar TeX
6465  après
6466  chaque tableau multi-pages sans légende :
6467 \end_layout
6468
6469 \begin_layout Plain Layout
6470
6471 \series bold
6472
6473 \backslash
6474 addtocounter{table}{-1}
6475 \end_layout
6476
6477 \begin_layout Plain Layout
6478 Ce n'est pas nécessaire quand aucun de vos tableaux multi-pages n'a de légende
6479  et que vous ajoutez le code suivant dans le préambule du document :
6480 \end_layout
6481
6482 \begin_layout Plain Layout
6483
6484 \series bold
6485
6486 \backslash
6487 let
6488 \backslash
6489 myEnd
6490 \backslash
6491 endlongtable
6492 \begin_inset Newline newline
6493 \end_inset
6494
6495
6496 \backslash
6497 renewcommand{
6498 \backslash
6499 endlongtable}{
6500 \backslash
6501 myEnd
6502 \backslash
6503 addtocounter{table}{-1}}
6504 \end_layout
6505
6506 \end_inset
6507
6508
6509 \end_layout
6510
6511 \begin_layout Standard
6512 \begin_inset Note Greyedout
6513 status open
6514
6515 \begin_layout Plain Layout
6516
6517 \series bold
6518 Note
6519 \begin_inset space ~
6520 \end_inset
6521
6522 2:
6523 \series default
6524  Si vous utilisez 
6525 \series bold
6526 hyperref
6527 \series default
6528
6529 \begin_inset Index idx
6530 status collapsed
6531
6532 \begin_layout Plain Layout
6533 Paquetages \SpecialChar LaTeX
6534  ! hyperref
6535 \end_layout
6536
6537 \end_inset
6538
6539  dans les 
6540 \family sans
6541 Paramètres du document
6542 \family default
6543  rubrique 
6544 \family sans
6545 Propriétés
6546 \begin_inset space ~
6547 \end_inset
6548
6549 du
6550 \begin_inset space ~
6551 \end_inset
6552
6553 PDF
6554 \family default
6555 , pour transformer vos références croisées en liens cliquables, le lien
6556  vers un tableau multi-pages pointera toujours sur le début du document.
6557 \end_layout
6558
6559 \end_inset
6560
6561
6562 \end_layout
6563
6564 \begin_layout Subsubsection
6565 Références à des tableaux multi-pages
6566 \begin_inset Index idx
6567 status collapsed
6568
6569 \begin_layout Plain Layout
6570 Tableau ! multi-pages ! Références
6571 \end_layout
6572
6573 \end_inset
6574
6575
6576 \end_layout
6577
6578 \begin_layout Standard
6579 \begin_inset Tabular
6580 <lyxtabular version="3" rows="6" columns="5">
6581 <features islongtable="true" longtabularalignment="center">
6582 <column alignment="center" valignment="top">
6583 <column alignment="center" valignment="top">
6584 <column alignment="center" valignment="top">
6585 <column alignment="center" valignment="top">
6586 <column alignment="center" valignment="top">
6587 <row endfirsthead="true" caption="true">
6588 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592 \begin_inset Caption Standard
6593
6594 \begin_layout Plain Layout
6595 Tableau multi-pages référencé
6596 \begin_inset CommandInset label
6597 LatexCommand label
6598 name "tab:RefExemple"
6599
6600 \end_inset
6601
6602
6603 \end_layout
6604
6605 \end_inset
6606
6607
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Plain Layout
6643
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 </row>
6649 <row>
6650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 1
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663 2
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672 3
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681 4
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690 5
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 </row>
6696 <row>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 asd
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 s
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 s
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 s
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737 asd
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 </row>
6743 <row>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 asd
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 s
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 s
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 s
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784 asd
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 </row>
6790 <row>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 asd
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 s
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813 s
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822 s
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Plain Layout
6831 asd
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 </row>
6837 <row>
6838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 asd
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 sad
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 asd
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 asd
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 asd
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 </row>
6884 </lyxtabular>
6885
6886 \end_inset
6887
6888
6889 \end_layout
6890
6891 \begin_layout Standard
6892 Pour pouvoir faire référence à un tableau multi-pages, il faut insérer une
6893  étiquette dans sa légende.
6894 \end_layout
6895
6896 \begin_layout Standard
6897 Ceci est une référence au tableau
6898 \begin_inset space ~
6899 \end_inset
6900
6901
6902 \begin_inset CommandInset ref
6903 LatexCommand ref
6904 reference "tab:RefExemple"
6905
6906 \end_inset
6907
6908 .
6909 \end_layout
6910
6911 \begin_layout Standard
6912 La mise en forme de la légende peut être ajustée avec celle de toutes les
6913  autres légendes de votre document en utilisant le paquetage \SpecialChar LaTeX
6914  
6915 \series bold
6916 caption
6917 \series default
6918
6919 \begin_inset Index idx
6920 status collapsed
6921
6922 \begin_layout Plain Layout
6923 Paquetages \SpecialChar LaTeX
6924  ! caption
6925 \end_layout
6926
6927 \end_inset
6928
6929 , voir la section
6930 \begin_inset space ~
6931 \end_inset
6932
6933
6934 \begin_inset CommandInset ref
6935 LatexCommand ref
6936 reference "sec:Formatage-légende"
6937
6938 \end_inset
6939
6940 .
6941 \end_layout
6942
6943 \begin_layout Subsubsection
6944 Largeur de la légende
6945 \begin_inset Index idx
6946 status collapsed
6947
6948 \begin_layout Plain Layout
6949 Tableau ! multi-pages ! Largeur de la légende
6950 \end_layout
6951
6952 \end_inset
6953
6954
6955 \end_layout
6956
6957 \begin_layout Standard
6958 La largeur maximale des lignes de légende est définie par la longueur 
6959 \series bold
6960
6961 \backslash
6962 LTcapwidth
6963 \series default
6964 .
6965  Sa valeur implicite est 4
6966 \begin_inset space \thinspace{}
6967 \end_inset
6968
6969 in.
6970  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6971  de votre document ou en tant que code \SpecialChar TeX
6972  directement dans votre document
6973  avant le tableau qui doit être affectée.
6974 \end_layout
6975
6976 \begin_layout Standard
6977
6978 \series bold
6979
6980 \backslash
6981 setlength{
6982 \backslash
6983 LTcapwidth}{largeur}
6984 \end_layout
6985
6986 \begin_layout Standard
6987 où la largeur peur être exprimée avec les unités qui sont listées dans l'annexe
6988 \begin_inset space ~
6989 \end_inset
6990
6991
6992 \begin_inset CommandInset ref
6993 LatexCommand ref
6994 reference "cha:Unités-de-longueur"
6995
6996 \end_inset
6997
6998 .
6999 \end_layout
7000
7001 \begin_layout Standard
7002 Les tableaux suivants montrent la différence :
7003 \end_layout
7004
7005 \begin_layout Standard
7006 \begin_inset Tabular
7007 <lyxtabular version="3" rows="6" columns="5">
7008 <features islongtable="true" longtabularalignment="center">
7009 <column alignment="center" valignment="top">
7010 <column alignment="center" valignment="top">
7011 <column alignment="center" valignment="top">
7012 <column alignment="center" valignment="top">
7013 <column alignment="center" valignment="top">
7014 <row endfirsthead="true" caption="true">
7015 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 \begin_inset Caption Standard
7020
7021 \begin_layout Plain Layout
7022 long titre complet avec la largeur implicite long titre complet avec la
7023  largeur implicite long titre complet avec la largeur implicite
7024 \begin_inset Argument 1
7025 status open
7026
7027 \begin_layout Plain Layout
7028 Légende avec largeur implicite
7029 \end_layout
7030
7031 \end_inset
7032
7033
7034 \end_layout
7035
7036 \end_inset
7037
7038
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 </row>
7080 <row>
7081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 1
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 2
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 3
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 4
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 5
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 </row>
7127 <row>
7128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 asd
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 s
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 s
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 s
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 asd
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 </row>
7174 <row>
7175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 asd
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 s
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 s
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 s
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 asd
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 </row>
7221 <row>
7222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 asd
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 s
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 s
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 s
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 asd
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 </row>
7268 <row>
7269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 asd
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282 sad
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 asd
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 asd
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 asd
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 </row>
7315 </lyxtabular>
7316
7317 \end_inset
7318
7319
7320 \end_layout
7321
7322 \begin_layout Standard
7323 \begin_inset ERT
7324 status collapsed
7325
7326 \begin_layout Plain Layout
7327
7328
7329 \backslash
7330 setlength{
7331 \backslash
7332 LTcapwidth}{5cm}
7333 \end_layout
7334
7335 \end_inset
7336
7337
7338 \begin_inset Tabular
7339 <lyxtabular version="3" rows="6" columns="5">
7340 <features islongtable="true" longtabularalignment="center">
7341 <column alignment="center" valignment="top">
7342 <column alignment="center" valignment="top">
7343 <column alignment="center" valignment="top">
7344 <column alignment="center" valignment="top">
7345 <column alignment="center" valignment="top">
7346 <row endfirsthead="true" caption="true">
7347 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351 \begin_inset Caption Standard
7352
7353 \begin_layout Plain Layout
7354 long titre complet avec la largeur réglée à 5
7355 \begin_inset space \thinspace{}
7356 \end_inset
7357
7358 cm long titre complet avec la largeur réglée à 5
7359 \begin_inset space \thinspace{}
7360 \end_inset
7361
7362 cm long titre complet avec la largeur réglée à 5
7363 \begin_inset space \thinspace{}
7364 \end_inset
7365
7366 cm
7367 \begin_inset Argument 1
7368 status open
7369
7370 \begin_layout Plain Layout
7371 Légende avec largeur à
7372 \begin_inset space \thinspace{}
7373 \end_inset
7374
7375 =
7376 \begin_inset space \thinspace{}
7377 \end_inset
7378
7379 5
7380 \begin_inset space \thinspace{}
7381 \end_inset
7382
7383 cm
7384 \end_layout
7385
7386 \end_inset
7387
7388
7389 \end_layout
7390
7391 \end_inset
7392
7393
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 </row>
7435 <row>
7436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440 1
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 2
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 3
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467 4
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476 5
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 </row>
7482 <row>
7483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487 asd
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 s
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 s
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 s
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523 asd
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 </row>
7529 <row>
7530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534 asd
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 s
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552 s
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 s
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 asd
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 </row>
7576 <row>
7577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581 asd
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590 s
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599 s
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608 s
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617 asd
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 </row>
7623 <row>
7624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628 asd
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637 sad
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 asd
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 asd
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 asd
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 </row>
7670 </lyxtabular>
7671
7672 \end_inset
7673
7674
7675 \end_layout
7676
7677 \begin_layout Standard
7678 \begin_inset ERT
7679 status collapsed
7680
7681 \begin_layout Plain Layout
7682
7683
7684 \backslash
7685 setlength{
7686 \backslash
7687 LTcapwidth}{4in}
7688 \end_layout
7689
7690 \end_inset
7691
7692
7693 \end_layout
7694
7695 \begin_layout Standard
7696 \begin_inset Note Greyedout
7697 status open
7698
7699 \begin_layout Plain Layout
7700
7701 \series bold
7702 Note:
7703 \series default
7704  Quand on utilise la paquetage \SpecialChar LaTeX
7705  
7706 \series bold
7707 caption
7708 \series default
7709
7710 \begin_inset Index idx
7711 status collapsed
7712
7713 \begin_layout Plain Layout
7714 Paquetages \SpecialChar LaTeX
7715  ! caption
7716 \end_layout
7717
7718 \end_inset
7719
7720  , comme c'est les cas dans ce document, la légende prend toute la largeur
7721  de la page quand on utilise la largeur implicite de 4
7722 \begin_inset space \thinspace{}
7723 \end_inset
7724
7725 in pour 
7726 \series bold
7727
7728 \backslash
7729 LTcapwidth
7730 \series default
7731 .
7732  Pour avoir dans ce cas une légende qui fasse exactement 4
7733 \begin_inset space \thinspace{}
7734 \end_inset
7735
7736 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7737  comme par exemple 3.99
7738 \begin_inset space \thinspace{}
7739 \end_inset
7740
7741 in, soit utiliser la commande \SpecialChar LaTeX
7742  
7743 \series bold
7744
7745 \backslash
7746 captionsetup{width=valeur}
7747 \series default
7748  qui est disponible dans le paquetage 
7749 \series bold
7750 caption
7751 \series default
7752 .
7753 \end_layout
7754
7755 \end_inset
7756
7757
7758 \end_layout
7759
7760 \begin_layout Subsubsection
7761 Des légendes différentes sur chaque page d'un tableau
7762 \begin_inset Argument 1
7763 status collapsed
7764
7765 \begin_layout Plain Layout
7766 Légendes différentes
7767 \end_layout
7768
7769 \end_inset
7770
7771
7772 \begin_inset Index idx
7773 status collapsed
7774
7775 \begin_layout Plain Layout
7776 Tableau ! multi-pages ! Legendes@Légendes différentes par page
7777 \end_layout
7778
7779 \end_inset
7780
7781
7782 \end_layout
7783
7784 \begin_layout Standard
7785 Quand la légende du tableau pour les pages suivantes doit être différente
7786  de celle de la première page, marquer une ligne vide en tant qu'en-tête
7787  contenant une légende, puis effectuer un clic droit sur la légende et cocher
7788  dans le menu contextuel
7789 \family sans
7790  Légende
7791 \begin_inset space ~
7792 \end_inset
7793
7794 (NonNuméroté)
7795 \family default
7796 .
7797  Le tableau
7798 \begin_inset space ~
7799 \end_inset
7800
7801
7802 \begin_inset CommandInset ref
7803 LatexCommand ref
7804 reference "tab:Légendes-tableau-différentes"
7805
7806 \end_inset
7807
7808  est un exemple de tableau long avec des légendes différentes et où la seconde
7809  légende ne contient pas le numéro du tableau.
7810 \end_layout
7811
7812 \begin_layout Standard
7813 \align center
7814 \begin_inset Tabular
7815 <lyxtabular version="3" rows="59" columns="3">
7816 <features islongtable="true" longtabularalignment="center">
7817 <column alignment="left" valignment="top" width="0pt">
7818 <column alignment="left" valignment="top" width="0pt">
7819 <column alignment="center" valignment="top" width="0pt">
7820 <row endfirsthead="true" caption="true">
7821 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825 \begin_inset Caption Standard
7826
7827 \begin_layout Plain Layout
7828 Exemple d'annuaire téléphonique
7829 \begin_inset CommandInset label
7830 LatexCommand label
7831 name "tab:Légendes-tableau-différentes"
7832
7833 \end_inset
7834
7835
7836 \begin_inset Argument 1
7837 status collapsed
7838
7839 \begin_layout Plain Layout
7840 Exemple Annuaire 
7841 \end_layout
7842
7843 \end_inset
7844
7845
7846 \end_layout
7847
7848 \end_inset
7849
7850
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 </row>
7874 <row endfirsthead="true">
7875 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879
7880 \series bold
7881 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 </row>
7905 <row endfirsthead="true">
7906 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910
7911 \series bold
7912 NOM
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \series bold
7932 TÉL.
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 </row>
7938 <row endhead="true" caption="true">
7939 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943 \begin_inset Caption Unnumbered
7944
7945 \begin_layout Plain Layout
7946 Suite de l'exemple d'annuaire téléphonique
7947 \end_layout
7948
7949 \end_inset
7950
7951
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 </row>
7975 <row endhead="true">
7976 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980
7981 \series bold
7982 Exemple d'annuaire téléphonique
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 </row>
8006 <row endhead="true">
8007 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011
8012 \series bold
8013 NOM
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031
8032 \series bold
8033 TÉL.
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 </row>
8039 <row endfoot="true">
8040 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 suite page suivante\SpecialChar ldots
8045
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 </row>
8069 <row>
8070 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074
8075 \series bold
8076 Annovi
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085 Silvia
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094 111
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 </row>
8100 <row>
8101 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105
8106 \series bold
8107 Bertoli
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 Stefano
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 111
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 </row>
8131 <row>
8132 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136
8137 \series bold
8138 Bozzi
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 Walter
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 111
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 </row>
8162 <row>
8163 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167
8168 \series bold
8169 Cachia
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 Maria
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 111
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 <row>
8194 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198
8199 \series bold
8200 Cachia
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 Maurizio
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218 111
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 </row>
8224 <row>
8225 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229
8230 \series bold
8231 Cinquemani
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 Giusi
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 111
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 </row>
8255 <row>
8256 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260
8261 \series bold
8262 Colin
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 Bernard
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280 111
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 </row>
8286 <row>
8287 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291
8292 \series bold
8293 Concli
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 Gianfranco
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 111
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 </row>
8317 <row>
8318 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322
8323 \series bold
8324 Dal Bosco
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 Carolina
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 111
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 </row>
8348 <row>
8349 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353
8354 \series bold
8355 Dalpiaz
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 Annamaria
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 111
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 </row>
8379 <row>
8380 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384
8385 \series bold
8386 Feliciello
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 Domenico
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 111
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 </row>
8410 <row>
8411 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415
8416 \series bold
8417 Focarelli
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 Paola
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 111
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 </row>
8441 <row>
8442 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446
8447 \series bold
8448 Galletti
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 Oreste
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 111
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 </row>
8472 <row>
8473 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477
8478 \series bold
8479 Gasparini
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 Franca
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 111
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 </row>
8503 <row>
8504 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508
8509 \series bold
8510 Rizzardi
8511 \series default
8512
8513 \begin_inset Foot
8514 status open
8515
8516 \begin_layout Plain Layout
8517 Exemple de note de bas de page
8518 \end_layout
8519
8520 \end_inset
8521
8522
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 Paola
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 111
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 </row>
8546 <row>
8547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551
8552 \series bold
8553 Lassini
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 Giancarlo
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 111
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 <row>
8578 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582
8583 \series bold
8584 Malfatti
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 Luciano
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 111
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 </row>
8608 <row>
8609 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613
8614 \series bold
8615 Malfatti
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 Valeriano
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633 111
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 </row>
8639 <row>
8640 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644
8645 \series bold
8646 Meneguzzo
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655 Roberto
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 111
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 </row>
8670 <row>
8671 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675
8676 \series bold
8677 Mezzadra
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 Roberto
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 111
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 </row>
8701 <row>
8702 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706
8707 \series bold
8708 Pirpamer
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 Erich
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 111
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 </row>
8732 <row>
8733 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737
8738 \series bold
8739 Pochiesa
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748 Paolo
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 111, 222
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 </row>
8763 <row>
8764 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768
8769 \series bold
8770 Radina
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 Claudio
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788 111
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 </row>
8794 <row>
8795 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799
8800 \series bold
8801 Stuffer
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810 Oskar
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819 111
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 </row>
8825 <row>
8826 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830
8831 \series bold
8832 Tacchelli
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 Ugo
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850 111
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 </row>
8856 <row>
8857 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861
8862 \series bold
8863 Tezzele
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 Margit
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 111
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 </row>
8887 <row>
8888 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892
8893 \series bold
8894 Unterkalmsteiner
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 Frieda
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 111
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 </row>
8918 <row>
8919 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923
8924 \series bold
8925 Vieider
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 Hilde
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943 111
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 </row>
8949 <row>
8950 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954
8955 \series bold
8956 Vigna
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 Jürgen
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 111
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 </row>
8980 <row>
8981 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985
8986 \series bold
8987 Weber
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 Maurizio
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 111
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 </row>
9011 <row>
9012 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016
9017 \series bold
9018 Winkler
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 Franz
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 111
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 </row>
9042 <row>
9043 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047  
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 </row>
9071 <row>
9072 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076
9077 \series bold
9078 Annovi
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087 Silvia
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096 555
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 </row>
9102 <row>
9103 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107
9108 \series bold
9109 Bertoli
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 Stefano
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 555
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 <row>
9134 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138
9139 \series bold
9140 Bozzi
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 Walter
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 555
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 </row>
9164 <row>
9165 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169
9170 \series bold
9171 Cachia
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180 Maria
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 555
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 </row>
9195 <row>
9196 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200
9201 \series bold
9202 Cachia
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 Maurizio
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 555
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 </row>
9226 <row>
9227 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231
9232 \series bold
9233 Cinquemani
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 Giusi
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 555
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 </row>
9257 <row>
9258 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262
9263 \series bold
9264 Colin
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 Bernard
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282 555
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 </row>
9288 <row>
9289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293
9294 \series bold
9295 Concli
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304 Gianfranco
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 555
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 </row>
9319 <row>
9320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324
9325 \series bold
9326 Dal Bosco
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 Carolina
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344 555
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 </row>
9350 <row>
9351 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355
9356 \series bold
9357 Dalpiaz
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 Annamaria
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375 555
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 </row>
9381 <row>
9382 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386
9387 \series bold
9388 Feliciello
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 Domenico
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 555
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 </row>
9412 <row>
9413 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417
9418 \series bold
9419 Focarelli
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428 Paola
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437 555
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 </row>
9443 <row>
9444 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448
9449 \series bold
9450 Galletti
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459 Oreste
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468 555
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 </row>
9474 <row>
9475 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479
9480 \series bold
9481 Gasparini
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490 Franca
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499 555
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 </row>
9505 <row>
9506 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510
9511 \series bold
9512 Rizzardi
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 Paola
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530 555
9531 \end_layout
9532
9533 \end_inset
9534 </cell>
9535 </row>
9536 <row>
9537 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541
9542 \series bold
9543 Lassini
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 Giancarlo
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9558 \begin_inset Text
9559
9560 \begin_layout Plain Layout
9561 555
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 </row>
9567 <row>
9568 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572
9573 \series bold
9574 Malfatti
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583 Luciano
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Plain Layout
9592 555
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 </row>
9598 <row>
9599 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Plain Layout
9603
9604 \series bold
9605 Malfatti
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614 Valeriano
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623 555
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 </row>
9629 <row>
9630 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Plain Layout
9634
9635 \series bold
9636 Meneguzzo
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645 Roberto
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654 555
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 </row>
9660 <row>
9661 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Plain Layout
9665
9666 \series bold
9667 Mezzadra
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676 Roberto
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 555
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 </row>
9691 </lyxtabular>
9692
9693 \end_inset
9694
9695
9696 \end_layout
9697
9698 \begin_layout Section
9699 Questions particulières concernant les tableaux multi-pages
9700 \begin_inset Argument 1
9701 status collapsed
9702
9703 \begin_layout Plain Layout
9704 Questions sur les tableaux multi-pages
9705 \end_layout
9706
9707 \end_inset
9708
9709
9710 \begin_inset CommandInset label
9711 LatexCommand label
9712 name "sec:Questions-sur-tableaux-multi-pages"
9713
9714 \end_inset
9715
9716
9717 \end_layout
9718
9719 \begin_layout Subsection
9720 Calculs des pages des tableaux multi-pages
9721 \begin_inset Index idx
9722 status collapsed
9723
9724 \begin_layout Plain Layout
9725 Tableau ! multi-pages ! Calculs
9726 \end_layout
9727
9728 \end_inset
9729
9730
9731 \end_layout
9732
9733 \begin_layout Standard
9734 \SpecialChar LaTeX
9735  calcule la hauteur de chaque page de tableau et leurs sauts de page en
9736  utilisant des blocs (chunks).
9737  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9738  mémoire de \SpecialChar LaTeX
9739 .
9740  La valeur implicite est fixée pour des raisons historiques à seulement
9741  20
9742 \begin_inset space ~
9743 \end_inset
9744
9745 lignes de tableau.
9746  Si vous utilisez des tableaux multi-pages couvrant de nombreuses pages,
9747  ceci peut ralentir la création de votre document.
9748  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9749  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9750  préambule de votre document :
9751 \end_layout
9752
9753 \begin_layout Standard
9754
9755 \series bold
9756
9757 \backslash
9758 setcounter{LTchunksize}{100}
9759 \end_layout
9760
9761 \begin_layout Subsection
9762 Les flottants et les tableaux multi-pages
9763 \begin_inset Index idx
9764 status collapsed
9765
9766 \begin_layout Plain Layout
9767 Tableau ! multi-pages ! Flottants
9768 \end_layout
9769
9770 \end_inset
9771
9772
9773 \end_layout
9774
9775 \begin_layout Standard
9776 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9777  commence un tableau multi-pages.
9778  Pour éviter une telle situation, insérez un saut de page (menu 
9779 \family sans
9780 Insertion\SpecialChar menuseparator
9781 Typographie
9782 \begin_inset space ~
9783 \end_inset
9784
9785 spéciale\SpecialChar menuseparator
9786 Saut de page (vide le tampon)
9787 \family default
9788
9789 \begin_inset space \thinspace{}
9790 \end_inset
9791
9792 ) juste avant votre tableau multi-pages.
9793 \end_layout
9794
9795 \begin_layout Subsection
9796 Sauts de pages forcés
9797 \begin_inset Index idx
9798 status collapsed
9799
9800 \begin_layout Plain Layout
9801 Tableau ! multi-pages ! Sauts de pages forcés
9802 \end_layout
9803
9804 \end_inset
9805
9806
9807 \end_layout
9808
9809 \begin_layout Standard
9810 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9811  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9812  un saut de page à l'intérieur de cette cellule, insérez la commande \SpecialChar LaTeX
9813  de
9814  saut de ligne 
9815 \begin_inset Quotes fld
9816 \end_inset
9817
9818
9819 \backslash
9820
9821 \backslash
9822
9823 \begin_inset Quotes frd
9824 \end_inset
9825
9826  en code \SpecialChar TeX
9827  à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9828  Avant la commande 
9829 \begin_inset Quotes fld
9830 \end_inset
9831
9832
9833 \backslash
9834
9835 \backslash
9836
9837 \begin_inset Quotes frd
9838 \end_inset
9839
9840 , vous devez insérer en code \SpecialChar TeX
9841 , autant de caractères 
9842 \begin_inset Quotes fld
9843 \end_inset
9844
9845 &
9846 \begin_inset Quotes frd
9847 \end_inset
9848
9849  qu'il y a de colonnes après la cellule concernée.
9850  Le caractère 
9851 \begin_inset Quotes fld
9852 \end_inset
9853
9854 &
9855 \begin_inset Quotes frd
9856 \end_inset
9857
9858  sert à séparer les colonnes d'un tableau.
9859  Écrivez en code-\SpecialChar TeX
9860 , après chaque 
9861 \begin_inset Quotes fld
9862 \end_inset
9863
9864 &
9865 \begin_inset Quotes frd
9866 \end_inset
9867
9868  le contenu des cellules correspondantes et en même temps supprimez le contenu
9869  de ces cellules dans le texte normal.
9870  
9871 \begin_inset Newline newline
9872 \end_inset
9873
9874 Après la commande 
9875 \backslash
9876
9877 \backslash
9878 , insérez autant de caractères 
9879 \begin_inset Quotes fld
9880 \end_inset
9881
9882 &
9883 \begin_inset Quotes frd
9884 \end_inset
9885
9886  qu'il y a de colonnes avant la colonne traitée.
9887  Dans le tableau
9888 \begin_inset space ~
9889 \end_inset
9890
9891
9892 \begin_inset CommandInset ref
9893 LatexCommand ref
9894 reference "tab:Tableau-saut-de-page"
9895
9896 \end_inset
9897
9898  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9899  suivie par une autre colonne.
9900  La commande suivante a donc été insérée en code \SpecialChar TeX
9901  dans la cellule après
9902  le mot 
9903 \begin_inset Quotes fld
9904 \end_inset
9905
9906
9907 \emph on
9908 Castelchiodato,
9909 \emph default
9910
9911 \begin_inset Quotes frd
9912 \end_inset
9913
9914 :
9915 \end_layout
9916
9917 \begin_layout Standard
9918
9919 \series bold
9920 & 111
9921 \backslash
9922
9923 \backslash
9924  
9925 \backslash
9926 newpage
9927 \begin_inset Newline newline
9928 \end_inset
9929
9930 &
9931 \end_layout
9932
9933 \begin_layout Standard
9934 Le 
9935 \begin_inset Quotes fld
9936 \end_inset
9937
9938 111
9939 \begin_inset Quotes frd
9940 \end_inset
9941
9942  dans la troisième colonne de la ligne a été supprimé.
9943  
9944 \series bold
9945
9946 \backslash
9947 newpage
9948 \series default
9949  est nécessaire seulement quand un saut de page doit impérativement avoir
9950  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9951  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9952  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9953  est coupée, utilisez cette commande à la place de la précédente :
9954 \end_layout
9955
9956 \begin_layout Standard
9957
9958 \series bold
9959 & 111
9960 \backslash
9961
9962 \backslash
9963
9964 \begin_inset Newline newline
9965 \end_inset
9966
9967
9968 \backslash
9969 hline &
9970 \end_layout
9971
9972 \begin_layout Standard
9973 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9974  insérer la commande
9975 \end_layout
9976
9977 \begin_layout Standard
9978
9979 \series bold
9980
9981 \backslash
9982 setlength{
9983 \backslash
9984 parfillskip}{0pt}
9985 \end_layout
9986
9987 \begin_layout Standard
9988 au début de la cellule.
9989  Cela assure que la portion de la cellule qui va se trouver affichée sur
9990  la page suivante le sera avec toute la largeur de la cellule.
9991 \end_layout
9992
9993 \begin_layout Standard
9994 \align center
9995 \begin_inset Tabular
9996 <lyxtabular version="3" rows="38" columns="3">
9997 <features islongtable="true" longtabularalignment="center">
9998 <column alignment="left" valignment="top" width="0pt">
9999 <column alignment="left" valignment="top" width="3cm">
10000 <column alignment="center" valignment="top" width="0pt">
10001 <row endfirsthead="true" caption="true">
10002 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006 \begin_inset Caption Standard
10007
10008 \begin_layout Plain Layout
10009 Tableau avec un saut de page forcé dans une cellule
10010 \begin_inset CommandInset label
10011 LatexCommand label
10012 name "tab:Tableau-saut-de-page"
10013
10014 \end_inset
10015
10016
10017 \begin_inset Argument 1
10018 status collapsed
10019
10020 \begin_layout Plain Layout
10021 Tableau avec un saut de page forcé dans une cellule
10022 \end_layout
10023
10024 \end_inset
10025
10026
10027 \end_layout
10028
10029 \end_inset
10030
10031
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 </row>
10055 <row endfirsthead="true">
10056 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060
10061 \series bold
10062 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 </row>
10086 <row endfirsthead="true">
10087 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \series bold
10093 NOM
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \series bold
10113 TÉL.
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 </row>
10119 <row endhead="true" caption="true">
10120 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 \begin_inset Caption Unnumbered
10125
10126 \begin_layout Plain Layout
10127 Tableau sur deux pages avec un saut de page dans une cellule
10128 \end_layout
10129
10130 \end_inset
10131
10132
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row endhead="true">
10157 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161  
10162 \series bold
10163 Exemple d'annuaire téléphonique
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 </row>
10187 <row endhead="true">
10188 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192
10193 \series bold
10194 NOM
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212
10213 \series bold
10214 TÉL.
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 </row>
10220 <row endfoot="true">
10221 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 suite page suivante\SpecialChar ldots
10226
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 </row>
10250 <row>
10251 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255
10256 \series bold
10257 Annovi
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 Silvia
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 111
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 </row>
10281 <row>
10282 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286
10287 \series bold
10288 Bertoli
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 Stefano
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 111
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 </row>
10312 <row>
10313 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317
10318 \series bold
10319 Bozzi
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 Walter
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337 111
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 </row>
10343 <row>
10344 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348
10349 \series bold
10350 Cachia
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 Maria
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 111
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 </row>
10374 <row>
10375 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379
10380 \series bold
10381 Cachia
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 Maurizio
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 111
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 </row>
10405 <row>
10406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410
10411 \series bold
10412 Cinquemani
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 Giusi
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 111
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 </row>
10436 <row>
10437 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441
10442 \series bold
10443 Colin
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 Bernard
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 111
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 </row>
10467 <row>
10468 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472
10473 \series bold
10474 Concli
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 Gianfranco
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 111
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 </row>
10498 <row>
10499 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503
10504 \series bold
10505 Dal Bosco
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 Carolina
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 111
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 </row>
10529 <row>
10530 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534
10535 \series bold
10536 Dalpiaz
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 Annamaria
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 111
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 </row>
10560 <row>
10561 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565
10566 \series bold
10567 Feliciello
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 Domenico
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 111
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 <row>
10592 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \series bold
10598 Focarelli
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 Paola
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 111
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 </row>
10622 <row>
10623 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \series bold
10629 Galletti
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 Oreste
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 111
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 <row>
10654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658
10659 \series bold
10660 Gasparini
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 Franca
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 111
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 <row>
10685 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \series bold
10691 Lassini
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 Giancarlo
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 111
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \series bold
10722 Malfatti
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 Luciano
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 111
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 </row>
10746 <row>
10747 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751
10752 \series bold
10753 Malfatti
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 Valeriano
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 111
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 </row>
10777 <row>
10778 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782
10783 \series bold
10784 Meneguzzo
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 Roberto
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 111
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 </row>
10808 <row>
10809 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813
10814 \series bold
10815 Mezzadra
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824 Roberto
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 111
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 </row>
10839 <row>
10840 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \series bold
10846 Pirpamer
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 Erich
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 111
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 <row>
10871 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875
10876 \series bold
10877 Pochiesa
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 Paolo
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 111, 222
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 <row>
10902 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906
10907 \series bold
10908 Radina
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 Claudio
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 111
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 </row>
10932 <row>
10933 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937
10938 \series bold
10939 Rizzardi
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 Giancarlo, 11.
10949  Fürst von Montecompatri, 11.
10950  Fürst von Sulmona und Vivaro, 10.
10951  Fürst von Rossano, 5.
10952  Herzog von Canemorte, 11.
10953  Herzog von Palombara, 5.
10954  Herzog von Castelchiodato,
10955 \begin_inset ERT
10956 status open
10957
10958 \begin_layout Plain Layout
10959
10960 & 111
10961 \backslash
10962
10963 \backslash
10964  
10965 \backslash
10966 newpage
10967 \end_layout
10968
10969 \begin_layout Plain Layout
10970
10971 &
10972 \end_layout
10973
10974 \end_inset
10975
10976  11.
10977  Herzog von Poggionativo, 11.
10978  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10979  Graf von Valinfreda, 11.
10980  Baron von Cropalati, 11.
10981  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 </row>
10996 <row>
10997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001
11002 \series bold
11003 Stuffer
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012 Oskar
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 111
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 </row>
11027 <row>
11028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032
11033 \series bold
11034 Tacchelli
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 Ugo
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 111
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 </row>
11058 <row>
11059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063
11064 \series bold
11065 Tezzele
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074 Margit
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 111
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 </row>
11089 <row>
11090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094
11095 \series bold
11096 Unterkalmsteiner
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 Frieda
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 111
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 </row>
11120 <row>
11121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125
11126 \series bold
11127 Vieider
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 Hilde
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 111
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 </row>
11151 <row>
11152 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156
11157 \series bold
11158 Vigna
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 Jürgen
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 111
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 </row>
11182 <row>
11183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187
11188 \series bold
11189 Weber
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 Maurizio
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 111
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 </row>
11213 <row>
11214 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218
11219 \series bold
11220 Winkler
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 Franz
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 111
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 </row>
11244 </lyxtabular>
11245
11246 \end_inset
11247
11248
11249 \end_layout
11250
11251 \begin_layout Section
11252 Colonnes et lignes à lignes multiples
11253 \end_layout
11254
11255 \begin_layout Subsection
11256 Lignes multiples dans une cellule de tableau
11257 \begin_inset CommandInset label
11258 LatexCommand label
11259 name "subsec:Lignes-multiple-dans-cellule"
11260
11261 \end_inset
11262
11263
11264 \begin_inset Index idx
11265 status collapsed
11266
11267 \begin_layout Plain Layout
11268 Plusieurs lignes dans une case de tableau
11269 \end_layout
11270
11271 \end_inset
11272
11273
11274 \begin_inset Index idx
11275 status collapsed
11276
11277 \begin_layout Plain Layout
11278 Tableau ! Saut de ligne
11279 \end_layout
11280
11281 \end_inset
11282
11283
11284 \end_layout
11285
11286 \begin_layout Standard
11287 \noindent
11288 \begin_inset Float table
11289 placement H
11290 wide false
11291 sideways false
11292 status open
11293
11294 \begin_layout Plain Layout
11295 \begin_inset Caption Standard
11296
11297 \begin_layout Plain Layout
11298 \begin_inset CommandInset label
11299 LatexCommand label
11300 name "tab:Tableau-avec-plusieurs-lignes"
11301
11302 \end_inset
11303
11304 Tableau avec des lignes multiples dans une cellule
11305 \end_layout
11306
11307 \end_inset
11308
11309
11310 \end_layout
11311
11312 \begin_layout Plain Layout
11313 \align center
11314 \begin_inset Tabular
11315 <lyxtabular version="3" rows="3" columns="3">
11316 <features tabularvalignment="middle">
11317 <column alignment="center" valignment="middle" width="2.5cm">
11318 <column alignment="center" valignment="middle">
11319 <column alignment="center" valignment="middle">
11320 <row>
11321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11322 \begin_inset Text
11323
11324 \begin_layout Plain Layout
11325 Lignes
11326 \begin_inset Newline linebreak
11327 \end_inset
11328
11329 multiples
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 b
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 c
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 </row>
11353 <row>
11354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358 d
11359 \end_layout
11360
11361 \end_inset
11362 </cell>
11363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 e
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 f
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 </row>
11382 <row>
11383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387 g
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 h
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 i
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 </row>
11411 </lyxtabular>
11412
11413 \end_inset
11414
11415
11416 \end_layout
11417
11418 \end_inset
11419
11420
11421 \end_layout
11422
11423 \begin_layout Standard
11424 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11425  d'un paragraphe avec des sauts de lignes et des césures.
11426 \end_layout
11427
11428 \begin_layout Standard
11429 Pour obtenir le tableau
11430 \begin_inset space ~
11431 \end_inset
11432
11433
11434 \begin_inset CommandInset ref
11435 LatexCommand ref
11436 reference "tab:Tableau-avec-plusieurs-lignes"
11437
11438 \end_inset
11439
11440 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11441  droit dessus.
11442  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11443  2.5
11444 \begin_inset space \thinspace{}
11445 \end_inset
11446
11447 cm et choisissez les alignements vertical et horizontal centrés.
11448  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11449  Comme notre texte est plus petit que 2.5
11450 \begin_inset space \thinspace{}
11451 \end_inset
11452
11453 cm, une seule ligne va apparaître.
11454  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11455  
11456 \family sans
11457 Ctrl-Shift-Entrée
11458 \family default
11459 ).
11460  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11461 ement découpé en plusieurs lignes.
11462 \end_layout
11463
11464 \begin_layout Standard
11465 Si vous avez un mot long dans une cellule de largeur fixée, \SpecialChar LaTeX
11466  ne peut pas
11467  effectuer de césure si c'est le premier élément de la cellule.
11468  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11469  premier élément : Ajoutez un espace horizontal de 0
11470 \begin_inset space \thinspace{}
11471 \end_inset
11472
11473 pt juste avant votre mot.
11474  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11475  Le tableau
11476 \begin_inset space ~
11477 \end_inset
11478
11479
11480 \begin_inset CommandInset ref
11481 LatexCommand ref
11482 reference "tab:Tableau-césure"
11483
11484 \end_inset
11485
11486  montre l'effet de cette insertion.
11487 \end_layout
11488
11489 \begin_layout Standard
11490 \begin_inset Float table
11491 placement h
11492 wide false
11493 sideways false
11494 status open
11495
11496 \begin_layout Plain Layout
11497 \begin_inset Caption Standard
11498
11499 \begin_layout Plain Layout
11500 \begin_inset CommandInset label
11501 LatexCommand label
11502 name "tab:Tableau-césure"
11503
11504 \end_inset
11505
11506 Tableau avec et sans césure.
11507 \end_layout
11508
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \begin_layout Plain Layout
11515 \begin_inset space \hfill{}
11516 \end_inset
11517
11518
11519 \begin_inset Tabular
11520 <lyxtabular version="3" rows="3" columns="3">
11521 <features tabularvalignment="middle">
11522 <column alignment="center" valignment="middle" width="2.5cm">
11523 <column alignment="center" valignment="middle">
11524 <column alignment="center" valignment="middle">
11525 <row>
11526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 mottrèslongdansunecellule
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 b
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 c
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 </row>
11554 <row>
11555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 d
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 e
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 f
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 </row>
11583 <row>
11584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 g
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 h
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606 i
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 </row>
11612 </lyxtabular>
11613
11614 \end_inset
11615
11616
11617 \begin_inset space \hfill{}
11618 \end_inset
11619
11620
11621 \begin_inset Tabular
11622 <lyxtabular version="3" rows="3" columns="3">
11623 <features tabularvalignment="middle">
11624 <column alignment="center" valignment="middle" width="2.5cm">
11625 <column alignment="center" valignment="middle">
11626 <column alignment="center" valignment="middle">
11627 <row>
11628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632 \begin_inset space \hspace{}
11633 \length 0pt
11634 \end_inset
11635
11636 mottrèslongdansunecellule
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645 b
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654 c
11655 \end_layout
11656
11657 \end_inset
11658 </cell>
11659 </row>
11660 <row>
11661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 d
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 e
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683 f
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 </row>
11689 <row>
11690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694 g
11695 \end_layout
11696
11697 \end_inset
11698 </cell>
11699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703 h
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 i
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 </row>
11718 </lyxtabular>
11719
11720 \end_inset
11721
11722
11723 \begin_inset space \hfill{}
11724 \end_inset
11725
11726
11727 \end_layout
11728
11729 \end_inset
11730
11731
11732 \end_layout
11733
11734 \begin_layout Subsection
11735 Multi-colonnes
11736 \begin_inset CommandInset label
11737 LatexCommand label
11738 name "subsec:Multicolonnes"
11739
11740 \end_inset
11741
11742
11743 \begin_inset Index idx
11744 status collapsed
11745
11746 \begin_layout Plain Layout
11747 Multi-colonnes
11748 \end_layout
11749
11750 \end_inset
11751
11752
11753 \begin_inset Index idx
11754 status collapsed
11755
11756 \begin_layout Plain Layout
11757 Tableau ! Multi-colonnes
11758 \end_layout
11759
11760 \end_inset
11761
11762
11763 \end_layout
11764
11765 \begin_layout Subsubsection
11766 Les bases des multi-colonnes
11767 \end_layout
11768
11769 \begin_layout Standard
11770 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11771  qu'elle doit couvrir et utilisez soit le bouton 
11772 \begin_inset Info
11773 type  "icon"
11774 arg   "tabular-feature multicolumn"
11775 \end_inset
11776
11777  de la barre d'outils tableau, ou le menu 
11778 \family sans
11779 Édition\SpecialChar menuseparator
11780 Tableau\SpecialChar menuseparator
11781 Multi-colonnes
11782 \family default
11783 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11784  
11785 \family sans
11786 Multi-colonnes
11787 \family default
11788 .
11789 \end_layout
11790
11791 \begin_layout Standard
11792 Les multi-colonnes ont leurs propres paramètres de cellule.
11793  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11794  de la cellule, cela n'affecte que la cellule multi-colonnes.
11795  Voici un exemple de tableau avec une cellule multi-colonnes dans la première
11796  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11797 \end_layout
11798
11799 \begin_layout Standard
11800 \align center
11801 \begin_inset Tabular
11802 <lyxtabular version="3" rows="3" columns="4">
11803 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11804 <column alignment="center" valignment="top" width="0pt">
11805 <column alignment="center" valignment="middle">
11806 <column alignment="center" valignment="top" width="0in">
11807 <column alignment="center" valignment="top" width="0pt">
11808 <row>
11809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11810 \begin_inset Text
11811
11812 \begin_layout Plain Layout
11813 abc
11814 \end_layout
11815
11816 \end_inset
11817 </cell>
11818 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11819 \begin_inset Text
11820
11821 \begin_layout Plain Layout
11822 def ghi
11823 \end_layout
11824
11825 \end_inset
11826 </cell>
11827 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 jkl
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 </row>
11846 <row>
11847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11848 \begin_inset Text
11849
11850 \begin_layout Plain Layout
11851 A
11852 \end_layout
11853
11854 \end_inset
11855 </cell>
11856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 B
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 C
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Plain Layout
11878 D
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 </row>
11884 <row>
11885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 1
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 2
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11904 \begin_inset Text
11905
11906 \begin_layout Plain Layout
11907 3
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 4
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 </row>
11922 </lyxtabular>
11923
11924 \end_inset
11925
11926
11927 \end_layout
11928
11929 \begin_layout Subsubsection
11930 Calculs avec les multi-colonnes
11931 \begin_inset CommandInset label
11932 LatexCommand label
11933 name "subsec:Calculs-multicolonnes"
11934
11935 \end_inset
11936
11937
11938 \begin_inset Index idx
11939 status collapsed
11940
11941 \begin_layout Plain Layout
11942 Multi-colonnes ! Calculs
11943 \end_layout
11944
11945 \end_inset
11946
11947
11948 \end_layout
11949
11950 \begin_layout Standard
11951 \SpecialChar LyX
11952  gère directement les multi-colonnes, mais nous devons faire attention à
11953  la largeur des cellules couvertes par la cellule multi-colonnes.
11954 \end_layout
11955
11956 \begin_layout Standard
11957 \begin_inset Float table
11958 placement h
11959 wide false
11960 sideways false
11961 status open
11962
11963 \begin_layout Plain Layout
11964 \begin_inset Caption Standard
11965
11966 \begin_layout Plain Layout
11967 \begin_inset CommandInset label
11968 LatexCommand label
11969 name "tab:Tableau-multicolonne-parfaite"
11970
11971 \end_inset
11972
11973 Tableau avec un texte centré dans une case multi-colonnes au-dessus de deux
11974  colonnes qui ont exactement la moitié de la largeur de la case multi-colonnes.
11975 \begin_inset Argument 1
11976 status open
11977
11978 \begin_layout Plain Layout
11979 Tableau avec multi-colonnes parfaite
11980 \end_layout
11981
11982 \end_inset
11983
11984
11985 \end_layout
11986
11987 \end_inset
11988
11989
11990 \end_layout
11991
11992 \begin_layout Plain Layout
11993 \align center
11994 \begin_inset Tabular
11995 <lyxtabular version="3" rows="3" columns="3">
11996 <features tabularvalignment="middle">
11997 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11998 <column alignment="center" valignment="middle">
11999 <column alignment="center" valignment="top">
12000 <row>
12001 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005 multi-colonnes sur plusieurs lignes
12006 \end_layout
12007
12008 \end_inset
12009 </cell>
12010 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12020 \begin_inset Text
12021
12022 \begin_layout Plain Layout
12023 c
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 </row>
12029 <row>
12030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12031 \begin_inset Text
12032
12033 \begin_layout Plain Layout
12034 d
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Plain Layout
12043 e
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12049 \begin_inset Text
12050
12051 \begin_layout Plain Layout
12052 f
12053 \end_layout
12054
12055 \end_inset
12056 </cell>
12057 </row>
12058 <row>
12059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12060 \begin_inset Text
12061
12062 \begin_layout Plain Layout
12063 g
12064 \end_layout
12065
12066 \end_inset
12067 </cell>
12068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12069 \begin_inset Text
12070
12071 \begin_layout Plain Layout
12072 h
12073 \end_layout
12074
12075 \end_inset
12076 </cell>
12077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12078 \begin_inset Text
12079
12080 \begin_layout Plain Layout
12081 i
12082 \end_layout
12083
12084 \end_inset
12085 </cell>
12086 </row>
12087 </lyxtabular>
12088
12089 \end_inset
12090
12091
12092 \end_layout
12093
12094 \end_inset
12095
12096
12097 \end_layout
12098
12099 \begin_layout Standard
12100 Par exemple, pour créer le tableau
12101 \begin_inset space ~
12102 \end_inset
12103
12104
12105 \begin_inset CommandInset ref
12106 LatexCommand ref
12107 reference "tab:Tableau-multicolonne-parfaite"
12108
12109 \end_inset
12110
12111 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12112  3×3 et faites un clic droit dessus.
12113  Ensuite choisissez pour cette cellule
12114 \emph on
12115 ,
12116 \emph default
12117  dans la fenêtre de dialogue de tableau, 
12118 \emph on
12119 multi-colonnes
12120 \emph default
12121
12122 \emph on
12123 alignement
12124 \begin_inset space ~
12125 \end_inset
12126
12127 horizontal
12128 \begin_inset space ~
12129 \end_inset
12130
12131 centré
12132 \emph default
12133  et une largeur de 2.5
12134 \begin_inset space \thinspace{}
12135 \end_inset
12136
12137 cm.
12138  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12139  de la cellule multi-colonnes, vous devez donc donner une largeur de 1.25
12140 \begin_inset space \thinspace{}
12141 \end_inset
12142
12143 cm pour la première colonne.
12144  La deuxième colonne aura alors automatiquement une largeur de 1.25
12145 \begin_inset space \thinspace{}
12146 \end_inset
12147
12148 cm (la largeur de la multi-colonnes moins la largeur de la première colonne).
12149  C'est ce qui a été fait pour le tableau
12150 \begin_inset space ~
12151 \end_inset
12152
12153
12154 \begin_inset CommandInset ref
12155 LatexCommand ref
12156 reference "tab:Tableau-multicolonne-imparfait"
12157
12158 \end_inset
12159
12160 .
12161 \end_layout
12162
12163 \begin_layout Standard
12164 \begin_inset Float table
12165 wide false
12166 sideways false
12167 status open
12168
12169 \begin_layout Plain Layout
12170 \begin_inset Caption Standard
12171
12172 \begin_layout Plain Layout
12173 \begin_inset CommandInset label
12174 LatexCommand label
12175 name "tab:Tableau-multicolonne-imparfait"
12176
12177 \end_inset
12178
12179 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12180  de la largeur de la cellule multi-colonnes.
12181 \begin_inset Argument 1
12182 status open
12183
12184 \begin_layout Plain Layout
12185 Tableau avec multi-colonnes pas parfaite
12186 \end_layout
12187
12188 \end_inset
12189
12190
12191 \end_layout
12192
12193 \end_inset
12194
12195
12196 \end_layout
12197
12198 \begin_layout Plain Layout
12199 \align center
12200 \begin_inset Tabular
12201 <lyxtabular version="3" rows="3" columns="3">
12202 <features tabularvalignment="middle">
12203 <column alignment="center" valignment="top" width="1.25cm">
12204 <column alignment="center" valignment="top">
12205 <column alignment="center" valignment="top">
12206 <row>
12207 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12208 \begin_inset Text
12209
12210 \begin_layout Plain Layout
12211 multi-colonnes sur plusieurs lignes
12212 \end_layout
12213
12214 \end_inset
12215 </cell>
12216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12226 \begin_inset Text
12227
12228 \begin_layout Plain Layout
12229 c
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 </row>
12235 <row>
12236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12237 \begin_inset Text
12238
12239 \begin_layout Plain Layout
12240 d
12241 \end_layout
12242
12243 \end_inset
12244 </cell>
12245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12246 \begin_inset Text
12247
12248 \begin_layout Plain Layout
12249 e
12250 \end_layout
12251
12252 \end_inset
12253 </cell>
12254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12255 \begin_inset Text
12256
12257 \begin_layout Plain Layout
12258 f
12259 \end_layout
12260
12261 \end_inset
12262 </cell>
12263 </row>
12264 <row>
12265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12266 \begin_inset Text
12267
12268 \begin_layout Plain Layout
12269 g
12270 \end_layout
12271
12272 \end_inset
12273 </cell>
12274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12275 \begin_inset Text
12276
12277 \begin_layout Plain Layout
12278 h
12279 \end_layout
12280
12281 \end_inset
12282 </cell>
12283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12284 \begin_inset Text
12285
12286 \begin_layout Plain Layout
12287 i
12288 \end_layout
12289
12290 \end_inset
12291 </cell>
12292 </row>
12293 </lyxtabular>
12294
12295 \end_inset
12296
12297
12298 \end_layout
12299
12300 \end_inset
12301
12302
12303 \end_layout
12304
12305 \begin_layout Standard
12306 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12307  de la cellule multi-colonnes, elle est un peu plus large.
12308  La raison est que la taille que l'on donne à une cellule, 
12309 \begin_inset Formula $W_{g}$
12310 \end_inset
12311
12312  n'est pas sa taille totale, 
12313 \begin_inset Formula $W_{\mathrm{tot}}$
12314 \end_inset
12315
12316  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12317  lui donne.
12318  L'annexe
12319 \begin_inset space ~
12320 \end_inset
12321
12322
12323 \begin_inset CommandInset ref
12324 LatexCommand ref
12325 reference "cha:Explication-de-l'Equation"
12326
12327 \end_inset
12328
12329  explique pourquoi en détail.
12330 \end_layout
12331
12332 \begin_layout Standard
12333 La largeur nécessaire 
12334 \begin_inset Formula $W_{g\,n}$
12335 \end_inset
12336
12337  quand 
12338 \emph on
12339 n
12340 \emph default
12341  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12342  ait une largeur totale de 
12343 \begin_inset Formula $W_{\mathrm{tot\,multicolonne}}/n$
12344 \end_inset
12345
12346 :
12347 \begin_inset Formula 
12348 \begin{equation}
12349 W_{g\,n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12350 \end{equation}
12351
12352 \end_inset
12353
12354
12355 \end_layout
12356
12357 \begin_layout Standard
12358 Dans notre cas nous avons 
12359 \begin_inset Formula $n=2$
12360 \end_inset
12361
12362
12363 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12364 \end_inset
12365
12366 cm et les valeurs implicites pour les autres longueurs, l'équation
12367 \begin_inset space ~
12368 \end_inset
12369
12370
12371 \begin_inset CommandInset ref
12372 LatexCommand ref
12373 reference "eq:Wgn"
12374
12375 \end_inset
12376
12377  devient
12378 \begin_inset Formula 
12379 \begin{equation}
12380 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12381 \end{equation}
12382
12383 \end_inset
12384
12385
12386 \end_layout
12387
12388 \begin_layout Standard
12389 Pour permettre des calculs avec \SpecialChar LaTeX
12390 , vous devez charger le paquetage \SpecialChar LaTeX
12391  
12392 \series bold
12393 calc
12394 \series default
12395  avec la ligne suivante dans le préambule du document
12396 \begin_inset Index idx
12397 status collapsed
12398
12399 \begin_layout Plain Layout
12400 Paquetages \SpecialChar LaTeX
12401  ! calc
12402 \end_layout
12403
12404 \end_inset
12405
12406
12407 \end_layout
12408
12409 \begin_layout Standard
12410
12411 \series bold
12412
12413 \backslash
12414 usepackage{calc}
12415 \end_layout
12416
12417 \begin_layout Standard
12418 \SpecialChar LyX
12419  ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12420  de dialogue.
12421  Vous devez donc for mater la colonne en insérant un paramètre \SpecialChar LaTeX
12422  dans la
12423  fenêtre de dialogue.
12424  Voici un aperçu de ces paramètres :
12425 \end_layout
12426
12427 \begin_layout Itemize
12428
12429 \series bold
12430 p{largeur}
12431 \series default
12432  crée une cellule de taille donnée, le texte est aligné verticalement en
12433  haut.
12434 \end_layout
12435
12436 \begin_layout Itemize
12437
12438 \series bold
12439 m{largeur}
12440 \series default
12441  crée une cellule de taille donnée, le texte est aligné verticalement au
12442  centre
12443 \end_layout
12444
12445 \begin_layout Itemize
12446
12447 \series bold
12448 b{largeur}
12449 \series default
12450  crée une cellule de taille donnée, le texte est aligné verticalement en
12451  bas
12452 \end_layout
12453
12454 \begin_layout Standard
12455 En entrant un paramètre \SpecialChar LaTeX
12456 , tous les réglages de cellule donnés dans la fenêtre
12457  de dialogue sont ignorés.
12458 \end_layout
12459
12460 \begin_layout Standard
12461 \begin_inset Note Greyedout
12462 status open
12463
12464 \begin_layout Plain Layout
12465
12466 \series bold
12467 Note:
12468 \series default
12469  À cause d'un bug, \SpecialChar LyX
12470  affiche quand même les réglages qui ne sont pas pris
12471  en compte.
12472 \end_layout
12473
12474 \end_inset
12475
12476
12477 \end_layout
12478
12479 \begin_layout Standard
12480 Comme le texte doit être centré horizontalement, on ajoute la commande 
12481 \series bold
12482
12483 \backslash
12484 centering
12485 \series default
12486 .
12487  Vous pouvez maintenant ajouter le paramètre \SpecialChar LaTeX
12488  suivant pour la première des
12489  colonnes recouvertes :
12490 \end_layout
12491
12492 \begin_layout Standard
12493
12494 \series bold
12495 >{
12496 \backslash
12497 centering}m{1.25cm-6.2pt}
12498 \end_layout
12499
12500 \begin_layout Standard
12501 La commande 
12502 \series bold
12503 >{ }
12504 \series default
12505  signifie que les commandes qui se trouvent entre les accolades doivent
12506  être appliquées avant que la cellule ne soit créée.
12507 \end_layout
12508
12509 \begin_layout Standard
12510 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12511  multi-colonnes, il est toujours aligné à gauche.
12512  Cela vient du fait que \SpecialChar LyX
12513  applique l'alignement seulement à des colonnes
12514  isolées.
12515  Nous devons donc utiliser le paramètre \SpecialChar LaTeX
12516  suivant pour la multi-colonnes
12517 \end_layout
12518
12519 \begin_layout Standard
12520
12521 \series bold
12522 >{
12523 \backslash
12524 centering}m{2.5cm}
12525 \end_layout
12526
12527 \begin_layout Subsection
12528 Multi-lignes
12529 \begin_inset CommandInset label
12530 LatexCommand label
12531 name "subsec:Multi-lignes"
12532
12533 \end_inset
12534
12535
12536 \begin_inset Index idx
12537 status collapsed
12538
12539 \begin_layout Plain Layout
12540 Multi-lignes
12541 \end_layout
12542
12543 \end_inset
12544
12545
12546 \begin_inset Index idx
12547 status collapsed
12548
12549 \begin_layout Plain Layout
12550 Tableau ! multi-lignes
12551 \end_layout
12552
12553 \end_inset
12554
12555
12556 \end_layout
12557
12558 \begin_layout Standard
12559 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12560  qu'elle doit couvrir et utilisez soit le bouton 
12561 \begin_inset Info
12562 type  "icon"
12563 arg   "tabular-feature multirow"
12564 \end_inset
12565
12566  de la barre d'outils tableau, ou le menu 
12567 \family sans
12568 Édition\SpecialChar menuseparator
12569 Tableau\SpecialChar menuseparator
12570 Multi-lignes
12571 \family default
12572 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12573  
12574 \family sans
12575 Multi-lignes
12576 \family default
12577 .
12578 \end_layout
12579
12580 \begin_layout Standard
12581 Voici un exemple de tableau avec une cellule multi-lignes en première colonne:
12582 \end_layout
12583
12584 \begin_layout Standard
12585 \align center
12586 \begin_inset Tabular
12587 <lyxtabular version="3" rows="3" columns="3">
12588 <features tabularvalignment="middle">
12589 <column alignment="center" valignment="top" width="0pt">
12590 <column alignment="center" valignment="top">
12591 <column alignment="center" valignment="top">
12592 <row>
12593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 un contenu long
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Plain Layout
12606 b
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12612 \begin_inset Text
12613
12614 \begin_layout Plain Layout
12615 c
12616 \end_layout
12617
12618 \end_inset
12619 </cell>
12620 </row>
12621 <row>
12622 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 multi-lignes
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 e
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644 f
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 </row>
12650 <row>
12651 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664 h
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673 i
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 </row>
12679 </lyxtabular>
12680
12681 \end_inset
12682
12683
12684 \end_layout
12685
12686 \begin_layout Standard
12687 La largeur de la cellule multi-lignes est déterminée par la largeur de toute
12688  la colonne.
12689  L'
12690 \family sans
12691 Espacement
12692 \begin_inset space ~
12693 \end_inset
12694
12695 vertical
12696 \family default
12697  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12698  est positive ou négative.
12699 \end_layout
12700
12701 \begin_layout Standard
12702 Si la colonne dans laquelle se trouve la multi-lignes n'a pas de largeur
12703  fixée explicitement, la cellule hérite de l'alignement de la colonne.
12704  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12705  implicite, vous devez redéfinir la commande 
12706 \series bold
12707
12708 \backslash
12709 multirowsetup
12710 \series default
12711  avec la commande
12712 \end_layout
12713
12714 \begin_layout Standard
12715
12716 \series bold
12717
12718 \backslash
12719 renewcommand{
12720 \backslash
12721 multirowsetup}{
12722 \backslash
12723 centering}
12724 \end_layout
12725
12726 \begin_layout Standard
12727 dans le préambule du document.
12728  Après ça, tous les contenus de cellules multi-lignes du document seront
12729  centrés.
12730  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12731  vous pouvez redéfinir la commande en l'insérant sous forme de code \SpecialChar TeX
12732  juste
12733  avant le tableau concerné, plutôt que dans le préambule.
12734  Si le texte doit être aligné à droite, remplacez 
12735 \series bold
12736
12737 \backslash
12738 centering
12739 \series default
12740  par 
12741 \series bold
12742
12743 \backslash
12744 raggedleft
12745 \series default
12746 .
12747  Pour revenir à l'alignement à gauche utilisez 
12748 \series bold
12749
12750 \backslash
12751 raggedright
12752 \series default
12753 .
12754 \end_layout
12755
12756 \begin_layout Standard
12757 Voici un exemple de tableau avec une cellule multi-lignes alignée à droite
12758  avec un décalage vertical de -4
12759 \begin_inset space \thinspace{}
12760 \end_inset
12761
12762 mm dans une colonne de 3
12763 \begin_inset space \thinspace{}
12764 \end_inset
12765
12766 cm de large
12767 \begin_inset space ~
12768 \end_inset
12769
12770 :
12771 \end_layout
12772
12773 \begin_layout Standard
12774 \noindent
12775 \align center
12776 \begin_inset ERT
12777 status collapsed
12778
12779 \begin_layout Plain Layout
12780
12781
12782 \backslash
12783 renewcommand{
12784 \backslash
12785 multirowsetup}{
12786 \backslash
12787 raggedleft}
12788 \end_layout
12789
12790 \end_inset
12791
12792
12793 \begin_inset Tabular
12794 <lyxtabular version="3" rows="4" columns="3">
12795 <features tabularvalignment="middle">
12796 <column alignment="center" valignment="top" width="3cm">
12797 <column alignment="center" valignment="top">
12798 <column alignment="center" valignment="top">
12799 <row>
12800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12801 \begin_inset Text
12802
12803 \begin_layout Plain Layout
12804 un contenu long
12805 \end_layout
12806
12807 \end_inset
12808 </cell>
12809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12810 \begin_inset Text
12811
12812 \begin_layout Plain Layout
12813 b
12814 \end_layout
12815
12816 \end_inset
12817 </cell>
12818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12819 \begin_inset Text
12820
12821 \begin_layout Plain Layout
12822 c
12823 \end_layout
12824
12825 \end_inset
12826 </cell>
12827 </row>
12828 <row>
12829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12830 \begin_inset Text
12831
12832 \begin_layout Plain Layout
12833 t
12834 \end_layout
12835
12836 \end_inset
12837 </cell>
12838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12839 \begin_inset Text
12840
12841 \begin_layout Plain Layout
12842 n
12843 \end_layout
12844
12845 \end_inset
12846 </cell>
12847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12848 \begin_inset Text
12849
12850 \begin_layout Plain Layout
12851 m
12852 \end_layout
12853
12854 \end_inset
12855 </cell>
12856 </row>
12857 <row>
12858 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Plain Layout
12862 multi-lignes
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12868 \begin_inset Text
12869
12870 \begin_layout Plain Layout
12871 e
12872 \end_layout
12873
12874 \end_inset
12875 </cell>
12876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12877 \begin_inset Text
12878
12879 \begin_layout Plain Layout
12880 f
12881 \end_layout
12882
12883 \end_inset
12884 </cell>
12885 </row>
12886 <row>
12887 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900 h
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909 i
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 </row>
12915 </lyxtabular>
12916
12917 \end_inset
12918
12919
12920 \begin_inset ERT
12921 status collapsed
12922
12923 \begin_layout Plain Layout
12924
12925
12926 \backslash
12927 renewcommand{
12928 \backslash
12929 multirowsetup}{
12930 \backslash
12931 raggedright}
12932 \end_layout
12933
12934 \end_inset
12935
12936
12937 \end_layout
12938
12939 \begin_layout Standard
12940 Pour commencer une nouvelle ligne dans une cellule multi-lignes vous pouvez
12941  utiliser un saut de ligne forcé (
12942 \begin_inset space ~
12943 \end_inset
12944
12945 raccourci 
12946 \family sans
12947 Ctrl+Entrée
12948 \family default
12949
12950 \begin_inset space ~
12951 \end_inset
12952
12953 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12954  on le voit dans ce tableau :
12955 \end_layout
12956
12957 \begin_layout Standard
12958 \noindent
12959 \align center
12960 \begin_inset Tabular
12961 <lyxtabular version="3" rows="3" columns="2">
12962 <features tabularvalignment="middle">
12963 <column alignment="left" valignment="middle" width="2cm">
12964 <column alignment="center" valignment="top">
12965 <row>
12966 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970 aaa
12971 \begin_inset Newline newline
12972 \end_inset
12973
12974 aaa
12975 \begin_inset Newline newline
12976 \end_inset
12977
12978 mauvaise cellule
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 ccc
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 </row>
12993 <row>
12994 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 ddd
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 </row>
13013 <row>
13014 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018 bbb
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13024 \begin_inset Text
13025
13026 \begin_layout Plain Layout
13027 eee
13028 \end_layout
13029
13030 \end_inset
13031 </cell>
13032 </row>
13033 </lyxtabular>
13034
13035 \end_inset
13036
13037
13038 \end_layout
13039
13040 \begin_layout Standard
13041 Vous devez donc faire attention avec les saut de lignes forcés.
13042 \end_layout
13043
13044 \begin_layout Subsection
13045 Cellules avec ligne(s) diagonale(s)
13046 \end_layout
13047
13048 \begin_layout Standard
13049 Pour instruire le lecteur de la signification ds titres de lignes et de
13050  colonnes dans un tableau, il est pratique de partager le première cellule
13051  du tableau à l'aide d'une ou deux lignes diagonales.
13052  Ceci peut être obtenu ne chargeant dans le préambule du document les paquetage
13053  \SpecialChar LaTeX
13054
13055 \series bold
13056 \lang english
13057  diagbox
13058 \series default
13059 \lang french
13060
13061 \begin_inset Index idx
13062 status collapsed
13063
13064 \begin_layout Plain Layout
13065 Paquetages \SpecialChar LaTeX
13066  ! diagbox
13067 \end_layout
13068
13069 \end_inset
13070
13071 .
13072  Ce paquetage inclut la commande 
13073 \series bold
13074 \lang english
13075
13076 \backslash
13077 diagbox
13078 \series default
13079 \lang french
13080  que l'on peut insérer en mode \SpecialChar TeX
13081  et qui peut avoir 2 ou 3 arguments:
13082 \end_layout
13083
13084 \begin_layout Standard
13085
13086 \series bold
13087 \lang english
13088
13089 \backslash
13090 diagbox[options]
13091 \lang french
13092 {inférieur gauche}{supérieur droit}
13093 \end_layout
13094
13095 \begin_layout Standard
13096
13097 \series bold
13098 \lang english
13099
13100 \backslash
13101 diagbox[options]
13102 \lang french
13103 {inférieur gauche}{supérieur gauche}{supérieur droit}
13104 \end_layout
13105
13106 \begin_layout Standard
13107 Dans le premier cas, la cellule est partagée par une seule ligne diagonale
13108  et les arguments sont placés au-dessus et en-dessous de cette ligne.
13109  Dans le second cas, la cellule est partagée par deux lignes.
13110 \end_layout
13111
13112 \begin_layout Standard
13113 \begin_inset ERT
13114 status collapsed
13115
13116 \begin_layout Plain Layout
13117
13118
13119 \backslash
13120 ifdiagbox
13121 \end_layout
13122
13123 \end_inset
13124
13125
13126 \begin_inset Note Note
13127 status open
13128
13129 \begin_layout Plain Layout
13130 La section suivante ne s'affichera que si vous avez installé le paquetage
13131  \SpecialChar LaTeX
13132  
13133 \series bold
13134 diagbox
13135 \series default
13136 .
13137 \end_layout
13138
13139 \end_inset
13140
13141
13142 \end_layout
13143
13144 \begin_layout Standard
13145 Voici un exemple de tableau où 
13146 \series bold
13147 \lang english
13148
13149 \backslash
13150 diagbox
13151 \lang french
13152  
13153 \series default
13154 est utilisé avec 2 arguments
13155 \begin_inset space ~
13156 \end_inset
13157
13158 dans la première cellule:
13159 \begin_inset VSpace medskip
13160 \end_inset
13161
13162
13163 \end_layout
13164
13165 \begin_layout Standard
13166 \noindent
13167 \begin_inset Tabular
13168 <lyxtabular version="3" rows="4" columns="4">
13169 <features tabularvalignment="middle">
13170 <column alignment="center" valignment="top">
13171 <column alignment="center" valignment="top">
13172 <column alignment="center" valignment="top">
13173 <column alignment="center" valignment="top">
13174 <row>
13175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 \begin_inset ERT
13180 status collapsed
13181
13182 \begin_layout Plain Layout
13183
13184
13185 \backslash
13186 diagbox{
13187 \end_layout
13188
13189 \end_inset
13190
13191 Nom
13192 \begin_inset ERT
13193 status collapsed
13194
13195 \begin_layout Plain Layout
13196
13197 }{
13198 \end_layout
13199
13200 \end_inset
13201
13202 Paramètre
13203 \begin_inset ERT
13204 status collapsed
13205
13206 \begin_layout Plain Layout
13207
13208 }
13209 \end_layout
13210
13211 \end_inset
13212
13213
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 Épaisseur en nm
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 Transparence en %
13232 \end_layout
13233
13234 \end_inset
13235 </cell>
13236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240 Dureté en MPa
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 </row>
13246 <row>
13247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13248 \begin_inset Text
13249
13250 \begin_layout Plain Layout
13251 Vert parfait
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13257 \begin_inset Text
13258
13259 \begin_layout Plain Layout
13260 45
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269 80
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 504
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 </row>
13284 <row>
13285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 Multi-P foncé
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 60
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 72
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13313 \begin_inset Text
13314
13315 \begin_layout Plain Layout
13316 982
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 </row>
13322 <row>
13323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 Pro transparent
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 18
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 86
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 374
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 </row>
13360 </lyxtabular>
13361
13362 \end_inset
13363
13364
13365 \begin_inset VSpace medskip
13366 \end_inset
13367
13368
13369 \end_layout
13370
13371 \begin_layout Standard
13372 La forme à 3 arguments est utile par exemple pour les tableaux croisés de
13373  sport ou les distances:
13374 \end_layout
13375
13376 \begin_layout Standard
13377 \noindent
13378 \align center
13379 \begin_inset Tabular
13380 <lyxtabular version="3" rows="4" columns="4">
13381 <features tabularvalignment="middle">
13382 <column alignment="center" valignment="top" width="0pt">
13383 <column alignment="center" valignment="top">
13384 <column alignment="center" valignment="top">
13385 <column alignment="center" valignment="top">
13386 <row>
13387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391 \begin_inset ERT
13392 status collapsed
13393
13394 \begin_layout Plain Layout
13395
13396
13397 \backslash
13398 diagbox{
13399 \end_layout
13400
13401 \end_inset
13402
13403 À domicile
13404 \begin_inset ERT
13405 status collapsed
13406
13407 \begin_layout Plain Layout
13408
13409 }{
13410 \end_layout
13411
13412 \end_inset
13413
13414 Résultat
13415 \begin_inset ERT
13416 status collapsed
13417
13418 \begin_layout Plain Layout
13419
13420 }{
13421 \end_layout
13422
13423 \end_inset
13424
13425 À l'extérieur
13426 \begin_inset ERT
13427 status collapsed
13428
13429 \begin_layout Plain Layout
13430
13431 }
13432 \end_layout
13433
13434 \end_inset
13435
13436
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 Tigres
13446 \end_layout
13447
13448 \end_inset
13449 </cell>
13450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454 Panthères
13455 \end_layout
13456
13457 \end_inset
13458 </cell>
13459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 Faucons
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 </row>
13469 <row>
13470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474 Tigres
13475 \end_layout
13476
13477 \end_inset
13478 </cell>
13479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13480 \begin_inset Text
13481
13482 \begin_layout Plain Layout
13483
13484 \end_layout
13485
13486 \end_inset
13487 </cell>
13488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492 1:3
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13498 \begin_inset Text
13499
13500 \begin_layout Plain Layout
13501 0:1
13502 \end_layout
13503
13504 \end_inset
13505 </cell>
13506 </row>
13507 <row>
13508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 Panthères
13513 \end_layout
13514
13515 \end_inset
13516 </cell>
13517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13518 \begin_inset Text
13519
13520 \begin_layout Plain Layout
13521 3:1
13522 \end_layout
13523
13524 \end_inset
13525 </cell>
13526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13527 \begin_inset Text
13528
13529 \begin_layout Plain Layout
13530
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539 0:0
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 </row>
13545 <row>
13546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 Faucons
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 1:0
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 0:0
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 </row>
13583 </lyxtabular>
13584
13585 \end_inset
13586
13587
13588 \end_layout
13589
13590 \begin_layout Standard
13591 Pour des tableaux croisés plus grands on peut utiliser des diagonales dans
13592  2 coins ou plus du tableau comme ici:
13593 \end_layout
13594
13595 \begin_layout Standard
13596 \noindent
13597 \align center
13598 \begin_inset Tabular
13599 <lyxtabular version="3" rows="5" columns="5">
13600 <features tabularvalignment="middle">
13601 <column alignment="center" valignment="top" width="0pt">
13602 <column alignment="center" valignment="top">
13603 <column alignment="center" valignment="top">
13604 <column alignment="center" valignment="top">
13605 <column alignment="center" valignment="top">
13606 <row>
13607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13608 \begin_inset Text
13609
13610 \begin_layout Plain Layout
13611 \begin_inset ERT
13612 status open
13613
13614 \begin_layout Plain Layout
13615
13616
13617 \backslash
13618 diagbox{
13619 \end_layout
13620
13621 \end_inset
13622
13623 À domicile}{Résultat
13624 \begin_inset ERT
13625 status collapsed
13626
13627 \begin_layout Plain Layout
13628
13629 }{
13630 \end_layout
13631
13632 \end_inset
13633
13634 À l'extérieur
13635 \begin_inset ERT
13636 status collapsed
13637
13638 \begin_layout Plain Layout
13639
13640 }
13641 \end_layout
13642
13643 \end_inset
13644
13645
13646 \end_layout
13647
13648 \end_inset
13649 </cell>
13650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654 Tigres
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 Panthères
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672 Faucons
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 \begin_inset ERT
13682 status open
13683
13684 \begin_layout Plain Layout
13685
13686
13687 \backslash
13688 diagbox[dir=NE]{
13689 \end_layout
13690
13691 \end_inset
13692
13693 À domicile
13694 \begin_inset ERT
13695 status collapsed
13696
13697 \begin_layout Plain Layout
13698
13699 }{
13700 \end_layout
13701
13702 \end_inset
13703
13704 Résultat
13705 \begin_inset ERT
13706 status collapsed
13707
13708 \begin_layout Plain Layout
13709
13710 }{
13711 \end_layout
13712
13713 \end_inset
13714
13715 À l'extérieur
13716 \begin_inset ERT
13717 status collapsed
13718
13719 \begin_layout Plain Layout
13720
13721 }
13722 \end_layout
13723
13724 \end_inset
13725
13726
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 </row>
13732 <row>
13733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737 Tigres
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 1:3
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764 0:1
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 Tigres
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 </row>
13779 <row>
13780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Plain Layout
13784 Panthères
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 3:1
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 0:0
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 Panthères
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 </row>
13826 <row>
13827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 Faucons
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 1:0
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 0:0
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 Faucons
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 </row>
13873 <row>
13874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13875 \begin_inset Text
13876
13877 \begin_layout Plain Layout
13878 \begin_inset ERT
13879 status open
13880
13881 \begin_layout Plain Layout
13882
13883
13884 \backslash
13885 diagbox[dir=SW]{
13886 \end_layout
13887
13888 \end_inset
13889
13890 À domicile
13891 \begin_inset ERT
13892 status collapsed
13893
13894 \begin_layout Plain Layout
13895
13896 }{
13897 \end_layout
13898
13899 \end_inset
13900
13901 Résultat
13902 \begin_inset ERT
13903 status collapsed
13904
13905 \begin_layout Plain Layout
13906
13907 }{
13908 \end_layout
13909
13910 \end_inset
13911
13912 À l'extérieur
13913 \begin_inset ERT
13914 status collapsed
13915
13916 \begin_layout Plain Layout
13917
13918 }
13919 \end_layout
13920
13921 \end_inset
13922
13923
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 Tigres
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 Panthères
13942 \end_layout
13943
13944 \end_inset
13945 </cell>
13946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13947 \begin_inset Text
13948
13949 \begin_layout Plain Layout
13950 Faucons
13951 \end_layout
13952
13953 \end_inset
13954 </cell>
13955 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13956 \begin_inset Text
13957
13958 \begin_layout Plain Layout
13959 \begin_inset ERT
13960 status open
13961
13962 \begin_layout Plain Layout
13963
13964
13965 \backslash
13966 diagbox[dir=SE]{
13967 \end_layout
13968
13969 \end_inset
13970
13971 À domicile
13972 \begin_inset ERT
13973 status collapsed
13974
13975 \begin_layout Plain Layout
13976
13977 }{
13978 \end_layout
13979
13980 \end_inset
13981
13982 Résultat
13983 \begin_inset ERT
13984 status collapsed
13985
13986 \begin_layout Plain Layout
13987
13988 }{
13989 \end_layout
13990
13991 \end_inset
13992
13993 À l'extérieur
13994 \begin_inset ERT
13995 status collapsed
13996
13997 \begin_layout Plain Layout
13998
13999 }
14000 \end_layout
14001
14002 \end_inset
14003
14004
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 </row>
14010 </lyxtabular>
14011
14012 \end_inset
14013
14014
14015 \end_layout
14016
14017 \begin_layout Standard
14018 Pour faire pivoter les diagonales, il faut utiliser l'option de commande
14019  
14020 \series bold
14021 dir=direction
14022 \series default
14023
14024 \emph on
14025 direction
14026 \emph default
14027  est à choisir parmi 
14028 \series bold
14029 NE
14030 \series default
14031
14032 \series bold
14033 SE
14034 \series default
14035
14036 \series bold
14037 SW
14038 \series default
14039  et 
14040 \series bold
14041 NW
14042 \series default
14043  comme sur une rose des vents.
14044  
14045 \series bold
14046 SW
14047 \series default
14048  est par exemple le coin sud-ouest, c'est à-dire le coin inférieur gauche
14049  du tableau ci-dessus, désigné via la commande:
14050 \end_layout
14051
14052 \begin_layout Standard
14053
14054 \series bold
14055 \lang english
14056
14057 \backslash
14058 diagbox[dir=SW]{
14059 \series default
14060 \lang french
14061 À domicile
14062 \series bold
14063 \lang english
14064 }{
14065 \series default
14066 \lang french
14067 Résultat
14068 \series bold
14069 \lang english
14070 }{
14071 \series default
14072 \lang french
14073 À l'extérieur
14074 \series bold
14075 \lang english
14076 }
14077 \series default
14078 \lang french
14079 .
14080  
14081 \end_layout
14082
14083 \begin_layout Standard
14084 Si aucune direction n'est spécifiée, elle est implicitement NW.
14085 \end_layout
14086
14087 \begin_layout Standard
14088 La largeur nécessaire pour le partage des cellules est calculée automatiquement.
14089  De ce fait, si vous fixez une largeur de colonne plus petite que nécessaire,
14090  le contenu de la cellule va déborder:
14091 \end_layout
14092
14093 \begin_layout Standard
14094 \noindent
14095 \align center
14096 \begin_inset Tabular
14097 <lyxtabular version="3" rows="2" columns="2">
14098 <features tabularvalignment="middle">
14099 <column alignment="center" valignment="top" width="3cm">
14100 <column alignment="center" valignment="top">
14101 <row>
14102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14103 \begin_inset Text
14104
14105 \begin_layout Plain Layout
14106 \begin_inset ERT
14107 status collapsed
14108
14109 \begin_layout Plain Layout
14110
14111
14112 \backslash
14113 diagbox{
14114 \end_layout
14115
14116 \end_inset
14117
14118 Nom
14119 \begin_inset ERT
14120 status collapsed
14121
14122 \begin_layout Plain Layout
14123
14124 }{
14125 \end_layout
14126
14127 \end_inset
14128
14129 Paramètre
14130 \begin_inset ERT
14131 status collapsed
14132
14133 \begin_layout Plain Layout
14134
14135 }
14136 \end_layout
14137
14138 \end_inset
14139
14140
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14146 \begin_inset Text
14147
14148 \begin_layout Plain Layout
14149 Épaisseur en nm
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 </row>
14155 <row>
14156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 Vert parfait
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169 45
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 </row>
14175 </lyxtabular>
14176
14177 \end_inset
14178
14179
14180 \end_layout
14181
14182 \begin_layout Standard
14183 Si vous avez besoin d'une certaine largeur pour des colonnes incluant une
14184  cellule partagée, utilisez l'option de commande 
14185 \series bold
14186 \lang english
14187 width=3cm
14188 \series default
14189 \lang french
14190  (remplacez 
14191 \begin_inset Quotes fld
14192 \end_inset
14193
14194 3cm
14195 \begin_inset Quotes frd
14196 \end_inset
14197
14198 par la largeur désirée).
14199  Dans le tableau qui suit, la largeur de la première colonne est réglée
14200  à 4cm.
14201  Pour 
14202 \series bold
14203 \lang english
14204
14205 \backslash
14206 diagbox
14207 \series default
14208 \lang french
14209  une largeur de 4
14210 \begin_inset space \thinspace{}
14211 \end_inset
14212
14213 cm + 2
14214 \begin_inset space \thinspace{}
14215 \end_inset
14216
14217
14218 \backslash
14219 tabcolsep est nécessaire puisque la largeur globale est celle du texte (dans
14220  ce cas, les 4cm) plus deux lignes de séparation entre le texte et le bord
14221  de la cellule.
14222  Le calcul de la largeur ne peut pas être fait directement dans l'option
14223  de la commande 
14224 \series bold
14225 \lang english
14226
14227 \backslash
14228 diagbox
14229 \series default
14230 \lang french
14231 , il faut donc créer une nouvelle longueur qui pourra être utilisée dans
14232  la suite.
14233  Ceci se fait via les commandes en code \SpecialChar TeX
14234 :
14235 \end_layout
14236
14237 \begin_layout Standard
14238
14239 \series bold
14240
14241 \backslash
14242 newlength{
14243 \backslash
14244 diagtest}
14245 \begin_inset Newline newline
14246 \end_inset
14247
14248
14249 \backslash
14250 setlength{
14251 \backslash
14252 diagtest}{4cm+2
14253 \backslash
14254 tabcolsep}
14255 \end_layout
14256
14257 \begin_layout Standard
14258 \begin_inset ERT
14259 status collapsed
14260
14261 \begin_layout Plain Layout
14262
14263
14264 \backslash
14265 newlength{
14266 \backslash
14267 diagtest}
14268 \end_layout
14269
14270 \begin_layout Plain Layout
14271
14272
14273 \backslash
14274 setlength{
14275 \backslash
14276 diagtest}{4cm+2
14277 \backslash
14278 tabcolsep}
14279 \end_layout
14280
14281 \end_inset
14282
14283
14284 \end_layout
14285
14286 \begin_layout Standard
14287 Pour permettre les calculs en \SpecialChar LaTeX
14288 , il faut charger dans le préambule du document
14289  le paquetage 
14290 \series bold
14291 calc
14292 \series default
14293
14294 \begin_inset Index idx
14295 status collapsed
14296
14297 \begin_layout Plain Layout
14298 Paquetages \SpecialChar LaTeX
14299  ! calc
14300 \end_layout
14301
14302 \end_inset
14303
14304 .
14305 \end_layout
14306
14307 \begin_layout Standard
14308 Dans le tableau vous pouvez maintenant utiliser la commande
14309 \end_layout
14310
14311 \begin_layout Standard
14312
14313 \series bold
14314
14315 \backslash
14316 diagbox[width=
14317 \backslash
14318 diagtest]{A}{B}
14319 \end_layout
14320
14321 \begin_layout Standard
14322 dans la première cellule:
14323 \end_layout
14324
14325 \begin_layout Standard
14326 \noindent
14327 \align center
14328 \begin_inset Tabular
14329 <lyxtabular version="3" rows="2" columns="2">
14330 <features tabularvalignment="middle">
14331 <column alignment="center" valignment="top" width="4cm">
14332 <column alignment="center" valignment="top">
14333 <row>
14334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14335 \begin_inset Text
14336
14337 \begin_layout Plain Layout
14338 \begin_inset ERT
14339 status open
14340
14341 \begin_layout Plain Layout
14342
14343
14344 \backslash
14345 diagbox[width=
14346 \backslash
14347 diagtest]{
14348 \end_layout
14349
14350 \end_inset
14351
14352 A
14353 \begin_inset ERT
14354 status collapsed
14355
14356 \begin_layout Plain Layout
14357
14358 }{
14359 \end_layout
14360
14361 \end_inset
14362
14363 B
14364 \begin_inset ERT
14365 status collapsed
14366
14367 \begin_layout Plain Layout
14368
14369 }
14370 \end_layout
14371
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \end_inset
14378 </cell>
14379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14380 \begin_inset Text
14381
14382 \begin_layout Plain Layout
14383 Épaisseur en nm
14384 \end_layout
14385
14386 \end_inset
14387 </cell>
14388 </row>
14389 <row>
14390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14391 \begin_inset Text
14392
14393 \begin_layout Plain Layout
14394 Vert parfait
14395 \end_layout
14396
14397 \end_inset
14398 </cell>
14399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14400 \begin_inset Text
14401
14402 \begin_layout Plain Layout
14403 45
14404 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 </row>
14409 </lyxtabular>
14410
14411 \end_inset
14412
14413
14414 \end_layout
14415
14416 \begin_layout Standard
14417 Noter que la cellule partagée doit être la plus large de la colonne, sinon
14418  la longueur de la diagonale ne peut pas être calculée correctement comme
14419  dans ce tableau:
14420 \end_layout
14421
14422 \begin_layout Standard
14423 \noindent
14424 \align center
14425 \begin_inset Tabular
14426 <lyxtabular version="3" rows="2" columns="2">
14427 <features tabularvalignment="middle">
14428 <column alignment="center" valignment="top" width="0pt">
14429 <column alignment="center" valignment="top">
14430 <row>
14431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435 \begin_inset ERT
14436 status collapsed
14437
14438 \begin_layout Plain Layout
14439
14440
14441 \backslash
14442 diagbox{
14443 \end_layout
14444
14445 \end_inset
14446
14447 A
14448 \begin_inset ERT
14449 status collapsed
14450
14451 \begin_layout Plain Layout
14452
14453 }{
14454 \end_layout
14455
14456 \end_inset
14457
14458 B
14459 \begin_inset ERT
14460 status collapsed
14461
14462 \begin_layout Plain Layout
14463
14464 }
14465 \end_layout
14466
14467 \end_inset
14468
14469
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478 Épaisseur en nm
14479 \end_layout
14480
14481 \end_inset
14482 </cell>
14483 </row>
14484 <row>
14485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489 Vert parfait
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498 45
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 </row>
14504 </lyxtabular>
14505
14506 \end_inset
14507
14508
14509 \end_layout
14510
14511 \begin_layout Standard
14512 Dans ce cas, vous pouvez utiliser directement
14513 \series bold
14514  
14515 \lang english
14516 width
14517 \series default
14518 \lang french
14519  dans l'option de 
14520 \series bold
14521 \lang english
14522
14523 \backslash
14524 diagbox
14525 \series default
14526 \lang french
14527 , il n'est plus nécessaire d’ajouter 2
14528 \backslash
14529 tabcolsep puisque la largeur de cellule est maintenant la largeur de la
14530  colonne.
14531  Ici une largeur de 3cm est utilisée:
14532 \end_layout
14533
14534 \begin_layout Standard
14535 \noindent
14536 \align center
14537 \begin_inset Tabular
14538 <lyxtabular version="3" rows="2" columns="2">
14539 <features tabularvalignment="middle">
14540 <column alignment="center" valignment="top" width="0pt">
14541 <column alignment="center" valignment="top">
14542 <row>
14543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14544 \begin_inset Text
14545
14546 \begin_layout Plain Layout
14547 \begin_inset ERT
14548 status open
14549
14550 \begin_layout Plain Layout
14551
14552
14553 \backslash
14554 diagbox[width=3cm]{
14555 \end_layout
14556
14557 \end_inset
14558
14559 A
14560 \begin_inset ERT
14561 status collapsed
14562
14563 \begin_layout Plain Layout
14564
14565 }{
14566 \end_layout
14567
14568 \end_inset
14569
14570 B
14571 \begin_inset ERT
14572 status collapsed
14573
14574 \begin_layout Plain Layout
14575
14576 }
14577 \end_layout
14578
14579 \end_inset
14580
14581
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 Épaisseur en nm
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 </row>
14596 <row>
14597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14598 \begin_inset Text
14599
14600 \begin_layout Plain Layout
14601 Vert parfait
14602 \end_layout
14603
14604 \end_inset
14605 </cell>
14606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14607 \begin_inset Text
14608
14609 \begin_layout Plain Layout
14610 45
14611 \end_layout
14612
14613 \end_inset
14614 </cell>
14615 </row>
14616 </lyxtabular>
14617
14618 \end_inset
14619
14620
14621 \end_layout
14622
14623 \begin_layout Standard
14624 Pour les lignes multiples dans une cellule partagée, il faut une hauteur
14625  supplémentaire pour placer le texte dans la cellule.
14626  Ceci peut être obtenu avec l'option
14627 \series bold
14628  
14629 \lang english
14630 height
14631 \lang french
14632 =3cm
14633 \series default
14634  de la commande 
14635 \series bold
14636 \lang english
14637
14638 \backslash
14639 diagbox
14640 \series default
14641 \lang french
14642  (remplacer « 3cm » par la hauteur désirée).
14643  Dans le tableau qui suit, la commande
14644 \end_layout
14645
14646 \begin_layout Standard
14647
14648 \series bold
14649
14650 \backslash
14651 diagbox[width=3cm,height=1.4cm]{A
14652 \backslash
14653
14654 \backslash
14655 B}{C
14656 \backslash
14657
14658 \backslash
14659 D}
14660 \end_layout
14661
14662 \begin_layout Standard
14663 est utilisée dans la première cellule.
14664  La commande 
14665 \backslash
14666
14667 \backslash
14668  crée le saut de ligne
14669 \begin_inset Foot
14670 status open
14671
14672 \begin_layout Plain Layout
14673 Couper les lignes via Ctrl+Entrée n'est possible que pour des colonnes de
14674  largeur fixée.
14675 \end_layout
14676
14677 \end_inset
14678
14679 .
14680 \end_layout
14681
14682 \begin_layout Standard
14683 \noindent
14684 \align center
14685 \begin_inset Tabular
14686 <lyxtabular version="3" rows="2" columns="2">
14687 <features tabularvalignment="middle">
14688 <column alignment="center" valignment="top">
14689 <column alignment="center" valignment="top">
14690 <row>
14691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14692 \begin_inset Text
14693
14694 \begin_layout Plain Layout
14695 \begin_inset ERT
14696 status open
14697
14698 \begin_layout Plain Layout
14699
14700
14701 \backslash
14702 diagbox[width=3cm,height=1.4cm]{
14703 \end_layout
14704
14705 \end_inset
14706
14707 A
14708 \begin_inset ERT
14709 status collapsed
14710
14711 \begin_layout Plain Layout
14712
14713
14714 \backslash
14715
14716 \backslash
14717
14718 \end_layout
14719
14720 \end_inset
14721
14722 B
14723 \begin_inset ERT
14724 status collapsed
14725
14726 \begin_layout Plain Layout
14727
14728 }{
14729 \end_layout
14730
14731 \end_inset
14732
14733 C
14734 \begin_inset ERT
14735 status collapsed
14736
14737 \begin_layout Plain Layout
14738
14739
14740 \backslash
14741
14742 \backslash
14743
14744 \end_layout
14745
14746 \end_inset
14747
14748 D
14749 \begin_inset ERT
14750 status collapsed
14751
14752 \begin_layout Plain Layout
14753
14754 }
14755 \end_layout
14756
14757 \end_inset
14758
14759
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Plain Layout
14768 Épaisseur en nm
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 </row>
14774 <row>
14775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14776 \begin_inset Text
14777
14778 \begin_layout Plain Layout
14779 Vert parfait
14780 \end_layout
14781
14782 \end_inset
14783 </cell>
14784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14785 \begin_inset Text
14786
14787 \begin_layout Plain Layout
14788 45
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 </row>
14794 </lyxtabular>
14795
14796 \end_inset
14797
14798
14799 \end_layout
14800
14801 \begin_layout Standard
14802 \begin_inset ERT
14803 status collapsed
14804
14805 \begin_layout Plain Layout
14806
14807
14808 \backslash
14809 else
14810 \end_layout
14811
14812 \end_inset
14813
14814
14815 \begin_inset Note Note
14816 status open
14817
14818 \begin_layout Plain Layout
14819 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
14820  
14821 \series bold
14822 diagbox
14823 \series default
14824  n'est pas installé :
14825 \end_layout
14826
14827 \end_inset
14828
14829
14830 \end_layout
14831
14832 \begin_layout Standard
14833 Vous devez installer le paquetage \SpecialChar LaTeX
14834  
14835 \series bold
14836 diagbox
14837 \series default
14838  pour voir le contenu de cette section dans la sortie imprimée.
14839 \end_layout
14840
14841 \begin_layout Standard
14842 \begin_inset ERT
14843 status collapsed
14844
14845 \begin_layout Plain Layout
14846
14847
14848 \backslash
14849 fi
14850 \end_layout
14851
14852 \end_inset
14853
14854
14855 \end_layout
14856
14857 \begin_layout Standard
14858 Pour en savoir plus sur le paquetage \SpecialChar LaTeX
14859  
14860 \series bold
14861 \lang english
14862 diagbox
14863 \series default
14864 \lang french
14865 , voir sa documentation, 
14866 \begin_inset CommandInset citation
14867 LatexCommand cite
14868 key "diagbox"
14869
14870 \end_inset
14871
14872 .
14873 \end_layout
14874
14875 \begin_layout Section
14876 Les tableaux formels
14877 \begin_inset CommandInset label
14878 LatexCommand label
14879 name "sec:Tableaux-Formels"
14880
14881 \end_inset
14882
14883
14884 \begin_inset Index idx
14885 status collapsed
14886
14887 \begin_layout Plain Layout
14888 Tableau ! Formel
14889 \end_layout
14890
14891 \end_inset
14892
14893
14894 \end_layout
14895
14896 \begin_layout Standard
14897 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
14898  à celle du tableau
14899 \begin_inset space ~
14900 \end_inset
14901
14902
14903 \begin_inset CommandInset ref
14904 LatexCommand ref
14905 reference "tab:Exemple-tableau-booktabs"
14906
14907 \end_inset
14908
14909 .
14910  Ce genre de tableau est appelé 
14911 \begin_inset Quotes fld
14912 \end_inset
14913
14914
14915 \emph on
14916 formel
14917 \emph default
14918
14919 \begin_inset Quotes frd
14920 \end_inset
14921
14922 .
14923  Pour transformer un tableau en tableau formel, utilisez l'option 
14924 \family sans
14925 Formel
14926 \family default
14927  de l'onglet 
14928 \family sans
14929 Bordures
14930 \family default
14931  de la fenêtre de dialogue 
14932 \family sans
14933 Paramètres
14934 \begin_inset space ~
14935 \end_inset
14936
14937 du
14938 \begin_inset space ~
14939 \end_inset
14940
14941 tableau
14942 \family default
14943 .
14944 \end_layout
14945
14946 \begin_layout Standard
14947 \begin_inset Float table
14948 placement h
14949 wide false
14950 sideways false
14951 status open
14952
14953 \begin_layout Plain Layout
14954 \begin_inset Caption Standard
14955
14956 \begin_layout Plain Layout
14957 \begin_inset CommandInset label
14958 LatexCommand label
14959 name "tab:Exemple-tableau-booktabs"
14960
14961 \end_inset
14962
14963 Exemple de tableau formel
14964 \end_layout
14965
14966 \end_inset
14967
14968
14969 \end_layout
14970
14971 \begin_layout Plain Layout
14972 \align center
14973 \begin_inset Tabular
14974 <lyxtabular version="3" rows="8" columns="4">
14975 <features booktabs="true" tabularvalignment="middle">
14976 <column alignment="center" valignment="top">
14977 <column alignment="center" valignment="top">
14978 <column alignment="center" valignment="top">
14979 <column alignment="center" valignment="top">
14980 <row>
14981 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985 Système
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell alignment="center" valignment="top" topline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994 Chip
14995 \begin_inset space \thinspace{}
14996 \end_inset
14997
14998 1
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Plain Layout
15007 Chip
15008 \begin_inset space \thinspace{}
15009 \end_inset
15010
15011 2
15012 \end_layout
15013
15014 \end_inset
15015 </cell>
15016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15017 \begin_inset Text
15018
15019 \begin_layout Plain Layout
15020
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 </row>
15026 <row>
15027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031 \begin_inset ERT
15032 status collapsed
15033
15034 \begin_layout Plain Layout
15035
15036
15037 \backslash
15038 cmidrule(r){2-2}
15039 \end_layout
15040
15041 \end_inset
15042
15043
15044 \begin_inset ERT
15045 status collapsed
15046
15047 \begin_layout Plain Layout
15048
15049
15050 \backslash
15051 cmidrule(l){3-4}
15052 \end_layout
15053
15054 \end_inset
15055
15056 Épaisseur du capteur en µm
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="center" valignment="top" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065 300
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 300
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083 700
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 </row>
15089 <row>
15090 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 Angle du biseau en °
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 <cell alignment="center" valignment="top" topline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 3.55
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 <cell alignment="center" valignment="top" topline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112 2.71
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 <cell alignment="center" valignment="top" topline="true" usebox="none">
15118 \begin_inset Text
15119
15120 \begin_layout Plain Layout
15121 7.99
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 </row>
15127 <row topspace="default">
15128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Plain Layout
15132 Résolution spatiale en µm
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141 4.26
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 <cell alignment="center" valignment="top" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150 10.17
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 <cell alignment="center" valignment="top" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159 10.56
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 </row>
15165 <row topspace="default">
15166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170 MTF à 
15171 \begin_inset Formula $f_{\mathrm{max}}$
15172 \end_inset
15173
15174
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183 0.53
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 <cell alignment="center" valignment="top" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 0.37
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 0.39
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 </row>
15207 <row topspace="default">
15208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212 \begin_inset ERT
15213 status collapsed
15214
15215 \begin_layout Plain Layout
15216
15217
15218 \backslash
15219 cmidrule[2pt](l{10pt}){1-1}
15220 \end_layout
15221
15222 \end_inset
15223
15224 résolution spatiale LSF
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 <cell alignment="center" valignment="top" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 <cell alignment="center" valignment="top" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 <cell alignment="center" valignment="top" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 </row>
15257 <row>
15258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262 en µm
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 <cell alignment="center" valignment="top" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271 129.7
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280 52.75
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 <cell alignment="center" valignment="top" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289 50.78
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 </row>
15295 <row>
15296 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 en % de la taille des pixels
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 76.3
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318 95.9
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327 92.3
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 </row>
15333 </lyxtabular>
15334
15335 \end_inset
15336
15337
15338 \end_layout
15339
15340 \end_inset
15341
15342
15343 \end_layout
15344
15345 \begin_layout Standard
15346 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15347  
15348 \family sans
15349 Bordures
15350 \family default
15351  de la fenêtre de dialogue 
15352 \family sans
15353 Paramètres
15354 \begin_inset space ~
15355 \end_inset
15356
15357 du
15358 \begin_inset space ~
15359 \end_inset
15360
15361 tableau
15362 \family default
15363  comme c'est décrit dans la section
15364 \begin_inset space ~
15365 \end_inset
15366
15367
15368 \begin_inset CommandInset ref
15369 LatexCommand ref
15370 reference "subsec:Espacement-lignes"
15371
15372 \end_inset
15373
15374 .
15375 \end_layout
15376
15377 \begin_layout Standard
15378 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15379  verticales.
15380  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15381  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15382  sortie imprimée :
15383 \begin_inset Newline newline
15384 \end_inset
15385
15386 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15387 \begin_inset space \thinspace{}
15388 \end_inset
15389
15390 em alors que les autres lignes ont implicite une épaisseur de 0.05
15391 \begin_inset space \thinspace{}
15392 \end_inset
15393
15394 em.
15395 \end_layout
15396
15397 \begin_layout Standard
15398 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15399  les lignes de préambule suivantes :
15400 \end_layout
15401
15402 \begin_layout Standard
15403
15404 \series bold
15405
15406 \backslash
15407 let
15408 \backslash
15409 mytoprule
15410 \backslash
15411 toprule
15412 \begin_inset Newline newline
15413 \end_inset
15414
15415
15416 \backslash
15417 renewcommand{
15418 \backslash
15419 toprule}{
15420 \backslash
15421 mytoprule[width]}
15422 \end_layout
15423
15424 \begin_layout Standard
15425 Cet exemple concerne la première ligne, appelée 
15426 \series bold
15427 toprule
15428 \series default
15429 .
15430  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15431 \series bold
15432 toprule
15433 \series default
15434  par 
15435 \series bold
15436 bottomrule
15437 \series default
15438 .
15439  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15440  
15441 \series bold
15442 toprule
15443 \series default
15444  par 
15445 \series bold
15446 midrule
15447 \series default
15448 .
15449  Vous pouvez utiliser toutes les unités de longueur définies dans l'annexe
15450 \begin_inset space ~
15451 \end_inset
15452
15453
15454 \begin_inset CommandInset ref
15455 LatexCommand ref
15456 reference "cha:Unités-de-longueur"
15457
15458 \end_inset
15459
15460  pour préciser l'épaisseur voulue.
15461 \end_layout
15462
15463 \begin_layout Standard
15464 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15465  en mettant une ligne pour une cellule multi-colonnes.
15466  \SpecialChar LyX
15467  va utiliser en interne la commande 
15468 \series bold
15469
15470 \backslash
15471 cmidrule
15472 \series default
15473  pour créer cette ligne.
15474  Sa syntaxe complète est :
15475 \end_layout
15476
15477 \begin_layout Standard
15478
15479 \series bold
15480
15481 \backslash
15482 cmidrule[largeur](rognage){colDépart-colFin}
15483 \end_layout
15484
15485 \begin_layout Standard
15486 Les options de la commande 
15487 \series bold
15488
15489 \backslash
15490 cmidrule
15491 \series default
15492  ne sont pas actuellement gérées par \SpecialChar LyX
15493 , vous devez donc utiliser du code
15494  \SpecialChar TeX
15495  pour pouvoir les utiliser.
15496  On peut créer manuellement des lignes 
15497 \series bold
15498
15499 \backslash
15500 mitrales
15501 \series default
15502  en insérant la commande en code \SpecialChar TeX
15503  comme le premier élément de la première
15504  cellule de la ligne.
15505  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15506  en question.
15507 \end_layout
15508
15509 \begin_layout Standard
15510 La valeur 
15511 \series bold
15512 largeur
15513 \series default
15514  pour l'épaisseur des lignes est de 0.03
15515 \begin_inset space \thinspace{}
15516 \end_inset
15517
15518 em.
15519  
15520 \series bold
15521 colDépart
15522 \series default
15523  est le numéro de la colonne dans laquelle la ligne commence et 
15524 \series bold
15525 colFin
15526 \series default
15527  est le numéro de la colonne dans laquelle elle se termine.
15528  La valeur de 
15529 \series bold
15530 colFin
15531 \series default
15532  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15533  Le paramètre optionnel 
15534 \series bold
15535 rognage
15536 \series default
15537  peut être soit 
15538 \emph on
15539 l{largeurRognage}
15540 \emph default
15541 , ou 
15542 \emph on
15543 r{largeurRognage}
15544 \emph default
15545  où les valeurs de
15546 \emph on
15547  largeurRognage
15548 \emph default
15549  sont aussi optionnelles.
15550  En utilisant par exemple la valeur 
15551 \emph on
15552 l{2pt}
15553 \emph default
15554  pour ce paramètre, la ligne va être rognée de 2
15555 \begin_inset space \thinspace{}
15556 \end_inset
15557
15558 pt à son extrémité gauche.
15559  Si vous ne spécifiez pas de valeur pour 
15560 \emph on
15561 largeurRognage
15562 \emph default
15563  les lignes sont implicitement rognées de 0.5
15564 \begin_inset space \thinspace{}
15565 \end_inset
15566
15567 em.
15568 \end_layout
15569
15570 \begin_layout Standard
15571 \begin_inset VSpace bigskip
15572 \end_inset
15573
15574 Le tableau
15575 \begin_inset space ~
15576 \end_inset
15577
15578
15579 \begin_inset CommandInset ref
15580 LatexCommand ref
15581 reference "tab:Exemple-tableau-booktabs"
15582
15583 \end_inset
15584
15585  a été créé en utilisant les commandes
15586 \end_layout
15587
15588 \begin_layout Standard
15589
15590 \series bold
15591
15592 \backslash
15593 cmidrule(r){2-2}
15594 \backslash
15595 cmidrule(l){3-4}
15596 \end_layout
15597
15598 \begin_layout Standard
15599 au début de la deuxième ligne et
15600 \end_layout
15601
15602 \begin_layout Standard
15603
15604 \series bold
15605
15606 \backslash
15607 cmidrule[2pt](l{10pt}){1-1}
15608 \end_layout
15609
15610 \begin_layout Standard
15611 au début de la sixième ligne.
15612 \end_layout
15613
15614 \begin_layout Standard
15615 \begin_inset VSpace bigskip
15616 \end_inset
15617
15618
15619 \end_layout
15620
15621 \begin_layout Standard
15622 Vous pouvez vouloir des commandes 
15623 \series bold
15624
15625 \backslash
15626 cmidrule
15627 \series default
15628 s qui se recouvrent comme pour le tableau
15629 \begin_inset space ~
15630 \end_inset
15631
15632
15633 \begin_inset CommandInset ref
15634 LatexCommand ref
15635 reference "tab:Tableau-booktabs-special"
15636
15637 \end_inset
15638
15639 .
15640  On obtient ce résultat en utilisant la commande suivante en code \SpecialChar TeX
15641
15642 \end_layout
15643
15644 \begin_layout Standard
15645
15646 \series bold
15647
15648 \backslash
15649 morecmidrules
15650 \end_layout
15651
15652 \begin_layout Standard
15653 La commande qui a été utilisée pour la deuxième ligne du tableau
15654 \begin_inset space ~
15655 \end_inset
15656
15657
15658 \begin_inset CommandInset ref
15659 LatexCommand ref
15660 reference "tab:Tableau-booktabs-special"
15661
15662 \end_inset
15663
15664  est
15665 \end_layout
15666
15667 \begin_layout Standard
15668
15669 \series bold
15670
15671 \backslash
15672 cmidrule(r){2-2}
15673 \backslash
15674 cmidrule(l){3-4}
15675 \backslash
15676 morecmidrules
15677 \backslash
15678 cmidrule{2-4}
15679 \end_layout
15680
15681 \begin_layout Standard
15682 La commande pour la sixième ligne est
15683 \end_layout
15684
15685 \begin_layout Standard
15686
15687 \series bold
15688
15689 \backslash
15690 midrule
15691 \backslash
15692 morecmidrules
15693 \backslash
15694 cmidrule{3-4}
15695 \end_layout
15696
15697 \begin_layout Standard
15698 \begin_inset VSpace bigskip
15699 \end_inset
15700
15701
15702 \end_layout
15703
15704 \begin_layout Standard
15705 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15706 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15707  font toute la largeur du tableau :
15708 \end_layout
15709
15710 \begin_layout Standard
15711
15712 \series bold
15713
15714 \backslash
15715 specialrule{largeur}{espace au dessus}{espace en dessous}
15716 \end_layout
15717
15718 \begin_layout Standard
15719 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15720  du paquetage \SpecialChar LaTeX
15721  
15722 \series bold
15723 booktabs
15724 \series default
15725  
15726 \begin_inset CommandInset citation
15727 LatexCommand cite
15728 key "booktabs"
15729
15730 \end_inset
15731
15732 .
15733 \begin_inset Index idx
15734 status collapsed
15735
15736 \begin_layout Plain Layout
15737 Paquetages \SpecialChar LaTeX
15738  ! booktabs
15739 \end_layout
15740
15741 \end_inset
15742
15743
15744 \end_layout
15745
15746 \begin_layout Standard
15747 \begin_inset Float table
15748 placement h
15749 wide false
15750 sideways false
15751 status open
15752
15753 \begin_layout Plain Layout
15754 \begin_inset Caption Standard
15755
15756 \begin_layout Plain Layout
15757 \begin_inset CommandInset label
15758 LatexCommand label
15759 name "tab:Tableau-booktabs-special"
15760
15761 \end_inset
15762
15763 Tableau formel spécial
15764 \end_layout
15765
15766 \end_inset
15767
15768
15769 \end_layout
15770
15771 \begin_layout Plain Layout
15772 \align center
15773 \begin_inset Tabular
15774 <lyxtabular version="3" rows="8" columns="4">
15775 <features booktabs="true" tabularvalignment="middle">
15776 <column alignment="center" valignment="top">
15777 <column alignment="center" valignment="top">
15778 <column alignment="center" valignment="top">
15779 <column alignment="center" valignment="top">
15780 <row>
15781 <cell alignment="center" valignment="top" topline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785 Système
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" topline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 Chip
15795 \begin_inset space \thinspace{}
15796 \end_inset
15797
15798 1
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807 Chip
15808 \begin_inset space \thinspace{}
15809 \end_inset
15810
15811 2
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 </row>
15826 <row>
15827 <cell alignment="center" valignment="top" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831 \begin_inset ERT
15832 status collapsed
15833
15834 \begin_layout Plain Layout
15835
15836
15837 \backslash
15838 cmidrule(r){2-2}
15839 \end_layout
15840
15841 \end_inset
15842
15843
15844 \begin_inset ERT
15845 status collapsed
15846
15847 \begin_layout Plain Layout
15848
15849
15850 \backslash
15851 cmidrule(l){3-4}
15852 \end_layout
15853
15854 \end_inset
15855
15856
15857 \begin_inset ERT
15858 status collapsed
15859
15860 \begin_layout Plain Layout
15861
15862
15863 \backslash
15864 morecmidrules 
15865 \end_layout
15866
15867 \end_inset
15868
15869
15870 \begin_inset ERT
15871 status collapsed
15872
15873 \begin_layout Plain Layout
15874
15875
15876 \backslash
15877 cmidrule{2-4}
15878 \end_layout
15879
15880 \end_inset
15881
15882 Epaisseur du capteur en µm
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891 300
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="center" valignment="top" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 300
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 700
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 </row>
15915 <row>
15916 <cell alignment="center" valignment="top" topline="true" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Plain Layout
15920 Angle biseau en °
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 <cell alignment="center" valignment="top" topline="true" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929 3.55
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 <cell alignment="center" valignment="top" topline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938 2.71
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 <cell alignment="center" valignment="top" topline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947 7.99
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 </row>
15953 <row topspace="default">
15954 <cell alignment="center" valignment="top" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958 Résolution spatiale en µm
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 <cell alignment="center" valignment="top" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Plain Layout
15967 4.26
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 <cell alignment="center" valignment="top" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976 10.17
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985 10.56
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 </row>
15991 <row topspace="default">
15992 <cell alignment="center" valignment="top" usebox="none">
15993 \begin_inset Text
15994
15995 \begin_layout Plain Layout
15996 MTF à 
15997 \begin_inset Formula $f_{\mathrm{max}}$
15998 \end_inset
15999
16000
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009 0.53
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 <cell alignment="center" valignment="top" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018 0.37
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 <cell alignment="center" valignment="top" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027 0.39
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 </row>
16033 <row>
16034 <cell alignment="center" valignment="top" topline="true" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038 \begin_inset ERT
16039 status collapsed
16040
16041 \begin_layout Plain Layout
16042
16043
16044 \backslash
16045 morecmidrules 
16046 \end_layout
16047
16048 \end_inset
16049
16050
16051 \begin_inset ERT
16052 status collapsed
16053
16054 \begin_layout Plain Layout
16055
16056
16057 \backslash
16058 cmidrule{3-4}
16059 \end_layout
16060
16061 \end_inset
16062
16063 résolution spatiale LSF
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 <cell alignment="center" valignment="top" topline="true" usebox="none">
16078 \begin_inset Text
16079
16080 \begin_layout Plain Layout
16081
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 <cell alignment="center" valignment="top" topline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Plain Layout
16090
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 </row>
16096 <row>
16097 <cell alignment="center" valignment="top" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101 en µm
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 <cell alignment="center" valignment="top" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Plain Layout
16110 129.7
16111 \end_layout
16112
16113 \end_inset
16114 </cell>
16115 <cell alignment="center" valignment="top" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Plain Layout
16119 52.75
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 <cell alignment="center" valignment="top" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Plain Layout
16128 50.78
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 </row>
16134 <row>
16135 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139 en % de la taille des pixels
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Plain Layout
16148 76.3
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157 95.9
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Plain Layout
16166 92.3
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 </lyxtabular>
16173
16174 \end_inset
16175
16176
16177 \end_layout
16178
16179 \end_inset
16180
16181
16182 \end_layout
16183
16184 \begin_layout Section
16185 Alignement vertical des tableaux
16186 \begin_inset Index idx
16187 status collapsed
16188
16189 \begin_layout Plain Layout
16190 Tableau ! Alignement
16191 \end_layout
16192
16193 \end_inset
16194
16195
16196 \end_layout
16197
16198 \begin_layout Standard
16199 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16200  doit être à l'intérieur d'une boîte.
16201  La boîte peut alors être alignée comme c'est décrit dans la 
16202 \begin_inset space ~
16203 \end_inset
16204
16205
16206 \begin_inset CommandInset ref
16207 LatexCommand ref
16208 reference "sec:Boîte-Dialogue"
16209
16210 \end_inset
16211
16212 .
16213 \end_layout
16214
16215 \begin_layout Standard
16216 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16217  minipage
16218 \begin_inset Foot
16219 status open
16220
16221 \begin_layout Plain Layout
16222 Les minipages son décrites dans la section
16223 \begin_inset space ~
16224 \end_inset
16225
16226
16227 \begin_inset CommandInset ref
16228 LatexCommand ref
16229 reference "sec:Minipages"
16230
16231 \end_inset
16232
16233 .
16234 \end_layout
16235
16236 \end_inset
16237
16238  dont la largeur est de 15
16239 \begin_inset space \thinspace{}
16240 \end_inset
16241
16242 col% :
16243 \end_layout
16244
16245 \begin_layout Itemize
16246 test 
16247 \begin_inset Box Frameless
16248 position "t"
16249 hor_pos "c"
16250 has_inner_box 1
16251 inner_pos "c"
16252 use_parbox 0
16253 use_makebox 0
16254 width "15col%"
16255 special "none"
16256 height "1in"
16257 height_special "totalheight"
16258 thickness "0.4pt"
16259 separation "3pt"
16260 shadowsize "4pt"
16261 framecolor "black"
16262 backgroundcolor "none"
16263 status collapsed
16264
16265 \begin_layout Plain Layout
16266 \begin_inset Tabular
16267 <lyxtabular version="3" rows="3" columns="3">
16268 <features tabularvalignment="middle">
16269 <column alignment="center" valignment="top">
16270 <column alignment="center" valignment="top">
16271 <column alignment="center" valignment="top">
16272 <row>
16273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Plain Layout
16277 a
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16283 \begin_inset Text
16284
16285 \begin_layout Plain Layout
16286 d
16287 \end_layout
16288
16289 \end_inset
16290 </cell>
16291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16292 \begin_inset Text
16293
16294 \begin_layout Plain Layout
16295 g
16296 \end_layout
16297
16298 \end_inset
16299 </cell>
16300 </row>
16301 <row>
16302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306 b
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16312 \begin_inset Text
16313
16314 \begin_layout Plain Layout
16315 e
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324 h
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 </row>
16330 <row>
16331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335 c
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344 f
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Plain Layout
16353 i
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 </row>
16359 </lyxtabular>
16360
16361 \end_inset
16362
16363
16364 \end_layout
16365
16366 \end_inset
16367
16368  test 
16369 \begin_inset ERT
16370 status collapsed
16371
16372 \begin_layout Plain Layout
16373
16374
16375 \backslash
16376 raisebox{0.85
16377 \backslash
16378 baselineskip}{
16379 \end_layout
16380
16381 \end_inset
16382
16383
16384 \begin_inset Box Frameless
16385 position "t"
16386 hor_pos "c"
16387 has_inner_box 1
16388 inner_pos "c"
16389 use_parbox 0
16390 use_makebox 0
16391 width "15col%"
16392 special "none"
16393 height "1in"
16394 height_special "totalheight"
16395 thickness "0.4pt"
16396 separation "3pt"
16397 shadowsize "4pt"
16398 framecolor "black"
16399 backgroundcolor "none"
16400 status collapsed
16401
16402 \begin_layout Plain Layout
16403 \begin_inset Tabular
16404 <lyxtabular version="3" rows="3" columns="3">
16405 <features tabularvalignment="middle">
16406 <column alignment="center" valignment="top">
16407 <column alignment="center" valignment="top">
16408 <column alignment="center" valignment="top">
16409 <row>
16410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16411 \begin_inset Text
16412
16413 \begin_layout Plain Layout
16414 a
16415 \end_layout
16416
16417 \end_inset
16418 </cell>
16419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Plain Layout
16423 d
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432 g
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 </row>
16438 <row>
16439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Plain Layout
16443 b
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452 e
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Plain Layout
16461 h
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 </row>
16467 <row>
16468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 c
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481 f
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Plain Layout
16490 i
16491 \end_layout
16492
16493 \end_inset
16494 </cell>
16495 </row>
16496 </lyxtabular>
16497
16498 \end_inset
16499
16500
16501 \end_layout
16502
16503 \end_inset
16504
16505
16506 \begin_inset ERT
16507 status collapsed
16508
16509 \begin_layout Plain Layout
16510
16511 }
16512 \end_layout
16513
16514 \end_inset
16515
16516
16517 \end_layout
16518
16519 \begin_layout Itemize
16520 test 
16521 \begin_inset Box Frameless
16522 position "c"
16523 hor_pos "c"
16524 has_inner_box 1
16525 inner_pos "c"
16526 use_parbox 0
16527 use_makebox 0
16528 width "15col%"
16529 special "none"
16530 height "1in"
16531 height_special "totalheight"
16532 thickness "0.4pt"
16533 separation "3pt"
16534 shadowsize "4pt"
16535 framecolor "black"
16536 backgroundcolor "none"
16537 status collapsed
16538
16539 \begin_layout Plain Layout
16540 \begin_inset Tabular
16541 <lyxtabular version="3" rows="3" columns="3">
16542 <features tabularvalignment="middle">
16543 <column alignment="center" valignment="top">
16544 <column alignment="center" valignment="top">
16545 <column alignment="center" valignment="top">
16546 <row>
16547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551 a
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560 d
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569 g
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 </row>
16575 <row>
16576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 b
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 e
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598 h
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 <row>
16605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 c
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618 f
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 i
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 </row>
16633 </lyxtabular>
16634
16635 \end_inset
16636
16637
16638 \end_layout
16639
16640 \end_inset
16641
16642
16643 \end_layout
16644
16645 \begin_layout Itemize
16646 test 
16647 \begin_inset Box Frameless
16648 position "b"
16649 hor_pos "c"
16650 has_inner_box 1
16651 inner_pos "c"
16652 use_parbox 0
16653 use_makebox 0
16654 width "15col%"
16655 special "none"
16656 height "1in"
16657 height_special "totalheight"
16658 thickness "0.4pt"
16659 separation "3pt"
16660 shadowsize "4pt"
16661 framecolor "black"
16662 backgroundcolor "none"
16663 status collapsed
16664
16665 \begin_layout Plain Layout
16666 \begin_inset Tabular
16667 <lyxtabular version="3" rows="3" columns="3">
16668 <features 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 thickness "0.4pt"
16796 separation "3pt"
16797 shadowsize "4pt"
16798 framecolor "black"
16799 backgroundcolor "none"
16800 status collapsed
16801
16802 \begin_layout Plain Layout
16803 \begin_inset Tabular
16804 <lyxtabular version="3" rows="3" columns="3">
16805 <features tabularvalignment="middle">
16806 <column alignment="center" valignment="top">
16807 <column alignment="center" valignment="top">
16808 <column alignment="center" valignment="top">
16809 <row>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814 a
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823 d
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832 g
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 <row>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843 b
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852 e
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 h
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 </row>
16867 <row>
16868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 c
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881 f
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 i
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 </row>
16896 </lyxtabular>
16897
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \end_inset
16904
16905
16906 \begin_inset ERT
16907 status collapsed
16908
16909 \begin_layout Plain Layout
16910
16911 }
16912 \end_layout
16913
16914 \end_inset
16915
16916
16917 \end_layout
16918
16919 \begin_layout Standard
16920 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
16921  et de la dernière ligne, n'est pas correctement aligné avec le texte de
16922  la ligne dans laquelle le tableau est inséré.
16923  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
16924  boîte élévatrice (raisebox)
16925 \begin_inset Foot
16926 status collapsed
16927
16928 \begin_layout Plain Layout
16929 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
16930 \begin_inset space ~
16931 \end_inset
16932
16933
16934 \begin_inset CommandInset ref
16935 LatexCommand ref
16936 reference "subsec:Alignement-Vertical"
16937
16938 \end_inset
16939
16940 .
16941 \end_layout
16942
16943 \end_inset
16944
16945 .
16946  Dans l'exemple précédent, le deuxième tableau de la première ligne est
16947  aligné en utilisant la commande en code \SpecialChar TeX
16948  suivante 
16949 \end_layout
16950
16951 \begin_layout Standard
16952
16953 \series bold
16954
16955 \backslash
16956 raisebox{0.85
16957 \backslash
16958 baselineskip}{
16959 \end_layout
16960
16961 \begin_layout Standard
16962 placée juste avant la boîte minipage.
16963  Après la boîte on insère l'accolade fermante en code \SpecialChar TeX
16964 .
16965  Pour le deuxième tableau de la dernière ligne, la commande 
16966 \end_layout
16967
16968 \begin_layout Standard
16969
16970 \series bold
16971
16972 \backslash
16973 raisebox{-0.32
16974 \backslash
16975 baselineskip}{
16976 \end_layout
16977
16978 \begin_layout Standard
16979 est utilisée.
16980 \end_layout
16981
16982 \begin_layout Standard
16983 \begin_inset Note Greyedout
16984 status open
16985
16986 \begin_layout Plain Layout
16987
16988 \series bold
16989 Note:
16990 \series default
16991  L'alignement entre le contenu de la ligne du tableau et le texte de la
16992  ligne qui l'entoure ne peut pas être parfait.
16993  Le facteur utilisé dans la commande 
16994 \series bold
16995
16996 \backslash
16997 raisebox
16998 \series default
16999  pour obtenir cet alignement dépend de la police de caractères du document,
17000  de la taille de la police et de l'épaisseur des lignes du tableau.
17001 \end_layout
17002
17003 \end_inset
17004
17005
17006 \end_layout
17007
17008 \begin_layout Section
17009 Tableaux colorés
17010 \begin_inset CommandInset label
17011 LatexCommand label
17012 name "sec:Tableaux-Colorés"
17013
17014 \end_inset
17015
17016
17017 \begin_inset Index idx
17018 status collapsed
17019
17020 \begin_layout Plain Layout
17021 Tableau ! Coloré
17022 \end_layout
17023
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \begin_layout Subsection
17030 Cellules colorées
17031 \begin_inset Index idx
17032 status collapsed
17033
17034 \begin_layout Plain Layout
17035 Couleur des tableaux ! Pour les cellules
17036 \end_layout
17037
17038 \end_inset
17039
17040
17041 \begin_inset Index idx
17042 status collapsed
17043
17044 \begin_layout Plain Layout
17045 Couleur ! Pour les cellules de tableau
17046 \end_layout
17047
17048 \end_inset
17049
17050
17051 \end_layout
17052
17053 \begin_layout Standard
17054 \begin_inset Float table
17055 placement h
17056 wide false
17057 sideways false
17058 status open
17059
17060 \begin_layout Plain Layout
17061 \begin_inset Caption Standard
17062
17063 \begin_layout Plain Layout
17064 \begin_inset CommandInset label
17065 LatexCommand label
17066 name "tab:Tableau-coloré-sans-colortbl"
17067
17068 \end_inset
17069
17070 Tableau coloré sans utiliser le paquetage  
17071 \series bold
17072 colortbl
17073 \series default
17074
17075 \begin_inset Argument 1
17076 status open
17077
17078 \begin_layout Plain Layout
17079 Tableau sans colortbl
17080 \end_layout
17081
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088
17089
17090 \end_layout
17091
17092 \begin_layout Plain Layout
17093 \align center
17094 \begin_inset Tabular
17095 <lyxtabular version="3" rows="3" columns="3">
17096 <features tabularvalignment="middle">
17097 <column alignment="center" valignment="top">
17098 <column alignment="center" valignment="top">
17099 <column alignment="center" valignment="top">
17100 <row>
17101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105
17106 \color green
17107 a
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116
17117 \color red
17118 b
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127
17128 \color red
17129 c
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 </row>
17135 <row>
17136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17137 \begin_inset Text
17138
17139 \begin_layout Plain Layout
17140
17141 \color green
17142 d
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Plain Layout
17151
17152 \color blue
17153 e
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162
17163 \color blue
17164 f
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 </row>
17170 <row>
17171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175
17176 \color green
17177 g
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186
17187 \color blue
17188 h
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197
17198 \color blue
17199 i
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 </row>
17205 </lyxtabular>
17206
17207 \end_inset
17208
17209
17210 \end_layout
17211
17212 \end_inset
17213
17214
17215 \end_layout
17216
17217 \begin_layout Standard
17218 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17219  et choisissez une couleur dans le menu 
17220 \family sans
17221 Édition\SpecialChar menuseparator
17222 Style
17223 \begin_inset space ~
17224 \end_inset
17225
17226 de
17227 \begin_inset space ~
17228 \end_inset
17229
17230 Texte
17231 \family default
17232 .
17233  C'est ce qui a été utilisé pour créer le tableau
17234 \begin_inset space ~
17235 \end_inset
17236
17237
17238 \begin_inset CommandInset ref
17239 LatexCommand ref
17240 reference "tab:Tableau-coloré-sans-colortbl"
17241
17242 \end_inset
17243
17244 .
17245  Dans tous les autres cas vous aurez à utiliser le paquetage \SpecialChar LaTeX
17246  
17247 \series bold
17248 colortbl
17249 \series default
17250 .
17251 \begin_inset Index idx
17252 status collapsed
17253
17254 \begin_layout Plain Layout
17255 Paquetages \SpecialChar LaTeX
17256  ! colortbl
17257 \end_layout
17258
17259 \end_inset
17260
17261
17262 \end_layout
17263
17264 \begin_layout Standard
17265 \begin_inset ERT
17266 status collapsed
17267
17268 \begin_layout Plain Layout
17269
17270
17271 \backslash
17272 ifcolortbl
17273 \end_layout
17274
17275 \end_inset
17276
17277
17278 \begin_inset Note Note
17279 status open
17280
17281 \begin_layout Plain Layout
17282 La section qui suit ne sera affichée que si vous avez installé le paquetage
17283  \SpecialChar LaTeX
17284  
17285 \series bold
17286 colortbl
17287 \series default
17288 .
17289 \end_layout
17290
17291 \end_inset
17292
17293
17294 \end_layout
17295
17296 \begin_layout Standard
17297 Pour créer des tableaux colorés, vous devez charger le paquetage
17298 \series bold
17299  colortbl
17300 \series default
17301  dans le préambule avec la ligne
17302 \end_layout
17303
17304 \begin_layout Standard
17305
17306 \series bold
17307
17308 \backslash
17309 usepackage{colortbl}
17310 \end_layout
17311
17312 \begin_layout Standard
17313 On choisit la couleur d'une colonne avec la commande 
17314 \end_layout
17315
17316 \begin_layout Standard
17317
17318 \series bold
17319
17320 \backslash
17321 columncolor{nom de couleur}
17322 \end_layout
17323
17324 \begin_layout Standard
17325 à l'intérieur d'une commande 
17326 \series bold
17327 >{ }
17328 \series default
17329 .
17330  Vous trouverez plus d'information sur la commande 
17331 \series bold
17332 >{}
17333 \series default
17334  dans la section
17335 \begin_inset space ~
17336 \end_inset
17337
17338
17339 \begin_inset CommandInset ref
17340 LatexCommand ref
17341 reference "subsec:Calculs-multicolonnes"
17342
17343 \end_inset
17344
17345 .
17346 \end_layout
17347
17348 \begin_layout Standard
17349 Les noms de couleurs suivants sont prédéfinis :
17350 \end_layout
17351
17352 \begin_layout Standard
17353
17354 \family sans
17355 red
17356 \family default
17357  (rouge), 
17358 \family sans
17359 green
17360 \family default
17361  (vert), 
17362 \family sans
17363 yellow
17364 \family default
17365  (jaune), 
17366 \family sans
17367 blue
17368 \family default
17369  (bleu), 
17370 \family sans
17371 cyan
17372 \family default
17373
17374 \family sans
17375 magenta
17376 \family default
17377
17378 \family sans
17379 black 
17380 \family default
17381 (noir) et 
17382 \family sans
17383 white 
17384 \family default
17385 (blanc)
17386 \end_layout
17387
17388 \begin_layout Standard
17389 \begin_inset VSpace medskip
17390 \end_inset
17391
17392
17393 \end_layout
17394
17395 \begin_layout Standard
17396 Si vous ajoutez l'option
17397 \end_layout
17398
17399 \begin_layout Standard
17400
17401 \series bold
17402 dvipsname
17403 \end_layout
17404
17405 \begin_layout Standard
17406 aux options de la classe de document dans les paramètres du document, vous
17407  pouvez utiliser 61
17408 \begin_inset space ~
17409 \end_inset
17410
17411 couleurs supplémentaires.
17412  Ces couleurs sont listées dans l'annexe
17413 \begin_inset space ~
17414 \end_inset
17415
17416
17417 \begin_inset CommandInset ref
17418 LatexCommand ref
17419 reference "chap:Liste-de-noms-de-couleur-dvips"
17420
17421 \end_inset
17422
17423 .
17424  Une de ces couleurs, 
17425 \family sans
17426 Maroon
17427 \family default
17428 , est utilisée comme exemple dans le tableau
17429 \begin_inset space ~
17430 \end_inset
17431
17432
17433 \begin_inset CommandInset ref
17434 LatexCommand ref
17435 reference "tab:Tableau-coloré-avec-colortbl"
17436
17437 \end_inset
17438
17439 .
17440 \end_layout
17441
17442 \begin_layout Standard
17443 \begin_inset VSpace medskip
17444 \end_inset
17445
17446
17447 \end_layout
17448
17449 \begin_layout Standard
17450 Vous pouvez aussi définir votre propre couleur avec la commande
17451 \end_layout
17452
17453 \begin_layout Standard
17454
17455 \series bold
17456
17457 \backslash
17458 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17459 \end_layout
17460
17461 \begin_layout Standard
17462 Le modèle de couleur peut être
17463 \end_layout
17464
17465 \begin_layout Labeling
17466 \labelwidthstring 00.00.0000
17467 cmyk
17468 \begin_inset space ~
17469 \end_inset
17470
17471 : cyan, magenta, jaune (yellow), noir (black)
17472 \end_layout
17473
17474 \begin_layout Labeling
17475 \labelwidthstring 00.00.0000
17476 rgb
17477 \begin_inset space ~
17478 \end_inset
17479
17480 : rouge (red), vert (green), bleu (blue)
17481 \end_layout
17482
17483 \begin_layout Labeling
17484 \labelwidthstring 00.00.0000
17485 gray
17486 \begin_inset space ~
17487 \end_inset
17488
17489 : dégradé de gris (gray)
17490 \end_layout
17491
17492 \begin_layout Standard
17493 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17494  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17495 \end_layout
17496
17497 \begin_layout Standard
17498 Vous pouvez par exemple définir la couleur 
17499 \begin_inset Quotes fld
17500 \end_inset
17501
17502
17503 \emph on
17504 vertfonce
17505 \begin_inset Quotes frd
17506 \end_inset
17507
17508  dans le préambule avec la ligne
17509 \end_layout
17510
17511 \begin_layout Standard
17512
17513 \series bold
17514
17515 \backslash
17516 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17517 \end_layout
17518
17519 \begin_layout Standard
17520 et la couleur 
17521 \emph on
17522
17523 \begin_inset Quotes fld
17524 \end_inset
17525
17526 grisclair
17527 \emph default
17528
17529 \begin_inset Quotes frd
17530 \end_inset
17531
17532  avec
17533 \end_layout
17534
17535 \begin_layout Standard
17536
17537 \series bold
17538
17539 \backslash
17540 definecolor{grisclair}{gray}{0.8}
17541 \end_layout
17542
17543 \begin_layout Standard
17544 \begin_inset VSpace medskip
17545 \end_inset
17546
17547
17548 \end_layout
17549
17550 \begin_layout Standard
17551 Les lignes sont colorées avec la commande
17552 \end_layout
17553
17554 \begin_layout Standard
17555
17556 \series bold
17557
17558 \backslash
17559 rowcolor{nom de la couleur}
17560 \end_layout
17561
17562 \begin_layout Standard
17563 et les cellules sont colorées avec la commande
17564 \end_layout
17565
17566 \begin_layout Standard
17567
17568 \series bold
17569
17570 \backslash
17571 cellcolor{nom de la couleur}
17572 \end_layout
17573
17574 \begin_layout Standard
17575 Les deux commandes sont insérées au début d'une cellule comme du code \SpecialChar TeX
17576 .
17577 \end_layout
17578
17579 \begin_layout Standard
17580 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17581  choisissez une couleur dans le menu 
17582 \family sans
17583 Édition\SpecialChar menuseparator
17584 Style
17585 \begin_inset space ~
17586 \end_inset
17587
17588 de
17589 \begin_inset space ~
17590 \end_inset
17591
17592 Texte
17593 \family default
17594 .
17595  Si une cellule contient du code \SpecialChar TeX
17596 , faites bien attention à ne colorer que
17597  le texte, sinon le code \SpecialChar TeX
17598  coloré provoquera des erreurs \SpecialChar LaTeX
17599 .
17600 \end_layout
17601
17602 \begin_layout Standard
17603 \begin_inset Note Greyedout
17604 status open
17605
17606 \begin_layout Plain Layout
17607
17608 \series bold
17609 Note:
17610 \series default
17611  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17612  définies par l'utilisateur.
17613 \end_layout
17614
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \begin_layout Standard
17621 \begin_inset VSpace bigskip
17622 \end_inset
17623
17624
17625 \end_layout
17626
17627 \begin_layout Standard
17628 Pour créer le tableau
17629 \begin_inset space ~
17630 \end_inset
17631
17632
17633 \begin_inset CommandInset ref
17634 LatexCommand ref
17635 reference "tab:Tableau-coloré-avec-colortbl"
17636
17637 \end_inset
17638
17639  faites ce qui suit : La couleur de la première colonne doit être 
17640 \emph on
17641 vertfonce
17642 \emph default
17643 .
17644  On insère donc la commande
17645 \end_layout
17646
17647 \begin_layout Standard
17648
17649 \series bold
17650 >{
17651 \backslash
17652 columncolor{vertfonce}
17653 \backslash
17654 centering}c
17655 \end_layout
17656
17657 \begin_layout Standard
17658 en code \SpecialChar TeX
17659  pour cette colonne.
17660  La première ligne doit être bleu clair, d'où la commande en code \SpecialChar TeX
17661
17662 \end_layout
17663
17664 \begin_layout Standard
17665
17666 \series bold
17667
17668 \backslash
17669 rowcolor{cyan}
17670 \end_layout
17671
17672 \begin_layout Standard
17673 qui est insérée dans la première cellule de cette ligne.
17674  Notez que cela annule la couleur de colonne pour la première cellule.
17675  La dernière cellule de la dernière ligne est colorée en marron
17676 \series bold
17677  
17678 \series default
17679 en insérant en code \SpecialChar TeX
17680  la commande
17681 \end_layout
17682
17683 \begin_layout Standard
17684
17685 \series bold
17686
17687 \backslash
17688 cellcolor{Maroon}
17689 \end_layout
17690
17691 \begin_layout Standard
17692 Les caractères peuvent maintenant être colorés en utilisant le menu 
17693 \family sans
17694 Édition\SpecialChar menuseparator
17695 Style
17696 \begin_inset space ~
17697 \end_inset
17698
17699 de
17700 \begin_inset space ~
17701 \end_inset
17702
17703 Texte
17704 \family default
17705 .
17706 \end_layout
17707
17708 \begin_layout Standard
17709 \begin_inset Float table
17710 placement h
17711 wide false
17712 sideways false
17713 status open
17714
17715 \begin_layout Plain Layout
17716 \begin_inset Caption Standard
17717
17718 \begin_layout Plain Layout
17719 \begin_inset CommandInset label
17720 LatexCommand label
17721 name "tab:Tableau-coloré-avec-colortbl"
17722
17723 \end_inset
17724
17725 Tableau coloré en utilisant le paquetage 
17726 \series bold
17727 colortbl
17728 \series default
17729
17730 \begin_inset Argument 1
17731 status collapsed
17732
17733 \begin_layout Plain Layout
17734 Tableau avec colortbl
17735 \end_layout
17736
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \end_inset
17743
17744
17745 \end_layout
17746
17747 \begin_layout Plain Layout
17748 \align center
17749 \begin_inset Tabular
17750 <lyxtabular version="3" rows="3" columns="3">
17751 <features tabularvalignment="middle">
17752 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
17753 <column alignment="center" valignment="top">
17754 <column alignment="center" valignment="top">
17755 <row>
17756 <cell alignment="center" valignment="top" usebox="none">
17757 \begin_inset Text
17758
17759 \begin_layout Plain Layout
17760 \begin_inset ERT
17761 status collapsed
17762
17763 \begin_layout Plain Layout
17764
17765
17766 \backslash
17767 rowcolor{cyan}
17768 \end_layout
17769
17770 \end_inset
17771
17772
17773 \color magenta
17774 a
17775 \end_layout
17776
17777 \end_inset
17778 </cell>
17779 <cell alignment="center" valignment="top" usebox="none">
17780 \begin_inset Text
17781
17782 \begin_layout Plain Layout
17783
17784 \color red
17785 b
17786 \end_layout
17787
17788 \end_inset
17789 </cell>
17790 <cell alignment="center" valignment="top" usebox="none">
17791 \begin_inset Text
17792
17793 \begin_layout Plain Layout
17794
17795 \color red
17796 c
17797 \end_layout
17798
17799 \end_inset
17800 </cell>
17801 </row>
17802 <row>
17803 <cell alignment="center" valignment="top" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Plain Layout
17807
17808 \color yellow
17809 d
17810 \end_layout
17811
17812 \end_inset
17813 </cell>
17814 <cell alignment="center" valignment="top" usebox="none">
17815 \begin_inset Text
17816
17817 \begin_layout Plain Layout
17818
17819 \color blue
17820 e
17821 \end_layout
17822
17823 \end_inset
17824 </cell>
17825 <cell alignment="center" valignment="top" usebox="none">
17826 \begin_inset Text
17827
17828 \begin_layout Plain Layout
17829
17830 \color blue
17831 f
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 </row>
17837 <row>
17838 <cell alignment="center" valignment="top" usebox="none">
17839 \begin_inset Text
17840
17841 \begin_layout Plain Layout
17842
17843 \color yellow
17844 g
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 <cell alignment="center" valignment="top" usebox="none">
17850 \begin_inset Text
17851
17852 \begin_layout Plain Layout
17853
17854 \color blue
17855 h
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 <cell alignment="center" valignment="top" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864 \begin_inset ERT
17865 status collapsed
17866
17867 \begin_layout Plain Layout
17868
17869
17870 \backslash
17871 cellcolor{Maroon}
17872 \end_layout
17873
17874 \end_inset
17875
17876
17877 \color green
17878 i
17879 \end_layout
17880
17881 \end_inset
17882 </cell>
17883 </row>
17884 </lyxtabular>
17885
17886 \end_inset
17887
17888
17889 \end_layout
17890
17891 \end_inset
17892
17893
17894 \end_layout
17895
17896 \begin_layout Standard
17897 \begin_inset ERT
17898 status collapsed
17899
17900 \begin_layout Plain Layout
17901
17902
17903 \backslash
17904 else
17905 \end_layout
17906
17907 \end_inset
17908
17909
17910 \begin_inset Note Note
17911 status open
17912
17913 \begin_layout Plain Layout
17914 Ce qui suit sera affiché si le paquetage 
17915 \series bold
17916 colortbl
17917 \series default
17918  n'est pas installé :
17919 \end_layout
17920
17921 \end_inset
17922
17923
17924 \end_layout
17925
17926 \begin_layout Standard
17927 Vous devez installer le paquetage 
17928 \series bold
17929 colortbl
17930 \series default
17931  pour voir le contenu des cette section dans la sortie imprimée.
17932 \end_layout
17933
17934 \begin_layout Standard
17935 \begin_inset ERT
17936 status collapsed
17937
17938 \begin_layout Plain Layout
17939
17940
17941 \backslash
17942 fi
17943 \end_layout
17944
17945 \end_inset
17946
17947
17948 \end_layout
17949
17950 \begin_layout Subsection
17951 Lignes colorées
17952 \begin_inset Index idx
17953 status collapsed
17954
17955 \begin_layout Plain Layout
17956 Tableau Coloré ! Pour les lignes
17957 \end_layout
17958
17959 \end_inset
17960
17961
17962 \begin_inset Index idx
17963 status collapsed
17964
17965 \begin_layout Plain Layout
17966 Couleur ! Pour les lignes de tableau
17967 \end_layout
17968
17969 \end_inset
17970
17971
17972 \end_layout
17973
17974 \begin_layout Standard
17975 Dans le cas où on désire qu'une ligne sur deux soit colorée, il existe une
17976  alternative à la méthode décrite dans le paragraphe précédent: il faut
17977  charger le paquetage 
17978 \series bold
17979 xcolor
17980 \series default
17981
17982 \begin_inset Index idx
17983 status collapsed
17984
17985 \begin_layout Plain Layout
17986 Paquetages \SpecialChar LaTeX
17987  ! xcolor
17988 \begin_inset ERT
17989 status collapsed
17990
17991 \begin_layout Plain Layout
17992
17993
17994 \backslash
17995 vspace{4mm}
17996 \end_layout
17997
17998 \end_inset
17999
18000
18001 \end_layout
18002
18003 \end_inset
18004
18005  dans le préambule du document avec la commande
18006 \end_layout
18007
18008 \begin_layout Standard
18009
18010 \series bold
18011
18012 \backslash
18013 usepackage[table]{xcolor}
18014 \end_layout
18015
18016 \begin_layout Standard
18017
18018 \series bold
18019 xcolor
18020 \series default
18021  charge automatiquement le paquetage 
18022 \series bold
18023 colortbl
18024 \series default
18025
18026 \begin_inset Index idx
18027 status collapsed
18028
18029 \begin_layout Plain Layout
18030 Paquetages \SpecialChar LaTeX
18031  ! colortbl
18032 \end_layout
18033
18034 \end_inset
18035
18036 , il faut donc que
18037 \series bold
18038  colortbl
18039 \series default
18040  existe dans votre distribution \SpecialChar LaTeX
18041 , sinon vous aurez des erreurs.
18042 \end_layout
18043
18044 \begin_layout Standard
18045 \begin_inset ERT
18046 status collapsed
18047
18048 \begin_layout Plain Layout
18049
18050
18051 \backslash
18052 ifcolortbl
18053 \end_layout
18054
18055 \end_inset
18056
18057
18058 \begin_inset Note Note
18059 status open
18060
18061 \begin_layout Plain Layout
18062 La section qui suit ne sera affichée que si vous avez installé le paquetage
18063  \SpecialChar LaTeX
18064  
18065 \series bold
18066 colortbl
18067 \series default
18068 .
18069 \end_layout
18070
18071 \end_inset
18072
18073
18074 \end_layout
18075
18076 \begin_layout Standard
18077 Les lignes de tableau sont colorées par la commande
18078 \end_layout
18079
18080 \begin_layout Standard
18081
18082 \series bold
18083
18084 \backslash
18085 rowcolors[commandes]{numéro de ligne}{couleur ligne impaire}{couleur ligne
18086  paire}
18087 \end_layout
18088
18089 \begin_layout Standard
18090 insérée soit dans le préambule du document, soit en code \SpecialChar TeX
18091  avant le premier
18092  tableau nécessitant la coloration alternative des lignes.
18093  
18094 \series bold
18095 numéro de ligne
18096 \series default
18097  est le numéro de la première ligne à colorer avec la couleur de ligne impaire.
18098  
18099 \series bold
18100 commandes
18101 \series default
18102 \emph on
18103  
18104 \emph default
18105 désigne des commandes additionnelles exécutées avant chaque ligne du tableau.
18106  Par exemple la commande
18107 \end_layout
18108
18109 \begin_layout Standard
18110
18111 \series bold
18112
18113 \backslash
18114 rowcolors{1}{white}{lightgray}
18115 \end_layout
18116
18117 \begin_layout Standard
18118 donne le schéma de couleurs du tableau
18119 \begin_inset space ~
18120 \end_inset
18121
18122
18123 \begin_inset CommandInset ref
18124 LatexCommand ref
18125 reference "tab:Table-rowcolors"
18126
18127 \end_inset
18128
18129 .
18130  La commande
18131 \end_layout
18132
18133 \begin_layout Standard
18134
18135 \series bold
18136
18137 \backslash
18138 rowcolors[
18139 \backslash
18140 hline]{1}{lightgray}{cyan}
18141 \end_layout
18142
18143 \begin_layout Standard
18144 donne le schéma de couleurs du tableau
18145 \begin_inset space ~
18146 \end_inset
18147
18148
18149 \begin_inset CommandInset ref
18150 LatexCommand ref
18151 reference "tab:Table-rowcolors-2"
18152
18153 \end_inset
18154
18155 .
18156  Si 
18157 \series bold
18158 couleur ligne impaire
18159 \series default
18160  ou 
18161 \series bold
18162 couleur ligne paire
18163 \series default
18164  est vide, aucune couleur n'est utilisée, donc la commande
18165 \end_layout
18166
18167 \begin_layout Standard
18168
18169 \series bold
18170
18171 \backslash
18172 rowcolors{1}{}{}
18173 \end_layout
18174
18175 \begin_layout Standard
18176 supprime toutes les couleurs.
18177  
18178 \series bold
18179
18180 \backslash
18181 rowcolors
18182 \series default
18183  s'applique aux tableaux qui suivent cette commande.
18184 \end_layout
18185
18186 \begin_layout Standard
18187 \begin_inset ERT
18188 status open
18189
18190 \begin_layout Plain Layout
18191
18192
18193 \backslash
18194 rowcolors{1}{white}{lightgray}
18195 \end_layout
18196
18197 \end_inset
18198
18199
18200 \end_layout
18201
18202 \begin_layout Standard
18203 \begin_inset Float table
18204 placement h
18205 wide false
18206 sideways false
18207 status open
18208
18209 \begin_layout Plain Layout
18210 \begin_inset Caption Standard
18211
18212 \begin_layout Plain Layout
18213 \begin_inset CommandInset label
18214 LatexCommand label
18215 name "tab:Table-rowcolors"
18216
18217 \end_inset
18218
18219 Tableau avec une colonne sur deux en gris clair.
18220 \end_layout
18221
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \begin_layout Plain Layout
18228 \align center
18229 \begin_inset Tabular
18230 <lyxtabular version="3" rows="4" columns="3">
18231 <features tabularvalignment="middle">
18232 <column alignment="center" valignment="top">
18233 <column alignment="center" valignment="top" width="0pt">
18234 <column alignment="center" valignment="top" width="0pt">
18235 <row>
18236 <cell alignment="center" valignment="top" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240 X
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 <cell alignment="center" valignment="top" usebox="none">
18246 \begin_inset Text
18247
18248 \begin_layout Plain Layout
18249 Y
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 <cell alignment="center" valignment="top" usebox="none">
18255 \begin_inset Text
18256
18257 \begin_layout Plain Layout
18258 Z
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 </row>
18264 <row>
18265 <cell alignment="center" valignment="top" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 1
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 <cell alignment="center" valignment="top" usebox="none">
18275 \begin_inset Text
18276
18277 \begin_layout Plain Layout
18278 2
18279 \end_layout
18280
18281 \end_inset
18282 </cell>
18283 <cell alignment="center" valignment="top" usebox="none">
18284 \begin_inset Text
18285
18286 \begin_layout Plain Layout
18287 3
18288 \end_layout
18289
18290 \end_inset
18291 </cell>
18292 </row>
18293 <row>
18294 <cell alignment="center" valignment="top" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298 4
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 <cell alignment="center" valignment="top" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307 5
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 <cell alignment="center" valignment="top" usebox="none">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316 6
18317 \end_layout
18318
18319 \end_inset
18320 </cell>
18321 </row>
18322 <row>
18323 <cell alignment="center" valignment="top" usebox="none">
18324 \begin_inset Text
18325
18326 \begin_layout Plain Layout
18327 7
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 <cell alignment="center" valignment="top" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336 8
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 <cell alignment="center" valignment="top" usebox="none">
18342 \begin_inset Text
18343
18344 \begin_layout Plain Layout
18345 9
18346 \end_layout
18347
18348 \end_inset
18349 </cell>
18350 </row>
18351 </lyxtabular>
18352
18353 \end_inset
18354
18355
18356 \end_layout
18357
18358 \end_inset
18359
18360
18361 \end_layout
18362
18363 \begin_layout Standard
18364 \begin_inset ERT
18365 status open
18366
18367 \begin_layout Plain Layout
18368
18369
18370 \backslash
18371 rowcolors[
18372 \backslash
18373 hline]{1}{lightgray}{cyan}
18374 \end_layout
18375
18376 \end_inset
18377
18378
18379 \end_layout
18380
18381 \begin_layout Standard
18382 \begin_inset Float table
18383 placement h
18384 wide false
18385 sideways false
18386 status open
18387
18388 \begin_layout Plain Layout
18389 \begin_inset Caption Standard
18390
18391 \begin_layout Plain Layout
18392 \begin_inset CommandInset label
18393 LatexCommand label
18394 name "tab:Table-rowcolors-2"
18395
18396 \end_inset
18397
18398 Tableau avec une colonne sur deux en cyan et avec un filet entre chaque
18399  ligne
18400 \end_layout
18401
18402 \end_inset
18403
18404
18405 \end_layout
18406
18407 \begin_layout Plain Layout
18408 \align center
18409 \begin_inset Tabular
18410 <lyxtabular version="3" rows="4" columns="3">
18411 <features tabularvalignment="middle">
18412 <column alignment="center" valignment="top">
18413 <column alignment="center" valignment="top">
18414 <column alignment="center" valignment="top" width="0pt">
18415 <row>
18416 <cell alignment="center" valignment="top" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420 X
18421 \end_layout
18422
18423 \end_inset
18424 </cell>
18425 <cell alignment="center" valignment="top" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429 Y
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 <cell alignment="center" valignment="top" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438 Z
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 </row>
18444 <row>
18445 <cell alignment="center" valignment="top" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449 1
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 <cell alignment="center" valignment="top" usebox="none">
18455 \begin_inset Text
18456
18457 \begin_layout Plain Layout
18458 2
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 <cell alignment="center" valignment="top" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467 3
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 </row>
18473 <row>
18474 <cell alignment="center" valignment="top" usebox="none">
18475 \begin_inset Text
18476
18477 \begin_layout Plain Layout
18478 4
18479 \end_layout
18480
18481 \end_inset
18482 </cell>
18483 <cell alignment="center" valignment="top" usebox="none">
18484 \begin_inset Text
18485
18486 \begin_layout Plain Layout
18487 5
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 <cell alignment="center" valignment="top" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Plain Layout
18496 6
18497 \end_layout
18498
18499 \end_inset
18500 </cell>
18501 </row>
18502 <row>
18503 <cell alignment="center" valignment="top" usebox="none">
18504 \begin_inset Text
18505
18506 \begin_layout Plain Layout
18507 7
18508 \end_layout
18509
18510 \end_inset
18511 </cell>
18512 <cell alignment="center" valignment="top" usebox="none">
18513 \begin_inset Text
18514
18515 \begin_layout Plain Layout
18516 8
18517 \end_layout
18518
18519 \end_inset
18520 </cell>
18521 <cell alignment="center" valignment="top" usebox="none">
18522 \begin_inset Text
18523
18524 \begin_layout Plain Layout
18525 9
18526 \end_layout
18527
18528 \end_inset
18529 </cell>
18530 </row>
18531 </lyxtabular>
18532
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \end_inset
18539
18540
18541 \end_layout
18542
18543 \begin_layout Standard
18544 \begin_inset ERT
18545 status collapsed
18546
18547 \begin_layout Plain Layout
18548
18549
18550 \backslash
18551 rowcolors{1}{}{}
18552 \end_layout
18553
18554 \end_inset
18555
18556
18557 \begin_inset Note Note
18558 status collapsed
18559
18560 \begin_layout Plain Layout
18561
18562 \lang english
18563 turns off the row coloring
18564 \end_layout
18565
18566 \end_inset
18567
18568
18569 \end_layout
18570
18571 \begin_layout Standard
18572 \begin_inset ERT
18573 status collapsed
18574
18575 \begin_layout Plain Layout
18576
18577
18578 \backslash
18579 else
18580 \end_layout
18581
18582 \end_inset
18583
18584
18585 \begin_inset Note Note
18586 status open
18587
18588 \begin_layout Plain Layout
18589 Ce qui suit sera affiché si le paquetage 
18590 \series bold
18591 colortbl
18592 \series default
18593  n'est pas installé :
18594 \end_layout
18595
18596 \end_inset
18597
18598
18599 \end_layout
18600
18601 \begin_layout Standard
18602 Vous devez installer le paquetage 
18603 \series bold
18604 colortbl
18605 \series default
18606  pour voir le contenu des cette section dans la sortie imprimée.
18607 \end_layout
18608
18609 \begin_layout Standard
18610 \begin_inset ERT
18611 status collapsed
18612
18613 \begin_layout Plain Layout
18614
18615
18616 \backslash
18617 fi
18618 \end_layout
18619
18620 \end_inset
18621
18622
18623 \end_layout
18624
18625 \begin_layout Subsection
18626 Les filets colorés
18627 \begin_inset Index idx
18628 status open
18629
18630 \begin_layout Plain Layout
18631 Tableau Coloré ! Pour les filets
18632 \end_layout
18633
18634 \end_inset
18635
18636
18637 \begin_inset Index idx
18638 status collapsed
18639
18640 \begin_layout Plain Layout
18641 Couleur ! Pour les filets des tableaux
18642 \end_layout
18643
18644 \end_inset
18645
18646
18647 \begin_inset Note Note
18648 status collapsed
18649
18650 \begin_layout Plain Layout
18651 on parle de filets plutôt que de lignes pour les tableaux
18652 \end_layout
18653
18654 \end_inset
18655
18656
18657 \end_layout
18658
18659 \begin_layout Standard
18660 Comme c'est décrit dans la section
18661 \begin_inset space ~
18662 \end_inset
18663
18664
18665 \begin_inset CommandInset ref
18666 LatexCommand ref
18667 reference "subsec:Epaisseur-filets"
18668
18669 \end_inset
18670
18671 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18672  variable 
18673 \series bold
18674
18675 \backslash
18676 arrayrulewidth
18677 \series default
18678 .
18679  Elle est mise à 1.5
18680 \begin_inset space \thinspace{}
18681 \end_inset
18682
18683 pt pour tous les tableaux de cette section.
18684 \begin_inset ERT
18685 status collapsed
18686
18687 \begin_layout Plain Layout
18688
18689
18690 \backslash
18691 setlength{
18692 \backslash
18693 arrayrulewidth}{1.5pt}
18694 \end_layout
18695
18696 \end_inset
18697
18698
18699 \end_layout
18700
18701 \begin_layout Standard
18702 Pour colorer les filets verticaux, par exemple en vert, créez le format
18703  de colonne suivant dans le préambule du document, en suivant la description
18704  de la section
18705 \begin_inset space ~
18706 \end_inset
18707
18708
18709 \begin_inset CommandInset ref
18710 LatexCommand ref
18711 reference "subsec:Formats-personnalisés"
18712
18713 \end_inset
18714
18715 :
18716 \end_layout
18717
18718 \begin_layout Standard
18719
18720 \series bold
18721
18722 \backslash
18723 newcolumntype{W}{!{
18724 \backslash
18725 color{green}
18726 \backslash
18727 vline}}
18728 \end_layout
18729
18730 \begin_layout Standard
18731 Pour le tableau
18732 \begin_inset space ~
18733 \end_inset
18734
18735
18736 \begin_inset CommandInset ref
18737 LatexCommand ref
18738 reference "tab:Tableau-filets-verticaux-colorés"
18739
18740 \end_inset
18741
18742  le paramètre \SpecialChar LaTeX
18743
18744 \series bold
18745  WcW
18746 \series default
18747  a été utilisé pour la dernière colonne et
18748 \series bold
18749  Wc
18750 \series default
18751  pour les autres colonnes.
18752 \end_layout
18753
18754 \begin_layout Standard
18755 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18756 \end_layout
18757
18758 \begin_layout Standard
18759 \begin_inset Float table
18760 placement h
18761 wide false
18762 sideways false
18763 status open
18764
18765 \begin_layout Plain Layout
18766 \begin_inset Caption Standard
18767
18768 \begin_layout Plain Layout
18769 \begin_inset CommandInset label
18770 LatexCommand label
18771 name "tab:Tableau-filets-verticaux-colorés"
18772
18773 \end_inset
18774
18775 Tableau avec filets verticaux colorés
18776 \end_layout
18777
18778 \end_inset
18779
18780
18781 \end_layout
18782
18783 \begin_layout Plain Layout
18784 \align center
18785 \begin_inset Tabular
18786 <lyxtabular version="3" rows="3" columns="3">
18787 <features tabularvalignment="middle">
18788 <column alignment="center" valignment="top" special="Wc">
18789 <column alignment="center" valignment="top" special="Wc">
18790 <column alignment="center" valignment="top" special="WcW">
18791 <row>
18792 <cell alignment="center" valignment="top" topline="true" usebox="none">
18793 \begin_inset Text
18794
18795 \begin_layout Plain Layout
18796 sd
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 <cell alignment="center" valignment="top" topline="true" usebox="none">
18802 \begin_inset Text
18803
18804 \begin_layout Plain Layout
18805
18806 \end_layout
18807
18808 \end_inset
18809 </cell>
18810 <cell alignment="center" valignment="top" topline="true" usebox="none">
18811 \begin_inset Text
18812
18813 \begin_layout Plain Layout
18814
18815 \end_layout
18816
18817 \end_inset
18818 </cell>
18819 </row>
18820 <row>
18821 <cell alignment="center" valignment="top" topline="true" usebox="none">
18822 \begin_inset Text
18823
18824 \begin_layout Plain Layout
18825
18826 \end_layout
18827
18828 \end_inset
18829 </cell>
18830 <cell alignment="center" valignment="top" topline="true" usebox="none">
18831 \begin_inset Text
18832
18833 \begin_layout Plain Layout
18834 sd
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 <cell alignment="center" valignment="top" topline="true" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843
18844 \end_layout
18845
18846 \end_inset
18847 </cell>
18848 </row>
18849 <row>
18850 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18851 \begin_inset Text
18852
18853 \begin_layout Plain Layout
18854
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 sd
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 </row>
18878 </lyxtabular>
18879
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \end_inset
18886
18887
18888 \end_layout
18889
18890 \begin_layout Standard
18891 \begin_inset VSpace bigskip
18892 \end_inset
18893
18894 Pour colorer les filets horizontaux en rouge comme pour le tableau
18895 \begin_inset space ~
18896 \end_inset
18897
18898
18899 \begin_inset CommandInset ref
18900 LatexCommand ref
18901 reference "tab:Tableau-filet-horizontaux-colorés"
18902
18903 \end_inset
18904
18905 , insérez les commandes suivantes en code \SpecialChar TeX
18906  juste avant le tableau ou le
18907  flottant de tableau :
18908 \end_layout
18909
18910 \begin_layout Standard
18911
18912 \series bold
18913
18914 \backslash
18915 let
18916 \backslash
18917 myHlineC
18918 \backslash
18919 hline
18920 \begin_inset Newline newline
18921 \end_inset
18922
18923
18924 \backslash
18925 renewcommand{
18926 \backslash
18927 hline}
18928 \begin_inset Newline newline
18929 \end_inset
18930
18931
18932 \begin_inset Phantom HPhantom
18933 status open
18934
18935 \begin_layout Plain Layout
18936
18937 \series bold
18938 \begin_inset space ~
18939 \end_inset
18940
18941
18942 \end_layout
18943
18944 \end_inset
18945
18946 {
18947 \backslash
18948 arrayrulecolor{red}
18949 \backslash
18950 myHlineC
18951 \backslash
18952 arrayrulecolor{black}}
18953 \end_layout
18954
18955 \begin_layout Standard
18956 \begin_inset ERT
18957 status collapsed
18958
18959 \begin_layout Plain Layout
18960
18961
18962 \backslash
18963 let
18964 \backslash
18965 myHlineC
18966 \backslash
18967 hline
18968 \end_layout
18969
18970 \begin_layout Plain Layout
18971
18972
18973 \backslash
18974 renewcommand{
18975 \backslash
18976 hline}
18977 \end_layout
18978
18979 \begin_layout Plain Layout
18980
18981  {
18982 \backslash
18983 arrayrulecolor{red}
18984 \backslash
18985 myHlineC
18986 \backslash
18987 arrayrulecolor{black}}
18988 \end_layout
18989
18990 \end_inset
18991
18992
18993 \begin_inset Float table
18994 placement h
18995 wide false
18996 sideways false
18997 status open
18998
18999 \begin_layout Plain Layout
19000 \begin_inset Caption Standard
19001
19002 \begin_layout Plain Layout
19003 \begin_inset CommandInset label
19004 LatexCommand label
19005 name "tab:Tableau-filet-horizontaux-colorés"
19006
19007 \end_inset
19008
19009 Tableau avec filets horizontaux colorés
19010 \end_layout
19011
19012 \end_inset
19013
19014
19015 \end_layout
19016
19017 \begin_layout Plain Layout
19018 \align center
19019 \begin_inset Tabular
19020 <lyxtabular version="3" rows="3" columns="3">
19021 <features tabularvalignment="middle">
19022 <column alignment="center" valignment="top">
19023 <column alignment="center" valignment="top">
19024 <column alignment="center" valignment="top">
19025 <row>
19026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19027 \begin_inset Text
19028
19029 \begin_layout Plain Layout
19030 sd
19031 \end_layout
19032
19033 \end_inset
19034 </cell>
19035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Plain Layout
19039
19040 \end_layout
19041
19042 \end_inset
19043 </cell>
19044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19045 \begin_inset Text
19046
19047 \begin_layout Plain Layout
19048
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 </row>
19054 <row>
19055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19056 \begin_inset Text
19057
19058 \begin_layout Plain Layout
19059
19060 \end_layout
19061
19062 \end_inset
19063 </cell>
19064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19065 \begin_inset Text
19066
19067 \begin_layout Plain Layout
19068 sd
19069 \end_layout
19070
19071 \end_inset
19072 </cell>
19073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19074 \begin_inset Text
19075
19076 \begin_layout Plain Layout
19077
19078 \end_layout
19079
19080 \end_inset
19081 </cell>
19082 </row>
19083 <row>
19084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19103 \begin_inset Text
19104
19105 \begin_layout Plain Layout
19106 sd
19107 \end_layout
19108
19109 \end_inset
19110 </cell>
19111 </row>
19112 </lyxtabular>
19113
19114 \end_inset
19115
19116
19117 \end_layout
19118
19119 \end_inset
19120
19121
19122 \end_layout
19123
19124 \begin_layout Standard
19125 Pour revenir à la couleur noire implicite, insérez la commande suivante
19126  en code \SpecialChar TeX
19127 , juste après le tableau ou le flottant de tableau :
19128 \end_layout
19129
19130 \begin_layout Standard
19131
19132 \series bold
19133
19134 \backslash
19135 renewcommand{
19136 \backslash
19137 hline}{
19138 \backslash
19139 myHlineC}
19140 \end_layout
19141
19142 \begin_layout Standard
19143 Le tableau
19144 \begin_inset space ~
19145 \end_inset
19146
19147
19148 \begin_inset CommandInset ref
19149 LatexCommand ref
19150 reference "tab:Tableau-avec-filets-colorés"
19151
19152 \end_inset
19153
19154  est un exemple avec des filets horizontaux et verticaux colorés.
19155 \end_layout
19156
19157 \begin_layout Standard
19158 \begin_inset Float table
19159 placement h
19160 wide false
19161 sideways false
19162 status open
19163
19164 \begin_layout Plain Layout
19165 \begin_inset Caption Standard
19166
19167 \begin_layout Plain Layout
19168 \begin_inset CommandInset label
19169 LatexCommand label
19170 name "tab:Tableau-avec-filets-colorés"
19171
19172 \end_inset
19173
19174 Tableau avec filets horizontaux et verticaux colorés
19175 \end_layout
19176
19177 \end_inset
19178
19179
19180 \end_layout
19181
19182 \begin_layout Plain Layout
19183 \align center
19184 \begin_inset Tabular
19185 <lyxtabular version="3" rows="3" columns="3">
19186 <features tabularvalignment="middle">
19187 <column alignment="center" valignment="top" special="Wc">
19188 <column alignment="center" valignment="top" special="Wc">
19189 <column alignment="center" valignment="top" special="WcW">
19190 <row>
19191 <cell alignment="center" valignment="top" topline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195 sd
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 <cell alignment="center" valignment="top" topline="true" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204
19205 \end_layout
19206
19207 \end_inset
19208 </cell>
19209 <cell alignment="center" valignment="top" topline="true" usebox="none">
19210 \begin_inset Text
19211
19212 \begin_layout Plain Layout
19213
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 </row>
19219 <row>
19220 <cell alignment="center" valignment="top" topline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" topline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 sd
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 <cell alignment="center" valignment="top" topline="true" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 </row>
19248 <row topspace="default">
19249 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19259 \begin_inset Text
19260
19261 \begin_layout Plain Layout
19262
19263 \end_layout
19264
19265 \end_inset
19266 </cell>
19267 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271 sd
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 </row>
19277 </lyxtabular>
19278
19279 \end_inset
19280
19281
19282 \end_layout
19283
19284 \end_inset
19285
19286
19287 \end_layout
19288
19289 \begin_layout Standard
19290 \begin_inset ERT
19291 status collapsed
19292
19293 \begin_layout Plain Layout
19294
19295
19296 \backslash
19297 renewcommand{
19298 \backslash
19299 hline}{
19300 \backslash
19301 myHlineC}
19302 \end_layout
19303
19304 \end_inset
19305
19306
19307 \end_layout
19308
19309 \begin_layout Standard
19310 \begin_inset ERT
19311 status collapsed
19312
19313 \begin_layout Plain Layout
19314
19315
19316 \backslash
19317 setlength{
19318 \backslash
19319 arrayrulewidth}{1.2pt}
19320 \end_layout
19321
19322 \end_inset
19323
19324
19325 \end_layout
19326
19327 \begin_layout Standard
19328 Pour mettre en couleur une partie des lignes seulement, une autre stratégie
19329  est nécessaire.
19330  Pour mettre en couleur toutes les lignes horizontales qui suivent une ligne
19331  donnée, insérer cette commande en mode \SpecialChar TeX
19332  en tant que dernière saisie dans
19333  la ligne qui doit précéder la première ligne colorée:
19334 \end_layout
19335
19336 \begin_layout Standard
19337
19338 \series bold
19339
19340 \backslash
19341
19342 \backslash
19343
19344 \backslash
19345 arrayrulecolor{blue}%
19346 \end_layout
19347
19348 \begin_layout Standard
19349 Pour revenir aux lignes noires, ajouter cette commande en tant que première
19350  saisie dans la ligne située au-dessus des lignes noires:
19351 \end_layout
19352
19353 \begin_layout Standard
19354
19355 \series bold
19356
19357 \backslash
19358 arrayrulecolor{black}
19359 \end_layout
19360
19361 \begin_layout Standard
19362 Avec ces commandes, il est possible d'obtenir des lignes colorées comme
19363  dans le tableau
19364 \begin_inset space ~
19365 \end_inset
19366
19367
19368 \begin_inset CommandInset ref
19369 LatexCommand ref
19370 reference "tab:Table-with-different-hor"
19371
19372 \end_inset
19373
19374 .
19375  Cependant, cette méthode ne permet pas de colorer la ligne située au-dessus
19376  de la première ligne du tableau.
19377 \end_layout
19378
19379 \begin_layout Standard
19380 \begin_inset Float table
19381 wide false
19382 sideways false
19383 status open
19384
19385 \begin_layout Plain Layout
19386 \begin_inset Caption Standard
19387
19388 \begin_layout Plain Layout
19389 \begin_inset CommandInset label
19390 LatexCommand label
19391 name "tab:Table-with-different-hor"
19392
19393 \end_inset
19394
19395 Tableau avec des lignes de couleurs différentes
19396 \end_layout
19397
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \begin_layout Plain Layout
19404 \align center
19405 \begin_inset Tabular
19406 <lyxtabular version="3" rows="6" columns="7">
19407 <features tabularvalignment="middle">
19408 <column alignment="center" valignment="top">
19409 <column alignment="center" valignment="top">
19410 <column alignment="center" valignment="top">
19411 <column alignment="center" valignment="top">
19412 <column alignment="center" valignment="top">
19413 <column alignment="center" valignment="top">
19414 <column alignment="center" valignment="top">
19415 <row>
19416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 <cell alignment="center" valignment="top" topline="true" usebox="none">
19426 \begin_inset Text
19427
19428 \begin_layout Plain Layout
19429
19430 \end_layout
19431
19432 \end_inset
19433 </cell>
19434 <cell alignment="center" valignment="top" topline="true" usebox="none">
19435 \begin_inset Text
19436
19437 \begin_layout Plain Layout
19438
19439 \end_layout
19440
19441 \end_inset
19442 </cell>
19443 <cell alignment="center" valignment="top" topline="true" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 <cell alignment="center" valignment="top" topline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 <cell alignment="center" valignment="top" topline="true" usebox="none">
19462 \begin_inset Text
19463
19464 \begin_layout Plain Layout
19465
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474 \begin_inset ERT
19475 status open
19476
19477 \begin_layout Plain Layout
19478
19479
19480 \backslash
19481
19482 \backslash
19483
19484 \backslash
19485 arrayrulecolor{blue}%
19486 \end_layout
19487
19488 \end_inset
19489
19490
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 </row>
19496 <row>
19497 <cell alignment="center" valignment="top" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501 Y
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19507 \begin_inset Text
19508
19509 \begin_layout Plain Layout
19510
19511 \end_layout
19512
19513 \end_inset
19514 </cell>
19515 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19516 \begin_inset Text
19517
19518 \begin_layout Plain Layout
19519
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537
19538 \end_layout
19539
19540 \end_inset
19541 </cell>
19542 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19543 \begin_inset Text
19544
19545 \begin_layout Plain Layout
19546
19547 \end_layout
19548
19549 \end_inset
19550 </cell>
19551 <cell alignment="center" valignment="top" usebox="none">
19552 \begin_inset Text
19553
19554 \begin_layout Plain Layout
19555 Y
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 </row>
19561 <row>
19562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19563 \begin_inset Text
19564
19565 \begin_layout Plain Layout
19566 \begin_inset ERT
19567 status open
19568
19569 \begin_layout Plain Layout
19570
19571
19572 \backslash
19573 arrayrulecolor{black}
19574 \end_layout
19575
19576 \end_inset
19577
19578
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell alignment="center" valignment="top" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 <cell alignment="center" valignment="top" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell alignment="center" valignment="top" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 <cell alignment="center" valignment="top" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 </row>
19638 <row>
19639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 <cell alignment="center" valignment="top" usebox="none">
19649 \begin_inset Text
19650
19651 \begin_layout Plain Layout
19652
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 <cell alignment="center" valignment="top" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Plain Layout
19661
19662 \end_layout
19663
19664 \end_inset
19665 </cell>
19666 <cell alignment="center" valignment="top" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670
19671 \end_layout
19672
19673 \end_inset
19674 </cell>
19675 <cell alignment="center" valignment="top" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679
19680 \end_layout
19681
19682 \end_inset
19683 </cell>
19684 <cell alignment="center" valignment="top" usebox="none">
19685 \begin_inset Text
19686
19687 \begin_layout Plain Layout
19688
19689 \end_layout
19690
19691 \end_inset
19692 </cell>
19693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697 \begin_inset ERT
19698 status collapsed
19699
19700 \begin_layout Plain Layout
19701
19702
19703 \backslash
19704
19705 \backslash
19706
19707 \backslash
19708 arrayrulecolor{green}%
19709 \end_layout
19710
19711 \end_inset
19712
19713
19714 \end_layout
19715
19716 \end_inset
19717 </cell>
19718 </row>
19719 <row>
19720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19721 \begin_inset Text
19722
19723 \begin_layout Plain Layout
19724
19725 \end_layout
19726
19727 \end_inset
19728 </cell>
19729 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19730 \begin_inset Text
19731
19732 \begin_layout Plain Layout
19733
19734 \end_layout
19735
19736 \end_inset
19737 </cell>
19738 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742
19743 \end_layout
19744
19745 \end_inset
19746 </cell>
19747 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Plain Layout
19751
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760
19761 \end_layout
19762
19763 \end_inset
19764 </cell>
19765 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Plain Layout
19769
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19775 \begin_inset Text
19776
19777 \begin_layout Plain Layout
19778
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 </row>
19784 <row>
19785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789 \begin_inset ERT
19790 status collapsed
19791
19792 \begin_layout Plain Layout
19793
19794
19795 \backslash
19796 arrayrulecolor{black}
19797 \end_layout
19798
19799 \end_inset
19800
19801 B
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837
19838 \end_layout
19839
19840 \end_inset
19841 </cell>
19842 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855 \begin_inset ERT
19856 status collapsed
19857
19858 \begin_layout Plain Layout
19859
19860
19861 \backslash
19862
19863 \backslash
19864
19865 \backslash
19866 arrayrulecolor{blue}%
19867 \end_layout
19868
19869 \end_inset
19870
19871
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 </row>
19877 </lyxtabular>
19878
19879 \end_inset
19880
19881
19882 \end_layout
19883
19884 \end_inset
19885
19886
19887 \end_layout
19888
19889 \begin_layout Standard
19890 Pour modifier la couleur des lignes verticales dans une ligne donnée, comme
19891  dans le tableau
19892 \begin_inset space ~
19893 \end_inset
19894
19895
19896 \begin_inset CommandInset ref
19897 LatexCommand ref
19898 reference "tab:Table-with-different-ver"
19899
19900 \end_inset
19901
19902 , il faut utiliser les multi-colonnes.
19903  D'abord, supprimer toutes les lignes verticales qui ne couvrent pas toute
19904  la colonne.
19905  Ensuite, colorer toutes les lignes via la commande:
19906 \end_layout
19907
19908 \begin_layout Standard
19909
19910 \series bold
19911
19912 \backslash
19913
19914 \backslash
19915
19916 \backslash
19917 arrayrulecolor{blue}%
19918 \end_layout
19919
19920 \begin_layout Standard
19921 comme vu plus haut.
19922  Enfin insérer la commande suivante en mode \SpecialChar TeX
19923  pour chaque cellule de la ligne
19924  qui nécessite une ligne verticale avec une couleur différente:
19925 \end_layout
19926
19927 \begin_layout Standard
19928
19929 \series bold
19930
19931 \backslash
19932 multicolumn{1}{!{
19933 \backslash
19934 color{green}
19935 \backslash
19936 vline}c!{
19937 \backslash
19938 color{red}
19939 \backslash
19940 vline}}{
19941 \end_layout
19942
19943 \begin_layout Standard
19944 Ceci ajoute une ligne verticale des deux côtés de la cellule: à gauche,
19945  une ligne verte, à droite, une ligne rouge.
19946  S'il n'est pas nécessaire de changer la couleur, il est possible d'éviter
19947  le mettre la commande 
19948 \series bold
19949
19950 \backslash
19951 color
19952 \series default
19953 .
19954  Pour obtenir par exemple une ligne noire à gauche et une ligne bleue à
19955  droite, on peut saisir:
19956 \end_layout
19957
19958 \begin_layout Standard
19959
19960 \series bold
19961
19962 \backslash
19963 multicolumn{1}{!{
19964 \backslash
19965 color{black}
19966 \backslash
19967 vline}c|}{
19968 \end_layout
19969
19970 \begin_layout Standard
19971 du fait que la couleur bleue était déjà choisie pour toutes les lignes.
19972  Le caractère | crée donc la ligne verticale tandis que
19973 \series bold
19974  
19975 \backslash
19976 vline
19977 \series default
19978  le fait quand 
19979 \series bold
19980
19981 \backslash
19982 color
19983 \series default
19984  est utilisée.
19985  Pour mettre des lignes verticales sans changer aucune couleur, utiliser
19986  la commande:
19987 \end_layout
19988
19989 \begin_layout Standard
19990
19991 \series bold
19992
19993 \backslash
19994 multicolumn{1}{|c|}{
19995 \end_layout
19996
19997 \begin_layout Standard
19998 Après cette commande saisir le contenu de la cellule comme d'habitude en
19999  ajoutant une accolade fermante 
20000 \series bold
20001 }
20002 \series default
20003  en code \SpecialChar TeX
20004 .
20005 \end_layout
20006
20007 \begin_layout Standard
20008 \begin_inset Float table
20009 wide false
20010 sideways false
20011 status open
20012
20013 \begin_layout Plain Layout
20014 \begin_inset Caption Standard
20015
20016 \begin_layout Plain Layout
20017 \begin_inset CommandInset label
20018 LatexCommand label
20019 name "tab:Table-with-different-ver"
20020
20021 \end_inset
20022
20023 Tableau avec différentes couleurs pour les lignes verticales dans une ligne.
20024 \end_layout
20025
20026 \end_inset
20027
20028
20029 \end_layout
20030
20031 \begin_layout Plain Layout
20032 \align center
20033 \begin_inset Tabular
20034 <lyxtabular version="3" rows="5" columns="7">
20035 <features tabularvalignment="middle">
20036 <column alignment="center" valignment="top">
20037 <column alignment="center" valignment="top">
20038 <column alignment="center" valignment="top">
20039 <column alignment="center" valignment="top">
20040 <column alignment="center" valignment="top">
20041 <column alignment="center" valignment="top">
20042 <column alignment="center" valignment="top">
20043 <row>
20044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20045 \begin_inset Text
20046
20047 \begin_layout Plain Layout
20048
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 <cell alignment="center" valignment="top" topline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 <cell alignment="center" valignment="top" topline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 <cell alignment="center" valignment="top" topline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 <cell alignment="center" valignment="top" topline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084
20085 \end_layout
20086
20087 \end_inset
20088 </cell>
20089 <cell alignment="center" valignment="top" topline="true" usebox="none">
20090 \begin_inset Text
20091
20092 \begin_layout Plain Layout
20093
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102 \begin_inset ERT
20103 status open
20104
20105 \begin_layout Plain Layout
20106
20107
20108 \backslash
20109
20110 \backslash
20111
20112 \backslash
20113 arrayrulecolor{red}%
20114 \end_layout
20115
20116 \end_inset
20117
20118
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 </row>
20124 <row>
20125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Plain Layout
20129 \begin_inset ERT
20130 status open
20131
20132 \begin_layout Plain Layout
20133
20134
20135 \backslash
20136 multicolumn{1}{!{
20137 \backslash
20138 color{black}
20139 \backslash
20140 vline}c|}{
20141 \end_layout
20142
20143 \end_inset
20144
20145 Y
20146 \begin_inset ERT
20147 status collapsed
20148
20149 \begin_layout Plain Layout
20150
20151 }
20152 \end_layout
20153
20154 \end_inset
20155
20156
20157 \end_layout
20158
20159 \end_inset
20160 </cell>
20161 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20162 \begin_inset Text
20163
20164 \begin_layout Plain Layout
20165
20166 \end_layout
20167
20168 \end_inset
20169 </cell>
20170 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20171 \begin_inset Text
20172
20173 \begin_layout Plain Layout
20174
20175 \end_layout
20176
20177 \end_inset
20178 </cell>
20179 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20189 \begin_inset Text
20190
20191 \begin_layout Plain Layout
20192
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20198 \begin_inset Text
20199
20200 \begin_layout Plain Layout
20201 \begin_inset ERT
20202 status open
20203
20204 \begin_layout Plain Layout
20205
20206
20207 \backslash
20208 multicolumn{1}{c|}{
20209 \end_layout
20210
20211 \end_inset
20212
20213
20214 \begin_inset ERT
20215 status collapsed
20216
20217 \begin_layout Plain Layout
20218
20219 }
20220 \end_layout
20221
20222 \end_inset
20223
20224
20225 \end_layout
20226
20227 \end_inset
20228 </cell>
20229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233 \begin_inset ERT
20234 status open
20235
20236 \begin_layout Plain Layout
20237
20238
20239 \backslash
20240 multicolumn{1}{c!{
20241 \backslash
20242 color{black}
20243 \backslash
20244 vline}}{
20245 \end_layout
20246
20247 \end_inset
20248
20249 Y
20250 \begin_inset ERT
20251 status collapsed
20252
20253 \begin_layout Plain Layout
20254
20255 }
20256 \end_layout
20257
20258 \end_inset
20259
20260
20261 \end_layout
20262
20263 \end_inset
20264 </cell>
20265 </row>
20266 <row>
20267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271 \begin_inset ERT
20272 status collapsed
20273
20274 \begin_layout Plain Layout
20275
20276
20277 \backslash
20278 arrayrulecolor{black}
20279 \end_layout
20280
20281 \end_inset
20282
20283
20284 \end_layout
20285
20286 \end_inset
20287 </cell>
20288 <cell alignment="center" valignment="top" usebox="none">
20289 \begin_inset Text
20290
20291 \begin_layout Plain Layout
20292
20293 \end_layout
20294
20295 \end_inset
20296 </cell>
20297 <cell alignment="center" valignment="top" usebox="none">
20298 \begin_inset Text
20299
20300 \begin_layout Plain Layout
20301
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 <cell alignment="center" valignment="top" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 <cell alignment="center" valignment="top" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 <cell alignment="center" valignment="top" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337 \begin_inset ERT
20338 status collapsed
20339
20340 \begin_layout Plain Layout
20341
20342
20343 \backslash
20344
20345 \backslash
20346
20347 \backslash
20348 arrayrulecolor{magenta}%
20349 \end_layout
20350
20351 \end_inset
20352
20353
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 </row>
20359 <row>
20360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364 \begin_inset ERT
20365 status collapsed
20366
20367 \begin_layout Plain Layout
20368
20369
20370 \backslash
20371 multicolumn{1}{|c!{
20372 \backslash
20373 color{red}
20374 \backslash
20375 vline}}{
20376 \end_layout
20377
20378 \end_inset
20379
20380
20381 \begin_inset ERT
20382 status collapsed
20383
20384 \begin_layout Plain Layout
20385
20386 }
20387 \end_layout
20388
20389 \end_inset
20390
20391
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20397 \begin_inset Text
20398
20399 \begin_layout Plain Layout
20400 \begin_inset ERT
20401 status collapsed
20402
20403 \begin_layout Plain Layout
20404
20405
20406 \backslash
20407 multicolumn{1}{c!{
20408 \backslash
20409 color{green}
20410 \backslash
20411 vline}}{
20412 \end_layout
20413
20414 \end_inset
20415
20416
20417 \begin_inset ERT
20418 status collapsed
20419
20420 \begin_layout Plain Layout
20421
20422 }
20423 \end_layout
20424
20425 \end_inset
20426
20427
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436 \begin_inset ERT
20437 status collapsed
20438
20439 \begin_layout Plain Layout
20440
20441
20442 \backslash
20443 multicolumn{1}{c!{
20444 \backslash
20445 color{yellow}
20446 \backslash
20447 vline}}{
20448 \end_layout
20449
20450 \end_inset
20451
20452
20453 \begin_inset ERT
20454 status collapsed
20455
20456 \begin_layout Plain Layout
20457
20458 }
20459 \end_layout
20460
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20469 \begin_inset Text
20470
20471 \begin_layout Plain Layout
20472 \begin_inset ERT
20473 status collapsed
20474
20475 \begin_layout Plain Layout
20476
20477
20478 \backslash
20479 multicolumn{1}{c!{
20480 \backslash
20481 color{blue}
20482 \backslash
20483 vline}}{
20484 \end_layout
20485
20486 \end_inset
20487
20488
20489 \begin_inset ERT
20490 status collapsed
20491
20492 \begin_layout Plain Layout
20493
20494 }
20495 \end_layout
20496
20497 \end_inset
20498
20499
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508 \begin_inset ERT
20509 status collapsed
20510
20511 \begin_layout Plain Layout
20512
20513
20514 \backslash
20515 multicolumn{1}{c!{
20516 \backslash
20517 color{cyan}
20518 \backslash
20519 vline}}{
20520 \end_layout
20521
20522 \end_inset
20523
20524
20525 \begin_inset ERT
20526 status collapsed
20527
20528 \begin_layout Plain Layout
20529
20530 }
20531 \end_layout
20532
20533 \end_inset
20534
20535
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20541 \begin_inset Text
20542
20543 \begin_layout Plain Layout
20544 \begin_inset ERT
20545 status collapsed
20546
20547 \begin_layout Plain Layout
20548
20549
20550 \backslash
20551 multicolumn{1}{c!{
20552 \backslash
20553 color{black}
20554 \backslash
20555 vline}}{
20556 \end_layout
20557
20558 \end_inset
20559
20560
20561 \begin_inset ERT
20562 status collapsed
20563
20564 \begin_layout Plain Layout
20565
20566 }
20567 \end_layout
20568
20569 \end_inset
20570
20571
20572 \end_layout
20573
20574 \end_inset
20575 </cell>
20576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20577 \begin_inset Text
20578
20579 \begin_layout Plain Layout
20580 \begin_inset ERT
20581 status collapsed
20582
20583 \begin_layout Plain Layout
20584
20585
20586 \backslash
20587 multicolumn{1}{c|}{
20588 \end_layout
20589
20590 \end_inset
20591
20592
20593 \begin_inset ERT
20594 status collapsed
20595
20596 \begin_layout Plain Layout
20597
20598 }
20599 \end_layout
20600
20601 \end_inset
20602
20603
20604 \end_layout
20605
20606 \end_inset
20607 </cell>
20608 </row>
20609 <row>
20610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20611 \begin_inset Text
20612
20613 \begin_layout Plain Layout
20614 \begin_inset ERT
20615 status collapsed
20616
20617 \begin_layout Plain Layout
20618
20619
20620 \backslash
20621 arrayrulecolor{black}
20622 \end_layout
20623
20624 \end_inset
20625
20626 B
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20632 \begin_inset Text
20633
20634 \begin_layout Plain Layout
20635
20636 \end_layout
20637
20638 \end_inset
20639 </cell>
20640 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20641 \begin_inset Text
20642
20643 \begin_layout Plain Layout
20644
20645 \end_layout
20646
20647 \end_inset
20648 </cell>
20649 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653
20654 \end_layout
20655
20656 \end_inset
20657 </cell>
20658 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671
20672 \end_layout
20673
20674 \end_inset
20675 </cell>
20676 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20677 \begin_inset Text
20678
20679 \begin_layout Plain Layout
20680
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 </row>
20686 </lyxtabular>
20687
20688 \end_inset
20689
20690
20691 \end_layout
20692
20693 \end_inset
20694
20695
20696 \end_layout
20697
20698 \begin_layout Standard
20699 \begin_inset ERT
20700 status collapsed
20701
20702 \begin_layout Plain Layout
20703
20704
20705 \backslash
20706 setlength{
20707 \backslash
20708 arrayrulewidth}{0.4pt}
20709 \end_layout
20710
20711 \end_inset
20712
20713
20714 \end_layout
20715
20716 \begin_layout Section
20717 Pivotement des cellules
20718 \begin_inset CommandInset label
20719 LatexCommand label
20720 name "sec:Pivotement-des-cellules"
20721
20722 \end_inset
20723
20724
20725 \begin_inset Index idx
20726 status collapsed
20727
20728 \begin_layout Plain Layout
20729 Tableau ! Pivotement des cellules
20730 \end_layout
20731
20732 \end_inset
20733
20734
20735 \begin_inset Index idx
20736 status collapsed
20737
20738 \begin_layout Plain Layout
20739 Pivoter des objets
20740 \end_layout
20741
20742 \end_inset
20743
20744
20745 \end_layout
20746
20747 \begin_layout Standard
20748 \begin_inset Note Greyedout
20749 status open
20750
20751 \begin_layout Plain Layout
20752
20753 \series bold
20754 Nota:
20755 \series default
20756  toutes les visionneuses DVI n'affichent pas les rotations.
20757 \end_layout
20758
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \begin_layout Standard
20765 Le tableau
20766 \begin_inset space ~
20767 \end_inset
20768
20769
20770 \begin_inset CommandInset ref
20771 LatexCommand ref
20772 reference "tab:Tableau-incluant-des"
20773
20774 \end_inset
20775
20776  est un exemple dans lequel 3 cellules pivotent de 45
20777 \begin_inset space \thinspace{}
20778 \end_inset
20779
20780 °.
20781 \end_layout
20782
20783 \begin_layout Standard
20784 \begin_inset Float table
20785 placement h
20786 wide false
20787 sideways false
20788 status open
20789
20790 \begin_layout Plain Layout
20791 \begin_inset Caption Standard
20792
20793 \begin_layout Plain Layout
20794 \begin_inset CommandInset label
20795 LatexCommand label
20796 name "tab:Tableau-incluant-des"
20797
20798 \end_inset
20799
20800 Tableau incluant des cellules pivotées dans la première ligne.
20801 \end_layout
20802
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \begin_layout Plain Layout
20809 \noindent
20810 \align center
20811 \begin_inset Tabular
20812 <lyxtabular version="3" rows="2" columns="3">
20813 <features tabularvalignment="middle">
20814 <column alignment="center" valignment="top" width="0pt">
20815 <column alignment="center" valignment="top" width="0pt">
20816 <column alignment="center" valignment="top" width="0pt">
20817 <row>
20818 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20819 \begin_inset Text
20820
20821 \begin_layout Plain Layout
20822 soucoupes
20823 \end_layout
20824
20825 \end_inset
20826 </cell>
20827 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Plain Layout
20831 assiettes
20832 \end_layout
20833
20834 \end_inset
20835 </cell>
20836 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840 plats
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 </row>
20846 <row>
20847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851 45
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20857 \begin_inset Text
20858
20859 \begin_layout Plain Layout
20860 33
20861 \end_layout
20862
20863 \end_inset
20864 </cell>
20865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20866 \begin_inset Text
20867
20868 \begin_layout Plain Layout
20869 21
20870 \end_layout
20871
20872 \end_inset
20873 </cell>
20874 </row>
20875 </lyxtabular>
20876
20877 \end_inset
20878
20879
20880 \end_layout
20881
20882 \end_inset
20883
20884
20885 \end_layout
20886
20887 \begin_layout Standard
20888 \begin_inset Note Greyedout
20889 status open
20890
20891 \begin_layout Plain Layout
20892
20893 \series bold
20894 Nota:
20895 \series default
20896  les ruptures de ligne (raccourci 
20897 \begin_inset Info
20898 type  "shortcut"
20899 arg   "newline-insert newline"
20900 \end_inset
20901
20902 ) ne sont pas autorisées dans les cellules pivotées
20903 \end_layout
20904
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \begin_layout Standard
20911 Si vous voulez faire pivoter des cellules avec des ruptures de ligne, il
20912  faut encapsuler le contenu de la cellule dans une minipage ou une parbox.
20913 \begin_inset Foot
20914 status collapsed
20915
20916 \begin_layout Plain Layout
20917 Pour en savoir plus sur ces boîtes, voir les sections
20918 \begin_inset space ~
20919 \end_inset
20920
20921
20922 \begin_inset CommandInset ref
20923 LatexCommand ref
20924 reference "sec:Minipages"
20925
20926 \end_inset
20927
20928  et 
20929 \begin_inset CommandInset ref
20930 LatexCommand ref
20931 reference "sec:Parboxes"
20932
20933 \end_inset
20934
20935 .
20936 \end_layout
20937
20938 \end_inset
20939
20940  Si vous faites pivoter cette cellule de 90°, la largeur de la boîte est
20941  la hauteur de la cellule.
20942  Le tableau
20943 \begin_inset space ~
20944 \end_inset
20945
20946
20947 \begin_inset CommandInset ref
20948 LatexCommand ref
20949 reference "tab:Tableau-incluant-une"
20950
20951 \end_inset
20952
20953  donne un exemple d'une cellule multi-lignes où la largeur de boîte a été
20954  réglée à 3
20955 \begin_inset space \thinspace{}
20956 \end_inset
20957
20958 cm.
20959 \end_layout
20960
20961 \begin_layout Standard
20962 \begin_inset Float table
20963 placement h
20964 wide false
20965 sideways false
20966 status open
20967
20968 \begin_layout Plain Layout
20969 \begin_inset Caption Standard
20970
20971 \begin_layout Plain Layout
20972 \begin_inset CommandInset label
20973 LatexCommand label
20974 name "tab:Tableau-incluant-une"
20975
20976 \end_inset
20977
20978 Tableau incluant une cellule multi-lignes pivotée.
20979 \end_layout
20980
20981 \end_inset
20982
20983
20984 \end_layout
20985
20986 \begin_layout Plain Layout
20987 \noindent
20988 \align center
20989 \begin_inset Tabular
20990 <lyxtabular version="3" rows="2" columns="3">
20991 <features tabularvalignment="middle">
20992 <column alignment="center" valignment="top">
20993 <column alignment="center" valignment="top" width="0pt">
20994 <column alignment="center" valignment="top">
20995 <row>
20996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20997 \begin_inset Text
20998
20999 \begin_layout Plain Layout
21000 a
21001 \end_layout
21002
21003 \end_inset
21004 </cell>
21005 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
21006 \begin_inset Text
21007
21008 \begin_layout Plain Layout
21009 \begin_inset Box Frameless
21010 position "t"
21011 hor_pos "c"
21012 has_inner_box 1
21013 inner_pos "t"
21014 use_parbox 0
21015 use_makebox 0
21016 width "3cm"
21017 special "none"
21018 height "1in"
21019 height_special "totalheight"
21020 thickness "0.4pt"
21021 separation "3pt"
21022 shadowsize "4pt"
21023 framecolor "black"
21024 backgroundcolor "none"
21025 status open
21026
21027 \begin_layout Plain Layout
21028 cellule pivotée
21029 \begin_inset Newline newline
21030 \end_inset
21031
21032 avec saut de ligne
21033 \end_layout
21034
21035 \end_inset
21036
21037
21038 \end_layout
21039
21040 \end_inset
21041 </cell>
21042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046 e
21047 \end_layout
21048
21049 \end_inset
21050 </cell>
21051 </row>
21052 <row>
21053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057 b
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066 c
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21072 \begin_inset Text
21073
21074 \begin_layout Plain Layout
21075 d
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 </row>
21081 </lyxtabular>
21082
21083 \end_inset
21084
21085
21086 \end_layout
21087
21088 \end_inset
21089
21090
21091 \end_layout
21092
21093 \begin_layout Section
21094 Calcul de la largeur du tableau
21095 \begin_inset CommandInset label
21096 LatexCommand label
21097 name "sec:Table-Width-Calculation"
21098
21099 \end_inset
21100
21101
21102 \end_layout
21103
21104 \begin_layout Standard
21105 Pour les tableaux un peu larges il est parfois difficile de garantir que
21106  le tableau ne déborde pas dans la marge.
21107  Fixer une largeur pour chaque colonne est une solution, mais quelle est
21108  la valeur à donner à chacune?
21109 \end_layout
21110
21111 \begin_layout Standard
21112 La largeur du tableau 
21113 \begin_inset Formula $L_{\mathrm{tableau}}$
21114 \end_inset
21115
21116  peut se calculer précisément: chaque colonne contribue pour sa largeur
21117  propre 
21118 \begin_inset Formula $L_{\mathrm{colonne}}$
21119 \end_inset
21120
21121  (que le contenu est autorisé à occuper), plus deux fois la largeur de la
21122  séparation entre le contenu de la colonne et sa bordure (la longueur \SpecialChar LaTeX
21123
21124 \series bold
21125  
21126 \backslash
21127 tabcolsep
21128 \series default
21129 , implicitement 6
21130 \begin_inset space \thinspace{}
21131 \end_inset
21132
21133 pt), plus la largeur du filet de bordure (la longueur \SpecialChar LaTeX
21134  
21135 \series bold
21136
21137 \backslash
21138 arrayrulewidth
21139 \series default
21140 , implicitement 0.4
21141 \begin_inset space \thinspace{}
21142 \end_inset
21143
21144 pt).
21145  Donc si les 
21146 \begin_inset Formula $n$
21147 \end_inset
21148
21149
21150 \begin_inset space ~
21151 \end_inset
21152
21153 colonnes ont la même largeur, la largeur du tableau est
21154 \begin_inset Formula 
21155 \begin{equation}
21156 L_{\mathrm{tableau}}=n\left(L_{\mathrm{colonne}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
21157 \end{equation}
21158
21159 \end_inset
21160
21161
21162 \end_layout
21163
21164 \begin_layout Standard
21165 La largeur disponible pour placer un tableau est la distance entre les marges
21166  de la page ou la largeur de la colonne de texte (pour un document présenté
21167  sur 2 colonnes), c'est-à-dire la longueur \SpecialChar LaTeX
21168  
21169 \series bold
21170
21171 \backslash
21172 columnwidth
21173 \series default
21174 .
21175  Si toutes le colonnes ont la même largeur et que 
21176 \begin_inset Formula $L_{\mathrm{tableau}}$
21177 \end_inset
21178
21179  doit valoir 1
21180 \begin_inset space \thinspace{}
21181 \end_inset
21182
21183
21184 \backslash
21185 columnwidth, 
21186 \begin_inset Formula $L_{\mathrm{colonne}}$
21187 \end_inset
21188
21189  se calcule facilement.
21190 \end_layout
21191
21192 \begin_layout Standard
21193 Pour pouvoir faire des calculs, il faut charger le paquetage \SpecialChar LaTeX
21194  
21195 \series bold
21196 calc
21197 \series default
21198
21199 \begin_inset Index idx
21200 status collapsed
21201
21202 \begin_layout Plain Layout
21203 Paquetages \SpecialChar LaTeX
21204  ! calc
21205 \end_layout
21206
21207 \end_inset
21208
21209  dans le préambule du document.
21210  Pour fixer la largeur d'une colonne dans la fenêtre de dialogue du tableau,
21211  il faut utiliser le champ
21212 \family sans
21213  Argument \SpecialChar LaTeX
21214
21215 \family default
21216 .
21217  Le principe des commandes qui peuvent être saisies dans ce champ est celui
21218  qui est expliqué dans la section
21219 \begin_inset space ~
21220 \end_inset
21221
21222
21223 \begin_inset CommandInset ref
21224 LatexCommand ref
21225 reference "subsec:Calculs-multicolonnes"
21226
21227 \end_inset
21228
21229 .
21230  Pour un tableau avec 5 colonnes de largeur identique et un texte centré,
21231  saisir pour chaque colonne la commande
21232 \end_layout
21233
21234 \begin_layout Standard
21235
21236 \series bold
21237 >{
21238 \backslash
21239 centering}p{(1
21240 \backslash
21241 columnwidth-62.4pt)/5}
21242 \end_layout
21243
21244 \begin_layout Standard
21245 Pour un tableau avec 5 colonnes dont deux de largeur 0.75
21246 \begin_inset space ~
21247 \end_inset
21248
21249 fois celle des 3 autres, le calcul est le suivant:
21250 \end_layout
21251
21252 \begin_layout Standard
21253 \begin_inset Formula 
21254 \begin{align}
21255 \backslash\mbox{columnwidth} & =3\,L_{\mathrm{colonne}}+2\cdot0.75\,L_{\mathrm{colonne}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21256  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21257  & =4.5\,L_{\mathrm{colonne}}+62.4\,\mathrm{pt}\nonumber \\
21258 L_{\mathrm{colonne}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
21259 \end{align}
21260
21261 \end_inset
21262
21263
21264 \end_layout
21265
21266 \begin_layout Standard
21267 Par conséquent, dans le tableau, la commande
21268 \end_layout
21269
21270 \begin_layout Standard
21271
21272 \series bold
21273 >{
21274 \backslash
21275 centering}p{(1
21276 \backslash
21277 columnwidth-62.4pt)/
21278 \backslash
21279 real{4.5}}
21280 \end_layout
21281
21282 \begin_layout Standard
21283 est utilisée pour les colonnes les plus larges, et la commande
21284 \end_layout
21285
21286 \begin_layout Standard
21287
21288 \series bold
21289 >{
21290 \backslash
21291 centering}p{(1
21292 \backslash
21293 columnwidth-62.4pt)/
21294 \backslash
21295 real{4.5}*
21296 \backslash
21297 real{0.75}}
21298 \end_layout
21299
21300 \begin_layout Standard
21301 est utilisée pour les plus étroites:
21302 \end_layout
21303
21304 \begin_layout Standard
21305 \begin_inset Tabular
21306 <lyxtabular version="3" rows="2" columns="5">
21307 <features tabularvalignment="middle">
21308 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21309 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21310 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21311 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21312 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21313 <row>
21314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318 1
21319 \end_layout
21320
21321 \end_inset
21322 </cell>
21323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327 2
21328 \end_layout
21329
21330 \end_inset
21331 </cell>
21332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21333 \begin_inset Text
21334
21335 \begin_layout Plain Layout
21336 3
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345 4
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21351 \begin_inset Text
21352
21353 \begin_layout Plain Layout
21354 5
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 </row>
21360 <row>
21361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21362 \begin_inset Text
21363
21364 \begin_layout Plain Layout
21365 111111 1111111 111111 111111111 11111 11111 1111
21366 \end_layout
21367
21368 \end_inset
21369 </cell>
21370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374
21375 \end_layout
21376
21377 \end_inset
21378 </cell>
21379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383 2222 22222 222222 222222222 2222222 22 22222
21384 \end_layout
21385
21386 \end_inset
21387 </cell>
21388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21398 \begin_inset Text
21399
21400 \begin_layout Plain Layout
21401 333333 333333 333333 33333 3333333 333
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 </row>
21407 </lyxtabular>
21408
21409 \end_inset
21410
21411
21412 \end_layout
21413
21414 \begin_layout Section
21415 Personnalisation des tableaux
21416 \begin_inset Index idx
21417 status collapsed
21418
21419 \begin_layout Plain Layout
21420 Tableau ! Personnalisation
21421 \end_layout
21422
21423 \end_inset
21424
21425
21426 \begin_inset Index idx
21427 status collapsed
21428
21429 \begin_layout Plain Layout
21430 Personnalisation des tableaux
21431 \end_layout
21432
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \begin_layout Subsection
21439 Espacement des lignes
21440 \begin_inset CommandInset label
21441 LatexCommand label
21442 name "subsec:Espacement-lignes"
21443
21444 \end_inset
21445
21446
21447 \begin_inset Index idx
21448 status collapsed
21449
21450 \begin_layout Plain Layout
21451 Personnalisation des tableaux ! Espacement des lignes
21452 \end_layout
21453
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \begin_layout Standard
21460 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
21461  l'onglet 
21462 \family sans
21463 Bordures
21464 \family default
21465  de la fenêtre de dialogue 
21466 \family sans
21467 Paramètres
21468 \begin_inset space ~
21469 \end_inset
21470
21471 du
21472 \begin_inset space ~
21473 \end_inset
21474
21475 tableau
21476 \family default
21477 .
21478  Vous y trouverez trois possibilités :
21479 \end_layout
21480
21481 \begin_layout Description
21482 Haut
21483 \begin_inset space ~
21484 \end_inset
21485
21486 de
21487 \begin_inset space ~
21488 \end_inset
21489
21490 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
21491  Si le tableau est un tableau formel
21492 \begin_inset Foot
21493 status collapsed
21494
21495 \begin_layout Plain Layout
21496 Les tableaux formels sont décrits dans la section
21497 \begin_inset space ~
21498 \end_inset
21499
21500
21501 \begin_inset CommandInset ref
21502 LatexCommand ref
21503 reference "sec:Tableaux-Formels"
21504
21505 \end_inset
21506
21507 .
21508 \end_layout
21509
21510 \end_inset
21511
21512  \SpecialChar LyX
21513  va insérer implicitement un espace de 0.5
21514 \begin_inset space \thinspace{}
21515 \end_inset
21516
21517 em.
21518  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
21519  les filets verticaux comme dans le tableau suivant :
21520 \begin_inset VSpace medskip
21521 \end_inset
21522
21523
21524 \begin_inset Newline newline
21525 \end_inset
21526
21527
21528 \begin_inset space \hspace*{}
21529 \length 0pt
21530 \end_inset
21531
21532
21533 \begin_inset space \hfill{}
21534 \end_inset
21535
21536
21537 \begin_inset Tabular
21538 <lyxtabular version="3" rows="3" columns="1">
21539 <features tabularvalignment="middle">
21540 <column alignment="center" valignment="top">
21541 <row>
21542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546 A
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 </row>
21552 <row topspace="3mm">
21553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557 espace de 3
21558 \begin_inset space \thinspace{}
21559 \end_inset
21560
21561 mm en haut de la ligne
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 </row>
21567 <row>
21568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572 C
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 </row>
21578 </lyxtabular>
21579
21580 \end_inset
21581
21582
21583 \begin_inset space \hfill{}
21584 \end_inset
21585
21586
21587 \begin_inset space \hspace*{}
21588 \length 0pt
21589 \end_inset
21590
21591
21592 \begin_inset VSpace medskip
21593 \end_inset
21594
21595
21596 \begin_inset Newline newline
21597 \end_inset
21598
21599 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
21600  pas de filets verticaux.
21601 \end_layout
21602
21603 \begin_layout Description
21604 Bas
21605 \begin_inset space ~
21606 \end_inset
21607
21608 de
21609 \begin_inset space ~
21610 \end_inset
21611
21612 ligne va ajouter de l'espace sous les caractères de la ligne.
21613  Si le tableau est un tableau formel \SpecialChar LyX
21614  va insérer implicitement un espace
21615  de 0.5
21616 \begin_inset space \thinspace{}
21617 \end_inset
21618
21619 em, pour les tableaux normaux, l'espace implicite est de 2
21620 \begin_inset space \thinspace{}
21621 \end_inset
21622
21623 pt.
21624 \end_layout
21625
21626 \begin_layout Description
21627 Entre
21628 \begin_inset space ~
21629 \end_inset
21630
21631 les
21632 \begin_inset space ~
21633 \end_inset
21634
21635 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
21636  Si le tableau est un tableau formel \SpecialChar LyX
21637  va insérer implicitement un espace
21638  de 0.5
21639 \begin_inset space \thinspace{}
21640 \end_inset
21641
21642 em.
21643  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
21644  les filets verticaux comme dans le tableau suivant :
21645 \begin_inset VSpace medskip
21646 \end_inset
21647
21648
21649 \begin_inset Newline newline
21650 \end_inset
21651
21652
21653 \begin_inset space \hspace*{}
21654 \length 0pt
21655 \end_inset
21656
21657
21658 \begin_inset space \hfill{}
21659 \end_inset
21660
21661
21662 \begin_inset Tabular
21663 <lyxtabular version="3" rows="3" columns="1">
21664 <features tabularvalignment="middle">
21665 <column alignment="center" valignment="top">
21666 <row>
21667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671 A
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 </row>
21677 <row interlinespace="3mm">
21678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682 \begin_inset Formula $\downarrow$
21683 \end_inset
21684
21685  espace de 3
21686 \begin_inset space \thinspace{}
21687 \end_inset
21688
21689 mm entre les lignes 
21690 \begin_inset Formula $\downarrow$
21691 \end_inset
21692
21693
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 </row>
21699 <row>
21700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704 \begin_inset Formula $\uparrow$
21705 \end_inset
21706
21707  espace de 3
21708 \begin_inset space \thinspace{}
21709 \end_inset
21710
21711 mm entre les lignes 
21712 \begin_inset Formula $\uparrow$
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 </row>
21721 </lyxtabular>
21722
21723 \end_inset
21724
21725
21726 \begin_inset space \hfill{}
21727 \end_inset
21728
21729
21730 \begin_inset space \hspace*{}
21731 \length 0pt
21732 \end_inset
21733
21734
21735 \begin_inset VSpace medskip
21736 \end_inset
21737
21738
21739 \begin_inset Newline newline
21740 \end_inset
21741
21742 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
21743  pas de filets verticaux.
21744 \end_layout
21745
21746 \begin_layout Standard
21747 \begin_inset VSpace bigskip
21748 \end_inset
21749
21750 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
21751  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
21752  dans le préambule :
21753 \end_layout
21754
21755 \begin_layout Standard
21756
21757 \series bold
21758
21759 \backslash
21760 @ifundefined{extrarowheight}
21761 \begin_inset Newline newline
21762 \end_inset
21763
21764
21765 \begin_inset Phantom HPhantom
21766 status open
21767
21768 \begin_layout Plain Layout
21769
21770 \series bold
21771 \begin_inset space ~
21772 \end_inset
21773
21774
21775 \end_layout
21776
21777 \end_inset
21778
21779 {
21780 \backslash
21781 usepackage{array}}{}
21782 \begin_inset Newline newline
21783 \end_inset
21784
21785
21786 \backslash
21787 setlength{
21788 \backslash
21789 extrarowheight}{height}
21790 \end_layout
21791
21792 \begin_layout Standard
21793 Mais ceci présente le défaut que le texte des cellules de tableau n'est
21794  plus exactement centré verticalement.
21795  (le paquetage 
21796 \series bold
21797 array 
21798 \series default
21799 sera chargé automatiquement par \SpecialChar LyX
21800  quand vous utilisez des formats de tableaux
21801  auto-définis.
21802  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
21803  
21804 \series bold
21805
21806 \backslash
21807 @ifundefined
21808 \series default
21809  dans la commande précédente.)
21810 \end_layout
21811
21812 \begin_layout Standard
21813 Si vous utilisez des polices de taille plus grande que la taille normale,
21814  les bordures des tableaux sont souvent trop proches du texte.
21815  On peut corriger ce problème en insérant la commande 
21816 \series bold
21817
21818 \begin_inset space \space{}
21819 \end_inset
21820
21821
21822 \backslash
21823 strut
21824 \series default
21825  en code \SpecialChar TeX
21826  au debut d'une ligne du tableau.
21827  Le tableau
21828 \begin_inset space ~
21829 \end_inset
21830
21831
21832 \begin_inset CommandInset ref
21833 LatexCommand ref
21834 reference "tab:Alignement-vertical"
21835
21836 \end_inset
21837
21838  montre l'effet de cette commande.
21839 \end_layout
21840
21841 \begin_layout Standard
21842 \noindent
21843 \begin_inset Float table
21844 placement h
21845 wide false
21846 sideways false
21847 status open
21848
21849 \begin_layout Plain Layout
21850 \begin_inset Caption Standard
21851
21852 \begin_layout Plain Layout
21853 \begin_inset CommandInset label
21854 LatexCommand label
21855 name "tab:Alignement-vertical"
21856
21857 \end_inset
21858
21859 Alignement vertical d'un texte avec une police de grande taille.
21860 \end_layout
21861
21862 \end_inset
21863
21864
21865 \end_layout
21866
21867 \begin_layout Plain Layout
21868 \begin_inset space \hfill{}
21869 \end_inset
21870
21871
21872 \begin_inset Float table
21873 wide false
21874 sideways false
21875 status collapsed
21876
21877 \begin_layout Plain Layout
21878 \begin_inset Caption Standard
21879
21880 \begin_layout Plain Layout
21881 Tableau normal.
21882 \end_layout
21883
21884 \end_inset
21885
21886
21887 \end_layout
21888
21889 \begin_layout Plain Layout
21890 \noindent
21891 \align center
21892 \begin_inset Tabular
21893 <lyxtabular version="3" rows="6" columns="1">
21894 <features tabularvalignment="middle">
21895 <column alignment="left" valignment="top">
21896 <row>
21897 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 Normal, g
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 </row>
21907 <row>
21908 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21909 \begin_inset Text
21910
21911 \begin_layout Plain Layout
21912
21913 \size large
21914 Large
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 </row>
21920 <row>
21921 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925
21926 \size larger
21927 Larger
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 </row>
21933 <row>
21934 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938
21939 \size largest
21940 Largest
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 </row>
21946 <row>
21947 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951
21952 \size huge
21953 Huge
21954 \end_layout
21955
21956 \end_inset
21957 </cell>
21958 </row>
21959 <row>
21960 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21961 \begin_inset Text
21962
21963 \begin_layout Plain Layout
21964
21965 \size huge
21966 Huger
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 </row>
21972 </lyxtabular>
21973
21974 \end_inset
21975
21976
21977 \end_layout
21978
21979 \end_inset
21980
21981
21982 \begin_inset space \hfill{}
21983 \end_inset
21984
21985
21986 \begin_inset Float table
21987 wide false
21988 sideways false
21989 status collapsed
21990
21991 \begin_layout Plain Layout
21992 \begin_inset Caption Standard
21993
21994 \begin_layout Plain Layout
21995 Tableau utilisant la commande 
21996 \series bold
21997
21998 \backslash
21999 strut
22000 \series default
22001 .
22002 \end_layout
22003
22004 \end_inset
22005
22006
22007 \end_layout
22008
22009 \begin_layout Plain Layout
22010 \noindent
22011 \align center
22012 \begin_inset Tabular
22013 <lyxtabular version="3" rows="6" columns="1">
22014 <features tabularvalignment="middle">
22015 <column alignment="left" valignment="top">
22016 <row>
22017 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021 Normal, g
22022 \end_layout
22023
22024 \end_inset
22025 </cell>
22026 </row>
22027 <row>
22028 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032
22033 \size large
22034 \begin_inset ERT
22035 status collapsed
22036
22037 \begin_layout Plain Layout
22038
22039
22040 \backslash
22041 strut 
22042 \end_layout
22043
22044 \end_inset
22045
22046 Large
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 </row>
22052 <row>
22053 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057
22058 \size larger
22059 \begin_inset ERT
22060 status collapsed
22061
22062 \begin_layout Plain Layout
22063
22064
22065 \backslash
22066 strut 
22067 \end_layout
22068
22069 \end_inset
22070
22071 Larger
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 </row>
22077 <row>
22078 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082
22083 \size largest
22084 \begin_inset ERT
22085 status collapsed
22086
22087 \begin_layout Plain Layout
22088
22089
22090 \backslash
22091 strut 
22092 \end_layout
22093
22094 \end_inset
22095
22096 Largest
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 </row>
22102 <row>
22103 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107
22108 \size huge
22109 \begin_inset ERT
22110 status collapsed
22111
22112 \begin_layout Plain Layout
22113
22114
22115 \backslash
22116 strut 
22117 \end_layout
22118
22119 \end_inset
22120
22121 Huge
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 </row>
22127 <row>
22128 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22129 \begin_inset Text
22130
22131 \begin_layout Plain Layout
22132
22133 \size giant
22134 \begin_inset ERT
22135 status collapsed
22136
22137 \begin_layout Plain Layout
22138
22139
22140 \backslash
22141 strut 
22142 \end_layout
22143
22144 \end_inset
22145
22146
22147 \size huge
22148 Huger
22149 \end_layout
22150
22151 \end_inset
22152 </cell>
22153 </row>
22154 </lyxtabular>
22155
22156 \end_inset
22157
22158
22159 \end_layout
22160
22161 \end_inset
22162
22163
22164 \begin_inset space \hfill{}
22165 \end_inset
22166
22167
22168 \end_layout
22169
22170 \end_inset
22171
22172
22173 \end_layout
22174
22175 \begin_layout Standard
22176 \begin_inset Newpage newpage
22177 \end_inset
22178
22179
22180 \end_layout
22181
22182 \begin_layout Subsection
22183 Alignements de cellules spéciaux
22184 \begin_inset CommandInset label
22185 LatexCommand label
22186 name "subsec:Alignements-de-cellules"
22187
22188 \end_inset
22189
22190
22191 \begin_inset Index idx
22192 status collapsed
22193
22194 \begin_layout Plain Layout
22195 Personnalisation des tableaux ! Alignement de cellules spéciaux
22196 \end_layout
22197
22198 \end_inset
22199
22200
22201 \end_layout
22202
22203 \begin_layout Standard
22204 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
22205  cellules sur un caractère donné, par exemple le séparateur décimal comme
22206  dans le tableau
22207 \begin_inset space ~
22208 \end_inset
22209
22210
22211 \begin_inset CommandInset ref
22212 LatexCommand ref
22213 reference "tab:Tableau-centré-sur-séparateur-1"
22214
22215 \end_inset
22216
22217 .
22218  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
22219  soit en appuyant sur le bouton 
22220 \begin_inset Info
22221 type  "icon"
22222 arg   "tabular-feature align-decimal"
22223 \end_inset
22224
22225  de la barre d'outils ou en modifiant le paramètre 
22226 \family sans
22227 Alignement horizontal
22228 \family default
22229  à 
22230 \family sans
22231 Au séparateur décimal
22232 \family default
22233 .
22234  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
22235  dans les paramètres du tableau.
22236 \end_layout
22237
22238 \begin_layout Standard
22239 \begin_inset Float table
22240 placement h
22241 wide false
22242 sideways false
22243 status open
22244
22245 \begin_layout Plain Layout
22246 \begin_inset Caption Standard
22247
22248 \begin_layout Plain Layout
22249 \begin_inset CommandInset label
22250 LatexCommand label
22251 name "tab:Tableau-centré-sur-séparateur-1"
22252
22253 \end_inset
22254
22255 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
22256 \end_layout
22257
22258 \end_inset
22259
22260
22261 \end_layout
22262
22263 \begin_layout Plain Layout
22264 \align center
22265 \begin_inset Tabular
22266 <lyxtabular version="3" rows="4" columns="1">
22267 <features booktabs="true" tabularvalignment="middle">
22268 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
22269 <row>
22270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274 en-tête
22275 \end_layout
22276
22277 \end_inset
22278 </cell>
22279 </row>
22280 <row>
22281 <cell alignment="center" valignment="top" topline="true" usebox="none">
22282 \begin_inset Text
22283
22284 \begin_layout Plain Layout
22285 12,6
22286 \end_layout
22287
22288 \end_inset
22289 </cell>
22290 </row>
22291 <row>
22292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296 0,68
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 </row>
22302 <row>
22303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307 -123,0
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 </row>
22313 </lyxtabular>
22314
22315 \end_inset
22316
22317
22318 \end_layout
22319
22320 \end_inset
22321
22322
22323 \end_layout
22324
22325 \begin_layout Standard
22326 \begin_inset Float table
22327 placement h
22328 wide false
22329 sideways false
22330 status open
22331
22332 \begin_layout Plain Layout
22333 \begin_inset Caption Standard
22334
22335 \begin_layout Plain Layout
22336 \begin_inset CommandInset label
22337 LatexCommand label
22338 name "tab:Tableau-centré-sur-séparateur-2"
22339
22340 \end_inset
22341
22342 Les cellules d'une colonnes sont centrées sur les opérateurs.
22343 \end_layout
22344
22345 \end_inset
22346
22347
22348 \end_layout
22349
22350 \begin_layout Plain Layout
22351 \align center
22352 \begin_inset Tabular
22353 <lyxtabular version="3" rows="4" columns="2">
22354 <features booktabs="true" tabularvalignment="middle">
22355 <column alignment="right" valignment="top" width="0pt">
22356 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22357 <row>
22358 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22359 \begin_inset Text
22360
22361 \begin_layout Plain Layout
22362 en-tête
22363 \end_layout
22364
22365 \end_inset
22366 </cell>
22367 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 </row>
22377 <row>
22378 <cell alignment="center" valignment="top" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382 \begin_inset Formula $12\,+$
22383 \end_inset
22384
22385
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 <cell alignment="center" valignment="top" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394 \begin_inset Formula $\,6$
22395 \end_inset
22396
22397
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 </row>
22403 <row>
22404 <cell alignment="center" valignment="top" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408 \begin_inset Formula $0\,-$
22409 \end_inset
22410
22411
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 <cell alignment="center" valignment="top" usebox="none">
22417 \begin_inset Text
22418
22419 \begin_layout Plain Layout
22420 \begin_inset Formula $\,68$
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 </row>
22429 <row>
22430 <cell alignment="center" valignment="top" usebox="none">
22431 \begin_inset Text
22432
22433 \begin_layout Plain Layout
22434 \begin_inset Formula $-123\,/$
22435 \end_inset
22436
22437
22438 \end_layout
22439
22440 \end_inset
22441 </cell>
22442 <cell alignment="center" valignment="top" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446 \begin_inset Formula $\,0$
22447 \end_inset
22448
22449
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 </row>
22455 </lyxtabular>
22456
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \end_inset
22463
22464
22465 \end_layout
22466
22467 \begin_layout Standard
22468 L'alignement sur un caractère ne fonctionne pas avec des formules parce
22469  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
22470  formules.
22471  Dans ce cas on doit utiliser la méthode du tableau
22472 \begin_inset space ~
22473 \end_inset
22474
22475
22476 \begin_inset CommandInset ref
22477 LatexCommand ref
22478 reference "tab:Tableau-centré-sur-séparateur-2"
22479
22480 \end_inset
22481
22482 .
22483  Ce tableau a été créé comme un tableau 4×2.
22484  L'en-tête est une cellule multi-colonnes centrée.
22485  La première colonne est alignée à droite et contient la première partie
22486  et inclue l'opérateur.
22487  La seconde colonne contient le reste de la cellule aligné à gauche.
22488  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
22489  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
22490  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
22491  tableau, le paramètre \SpecialChar LaTeX
22492  suivant a été utilisé pour la deuxième colonne :
22493 \end_layout
22494
22495 \begin_layout Standard
22496
22497 \series bold
22498 @{}l
22499 \end_layout
22500
22501 \begin_layout Standard
22502 Le tableau
22503 \begin_inset space ~
22504 \end_inset
22505
22506
22507 \begin_inset CommandInset ref
22508 LatexCommand ref
22509 reference "tab:Plusieurs-exemples-alignements"
22510
22511 \end_inset
22512
22513  montre quelques exemples d'alignements.
22514  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
22515  comme pour la deuxième colonne du tableau
22516 \begin_inset space ~
22517 \end_inset
22518
22519
22520 \begin_inset CommandInset ref
22521 LatexCommand ref
22522 reference "tab:Tableau-centré-sur-séparateur-2"
22523
22524 \end_inset
22525
22526 .
22527 \end_layout
22528
22529 \begin_layout Standard
22530 \begin_inset Float table
22531 wide false
22532 sideways false
22533 status open
22534
22535 \begin_layout Plain Layout
22536 \begin_inset Caption Standard
22537
22538 \begin_layout Plain Layout
22539 \begin_inset CommandInset label
22540 LatexCommand label
22541 name "tab:Plusieurs-exemples-alignements"
22542
22543 \end_inset
22544
22545 Plusieurs exemples d'alignement de cellules.
22546 \end_layout
22547
22548 \end_inset
22549
22550
22551 \end_layout
22552
22553 \begin_layout Plain Layout
22554 \align center
22555 \begin_inset Tabular
22556 <lyxtabular version="3" rows="4" columns="6">
22557 <features tabularvalignment="middle">
22558 <column alignment="right" valignment="top">
22559 <column alignment="left" valignment="top" special="@{}l">
22560 <column alignment="right" valignment="top">
22561 <column alignment="left" valignment="top" special="@{}l">
22562 <column alignment="right" valignment="top">
22563 <column alignment="left" valignment="top" special="@{}l">
22564 <row>
22565 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569 unités
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587 exposants
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605 relations
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 </row>
22620 <row>
22621 <cell alignment="center" valignment="top" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625 12×
22626 \end_layout
22627
22628 \end_inset
22629 </cell>
22630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634 24
22635 \begin_inset space \thinspace{}
22636 \end_inset
22637
22638 bouteilles
22639 \end_layout
22640
22641 \end_inset
22642 </cell>
22643 <cell alignment="center" valignment="top" usebox="none">
22644 \begin_inset Text
22645
22646 \begin_layout Plain Layout
22647 \begin_inset Formula $10\cdot$
22648 \end_inset
22649
22650
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659 \begin_inset Formula $10^{\mbox{-}17}$
22660 \end_inset
22661
22662
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 <cell alignment="center" valignment="top" usebox="none">
22668 \begin_inset Text
22669
22670 \begin_layout Plain Layout
22671 \begin_inset Formula $\Gamma(t)\propto$
22672 \end_inset
22673
22674
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 <cell alignment="center" valignment="top" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683 \begin_inset Formula $\:\Upsilon(t)$
22684 \end_inset
22685
22686
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 </row>
22692 <row>
22693 <cell alignment="center" valignment="top" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697 1024×
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706 768
22707 \begin_inset space \thinspace{}
22708 \end_inset
22709
22710 Pixels
22711 \end_layout
22712
22713 \end_inset
22714 </cell>
22715 <cell alignment="center" valignment="top" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719 \begin_inset Formula $5.78\cdot$
22720 \end_inset
22721
22722
22723 \end_layout
22724
22725 \end_inset
22726 </cell>
22727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731 \begin_inset Formula $10^{7}$
22732 \end_inset
22733
22734
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell alignment="center" valignment="top" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 \begin_inset Formula $A\ne$
22744 \end_inset
22745
22746
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 <cell alignment="center" valignment="top" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755 \begin_inset Formula $\:B_{\mathrm{red}}$
22756 \end_inset
22757
22758
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 </row>
22764 <row>
22765 <cell alignment="center" valignment="top" usebox="none">
22766 \begin_inset Text
22767
22768 \begin_layout Plain Layout
22769 32×
22770 \end_layout
22771
22772 \end_inset
22773 </cell>
22774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22775 \begin_inset Text
22776
22777 \begin_layout Plain Layout
22778 6
22779 \begin_inset space \thinspace{}
22780 \end_inset
22781
22782 cm
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell alignment="center" valignment="top" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 -
22792 \begin_inset Formula $33.5\cdot$
22793 \end_inset
22794
22795
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 \begin_inset Formula $10^{4}$
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 <cell alignment="center" valignment="top" usebox="none">
22813 \begin_inset Text
22814
22815 \begin_layout Plain Layout
22816 \begin_inset Formula $\sin(\alpha)\ge$
22817 \end_inset
22818
22819
22820 \end_layout
22821
22822 \end_inset
22823 </cell>
22824 <cell alignment="center" valignment="top" usebox="none">
22825 \begin_inset Text
22826
22827 \begin_layout Plain Layout
22828 \begin_inset Formula $\:\sin(\beta)$
22829 \end_inset
22830
22831
22832 \end_layout
22833
22834 \end_inset
22835 </cell>
22836 </row>
22837 </lyxtabular>
22838
22839 \end_inset
22840
22841
22842 \end_layout
22843
22844 \end_inset
22845
22846
22847 \end_layout
22848
22849 \begin_layout Subsection
22850 Formats de cellule et de colonne personnalisés
22851 \begin_inset CommandInset label
22852 LatexCommand label
22853 name "subsec:Formats-personnalisés"
22854
22855 \end_inset
22856
22857
22858 \begin_inset Index idx
22859 status collapsed
22860
22861 \begin_layout Plain Layout
22862 Personnalisation des tableaux !  Format de cellule/colonne
22863 \end_layout
22864
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \begin_layout Standard
22871 Calculer la largeur nécessaire pour colonnes normales comme dans la section
22872 \begin_inset space ~
22873 \end_inset
22874
22875
22876 \begin_inset CommandInset ref
22877 LatexCommand ref
22878 reference "sec:Table-Width-Calculation"
22879
22880 \end_inset
22881
22882  et pour des colonnes couvertes par un cellule multi-colonnes comme dans
22883  la section
22884 \begin_inset space ~
22885 \end_inset
22886
22887
22888 \begin_inset CommandInset ref
22889 LatexCommand ref
22890 reference "subsec:Calculs-multicolonnes"
22891
22892 \end_inset
22893
22894  peut devenir très pénible si vous avez plusieurs tableaux.
22895  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
22896  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
22897  du document.
22898  Le format est défini avec la commande
22899 \end_layout
22900
22901 \begin_layout Standard
22902
22903 \series bold
22904
22905 \backslash
22906 newcolumntype{nom du format}[nombre d'arguments]{commandes}
22907 \end_layout
22908
22909 \begin_layout Standard
22910 Le nom du format peut n'avoir qu'une lettre.
22911  Les lettres 
22912 \emph on
22913 b
22914 \emph default
22915
22916 \emph on
22917 c
22918 \emph default
22919
22920 \emph on
22921 l
22922 \emph default
22923
22924 \emph on
22925 m
22926 \emph default
22927
22928 \emph on
22929 p
22930 \emph default
22931  et 
22932 \emph on
22933 r
22934 \emph default
22935  sont prédéfinies et donc ne peuvent être utilisées.
22936  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
22937 \end_layout
22938
22939 \begin_layout Standard
22940 \begin_inset VSpace medskip
22941 \end_inset
22942
22943
22944 \end_layout
22945
22946 \begin_layout Standard
22947 Pour de cellules multi-colonnes centrées verticalement et horizontalement
22948  avec une largeur donnée, vous pouvez définir le format de cellule suivant
22949  :
22950 \end_layout
22951
22952 \begin_layout Standard
22953
22954 \series bold
22955
22956 \backslash
22957 newcolumntype{M}[1]{>{
22958 \backslash
22959 centering
22960 \backslash
22961 hspace{0pt}}m{#1}}
22962 \end_layout
22963
22964 \begin_layout Standard
22965 Où le 
22966 \series bold
22967
22968 \backslash
22969 hspace{0pt}
22970 \series default
22971  évite le problème de césure du premier mot, comme c'est décrit en section
22972 \begin_inset space ~
22973 \end_inset
22974
22975
22976 \begin_inset CommandInset ref
22977 LatexCommand ref
22978 reference "subsec:Lignes-multiple-dans-cellule"
22979
22980 \end_inset
22981
22982 .
22983  Ensuite, vous pouvez entrer
22984 \end_layout
22985
22986 \begin_layout Standard
22987
22988 \series bold
22989 M{width}
22990 \end_layout
22991
22992 \begin_layout Standard
22993 comme paramètre \SpecialChar LaTeX
22994  dans la fenêtre de dialogue de tableau pour créer une multi-col
22995 onnes.
22996 \end_layout
22997
22998 \begin_layout Standard
22999 \begin_inset VSpace bigskip
23000 \end_inset
23001
23002
23003 \end_layout
23004
23005 \begin_layout Standard
23006 Pour les cellules qui sont couvertes par la cellule multi-colonnes, vous
23007  pouvez définir le format
23008 \end_layout
23009
23010 \begin_layout Standard
23011
23012 \series bold
23013
23014 \backslash
23015 newcolumntype{S}[2]{>{
23016 \backslash
23017 centering
23018 \backslash
23019 hspace{0pt}}
23020 \begin_inset Newline newline
23021 \end_inset
23022
23023
23024 \begin_inset Phantom HPhantom
23025 status open
23026
23027 \begin_layout Plain Layout
23028
23029 \series bold
23030
23031 \backslash
23032 newcolumntype{S}[2]
23033 \end_layout
23034
23035 \end_inset
23036
23037 m{(#1+(2
23038 \backslash
23039 tabcolsep+
23040 \backslash
23041 arrayrulewidth)*(1-#2))/#2}}
23042 \end_layout
23043
23044 \begin_layout Standard
23045 Ce format utilise l'équation
23046 \begin_inset space ~
23047 \end_inset
23048
23049
23050 \begin_inset CommandInset ref
23051 LatexCommand eqref
23052 reference "eq:Wgn"
23053
23054 \end_inset
23055
23056  pour calculer la largeur que doit avoir chacune des cellules couverte par
23057  la cellule multi-colonnes pour qu'elles aient toutes la même largeur.
23058 \end_layout
23059
23060 \begin_layout Standard
23061 Ensuite, vous pouvez entrer
23062 \end_layout
23063
23064 \begin_layout Standard
23065
23066 \series bold
23067 S{largeur de la cellule multi-colonnes}{nombre de colonnes couvertes}
23068 \end_layout
23069
23070 \begin_layout Standard
23071 comme paramètre \SpecialChar LaTeX
23072  de la colonne.
23073 \end_layout
23074
23075 \begin_layout Standard
23076 \begin_inset VSpace bigskip
23077 \end_inset
23078
23079
23080 \end_layout
23081
23082 \begin_layout Standard
23083 Pour des colonnes colorées, vous pouvez définir
23084 \end_layout
23085
23086 \begin_layout Standard
23087
23088 \series bold
23089
23090 \backslash
23091 newcolumntype{K}[1]{>{
23092 \backslash
23093 columncolor{#1}
23094 \backslash
23095 hspace{0pt}}c}
23096 \end_layout
23097
23098 \begin_layout Standard
23099 Le 
23100 \begin_inset Quotes fld
23101 \end_inset
23102
23103 c
23104 \begin_inset Quotes frd
23105 \end_inset
23106
23107  à la fin crée une colonne de largeur variable dont le texte est centré
23108  horizontalement.
23109  Vous pouvez maintenant entrer
23110 \end_layout
23111
23112 \begin_layout Standard
23113
23114 \series bold
23115 K{nom de couleur}
23116 \end_layout
23117
23118 \begin_layout Standard
23119 comme paramètre \SpecialChar LaTeX
23120 .
23121 \end_layout
23122
23123 \begin_layout Standard
23124 \begin_inset VSpace bigskip
23125 \end_inset
23126
23127
23128 \end_layout
23129
23130 \begin_layout Standard
23131 Pour créer le tableau
23132 \begin_inset space ~
23133 \end_inset
23134
23135
23136 \begin_inset CommandInset ref
23137 LatexCommand ref
23138 reference "tab:Tableau-formats-personnalisés"
23139
23140 \end_inset
23141
23142  utilisez les paramètres \SpecialChar LaTeX
23143
23144 \end_layout
23145
23146 \begin_layout Standard
23147
23148 \series bold
23149 M{2.5cm}
23150 \end_layout
23151
23152 \begin_layout Standard
23153 pour la première colonne et la multi-colonnes,
23154 \end_layout
23155
23156 \begin_layout Standard
23157
23158 \series bold
23159 K{red}
23160 \end_layout
23161
23162 \begin_layout Standard
23163 pour la dernière colonne, et
23164 \end_layout
23165
23166 \begin_layout Standard
23167
23168 \series bold
23169 S{2.5cm}{2}
23170 \end_layout
23171
23172 \begin_layout Standard
23173 pour les cellules de la deuxième colonne.
23174 \end_layout
23175
23176 \begin_layout Standard
23177 \begin_inset Float table
23178 placement h
23179 wide false
23180 sideways false
23181 status open
23182
23183 \begin_layout Plain Layout
23184 \begin_inset Caption Standard
23185
23186 \begin_layout Plain Layout
23187 \begin_inset CommandInset label
23188 LatexCommand label
23189 name "tab:Tableau-formats-personnalisés"
23190
23191 \end_inset
23192
23193 Tableau utilisant des formats personnalisés
23194 \end_layout
23195
23196 \end_inset
23197
23198
23199 \end_layout
23200
23201 \begin_layout Plain Layout
23202 \align center
23203 \begin_inset Tabular
23204 <lyxtabular version="3" rows="3" columns="4">
23205 <features tabularvalignment="middle">
23206 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
23207 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
23208 <column alignment="center" valignment="middle">
23209 <column alignment="center" valignment="middle" special="K{red}">
23210 <row>
23211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23212 \begin_inset Text
23213
23214 \begin_layout Plain Layout
23215 motTrèsLongDansUneCellule
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224 multi-colonnes avec multi-lignes
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242 c
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 </row>
23248 <row>
23249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23250 \begin_inset Text
23251
23252 \begin_layout Plain Layout
23253 d
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262 e
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271 f
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 g
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 </row>
23286 <row>
23287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291 h
23292 \end_layout
23293
23294 \end_inset
23295 </cell>
23296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300 i
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309 j
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23315 \begin_inset Text
23316
23317 \begin_layout Plain Layout
23318 k
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 </row>
23324 </lyxtabular>
23325
23326 \end_inset
23327
23328
23329 \end_layout
23330
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \begin_layout Subsection
23337 Épaisseur des filets
23338 \begin_inset CommandInset label
23339 LatexCommand label
23340 name "subsec:Epaisseur-filets"
23341
23342 \end_inset
23343
23344
23345 \begin_inset Index idx
23346 status collapsed
23347
23348 \begin_layout Plain Layout
23349 Personnalisation des tableaux ! Épaisseur filets
23350 \end_layout
23351
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \begin_layout Standard
23358 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
23359  
23360 \series bold
23361
23362 \backslash
23363 arrayrulewidth
23364 \series default
23365 .
23366  Pour mettre, par exemple, une épaisseur de filet de 1.5
23367 \begin_inset space \thinspace{}
23368 \end_inset
23369
23370 pt, comme pour le tableau
23371 \begin_inset space ~
23372 \end_inset
23373
23374
23375 \begin_inset CommandInset ref
23376 LatexCommand ref
23377 reference "tab:Tableau-filets-1.5pt"
23378
23379 \end_inset
23380
23381 , insérez la commande
23382 \end_layout
23383
23384 \begin_layout Standard
23385
23386 \series bold
23387
23388 \backslash
23389 setlength{
23390 \backslash
23391 arrayrulewidth}{1.5pt}
23392 \end_layout
23393
23394 \begin_layout Standard
23395 en code \SpecialChar TeX
23396  avant le tableau ou le flottant de tableau.
23397  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
23398  suivent.
23399  pour revenir aux valeurs implicites, mettez 
23400 \series bold
23401
23402 \backslash
23403 arrayrulewidth
23404 \series default
23405  à 0.4
23406 \begin_inset space \thinspace{}
23407 \end_inset
23408
23409 pt en utilisant du code \SpecialChar LaTeX
23410  après le tableau ou le flottant de tableau.
23411 \end_layout
23412
23413 \begin_layout Standard
23414 \begin_inset ERT
23415 status collapsed
23416
23417 \begin_layout Plain Layout
23418
23419
23420 \backslash
23421 setlength{
23422 \backslash
23423 arrayrulewidth}{1.5pt}
23424 \end_layout
23425
23426 \end_inset
23427
23428
23429 \begin_inset Float table
23430 wide false
23431 sideways false
23432 status open
23433
23434 \begin_layout Plain Layout
23435 \begin_inset Caption Standard
23436
23437 \begin_layout Plain Layout
23438 \begin_inset CommandInset label
23439 LatexCommand label
23440 name "tab:Tableau-filets-1.5pt"
23441
23442 \end_inset
23443
23444 Tableau avec des filets de 1.5
23445 \begin_inset space \thinspace{}
23446 \end_inset
23447
23448 pt
23449 \end_layout
23450
23451 \end_inset
23452
23453
23454 \end_layout
23455
23456 \begin_layout Plain Layout
23457 \align center
23458 \begin_inset Tabular
23459 <lyxtabular version="3" rows="3" columns="3">
23460 <features tabularvalignment="middle">
23461 <column alignment="center" valignment="top">
23462 <column alignment="center" valignment="top">
23463 <column alignment="center" valignment="top">
23464 <row>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469 sd
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23484 \begin_inset Text
23485
23486 \begin_layout Plain Layout
23487
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 </row>
23493 <row>
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498
23499 \end_layout
23500
23501 \end_inset
23502 </cell>
23503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23504 \begin_inset Text
23505
23506 \begin_layout Plain Layout
23507 sd
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 </row>
23522 <row>
23523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536
23537 \end_layout
23538
23539 \end_inset
23540 </cell>
23541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545 sd
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 </row>
23551 </lyxtabular>
23552
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \end_inset
23559
23560
23561 \begin_inset ERT
23562 status collapsed
23563
23564 \begin_layout Plain Layout
23565
23566
23567 \backslash
23568 setlength{
23569 \backslash
23570 arrayrulewidth}{0.4pt}
23571 \end_layout
23572
23573 \end_inset
23574
23575
23576 \end_layout
23577
23578 \begin_layout Standard
23579 \begin_inset VSpace bigskip
23580 \end_inset
23581
23582 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
23583 \begin_inset space \thinspace{}
23584 \end_inset
23585
23586 pt, comme dans le tableau
23587 \begin_inset space ~
23588 \end_inset
23589
23590
23591 \begin_inset CommandInset ref
23592 LatexCommand ref
23593 reference "tab:Tableau-filets-horizontaux-1.5pt"
23594
23595 \end_inset
23596
23597 , insérez les commandes suivantes en code \SpecialChar TeX
23598  avant le tableau ou le flottant
23599  de tableau :
23600 \end_layout
23601
23602 \begin_layout Standard
23603
23604 \series bold
23605
23606 \backslash
23607 let
23608 \backslash
23609 myHline
23610 \backslash
23611 hline
23612 \begin_inset Newline newline
23613 \end_inset
23614
23615
23616 \backslash
23617 renewcommand{
23618 \backslash
23619 hline}
23620 \begin_inset Newline newline
23621 \end_inset
23622
23623  {
23624 \backslash
23625 noalign{
23626 \backslash
23627 global
23628 \backslash
23629 arrayrulewidth 1.5pt}
23630 \begin_inset Newline newline
23631 \end_inset
23632
23633  
23634 \backslash
23635 myHline
23636 \backslash
23637 noalign{
23638 \backslash
23639 global
23640 \backslash
23641 arrayrulewidth 0.4pt}}
23642 \end_layout
23643
23644 \begin_layout Standard
23645 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
23646  en code \SpecialChar TeX
23647  après le tableau ou le flottant de tableau :
23648 \end_layout
23649
23650 \begin_layout Standard
23651
23652 \series bold
23653
23654 \backslash
23655 renewcommand{
23656 \backslash
23657 hline}{
23658 \backslash
23659 myHline}
23660 \end_layout
23661
23662 \begin_layout Standard
23663 \begin_inset ERT
23664 status collapsed
23665
23666 \begin_layout Plain Layout
23667
23668
23669 \backslash
23670 let
23671 \backslash
23672 myHline
23673 \backslash
23674 hline
23675 \end_layout
23676
23677 \begin_layout Plain Layout
23678
23679
23680 \backslash
23681 renewcommand{
23682 \backslash
23683 hline}
23684 \end_layout
23685
23686 \begin_layout Plain Layout
23687
23688  {
23689 \backslash
23690 noalign{
23691 \backslash
23692 global
23693 \backslash
23694 arrayrulewidth 1.5pt}
23695 \end_layout
23696
23697 \begin_layout Plain Layout
23698
23699   
23700 \backslash
23701 myHline
23702 \backslash
23703 noalign{
23704 \backslash
23705 global
23706 \backslash
23707 arrayrulewidth 0.4pt}}
23708 \end_layout
23709
23710 \end_inset
23711
23712
23713 \begin_inset Float table
23714 wide false
23715 sideways false
23716 status open
23717
23718 \begin_layout Plain Layout
23719 \begin_inset Caption Standard
23720
23721 \begin_layout Plain Layout
23722 \begin_inset CommandInset label
23723 LatexCommand label
23724 name "tab:Tableau-filets-horizontaux-1.5pt"
23725
23726 \end_inset
23727
23728 Tableau avec des filets horizontaux de 1.5
23729 \begin_inset space \thinspace{}
23730 \end_inset
23731
23732 pt
23733 \end_layout
23734
23735 \end_inset
23736
23737
23738 \end_layout
23739
23740 \begin_layout Plain Layout
23741 \align center
23742 \begin_inset Tabular
23743 <lyxtabular version="3" rows="3" columns="3">
23744 <features tabularvalignment="middle">
23745 <column alignment="center" valignment="top">
23746 <column alignment="center" valignment="top">
23747 <column alignment="center" valignment="top">
23748 <row>
23749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753 sd
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 </row>
23777 <row>
23778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791 sd
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23797 \begin_inset Text
23798
23799 \begin_layout Plain Layout
23800
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 </row>
23806 <row>
23807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23808 \begin_inset Text
23809
23810 \begin_layout Plain Layout
23811
23812 \end_layout
23813
23814 \end_inset
23815 </cell>
23816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23817 \begin_inset Text
23818
23819 \begin_layout Plain Layout
23820
23821 \end_layout
23822
23823 \end_inset
23824 </cell>
23825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23826 \begin_inset Text
23827
23828 \begin_layout Plain Layout
23829 sd
23830 \end_layout
23831
23832 \end_inset
23833 </cell>
23834 </row>
23835 </lyxtabular>
23836
23837 \end_inset
23838
23839
23840 \end_layout
23841
23842 \end_inset
23843
23844
23845 \begin_inset ERT
23846 status collapsed
23847
23848 \begin_layout Plain Layout
23849
23850
23851 \backslash
23852 renewcommand{
23853 \backslash
23854 hline}{
23855 \backslash
23856 myHline}
23857 \end_layout
23858
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \begin_layout Standard
23865 \begin_inset VSpace bigskip
23866 \end_inset
23867
23868 Pour que seuls les filets verticaux aient une épaisseur de 1.5
23869 \begin_inset space \thinspace{}
23870 \end_inset
23871
23872 pt, créez le format de colonne suivant dans le préambule, en suivant la
23873  description de la section
23874 \begin_inset space ~
23875 \end_inset
23876
23877
23878 \begin_inset CommandInset ref
23879 LatexCommand ref
23880 reference "subsec:Formats-personnalisés"
23881
23882 \end_inset
23883
23884 :
23885 \end_layout
23886
23887 \begin_layout Standard
23888
23889 \series bold
23890
23891 \backslash
23892 newcolumntype{V}{!{
23893 \backslash
23894 vrule width 1.5pt}}
23895 \end_layout
23896
23897 \begin_layout Standard
23898 Pour le tableau
23899 \begin_inset space ~
23900 \end_inset
23901
23902
23903 \begin_inset CommandInset ref
23904 LatexCommand ref
23905 reference "tab:Tableau-filets-verticaux-1.5pt"
23906
23907 \end_inset
23908
23909  le paramètre \SpecialChar LaTeX
23910  
23911 \end_layout
23912
23913 \begin_layout Standard
23914
23915 \series bold
23916 VcV
23917 \end_layout
23918
23919 \begin_layout Standard
23920 a été utilisé pour la dernière colonne et
23921 \end_layout
23922
23923 \begin_layout Standard
23924
23925 \series bold
23926 Vc
23927 \end_layout
23928
23929 \begin_layout Standard
23930 pour les autres colonnes.
23931 \end_layout
23932
23933 \begin_layout Standard
23934 \begin_inset Float table
23935 wide false
23936 sideways false
23937 status open
23938
23939 \begin_layout Plain Layout
23940 \begin_inset Caption Standard
23941
23942 \begin_layout Plain Layout
23943 \begin_inset CommandInset label
23944 LatexCommand label
23945 name "tab:Tableau-filets-verticaux-1.5pt"
23946
23947 \end_inset
23948
23949 Tableau avec des filets verticaux de 1.5
23950 \begin_inset space \thinspace{}
23951 \end_inset
23952
23953 pt 
23954 \end_layout
23955
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \begin_layout Plain Layout
23962 \align center
23963 \begin_inset Tabular
23964 <lyxtabular version="3" rows="3" columns="3">
23965 <features tabularvalignment="middle">
23966 <column alignment="center" valignment="top" special="Vc">
23967 <column alignment="center" valignment="top" special="Vc">
23968 <column alignment="center" valignment="top" special="VcV">
23969 <row>
23970 <cell alignment="center" valignment="top" topline="true" usebox="none">
23971 \begin_inset Text
23972
23973 \begin_layout Plain Layout
23974 sd
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 <cell alignment="center" valignment="top" topline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Plain Layout
23983
23984 \end_layout
23985
23986 \end_inset
23987 </cell>
23988 <cell alignment="center" valignment="top" topline="true" usebox="none">
23989 \begin_inset Text
23990
23991 \begin_layout Plain Layout
23992
23993 \end_layout
23994
23995 \end_inset
23996 </cell>
23997 </row>
23998 <row>
23999 <cell alignment="center" valignment="top" topline="true" usebox="none">
24000 \begin_inset Text
24001
24002 \begin_layout Plain Layout
24003
24004 \end_layout
24005
24006 \end_inset
24007 </cell>
24008 <cell alignment="center" valignment="top" topline="true" usebox="none">
24009 \begin_inset Text
24010
24011 \begin_layout Plain Layout
24012 sd
24013 \end_layout
24014
24015 \end_inset
24016 </cell>
24017 <cell alignment="center" valignment="top" topline="true" usebox="none">
24018 \begin_inset Text
24019
24020 \begin_layout Plain Layout
24021
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 </row>
24027 <row>
24028 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24029 \begin_inset Text
24030
24031 \begin_layout Plain Layout
24032
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050 sd
24051 \end_layout
24052
24053 \end_inset
24054 </cell>
24055 </row>
24056 </lyxtabular>
24057
24058 \end_inset
24059
24060
24061 \end_layout
24062
24063 \end_inset
24064
24065
24066 \end_layout
24067
24068 \begin_layout Subsection
24069 Filets à traits interrompus
24070 \begin_inset Index idx
24071 status collapsed
24072
24073 \begin_layout Plain Layout
24074 Personnalisation des tableaux ! Filets à traits interrompus
24075 \end_layout
24076
24077 \end_inset
24078
24079
24080 \end_layout
24081
24082 \begin_layout Standard
24083 \begin_inset ERT
24084 status collapsed
24085
24086 \begin_layout Plain Layout
24087
24088
24089 \backslash
24090 ifarydshln
24091 \end_layout
24092
24093 \end_inset
24094
24095
24096 \begin_inset Note Note
24097 status open
24098
24099 \begin_layout Plain Layout
24100 La section suivante ne s'affichera que si vous avez installé le paquetage
24101  \SpecialChar LaTeX
24102  
24103 \series bold
24104 arydshln
24105 \series default
24106 .
24107 \end_layout
24108
24109 \end_inset
24110
24111
24112 \end_layout
24113
24114 \begin_layout Standard
24115 \begin_inset Float table
24116 placement H
24117 wide false
24118 sideways false
24119 status open
24120
24121 \begin_layout Plain Layout
24122 \begin_inset Caption Standard
24123
24124 \begin_layout Plain Layout
24125 \begin_inset CommandInset label
24126 LatexCommand label
24127 name "tab:Tableau-filets-tirets"
24128
24129 \end_inset
24130
24131 Tableau avec des filets à traits interrompus
24132 \end_layout
24133
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \begin_layout Plain Layout
24140 \align center
24141 \begin_inset Tabular
24142 <lyxtabular version="3" rows="5" columns="5">
24143 <features tabularvalignment="middle">
24144 <column alignment="center" valignment="top">
24145 <column alignment="center" valignment="top">
24146 <column alignment="center" valignment="top" special=":c">
24147 <column alignment="center" valignment="top">
24148 <column alignment="center" valignment="top">
24149 <row>
24150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24151 \begin_inset Text
24152
24153 \begin_layout Plain Layout
24154 a
24155 \end_layout
24156
24157 \end_inset
24158 </cell>
24159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24160 \begin_inset Text
24161
24162 \begin_layout Plain Layout
24163 b
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172 c
24173 \end_layout
24174
24175 \end_inset
24176 </cell>
24177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24178 \begin_inset Text
24179
24180 \begin_layout Plain Layout
24181 d
24182 \end_layout
24183
24184 \end_inset
24185 </cell>
24186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24187 \begin_inset Text
24188
24189 \begin_layout Plain Layout
24190 e
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 </row>
24196 <row>
24197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24198 \begin_inset Text
24199
24200 \begin_layout Plain Layout
24201 f
24202 \end_layout
24203
24204 \end_inset
24205 </cell>
24206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24207 \begin_inset Text
24208
24209 \begin_layout Plain Layout
24210 g
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 <cell alignment="center" valignment="top" topline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219 h
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228 i
24229 \end_layout
24230
24231 \end_inset
24232 </cell>
24233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24234 \begin_inset Text
24235
24236 \begin_layout Plain Layout
24237 j
24238 \end_layout
24239
24240 \end_inset
24241 </cell>
24242 </row>
24243 <row>
24244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248 \begin_inset ERT
24249 status collapsed
24250
24251 \begin_layout Plain Layout
24252
24253
24254 \backslash
24255 hdashline 
24256 \end_layout
24257
24258 \end_inset
24259
24260 k
24261 \end_layout
24262
24263 \end_inset
24264 </cell>
24265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Plain Layout
24269 l
24270 \end_layout
24271
24272 \end_inset
24273 </cell>
24274 <cell alignment="center" valignment="top" usebox="none">
24275 \begin_inset Text
24276
24277 \begin_layout Plain Layout
24278 m
24279 \end_layout
24280
24281 \end_inset
24282 </cell>
24283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Plain Layout
24287 n
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Plain Layout
24296 o
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 </row>
24302 <row>
24303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307 \begin_inset ERT
24308 status collapsed
24309
24310 \begin_layout Plain Layout
24311
24312
24313 \backslash
24314 cdashline{4-5}
24315 \end_layout
24316
24317 \end_inset
24318
24319 p
24320 \end_layout
24321
24322 \end_inset
24323 </cell>
24324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328 q
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337 r
24338 \end_layout
24339
24340 \end_inset
24341 </cell>
24342 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346 s
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 </row>
24361 <row>
24362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366 t
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375 u
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384 v
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Plain Layout
24393 w
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Plain Layout
24402 x
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 </row>
24408 </lyxtabular>
24409
24410 \end_inset
24411
24412
24413 \end_layout
24414
24415 \end_inset
24416
24417
24418 \end_layout
24419
24420 \begin_layout Standard
24421 \SpecialChar LyX
24422  ne gère pas de façon native les filets à lignes interrompues, vous devez
24423  donc employer du code \SpecialChar TeX
24424 .
24425  Mais avant il faut charger le paquetage \SpecialChar LaTeX
24426  
24427 \series bold
24428 arydshln
24429 \series default
24430
24431 \begin_inset Index idx
24432 status collapsed
24433
24434 \begin_layout Plain Layout
24435 Paquetages \SpecialChar LaTeX
24436  ! arydshln
24437 \end_layout
24438
24439 \end_inset
24440
24441  dans le préambule du document avec la commande 
24442 \end_layout
24443
24444 \begin_layout Standard
24445
24446 \series bold
24447
24448 \backslash
24449 usepackage{arydshln}
24450 \end_layout
24451
24452 \begin_layout Standard
24453 Pour faire un filet vertical avec un trait interrompu, mettez deux points
24454  
24455 \begin_inset Quotes fld
24456 \end_inset
24457
24458 :
24459 \begin_inset Quotes frd
24460 \end_inset
24461
24462  avec le caractère décrivant l'alignement horizontal comme paramètre \SpecialChar LaTeX
24463  dans
24464  la fenêtre de dialogue de paramètre du tableau.
24465 \end_layout
24466
24467 \begin_layout Standard
24468 Pour un trait horizontal interrompu, ajoutez la commande
24469 \end_layout
24470
24471 \begin_layout Standard
24472
24473 \series bold
24474
24475 \backslash
24476 hdashline
24477 \end_layout
24478
24479 \begin_layout Standard
24480 en code \SpecialChar TeX
24481  comme premier élément de la première cellule de la ligne de tableau.
24482 \end_layout
24483
24484 \begin_layout Standard
24485 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
24486  commande 
24487 \end_layout
24488
24489 \begin_layout Standard
24490
24491 \series bold
24492
24493 \backslash
24494 cdashline{
24495 \series default
24496 numéros de colonnes}
24497 \end_layout
24498
24499 \begin_layout Standard
24500 en code \SpecialChar TeX
24501  comme premier élément de la première cellule de la ligne.
24502  Si par exemple, vous avez une cellule multi-colonnes qui couvre les colonnes
24503  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
24504 \end_layout
24505
24506 \begin_layout Standard
24507
24508 \series bold
24509
24510 \backslash
24511 cdashline{2-4}
24512 \end_layout
24513
24514 \begin_layout Standard
24515 comme premier élément de la première cellule de la ligne contenant la multi-colo
24516 nnes.
24517 \end_layout
24518
24519 \begin_layout Standard
24520 \begin_inset VSpace bigskip
24521 \end_inset
24522
24523
24524 \end_layout
24525
24526 \begin_layout Standard
24527 Le tableau
24528 \begin_inset space ~
24529 \end_inset
24530
24531
24532 \begin_inset CommandInset ref
24533 LatexCommand ref
24534 reference "tab:Tableau-filets-tirets"
24535
24536 \end_inset
24537
24538  a été créé en utilisant 
24539 \begin_inset Quotes fld
24540 \end_inset
24541
24542
24543 \series bold
24544 :c
24545 \series default
24546
24547 \begin_inset Quotes frd
24548 \end_inset
24549
24550  comme paramètre \SpecialChar LaTeX
24551  pour la troisième colonne.
24552  La commande en code \SpecialChar TeX
24553  
24554 \series bold
24555
24556 \backslash
24557 hdashline
24558 \series default
24559  a été insérée dans la première cellule de la troisième ligne et la commande
24560  en code \SpecialChar TeX
24561  
24562 \series bold
24563
24564 \backslash
24565 cdashline{4-5}
24566 \series default
24567  a été insérée dans la première cellule de la quatrième ligne.
24568 \end_layout
24569
24570 \begin_layout Standard
24571 \begin_inset VSpace bigskip
24572 \end_inset
24573
24574 Les filets interrompus peuvent également colorés comme indiqué tableau
24575 \begin_inset space ~
24576 \end_inset
24577
24578
24579 \begin_inset CommandInset ref
24580 LatexCommand ref
24581 reference "tab:Colored-table-with"
24582
24583 \end_inset
24584
24585 .
24586 \end_layout
24587
24588 \begin_layout Standard
24589 \begin_inset ERT
24590 status collapsed
24591
24592 \begin_layout Plain Layout
24593
24594
24595 \backslash
24596 setlength{
24597 \backslash
24598 arrayrulewidth}{1pt}
24599 \end_layout
24600
24601 \end_inset
24602
24603
24604 \begin_inset Note Note
24605 status collapsed
24606
24607 \begin_layout Plain Layout
24608 filets épaissis pour un meilleur affichage de la couleur du file
24609 \lang english
24610 t
24611 \end_layout
24612
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \begin_layout Standard
24619 \begin_inset ERT
24620 status collapsed
24621
24622 \begin_layout Plain Layout
24623
24624
24625 \backslash
24626 dashgapcolor{green}
24627 \end_layout
24628
24629 \end_inset
24630
24631
24632 \begin_inset Note Note
24633 status collapsed
24634
24635 \begin_layout Plain Layout
24636 espaces entre les tirets en vert
24637 \end_layout
24638
24639 \end_inset
24640
24641
24642 \end_layout
24643
24644 \begin_layout Standard
24645 \begin_inset ERT
24646 status collapsed
24647
24648 \begin_layout Plain Layout
24649
24650
24651 \backslash
24652 let
24653 \backslash
24654 myHdashline
24655 \backslash
24656 hdashline
24657 \end_layout
24658
24659 \begin_layout Plain Layout
24660
24661
24662 \backslash
24663 renewcommand{
24664 \backslash
24665 hdashline}
24666 \end_layout
24667
24668 \begin_layout Plain Layout
24669
24670  {
24671 \backslash
24672 arrayrulecolor{red}
24673 \backslash
24674 myHdashline
24675 \backslash
24676 arrayrulecolor{black}}
24677 \end_layout
24678
24679 \end_inset
24680
24681
24682 \begin_inset Note Note
24683 status collapsed
24684
24685 \begin_layout Plain Layout
24686 filets interrompus horizontaux en rouge
24687 \end_layout
24688
24689 \end_inset
24690
24691
24692 \end_layout
24693
24694 \begin_layout Standard
24695 \begin_inset ERT
24696 status collapsed
24697
24698 \begin_layout Plain Layout
24699
24700
24701 \backslash
24702 let
24703 \backslash
24704 myCdashline
24705 \backslash
24706 cdashline
24707 \end_layout
24708
24709 \begin_layout Plain Layout
24710
24711
24712 \backslash
24713 renewcommand{
24714 \backslash
24715 cdashline}[1]
24716 \end_layout
24717
24718 \begin_layout Plain Layout
24719
24720  {
24721 \backslash
24722 arrayrulecolor{yellow}
24723 \backslash
24724 myCdashline{#1}
24725 \backslash
24726 arrayrulecolor{black}}
24727 \end_layout
24728
24729 \end_inset
24730
24731
24732 \begin_inset Note Note
24733 status collapsed
24734
24735 \begin_layout Plain Layout
24736 filets interrompus horizontaux en jaune, partiellement
24737 \end_layout
24738
24739 \end_inset
24740
24741
24742 \end_layout
24743
24744 \begin_layout Standard
24745 \begin_inset Float table
24746 placement h
24747 wide false
24748 sideways false
24749 status open
24750
24751 \begin_layout Plain Layout
24752 \begin_inset Caption Standard
24753
24754 \begin_layout Plain Layout
24755 \begin_inset CommandInset label
24756 LatexCommand label
24757 name "tab:Colored-table-with"
24758
24759 \end_inset
24760
24761 Tableau coloré avec filets interropus
24762 \end_layout
24763
24764 \end_inset
24765
24766
24767 \end_layout
24768
24769 \begin_layout Plain Layout
24770 \align center
24771 \begin_inset Tabular
24772 <lyxtabular version="3" rows="5" columns="5">
24773 <features tabularvalignment="middle">
24774 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
24775 <column alignment="center" valignment="top" width="0pt">
24776 <column alignment="center" valignment="top" width="0pt" special=":c">
24777 <column alignment="center" valignment="top">
24778 <column alignment="center" valignment="top">
24779 <row>
24780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24781 \begin_inset Text
24782
24783 \begin_layout Plain Layout
24784 a
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 <cell alignment="center" valignment="top" topline="true" usebox="none">
24790 \begin_inset Text
24791
24792 \begin_layout Plain Layout
24793 b
24794 \end_layout
24795
24796 \end_inset
24797 </cell>
24798 <cell alignment="center" valignment="top" topline="true" usebox="none">
24799 \begin_inset Text
24800
24801 \begin_layout Plain Layout
24802 c
24803 \end_layout
24804
24805 \end_inset
24806 </cell>
24807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24808 \begin_inset Text
24809
24810 \begin_layout Plain Layout
24811 d
24812 \end_layout
24813
24814 \end_inset
24815 </cell>
24816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24817 \begin_inset Text
24818
24819 \begin_layout Plain Layout
24820 e
24821 \end_layout
24822
24823 \end_inset
24824 </cell>
24825 </row>
24826 <row>
24827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24828 \begin_inset Text
24829
24830 \begin_layout Plain Layout
24831 f
24832 \end_layout
24833
24834 \end_inset
24835 </cell>
24836 <cell alignment="center" valignment="top" topline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840 g
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" topline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849 h
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24855 \begin_inset Text
24856
24857 \begin_layout Plain Layout
24858 i
24859 \end_layout
24860
24861 \end_inset
24862 </cell>
24863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24864 \begin_inset Text
24865
24866 \begin_layout Plain Layout
24867 j
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 </row>
24873 <row>
24874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24875 \begin_inset Text
24876
24877 \begin_layout Plain Layout
24878 \begin_inset ERT
24879 status collapsed
24880
24881 \begin_layout Plain Layout
24882
24883
24884 \backslash
24885 hdashline 
24886 \end_layout
24887
24888 \end_inset
24889
24890
24891 \begin_inset ERT
24892 status collapsed
24893
24894 \begin_layout Plain Layout
24895
24896
24897 \backslash
24898 rowcolor{Gray}
24899 \end_layout
24900
24901 \end_inset
24902
24903 k
24904 \end_layout
24905
24906 \end_inset
24907 </cell>
24908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24909 \begin_inset Text
24910
24911 \begin_layout Plain Layout
24912 l
24913 \end_layout
24914
24915 \end_inset
24916 </cell>
24917 <cell alignment="center" valignment="top" usebox="none">
24918 \begin_inset Text
24919
24920 \begin_layout Plain Layout
24921 m
24922 \end_layout
24923
24924 \end_inset
24925 </cell>
24926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24927 \begin_inset Text
24928
24929 \begin_layout Plain Layout
24930 n
24931 \end_layout
24932
24933 \end_inset
24934 </cell>
24935 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24936 \begin_inset Text
24937
24938 \begin_layout Plain Layout
24939 o
24940 \end_layout
24941
24942 \end_inset
24943 </cell>
24944 </row>
24945 <row>
24946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24947 \begin_inset Text
24948
24949 \begin_layout Plain Layout
24950 \begin_inset ERT
24951 status collapsed
24952
24953 \begin_layout Plain Layout
24954
24955
24956 \backslash
24957 cdashline{4-5}
24958 \end_layout
24959
24960 \end_inset
24961
24962 p
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24968 \begin_inset Text
24969
24970 \begin_layout Plain Layout
24971 q
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980 r
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989 s
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24995 \begin_inset Text
24996
24997 \begin_layout Plain Layout
24998
24999 \end_layout
25000
25001 \end_inset
25002 </cell>
25003 </row>
25004 <row>
25005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25006 \begin_inset Text
25007
25008 \begin_layout Plain Layout
25009 t
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25015 \begin_inset Text
25016
25017 \begin_layout Plain Layout
25018 u
25019 \end_layout
25020
25021 \end_inset
25022 </cell>
25023 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25024 \begin_inset Text
25025
25026 \begin_layout Plain Layout
25027 v
25028 \end_layout
25029
25030 \end_inset
25031 </cell>
25032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25033 \begin_inset Text
25034
25035 \begin_layout Plain Layout
25036 w
25037 \end_layout
25038
25039 \end_inset
25040 </cell>
25041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25042 \begin_inset Text
25043
25044 \begin_layout Plain Layout
25045 \begin_inset ERT
25046 status collapsed
25047
25048 \begin_layout Plain Layout
25049
25050
25051 \backslash
25052 cellcolor{Maroon}
25053 \end_layout
25054
25055 \end_inset
25056
25057 i
25058 \end_layout
25059
25060 \end_inset
25061 </cell>
25062 </row>
25063 </lyxtabular>
25064
25065 \end_inset
25066
25067
25068 \end_layout
25069
25070 \end_inset
25071
25072
25073 \end_layout
25074
25075 \begin_layout Standard
25076 \begin_inset ERT
25077 status collapsed
25078
25079 \begin_layout Plain Layout
25080
25081
25082 \backslash
25083 renewcommand{
25084 \backslash
25085 hdashline}{
25086 \backslash
25087 myHdashline}
25088 \end_layout
25089
25090 \end_inset
25091
25092
25093 \lang english
25094
25095 \begin_inset Note Note
25096 status collapsed
25097
25098 \begin_layout Plain Layout
25099 retour à la valeur implicite
25100 \end_layout
25101
25102 \end_inset
25103
25104
25105 \end_layout
25106
25107 \begin_layout Standard
25108 \begin_inset ERT
25109 status collapsed
25110
25111 \begin_layout Plain Layout
25112
25113
25114 \backslash
25115 renewcommand{
25116 \backslash
25117 cdashline}{
25118 \backslash
25119 myCdashline}
25120 \end_layout
25121
25122 \end_inset
25123
25124
25125 \lang english
25126
25127 \begin_inset Note Note
25128 status collapsed
25129
25130 \begin_layout Plain Layout
25131 retour à la valeur implicite
25132 \end_layout
25133
25134 \end_inset
25135
25136
25137 \end_layout
25138
25139 \begin_layout Standard
25140 \begin_inset ERT
25141 status collapsed
25142
25143 \begin_layout Plain Layout
25144
25145
25146 \backslash
25147 nodashgapcolor
25148 \end_layout
25149
25150 \end_inset
25151
25152
25153 \lang english
25154
25155 \begin_inset Note Note
25156 status collapsed
25157
25158 \begin_layout Plain Layout
25159 retour à la valeur implicite
25160 \end_layout
25161
25162 \end_inset
25163
25164
25165 \end_layout
25166
25167 \begin_layout Standard
25168 \begin_inset ERT
25169 status collapsed
25170
25171 \begin_layout Plain Layout
25172
25173
25174 \backslash
25175 setlength{
25176 \backslash
25177 arrayrulewidth}{0.4pt}
25178 \end_layout
25179
25180 \end_inset
25181
25182
25183 \lang english
25184
25185 \begin_inset Note Note
25186 status collapsed
25187
25188 \begin_layout Plain Layout
25189 retour à la valeur implicite
25190 \end_layout
25191
25192 \end_inset
25193
25194
25195 \end_layout
25196
25197 \begin_layout Standard
25198 La coloration des lignes, des colonnes et des filets fonctionne comme il
25199  est décrit section
25200 \begin_inset space ~
25201 \end_inset
25202
25203
25204 \begin_inset CommandInset ref
25205 LatexCommand ref
25206 reference "sec:Tableaux-Colorés"
25207
25208 \end_inset
25209
25210 .
25211  Coloret les filets horizontaux fonctionne de manière analogue comme il
25212  est décrit ici, il suffit de remplacer la commande 
25213 \series bold
25214
25215 \backslash
25216 myHlineC
25217 \series default
25218  par 
25219 \series bold
25220
25221 \backslash
25222 myHdashline
25223 \series default
25224  et la commande 
25225 \backslash
25226
25227 \series bold
25228 hlinepar
25229 \series default
25230  
25231 \series bold
25232
25233 \backslash
25234 hdashline
25235 \series default
25236 .
25237  On utilise donc les commandes:
25238 \end_layout
25239
25240 \begin_layout Standard
25241
25242 \series bold
25243
25244 \backslash
25245 let
25246 \backslash
25247 myHdashline
25248 \backslash
25249 hdashline
25250 \begin_inset Newline newline
25251 \end_inset
25252
25253
25254 \backslash
25255 renewcommand{
25256 \backslash
25257 hdashline}
25258 \begin_inset Newline newline
25259 \end_inset
25260
25261
25262 \begin_inset Phantom HPhantom
25263 status open
25264
25265 \begin_layout Plain Layout
25266 \begin_inset space ~
25267 \end_inset
25268
25269
25270 \end_layout
25271
25272 \end_inset
25273
25274 {
25275 \backslash
25276 arrayrulecolor{red}
25277 \backslash
25278 myHdashline
25279 \backslash
25280 arrayrulecolor{black}}
25281 \end_layout
25282
25283 \begin_layout Standard
25284 Pour colorer 
25285 \series bold
25286
25287 \backslash
25288 cdashline
25289 \series default
25290 , la commande est:
25291 \end_layout
25292
25293 \begin_layout Standard
25294
25295 \series bold
25296
25297 \backslash
25298 let
25299 \backslash
25300 myCdashline
25301 \backslash
25302 cdashline
25303 \begin_inset Newline newline
25304 \end_inset
25305
25306
25307 \backslash
25308 renewcommand{
25309 \backslash
25310 cdashline}[1]
25311 \begin_inset Newline newline
25312 \end_inset
25313
25314
25315 \begin_inset Phantom HPhantom
25316 status open
25317
25318 \begin_layout Plain Layout
25319 \begin_inset space ~
25320 \end_inset
25321
25322
25323 \end_layout
25324
25325 \end_inset
25326
25327 {
25328 \backslash
25329 arrayrulecolor{red}
25330 \backslash
25331 myCdashline{#1}
25332 \backslash
25333 arrayrulecolor{black}}
25334 \end_layout
25335
25336 \begin_layout Standard
25337 Pour revenir à un filet noir, il faut insérer les commandes suivantes en
25338  code \SpecialChar TeX
25339  après le tableau,
25340 \end_layout
25341
25342 \begin_layout Standard
25343 pour 
25344 \series bold
25345
25346 \backslash
25347 hdashline:
25348 \end_layout
25349
25350 \begin_layout Standard
25351
25352 \series bold
25353
25354 \backslash
25355 renewcommand{
25356 \backslash
25357 hdashline}{
25358 \backslash
25359 myHdashline}
25360 \end_layout
25361
25362 \begin_layout Standard
25363 et pour 
25364 \series bold
25365
25366 \backslash
25367 cdashline
25368 \end_layout
25369
25370 \begin_layout Standard
25371
25372 \series bold
25373
25374 \backslash
25375 renewcommand{
25376 \backslash
25377 cdashline}{
25378 \backslash
25379 myCdashline}
25380 \end_layout
25381
25382 \begin_layout Standard
25383 Pour colorer les espaces entre les tirets la commande
25384 \end_layout
25385
25386 \begin_layout Standard
25387
25388 \series bold
25389
25390 \backslash
25391 dashgapcolor{couleur}
25392 \end_layout
25393
25394 \begin_layout Standard
25395 peut être insérée en code \SpecialChar TeX
25396  avant un tableau.
25397  
25398 \series bold
25399 couleur
25400 \series default
25401  est ici le nom d'une couleur définie précédemment.
25402  La commande
25403 \end_layout
25404
25405 \begin_layout Standard
25406
25407 \series bold
25408
25409 \backslash
25410 nodashgapcolor
25411 \end_layout
25412
25413 \begin_layout Standard
25414 annule les changements induits par 
25415 \series bold
25416
25417 \backslash
25418 dashgapcolor
25419 \series default
25420 .
25421 \end_layout
25422
25423 \begin_layout Standard
25424 \begin_inset Note Greyedout
25425 status open
25426
25427 \begin_layout Plain Layout
25428
25429 \series bold
25430 Not
25431 \series default
25432 a: s'il y a plusieurs commandes dans une cellule, Il faut placer la commande
25433  de 
25434 \series bold
25435 arydshln
25436 \series default
25437  en premier.
25438  Donc dans la cellule 
25439 \emph on
25440 k
25441 \emph default
25442  du tableau
25443 \begin_inset space ~
25444 \end_inset
25445
25446
25447 \begin_inset CommandInset ref
25448 LatexCommand ref
25449 reference "tab:Colored-table-with"
25450
25451 \end_inset
25452
25453  , la commande 
25454 \series bold
25455
25456 \backslash
25457 hdashline
25458 \series default
25459  est placée avant 
25460 \series bold
25461
25462 \backslash
25463 rowcolor
25464 \series default
25465 .
25466 \end_layout
25467
25468 \end_inset
25469
25470
25471 \end_layout
25472
25473 \begin_layout Standard
25474 \begin_inset Note Greyedout
25475 status open
25476
25477 \begin_layout Plain Layout
25478
25479 \series bold
25480 Nota:
25481 \series default
25482  le paquetage \SpecialChar LaTeX
25483  
25484 \series bold
25485 arydshln
25486 \series default
25487  doit être chargé dans le préambule 
25488 \emph on
25489 avant
25490 \emph default
25491  le paquetage 
25492 \series bold
25493 colortbl
25494 \series default
25495
25496 \begin_inset Index idx
25497 status collapsed
25498
25499 \begin_layout Plain Layout
25500 Paquetages \SpecialChar LaTeX
25501  ! colortbl
25502 \end_layout
25503
25504 \end_inset
25505
25506 .
25507 \end_layout
25508
25509 \end_inset
25510
25511
25512 \end_layout
25513
25514 \begin_layout Standard
25515 \begin_inset ERT
25516 status collapsed
25517
25518 \begin_layout Plain Layout
25519
25520
25521 \backslash
25522 else
25523 \end_layout
25524
25525 \end_inset
25526
25527
25528 \begin_inset Note Note
25529 status open
25530
25531 \begin_layout Plain Layout
25532 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
25533  
25534 \series bold
25535 arydshln
25536 \series default
25537  n'est pas installé :
25538 \end_layout
25539
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \begin_layout Standard
25546 Vous devez installer le paquetage \SpecialChar LaTeX
25547  
25548 \series bold
25549 arydshln
25550 \series default
25551  pour voir le contenu des cette section dans la sortie imprimée.
25552 \end_layout
25553
25554 \begin_layout Standard
25555 \begin_inset ERT
25556 status collapsed
25557
25558 \begin_layout Plain Layout
25559
25560
25561 \backslash
25562 fi
25563 \end_layout
25564
25565 \end_inset
25566
25567
25568 \end_layout
25569
25570 \begin_layout Standard
25571 Pour les détails concernant les filets colorés, voir la documentation du
25572  paquetage 
25573 \series bold
25574 arydshln
25575 \series default
25576
25577 \begin_inset CommandInset citation
25578 LatexCommand cite
25579 key "arydshln"
25580
25581 \end_inset
25582
25583 .
25584 \end_layout
25585
25586 \begin_layout Chapter
25587 Flottants
25588 \begin_inset CommandInset label
25589 LatexCommand label
25590 name "chap:Flottants"
25591
25592 \end_inset
25593
25594
25595 \begin_inset Index idx
25596 status collapsed
25597
25598 \begin_layout Plain Layout
25599 Flottants
25600 \end_layout
25601
25602 \end_inset
25603
25604
25605 \end_layout
25606
25607 \begin_layout Section
25608 Introduction
25609 \begin_inset CommandInset label
25610 LatexCommand label
25611 name "sec:Flottants-Introduction"
25612
25613 \end_inset
25614
25615
25616 \begin_inset Index idx
25617 status collapsed
25618
25619 \begin_layout Plain Layout
25620 Flottants ! Introduction
25621 \end_layout
25622
25623 \end_inset
25624
25625
25626 \end_layout
25627
25628 \begin_layout Standard
25629 Un flottant est une portion de document, qui peut être associé à une étiquette
25630  et dont la position n'est pas fixée.
25631  Il peut 
25632 \begin_inset Quotes fld
25633 \end_inset
25634
25635 flotter
25636 \begin_inset Quotes frd
25637 \end_inset
25638
25639  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
25640  plus approprié.
25641  Les 
25642 \family sans
25643 Notes
25644 \begin_inset space ~
25645 \end_inset
25646
25647 en
25648 \begin_inset space ~
25649 \end_inset
25650
25651 Bas
25652 \begin_inset space ~
25653 \end_inset
25654
25655 de
25656 \begin_inset space ~
25657 \end_inset
25658
25659 Page
25660 \family default
25661  et le 
25662 \family sans
25663 Notes
25664 \begin_inset space ~
25665 \end_inset
25666
25667 en
25668 \begin_inset space ~
25669 \end_inset
25670
25671 Marge
25672 \family default
25673  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
25674  sur la page suivante quand il y a trop de notes sur la page courante.
25675 \end_layout
25676
25677 \begin_layout Standard
25678 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
25679  très grande qualité.
25680  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
25681  éviter des lignes blanches ou des pages sans texte.
25682  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
25683  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
25684  le texte.
25685  Les flottants sont donc numérotés.
25686  Les références croisées sont décrites dans la section
25687 \begin_inset space ~
25688 \end_inset
25689
25690
25691 \begin_inset CommandInset ref
25692 LatexCommand ref
25693 reference "sec:Referencer-les-Flottants"
25694
25695 \end_inset
25696
25697 .
25698 \end_layout
25699
25700 \begin_layout Standard
25701 Pour insérer un flottant, on utilise un des sous menus du menu 
25702 \family sans
25703 Insertion\SpecialChar menuseparator
25704 Flottant
25705 \family default
25706  (barre d'outils 
25707 \begin_inset Info
25708 type  "icon"
25709 arg   "float-insert figure"
25710 \end_inset
25711
25712  ou 
25713 \begin_inset Info
25714 type  "icon"
25715 arg   "float-insert table"
25716 \end_inset
25717
25718 ).
25719  Une boîte va être insérée dans votre document avec par exemple une étiquette
25720  du genre 
25721 \begin_inset Quotes fld
25722 \end_inset
25723
25724 Figure
25725 \begin_inset space ~
25726 \end_inset
25727
25728 #:
25729 \begin_inset Quotes frd
25730 \end_inset
25731
25732  (où # est un numéro).
25733  L'étiquette est automatiquement traduite dans la langue du document dans
25734  la sortie finale.
25735  Après l'étiquette vous pouvez insérer du texte comme légende.
25736  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
25737  séparé, à l'intérieur du flottant.
25738  Vous trouverez plus de détails sur le positionnement des légendes dans
25739  la section
25740 \begin_inset space ~
25741 \end_inset
25742
25743
25744 \begin_inset CommandInset ref
25745 LatexCommand ref
25746 reference "sec:Placement-légende"
25747
25748 \end_inset
25749
25750 .
25751  Pour améliorer la lisibilité de votre document dans \SpecialChar LyX
25752 , vous pouvez fermer
25753  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
25754  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
25755  Une boîte de flottant fermée ressemble à ceci : 
25756 \begin_inset Graphics
25757         filename clipart/float.png
25758         scale 95
25759
25760 \end_inset
25761
25762  – une case grise avec un texte rouge.
25763 \end_layout
25764
25765 \begin_layout Standard
25766 Il est recommandé d'insérer les flottants comme des paragraphes séparés
25767  pour éviter des erreurs avec \SpecialChar LaTeX
25768 , quand le texte qui entoure le flottant est
25769  formaté de façon particulière.
25770 \end_layout
25771
25772 \begin_layout Section
25773 Les types de flottants
25774 \end_layout
25775
25776 \begin_layout Standard
25777 En plus des flottants de figures et de tableau qui sont décrits respectivement
25778  dans les sections
25779 \begin_inset space ~
25780 \end_inset
25781
25782
25783 \begin_inset CommandInset ref
25784 LatexCommand ref
25785 reference "sec:Figure-Floats"
25786
25787 \end_inset
25788
25789  et 
25790 \begin_inset CommandInset ref
25791 LatexCommand ref
25792 reference "sec:Table-Floats"
25793
25794 \end_inset
25795
25796 , \SpecialChar LyX
25797  offre aussi les types 
25798 \family sans
25799 Algorithme
25800 \family default
25801  et 
25802 \family sans
25803 Enrobage
25804 \family default
25805 .
25806  Ces derniers sont expliques dans la section
25807 \begin_inset space \thinspace{}
25808 \end_inset
25809
25810
25811 \begin_inset CommandInset ref
25812 LatexCommand ref
25813 reference "sec:Flottant-d'enrobage"
25814
25815 \end_inset
25816
25817 .
25818 \end_layout
25819
25820 \begin_layout Subsection
25821 Flottant d'algorithme
25822 \begin_inset Index idx
25823 status collapsed
25824
25825 \begin_layout Plain Layout
25826 Flottants ! Algorithmes
25827 \end_layout
25828
25829 \end_inset
25830
25831
25832 \end_layout
25833
25834 \begin_layout Standard
25835 \begin_inset Float algorithm
25836 placement h
25837 wide false
25838 sideways false
25839 status open
25840
25841 \begin_layout Plain Layout
25842 \begin_inset Caption Standard
25843
25844 \begin_layout Plain Layout
25845 \begin_inset CommandInset label
25846 LatexCommand label
25847 name "alg:Exemple-Flottant-Algorithme"
25848
25849 \end_inset
25850
25851 Exemple de flottant d'algorithme
25852 \end_layout
25853
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \begin_layout LyX-Code
25860 for I in 1..N loop
25861 \begin_inset Newline newline
25862 \end_inset
25863
25864  Sum:= Sum + A(I); /*comment*/
25865 \begin_inset Newline newline
25866 \end_inset
25867
25868 end loop
25869 \begin_inset VSpace -4mm
25870 \end_inset
25871
25872
25873 \end_layout
25874
25875 \end_inset
25876
25877
25878 \end_layout
25879
25880 \begin_layout Standard
25881 Ce type de flottant est inséré à l'aide du menu 
25882 \family sans
25883 Insertion\SpecialChar menuseparator
25884 Flottant\SpecialChar menuseparator
25885 Algorithme
25886 \family default
25887 .
25888  Il peut être utilisé pour des morceaux de code source ou des descriptions
25889  d'algorithmes et peut être utilisé comme une alternative au listing de
25890  code source qui est décrit au chapitre
25891 \begin_inset space ~
25892 \end_inset
25893
25894
25895 \begin_inset CommandInset ref
25896 LatexCommand ref
25897 reference "cha:Program-Code-Listings"
25898
25899 \end_inset
25900
25901 .
25902  Vous pouvez par exemple utiliser l'environnement Code
25903 \begin_inset space ~
25904 \end_inset
25905
25906 \SpecialChar LyX
25907  qui est décrit dans le 
25908 \emph on
25909 Guide
25910 \emph default
25911
25912 \begin_inset space ~
25913 \end_inset
25914
25915
25916 \emph on
25917 de
25918 \begin_inset space ~
25919 \end_inset
25920
25921 l'Utilisateur
25922 \emph default
25923  de \SpecialChar LyX
25924 .
25925  l'algorithme
25926 \begin_inset space ~
25927 \end_inset
25928
25929
25930 \begin_inset CommandInset ref
25931 LatexCommand ref
25932 reference "alg:Exemple-Flottant-Algorithme"
25933
25934 \end_inset
25935
25936  est un exemple de flottant d'algorithme où un espace vertical de -4
25937 \begin_inset space \thinspace{}
25938 \end_inset
25939
25940 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
25941  soit placée exactement sous le texte de la dernière ligne.
25942 \end_layout
25943
25944 \begin_layout Standard
25945 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
25946  du document.
25947  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
25948 ent en ajoutant la ligne suivante dans le préambule de votre document :
25949 \end_layout
25950
25951 \begin_layout Standard
25952
25953 \series bold
25954
25955 \backslash
25956 floatname{algorithm}{votre
25957 \begin_inset space ~
25958 \end_inset
25959
25960 nom}
25961 \end_layout
25962
25963 \begin_layout Standard
25964
25965 \family sans
25966  votre
25967 \begin_inset space ~
25968 \end_inset
25969
25970 nom
25971 \family default
25972  est le mot 
25973 \begin_inset Quotes fld
25974 \end_inset
25975
25976
25977 \emph on
25978 algorithme
25979 \emph default
25980
25981 \begin_inset Quotes frd
25982 \end_inset
25983
25984  dans votre langue.
25985 \end_layout
25986
25987 \begin_layout Standard
25988 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
25989 \family sans
25990 Insertion\SpecialChar menuseparator
25991 Listes
25992 \begin_inset space ~
25993 \end_inset
25994
25995 &
25996 \begin_inset space ~
25997 \end_inset
25998
25999 TdM\SpecialChar menuseparator
26000 Liste
26001 \begin_inset space ~
26002 \end_inset
26003
26004 des
26005 \begin_inset space ~
26006 \end_inset
26007
26008 algorithmes
26009 \family default
26010  si votre document est en la même langue que les menus de \SpecialChar LyX
26011 .
26012  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
26013  en code \SpecialChar TeX
26014  à la place:
26015 \end_layout
26016
26017 \begin_layout Standard
26018
26019 \series bold
26020
26021 \backslash
26022 listof{algorithm}{votre
26023 \begin_inset space ~
26024 \end_inset
26025
26026 nom}
26027 \end_layout
26028
26029 \begin_layout Standard
26030 où 
26031 \family sans
26032 votre
26033 \begin_inset space ~
26034 \end_inset
26035
26036 nom
26037 \family default
26038  est la traduction de 
26039 \begin_inset Quotes fld
26040 \end_inset
26041
26042
26043 \emph on
26044 List of Algorithm
26045 \emph default
26046 s
26047 \begin_inset Quotes frd
26048 \end_inset
26049
26050  dans votre langue.
26051 \end_layout
26052
26053 \begin_layout Standard
26054 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
26055  le schéma 
26056 \begin_inset Quotes fld
26057 \end_inset
26058
26059 chapitre.algorithme
26060 \begin_inset Quotes frd
26061 \end_inset
26062
26063  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
26064  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
26065  commande dans le préambule de votre document :
26066 \end_layout
26067
26068 \begin_layout Standard
26069
26070 \series bold
26071
26072 \backslash
26073 numberwithin{algorithm}{chapter}
26074 \end_layout
26075
26076 \begin_layout Standard
26077 Pour pouvoir utiliser la commande 
26078 \series bold
26079
26080 \backslash
26081 numberwithin
26082 \series default
26083 , activez l'option 
26084 \family sans
26085 Utiliser
26086 \begin_inset space ~
26087 \end_inset
26088
26089 le
26090 \begin_inset space ~
26091 \end_inset
26092
26093 paquetage
26094 \begin_inset space ~
26095 \end_inset
26096
26097 AMS
26098 \begin_inset space ~
26099 \end_inset
26100
26101 math
26102 \family default
26103  dans la rubrique 
26104 \family sans
26105 Options
26106 \begin_inset space ~
26107 \end_inset
26108
26109 des
26110 \begin_inset space ~
26111 \end_inset
26112
26113 Maths
26114 \family default
26115  de la fenêtre de dialogue 
26116 \family sans
26117 Paramètres
26118 \begin_inset space ~
26119 \end_inset
26120
26121 du
26122 \begin_inset space ~
26123 \end_inset
26124
26125 Document
26126 \family default
26127 .
26128 \end_layout
26129
26130 \begin_layout Section
26131 Numérotation des flottants
26132 \begin_inset Index idx
26133 status collapsed
26134
26135 \begin_layout Plain Layout
26136 Flottants ! Numérotation
26137 \end_layout
26138
26139 \end_inset
26140
26141
26142 \end_layout
26143
26144 \begin_layout Standard
26145 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
26146  ils se trouvent, soit en utilisant un format du genre 
26147 \begin_inset Quotes fld
26148 \end_inset
26149
26150 chapitre.numéro
26151 \begin_inset Quotes frd
26152 \end_inset
26153
26154  ou 
26155 \begin_inset Quotes fld
26156 \end_inset
26157
26158 section.numéro
26159 \begin_inset Quotes frd
26160 \end_inset
26161
26162 .
26163  Cela dépend de la classe de document utilisée.
26164 \end_layout
26165
26166 \begin_layout Standard
26167 Pour changer le format de la numérotation qui ne dépend pas de la section
26168  dans laquelle on se trouve, on peut utiliser la commande suivante dans
26169  le préambule du document :
26170 \end_layout
26171
26172 \begin_layout Standard
26173
26174 \series bold
26175
26176 \backslash
26177 renewcommand{
26178 \backslash
26179 thetable}{
26180 \backslash
26181 roman{table}}
26182 \end_layout
26183
26184 \begin_layout Standard
26185
26186 \series bold
26187
26188 \backslash
26189 thetable
26190 \series default
26191  est la commande qui imprime le numéro du tableau, pour les figures, la
26192  commande serait 
26193 \series bold
26194
26195 \backslash
26196 thefigure
26197 \series default
26198 .
26199  La commande 
26200 \series bold
26201
26202 \backslash
26203 roman
26204 \series default
26205  utilisée dans la commande précédente, imprime le numéro du tableau sous
26206  forme de petits chiffres romains.
26207 \end_layout
26208
26209 \begin_layout Standard
26210 Pour changer le type de numérotation pour par exemple 
26211 \begin_inset Quotes fld
26212 \end_inset
26213
26214 sous-section.numéro
26215 \begin_inset Quotes frd
26216 \end_inset
26217
26218 , utilisez la commande suivante dans le préambule du document :
26219 \end_layout
26220
26221 \begin_layout Standard
26222
26223 \series bold
26224
26225 \backslash
26226 numberwithin{table}{subsection}
26227 \end_layout
26228
26229 \begin_layout Standard
26230 Pour pouvoir utiliser la commande 
26231 \series bold
26232
26233 \backslash
26234 numberwithin
26235 \series default
26236 , vous devez activer l'option 
26237 \family sans
26238 Utiliser
26239 \begin_inset space ~
26240 \end_inset
26241
26242 le
26243 \begin_inset space ~
26244 \end_inset
26245
26246 paquetage
26247 \begin_inset space ~
26248 \end_inset
26249
26250 maths
26251 \begin_inset space ~
26252 \end_inset
26253
26254 AMS
26255 \family default
26256  dans la rubrique 
26257 \family sans
26258 Options
26259 \begin_inset space ~
26260 \end_inset
26261
26262 des
26263 \begin_inset space ~
26264 \end_inset
26265
26266 Maths
26267 \family default
26268  de la fenêtre de dialogue 
26269 \family sans
26270 Paramètres
26271 \family default
26272  du document.
26273 \end_layout
26274
26275 \begin_layout Standard
26276 Veuillez aussi jeter un coup d'œil à la section
26277 \begin_inset space ~
26278 \end_inset
26279
26280
26281 \begin_inset CommandInset ref
26282 LatexCommand ref
26283 reference "subsec:Numerotation-notes-bas-de-page"
26284
26285 \end_inset
26286
26287  pour plus de détails et des notes importantes sur les commandes de numérotation.
26288 \end_layout
26289
26290 \begin_layout Section
26291 Faire référence à des flottants
26292 \begin_inset CommandInset label
26293 LatexCommand label
26294 name "sec:Referencer-les-Flottants"
26295
26296 \end_inset
26297
26298
26299 \begin_inset Index idx
26300 status collapsed
26301
26302 \begin_layout Plain Layout
26303 Flottants ! Références
26304 \end_layout
26305
26306 \end_inset
26307
26308
26309 \begin_inset Index idx
26310 status collapsed
26311
26312 \begin_layout Plain Layout
26313 References@Références ! à des Flottants 
26314 \end_layout
26315
26316 \end_inset
26317
26318
26319 \end_layout
26320
26321 \begin_layout Standard
26322 Pour faire référence à un flottant, insérez une étiquette dans sa légende
26323  en utilisant le menu 
26324 \family sans
26325 Insertion\SpecialChar menuseparator
26326 Étiquette
26327 \family default
26328  ou le bouton 
26329 \begin_inset Info
26330 type  "icon"
26331 arg   "label-insert"
26332 \end_inset
26333
26334  de la barre d'outils.
26335  Une boîte grise de ce genre : 
26336 \begin_inset Graphics
26337         filename clipart/label.png
26338         scaleBeforeRotation
26339
26340 \end_inset
26341
26342  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
26343  de saisir le texte de l'étiquette.
26344  \SpecialChar LyX
26345  propose comme texte pour l'étiquette les premiers mots de la légendes
26346  précédés d'un préfixe.
26347  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
26348  préfixe sera 
26349 \begin_inset Quotes fld
26350 \end_inset
26351
26352
26353 \family sans
26354 fig:
26355 \family default
26356
26357 \begin_inset Quotes frd
26358 \end_inset
26359
26360 .
26361 \end_layout
26362
26363 \begin_layout Standard
26364 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
26365  Vous pouvez faire référence à cette étiquette en utilisant le menu 
26366 \family sans
26367 Insertion\SpecialChar menuseparator
26368 Référence
26369 \begin_inset space ~
26370 \end_inset
26371
26372 Croisée
26373 \family default
26374  ou le bouton 
26375 \begin_inset Info
26376 type  "icon"
26377 arg   "dialog-show-new-inset ref"
26378 \end_inset
26379
26380  de la barre d'outils.
26381  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
26382  définies dans votre document.
26383  Si vous avez plusieurs documents \SpecialChar LyX
26384  ouverts, vous pouvez choisir celui que
26385  vous voulez utiliser avec la liste déroulante qui se trouve en haut de
26386  la fenêtre de dialogue.
26387  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
26388  une.
26389  Une boîte grise de référence croisée comme celle-ci : 
26390 \begin_inset Graphics
26391         filename clipart/reference.png
26392         scaleBeforeRotation
26393
26394 \end_inset
26395
26396  va être insérée.
26397  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
26398  de la référence croisée.
26399 \end_layout
26400
26401 \begin_layout Standard
26402 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
26403  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
26404  les deux.
26405  Si une référence croisées fait référence à une étiquette qui n'existe pas,
26406  vous verrez deux points d'interrogation dans la sortie imprimée à la place
26407  du numéro de la référence.
26408 \end_layout
26409
26410 \begin_layout Standard
26411 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
26412  Les références vers l'étiquette modifiée seront mise à jour automatiquement
26413  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
26414  pas à vous en préoccuper.
26415 \end_layout
26416
26417 \begin_layout Standard
26418 Le bouton 
26419 \family sans
26420 Aller
26421 \begin_inset space ~
26422 \end_inset
26423
26424 à
26425 \begin_inset space ~
26426 \end_inset
26427
26428 l'étiquette
26429 \family default
26430  dans la fenêtre de référence croisée va positionner le curseur juste devant
26431  l'étiquette à laquelle on fait référence.
26432  Le nom du bouton bouton 
26433 \family sans
26434 Revenir
26435 \family default
26436  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
26437 \end_layout
26438
26439 \begin_layout Subsection
26440 Formats de références croisées
26441 \begin_inset CommandInset label
26442 LatexCommand label
26443 name "subsec:Formats-Références-Croisées"
26444
26445 \end_inset
26446
26447
26448 \begin_inset Index idx
26449 status collapsed
26450
26451 \begin_layout Plain Layout
26452 References@Références ! Formats
26453 \end_layout
26454
26455 \end_inset
26456
26457
26458 \end_layout
26459
26460 \begin_layout Standard
26461 Il y a six types de références croisées :
26462 \end_layout
26463
26464 \begin_layout Description
26465 <référence>
26466 \begin_inset space ~
26467 \end_inset
26468
26469 : affiche le numéro de l'élément, c'est le choix implicite : 
26470 \begin_inset CommandInset ref
26471 LatexCommand ref
26472 reference "fig:Deux-images-déformées"
26473
26474 \end_inset
26475
26476
26477 \end_layout
26478
26479 \begin_layout Description
26480 (<référence>)
26481 \begin_inset space ~
26482 \end_inset
26483
26484 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
26485  normalement pour faire référence à des formules mathématiques, en particulier
26486  quand le mot 
26487 \begin_inset Quotes fld
26488 \end_inset
26489
26490 Équation
26491 \begin_inset Quotes frd
26492 \end_inset
26493
26494  est omis : 
26495 \begin_inset CommandInset ref
26496 LatexCommand eqref
26497 reference "eq:Wgn"
26498
26499 \end_inset
26500
26501
26502 \end_layout
26503
26504 \begin_layout Description
26505 <page>
26506 \begin_inset space ~
26507 \end_inset
26508
26509 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
26510 \begin_inset space ~
26511 \end_inset
26512
26513
26514 \begin_inset CommandInset ref
26515 LatexCommand pageref
26516 reference "fig:Deux-images-déformées"
26517
26518 \end_inset
26519
26520
26521 \end_layout
26522
26523 \begin_layout Description
26524 Sur
26525 \begin_inset space ~
26526 \end_inset
26527
26528 la
26529 \begin_inset space ~
26530 \end_inset
26531
26532 page
26533 \begin_inset space ~
26534 \end_inset
26535
26536 <page>
26537 \begin_inset space ~
26538 \end_inset
26539
26540 : affiche le mot 
26541 \begin_inset Quotes fld
26542 \end_inset
26543
26544 page
26545 \begin_inset Quotes frd
26546 \end_inset
26547
26548  suivi du numéro de la page sur laquelle se trouve l'élément : 
26549 \begin_inset CommandInset ref
26550 LatexCommand vpageref
26551 reference "fig:Deux-images-déformées"
26552
26553 \end_inset
26554
26555
26556 \end_layout
26557
26558 \begin_layout Description
26559 <référence>
26560 \begin_inset space ~
26561 \end_inset
26562
26563 page
26564 \begin_inset space ~
26565 \end_inset
26566
26567 <page>
26568 \begin_inset space ~
26569 \end_inset
26570
26571 : affiche le numéro de l'élément, le mot 
26572 \begin_inset Quotes fld
26573 \end_inset
26574
26575 page
26576 \begin_inset Quotes frd
26577 \end_inset
26578
26579  et le numéro de la page : 
26580 \begin_inset CommandInset ref
26581 LatexCommand vref
26582 reference "fig:Deux-images-déformées"
26583
26584 \end_inset
26585
26586
26587 \end_layout
26588
26589 \begin_layout Description
26590 Référence
26591 \begin_inset space ~
26592 \end_inset
26593
26594 mise
26595 \begin_inset space ~
26596 \end_inset
26597
26598 en
26599 \begin_inset space ~
26600 \end_inset
26601
26602 forme
26603 \begin_inset space ~
26604 \end_inset
26605
26606 : affiche une référence croisée qui définit son propre format.
26607 \begin_inset Newline newline
26608 \end_inset
26609
26610
26611 \begin_inset Note Greyedout
26612 status open
26613
26614 \begin_layout Plain Layout
26615
26616 \series bold
26617 Note:
26618 \series default
26619  Ce type de référence croisée n'est disponible que si vous avez installé
26620  le paquetage \SpecialChar LaTeX
26621  
26622 \series bold
26623 prettyref
26624 \series default
26625  ou 
26626 \series bold
26627 refstyle
26628 \series default
26629
26630 \begin_inset Index idx
26631 status collapsed
26632
26633 \begin_layout Plain Layout
26634 Paquetages \SpecialChar LaTeX
26635  ! prettyref
26636 \end_layout
26637
26638 \end_inset
26639
26640
26641 \begin_inset Index idx
26642 status collapsed
26643
26644 \begin_layout Plain Layout
26645 Paquetages \SpecialChar LaTeX
26646  ! refstyle
26647 \end_layout
26648
26649 \end_inset
26650
26651 .
26652 \end_layout
26653
26654 \end_inset
26655
26656
26657 \begin_inset Newline newline
26658 \end_inset
26659
26660 Vous pouvez choisir le paquetage \SpecialChar LaTeX
26661  qui doit être utilisé pour cette fonction
26662  en utilisant l'option 
26663 \family sans
26664 Utiliser refstyle (à la place de prettyref) pour les références croisées
26665 \family default
26666  dans le menu 
26667 \family sans
26668 Document\SpecialChar menuseparator
26669 Paramètres\SpecialChar menuseparator
26670 Classe de document
26671 \family default
26672 .
26673  Le format est précisé en ajoutant la commande 
26674 \series bold
26675
26676 \backslash
26677 newrefformat
26678 \series default
26679  (prettyref) ou 
26680 \series bold
26681
26682 \backslash
26683 newref
26684 \series default
26685  (refstyle) au préambule du document.
26686  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
26687  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
26688 \begin_inset space ~
26689 \end_inset
26690
26691 :
26692 \begin_inset Newline newline
26693 \end_inset
26694
26695
26696 \series bold
26697
26698 \backslash
26699 newref{fig}{refcmd={Image sur la page 
26700 \backslash
26701 pageref{#1}}}
26702 \series default
26703
26704 \begin_inset Newline newline
26705 \end_inset
26706
26707 Pour plus d'information sur le format, jetez un œil sur la documentation
26708  du paquetage, 
26709 \begin_inset CommandInset citation
26710 LatexCommand cite
26711 key "prettyref,refstyle"
26712
26713 \end_inset
26714
26715 .
26716 \end_layout
26717
26718 \begin_layout Description
26719 Référence
26720 \begin_inset space ~
26721 \end_inset
26722
26723 textuelle: affiche la légende de la référence
26724 \begin_inset space ~
26725 \end_inset
26726
26727
26728 \begin_inset CommandInset ref
26729 LatexCommand nameref
26730 reference "fig:Deux-images-déformées"
26731
26732 \end_inset
26733
26734
26735 \end_layout
26736
26737 \begin_layout Standard
26738
26739 \family sans
26740 <page>
26741 \family default
26742  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
26743  précédente, la même page ou la page suivante.
26744  Vous verrez par exemple un texte du genre 
26745 \begin_inset Quotes fld
26746 \end_inset
26747
26748
26749 \family sans
26750 sur cette page
26751 \family default
26752
26753 \begin_inset Quotes frd
26754 \end_inset
26755
26756  à la place.
26757  Le style 
26758 \family sans
26759 <référence>
26760 \begin_inset space ~
26761 \end_inset
26762
26763 page
26764 \begin_inset space ~
26765 \end_inset
26766
26767 <page> 
26768 \family default
26769 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
26770  page.
26771 \end_layout
26772
26773 \begin_layout Standard
26774 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
26775  se trouve sont calculés automatiquement par \SpecialChar LaTeX
26776 .
26777  Vous choisissez une des six variétés de références dans le champ Format
26778  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
26779  boîte de la référence croisée.
26780 \end_layout
26781
26782 \begin_layout Standard
26783 \begin_inset Note Greyedout
26784 status open
26785
26786 \begin_layout Plain Layout
26787
26788 \series bold
26789 Note:
26790 \series default
26791  L'utilisation du paquetage \SpecialChar LaTeX
26792  
26793 \series bold
26794 refstyle
26795 \series default
26796
26797 \begin_inset Index idx
26798 status collapsed
26799
26800 \begin_layout Plain Layout
26801 Paquetages \SpecialChar LaTeX
26802  ! refstyle
26803 \end_layout
26804
26805 \end_inset
26806
26807  est recommandée parce que 
26808 \series bold
26809 prettyref
26810 \series default
26811
26812 \begin_inset Index idx
26813 status collapsed
26814
26815 \begin_layout Plain Layout
26816 Paquetages \SpecialChar LaTeX
26817  ! prettyref
26818 \end_layout
26819
26820 \end_inset
26821
26822  ne connaît pas tous les raccourcis possibles pour les étiquettes
26823 \begin_inset Foot
26824 status collapsed
26825
26826 \begin_layout Plain Layout
26827 \begin_inset Quotes fld
26828 \end_inset
26829
26830 fig:
26831 \begin_inset Quotes frd
26832 \end_inset
26833
26834  est par exemple le raccourci \SpecialChar LyX
26835  pour les étiquettes dans les légendes de
26836  figures,.
26837 \end_layout
26838
26839 \end_inset
26840
26841  et n'est pas internationalisé.
26842 \end_layout
26843
26844 \end_inset
26845
26846
26847 \end_layout
26848
26849 \begin_layout Subsection
26850 Nommage automatique des références croisées
26851 \begin_inset Index idx
26852 status collapsed
26853
26854 \begin_layout Plain Layout
26855 References@Références ! Nommage automatique
26856 \end_layout
26857
26858 \end_inset
26859
26860
26861 \end_layout
26862
26863 \begin_layout Standard
26864 Le paquetage \SpecialChar LaTeX
26865  
26866 \series bold
26867 hyperref
26868 \series default
26869
26870 \begin_inset Index idx
26871 status collapsed
26872
26873 \begin_layout Plain Layout
26874 Paquetages \SpecialChar LaTeX
26875  ! hyperref
26876 \end_layout
26877
26878 \end_inset
26879
26880
26881 \series bold
26882
26883 \series default
26884 qui est activé dans la rubrique 
26885 \family sans
26886 Propriétés du PDF
26887 \family default
26888  de la fenêtre de dialogue 
26889 \family sans
26890 Paramètres du document
26891 \family default
26892  fournit une fonction très utile pour automatiser la création des références
26893  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
26894  une section).
26895  Par exemple pour vous éviter de devoir écrire le mot 
26896 \begin_inset Quotes fld
26897 \end_inset
26898
26899 Figure
26900 \begin_inset Quotes frd
26901 \end_inset
26902
26903  devant chaque référence à une figure.
26904  Pour profiter de ce nommage automatique des références croisées, vous devez
26905  activer 
26906 \series bold
26907 hyperref
26908 \series default
26909  et insérer la ligne suivante dans le préambule du document :
26910 \end_layout
26911
26912 \begin_layout Standard
26913
26914 \series bold
26915
26916 \backslash
26917 AtBeginDocument{
26918 \backslash
26919 renewcommand{
26920 \backslash
26921 ref}[1]{
26922 \backslash
26923 mbox{
26924 \backslash
26925 autoref{#1}}}}
26926 \end_layout
26927
26928 \begin_layout Standard
26929 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
26930  défaut, par exemple vous préférez le nom 
26931 \begin_inset Quotes fld
26932 \end_inset
26933
26934 sec.
26935 \begin_inset Quotes frd
26936 \end_inset
26937
26938  plutôt que 
26939 \begin_inset Quotes fld
26940 \end_inset
26941
26942 section
26943 \begin_inset Quotes frd
26944 \end_inset
26945
26946 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
26947 \end_layout
26948
26949 \begin_layout Standard
26950
26951 \series bold
26952
26953 \backslash
26954 addto
26955 \backslash
26956 extrasfrench{
26957 \backslash
26958 renewcommand{
26959 \backslash
26960 sectionautorefname}
26961 \begin_inset Newline newline
26962 \end_inset
26963
26964
26965 \begin_inset Phantom HPhantom
26966 status open
26967
26968 \begin_layout Plain Layout
26969
26970 \series bold
26971 \begin_inset space ~
26972 \end_inset
26973
26974
26975 \end_layout
26976
26977 \end_inset
26978
26979 {sec.
26980 \backslash
26981 negthinspace}}
26982 \end_layout
26983
26984 \begin_layout Standard
26985 Si vous utilisez une autre langue que le français, remplacez 
26986 \series bold
26987
26988 \backslash
26989 extrasfrench
26990 \series default
26991  par 
26992 \series bold
26993
26994 \backslash
26995 extras***
26996 \series default
26997 , où *** est le nom de la langue que vous utilisez.
26998
26999 \series bold
27000  
27001 \end_layout
27002
27003 \begin_layout Standard
27004 Pour avoir des noms automatiques, mais pas pour certains types de références,
27005  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
27006 \end_layout
27007
27008 \begin_layout Standard
27009
27010 \series bold
27011
27012 \backslash
27013 addto
27014 \backslash
27015 extrasfrench{
27016 \backslash
27017 renewcommand*{
27018 \backslash
27019 equationautorefname}[1]{}}
27020 \end_layout
27021
27022 \begin_layout Standard
27023 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
27024  de 
27025 \series bold
27026 hyperref
27027 \series default
27028  
27029 \begin_inset CommandInset citation
27030 LatexCommand cite
27031 key "hyperref"
27032
27033 \end_inset
27034
27035 .
27036 \end_layout
27037
27038 \begin_layout Standard
27039 \begin_inset Note Greyedout
27040 status open
27041
27042 \begin_layout Plain Layout
27043
27044 \series bold
27045 Note:
27046 \series default
27047  Le nommage automatique de références ne peut être utilisé si vous avez
27048  choisi le style de référence 
27049 \family sans
27050 Référence
27051 \begin_inset space ~
27052 \end_inset
27053
27054 mise
27055 \begin_inset space ~
27056 \end_inset
27057
27058 en
27059 \begin_inset space ~
27060 \end_inset
27061
27062 forme
27063 \family default
27064  décrit dans la section
27065 \begin_inset space ~
27066 \end_inset
27067
27068
27069 \begin_inset CommandInset ref
27070 LatexCommand ref
27071 reference "subsec:Formats-Références-Croisées"
27072
27073 \end_inset
27074
27075 .
27076 \end_layout
27077
27078 \end_inset
27079
27080
27081 \end_layout
27082
27083 \begin_layout Standard
27084 Le manuel 
27085 \emph on
27086 Math
27087 \emph default
27088  est un exemple dans lequel on a utilisé le référencement automatique.
27089 \end_layout
27090
27091 \begin_layout Subsection
27092 Positionnement des références 
27093 \begin_inset CommandInset label
27094 LatexCommand label
27095 name "subsec:Reference-Position"
27096
27097 \end_inset
27098
27099
27100 \begin_inset Index idx
27101 status collapsed
27102
27103 \begin_layout Plain Layout
27104 References@Références ! Positionnement
27105 \end_layout
27106
27107 \end_inset
27108
27109
27110 \end_layout
27111
27112 \begin_layout Standard
27113 Si vous utilisez le paquetage 
27114 \series bold
27115 hyperref, 
27116 \series default
27117 qui est activé dans la rubrique 
27118 \family sans
27119 Propriétés du PDF
27120 \family default
27121  de la fenêtre de dialogue 
27122 \family sans
27123 Paramètres du document,
27124 \family default
27125  pour lier vos références croisées dans la sortie finale, vous verrez que
27126  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
27127  l'image.
27128  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
27129  pourrez voir l'image sans faire défiler le texte.
27130  Ce problème vient du fait que le point d'ancrage de la référence se situe
27131  à l'endroit de l'étiquette.
27132  En utilisant le paquetage \SpecialChar LaTeX
27133  
27134 \series bold
27135 hypcap
27136 \series default
27137
27138 \begin_inset Index idx
27139 status collapsed
27140
27141 \begin_layout Plain Layout
27142 Paquetages \SpecialChar LaTeX
27143  ! hypcap
27144 \end_layout
27145
27146 \end_inset
27147
27148 , qui fait partie du paquetage \SpecialChar LaTeX
27149  
27150 \series bold
27151 oberdiek
27152 \series default
27153
27154 \begin_inset Index idx
27155 status collapsed
27156
27157 \begin_layout Plain Layout
27158 Paquetages \SpecialChar LaTeX
27159  ! oberdiek
27160 \end_layout
27161
27162 \end_inset
27163
27164 , le point d'ancrage d'un lien est place en haut du flottant.
27165  Pour utiliser cette fonction avec les flottants de figure, chargez 
27166 \series bold
27167 hypcap
27168 \series default
27169  dans l'entête du document avec la ligne
27170 \end_layout
27171
27172 \begin_layout Standard
27173
27174 \series bold
27175
27176 \backslash
27177 usepackage[figure]{hypcap}
27178 \end_layout
27179
27180 \begin_layout Standard
27181 Vous pouvez aussi utiliser 
27182 \series bold
27183 hypcap
27184 \series default
27185  pour tous les types de flottants, mais ce n'est pas recommandé pour des
27186  raisons de stabilité.
27187  Pour plus d'information, jetez un coup d'œil au manuel d' 
27188 \series bold
27189 hypcap
27190 \series default
27191  
27192 \begin_inset CommandInset citation
27193 LatexCommand cite
27194 key "hypcap"
27195
27196 \end_inset
27197
27198 .
27199 \end_layout
27200
27201 \begin_layout Standard
27202 \begin_inset Note Greyedout
27203 status open
27204
27205 \begin_layout Plain Layout
27206
27207 \series bold
27208 Note:
27209 \series default
27210  
27211 \series bold
27212 hypcap
27213 \series default
27214  n'a aucun effet pour les références à des sous-figures.
27215 \end_layout
27216
27217 \end_inset
27218
27219
27220 \end_layout
27221
27222 \begin_layout Section
27223 Placement des flottants
27224 \begin_inset CommandInset label
27225 LatexCommand label
27226 name "sec:Placement-flottants"
27227
27228 \end_inset
27229
27230
27231 \begin_inset Index idx
27232 status collapsed
27233
27234 \begin_layout Plain Layout
27235 Flottants ! Placement
27236 \end_layout
27237
27238 \end_inset
27239
27240
27241 \end_layout
27242
27243 \begin_layout Standard
27244 En faisant un clic droit sur la boîte d'un flottant et 
27245 \lang english
27246 clicking on 
27247 \family sans
27248 Settings
27249 \family default
27250 \lang french
27251  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
27252  paramètres de placement que \SpecialChar LaTeX
27253  utilise pour déterminer où placer le flottant.
27254 \begin_inset Newline newline
27255 \end_inset
27256
27257 L'option 
27258 \family sans
27259 Plusieurs
27260 \begin_inset space ~
27261 \end_inset
27262
27263 colonnes
27264 \family default
27265  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
27266  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
27267  confiné sur une seule colonne.
27268 \begin_inset Newline newline
27269 \end_inset
27270
27271 L'option 
27272 \family sans
27273 Rotation
27274 \begin_inset space ~
27275 \end_inset
27276
27277 90°
27278 \family default
27279  est utilisée pour faire tourner les flottants, voyez la section
27280 \begin_inset space ~
27281 \end_inset
27282
27283
27284 \begin_inset CommandInset ref
27285 LatexCommand ref
27286 reference "sec:Flottants-renversés"
27287
27288 \end_inset
27289
27290 .
27291 \end_layout
27292
27293 \begin_layout Standard
27294 En désactivant l'option 
27295 \family sans
27296 Utilise
27297 \begin_inset space ~
27298 \end_inset
27299
27300 le
27301 \begin_inset space ~
27302 \end_inset
27303
27304 placement
27305 \begin_inset space ~
27306 \end_inset
27307
27308 par
27309 \begin_inset space ~
27310 \end_inset
27311
27312 défaut
27313 \family default
27314  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
27315  le placement du flottant:
27316 \end_layout
27317
27318 \begin_layout Description
27319 Ici,
27320 \begin_inset space ~
27321 \end_inset
27322
27323 si
27324 \begin_inset space ~
27325 \end_inset
27326
27327 possible: essaie de placer le flottant à la position où il a été inséré
27328  dans \SpecialChar LyX
27329
27330 \end_layout
27331
27332 \begin_layout Description
27333 Haut
27334 \begin_inset space ~
27335 \end_inset
27336
27337 de
27338 \begin_inset space ~
27339 \end_inset
27340
27341 la
27342 \begin_inset space ~
27343 \end_inset
27344
27345 page: essaie de placer le flottant en haut de la page courante
27346 \end_layout
27347
27348 \begin_layout Description
27349 Bas
27350 \begin_inset space ~
27351 \end_inset
27352
27353 de
27354 \begin_inset space ~
27355 \end_inset
27356
27357 la
27358 \begin_inset space ~
27359 \end_inset
27360
27361 page: essaie de placer le flottant en bas de la page courante
27362 \end_layout
27363
27364 \begin_layout Description
27365 Page
27366 \begin_inset space ~
27367 \end_inset
27368
27369 de
27370 \begin_inset space ~
27371 \end_inset
27372
27373 flottants: essaie de placer le flottant sur une page à part, éventuellement
27374  avec d'autres flottants 
27375 \end_layout
27376
27377 \begin_layout Standard
27378 \SpecialChar LaTeX
27379  utilise
27380 \emph on
27381  toujours 
27382 \emph default
27383 les options dans l'ordre donné ci-dessus.
27384  Ce qui veut dire que si vous utilisez le placement implicite, \SpecialChar LaTeX
27385  va d'abord
27386  essayer 
27387 \family sans
27388 Ici
27389 \begin_inset space ~
27390 \end_inset
27391
27392 si
27393 \begin_inset space ~
27394 \end_inset
27395
27396 possible
27397 \family default
27398 , ensuite 
27399 \family sans
27400 Haut
27401 \begin_inset space ~
27402 \end_inset
27403
27404 de
27405 \begin_inset space ~
27406 \end_inset
27407
27408 la
27409 \begin_inset space ~
27410 \end_inset
27411
27412 page
27413 \family default
27414 , et ainsi de suite.
27415  Si vous n'utilisez pas le placement implicite, \SpecialChar LaTeX
27416  va essayer les options
27417  que vous avez cochées, mais dans l'ordre donné ci-dessus.
27418  Si aucune des quatre options de placement n'est possible, la procédure
27419  est répétée avec la possibilité de mettre les flottant sur la page suivante.
27420 \end_layout
27421
27422 \begin_layout Standard
27423 Implicitement, chaque option a ses propres règles d'application:
27424 \end_layout
27425
27426 \begin_layout Standard
27427
27428 \family sans
27429 Haut
27430 \begin_inset space ~
27431 \end_inset
27432
27433 de
27434 \begin_inset space ~
27435 \end_inset
27436
27437 la
27438 \begin_inset space ~
27439 \end_inset
27440
27441 page
27442 \family default
27443  : seuls les flottants occupant moins de 70% de la page peuvent être placés
27444  en haut de page (
27445 \series bold
27446
27447 \backslash
27448 topfraction
27449 \series default
27450 ).
27451 \end_layout
27452
27453 \begin_layout Standard
27454
27455 \family sans
27456 Bas
27457 \begin_inset space ~
27458 \end_inset
27459
27460 de
27461 \begin_inset space ~
27462 \end_inset
27463
27464 la
27465 \begin_inset space ~
27466 \end_inset
27467
27468 page
27469 \family default
27470  : seuls les flottants occupant moins de 30% de la page peuvent être placés
27471  en bas de page (
27472 \series bold
27473
27474 \backslash
27475 bottomfraction
27476 \series default
27477 ).
27478 \end_layout
27479
27480 \begin_layout Standard
27481
27482 \family sans
27483 Page
27484 \begin_inset space ~
27485 \end_inset
27486
27487 de
27488 \begin_inset space ~
27489 \end_inset
27490
27491 flottants
27492 \family default
27493  : plusieurs flottants peuvent être placés ensembles sur une page seulement
27494  si ils occupent plus de 50% de celle-ci (
27495 \series bold
27496
27497 \backslash
27498 floatpagefraction
27499 \series default
27500 ).
27501 \end_layout
27502
27503 \begin_layout Standard
27504 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
27505  supplémentaire 
27506 \family sans
27507 Ignorer
27508 \begin_inset space ~
27509 \end_inset
27510
27511 les
27512 \begin_inset space ~
27513 \end_inset
27514
27515 règles
27516 \begin_inset space ~
27517 \end_inset
27518
27519 \SpecialChar LaTeX
27520
27521 \family default
27522 \lang english
27523 .
27524 \begin_inset Newline newline
27525 \end_inset
27526
27527
27528 \lang french
27529 Vous pouvez aussi redéfinir les règles avec les commandes \SpecialChar LaTeX
27530  qui sont données
27531  entre parenthèses après les descriptions des règles données ci-dessus.
27532  Par exemple, pour augmenter à 50
27533 \begin_inset space \thinspace{}
27534 \end_inset
27535
27536 % la valeur de la règle de bas de page dont la valeur implicite est souvent
27537  trop petite, ajoutez cette ligne au préambule de votre document :
27538 \end_layout
27539
27540 \begin_layout Standard
27541
27542 \series bold
27543
27544 \backslash
27545 renewcommand{
27546 \backslash
27547 bottomfraction}{0.5}
27548 \end_layout
27549
27550 \begin_layout Standard
27551 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
27552  exactement à l'endroit où vous l'avez inséré.
27553  dans ce cas utilisez l'option 
27554 \family sans
27555 Ici
27556 \begin_inset space ~
27557 \end_inset
27558
27559 à
27560 \begin_inset space ~
27561 \end_inset
27562
27563 tout
27564 \begin_inset space ~
27565 \end_inset
27566
27567 Prix
27568 \family default
27569 .
27570  Utilisez cette option le moins souvent possible et seulement quand le document
27571  est presque prêt à être imprimé.
27572  En effet, le flottant n'est plus capable de 
27573 \begin_inset Quotes fld
27574 \end_inset
27575
27576 flotter
27577 \begin_inset Quotes frd
27578 \end_inset
27579
27580 , ce qui peut perturber toutes les mises en page.
27581 \end_layout
27582
27583 \begin_layout Standard
27584 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
27585  sont toujours entourés par le texte d'un paragraphe donné.
27586 \begin_inset VSpace bigskip
27587 \end_inset
27588
27589
27590 \end_layout
27591
27592 \begin_layout Standard
27593 On peut parfois se trouver dans la situation où un flottant est placé en
27594  haut d'une page alors que la section concernée ne commence qu'au milieu
27595  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
27596  la section précédente.
27597  On peut utiliser la commande \SpecialChar LaTeX
27598  
27599 \series bold
27600
27601 \backslash
27602 suppressfloats
27603 \series default
27604  pour éviter ce cas.
27605  Elle empêche le placement d'un flottant donné dans la page dans laquelle
27606  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
27607  soit placé avant que la section commence.
27608  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
27609  votre document :
27610 \end_layout
27611
27612 \begin_layout Standard
27613
27614 \series bold
27615
27616 \backslash
27617 let
27618 \backslash
27619 mySection
27620 \backslash
27621 section
27622 \begin_inset Newline newline
27623 \end_inset
27624
27625
27626 \backslash
27627 renewcommand{
27628 \backslash
27629 section}{
27630 \backslash
27631 suppressfloats[t]
27632 \backslash
27633 mySection}
27634 \end_layout
27635
27636 \begin_layout Standard
27637 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
27638  comme les chapitres et les sous-sections.
27639  Il n'est pas recommandé d'utiliser cette définition avec des portions de
27640  texte trop petites comme les sous-sous-sections parce que \SpecialChar LaTeX
27641  pourrait ensuite
27642  avoir du mal à trouver un positionnement correct.
27643 \end_layout
27644
27645 \begin_layout Standard
27646 \begin_inset VSpace bigskip
27647 \end_inset
27648
27649 Dans certains cas il est demandé de placer toutes les figures et tous les
27650  tableaux à la fin du document.
27651  C'est pour de telles situations que le paquetage \SpecialChar LaTeX
27652  
27653 \series bold
27654 endfloat
27655 \series default
27656
27657 \begin_inset Index idx
27658 status collapsed
27659
27660 \begin_layout Plain Layout
27661 Paquetages \SpecialChar LaTeX
27662  ! endfloat
27663 \end_layout
27664
27665 \end_inset
27666
27667  a été développé.
27668  Il met en effet tous les flottants de figures et de tableaux à la fin du
27669  document dans leurs propres sections.
27670  À la position d'origine du flottant, une indication textuelle du genre
27671  
27672 \begin_inset Quotes fld
27673 \end_inset
27674
27675
27676 \family sans
27677 [Figure
27678 \begin_inset space ~
27679 \end_inset
27680
27681 3.2 
27682 \lang english
27683 about here.
27684 \lang french
27685 ]
27686 \family default
27687
27688 \begin_inset Quotes frd
27689 \end_inset
27690
27691  est insérée.
27692  Le paquetage 
27693 \series bold
27694 endfloat
27695 \series default
27696  est chargé dans le préambule avec la ligne suivante 
27697 \end_layout
27698
27699 \begin_layout Standard
27700
27701 \series bold
27702
27703 \backslash
27704 usepackage[options]{endfloat}
27705 \end_layout
27706
27707 \begin_layout Standard
27708 Il y a aussi de nombreuses options de paquetage pour modifier le format
27709  des sections de figures ou de tableau qui sont créées.
27710  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
27711  
27712 \series bold
27713 endfloa
27714 \series default
27715
27716 \begin_inset CommandInset citation
27717 LatexCommand cite
27718 key "endfloat"
27719
27720 \end_inset
27721
27722 .
27723 \begin_inset Newline newline
27724 \end_inset
27725
27726
27727 \begin_inset Note Greyedout
27728 status open
27729
27730 \begin_layout Plain Layout
27731
27732 \series bold
27733 Note: endfloat
27734 \series default
27735  ne fournit pas de traduction automatique de l'indication textuelle, vous
27736  devez donc le faire manuellement, voyez la section
27737 \begin_inset space ~
27738 \end_inset
27739
27740 4 de 
27741 \begin_inset CommandInset citation
27742 LatexCommand cite
27743 key "endfloat"
27744
27745 \end_inset
27746
27747 .
27748 \end_layout
27749
27750 \end_inset
27751
27752
27753 \begin_inset Newline newline
27754 \end_inset
27755
27756
27757 \begin_inset Note Greyedout
27758 status open
27759
27760 \begin_layout Plain Layout
27761
27762 \series bold
27763 Note:
27764 \series default
27765  Il y a actuellement un bug dans le paquetage 
27766 \series bold
27767 endfloat
27768 \series default
27769  quand la légende contient un 
27770 \begin_inset Quotes fld
27771 \end_inset
27772
27773 ß
27774 \begin_inset Quotes frd
27775 \end_inset
27776
27777  allemand.
27778  Utilisez dans ce cas la commande 
27779 \begin_inset Quotes fld
27780 \end_inset
27781
27782
27783 \series bold
27784
27785 \backslash
27786 ss
27787 \series default
27788
27789 \begin_inset Quotes frd
27790 \end_inset
27791
27792  en code \SpecialChar TeX
27793  à la place du 
27794 \begin_inset Quotes fld
27795 \end_inset
27796
27797 ß
27798 \begin_inset Quotes frd
27799 \end_inset
27800
27801 .
27802 \end_layout
27803
27804 \end_inset
27805
27806
27807 \end_layout
27808
27809 \begin_layout Standard
27810 \begin_inset VSpace bigskip
27811 \end_inset
27812
27813 Pour plus d'information sur les manières de placer les flottants, jetez
27814  un coup d'œil aux livres sur \SpecialChar LaTeX
27815
27816 \begin_inset CommandInset citation
27817 LatexCommand cite
27818 key "latexcompanion,latexguide,latexbook"
27819
27820 \end_inset
27821
27822 .
27823 \end_layout
27824
27825 \begin_layout Section
27826 Rotation des flottants
27827 \begin_inset CommandInset label
27828 LatexCommand label
27829 name "sec:Flottants-renversés"
27830
27831 \end_inset
27832
27833
27834 \begin_inset Index idx
27835 status collapsed
27836
27837 \begin_layout Plain Layout
27838 Flottants ! Renversés
27839 \end_layout
27840
27841 \end_inset
27842
27843
27844 \end_layout
27845
27846 \begin_layout Standard
27847 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
27848  tableaux très larges.
27849  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
27850  un clic droit sur la boîte du flottant et utilisez l'option 
27851 \family sans
27852 Rotation
27853 \begin_inset space ~
27854 \end_inset
27855
27856 90°
27857 \family default
27858 .
27859 \end_layout
27860
27861 \begin_layout Standard
27862 Les flottants pivotés sont systématiquement placés sur leur propre page
27863  (ou colonne, si vous avez un document sur deux colonnes).
27864  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
27865  
27866 \family sans
27867 Plusieurs
27868 \begin_inset space ~
27869 \end_inset
27870
27871 colonnes
27872 \family default
27873  dans les paramètres du flottant.
27874  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
27875  du côté de la marge externe.
27876  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
27877  ajouter soit l'option 
27878 \series bold
27879 figuresleft
27880 \series default
27881  soit l'option 
27882 \series bold
27883 figuresright
27884 \series default
27885  aux options de la classe de document.
27886 \end_layout
27887
27888 \begin_layout Standard
27889 Faire référence à un flottant pivoté se fait de la même manière que pour
27890  un flottant normal, la mise en forme de la légende est aussi identique
27891  : Le tableau
27892 \begin_inset space ~
27893 \end_inset
27894
27895
27896 \begin_inset CommandInset ref
27897 LatexCommand ref
27898 reference "tab:Tableau-pivoté"
27899
27900 \end_inset
27901
27902  est un exemple de flottant de tableau pivoté.
27903 \end_layout
27904
27905 \begin_layout Standard
27906 \begin_inset Note Greyedout
27907 status open
27908
27909 \begin_layout Plain Layout
27910
27911 \series bold
27912 Note:
27913 \series default
27914  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
27915  DVI.
27916 \end_layout
27917
27918 \end_inset
27919
27920
27921 \end_layout
27922
27923 \begin_layout Standard
27924 \begin_inset Float table
27925 wide false
27926 sideways true
27927 status open
27928
27929 \begin_layout Plain Layout
27930 \begin_inset Caption Standard
27931
27932 \begin_layout Plain Layout
27933 \begin_inset CommandInset label
27934 LatexCommand label
27935 name "tab:Tableau-pivoté"
27936
27937 \end_inset
27938
27939  Tableau pivoté
27940 \end_layout
27941
27942 \end_inset
27943
27944
27945 \end_layout
27946
27947 \begin_layout Plain Layout
27948 \align center
27949 \begin_inset Tabular
27950 <lyxtabular version="3" rows="1" columns="5">
27951 <features tabularvalignment="middle">
27952 <column alignment="center" valignment="top">
27953 <column alignment="center" valignment="top">
27954 <column alignment="center" valignment="top">
27955 <column alignment="center" valignment="top">
27956 <column alignment="center" valignment="top">
27957 <row>
27958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27959 \begin_inset Text
27960
27961 \begin_layout Plain Layout
27962 test
27963 \end_layout
27964
27965 \end_inset
27966 </cell>
27967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27968 \begin_inset Text
27969
27970 \begin_layout Plain Layout
27971 b
27972 \end_layout
27973
27974 \end_inset
27975 </cell>
27976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27977 \begin_inset Text
27978
27979 \begin_layout Plain Layout
27980 c
27981 \end_layout
27982
27983 \end_inset
27984 </cell>
27985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27986 \begin_inset Text
27987
27988 \begin_layout Plain Layout
27989 d
27990 \end_layout
27991
27992 \end_inset
27993 </cell>
27994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27995 \begin_inset Text
27996
27997 \begin_layout Plain Layout
27998 e
27999 \end_layout
28000
28001 \end_inset
28002 </cell>
28003 </row>
28004 </lyxtabular>
28005
28006 \end_inset
28007
28008
28009 \end_layout
28010
28011 \end_inset
28012
28013
28014 \end_layout
28015
28016 \begin_layout Section
28017 Sous-flottants
28018 \begin_inset Index idx
28019 status collapsed
28020
28021 \begin_layout Plain Layout
28022 Flottants ! Sous-flottants
28023 \end_layout
28024
28025 \end_inset
28026
28027
28028 \end_layout
28029
28030 \begin_layout Standard
28031 Un exemple de sous-flottant : une figure composée de plusieurs images.
28032  On les crée en insérant un flottant dans un flottant existant.
28033  Le positionnement des sous-flottants peut être contrôlé comme pour les
28034  paragraphes comme on le voit avec les tableaux
28035 \begin_inset space ~
28036 \end_inset
28037
28038
28039 \begin_inset CommandInset ref
28040 LatexCommand ref
28041 reference "tab:Deux-sous-tableaux-cote-a-cote"
28042
28043 \end_inset
28044
28045  et 
28046 \begin_inset CommandInset ref
28047 LatexCommand ref
28048 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
28049
28050 \end_inset
28051
28052 .
28053 \end_layout
28054
28055 \begin_layout Standard
28056 On fait référence à des sous-flottants comme on le ferait avec des flottants
28057  normaux : Les tableaux
28058 \begin_inset space ~
28059 \end_inset
28060
28061
28062 \begin_inset CommandInset ref
28063 LatexCommand ref
28064 reference "tab:Le-sous-tableau-a"
28065
28066 \end_inset
28067
28068  et 
28069 \begin_inset CommandInset ref
28070 LatexCommand ref
28071 reference "tab:Le-sous-tableau-b"
28072
28073 \end_inset
28074
28075  sont des sous-tableaux du tableau
28076 \begin_inset space ~
28077 \end_inset
28078
28079
28080 \begin_inset CommandInset ref
28081 LatexCommand ref
28082 reference "tab:Deux-sous-tableaux-cote-a-cote"
28083
28084 \end_inset
28085
28086 .
28087 \end_layout
28088
28089 \begin_layout Standard
28090 \begin_inset Float table
28091 wide false
28092 sideways false
28093 status open
28094
28095 \begin_layout Plain Layout
28096 \begin_inset Caption Standard
28097
28098 \begin_layout Plain Layout
28099 \begin_inset CommandInset label
28100 LatexCommand label
28101 name "tab:Deux-sous-tableaux-cote-a-cote"
28102
28103 \end_inset
28104
28105 Deux sous-tableaux placés côte-à-côte.
28106 \end_layout
28107
28108 \end_inset
28109
28110
28111 \end_layout
28112
28113 \begin_layout Plain Layout
28114 \align center
28115 \begin_inset space \hfill{}
28116 \end_inset
28117
28118
28119 \begin_inset Float table
28120 wide false
28121 sideways false
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125 \begin_inset Caption Standard
28126
28127 \begin_layout Plain Layout
28128 \begin_inset CommandInset label
28129 LatexCommand label
28130 name "tab:Le-sous-tableau-a"
28131
28132 \end_inset
28133
28134 Le sous-tableau a
28135 \end_layout
28136
28137 \end_inset
28138
28139
28140 \end_layout
28141
28142 \begin_layout Plain Layout
28143 \align center
28144 \begin_inset Tabular
28145 <lyxtabular version="3" rows="1" columns="5">
28146 <features tabularvalignment="middle">
28147 <column alignment="center" valignment="top">
28148 <column alignment="center" valignment="top">
28149 <column alignment="center" valignment="top">
28150 <column alignment="center" valignment="top">
28151 <column alignment="center" valignment="top">
28152 <row>
28153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28154 \begin_inset Text
28155
28156 \begin_layout Plain Layout
28157 test
28158 \end_layout
28159
28160 \end_inset
28161 </cell>
28162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28163 \begin_inset Text
28164
28165 \begin_layout Plain Layout
28166 b
28167 \end_layout
28168
28169 \end_inset
28170 </cell>
28171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28172 \begin_inset Text
28173
28174 \begin_layout Plain Layout
28175 c
28176 \end_layout
28177
28178 \end_inset
28179 </cell>
28180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28181 \begin_inset Text
28182
28183 \begin_layout Plain Layout
28184 d
28185 \end_layout
28186
28187 \end_inset
28188 </cell>
28189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28190 \begin_inset Text
28191
28192 \begin_layout Plain Layout
28193 e
28194 \end_layout
28195
28196 \end_inset
28197 </cell>
28198 </row>
28199 </lyxtabular>
28200
28201 \end_inset
28202
28203
28204 \end_layout
28205
28206 \end_inset
28207
28208
28209 \begin_inset space \hfill{}
28210 \end_inset
28211
28212
28213 \begin_inset Float table
28214 wide false
28215 sideways false
28216 status collapsed
28217
28218 \begin_layout Plain Layout
28219 \begin_inset Caption Standard
28220
28221 \begin_layout Plain Layout
28222 \begin_inset CommandInset label
28223 LatexCommand label
28224 name "tab:Le-sous-tableau-b"
28225
28226 \end_inset
28227
28228 Le sous-tableau b.
28229 \end_layout
28230
28231 \end_inset
28232
28233
28234 \end_layout
28235
28236 \begin_layout Plain Layout
28237 \align center
28238 \begin_inset Tabular
28239 <lyxtabular version="3" rows="1" columns="5">
28240 <features tabularvalignment="middle">
28241 <column alignment="center" valignment="top">
28242 <column alignment="center" valignment="top">
28243 <column alignment="center" valignment="top">
28244 <column alignment="center" valignment="top">
28245 <column alignment="center" valignment="top">
28246 <row>
28247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28248 \begin_inset Text
28249
28250 \begin_layout Plain Layout
28251 e
28252 \end_layout
28253
28254 \end_inset
28255 </cell>
28256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28257 \begin_inset Text
28258
28259 \begin_layout Plain Layout
28260 d
28261 \end_layout
28262
28263 \end_inset
28264 </cell>
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 c
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 b
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 test
28288 \end_layout
28289
28290 \end_inset
28291 </cell>
28292 </row>
28293 </lyxtabular>
28294
28295 \end_inset
28296
28297
28298 \end_layout
28299
28300 \end_inset
28301
28302
28303 \begin_inset space \hfill{}
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \end_layout
28313
28314 \begin_layout Standard
28315 \begin_inset Float table
28316 wide false
28317 sideways false
28318 status open
28319
28320 \begin_layout Plain Layout
28321 \begin_inset Caption Standard
28322
28323 \begin_layout Plain Layout
28324 \begin_inset CommandInset label
28325 LatexCommand label
28326 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
28327
28328 \end_inset
28329
28330 Deux sous-tableaux placés l'un sur l'autre.
28331  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
28332 \end_layout
28333
28334 \end_inset
28335
28336
28337 \end_layout
28338
28339 \begin_layout Plain Layout
28340 \align center
28341 \begin_inset Float table
28342 wide false
28343 sideways false
28344 status collapsed
28345
28346 \begin_layout Plain Layout
28347 \begin_inset Caption Standard
28348
28349 \begin_layout Plain Layout
28350
28351 \end_layout
28352
28353 \end_inset
28354
28355
28356 \end_layout
28357
28358 \begin_layout Plain Layout
28359 \align center
28360 \begin_inset Tabular
28361 <lyxtabular version="3" rows="1" columns="4">
28362 <features tabularvalignment="middle">
28363 <column alignment="center" valignment="top">
28364 <column alignment="center" valignment="top">
28365 <column alignment="center" valignment="top">
28366 <column alignment="center" valignment="top">
28367 <row>
28368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28369 \begin_inset Text
28370
28371 \begin_layout Plain Layout
28372 test
28373 \end_layout
28374
28375 \end_inset
28376 </cell>
28377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28378 \begin_inset Text
28379
28380 \begin_layout Plain Layout
28381 test
28382 \end_layout
28383
28384 \end_inset
28385 </cell>
28386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28387 \begin_inset Text
28388
28389 \begin_layout Plain Layout
28390 test
28391 \end_layout
28392
28393 \end_inset
28394 </cell>
28395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28396 \begin_inset Text
28397
28398 \begin_layout Plain Layout
28399 test
28400 \end_layout
28401
28402 \end_inset
28403 </cell>
28404 </row>
28405 </lyxtabular>
28406
28407 \end_inset
28408
28409
28410 \end_layout
28411
28412 \end_inset
28413
28414
28415 \end_layout
28416
28417 \begin_layout Plain Layout
28418 \align center
28419 \begin_inset Float table
28420 wide false
28421 sideways false
28422 status collapsed
28423
28424 \begin_layout Plain Layout
28425 \begin_inset Caption Standard
28426
28427 \begin_layout Plain Layout
28428
28429 \end_layout
28430
28431 \end_inset
28432
28433
28434 \end_layout
28435
28436 \begin_layout Plain Layout
28437 \align center
28438 \begin_inset Tabular
28439 <lyxtabular version="3" rows="1" columns="5">
28440 <features tabularvalignment="middle">
28441 <column alignment="center" valignment="top">
28442 <column alignment="center" valignment="top">
28443 <column alignment="center" valignment="top">
28444 <column alignment="center" valignment="top">
28445 <column alignment="center" valignment="top">
28446 <row>
28447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28448 \begin_inset Text
28449
28450 \begin_layout Plain Layout
28451 a
28452 \end_layout
28453
28454 \end_inset
28455 </cell>
28456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28457 \begin_inset Text
28458
28459 \begin_layout Plain Layout
28460 b
28461 \end_layout
28462
28463 \end_inset
28464 </cell>
28465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28466 \begin_inset Text
28467
28468 \begin_layout Plain Layout
28469 c
28470 \end_layout
28471
28472 \end_inset
28473 </cell>
28474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28475 \begin_inset Text
28476
28477 \begin_layout Plain Layout
28478 d
28479 \end_layout
28480
28481 \end_inset
28482 </cell>
28483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28484 \begin_inset Text
28485
28486 \begin_layout Plain Layout
28487 e
28488 \end_layout
28489
28490 \end_inset
28491 </cell>
28492 </row>
28493 </lyxtabular>
28494
28495 \end_inset
28496
28497
28498 \end_layout
28499
28500 \end_inset
28501
28502
28503 \end_layout
28504
28505 \end_inset
28506
28507
28508 \end_layout
28509
28510 \begin_layout Section
28511 Flottants côte-à-côte
28512 \begin_inset Index idx
28513 status collapsed
28514
28515 \begin_layout Plain Layout
28516 Flottants ! côte-à-côte
28517 \end_layout
28518
28519 \end_inset
28520
28521
28522 \end_layout
28523
28524 \begin_layout Standard
28525 Pour placer des flottants côte-à-côte, comme pour la figure
28526 \begin_inset space ~
28527 \end_inset
28528
28529
28530 \begin_inset CommandInset ref
28531 LatexCommand ref
28532 reference "fig:Flottant-gauche"
28533
28534 \end_inset
28535
28536  et 
28537 \begin_inset CommandInset ref
28538 LatexCommand ref
28539 reference "fig:Flottant-droit"
28540
28541 \end_inset
28542
28543 , on n'utilise 
28544 \emph on
28545 qu'un seul 
28546 \emph default
28547 flottant.
28548  On y insère deux boîtes de minipages.
28549 \begin_inset Foot
28550 status collapsed
28551
28552 \begin_layout Plain Layout
28553 Les minipages sont décrites dans la section
28554 \begin_inset space ~
28555 \end_inset
28556
28557
28558 \begin_inset CommandInset ref
28559 LatexCommand ref
28560 reference "sec:Minipages"
28561
28562 \end_inset
28563
28564 .
28565 \end_layout
28566
28567 \end_inset
28568
28569  La largeur est mise à 45
28570 \begin_inset space \thinspace{}
28571 \end_inset
28572
28573 -50
28574 \begin_inset space \thinspace{}
28575 \end_inset
28576
28577 column% et l'alignement de la boîte à 
28578 \family sans
28579 Bas
28580 \family default
28581  pour chaque minipage.
28582  Les boîtes minipages contiennent l'image et la légende exactement comme
28583  avec un flottant.
28584  La seule différence est que l'unité de longueur 
28585 \family sans
28586 Largeur
28587 \begin_inset space ~
28588 \end_inset
28589
28590 colonne
28591 \begin_inset space ~
28592 \end_inset
28593
28594 %
28595 \family default
28596  utilisée pour l'image est maintenant définie par rapport à la largeur des
28597  boîtes minipages.
28598 \end_layout
28599
28600 \begin_layout Standard
28601 \begin_inset Float figure
28602 wide false
28603 sideways false
28604 status open
28605
28606 \begin_layout Plain Layout
28607 \begin_inset Box Frameless
28608 position "b"
28609 hor_pos "c"
28610 has_inner_box 1
28611 inner_pos "t"
28612 use_parbox 0
28613 use_makebox 0
28614 width "45col%"
28615 special "none"
28616 height "1in"
28617 height_special "totalheight"
28618 thickness "0.4pt"
28619 separation "3pt"
28620 shadowsize "4pt"
28621 framecolor "black"
28622 backgroundcolor "none"
28623 status open
28624
28625 \begin_layout Plain Layout
28626 \align center
28627 \begin_inset Graphics
28628         filename ../clipart/mobius.eps
28629         lyxscale 50
28630         width 100col%
28631         scaleBeforeRotation
28632
28633 \end_inset
28634
28635
28636 \end_layout
28637
28638 \begin_layout Plain Layout
28639 \begin_inset Caption Standard
28640
28641 \begin_layout Plain Layout
28642 \begin_inset CommandInset label
28643 LatexCommand label
28644 name "fig:Flottant-gauche"
28645
28646 \end_inset
28647
28648 Flottant du côté gauche.
28649 \end_layout
28650
28651 \end_inset
28652
28653
28654 \end_layout
28655
28656 \end_inset
28657
28658
28659 \begin_inset space \hfill{}
28660 \end_inset
28661
28662
28663 \begin_inset Box Frameless
28664 position "b"
28665 hor_pos "c"
28666 has_inner_box 1
28667 inner_pos "t"
28668 use_parbox 0
28669 use_makebox 0
28670 width "45col%"
28671 special "none"
28672 height "1in"
28673 height_special "totalheight"
28674 thickness "0.4pt"
28675 separation "3pt"
28676 shadowsize "4pt"
28677 framecolor "black"
28678 backgroundcolor "none"
28679 status open
28680
28681 \begin_layout Plain Layout
28682 \align center
28683 \begin_inset Graphics
28684         filename ../clipart/platypus.eps
28685         lyxscale 50
28686         width 100col%
28687         scaleBeforeRotation
28688
28689 \end_inset
28690
28691
28692 \end_layout
28693
28694 \begin_layout Plain Layout
28695 \begin_inset Caption Standard
28696
28697 \begin_layout Plain Layout
28698 \begin_inset CommandInset label
28699 LatexCommand label
28700 name "fig:Flottant-droit"
28701
28702 \end_inset
28703
28704 Flottant du côté droit.
28705 \end_layout
28706
28707 \end_inset
28708
28709
28710 \end_layout
28711
28712 \end_inset
28713
28714
28715 \end_layout
28716
28717 \end_inset
28718
28719
28720 \end_layout
28721
28722 \begin_layout Standard
28723 Une solution alternative plus simple consiste à utiliser le module 
28724 \family sans
28725 Minipages à largeur variable
28726 \family default
28727 , voir la section
28728 \begin_inset space \thinspace{}
28729 \end_inset
28730
28731
28732 \begin_inset CommandInset ref
28733 LatexCommand ref
28734 reference "sec:Minipages"
28735
28736 \end_inset
28737
28738 .
28739  Les minipages à largeur variable s’adaptent automatiquement à la largeur
28740  des figures et des tableaux.
28741  Il n'est pas nécessaire de spécifier explicitement une largeur, et elles
28742  améliorent l'alignement horizontal des figures.
28743  Le fichier du répertoire des exemples 
28744 \emph on
28745 varwidth-floats-side-by-side
28746 \emph default
28747  donnes des exemples d'utilisation du module.
28748 \end_layout
28749
28750 \begin_layout Section
28751 Mise en forme de la légende
28752 \begin_inset Index idx
28753 status collapsed
28754
28755 \begin_layout Plain Layout
28756 Légende ! Mise en forme
28757 \end_layout
28758
28759 \end_inset
28760
28761
28762 \begin_inset Index idx
28763 status collapsed
28764
28765 \begin_layout Plain Layout
28766 Flottants ! Mise en forme de la Légende
28767 \end_layout
28768
28769 \end_inset
28770
28771
28772 \begin_inset CommandInset label
28773 LatexCommand label
28774 name "sec:Formatage-légende"
28775
28776 \end_inset
28777
28778
28779 \end_layout
28780
28781 \begin_layout Standard
28782 L'environnement 
28783 \family sans
28784 Légende
28785 \family default
28786  est l'environnement de paragraphe implicite pour les 
28787 \family sans
28788 flottants
28789 \family default
28790 .
28791  Dans la fenêtre de \SpecialChar LyX
28792  les légendes apparaissent comme une étiquette comme
28793  par exemple 
28794 \begin_inset Quotes fld
28795 \end_inset
28796
28797
28798 \family sans
28799 Figure #:
28800 \family default
28801
28802 \begin_inset Quotes frd
28803 \end_inset
28804
28805  suivi par le texte de la légende.
28806  Le 
28807 \begin_inset Quotes fld
28808 \end_inset
28809
28810 #
28811 \begin_inset Quotes frd
28812 \end_inset
28813
28814  étant remplacé par le numéro de référence réel.
28815  implicitement l'étiquette et le numéro sont dans la même police de caractères
28816  que le texte de la légende et deux points suivent le numéro pour séparer
28817  l'étiquette du texte.
28818  Ce format de légende n'est pas forcément adapté à tous les types de documents.
28819 \end_layout
28820
28821 \begin_layout Standard
28822 Pour modifier le format implicite des légendes, il faut charger le paquetage
28823  \SpecialChar LaTeX
28824  
28825 \series bold
28826 caption
28827 \series default
28828
28829 \begin_inset Index idx
28830 status collapsed
28831
28832 \begin_layout Plain Layout
28833 Paquetages \SpecialChar LaTeX
28834  ! caption
28835 \end_layout
28836
28837 \end_inset
28838
28839  dans le préambule de votre document avec la ligne suivante :
28840 \end_layout
28841
28842 \begin_layout Standard
28843
28844 \series bold
28845
28846 \backslash
28847 usepackage[format definition]{caption}
28848 \end_layout
28849
28850 \begin_layout Standard
28851 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
28852  grasse et les légendes de tableau toujours au dessus des tableaux, comme
28853  dans ce document, utilisez les commandes suivantes :
28854 \end_layout
28855
28856 \begin_layout Standard
28857
28858 \series bold
28859
28860 \backslash
28861 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28862 \end_layout
28863
28864 \begin_layout Standard
28865 Vous pouvez aussi définir des formats de légendes différents pour les différents
28866  types de flottants.
28867  Dans ce cas chargez le paquetage 
28868 \series bold
28869 caption 
28870 \series default
28871 sans option de format spécifique et définissez les différents formats à
28872  l'aide de la commande 
28873 \end_layout
28874
28875 \begin_layout Standard
28876
28877 \series bold
28878
28879 \backslash
28880 captionsetup[type de flottant]{définition du format}
28881 \end_layout
28882
28883 \begin_layout Standard
28884 dans le préambule du document.
28885  Par exemple les formats de légende de la Figure
28886 \begin_inset space ~
28887 \end_inset
28888
28889
28890 \begin_inset CommandInset ref
28891 LatexCommand ref
28892 reference "fig:Legende-de-fig"
28893
28894 \end_inset
28895
28896  et du Tableau
28897 \begin_inset space ~
28898 \end_inset
28899
28900
28901 \begin_inset CommandInset ref
28902 LatexCommand ref
28903 reference "tab:Légende-de-tab"
28904
28905 \end_inset
28906
28907  peuvent être créés en utilisant les commandes suivantes dans le préambule
28908  :
28909 \end_layout
28910
28911 \begin_layout Standard
28912
28913 \series bold
28914
28915 \backslash
28916 usepackage[tableposition=top]{caption}
28917 \series default
28918
28919 \begin_inset Newline newline
28920 \end_inset
28921
28922
28923 \series bold
28924
28925 \backslash
28926 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28927 \begin_inset Newline newline
28928 \end_inset
28929
28930
28931 \begin_inset Phantom HPhantom
28932 status open
28933
28934 \begin_layout Plain Layout
28935
28936 \series bold
28937
28938 \backslash
28939 captionsetup[figure]{
28940 \end_layout
28941
28942 \end_inset
28943
28944 labelsep=period}
28945 \begin_inset Newline newline
28946 \end_inset
28947
28948
28949 \backslash
28950 captionsetup[table]{labelfont={bf,sf}}
28951 \end_layout
28952
28953 \begin_layout Standard
28954 \begin_inset Note Greyedout
28955 status open
28956
28957 \begin_layout Plain Layout
28958
28959 \series bold
28960 Note:
28961 \series default
28962  L'option 
28963 \series bold
28964 tableposition=top
28965 \series default
28966  n'a pas d'effet quand on utilise un document de classe 
28967 \series bold
28968 KOMA-Script
28969 \series default
28970
28971 \begin_inset Index idx
28972 status collapsed
28973
28974 \begin_layout Plain Layout
28975 Paquetages \SpecialChar LaTeX
28976  ! KOMA-Script
28977 \end_layout
28978
28979 \end_inset
28980
28981 .
28982  Dans ce cas on doit utiliser l'option 
28983 \series bold
28984 captions=tableheading
28985 \series default
28986  de la classe de document.
28987 \end_layout
28988
28989 \end_inset
28990
28991
28992 \end_layout
28993
28994 \begin_layout Standard
28995 Pour plus d'information sur le paquetage 
28996 \series bold
28997 caption
28998 \series default
28999  nous vous renvoyons à sa documentation 
29000 \begin_inset CommandInset citation
29001 LatexCommand cite
29002 key "caption"
29003
29004 \end_inset
29005
29006 .
29007 \end_layout
29008
29009 \begin_layout Standard
29010 Pour changer le nom de l'étiquette, par exemple de 
29011 \begin_inset Quotes fld
29012 \end_inset
29013
29014 Figure
29015 \begin_inset Quotes frd
29016 \end_inset
29017
29018  à 
29019 \begin_inset Quotes fld
29020 \end_inset
29021
29022 Image
29023 \begin_inset Quotes frd
29024 \end_inset
29025
29026 , utilisez la commande suivante dans le préambule :
29027 \end_layout
29028
29029 \begin_layout Standard
29030
29031 \series bold
29032
29033 \backslash
29034 renewcommand{
29035 \backslash
29036 fnum@figure}{Image~
29037 \backslash
29038 thefigure}
29039 \end_layout
29040
29041 \begin_layout Standard
29042 où 
29043 \series bold
29044
29045 \backslash
29046 thefigure
29047 \series default
29048  insère le numéro de la figure et
29049 \series bold
29050  
29051 \begin_inset Quotes fld
29052 \end_inset
29053
29054 ~
29055 \series default
29056
29057 \begin_inset Quotes frd
29058 \end_inset
29059
29060  ajoute une espace insécable.
29061 \end_layout
29062
29063 \begin_layout Standard
29064 \begin_inset VSpace bigskip
29065 \end_inset
29066
29067 Si vous utilisez un document de classe 
29068 \series bold
29069 KOMA-Script
29070 \series default
29071
29072 \begin_inset Index idx
29073 status collapsed
29074
29075 \begin_layout Plain Layout
29076 Paquetages \SpecialChar LaTeX
29077  ! KOMA-Script
29078 \end_layout
29079
29080 \end_inset
29081
29082  (
29083 \family sans
29084 article (KOMA-Script)
29085 \family default
29086
29087 \family sans
29088 book (KOMA-Script)
29089 \family default
29090
29091 \family sans
29092 letter (KOMA-Script)
29093 \family default
29094 , ou 
29095 \family sans
29096 report (KOMA-Script)
29097 \family default
29098
29099 \begin_inset space \thinspace{}
29100 \end_inset
29101
29102 ), Vous pouvez utiliser la commande incorporée 
29103 \series bold
29104
29105 \backslash
29106 setkomafont 
29107 \series default
29108 du paquetage
29109 \series bold
29110  KOMA-Script 
29111 \series default
29112 à la place du paquetage
29113 \series bold
29114  caption.
29115  
29116 \series default
29117 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
29118  suivante au préambule de votre document :
29119 \end_layout
29120
29121 \begin_layout Standard
29122
29123 \series bold
29124
29125 \backslash
29126 setkomafont{captionlabel}{
29127 \backslash
29128 bfseries}
29129 \end_layout
29130
29131 \begin_layout Standard
29132 Pour plus d'information au sujet de 
29133 \series bold
29134
29135 \backslash
29136 setkomafont
29137 \series default
29138  nous vous renvoyons à la documentation du paquetage 
29139 \series bold
29140 KOMA-Script
29141 \series default
29142  
29143 \begin_inset CommandInset citation
29144 LatexCommand cite
29145 key "KOMA-Script"
29146
29147 \end_inset
29148
29149 .
29150 \end_layout
29151
29152 \begin_layout Standard
29153 \begin_inset ERT
29154 status collapsed
29155
29156 \begin_layout Plain Layout
29157
29158
29159 \backslash
29160 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
29161 }
29162 \end_layout
29163
29164 \end_inset
29165
29166
29167 \begin_inset Note Note
29168 status open
29169
29170 \begin_layout Plain Layout
29171 Le format de la légende n'est modifié que pour cet exemple.
29172 \end_layout
29173
29174 \end_inset
29175
29176
29177 \end_layout
29178
29179 \begin_layout Standard
29180 \begin_inset Float figure
29181 placement !p
29182 wide false
29183 sideways false
29184 status open
29185
29186 \begin_layout Plain Layout
29187 \align center
29188 \begin_inset Graphics
29189         filename ../clipart/mobius.eps
29190         lyxscale 50
29191         scale 50
29192         scaleBeforeRotation
29193
29194 \end_inset
29195
29196
29197 \end_layout
29198
29199 \begin_layout Plain Layout
29200 \begin_inset Caption Standard
29201
29202 \begin_layout Plain Layout
29203 \begin_inset CommandInset label
29204 LatexCommand label
29205 name "fig:Legende-de-fig"
29206
29207 \end_inset
29208
29209 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
29210  pour montrer les différents types de formats de légendes.
29211  Ici on a utilisé un format de légende personnalisé.
29212 \end_layout
29213
29214 \end_inset
29215
29216
29217 \end_layout
29218
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \begin_layout Standard
29225 \begin_inset ERT
29226 status collapsed
29227
29228 \begin_layout Plain Layout
29229
29230
29231 \backslash
29232 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
29233 on}
29234 \end_layout
29235
29236 \end_inset
29237
29238
29239 \end_layout
29240
29241 \begin_layout Standard
29242 \begin_inset Float table
29243 placement !p
29244 wide false
29245 sideways false
29246 status open
29247
29248 \begin_layout Plain Layout
29249 \begin_inset Caption Standard
29250
29251 \begin_layout Plain Layout
29252 \begin_inset CommandInset label
29253 LatexCommand label
29254 name "tab:Légende-de-tab"
29255
29256 \end_inset
29257
29258 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
29259  pour montrer les différents types de formats de légendes.
29260  Ici on a utilisé le format de légende implicite.
29261 \end_layout
29262
29263 \end_inset
29264
29265
29266 \end_layout
29267
29268 \begin_layout Plain Layout
29269 \align center
29270 \begin_inset Tabular
29271 <lyxtabular version="3" rows="1" columns="5">
29272 <features tabularvalignment="middle">
29273 <column alignment="center" valignment="top">
29274 <column alignment="center" valignment="top">
29275 <column alignment="center" valignment="top">
29276 <column alignment="center" valignment="top">
29277 <column alignment="center" valignment="top">
29278 <row>
29279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29280 \begin_inset Text
29281
29282 \begin_layout Plain Layout
29283 a
29284 \end_layout
29285
29286 \end_inset
29287 </cell>
29288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29289 \begin_inset Text
29290
29291 \begin_layout Plain Layout
29292 b
29293 \end_layout
29294
29295 \end_inset
29296 </cell>
29297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29298 \begin_inset Text
29299
29300 \begin_layout Plain Layout
29301 c
29302 \end_layout
29303
29304 \end_inset
29305 </cell>
29306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29307 \begin_inset Text
29308
29309 \begin_layout Plain Layout
29310 d
29311 \end_layout
29312
29313 \end_inset
29314 </cell>
29315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29316 \begin_inset Text
29317
29318 \begin_layout Plain Layout
29319 e
29320 \end_layout
29321
29322 \end_inset
29323 </cell>
29324 </row>
29325 </lyxtabular>
29326
29327 \end_inset
29328
29329
29330 \end_layout
29331
29332 \end_inset
29333
29334
29335 \end_layout
29336
29337 \begin_layout Section
29338 Positionnement de la Légende
29339 \begin_inset Index idx
29340 status collapsed
29341
29342 \begin_layout Plain Layout
29343 Légende ! Placement
29344 \end_layout
29345
29346 \end_inset
29347
29348
29349 \begin_inset Index idx
29350 status collapsed
29351
29352 \begin_layout Plain Layout
29353 Flottants ! Placement de la légende
29354 \end_layout
29355
29356 \end_inset
29357
29358
29359 \begin_inset CommandInset label
29360 LatexCommand label
29361 name "sec:Placement-légende"
29362
29363 \end_inset
29364
29365
29366 \end_layout
29367
29368 \begin_layout Standard
29369 La règle habituelle pour placer la légende est :
29370 \end_layout
29371
29372 \begin_layout Description
29373 Figure
29374 \begin_inset space ~
29375 \end_inset
29376
29377 : La légende est placée en dessous de la figure
29378 \end_layout
29379
29380 \begin_layout Description
29381 Tableau
29382 \begin_inset space ~
29383 \end_inset
29384
29385 : La légende est placée au dessus du tableau
29386 \end_layout
29387
29388 \begin_layout Standard
29389 Malheureusement les classes standard de \SpecialChar LaTeX
29390  ne gèrent pas les légendes au dessus
29391  des tableaux.
29392  Ce qui fait que si vous utilisez une des classes de document 
29393 \family sans
29394 article
29395 \family default
29396
29397 \family sans
29398 book
29399 \family default
29400
29401 \family sans
29402 letter
29403 \family default
29404 , ou 
29405 \family sans
29406 report
29407 \family default
29408  il n'y aura pas d'espace libre entre la légende et le tableau.
29409  Pour insérer l'espace nécessaire, 
29410 \lang english
29411 load
29412 \lang french
29413  le paquetage \SpecialChar LaTeX
29414  
29415 \series bold
29416 caption
29417 \series default
29418
29419 \begin_inset Index idx
29420 status collapsed
29421
29422 \begin_layout Plain Layout
29423 Paquetages \SpecialChar LaTeX
29424  ! caption
29425 \end_layout
29426
29427 \end_inset
29428
29429  dans le préambule de votre document avec l'option
29430 \begin_inset Foot
29431 status collapsed
29432
29433 \begin_layout Plain Layout
29434 Voir la section
29435 \begin_inset space ~
29436 \end_inset
29437
29438
29439 \begin_inset CommandInset ref
29440 LatexCommand ref
29441 reference "sec:Formatage-légende"
29442
29443 \end_inset
29444
29445  pour plus d'information sur le paquetage 
29446 \series bold
29447 caption
29448 \series default
29449 .
29450 \end_layout
29451
29452 \end_inset
29453
29454
29455 \end_layout
29456
29457 \begin_layout Standard
29458
29459 \series bold
29460 tableposition=top
29461 \end_layout
29462
29463 \begin_layout Standard
29464 Si vous utilisez une classe de document 
29465 \series bold
29466 KOMA-Script
29467 \series default
29468
29469 \begin_inset Index idx
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473 Paquetages \SpecialChar LaTeX
29474  ! KOMA-Script
29475 \end_layout
29476
29477 \end_inset
29478
29479  (
29480 \family sans
29481 article (KOMA-Script)
29482 \family default
29483
29484 \family sans
29485 book (KOMA-Script)
29486 \family default
29487
29488 \family sans
29489 letter (KOMA-Script)
29490 \family default
29491 , ou 
29492 \family sans
29493 report (KOMA-Script)
29494 \family default
29495
29496 \begin_inset space \thinspace{}
29497 \end_inset
29498
29499 ), vous pouvez utiliser à la place du paquetage 
29500 \series bold
29501 caption
29502 \series default
29503  l'option
29504 \end_layout
29505
29506 \begin_layout Standard
29507
29508 \series bold
29509 captions=tableheading
29510 \end_layout
29511
29512 \begin_layout Standard
29513 de la classe de document.
29514 \begin_inset Foot
29515 status open
29516
29517 \begin_layout Plain Layout
29518 Cette option est utilisée dans le document
29519 \end_layout
29520
29521 \end_inset
29522
29523
29524 \end_layout
29525
29526 \begin_layout Standard
29527 Dans les documents utilisant la classe KOMA-Script, vous pouvez aussi ouvrir
29528  le menu contextuel dans une légende avec un clic droit et indiquer si la
29529  légende doit être au-dessus ou au-dessous du tableau ou de la figure.
29530  Vous pouvez de cette façon écraser le réglage global de placement des légendes
29531  pour certaines d'entre elles.
29532  Le tableau
29533 \begin_inset space ~
29534 \end_inset
29535
29536
29537 \begin_inset CommandInset ref
29538 LatexCommand ref
29539 reference "tab:A-caption-marked"
29540
29541 \end_inset
29542
29543  donne un exemple dans lequel la légende est positionnée au-dessous du tableau
29544  alors qu'elle est insérée au-dessus.
29545  Par comparaison, la légende du tableau
29546 \begin_inset space ~
29547 \end_inset
29548
29549
29550 \begin_inset CommandInset ref
29551 LatexCommand ref
29552 reference "tab:A-standard-table"
29553
29554 \end_inset
29555
29556  n'est pas repositionnée.
29557 \end_layout
29558
29559 \begin_layout Standard
29560 \begin_inset Float table
29561 wide false
29562 sideways false
29563 status open
29564
29565 \begin_layout Plain Layout
29566 \begin_inset Caption Below
29567
29568 \begin_layout Plain Layout
29569 \begin_inset CommandInset label
29570 LatexCommand label
29571 name "tab:A-caption-marked"
29572
29573 \end_inset
29574
29575 Une légende positionnée sous le tableau par le menu contextuel
29576 \lang english
29577 .
29578 \end_layout
29579
29580 \end_inset
29581
29582
29583 \end_layout
29584
29585 \begin_layout Plain Layout
29586 \align center
29587 \begin_inset Tabular
29588 <lyxtabular version="3" rows="3" columns="3">
29589 <features tabularvalignment="middle">
29590 <column alignment="center" valignment="top" width="0pt">
29591 <column alignment="center" valignment="top" width="0pt">
29592 <column alignment="center" valignment="top" width="0pt">
29593 <row>
29594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29595 \begin_inset Text
29596
29597 \begin_layout Plain Layout
29598 1
29599 \end_layout
29600
29601 \end_inset
29602 </cell>
29603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29604 \begin_inset Text
29605
29606 \begin_layout Plain Layout
29607 2
29608 \end_layout
29609
29610 \end_inset
29611 </cell>
29612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29613 \begin_inset Text
29614
29615 \begin_layout Plain Layout
29616 3
29617 \end_layout
29618
29619 \end_inset
29620 </cell>
29621 </row>
29622 <row>
29623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29624 \begin_inset Text
29625
29626 \begin_layout Plain Layout
29627 Jean
29628 \end_layout
29629
29630 \end_inset
29631 </cell>
29632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29633 \begin_inset Text
29634
29635 \begin_layout Plain Layout
29636 Marie
29637 \end_layout
29638
29639 \end_inset
29640 </cell>
29641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29642 \begin_inset Text
29643
29644 \begin_layout Plain Layout
29645 Pierre
29646 \end_layout
29647
29648 \end_inset
29649 </cell>
29650 </row>
29651 <row>
29652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29653 \begin_inset Text
29654
29655 \begin_layout Plain Layout
29656 \begin_inset Formula $\int x^{2}dx$
29657 \end_inset
29658
29659
29660 \end_layout
29661
29662 \end_inset
29663 </cell>
29664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29665 \begin_inset Text
29666
29667 \begin_layout Plain Layout
29668 \begin_inset Formula $\left[\begin{array}{cc}
29669 a & b\\
29670 c & d
29671 \end{array}\right]$
29672 \end_inset
29673
29674
29675 \end_layout
29676
29677 \end_inset
29678 </cell>
29679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29680 \begin_inset Text
29681
29682 \begin_layout Plain Layout
29683 \begin_inset Formula $1+1=2$
29684 \end_inset
29685
29686
29687 \end_layout
29688
29689 \end_inset
29690 </cell>
29691 </row>
29692 </lyxtabular>
29693
29694 \end_inset
29695
29696
29697 \end_layout
29698
29699 \end_inset
29700
29701
29702 \end_layout
29703
29704 \begin_layout Standard
29705 \begin_inset Float table
29706 wide false
29707 sideways false
29708 status open
29709
29710 \begin_layout Plain Layout
29711 \begin_inset Caption Standard
29712
29713 \begin_layout Plain Layout
29714 \begin_inset CommandInset label
29715 LatexCommand label
29716 name "tab:A-standard-table"
29717
29718 \end_inset
29719
29720 Une légende de tableau standard
29721 \end_layout
29722
29723 \end_inset
29724
29725
29726 \end_layout
29727
29728 \begin_layout Plain Layout
29729 \align center
29730 \begin_inset Tabular
29731 <lyxtabular version="3" rows="3" columns="3">
29732 <features tabularvalignment="middle">
29733 <column alignment="center" valignment="top" width="0pt">
29734 <column alignment="center" valignment="top" width="0pt">
29735 <column alignment="center" valignment="top" width="0pt">
29736 <row>
29737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29738 \begin_inset Text
29739
29740 \begin_layout Plain Layout
29741 1
29742 \end_layout
29743
29744 \end_inset
29745 </cell>
29746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29747 \begin_inset Text
29748
29749 \begin_layout Plain Layout
29750 2
29751 \end_layout
29752
29753 \end_inset
29754 </cell>
29755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29756 \begin_inset Text
29757
29758 \begin_layout Plain Layout
29759 3
29760 \end_layout
29761
29762 \end_inset
29763 </cell>
29764 </row>
29765 <row>
29766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29767 \begin_inset Text
29768
29769 \begin_layout Plain Layout
29770 Jean
29771 \end_layout
29772
29773 \end_inset
29774 </cell>
29775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29776 \begin_inset Text
29777
29778 \begin_layout Plain Layout
29779 Marie
29780 \end_layout
29781
29782 \end_inset
29783 </cell>
29784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29785 \begin_inset Text
29786
29787 \begin_layout Plain Layout
29788 Pierre
29789 \end_layout
29790
29791 \end_inset
29792 </cell>
29793 </row>
29794 <row>
29795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29796 \begin_inset Text
29797
29798 \begin_layout Plain Layout
29799 \begin_inset Formula $\int x^{2}dx$
29800 \end_inset
29801
29802
29803 \end_layout
29804
29805 \end_inset
29806 </cell>
29807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29808 \begin_inset Text
29809
29810 \begin_layout Plain Layout
29811 \begin_inset Formula $\left[\begin{array}{cc}
29812 a & b\\
29813 c & d
29814 \end{array}\right]$
29815 \end_inset
29816
29817
29818 \end_layout
29819
29820 \end_inset
29821 </cell>
29822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29823 \begin_inset Text
29824
29825 \begin_layout Plain Layout
29826 \begin_inset Formula $1+1=2$
29827 \end_inset
29828
29829
29830 \end_layout
29831
29832 \end_inset
29833 </cell>
29834 </row>
29835 </lyxtabular>
29836
29837 \end_inset
29838
29839
29840 \end_layout
29841
29842 \end_inset
29843
29844
29845 \end_layout
29846
29847 \begin_layout Standard
29848 \begin_inset VSpace bigskip
29849 \end_inset
29850
29851 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
29852  Pour cela, vous devez charger le paquetage \SpecialChar LaTeX
29853  
29854 \series bold
29855 sidecap
29856 \series default
29857
29858 \begin_inset Index idx
29859 status collapsed
29860
29861 \begin_layout Plain Layout
29862 Paquetages \SpecialChar LaTeX
29863  ! sidecap
29864 \end_layout
29865
29866 \end_inset
29867
29868  dans le préambule de votre document avec la ligne de commande suivante
29869 \end_layout
29870
29871 \begin_layout Standard
29872
29873 \series bold
29874
29875 \backslash
29876 usepackage[option]{sidecap}
29877 \end_layout
29878
29879 \begin_layout Standard
29880 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
29881  extérieure – à droite sur les pages impaires et à gauche sur les pages
29882  paires.
29883  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
29884  
29885 \series bold
29886 innercaption
29887 \series default
29888 .
29889  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
29890  
29891 \series bold
29892 rightcaption
29893 \series default
29894  ou 
29895 \series bold
29896 leftcaption
29897 \series default
29898 .
29899 \end_layout
29900
29901 \begin_layout Standard
29902 \begin_inset ERT
29903 status collapsed
29904
29905 \begin_layout Plain Layout
29906
29907
29908 \backslash
29909 ifsidecap
29910 \end_layout
29911
29912 \end_inset
29913
29914
29915 \begin_inset Note Note
29916 status open
29917
29918 \begin_layout Plain Layout
29919 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
29920  
29921 \series bold
29922 sidecap
29923 \series default
29924  a été installé.
29925 \end_layout
29926
29927 \end_inset
29928
29929
29930 \end_layout
29931
29932 \begin_layout Standard
29933 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
29934  ajouter ces commandes dans le préambule de votre document :
29935 \end_layout
29936
29937 \begin_layout Standard
29938 \noindent
29939 \begin_inset CommandInset line
29940 LatexCommand rule
29941 offset "0.5ex"
29942 width "100line%"
29943 height "1pt"
29944
29945 \end_inset
29946
29947
29948 \end_layout
29949
29950 \begin_layout Standard
29951
29952 \series bold
29953
29954 \backslash
29955 newcommand{
29956 \backslash
29957 TabBesBeg}[1][1.0]{%
29958 \begin_inset Newline newline
29959 \end_inset
29960
29961
29962 \begin_inset Phantom HPhantom
29963 status open
29964
29965 \begin_layout Plain Layout
29966 \begin_inset space ~
29967 \end_inset
29968
29969
29970 \end_layout
29971
29972 \end_inset
29973
29974
29975 \backslash
29976 let
29977 \backslash
29978 MyTable
29979 \backslash
29980 table
29981 \begin_inset Newline newline
29982 \end_inset
29983
29984
29985 \begin_inset Phantom HPhantom
29986 status open
29987
29988 \begin_layout Plain Layout
29989
29990 \series medium
29991 \begin_inset space ~
29992 \end_inset
29993
29994
29995 \end_layout
29996
29997 \end_inset
29998
29999
30000 \backslash
30001 let
30002 \backslash
30003 MyEndtable
30004 \backslash
30005 endtable
30006 \begin_inset Newline newline
30007 \end_inset
30008
30009
30010 \begin_inset Phantom HPhantom
30011 status open
30012
30013 \begin_layout Plain Layout
30014
30015 \series medium
30016 \begin_inset space ~
30017 \end_inset
30018
30019
30020 \end_layout
30021
30022 \end_inset
30023
30024
30025 \backslash
30026 renewenvironment{table}[1]{
30027 \backslash
30028 begin{SCtable}[#1]##1}{
30029 \backslash
30030 end{SCtable}}}
30031 \end_layout
30032
30033 \begin_layout Standard
30034
30035 \series bold
30036
30037 \backslash
30038 newcommand{
30039 \backslash
30040 TabBesEnd}{%
30041 \begin_inset Newline newline
30042 \end_inset
30043
30044
30045 \begin_inset Phantom HPhantom
30046 status open
30047
30048 \begin_layout Plain Layout
30049 \begin_inset space ~
30050 \end_inset
30051
30052
30053 \end_layout
30054
30055 \end_inset
30056
30057
30058 \backslash
30059 let
30060 \backslash
30061 table
30062 \backslash
30063 MyTable
30064 \begin_inset Newline newline
30065 \end_inset
30066
30067
30068 \begin_inset Phantom HPhantom
30069 status open
30070
30071 \begin_layout Plain Layout
30072 \begin_inset space ~
30073 \end_inset
30074
30075
30076 \end_layout
30077
30078 \end_inset
30079
30080
30081 \backslash
30082 let
30083 \backslash
30084 endtable
30085 \backslash
30086 MyEndtable
30087 \end_layout
30088
30089 \begin_layout Standard
30090
30091 \series bold
30092
30093 \backslash
30094 newcommand{
30095 \backslash
30096 FigBesBeg}[1][1.0]{%
30097 \begin_inset Newline newline
30098 \end_inset
30099
30100
30101 \begin_inset Phantom HPhantom
30102 status open
30103
30104 \begin_layout Plain Layout
30105 \begin_inset space ~
30106 \end_inset
30107
30108
30109 \end_layout
30110
30111 \end_inset
30112
30113
30114 \backslash
30115 let
30116 \backslash
30117 MyFigure
30118 \backslash
30119 figure
30120 \begin_inset Newline newline
30121 \end_inset
30122
30123
30124 \begin_inset Phantom HPhantom
30125 status open
30126
30127 \begin_layout Plain Layout
30128 \begin_inset space ~
30129 \end_inset
30130
30131
30132 \end_layout
30133
30134 \end_inset
30135
30136
30137 \backslash
30138 let
30139 \backslash
30140 MyEndfigure
30141 \backslash
30142 endfigure
30143 \begin_inset Newline newline
30144 \end_inset
30145
30146
30147 \begin_inset Phantom HPhantom
30148 status open
30149
30150 \begin_layout Plain Layout
30151 \begin_inset space ~
30152 \end_inset
30153
30154
30155 \end_layout
30156
30157 \end_inset
30158
30159
30160 \backslash
30161 renewenvironment{figure}[1]{
30162 \backslash
30163 begin{SCfigure}[#1]##1}{
30164 \backslash
30165 end{SCfigure}}}
30166 \end_layout
30167
30168 \begin_layout Standard
30169
30170 \series bold
30171
30172 \backslash
30173 newcommand{
30174 \backslash
30175 FigBesEnd}{%
30176 \begin_inset Newline newline
30177 \end_inset
30178
30179
30180 \begin_inset Phantom HPhantom
30181 status open
30182
30183 \begin_layout Plain Layout
30184 \begin_inset space ~
30185 \end_inset
30186
30187
30188 \end_layout
30189
30190 \end_inset
30191
30192
30193 \backslash
30194 let
30195 \backslash
30196 figure
30197 \backslash
30198 MyFigure
30199 \begin_inset Newline newline
30200 \end_inset
30201
30202
30203 \begin_inset Phantom HPhantom
30204 status open
30205
30206 \begin_layout Plain Layout
30207 \begin_inset space ~
30208 \end_inset
30209
30210
30211 \end_layout
30212
30213 \end_inset
30214
30215
30216 \backslash
30217 let
30218 \backslash
30219 endfigure
30220 \backslash
30221 MyEndfigure}
30222 \end_layout
30223
30224 \begin_layout Standard
30225 \noindent
30226 \begin_inset CommandInset line
30227 LatexCommand rule
30228 offset "0.5ex"
30229 width "100line%"
30230 height "1pt"
30231
30232 \end_inset
30233
30234
30235 \end_layout
30236
30237 \begin_layout Standard
30238 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
30239  la légende se place sur le côté.
30240  Pour les flottants de figure, utilisez la commande
30241 \end_layout
30242
30243 \begin_layout Standard
30244
30245 \series bold
30246
30247 \backslash
30248 FigBesBeg
30249 \end_layout
30250
30251 \begin_layout Standard
30252 en code \SpecialChar TeX
30253  avant le flottant.
30254  Et insérez la commande
30255 \end_layout
30256
30257 \begin_layout Standard
30258
30259 \series bold
30260
30261 \backslash
30262 FigBesEnd
30263 \end_layout
30264
30265 \begin_layout Standard
30266 en code \SpecialChar TeX
30267  à l'endroit où vous voulez revenir à la définition originale du
30268  flottant.
30269 \end_layout
30270
30271 \begin_layout Standard
30272 Pour les flottants de tableau, utilisez les commandes correspondantes
30273 \end_layout
30274
30275 \begin_layout Standard
30276
30277 \series bold
30278
30279 \backslash
30280 TabBesBeg
30281 \series default
30282  et 
30283 \series bold
30284
30285 \backslash
30286 TabBesEnd
30287 \end_layout
30288
30289 \begin_layout Standard
30290 La figure
30291 \begin_inset space ~
30292 \end_inset
30293
30294
30295 \begin_inset CommandInset ref
30296 LatexCommand ref
30297 reference "fig:legende-a-coté-fig"
30298
30299 \end_inset
30300
30301  et le tableau
30302 \begin_inset space ~
30303 \end_inset
30304
30305
30306 \begin_inset CommandInset ref
30307 LatexCommand ref
30308 reference "tab:legende-à-coté-tableau"
30309
30310 \end_inset
30311
30312  sont des exemples où la légende a été mises sur le coté.
30313 \end_layout
30314
30315 \begin_layout Standard
30316 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
30317  pour les flottants de tableau et vers le bas pour les flottants de figure.
30318  Pour changer ce comportement, vous pouvez utiliser les commandes
30319 \end_layout
30320
30321 \begin_layout Standard
30322
30323 \series bold
30324
30325 \backslash
30326 sidecaptionvpos{type flottant}{placement}
30327 \end_layout
30328
30329 \begin_layout Standard
30330 dans le préambule du document ou en code \SpecialChar TeX
30331  juste avant le flottant visé.
30332  Le type du flottant est soit 
30333 \family sans
30334 figure
30335 \family default
30336  soit 
30337 \family sans
30338 table
30339 \family default
30340 , le placement peut être 
30341 \begin_inset Quotes fld
30342 \end_inset
30343
30344
30345 \family sans
30346 t
30347 \family default
30348
30349 \begin_inset Quotes frd
30350 \end_inset
30351
30352  pour haut (top), 
30353 \begin_inset Quotes fld
30354 \end_inset
30355
30356
30357 \family sans
30358 c
30359 \family default
30360
30361 \begin_inset Quotes frd
30362 \end_inset
30363
30364
30365 \begin_inset Quotes erd
30366 \end_inset
30367
30368  pour centre (center), ou 
30369 \begin_inset Quotes fld
30370 \end_inset
30371
30372
30373 \family sans
30374 b
30375 \family default
30376
30377 \begin_inset Quotes frd
30378 \end_inset
30379
30380  pour bas (bottom).
30381  Pour que, par exemple, les légendes des flottants de figure soient centrés
30382  verticalement, utilisez la commande
30383 \end_layout
30384
30385 \begin_layout Standard
30386
30387 \series bold
30388
30389 \backslash
30390 sidecaptionvpos{figure}{c}
30391 \end_layout
30392
30393 \begin_layout Standard
30394 C'est ce qui a été utilisé pour la figure
30395 \begin_inset space ~
30396 \end_inset
30397
30398
30399 \begin_inset CommandInset ref
30400 LatexCommand ref
30401 reference "fig:legende-à-coté-fig-2"
30402
30403 \end_inset
30404
30405 .
30406 \end_layout
30407
30408 \begin_layout Standard
30409 \begin_inset VSpace medskip
30410 \end_inset
30411
30412
30413 \end_layout
30414
30415 \begin_layout Standard
30416 La largeur de légende par défaut est celle de l'image ou du tableau.
30417  Pour des images ou des tableaux étroits, comme le tableau
30418 \begin_inset space ~
30419 \end_inset
30420
30421
30422 \begin_inset CommandInset ref
30423 LatexCommand ref
30424 reference "tab:legende-à-coté-tableau"
30425
30426 \end_inset
30427
30428 , cela donne des légendes trop étroites.
30429  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
30430  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
30431  La largeur de la légende sera automatiquement recalculée dans le cas où
30432  cette dernière déborderait dans la marge de la page ou de la colonne à
30433  cause de la largeur indiquée.
30434  Le 
30435 \emph on
30436 facteur 
30437 \emph default
30438 peut soit être donné comme argument pour 
30439 \series bold
30440
30441 \backslash
30442 FigBesBeg
30443 \series default
30444 :
30445 \end_layout
30446
30447 \begin_layout Standard
30448
30449 \series bold
30450
30451 \backslash
30452 FigBesBeg[facteur]
30453 \end_layout
30454
30455 \begin_layout Standard
30456 ou dans la définition de 
30457 \series bold
30458
30459 \backslash
30460 FigBesBeg 
30461 \series default
30462 en remplaçant le
30463 \series bold
30464  1.0 
30465 \series default
30466 par une autre valeur.
30467  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
30468  façon implicite quand  
30469 \series bold
30470
30471 \backslash
30472 FigBesBeg
30473 \series default
30474  est utilisé sans argument.
30475  Pour le tableau
30476 \begin_inset space ~
30477 \end_inset
30478
30479
30480 \begin_inset CommandInset ref
30481 LatexCommand ref
30482 reference "tab:cap-beside-tab-wider"
30483
30484 \end_inset
30485
30486  on a utilisé 5 comme facteur.
30487 \end_layout
30488
30489 \begin_layout Standard
30490
30491 \lang english
30492 \begin_inset Note Greyedout
30493 status open
30494
30495 \begin_layout Plain Layout
30496
30497 \series bold
30498 Note:
30499 \series default
30500  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
30501  utiliser l'option de placement, 
30502 \family sans
30503 Ici
30504 \begin_inset space ~
30505 \end_inset
30506
30507 à
30508 \begin_inset space ~
30509 \end_inset
30510
30511 tout
30512 \begin_inset space ~
30513 \end_inset
30514
30515 prix
30516 \family default
30517  parce qu'elle n'est pas gérée par 
30518 \series bold
30519 sidecap
30520 \series default
30521 .
30522 \end_layout
30523
30524 \end_inset
30525
30526
30527 \end_layout
30528
30529 \begin_layout Standard
30530 \begin_inset VSpace medskip
30531 \end_inset
30532
30533 Pour plus d'information sur le paquetage 
30534 \series bold
30535 sidecap
30536 \series default
30537  nous vous renvoyons à sa documentation 
30538 \begin_inset CommandInset citation
30539 LatexCommand cite
30540 key "sidecap"
30541
30542 \end_inset
30543
30544 .
30545 \end_layout
30546
30547 \begin_layout Standard
30548 \begin_inset Note Greyedout
30549 status open
30550
30551 \begin_layout Plain Layout
30552
30553 \series bold
30554 Note:
30555 \series default
30556  Le paquetage \SpecialChar LaTeX
30557  
30558 \series bold
30559 hypcap
30560 \series default
30561
30562 \begin_inset Index idx
30563 status collapsed
30564
30565 \begin_layout Plain Layout
30566 Paquetages \SpecialChar LaTeX
30567  ! hypcap
30568 \end_layout
30569
30570 \end_inset
30571
30572 , qui est décrit dans la section
30573 \begin_inset space ~
30574 \end_inset
30575
30576
30577 \begin_inset CommandInset ref
30578 LatexCommand ref
30579 reference "subsec:Reference-Position"
30580
30581 \end_inset
30582
30583 , n'a pas d'effet sur les flottants avec une légende placée à côté.
30584 \end_layout
30585
30586 \end_inset
30587
30588
30589 \end_layout
30590
30591 \begin_layout Standard
30592 \begin_inset ERT
30593 status collapsed
30594
30595 \begin_layout Plain Layout
30596
30597
30598 \backslash
30599 FigBesBeg 
30600 \end_layout
30601
30602 \end_inset
30603
30604
30605 \end_layout
30606
30607 \begin_layout Standard
30608 \begin_inset Float figure
30609 wide false
30610 sideways false
30611 status open
30612
30613 \begin_layout Plain Layout
30614 \begin_inset Graphics
30615         filename ../clipart/escher-lsd.eps
30616         scale 75
30617         scaleBeforeRotation
30618
30619 \end_inset
30620
30621
30622 \end_layout
30623
30624 \begin_layout Plain Layout
30625 \begin_inset Caption Standard
30626
30627 \begin_layout Plain Layout
30628 \begin_inset CommandInset label
30629 LatexCommand label
30630 name "fig:legende-a-coté-fig"
30631
30632 \end_inset
30633
30634 Une légende à côté d'une figure.
30635 \end_layout
30636
30637 \end_inset
30638
30639
30640 \end_layout
30641
30642 \end_inset
30643
30644
30645 \end_layout
30646
30647 \begin_layout Standard
30648 \begin_inset ERT
30649 status collapsed
30650
30651 \begin_layout Plain Layout
30652
30653
30654 \backslash
30655 FigBesEnd
30656 \end_layout
30657
30658 \end_inset
30659
30660
30661 \end_layout
30662
30663 \begin_layout Standard
30664 \begin_inset ERT
30665 status collapsed
30666
30667 \begin_layout Plain Layout
30668
30669
30670 \backslash
30671 TabBesBeg 
30672 \end_layout
30673
30674 \end_inset
30675
30676
30677 \end_layout
30678
30679 \begin_layout Standard
30680 \begin_inset Float table
30681 wide false
30682 sideways false
30683 status open
30684
30685 \begin_layout Plain Layout
30686 \begin_inset Caption Standard
30687
30688 \begin_layout Plain Layout
30689 \begin_inset CommandInset label
30690 LatexCommand label
30691 name "tab:legende-à-coté-tableau"
30692
30693 \end_inset
30694
30695 Une légende à côté d'un tableau.
30696 \end_layout
30697
30698 \end_inset
30699
30700
30701 \end_layout
30702
30703 \begin_layout Plain Layout
30704 \begin_inset Tabular
30705 <lyxtabular version="3" rows="4" columns="5">
30706 <features tabularvalignment="middle">
30707 <column alignment="center" valignment="top">
30708 <column alignment="center" valignment="top">
30709 <column alignment="center" valignment="top">
30710 <column alignment="center" valignment="top">
30711 <column alignment="center" valignment="top">
30712 <row>
30713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30714 \begin_inset Text
30715
30716 \begin_layout Plain Layout
30717 a
30718 \end_layout
30719
30720 \end_inset
30721 </cell>
30722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30723 \begin_inset Text
30724
30725 \begin_layout Plain Layout
30726
30727 \end_layout
30728
30729 \end_inset
30730 </cell>
30731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30732 \begin_inset Text
30733
30734 \begin_layout Plain Layout
30735 b
30736 \end_layout
30737
30738 \end_inset
30739 </cell>
30740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30741 \begin_inset Text
30742
30743 \begin_layout Plain Layout
30744
30745 \end_layout
30746
30747 \end_inset
30748 </cell>
30749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30750 \begin_inset Text
30751
30752 \begin_layout Plain Layout
30753 c
30754 \end_layout
30755
30756 \end_inset
30757 </cell>
30758 </row>
30759 <row>
30760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30761 \begin_inset Text
30762
30763 \begin_layout Plain Layout
30764
30765 \end_layout
30766
30767 \end_inset
30768 </cell>
30769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30770 \begin_inset Text
30771
30772 \begin_layout Plain Layout
30773 d
30774 \end_layout
30775
30776 \end_inset
30777 </cell>
30778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30779 \begin_inset Text
30780
30781 \begin_layout Plain Layout
30782
30783 \end_layout
30784
30785 \end_inset
30786 </cell>
30787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30788 \begin_inset Text
30789
30790 \begin_layout Plain Layout
30791 e
30792 \end_layout
30793
30794 \end_inset
30795 </cell>
30796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30797 \begin_inset Text
30798
30799 \begin_layout Plain Layout
30800
30801 \end_layout
30802
30803 \end_inset
30804 </cell>
30805 </row>
30806 <row>
30807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30808 \begin_inset Text
30809
30810 \begin_layout Plain Layout
30811 f
30812 \end_layout
30813
30814 \end_inset
30815 </cell>
30816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30817 \begin_inset Text
30818
30819 \begin_layout Plain Layout
30820
30821 \end_layout
30822
30823 \end_inset
30824 </cell>
30825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30826 \begin_inset Text
30827
30828 \begin_layout Plain Layout
30829 g
30830 \end_layout
30831
30832 \end_inset
30833 </cell>
30834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30835 \begin_inset Text
30836
30837 \begin_layout Plain Layout
30838
30839 \end_layout
30840
30841 \end_inset
30842 </cell>
30843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30844 \begin_inset Text
30845
30846 \begin_layout Plain Layout
30847 h
30848 \end_layout
30849
30850 \end_inset
30851 </cell>
30852 </row>
30853 <row>
30854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30855 \begin_inset Text
30856
30857 \begin_layout Plain Layout
30858
30859 \end_layout
30860
30861 \end_inset
30862 </cell>
30863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30864 \begin_inset Text
30865
30866 \begin_layout Plain Layout
30867 i
30868 \end_layout
30869
30870 \end_inset
30871 </cell>
30872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30873 \begin_inset Text
30874
30875 \begin_layout Plain Layout
30876
30877 \end_layout
30878
30879 \end_inset
30880 </cell>
30881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30882 \begin_inset Text
30883
30884 \begin_layout Plain Layout
30885 j
30886 \end_layout
30887
30888 \end_inset
30889 </cell>
30890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30891 \begin_inset Text
30892
30893 \begin_layout Plain Layout
30894
30895 \end_layout
30896
30897 \end_inset
30898 </cell>
30899 </row>
30900 </lyxtabular>
30901
30902 \end_inset
30903
30904
30905 \end_layout
30906
30907 \end_inset
30908
30909
30910 \end_layout
30911
30912 \begin_layout Standard
30913 \begin_inset ERT
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917
30918
30919 \backslash
30920 TabBesEnd
30921 \end_layout
30922
30923 \end_inset
30924
30925
30926 \end_layout
30927
30928 \begin_layout Standard
30929 \begin_inset ERT
30930 status collapsed
30931
30932 \begin_layout Plain Layout
30933
30934
30935 \backslash
30936 FigBesBeg 
30937 \end_layout
30938
30939 \end_inset
30940
30941
30942 \end_layout
30943
30944 \begin_layout Standard
30945 \begin_inset ERT
30946 status collapsed
30947
30948 \begin_layout Plain Layout
30949
30950
30951 \backslash
30952 sidecaptionvpos{figure}{c}
30953 \end_layout
30954
30955 \end_inset
30956
30957
30958 \begin_inset Float figure
30959 wide false
30960 sideways false
30961 status open
30962
30963 \begin_layout Plain Layout
30964 \begin_inset Graphics
30965         filename ../clipart/escher-lsd.eps
30966         scale 75
30967         scaleBeforeRotation
30968
30969 \end_inset
30970
30971
30972 \end_layout
30973
30974 \begin_layout Plain Layout
30975 \begin_inset Caption Standard
30976
30977 \begin_layout Plain Layout
30978 \begin_inset CommandInset label
30979 LatexCommand label
30980 name "fig:legende-à-coté-fig-2"
30981
30982 \end_inset
30983
30984 Une légende centrée verticalement à côté d'une figure.
30985 \end_layout
30986
30987 \end_inset
30988
30989
30990 \end_layout
30991
30992 \end_inset
30993
30994
30995 \end_layout
30996
30997 \begin_layout Standard
30998 \begin_inset ERT
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002
31003
31004 \backslash
31005 FigBesEnd
31006 \end_layout
31007
31008 \end_inset
31009
31010
31011 \end_layout
31012
31013 \begin_layout Standard
31014 \begin_inset ERT
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018
31019
31020 \backslash
31021 TabBesBeg[5]
31022 \end_layout
31023
31024 \end_inset
31025
31026
31027 \end_layout
31028
31029 \begin_layout Standard
31030 \begin_inset Float table
31031 wide false
31032 sideways false
31033 status open
31034
31035 \begin_layout Plain Layout
31036 \begin_inset Caption Standard
31037
31038 \begin_layout Plain Layout
31039
31040 \lang english
31041 \begin_inset CommandInset label
31042 LatexCommand label
31043 name "tab:cap-beside-tab-wider"
31044
31045 \end_inset
31046
31047 This is a caption is wider than the one in
31048 \lang french
31049  tableau
31050 \begin_inset space ~
31051 \end_inset
31052
31053
31054 \begin_inset CommandInset ref
31055 LatexCommand ref
31056 reference "tab:legende-à-coté-tableau"
31057
31058 \end_inset
31059
31060 .
31061 \end_layout
31062
31063 \end_inset
31064
31065
31066 \end_layout
31067
31068 \begin_layout Plain Layout
31069 \begin_inset Tabular
31070 <lyxtabular version="3" rows="4" columns="5">
31071 <features tabularvalignment="middle">
31072 <column alignment="center" valignment="top">
31073 <column alignment="center" valignment="top">
31074 <column alignment="center" valignment="top">
31075 <column alignment="center" valignment="top">
31076 <column alignment="center" valignment="top">
31077 <row>
31078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31079 \begin_inset Text
31080
31081 \begin_layout Plain Layout
31082 a
31083 \end_layout
31084
31085 \end_inset
31086 </cell>
31087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31088 \begin_inset Text
31089
31090 \begin_layout Plain Layout
31091
31092 \end_layout
31093
31094 \end_inset
31095 </cell>
31096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31097 \begin_inset Text
31098
31099 \begin_layout Plain Layout
31100 b
31101 \end_layout
31102
31103 \end_inset
31104 </cell>
31105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31106 \begin_inset Text
31107
31108 \begin_layout Plain Layout
31109
31110 \end_layout
31111
31112 \end_inset
31113 </cell>
31114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31115 \begin_inset Text
31116
31117 \begin_layout Plain Layout
31118 c
31119 \end_layout
31120
31121 \end_inset
31122 </cell>
31123 </row>
31124 <row>
31125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31126 \begin_inset Text
31127
31128 \begin_layout Plain Layout
31129
31130 \end_layout
31131
31132 \end_inset
31133 </cell>
31134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31135 \begin_inset Text
31136
31137 \begin_layout Plain Layout
31138 d
31139 \end_layout
31140
31141 \end_inset
31142 </cell>
31143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31144 \begin_inset Text
31145
31146 \begin_layout Plain Layout
31147
31148 \end_layout
31149
31150 \end_inset
31151 </cell>
31152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31153 \begin_inset Text
31154
31155 \begin_layout Plain Layout
31156 e
31157 \end_layout
31158
31159 \end_inset
31160 </cell>
31161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31162 \begin_inset Text
31163
31164 \begin_layout Plain Layout
31165
31166 \end_layout
31167
31168 \end_inset
31169 </cell>
31170 </row>
31171 <row>
31172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31173 \begin_inset Text
31174
31175 \begin_layout Plain Layout
31176 f
31177 \end_layout
31178
31179 \end_inset
31180 </cell>
31181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31182 \begin_inset Text
31183
31184 \begin_layout Plain Layout
31185
31186 \end_layout
31187
31188 \end_inset
31189 </cell>
31190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31191 \begin_inset Text
31192
31193 \begin_layout Plain Layout
31194 g
31195 \end_layout
31196
31197 \end_inset
31198 </cell>
31199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31200 \begin_inset Text
31201
31202 \begin_layout Plain Layout
31203
31204 \end_layout
31205
31206 \end_inset
31207 </cell>
31208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31209 \begin_inset Text
31210
31211 \begin_layout Plain Layout
31212 h
31213 \end_layout
31214
31215 \end_inset
31216 </cell>
31217 </row>
31218 <row>
31219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31220 \begin_inset Text
31221
31222 \begin_layout Plain Layout
31223
31224 \end_layout
31225
31226 \end_inset
31227 </cell>
31228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31229 \begin_inset Text
31230
31231 \begin_layout Plain Layout
31232 i
31233 \end_layout
31234
31235 \end_inset
31236 </cell>
31237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31238 \begin_inset Text
31239
31240 \begin_layout Plain Layout
31241
31242 \end_layout
31243
31244 \end_inset
31245 </cell>
31246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31247 \begin_inset Text
31248
31249 \begin_layout Plain Layout
31250 j
31251 \end_layout
31252
31253 \end_inset
31254 </cell>
31255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31256 \begin_inset Text
31257
31258 \begin_layout Plain Layout
31259
31260 \end_layout
31261
31262 \end_inset
31263 </cell>
31264 </row>
31265 </lyxtabular>
31266
31267 \end_inset
31268
31269
31270 \end_layout
31271
31272 \end_inset
31273
31274
31275 \end_layout
31276
31277 \begin_layout Standard
31278 \begin_inset ERT
31279 status collapsed
31280
31281 \begin_layout Plain Layout
31282
31283
31284 \backslash
31285 TabBesEnd
31286 \end_layout
31287
31288 \end_inset
31289
31290
31291 \end_layout
31292
31293 \begin_layout Standard
31294 \begin_inset ERT
31295 status collapsed
31296
31297 \begin_layout Plain Layout
31298
31299
31300 \backslash
31301 else
31302 \end_layout
31303
31304 \end_inset
31305
31306
31307 \begin_inset Note Note
31308 status open
31309
31310 \begin_layout Plain Layout
31311 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
31312  
31313 \series bold
31314 sidecap
31315 \series default
31316  n'est pas installé :
31317 \end_layout
31318
31319 \end_inset
31320
31321
31322 \end_layout
31323
31324 \begin_layout Standard
31325 Vous devez installer le paquetage \SpecialChar LaTeX
31326  
31327 \series bold
31328 sidecap
31329 \series default
31330  pour voir la suite de cette section dans la sortie imprimée.
31331 \end_layout
31332
31333 \begin_layout Standard
31334 \begin_inset ERT
31335 status collapsed
31336
31337 \begin_layout Plain Layout
31338
31339
31340 \backslash
31341 fi
31342 \end_layout
31343
31344 \end_inset
31345
31346
31347 \end_layout
31348
31349 \begin_layout Section
31350 Les listes de flottants
31351 \begin_inset Index idx
31352 status collapsed
31353
31354 \begin_layout Plain Layout
31355 Flottants ! Listes de Flottants
31356 \end_layout
31357
31358 \end_inset
31359
31360
31361 \end_layout
31362
31363 \begin_layout Standard
31364 De la même façon que la table des matières fait la liste des sections du
31365  document, il y a des listes pour tous les types de flottants, comme par
31366  exemple pour les figures du document.
31367  Vous pouvez les insérer en utilisant le menu 
31368 \family sans
31369 Insertion\SpecialChar menuseparator
31370 Listes
31371 \begin_inset space ~
31372 \end_inset
31373
31374 &
31375 \begin_inset space ~
31376 \end_inset
31377
31378 TdM
31379 \family default
31380 .
31381 \end_layout
31382
31383 \begin_layout Standard
31384 Les entrées de la liste sont la légende du flottant ou éventuellement le
31385  titre court, le numéro du flottant, et le numéro de la page où le flottant
31386  apparaît dans le document.
31387 \end_layout
31388
31389 \begin_layout Standard
31390 Vous trouverez à la fin de ce document une liste des figures et une liste
31391  des tableaux.
31392 \end_layout
31393
31394 \begin_layout Chapter
31395 Notes
31396 \end_layout
31397
31398 \begin_layout Section
31399 Les notes de \SpecialChar LyX
31400
31401 \begin_inset Index idx
31402 status collapsed
31403
31404 \begin_layout Plain Layout
31405 Notes ! Notes \SpecialChar LyX
31406  
31407 \end_layout
31408
31409 \end_inset
31410
31411
31412 \end_layout
31413
31414 \begin_layout Standard
31415 On peut insérer une note en utilisant le bouton 
31416 \begin_inset Info
31417 type  "icon"
31418 arg   "note-insert"
31419 \end_inset
31420
31421  de la barre d'outils ou avec le menu 
31422 \family sans
31423 Insertion\SpecialChar menuseparator
31424 Note
31425 \family default
31426 .
31427  Il y a trois types de notes :
31428 \end_layout
31429
31430 \begin_layout Description
31431 Note
31432 \begin_inset space ~
31433 \end_inset
31434
31435 \SpecialChar LyX
31436  Ce type de note est à usage interne et n'apparaîtra pas sur la sortie finale.
31437  La boîte de cette note ressemble à ceci :
31438 \begin_inset Newline newline
31439 \end_inset
31440
31441
31442 \begin_inset Newline newline
31443 \end_inset
31444
31445
31446 \begin_inset Graphics
31447         filename clipart/LyXNoteImage.png
31448         display false
31449         scale 90
31450         scaleBeforeRotation
31451
31452 \end_inset
31453
31454  
31455 \begin_inset Note Note
31456 status open
31457
31458 \begin_layout Plain Layout
31459 Le texte de cette note n'apparaîtra pas à l'impression.
31460 \end_layout
31461
31462 \end_inset
31463
31464
31465 \end_layout
31466
31467 \begin_layout Description
31468 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
31469  il est inséré comme un commentaire \SpecialChar LaTeX
31470  quand vous exportez votre document
31471  vers un fichier au format \SpecialChar LaTeX
31472  avec le menu 
31473 \family sans
31474 Fichier\SpecialChar menuseparator
31475 Exporter\SpecialChar menuseparator
31476 LaTeX
31477 \begin_inset space ~
31478 \end_inset
31479
31480 (pdflatex) / (plain)
31481 \family default
31482 .
31483  La boîte de cette note ressemble à ceci :
31484 \begin_inset Newline newline
31485 \end_inset
31486
31487
31488 \begin_inset Newline newline
31489 \end_inset
31490
31491
31492 \begin_inset Graphics
31493         filename clipart/CommentNoteImage.png
31494         display false
31495         scale 90
31496         scaleBeforeRotation
31497
31498 \end_inset
31499
31500  
31501 \begin_inset Note Comment
31502 status open
31503
31504 \begin_layout Plain Layout
31505 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
31506  \SpecialChar LaTeX
31507 .
31508 \end_layout
31509
31510 \end_inset
31511
31512
31513 \end_layout
31514
31515 \begin_layout Description
31516 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
31517  La boîte de cette note ressemble à ceci :
31518 \begin_inset Newline newline
31519 \end_inset
31520
31521
31522 \begin_inset Newline newline
31523 \end_inset
31524
31525
31526 \begin_inset Graphics
31527         filename clipart/GreyedOutNoteImage.png
31528         lyxscale 80
31529         display false
31530         scale 90
31531         scaleBeforeRotation
31532
31533 \end_inset
31534
31535
31536 \begin_inset Newline newline
31537 \end_inset
31538
31539
31540 \begin_inset ERT
31541 status collapsed
31542
31543 \begin_layout Plain Layout
31544
31545
31546 \backslash
31547 renewenvironment{lyxgreyedout}
31548 \end_layout
31549
31550 \begin_layout Plain Layout
31551
31552 {
31553 \backslash
31554 textcolor[gray]{0.8}
31555 \backslash
31556 bgroup}{
31557 \backslash
31558 egroup}
31559 \end_layout
31560
31561 \end_inset
31562
31563
31564 \begin_inset Note Greyedout
31565 status open
31566
31567 \begin_layout Plain Layout
31568 Le texte de ce commentaire apparaîtra à l'impression sous forme de texte
31569  grisé.
31570 \end_layout
31571
31572 \end_inset
31573
31574
31575 \begin_inset ERT
31576 status collapsed
31577
31578 \begin_layout Plain Layout
31579
31580
31581 \backslash
31582 renewenvironment{lyxgreyedout}
31583 \end_layout
31584
31585 \begin_layout Plain Layout
31586
31587 {
31588 \backslash
31589 textcolor{blue}
31590 \backslash
31591 bgroup}{
31592 \backslash
31593 egroup}
31594 \end_layout
31595
31596 \end_inset
31597
31598
31599 \begin_inset Note Note
31600 status collapsed
31601
31602 \begin_layout Plain Layout
31603 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
31604  originale qu'elle a dans \SpecialChar LyX
31605 .
31606  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
31607  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
31608 \end_layout
31609
31610 \end_inset
31611
31612
31613 \begin_inset Newline newline
31614 \end_inset
31615
31616
31617 \begin_inset Newline newline
31618 \end_inset
31619
31620 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
31621  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
31622 \end_layout
31623
31624 \begin_layout Standard
31625 \begin_inset VSpace bigskip
31626 \end_inset
31627
31628 Quand vous utilisez le bouton 
31629 \begin_inset Info
31630 type  "icon"
31631 arg   "note-insert"
31632 \end_inset
31633
31634  de la barre d'outils, vous insérez une 
31635 \family sans
31636 Note
31637 \begin_inset space ~
31638 \end_inset
31639
31640 \SpecialChar LyX
31641
31642 \family default
31643 .
31644  Vous pouvez commuter entre les trois types de note avec un clic droit sur
31645  la boîte.
31646  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
31647 la et cliquez sur le bouton d'insertion de note.
31648  Pour retransformer une note en texte, appuyez sur la touche 
31649 \family sans
31650 backspace
31651 \family default
31652  quand le curseur est au tout début de la note ou appuyez sur la touche
31653  
31654 \family sans
31655 Suppr.
31656
31657 \family default
31658  quand le curseur se trouve à la fin de la note.
31659 \end_layout
31660
31661 \begin_layout Standard
31662 \begin_inset VSpace bigskip
31663 \end_inset
31664
31665
31666 \end_layout
31667
31668 \begin_layout Standard
31669 Vous pouvez changer la couleur des notes grisées dans le menu 
31670 \family sans
31671 Document\SpecialChar menuseparator
31672 Paramètres\SpecialChar menuseparator
31673 Couleurs
31674 \family default
31675 .
31676 \end_layout
31677
31678 \begin_layout Section
31679 Notes en bas de page
31680 \begin_inset CommandInset label
31681 LatexCommand label
31682 name "sec:Notes-bas-de-page"
31683
31684 \end_inset
31685
31686
31687 \begin_inset Index idx
31688 status collapsed
31689
31690 \begin_layout Plain Layout
31691 Notes ! Notes de bas de page
31692 \end_layout
31693
31694 \end_inset
31695
31696
31697 \begin_inset Index idx
31698 status collapsed
31699
31700 \begin_layout Plain Layout
31701 Notes de bas de page
31702 \end_layout
31703
31704 \end_inset
31705
31706
31707 \end_layout
31708
31709 \begin_layout Standard
31710 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
31711  
31712 \begin_inset Info
31713 type  "icon"
31714 arg   "footnote-insert"
31715 \end_inset
31716
31717  de la barre d'outils, soit en utilisant le menu 
31718 \family sans
31719 Insertion\SpecialChar menuseparator
31720 Note
31721 \begin_inset space ~
31722 \end_inset
31723
31724 en
31725 \begin_inset space ~
31726 \end_inset
31727
31728 Bas
31729 \begin_inset space ~
31730 \end_inset
31731
31732 de
31733 \begin_inset space ~
31734 \end_inset
31735
31736 Page
31737 \family default
31738 .
31739  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
31740  rouge 
31741 \begin_inset Quotes fld
31742 \end_inset
31743
31744 bas
31745 \begin_inset Quotes frd
31746 \end_inset
31747
31748  qui ressemble à ceci : 
31749 \begin_inset Graphics
31750         filename clipart/footnote.png
31751         scale 95
31752         scaleBeforeRotation
31753
31754 \end_inset
31755
31756  Vous pouvez y entrer votre texte.
31757  Si vous voulez transformer du texte déjà existant en note en bas de page,
31758  sélectionnez-le et cliquez sur le bouton 
31759 \family sans
31760 Note
31761 \begin_inset space ~
31762 \end_inset
31763
31764 en
31765 \begin_inset space ~
31766 \end_inset
31767
31768 Bas
31769 \begin_inset space ~
31770 \end_inset
31771
31772 de
31773 \begin_inset space ~
31774 \end_inset
31775
31776 Page
31777 \family default
31778  de la barre d'outils.
31779  Pour retransformer une note de bas de page en texte, appuyez sur la touche
31780  
31781 \family sans
31782 Backspace
31783 \family default
31784  quand le curseur est au tout début de la note ou appuyez sur la touche
31785  
31786 \family sans
31787 Suppr.
31788
31789 \family default
31790  quand le curseur se trouve à la fin de la note.
31791 \end_layout
31792
31793 \begin_layout Standard
31794 Voici un exemple de note en bas de page:
31795 \begin_inset Foot
31796 status open
31797
31798 \begin_layout Plain Layout
31799 \begin_inset CommandInset label
31800 LatexCommand label
31801 name "fn:Note-en-bas"
31802
31803 \end_inset
31804
31805 Ceci est un exemple de note en bas de page.
31806 \end_layout
31807
31808 \end_inset
31809
31810
31811 \begin_inset ERT
31812 status collapsed
31813
31814 \begin_layout Plain Layout
31815
31816
31817 \backslash
31818 newcounter{MyRepeatFoot}
31819 \end_layout
31820
31821 \begin_layout Plain Layout
31822
31823
31824 \backslash
31825 setcounter{MyRepeatFoot}{
31826 \backslash
31827 thefootnote}
31828 \end_layout
31829
31830 \end_inset
31831
31832
31833 \end_layout
31834
31835 \begin_layout Standard
31836 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
31837  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
31838  de note.
31839  Le texte de la note est placé en bas de la page courante.
31840  Le numéro de note est calculé par \SpecialChar LaTeX
31841 , et les numéros se suivent.
31842  Selon votre classe de document les numéros de notes pourront être réinitialisés
31843  à chaque nouveau chapitre.
31844 \end_layout
31845
31846 \begin_layout Standard
31847 On peut faire référence à une note en bas de page comme on le fait avec
31848  les flottants : Insérez une étiquette dans la note et faites une référence
31849  croisée vers cette étiquette comme c'est décrit dans la
31850 \begin_inset space ~
31851 \end_inset
31852
31853
31854 \begin_inset CommandInset ref
31855 LatexCommand ref
31856 reference "sec:Referencer-les-Flottants"
31857
31858 \end_inset
31859
31860 .
31861 \begin_inset Newline newline
31862 \end_inset
31863
31864 Voici une référence à une note de bas de page :
31865 \begin_inset space ~
31866 \end_inset
31867
31868
31869 \begin_inset CommandInset ref
31870 LatexCommand ref
31871 reference "fn:Note-en-bas"
31872
31873 \end_inset
31874
31875 .
31876 \end_layout
31877
31878 \begin_layout Standard
31879 \begin_inset VSpace defskip
31880 \end_inset
31881
31882
31883 \lang english
31884 Footnotes in title environments are usually not numbered with symbols and
31885  they cannot contain several paragraphs.
31886  See for example the footnote in the titling of this document.
31887 \end_layout
31888
31889 \begin_layout Standard
31890 \begin_inset VSpace defskip
31891 \end_inset
31892
31893
31894 \end_layout
31895
31896 \begin_layout Standard
31897 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
31898  par \SpecialChar LaTeX
31899  pour des raisons techniques.
31900  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
31901  
31902 \series bold
31903
31904 \backslash
31905 footnotemark{}
31906 \series default
31907  en code \SpecialChar TeX
31908  à la place de la note de bas de page.
31909  Le texte de la note est mis en argument de la commande \SpecialChar TeX
31910  
31911 \series bold
31912
31913 \backslash
31914 footnotetext
31915 \series default
31916  après le tableau.
31917 \begin_inset Newline newline
31918 \end_inset
31919
31920 C'est ce qui a été fait pour le tableau qui suit avec la commande
31921 \end_layout
31922
31923 \begin_layout Standard
31924
31925 \series bold
31926
31927 \backslash
31928 footnotetext{
31929 \series default
31930 Note de bas de page de tableau imprimée.
31931 \series bold
31932 }
31933 \end_layout
31934
31935 \begin_layout Standard
31936
31937 \lang english
31938 \begin_inset Tabular
31939 <lyxtabular version="3" rows="2" columns="1">
31940 <features tabularvalignment="middle">
31941 <column alignment="center" valignment="top">
31942 <row>
31943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31944 \begin_inset Text
31945
31946 \begin_layout Plain Layout
31947 Un exemple de texte
31948 \begin_inset Foot
31949 status open
31950
31951 \begin_layout Plain Layout
31952 Cette note ne sera pas imprimée
31953 \begin_inset space ~
31954 \end_inset
31955
31956 !
31957 \end_layout
31958
31959 \end_inset
31960
31961
31962 \end_layout
31963
31964 \end_inset
31965 </cell>
31966 </row>
31967 <row>
31968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31969 \begin_inset Text
31970
31971 \begin_layout Plain Layout
31972 Un autre exemple de texte
31973 \begin_inset ERT
31974 status collapsed
31975
31976 \begin_layout Plain Layout
31977
31978
31979 \backslash
31980 footnotemark{}
31981 \end_layout
31982
31983 \end_inset
31984
31985
31986 \end_layout
31987
31988 \end_inset
31989 </cell>
31990 </row>
31991 </lyxtabular>
31992
31993 \end_inset
31994
31995
31996 \begin_inset ERT
31997 status collapsed
31998
31999 \begin_layout Plain Layout
32000
32001
32002 \backslash
32003 footnotetext{
32004 \end_layout
32005
32006 \end_inset
32007
32008
32009 \lang french
32010 Note de bas de page de tableau imprimée.
32011 \lang english
32012
32013 \begin_inset ERT
32014 status collapsed
32015
32016 \begin_layout Plain Layout
32017
32018 }
32019 \end_layout
32020
32021 \end_inset
32022
32023
32024 \end_layout
32025
32026 \begin_layout Standard
32027 Les notes de bas de page dans des tableaux multi-pages sont décrites dans
32028  la section
32029 \begin_inset space ~
32030 \end_inset
32031
32032
32033 \begin_inset CommandInset ref
32034 LatexCommand ref
32035 reference "subsec:Notes-dans-tableau-multi-pages"
32036
32037 \end_inset
32038
32039 .
32040 \end_layout
32041
32042 \begin_layout Standard
32043 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
32044  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
32045 e, vu que la minipage est considérée comme une page se trouvant dans une
32046  autre page.
32047  Pour plus d'information sur les minipages, voyez la section
32048 \begin_inset space ~
32049 \end_inset
32050
32051
32052 \begin_inset CommandInset ref
32053 LatexCommand ref
32054 reference "sec:Minipages"
32055
32056 \end_inset
32057
32058 .
32059  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
32060  s'imprime en bas de page comme une note normale, on doit aussi utiliser
32061  la méthode utilisant les commandes 
32062 \series bold
32063
32064 \backslash
32065 footnotemark{}
32066 \series default
32067  et 
32068 \series bold
32069
32070 \backslash
32071 footnotetext
32072 \series default
32073 .
32074 \end_layout
32075
32076 \begin_layout Standard
32077 \begin_inset Box Frameless
32078 position "t"
32079 hor_pos "c"
32080 has_inner_box 1
32081 inner_pos "t"
32082 use_parbox 0
32083 use_makebox 0
32084 width "100col%"
32085 special "none"
32086 height "1in"
32087 height_special "totalheight"
32088 thickness "0.4pt"
32089 separation "3pt"
32090 shadowsize "4pt"
32091 framecolor "black"
32092 backgroundcolor "none"
32093 status open
32094
32095 \begin_layout Plain Layout
32096 Un exemple de texte dans une minipage.
32097 \begin_inset Foot
32098 status open
32099
32100 \begin_layout Plain Layout
32101 Note de bas de page dans la minipage.
32102 \end_layout
32103
32104 \end_inset
32105
32106
32107 \end_layout
32108
32109 \begin_layout Plain Layout
32110 Un autre exemple de texte dans une minipage.
32111 \begin_inset ERT
32112 status collapsed
32113
32114 \begin_layout Plain Layout
32115
32116
32117 \backslash
32118 footnotemark{}
32119 \end_layout
32120
32121 \end_inset
32122
32123
32124 \end_layout
32125
32126 \end_inset
32127
32128
32129 \end_layout
32130
32131 \begin_layout Standard
32132 \begin_inset ERT
32133 status collapsed
32134
32135 \begin_layout Plain Layout
32136
32137
32138 \backslash
32139 footnotetext{
32140 \end_layout
32141
32142 \end_inset
32143
32144 Note de bas de page en dehors de la minipage.
32145 \begin_inset ERT
32146 status collapsed
32147
32148 \begin_layout Plain Layout
32149
32150 }
32151 \end_layout
32152
32153 \end_inset
32154
32155
32156 \end_layout
32157
32158 \begin_layout Standard
32159 \begin_inset VSpace defskip
32160 \end_inset
32161
32162
32163 \end_layout
32164
32165 \begin_layout Standard
32166 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
32167  utilisez la commande 
32168 \series bold
32169
32170 \backslash
32171 footnotemark[number]
32172 \series default
32173  en code \SpecialChar TeX
32174 .
32175 \begin_inset Newline newline
32176 \end_inset
32177
32178 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
32179  votre texte, vous devez enregistrer son numéro.
32180  Dans l'exemple de marque de note de bas de page suivant, ces commandes
32181  ont été insérées en code \SpecialChar TeX
32182  après la note
32183 \begin_inset space ~
32184 \end_inset
32185
32186
32187 \begin_inset CommandInset ref
32188 LatexCommand ref
32189 reference "fn:Note-en-bas"
32190
32191 \end_inset
32192
32193  pour enregistrer son numéro
32194 \begin_inset space ~
32195 \end_inset
32196
32197 :
32198 \end_layout
32199
32200 \begin_layout Standard
32201
32202 \series bold
32203
32204 \backslash
32205 newcounter{MaNoteDupliquee}
32206 \begin_inset Newline newline
32207 \end_inset
32208
32209
32210 \backslash
32211 setcounter{MaNoteDupliquee}{
32212 \backslash
32213 thefootnote}
32214 \end_layout
32215
32216 \begin_layout Standard
32217 La note de bas de page a été créée avec la commande
32218 \begin_inset space ~
32219 \end_inset
32220
32221 :
32222 \end_layout
32223
32224 \begin_layout Standard
32225
32226 \series bold
32227
32228 \backslash
32229 footnotemark[
32230 \backslash
32231 MaNoteDupliquee]
32232 \end_layout
32233
32234 \begin_layout Standard
32235 Voici une note de bas de page dupliquée
32236 \begin_inset space ~
32237 \end_inset
32238
32239 :
32240 \begin_inset ERT
32241 status collapsed
32242
32243 \begin_layout Plain Layout
32244
32245
32246 \backslash
32247 footnotemark[
32248 \backslash
32249 theMyRepeatFoot]
32250 \end_layout
32251
32252 \end_inset
32253
32254
32255 \end_layout
32256
32257 \begin_layout Standard
32258 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
32259 t du numéro de note et juste utiliser la commande suivante
32260 \end_layout
32261
32262 \begin_layout Standard
32263
32264 \series bold
32265
32266 \backslash
32267 footnotemark[
32268 \backslash
32269 thefootnote]
32270 \end_layout
32271
32272 \begin_layout Standard
32273 Voici une autre note de bas de page dupliquée
32274 \begin_inset space ~
32275 \end_inset
32276
32277 :
32278 \begin_inset ERT
32279 status collapsed
32280
32281 \begin_layout Plain Layout
32282
32283
32284 \backslash
32285 footnotemark[
32286 \backslash
32287 thefootnote]
32288 \end_layout
32289
32290 \end_inset
32291
32292
32293 \end_layout
32294
32295 \begin_layout Subsection
32296 Numérotation de notes de bas de page
32297 \begin_inset CommandInset label
32298 LatexCommand label
32299 name "subsec:Numerotation-notes-bas-de-page"
32300
32301 \end_inset
32302
32303
32304 \begin_inset Index idx
32305 status collapsed
32306
32307 \begin_layout Plain Layout
32308 Notes de bas de page ! Numérotation
32309 \end_layout
32310
32311 \end_inset
32312
32313
32314 \end_layout
32315
32316 \begin_layout Standard
32317 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
32318  ajoutez cette commande dans le préambule de votre document :
32319 \end_layout
32320
32321 \begin_layout Standard
32322
32323 \series bold
32324
32325 \backslash
32326 @addtoreset{footnote}{section}
32327 \end_layout
32328
32329 \begin_layout Standard
32330 \begin_inset VSpace bigskip
32331 \end_inset
32332
32333 La commande de préambule suivante change le style de numérotation des notes
32334  en petits chiffres romains :
32335 \end_layout
32336
32337 \begin_layout Standard
32338
32339 \series bold
32340
32341 \backslash
32342 renewcommand{
32343 \backslash
32344 thefootnote}{
32345 \backslash
32346 roman{footnote}}
32347 \end_layout
32348
32349 \begin_layout Standard
32350 \begin_inset ERT
32351 status collapsed
32352
32353 \begin_layout Plain Layout
32354
32355
32356 \backslash
32357 renewcommand{
32358 \backslash
32359 thefootnote}{
32360 \backslash
32361 roman{footnote}}
32362 \end_layout
32363
32364 \end_inset
32365
32366  Cette note de bas de page utilise une numérotation en chiffres romains
32367  :
32368 \begin_inset Foot
32369 status open
32370
32371 \begin_layout Plain Layout
32372 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
32373  romains.
32374 \end_layout
32375
32376 \end_inset
32377
32378
32379 \end_layout
32380
32381 \begin_layout Standard
32382 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
32383  la commande précédente 
32384 \series bold
32385
32386 \backslash
32387 roman
32388 \series default
32389  par 
32390 \series bold
32391
32392 \backslash
32393 Roman
32394 \series default
32395 .
32396  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
32397  utilisez respectivement soit 
32398 \series bold
32399
32400 \backslash
32401 Alph
32402 \series default
32403  soit 
32404 \series bold
32405
32406 \backslash
32407 alph
32408 \series default
32409 .
32410  Pour les 
32411 \begin_inset Quotes fld
32412 \end_inset
32413
32414 numéroter
32415 \begin_inset Quotes frd
32416 \end_inset
32417
32418  avec des symboles, utilisez 
32419 \series bold
32420
32421 \backslash
32422 fnsymbol
32423 \series default
32424 .
32425 \end_layout
32426
32427 \begin_layout Standard
32428 \begin_inset Note Greyedout
32429 status open
32430
32431 \begin_layout Plain Layout
32432
32433 \series bold
32434 Note:
32435 \series default
32436  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
32437  puisque cette numérotation est limitée à des lettres seules.
32438 \end_layout
32439
32440 \end_inset
32441
32442
32443 \begin_inset Newline newline
32444 \end_inset
32445
32446
32447 \begin_inset Note Greyedout
32448 status open
32449
32450 \begin_layout Plain Layout
32451
32452 \series bold
32453 Note:
32454 \series default
32455  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
32456 \end_layout
32457
32458 \end_inset
32459
32460
32461 \end_layout
32462
32463 \begin_layout Standard
32464 Pour revenir au style de numérotation implicite quand vous en avez changé,
32465  utilisez 
32466 \series bold
32467
32468 \backslash
32469 arabic
32470 \series default
32471  à la place de 
32472 \series bold
32473
32474 \backslash
32475 roman
32476 \series default
32477  dans la commande précédente.
32478 \begin_inset ERT
32479 status collapsed
32480
32481 \begin_layout Plain Layout
32482
32483
32484 \backslash
32485 renewcommand{
32486 \backslash
32487 thefootnote}{
32488 \backslash
32489 arabic{footnote}}
32490 \end_layout
32491
32492 \end_inset
32493
32494
32495 \end_layout
32496
32497 \begin_layout Standard
32498 \begin_inset VSpace bigskip
32499 \end_inset
32500
32501
32502 \end_layout
32503
32504 \begin_layout Standard
32505 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
32506  le schéma 
32507 \begin_inset Quotes fld
32508 \end_inset
32509
32510 chapitre.note
32511 \begin_inset Quotes frd
32512 \end_inset
32513
32514 , ajoutez la commande suivante au préambule de votre document :
32515 \end_layout
32516
32517 \begin_layout Standard
32518
32519 \series bold
32520
32521 \backslash
32522 numberwithin{footnote}{chapter}
32523 \end_layout
32524
32525 \begin_layout Standard
32526 Pour pouvoir utiliser la commande 
32527 \series bold
32528
32529 \backslash
32530 numberwithin
32531 \series default
32532 , activez dans la rubrique 
32533 \family sans
32534 Options
32535 \begin_inset space ~
32536 \end_inset
32537
32538 des
32539 \begin_inset space ~
32540 \end_inset
32541
32542 Maths
32543 \family default
32544  dans les paramètres du document, l'option 
32545 \family sans
32546 Utiliser
32547 \begin_inset space ~
32548 \end_inset
32549
32550 le
32551 \begin_inset space ~
32552 \end_inset
32553
32554 paquetage
32555 \begin_inset space ~
32556 \end_inset
32557
32558 maths
32559 \begin_inset space ~
32560 \end_inset
32561
32562 AMS
32563 \family default
32564 .
32565 \end_layout
32566
32567 \begin_layout Standard
32568 \begin_inset ERT
32569 status collapsed
32570
32571 \begin_layout Plain Layout
32572
32573
32574 \backslash
32575 numberwithin{footnote}{chapter}
32576 \end_layout
32577
32578 \end_inset
32579
32580 Ceci est un autre exemple de note de bas de page:
32581 \series bold
32582
32583 \begin_inset Foot
32584 status open
32585
32586 \begin_layout Plain Layout
32587 Cette note est numérotée en suivant le schéma 
32588 \begin_inset Quotes fld
32589 \end_inset
32590
32591 chapitre.note
32592 \begin_inset Quotes frd
32593 \end_inset
32594
32595 .
32596 \end_layout
32597
32598 \end_inset
32599
32600
32601 \series default
32602
32603 \begin_inset ERT
32604 status collapsed
32605
32606 \begin_layout Plain Layout
32607
32608
32609 \backslash
32610 renewcommand{
32611 \backslash
32612 thefootnote}{
32613 \backslash
32614 arabic{footnote}}
32615 \end_layout
32616
32617 \end_inset
32618
32619
32620 \end_layout
32621
32622 \begin_layout Standard
32623 \begin_inset Note Greyedout
32624 status open
32625
32626 \begin_layout Plain Layout
32627
32628 \series bold
32629 Note:
32630 \series default
32631  
32632 \series bold
32633
32634 \backslash
32635 numberwithin
32636 \series default
32637  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
32638  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
32639  prises en compte.
32640  
32641 \end_layout
32642
32643 \end_inset
32644
32645
32646 \end_layout
32647
32648 \begin_layout Standard
32649 Donc pour avoir par exemple le schéma 
32650 \begin_inset Quotes fld
32651 \end_inset
32652
32653 chapitre.
32654 \backslash
32655 Roman{note}
32656 \begin_inset Quotes frd
32657 \end_inset
32658
32659 , utilisez la commande suivante plutôt que 
32660 \series bold
32661
32662 \backslash
32663 numberwithin
32664 \series default
32665  :
32666 \end_layout
32667
32668 \begin_layout Standard
32669
32670 \series bold
32671
32672 \backslash
32673 renewcommand{
32674 \backslash
32675 thefootnote}{
32676 \backslash
32677 thechapter.
32678 \backslash
32679 Roman{footnote}}
32680 \end_layout
32681
32682 \begin_layout Subsection
32683 Positionnement de notes de bas de page
32684 \begin_inset Index idx
32685 status collapsed
32686
32687 \begin_layout Plain Layout
32688 Notes de bas de page ! Positionnement
32689 \end_layout
32690
32691 \end_inset
32692
32693
32694 \end_layout
32695
32696 \begin_layout Standard
32697 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
32698  vertical entre elles en bas de la page.
32699  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
32700  de 1.5
32701 \begin_inset space \thinspace{}
32702 \end_inset
32703
32704 mm avec la commande suivante dans le préambule :
32705 \end_layout
32706
32707 \begin_layout Standard
32708
32709 \series bold
32710
32711 \backslash
32712 let
32713 \backslash
32714 myFoot
32715 \backslash
32716 footnote
32717 \begin_inset Newline newline
32718 \end_inset
32719
32720
32721 \backslash
32722 renewcommand{
32723 \backslash
32724 footnote}[1]{
32725 \backslash
32726 myFoot{#1
32727 \backslash
32728 vspace{1.5mm}}}
32729 \end_layout
32730
32731 \begin_layout Standard
32732 \begin_inset VSpace bigskip
32733 \end_inset
32734
32735 Dans un document à deux colonnes les notes de bas de page apparaissent en
32736  bas de chaque colonne, comme sur la Figure
32737 \begin_inset space ~
32738 \end_inset
32739
32740
32741 \begin_inset CommandInset ref
32742 LatexCommand ref
32743 reference "fig:Position-standard-note-bas-de-page"
32744
32745 \end_inset
32746
32747 .
32748  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
32749  sur la Figure
32750 \begin_inset space ~
32751 \end_inset
32752
32753
32754 \begin_inset CommandInset ref
32755 LatexCommand ref
32756 reference "fig:Position-note-avec-ftnright"
32757
32758 \end_inset
32759
32760 , utilisez le paquetage \SpecialChar LaTeX
32761  
32762 \series bold
32763 ftnright
32764 \series default
32765
32766 \begin_inset Index idx
32767 status collapsed
32768
32769 \begin_layout Plain Layout
32770 Paquetages \SpecialChar LaTeX
32771  ! ftnright
32772 \end_layout
32773
32774 \end_inset
32775
32776  avec cette commande dans le préambule du document:
32777 \end_layout
32778
32779 \begin_layout Standard
32780
32781 \series bold
32782
32783 \backslash
32784 usepackage{ftnright}
32785 \end_layout
32786
32787 \begin_layout Standard
32788 \begin_inset Float figure
32789 placement !h
32790 wide false
32791 sideways false
32792 status open
32793
32794 \begin_layout Plain Layout
32795 \noindent
32796 \align center
32797 \begin_inset Box Boxed
32798 position "t"
32799 hor_pos "c"
32800 has_inner_box 0
32801 inner_pos "t"
32802 use_parbox 0
32803 use_makebox 0
32804 width ""
32805 special "none"
32806 height "1in"
32807 height_special "totalheight"
32808 thickness "0.4pt"
32809 separation "3pt"
32810 shadowsize "4pt"
32811 framecolor "black"
32812 backgroundcolor "none"
32813 status open
32814
32815 \begin_layout Plain Layout
32816 \begin_inset Graphics
32817         filename ../clipart/without_fntright.pdf
32818         width 100col%
32819         scaleBeforeRotation
32820
32821 \end_inset
32822
32823
32824 \end_layout
32825
32826 \end_inset
32827
32828
32829 \end_layout
32830
32831 \begin_layout Plain Layout
32832 \begin_inset Caption Standard
32833
32834 \begin_layout Plain Layout
32835 \begin_inset CommandInset label
32836 LatexCommand label
32837 name "fig:Position-standard-note-bas-de-page"
32838
32839 \end_inset
32840
32841 Positionnement standard des notes de bas de page dans un document à deux
32842  colonnes.
32843 \end_layout
32844
32845 \end_inset
32846
32847
32848 \end_layout
32849
32850 \end_inset
32851
32852
32853 \end_layout
32854
32855 \begin_layout Standard
32856 \begin_inset Float figure
32857 placement !h
32858 wide false
32859 sideways false
32860 status open
32861
32862 \begin_layout Plain Layout
32863 \noindent
32864 \align center
32865 \begin_inset Box Boxed
32866 position "t"
32867 hor_pos "c"
32868 has_inner_box 0
32869 inner_pos "t"
32870 use_parbox 0
32871 use_makebox 0
32872 width ""
32873 special "none"
32874 height "1in"
32875 height_special "totalheight"
32876 thickness "0.4pt"
32877 separation "3pt"
32878 shadowsize "4pt"
32879 framecolor "black"
32880 backgroundcolor "none"
32881 status open
32882
32883 \begin_layout Plain Layout
32884 \begin_inset Graphics
32885         filename ../clipart/with_fntright.pdf
32886         width 100col%
32887         scaleBeforeRotation
32888
32889 \end_inset
32890
32891
32892 \end_layout
32893
32894 \end_inset
32895
32896
32897 \end_layout
32898
32899 \begin_layout Plain Layout
32900 \begin_inset Caption Standard
32901
32902 \begin_layout Plain Layout
32903 \begin_inset CommandInset label
32904 LatexCommand label
32905 name "fig:Position-note-avec-ftnright"
32906
32907 \end_inset
32908
32909 Positionnement de notes de bas de page dans un document à deux colonnes
32910  en utilisant le paquetage \SpecialChar LaTeX
32911  
32912 \series bold
32913 ftnright
32914 \series default
32915 .
32916 \end_layout
32917
32918 \end_inset
32919
32920
32921 \end_layout
32922
32923 \end_inset
32924
32925
32926 \end_layout
32927
32928 \begin_layout Standard
32929 \begin_inset VSpace bigskip
32930 \end_inset
32931
32932 Dans certaines publications scientifiques, il est courant de rassembler
32933  les notes de bas de page et de les imprimer dans un paragraphe particulier
32934  à la fin de la section, comme sur la Figure
32935 \begin_inset space ~
32936 \end_inset
32937
32938
32939 \begin_inset CommandInset ref
32940 LatexCommand ref
32941 reference "fig:Notes-de-fin"
32942
32943 \end_inset
32944
32945 .
32946  On les appelle 
32947 \begin_inset Quotes fld
32948 \end_inset
32949
32950 notes de fin
32951 \begin_inset Quotes frd
32952 \end_inset
32953
32954 .
32955 \begin_inset Index idx
32956 status collapsed
32957
32958 \begin_layout Plain Layout
32959 Notes de fin
32960 \end_layout
32961
32962 \end_inset
32963
32964  Pour utiliser des notes de fin à la place des notes de bas de page dans
32965  votre document, charger le module 
32966 \family sans
32967 Note de bas de page en fin de document
32968 \family default
32969  à partir de 
32970 \family sans
32971 Document\SpecialChar menuseparator
32972 Paramètres\SpecialChar menuseparator
32973 Modules
32974 \family default
32975 .
32976  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
32977 \end_layout
32978
32979 \begin_layout Standard
32980
32981 \series bold
32982
32983 \backslash
32984 theendnotes
32985 \end_layout
32986
32987 \begin_layout Standard
32988 en code \SpecialChar TeX
32989  à la fin d'une section ou d'un chapitre.
32990 \end_layout
32991
32992 \begin_layout Standard
32993 \begin_inset Float figure
32994 wide false
32995 sideways false
32996 status open
32997
32998 \begin_layout Plain Layout
32999 \align center
33000 \begin_inset Box Boxed
33001 position "t"
33002 hor_pos "c"
33003 has_inner_box 0
33004 inner_pos "t"
33005 use_parbox 0
33006 use_makebox 0
33007 width ""
33008 special "none"
33009 height "1in"
33010 height_special "totalheight"
33011 thickness "0.4pt"
33012 separation "3pt"
33013 shadowsize "4pt"
33014 framecolor "black"
33015 backgroundcolor "none"
33016 status open
33017
33018 \begin_layout Plain Layout
33019 \begin_inset Graphics
33020         filename ../clipart/endnotes.pdf
33021         width 100col%
33022         scaleBeforeRotation
33023
33024 \end_inset
33025
33026
33027 \end_layout
33028
33029 \end_inset
33030
33031
33032 \end_layout
33033
33034 \begin_layout Plain Layout
33035 \begin_inset Caption Standard
33036
33037 \begin_layout Plain Layout
33038 \begin_inset CommandInset label
33039 LatexCommand label
33040 name "fig:Notes-de-fin"
33041
33042 \end_inset
33043
33044 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
33045  séparé à la fin des sections ou des chapitres.
33046 \end_layout
33047
33048 \end_inset
33049
33050
33051 \end_layout
33052
33053 \end_inset
33054
33055
33056 \end_layout
33057
33058 \begin_layout Standard
33059 \begin_inset VSpace medskip
33060 \end_inset
33061
33062 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
33063  dans la langue du document, cela doit être fait manuellement.
33064  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
33065  
33066 \begin_inset Quotes fld
33067 \end_inset
33068
33069 Notes
33070 \begin_inset Quotes frd
33071 \end_inset
33072
33073  en sa traduction Allemande
33074 \begin_inset Foot
33075 status collapsed
33076
33077 \begin_layout Plain Layout
33078 En français, 
33079 \begin_inset Quotes fld
33080 \end_inset
33081
33082 Notes
33083 \begin_inset Quotes frd
33084 \end_inset
33085
33086  peut être conservé.
33087 \end_layout
33088
33089 \end_inset
33090
33091  
33092 \begin_inset Quotes fld
33093 \end_inset
33094
33095 Anmerkungen
33096 \begin_inset Quotes frd
33097 \end_inset
33098
33099  :
33100 \end_layout
33101
33102 \begin_layout Standard
33103
33104 \series bold
33105
33106 \backslash
33107 renewcommand{
33108 \backslash
33109 notesname}{Anmerkungen}
33110 \end_layout
33111
33112 \begin_layout Standard
33113 \begin_inset VSpace medskip
33114 \end_inset
33115
33116 La numérotation des notes de fin peut être modifiée comme celle des notes
33117  de bas de page comme c'est décrit dans la section
33118 \begin_inset space ~
33119 \end_inset
33120
33121
33122 \begin_inset CommandInset ref
33123 LatexCommand ref
33124 reference "subsec:Numerotation-notes-bas-de-page"
33125
33126 \end_inset
33127
33128  ; remplacez juste la commande 
33129 \series bold
33130
33131 \backslash
33132 thefootnote
33133 \series default
33134  par 
33135 \series bold
33136
33137 \backslash
33138 theendnote
33139 \series default
33140 .
33141  Pour réinitialiser le numéro de note de fin, utilisez la commande 
33142 \series bold
33143
33144 \backslash
33145 @addtoreset
33146 \series default
33147  comme c'est décrit dans la section
33148 \begin_inset space ~
33149 \end_inset
33150
33151
33152 \begin_inset CommandInset ref
33153 LatexCommand ref
33154 reference "subsec:Numerotation-notes-bas-de-page"
33155
33156 \end_inset
33157
33158  et remplacez le paramètre de commande 
33159 \series bold
33160 footnote
33161 \series default
33162  par 
33163 \series bold
33164 endnote
33165 \series default
33166 .
33167 \end_layout
33168
33169 \begin_layout Standard
33170 Pour les notes de fin, il y a la commande 
33171 \series bold
33172
33173 \backslash
33174 endnotemark[numéro]
33175 \series default
33176  qui est semblable à 
33177 \series bold
33178
33179 \backslash
33180 footnotemark
33181 \series default
33182 , décrite dans la section
33183 \begin_inset space ~
33184 \end_inset
33185
33186
33187 \begin_inset CommandInset ref
33188 LatexCommand ref
33189 reference "sec:Notes-bas-de-page"
33190
33191 \end_inset
33192
33193 .
33194 \end_layout
33195
33196 \begin_layout Standard
33197 \begin_inset VSpace bigskip
33198 \end_inset
33199
33200  Les notes de bas de page peuvent être mise dans la marge de la page et
33201  l'alignement du texte des notes peut être modifié, voyez le paquetage \SpecialChar LaTeX
33202
33203  
33204 \series bold
33205 footmisc
33206 \series default
33207
33208 \begin_inset Index idx
33209 status collapsed
33210
33211 \begin_layout Plain Layout
33212 Paquetages \SpecialChar LaTeX
33213  ! footmisc
33214 \end_layout
33215
33216 \end_inset
33217
33218
33219 \begin_inset CommandInset citation
33220 LatexCommand cite
33221 key "footmisc"
33222
33223 \end_inset
33224
33225  pour plus d'information à ce sujet.
33226 \end_layout
33227
33228 \begin_layout Standard
33229 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
33230  voyez les livres sur \SpecialChar LaTeX
33231
33232 \begin_inset CommandInset citation
33233 LatexCommand cite
33234 key "latexcompanion,latexguide,latexbook"
33235
33236 \end_inset
33237
33238 .
33239  Si vous utilisez une classe de document  
33240 \series bold
33241 KOMA-Script
33242 \series default
33243
33244 \begin_inset Index idx
33245 status collapsed
33246
33247 \begin_layout Plain Layout
33248 Paquetages \SpecialChar LaTeX
33249  ! KOMA-Script
33250 \end_layout
33251
33252 \end_inset
33253
33254 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
33255  des commandes spécifiques à la classe de document utilisée, voyez 
33256 \begin_inset CommandInset citation
33257 LatexCommand cite
33258 key "KOMA-Script"
33259
33260 \end_inset
33261
33262 .
33263 \end_layout
33264
33265 \begin_layout Section
33266 Notes en marge
33267 \begin_inset Index idx
33268 status collapsed
33269
33270 \begin_layout Plain Layout
33271 Notes ! Notes en Marge
33272 \end_layout
33273
33274 \end_inset
33275
33276
33277 \end_layout
33278
33279 \begin_layout Standard
33280 Les notes en marge dans \SpecialChar LyX
33281  ressemblent aux notes en bas de page et se comportent
33282  de la même façon.
33283  Quand vous insérez une note en marge avec 
33284 \family sans
33285 Insertion\SpecialChar menuseparator
33286 Note
33287 \begin_inset space ~
33288 \end_inset
33289
33290 en
33291 \begin_inset space ~
33292 \end_inset
33293
33294 Marge
33295 \family default
33296  ou avec le bouton 
33297 \begin_inset Info
33298 type  "icon"
33299 arg   "marginalnote-insert"
33300 \end_inset
33301
33302  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
33303  grise avec une étiquette rouge 
33304 \begin_inset Quotes fld
33305 \end_inset
33306
33307 marge
33308 \begin_inset Quotes frd
33309 \end_inset
33310
33311 .
33312  
33313 \begin_inset Marginal
33314 status collapsed
33315
33316 \begin_layout Plain Layout
33317 C'est une note en marge.
33318 \end_layout
33319
33320 \end_inset
33321
33322  Cette boîte est la représentation de votre note dans \SpecialChar LyX
33323 .
33324  Vous pouvez y entrer votre texte.
33325 \end_layout
33326
33327 \begin_layout Standard
33328 Les notes en marge apparaissent dans la marge de droite dans les documents
33329  imprimées sur une seule face.
33330  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
33331  
33332 \begin_inset Quotes fld
33333 \end_inset
33334
33335 extérieure
33336 \begin_inset Quotes frd
33337 \end_inset
33338
33339  – la gauche sur les pages paires et la droite sur les pages impaires.
33340  Le texte de la note en marge est aligné à l'opposé de la marge externe
33341  – aligné à droite quand la note apparaît dans la marge de gauche.
33342  La première ligne de la note apparaît à la hauteur de la ligne de texte
33343  où la note a été insérée dans le document.
33344 \end_layout
33345
33346 \begin_layout Standard
33347 \begin_inset VSpace bigskip
33348 \end_inset
33349
33350 Pour placer une note dans la marge interne, ajoutez la commande suivante
33351  :
33352 \end_layout
33353
33354 \begin_layout Standard
33355
33356 \series bold
33357
33358 \backslash
33359 reversemarginpar
33360 \end_layout
33361
33362 \begin_layout Standard
33363 sous forme de code \SpecialChar TeX
33364  avant votre note de marge.
33365  Le nouveau positionnement est pris en compte pour toutes les notes en marge
33366  qui suivent 
33367 \begin_inset ERT
33368 status collapsed
33369
33370 \begin_layout Plain Layout
33371
33372
33373 \backslash
33374 reversemarginpar 
33375 \end_layout
33376
33377 \end_inset
33378
33379
33380 \begin_inset Marginal
33381 status open
33382
33383 \begin_layout Plain Layout
33384 Cette note en marge est dans la marge interne.
33385 \end_layout
33386
33387 \end_inset
33388
33389
33390 \series bold
33391
33392 \begin_inset Newline newline
33393 \end_inset
33394
33395
33396 \series default
33397
33398 \begin_inset Note Greyedout
33399 status open
33400
33401 \begin_layout Plain Layout
33402
33403 \series bold
33404 Note:
33405 \series default
33406  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
33407  les notes sont souvent mal mises en formes dans la sortie imprimée.
33408 \end_layout
33409
33410 \end_inset
33411
33412
33413 \end_layout
33414
33415 \begin_layout Standard
33416 Pour revenir au positionnement implicite, ajoutez la commande :
33417 \end_layout
33418
33419 \begin_layout Standard
33420
33421 \series bold
33422
33423 \backslash
33424 normalmarginpar
33425 \end_layout
33426
33427 \begin_layout Standard
33428 sous forme de code \SpecialChar TeX
33429 .
33430 \begin_inset ERT
33431 status collapsed
33432
33433 \begin_layout Plain Layout
33434
33435
33436 \backslash
33437 normalmarginpar 
33438 \end_layout
33439
33440 \end_inset
33441
33442
33443 \begin_inset Newline newline
33444 \end_inset
33445
33446  
33447 \begin_inset Note Greyedout
33448 status open
33449
33450 \begin_layout Plain Layout
33451
33452 \series bold
33453 Note:
33454 \series default
33455  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
33456  
33457 \series bold
33458
33459 \backslash
33460 reversemarginpar
33461 \series default
33462  est aussi utilisée.
33463 \end_layout
33464
33465 \end_inset
33466
33467
33468 \end_layout
33469
33470 \begin_layout Standard
33471 \begin_inset VSpace bigskip
33472 \end_inset
33473
33474
33475 \begin_inset Marginal
33476 status open
33477
33478 \begin_layout Plain Layout
33479 UnTrèsLongMotEnMarge sans césure.
33480 \end_layout
33481
33482 \end_inset
33483
33484  Comme dans le cas décrit dans la section
33485 \begin_inset space ~
33486 \end_inset
33487
33488
33489 \begin_inset CommandInset ref
33490 LatexCommand ref
33491 reference "subsec:Lignes-multiple-dans-cellule"
33492
33493 \end_inset
33494
33495 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
33496  mot d'une note en marge.
33497  Pour éviter ce problème, insérez un espacement horizontal de 0
33498 \begin_inset space \thinspace{}
33499 \end_inset
33500
33501 pt avant le mot en question: 
33502 \begin_inset Marginal
33503 status open
33504
33505 \begin_layout Plain Layout
33506 \begin_inset space \hspace{}
33507 \length 0pt
33508 \end_inset
33509
33510 UnMotTrèsLongEnMarge avec une césure.
33511 \end_layout
33512
33513 \end_inset
33514
33515
33516 \end_layout
33517
33518 \begin_layout Standard
33519 \begin_inset VSpace bigskip
33520 \end_inset
33521
33522
33523 \end_layout
33524
33525 \begin_layout Standard
33526 \begin_inset Note Greyedout
33527 status open
33528
33529 \begin_layout Plain Layout
33530
33531 \series bold
33532 Note:
33533 \series default
33534  Normalement, les notes en marge ne peuvent pas être utilisées dans des
33535  tableaux, des flottants et des notes de bas de page.
33536 \end_layout
33537
33538 \end_inset
33539
33540
33541 \end_layout
33542
33543 \begin_layout Standard
33544 \begin_inset VSpace bigskip
33545 \end_inset
33546
33547
33548 \end_layout
33549
33550 \begin_layout Standard
33551 \begin_inset ERT
33552 status collapsed
33553
33554 \begin_layout Plain Layout
33555
33556
33557 \backslash
33558 ifmarginnote
33559 \end_layout
33560
33561 \end_inset
33562
33563
33564 \begin_inset Note Note
33565 status open
33566
33567 \begin_layout Plain Layout
33568 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
33569  
33570 \series bold
33571 marginnote
33572 \series default
33573  a été installé.
33574 \end_layout
33575
33576 \end_inset
33577
33578
33579 \end_layout
33580
33581 \begin_layout Standard
33582 Cette restriction peut être évitée en utilisant le paquetage \SpecialChar LaTeX
33583  
33584 \series bold
33585 marginnote
33586 \series default
33587
33588 \begin_inset Index idx
33589 status collapsed
33590
33591 \begin_layout Plain Layout
33592 Paquetages \SpecialChar LaTeX
33593  ! marginnote
33594 \end_layout
33595
33596 \end_inset
33597
33598 .
33599  En ajoutant les deux lignes suivantes au préambule de votre document, la
33600  commande que \SpecialChar LyX
33601  utilise pour les notes de marge est redéfinie pour utiliser
33602  la commande fournie par le paquetage 
33603 \series bold
33604 marginnote
33605 \series default
33606  :
33607 \end_layout
33608
33609 \begin_layout Standard
33610
33611 \series bold
33612
33613 \backslash
33614 usepackage{marginnote}
33615 \begin_inset Newline newline
33616 \end_inset
33617
33618
33619 \backslash
33620 let
33621 \backslash
33622 marginpar
33623 \backslash
33624 marginnote
33625 \end_layout
33626
33627 \begin_layout Standard
33628 Ce paquetage est aussi utilisé dans ce document parce que 
33629 \series bold
33630 marginnote
33631 \series default
33632  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
33633  vertical pour une note.
33634  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
33635  sont trop proches les unes des autres ou que vous voulez améliorer la mise
33636  en page.
33637  Le décalage est inséré dans \SpecialChar LyX
33638  sous forme de code \SpecialChar TeX
33639  directement après la note
33640  sous la forme
33641 \end_layout
33642
33643 \begin_layout Standard
33644
33645 \series bold
33646 [offset]
33647 \end_layout
33648
33649 \begin_layout Standard
33650 où l'offset utilise l'une des unités listées dans le tableau
33651 \begin_inset space ~
33652 \end_inset
33653
33654
33655 \begin_inset CommandInset ref
33656 LatexCommand ref
33657 reference "cha:Unités-de-longueur"
33658
33659 \end_inset
33660
33661 .
33662  Une valeur négative déplace la note vers le haut, une valeur positive la
33663  déplace vers le bas.
33664  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
33665  vers le haut de 1.5
33666 \begin_inset space \thinspace{}
33667 \end_inset
33668
33669 cm avec la commande en code \SpecialChar TeX
33670  
33671 \begin_inset Quotes fld
33672 \end_inset
33673
33674
33675 \series bold
33676 [-1.5cm]
33677 \series default
33678
33679 \begin_inset Quotes frd
33680 \end_inset
33681
33682
33683 \begin_inset Marginal
33684 status collapsed
33685
33686 \begin_layout Plain Layout
33687 Cette note en marge est décalée vers le haut de 1.5
33688 \begin_inset space \thinspace{}
33689 \end_inset
33690
33691 cm par rapport à sa position d'origine.
33692 \end_layout
33693
33694 \end_inset
33695
33696
33697 \begin_inset ERT
33698 status collapsed
33699
33700 \begin_layout Plain Layout
33701
33702 [-1.5cm]
33703 \end_layout
33704
33705 \end_inset
33706
33707
33708 \end_layout
33709
33710 \begin_layout Standard
33711 \begin_inset VSpace medskip
33712 \end_inset
33713
33714 Avec le paquetage 
33715 \series bold
33716 marginnote
33717 \series default
33718  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
33719  Par exemple les commandes 
33720 \end_layout
33721
33722 \begin_layout Standard
33723
33724 \series bold
33725
33726 \backslash
33727 renewcommand*{
33728 \backslash
33729 raggedleftmarginnote}{
33730 \backslash
33731 centering}
33732 \begin_inset Newline newline
33733 \end_inset
33734
33735
33736 \backslash
33737 renewcommand*{
33738 \backslash
33739 raggedrightmarginnote}{
33740 \backslash
33741 centering}
33742 \end_layout
33743
33744 \begin_layout Standard
33745 donnent un alignement centré.
33746  
33747 \series bold
33748
33749 \backslash
33750 raggedleftmarginnote
33751 \series default
33752  indique une note qui apparaît dans la marge de gauche.
33753 \begin_inset ERT
33754 status collapsed
33755
33756 \begin_layout Plain Layout
33757
33758
33759 \backslash
33760 renewcommand*{
33761 \backslash
33762 raggedleftmarginnote}{
33763 \backslash
33764 centering}
33765 \end_layout
33766
33767 \begin_layout Plain Layout
33768
33769
33770 \backslash
33771 renewcommand*{
33772 \backslash
33773 raggedrightmarginnote}{
33774 \backslash
33775 centering}
33776 \end_layout
33777
33778 \end_inset
33779
33780
33781 \begin_inset Marginal
33782 status collapsed
33783
33784 \begin_layout Plain Layout
33785 Le texte de cette note en marge est centré.
33786 \end_layout
33787
33788 \end_inset
33789
33790 .
33791  Le comportement implicite est donné par
33792 \end_layout
33793
33794 \begin_layout Standard
33795
33796 \series bold
33797
33798 \backslash
33799 renewcommand*{
33800 \backslash
33801 raggedleftmarginnote}{
33802 \backslash
33803 raggedleft}
33804 \begin_inset Newline newline
33805 \end_inset
33806
33807
33808 \backslash
33809 renewcommand*{
33810 \backslash
33811 raggedrightmarginnote}{
33812 \backslash
33813 raggedright}
33814 \series default
33815
33816 \begin_inset ERT
33817 status collapsed
33818
33819 \begin_layout Plain Layout
33820
33821
33822 \backslash
33823 renewcommand*{
33824 \backslash
33825 raggedleftmarginnote}{
33826 \backslash
33827 raggedleft}
33828 \end_layout
33829
33830 \begin_layout Plain Layout
33831
33832
33833 \backslash
33834 renewcommand*{
33835 \backslash
33836 raggedrightmarginnote}{
33837 \backslash
33838 raggedright}
33839 \end_layout
33840
33841 \end_inset
33842
33843
33844 \end_layout
33845
33846 \begin_layout Standard
33847 \begin_inset VSpace medskip
33848 \end_inset
33849
33850 Pour les autre fonctions du paquetage 
33851 \series bold
33852 marginnote
33853 \series default
33854  nous vous renvoyons à sa documentation 
33855 \begin_inset CommandInset citation
33856 LatexCommand cite
33857 key "marginnote"
33858
33859 \end_inset
33860
33861 .
33862 \end_layout
33863
33864 \begin_layout Standard
33865 \begin_inset VSpace bigskip
33866 \end_inset
33867
33868 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
33869  définition.
33870  Pour créer par exemple une entête pour toutes les notes en marge avec le
33871  texte 
33872 \begin_inset Quotes fld
33873 \end_inset
33874
33875
33876 \family sans
33877 \series bold
33878 \bar under
33879 Attention!
33880 \family default
33881 \series default
33882 \bar default
33883
33884 \begin_inset Quotes frd
33885 \end_inset
33886
33887  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
33888  de votre document :
33889 \end_layout
33890
33891 \begin_layout Standard
33892
33893 \series bold
33894
33895 \backslash
33896 let
33897 \backslash
33898 myMarginpar
33899 \backslash
33900 marginpar
33901 \begin_inset Newline newline
33902 \end_inset
33903
33904
33905 \backslash
33906 renewcommand{
33907 \backslash
33908 marginpar}[1]{
33909 \backslash
33910 myMarginpar{%
33911 \begin_inset Newline newline
33912 \end_inset
33913
33914
33915 \begin_inset Phantom HPhantom
33916 status open
33917
33918 \begin_layout Plain Layout
33919
33920 \series bold
33921 \begin_inset space ~
33922 \end_inset
33923
33924
33925 \end_layout
33926
33927 \end_inset
33928
33929
33930 \backslash
33931 hspace{0pt}
33932 \backslash
33933 textsf{
33934 \backslash
33935 textbf{
33936 \backslash
33937 underbar{Attention!}}}%
33938 \begin_inset Newline newline
33939 \end_inset
33940
33941
33942 \begin_inset Phantom HPhantom
33943 status open
33944
33945 \begin_layout Plain Layout
33946
33947 \series bold
33948 \begin_inset space ~
33949 \end_inset
33950
33951
33952 \end_layout
33953
33954 \end_inset
33955
33956
33957 \backslash
33958 vspace{1.5mm}
33959 \backslash
33960
33961 \backslash
33962 #1}}
33963 \end_layout
33964
33965 \begin_layout Standard
33966 \begin_inset ERT
33967 status collapsed
33968
33969 \begin_layout Plain Layout
33970
33971
33972 \backslash
33973 let
33974 \backslash
33975 myMarginpar
33976 \backslash
33977 marginpar
33978 \end_layout
33979
33980 \begin_layout Plain Layout
33981
33982
33983 \backslash
33984 renewcommand{
33985 \backslash
33986 marginpar}[1]{
33987 \backslash
33988 myMarginpar{%
33989 \end_layout
33990
33991 \begin_layout Plain Layout
33992
33993    
33994 \backslash
33995 textsf{
33996 \backslash
33997 textbf{
33998 \backslash
33999 underbar{Attention!}}}%
34000 \end_layout
34001
34002 \begin_layout Plain Layout
34003
34004    
34005 \backslash
34006 vspace{1.5mm}
34007 \backslash
34008
34009 \backslash
34010 #1}}
34011 \end_layout
34012
34013 \end_inset
34014
34015
34016 \begin_inset Marginal
34017 status open
34018
34019 \begin_layout Plain Layout
34020 Ceci est une note en marge avec une en-tête prédéfinie.
34021 \end_layout
34022
34023 \end_inset
34024
34025
34026 \begin_inset ERT
34027 status collapsed
34028
34029 \begin_layout Plain Layout
34030
34031 [-1.5cm]
34032 \end_layout
34033
34034 \end_inset
34035
34036
34037 \begin_inset ERT
34038 status collapsed
34039
34040 \begin_layout Plain Layout
34041
34042
34043 \backslash
34044 renewcommand{
34045 \backslash
34046 marginpar}[1]{
34047 \backslash
34048 myMarginpar{#1}}
34049 \end_layout
34050
34051 \end_inset
34052
34053
34054 \begin_inset Note Note
34055 status collapsed
34056
34057 \begin_layout Plain Layout
34058
34059 \lang english
34060 The margin note format is changed only for this example.
34061 \end_layout
34062
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \begin_layout Standard
34069 \begin_inset ERT
34070 status collapsed
34071
34072 \begin_layout Plain Layout
34073
34074
34075 \backslash
34076 else
34077 \end_layout
34078
34079 \end_inset
34080
34081
34082 \begin_inset Note Note
34083 status open
34084
34085 \begin_layout Plain Layout
34086 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
34087  
34088 \series bold
34089 marginnote
34090 \series default
34091  n'est pas installé :
34092 \end_layout
34093
34094 \end_inset
34095
34096
34097 \end_layout
34098
34099 \begin_layout Standard
34100 Vous devez installer le paquetage \SpecialChar LaTeX
34101  
34102 \series bold
34103 marginnote
34104 \series default
34105  pour voir la suite de cette section dans la sortie imprimée.
34106 \end_layout
34107
34108 \begin_layout Standard
34109 \begin_inset ERT
34110 status collapsed
34111
34112 \begin_layout Plain Layout
34113
34114
34115 \backslash
34116 fi
34117 \end_layout
34118
34119 \end_inset
34120
34121
34122 \end_layout
34123
34124 \begin_layout Chapter
34125 Boîtes
34126 \end_layout
34127
34128 \begin_layout Section
34129 Introduction
34130 \begin_inset Index idx
34131 status collapsed
34132
34133 \begin_layout Plain Layout
34134 Boîtes ! Introduction
34135 \end_layout
34136
34137 \end_inset
34138
34139
34140 \end_layout
34141
34142 \begin_layout Standard
34143 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
34144  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
34145  voir la section
34146 \begin_inset space ~
34147 \end_inset
34148
34149
34150 \begin_inset CommandInset ref
34151 LatexCommand ref
34152 reference "sec:Minipages"
34153
34154 \end_inset
34155
34156 , pour encadrer des portions de texte, voir la section
34157 \begin_inset space ~
34158 \end_inset
34159
34160
34161 \begin_inset CommandInset ref
34162 LatexCommand ref
34163 reference "sec:Décorations"
34164
34165 \end_inset
34166
34167 , pour empêcher que des mots subissent une césure, voir la section
34168 \begin_inset space ~
34169 \end_inset
34170
34171
34172 \begin_inset CommandInset ref
34173 LatexCommand ref
34174 reference "sec:Empêcher-césure"
34175
34176 \end_inset
34177
34178 , pour aligner du texte, voir la section
34179 \begin_inset space ~
34180 \end_inset
34181
34182
34183 \begin_inset CommandInset ref
34184 LatexCommand ref
34185 reference "subsec:Alignement-Vertical"
34186
34187 \end_inset
34188
34189 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
34190 \begin_inset space ~
34191 \end_inset
34192
34193
34194 \begin_inset CommandInset ref
34195 LatexCommand ref
34196 reference "sec:Boîtes-colorées"
34197
34198 \end_inset
34199
34200 .
34201 \end_layout
34202
34203 \begin_layout Standard
34204 On peut insérer une boîte en utilisant le menu 
34205 \family sans
34206 Insertion\SpecialChar menuseparator
34207 Boîte
34208 \family default
34209  ou avec le bouton 
34210 \begin_inset Info
34211 type  "icon"
34212 arg   "box-insert Frameless"
34213 \end_inset
34214
34215  de la barre d'outils.
34216  Une boîte grise avec une étiquette 
34217 \family sans
34218 Boîte
34219 \begin_inset space ~
34220 \end_inset
34221
34222 (Minipage)
34223 \family default
34224
34225 \begin_inset Graphics
34226         filename clipart/BoxInsetDefault.png
34227         scale 95
34228         scaleBeforeRotation
34229
34230 \end_inset
34231
34232  est alors insérée.
34233  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
34234  et en choisissant 
34235 \family sans
34236 Paramètres
34237 \family default
34238  .
34239  La fenêtre de dialogue qui apparaît donne accès aux types de
34240 \family sans
34241  Boîte
34242 \begin_inset space ~
34243 \end_inset
34244
34245 Intérieure
34246 \family default
34247  
34248 \family sans
34249 Makebox, Parbox
34250 \family default
34251  et 
34252 \family sans
34253 Minipage
34254 \family default
34255 .
34256  Le type 
34257 \family sans
34258 Minipage
34259 \family default
34260  est le type implicite pour les boîtes nouvellement créées et il est décrit
34261  dans la section
34262 \begin_inset space ~
34263 \end_inset
34264
34265
34266 \begin_inset CommandInset ref
34267 LatexCommand ref
34268 reference "sec:Minipages"
34269
34270 \end_inset
34271
34272 ; le type 
34273 \family sans
34274 Parbox
34275 \family default
34276  est décrit dans la section
34277 \begin_inset space ~
34278 \end_inset
34279
34280
34281 \begin_inset CommandInset ref
34282 LatexCommand ref
34283 reference "sec:Parboxes"
34284
34285 \end_inset
34286
34287  et le type 
34288 \family sans
34289 Makebox
34290 \family default
34291  est décrit dans la section
34292 \begin_inset space ~
34293 \end_inset
34294
34295
34296 \begin_inset CommandInset ref
34297 LatexCommand ref
34298 reference "sec:Empêcher-césure"
34299
34300 \end_inset
34301
34302 .
34303 \end_layout
34304
34305 \begin_layout Standard
34306 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
34307  comme les flottants ou les notes de bas de page.
34308 \end_layout
34309
34310 \begin_layout Standard
34311 \begin_inset Note Greyedout
34312 status open
34313
34314 \begin_layout Plain Layout
34315
34316 \series bold
34317 Note:
34318 \series default
34319  Vous ne pouvez pas employer une boîte comme élément dans un environnement
34320  de type 
34321 \family sans
34322 Liste
34323 \family default
34324  ou 
34325 \family sans
34326 Description
34327 \family default
34328 .
34329 \end_layout
34330
34331 \end_inset
34332
34333
34334 \end_layout
34335
34336 \begin_layout Standard
34337 \begin_inset Note Greyedout
34338 status open
34339
34340 \begin_layout Plain Layout
34341
34342 \series bold
34343 Note:
34344 \series default
34345  Pour une raison inconnue, vous ne pouvez mettre le type de la 
34346 \family sans
34347 Boîte
34348 \begin_inset space ~
34349 \end_inset
34350
34351 Intérieure
34352 \family default
34353  à 
34354 \family sans
34355 Aucune
34356 \family default
34357  que quand vous utilisez une boîte encadrée.
34358  Les boîtes sans 
34359 \family sans
34360 Boîte
34361 \begin_inset space ~
34362 \end_inset
34363
34364 Intérieure
34365 \family default
34366  et sans cadre sont expliquées dans la section
34367 \begin_inset space ~
34368 \end_inset
34369
34370
34371 \begin_inset CommandInset ref
34372 LatexCommand ref
34373 reference "sec:Empêcher-césure"
34374
34375 \end_inset
34376
34377 .
34378 \end_layout
34379
34380 \end_inset
34381
34382
34383 \end_layout
34384
34385 \begin_layout Section
34386 La fenêtre de dialogue Boîte
34387 \begin_inset CommandInset label
34388 LatexCommand label
34389 name "sec:Boîte-Dialogue"
34390
34391 \end_inset
34392
34393
34394 \begin_inset Index idx
34395 status collapsed
34396
34397 \begin_layout Plain Layout
34398 Boîtes ! Fenêtre de dialogue Boîte
34399 \end_layout
34400
34401 \end_inset
34402
34403
34404 \end_layout
34405
34406 \begin_layout Subsection
34407 Taille
34408 \begin_inset Index idx
34409 status collapsed
34410
34411 \begin_layout Plain Layout
34412 Boîtes ! Taille
34413 \end_layout
34414
34415 \end_inset
34416
34417
34418 \end_layout
34419
34420 \begin_layout Standard
34421 Dans la fenêtre de dialogue 
34422 \family sans
34423 Paramètres
34424 \begin_inset space ~
34425 \end_inset
34426
34427 de
34428 \begin_inset space ~
34429 \end_inset
34430
34431 Boîte
34432 \family default
34433  vous pouvez modifier la géométrie de la boîte avec les champs 
34434 \family sans
34435 Largeur
34436 \family default
34437  et 
34438 \family sans
34439 Hauteur
34440 \family default
34441 .
34442  Les unités de longueur qui sont utilisables dans ces champs sont décrites
34443  dans le tableau
34444 \begin_inset space ~
34445 \end_inset
34446
34447
34448 \begin_inset CommandInset ref
34449 LatexCommand ref
34450 reference "tab:Unités"
34451
34452 \end_inset
34453
34454 .
34455  Le champ 
34456 \family sans
34457 Hauteur
34458 \family default
34459  offre en plus les spécifications de taille suivantes :
34460 \end_layout
34461
34462 \begin_layout Description
34463 Profondeur C'est simplement la 
34464 \begin_inset Quotes fld
34465 \end_inset
34466
34467 hauteur
34468 \begin_inset Quotes frd
34469 \end_inset
34470
34471  du texte.
34472  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
34473  lignes de texte dans la boîte.
34474 \begin_inset Newline newline
34475 \end_inset
34476
34477
34478 \begin_inset Newline newline
34479 \end_inset
34480
34481
34482 \begin_inset Newline newline
34483 \end_inset
34484
34485
34486 \begin_inset Box Boxed
34487 position "c"
34488 hor_pos "c"
34489 has_inner_box 1
34490 inner_pos "c"
34491 use_parbox 0
34492 use_makebox 0
34493 width "12col%"
34494 special "none"
34495 height "1in"
34496 height_special "depth"
34497 thickness "0.4pt"
34498 separation "3pt"
34499 shadowsize "4pt"
34500 framecolor "black"
34501 backgroundcolor "none"
34502 status open
34503
34504 \begin_layout Plain Layout
34505 \align center
34506 Boîte dont la hauteur est égale à 1
34507 \begin_inset space \thinspace{}
34508 \end_inset
34509
34510 Profondeur
34511 \end_layout
34512
34513 \end_inset
34514
34515
34516 \begin_inset Newline newline
34517 \end_inset
34518
34519
34520 \begin_inset Newline newline
34521 \end_inset
34522
34523
34524 \end_layout
34525
34526 \begin_layout Description
34527 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
34528  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
34529  est deux fois plus haute que le texte : 
34530 \begin_inset Box Boxed
34531 position "c"
34532 hor_pos "c"
34533 has_inner_box 1
34534 inner_pos "c"
34535 use_parbox 0
34536 use_makebox 0
34537 width "20col%"
34538 special "none"
34539 height "2in"
34540 height_special "height"
34541 thickness "0.4pt"
34542 separation "3pt"
34543 shadowsize "4pt"
34544 framecolor "black"
34545 backgroundcolor "none"
34546 status open
34547
34548 \begin_layout Plain Layout
34549 \align center
34550 Boîte dont la hauteur est 2
34551 \begin_inset space \thinspace{}
34552 \end_inset
34553
34554 Hauteur
34555 \end_layout
34556
34557 \end_inset
34558
34559
34560 \end_layout
34561
34562 \begin_layout Description
34563 Hauteur
34564 \begin_inset space ~
34565 \end_inset
34566
34567 Totale C'est égal à Hauteur
34568 \begin_inset space \thinspace{}
34569 \end_inset
34570
34571 +
34572 \begin_inset space \thinspace{}
34573 \end_inset
34574
34575 Profondeur : 
34576 \begin_inset Box Boxed
34577 position "c"
34578 hor_pos "c"
34579 has_inner_box 1
34580 inner_pos "c"
34581 use_parbox 0
34582 use_makebox 0
34583 width "20col%"
34584 special "none"
34585 height "1in"
34586 height_special "totalheight"
34587 thickness "0.4pt"
34588 separation "3pt"
34589 shadowsize "4pt"
34590 framecolor "black"
34591 backgroundcolor "none"
34592 status open
34593
34594 \begin_layout Plain Layout
34595 \align center
34596 Boîte dont la hauteur est 1
34597 \begin_inset space \thinspace{}
34598 \end_inset
34599
34600 Hauteur
34601 \begin_inset space ~
34602 \end_inset
34603
34604 Totale
34605 \end_layout
34606
34607 \end_inset
34608
34609
34610 \end_layout
34611
34612 \begin_layout Description
34613 Largeur On prend la largeur de la boîte comme hauteur : 
34614 \begin_inset Box Boxed
34615 position "c"
34616 hor_pos "c"
34617 has_inner_box 1
34618 inner_pos "c"
34619 use_parbox 0
34620 use_makebox 0
34621 width "12col%"
34622 special "none"
34623 height "1in"
34624 height_special "width"
34625 thickness "0.4pt"
34626 separation "3pt"
34627 shadowsize "4pt"
34628 framecolor "black"
34629 backgroundcolor "none"
34630 status open
34631
34632 \begin_layout Plain Layout
34633 \align center
34634 Boîte dont la hauteur est 1
34635 \begin_inset space \thinspace{}
34636 \end_inset
34637
34638 Largeur
34639 \end_layout
34640
34641 \end_inset
34642
34643
34644 \end_layout
34645
34646 \begin_layout Subsection
34647 Alignement
34648 \begin_inset Index idx
34649 status collapsed
34650
34651 \begin_layout Plain Layout
34652 Boîtes ! Alignement
34653 \end_layout
34654
34655 \end_inset
34656
34657
34658 \end_layout
34659
34660 \begin_layout Standard
34661 Quand vous avez choisi une 
34662 \family sans
34663 Boîte
34664 \begin_inset space ~
34665 \end_inset
34666
34667 Intérieure
34668 \family default
34669 , l'alignement vertical de la boîte peut être :
34670 \end_layout
34671
34672 \begin_layout Description
34673 Haut Ceci est un exemple de texte.
34674  
34675 \begin_inset Box Boxed
34676 position "t"
34677 hor_pos "c"
34678 has_inner_box 1
34679 inner_pos "c"
34680 use_parbox 0
34681 use_makebox 0
34682 width "12col%"
34683 special "none"
34684 height "1in"
34685 height_special "totalheight"
34686 thickness "0.4pt"
34687 separation "3pt"
34688 shadowsize "4pt"
34689 framecolor "black"
34690 backgroundcolor "none"
34691 status collapsed
34692
34693 \begin_layout Plain Layout
34694 \align center
34695 Cette boîte est alignée sur le haut.
34696 \end_layout
34697
34698 \end_inset
34699
34700  Ceci est un exemple de texte.
34701 \end_layout
34702
34703 \begin_layout Description
34704 Milieu Ceci est un exemple de texte.
34705  
34706 \begin_inset Box Boxed
34707 position "c"
34708 hor_pos "c"
34709 has_inner_box 1
34710 inner_pos "c"
34711 use_parbox 0
34712 use_makebox 0
34713 width "12col%"
34714 special "none"
34715 height "1in"
34716 height_special "totalheight"
34717 thickness "0.4pt"
34718 separation "3pt"
34719 shadowsize "4pt"
34720 framecolor "black"
34721 backgroundcolor "none"
34722 status collapsed
34723
34724 \begin_layout Plain Layout
34725 \align center
34726 Cette boîte est alignée au centre.
34727 \end_layout
34728
34729 \end_inset
34730
34731  Ceci est un exemple de texte.
34732 \end_layout
34733
34734 \begin_layout Description
34735 Bas Ceci est un exemple de texte.
34736  
34737 \begin_inset Box Boxed
34738 position "b"
34739 hor_pos "c"
34740 has_inner_box 1
34741 inner_pos "c"
34742 use_parbox 0
34743 use_makebox 0
34744 width "12col%"
34745 special "none"
34746 height "1in"
34747 height_special "totalheight"
34748 thickness "0.4pt"
34749 separation "3pt"
34750 shadowsize "4pt"
34751 framecolor "black"
34752 backgroundcolor "none"
34753 status collapsed
34754
34755 \begin_layout Plain Layout
34756 \align center
34757 Cette boîte est alignée sur le bas.
34758 \end_layout
34759
34760 \end_inset
34761
34762  Ceci est un exemple de texte.
34763 \end_layout
34764
34765 \begin_layout Standard
34766 \begin_inset Note Greyedout
34767 status open
34768
34769 \begin_layout Plain Layout
34770
34771 \series bold
34772 Note:
34773 \series default
34774  L'alignement vertical peut être perturbé dans la sortie finale quand vous
34775  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
34776  l'autre non.
34777 \end_layout
34778
34779 \end_inset
34780
34781
34782 \end_layout
34783
34784 \begin_layout Standard
34785 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
34786  paragraphe grâce à la fenêtre de dialogue 
34787 \family sans
34788 Paramètres
34789 \begin_inset space ~
34790 \end_inset
34791
34792 de
34793 \begin_inset space ~
34794 \end_inset
34795
34796 Boîte
34797 \family default
34798 .
34799 \end_layout
34800
34801 \begin_layout Standard
34802 \begin_inset VSpace bigskip
34803 \end_inset
34804
34805 Quand vous avez choisi une 
34806 \family sans
34807 Boîte
34808 \begin_inset space ~
34809 \end_inset
34810
34811 Intérieure
34812 \family default
34813 , l'alignement vertical du contenu de la boîte peut être :
34814 \end_layout
34815
34816 \begin_layout Description
34817 haut Ceci est un exemple de texte.
34818 \begin_inset Box Boxed
34819 position "c"
34820 hor_pos "c"
34821 has_inner_box 1
34822 inner_pos "t"
34823 use_parbox 0
34824 use_makebox 0
34825 width "12col%"
34826 special "none"
34827 height "1.5in"
34828 height_special "totalheight"
34829 thickness "0.4pt"
34830 separation "3pt"
34831 shadowsize "4pt"
34832 framecolor "black"
34833 backgroundcolor "none"
34834 status collapsed
34835
34836 \begin_layout Plain Layout
34837 \align center
34838 Le texte de cette boîte est aligné sur le haut.
34839 \end_layout
34840
34841 \end_inset
34842
34843  Ceci est un exemple de texte.
34844 \end_layout
34845
34846 \begin_layout Description
34847 milieu Ceci est un exemple de texte.
34848  
34849 \begin_inset Box Boxed
34850 position "c"
34851 hor_pos "c"
34852 has_inner_box 1
34853 inner_pos "c"
34854 use_parbox 0
34855 use_makebox 0
34856 width "12col%"
34857 special "none"
34858 height "1.5in"
34859 height_special "totalheight"
34860 thickness "0.4pt"
34861 separation "3pt"
34862 shadowsize "4pt"
34863 framecolor "black"
34864 backgroundcolor "none"
34865 status collapsed
34866
34867 \begin_layout Plain Layout
34868 \align center
34869 Le texte de cette boîte est aligné au centre
34870 \end_layout
34871
34872 \end_inset
34873
34874  Ceci est un exemple de texte.
34875 \end_layout
34876
34877 \begin_layout Description
34878 bas Ceci est un exemple de texte.
34879  
34880 \begin_inset Box Boxed
34881 position "c"
34882 hor_pos "c"
34883 has_inner_box 1
34884 inner_pos "b"
34885 use_parbox 0
34886 use_makebox 0
34887 width "12col%"
34888 special "none"
34889 height "1.5in"
34890 height_special "totalheight"
34891 thickness "0.4pt"
34892 separation "3pt"
34893 shadowsize "4pt"
34894 framecolor "black"
34895 backgroundcolor "none"
34896 status collapsed
34897
34898 \begin_layout Plain Layout
34899 \align center
34900 Le texte de cette boîte est aligné en bas.
34901 \end_layout
34902
34903 \end_inset
34904
34905  Ceci est un exemple de texte.
34906 \end_layout
34907
34908 \begin_layout Description
34909 élongation Ceci est un exemple de texte.
34910  
34911 \begin_inset Box Boxed
34912 position "c"
34913 hor_pos "c"
34914 has_inner_box 1
34915 inner_pos "s"
34916 use_parbox 0
34917 use_makebox 0
34918 width "12col%"
34919 special "none"
34920 height "1.5in"
34921 height_special "totalheight"
34922 thickness "0.4pt"
34923 separation "3pt"
34924 shadowsize "4pt"
34925 framecolor "black"
34926 backgroundcolor "none"
34927 status collapsed
34928
34929 \begin_layout Plain Layout
34930 \align center
34931 Le texte 
34932 \end_layout
34933
34934 \begin_layout Plain Layout
34935 \align center
34936 de cette
34937 \end_layout
34938
34939 \begin_layout Plain Layout
34940 \align center
34941 boîte est
34942 \end_layout
34943
34944 \begin_layout Plain Layout
34945 \align center
34946 allongé.
34947 \end_layout
34948
34949 \end_inset
34950
34951  Ceci est un exemple de texte.
34952 \end_layout
34953
34954 \begin_layout Standard
34955 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
34956  paragraphe.
34957  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
34958 \end_layout
34959
34960 \begin_layout Standard
34961 \begin_inset VSpace bigskip
34962 \end_inset
34963
34964 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
34965  la fenêtre de dialogue 
34966 \family sans
34967 Paramètres
34968 \begin_inset space ~
34969 \end_inset
34970
34971 de
34972 \begin_inset space ~
34973 \end_inset
34974
34975 paragraphe
34976 \family default
34977  quand vous avez choisi une 
34978 \family sans
34979 Boîte
34980 \begin_inset space ~
34981 \end_inset
34982
34983 Intérieure
34984 \family default
34985 .
34986 \end_layout
34987
34988 \begin_layout Standard
34989 \align center
34990 \begin_inset Box Boxed
34991 position "c"
34992 hor_pos "c"
34993 has_inner_box 1
34994 inner_pos "s"
34995 use_parbox 0
34996 use_makebox 0
34997 width "15col%"
34998 special "none"
34999 height "1.25in"
35000 height_special "totalheight"
35001 thickness "0.4pt"
35002 separation "3pt"
35003 shadowsize "4pt"
35004 framecolor "black"
35005 backgroundcolor "none"
35006 status open
35007
35008 \begin_layout Plain Layout
35009 \align left
35010 Le texte de 
35011 \end_layout
35012
35013 \begin_layout Plain Layout
35014 \align left
35015 cette boîte
35016 \end_layout
35017
35018 \begin_layout Plain Layout
35019 \align right
35020 est allongé.
35021 \end_layout
35022
35023 \end_inset
35024
35025
35026 \end_layout
35027
35028 \begin_layout Standard
35029 Si vous n'avez pas choisi une 
35030 \family sans
35031 Boîte
35032 \begin_inset space ~
35033 \end_inset
35034
35035 Intérieure
35036 \family default
35037 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
35038  de dialogue de boîte.
35039 \end_layout
35040
35041 \begin_layout Standard
35042 \align center
35043 \begin_inset Box Boxed
35044 position "c"
35045 hor_pos "s"
35046 has_inner_box 0
35047 inner_pos "s"
35048 use_parbox 0
35049 use_makebox 0
35050 width "90col%"
35051 special "none"
35052 height "1.25in"
35053 height_special "totalheight"
35054 thickness "0.4pt"
35055 separation "3pt"
35056 shadowsize "4pt"
35057 framecolor "black"
35058 backgroundcolor "none"
35059 status open
35060
35061 \begin_layout Plain Layout
35062 Le texte de cette boîte est allongé horizontalement.
35063 \end_layout
35064
35065 \end_inset
35066
35067
35068 \end_layout
35069
35070 \begin_layout Subsection
35071 Décorations
35072 \begin_inset CommandInset label
35073 LatexCommand label
35074 name "sec:Décorations"
35075
35076 \end_inset
35077
35078
35079 \begin_inset Index idx
35080 status collapsed
35081
35082 \begin_layout Plain Layout
35083 Boîtes ! Décorations
35084 \end_layout
35085
35086 \end_inset
35087
35088
35089 \end_layout
35090
35091 \begin_layout Standard
35092 On peut spécifier le style de la boîte en utilisant la liste déroulante
35093  
35094 \family sans
35095 Décoration
35096 \family default
35097 .
35098  Les possibilités sont les suivantes :
35099 \end_layout
35100
35101 \begin_layout Description
35102 Aucun
35103 \begin_inset space ~
35104 \end_inset
35105
35106 cadre
35107 \begin_inset space ~
35108 \end_inset
35109
35110 tracé Rien n'est tracé
35111 \end_layout
35112
35113 \begin_layout Description
35114 Cadre
35115 \begin_inset space ~
35116 \end_inset
35117
35118 rectangulaire
35119 \begin_inset space ~
35120 \end_inset
35121
35122 simple Ceci dessine un cadre rectangulaire autour de la boîte.
35123  L'épaisseur du trait de ce cadre peut être précisé.
35124 \begin_inset Newline newline
35125 \end_inset
35126
35127
35128 \begin_inset Box Boxed
35129 position "c"
35130 hor_pos "c"
35131 has_inner_box 1
35132 inner_pos "c"
35133 use_parbox 0
35134 use_makebox 0
35135 width "20col%"
35136 special "none"
35137 height "1in"
35138 height_special "totalheight"
35139 thickness "0.4pt"
35140 separation "3pt"
35141 shadowsize "4pt"
35142 framecolor "black"
35143 backgroundcolor "none"
35144 status open
35145
35146 \begin_layout Plain Layout
35147 \align center
35148 Boîte rectangulaire
35149 \end_layout
35150
35151 \end_inset
35152
35153
35154 \end_layout
35155
35156 \begin_layout Description
35157 Cadre
35158 \begin_inset space ~
35159 \end_inset
35160
35161 oval,
35162 \begin_inset space ~
35163 \end_inset
35164
35165 fin Ceci dessine un cadre ovalisée autour de la boîte.
35166  L'épaisseur du trait de ce cadre est de  0.4
35167 \begin_inset space \thinspace{}
35168 \end_inset
35169
35170 pt.
35171  
35172 \begin_inset Box ovalbox
35173 position "c"
35174 hor_pos "c"
35175 has_inner_box 1
35176 inner_pos "c"
35177 use_parbox 0
35178 use_makebox 0
35179 width "20col%"
35180 special "none"
35181 height "1in"
35182 height_special "totalheight"
35183 thickness "0.4pt"
35184 separation "3pt"
35185 shadowsize "4pt"
35186 framecolor "black"
35187 backgroundcolor "none"
35188 status open
35189
35190 \begin_layout Plain Layout
35191 \align center
35192 Boîte ovalisée, fine
35193 \end_layout
35194
35195 \end_inset
35196
35197
35198 \end_layout
35199
35200 \begin_layout Description
35201 Cadre
35202 \begin_inset space ~
35203 \end_inset
35204
35205 oval,
35206 \begin_inset space ~
35207 \end_inset
35208
35209 épais Ceci dessine un cadre ovalisée autour de la boîte.
35210  L'épaisseur du trait de ce cadre est de   0.8
35211 \begin_inset space \thinspace{}
35212 \end_inset
35213
35214 pt.
35215  
35216 \begin_inset Box Ovalbox
35217 position "c"
35218 hor_pos "c"
35219 has_inner_box 1
35220 inner_pos "c"
35221 use_parbox 0
35222 use_makebox 0
35223 width "20col%"
35224 special "none"
35225 height "1in"
35226 height_special "totalheight"
35227 thickness "0.4pt"
35228 separation "3pt"
35229 shadowsize "4pt"
35230 framecolor "black"
35231 backgroundcolor "none"
35232 status open
35233
35234 \begin_layout Plain Layout
35235 \align center
35236 Boîte ovalisée, épaisse
35237 \end_layout
35238
35239 \end_inset
35240
35241
35242 \end_layout
35243
35244 \begin_layout Description
35245 Ombre
35246 \begin_inset space ~
35247 \end_inset
35248
35249 en
35250 \begin_inset space ~
35251 \end_inset
35252
35253 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
35254  L'épaisseur du trait de ce cadre et l'ombre peut être précisé.
35255  
35256 \begin_inset Box Shadowbox
35257 position "c"
35258 hor_pos "c"
35259 has_inner_box 1
35260 inner_pos "c"
35261 use_parbox 0
35262 use_makebox 0
35263 width "20col%"
35264 special "none"
35265 height "1in"
35266 height_special "totalheight"
35267 thickness "0.4pt"
35268 separation "3pt"
35269 shadowsize "4pt"
35270 framecolor "black"
35271 backgroundcolor "none"
35272 status open
35273
35274 \begin_layout Plain Layout
35275 \align center
35276 Boîte ombrée
35277 \end_layout
35278
35279 \end_inset
35280
35281
35282 \end_layout
35283
35284 \begin_layout Description
35285 Fond
35286 \begin_inset space ~
35287 \end_inset
35288
35289 ombré Ceci dessine une boîte avec un arrière plan rouge.
35290  Contrairement aux boîtes coloriées
35291 \begin_inset Foot
35292 status collapsed
35293
35294 \begin_layout Plain Layout
35295 Voir la section
35296 \begin_inset space ~
35297 \end_inset
35298
35299
35300 \begin_inset CommandInset ref
35301 LatexCommand ref
35302 reference "sec:Boîtes-colorées"
35303
35304 \end_inset
35305
35306 .
35307 \end_layout
35308
35309 \end_inset
35310
35311 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
35312  son propre paragraphe.
35313 \begin_inset Box Shaded
35314 position "t"
35315 hor_pos "c"
35316 has_inner_box 0
35317 inner_pos "t"
35318 use_parbox 0
35319 use_makebox 0
35320 width "50col%"
35321 special "none"
35322 height "1in"
35323 height_special "totalheight"
35324 thickness "0.4pt"
35325 separation "3pt"
35326 shadowsize "4pt"
35327 framecolor "black"
35328 backgroundcolor "none"
35329 status open
35330
35331 \begin_layout Plain Layout
35332 Boîte avec fond ombré
35333 \end_layout
35334
35335 \end_inset
35336
35337
35338 \end_layout
35339
35340 \begin_layout Description
35341 Cadre
35342 \begin_inset space ~
35343 \end_inset
35344
35345 rectangulaire
35346 \begin_inset space ~
35347 \end_inset
35348
35349 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
35350  boîte.
35351  L'épaisseur du trait du cadre interne est de 0.75
35352 \begin_inset space \thinspace{}
35353 \end_inset
35354
35355 épaisseur
35356 \begin_inset space ~
35357 \end_inset
35358
35359 du
35360 \begin_inset space ~
35361 \end_inset
35362
35363 trait, l'épaisseur du trait du cadre externe est de 1.5
35364 \begin_inset space \thinspace{}
35365 \end_inset
35366
35367 épaisseur
35368 \begin_inset space ~
35369 \end_inset
35370
35371 du
35372 \begin_inset space ~
35373 \end_inset
35374
35375 trait.
35376  La distance entre les deux cadres est de 1.5
35377 \begin_inset space \thinspace{}
35378 \end_inset
35379
35380 épaisseur
35381 \begin_inset space ~
35382 \end_inset
35383
35384 du
35385 \begin_inset space ~
35386 \end_inset
35387
35388 trait
35389 \begin_inset space \thinspace{}
35390 \end_inset
35391
35392 +
35393 \begin_inset space \thinspace{}
35394 \end_inset
35395
35396 0.5
35397 \begin_inset space \thinspace{}
35398 \end_inset
35399
35400 pt.
35401  
35402 \begin_inset Box Doublebox
35403 position "c"
35404 hor_pos "c"
35405 has_inner_box 1
35406 inner_pos "c"
35407 use_parbox 0
35408 use_makebox 0
35409 width "20col%"
35410 special "none"
35411 height "1in"
35412 height_special "totalheight"
35413 thickness "0.4pt"
35414 separation "3pt"
35415 shadowsize "4pt"
35416 framecolor "black"
35417 backgroundcolor "none"
35418 status open
35419
35420 \begin_layout Plain Layout
35421 \align center
35422 Boîte double
35423 \end_layout
35424
35425 \end_inset
35426
35427
35428 \end_layout
35429
35430 \begin_layout Standard
35431 \begin_inset VSpace bigskip
35432 \end_inset
35433
35434 L'étiquette qui se trouve sur la boîte dans \SpecialChar LyX
35435  s'adapte pour montrer le style
35436  de boîte utilisé.
35437  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
35438  le paquetage \SpecialChar LaTeX
35439  
35440 \series bold
35441 fancybox
35442 \series default
35443
35444 \begin_inset Index idx
35445 status collapsed
35446
35447 \begin_layout Plain Layout
35448 Paquetages \SpecialChar LaTeX
35449  ! fancybox
35450 \end_layout
35451
35452 \end_inset
35453
35454 .
35455 \end_layout
35456
35457 \begin_layout Standard
35458 \begin_inset VSpace bigskip
35459 \end_inset
35460
35461 Quand vous utilisez le style de décoration 
35462 \family sans
35463 cadre rectangulaire simple
35464 \family default
35465  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
35466  de la boîte.
35467  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
35468  prendra toute la largeur de la colonne et la boîte sera considérée comme
35469  son propre paragraphe: 
35470 \begin_inset Box Framed
35471 position "t"
35472 hor_pos "c"
35473 has_inner_box 0
35474 inner_pos "t"
35475 use_parbox 0
35476 use_makebox 0
35477 width "100col%"
35478 special "none"
35479 height "1in"
35480 height_special "totalheight"
35481 thickness "0.4pt"
35482 separation "3pt"
35483 shadowsize "4pt"
35484 framecolor "black"
35485 backgroundcolor "none"
35486 status collapsed
35487
35488 \begin_layout Plain Layout
35489 Boîte avec cadre simple et sauts de page
35490 \end_layout
35491
35492 \end_inset
35493
35494
35495 \end_layout
35496
35497 \begin_layout Section
35498 Personnalisation des boîtes
35499 \begin_inset Index idx
35500 status collapsed
35501
35502 \begin_layout Plain Layout
35503 Boîtes! Personnalisation
35504 \end_layout
35505
35506 \end_inset
35507
35508
35509 \end_layout
35510
35511 \begin_layout Standard
35512 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
35513  la commande 
35514 \series bold
35515
35516 \backslash
35517 cornersize
35518 \series default
35519 .
35520  Par exemple, la commande
35521 \end_layout
35522
35523 \begin_layout Standard
35524
35525 \series bold
35526
35527 \backslash
35528 cornersize*{1cm}
35529 \end_layout
35530
35531 \begin_layout Standard
35532 donne un diamètre de 1
35533 \begin_inset space \thinspace{}
35534 \end_inset
35535
35536 cm.
35537  La commande
35538 \end_layout
35539
35540 \begin_layout Standard
35541
35542 \series bold
35543
35544 \backslash
35545 cornersize{num}
35546 \end_layout
35547
35548 \begin_layout Standard
35549 fixe le diamètre à 
35550 \family sans
35551 num
35552 \begin_inset space \thinspace{}
35553 \end_inset
35554
35555 ×
35556 \begin_inset space \thinspace{}
35557 \end_inset
35558
35559 minimum(largeur et hauteur de la boîte)
35560 \family default
35561 .
35562  La valeur implicite est 
35563 \series bold
35564
35565 \backslash
35566 cornersize{0.5}
35567 \series default
35568 .
35569 \end_layout
35570
35571 \begin_layout Standard
35572 \begin_inset ERT
35573 status collapsed
35574
35575 \begin_layout Plain Layout
35576
35577
35578 \backslash
35579 cornersize*{1.5cm}
35580 \end_layout
35581
35582 \end_inset
35583
35584
35585 \begin_inset Box Ovalbox
35586 position "c"
35587 hor_pos "c"
35588 has_inner_box 1
35589 inner_pos "c"
35590 use_parbox 0
35591 use_makebox 0
35592 width "25col%"
35593 special "none"
35594 height "1in"
35595 height_special "totalheight"
35596 thickness "0.4pt"
35597 separation "3pt"
35598 shadowsize "4pt"
35599 framecolor "black"
35600 backgroundcolor "none"
35601 status open
35602
35603 \begin_layout Plain Layout
35604 \align center
35605 Boîte ovale avec 
35606 \series bold
35607
35608 \backslash
35609 cornersize
35610 \series default
35611
35612 \begin_inset space \thinspace{}
35613 \end_inset
35614
35615 =
35616 \begin_inset space \thinspace{}
35617 \end_inset
35618
35619 1.5
35620 \begin_inset space \thinspace{}
35621 \end_inset
35622
35623 cm
35624 \end_layout
35625
35626 \end_inset
35627
35628
35629 \begin_inset ERT
35630 status collapsed
35631
35632 \begin_layout Plain Layout
35633
35634
35635 \backslash
35636 cornersize{0.5}
35637 \end_layout
35638
35639 \end_inset
35640
35641
35642 \end_layout
35643
35644 \begin_layout Standard
35645 \begin_inset VSpace bigskip
35646 \end_inset
35647
35648
35649 \end_layout
35650
35651 \begin_layout Standard
35652 La couleur rouge utilisée implicitement pour les boîtes à 
35653 \family sans
35654 Fond
35655 \begin_inset space ~
35656 \end_inset
35657
35658 ombré
35659 \family default
35660  peut soit être modifiée localement avec la commande 
35661 \series bold
35662
35663 \backslash
35664 definecolor{shadecolor}
35665 \series default
35666 , soit globalement avec le menu 
35667 \family sans
35668 Outils\SpecialChar menuseparator
35669 Préférences
35670 \family default
35671 \SpecialChar menuseparator
35672
35673 \family sans
35674 Couleurs\SpecialChar menuseparator
35675 boîte
35676 \begin_inset space ~
35677 \end_inset
35678
35679 ombrée
35680 \family default
35681 .
35682  La syntaxe de la commande 
35683 \series bold
35684
35685 \backslash
35686 definecolor
35687 \series default
35688  est expliquée dans la section
35689 \begin_inset space ~
35690 \end_inset
35691
35692
35693 \begin_inset CommandInset ref
35694 LatexCommand ref
35695 reference "sec:Tableaux-Colorés"
35696
35697 \end_inset
35698
35699 .
35700 \begin_inset Foot
35701 status collapsed
35702
35703 \begin_layout Plain Layout
35704 Notez que l'utilisation de 
35705 \series bold
35706
35707 \backslash
35708 definecolor
35709 \series default
35710  ne peut se faire sans le paquetage \SpecialChar LaTeX
35711  
35712 \series bold
35713 color
35714 \series default
35715  dans le préambule, voir la section
35716 \begin_inset space ~
35717 \end_inset
35718
35719
35720 \begin_inset CommandInset ref
35721 LatexCommand ref
35722 reference "sec:Boîtes-colorées"
35723
35724 \end_inset
35725
35726 .
35727  
35728 \end_layout
35729
35730 \end_inset
35731
35732
35733 \end_layout
35734
35735 \begin_layout Standard
35736 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
35737  le commande en code \SpecialChar TeX
35738  suivantes
35739 \end_layout
35740
35741 \begin_layout Standard
35742
35743 \series bold
35744
35745 \backslash
35746 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35747 \end_layout
35748
35749 \begin_layout Standard
35750 \begin_inset ERT
35751 status collapsed
35752
35753 \begin_layout Plain Layout
35754
35755
35756 \backslash
35757 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35758 \end_layout
35759
35760 \end_inset
35761
35762
35763 \begin_inset Box Shaded
35764 position "t"
35765 hor_pos "c"
35766 has_inner_box 0
35767 inner_pos "t"
35768 use_parbox 0
35769 use_makebox 0
35770 width "100col%"
35771 special "none"
35772 height "1in"
35773 height_special "totalheight"
35774 thickness "0.4pt"
35775 separation "3pt"
35776 shadowsize "4pt"
35777 framecolor "black"
35778 backgroundcolor "none"
35779 status open
35780
35781 \begin_layout Plain Layout
35782
35783 \color yellow
35784 Ceci est un texte jaune dans une boîte à 
35785 \family sans
35786 Fond
35787 \begin_inset space ~
35788 \end_inset
35789
35790 ombré
35791 \family default
35792 \color inherit
35793  
35794 \color yellow
35795 avec un fond vert foncé.
35796 \end_layout
35797
35798 \end_inset
35799
35800
35801 \begin_inset ERT
35802 status collapsed
35803
35804 \begin_layout Plain Layout
35805
35806
35807 \backslash
35808 definecolor{shadecolor}{rgb}{1,0,0}
35809 \end_layout
35810
35811 \end_inset
35812
35813
35814 \end_layout
35815
35816 \begin_layout Standard
35817 \begin_inset VSpace bigskip
35818 \end_inset
35819
35820
35821 \end_layout
35822
35823 \begin_layout Standard
35824 Les largeurs et culeurs ainsi modifiées restent valables pour toutes les
35825  boîtes qui suivent la commandes qui les a changées.
35826 \end_layout
35827
35828 \begin_layout Section
35829 Minipages
35830 \begin_inset CommandInset label
35831 LatexCommand label
35832 name "sec:Minipages"
35833
35834 \end_inset
35835
35836
35837 \begin_inset Index idx
35838 status collapsed
35839
35840 \begin_layout Plain Layout
35841 Boîtes ! Minipages
35842 \end_layout
35843
35844 \end_inset
35845
35846
35847 \end_layout
35848
35849 \begin_layout Standard
35850 \SpecialChar LaTeX
35851  fournit un mécanisme qui, en fait, permet de produire une page à l'intérieur
35852  d'une page.
35853  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
35854  règles d'indentation, de saut de ligne, etc.
35855  s'appliquent.
35856 \end_layout
35857
35858 \begin_layout Standard
35859 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
35860  langues.
35861 \end_layout
35862
35863 \begin_layout Standard
35864 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
35865  Leur largeur est fixée à 45
35866 \begin_inset space \thinspace{}
35867 \end_inset
35868
35869 col% et elles sont séparées par un ressort horizontal, qui a été inséré
35870  via le menu 
35871 \family sans
35872 Insertion\SpecialChar menuseparator
35873 Typographie
35874 \begin_inset space ~
35875 \end_inset
35876
35877 spéciale\SpecialChar menuseparator
35878 Ressort
35879 \begin_inset space ~
35880 \end_inset
35881
35882 Horizontal
35883 \family default
35884 .
35885 \end_layout
35886
35887 \begin_layout Standard
35888 \begin_inset Box Frameless
35889 position "t"
35890 hor_pos "c"
35891 has_inner_box 1
35892 inner_pos "c"
35893 use_parbox 0
35894 use_makebox 0
35895 width "45col%"
35896 special "none"
35897 height "1in"
35898 height_special "totalheight"
35899 thickness "0.4pt"
35900 separation "3pt"
35901 shadowsize "4pt"
35902 framecolor "black"
35903 backgroundcolor "none"
35904 status open
35905
35906 \begin_layout Plain Layout
35907 Ceci est un texte en français.
35908  Ceci est un texte en français.
35909  Ceci est un texte en français.
35910  Ceci est un texte en français.
35911  Ceci est un texte en français.
35912  Ceci est un texte en français.
35913  Ceci est un texte en français.
35914  Ceci est un texte en français.Ceci est un texte en français.
35915  Ceci est un texte en français.
35916  Ceci est un texte en français.
35917  Ceci est un texte en français
35918 \begin_inset Foot
35919 status collapsed
35920
35921 \begin_layout Plain Layout
35922 Ceci est une note de bas de page en français.
35923 \end_layout
35924
35925 \end_inset
35926
35927 .Ceci est un texte en français
35928 \end_layout
35929
35930 \end_inset
35931
35932
35933 \begin_inset space \hfill{}
35934 \end_inset
35935
35936
35937 \begin_inset Box Frameless
35938 position "t"
35939 hor_pos "c"
35940 has_inner_box 1
35941 inner_pos "c"
35942 use_parbox 0
35943 use_makebox 0
35944 width "45col%"
35945 special "none"
35946 height "1in"
35947 height_special "totalheight"
35948 thickness "0.4pt"
35949 separation "3pt"
35950 shadowsize "4pt"
35951 framecolor "black"
35952 backgroundcolor "none"
35953 status open
35954
35955 \begin_layout Plain Layout
35956
35957 \lang english
35958 This is an English Text.
35959  This is an English Text.
35960  This is an English Text.
35961  This is an English Text.
35962  This is an English Text.
35963  This is an English Text.
35964  This is an English Text.
35965  This is an English Text.
35966  This is an English Text.
35967  This is an English Text.
35968  This is an English Text.
35969  This is an English Text.
35970  This is an English Text.
35971  This is an English Text.
35972  This is an English Text.
35973  This is an English Text.
35974 \begin_inset Foot
35975 status collapsed
35976
35977 \begin_layout Plain Layout
35978
35979 \lang english
35980 This is an English footnote.
35981 \end_layout
35982
35983 \end_inset
35984
35985  This is an English Text.
35986 \end_layout
35987
35988 \end_inset
35989
35990
35991 \end_layout
35992
35993 \begin_layout Standard
35994 \begin_inset VSpace bigskip
35995 \end_inset
35996
35997 Les paramètres globaux du document sont ignorés au sein d'une minipage.
35998  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
35999  minipages, même si vous les avez mis par exemple à 
36000 \family sans
36001 Moyen
36002 \family default
36003  dans les paramètres du document.
36004 \end_layout
36005
36006 \begin_layout Standard
36007 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
36008  portion de texte, voyez la section
36009 \begin_inset space ~
36010 \end_inset
36011
36012
36013 \begin_inset CommandInset ref
36014 LatexCommand ref
36015 reference "sec:Boîtes-colorées"
36016
36017 \end_inset
36018
36019 .
36020 \end_layout
36021
36022 \begin_layout Standard
36023 \begin_inset Note Greyedout
36024 status open
36025
36026 \begin_layout Plain Layout
36027
36028 \series bold
36029 Note:
36030 \series default
36031  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
36032  mais les minipages peuvent être utilisées dans un tableau, un flottant
36033  ou une autre boîte.
36034 \end_layout
36035
36036 \end_inset
36037
36038
36039 \end_layout
36040
36041 \begin_layout Standard
36042 \begin_inset VSpace bigskip
36043 \end_inset
36044
36045
36046 \end_layout
36047
36048 \begin_layout Standard
36049 \SpecialChar LyX
36050  propose également une fonctionnalité de base pour des minipages dont la
36051  taille est automatiquement déterminée par la largeur de leur contenu, via
36052  le module 
36053 \family sans
36054 Minipages de largeur variable
36055 \family default
36056 .
36057  Le fichier du répertoire des exemples \SpecialChar LyX
36058  
36059 \emph on
36060 varwidth-floats-side-by-side
36061 \emph default
36062  illustre l'utilisation de minipages de largeur variable pour placer deux
36063  flottants côte à côte.
36064 \end_layout
36065
36066 \begin_layout Section
36067 Les parboxes
36068 \begin_inset CommandInset label
36069 LatexCommand label
36070 name "sec:Parboxes"
36071
36072 \end_inset
36073
36074
36075 \begin_inset Index idx
36076 status collapsed
36077
36078 \begin_layout Plain Layout
36079 Boîtes ! Parboxes
36080 \end_layout
36081
36082 \end_inset
36083
36084
36085 \end_layout
36086
36087 \begin_layout Standard
36088 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
36089  ne peuvent avoir de note de bas de page.
36090 \end_layout
36091
36092 \begin_layout Standard
36093 \align center
36094 \begin_inset Box Frameless
36095 position "t"
36096 hor_pos "c"
36097 has_inner_box 1
36098 inner_pos "t"
36099 use_parbox 1
36100 use_makebox 0
36101 width "33col%"
36102 special "none"
36103 height "1in"
36104 height_special "totalheight"
36105 thickness "0.4pt"
36106 separation "3pt"
36107 shadowsize "4pt"
36108 framecolor "black"
36109 backgroundcolor "none"
36110 status open
36111
36112 \begin_layout Plain Layout
36113 Ceci est un texte à l'intérieur d'une parbox.
36114  Ceci est un texte à l'intérieur d'une parbox.
36115 \end_layout
36116
36117 \begin_layout Plain Layout
36118 Cette note de bas de page ne devrait pas apparaître :
36119 \begin_inset Foot
36120 status open
36121
36122 \begin_layout Plain Layout
36123 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
36124  pas.
36125 \end_layout
36126
36127 \end_inset
36128
36129
36130 \end_layout
36131
36132 \end_inset
36133
36134
36135 \end_layout
36136
36137 \begin_layout Section
36138 Des boîtes pour les mots et les caractères
36139 \begin_inset Index idx
36140 status collapsed
36141
36142 \begin_layout Plain Layout
36143 Boîtes ! Pour les caractères
36144 \end_layout
36145
36146 \end_inset
36147
36148
36149 \end_layout
36150
36151 \begin_layout Subsection
36152 Empêcher la césure
36153 \begin_inset CommandInset label
36154 LatexCommand label
36155 name "sec:Empêcher-césure"
36156
36157 \end_inset
36158
36159
36160 \begin_inset Index idx
36161 status collapsed
36162
36163 \begin_layout Plain Layout
36164 Boîtes ! Pour empêcher la césure
36165 \end_layout
36166
36167 \end_inset
36168
36169
36170 \end_layout
36171
36172 \begin_layout Standard
36173 Vous pouvez utiliser une boîte de type 
36174 \family sans
36175 Makebox
36176 \family default
36177  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
36178 \begin_inset Newline newline
36179 \end_inset
36180
36181 Voici un exemple de texte :
36182 \end_layout
36183
36184 \begin_layout Standard
36185 Cette ligne est un exemple comment vous pouvez empêcher une césure
36186 \begin_inset space ~
36187 \end_inset
36188
36189
36190 \begin_inset Quotes fld
36191 \end_inset
36192
36193 motTrèsTrèsLong
36194 \begin_inset Quotes frd
36195 \end_inset
36196
36197
36198 \end_layout
36199
36200 \begin_layout Standard
36201 Pour empêcher que le mot 
36202 \begin_inset Quotes fld
36203 \end_inset
36204
36205 motTrèsTrèsLong
36206 \begin_inset Quotes frd
36207 \end_inset
36208
36209  soit coupé, mettez le mot dans une boîte, mettez 
36210 \family sans
36211 Boîte
36212 \begin_inset space ~
36213 \end_inset
36214
36215 intérieure
36216 \family default
36217  à 
36218 \family sans
36219 Makebox
36220 \family default
36221  sans spécifier de largeur.
36222 \end_layout
36223
36224 \begin_layout Standard
36225 Voici le résultat :
36226 \end_layout
36227
36228 \begin_layout Standard
36229 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
36230  
36231 \begin_inset Box Frameless
36232 position "t"
36233 hor_pos "c"
36234 has_inner_box 1
36235 inner_pos "t"
36236 use_parbox 0
36237 use_makebox 1
36238 width ""
36239 special "none"
36240 height "1in"
36241 height_special "totalheight"
36242 thickness "0.4pt"
36243 separation "3pt"
36244 shadowsize "4pt"
36245 framecolor "black"
36246 backgroundcolor "none"
36247 status open
36248
36249 \begin_layout Plain Layout
36250 \begin_inset Quotes fld
36251 \end_inset
36252
36253 motTrèsTrèsLong
36254 \begin_inset Quotes frd
36255 \end_inset
36256
36257
36258 \end_layout
36259
36260 \end_inset
36261
36262
36263 \end_layout
36264
36265 \begin_layout Standard
36266 Une autre méthode consiste à mettre la commande 
36267 \series bold
36268
36269 \begin_inset Quotes fld
36270 \end_inset
36271
36272
36273 \backslash
36274 -
36275 \series default
36276
36277 \begin_inset Quotes frd
36278 \end_inset
36279
36280  en code \SpecialChar TeX
36281 , juste avant le mot :
36282 \end_layout
36283
36284 \begin_layout Standard
36285 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
36286  
36287 \begin_inset Quotes fld
36288 \end_inset
36289
36290
36291 \begin_inset ERT
36292 status collapsed
36293
36294 \begin_layout Plain Layout
36295
36296
36297 \backslash
36298 -
36299 \end_layout
36300
36301 \end_inset
36302
36303 motTrèsTrèsLong
36304 \begin_inset Quotes frd
36305 \end_inset
36306
36307
36308 \end_layout
36309
36310 \begin_layout Standard
36311 Bien sûr, maintenant le mot dépasse dans la marge latérale.
36312  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
36313 \family sans
36314 Insertion\SpecialChar menuseparator
36315 Typographie
36316 \begin_inset space ~
36317 \end_inset
36318
36319 spéciale\SpecialChar menuseparator
36320 Passage
36321 \begin_inset space ~
36322 \end_inset
36323
36324 à
36325 \begin_inset space ~
36326 \end_inset
36327
36328 la
36329 \begin_inset space ~
36330 \end_inset
36331
36332 Ligne
36333 \family default
36334  (raccourci 
36335 \family sans
36336 Ctrl-Entrée
36337 \family default
36338 ) :
36339 \end_layout
36340
36341 \begin_layout Standard
36342 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
36343 \begin_inset Newline newline
36344 \end_inset
36345
36346
36347 \begin_inset Box Frameless
36348 position "t"
36349 hor_pos "c"
36350 has_inner_box 1
36351 inner_pos "t"
36352 use_parbox 0
36353 use_makebox 1
36354 width ""
36355 special "none"
36356 height "1in"
36357 height_special "totalheight"
36358 thickness "0.4pt"
36359 separation "3pt"
36360 shadowsize "4pt"
36361 framecolor "black"
36362 backgroundcolor "none"
36363 status open
36364
36365 \begin_layout Plain Layout
36366 \begin_inset Quotes fld
36367 \end_inset
36368
36369 motTrèsTrèsLong
36370 \begin_inset Quotes frd
36371 \end_inset
36372
36373
36374 \end_layout
36375
36376 \end_inset
36377
36378
36379 \end_layout
36380
36381 \begin_layout Subsection
36382 Alignement vertical
36383 \begin_inset CommandInset label
36384 LatexCommand label
36385 name "subsec:Alignement-Vertical"
36386
36387 \end_inset
36388
36389
36390 \begin_inset Index idx
36391 status collapsed
36392
36393 \begin_layout Plain Layout
36394 Boîtes ! Pour l'alignement vertical
36395 \end_layout
36396
36397 \end_inset
36398
36399
36400 \begin_inset Index idx
36401 status collapsed
36402
36403 \begin_layout Plain Layout
36404 Boîtes ! Boîtes élévatrices
36405 \end_layout
36406
36407 \end_inset
36408
36409
36410 \begin_inset Index idx
36411 status collapsed
36412
36413 \begin_layout Plain Layout
36414 Raisebox|see
36415 \begin_inset ERT
36416 status collapsed
36417
36418 \begin_layout Plain Layout
36419
36420 {
36421 \end_layout
36422
36423 \end_inset
36424
36425 Boîtes élévatrices
36426 \begin_inset ERT
36427 status collapsed
36428
36429 \begin_layout Plain Layout
36430
36431 }
36432 \end_layout
36433
36434 \end_inset
36435
36436
36437 \end_layout
36438
36439 \end_inset
36440
36441
36442 \end_layout
36443
36444 \begin_layout Standard
36445 Avec la commande 
36446 \series bold
36447
36448 \backslash
36449 raisebox
36450 \series default
36451  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
36452  par rapport au texte qui l'entoure.
36453  La commande
36454 \series bold
36455  
36456 \backslash
36457 raisebox
36458 \series default
36459  s'utilise en suivant la syntaxe suivante :
36460 \end_layout
36461
36462 \begin_layout Standard
36463
36464 \series bold
36465
36466 \backslash
36467 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
36468 \end_layout
36469
36470 \begin_layout Standard
36471 Le déplacement peut être une valeur positive pour élever la boîte ou négative
36472  pour l'abaisser.
36473 \end_layout
36474
36475 \begin_layout Standard
36476 Pour aligner le mot 
36477 \begin_inset Quotes fld
36478 \end_inset
36479
36480 empêcher
36481 \begin_inset Quotes frd
36482 \end_inset
36483
36484  de façon à ce que le point le plus bas du caractère le plus 
36485 \begin_inset Quotes fld
36486 \end_inset
36487
36488 profond
36489 \begin_inset Quotes frd
36490 \end_inset
36491
36492 , le 
36493 \begin_inset Quotes fld
36494 \end_inset
36495
36496 p
36497 \begin_inset Quotes frd
36498 \end_inset
36499
36500 , soit au niveau de la ligne de base, insérez la commande 
36501 \end_layout
36502
36503 \begin_layout Standard
36504
36505 \series bold
36506
36507 \backslash
36508 raisebox{
36509 \backslash
36510 depth}{
36511 \end_layout
36512
36513 \begin_layout Standard
36514 en code \SpecialChar TeX
36515  avant le mot.
36516  Insérez après le mot l'accolade fermante 
36517 \begin_inset Quotes fld
36518 \end_inset
36519
36520
36521 \series bold
36522 }
36523 \series default
36524
36525 \begin_inset Quotes frd
36526 \end_inset
36527
36528  en code \SpecialChar TeX
36529 .
36530 \begin_inset Newline newline
36531 \end_inset
36532
36533 Voici le résultat :
36534 \end_layout
36535
36536 \begin_layout Standard
36537 Cette ligne de texte contient le mot 
36538 \begin_inset ERT
36539 status open
36540
36541 \begin_layout Plain Layout
36542
36543
36544 \backslash
36545 raisebox{
36546 \backslash
36547 depth}{
36548 \end_layout
36549
36550 \end_inset
36551
36552
36553 \begin_inset Quotes fld
36554 \end_inset
36555
36556 empêcher
36557 \begin_inset Quotes frd
36558 \end_inset
36559
36560
36561 \begin_inset ERT
36562 status collapsed
36563
36564 \begin_layout Plain Layout
36565
36566 }
36567 \end_layout
36568
36569 \end_inset
36570
36571  comme mot élevé.
36572 \end_layout
36573
36574 \begin_layout Standard
36575 \begin_inset VSpace bigskip
36576 \end_inset
36577
36578 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
36579  entre les lignes va être agrandie :
36580 \end_layout
36581
36582 \begin_layout Standard
36583 Cette ligne de texte contient le mot
36584 \begin_inset ERT
36585 status collapsed
36586
36587 \begin_layout Plain Layout
36588
36589
36590 \backslash
36591 raisebox{-
36592 \backslash
36593 depth}{
36594 \end_layout
36595
36596 \end_inset
36597
36598
36599 \begin_inset Quotes fld
36600 \end_inset
36601
36602 empêcher
36603 \begin_inset Quotes frd
36604 \end_inset
36605
36606
36607 \begin_inset ERT
36608 status collapsed
36609
36610 \begin_layout Plain Layout
36611
36612 }
36613 \end_layout
36614
36615 \end_inset
36616
36617  comme mot abaissé.
36618 \begin_inset Newline newline
36619 \end_inset
36620
36621 Cette ligne de texte contient le mot 
36622 \begin_inset ERT
36623 status collapsed
36624
36625 \begin_layout Plain Layout
36626
36627
36628 \backslash
36629 raisebox{0.5cm}{
36630 \end_layout
36631
36632 \end_inset
36633
36634
36635 \begin_inset Quotes fld
36636 \end_inset
36637
36638 tester
36639 \begin_inset Quotes frd
36640 \end_inset
36641
36642
36643 \begin_inset ERT
36644 status collapsed
36645
36646 \begin_layout Plain Layout
36647
36648 }
36649 \end_layout
36650
36651 \end_inset
36652
36653  comme mot élevé.
36654 \end_layout
36655
36656 \begin_layout Standard
36657 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
36658  mettez la hauteur de la boîte à zéro.
36659  Par exemple utilisez
36660 \end_layout
36661
36662 \begin_layout Standard
36663
36664 \series bold
36665
36666 \backslash
36667 raisebox{-
36668 \backslash
36669 depth}[0pt]{
36670 \end_layout
36671
36672 \begin_layout Standard
36673 Cette ligne de texte contient le mot
36674 \begin_inset ERT
36675 status collapsed
36676
36677 \begin_layout Plain Layout
36678
36679
36680 \backslash
36681 raisebox{-
36682 \backslash
36683 depth}[0pt]{
36684 \end_layout
36685
36686 \end_inset
36687
36688
36689 \begin_inset Quotes fld
36690 \end_inset
36691
36692 empêcher
36693 \begin_inset Quotes frd
36694 \end_inset
36695
36696
36697 \begin_inset ERT
36698 status collapsed
36699
36700 \begin_layout Plain Layout
36701
36702 }
36703 \end_layout
36704
36705 \end_inset
36706
36707  comme mot abaissé.
36708 \begin_inset Newline newline
36709 \end_inset
36710
36711
36712 \begin_inset Newline newline
36713 \end_inset
36714
36715 Cette ligne de texte contient le mot 
36716 \begin_inset ERT
36717 status collapsed
36718
36719 \begin_layout Plain Layout
36720
36721
36722 \backslash
36723 raisebox{0.5cm}[0pt]{
36724 \end_layout
36725
36726 \end_inset
36727
36728
36729 \begin_inset Quotes fld
36730 \end_inset
36731
36732 tester
36733 \begin_inset Quotes frd
36734 \end_inset
36735
36736
36737 \begin_inset ERT
36738 status collapsed
36739
36740 \begin_layout Plain Layout
36741
36742 }
36743 \end_layout
36744
36745 \end_inset
36746
36747  comme mot élevé.
36748 \end_layout
36749
36750 \begin_layout Section
36751 Boîtes colorées
36752 \begin_inset CommandInset label
36753 LatexCommand label
36754 name "sec:Boîtes-colorées"
36755
36756 \end_inset
36757
36758
36759 \begin_inset Index idx
36760 status collapsed
36761
36762 \begin_layout Plain Layout
36763 Boîtes ! Couleur
36764 \end_layout
36765
36766 \end_inset
36767
36768
36769 \end_layout
36770
36771 \begin_layout Standard
36772 Pour mettre le fond d'une boîte en couleurs, il suffit de sélectionner la
36773  couleur désirée dans la fenêtre de dialogue de la boîte.
36774  Voici par exemple une boîte avec un fond orangé:
36775 \lang english
36776  
36777 \begin_inset Box Frameless
36778 position "t"
36779 hor_pos "c"
36780 has_inner_box 1
36781 inner_pos "t"
36782 use_parbox 0
36783 use_makebox 1
36784 width ""
36785 special "none"
36786 height "1in"
36787 height_special "totalheight"
36788 thickness "0.4pt"
36789 separation "3pt"
36790 shadowsize "4pt"
36791 framecolor "black"
36792 backgroundcolor "orange"
36793 status open
36794
36795 \begin_layout Plain Layout
36796 Boîte avec un fond orangé
36797 \end_layout
36798
36799 \end_inset
36800
36801
36802 \end_layout
36803
36804 \begin_layout Standard
36805 Si vous utilisez la décoration 
36806 \family sans
36807 Cadre
36808 \begin_inset space ~
36809 \end_inset
36810
36811 rectangulaire
36812 \begin_inset space ~
36813 \end_inset
36814
36815 simple
36816 \family default
36817 , vous pouvez colorer le cadre.
36818  Dans ce cas vous devez colorer également le fond (\SpecialChar LyX
36819  le met implicitement
36820  en blanc).
36821  voici un exemple: 
36822 \begin_inset Box Boxed
36823 position "t"
36824 hor_pos "c"
36825 has_inner_box 0
36826 inner_pos "t"
36827 use_parbox 0
36828 use_makebox 0
36829 width ""
36830 special "none"
36831 height "1in"
36832 height_special "totalheight"
36833 thickness "0.4pt"
36834 separation "3pt"
36835 shadowsize "4pt"
36836 framecolor "teal"
36837 backgroundcolor "yellow"
36838 status open
36839
36840 \begin_layout Plain Layout
36841 Box with teal frame color and yellow background color
36842 \end_layout
36843
36844 \end_inset
36845
36846
36847 \end_layout
36848
36849 \begin_layout Standard
36850 \begin_inset VSpace bigskip
36851 \end_inset
36852
36853 Vous pouvez bien sûr obtenir du texte coloré dans une boîte dont le fond
36854  est en couleurs:
36855 \begin_inset Newline newline
36856 \end_inset
36857
36858
36859 \begin_inset Box Boxed
36860 position "t"
36861 hor_pos "c"
36862 has_inner_box 0
36863 inner_pos "t"
36864 use_parbox 0
36865 use_makebox 0
36866 width ""
36867 special "none"
36868 height "1in"
36869 height_special "totalheight"
36870 thickness "0.4pt"
36871 separation "3pt"
36872 shadowsize "4pt"
36873 framecolor "cyan"
36874 backgroundcolor "magenta"
36875 status open
36876
36877 \begin_layout Plain Layout
36878
36879 \color yellow
36880 Ce texte est coloré dans une boîte colorée et encadrée.
36881 \end_layout
36882
36883 \end_inset
36884
36885
36886 \end_layout
36887
36888 \begin_layout Standard
36889 \begin_inset VSpace bigskip
36890 \end_inset
36891
36892
36893 \end_layout
36894
36895 \begin_layout Standard
36896 S'il vous faut une couleur autre que celles qui sont prédéfinies, vous pouvez
36897  définir vos propres couleurs comme c'est décrit dans la section
36898 \begin_inset space ~
36899 \end_inset
36900
36901
36902 \begin_inset CommandInset ref
36903 LatexCommand ref
36904 reference "sec:Tableaux-Colorés"
36905
36906 \end_inset
36907
36908 .
36909  Pour cela vous devez saisir la boîte ne code TeX.
36910 \end_layout
36911
36912 \begin_layout Standard
36913 Les boîtes à fond coloré sont créées par la commande 
36914 \series bold
36915
36916 \backslash
36917 colorbox
36918 \series default
36919 .
36920  Elle est utilisée avec la syntaxe suivante :
36921 \end_layout
36922
36923 \begin_layout Standard
36924
36925 \series bold
36926
36927 \backslash
36928 colorbox{couleur}{contenu de la boîte}
36929 \end_layout
36930
36931 \begin_layout Standard
36932 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
36933  peuvent être placées à l'intérieur d'autres boîtes.Par exemple, pour avoir
36934  un mot sur fond 
36935 \emph on
36936 vertfonce
36937 \emph default
36938 , insérez la commande 
36939 \end_layout
36940
36941 \begin_layout Standard
36942
36943 \series bold
36944
36945 \backslash
36946 colorbox{vertfonce}{
36947 \end_layout
36948
36949 \begin_layout Standard
36950 avant le mot en code \SpecialChar TeX
36951 .
36952  Insérez l'accolade fermante 
36953 \begin_inset Quotes fld
36954 \end_inset
36955
36956 }
36957 \begin_inset Quotes frd
36958 \end_inset
36959
36960  après le mot, en code \SpecialChar TeX
36961 .
36962 \begin_inset Newline newline
36963 \end_inset
36964
36965 Voici le résultat :
36966 \end_layout
36967
36968 \begin_layout Standard
36969 Cette ligne de texte contient le mot
36970 \begin_inset ERT
36971 status collapsed
36972
36973 \begin_layout Plain Layout
36974
36975
36976 \backslash
36977 colorbox{vertfonce}{
36978 \end_layout
36979
36980 \end_inset
36981
36982
36983 \begin_inset Quotes fld
36984 \end_inset
36985
36986 Attention!
36987 \begin_inset Quotes frd
36988 \end_inset
36989
36990
36991 \begin_inset ERT
36992 status collapsed
36993
36994 \begin_layout Plain Layout
36995
36996 }
36997 \end_layout
36998
36999 \end_inset
37000
37001  sur fond vertfonce.
37002 \end_layout
37003
37004 \begin_layout Standard
37005 Les boîtes avec fond et cadre colorés sont créées via la commande 
37006 \series bold
37007
37008 \backslash
37009 fcolorbox
37010 \series default
37011  avec la syntaxe suivante :
37012 \end_layout
37013
37014 \begin_layout Standard
37015
37016 \series bold
37017
37018 \backslash
37019 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
37020 \end_layout
37021
37022 \begin_layout Section
37023 Boîtes pivotées et redimensionnées
37024 \end_layout
37025
37026 \begin_layout Standard
37027 Pour pouvoir utiliser les boîtes décrites ci-après, le module 
37028 \family sans
37029 BoîtesGraphiques
37030 \family default
37031  oit être vchargé via les paramètres du document.
37032 \end_layout
37033
37034 \begin_layout Standard
37035 \begin_inset Note Greyedout
37036 status open
37037
37038 \begin_layout Plain Layout
37039
37040 \series bold
37041 Note:
37042 \series default
37043  La plupart des visualiseurs DVI ne sont 
37044 \emph on
37045 pas
37046 \emph default
37047  capables d'afficher des rotations ou des redimensionnements.
37048 \end_layout
37049
37050 \end_inset
37051
37052
37053 \end_layout
37054
37055 \begin_layout Standard
37056 \begin_inset Note Greyedout
37057 status open
37058
37059 \begin_layout Plain Layout
37060
37061 \series bold
37062 Note:
37063 \series default
37064  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
37065  redimensionnée.
37066 \end_layout
37067
37068 \end_inset
37069
37070
37071 \end_layout
37072
37073 \begin_layout Subsection
37074 Boîtes pivotées
37075 \begin_inset Index idx
37076 status collapsed
37077
37078 \begin_layout Plain Layout
37079 Boîtes ! pivotées
37080 \end_layout
37081
37082 \end_inset
37083
37084
37085 \begin_inset Index idx
37086 status collapsed
37087
37088 \begin_layout Plain Layout
37089 Pivoter des objets
37090 \end_layout
37091
37092 \end_inset
37093
37094
37095 \end_layout
37096
37097 \begin_layout Standard
37098 Pour faire tourner des objets, vous pouvez les mettre dans une 
37099 \family sans
37100 BoîtePivotée
37101 \family default
37102 .
37103  Une telle boîte est insérée via le menu 
37104 \family sans
37105 Insertion\SpecialChar menuseparator
37106 Inserts personnalisables\SpecialChar menuseparator
37107 BoîtePivotée
37108 \family default
37109 .
37110 \end_layout
37111
37112 \begin_layout Standard
37113 La position du pivot peut être précisée via l'insert 
37114 \family sans
37115 Origine
37116 \family default
37117  (menu 
37118 \family sans
37119 Insertion\SpecialChar menuseparator
37120 Origine
37121 \family default
37122 ) sous la forme 
37123 \series bold
37124 origin=position
37125 \series default
37126 .
37127  Les valeurs suivantes sont possibles pour la position: 
37128 \emph on
37129 c
37130 \emph default
37131  (centre), 
37132 \emph on
37133 l
37134 \emph default
37135  (gauche/
37136 \lang english
37137 left
37138 \lang french
37139 ), 
37140 \emph on
37141 r
37142 \emph default
37143  (droite/
37144 \lang english
37145 right
37146 \lang french
37147 ), 
37148 \emph on
37149 b
37150 \emph default
37151  (bas/
37152 \lang english
37153 bottom
37154 \lang french
37155 ), 
37156 \emph on
37157 t
37158 \emph default
37159  (haut/
37160 \lang english
37161 top
37162 \lang french
37163 ), et aussi des combinaisons des quatre positions de base.
37164  Par exemple 
37165 \emph on
37166 lt
37167 \emph default
37168  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
37169  Quand on ne donne pas d'origine, la position 
37170 \emph on
37171 l
37172 \emph default
37173  est utilisée.
37174  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
37175  ou négatif.
37176  Le sens positif de rotation est anti-horaire.
37177 \end_layout
37178
37179 \begin_layout Standard
37180 Dans l'exemple qui suit, 
37181 \series bold
37182 origin=c
37183 \series default
37184  a été saisi dans l'insert 
37185 \family sans
37186 Origin
37187 \family default
37188  et 
37189 \series bold
37190 60
37191 \series default
37192  a été saisi dans l'insert 
37193 \family sans
37194 Angle
37195 \family default
37196 .
37197 \end_layout
37198
37199 \begin_layout Standard
37200 Voici une ligne avec du 
37201 \begin_inset Flex Rotatebox
37202 status open
37203
37204 \begin_layout Plain Layout
37205 \begin_inset Argument 1
37206 status open
37207
37208 \begin_layout Plain Layout
37209 origin=c
37210 \end_layout
37211
37212 \end_inset
37213
37214
37215 \begin_inset Argument 2
37216 status open
37217
37218 \begin_layout Plain Layout
37219 60
37220 \end_layout
37221
37222 \end_inset
37223
37224 texte pivoté
37225 \end_layout
37226
37227 \end_inset
37228
37229 .
37230 \end_layout
37231
37232 \begin_layout Standard
37233 La boîte peut contenir une autre boîte ou une formule en ligne :
37234 \end_layout
37235
37236 \begin_layout Standard
37237 Voici une ligne avec du 
37238 \begin_inset Flex Rotatebox
37239 status open
37240
37241 \begin_layout Plain Layout
37242 \begin_inset Argument 1
37243 status open
37244
37245 \begin_layout Plain Layout
37246 origin=r
37247 \end_layout
37248
37249 \end_inset
37250
37251
37252 \begin_inset Argument 2
37253 status open
37254
37255 \begin_layout Plain Layout
37256 -60
37257 \end_layout
37258
37259 \end_inset
37260
37261
37262 \begin_inset Box Doublebox
37263 position "c"
37264 hor_pos "c"
37265 has_inner_box 0
37266 inner_pos "c"
37267 use_parbox 0
37268 use_makebox 0
37269 width "1in"
37270 special "width"
37271 height "1in"
37272 height_special "totalheight"
37273 thickness "0.4pt"
37274 separation "3pt"
37275 shadowsize "4pt"
37276 framecolor "black"
37277 backgroundcolor "none"
37278 status collapsed
37279
37280 \begin_layout Plain Layout
37281 texte pivoté
37282 \end_layout
37283
37284 \end_inset
37285
37286
37287 \end_layout
37288
37289 \end_inset
37290
37291  et encadré 
37292 \begin_inset Flex Rotatebox
37293 status open
37294
37295 \begin_layout Plain Layout
37296 \begin_inset Argument 1
37297 status open
37298
37299 \begin_layout Plain Layout
37300 origin=lb
37301 \end_layout
37302
37303 \end_inset
37304
37305
37306 \begin_inset Argument 2
37307 status open
37308
37309 \begin_layout Plain Layout
37310 60
37311 \end_layout
37312
37313 \end_inset
37314
37315
37316 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37317 \end_inset
37318
37319
37320 \end_layout
37321
37322 \end_inset
37323
37324  et une formule.
37325 \end_layout
37326
37327 \begin_layout Standard
37328 ou encore une figure ou un tableau :
37329 \end_layout
37330
37331 \begin_layout Standard
37332 Voici une ligne 
37333 \begin_inset Flex Rotatebox
37334 status open
37335
37336 \begin_layout Plain Layout
37337 \begin_inset Argument 1
37338 status open
37339
37340 \begin_layout Plain Layout
37341 origin=lb
37342 \end_layout
37343
37344 \end_inset
37345
37346
37347 \begin_inset Argument 2
37348 status open
37349
37350 \begin_layout Plain Layout
37351 90
37352 \end_layout
37353
37354 \end_inset
37355
37356
37357 \begin_inset Graphics
37358         filename ../clipart/platypus.eps
37359         lyxscale 50
37360         width 25col%
37361
37362 \end_inset
37363
37364
37365 \end_layout
37366
37367 \end_inset
37368
37369  avec une image pivotée de 90° 
37370 \begin_inset Flex Rotatebox
37371 status open
37372
37373 \begin_layout Plain Layout
37374 \begin_inset Argument 2
37375 status open
37376
37377 \begin_layout Plain Layout
37378 -90
37379 \end_layout
37380
37381 \end_inset
37382
37383
37384 \begin_inset Tabular
37385 <lyxtabular version="3" rows="2" columns="2">
37386 <features tabularvalignment="middle">
37387 <column alignment="center" valignment="top">
37388 <column alignment="center" valignment="top">
37389 <row>
37390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37391 \begin_inset Text
37392
37393 \begin_layout Plain Layout
37394 q
37395 \end_layout
37396
37397 \end_inset
37398 </cell>
37399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37400 \begin_inset Text
37401
37402 \begin_layout Plain Layout
37403 w
37404 \end_layout
37405
37406 \end_inset
37407 </cell>
37408 </row>
37409 <row>
37410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37411 \begin_inset Text
37412
37413 \begin_layout Plain Layout
37414 e
37415 \end_layout
37416
37417 \end_inset
37418 </cell>
37419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37420 \begin_inset Text
37421
37422 \begin_layout Plain Layout
37423 r
37424 \end_layout
37425
37426 \end_inset
37427 </cell>
37428 </row>
37429 </lyxtabular>
37430
37431 \end_inset
37432
37433
37434 \end_layout
37435
37436 \end_inset
37437
37438  et un tableau.
37439 \begin_inset Index idx
37440 status collapsed
37441
37442 \begin_layout Plain Layout
37443 Figures ! Pivotées
37444 \end_layout
37445
37446 \end_inset
37447
37448
37449 \begin_inset Index idx
37450 status collapsed
37451
37452 \begin_layout Plain Layout
37453 Tableau ! Pivoter
37454 \end_layout
37455
37456 \end_inset
37457
37458
37459 \end_layout
37460
37461 \begin_layout Standard
37462
37463 \lang english
37464 \begin_inset Note Greyedout
37465 status open
37466
37467 \begin_layout Plain Layout
37468
37469 \series bold
37470 Nota:
37471 \series default
37472  si l'insert 
37473 \family sans
37474 Angle
37475 \family default
37476  est vide ou contient autre chose que des nombres, vous aurez des erreurs
37477  \SpecialChar LaTeX
37478  à l'affichage ou l'exportation du document.
37479 \end_layout
37480
37481 \end_inset
37482
37483
37484 \end_layout
37485
37486 \begin_layout Subsection
37487 Les boîtes redimensionnées
37488 \begin_inset Index idx
37489 status collapsed
37490
37491 \begin_layout Plain Layout
37492 Boîtes ! Redimensionnées
37493 \end_layout
37494
37495 \end_inset
37496
37497
37498 \begin_inset Index idx
37499 status collapsed
37500
37501 \begin_layout Plain Layout
37502 Redimensionner des objets
37503 \end_layout
37504
37505 \end_inset
37506
37507
37508 \end_layout
37509
37510 \begin_layout Standard
37511 Pour redimensionner des objets, il faut les insérer dans une 
37512 \family sans
37513 BoîteÉchelle
37514 \family default
37515 , et pour cela utiliser le menu 
37516 \family sans
37517 Insertion\SpecialChar menuseparator
37518 Inserts personnalisables\SpecialChar menuseparator
37519 BoîteÉchelle
37520 \family default
37521 .
37522 \end_layout
37523
37524 \begin_layout Standard
37525 L'insert 
37526 \family sans
37527 BoîteÉchelle
37528 \family default
37529  comporte un insert obligatoire 
37530 \family sans
37531 Facteur-H 
37532 \family default
37533 et un insert facultatif 
37534 \family sans
37535 Facteur-V
37536 \family default
37537  (ouvert via le menu 
37538 \family sans
37539 Insertion\SpecialChar menuseparator
37540 Facteur-V)
37541 \family default
37542 .
37543  Saisir dans ceux-ci les facteurs d'échelle respectivement horizontal et
37544  vertical.
37545  Si aucun facteur vertical n'est spécifié, le facteur horizontal sera utilisé
37546  comme facteur vertical.
37547 \end_layout
37548
37549 \begin_layout Standard
37550 Pour doubler la taille du texte par rapport à la taille de texte du document,
37551  saisir 
37552 \series bold
37553 2
37554 \series default
37555  dans l'insert 
37556 \family sans
37557 Facteur-H:
37558 \family default
37559  
37560 \begin_inset Flex Scalebox
37561 status open
37562
37563 \begin_layout Plain Layout
37564 \begin_inset Argument 1
37565 status open
37566
37567 \begin_layout Plain Layout
37568 2
37569 \end_layout
37570
37571 \end_inset
37572
37573 Bonjour
37574 \end_layout
37575
37576 \end_inset
37577
37578
37579 \end_layout
37580
37581 \begin_layout Standard
37582
37583 \series bold
37584 2
37585 \series default
37586  comme 
37587 \family sans
37588 Facteur-H
37589 \family default
37590  et 
37591 \series bold
37592 1
37593 \series default
37594  comme
37595 \family sans
37596  Facteur-V
37597 \family default
37598  déforme le texte: 
37599 \begin_inset Flex Scalebox
37600 status open
37601
37602 \begin_layout Plain Layout
37603 \begin_inset Argument 1
37604 status open
37605
37606 \begin_layout Plain Layout
37607 2
37608 \end_layout
37609
37610 \end_inset
37611
37612
37613 \begin_inset Argument 2
37614 status open
37615
37616 \begin_layout Plain Layout
37617 1
37618 \end_layout
37619
37620 \end_inset
37621
37622 Bonjour
37623 \end_layout
37624
37625 \end_inset
37626
37627 .
37628 \end_layout
37629
37630 \begin_layout Standard
37631 Si le facteur d'échelle est négatif, le contenu de la boîte sera en miroir.
37632  par conséquent 
37633 \series bold
37634 -1
37635 \series default
37636  comme
37637 \family sans
37638  Facteur-H
37639 \family default
37640  et 
37641 \series bold
37642 1
37643 \series default
37644  comme
37645 \family sans
37646  Facteur-V 
37647 \family default
37648 permet de créer de l'écriture en miroir: 
37649 \begin_inset Flex Scalebox
37650 status open
37651
37652 \begin_layout Plain Layout
37653 \begin_inset Argument 1
37654 status open
37655
37656 \begin_layout Plain Layout
37657 -1
37658 \end_layout
37659
37660 \end_inset
37661
37662
37663 \begin_inset Argument 2
37664 status open
37665
37666 \begin_layout Plain Layout
37667 1
37668 \end_layout
37669
37670 \end_inset
37671
37672 Bonjour
37673 \end_layout
37674
37675 \end_inset
37676
37677
37678 \end_layout
37679
37680 \begin_layout Standard
37681
37682 \series bold
37683 1
37684 \series default
37685  comme
37686 \family sans
37687  Facteur-H
37688 \family default
37689  et 
37690 \series bold
37691 -1
37692 \series default
37693  comme
37694 \family sans
37695  Facteur-V
37696 \family default
37697  réfléchit le texte 
37698 \begin_inset Flex Scalebox
37699 status open
37700
37701 \begin_layout Plain Layout
37702 \begin_inset Argument 1
37703 status open
37704
37705 \begin_layout Plain Layout
37706 1
37707 \end_layout
37708
37709 \end_inset
37710
37711
37712 \begin_inset Argument 2
37713 status open
37714
37715 \begin_layout Plain Layout
37716 -1
37717 \end_layout
37718
37719 \end_inset
37720
37721 Bonjour
37722 \end_layout
37723
37724 \end_inset
37725
37726  sous la ligne de base.
37727 \end_layout
37728
37729 \begin_layout Standard
37730 La 
37731 \family sans
37732 BoîteMiroir
37733 \family default
37734  (menu 
37735 \family sans
37736 Insertion\SpecialChar menuseparator
37737 Inserts personnalisables\SpecialChar menuseparator
37738 BoîteMiroir)
37739 \family default
37740  est équivalente à 
37741 \series bold
37742 -1
37743 \series default
37744  comme
37745 \family sans
37746  Facteur-H
37747 \family default
37748  et 
37749 \series bold
37750 1
37751 \series default
37752  comme
37753 \family sans
37754  Facteur-V
37755 \family default
37756  pour une 
37757 \family sans
37758 BoîteÉchelle
37759 \family default
37760 .
37761 \end_layout
37762
37763 \begin_layout Standard
37764
37765 \lang english
37766 \begin_inset Note Greyedout
37767 status open
37768
37769 \begin_layout Plain Layout
37770
37771 \series bold
37772 Nota:
37773 \series default
37774  si l'insert 
37775 \family sans
37776 Facteur-H
37777 \family default
37778  est vide ou contient autre chose que des nombres, vous aurez des erreurs
37779  \SpecialChar LaTeX
37780  à l'affichage ou l'exportation du document.
37781 \end_layout
37782
37783 \end_inset
37784
37785
37786 \end_layout
37787
37788 \begin_layout Standard
37789 \begin_inset VSpace bigskip
37790 \end_inset
37791
37792 La 
37793 \family sans
37794 BoîteRetaillée
37795 \family default
37796  (menu 
37797 \family sans
37798 Insertion\SpecialChar menuseparator
37799 Inserts personnalisables\SpecialChar menuseparator
37800 BoîteRetaillée
37801 \family default
37802 ) est utilisée pour redimensionner le contenu à une hauteur et largeur définie.
37803  L'insert 
37804 \family sans
37805 BoîteRetaillée
37806 \family default
37807  comporte un insert obligatoire 
37808 \family sans
37809 Largeur
37810 \family default
37811  et un insert facultatif 
37812 \family sans
37813 Hauteur
37814 \family default
37815  (obtenu via 
37816 \family sans
37817 Insertion\SpecialChar menuseparator
37818 Hauteur)
37819 \family default
37820 .
37821  Saisir respectivement la largeur et la hauteur comme un nombre doté d'une
37822  unité.
37823  Le tableau
37824 \begin_inset space ~
37825 \end_inset
37826
37827  
37828 \begin_inset CommandInset ref
37829 LatexCommand ref
37830 reference "tab:Unités"
37831
37832 \end_inset
37833
37834  énumère les unités possibles.
37835  S'il y a un point d'exclamation 
37836 \series bold
37837 !
37838 \series default
37839  dans un des deux inserts, la taille est ajustée pour conserver le rapport
37840  d'aspect de la boîte.
37841  S'il n'y a pas d'insert 
37842 \family sans
37843 Hauteur
37844 \family default
37845 , un point d'exclamation sera introduit de manière interne en tant que hauteur.
37846  
37847 \end_layout
37848
37849 \begin_layout Standard
37850
37851 \series bold
37852 2cm
37853 \series default
37854  comme 
37855 \family sans
37856 Largeur
37857 \family default
37858  et 
37859 \series bold
37860 1cm
37861 \series default
37862  comme 
37863 \family sans
37864 Hauteur
37865 \family default
37866  produit: 
37867 \begin_inset Flex Resizebox
37868 status open
37869
37870 \begin_layout Plain Layout
37871 \begin_inset Argument 1
37872 status open
37873
37874 \begin_layout Plain Layout
37875 2cm
37876 \end_layout
37877
37878 \end_inset
37879
37880
37881 \begin_inset Argument 2
37882 status open
37883
37884 \begin_layout Plain Layout
37885 1cm
37886 \end_layout
37887
37888 \end_inset
37889
37890 Bonjour
37891 \end_layout
37892
37893 \end_inset
37894
37895
37896 \begin_inset Newline newline
37897 \end_inset
37898
37899
37900 \series bold
37901 2cm
37902 \series default
37903  comme 
37904 \family sans
37905 Largeur
37906 \family default
37907  et 
37908 \series bold
37909 !
37910 \series default
37911  comme 
37912 \family sans
37913 Hauteur
37914 \family default
37915  (ou aucune
37916 \family sans
37917  Hauteur
37918 \family default
37919 ) produit: 
37920 \begin_inset Flex Resizebox
37921 status open
37922
37923 \begin_layout Plain Layout
37924 \begin_inset Argument 1
37925 status open
37926
37927 \begin_layout Plain Layout
37928 2cm
37929 \end_layout
37930
37931 \end_inset
37932
37933
37934 \begin_inset Argument 2
37935 status open
37936
37937 \begin_layout Plain Layout
37938 !
37939 \end_layout
37940
37941 \end_inset
37942
37943 Bonjour
37944 \end_layout
37945
37946 \end_inset
37947
37948
37949 \end_layout
37950
37951 \begin_layout Standard
37952 \begin_inset Note Greyedout
37953 status open
37954
37955 \begin_layout Plain Layout
37956
37957 \series bold
37958 Nota:
37959 \series default
37960  si l'insert 
37961 \family sans
37962 Largeur
37963 \family default
37964  est vide ou contient autre chose que des nombres, vous aurez des erreurs
37965  \SpecialChar LaTeX
37966  à l'affichage ou l'exportation du document.
37967 \end_layout
37968
37969 \end_inset
37970
37971
37972 \end_layout
37973
37974 \begin_layout Standard
37975 \begin_inset VSpace bigskip
37976 \end_inset
37977
37978
37979 \end_layout
37980
37981 \begin_layout Standard
37982 Les boîtes peuvent être combinée dans n'importe quel ordre.
37983  Par exemple voici une
37984 \family sans
37985  BoîteMiroir
37986 \family default
37987  
37988 \family sans
37989 dans une BoîteRetaillée 
37990 \family default
37991 qui est à son tour dans une 
37992 \family sans
37993 BoîtePivotée
37994 \family default
37995 :
37996 \end_layout
37997
37998 \begin_layout Standard
37999 \noindent
38000 \align center
38001 \begin_inset Flex Rotatebox
38002 status open
38003
38004 \begin_layout Plain Layout
38005 \begin_inset Argument 1
38006 status open
38007
38008 \begin_layout Plain Layout
38009 origin=c
38010 \end_layout
38011
38012 \end_inset
38013
38014
38015 \begin_inset Argument 2
38016 status open
38017
38018 \begin_layout Plain Layout
38019 -45
38020 \end_layout
38021
38022 \end_inset
38023
38024
38025 \begin_inset Flex Resizebox
38026 status open
38027
38028 \begin_layout Plain Layout
38029 \begin_inset Argument 1
38030 status open
38031
38032 \begin_layout Plain Layout
38033 2cm
38034 \end_layout
38035
38036 \end_inset
38037
38038
38039 \begin_inset Flex Reflectbox
38040 status open
38041
38042 \begin_layout Plain Layout
38043 Bonjour
38044 \end_layout
38045
38046 \end_inset
38047
38048
38049 \end_layout
38050
38051 \end_inset
38052
38053
38054 \end_layout
38055
38056 \end_inset
38057
38058
38059 \end_layout
38060
38061 \begin_layout Standard
38062 \noindent
38063 Les images, les tableaux et les formules sont autorisées comme contenu de
38064  boîte :
38065 \end_layout
38066
38067 \begin_layout Standard
38068 \noindent
38069 \align center
38070 \begin_inset Flex Resizebox
38071 status open
38072
38073 \begin_layout Plain Layout
38074 \begin_inset Argument 1
38075 status open
38076
38077 \begin_layout Plain Layout
38078 2cm
38079 \end_layout
38080
38081 \end_inset
38082
38083
38084 \begin_inset Flex Reflectbox
38085 status open
38086
38087 \begin_layout Plain Layout
38088 \begin_inset Graphics
38089         filename ../clipart/platypus.eps
38090         lyxscale 50
38091         width 25col%
38092
38093 \end_inset
38094
38095
38096 \end_layout
38097
38098 \end_inset
38099
38100
38101 \end_layout
38102
38103 \end_inset
38104
38105  
38106 \begin_inset Flex Resizebox
38107 status open
38108
38109 \begin_layout Plain Layout
38110 \begin_inset Argument 1
38111 status open
38112
38113 \begin_layout Plain Layout
38114 2cm
38115 \end_layout
38116
38117 \end_inset
38118
38119
38120 \begin_inset Flex Reflectbox
38121 status open
38122
38123 \begin_layout Plain Layout
38124 \begin_inset Tabular
38125 <lyxtabular version="3" rows="2" columns="2">
38126 <features tabularvalignment="middle">
38127 <column alignment="center" valignment="top">
38128 <column alignment="center" valignment="top">
38129 <row>
38130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38131 \begin_inset Text
38132
38133 \begin_layout Plain Layout
38134 q
38135 \end_layout
38136
38137 \end_inset
38138 </cell>
38139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38140 \begin_inset Text
38141
38142 \begin_layout Plain Layout
38143 w
38144 \end_layout
38145
38146 \end_inset
38147 </cell>
38148 </row>
38149 <row>
38150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38151 \begin_inset Text
38152
38153 \begin_layout Plain Layout
38154 e
38155 \end_layout
38156
38157 \end_inset
38158 </cell>
38159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38160 \begin_inset Text
38161
38162 \begin_layout Plain Layout
38163 r
38164 \end_layout
38165
38166 \end_inset
38167 </cell>
38168 </row>
38169 </lyxtabular>
38170
38171 \end_inset
38172
38173
38174 \end_layout
38175
38176 \end_inset
38177
38178
38179 \end_layout
38180
38181 \end_inset
38182
38183  
38184 \begin_inset Flex Resizebox
38185 status open
38186
38187 \begin_layout Plain Layout
38188 \begin_inset Argument 1
38189 status open
38190
38191 \begin_layout Plain Layout
38192 3cm
38193 \end_layout
38194
38195 \end_inset
38196
38197
38198 \begin_inset Flex Reflectbox
38199 status open
38200
38201 \begin_layout Plain Layout
38202 \begin_inset Formula $\int A\,\mathrm{d}x=B$
38203 \end_inset
38204
38205
38206 \end_layout
38207
38208 \end_inset
38209
38210
38211 \end_layout
38212
38213 \end_inset
38214
38215
38216 \begin_inset Index idx
38217 status collapsed
38218
38219 \begin_layout Plain Layout
38220 Figures ! Redimensionnées
38221 \end_layout
38222
38223 \end_inset
38224
38225
38226 \begin_inset Index idx
38227 status collapsed
38228
38229 \begin_layout Plain Layout
38230 Tableau ! Redimensionner
38231 \end_layout
38232
38233 \end_inset
38234
38235
38236 \end_layout
38237
38238 \begin_layout Standard
38239 Quand on utilise le style global de formule 
38240 \series bold
38241 fleqn
38242 \series default
38243  dans le document
38244 \begin_inset Foot
38245 status collapsed
38246
38247 \begin_layout Plain Layout
38248 Quand 
38249 \begin_inset Quotes fld
38250 \end_inset
38251
38252 fleqn
38253 \begin_inset Quotes frd
38254 \end_inset
38255
38256  est ajouté aux options de la classe de document.
38257 \end_layout
38258
38259 \end_inset
38260
38261 , les formules hors texte peuvent aussi être redimensionnées.
38262 \end_layout
38263
38264 \begin_layout Chapter
38265 Objets entourés par du texte
38266 \begin_inset Index idx
38267 status collapsed
38268
38269 \begin_layout Plain Layout
38270 Entourés par du texte
38271 \end_layout
38272
38273 \end_inset
38274
38275
38276 \end_layout
38277
38278 \begin_layout Section
38279 Flottant d'enrobage
38280 \begin_inset CommandInset label
38281 LatexCommand label
38282 name "sec:Flottant-d'enrobage"
38283
38284 \end_inset
38285
38286
38287 \begin_inset Index idx
38288 status collapsed
38289
38290 \begin_layout Plain Layout
38291 Flottants ! Flottants d'enrobage
38292 \end_layout
38293
38294 \end_inset
38295
38296
38297 \begin_inset Index idx
38298 status collapsed
38299
38300 \begin_layout Plain Layout
38301 Entourés par du texte ! Flottants d'enrobage
38302 \end_layout
38303
38304 \end_inset
38305
38306
38307 \end_layout
38308
38309 \begin_layout Standard
38310 \begin_inset Wrap figure
38311 lines 0
38312 placement l
38313 overhang 1cm
38314 width "40col%"
38315 status open
38316
38317 \begin_layout Plain Layout
38318 \begin_inset Graphics
38319         filename ../clipart/mobius.eps
38320         width 40col%
38321         scaleBeforeRotation
38322         rotateOrigin center
38323
38324 \end_inset
38325
38326
38327 \end_layout
38328
38329 \begin_layout Plain Layout
38330 \begin_inset Caption Standard
38331
38332 \begin_layout Plain Layout
38333 \begin_inset CommandInset label
38334 LatexCommand label
38335 name "fig:Figure-enrobée"
38336
38337 \end_inset
38338
38339 Ceci est une figure habillée.
38340 \end_layout
38341
38342 \end_inset
38343
38344
38345 \end_layout
38346
38347 \end_inset
38348
38349  Ce type de flottant est utilisé quand on veut que le texte habille la figure
38350  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
38351  Vous pouvez en insérer un en utilisant le menu 
38352 \family sans
38353 Insertion\SpecialChar menuseparator
38354 Flottant\SpecialChar menuseparator
38355 Flottant
38356 \begin_inset space ~
38357 \end_inset
38358
38359 d'enrobage
38360 \family default
38361  à la condition que le paquetage \SpecialChar LaTeX
38362  
38363 \series bold
38364 wrapfig
38365 \series default
38366
38367 \begin_inset Index idx
38368 status collapsed
38369
38370 \begin_layout Plain Layout
38371 Paquetages \SpecialChar LaTeX
38372  ! wrapfig
38373 \end_layout
38374
38375 \end_inset
38376
38377  soit installé.
38378 \begin_inset Foot
38379 status collapsed
38380
38381 \begin_layout Plain Layout
38382 Voyez dans la manuel 
38383 \emph on
38384 Configuration
38385 \begin_inset space ~
38386 \end_inset
38387
38388 \SpecialChar LaTeX
38389  
38390 \emph default
38391 comment installer des paquetages \SpecialChar LaTeX
38392 .
38393 \end_layout
38394
38395 \end_inset
38396
38397  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
38398  sur la boîte du flottant.
38399  Les paramètres obligatoires sont l'
38400 \family sans
38401 Emplacement
38402 \family default
38403  et la 
38404 \family sans
38405 Largeur
38406 \family default
38407 .
38408  Les paramètres facultatifs sont le 
38409 \family sans
38410 Débordement
38411 \family default
38412  qui précise de combien le flottant déborde sur la marge du paragraphe ou
38413  de la page et la 
38414 \family sans
38415 Porté de la ligne
38416 \family default
38417  qui précise le nombre approximatif de lignes dont le flottant va avoir
38418  besoin.
38419  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
38420  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
38421  Vous pouvez aussi décider si vous autorisez \SpecialChar LaTeX
38422  à faire flotter le flottant
38423  à l'intérieur du paragraphe ou vers les autres paragraphes.
38424  La figure
38425 \begin_inset space ~
38426 \end_inset
38427
38428
38429 \begin_inset CommandInset ref
38430 LatexCommand ref
38431 reference "fig:Figure-enrobée"
38432
38433 \end_inset
38434
38435  est un exemple de flottant d'enrobage avec une largeur de 40
38436 \begin_inset space \thinspace{}
38437 \end_inset
38438
38439 col%, un débordement de 1
38440 \begin_inset space \thinspace{}
38441 \end_inset
38442
38443 cm et placé à gauche.
38444 \end_layout
38445
38446 \begin_layout Standard
38447 \begin_inset Note Greyedout
38448 status open
38449
38450 \begin_layout Plain Layout
38451
38452 \series bold
38453 Note:
38454 \series default
38455  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
38456  figure trop près du bas de page peut tout chambouler et faire que le flottant
38457  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
38458  de texte.
38459 \end_layout
38460
38461 \end_inset
38462
38463
38464 \end_layout
38465
38466 \begin_layout Standard
38467 En général:
38468 \end_layout
38469
38470 \begin_layout Itemize
38471 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
38472  qui risquent de passer à la page suivante.
38473  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
38474  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
38475  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
38476  de page.
38477 \end_layout
38478
38479 \begin_layout Itemize
38480 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
38481  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
38482 e.
38483 \end_layout
38484
38485 \begin_layout Itemize
38486 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
38487  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
38488  texte entre les deux, comme séparateur.
38489 \end_layout
38490
38491 \begin_layout Itemize
38492 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
38493  ou les tableaux.
38494 \end_layout
38495
38496 \begin_layout Itemize
38497 Leur numérotation et leur référencement fonctionnent comme décrit dans le
38498  chapitre
38499 \begin_inset space ~
38500 \end_inset
38501
38502
38503 \begin_inset CommandInset ref
38504 LatexCommand ref
38505 reference "chap:Flottants"
38506
38507 \end_inset
38508
38509 .
38510 \end_layout
38511
38512 \begin_layout Section
38513 Objets fixes entourés par du texte
38514 \begin_inset Index idx
38515 status collapsed
38516
38517 \begin_layout Plain Layout
38518 Entouré par du texte ! Objets fixes
38519 \end_layout
38520
38521 \end_inset
38522
38523
38524 \end_layout
38525
38526 \begin_layout Standard
38527 Les flottants d'enrobage décrits dans la section
38528 \begin_inset space \thinspace{}
38529 \end_inset
38530
38531
38532 \begin_inset CommandInset ref
38533 LatexCommand ref
38534 reference "sec:Flottant-d'enrobage"
38535
38536 \end_inset
38537
38538  prennent les positions suivantes dans le paragraphe :
38539 \end_layout
38540
38541 \begin_layout Standard
38542 \noindent
38543 \align center
38544 \begin_inset Tabular
38545 <lyxtabular version="3" rows="2" columns="2">
38546 <features tabularvalignment="middle">
38547 <column alignment="center" valignment="top">
38548 <column alignment="center" valignment="top">
38549 <row>
38550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38551 \begin_inset Text
38552
38553 \begin_layout Plain Layout
38554 \begin_inset Info
38555 type  "icon"
38556 arg   "dialog-show-new-inset graphics"
38557 \end_inset
38558
38559
38560 \end_layout
38561
38562 \end_inset
38563 </cell>
38564 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38565 \begin_inset Text
38566
38567 \begin_layout Plain Layout
38568 texte
38569 \end_layout
38570
38571 \end_inset
38572 </cell>
38573 </row>
38574 <row>
38575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38576 \begin_inset Text
38577
38578 \begin_layout Plain Layout
38579 texte
38580 \end_layout
38581
38582 \end_inset
38583 </cell>
38584 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38585 \begin_inset Text
38586
38587 \begin_layout Plain Layout
38588 texte
38589 \end_layout
38590
38591 \end_inset
38592 </cell>
38593 </row>
38594 </lyxtabular>
38595
38596 \end_inset
38597
38598  ou 
38599 \begin_inset Tabular
38600 <lyxtabular version="3" rows="2" columns="2">
38601 <features tabularvalignment="middle">
38602 <column alignment="center" valignment="top">
38603 <column alignment="center" valignment="top">
38604 <row>
38605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38606 \begin_inset Text
38607
38608 \begin_layout Plain Layout
38609 texte
38610 \end_layout
38611
38612 \end_inset
38613 </cell>
38614 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38615 \begin_inset Text
38616
38617 \begin_layout Plain Layout
38618 \begin_inset Info
38619 type  "icon"
38620 arg   "dialog-show-new-inset graphics"
38621 \end_inset
38622
38623
38624 \end_layout
38625
38626 \end_inset
38627 </cell>
38628 </row>
38629 <row>
38630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38631 \begin_inset Text
38632
38633 \begin_layout Plain Layout
38634 texte
38635 \end_layout
38636
38637 \end_inset
38638 </cell>
38639 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38640 \begin_inset Text
38641
38642 \begin_layout Plain Layout
38643 texte
38644 \end_layout
38645
38646 \end_inset
38647 </cell>
38648 </row>
38649 </lyxtabular>
38650
38651 \end_inset
38652
38653
38654 \end_layout
38655
38656 \begin_layout Standard
38657 Pour avoir un objet exactement à la position à laquelle il a été inséré,
38658  par exemple pour avoir une de ces positions :
38659 \begin_inset VSpace defskip
38660 \end_inset
38661
38662
38663 \end_layout
38664
38665 \begin_layout Standard
38666 \noindent
38667 \align center
38668 \begin_inset Tabular
38669 <lyxtabular version="3" rows="2" columns="2">
38670 <features tabularvalignment="middle">
38671 <column alignment="center" valignment="top">
38672 <column alignment="center" valignment="top">
38673 <row>
38674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38675 \begin_inset Text
38676
38677 \begin_layout Plain Layout
38678 texte
38679 \end_layout
38680
38681 \end_inset
38682 </cell>
38683 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38684 \begin_inset Text
38685
38686 \begin_layout Plain Layout
38687 texte
38688 \end_layout
38689
38690 \end_inset
38691 </cell>
38692 </row>
38693 <row>
38694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38695 \begin_inset Text
38696
38697 \begin_layout Plain Layout
38698 \begin_inset Info
38699 type  "icon"
38700 arg   "dialog-show-new-inset graphics"
38701 \end_inset
38702
38703
38704 \end_layout
38705
38706 \end_inset
38707 </cell>
38708 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38709 \begin_inset Text
38710
38711 \begin_layout Plain Layout
38712 texte
38713 \end_layout
38714
38715 \end_inset
38716 </cell>
38717 </row>
38718 </lyxtabular>
38719
38720 \end_inset
38721
38722  
38723 \begin_inset Tabular
38724 <lyxtabular version="3" rows="2" columns="2">
38725 <features tabularvalignment="middle">
38726 <column alignment="center" valignment="top">
38727 <column alignment="center" valignment="top">
38728 <row>
38729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38730 \begin_inset Text
38731
38732 \begin_layout Plain Layout
38733 texte
38734 \end_layout
38735
38736 \end_inset
38737 </cell>
38738 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38739 \begin_inset Text
38740
38741 \begin_layout Plain Layout
38742 texte
38743 \end_layout
38744
38745 \end_inset
38746 </cell>
38747 </row>
38748 <row>
38749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38750 \begin_inset Text
38751
38752 \begin_layout Plain Layout
38753 texte
38754 \end_layout
38755
38756 \end_inset
38757 </cell>
38758 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38759 \begin_inset Text
38760
38761 \begin_layout Plain Layout
38762 \begin_inset Info
38763 type  "icon"
38764 arg   "dialog-show-new-inset graphics"
38765 \end_inset
38766
38767
38768 \end_layout
38769
38770 \end_inset
38771 </cell>
38772 </row>
38773 </lyxtabular>
38774
38775 \end_inset
38776
38777  
38778 \begin_inset Tabular
38779 <lyxtabular version="3" rows="2" columns="3">
38780 <features tabularvalignment="middle">
38781 <column alignment="center" valignment="top">
38782 <column alignment="center" valignment="top">
38783 <column alignment="center" valignment="top">
38784 <row>
38785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38786 \begin_inset Text
38787
38788 \begin_layout Plain Layout
38789 texte
38790 \end_layout
38791
38792 \end_inset
38793 </cell>
38794 <cell alignment="center" valignment="top" topline="true" usebox="none">
38795 \begin_inset Text
38796
38797 \begin_layout Plain Layout
38798 \begin_inset Info
38799 type  "icon"
38800 arg   "dialog-show-new-inset graphics"
38801 \end_inset
38802
38803
38804 \end_layout
38805
38806 \end_inset
38807 </cell>
38808 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38809 \begin_inset Text
38810
38811 \begin_layout Plain Layout
38812 texte
38813 \end_layout
38814
38815 \end_inset
38816 </cell>
38817 </row>
38818 <row>
38819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38820 \begin_inset Text
38821
38822 \begin_layout Plain Layout
38823 texte
38824 \end_layout
38825
38826 \end_inset
38827 </cell>
38828 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38829 \begin_inset Text
38830
38831 \begin_layout Plain Layout
38832 texte
38833 \end_layout
38834
38835 \end_inset
38836 </cell>
38837 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38838 \begin_inset Text
38839
38840 \begin_layout Plain Layout
38841 texte
38842 \end_layout
38843
38844 \end_inset
38845 </cell>
38846 </row>
38847 </lyxtabular>
38848
38849 \end_inset
38850
38851  
38852 \begin_inset Tabular
38853 <lyxtabular version="3" rows="2" columns="3">
38854 <features tabularvalignment="middle">
38855 <column alignment="center" valignment="top">
38856 <column alignment="center" valignment="top">
38857 <column alignment="center" valignment="top">
38858 <row>
38859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38860 \begin_inset Text
38861
38862 \begin_layout Plain Layout
38863 texte
38864 \end_layout
38865
38866 \end_inset
38867 </cell>
38868 <cell alignment="center" valignment="top" topline="true" usebox="none">
38869 \begin_inset Text
38870
38871 \begin_layout Plain Layout
38872 texte
38873 \end_layout
38874
38875 \end_inset
38876 </cell>
38877 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38878 \begin_inset Text
38879
38880 \begin_layout Plain Layout
38881 texte
38882 \end_layout
38883
38884 \end_inset
38885 </cell>
38886 </row>
38887 <row>
38888 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38889 \begin_inset Text
38890
38891 \begin_layout Plain Layout
38892 texte
38893 \end_layout
38894
38895 \end_inset
38896 </cell>
38897 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38898 \begin_inset Text
38899
38900 \begin_layout Plain Layout
38901 \begin_inset Info
38902 type  "icon"
38903 arg   "dialog-show-new-inset graphics"
38904 \end_inset
38905
38906
38907 \end_layout
38908
38909 \end_inset
38910 </cell>
38911 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38912 \begin_inset Text
38913
38914 \begin_layout Plain Layout
38915 texte
38916 \end_layout
38917
38918 \end_inset
38919 </cell>
38920 </row>
38921 </lyxtabular>
38922
38923 \end_inset
38924
38925
38926 \end_layout
38927
38928 \begin_layout Standard
38929 \noindent
38930 \align center
38931 \begin_inset Tabular
38932 <lyxtabular version="3" rows="3" columns="2">
38933 <features tabularvalignment="middle">
38934 <column alignment="center" valignment="top">
38935 <column alignment="center" valignment="top">
38936 <row>
38937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38938 \begin_inset Text
38939
38940 \begin_layout Plain Layout
38941 texte
38942 \end_layout
38943
38944 \end_inset
38945 </cell>
38946 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38947 \begin_inset Text
38948
38949 \begin_layout Plain Layout
38950 texte
38951 \end_layout
38952
38953 \end_inset
38954 </cell>
38955 </row>
38956 <row>
38957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38958 \begin_inset Text
38959
38960 \begin_layout Plain Layout
38961 \begin_inset Info
38962 type  "icon"
38963 arg   "dialog-show-new-inset graphics"
38964 \end_inset
38965
38966
38967 \end_layout
38968
38969 \end_inset
38970 </cell>
38971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38972 \begin_inset Text
38973
38974 \begin_layout Plain Layout
38975 texte
38976 \end_layout
38977
38978 \end_inset
38979 </cell>
38980 </row>
38981 <row>
38982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38983 \begin_inset Text
38984
38985 \begin_layout Plain Layout
38986 texte
38987 \end_layout
38988
38989 \end_inset
38990 </cell>
38991 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38992 \begin_inset Text
38993
38994 \begin_layout Plain Layout
38995 texte
38996 \end_layout
38997
38998 \end_inset
38999 </cell>
39000 </row>
39001 </lyxtabular>
39002
39003 \end_inset
39004
39005  
39006 \begin_inset Tabular
39007 <lyxtabular version="3" rows="3" columns="3">
39008 <features tabularvalignment="middle">
39009 <column alignment="center" valignment="top">
39010 <column alignment="center" valignment="top">
39011 <column alignment="center" valignment="top">
39012 <row>
39013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39014 \begin_inset Text
39015
39016 \begin_layout Plain Layout
39017 texte
39018 \end_layout
39019
39020 \end_inset
39021 </cell>
39022 <cell alignment="center" valignment="top" topline="true" usebox="none">
39023 \begin_inset Text
39024
39025 \begin_layout Plain Layout
39026 texte
39027 \end_layout
39028
39029 \end_inset
39030 </cell>
39031 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39032 \begin_inset Text
39033
39034 \begin_layout Plain Layout
39035 texte
39036 \end_layout
39037
39038 \end_inset
39039 </cell>
39040 </row>
39041 <row>
39042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39043 \begin_inset Text
39044
39045 \begin_layout Plain Layout
39046 texte
39047 \end_layout
39048
39049 \end_inset
39050 </cell>
39051 <cell alignment="center" valignment="top" usebox="none">
39052 \begin_inset Text
39053
39054 \begin_layout Plain Layout
39055 \begin_inset Info
39056 type  "icon"
39057 arg   "dialog-show-new-inset graphics"
39058 \end_inset
39059
39060
39061 \end_layout
39062
39063 \end_inset
39064 </cell>
39065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39066 \begin_inset Text
39067
39068 \begin_layout Plain Layout
39069 texte
39070 \end_layout
39071
39072 \end_inset
39073 </cell>
39074 </row>
39075 <row>
39076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39077 \begin_inset Text
39078
39079 \begin_layout Plain Layout
39080 texte
39081 \end_layout
39082
39083 \end_inset
39084 </cell>
39085 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39086 \begin_inset Text
39087
39088 \begin_layout Plain Layout
39089 texte
39090 \end_layout
39091
39092 \end_inset
39093 </cell>
39094 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39095 \begin_inset Text
39096
39097 \begin_layout Plain Layout
39098 texte
39099 \end_layout
39100
39101 \end_inset
39102 </cell>
39103 </row>
39104 </lyxtabular>
39105
39106 \end_inset
39107
39108  
39109 \begin_inset Tabular
39110 <lyxtabular version="3" rows="3" columns="2">
39111 <features tabularvalignment="middle">
39112 <column alignment="center" valignment="top">
39113 <column alignment="center" valignment="top">
39114 <row>
39115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39116 \begin_inset Text
39117
39118 \begin_layout Plain Layout
39119 texte
39120 \end_layout
39121
39122 \end_inset
39123 </cell>
39124 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39125 \begin_inset Text
39126
39127 \begin_layout Plain Layout
39128 texte
39129 \end_layout
39130
39131 \end_inset
39132 </cell>
39133 </row>
39134 <row>
39135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39136 \begin_inset Text
39137
39138 \begin_layout Plain Layout
39139 texte
39140 \end_layout
39141
39142 \end_inset
39143 </cell>
39144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39145 \begin_inset Text
39146
39147 \begin_layout Plain Layout
39148 \begin_inset Info
39149 type  "icon"
39150 arg   "dialog-show-new-inset graphics"
39151 \end_inset
39152
39153
39154 \end_layout
39155
39156 \end_inset
39157 </cell>
39158 </row>
39159 <row>
39160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39161 \begin_inset Text
39162
39163 \begin_layout Plain Layout
39164 texte
39165 \end_layout
39166
39167 \end_inset
39168 </cell>
39169 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39170 \begin_inset Text
39171
39172 \begin_layout Plain Layout
39173 texte
39174 \end_layout
39175
39176 \end_inset
39177 </cell>
39178 </row>
39179 </lyxtabular>
39180
39181 \end_inset
39182
39183
39184 \end_layout
39185
39186 \begin_layout Standard
39187 vous pouvez utiliser la paquetage \SpecialChar LaTeX
39188  
39189 \end_layout
39190
39191 \begin_layout Standard
39192 \noindent
39193
39194 \series bold
39195 picinpar
39196 \series default
39197
39198 \begin_inset Index idx
39199 status collapsed
39200
39201 \begin_layout Plain Layout
39202 Paquetages \SpecialChar LaTeX
39203  ! picinpar
39204 \end_layout
39205
39206 \end_inset
39207
39208 .
39209  Voici un exemple :
39210 \end_layout
39211
39212 \begin_layout Standard
39213 \begin_inset ERT
39214 status collapsed
39215
39216 \begin_layout Plain Layout
39217
39218
39219 \backslash
39220 ifpicinpar
39221 \end_layout
39222
39223 \end_inset
39224
39225
39226 \begin_inset Note Note
39227 status open
39228
39229 \begin_layout Plain Layout
39230 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
39231  
39232 \series bold
39233 picinpar
39234 \series default
39235  a été installé.
39236 \end_layout
39237
39238 \end_inset
39239
39240
39241 \end_layout
39242
39243 \begin_layout Standard
39244 \begin_inset ERT
39245 status collapsed
39246
39247 \begin_layout Plain Layout
39248
39249
39250 \backslash
39251 begin{window}[2,c,{
39252 \end_layout
39253
39254 \end_inset
39255
39256
39257 \begin_inset Graphics
39258         filename ../clipart/mobius.eps
39259         lyxscale 60
39260         width 40col%
39261         scaleBeforeRotation
39262         rotateOrigin center
39263
39264 \end_inset
39265
39266
39267 \begin_inset ERT
39268 status collapsed
39269
39270 \begin_layout Plain Layout
39271
39272 },]
39273 \end_layout
39274
39275 \begin_layout Plain Layout
39276
39277 {}
39278 \end_layout
39279
39280 \end_inset
39281
39282
39283 \size small
39284 \lang english
39285 It was in the spring of the year 1894 that all London was interested, and
39286  the fashionable world dismayed, by the murder of the Honourable Ronald
39287  Adair under most unusual and inexplicable circumstances.
39288  The public has already learned those particulars of the crime which
39289 \size default
39290
39291 \begin_inset ERT
39292 status collapsed
39293
39294 \begin_layout Plain Layout
39295
39296
39297 \backslash
39298 footnotemark{}
39299 \end_layout
39300
39301 \end_inset
39302
39303
39304 \size small
39305  came out in the police investigation, but a good deal was suppressed upon
39306  that occasion, since the case for the prosecution was so overwhelmingly
39307  strong that it was not necessary to bring forward all the facts.
39308  Only now, at the end of nearly ten years, am I allowed to supply those
39309  missing links which make up the whole of that remarkable chain
39310 \lang french
39311 .
39312 \size default
39313
39314 \begin_inset ERT
39315 status collapsed
39316
39317 \begin_layout Plain Layout
39318
39319
39320 \backslash
39321 end{window}
39322 \end_layout
39323
39324 \end_inset
39325
39326
39327 \end_layout
39328
39329 \begin_layout Standard
39330 \begin_inset ERT
39331 status collapsed
39332
39333 \begin_layout Plain Layout
39334
39335
39336 \backslash
39337 footnotetext{
39338 \end_layout
39339
39340 \end_inset
39341
39342 Note de pied de page du paragraphe avec objet fixe.
39343 \begin_inset ERT
39344 status collapsed
39345
39346 \begin_layout Plain Layout
39347
39348 }
39349 \end_layout
39350
39351 \end_inset
39352
39353
39354 \end_layout
39355
39356 \begin_layout Standard
39357 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
39358  d'eux et leur position est déterminée par le nombre de lignes de texte
39359  situées audessus d'eux.
39360  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
39361  numérotée.
39362 \end_layout
39363
39364 \begin_layout Standard
39365 Un objet fixe enrobé est inséré en ajoutant la commande
39366 \end_layout
39367
39368 \begin_layout Standard
39369
39370 \series bold
39371
39372 \backslash
39373 begin{window}[2,c,{
39374 \end_layout
39375
39376 \begin_layout Standard
39377 en code \SpecialChar TeX
39378  au debut du paragraphe.
39379  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
39380  dessus de l'objet, le second, ici 'c', la position de l'objet.
39381  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
39382  ) sont possibles.
39383  Après la commande, vous insérez votre objet.
39384  Dans cet exemple, c'est une image avec une largeur de 40
39385 \begin_inset space \thinspace{}
39386 \end_inset
39387
39388 % de la colonne de texte qui a été insérée.
39389  L'objet peut aussi être un tableau, une boîte ou une équation.
39390  Après l'objet, on insère la commande
39391 \end_layout
39392
39393 \begin_layout Standard
39394
39395 \series bold
39396 },texte de description ]
39397 \begin_inset Newline newline
39398 \end_inset
39399
39400 {}
39401 \end_layout
39402
39403 \begin_layout Standard
39404 Notez que le 
39405 \begin_inset Quotes fld
39406 \end_inset
39407
39408
39409 \series bold
39410 {}
39411 \series default
39412
39413 \begin_inset Quotes frd
39414 \end_inset
39415
39416  est sur la deuxième ligne.
39417  Le texte de description est facultatif.
39418  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
39419  il doit donc commence juste après le 
39420 \series bold
39421 {}
39422 \series default
39423 .
39424  A la fin du paragraphe on insère la commande :
39425 \end_layout
39426
39427 \begin_layout Standard
39428
39429 \series bold
39430
39431 \backslash
39432 end{window}
39433 \end_layout
39434
39435 \begin_layout Standard
39436 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
39437  ajouter des notes de pied de page de la façon habituelle.
39438  Vous devez utiliser la commande 
39439 \series bold
39440
39441 \backslash
39442 footnotemark
39443 \series default
39444  à l'intérieur du paragraphe et la commande 
39445 \series bold
39446
39447 \backslash
39448 footnotetext
39449 \series default
39450  à l'extérieur, comme décrit dans la section
39451 \begin_inset space \thinspace{}
39452 \end_inset
39453
39454
39455 \begin_inset CommandInset ref
39456 LatexCommand ref
39457 reference "sec:Notes-bas-de-page"
39458
39459 \end_inset
39460
39461 .
39462 \end_layout
39463
39464 \begin_layout Standard
39465 \begin_inset ERT
39466 status collapsed
39467
39468 \begin_layout Plain Layout
39469
39470
39471 \backslash
39472 else
39473 \end_layout
39474
39475 \end_inset
39476
39477
39478 \begin_inset Note Note
39479 status open
39480
39481 \begin_layout Plain Layout
39482 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
39483  
39484 \series bold
39485 picinpar
39486 \series default
39487  n'est pas installé :
39488 \end_layout
39489
39490 \end_inset
39491
39492
39493 \end_layout
39494
39495 \begin_layout Standard
39496 Vous devez installer le paquetage \SpecialChar LaTeX
39497  
39498 \series bold
39499 picinpar
39500 \series default
39501  pour voir la suite de cette section dans la sortie imprimée.
39502 \end_layout
39503
39504 \begin_layout Standard
39505 \begin_inset ERT
39506 status collapsed
39507
39508 \begin_layout Plain Layout
39509
39510
39511 \backslash
39512 fi
39513 \end_layout
39514
39515 \end_inset
39516
39517
39518 \end_layout
39519
39520 \begin_layout Section
39521 Lettrines
39522 \begin_inset Index idx
39523 status collapsed
39524
39525 \begin_layout Plain Layout
39526 Lettrines
39527 \end_layout
39528
39529 \end_inset
39530
39531
39532 \begin_inset Index idx
39533 status collapsed
39534
39535 \begin_layout Plain Layout
39536 Entouré par du texte ! Lettrines
39537 \end_layout
39538
39539 \end_inset
39540
39541
39542 \end_layout
39543
39544 \begin_layout Standard
39545 Pour utiliser des lettrines, le paquetage \SpecialChar LaTeX
39546  
39547 \series bold
39548 lettrine
39549 \series default
39550
39551 \begin_inset Index idx
39552 status collapsed
39553
39554 \begin_layout Plain Layout
39555 Paquetages \SpecialChar LaTeX
39556  ! lettrine
39557 \end_layout
39558
39559 \end_inset
39560
39561  doit être installé et vous devez utiliser le module Initiales (
39562 \begin_inset space ~
39563 \end_inset
39564
39565 menu 
39566 \family sans
39567 Document\SpecialChar menuseparator
39568 Paramètres\SpecialChar menuseparator
39569 Modules
39570 \family default
39571
39572 \begin_inset space ~
39573 \end_inset
39574
39575 ).
39576  Pour insérer une lettrine, utilisez le style 
39577 \family sans
39578 Initial
39579 \family default
39580 .
39581  Les paramètres sont insérés avec le menu 
39582 \family sans
39583 Insertion
39584 \family default
39585 .
39586  Le paramètre obligatoire 
39587 \family sans
39588 \lang english
39589 Initial
39590 \family default
39591 \lang french
39592  contient la/les lettre(s) qui sert d'initiale, le paramètre 
39593 \family sans
39594 \lang english
39595 Rest
39596 \begin_inset space ~
39597 \end_inset
39598
39599 of
39600 \begin_inset space ~
39601 \end_inset
39602
39603 Initial
39604 \family default
39605  
39606 \lang french
39607 contient
39608 \lang english
39609  the rest of the word or text of the initial letter(s)
39610 \lang french
39611 .
39612  Le paramètre 
39613 \family sans
39614 \lang english
39615 Options
39616 \family default
39617 \lang french
39618  contient paramètres pour modifier la lettrine.
39619  Pour plus d'informations sur les paramètres possibles, voyez la documentation
39620  du paquetage 
39621 \series bold
39622 lettrine
39623 \series default
39624
39625 \begin_inset CommandInset citation
39626 LatexCommand cite
39627 key "lettrine"
39628
39629 \end_inset
39630
39631 .
39632  Le style lui-même contient le texte qui doit entourer la lettrine.
39633  Le style habituel est par conséquent que le mot dont la première lettre
39634  est l'initiale soit en 
39635 \shape smallcaps
39636 petites capitales
39637 \shape default
39638 .
39639 \end_layout
39640
39641 \begin_layout Standard
39642 \begin_inset Newpage pagebreak
39643 \end_inset
39644
39645
39646 \end_layout
39647
39648 \begin_layout Standard
39649 Voici quelques exemples
39650 \begin_inset space ~
39651 \end_inset
39652
39653 :
39654 \end_layout
39655
39656 \begin_layout Standard
39657 \begin_inset ERT
39658 status collapsed
39659
39660 \begin_layout Plain Layout
39661
39662
39663 \backslash
39664 iflettrine
39665 \end_layout
39666
39667 \end_inset
39668
39669
39670 \begin_inset Note Note
39671 status open
39672
39673 \begin_layout Plain Layout
39674 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
39675  
39676 \series bold
39677 lettrine
39678 \series default
39679  a été installé.
39680 \end_layout
39681
39682 \end_inset
39683
39684
39685 \end_layout
39686
39687 \begin_layout Enumerate
39688 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
39689  mathématique 
39690 \begin_inset Formula $\mathfrak{Fraktur}$
39691 \end_inset
39692
39693 :
39694 \end_layout
39695
39696 \begin_deeper
39697 \begin_layout Initial
39698 \begin_inset Argument 2
39699 status open
39700
39701 \begin_layout Plain Layout
39702 \begin_inset Formula $\mathfrak{I}$
39703 \end_inset
39704
39705
39706 \end_layout
39707
39708 \end_inset
39709
39710
39711 \begin_inset Argument 3
39712 status open
39713
39714 \begin_layout Plain Layout
39715 t
39716 \end_layout
39717
39718 \end_inset
39719
39720  
39721 \lang english
39722 was in the spring of the year 1894 that all London was interested, and the
39723  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39724  under most unusual and inexplicable circumstances.
39725  The public has already learned those particulars of the crime which came
39726  out in the police investigation, but a good deal was suppressed upon that
39727  occasion, since the case for the prosecution was so overwhelmingly strong
39728  that it was not necessary to bring forward all the facts.
39729 \end_layout
39730
39731 \end_deeper
39732 \begin_layout Enumerate
39733 L'initiale est entourée par une seule ligne et est formée de deux lettres
39734  dans la police standard ; aucun texte n'est écrit en petites capitales
39735 \begin_inset space ~
39736 \end_inset
39737
39738 :
39739 \end_layout
39740
39741 \begin_deeper
39742 \begin_layout Initial
39743 \begin_inset Argument 1
39744 status open
39745
39746 \begin_layout Plain Layout
39747 lines=1
39748 \end_layout
39749
39750 \end_inset
39751
39752
39753 \begin_inset Argument 2
39754 status open
39755
39756 \begin_layout Plain Layout
39757 It
39758 \end_layout
39759
39760 \end_inset
39761
39762  
39763 \lang english
39764 was in the spring of the year 1894 that all London was interested, and the
39765  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39766  under most unusual and inexplicable circumstances.
39767  The public has already learned those particulars of the crime which came
39768  out in the police investigation, but a good deal was suppressed upon that
39769  occasion, since the case for the prosecution was so overwhelmingly strong
39770  that it was not necessary to bring forward all the facts.
39771 \end_layout
39772
39773 \end_deeper
39774 \begin_layout Enumerate
39775 Initiale descendante sur 3
39776 \begin_inset space ~
39777 \end_inset
39778
39779 lignes en magenta en police mathématique
39780 \begin_inset Newline newline
39781 \end_inset
39782
39783
39784 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39785 \end_inset
39786
39787 , le texte 
39788 \begin_inset Quotes fld
39789 \end_inset
39790
39791
39792 \lang english
39793 t was in the spring
39794 \lang french
39795
39796 \begin_inset Quotes frd
39797 \end_inset
39798
39799  est en 
39800 \shape smallcaps
39801 petites capitales
39802 \shape default
39803  ; pour colorer la lettrine, il faut insérer la commande suivante juste
39804  avant l'initiale
39805 \begin_inset space ~
39806 \end_inset
39807
39808 :
39809 \begin_inset Newline newline
39810 \end_inset
39811
39812
39813 \series bold
39814
39815 \backslash
39816 renewcommand{
39817 \backslash
39818 LettrineFontHook}{
39819 \backslash
39820 color{couleur}}
39821 \series default
39822
39823 \begin_inset Newline newline
39824 \end_inset
39825
39826 où la 
39827 \emph on
39828 couleur
39829 \emph default
39830  peut être 
39831 \begin_inset Quotes fld
39832 \end_inset
39833
39834 red
39835 \begin_inset Quotes frd
39836 \end_inset
39837
39838
39839 \begin_inset Quotes fld
39840 \end_inset
39841
39842 blue
39843 \begin_inset Quotes frd
39844 \end_inset
39845
39846
39847 \begin_inset Quotes fld
39848 \end_inset
39849
39850 green
39851 \begin_inset Quotes frd
39852 \end_inset
39853
39854
39855 \begin_inset Quotes fld
39856 \end_inset
39857
39858 yellow
39859 \begin_inset Quotes frd
39860 \end_inset
39861
39862
39863 \begin_inset Quotes fld
39864 \end_inset
39865
39866 cyan
39867 \begin_inset Quotes frd
39868 \end_inset
39869
39870
39871 \begin_inset Quotes fld
39872 \end_inset
39873
39874 magenta
39875 \begin_inset Quotes frd
39876 \end_inset
39877
39878
39879 \begin_inset Quotes fld
39880 \end_inset
39881
39882 black
39883 \begin_inset Quotes frd
39884 \end_inset
39885
39886  ou 
39887 \begin_inset Quotes fld
39888 \end_inset
39889
39890 white
39891 \begin_inset Quotes frd
39892 \end_inset
39893
39894 .
39895  On doit aussi ajouter la commande suivante au préambule du document
39896 \begin_inset space ~
39897 \end_inset
39898
39899 :
39900 \begin_inset Newline newline
39901 \end_inset
39902
39903
39904 \series bold
39905
39906 \backslash
39907 @ifundefined{textcolor}
39908 \begin_inset Newline newline
39909 \end_inset
39910
39911
39912 \begin_inset space ~
39913 \end_inset
39914
39915 {
39916 \backslash
39917 usepackage{color}}{}
39918 \end_layout
39919
39920 \begin_deeper
39921 \begin_layout Standard
39922 \begin_inset ERT
39923 status collapsed
39924
39925 \begin_layout Plain Layout
39926
39927
39928 \backslash
39929 renewcommand{
39930 \backslash
39931 LettrineFontHook}{
39932 \backslash
39933 color{magenta}}
39934 \end_layout
39935
39936 \end_inset
39937
39938
39939 \begin_inset Note Note
39940 status collapsed
39941
39942 \begin_layout Plain Layout
39943 colore la lettrine en magenta
39944 \end_layout
39945
39946 \end_inset
39947
39948
39949 \end_layout
39950
39951 \begin_layout Initial
39952 \begin_inset Argument 1
39953 status open
39954
39955 \begin_layout Plain Layout
39956 lines=3, lhang=0.33, loversize=0.25
39957 \end_layout
39958
39959 \end_inset
39960
39961
39962 \begin_inset Argument 2
39963 status open
39964
39965 \begin_layout Plain Layout
39966 \begin_inset Formula $\mathcal{I}$
39967 \end_inset
39968
39969
39970 \end_layout
39971
39972 \end_inset
39973
39974
39975 \begin_inset Argument 3
39976 status open
39977
39978 \begin_layout Plain Layout
39979
39980 \lang english
39981 t was in the spring
39982 \end_layout
39983
39984 \end_inset
39985
39986
39987 \lang english
39988  of the year 1894 that all London was interested, and the fashionable world
39989  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39990  and inexplicable circumstances.
39991  The public has already learned those particulars of the crime which came
39992  out in the police investigation, but a good deal was suppressed upon that
39993  occasion, since the case for the prosecution was so overwhelmingly strong
39994  that it was not necessary to bring forward all the facts.
39995 \end_layout
39996
39997 \end_deeper
39998 \begin_layout Standard
39999 \begin_inset ERT
40000 status collapsed
40001
40002 \begin_layout Plain Layout
40003
40004
40005 \backslash
40006 else
40007 \end_layout
40008
40009 \end_inset
40010
40011
40012 \begin_inset Note Note
40013 status open
40014
40015 \begin_layout Plain Layout
40016 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
40017  
40018 \series bold
40019 lettrine
40020 \series default
40021  n'est pas installé :
40022 \end_layout
40023
40024 \end_inset
40025
40026
40027 \end_layout
40028
40029 \begin_layout Standard
40030 Vous devez installer le paquetage \SpecialChar LaTeX
40031  
40032 \series bold
40033 lettrine
40034 \series default
40035  pour voir la suite de cette section dans la sortie imprimée.
40036 \end_layout
40037
40038 \begin_layout Standard
40039 \begin_inset ERT
40040 status collapsed
40041
40042 \begin_layout Plain Layout
40043
40044
40045 \backslash
40046 fi
40047 \end_layout
40048
40049 \end_inset
40050
40051
40052 \end_layout
40053
40054 \begin_layout Chapter
40055 Trucs externes
40056 \begin_inset Index idx
40057 status collapsed
40058
40059 \begin_layout Plain Layout
40060 Trucs externes
40061 \end_layout
40062
40063 \end_inset
40064
40065
40066 \end_layout
40067
40068 \begin_layout Standard
40069 Avec le menu 
40070 \family sans
40071 Insertion\SpecialChar menuseparator
40072 Fichier
40073 \family default
40074  vous pouvez insérer un contenu externe à votre document.
40075  Ce contenu peut être :
40076 \end_layout
40077
40078 \begin_layout Description
40079 Document
40080 \begin_inset space ~
40081 \end_inset
40082
40083 \SpecialChar LyX
40084  Un autre document \SpecialChar LyX
40085  ; son contenu est directement inséré dans votre document.
40086 \end_layout
40087
40088 \begin_layout Description
40089 Texte
40090 \begin_inset space ~
40091 \end_inset
40092
40093 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
40094 e.
40095 \end_layout
40096
40097 \begin_layout Description
40098 Texte
40099 \begin_inset space ~
40100 \end_inset
40101
40102 Brut
40103 \begin_inset space ~
40104 \end_inset
40105
40106 par
40107 \begin_inset space ~
40108 \end_inset
40109
40110 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
40111  Les lignes vides créent un nouveau paragraphe dans votre document.
40112 \end_layout
40113
40114 \begin_layout Description
40115 Objet
40116 \begin_inset space ~
40117 \end_inset
40118
40119 Externe Fichiers de formats variés.
40120 \end_layout
40121
40122 \begin_layout Description
40123 Sous-document Documents \SpecialChar LyX
40124  ou \SpecialChar LaTeX
40125 .
40126 \end_layout
40127
40128 \begin_layout Section
40129 Objets externes 
40130 \begin_inset Index idx
40131 status collapsed
40132
40133 \begin_layout Plain Layout
40134 Trucs externes ! Objets Externes
40135 \end_layout
40136
40137 \end_inset
40138
40139
40140 \end_layout
40141
40142 \begin_layout Standard
40143 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
40144  de fichiers dans votre document sans avoir à convertir ces derniers en
40145  un format qui soit compatible avec le format de sortie, puisque c'est \SpecialChar LyX
40146
40147  qui va s'occuper des conversions.
40148  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
40149  \SpecialChar LyX
40150  des images dans des formats divers.
40151  Quand vous avez activé 
40152 \family sans
40153 Aperçu
40154 \begin_inset space ~
40155 \end_inset
40156
40157 sur
40158 \begin_inset space ~
40159 \end_inset
40160
40161 le
40162 \begin_inset space ~
40163 \end_inset
40164
40165 vif
40166 \family default
40167  dans le menu des préférences de \SpecialChar LyX
40168 , dans la rubrique 
40169 \family sans
40170 Apparence\SpecialChar menuseparator
40171 Graphiques
40172 \family default
40173 , les objets externes de type Dia et Xfig sont affichés directement dans
40174  \SpecialChar LyX
40175 .
40176 \end_layout
40177
40178 \begin_layout Standard
40179 On insère des objets externes en utilisant la fenêtre de dialogue 
40180 \family sans
40181 Objet
40182 \begin_inset space ~
40183 \end_inset
40184
40185 Externe
40186 \family default
40187  qui est accessible via le menu 
40188 \family sans
40189 Insertion\SpecialChar menuseparator
40190 Fichiers\SpecialChar menuseparator
40191 Objet
40192 \begin_inset space ~
40193 \end_inset
40194
40195 Externe
40196 \family default
40197 .
40198  Actuellement les types de fichiers (
40199 \family sans
40200 Modèles
40201 \family default
40202 ) suivants sont autorisés :
40203 \end_layout
40204
40205 \begin_layout Description
40206 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
40207  par le programme 
40208 \series bold
40209
40210 \begin_inset CommandInset href
40211 LatexCommand href
40212 name "XBoard"
40213 target "http://fr.wikipedia.org/wiki/XBoard"
40214
40215 \end_inset
40216
40217
40218 \series default
40219 .
40220 \end_layout
40221
40222 \begin_layout Description
40223 Date Ce modèle insère la date sous la forme 
40224 \emph on
40225 Jour-Mois-Année
40226 \emph default
40227 .
40228  Voici un exemple de date insérée comme objet externe : 
40229 \begin_inset External
40230         template Date
40231         filename .
40232
40233 \end_inset
40234
40235
40236 \begin_inset space ~
40237 \end_inset
40238
40239
40240 \begin_inset Note Note
40241 status collapsed
40242
40243 \begin_layout Plain Layout
40244 Retirer l'espace protégé quand le bug 4398 sera résolu !
40245 \end_layout
40246
40247 \end_inset
40248
40249
40250 \begin_inset Newline newline
40251 \end_inset
40252
40253 La date n'apparaîtra pas dans \SpecialChar LyX
40254 , mais seulement dans la sortie imprimée.
40255  Il y a deux autre méthodes pour insérer une date : Avec le menu 
40256 \family sans
40257 Insertion\SpecialChar menuseparator
40258 Date
40259 \family default
40260  et avec la commande \SpecialChar LaTeX
40261  
40262 \series bold
40263
40264 \backslash
40265 today
40266 \series default
40267  entrée comme code \SpecialChar TeX
40268 .
40269  Ces différentes méthodes sont comparée dans le tableau
40270 \begin_inset space ~
40271 \end_inset
40272
40273
40274 \begin_inset CommandInset ref
40275 LatexCommand ref
40276 reference "tab:Comparaison-des-dates"
40277
40278 \end_inset
40279
40280 .
40281 \end_layout
40282
40283 \begin_layout Description
40284 Diagramme
40285 \begin_inset space ~
40286 \end_inset
40287
40288 Dia Ce modèle accepte les diagrammes créés avec le programme 
40289 \series bold
40290
40291 \begin_inset CommandInset href
40292 LatexCommand href
40293 name "Dia"
40294 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
40295
40296 \end_inset
40297
40298
40299 \series default
40300 .
40301 \end_layout
40302
40303 \begin_layout Description
40304 Tableur Avec ce modèle vous pouvez insérer des feuilles de calcul ou des
40305  tableaux dans le format de 
40306 \series bold
40307
40308 \begin_inset CommandInset href
40309 LatexCommand href
40310 name "Gnumeric"
40311 target "http://fr.wikipedia.org/wiki/Gnumeric"
40312
40313 \end_inset
40314
40315
40316 \series default
40317
40318 \begin_inset CommandInset href
40319 LatexCommand href
40320 name "OpenDocument"
40321 target "http://fr.wikipedia.org/wiki/OpenDocument"
40322
40323 \end_inset
40324
40325
40326 \begin_inset CommandInset href
40327 LatexCommand href
40328 name "Microsoft Office XML"
40329 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
40330
40331 \end_inset
40332
40333  et 
40334 \begin_inset CommandInset href
40335 LatexCommand href
40336 name "Office Open XML"
40337 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
40338
40339 \end_inset
40340
40341 .
40342  Pour cette fonction, \SpecialChar LyX
40343  doit pouvoir trouver le programme 
40344 \family typewriter
40345 ssconvert
40346 \family default
40347  au cours de sa configuration.
40348  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
40349  même si vous n'avez pas de tableaux au format gnumeric.
40350  Pour des exemples et les limitations possibles, jetez un œil au fichier
40351  \SpecialChar LyX
40352  d'exemple, 
40353 \emph on
40354 spreadsheet.lyx
40355 \emph default
40356 .
40357 \end_layout
40358
40359 \begin_layout Description
40360 Musique
40361 \begin_inset space ~
40362 \end_inset
40363
40364 mise
40365 \begin_inset space ~
40366 \end_inset
40367
40368 en
40369 \begin_inset space ~
40370 \end_inset
40371
40372 forme
40373 \begin_inset space ~
40374 \end_inset
40375
40376 avec
40377 \begin_inset space ~
40378 \end_inset
40379
40380 Lilypond Ce modèle est utilisé avec des partitions musicales mises en forme
40381  par le programme 
40382 \series bold
40383
40384 \begin_inset CommandInset href
40385 LatexCommand href
40386 name "LilyPond"
40387 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
40388
40389 \end_inset
40390
40391
40392 \series default
40393 .
40394  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
40395  au fichier \SpecialChar LyX
40396  d'exemple 
40397 \emph on
40398 lilypond.lyx
40399 \emph default
40400 .
40401 \end_layout
40402
40403 \begin_layout Description
40404 Pages
40405 \begin_inset space ~
40406 \end_inset
40407
40408 PDF Ce modèle permet d'insérer des documents en PDF dans votre document.
40409  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
40410  
40411 \emph on
40412 pages
40413 \emph default
40414  dans le champ 
40415 \family sans
40416 Option
40417 \family default
40418  dans l'onglet 
40419 \family sans
40420 Options \SpecialChar LaTeX
40421  et \SpecialChar LyX
40422
40423 \family default
40424 .
40425  L'argument de cette option est une liste d'éléments séparés par des virgules,
40426  contenant des numéros de pages (
40427 \begin_inset space ~
40428 \end_inset
40429
40430 insérez comme option 
40431 \series bold
40432 pages={3,5,6,8}
40433 \series default
40434
40435 \begin_inset space ~
40436 \end_inset
40437
40438 ), des plages de numéros de pages (
40439 \series bold
40440
40441 \begin_inset space ~
40442 \end_inset
40443
40444 pages={4-9}
40445 \series default
40446
40447 \begin_inset space ~
40448 \end_inset
40449
40450 ) ou n'importe quelle combinaison des deux.
40451  Pour insérer des pages vides, utilisez 
40452 \series bold
40453 {}
40454 \series default
40455 .
40456  Par exemple 
40457 \begin_inset space ~
40458 \end_inset
40459
40460
40461 \series bold
40462 pages={3,{},8-11,15}
40463 \series default
40464  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
40465  15.
40466  Les plages de pages sont décrites avec la syntaxe 
40467 \emph on
40468 début-fin
40469 \emph default
40470  qui sélectionne toutes les pages de 
40471 \emph on
40472 début
40473 \emph default
40474  jusqu'à 
40475 \emph on
40476 fin
40477 \emph default
40478 .
40479  Si on omet 
40480 \emph on
40481 début
40482 \emph default
40483 , on commence implicitement à la première page ; de même, omettre 
40484 \emph on
40485 fin
40486 \emph default
40487  termine implicitement à la dernière page du document.
40488  La dernière page du document peut aussi être désignée par le mot-clé 
40489 \series bold
40490 last
40491 \series default
40492  (
40493 \begin_inset space ~
40494 \end_inset
40495
40496 ce dernier n'est accepté que pour une plage de pages
40497 \begin_inset space ~
40498 \end_inset
40499
40500 ).
40501  Donc 
40502 \series bold
40503 pages=-
40504 \series default
40505  va insérer toutes les pages du document et 
40506 \series bold
40507 pages=last-1
40508 \series default
40509  va insérer toutes les pages dans l'ordre inverse.
40510  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
40511 \begin_inset Newline newline
40512 \end_inset
40513
40514 L'option 
40515 \series bold
40516 noautoscale
40517 \series default
40518  insère les pages avec leur taille d'origine, si cette option n'est pas
40519  donnée, les pages seront redimensionnées
40520 \begin_inset space \space{}
40521 \end_inset
40522
40523 pour tenir dans la largeur de page de votre document.
40524  Dans l'onglet 
40525 \family sans
40526 Taille
40527 \begin_inset space ~
40528 \end_inset
40529
40530 et
40531 \begin_inset space ~
40532 \end_inset
40533
40534 rotation
40535 \family default
40536  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
40537  qu'une éventuelle rotation.
40538  Si vous utilisez une autre largeur que 100
40539 \begin_inset space \thinspace{}
40540 \end_inset
40541
40542 Échelle%, l'option 
40543 \series bold
40544 noautoscale
40545 \series default
40546  sera neutralisée.
40547  Pour plus d'information sur les options possibles, jetez un œil sur la
40548  documentation du paquetage \SpecialChar LaTeX
40549  
40550 \series bold
40551 pdfpages
40552 \series default
40553  
40554 \begin_inset CommandInset citation
40555 LatexCommand cite
40556 key "pdfpages"
40557
40558 \end_inset
40559
40560 .
40561 \begin_inset Index idx
40562 status collapsed
40563
40564 \begin_layout Plain Layout
40565 Paquetages \SpecialChar LaTeX
40566  ! pdfpages
40567 \end_layout
40568
40569 \end_inset
40570
40571
40572 \begin_inset Newline newline
40573 \end_inset
40574
40575 Pour utiliser ce modèle dans une présentation 
40576 \family sans
40577 Beamer
40578 \family default
40579  vous devez d'abord insérer un environnement 
40580 \family sans
40581 FinCadre
40582 \family default
40583  et dans la suite, dans un paragraphe, une boîte de code \SpecialChar TeX
40584  contenant la commande
40585  
40586 \series bold
40587
40588 \backslash
40589 setbeamertemplate{background canvas}{}
40590 \series default
40591 .
40592  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
40593  que vous voulez.
40594  Après les pages PDF incorporées, vous pouvez reprendre la présentation
40595  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
40596  section.
40597  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
40598  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
40599  le modèle.
40600 \begin_inset Newline newline
40601 \end_inset
40602
40603 Voici un PDF incorporé basculé de -5°
40604 \begin_inset space ~
40605 \end_inset
40606
40607 °: 
40608 \begin_inset External
40609         template PDFPages
40610         filename ../clipart/Abstract.pdf
40611         extra LaTeX "noautoscale, pages=-"
40612         rotateAngle -5
40613         rotateOrigin bottomleft
40614
40615 \end_inset
40616
40617
40618 \end_layout
40619
40620 \begin_layout Description
40621 Image
40622 \begin_inset space ~
40623 \end_inset
40624
40625 tramée Ce modèle peut être utilisé pour les images matricielles (bitmap).
40626  Les images peuvent être traitées dans la fenêtre de dialogue 
40627 \family sans
40628 Objet
40629 \begin_inset space ~
40630 \end_inset
40631
40632 Externe
40633 \family default
40634  comme les images qui sont habituellement incorporées en utilisant le menu
40635  
40636 \family sans
40637 Insertion\SpecialChar menuseparator
40638 Graphique
40639 \family default
40640 , comme c'est décrit dans la section
40641 \begin_inset space ~
40642 \end_inset
40643
40644
40645 \begin_inset CommandInset ref
40646 LatexCommand ref
40647 reference "sec:Graphics-Dialog"
40648
40649 \end_inset
40650
40651 .
40652  Voici un exemple d'insertion d'image matricielle
40653 \begin_inset space ~
40654 \end_inset
40655
40656
40657 \begin_inset External
40658         template RasterImage
40659         filename ../clipart/ToolbarEnvBox.png
40660
40661 \end_inset
40662
40663
40664 \end_layout
40665
40666 \begin_layout Description
40667 Graphiques
40668 \begin_inset space ~
40669 \end_inset
40670
40671 vectoriels Ce modèle peut être utilisé pour les graphiques
40672 \begin_inset space ~
40673 \end_inset
40674
40675 vectoriels.
40676  Les graphiques peuvent être traitées dans la fenêtre de dialogue 
40677 \family sans
40678 Objet
40679 \begin_inset space ~
40680 \end_inset
40681
40682 Externe
40683 \family default
40684  comme les images qui sont habituellement incorporées en utilisant le menu
40685  
40686 \family sans
40687 Insertion\SpecialChar menuseparator
40688 Graphique
40689 \family default
40690 , comme c'est décrit dans la section
40691 \begin_inset space ~
40692 \end_inset
40693
40694
40695 \begin_inset CommandInset ref
40696 LatexCommand ref
40697 reference "sec:Graphics-Dialog"
40698
40699 \end_inset
40700
40701 .
40702  Voici un graphique vectoriel inséré en tant qu'objet externe: 
40703 \begin_inset External
40704         template VectorGraphics
40705         filename ../clipart/SVG-Drawing.svg
40706         lyxscale 50
40707         scale 33
40708
40709 \end_inset
40710
40711
40712 \end_layout
40713
40714 \begin_layout Description
40715 Figure
40716 \begin_inset space ~
40717 \end_inset
40718
40719 Xfig Ce modèle accepte les images créées avec le programme 
40720 \series bold
40721
40722 \begin_inset CommandInset href
40723 LatexCommand href
40724 name "Xfig"
40725 target "http://fr.wikipedia.org/wiki/Xfig"
40726
40727 \end_inset
40728
40729
40730 \series default
40731 .
40732 \end_layout
40733
40734 \begin_layout Standard
40735 \begin_inset Float table
40736 placement !h
40737 wide false
40738 sideways false
40739 status open
40740
40741 \begin_layout Plain Layout
40742 \begin_inset Caption Standard
40743
40744 \begin_layout Plain Layout
40745 \begin_inset CommandInset label
40746 LatexCommand label
40747 name "tab:Comparaison-des-dates"
40748
40749 \end_inset
40750
40751 Comparaison des méthodes d'insertion de la date.
40752 \end_layout
40753
40754 \end_inset
40755
40756
40757 \end_layout
40758
40759 \begin_layout Plain Layout
40760 \align center
40761 \begin_inset Tabular
40762 <lyxtabular version="3" rows="4" columns="4">
40763 <features tabularvalignment="middle">
40764 <column alignment="center" valignment="top">
40765 <column alignment="center" valignment="top">
40766 <column alignment="center" valignment="top">
40767 <column alignment="center" valignment="top">
40768 <row>
40769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40770 \begin_inset Text
40771
40772 \begin_layout Plain Layout
40773 Format du document
40774 \end_layout
40775
40776 \end_inset
40777 </cell>
40778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40779 \begin_inset Text
40780
40781 \begin_layout Plain Layout
40782
40783 \family sans
40784 Objet
40785 \begin_inset space ~
40786 \end_inset
40787
40788 Externe\SpecialChar menuseparator
40789 Date
40790 \end_layout
40791
40792 \end_inset
40793 </cell>
40794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40795 \begin_inset Text
40796
40797 \begin_layout Plain Layout
40798
40799 \family sans
40800 Insertion\SpecialChar menuseparator
40801 Date
40802 \end_layout
40803
40804 \end_inset
40805 </cell>
40806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40807 \begin_inset Text
40808
40809 \begin_layout Plain Layout
40810 commande 
40811 \series bold
40812
40813 \backslash
40814 today
40815 \end_layout
40816
40817 \end_inset
40818 </cell>
40819 </row>
40820 <row>
40821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40822 \begin_inset Text
40823
40824 \begin_layout Plain Layout
40825 \SpecialChar LyX
40826
40827 \end_layout
40828
40829 \end_inset
40830 </cell>
40831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40832 \begin_inset Text
40833
40834 \begin_layout Plain Layout
40835 comme boîte d'insert
40836 \end_layout
40837
40838 \end_inset
40839 </cell>
40840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40841 \begin_inset Text
40842
40843 \begin_layout Plain Layout
40844 comme date
40845 \end_layout
40846
40847 \end_inset
40848 </cell>
40849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40850 \begin_inset Text
40851
40852 \begin_layout Plain Layout
40853 comme boîte de code \SpecialChar TeX
40854
40855 \end_layout
40856
40857 \end_inset
40858 </cell>
40859 </row>
40860 <row>
40861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40862 \begin_inset Text
40863
40864 \begin_layout Plain Layout
40865 \SpecialChar LaTeX
40866
40867 \end_layout
40868
40869 \end_inset
40870 </cell>
40871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40872 \begin_inset Text
40873
40874 \begin_layout Plain Layout
40875 comme date
40876 \end_layout
40877
40878 \end_inset
40879 </cell>
40880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40881 \begin_inset Text
40882
40883 \begin_layout Plain Layout
40884 comme date
40885 \end_layout
40886
40887 \end_inset
40888 </cell>
40889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40890 \begin_inset Text
40891
40892 \begin_layout Plain Layout
40893 comme commande
40894 \end_layout
40895
40896 \end_inset
40897 </cell>
40898 </row>
40899 <row>
40900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40901 \begin_inset Text
40902
40903 \begin_layout Plain Layout
40904 DVI, PDF, PS
40905 \end_layout
40906
40907 \end_inset
40908 </cell>
40909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40910 \begin_inset Text
40911
40912 \begin_layout Plain Layout
40913 comme date
40914 \end_layout
40915
40916 \end_inset
40917 </cell>
40918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40919 \begin_inset Text
40920
40921 \begin_layout Plain Layout
40922 comme date
40923 \end_layout
40924
40925 \end_inset
40926 </cell>
40927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40928 \begin_inset Text
40929
40930 \begin_layout Plain Layout
40931 comme date date
40932 \end_layout
40933
40934 \end_inset
40935 </cell>
40936 </row>
40937 </lyxtabular>
40938
40939 \end_inset
40940
40941
40942 \end_layout
40943
40944 \end_inset
40945
40946
40947 \end_layout
40948
40949 \begin_layout Standard
40950 Quand vous activez l'option 
40951 \family sans
40952 Brouillon
40953 \family default
40954  de l'onglet 
40955 \family sans
40956 Fichier
40957 \family default
40958  de la fenêtre de dialogue 
40959 \family sans
40960 Objet
40961 \begin_inset space ~
40962 \end_inset
40963
40964 Externe
40965 \family default
40966 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
40967 \begin_inset Newline newline
40968 \end_inset
40969
40970 Les objets externes apparaissent dans \SpecialChar LyX
40971 , soit comme une boîte comme celle-ci
40972  : 
40973 \begin_inset Graphics
40974         filename ../clipart/ExternalMaterial.png
40975         scale 95
40976         scaleBeforeRotation
40977
40978 \end_inset
40979
40980  soit comme une image, selon que vous avez ou non activé l'option 
40981 \family sans
40982 Afficher
40983 \begin_inset space ~
40984 \end_inset
40985
40986 dans
40987 \begin_inset space ~
40988 \end_inset
40989
40990 \SpecialChar LyX
40991
40992 \family default
40993  de l'onglet 
40994 \family sans
40995 Options LaTeX et LyX
40996 \family default
40997  de la fenêtre de dialogue.
40998 \end_layout
40999
41000 \begin_layout Standard
41001 Le manuel 
41002 \family sans
41003 \emph on
41004 Personnalisation
41005 \family default
41006 \emph default
41007  explique comment vous pouvez créer vos propres modèles.
41008 \end_layout
41009
41010 \begin_layout Section
41011 Sous-documents
41012 \begin_inset CommandInset label
41013 LatexCommand label
41014 name "sec:Sous-documents"
41015
41016 \end_inset
41017
41018
41019 \begin_inset Index idx
41020 status collapsed
41021
41022 \begin_layout Plain Layout
41023 Trucs externes ! Sous-documents
41024 \end_layout
41025
41026 \end_inset
41027
41028
41029 \begin_inset Index idx
41030 status collapsed
41031
41032 \begin_layout Plain Layout
41033 Fichiers ! Insertion
41034 \end_layout
41035
41036 \end_inset
41037
41038
41039 \end_layout
41040
41041 \begin_layout Standard
41042 Les sous-documents sont utilisés quand on a un document très long qui peut
41043  être décomposé en plusieurs parties ou sections plus petites.
41044  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
41045  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
41046  Les différents documents sont ce que l'on appelle les sous-documents et
41047  un document maître les relie pour imprimer le document complet ou seulement
41048  une partie de celui-ci.
41049  Un sous-document hérite du contenu de son maître, par exemple le préambule
41050  \SpecialChar LaTeX
41051 , la bibliographie, et les étiquettes pour les références croisées.
41052 \end_layout
41053
41054 \begin_layout Standard
41055 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
41056  maître, précisez dans le sous-document le document maître dans le menu
41057  
41058 \family sans
41059 Document\SpecialChar menuseparator
41060 Paramètres\SpecialChar menuseparator
41061 Classe de document
41062 \family default
41063 .
41064  Ce document maître sera par la suite utilisé de façon cachée par \SpecialChar LyX
41065  à chaque
41066  fois que vous modifierez le sous-document.
41067 \end_layout
41068
41069 \begin_layout Standard
41070 Les documents inclus sont visualisés dans \SpecialChar LyX
41071  sous la forme d'une boîte comme
41072  celle-ci : 
41073 \begin_inset Graphics
41074         filename clipart/SousDocument.png
41075         scale 95
41076         scaleBeforeRotation
41077
41078 \end_inset
41079
41080  Pour inclure des sous-documents dans un document maître , on utilise le
41081  menu 
41082 \family sans
41083 Insertion\SpecialChar menuseparator
41084 Fichier\SpecialChar menuseparator
41085 Sous-document
41086 \family default
41087 .
41088  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
41089  des quatre méthodes d'inclusion :
41090 \end_layout
41091
41092 \begin_layout Description
41093 Inclus
41094 \begin_inset space ~
41095 \end_inset
41096
41097 (include) Vous pouvez inclure des documents \SpecialChar LyX
41098  et \SpecialChar LaTeX
41099 .
41100  Quand vous cliquez sur le bouton 
41101 \family sans
41102 Modifier
41103 \family default
41104  dans la fenêtre de dialogue 
41105 \family sans
41106 Sous-document
41107 \family default
41108 , le document inclus est ouvert dans \SpecialChar LyX
41109  dans un nouvel onglet pour que vous
41110  puissiez le modifier.
41111 \begin_inset Newline newline
41112 \end_inset
41113
41114
41115 \end_layout
41116
41117 \begin_layout Standard
41118 Voici un sous-document inséré avec la méthode 
41119 \family sans
41120 Inclus
41121 \family default
41122  : 
41123 \begin_inset CommandInset include
41124 LatexCommand include
41125 filename "DocumentBidon1.lyx"
41126
41127 \end_inset
41128
41129
41130 \end_layout
41131
41132 \begin_layout Standard
41133 La numérotation des sections va prendre en compte les sections des fichiers
41134  incorporés dans l'ordre où ils sont insérés dans le document maître.
41135  Le document qui est inclus comme exemple possède une sous-section qui sera
41136  numérotée comme sous-section de la section actuelle.
41137  Les étiquettes présentes dans le fichier inclus peuvent être référencées
41138  : la sous-section
41139 \begin_inset space ~
41140 \end_inset
41141
41142
41143 \begin_inset CommandInset ref
41144 LatexCommand ref
41145 reference "subsec:Sous-section-externe-1"
41146
41147 \end_inset
41148
41149  est dans le fichier inclus.
41150 \end_layout
41151
41152 \begin_layout Standard
41153 Le préambule du sous-document est tout simplement ignoré, seul le préambule
41154  du document maître est utilisé.
41155  Les branches présentes dans le sous-document seront ignorées par le document
41156  maître si celui-ci ne possède pas une branche avec le même nom.
41157  Les documents inclus sont insérés en commençant une nouvelle page et sont
41158  suivis par un saut de page.
41159 \end_layout
41160
41161 \begin_layout Standard
41162 \begin_inset Note Greyedout
41163 status open
41164
41165 \begin_layout Plain Layout
41166
41167 \series bold
41168 Note:
41169 \series default
41170  Quand vous avez inclus un fichier \SpecialChar LyX
41171  ou \SpecialChar LaTeX
41172 , et que ce dernier utilise une classe
41173  de document différente de celle du document maître, vous recevez un avertisseme
41174 nt quand vous tentez de le visionner ou de l'exporter, vu que cela peut
41175  produire des résultats inattendus sur la sortie imprimée.
41176 \end_layout
41177
41178 \end_inset
41179
41180
41181 \end_layout
41182
41183 \begin_layout Description
41184 Incorporé
41185 \begin_inset space ~
41186 \end_inset
41187
41188 (input) Cette méthode est très semblable à la méthode Inclus, les différences
41189  sont :
41190 \end_layout
41191
41192 \begin_deeper
41193 \begin_layout Itemize
41194 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
41195  par un saut de page.
41196 \end_layout
41197
41198 \begin_layout Itemize
41199 Les fichiers incorporés peuvent être prévisualisés dans \SpecialChar LyX
41200  quand l'option
41201  
41202 \family sans
41203 Aperçu
41204 \begin_inset space ~
41205 \end_inset
41206
41207 sur
41208 \begin_inset space ~
41209 \end_inset
41210
41211 le
41212 \begin_inset space ~
41213 \end_inset
41214
41215 vif
41216 \family default
41217  est activée dans les préférences dans la rubrique 
41218 \family sans
41219 Apparence\SpecialChar menuseparator
41220 Graphique
41221 \family default
41222 .
41223 \end_layout
41224
41225 \begin_layout Itemize
41226 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
41227 \family sans
41228 Document\SpecialChar menuseparator
41229 Paramètres\SpecialChar menuseparator
41230 Sous-documents
41231 \family default
41232 .
41233 \end_layout
41234
41235 \end_deeper
41236 \begin_layout Standard
41237 Voici un sous document inséré en utilisant la méthode 
41238 \family sans
41239 Incorporé
41240 \family default
41241  : 
41242 \begin_inset CommandInset include
41243 LatexCommand input
41244 preview true
41245 filename "DocumentBidon2.lyx"
41246
41247 \end_inset
41248
41249
41250 \end_layout
41251
41252 \begin_layout Standard
41253 Voici un sous-document
41254 \emph on
41255 input
41256 \emph default
41257  comme \SpecialChar LaTeX
41258  source:
41259 \end_layout
41260
41261 \begin_layout Quote
41262 \begin_inset CommandInset include
41263 LatexCommand input
41264 filename "DocumentTexteBidon.txt"
41265
41266 \end_inset
41267
41268
41269 \end_layout
41270
41271 \begin_layout Description
41272 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
41273  Si c'est un fichier \SpecialChar LyX
41274  ou \SpecialChar LaTeX
41275 , le contenu sera affiché dans la sortie sous forme
41276  de code source et aucune des commandes éventuellement présentes ne sera
41277  exécutée.
41278  Vous pouvez utiliser l'option 
41279 \family sans
41280 Marquer
41281 \begin_inset space ~
41282 \end_inset
41283
41284 les
41285 \begin_inset space ~
41286 \end_inset
41287
41288 espaces
41289 \family default
41290  qui matérialise chaque espace présente dans le code source par un caractère
41291  
41292 \begin_inset Quotes fld
41293 \end_inset
41294
41295
41296 \begin_inset ERT
41297 status collapsed
41298
41299 \begin_layout Plain Layout
41300
41301
41302 \backslash
41303 textvisiblespace 
41304 \end_layout
41305
41306 \end_inset
41307
41308
41309 \begin_inset Quotes frd
41310 \end_inset
41311
41312  .
41313  La différence avec la méthode qui consiste à utiliser le menu 
41314 \family sans
41315 Insertion\SpecialChar menuseparator
41316 Fichier\SpecialChar menuseparator
41317 Texte
41318 \begin_inset space ~
41319 \end_inset
41320
41321 brut
41322 \family default
41323  est que le contenu du document n'apparaît pas dans \SpecialChar LyX
41324 .
41325 \end_layout
41326
41327 \begin_layout Standard
41328 Voici un sous-document inclus en utilisant la méthode 
41329 \family sans
41330 verbatim
41331 \family default
41332  : 
41333 \begin_inset CommandInset include
41334 LatexCommand verbatiminput
41335 filename "DocumentTexteBidon.txt"
41336
41337 \end_inset
41338
41339
41340 \begin_inset VSpace bigskip
41341 \end_inset
41342
41343 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
41344  l'option 
41345 \family sans
41346 Marquer
41347 \begin_inset space ~
41348 \end_inset
41349
41350 les
41351 \begin_inset space ~
41352 \end_inset
41353
41354 espaces :
41355 \family default
41356  
41357 \begin_inset CommandInset include
41358 LatexCommand verbatiminput*
41359 filename "DocumentTexteBidon.txt"
41360
41361 \end_inset
41362
41363
41364 \end_layout
41365
41366 \begin_layout Standard
41367 \begin_inset VSpace bigskip
41368 \end_inset
41369
41370
41371 \end_layout
41372
41373 \begin_layout Standard
41374 \begin_inset Note Greyedout
41375 status open
41376
41377 \begin_layout Plain Layout
41378
41379 \series bold
41380 Note:
41381 \series default
41382  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
41383  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
41384 \end_layout
41385
41386 \end_inset
41387
41388
41389 \end_layout
41390
41391 \begin_layout Description
41392 Listings Ce type d'inclusion est décrit dans le chapitre
41393 \begin_inset space ~
41394 \end_inset
41395
41396
41397 \begin_inset CommandInset ref
41398 LatexCommand ref
41399 reference "cha:Program-Code-Listings"
41400
41401 \end_inset
41402
41403 .
41404 \end_layout
41405
41406 \begin_layout Standard
41407 \begin_inset Note Greyedout
41408 status open
41409
41410 \begin_layout Plain Layout
41411
41412 \series bold
41413 Note:
41414 \series default
41415  Inclure le même document deux fois dans un même document peut poser des
41416  problèmes avec \SpecialChar LaTeX
41417 .
41418 \end_layout
41419
41420 \end_inset
41421
41422
41423 \end_layout
41424
41425 \begin_layout Standard
41426 Si vous ne voulez visualiser ou exporter que certains des sous-documents
41427  de votre document maître, que ce soit pour diminuer les temps de compilation
41428  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
41429  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
41430  la sortie en utilisant le menu 
41431 \family sans
41432 Document\SpecialChar menuseparator
41433 Paramètres\SpecialChar menuseparator
41434 Sous-documents
41435 \family default
41436 .
41437  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
41438  sur la ligne correspondant dans la colonne 
41439 \family sans
41440 Inclus dans le résultat
41441 \family default
41442  de la liste (
41443 \begin_inset space ~
41444 \end_inset
41445
41446 notez que cela ne fonctionne que pour les documents inclus avec la méthode
41447  
41448 \begin_inset Quotes fld
41449 \end_inset
41450
41451 inclus
41452 \begin_inset Quotes frd
41453 \end_inset
41454
41455  et pas la méthode 
41456 \begin_inset Quotes fld
41457 \end_inset
41458
41459 incorporé
41460 \begin_inset Quotes frd
41461 \end_inset
41462
41463
41464 \begin_inset space ~
41465 \end_inset
41466
41467 ).
41468  Si on active l'option 
41469 \family sans
41470 Assurer la cohérence des compteurs et des références
41471 \family default
41472 , \SpecialChar LyX
41473  va s'assurer que tous les numéros de pages, références etc...
41474  sont corrects comme si tous le document avait été traité.
41475  C'est utile si vous voulez que les sous-documents choisis aient exactement
41476  le même aspect que s'il étaient dans le document complet.
41477  Pour réaliser cette condition, il faut que \SpecialChar LyX
41478  traite de façon silencieuse
41479  la totalité du document.
41480  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
41481  les compteurs et autres références n'ont pas à être à tout prix valides,
41482  vous devez impérativement désactiver cette option.
41483  
41484 \end_layout
41485
41486 \begin_layout Standard
41487 Une autre solution consiste à inclure chaque fichier dans une branche
41488 \begin_inset Foot
41489 status collapsed
41490
41491 \begin_layout Plain Layout
41492 Les branches sont décrites dans la section 
41493 \emph on
41494 Branches
41495 \emph default
41496  du 
41497 \emph on
41498 Guide de l'utilisateur
41499 \emph default
41500  de \SpecialChar LyX
41501 .
41502 \end_layout
41503
41504 \end_inset
41505
41506 .
41507  En activant ou désactivant une branche, vous pouvez décider les fichiers
41508  inclus qui doivent apparaître dans la sortie imprimée.
41509  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
41510  
41511 \begin_inset Quotes fld
41512 \end_inset
41513
41514 incorporés
41515 \begin_inset Quotes frd
41516 \end_inset
41517
41518 .
41519  Le défaut est que les compteurs et autres références ne sont pas conservés
41520  avec cette approche.
41521 \end_layout
41522
41523 \begin_layout Chapter
41524 Listings de code source
41525 \begin_inset CommandInset label
41526 LatexCommand label
41527 name "cha:Program-Code-Listings"
41528
41529 \end_inset
41530
41531
41532 \begin_inset Index idx
41533 status collapsed
41534
41535 \begin_layout Plain Layout
41536 Listings
41537 \end_layout
41538
41539 \end_inset
41540
41541
41542 \begin_inset Index idx
41543 status collapsed
41544
41545 \begin_layout Plain Layout
41546 Code Source
41547 \end_layout
41548
41549 \end_inset
41550
41551
41552 \begin_inset Index idx
41553 status collapsed
41554
41555 \begin_layout Plain Layout
41556 Flottants ! Listings
41557 \end_layout
41558
41559 \end_inset
41560
41561
41562 \end_layout
41563
41564 \begin_layout Standard
41565 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
41566  un insert 
41567 \family sans
41568 Listings
41569 \family default
41570  qui peut être créé grâce au menu 
41571 \family sans
41572 Insertion
41573 \family default
41574 \SpecialChar menuseparator
41575
41576 \family sans
41577 Listing
41578 \begin_inset space ~
41579 \end_inset
41580
41581 de
41582 \begin_inset space ~
41583 \end_inset
41584
41585 Code
41586 \begin_inset space ~
41587 \end_inset
41588
41589 Source
41590 \family default
41591 .
41592  Le paquetage \SpecialChar LaTeX
41593  
41594 \series bold
41595 listings
41596 \series default
41597
41598 \begin_inset Index idx
41599 status collapsed
41600
41601 \begin_layout Plain Layout
41602 Paquetages \SpecialChar LaTeX
41603  ! listings
41604 \end_layout
41605
41606 \end_inset
41607
41608  fournit un moyen puissant et flexible d'insérer des listings de code source
41609  dans votre document.
41610  
41611 \end_layout
41612
41613 \begin_layout Standard
41614 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
41615  contextuel s'ouvre pour vous permettre de modifier le format du listing.
41616 \end_layout
41617
41618 \begin_layout Standard
41619 Implicitement, un listing commence un nouveau paragraphe dans la sortie
41620  imprimée.
41621  L'option d'emplacement 
41622 \family sans
41623 Listing
41624 \begin_inset space ~
41625 \end_inset
41626
41627 en
41628 \begin_inset space ~
41629 \end_inset
41630
41631 Ligne
41632 \family default
41633  imprime le listing dans la ligne comme ceci : 
41634 \begin_inset listings
41635 lstparams "language={C++}"
41636 inline true
41637 status open
41638
41639 \begin_layout Plain Layout
41640
41641 int a=5;
41642 \end_layout
41643
41644 \end_inset
41645
41646
41647 \begin_inset Newline newline
41648 \end_inset
41649
41650 L'option 
41651 \family sans
41652 Flottant
41653 \family default
41654  crée un flottant de listing pour lequel vous pouvez préciser les options
41655  classiques d'emplacement : 
41656 \begin_inset Quotes fld
41657 \end_inset
41658
41659
41660 \family sans
41661 h
41662 \family default
41663
41664 \begin_inset Quotes frd
41665 \end_inset
41666
41667
41668 \begin_inset Quotes fld
41669 \end_inset
41670
41671
41672 \family sans
41673 t
41674 \family default
41675
41676 \begin_inset Quotes frd
41677 \end_inset
41678
41679
41680 \begin_inset Quotes fld
41681 \end_inset
41682
41683
41684 \family sans
41685 b
41686 \family default
41687
41688 \begin_inset Quotes frd
41689 \end_inset
41690
41691 , et 
41692 \begin_inset Quotes fld
41693 \end_inset
41694
41695
41696 \family sans
41697 p
41698 \family default
41699
41700 \begin_inset Quotes frd
41701 \end_inset
41702
41703  correspondant aux emplacement décrits dans la section
41704 \begin_inset space ~
41705 \end_inset
41706
41707
41708 \begin_inset CommandInset ref
41709 LatexCommand ref
41710 reference "sec:Placement-flottants"
41711
41712 \end_inset
41713
41714 .
41715  Les options de positionnement peuvent être mélangées et doivent être saisies
41716  sans séparation, par exemple, on peut taper 
41717 \begin_inset Quotes fld
41718 \end_inset
41719
41720
41721 \family sans
41722 htbp
41723 \family default
41724
41725 \begin_inset Quotes frd
41726 \end_inset
41727
41728 .
41729  L'option 
41730 \begin_inset Quotes fld
41731 \end_inset
41732
41733 h
41734 \begin_inset Quotes frd
41735 \end_inset
41736
41737  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
41738  
41739 \family sans
41740 Flottant
41741 \family default
41742  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
41743  légende et être référencés.
41744 \end_layout
41745
41746 \begin_layout Standard
41747 Vous pouvez ajouter une légende à un listing avec le menu 
41748 \family sans
41749 Insertion\SpecialChar menuseparator
41750 Légende
41751 \family default
41752 .
41753  On peut référencer les listings de la même façon que les flottants :Voir
41754  le listing
41755 \begin_inset space ~
41756 \end_inset
41757
41758
41759 \begin_inset CommandInset ref
41760 LatexCommand ref
41761 reference "lst:Listing-exemple"
41762
41763 \end_inset
41764
41765 .
41766  Une liste des listings qui contient tous les listings légendés peut être
41767  créée par le menu 
41768 \family sans
41769 Insertion\SpecialChar menuseparator
41770 Listes
41771 \begin_inset space ~
41772 \end_inset
41773
41774 &
41775 \begin_inset space ~
41776 \end_inset
41777
41778 TdM\SpecialChar menuseparator
41779 Liste des listings
41780 \family default
41781 .
41782  Les éléments de la liste sont les légendes et le numéro de listing.
41783 \end_layout
41784
41785 \begin_layout Standard
41786 \begin_inset listings
41787 lstparams "language=Python"
41788 inline false
41789 status open
41790
41791 \begin_layout Plain Layout
41792
41793 \begin_inset Caption Standard
41794
41795 \begin_layout Plain Layout
41796 \begin_inset CommandInset label
41797 LatexCommand label
41798 name "lst:Listing-exemple"
41799
41800 \end_inset
41801
41802 Exemple de listing flottant
41803 \end_layout
41804
41805 \end_inset
41806
41807 # Exemple de listing flottant
41808 \end_layout
41809
41810 \begin_layout Plain Layout
41811
41812 def func(param):
41813 \end_layout
41814
41815 \begin_layout Plain Layout
41816
41817     'ceci est une fonction python'
41818 \end_layout
41819
41820 \begin_layout Plain Layout
41821
41822     pass
41823 \end_layout
41824
41825 \end_inset
41826
41827
41828 \end_layout
41829
41830 \begin_layout Standard
41831 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
41832  de listing, les mots-clés de ce langage seront reconnus et mis en forme
41833  de manière particulière dans la sortie imprimée.
41834  Dans l'exemple de listing, le mot clé Python 
41835 \begin_inset Quotes fld
41836 \end_inset
41837
41838 def
41839 \begin_inset Quotes frd
41840 \end_inset
41841
41842  est reconnu et imprimé en caractères gras dans la sortie.
41843 \end_layout
41844
41845 \begin_layout Standard
41846 \begin_inset Note Greyedout
41847 status open
41848
41849 \begin_layout Plain Layout
41850
41851 \series bold
41852 Note:
41853 \series default
41854  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
41855  une police de caractères à 
41856 \family typewriter
41857 chasse fixe
41858 \family default
41859 , c'est que votre police ne contient probablement pas de série grasse.
41860  Dans ce cas choisissez une police différente dans le menu 
41861 \family sans
41862 Document\SpecialChar menuseparator
41863 Paramètres\SpecialChar menuseparator
41864 Polices
41865 \family default
41866 .
41867  (Les polices 
41868 \emph on
41869 LuxiMono, BeraMono
41870 \emph default
41871  et 
41872 \emph on
41873 Courier
41874 \emph default
41875  contiennent une série grasse.)
41876 \end_layout
41877
41878 \end_inset
41879
41880
41881 \end_layout
41882
41883 \begin_layout Standard
41884 Dans la rubrique 
41885 \family sans
41886 Numérotation
41887 \begin_inset space ~
41888 \end_inset
41889
41890 des
41891 \begin_inset space ~
41892 \end_inset
41893
41894 Lignes
41895 \family default
41896  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
41897 n des lignes.
41898  Vous pouvez mettre un nombre dans le champ 
41899 \family sans
41900 Pas
41901 \family default
41902  pour désigner les lignes qui seront numérotées.
41903  Par exemple, si vous mettez 
41904 \begin_inset Quotes fld
41905 \end_inset
41906
41907 3
41908 \begin_inset Quotes frd
41909 \end_inset
41910
41911 , seule une ligne sur trois sera numérotée.
41912 \end_layout
41913
41914 \begin_layout Standard
41915 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
41916  apparaîtront dans la sortie.
41917  Vous devez utiliser l'option 
41918 \family sans
41919 Table
41920 \begin_inset space ~
41921 \end_inset
41922
41923 de
41924 \begin_inset space ~
41925 \end_inset
41926
41927 Caractères
41928 \begin_inset space ~
41929 \end_inset
41930
41931 Étendue
41932 \family default
41933  quand vous employez des caractères spécifiques à une langue donnée comme
41934  les umlauts Allemands dans votre listing.
41935 \begin_inset Newline newline
41936 \end_inset
41937
41938 Voici un exemple de listing avec la numérotation des lignes à gauche par
41939  pas de 3, en langage Python, avec les options 
41940 \begin_inset Quotes fld
41941 \end_inset
41942
41943 Table
41944 \begin_inset space ~
41945 \end_inset
41946
41947 de
41948 \begin_inset space ~
41949 \end_inset
41950
41951 caractères
41952 \begin_inset space ~
41953 \end_inset
41954
41955 étendue
41956 \begin_inset Quotes frd
41957 \end_inset
41958
41959  et 
41960 \begin_inset Quotes fld
41961 \end_inset
41962
41963 Espace
41964 \begin_inset space ~
41965 \end_inset
41966
41967 représenté
41968 \begin_inset space ~
41969 \end_inset
41970
41971 par
41972 \begin_inset space ~
41973 \end_inset
41974
41975 un
41976 \begin_inset space ~
41977 \end_inset
41978
41979 symbole
41980 \begin_inset Quotes frd
41981 \end_inset
41982
41983 , l'intervalle de ligne étant 3
41984 \begin_inset space \thinspace{}
41985 \end_inset
41986
41987 -
41988 \begin_inset space \thinspace{}
41989 \end_inset
41990
41991 8:
41992 \end_layout
41993
41994 \begin_layout Standard
41995 \begin_inset listings
41996 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41997 inline false
41998 status open
41999
42000 \begin_layout Plain Layout
42001
42002 def func(param):
42003 \end_layout
42004
42005 \begin_layout Plain Layout
42006
42007     'ceci est une fonction Python'
42008 \end_layout
42009
42010 \begin_layout Plain Layout
42011
42012     pass
42013 \end_layout
42014
42015 \begin_layout Plain Layout
42016
42017 def func(param):
42018 \end_layout
42019
42020 \begin_layout Plain Layout
42021
42022 'Ça, c'est un mot Allemand : Tschüß'
42023 \end_layout
42024
42025 \begin_layout Plain Layout
42026
42027 pass
42028 \end_layout
42029
42030 \begin_layout Plain Layout
42031
42032 def func(param):
42033 \end_layout
42034
42035 \begin_layout Plain Layout
42036
42037 'ceci est une fonction Python'
42038 \end_layout
42039
42040 \begin_layout Plain Layout
42041
42042 pass
42043 \end_layout
42044
42045 \end_inset
42046
42047
42048 \end_layout
42049
42050 \begin_layout Standard
42051 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
42052  nombre de caractères que doit représenter une tabulation dans le champ
42053  
42054 \family sans
42055 Taille du tabulateur
42056 \family default
42057 .
42058 \end_layout
42059
42060 \begin_layout Standard
42061 \begin_inset Note Greyedout
42062 status open
42063
42064 \begin_layout Plain Layout
42065
42066 \series bold
42067 Note:
42068 \series default
42069  À cause d'un bug dans le paquetage 
42070 \series bold
42071 listings
42072 \series default
42073  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
42074  listing.
42075  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
42076  les lignes 3 et 6.
42077 \end_layout
42078
42079 \end_inset
42080
42081
42082 \end_layout
42083
42084 \begin_layout Standard
42085 \begin_inset VSpace bigskip
42086 \end_inset
42087
42088
42089 \end_layout
42090
42091 \begin_layout Standard
42092 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
42093  listing.
42094  Pour le faire, il suffit d'utiliser le menu 
42095 \family sans
42096 Insertion\SpecialChar menuseparator
42097 Fichier\SpecialChar menuseparator
42098 Sous-document
42099 \family default
42100  et de choisir le type 
42101 \family sans
42102 Listing
42103 \family default
42104
42105 \begin_inset space ~
42106 \end_inset
42107
42108
42109 \family sans
42110 de
42111 \begin_inset space ~
42112 \end_inset
42113
42114 Code
42115 \begin_inset space ~
42116 \end_inset
42117
42118 source
42119 \family default
42120 .
42121 \begin_inset Foot
42122 status collapsed
42123
42124 \begin_layout Plain Layout
42125 Les autres types de sous-documents sont décrits dans la section
42126 \begin_inset space ~
42127 \end_inset
42128
42129
42130 \begin_inset CommandInset ref
42131 LatexCommand ref
42132 reference "sec:Sous-documents"
42133
42134 \end_inset
42135
42136 .
42137 \end_layout
42138
42139 \end_inset
42140
42141  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
42142  à utiliser pour le listing dans une zone de texte.
42143  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
42144  
42145 \begin_inset Quotes fld
42146 \end_inset
42147
42148 ?
42149 \begin_inset Quotes frd
42150 \end_inset
42151
42152  dans la zone de texte.
42153 \end_layout
42154
42155 \begin_layout Standard
42156 Pour faire référence à un sous-document de type listing, tapez une étiquette
42157  dans le champ correspondant de la fenêtre de dialogue.
42158  On peut alors faire référence à cette étiquette en utilisant le menu 
42159 \family sans
42160 Insertion\SpecialChar menuseparator
42161 Référence
42162 \begin_inset space ~
42163 \end_inset
42164
42165 Croisée
42166 \family default
42167 .
42168 \end_layout
42169
42170 \begin_layout Standard
42171 Le listing
42172 \begin_inset space ~
42173 \end_inset
42174
42175
42176 \begin_inset CommandInset ref
42177 LatexCommand ref
42178 reference "lst:listing-fichier"
42179
42180 \end_inset
42181
42182  est un exemple de listing issu d'un fichier ; ici les lignes 10
42183 \begin_inset space \thinspace{}
42184 \end_inset
42185
42186 -
42187 \begin_inset space \thinspace{}
42188 \end_inset
42189
42190 15 de ce fichier \SpecialChar LyX
42191  sont listées.
42192 \end_layout
42193
42194 \begin_layout Standard
42195 \begin_inset Newpage pagebreak
42196 \end_inset
42197
42198
42199 \end_layout
42200
42201 \begin_layout Standard
42202 \begin_inset CommandInset include
42203 LatexCommand lstinputlisting
42204 filename "EmbeddedObjects.lyx"
42205 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
42206
42207 \end_inset
42208
42209
42210 \end_layout
42211
42212 \begin_layout Standard
42213 \begin_inset VSpace bigskip
42214 \end_inset
42215
42216
42217 \end_layout
42218
42219 \begin_layout Standard
42220 L'insertion d'une formule dans un listing peut se faire de la façon suivante
42221 \begin_inset space ~
42222 \end_inset
42223
42224 :
42225 \end_layout
42226
42227 \begin_layout Enumerate
42228 Ouvrez la fenêtre de dialogue listings et ajoutez
42229 \begin_inset Newline newline
42230 \end_inset
42231
42232
42233 \family sans
42234 mathescape=true
42235 \family default
42236
42237 \begin_inset Newline newline
42238 \end_inset
42239
42240 dans le champ de l'onglet 
42241 \family sans
42242 Avancé
42243 \family default
42244 .
42245 \end_layout
42246
42247 \begin_layout Enumerate
42248 Créez la formule en dehors du listing.
42249 \end_layout
42250
42251 \begin_layout Enumerate
42252 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
42253  (raccourci 
42254 \begin_inset Info
42255 type  "shortcut"
42256 arg   "copy"
42257 \end_inset
42258
42259 )
42260 \end_layout
42261
42262 \begin_layout Enumerate
42263 Dans le listing écrivez 
42264 \begin_inset Quotes fld
42265 \end_inset
42266
42267
42268 \family sans
42269 $$
42270 \family default
42271
42272 \begin_inset Quotes frd
42273 \end_inset
42274
42275  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
42276  
42277 \begin_inset Info
42278 type  "shortcut"
42279 arg   "paste"
42280 \end_inset
42281
42282 )
42283 \end_layout
42284
42285 \begin_layout Standard
42286 \begin_inset listings
42287 lstparams "language=Python,mathescape=true"
42288 inline false
42289 status open
42290
42291 \begin_layout Plain Layout
42292
42293 \begin_inset Caption Standard
42294
42295 \begin_layout Plain Layout
42296 Exemple de listing flottant contenant une formule
42297 \end_layout
42298
42299 \end_inset
42300
42301 # Exemple de listing flottant
42302 \end_layout
42303
42304 \begin_layout Plain Layout
42305
42306 def func(param):
42307 \end_layout
42308
42309 \begin_layout Plain Layout
42310
42311     # $
42312 \backslash
42313 prod_{n=1}^{
42314 \backslash
42315 infty}
42316 \backslash
42317 ,
42318 \backslash
42319 frac{1}{x^{2}}$
42320 \end_layout
42321
42322 \begin_layout Plain Layout
42323
42324     pass
42325 \end_layout
42326
42327 \end_inset
42328
42329
42330 \end_layout
42331
42332 \begin_layout Standard
42333 \begin_inset VSpace bigskip
42334 \end_inset
42335
42336
42337 \end_layout
42338
42339 \begin_layout Standard
42340 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
42341  de dialogue 
42342 \family sans
42343 Document\SpecialChar menuseparator
42344 Paramètres\SpecialChar menuseparator
42345 Listings
42346 \family default
42347 .
42348  Pour avoir la liste des options disponibles, tapez un point d'interrogation
42349  
42350 \begin_inset Quotes fld
42351 \end_inset
42352
42353 ?
42354 \begin_inset Quotes frd
42355 \end_inset
42356
42357  dans le champ.
42358 \end_layout
42359
42360 \begin_layout Standard
42361 Pour plus d'information sur le paquetage 
42362 \series bold
42363 listings
42364 \series default
42365 , nous vous renvoyons à sa documentation 
42366 \begin_inset CommandInset citation
42367 LatexCommand cite
42368 key "listings"
42369
42370 \end_inset
42371
42372 .
42373 \end_layout
42374
42375 \begin_layout Standard
42376 \begin_inset Newpage newpage
42377 \end_inset
42378
42379
42380 \end_layout
42381
42382 \begin_layout Chapter
42383 \start_of_appendix
42384 Unités de longueur utilisables avec \SpecialChar LyX
42385
42386 \begin_inset Argument 1
42387 status collapsed
42388
42389 \begin_layout Plain Layout
42390 Unités de longueur
42391 \end_layout
42392
42393 \end_inset
42394
42395
42396 \begin_inset Index idx
42397 status collapsed
42398
42399 \begin_layout Plain Layout
42400 Unités
42401 \end_layout
42402
42403 \end_inset
42404
42405
42406 \begin_inset CommandInset label
42407 LatexCommand label
42408 name "cha:Unités-de-longueur"
42409
42410 \end_inset
42411
42412
42413 \end_layout
42414
42415 \begin_layout Standard
42416 Pour comprendre les unités de longueur utilisées dans cette documentation,
42417  le tableau
42418 \begin_inset space ~
42419 \end_inset
42420
42421
42422 \begin_inset CommandInset ref
42423 LatexCommand ref
42424 reference "tab:Unités"
42425
42426 \end_inset
42427
42428 décrit les unités utilisées par \SpecialChar LyX
42429 .
42430 \begin_inset Float table
42431 placement h
42432 wide false
42433 sideways false
42434 status open
42435
42436 \begin_layout Plain Layout
42437 \begin_inset Caption Standard
42438
42439 \begin_layout Plain Layout
42440 \begin_inset CommandInset label
42441 LatexCommand label
42442 name "tab:Unités"
42443
42444 \end_inset
42445
42446 Unités de longueur
42447 \end_layout
42448
42449 \end_inset
42450
42451
42452 \end_layout
42453
42454 \begin_layout Plain Layout
42455 \begin_inset VSpace medskip
42456 \end_inset
42457
42458
42459 \end_layout
42460
42461 \begin_layout Plain Layout
42462 \align center
42463 \begin_inset Tabular
42464 <lyxtabular version="3" rows="20" columns="3">
42465 <features tabularvalignment="middle">
42466 <column alignment="center" valignment="top">
42467 <column alignment="center" valignment="top">
42468 <column alignment="center" valignment="top">
42469 <row>
42470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42471 \begin_inset Text
42472
42473 \begin_layout Plain Layout
42474 unité
42475 \end_layout
42476
42477 \end_inset
42478 </cell>
42479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42480 \begin_inset Text
42481
42482 \begin_layout Plain Layout
42483 nom/description
42484 \end_layout
42485
42486 \end_inset
42487 </cell>
42488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42489 \begin_inset Text
42490
42491 \begin_layout Plain Layout
42492 commande \SpecialChar LaTeX
42493
42494 \end_layout
42495
42496 \end_inset
42497 </cell>
42498 </row>
42499 <row>
42500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42501 \begin_inset Text
42502
42503 \begin_layout Plain Layout
42504 mm
42505 \end_layout
42506
42507 \end_inset
42508 </cell>
42509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42510 \begin_inset Text
42511
42512 \begin_layout Plain Layout
42513 millimètre
42514 \end_layout
42515
42516 \end_inset
42517 </cell>
42518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42519 \begin_inset Text
42520
42521 \begin_layout Plain Layout
42522 -
42523 \end_layout
42524
42525 \end_inset
42526 </cell>
42527 </row>
42528 <row>
42529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42530 \begin_inset Text
42531
42532 \begin_layout Plain Layout
42533 cm
42534 \end_layout
42535
42536 \end_inset
42537 </cell>
42538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42539 \begin_inset Text
42540
42541 \begin_layout Plain Layout
42542 centimètre
42543 \end_layout
42544
42545 \end_inset
42546 </cell>
42547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42548 \begin_inset Text
42549
42550 \begin_layout Plain Layout
42551 -
42552 \end_layout
42553
42554 \end_inset
42555 </cell>
42556 </row>
42557 <row>
42558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42559 \begin_inset Text
42560
42561 \begin_layout Plain Layout
42562 in
42563 \end_layout
42564
42565 \end_inset
42566 </cell>
42567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42568 \begin_inset Text
42569
42570 \begin_layout Plain Layout
42571 pouce (inch)
42572 \end_layout
42573
42574 \end_inset
42575 </cell>
42576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42577 \begin_inset Text
42578
42579 \begin_layout Plain Layout
42580 -
42581 \end_layout
42582
42583 \end_inset
42584 </cell>
42585 </row>
42586 <row>
42587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42588 \begin_inset Text
42589
42590 \begin_layout Plain Layout
42591 pt
42592 \end_layout
42593
42594 \end_inset
42595 </cell>
42596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42597 \begin_inset Text
42598
42599 \begin_layout Plain Layout
42600 point (72.27
42601 \begin_inset space \thinspace{}
42602 \end_inset
42603
42604 pt = 1
42605 \begin_inset space \thinspace{}
42606 \end_inset
42607
42608 in)
42609 \end_layout
42610
42611 \end_inset
42612 </cell>
42613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42614 \begin_inset Text
42615
42616 \begin_layout Plain Layout
42617 -
42618 \end_layout
42619
42620 \end_inset
42621 </cell>
42622 </row>
42623 <row>
42624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42625 \begin_inset Text
42626
42627 \begin_layout Plain Layout
42628 pc
42629 \end_layout
42630
42631 \end_inset
42632 </cell>
42633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42634 \begin_inset Text
42635
42636 \begin_layout Plain Layout
42637 pica (1
42638 \begin_inset space \thinspace{}
42639 \end_inset
42640
42641 pc = 12
42642 \begin_inset space \thinspace{}
42643 \end_inset
42644
42645 pt)
42646 \end_layout
42647
42648 \end_inset
42649 </cell>
42650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42651 \begin_inset Text
42652
42653 \begin_layout Plain Layout
42654 -
42655 \end_layout
42656
42657 \end_inset
42658 </cell>
42659 </row>
42660 <row>
42661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42662 \begin_inset Text
42663
42664 \begin_layout Plain Layout
42665 sp
42666 \end_layout
42667
42668 \end_inset
42669 </cell>
42670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42671 \begin_inset Text
42672
42673 \begin_layout Plain Layout
42674 scaled point (65536
42675 \begin_inset space \thinspace{}
42676 \end_inset
42677
42678 sp = 1
42679 \begin_inset space \thinspace{}
42680 \end_inset
42681
42682 pt)
42683 \end_layout
42684
42685 \end_inset
42686 </cell>
42687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42688 \begin_inset Text
42689
42690 \begin_layout Plain Layout
42691 -
42692 \end_layout
42693
42694 \end_inset
42695 </cell>
42696 </row>
42697 <row>
42698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42699 \begin_inset Text
42700
42701 \begin_layout Plain Layout
42702 bp
42703 \end_layout
42704
42705 \end_inset
42706 </cell>
42707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42708 \begin_inset Text
42709
42710 \begin_layout Plain Layout
42711 gros point (72
42712 \begin_inset space \thinspace{}
42713 \end_inset
42714
42715 bp = 1
42716 \begin_inset space \thinspace{}
42717 \end_inset
42718
42719 in)
42720 \end_layout
42721
42722 \end_inset
42723 </cell>
42724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42725 \begin_inset Text
42726
42727 \begin_layout Plain Layout
42728 -
42729 \end_layout
42730
42731 \end_inset
42732 </cell>
42733 </row>
42734 <row>
42735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42736 \begin_inset Text
42737
42738 \begin_layout Plain Layout
42739 dd
42740 \end_layout
42741
42742 \end_inset
42743 </cell>
42744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42745 \begin_inset Text
42746
42747 \begin_layout Plain Layout
42748 didot (72
42749 \begin_inset space \thinspace{}
42750 \end_inset
42751
42752 dd 
42753 \begin_inset Formula $\approx$
42754 \end_inset
42755
42756  37.6
42757 \begin_inset space \thinspace{}
42758 \end_inset
42759
42760 mm)
42761 \end_layout
42762
42763 \end_inset
42764 </cell>
42765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42766 \begin_inset Text
42767
42768 \begin_layout Plain Layout
42769 -
42770 \end_layout
42771
42772 \end_inset
42773 </cell>
42774 </row>
42775 <row>
42776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42777 \begin_inset Text
42778
42779 \begin_layout Plain Layout
42780 cc
42781 \end_layout
42782
42783 \end_inset
42784 </cell>
42785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42786 \begin_inset Text
42787
42788 \begin_layout Plain Layout
42789 cicero (1
42790 \begin_inset space \thinspace{}
42791 \end_inset
42792
42793 cc = 12
42794 \begin_inset space \thinspace{}
42795 \end_inset
42796
42797 dd)
42798 \end_layout
42799
42800 \end_inset
42801 </cell>
42802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42803 \begin_inset Text
42804
42805 \begin_layout Plain Layout
42806 -
42807 \end_layout
42808
42809 \end_inset
42810 </cell>
42811 </row>
42812 <row>
42813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42814 \begin_inset Text
42815
42816 \begin_layout Plain Layout
42817 Échelle graphique %
42818 \end_layout
42819
42820 \end_inset
42821 </cell>
42822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42823 \begin_inset Text
42824
42825 \begin_layout Plain Layout
42826 % de largeur originale de l'image
42827 \end_layout
42828
42829 \end_inset
42830 </cell>
42831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42832 \begin_inset Text
42833
42834 \begin_layout Plain Layout
42835
42836 \end_layout
42837
42838 \end_inset
42839 </cell>
42840 </row>
42841 <row>
42842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42843 \begin_inset Text
42844
42845 \begin_layout Plain Layout
42846 Largeur texte %
42847 \end_layout
42848
42849 \end_inset
42850 </cell>
42851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42852 \begin_inset Text
42853
42854 \begin_layout Plain Layout
42855 % de largeur du texte
42856 \end_layout
42857
42858 \end_inset
42859 </cell>
42860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42861 \begin_inset Text
42862
42863 \begin_layout Plain Layout
42864
42865 \backslash
42866 textwidth
42867 \end_layout
42868
42869 \end_inset
42870 </cell>
42871 </row>
42872 <row>
42873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42874 \begin_inset Text
42875
42876 \begin_layout Plain Layout
42877 Largeur colonne %
42878 \end_layout
42879
42880 \end_inset
42881 </cell>
42882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42883 \begin_inset Text
42884
42885 \begin_layout Plain Layout
42886 % de largeur de la colonne
42887 \end_layout
42888
42889 \end_inset
42890 </cell>
42891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42892 \begin_inset Text
42893
42894 \begin_layout Plain Layout
42895
42896 \backslash
42897 columnwidth
42898 \end_layout
42899
42900 \end_inset
42901 </cell>
42902 </row>
42903 <row>
42904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42905 \begin_inset Text
42906
42907 \begin_layout Plain Layout
42908 Largeur page %
42909 \end_layout
42910
42911 \end_inset
42912 </cell>
42913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42914 \begin_inset Text
42915
42916 \begin_layout Plain Layout
42917 % de largeur du papier
42918 \end_layout
42919
42920 \end_inset
42921 </cell>
42922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42923 \begin_inset Text
42924
42925 \begin_layout Plain Layout
42926
42927 \backslash
42928 paperwidth
42929 \end_layout
42930
42931 \end_inset
42932 </cell>
42933 </row>
42934 <row>
42935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42936 \begin_inset Text
42937
42938 \begin_layout Plain Layout
42939 Largeur ligne %
42940 \end_layout
42941
42942 \end_inset
42943 </cell>
42944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42945 \begin_inset Text
42946
42947 \begin_layout Plain Layout
42948 % de largeur de la ligne
42949 \end_layout
42950
42951 \end_inset
42952 </cell>
42953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42954 \begin_inset Text
42955
42956 \begin_layout Plain Layout
42957
42958 \backslash
42959 linewidth
42960 \end_layout
42961
42962 \end_inset
42963 </cell>
42964 </row>
42965 <row>
42966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42967 \begin_inset Text
42968
42969 \begin_layout Plain Layout
42970 Hauteur texte %
42971 \end_layout
42972
42973 \end_inset
42974 </cell>
42975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42976 \begin_inset Text
42977
42978 \begin_layout Plain Layout
42979 % de hauteur du texte
42980 \end_layout
42981
42982 \end_inset
42983 </cell>
42984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42985 \begin_inset Text
42986
42987 \begin_layout Plain Layout
42988
42989 \backslash
42990 textheight
42991 \end_layout
42992
42993 \end_inset
42994 </cell>
42995 </row>
42996 <row>
42997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42998 \begin_inset Text
42999
43000 \begin_layout Plain Layout
43001 Hauteur page %
43002 \end_layout
43003
43004 \end_inset
43005 </cell>
43006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43007 \begin_inset Text
43008
43009 \begin_layout Plain Layout
43010 % de hauteur du papier
43011 \end_layout
43012
43013 \end_inset
43014 </cell>
43015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43016 \begin_inset Text
43017
43018 \begin_layout Plain Layout
43019
43020 \backslash
43021 paperheight
43022 \end_layout
43023
43024 \end_inset
43025 </cell>
43026 </row>
43027 <row>
43028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43029 \begin_inset Text
43030
43031 \begin_layout Plain Layout
43032 ex
43033 \end_layout
43034
43035 \end_inset
43036 </cell>
43037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43038 \begin_inset Text
43039
43040 \begin_layout Plain Layout
43041 hauteur de lettre 
43042 \emph on
43043 x
43044 \emph default
43045  dans police courante
43046 \end_layout
43047
43048 \end_inset
43049 </cell>
43050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43051 \begin_inset Text
43052
43053 \begin_layout Plain Layout
43054 -
43055 \end_layout
43056
43057 \end_inset
43058 </cell>
43059 </row>
43060 <row>
43061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43062 \begin_inset Text
43063
43064 \begin_layout Plain Layout
43065 em
43066 \end_layout
43067
43068 \end_inset
43069 </cell>
43070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43071 \begin_inset Text
43072
43073 \begin_layout Plain Layout
43074 largeur de lettre
43075 \emph on
43076  M
43077 \emph default
43078  dans police courante
43079 \end_layout
43080
43081 \end_inset
43082 </cell>
43083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43084 \begin_inset Text
43085
43086 \begin_layout Plain Layout
43087 -
43088 \end_layout
43089
43090 \end_inset
43091 </cell>
43092 </row>
43093 <row>
43094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
43095 \begin_inset Text
43096
43097 \begin_layout Plain Layout
43098 mu
43099 \end_layout
43100
43101 \end_inset
43102 </cell>
43103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
43104 \begin_inset Text
43105
43106 \begin_layout Plain Layout
43107 unité mathématique (1
43108 \begin_inset space \thinspace{}
43109 \end_inset
43110
43111 mu = 1/18
43112 \begin_inset space \thinspace{}
43113 \end_inset
43114
43115 em)
43116 \end_layout
43117
43118 \end_inset
43119 </cell>
43120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
43121 \begin_inset Text
43122
43123 \begin_layout Plain Layout
43124 -
43125 \end_layout
43126
43127 \end_inset
43128 </cell>
43129 </row>
43130 </lyxtabular>
43131
43132 \end_inset
43133
43134
43135 \end_layout
43136
43137 \end_inset
43138
43139
43140 \end_layout
43141
43142 \begin_layout Chapter
43143 Formats des fichiers de sortie graphiques
43144 \begin_inset CommandInset label
43145 LatexCommand label
43146 name "cha:Formats-fichiers-graphiques"
43147
43148 \end_inset
43149
43150
43151 \end_layout
43152
43153 \begin_layout Section
43154 DVI
43155 \begin_inset Index idx
43156 status collapsed
43157
43158 \begin_layout Plain Layout
43159 Formats de Fichiers! DVI
43160 \end_layout
43161
43162 \end_inset
43163
43164
43165 \begin_inset Index idx
43166 status collapsed
43167
43168 \begin_layout Plain Layout
43169 DVI|see
43170 \begin_inset ERT
43171 status collapsed
43172
43173 \begin_layout Plain Layout
43174
43175 {
43176 \end_layout
43177
43178 \end_inset
43179
43180 Formats de Fichiers
43181 \begin_inset ERT
43182 status collapsed
43183
43184 \begin_layout Plain Layout
43185
43186 }
43187 \end_layout
43188
43189 \end_inset
43190
43191
43192 \end_layout
43193
43194 \end_inset
43195
43196
43197 \end_layout
43198
43199 \begin_layout Standard
43200 Ce type de fichiers a l'extension 
43201 \begin_inset Quotes fld
43202 \end_inset
43203
43204
43205 \family typewriter
43206 .dvi
43207 \family default
43208
43209 \begin_inset Quotes frd
43210 \end_inset
43211
43212 .
43213  Il est appelé 
43214 \emph on
43215 indépendant de l'appareil
43216 \emph default
43217  ou 
43218 \begin_inset Quotes fld
43219 \end_inset
43220
43221 device independent (DVI)
43222 \begin_inset Quotes frd
43223 \end_inset
43224
43225 , car il est complètement portable ; vous pouvez les recopier d'une machine
43226  à l'autre sans avoir à faire de conversion.
43227  À l'époque où ce format a été développé, c'était loin d'être évident.
43228  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
43229  étape préliminaire avant la conversion vers un autre format comme le PostScript.
43230 \end_layout
43231
43232 \begin_layout Standard
43233 \begin_inset Note Greyedout
43234 status open
43235
43236 \begin_layout Plain Layout
43237
43238 \series bold
43239 Note:
43240 \series default
43241  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
43242  au fichier.
43243  
43244 \end_layout
43245
43246 \end_inset
43247
43248  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
43249  
43250 \family typewriter
43251 .dvi
43252 \family default
43253 .
43254  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
43255 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
43256  pour les rendre visibles quand vous faites défiler votre document.
43257  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
43258  avec de nombreuses images.
43259 \end_layout
43260
43261 \begin_layout Standard
43262 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
43263  menu 
43264 \family sans
43265 Fichier\SpecialChar menuseparator
43266 Exporter\SpecialChar menuseparator
43267 DVI.
43268
43269 \family default
43270  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
43271 \family sans
43272 Visualiser
43273 \family default
43274 .
43275 \end_layout
43276
43277 \begin_layout Section
43278 PostScript
43279 \begin_inset Index idx
43280 status collapsed
43281
43282 \begin_layout Plain Layout
43283 Formats de Fichiers ! PostScript
43284 \end_layout
43285
43286 \end_inset
43287
43288
43289 \begin_inset Index idx
43290 status collapsed
43291
43292 \begin_layout Plain Layout
43293 PostScript|see
43294 \begin_inset ERT
43295 status collapsed
43296
43297 \begin_layout Plain Layout
43298
43299 {
43300 \end_layout
43301
43302 \end_inset
43303
43304 Formats de Fichiers
43305 \begin_inset ERT
43306 status collapsed
43307
43308 \begin_layout Plain Layout
43309
43310 }
43311 \end_layout
43312
43313 \end_inset
43314
43315
43316 \end_layout
43317
43318 \end_inset
43319
43320
43321 \end_layout
43322
43323 \begin_layout Standard
43324 Ce type de fichiers a l'extension 
43325 \begin_inset Quotes fld
43326 \end_inset
43327
43328
43329 \family typewriter
43330 .ps
43331 \family default
43332
43333 \begin_inset Quotes frd
43334 \end_inset
43335
43336 .
43337  PostScript a été développé par la société 
43338 \series bold
43339 Adobe
43340 \series default
43341  comme un langage pour les imprimantes.
43342  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
43343  pour imprimer le document.
43344  PostScript peut être considéré comme un 
43345 \begin_inset Quotes fld
43346 \end_inset
43347
43348 langage de programmation
43349 \begin_inset Quotes frd
43350 \end_inset
43351
43352  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
43353  images.
43354 \begin_inset Foot
43355 status collapsed
43356
43357 \begin_layout Plain Layout
43358 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
43359  \SpecialChar LaTeX
43360  
43361 \series bold
43362 pstricks
43363 \series default
43364
43365 \begin_inset CommandInset citation
43366 LatexCommand cite
43367 key "pstricks"
43368
43369 \end_inset
43370
43371 .
43372 \end_layout
43373
43374 \end_inset
43375
43376  En partie à cause de toutes ces possibilités un fichier PostScript est
43377  souvent plus gros qu'un PDF.
43378 \end_layout
43379
43380 \begin_layout Standard
43381 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
43382  plus gros qu'un PDF.
43383 \end_layout
43384
43385 \begin_layout Standard
43386 PostScript ne peut contenir que des images au format 
43387 \begin_inset Quotes fld
43388 \end_inset
43389
43390 PostScript Encapsulé
43391 \begin_inset Quotes frd
43392 \end_inset
43393
43394  (encapsulated PostScript ou EPS, d'extension 
43395 \family typewriter
43396 .eps
43397 \family default
43398 ).
43399  Comme \SpecialChar LyX
43400  vous permet n'importe quel format d'image connu dans votre document,
43401  il doit les convertir en interne en EPS.
43402  Si vous avez par exemple 50 images dans votre document, \SpecialChar LyX
43403  doit faire 50
43404  conversions à chaque fois que vous visualisez ou que vous exportez votre
43405  document.
43406  Cela risque de ralentir de façon importante votre rythme de travail.
43407  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
43408  vos images directement en EPS pour éviter ce problème.
43409 \end_layout
43410
43411 \begin_layout Standard
43412 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
43413  le menu 
43414 \family sans
43415 Fichier\SpecialChar menuseparator
43416 Exporter\SpecialChar menuseparator
43417 PostScript.
43418
43419 \family default
43420  Vous pouvez visionner votre document sous forme PostScript grâce au menu
43421  
43422 \family sans
43423 Visualiser
43424 \family default
43425 .
43426 \end_layout
43427
43428 \begin_layout Section
43429 PDF
43430 \begin_inset Index idx
43431 status collapsed
43432
43433 \begin_layout Plain Layout
43434 Formats de Fichiers ! PDF
43435 \end_layout
43436
43437 \end_inset
43438
43439
43440 \begin_inset Index idx
43441 status collapsed
43442
43443 \begin_layout Plain Layout
43444 PDF
43445 \end_layout
43446
43447 \end_inset
43448
43449
43450 \end_layout
43451
43452 \begin_layout Standard
43453 Ce type de fichiers a l'extension 
43454 \begin_inset Quotes fld
43455 \end_inset
43456
43457
43458 \family typewriter
43459 .pdf
43460 \family default
43461
43462 \begin_inset Quotes frd
43463 \end_inset
43464
43465 .
43466  Ce 
43467 \begin_inset Quotes fld
43468 \end_inset
43469
43470 format de document portable
43471 \begin_inset Quotes frd
43472 \end_inset
43473
43474  (portable document format ou PDF) est développé par 
43475 \family typewriter
43476 Adobe
43477 \family default
43478  comme une évolution de PostScript.
43479  Il est plus comprimé et utilise moins de commandes que PostScript.
43480  Comme son nom l'indique, il est 
43481 \begin_inset Quotes fld
43482 \end_inset
43483
43484 portable
43485 \begin_inset Quotes frd
43486 \end_inset
43487
43488  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
43489  aura exactement le même aspect.
43490 \end_layout
43491
43492 \begin_layout Standard
43493 PDF peut contenir des images dans son propre format PDF et dans les formats
43494  JPG (format du 
43495 \begin_inset Quotes fld
43496 \end_inset
43497
43498 Joint Photographic Expert Group
43499 \begin_inset Quotes frd
43500 \end_inset
43501
43502  avec comme extension 
43503 \family typewriter
43504 .jpg
43505 \family default
43506  ou 
43507 \family typewriter
43508 .jpeg
43509 \family default
43510 ) et PNG (
43511 \begin_inset Quotes fld
43512 \end_inset
43513
43514 Portable Network Graphics
43515 \begin_inset Quotes frd
43516 \end_inset
43517
43518  avec l'extension 
43519 \family typewriter
43520 .png
43521 \family default
43522 ).
43523  Vous pouvez quand même utiliser d'autres formats puisque \SpecialChar LyX
43524  les convertit
43525  dans un de ces formats.
43526  Mais comme il est dit dans la section sur PostScript, les conversions d'images
43527  vont ralentir votre travail.
43528  Nous recommandons donc l'utilisation de l'un des trois formats cités.
43529 \end_layout
43530
43531 \begin_layout Standard
43532 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
43533  menu 
43534 \family sans
43535 Fichier\SpecialChar menuseparator
43536 Exporter 
43537 \family default
43538 de trois façons différentes:
43539 \end_layout
43540
43541 \begin_layout Description
43542 PDF
43543 \begin_inset space ~
43544 \end_inset
43545
43546 (ps2pdf) Ceci utilise le programme 
43547 \family typewriter
43548 ps2pdf
43549 \family default
43550  qui créé un PDF à partir de la version PostScript de votre fichier.
43551  Cette dernière est produite par le programme 
43552 \family typewriter
43553 dvips
43554 \family default
43555  qui utilise une version DVI comme étape intermédiaire.
43556  Cette variante consiste donc en trois conversions.
43557 \end_layout
43558
43559 \begin_layout Description
43560 PDF
43561 \begin_inset space ~
43562 \end_inset
43563
43564 (dvipdfm) Ceci utilise le programme 
43565 \family typewriter
43566 dvipdfm
43567 \family default
43568  qui convertit votre fichier en DVI avant de le convertir en PDF.
43569 \end_layout
43570
43571 \begin_layout Description
43572 PDF
43573 \begin_inset space ~
43574 \end_inset
43575
43576 (pdflatex) Ceci utilise le programme 
43577 \family typewriter
43578 pdftex
43579 \family default
43580  qui convertit directement votre fichier en PDF.
43581 \end_layout
43582
43583 \begin_layout Standard
43584 Nous recommandons d'utiliser l'option 
43585 \family sans
43586 PDF
43587 \begin_inset space ~
43588 \end_inset
43589
43590 (pdflatex)
43591 \family default
43592  car 
43593 \family typewriter
43594 pdftex
43595 \family default
43596  accepte toutes les fonctionnalités des versions actuelles de PDF.
43597  Il est en plus rapide et stable.
43598  Le programme 
43599 \family typewriter
43600 dvipdfm
43601 \family default
43602  n'est plus développé est est donc un peu dépassé.
43603 \end_layout
43604
43605 \begin_layout Standard
43606 Vous pouvez visionner votre document sous forme PDF grâce au menu 
43607 \family sans
43608 Visualiser
43609 \family default
43610  ou en utilisant un bouton de la barre d'outils.
43611 \end_layout
43612
43613 \begin_layout Chapter
43614 Liste de noms de couleur pour dvips
43615 \begin_inset CommandInset label
43616 LatexCommand label
43617 name "chap:Liste-de-noms-de-couleur-dvips"
43618
43619 \end_inset
43620
43621
43622 \end_layout
43623
43624 \begin_layout Standard
43625 \begin_inset Tabular
43626 <lyxtabular version="3" rows="17" columns="4">
43627 <features tabularvalignment="middle">
43628 <column alignment="left" valignment="top" width="0pt">
43629 <column alignment="left" valignment="top" width="0pt">
43630 <column alignment="left" valignment="top" width="0pt">
43631 <column alignment="left" valignment="top" width="0pt">
43632 <row>
43633 <cell alignment="left" valignment="top" usebox="none">
43634 \begin_inset Text
43635
43636 \begin_layout Plain Layout
43637 \begin_inset ERT
43638 status collapsed
43639
43640 \begin_layout Plain Layout
43641
43642
43643 \backslash
43644 fcolorbox{black}{
43645 \end_layout
43646
43647 \end_inset
43648
43649 white
43650 \begin_inset ERT
43651 status collapsed
43652
43653 \begin_layout Plain Layout
43654
43655 }{
43656 \end_layout
43657
43658 \end_inset
43659
43660 Couleur
43661 \begin_inset ERT
43662 status collapsed
43663
43664 \begin_layout Plain Layout
43665
43666 }
43667 \end_layout
43668
43669 \end_inset
43670
43671  Nom
43672 \end_layout
43673
43674 \end_inset
43675 </cell>
43676 <cell alignment="left" valignment="top" usebox="none">
43677 \begin_inset Text
43678
43679 \begin_layout Plain Layout
43680 \begin_inset ERT
43681 status collapsed
43682
43683 \begin_layout Plain Layout
43684
43685
43686 \backslash
43687 fcolorbox{black}{
43688 \end_layout
43689
43690 \end_inset
43691
43692 white
43693 \begin_inset ERT
43694 status collapsed
43695
43696 \begin_layout Plain Layout
43697
43698 }{
43699 \end_layout
43700
43701 \end_inset
43702
43703 Couleur
43704 \begin_inset ERT
43705 status collapsed
43706
43707 \begin_layout Plain Layout
43708
43709 }
43710 \end_layout
43711
43712 \end_inset
43713
43714  Nom
43715 \end_layout
43716
43717 \end_inset
43718 </cell>
43719 <cell alignment="left" valignment="top" usebox="none">
43720 \begin_inset Text
43721
43722 \begin_layout Plain Layout
43723 \begin_inset ERT
43724 status collapsed
43725
43726 \begin_layout Plain Layout
43727
43728
43729 \backslash
43730 fcolorbox{black}{
43731 \end_layout
43732
43733 \end_inset
43734
43735 white
43736 \begin_inset ERT
43737 status collapsed
43738
43739 \begin_layout Plain Layout
43740
43741 }{
43742 \end_layout
43743
43744 \end_inset
43745
43746 Couleur
43747 \begin_inset ERT
43748 status collapsed
43749
43750 \begin_layout Plain Layout
43751
43752 }
43753 \end_layout
43754
43755 \end_inset
43756
43757  Nom
43758 \end_layout
43759
43760 \end_inset
43761 </cell>
43762 <cell alignment="left" valignment="top" usebox="none">
43763 \begin_inset Text
43764
43765 \begin_layout Plain Layout
43766 \begin_inset ERT
43767 status collapsed
43768
43769 \begin_layout Plain Layout
43770
43771
43772 \backslash
43773 fcolorbox{black}{
43774 \end_layout
43775
43776 \end_inset
43777
43778 white
43779 \begin_inset ERT
43780 status collapsed
43781
43782 \begin_layout Plain Layout
43783
43784 }{
43785 \end_layout
43786
43787 \end_inset
43788
43789 Couleur
43790 \begin_inset ERT
43791 status collapsed
43792
43793 \begin_layout Plain Layout
43794
43795 }
43796 \end_layout
43797
43798 \end_inset
43799
43800  Nom
43801 \end_layout
43802
43803 \end_inset
43804 </cell>
43805 </row>
43806 <row>
43807 <cell alignment="center" valignment="top" usebox="none">
43808 \begin_inset Text
43809
43810 \begin_layout Plain Layout
43811 \begin_inset ERT
43812 status collapsed
43813
43814 \begin_layout Plain Layout
43815
43816
43817 \backslash
43818 fcolorbox{black}{
43819 \end_layout
43820
43821 \end_inset
43822
43823 Apricot
43824 \begin_inset ERT
43825 status collapsed
43826
43827 \begin_layout Plain Layout
43828
43829 }{
43830 \end_layout
43831
43832 \end_inset
43833
43834
43835 \begin_inset Phantom Phantom
43836 status open
43837
43838 \begin_layout Plain Layout
43839 W
43840 \end_layout
43841
43842 \end_inset
43843
43844
43845 \begin_inset ERT
43846 status collapsed
43847
43848 \begin_layout Plain Layout
43849
43850 }
43851 \end_layout
43852
43853 \end_inset
43854
43855  Apricot
43856 \end_layout
43857
43858 \end_inset
43859 </cell>
43860 <cell alignment="center" valignment="top" usebox="none">
43861 \begin_inset Text
43862
43863 \begin_layout Plain Layout
43864 \begin_inset ERT
43865 status collapsed
43866
43867 \begin_layout Plain Layout
43868
43869
43870 \backslash
43871 fcolorbox{black}{
43872 \end_layout
43873
43874 \end_inset
43875
43876 Aquamarine
43877 \begin_inset ERT
43878 status collapsed
43879
43880 \begin_layout Plain Layout
43881
43882 }{
43883 \end_layout
43884
43885 \end_inset
43886
43887
43888 \begin_inset Phantom Phantom
43889 status open
43890
43891 \begin_layout Plain Layout
43892 W
43893 \end_layout
43894
43895 \end_inset
43896
43897
43898 \begin_inset ERT
43899 status collapsed
43900
43901 \begin_layout Plain Layout
43902
43903 }
43904 \end_layout
43905
43906 \end_inset
43907
43908  Aquamarine
43909 \end_layout
43910
43911 \end_inset
43912 </cell>
43913 <cell alignment="center" valignment="top" usebox="none">
43914 \begin_inset Text
43915
43916 \begin_layout Plain Layout
43917 \begin_inset ERT
43918 status collapsed
43919
43920 \begin_layout Plain Layout
43921
43922
43923 \backslash
43924 fcolorbox{black}{
43925 \end_layout
43926
43927 \end_inset
43928
43929 Bittersweet
43930 \begin_inset ERT
43931 status collapsed
43932
43933 \begin_layout Plain Layout
43934
43935 }{
43936 \end_layout
43937
43938 \end_inset
43939
43940
43941 \begin_inset Phantom Phantom
43942 status open
43943
43944 \begin_layout Plain Layout
43945 W
43946 \end_layout
43947
43948 \end_inset
43949
43950
43951 \begin_inset ERT
43952 status collapsed
43953
43954 \begin_layout Plain Layout
43955
43956 }
43957 \end_layout
43958
43959 \end_inset
43960
43961  Bittersweet
43962 \end_layout
43963
43964 \end_inset
43965 </cell>
43966 <cell alignment="center" valignment="top" usebox="none">
43967 \begin_inset Text
43968
43969 \begin_layout Plain Layout
43970 \begin_inset ERT
43971 status collapsed
43972
43973 \begin_layout Plain Layout
43974
43975
43976 \backslash
43977 fcolorbox{black}{
43978 \end_layout
43979
43980 \end_inset
43981
43982 BlueGreen
43983 \begin_inset ERT
43984 status collapsed
43985
43986 \begin_layout Plain Layout
43987
43988 }{
43989 \end_layout
43990
43991 \end_inset
43992
43993
43994 \begin_inset Phantom Phantom
43995 status open
43996
43997 \begin_layout Plain Layout
43998 W
43999 \end_layout
44000
44001 \end_inset
44002
44003
44004 \begin_inset ERT
44005 status collapsed
44006
44007 \begin_layout Plain Layout
44008
44009 }
44010 \end_layout
44011
44012 \end_inset
44013
44014  BlueGreen
44015 \end_layout
44016
44017 \end_inset
44018 </cell>
44019 </row>
44020 <row>
44021 <cell alignment="left" valignment="top" usebox="none">
44022 \begin_inset Text
44023
44024 \begin_layout Plain Layout
44025 \begin_inset ERT
44026 status collapsed
44027
44028 \begin_layout Plain Layout
44029
44030
44031 \backslash
44032 fcolorbox{black}{
44033 \end_layout
44034
44035 \end_inset
44036
44037 BlueViolet
44038 \begin_inset ERT
44039 status collapsed
44040
44041 \begin_layout Plain Layout
44042
44043 }{
44044 \end_layout
44045
44046 \end_inset
44047
44048
44049 \begin_inset Phantom Phantom
44050 status open
44051
44052 \begin_layout Plain Layout
44053 W
44054 \end_layout
44055
44056 \end_inset
44057
44058
44059 \begin_inset ERT
44060 status collapsed
44061
44062 \begin_layout Plain Layout
44063
44064 }
44065 \end_layout
44066
44067 \end_inset
44068
44069  BlueViolet
44070 \end_layout
44071
44072 \end_inset
44073 </cell>
44074 <cell alignment="left" valignment="top" usebox="none">
44075 \begin_inset Text
44076
44077 \begin_layout Plain Layout
44078 \begin_inset ERT
44079 status collapsed
44080
44081 \begin_layout Plain Layout
44082
44083
44084 \backslash
44085 fcolorbox{black}{
44086 \end_layout
44087
44088 \end_inset
44089
44090 BrickRed
44091 \begin_inset ERT
44092 status collapsed
44093
44094 \begin_layout Plain Layout
44095
44096 }{
44097 \end_layout
44098
44099 \end_inset
44100
44101
44102 \begin_inset Phantom Phantom
44103 status open
44104
44105 \begin_layout Plain Layout
44106 W
44107 \end_layout
44108
44109 \end_inset
44110
44111
44112 \begin_inset ERT
44113 status collapsed
44114
44115 \begin_layout Plain Layout
44116
44117 }
44118 \end_layout
44119
44120 \end_inset
44121
44122  BrickRed
44123 \end_layout
44124
44125 \end_inset
44126 </cell>
44127 <cell alignment="left" valignment="top" usebox="none">
44128 \begin_inset Text
44129
44130 \begin_layout Plain Layout
44131 \begin_inset ERT
44132 status collapsed
44133
44134 \begin_layout Plain Layout
44135
44136
44137 \backslash
44138 fcolorbox{black}{
44139 \end_layout
44140
44141 \end_inset
44142
44143 Brown
44144 \begin_inset ERT
44145 status collapsed
44146
44147 \begin_layout Plain Layout
44148
44149 }{
44150 \end_layout
44151
44152 \end_inset
44153
44154
44155 \begin_inset Phantom Phantom
44156 status open
44157
44158 \begin_layout Plain Layout
44159 W
44160 \end_layout
44161
44162 \end_inset
44163
44164
44165 \begin_inset ERT
44166 status collapsed
44167
44168 \begin_layout Plain Layout
44169
44170 }
44171 \end_layout
44172
44173 \end_inset
44174
44175  Brown
44176 \end_layout
44177
44178 \end_inset
44179 </cell>
44180 <cell alignment="left" valignment="top" usebox="none">
44181 \begin_inset Text
44182
44183 \begin_layout Plain Layout
44184 \begin_inset ERT
44185 status collapsed
44186
44187 \begin_layout Plain Layout
44188
44189
44190 \backslash
44191 fcolorbox{black}{
44192 \end_layout
44193
44194 \end_inset
44195
44196 BurntOrange
44197 \begin_inset ERT
44198 status collapsed
44199
44200 \begin_layout Plain Layout
44201
44202 }{
44203 \end_layout
44204
44205 \end_inset
44206
44207
44208 \begin_inset Phantom Phantom
44209 status open
44210
44211 \begin_layout Plain Layout
44212 W
44213 \end_layout
44214
44215 \end_inset
44216
44217
44218 \begin_inset ERT
44219 status collapsed
44220
44221 \begin_layout Plain Layout
44222
44223 }
44224 \end_layout
44225
44226 \end_inset
44227
44228  BurntOrange
44229 \end_layout
44230
44231 \end_inset
44232 </cell>
44233 </row>
44234 <row>
44235 <cell alignment="left" valignment="top" usebox="none">
44236 \begin_inset Text
44237
44238 \begin_layout Plain Layout
44239 \begin_inset ERT
44240 status collapsed
44241
44242 \begin_layout Plain Layout
44243
44244
44245 \backslash
44246 fcolorbox{black}{
44247 \end_layout
44248
44249 \end_inset
44250
44251 CadetBlue
44252 \begin_inset ERT
44253 status collapsed
44254
44255 \begin_layout Plain Layout
44256
44257 }{
44258 \end_layout
44259
44260 \end_inset
44261
44262
44263 \begin_inset Phantom Phantom
44264 status open
44265
44266 \begin_layout Plain Layout
44267 W
44268 \end_layout
44269
44270 \end_inset
44271
44272
44273 \begin_inset ERT
44274 status collapsed
44275
44276 \begin_layout Plain Layout
44277
44278 }
44279 \end_layout
44280
44281 \end_inset
44282
44283  CadetBlue
44284 \end_layout
44285
44286 \end_inset
44287 </cell>
44288 <cell alignment="left" valignment="top" usebox="none">
44289 \begin_inset Text
44290
44291 \begin_layout Plain Layout
44292 \begin_inset ERT
44293 status collapsed
44294
44295 \begin_layout Plain Layout
44296
44297
44298 \backslash
44299 fcolorbox{black}{
44300 \end_layout
44301
44302 \end_inset
44303
44304 CarnationPink
44305 \begin_inset ERT
44306 status collapsed
44307
44308 \begin_layout Plain Layout
44309
44310 }{
44311 \end_layout
44312
44313 \end_inset
44314
44315
44316 \begin_inset Phantom Phantom
44317 status open
44318
44319 \begin_layout Plain Layout
44320 W
44321 \end_layout
44322
44323 \end_inset
44324
44325
44326 \begin_inset ERT
44327 status collapsed
44328
44329 \begin_layout Plain Layout
44330
44331 }
44332 \end_layout
44333
44334 \end_inset
44335
44336  CarnationPink
44337 \end_layout
44338
44339 \end_inset
44340 </cell>
44341 <cell alignment="left" valignment="top" usebox="none">
44342 \begin_inset Text
44343
44344 \begin_layout Plain Layout
44345 \begin_inset ERT
44346 status collapsed
44347
44348 \begin_layout Plain Layout
44349
44350
44351 \backslash
44352 fcolorbox{black}{
44353 \end_layout
44354
44355 \end_inset
44356
44357 Cerulean
44358 \begin_inset ERT
44359 status collapsed
44360
44361 \begin_layout Plain Layout
44362
44363 }{
44364 \end_layout
44365
44366 \end_inset
44367
44368
44369 \begin_inset Phantom Phantom
44370 status open
44371
44372 \begin_layout Plain Layout
44373 W
44374 \end_layout
44375
44376 \end_inset
44377
44378
44379 \begin_inset ERT
44380 status collapsed
44381
44382 \begin_layout Plain Layout
44383
44384 }
44385 \end_layout
44386
44387 \end_inset
44388
44389  Cerulean
44390 \end_layout
44391
44392 \end_inset
44393 </cell>
44394 <cell alignment="left" valignment="top" usebox="none">
44395 \begin_inset Text
44396
44397 \begin_layout Plain Layout
44398 \begin_inset ERT
44399 status collapsed
44400
44401 \begin_layout Plain Layout
44402
44403
44404 \backslash
44405 fcolorbox{black}{
44406 \end_layout
44407
44408 \end_inset
44409
44410 CornflowerBlue
44411 \begin_inset ERT
44412 status collapsed
44413
44414 \begin_layout Plain Layout
44415
44416 }{
44417 \end_layout
44418
44419 \end_inset
44420
44421
44422 \begin_inset Phantom Phantom
44423 status open
44424
44425 \begin_layout Plain Layout
44426 W
44427 \end_layout
44428
44429 \end_inset
44430
44431
44432 \begin_inset ERT
44433 status collapsed
44434
44435 \begin_layout Plain Layout
44436
44437 }
44438 \end_layout
44439
44440 \end_inset
44441
44442  CornflowerBlue
44443 \end_layout
44444
44445 \end_inset
44446 </cell>
44447 </row>
44448 <row>
44449 <cell alignment="left" valignment="top" usebox="none">
44450 \begin_inset Text
44451
44452 \begin_layout Plain Layout
44453 \begin_inset ERT
44454 status collapsed
44455
44456 \begin_layout Plain Layout
44457
44458
44459 \backslash
44460 fcolorbox{black}{
44461 \end_layout
44462
44463 \end_inset
44464
44465 Dandelion
44466 \begin_inset ERT
44467 status collapsed
44468
44469 \begin_layout Plain Layout
44470
44471 }{
44472 \end_layout
44473
44474 \end_inset
44475
44476
44477 \begin_inset Phantom Phantom
44478 status open
44479
44480 \begin_layout Plain Layout
44481 W
44482 \end_layout
44483
44484 \end_inset
44485
44486
44487 \begin_inset ERT
44488 status collapsed
44489
44490 \begin_layout Plain Layout
44491
44492 }
44493 \end_layout
44494
44495 \end_inset
44496
44497  Dandelion
44498 \end_layout
44499
44500 \end_inset
44501 </cell>
44502 <cell alignment="left" valignment="top" usebox="none">
44503 \begin_inset Text
44504
44505 \begin_layout Plain Layout
44506 \begin_inset ERT
44507 status collapsed
44508
44509 \begin_layout Plain Layout
44510
44511
44512 \backslash
44513 fcolorbox{black}{
44514 \end_layout
44515
44516 \end_inset
44517
44518 DarkOrchid
44519 \begin_inset ERT
44520 status collapsed
44521
44522 \begin_layout Plain Layout
44523
44524 }{
44525 \end_layout
44526
44527 \end_inset
44528
44529
44530 \begin_inset Phantom Phantom
44531 status open
44532
44533 \begin_layout Plain Layout
44534 W
44535 \end_layout
44536
44537 \end_inset
44538
44539
44540 \begin_inset ERT
44541 status collapsed
44542
44543 \begin_layout Plain Layout
44544
44545 }
44546 \end_layout
44547
44548 \end_inset
44549
44550  DarkOrchid
44551 \end_layout
44552
44553 \end_inset
44554 </cell>
44555 <cell alignment="left" valignment="top" usebox="none">
44556 \begin_inset Text
44557
44558 \begin_layout Plain Layout
44559 \begin_inset ERT
44560 status collapsed
44561
44562 \begin_layout Plain Layout
44563
44564
44565 \backslash
44566 fcolorbox{black}{
44567 \end_layout
44568
44569 \end_inset
44570
44571 Emerald
44572 \begin_inset ERT
44573 status collapsed
44574
44575 \begin_layout Plain Layout
44576
44577 }{
44578 \end_layout
44579
44580 \end_inset
44581
44582
44583 \begin_inset Phantom Phantom
44584 status open
44585
44586 \begin_layout Plain Layout
44587 W
44588 \end_layout
44589
44590 \end_inset
44591
44592
44593 \begin_inset ERT
44594 status collapsed
44595
44596 \begin_layout Plain Layout
44597
44598 }
44599 \end_layout
44600
44601 \end_inset
44602
44603  Emerald
44604 \end_layout
44605
44606 \end_inset
44607 </cell>
44608 <cell alignment="left" valignment="top" usebox="none">
44609 \begin_inset Text
44610
44611 \begin_layout Plain Layout
44612 \begin_inset ERT
44613 status collapsed
44614
44615 \begin_layout Plain Layout
44616
44617
44618 \backslash
44619 fcolorbox{black}{
44620 \end_layout
44621
44622 \end_inset
44623
44624 ForestGreen
44625 \begin_inset ERT
44626 status collapsed
44627
44628 \begin_layout Plain Layout
44629
44630 }{
44631 \end_layout
44632
44633 \end_inset
44634
44635
44636 \begin_inset Phantom Phantom
44637 status open
44638
44639 \begin_layout Plain Layout
44640 W
44641 \end_layout
44642
44643 \end_inset
44644
44645
44646 \begin_inset ERT
44647 status collapsed
44648
44649 \begin_layout Plain Layout
44650
44651 }
44652 \end_layout
44653
44654 \end_inset
44655
44656  ForestGreen
44657 \end_layout
44658
44659 \end_inset
44660 </cell>
44661 </row>
44662 <row>
44663 <cell alignment="left" valignment="top" usebox="none">
44664 \begin_inset Text
44665
44666 \begin_layout Plain Layout
44667 \begin_inset ERT
44668 status collapsed
44669
44670 \begin_layout Plain Layout
44671
44672
44673 \backslash
44674 fcolorbox{black}{
44675 \end_layout
44676
44677 \end_inset
44678
44679 Fuchsia
44680 \begin_inset ERT
44681 status collapsed
44682
44683 \begin_layout Plain Layout
44684
44685 }{
44686 \end_layout
44687
44688 \end_inset
44689
44690
44691 \begin_inset Phantom Phantom
44692 status open
44693
44694 \begin_layout Plain Layout
44695 W
44696 \end_layout
44697
44698 \end_inset
44699
44700
44701 \begin_inset ERT
44702 status collapsed
44703
44704 \begin_layout Plain Layout
44705
44706 }
44707 \end_layout
44708
44709 \end_inset
44710
44711  Fuchsia
44712 \end_layout
44713
44714 \end_inset
44715 </cell>
44716 <cell alignment="left" valignment="top" usebox="none">
44717 \begin_inset Text
44718
44719 \begin_layout Plain Layout
44720 \begin_inset ERT
44721 status collapsed
44722
44723 \begin_layout Plain Layout
44724
44725
44726 \backslash
44727 fcolorbox{black}{
44728 \end_layout
44729
44730 \end_inset
44731
44732 Goldenrod
44733 \begin_inset ERT
44734 status collapsed
44735
44736 \begin_layout Plain Layout
44737
44738 }{
44739 \end_layout
44740
44741 \end_inset
44742
44743
44744 \begin_inset Phantom Phantom
44745 status open
44746
44747 \begin_layout Plain Layout
44748 W
44749 \end_layout
44750
44751 \end_inset
44752
44753
44754 \begin_inset ERT
44755 status collapsed
44756
44757 \begin_layout Plain Layout
44758
44759 }
44760 \end_layout
44761
44762 \end_inset
44763
44764  Goldenrod
44765 \end_layout
44766
44767 \end_inset
44768 </cell>
44769 <cell alignment="left" valignment="top" usebox="none">
44770 \begin_inset Text
44771
44772 \begin_layout Plain Layout
44773 \begin_inset ERT
44774 status collapsed
44775
44776 \begin_layout Plain Layout
44777
44778
44779 \backslash
44780 fcolorbox{black}{
44781 \end_layout
44782
44783 \end_inset
44784
44785 Gray
44786 \begin_inset ERT
44787 status collapsed
44788
44789 \begin_layout Plain Layout
44790
44791 }{
44792 \end_layout
44793
44794 \end_inset
44795
44796
44797 \begin_inset Phantom Phantom
44798 status open
44799
44800 \begin_layout Plain Layout
44801 W
44802 \end_layout
44803
44804 \end_inset
44805
44806
44807 \begin_inset ERT
44808 status collapsed
44809
44810 \begin_layout Plain Layout
44811
44812 }
44813 \end_layout
44814
44815 \end_inset
44816
44817  Gray
44818 \end_layout
44819
44820 \end_inset
44821 </cell>
44822 <cell alignment="left" valignment="top" usebox="none">
44823 \begin_inset Text
44824
44825 \begin_layout Plain Layout
44826 \begin_inset ERT
44827 status collapsed
44828
44829 \begin_layout Plain Layout
44830
44831
44832 \backslash
44833 fcolorbox{black}{
44834 \end_layout
44835
44836 \end_inset
44837
44838 GreenYellow
44839 \begin_inset ERT
44840 status collapsed
44841
44842 \begin_layout Plain Layout
44843
44844 }{
44845 \end_layout
44846
44847 \end_inset
44848
44849
44850 \begin_inset Phantom Phantom
44851 status open
44852
44853 \begin_layout Plain Layout
44854 W
44855 \end_layout
44856
44857 \end_inset
44858
44859
44860 \begin_inset ERT
44861 status collapsed
44862
44863 \begin_layout Plain Layout
44864
44865 }
44866 \end_layout
44867
44868 \end_inset
44869
44870  GreenYellow
44871 \end_layout
44872
44873 \end_inset
44874 </cell>
44875 </row>
44876 <row>
44877 <cell alignment="center" valignment="top" usebox="none">
44878 \begin_inset Text
44879
44880 \begin_layout Plain Layout
44881 \begin_inset ERT
44882 status collapsed
44883
44884 \begin_layout Plain Layout
44885
44886
44887 \backslash
44888 fcolorbox{black}{
44889 \end_layout
44890
44891 \end_inset
44892
44893 JungleGreen
44894 \begin_inset ERT
44895 status collapsed
44896
44897 \begin_layout Plain Layout
44898
44899 }{
44900 \end_layout
44901
44902 \end_inset
44903
44904
44905 \begin_inset Phantom Phantom
44906 status open
44907
44908 \begin_layout Plain Layout
44909 W
44910 \end_layout
44911
44912 \end_inset
44913
44914
44915 \begin_inset ERT
44916 status collapsed
44917
44918 \begin_layout Plain Layout
44919
44920 }
44921 \end_layout
44922
44923 \end_inset
44924
44925  JungleGreen
44926 \end_layout
44927
44928 \end_inset
44929 </cell>
44930 <cell alignment="center" valignment="top" usebox="none">
44931 \begin_inset Text
44932
44933 \begin_layout Plain Layout
44934 \begin_inset ERT
44935 status collapsed
44936
44937 \begin_layout Plain Layout
44938
44939
44940 \backslash
44941 fcolorbox{black}{
44942 \end_layout
44943
44944 \end_inset
44945
44946 Lavender
44947 \begin_inset ERT
44948 status collapsed
44949
44950 \begin_layout Plain Layout
44951
44952 }{
44953 \end_layout
44954
44955 \end_inset
44956
44957
44958 \begin_inset Phantom Phantom
44959 status open
44960
44961 \begin_layout Plain Layout
44962 W
44963 \end_layout
44964
44965 \end_inset
44966
44967
44968 \begin_inset ERT
44969 status collapsed
44970
44971 \begin_layout Plain Layout
44972
44973 }
44974 \end_layout
44975
44976 \end_inset
44977
44978  Lavender
44979 \end_layout
44980
44981 \end_inset
44982 </cell>
44983 <cell alignment="center" valignment="top" usebox="none">
44984 \begin_inset Text
44985
44986 \begin_layout Plain Layout
44987 \begin_inset ERT
44988 status collapsed
44989
44990 \begin_layout Plain Layout
44991
44992
44993 \backslash
44994 fcolorbox{black}{
44995 \end_layout
44996
44997 \end_inset
44998
44999 LimeGreen
45000 \begin_inset ERT
45001 status collapsed
45002
45003 \begin_layout Plain Layout
45004
45005 }{
45006 \end_layout
45007
45008 \end_inset
45009
45010
45011 \begin_inset Phantom Phantom
45012 status open
45013
45014 \begin_layout Plain Layout
45015 W
45016 \end_layout
45017
45018 \end_inset
45019
45020
45021 \begin_inset ERT
45022 status collapsed
45023
45024 \begin_layout Plain Layout
45025
45026 }
45027 \end_layout
45028
45029 \end_inset
45030
45031  LimeGreen
45032 \end_layout
45033
45034 \end_inset
45035 </cell>
45036 <cell alignment="center" valignment="top" usebox="none">
45037 \begin_inset Text
45038
45039 \begin_layout Plain Layout
45040 \begin_inset ERT
45041 status collapsed
45042
45043 \begin_layout Plain Layout
45044
45045
45046 \backslash
45047 fcolorbox{black}{
45048 \end_layout
45049
45050 \end_inset
45051
45052 Mahogany
45053 \begin_inset ERT
45054 status collapsed
45055
45056 \begin_layout Plain Layout
45057
45058 }{
45059 \end_layout
45060
45061 \end_inset
45062
45063
45064 \begin_inset Phantom Phantom
45065 status open
45066
45067 \begin_layout Plain Layout
45068 W
45069 \end_layout
45070
45071 \end_inset
45072
45073
45074 \begin_inset ERT
45075 status collapsed
45076
45077 \begin_layout Plain Layout
45078
45079 }
45080 \end_layout
45081
45082 \end_inset
45083
45084  Mahogany
45085 \end_layout
45086
45087 \end_inset
45088 </cell>
45089 </row>
45090 <row>
45091 <cell alignment="left" valignment="top" usebox="none">
45092 \begin_inset Text
45093
45094 \begin_layout Plain Layout
45095 \begin_inset ERT
45096 status collapsed
45097
45098 \begin_layout Plain Layout
45099
45100
45101 \backslash
45102 fcolorbox{black}{
45103 \end_layout
45104
45105 \end_inset
45106
45107 Mahogany
45108 \begin_inset ERT
45109 status collapsed
45110
45111 \begin_layout Plain Layout
45112
45113 }{
45114 \end_layout
45115
45116 \end_inset
45117
45118
45119 \begin_inset Phantom Phantom
45120 status open
45121
45122 \begin_layout Plain Layout
45123 W
45124 \end_layout
45125
45126 \end_inset
45127
45128
45129 \begin_inset ERT
45130 status collapsed
45131
45132 \begin_layout Plain Layout
45133
45134 }
45135 \end_layout
45136
45137 \end_inset
45138
45139  Mahogany
45140 \end_layout
45141
45142 \end_inset
45143 </cell>
45144 <cell alignment="left" valignment="top" usebox="none">
45145 \begin_inset Text
45146
45147 \begin_layout Plain Layout
45148 \begin_inset ERT
45149 status collapsed
45150
45151 \begin_layout Plain Layout
45152
45153
45154 \backslash
45155 fcolorbox{black}{
45156 \end_layout
45157
45158 \end_inset
45159
45160 Maroon
45161 \begin_inset ERT
45162 status collapsed
45163
45164 \begin_layout Plain Layout
45165
45166 }{
45167 \end_layout
45168
45169 \end_inset
45170
45171
45172 \begin_inset Phantom Phantom
45173 status open
45174
45175 \begin_layout Plain Layout
45176 W
45177 \end_layout
45178
45179 \end_inset
45180
45181
45182 \begin_inset ERT
45183 status collapsed
45184
45185 \begin_layout Plain Layout
45186
45187 }
45188 \end_layout
45189
45190 \end_inset
45191
45192  Maroon
45193 \end_layout
45194
45195 \end_inset
45196 </cell>
45197 <cell alignment="left" valignment="top" usebox="none">
45198 \begin_inset Text
45199
45200 \begin_layout Plain Layout
45201 \begin_inset ERT
45202 status collapsed
45203
45204 \begin_layout Plain Layout
45205
45206
45207 \backslash
45208 fcolorbox{black}{
45209 \end_layout
45210
45211 \end_inset
45212
45213 Melon
45214 \begin_inset ERT
45215 status collapsed
45216
45217 \begin_layout Plain Layout
45218
45219 }{
45220 \end_layout
45221
45222 \end_inset
45223
45224
45225 \begin_inset Phantom Phantom
45226 status open
45227
45228 \begin_layout Plain Layout
45229 W
45230 \end_layout
45231
45232 \end_inset
45233
45234
45235 \begin_inset ERT
45236 status collapsed
45237
45238 \begin_layout Plain Layout
45239
45240 }
45241 \end_layout
45242
45243 \end_inset
45244
45245  Melon
45246 \end_layout
45247
45248 \end_inset
45249 </cell>
45250 <cell alignment="left" valignment="top" usebox="none">
45251 \begin_inset Text
45252
45253 \begin_layout Plain Layout
45254 \begin_inset ERT
45255 status collapsed
45256
45257 \begin_layout Plain Layout
45258
45259
45260 \backslash
45261 fcolorbox{black}{
45262 \end_layout
45263
45264 \end_inset
45265
45266 MidnightBlue
45267 \begin_inset ERT
45268 status collapsed
45269
45270 \begin_layout Plain Layout
45271
45272 }{
45273 \end_layout
45274
45275 \end_inset
45276
45277
45278 \begin_inset Phantom Phantom
45279 status open
45280
45281 \begin_layout Plain Layout
45282 W
45283 \end_layout
45284
45285 \end_inset
45286
45287
45288 \begin_inset ERT
45289 status collapsed
45290
45291 \begin_layout Plain Layout
45292
45293 }
45294 \end_layout
45295
45296 \end_inset
45297
45298  MidnightBlue
45299 \end_layout
45300
45301 \end_inset
45302 </cell>
45303 </row>
45304 <row>
45305 <cell alignment="left" valignment="top" usebox="none">
45306 \begin_inset Text
45307
45308 \begin_layout Plain Layout
45309 \begin_inset ERT
45310 status collapsed
45311
45312 \begin_layout Plain Layout
45313
45314
45315 \backslash
45316 fcolorbox{black}{
45317 \end_layout
45318
45319 \end_inset
45320
45321 Mulberry
45322 \begin_inset ERT
45323 status collapsed
45324
45325 \begin_layout Plain Layout
45326
45327 }{
45328 \end_layout
45329
45330 \end_inset
45331
45332
45333 \begin_inset Phantom Phantom
45334 status open
45335
45336 \begin_layout Plain Layout
45337 W
45338 \end_layout
45339
45340 \end_inset
45341
45342
45343 \begin_inset ERT
45344 status collapsed
45345
45346 \begin_layout Plain Layout
45347
45348 }
45349 \end_layout
45350
45351 \end_inset
45352
45353  Mulberry
45354 \end_layout
45355
45356 \end_inset
45357 </cell>
45358 <cell alignment="left" valignment="top" usebox="none">
45359 \begin_inset Text
45360
45361 \begin_layout Plain Layout
45362 \begin_inset ERT
45363 status collapsed
45364
45365 \begin_layout Plain Layout
45366
45367
45368 \backslash
45369 fcolorbox{black}{
45370 \end_layout
45371
45372 \end_inset
45373
45374 NavyBlue
45375 \begin_inset ERT
45376 status collapsed
45377
45378 \begin_layout Plain Layout
45379
45380 }{
45381 \end_layout
45382
45383 \end_inset
45384
45385
45386 \begin_inset Phantom Phantom
45387 status open
45388
45389 \begin_layout Plain Layout
45390 W
45391 \end_layout
45392
45393 \end_inset
45394
45395
45396 \begin_inset ERT
45397 status collapsed
45398
45399 \begin_layout Plain Layout
45400
45401 }
45402 \end_layout
45403
45404 \end_inset
45405
45406  NavyBlue
45407 \end_layout
45408
45409 \end_inset
45410 </cell>
45411 <cell alignment="left" valignment="top" usebox="none">
45412 \begin_inset Text
45413
45414 \begin_layout Plain Layout
45415 \begin_inset ERT
45416 status collapsed
45417
45418 \begin_layout Plain Layout
45419
45420
45421 \backslash
45422 fcolorbox{black}{
45423 \end_layout
45424
45425 \end_inset
45426
45427 OliveGreen
45428 \begin_inset ERT
45429 status collapsed
45430
45431 \begin_layout Plain Layout
45432
45433 }{
45434 \end_layout
45435
45436 \end_inset
45437
45438
45439 \begin_inset Phantom Phantom
45440 status open
45441
45442 \begin_layout Plain Layout
45443 W
45444 \end_layout
45445
45446 \end_inset
45447
45448
45449 \begin_inset ERT
45450 status collapsed
45451
45452 \begin_layout Plain Layout
45453
45454 }
45455 \end_layout
45456
45457 \end_inset
45458
45459  OliveGreen
45460 \end_layout
45461
45462 \end_inset
45463 </cell>
45464 <cell alignment="left" valignment="top" usebox="none">
45465 \begin_inset Text
45466
45467 \begin_layout Plain Layout
45468 \begin_inset ERT
45469 status collapsed
45470
45471 \begin_layout Plain Layout
45472
45473
45474 \backslash
45475 fcolorbox{black}{
45476 \end_layout
45477
45478 \end_inset
45479
45480 Orange
45481 \begin_inset ERT
45482 status collapsed
45483
45484 \begin_layout Plain Layout
45485
45486 }{
45487 \end_layout
45488
45489 \end_inset
45490
45491
45492 \begin_inset Phantom Phantom
45493 status open
45494
45495 \begin_layout Plain Layout
45496 W
45497 \end_layout
45498
45499 \end_inset
45500
45501
45502 \begin_inset ERT
45503 status collapsed
45504
45505 \begin_layout Plain Layout
45506
45507 }
45508 \end_layout
45509
45510 \end_inset
45511
45512  Orange
45513 \end_layout
45514
45515 \end_inset
45516 </cell>
45517 </row>
45518 <row>
45519 <cell alignment="left" valignment="top" usebox="none">
45520 \begin_inset Text
45521
45522 \begin_layout Plain Layout
45523 \begin_inset ERT
45524 status collapsed
45525
45526 \begin_layout Plain Layout
45527
45528
45529 \backslash
45530 fcolorbox{black}{
45531 \end_layout
45532
45533 \end_inset
45534
45535 OrangeRed
45536 \begin_inset ERT
45537 status collapsed
45538
45539 \begin_layout Plain Layout
45540
45541 }{
45542 \end_layout
45543
45544 \end_inset
45545
45546
45547 \begin_inset Phantom Phantom
45548 status open
45549
45550 \begin_layout Plain Layout
45551 W
45552 \end_layout
45553
45554 \end_inset
45555
45556
45557 \begin_inset ERT
45558 status collapsed
45559
45560 \begin_layout Plain Layout
45561
45562 }
45563 \end_layout
45564
45565 \end_inset
45566
45567  OrangeRed
45568 \end_layout
45569
45570 \end_inset
45571 </cell>
45572 <cell alignment="left" valignment="top" usebox="none">
45573 \begin_inset Text
45574
45575 \begin_layout Plain Layout
45576 \begin_inset ERT
45577 status collapsed
45578
45579 \begin_layout Plain Layout
45580
45581
45582 \backslash
45583 fcolorbox{black}{
45584 \end_layout
45585
45586 \end_inset
45587
45588 Orchid
45589 \begin_inset ERT
45590 status collapsed
45591
45592 \begin_layout Plain Layout
45593
45594 }{
45595 \end_layout
45596
45597 \end_inset
45598
45599
45600 \begin_inset Phantom Phantom
45601 status open
45602
45603 \begin_layout Plain Layout
45604 W
45605 \end_layout
45606
45607 \end_inset
45608
45609
45610 \begin_inset ERT
45611 status collapsed
45612
45613 \begin_layout Plain Layout
45614
45615 }
45616 \end_layout
45617
45618 \end_inset
45619
45620  Orchid
45621 \end_layout
45622
45623 \end_inset
45624 </cell>
45625 <cell alignment="left" valignment="top" usebox="none">
45626 \begin_inset Text
45627
45628 \begin_layout Plain Layout
45629 \begin_inset ERT
45630 status collapsed
45631
45632 \begin_layout Plain Layout
45633
45634
45635 \backslash
45636 fcolorbox{black}{
45637 \end_layout
45638
45639 \end_inset
45640
45641 Peach
45642 \begin_inset ERT
45643 status collapsed
45644
45645 \begin_layout Plain Layout
45646
45647 }{
45648 \end_layout
45649
45650 \end_inset
45651
45652
45653 \begin_inset Phantom Phantom
45654 status open
45655
45656 \begin_layout Plain Layout
45657 W
45658 \end_layout
45659
45660 \end_inset
45661
45662
45663 \begin_inset ERT
45664 status collapsed
45665
45666 \begin_layout Plain Layout
45667
45668 }
45669 \end_layout
45670
45671 \end_inset
45672
45673  Peach
45674 \end_layout
45675
45676 \end_inset
45677 </cell>
45678 <cell alignment="left" valignment="top" usebox="none">
45679 \begin_inset Text
45680
45681 \begin_layout Plain Layout
45682 \begin_inset ERT
45683 status collapsed
45684
45685 \begin_layout Plain Layout
45686
45687
45688 \backslash
45689 fcolorbox{black}{
45690 \end_layout
45691
45692 \end_inset
45693
45694 Periwinkle
45695 \begin_inset ERT
45696 status collapsed
45697
45698 \begin_layout Plain Layout
45699
45700 }{
45701 \end_layout
45702
45703 \end_inset
45704
45705
45706 \begin_inset Phantom Phantom
45707 status open
45708
45709 \begin_layout Plain Layout
45710 W
45711 \end_layout
45712
45713 \end_inset
45714
45715
45716 \begin_inset ERT
45717 status collapsed
45718
45719 \begin_layout Plain Layout
45720
45721 }
45722 \end_layout
45723
45724 \end_inset
45725
45726  Periwinkle
45727 \end_layout
45728
45729 \end_inset
45730 </cell>
45731 </row>
45732 <row>
45733 <cell alignment="left" valignment="top" usebox="none">
45734 \begin_inset Text
45735
45736 \begin_layout Plain Layout
45737 \begin_inset ERT
45738 status collapsed
45739
45740 \begin_layout Plain Layout
45741
45742
45743 \backslash
45744 fcolorbox{black}{
45745 \end_layout
45746
45747 \end_inset
45748
45749 PineGreen
45750 \begin_inset ERT
45751 status collapsed
45752
45753 \begin_layout Plain Layout
45754
45755 }{
45756 \end_layout
45757
45758 \end_inset
45759
45760
45761 \begin_inset Phantom Phantom
45762 status open
45763
45764 \begin_layout Plain Layout
45765 W
45766 \end_layout
45767
45768 \end_inset
45769
45770
45771 \begin_inset ERT
45772 status collapsed
45773
45774 \begin_layout Plain Layout
45775
45776 }
45777 \end_layout
45778
45779 \end_inset
45780
45781  PineGreen
45782 \end_layout
45783
45784 \end_inset
45785 </cell>
45786 <cell alignment="left" valignment="top" usebox="none">
45787 \begin_inset Text
45788
45789 \begin_layout Plain Layout
45790 \begin_inset ERT
45791 status collapsed
45792
45793 \begin_layout Plain Layout
45794
45795
45796 \backslash
45797 fcolorbox{black}{
45798 \end_layout
45799
45800 \end_inset
45801
45802 Plum
45803 \begin_inset ERT
45804 status collapsed
45805
45806 \begin_layout Plain Layout
45807
45808 }{
45809 \end_layout
45810
45811 \end_inset
45812
45813
45814 \begin_inset Phantom Phantom
45815 status open
45816
45817 \begin_layout Plain Layout
45818 W
45819 \end_layout
45820
45821 \end_inset
45822
45823
45824 \begin_inset ERT
45825 status collapsed
45826
45827 \begin_layout Plain Layout
45828
45829 }
45830 \end_layout
45831
45832 \end_inset
45833
45834  Plum
45835 \end_layout
45836
45837 \end_inset
45838 </cell>
45839 <cell alignment="left" valignment="top" usebox="none">
45840 \begin_inset Text
45841
45842 \begin_layout Plain Layout
45843 \begin_inset ERT
45844 status collapsed
45845
45846 \begin_layout Plain Layout
45847
45848
45849 \backslash
45850 fcolorbox{black}{
45851 \end_layout
45852
45853 \end_inset
45854
45855 ProcessBlue
45856 \begin_inset ERT
45857 status collapsed
45858
45859 \begin_layout Plain Layout
45860
45861 }{
45862 \end_layout
45863
45864 \end_inset
45865
45866
45867 \begin_inset Phantom Phantom
45868 status open
45869
45870 \begin_layout Plain Layout
45871 W
45872 \end_layout
45873
45874 \end_inset
45875
45876
45877 \begin_inset ERT
45878 status collapsed
45879
45880 \begin_layout Plain Layout
45881
45882 }
45883 \end_layout
45884
45885 \end_inset
45886
45887  ProcessBlue
45888 \end_layout
45889
45890 \end_inset
45891 </cell>
45892 <cell alignment="left" valignment="top" usebox="none">
45893 \begin_inset Text
45894
45895 \begin_layout Plain Layout
45896 \begin_inset ERT
45897 status collapsed
45898
45899 \begin_layout Plain Layout
45900
45901
45902 \backslash
45903 fcolorbox{black}{
45904 \end_layout
45905
45906 \end_inset
45907
45908 Purple
45909 \begin_inset ERT
45910 status collapsed
45911
45912 \begin_layout Plain Layout
45913
45914 }{
45915 \end_layout
45916
45917 \end_inset
45918
45919
45920 \begin_inset Phantom Phantom
45921 status open
45922
45923 \begin_layout Plain Layout
45924 W
45925 \end_layout
45926
45927 \end_inset
45928
45929
45930 \begin_inset ERT
45931 status collapsed
45932
45933 \begin_layout Plain Layout
45934
45935 }
45936 \end_layout
45937
45938 \end_inset
45939
45940  Purple
45941 \end_layout
45942
45943 \end_inset
45944 </cell>
45945 </row>
45946 <row>
45947 <cell alignment="left" valignment="top" usebox="none">
45948 \begin_inset Text
45949
45950 \begin_layout Plain Layout
45951 \begin_inset ERT
45952 status collapsed
45953
45954 \begin_layout Plain Layout
45955
45956
45957 \backslash
45958 fcolorbox{black}{
45959 \end_layout
45960
45961 \end_inset
45962
45963 RawSienna
45964 \begin_inset ERT
45965 status collapsed
45966
45967 \begin_layout Plain Layout
45968
45969 }{
45970 \end_layout
45971
45972 \end_inset
45973
45974
45975 \begin_inset Phantom Phantom
45976 status open
45977
45978 \begin_layout Plain Layout
45979 W
45980 \end_layout
45981
45982 \end_inset
45983
45984
45985 \begin_inset ERT
45986 status collapsed
45987
45988 \begin_layout Plain Layout
45989
45990 }
45991 \end_layout
45992
45993 \end_inset
45994
45995  RawSienna
45996 \end_layout
45997
45998 \end_inset
45999 </cell>
46000 <cell alignment="left" valignment="top" usebox="none">
46001 \begin_inset Text
46002
46003 \begin_layout Plain Layout
46004 \begin_inset ERT
46005 status collapsed
46006
46007 \begin_layout Plain Layout
46008
46009
46010 \backslash
46011 fcolorbox{black}{
46012 \end_layout
46013
46014 \end_inset
46015
46016 RedOrange
46017 \begin_inset ERT
46018 status collapsed
46019
46020 \begin_layout Plain Layout
46021
46022 }{
46023 \end_layout
46024
46025 \end_inset
46026
46027
46028 \begin_inset Phantom Phantom
46029 status open
46030
46031 \begin_layout Plain Layout
46032 W
46033 \end_layout
46034
46035 \end_inset
46036
46037
46038 \begin_inset ERT
46039 status collapsed
46040
46041 \begin_layout Plain Layout
46042
46043 }
46044 \end_layout
46045
46046 \end_inset
46047
46048  RedOrange
46049 \end_layout
46050
46051 \end_inset
46052 </cell>
46053 <cell alignment="left" valignment="top" usebox="none">
46054 \begin_inset Text
46055
46056 \begin_layout Plain Layout
46057 \begin_inset ERT
46058 status collapsed
46059
46060 \begin_layout Plain Layout
46061
46062
46063 \backslash
46064 fcolorbox{black}{
46065 \end_layout
46066
46067 \end_inset
46068
46069 RedViolet
46070 \begin_inset ERT
46071 status collapsed
46072
46073 \begin_layout Plain Layout
46074
46075 }{
46076 \end_layout
46077
46078 \end_inset
46079
46080
46081 \begin_inset Phantom Phantom
46082 status open
46083
46084 \begin_layout Plain Layout
46085 W
46086 \end_layout
46087
46088 \end_inset
46089
46090
46091 \begin_inset ERT
46092 status collapsed
46093
46094 \begin_layout Plain Layout
46095
46096 }
46097 \end_layout
46098
46099 \end_inset
46100
46101  RedViolet
46102 \end_layout
46103
46104 \end_inset
46105 </cell>
46106 <cell alignment="left" valignment="top" usebox="none">
46107 \begin_inset Text
46108
46109 \begin_layout Plain Layout
46110 \begin_inset ERT
46111 status collapsed
46112
46113 \begin_layout Plain Layout
46114
46115
46116 \backslash
46117 fcolorbox{black}{
46118 \end_layout
46119
46120 \end_inset
46121
46122 Rhodamine
46123 \begin_inset ERT
46124 status collapsed
46125
46126 \begin_layout Plain Layout
46127
46128 }{
46129 \end_layout
46130
46131 \end_inset
46132
46133
46134 \begin_inset Phantom Phantom
46135 status open
46136
46137 \begin_layout Plain Layout
46138 W
46139 \end_layout
46140
46141 \end_inset
46142
46143
46144 \begin_inset ERT
46145 status collapsed
46146
46147 \begin_layout Plain Layout
46148
46149 }
46150 \end_layout
46151
46152 \end_inset
46153
46154  Rhodamine
46155 \end_layout
46156
46157 \end_inset
46158 </cell>
46159 </row>
46160 <row>
46161 <cell alignment="left" valignment="top" usebox="none">
46162 \begin_inset Text
46163
46164 \begin_layout Plain Layout
46165 \begin_inset ERT
46166 status collapsed
46167
46168 \begin_layout Plain Layout
46169
46170
46171 \backslash
46172 fcolorbox{black}{
46173 \end_layout
46174
46175 \end_inset
46176
46177 RoyalBlue
46178 \begin_inset ERT
46179 status collapsed
46180
46181 \begin_layout Plain Layout
46182
46183 }{
46184 \end_layout
46185
46186 \end_inset
46187
46188
46189 \begin_inset Phantom Phantom
46190 status open
46191
46192 \begin_layout Plain Layout
46193 W
46194 \end_layout
46195
46196 \end_inset
46197
46198
46199 \begin_inset ERT
46200 status collapsed
46201
46202 \begin_layout Plain Layout
46203
46204 }
46205 \end_layout
46206
46207 \end_inset
46208
46209  RoyalBlue
46210 \end_layout
46211
46212 \end_inset
46213 </cell>
46214 <cell alignment="left" valignment="top" usebox="none">
46215 \begin_inset Text
46216
46217 \begin_layout Plain Layout
46218 \begin_inset ERT
46219 status collapsed
46220
46221 \begin_layout Plain Layout
46222
46223
46224 \backslash
46225 fcolorbox{black}{
46226 \end_layout
46227
46228 \end_inset
46229
46230 RoyalPurple
46231 \begin_inset ERT
46232 status collapsed
46233
46234 \begin_layout Plain Layout
46235
46236 }{
46237 \end_layout
46238
46239 \end_inset
46240
46241
46242 \begin_inset Phantom Phantom
46243 status open
46244
46245 \begin_layout Plain Layout
46246 W
46247 \end_layout
46248
46249 \end_inset
46250
46251
46252 \begin_inset ERT
46253 status collapsed
46254
46255 \begin_layout Plain Layout
46256
46257 }
46258 \end_layout
46259
46260 \end_inset
46261
46262  RoyalPurple
46263 \end_layout
46264
46265 \end_inset
46266 </cell>
46267 <cell alignment="left" valignment="top" usebox="none">
46268 \begin_inset Text
46269
46270 \begin_layout Plain Layout
46271 \begin_inset ERT
46272 status collapsed
46273
46274 \begin_layout Plain Layout
46275
46276
46277 \backslash
46278 fcolorbox{black}{
46279 \end_layout
46280
46281 \end_inset
46282
46283 RubineRed
46284 \begin_inset ERT
46285 status collapsed
46286
46287 \begin_layout Plain Layout
46288
46289 }{
46290 \end_layout
46291
46292 \end_inset
46293
46294
46295 \begin_inset Phantom Phantom
46296 status open
46297
46298 \begin_layout Plain Layout
46299 W
46300 \end_layout
46301
46302 \end_inset
46303
46304
46305 \begin_inset ERT
46306 status collapsed
46307
46308 \begin_layout Plain Layout
46309
46310 }
46311 \end_layout
46312
46313 \end_inset
46314
46315  RubineRed
46316 \end_layout
46317
46318 \end_inset
46319 </cell>
46320 <cell alignment="left" valignment="top" usebox="none">
46321 \begin_inset Text
46322
46323 \begin_layout Plain Layout
46324 \begin_inset ERT
46325 status collapsed
46326
46327 \begin_layout Plain Layout
46328
46329
46330 \backslash
46331 fcolorbox{black}{
46332 \end_layout
46333
46334 \end_inset
46335
46336 Salmon
46337 \begin_inset ERT
46338 status collapsed
46339
46340 \begin_layout Plain Layout
46341
46342 }{
46343 \end_layout
46344
46345 \end_inset
46346
46347
46348 \begin_inset Phantom Phantom
46349 status open
46350
46351 \begin_layout Plain Layout
46352 W
46353 \end_layout
46354
46355 \end_inset
46356
46357
46358 \begin_inset ERT
46359 status collapsed
46360
46361 \begin_layout Plain Layout
46362
46363 }
46364 \end_layout
46365
46366 \end_inset
46367
46368  Salmon
46369 \end_layout
46370
46371 \end_inset
46372 </cell>
46373 </row>
46374 <row>
46375 <cell alignment="left" valignment="top" usebox="none">
46376 \begin_inset Text
46377
46378 \begin_layout Plain Layout
46379 \begin_inset ERT
46380 status collapsed
46381
46382 \begin_layout Plain Layout
46383
46384
46385 \backslash
46386 fcolorbox{black}{
46387 \end_layout
46388
46389 \end_inset
46390
46391 SeaGreen
46392 \begin_inset ERT
46393 status collapsed
46394
46395 \begin_layout Plain Layout
46396
46397 }{
46398 \end_layout
46399
46400 \end_inset
46401
46402
46403 \begin_inset Phantom Phantom
46404 status open
46405
46406 \begin_layout Plain Layout
46407 W
46408 \end_layout
46409
46410 \end_inset
46411
46412
46413 \begin_inset ERT
46414 status collapsed
46415
46416 \begin_layout Plain Layout
46417
46418 }
46419 \end_layout
46420
46421 \end_inset
46422
46423  SeaGreen
46424 \end_layout
46425
46426 \end_inset
46427 </cell>
46428 <cell alignment="left" valignment="top" usebox="none">
46429 \begin_inset Text
46430
46431 \begin_layout Plain Layout
46432 \begin_inset ERT
46433 status collapsed
46434
46435 \begin_layout Plain Layout
46436
46437
46438 \backslash
46439 fcolorbox{black}{
46440 \end_layout
46441
46442 \end_inset
46443
46444 Sepia
46445 \begin_inset ERT
46446 status collapsed
46447
46448 \begin_layout Plain Layout
46449
46450 }{
46451 \end_layout
46452
46453 \end_inset
46454
46455
46456 \begin_inset Phantom Phantom
46457 status open
46458
46459 \begin_layout Plain Layout
46460 W
46461 \end_layout
46462
46463 \end_inset
46464
46465
46466 \begin_inset ERT
46467 status collapsed
46468
46469 \begin_layout Plain Layout
46470
46471 }
46472 \end_layout
46473
46474 \end_inset
46475
46476  Sepia
46477 \end_layout
46478
46479 \end_inset
46480 </cell>
46481 <cell alignment="left" valignment="top" usebox="none">
46482 \begin_inset Text
46483
46484 \begin_layout Plain Layout
46485 \begin_inset ERT
46486 status collapsed
46487
46488 \begin_layout Plain Layout
46489
46490
46491 \backslash
46492 fcolorbox{black}{
46493 \end_layout
46494
46495 \end_inset
46496
46497 SkyBlue
46498 \begin_inset ERT
46499 status collapsed
46500
46501 \begin_layout Plain Layout
46502
46503 }{
46504 \end_layout
46505
46506 \end_inset
46507
46508
46509 \begin_inset Phantom Phantom
46510 status open
46511
46512 \begin_layout Plain Layout
46513 W
46514 \end_layout
46515
46516 \end_inset
46517
46518
46519 \begin_inset ERT
46520 status collapsed
46521
46522 \begin_layout Plain Layout
46523
46524 }
46525 \end_layout
46526
46527 \end_inset
46528
46529  SkyBlue
46530 \end_layout
46531
46532 \end_inset
46533 </cell>
46534 <cell alignment="left" valignment="top" usebox="none">
46535 \begin_inset Text
46536
46537 \begin_layout Plain Layout
46538 \begin_inset ERT
46539 status collapsed
46540
46541 \begin_layout Plain Layout
46542
46543
46544 \backslash
46545 fcolorbox{black}{
46546 \end_layout
46547
46548 \end_inset
46549
46550 SpringGreen
46551 \begin_inset ERT
46552 status collapsed
46553
46554 \begin_layout Plain Layout
46555
46556 }{
46557 \end_layout
46558
46559 \end_inset
46560
46561
46562 \begin_inset Phantom Phantom
46563 status open
46564
46565 \begin_layout Plain Layout
46566 W
46567 \end_layout
46568
46569 \end_inset
46570
46571
46572 \begin_inset ERT
46573 status collapsed
46574
46575 \begin_layout Plain Layout
46576
46577 }
46578 \end_layout
46579
46580 \end_inset
46581
46582  SpringGreen
46583 \end_layout
46584
46585 \end_inset
46586 </cell>
46587 </row>
46588 <row>
46589 <cell alignment="left" valignment="top" usebox="none">
46590 \begin_inset Text
46591
46592 \begin_layout Plain Layout
46593 \begin_inset ERT
46594 status collapsed
46595
46596 \begin_layout Plain Layout
46597
46598
46599 \backslash
46600 fcolorbox{black}{
46601 \end_layout
46602
46603 \end_inset
46604
46605 Tan
46606 \begin_inset ERT
46607 status collapsed
46608
46609 \begin_layout Plain Layout
46610
46611 }{
46612 \end_layout
46613
46614 \end_inset
46615
46616
46617 \begin_inset Phantom Phantom
46618 status open
46619
46620 \begin_layout Plain Layout
46621 W
46622 \end_layout
46623
46624 \end_inset
46625
46626
46627 \begin_inset ERT
46628 status collapsed
46629
46630 \begin_layout Plain Layout
46631
46632 }
46633 \end_layout
46634
46635 \end_inset
46636
46637  Tan
46638 \end_layout
46639
46640 \end_inset
46641 </cell>
46642 <cell alignment="left" valignment="top" usebox="none">
46643 \begin_inset Text
46644
46645 \begin_layout Plain Layout
46646 \begin_inset ERT
46647 status collapsed
46648
46649 \begin_layout Plain Layout
46650
46651
46652 \backslash
46653 fcolorbox{black}{
46654 \end_layout
46655
46656 \end_inset
46657
46658 TealBlue
46659 \begin_inset ERT
46660 status collapsed
46661
46662 \begin_layout Plain Layout
46663
46664 }{
46665 \end_layout
46666
46667 \end_inset
46668
46669
46670 \begin_inset Phantom Phantom
46671 status open
46672
46673 \begin_layout Plain Layout
46674 W
46675 \end_layout
46676
46677 \end_inset
46678
46679
46680 \begin_inset ERT
46681 status collapsed
46682
46683 \begin_layout Plain Layout
46684
46685 }
46686 \end_layout
46687
46688 \end_inset
46689
46690  TealBlue
46691 \end_layout
46692
46693 \end_inset
46694 </cell>
46695 <cell alignment="left" valignment="top" usebox="none">
46696 \begin_inset Text
46697
46698 \begin_layout Plain Layout
46699 \begin_inset ERT
46700 status collapsed
46701
46702 \begin_layout Plain Layout
46703
46704
46705 \backslash
46706 fcolorbox{black}{
46707 \end_layout
46708
46709 \end_inset
46710
46711 Thistle
46712 \begin_inset ERT
46713 status collapsed
46714
46715 \begin_layout Plain Layout
46716
46717 }{
46718 \end_layout
46719
46720 \end_inset
46721
46722
46723 \begin_inset Phantom Phantom
46724 status open
46725
46726 \begin_layout Plain Layout
46727 W
46728 \end_layout
46729
46730 \end_inset
46731
46732
46733 \begin_inset ERT
46734 status collapsed
46735
46736 \begin_layout Plain Layout
46737
46738 }
46739 \end_layout
46740
46741 \end_inset
46742
46743  Thistle
46744 \end_layout
46745
46746 \end_inset
46747 </cell>
46748 <cell alignment="left" valignment="top" usebox="none">
46749 \begin_inset Text
46750
46751 \begin_layout Plain Layout
46752 \begin_inset ERT
46753 status collapsed
46754
46755 \begin_layout Plain Layout
46756
46757
46758 \backslash
46759 fcolorbox{black}{
46760 \end_layout
46761
46762 \end_inset
46763
46764 Turquoise
46765 \begin_inset ERT
46766 status collapsed
46767
46768 \begin_layout Plain Layout
46769
46770 }{
46771 \end_layout
46772
46773 \end_inset
46774
46775
46776 \begin_inset Phantom Phantom
46777 status open
46778
46779 \begin_layout Plain Layout
46780 W
46781 \end_layout
46782
46783 \end_inset
46784
46785
46786 \begin_inset ERT
46787 status collapsed
46788
46789 \begin_layout Plain Layout
46790
46791 }
46792 \end_layout
46793
46794 \end_inset
46795
46796  Turquoise
46797 \end_layout
46798
46799 \end_inset
46800 </cell>
46801 </row>
46802 <row>
46803 <cell alignment="left" valignment="top" usebox="none">
46804 \begin_inset Text
46805
46806 \begin_layout Plain Layout
46807 \begin_inset ERT
46808 status collapsed
46809
46810 \begin_layout Plain Layout
46811
46812
46813 \backslash
46814 fcolorbox{black}{
46815 \end_layout
46816
46817 \end_inset
46818
46819 Violet
46820 \begin_inset ERT
46821 status collapsed
46822
46823 \begin_layout Plain Layout
46824
46825 }{
46826 \end_layout
46827
46828 \end_inset
46829
46830
46831 \begin_inset Phantom Phantom
46832 status open
46833
46834 \begin_layout Plain Layout
46835 W
46836 \end_layout
46837
46838 \end_inset
46839
46840
46841 \begin_inset ERT
46842 status collapsed
46843
46844 \begin_layout Plain Layout
46845
46846 }
46847 \end_layout
46848
46849 \end_inset
46850
46851  Violet
46852 \end_layout
46853
46854 \end_inset
46855 </cell>
46856 <cell alignment="left" valignment="top" usebox="none">
46857 \begin_inset Text
46858
46859 \begin_layout Plain Layout
46860 \begin_inset ERT
46861 status collapsed
46862
46863 \begin_layout Plain Layout
46864
46865
46866 \backslash
46867 fcolorbox{black}{
46868 \end_layout
46869
46870 \end_inset
46871
46872 VioletRed
46873 \begin_inset ERT
46874 status collapsed
46875
46876 \begin_layout Plain Layout
46877
46878 }{
46879 \end_layout
46880
46881 \end_inset
46882
46883
46884 \begin_inset Phantom Phantom
46885 status open
46886
46887 \begin_layout Plain Layout
46888 W
46889 \end_layout
46890
46891 \end_inset
46892
46893
46894 \begin_inset ERT
46895 status collapsed
46896
46897 \begin_layout Plain Layout
46898
46899 }
46900 \end_layout
46901
46902 \end_inset
46903
46904  VioletRed
46905 \end_layout
46906
46907 \end_inset
46908 </cell>
46909 <cell alignment="left" valignment="top" usebox="none">
46910 \begin_inset Text
46911
46912 \begin_layout Plain Layout
46913 \begin_inset ERT
46914 status collapsed
46915
46916 \begin_layout Plain Layout
46917
46918
46919 \backslash
46920 fcolorbox{black}{
46921 \end_layout
46922
46923 \end_inset
46924
46925 WildStrawberry
46926 \begin_inset ERT
46927 status collapsed
46928
46929 \begin_layout Plain Layout
46930
46931 }{
46932 \end_layout
46933
46934 \end_inset
46935
46936
46937 \begin_inset Phantom Phantom
46938 status open
46939
46940 \begin_layout Plain Layout
46941 W
46942 \end_layout
46943
46944 \end_inset
46945
46946
46947 \begin_inset ERT
46948 status collapsed
46949
46950 \begin_layout Plain Layout
46951
46952 }
46953 \end_layout
46954
46955 \end_inset
46956
46957  WildStrawberry
46958 \end_layout
46959
46960 \end_inset
46961 </cell>
46962 <cell alignment="left" valignment="top" usebox="none">
46963 \begin_inset Text
46964
46965 \begin_layout Plain Layout
46966 \begin_inset ERT
46967 status collapsed
46968
46969 \begin_layout Plain Layout
46970
46971
46972 \backslash
46973 fcolorbox{black}{
46974 \end_layout
46975
46976 \end_inset
46977
46978 YellowGreen
46979 \begin_inset ERT
46980 status collapsed
46981
46982 \begin_layout Plain Layout
46983
46984 }{
46985 \end_layout
46986
46987 \end_inset
46988
46989
46990 \begin_inset Phantom Phantom
46991 status open
46992
46993 \begin_layout Plain Layout
46994 W
46995 \end_layout
46996
46997 \end_inset
46998
46999
47000 \begin_inset ERT
47001 status collapsed
47002
47003 \begin_layout Plain Layout
47004
47005 }
47006 \end_layout
47007
47008 \end_inset
47009
47010  YellowGreen
47011 \end_layout
47012
47013 \end_inset
47014 </cell>
47015 </row>
47016 <row>
47017 <cell alignment="left" valignment="top" usebox="none">
47018 \begin_inset Text
47019
47020 \begin_layout Plain Layout
47021 \begin_inset ERT
47022 status collapsed
47023
47024 \begin_layout Plain Layout
47025
47026
47027 \backslash
47028 fcolorbox{black}{
47029 \end_layout
47030
47031 \end_inset
47032
47033 YellowOrange
47034 \begin_inset ERT
47035 status collapsed
47036
47037 \begin_layout Plain Layout
47038
47039 }{
47040 \end_layout
47041
47042 \end_inset
47043
47044
47045 \begin_inset Phantom Phantom
47046 status open
47047
47048 \begin_layout Plain Layout
47049 W
47050 \end_layout
47051
47052 \end_inset
47053
47054
47055 \begin_inset ERT
47056 status collapsed
47057
47058 \begin_layout Plain Layout
47059
47060 }
47061 \end_layout
47062
47063 \end_inset
47064
47065  YellowOrange
47066 \end_layout
47067
47068 \end_inset
47069 </cell>
47070 <cell alignment="left" valignment="top" usebox="none">
47071 \begin_inset Text
47072
47073 \begin_layout Plain Layout
47074
47075 \end_layout
47076
47077 \end_inset
47078 </cell>
47079 <cell alignment="left" valignment="top" usebox="none">
47080 \begin_inset Text
47081
47082 \begin_layout Plain Layout
47083
47084 \end_layout
47085
47086 \end_inset
47087 </cell>
47088 <cell alignment="left" valignment="top" usebox="none">
47089 \begin_inset Text
47090
47091 \begin_layout Plain Layout
47092
47093 \end_layout
47094
47095 \end_inset
47096 </cell>
47097 </row>
47098 </lyxtabular>
47099
47100 \end_inset
47101
47102
47103 \end_layout
47104
47105 \begin_layout Chapter
47106 Explication de l' équation
47107 \begin_inset space ~
47108 \end_inset
47109
47110 (
47111 \begin_inset CommandInset ref
47112 LatexCommand ref
47113 reference "eq:Wgn"
47114
47115 \end_inset
47116
47117 )
47118 \begin_inset CommandInset label
47119 LatexCommand label
47120 name "cha:Explication-de-l'Equation"
47121
47122 \end_inset
47123
47124
47125 \end_layout
47126
47127 \begin_layout Standard
47128 La largeur totale de 
47129 \emph on
47130 n
47131 \emph default
47132  cellules de tableau 
47133 \begin_inset Formula $L_{\mathrm{tot\,n}}$
47134 \end_inset
47135
47136  peut être calculée avec
47137 \begin_inset Formula 
47138 \begin{equation}
47139 L_{\mathrm{tot}\,n}=n\cdot(L_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
47140 \end{equation}
47141
47142 \end_inset
47143
47144
47145 \end_layout
47146
47147 \begin_layout Standard
47148 où 
47149 \begin_inset Formula $L_{g\,n}$
47150 \end_inset
47151
47152  est la largeur fixe de toutes les cellules.
47153  
47154 \series bold
47155
47156 \backslash
47157 tabcolsep
47158 \series default
47159  est la largeur utilisée par \SpecialChar LaTeX
47160  entre le texte de la cellule et la bordure,
47161  sa valeur implicite est 6
47162 \begin_inset space \thinspace{}
47163 \end_inset
47164
47165 pt.
47166  
47167 \series bold
47168
47169 \backslash
47170 arrayrulewidth
47171 \series default
47172  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
47173 \begin_inset space \thinspace{}
47174 \end_inset
47175
47176 pt.
47177 \end_layout
47178
47179 \begin_layout Standard
47180 D'après l'équation
47181 \begin_inset space ~
47182 \end_inset
47183
47184
47185 \begin_inset CommandInset ref
47186 LatexCommand eqref
47187 reference "eq:Wtot_n"
47188
47189 \end_inset
47190
47191 , la largeur totale d'une multi-colonnes, 
47192 \begin_inset Formula $L_{\mathrm{tot\,mult}}$
47193 \end_inset
47194
47195  est
47196 \begin_inset Formula 
47197 \begin{equation}
47198 L_{\mathrm{tot\,mult}}=L_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
47199 \end{equation}
47200
47201 \end_inset
47202
47203
47204 \end_layout
47205
47206 \begin_layout Standard
47207 En posant que les équations 
47208 \begin_inset space ~
47209 \end_inset
47210
47211
47212 \begin_inset CommandInset ref
47213 LatexCommand eqref
47214 reference "eq:Wtot_n"
47215
47216 \end_inset
47217
47218  et 
47219 \begin_inset CommandInset ref
47220 LatexCommand eqref
47221 reference "eq:Wtot_mult"
47222
47223 \end_inset
47224
47225  sont égales, on peut calculer la largeur nécessaire 
47226 \begin_inset Formula $L_{g\,n}$
47227 \end_inset
47228
47229  quand 
47230 \emph on
47231 n
47232 \emph default
47233  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
47234  de 
47235 \begin_inset Formula $L_{\mathrm{tot\,mult}}/n$
47236 \end_inset
47237
47238 :
47239 \begin_inset Formula 
47240 \begin{equation}
47241 L_{g\,n}=\frac{L_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
47242 \end{equation}
47243
47244 \end_inset
47245
47246
47247 \end_layout
47248
47249 \begin_layout Bibliography
47250 \begin_inset CommandInset bibitem
47251 LatexCommand bibitem
47252 key "latexcompanion"
47253
47254 \end_inset
47255
47256 Frank Mittelbach and Michel Goossens: 
47257 \emph on
47258 The \SpecialChar LaTeX
47259  Companion Second Edition.
47260
47261 \emph default
47262  Addison-Wesley, 2004
47263 \end_layout
47264
47265 \begin_layout Bibliography
47266 \begin_inset CommandInset bibitem
47267 LatexCommand bibitem
47268 key "latexguide"
47269
47270 \end_inset
47271
47272 Helmut Kopka and Patrick W.
47273  Daly: 
47274 \emph on
47275 A Guide to \SpecialChar LaTeX
47276  Fourth Edition.
47277
47278 \emph default
47279  Addison-Wesley, 2003
47280 \end_layout
47281
47282 \begin_layout Bibliography
47283 \begin_inset CommandInset bibitem
47284 LatexCommand bibitem
47285 key "latexbook"
47286
47287 \end_inset
47288
47289 Leslie Lamport: 
47290 \emph on
47291 \SpecialChar LaTeX
47292 : A Document Preparation System.
47293
47294 \emph default
47295  Addison-Wesley, second edition, 1994
47296 \end_layout
47297
47298 \begin_layout Bibliography
47299 \begin_inset CommandInset bibitem
47300 LatexCommand bibitem
47301 key "arydshln"
47302
47303 \end_inset
47304
47305 Documentation du paquetage \SpecialChar LaTeX
47306
47307 \series bold
47308  
47309 \begin_inset CommandInset href
47310 LatexCommand href
47311 name "arydshln"
47312 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
47313
47314 \end_inset
47315
47316
47317 \series default
47318
47319 \begin_inset Index idx
47320 status collapsed
47321
47322 \begin_layout Plain Layout
47323 Paquetages \SpecialChar LaTeX
47324  ! arydshln
47325 \end_layout
47326
47327 \end_inset
47328
47329
47330 \end_layout
47331
47332 \begin_layout Bibliography
47333 \begin_inset CommandInset bibitem
47334 LatexCommand bibitem
47335 key "booktabs"
47336
47337 \end_inset
47338
47339 Documentation du paquetage \SpecialChar LaTeX
47340  
47341 \series bold
47342
47343 \begin_inset CommandInset href
47344 LatexCommand href
47345 name "booktabs"
47346 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
47347
47348 \end_inset
47349
47350
47351 \series default
47352
47353 \begin_inset Index idx
47354 status collapsed
47355
47356 \begin_layout Plain Layout
47357 Paquetages \SpecialChar LaTeX
47358  ! booktabs
47359 \end_layout
47360
47361 \end_inset
47362
47363
47364 \end_layout
47365
47366 \begin_layout Bibliography
47367 \begin_inset CommandInset bibitem
47368 LatexCommand bibitem
47369 key "caption"
47370
47371 \end_inset
47372
47373 Documentation du paquetage \SpecialChar LaTeX
47374  
47375 \series bold
47376
47377 \begin_inset CommandInset href
47378 LatexCommand href
47379 name "caption"
47380 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
47381
47382 \end_inset
47383
47384
47385 \series default
47386
47387 \begin_inset Index idx
47388 status collapsed
47389
47390 \begin_layout Plain Layout
47391 Paquetages \SpecialChar LaTeX
47392  ! caption
47393 \end_layout
47394
47395 \end_inset
47396
47397
47398 \end_layout
47399
47400 \begin_layout Bibliography
47401 \begin_inset CommandInset bibitem
47402 LatexCommand bibitem
47403 key "diagbox"
47404
47405 \end_inset
47406
47407 Documentation du paquetage \SpecialChar LaTeX
47408  
47409 \series bold
47410
47411 \begin_inset CommandInset href
47412 LatexCommand href
47413 name "diagbox"
47414 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
47415
47416 \end_inset
47417
47418
47419 \series default
47420
47421 \begin_inset Index idx
47422 status collapsed
47423
47424 \begin_layout Plain Layout
47425 Paquetages \SpecialChar LaTeX
47426  ! diagbox
47427 \end_layout
47428
47429 \end_inset
47430
47431
47432 \end_layout
47433
47434 \begin_layout Bibliography
47435 \begin_inset CommandInset bibitem
47436 LatexCommand bibitem
47437 key "endfloat"
47438
47439 \end_inset
47440
47441 Documentation du paquetage \SpecialChar LaTeX
47442  
47443 \series bold
47444
47445 \begin_inset CommandInset href
47446 LatexCommand href
47447 name "endfloat"
47448 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
47449
47450 \end_inset
47451
47452
47453 \series default
47454
47455 \begin_inset Index idx
47456 status collapsed
47457
47458 \begin_layout Plain Layout
47459 Paquetages \SpecialChar LaTeX
47460  ! endfloat
47461 \end_layout
47462
47463 \end_inset
47464
47465
47466 \end_layout
47467
47468 \begin_layout Bibliography
47469 \begin_inset CommandInset bibitem
47470 LatexCommand bibitem
47471 key "footmisc"
47472
47473 \end_inset
47474
47475 Documentation du paquetage \SpecialChar LaTeX
47476  
47477 \series bold
47478
47479 \begin_inset CommandInset href
47480 LatexCommand href
47481 name "footmisc"
47482 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
47483
47484 \end_inset
47485
47486
47487 \series default
47488
47489 \begin_inset Index idx
47490 status collapsed
47491
47492 \begin_layout Plain Layout
47493 Paquetages \SpecialChar LaTeX
47494  ! footmisc
47495 \end_layout
47496
47497 \end_inset
47498
47499
47500 \end_layout
47501
47502 \begin_layout Bibliography
47503 \begin_inset CommandInset bibitem
47504 LatexCommand bibitem
47505 key "hypcap"
47506
47507 \end_inset
47508
47509 Documentation du paquetage \SpecialChar LaTeX
47510  
47511 \series bold
47512
47513 \begin_inset CommandInset href
47514 LatexCommand href
47515 name "hypcap"
47516 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
47517
47518 \end_inset
47519
47520
47521 \series default
47522
47523 \begin_inset Index idx
47524 status collapsed
47525
47526 \begin_layout Plain Layout
47527 Paquetages \SpecialChar LaTeX
47528  ! hyperref
47529 \end_layout
47530
47531 \end_inset
47532
47533
47534 \end_layout
47535
47536 \begin_layout Bibliography
47537 \begin_inset CommandInset bibitem
47538 LatexCommand bibitem
47539 key "hyperref"
47540
47541 \end_inset
47542
47543 Documentation du paquetage \SpecialChar LaTeX
47544  
47545 \series bold
47546
47547 \begin_inset CommandInset href
47548 LatexCommand href
47549 name "hyperref"
47550 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
47551
47552 \end_inset
47553
47554
47555 \series default
47556
47557 \begin_inset Index idx
47558 status collapsed
47559
47560 \begin_layout Plain Layout
47561 Paquetages \SpecialChar LaTeX
47562  ! hyperref
47563 \end_layout
47564
47565 \end_inset
47566
47567
47568 \end_layout
47569
47570 \begin_layout Bibliography
47571 \begin_inset CommandInset bibitem
47572 LatexCommand bibitem
47573 key "KOMA-Script"
47574
47575 \end_inset
47576
47577 Documentation du paquetage \SpecialChar LaTeX
47578  
47579 \series bold
47580
47581 \begin_inset CommandInset href
47582 LatexCommand href
47583 name "KOMA-Script"
47584 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
47585
47586 \end_inset
47587
47588
47589 \series default
47590
47591 \begin_inset Index idx
47592 status collapsed
47593
47594 \begin_layout Plain Layout
47595 Paquetages \SpecialChar LaTeX
47596  ! KOMA-Script
47597 \end_layout
47598
47599 \end_inset
47600
47601
47602 \end_layout
47603
47604 \begin_layout Bibliography
47605 \begin_inset CommandInset bibitem
47606 LatexCommand bibitem
47607 key "lettrine"
47608
47609 \end_inset
47610
47611 Documentation du paquetage \SpecialChar LaTeX
47612  
47613 \series bold
47614
47615 \begin_inset CommandInset href
47616 LatexCommand href
47617 name "lettrine"
47618 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47619
47620 \end_inset
47621
47622
47623 \series default
47624  et un 
47625 \begin_inset CommandInset href
47626 LatexCommand href
47627 name "exemple"
47628 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
47629
47630 \end_inset
47631
47632
47633 \begin_inset Index idx
47634 status collapsed
47635
47636 \begin_layout Plain Layout
47637 Paquetages \SpecialChar LaTeX
47638  ! lettrine
47639 \end_layout
47640
47641 \end_inset
47642
47643
47644 \end_layout
47645
47646 \begin_layout Bibliography
47647 \begin_inset CommandInset bibitem
47648 LatexCommand bibitem
47649 key "listings"
47650
47651 \end_inset
47652
47653 Documentation du paquetage \SpecialChar LaTeX
47654  
47655 \series bold
47656
47657 \begin_inset CommandInset href
47658 LatexCommand href
47659 name "listings"
47660 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
47661
47662 \end_inset
47663
47664
47665 \series default
47666
47667 \begin_inset Index idx
47668 status collapsed
47669
47670 \begin_layout Plain Layout
47671 Paquetages \SpecialChar LaTeX
47672  ! listings
47673 \end_layout
47674
47675 \end_inset
47676
47677
47678 \end_layout
47679
47680 \begin_layout Bibliography
47681 \begin_inset CommandInset bibitem
47682 LatexCommand bibitem
47683 key "marginnote"
47684
47685 \end_inset
47686
47687 Documentation du paquetage \SpecialChar LaTeX
47688  
47689 \series bold
47690
47691 \begin_inset CommandInset href
47692 LatexCommand href
47693 name "marginnote"
47694 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
47695
47696 \end_inset
47697
47698
47699 \series default
47700
47701 \begin_inset Index idx
47702 status collapsed
47703
47704 \begin_layout Plain Layout
47705 Paquetages \SpecialChar LaTeX
47706  ! marginnote
47707 \end_layout
47708
47709 \end_inset
47710
47711
47712 \end_layout
47713
47714 \begin_layout Bibliography
47715 \begin_inset CommandInset bibitem
47716 LatexCommand bibitem
47717 key "pdfpages"
47718
47719 \end_inset
47720
47721 Documentation du paquetage \SpecialChar LaTeX
47722  
47723 \series bold
47724
47725 \begin_inset CommandInset href
47726 LatexCommand href
47727 name "pdfpages"
47728 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47729
47730 \end_inset
47731
47732
47733 \series default
47734
47735 \begin_inset Index idx
47736 status collapsed
47737
47738 \begin_layout Plain Layout
47739 Paquetages \SpecialChar LaTeX
47740  ! pdfpages
47741 \end_layout
47742
47743 \end_inset
47744
47745
47746 \end_layout
47747
47748 \begin_layout Bibliography
47749 \begin_inset CommandInset bibitem
47750 LatexCommand bibitem
47751 key "prettyref"
47752
47753 \end_inset
47754
47755 Documentation du paquetage \SpecialChar LaTeX
47756
47757 \series bold
47758  
47759 \begin_inset CommandInset href
47760 LatexCommand href
47761 name "prettyref"
47762 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47763
47764 \end_inset
47765
47766
47767 \series default
47768
47769 \begin_inset Index idx
47770 status collapsed
47771
47772 \begin_layout Plain Layout
47773 Paquetages \SpecialChar LaTeX
47774  ! prettyref
47775 \end_layout
47776
47777 \end_inset
47778
47779
47780 \end_layout
47781
47782 \begin_layout Bibliography
47783 \begin_inset CommandInset bibitem
47784 LatexCommand bibitem
47785 key "pstricks"
47786
47787 \end_inset
47788
47789 Page Web du paquetage \SpecialChar LaTeX
47790  
47791 \series bold
47792
47793 \begin_inset CommandInset href
47794 LatexCommand href
47795 name "PSTricks"
47796 target "http://tug.org/PSTricks/"
47797
47798 \end_inset
47799
47800
47801 \series default
47802
47803 \begin_inset Index idx
47804 status collapsed
47805
47806 \begin_layout Plain Layout
47807 Paquetages \SpecialChar LaTeX
47808  ! PSTricks
47809 \end_layout
47810
47811 \end_inset
47812
47813
47814 \end_layout
47815
47816 \begin_layout Bibliography
47817 \begin_inset CommandInset bibitem
47818 LatexCommand bibitem
47819 key "refstyle"
47820
47821 \end_inset
47822
47823 Documentation du paquetage \SpecialChar LaTeX
47824
47825 \series bold
47826  
47827 \begin_inset CommandInset href
47828 LatexCommand href
47829 name "refstyle"
47830 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47831
47832 \end_inset
47833
47834
47835 \series default
47836
47837 \begin_inset Index idx
47838 status collapsed
47839
47840 \begin_layout Plain Layout
47841 Paquetages \SpecialChar LaTeX
47842  ! refstyle
47843 \end_layout
47844
47845 \end_inset
47846
47847
47848 \end_layout
47849
47850 \begin_layout Bibliography
47851 \begin_inset CommandInset bibitem
47852 LatexCommand bibitem
47853 key "sidecap"
47854
47855 \end_inset
47856
47857 Documentation du paquetage \SpecialChar LaTeX
47858  
47859 \series bold
47860
47861 \begin_inset CommandInset href
47862 LatexCommand href
47863 name "sidecap"
47864 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
47865
47866 \end_inset
47867
47868
47869 \series default
47870
47871 \begin_inset Index idx
47872 status collapsed
47873
47874 \begin_layout Plain Layout
47875 Paquetages \SpecialChar LaTeX
47876  ! sidecap
47877 \end_layout
47878
47879 \end_inset
47880
47881
47882 \end_layout
47883
47884 \begin_layout Bibliography
47885 \begin_inset CommandInset bibitem
47886 LatexCommand bibitem
47887 key "NewInLyX20"
47888
47889 \end_inset
47890
47891
47892 \begin_inset CommandInset href
47893 LatexCommand href
47894 name "Page Wiki"
47895 target "http://wiki.lyx.org/LyX/NewInLyX20"
47896
47897 \end_inset
47898
47899  au sujet des nouveautés de 
47900 \family sans
47901 \SpecialChar LyX
47902  2.0
47903 \family default
47904 .
47905 \end_layout
47906
47907 \begin_layout Standard
47908 \begin_inset CommandInset index_print
47909 LatexCommand printindex
47910 type "idx"
47911
47912 \end_inset
47913
47914
47915 \end_layout
47916
47917 \end_body
47918 \end_document