]> git.lyx.org Git - features.git/blob - lib/doc/fr/EmbeddedObjects.lyx
3fb8037a4bf8b6e27cf64ee1abbfa0e42378a651
[features.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 504
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 \end_inset
302
303
304 \begin_inset Newline newline
305 \end_inset
306
307
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \family sans
313 Version 2.2.x
314 \end_layout
315
316 \begin_layout Standard
317 \begin_inset CommandInset toc
318 LatexCommand tableofcontents
319
320 \end_inset
321
322
323 \end_layout
324
325 \begin_layout Standard
326 \begin_inset Note Note
327 status open
328
329 \begin_layout Plain Layout
330 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages \SpecialChar LaTeX
331  
332 \series bold
333 arydshln
334 \series default
335
336 \series bold
337 colortbl
338 \series default
339
340 \series bold
341 diagbox, lettrine, marginnote, picinpar
342 \series default
343 , et 
344 \series bold
345 sidecap
346 \series default
347  doivent être installés.
348  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
349  les sections qui nécessitent les paquetages en question n'apparaîtront
350  pas sur la sortie.
351 \end_layout
352
353 \begin_layout Plain Layout
354 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
355 \begin_inset Newline newline
356 \end_inset
357
358
359 \series bold
360 http://wiki.lyx.org/\SpecialChar LyX
361 /DocumentationDevelopment#EmbeddedObjects
362 \end_layout
363
364 \end_inset
365
366
367 \end_layout
368
369 \begin_layout Chapter
370 Figures
371 \begin_inset Index idx
372 status collapsed
373
374 \begin_layout Plain Layout
375 Figures
376 \end_layout
377
378 \end_inset
379
380
381 \begin_inset Index idx
382 status collapsed
383
384 \begin_layout Plain Layout
385 Graphiques|see
386 \begin_inset ERT
387 status collapsed
388
389 \begin_layout Plain Layout
390
391 {
392 \end_layout
393
394 \end_inset
395
396 Figures
397 \begin_inset ERT
398 status collapsed
399
400 \begin_layout Plain Layout
401
402 }
403 \end_layout
404
405 \end_inset
406
407
408 \end_layout
409
410 \end_inset
411
412
413 \end_layout
414
415 \begin_layout Section
416 La fenêtre de dialogue graphique
417 \begin_inset Index idx
418 status collapsed
419
420 \begin_layout Plain Layout
421 Figures ! Fenêtre de dialogue Graphique
422 \end_layout
423
424 \end_inset
425
426
427 \begin_inset CommandInset label
428 LatexCommand label
429 name "sec:Graphics-Dialog"
430
431 \end_inset
432
433
434 \end_layout
435
436 \begin_layout Standard
437 Pour placer une figure dans votre document, cliquez sur le bouton 
438 \begin_inset Info
439 type  "icon"
440 arg   "dialog-show-new-inset graphics"
441 \end_inset
442
443  dans la barre d'outils, ou faites 
444 \family sans
445 Insertion\SpecialChar menuseparator
446 Graphique
447 \family default
448 .
449  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
450  à charger.
451  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
452  dans le texte.
453 \end_layout
454
455 \begin_layout Standard
456 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
457  sur une image
458 \begin_inset Note Note
459 status collapsed
460
461 \begin_layout Plain Layout
462 Ça marche aussi avec le bouton gauche ! (NdT)
463 \end_layout
464
465 \end_inset
466
467 .
468  Cette fenêtre de dialogue possède trois onglets:
469 \end_layout
470
471 \begin_layout Description
472 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
473  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
474  Les unités de longueurs utilisées sont décrites dans l'annexe
475 \begin_inset space ~
476 \end_inset
477
478
479 \begin_inset CommandInset ref
480 LatexCommand ref
481 reference "cha:Unités-de-longueur"
482
483 \end_inset
484
485 .
486 \begin_inset Newline newline
487 \end_inset
488
489
490 \begin_inset Index idx
491 status collapsed
492
493 \begin_layout Plain Layout
494 Figures ! Pivotées
495 \end_layout
496
497 \end_inset
498
499 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
500  d'une montre, en donnant l'angle de rotation et la position du pivot.
501  L'image apparaîtra pivotée dans \SpecialChar LyX
502 .
503 \begin_inset Newline newline
504 \end_inset
505
506
507 \begin_inset Index idx
508 status collapsed
509
510 \begin_layout Plain Layout
511 Figures ! Redimensionnées
512 \end_layout
513
514 \end_inset
515
516 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
517  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
518  sa largeur.
519  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
520  déterminée automatiquement.
521  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
522  éventuellement une distorsion.
523  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
524  
525 \family sans
526 Conserver
527 \begin_inset space ~
528 \end_inset
529
530 les
531 \begin_inset space ~
532 \end_inset
533
534 proportions
535 \family default
536 .
537  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
538  pas les valeurs fixées.
539  
540 \begin_inset Newline newline
541 \end_inset
542
543 Les images peuvent être modifiée en utilisant le programme de votre choix
544  en faisant un clic droit dessus et en choisissant 
545 \family sans
546 Éditer le fichier ailleurs
547 \family default
548  dans le menu contextuel qui apparaît.
549  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
550  
551 \family sans
552 Formats
553 \begin_inset space ~
554 \end_inset
555
556 de
557 \begin_inset space ~
558 \end_inset
559
560 fichiers
561 \family default
562  dans la fenêtre de dialogue de 
563 \family sans
564 Préférences
565 \family default
566  de \SpecialChar LyX
567 .
568 \end_layout
569
570 \begin_layout Description
571 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
572  la sortie finale est de modifier les coordonnées de la zone de l'image
573  qui est affichée.
574  Cette zone peut être calculée automatiquement à partir des données présentes
575  dans le fichier en appuyant sur le bouton 
576 \family sans
577 Valeurs
578 \begin_inset space ~
579 \end_inset
580
581 du
582 \begin_inset space ~
583 \end_inset
584
585 Fichier
586 \family default
587 .
588  Avec l'option 
589 \family sans
590 Couper
591 \begin_inset space ~
592 \end_inset
593
594 à
595 \begin_inset space ~
596 \end_inset
597
598 la
599 \begin_inset space ~
600 \end_inset
601
602 boîte
603 \begin_inset space ~
604 \end_inset
605
606 de
607 \begin_inset space ~
608 \end_inset
609
610 délimitation, 
611 \family default
612 seule la portion de l'image qui est dans la zone définie sera imprimée.
613  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
614  donc vous pouvez ignorer l'onglet 
615 \family sans
616 Rogner
617 \family default
618 .
619 \end_layout
620
621 \begin_layout Description
622
623 \family sans
624 Options
625 \begin_inset space ~
626 \end_inset
627
628 \SpecialChar LaTeX
629
630 \begin_inset space ~
631 \end_inset
632
633 et
634 \begin_inset space ~
635 \end_inset
636
637 \SpecialChar LyX
638
639 \family default
640  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans \SpecialChar LyX
641  et les
642  experts ès-\SpecialChar LaTeX
643  pourront fournir des options supplémentaires pour \SpecialChar LaTeX
644
645 \begin_inset Newline newline
646 \end_inset
647
648 L'option 
649 \family sans
650 Mode brouillon
651 \family default
652  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
653  avec la taille de l'image.
654 \begin_inset Newline newline
655 \end_inset
656
657 Dans la section 
658 \family sans
659 Groupe
660 \begin_inset space ~
661 \end_inset
662
663 de
664 \begin_inset space ~
665 \end_inset
666
667 graphiques
668 \family default
669  vous pouvez définir ou de choisir un groupe de paramètres d'image
670 \begin_inset Index idx
671 status collapsed
672
673 \begin_layout Plain Layout
674 Figures ! Groupes de paramétrisation
675 \end_layout
676
677 \end_inset
678
679 .
680  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
681  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
682  les autres soient automatiquement modifiées de la même manière.
683  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
684  avoir à modifier leur taille manuellement une par une.
685  On peut rattacher une image à un groupe existant en utilisant le menu contextue
686 l de l'image et en cochant le nom du groupe dans la liste
687 \begin_inset Foot
688 status collapsed
689
690 \begin_layout Plain Layout
691 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
692 \end_layout
693
694 \end_inset
695
696 .
697 \end_layout
698
699 \begin_layout Standard
700 \begin_inset VSpace bigskip
701 \end_inset
702
703
704 \end_layout
705
706 \begin_layout Standard
707 Voici un exemple d'image au format EPS
708 \begin_inset Foot
709 status collapsed
710
711 \begin_layout Plain Layout
712 Les format d'images sont décrits dans la section
713 \begin_inset space ~
714 \end_inset
715
716
717 \begin_inset CommandInset ref
718 LatexCommand ref
719 reference "sec:Image-Formats"
720
721 \end_inset
722
723 .
724 \end_layout
725
726 \end_inset
727
728  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
729 nt:
730 \begin_inset Separator parbreak
731 \end_inset
732
733
734 \end_layout
735
736 \begin_layout Standard
737 \align center
738 \begin_inset Graphics
739         filename ../clipart/mobius.eps
740         scale 70
741         scaleBeforeRotation
742         rotateOrigin center
743
744 \end_inset
745
746
747 \end_layout
748
749 \begin_layout Standard
750 Et voici la même image mais en mode brouillon:
751 \begin_inset Separator parbreak
752 \end_inset
753
754
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 open
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 open
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 \begin_inset Separator parbreak
1853 \end_inset
1854
1855
1856 \end_layout
1857
1858 \begin_layout Standard
1859 \align center
1860 \begin_inset Tabular
1861 <lyxtabular version="3" rows="4" columns="4">
1862 <features tabularvalignment="middle">
1863 <column alignment="center" valignment="top">
1864 <column alignment="center" valignment="top">
1865 <column alignment="center" valignment="top">
1866 <column alignment="center" valignment="top">
1867 <row>
1868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881 1
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890 2
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899 3
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 </row>
1905 <row>
1906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1907 \begin_inset Text
1908
1909 \begin_layout Plain Layout
1910 A
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Plain Layout
1928
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 </row>
1943 <row>
1944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948 B
1949 \end_layout
1950
1951 \end_inset
1952 </cell>
1953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1954 \begin_inset Text
1955
1956 \begin_layout Plain Layout
1957
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Plain Layout
1966
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1972 \begin_inset Text
1973
1974 \begin_layout Plain Layout
1975
1976 \end_layout
1977
1978 \end_inset
1979 </cell>
1980 </row>
1981 <row>
1982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1983 \begin_inset Text
1984
1985 \begin_layout Plain Layout
1986 C
1987 \end_layout
1988
1989 \end_inset
1990 </cell>
1991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1992 \begin_inset Text
1993
1994 \begin_layout Plain Layout
1995
1996 \end_layout
1997
1998 \end_inset
1999 </cell>
2000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2001 \begin_inset Text
2002
2003 \begin_layout Plain Layout
2004
2005 \end_layout
2006
2007 \end_inset
2008 </cell>
2009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2010 \begin_inset Text
2011
2012 \begin_layout Plain Layout
2013
2014 \end_layout
2015
2016 \end_inset
2017 </cell>
2018 </row>
2019 </lyxtabular>
2020
2021 \end_inset
2022
2023
2024 \end_layout
2025
2026 \begin_layout Section
2027 La fenêtre 
2028 \family sans
2029 tableau
2030 \family default
2031
2032 \begin_inset Index idx
2033 status collapsed
2034
2035 \begin_layout Plain Layout
2036 Tableau ! Fenêtre de dialogue
2037 \end_layout
2038
2039 \end_inset
2040
2041
2042 \end_layout
2043
2044 \begin_layout Standard
2045 Vous pouvez modifier un tableau en cliquant dedans avec la touche droite
2046  de la souris, qui ouvre le menu contextuel.
2047  A l'aide du choix de menu 
2048 \family sans
2049 Plus...
2050
2051 \family default
2052  vous pouvez modifier les réglages concernant la cellule, la colonne et
2053  la ligne dans laquelle le curseur se trouve.
2054  Le menu contextuel 
2055 \family sans
2056 Plus...\SpecialChar menuseparator
2057 Paramètres...
2058
2059 \family default
2060  ouvre la fenêtre de dialogue de tableau dans laquelle d'autres réglages
2061  sont possibles.
2062  La plupart des options peuvent s'appliquer à des sélections.
2063  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2064  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2065  votre sélection.
2066  Notez qu'il y a une différence entre sélectionner le 
2067 \emph on
2068 contenu 
2069 \emph default
2070 d'une cellule et sélectionner la cellule elle-même.
2071 \begin_inset Newline newline
2072 \end_inset
2073
2074 En cochant l'option 
2075 \family sans
2076 Application
2077 \begin_inset space ~
2078 \end_inset
2079
2080 immédiate
2081 \family default
2082  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2083  est appliquée directement.
2084  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2085  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2086  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2087  de dialogue, vous devez appuyer sur 
2088 \family sans
2089 Entrée
2090 \family default
2091  pour que la modification soit appliquée.
2092 \begin_inset Newline newline
2093 \end_inset
2094
2095 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2096  :
2097 \end_layout
2098
2099 \begin_layout Description
2100 Paramètres
2101 \begin_inset space ~
2102 \end_inset
2103
2104 du
2105 \begin_inset space ~
2106 \end_inset
2107
2108 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2109  la largeur de la colonne courante.
2110  L'alignement horizontal 
2111 \family sans
2112 Au
2113 \begin_inset space ~
2114 \end_inset
2115
2116 séparateur
2117 \begin_inset space ~
2118 \end_inset
2119
2120 décimal
2121 \family default
2122  est décrit dans la section
2123 \begin_inset space ~
2124 \end_inset
2125
2126
2127 \begin_inset CommandInset ref
2128 LatexCommand ref
2129 reference "subsec:Alignements-de-cellules"
2130
2131 \end_inset
2132
2133 .
2134  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2135  vertical de la ligne courante.
2136  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2137  et donc, plusieurs paragraphes de texte, voir la section
2138 \begin_inset space ~
2139 \end_inset
2140
2141
2142 \begin_inset CommandInset ref
2143 LatexCommand ref
2144 reference "subsec:Lignes-multiple-dans-cellule"
2145
2146 \end_inset
2147
2148 .
2149  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2150  pour accommoder le contenu de cellule le plus large.
2151 \begin_inset Newline newline
2152 \end_inset
2153
2154 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2155  un multi-colonnes, voir la section
2156 \begin_inset space ~
2157 \end_inset
2158
2159
2160 \begin_inset CommandInset ref
2161 LatexCommand ref
2162 reference "subsec:Multicolonnes"
2163
2164 \end_inset
2165
2166  ou une cellule d'une colonne comme cellule multi-lignes, voir la section
2167 \begin_inset space ~
2168 \end_inset
2169
2170
2171 \begin_inset CommandInset ref
2172 LatexCommand ref
2173 reference "subsec:Multi-lignes"
2174
2175 \end_inset
2176
2177 .
2178 \begin_inset Newline newline
2179 \end_inset
2180
2181 L'option 
2182 \family sans
2183 Tourner
2184 \begin_inset space ~
2185 \end_inset
2186
2187 la
2188 \begin_inset space ~
2189 \end_inset
2190
2191 case
2192 \begin_inset space ~
2193 \end_inset
2194
2195 de
2196 \begin_inset space ~
2197 \end_inset
2198
2199 90°
2200 \family default
2201  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2202  L'option 
2203 \family sans
2204 Tourner
2205 \begin_inset space ~
2206 \end_inset
2207
2208 le
2209 \begin_inset space ~
2210 \end_inset
2211
2212 tableau
2213 \begin_inset space ~
2214 \end_inset
2215
2216 de
2217 \begin_inset space ~
2218 \end_inset
2219
2220 90°
2221 \family default
2222  fait pivoter tout le tableau.
2223  Ces rotations ne sont pas visibles dans \SpecialChar LyX
2224 , mais devraient l'être dans la
2225  sortie finale.
2226  Pour plus d'information voir la section
2227 \begin_inset space ~
2228 \end_inset
2229
2230
2231 \begin_inset CommandInset ref
2232 LatexCommand ref
2233 reference "sec:Pivotement-des-cellules"
2234
2235 \end_inset
2236
2237 .
2238 \begin_inset Newline newline
2239 \end_inset
2240
2241
2242 \begin_inset Note Greyedout
2243 status open
2244
2245 \begin_layout Plain Layout
2246
2247 \series bold
2248 Note:
2249 \series default
2250  La plupart des visualiseurs DVI ne sont 
2251 \emph on
2252 pas
2253 \emph default
2254  capables d'afficher ces rotations.
2255 \end_layout
2256
2257 \end_inset
2258
2259
2260 \begin_inset Newline newline
2261 \end_inset
2262
2263 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2264  qui sont incorporés dans une ligne de texte :
2265 \begin_inset Newline newline
2266 \end_inset
2267
2268 Une ligne avec des tableaux alignés de différentes manières: 
2269 \begin_inset Tabular
2270 <lyxtabular version="3" rows="2" columns="2">
2271 <features tabularvalignment="top">
2272 <column alignment="center" valignment="top" width="0pt">
2273 <column alignment="center" valignment="top">
2274 <row>
2275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2276 \begin_inset Text
2277
2278 \begin_layout Plain Layout
2279
2280 \end_layout
2281
2282 \end_inset
2283 </cell>
2284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2285 \begin_inset Text
2286
2287 \begin_layout Plain Layout
2288 1
2289 \end_layout
2290
2291 \end_inset
2292 </cell>
2293 </row>
2294 <row>
2295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2296 \begin_inset Text
2297
2298 \begin_layout Plain Layout
2299 A
2300 \end_layout
2301
2302 \end_inset
2303 </cell>
2304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2305 \begin_inset Text
2306
2307 \begin_layout Plain Layout
2308
2309 \end_layout
2310
2311 \end_inset
2312 </cell>
2313 </row>
2314 </lyxtabular>
2315
2316 \end_inset
2317
2318  
2319 \begin_inset Tabular
2320 <lyxtabular version="3" rows="2" columns="2">
2321 <features tabularvalignment="middle">
2322 <column alignment="center" valignment="top">
2323 <column alignment="center" valignment="top">
2324 <row>
2325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2326 \begin_inset Text
2327
2328 \begin_layout Plain Layout
2329
2330 \end_layout
2331
2332 \end_inset
2333 </cell>
2334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2335 \begin_inset Text
2336
2337 \begin_layout Plain Layout
2338 1
2339 \end_layout
2340
2341 \end_inset
2342 </cell>
2343 </row>
2344 <row>
2345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Plain Layout
2349 A
2350 \end_layout
2351
2352 \end_inset
2353 </cell>
2354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2355 \begin_inset Text
2356
2357 \begin_layout Plain Layout
2358
2359 \end_layout
2360
2361 \end_inset
2362 </cell>
2363 </row>
2364 </lyxtabular>
2365
2366 \end_inset
2367
2368  
2369 \begin_inset Tabular
2370 <lyxtabular version="3" rows="2" columns="2">
2371 <features tabularvalignment="bottom">
2372 <column alignment="center" valignment="top" width="0pt">
2373 <column alignment="center" valignment="top">
2374 <row>
2375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2376 \begin_inset Text
2377
2378 \begin_layout Plain Layout
2379
2380 \end_layout
2381
2382 \end_inset
2383 </cell>
2384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2385 \begin_inset Text
2386
2387 \begin_layout Plain Layout
2388 1
2389 \end_layout
2390
2391 \end_inset
2392 </cell>
2393 </row>
2394 <row>
2395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2396 \begin_inset Text
2397
2398 \begin_layout Plain Layout
2399 A
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2405 \begin_inset Text
2406
2407 \begin_layout Plain Layout
2408
2409 \end_layout
2410
2411 \end_inset
2412 </cell>
2413 </row>
2414 </lyxtabular>
2415
2416 \end_inset
2417
2418
2419 \begin_inset Newline newline
2420 \end_inset
2421
2422 On peut aussi entrer des paramètres \SpecialChar LaTeX
2423  pour obtenir des mise en formes spéciales
2424  pour le tableau, voir les sections
2425 \begin_inset space ~
2426 \end_inset
2427
2428
2429 \begin_inset CommandInset ref
2430 LatexCommand ref
2431 reference "subsec:Calculs-multicolonnes"
2432
2433 \end_inset
2434
2435  et 
2436 \begin_inset CommandInset ref
2437 LatexCommand ref
2438 reference "sec:Tableaux-Colorés"
2439
2440 \end_inset
2441
2442 .
2443 \end_layout
2444
2445 \begin_layout Description
2446
2447 \family sans
2448 Bordures
2449 \family default
2450  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2451  ou la colonne courante.
2452  
2453 \begin_inset Newline newline
2454 \end_inset
2455
2456 En utilisant le style 
2457 \family sans
2458 Formel
2459 \family default
2460  à la place du style par 
2461 \family sans
2462 Défaut
2463 \family default
2464 , on va convertir le tableau en tableau formel comme on le décrit dans la
2465  section
2466 \begin_inset space ~
2467 \end_inset
2468
2469
2470 \begin_inset CommandInset ref
2471 LatexCommand ref
2472 reference "sec:Tableaux-Formels"
2473
2474 \end_inset
2475
2476 .
2477 \begin_inset Newline newline
2478 \end_inset
2479
2480 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2481  dans les lignes du tableau comme c'est décrit dans la section
2482 \begin_inset space ~
2483 \end_inset
2484
2485
2486 \begin_inset CommandInset ref
2487 LatexCommand ref
2488 reference "subsec:Espacement-lignes"
2489
2490 \end_inset
2491
2492 .
2493 \end_layout
2494
2495 \begin_layout Description
2496 Tableau
2497 \begin_inset space ~
2498 \end_inset
2499
2500 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2501  un 
2502 \begin_inset Quotes fld
2503 \end_inset
2504
2505
2506 \emph on
2507 tableau long
2508 \emph default
2509
2510 \begin_inset Quotes frd
2511 \end_inset
2512
2513  qui peut continuer sur plusieurs pages.
2514  Les sections
2515 \begin_inset space ~
2516 \end_inset
2517
2518
2519 \begin_inset CommandInset ref
2520 LatexCommand ref
2521 reference "sec:Tableaux-longs"
2522
2523 \end_inset
2524
2525  et 
2526 \begin_inset CommandInset ref
2527 LatexCommand ref
2528 reference "sec:Questions-sur-tableaux-longs"
2529
2530 \end_inset
2531
2532  décrivent ces tableaux longs plus en détail.
2533 \end_layout
2534
2535 \begin_layout Section
2536 La barre d'outils tableau
2537 \begin_inset Index idx
2538 status collapsed
2539
2540 \begin_layout Plain Layout
2541 Tableau ! Barre d'outils
2542 \end_layout
2543
2544 \end_inset
2545
2546
2547 \end_layout
2548
2549 \begin_layout Standard
2550 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2551  permet de modifier plus rapidement les tableaux.
2552  Elle apparaît normalement en bas de la fenêtre principale de \SpecialChar LyX
2553  quand le
2554  curseur se trouve à l'intérieur d'un tableau.
2555  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2556  au menu 
2557 \family sans
2558 Visualiser\SpecialChar menuseparator
2559 Barres
2560 \begin_inset space ~
2561 \end_inset
2562
2563 d'outils\SpecialChar menuseparator
2564 Tableau
2565 \family default
2566 .
2567 \end_layout
2568
2569 \begin_layout Standard
2570 La barre d'outils contient les icônes suivantes :
2571 \end_layout
2572
2573 \begin_layout Labeling
2574 \labelwidthstring 00.00.0000
2575 \begin_inset Info
2576 type  "icon"
2577 arg   "inset-modify tabular append-row"
2578 \end_inset
2579
2580  ajoute une ligne sous la cellule ou la sélection courante
2581 \end_layout
2582
2583 \begin_layout Labeling
2584 \labelwidthstring 00.00.0000
2585 \begin_inset Info
2586 type  "icon"
2587 arg   "inset-modify tabular append-column"
2588 \end_inset
2589
2590  ajoute une colonne à la droite de la cellule ou de la sélection courante
2591 \end_layout
2592
2593 \begin_layout Labeling
2594 \labelwidthstring 00.00.0000
2595 \begin_inset Info
2596 type  "icon"
2597 arg   "inset-modify tabular delete-row"
2598 \end_inset
2599
2600  supprime la ligne ou la sélection courante
2601 \end_layout
2602
2603 \begin_layout Labeling
2604 \labelwidthstring 00.00.0000
2605 \begin_inset Info
2606 type  "icon"
2607 arg   "inset-modify tabular delete-column"
2608 \end_inset
2609
2610  supprime la colonne ou la sélection courante
2611 \end_layout
2612
2613 \begin_layout Labeling
2614 \labelwidthstring 00.00.0000
2615 \begin_inset Info
2616 type  "icon"
2617 arg   "inset-modify tabular move-row-up"
2618 \end_inset
2619
2620  déplace la ligne vers le haut
2621 \end_layout
2622
2623 \begin_layout Labeling
2624 \labelwidthstring 00.00.0000
2625 \begin_inset Info
2626 type  "icon"
2627 arg   "inset-modify tabular move-column-left"
2628 \end_inset
2629
2630  déplace la colonne vers la gauche
2631 \end_layout
2632
2633 \begin_layout Labeling
2634 \labelwidthstring 00.00.0000
2635 \begin_inset Info
2636 type  "icon"
2637 arg   "inset-modify tabular move-row-down"
2638 \end_inset
2639
2640  déplace la ligne vers le bas
2641 \end_layout
2642
2643 \begin_layout Labeling
2644 \labelwidthstring 00.00.0000
2645 \begin_inset Info
2646 type  "icon"
2647 arg   "inset-modify tabular move-column-right"
2648 \end_inset
2649
2650  déplace la colonne vers la droite
2651 \end_layout
2652
2653 \begin_layout Labeling
2654 \labelwidthstring 00.00.0000
2655 \begin_inset Info
2656 type  "icon"
2657 arg   "inset-modify tabular toggle-line-top"
2658 \end_inset
2659
2660  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2661  courante
2662 \end_layout
2663
2664 \begin_layout Labeling
2665 \labelwidthstring 00.00.0000
2666 \begin_inset Info
2667 type  "icon"
2668 arg   "inset-modify tabular toggle-line-bottom"
2669 \end_inset
2670
2671  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2672 \end_layout
2673
2674 \begin_layout Labeling
2675 \labelwidthstring 00.00.0000
2676 \begin_inset Info
2677 type  "icon"
2678 arg   "inset-modify tabular toggle-line-left"
2679 \end_inset
2680
2681  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2682 \begin_inset Note Note
2683 status collapsed
2684
2685 \begin_layout Plain Layout
2686 ou colonne ?
2687 \end_layout
2688
2689 \end_inset
2690
2691  ou de la sélection courante
2692 \end_layout
2693
2694 \begin_layout Labeling
2695 \labelwidthstring 00.00.0000
2696 \begin_inset Info
2697 type  "icon"
2698 arg   "inset-modify tabular toggle-line-right"
2699 \end_inset
2700
2701  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2702 \begin_inset Note Note
2703 status collapsed
2704
2705 \begin_layout Plain Layout
2706 ou colonne ?
2707 \end_layout
2708
2709 \end_inset
2710
2711  ou de la sélection courante
2712 \end_layout
2713
2714 \begin_layout Labeling
2715 \labelwidthstring 00.00.0000
2716 \begin_inset Info
2717 type  "icon"
2718 arg   "inset-modify tabular set-all-lines"
2719 \end_inset
2720
2721  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2722  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2723  colonne et la ligne courante
2724 \end_layout
2725
2726 \begin_layout Labeling
2727 \labelwidthstring 00.00.0000
2728 \begin_inset Info
2729 type  "icon"
2730 arg   "inset-modify tabular unset-all-lines"
2731 \end_inset
2732
2733  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2734  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2735  aussi la colonne et la ligne courante
2736 \end_layout
2737
2738 \begin_layout Labeling
2739 \labelwidthstring 00.00.0000
2740 \begin_inset Info
2741 type  "icon"
2742 arg   "inset-modify tabular m-align-left"
2743 \end_inset
2744
2745  aligne à gauche le contenu de la cellule ou de la colonne courante
2746 \end_layout
2747
2748 \begin_layout Labeling
2749 \labelwidthstring 00.00.0000
2750 \begin_inset Info
2751 type  "icon"
2752 arg   "inset-modify tabular m-align-center"
2753 \end_inset
2754
2755  centre horizontalement le contenu de la cellule ou de la colonne courante
2756 \end_layout
2757
2758 \begin_layout Labeling
2759 \labelwidthstring 00.00.0000
2760 \begin_inset Info
2761 type  "icon"
2762 arg   "inset-modify tabular m-align-right"
2763 \end_inset
2764
2765  aligne à droite le contenu de la cellule ou de la colonne courante
2766 \end_layout
2767
2768 \begin_layout Labeling
2769 \labelwidthstring 00.00.0000
2770 \begin_inset Info
2771 type  "icon"
2772 arg   "inset-modify tabular align-decimal"
2773 \end_inset
2774
2775  aligne le contenu de la colonne courante sur un caractère
2776 \end_layout
2777
2778 \begin_layout Labeling
2779 \labelwidthstring 00.00.0000
2780 \begin_inset Info
2781 type  "icon"
2782 arg   "inset-modify tabular m-valign-top"
2783 \end_inset
2784
2785  aligne le contenu de la cellule courante verticalement vers le haut
2786 \end_layout
2787
2788 \begin_layout Labeling
2789 \labelwidthstring 00.00.0000
2790 \begin_inset Info
2791 type  "icon"
2792 arg   "inset-modify tabular m-valign-middle"
2793 \end_inset
2794
2795  centre verticalement le contenu de la cellule courante
2796 \end_layout
2797
2798 \begin_layout Labeling
2799 \labelwidthstring 00.00.0000
2800 \begin_inset Info
2801 type  "icon"
2802 arg   "inset-modify tabular m-valign-bottom"
2803 \end_inset
2804
2805  aligne le contenu de la cellule courante verticalement vers le bas
2806 \end_layout
2807
2808 \begin_layout Labeling
2809 \labelwidthstring 00.00.0000
2810 \begin_inset Info
2811 type  "icon"
2812 arg   "inset-modify tabular set-rotate-cell"
2813 \end_inset
2814
2815  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2816 re
2817 \end_layout
2818
2819 \begin_layout Labeling
2820 \labelwidthstring 00.00.0000
2821 \begin_inset Info
2822 type  "icon"
2823 arg   "inset-modify tabular set-rotate-tabular"
2824 \end_inset
2825
2826  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2827 \end_layout
2828
2829 \begin_layout Labeling
2830 \labelwidthstring 00.00.0000
2831 \begin_inset Info
2832 type  "icon"
2833 arg   "inset-modify tabular multicolumn"
2834 \end_inset
2835
2836  transforme en multi-colonnes la cellule ou la sélection courante
2837 \end_layout
2838
2839 \begin_layout Labeling
2840 \labelwidthstring 00.00.0000
2841 \begin_inset Info
2842 type  "icon"
2843 arg   "inset-modify tabular multirow"
2844 \end_inset
2845
2846  transforme en multi-lignes la cellule ou la sélection courante
2847 \end_layout
2848
2849 \begin_layout Standard
2850 \begin_inset Note Greyedout
2851 status open
2852
2853 \begin_layout Plain Layout
2854
2855 \series bold
2856 Note :
2857 \series default
2858  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2859  est utilisé pour toutes les autres cellules de la ligne.
2860 \end_layout
2861
2862 \end_inset
2863
2864
2865 \end_layout
2866
2867 \begin_layout Section
2868 Le menu Édition tableau
2869 \begin_inset Index idx
2870 status collapsed
2871
2872 \begin_layout Plain Layout
2873 Tableau ! Menu Édition
2874 \end_layout
2875
2876 \end_inset
2877
2878
2879 \end_layout
2880
2881 \begin_layout Standard
2882 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2883  
2884 \family sans
2885 Édition\SpecialChar menuseparator
2886 Tableau
2887 \family default
2888  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2889  ou de la ligne courante et aussi de transformer la sélection courante en
2890  multi-colonnes.
2891  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2892 \end_layout
2893
2894 \begin_layout Section
2895 Flottant de tableau
2896 \begin_inset CommandInset label
2897 LatexCommand label
2898 name "sec:Table-Floats"
2899
2900 \end_inset
2901
2902
2903 \begin_inset Index idx
2904 status collapsed
2905
2906 \begin_layout Plain Layout
2907 Flottants ! Tableaux
2908 \end_layout
2909
2910 \end_inset
2911
2912
2913 \begin_inset Index idx
2914 status collapsed
2915
2916 \begin_layout Plain Layout
2917 Tableau ! Flottants
2918 \end_layout
2919
2920 \end_inset
2921
2922
2923 \end_layout
2924
2925 \begin_layout Standard
2926 Pour des explications générales sur les flottants, jetez un œil à la section
2927 \begin_inset space ~
2928 \end_inset
2929
2930
2931 \begin_inset CommandInset ref
2932 LatexCommand ref
2933 reference "sec:Flottants-Introduction"
2934
2935 \end_inset
2936
2937 .
2938 \end_layout
2939
2940 \begin_layout Standard
2941 \begin_inset Float table
2942 placement h
2943 wide false
2944 sideways false
2945 status open
2946
2947 \begin_layout Plain Layout
2948 \begin_inset Caption Standard
2949
2950 \begin_layout Plain Layout
2951 \begin_inset CommandInset label
2952 LatexCommand label
2953 name "tab:Flottant-de-tableau"
2954
2955 \end_inset
2956
2957 Un flottant de tableau.
2958 \end_layout
2959
2960 \end_inset
2961
2962
2963 \end_layout
2964
2965 \begin_layout Plain Layout
2966 \align center
2967 \begin_inset Tabular
2968 <lyxtabular version="3" rows="3" columns="3">
2969 <features tabularvalignment="middle">
2970 <column alignment="center" valignment="top" width="0pt">
2971 <column alignment="center" valignment="top" width="0pt">
2972 <column alignment="center" valignment="top" width="0pt">
2973 <row>
2974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2975 \begin_inset Text
2976
2977 \begin_layout Plain Layout
2978 1
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987 2
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996 3
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 </row>
3002 <row>
3003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007 Jules
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016 Marie
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3022 \begin_inset Text
3023
3024 \begin_layout Plain Layout
3025 Jean
3026 \end_layout
3027
3028 \end_inset
3029 </cell>
3030 </row>
3031 <row>
3032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036 \begin_inset Formula $\int x^{2}dx$
3037 \end_inset
3038
3039
3040 \end_layout
3041
3042 \end_inset
3043 </cell>
3044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3045 \begin_inset Text
3046
3047 \begin_layout Plain Layout
3048 \begin_inset Formula $\left[\begin{array}{cc}
3049 a & b\\
3050 c & d
3051 \end{array}\right]$
3052 \end_inset
3053
3054
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 \begin_inset Formula $1+1=2$
3064 \end_inset
3065
3066
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 </row>
3072 </lyxtabular>
3073
3074 \end_inset
3075
3076
3077 \end_layout
3078
3079 \end_inset
3080
3081
3082 \end_layout
3083
3084 \begin_layout Standard
3085 Les flottants de tableau sont insérés en utilisant le menu 
3086 \family sans
3087 Insertion\SpecialChar menuseparator
3088 Flottant\SpecialChar menuseparator
3089 Tableau
3090 \family default
3091  ou le bouton 
3092 \begin_inset Info
3093 type  "icon"
3094 arg   "float-insert table"
3095 \end_inset
3096
3097  de la barre d'outils.
3098 \end_layout
3099
3100 \begin_layout Standard
3101 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3102  qui a comme étiquette 
3103 \begin_inset Quotes fld
3104 \end_inset
3105
3106 Tableau
3107 \begin_inset space ~
3108 \end_inset
3109
3110 #:
3111 \begin_inset Quotes frd
3112 \end_inset
3113
3114  (où # est le numéro du tableau).
3115  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3116 \end_layout
3117
3118 \begin_layout Standard
3119 Le tableau
3120 \begin_inset space ~
3121 \end_inset
3122
3123
3124 \begin_inset CommandInset ref
3125 LatexCommand ref
3126 reference "tab:Flottant-de-tableau"
3127
3128 \end_inset
3129
3130  est un exemple de tableau dans un flottant de tableau.
3131 \end_layout
3132
3133 \begin_layout Standard
3134 On met habituellement la légende au dessus des tableaux, mais cette règle
3135  n'est malheureusement pas respectée par certaines classes standard de \SpecialChar LaTeX
3136 .
3137  Cela signifie que si vous utilisez un document appartenant aux classes
3138  
3139 \family sans
3140 article
3141 \family default
3142
3143 \family sans
3144 book
3145 \family default
3146
3147 \family sans
3148 letter
3149 \family default
3150 , ou
3151 \family sans
3152  report
3153 \family default
3154  il n'y aura pas d'espace entre la légende et le tableau.
3155  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3156  la commande de chargement du paquetage \SpecialChar LaTeX
3157  
3158 \series bold
3159 caption
3160 \series default
3161
3162 \begin_inset Index idx
3163 status collapsed
3164
3165 \begin_layout Plain Layout
3166 Paquetages \SpecialChar LaTeX
3167  ! caption
3168 \end_layout
3169
3170 \end_inset
3171
3172  dans le préambule de votre document.
3173 \begin_inset Foot
3174 status collapsed
3175
3176 \begin_layout Plain Layout
3177 Pour plus d'information voyez la section
3178 \begin_inset space ~
3179 \end_inset
3180
3181
3182 \begin_inset CommandInset ref
3183 LatexCommand ref
3184 reference "sec:Placement-légende"
3185
3186 \end_inset
3187
3188 .
3189 \end_layout
3190
3191 \end_inset
3192
3193 :
3194 \end_layout
3195
3196 \begin_layout Standard
3197
3198 \series bold
3199 tableposition=top
3200 \end_layout
3201
3202 \begin_layout Standard
3203 Le paquetage 
3204 \series bold
3205 caption
3206 \series default
3207 , qui est décrit dans la section
3208 \begin_inset space ~
3209 \end_inset
3210
3211
3212 \begin_inset CommandInset ref
3213 LatexCommand ref
3214 reference "sec:Formatage-légende"
3215
3216 \end_inset
3217
3218 , est utilisé pour ajuster le format des légendes.
3219 \end_layout
3220
3221 \begin_layout Standard
3222 Dans le texte, on fait référence à un tableau
3223 \begin_inset Index idx
3224 status collapsed
3225
3226 \begin_layout Plain Layout
3227 References@Références ! à des Tableaux
3228 \end_layout
3229
3230 \end_inset
3231
3232  en faisant référence à sa légende.
3233  On insère donc une étiquette dans la légende en utilisant le menu 
3234 \family sans
3235 Insertion
3236 \family default
3237 \SpecialChar menuseparator
3238
3239 \family sans
3240 Étiquette
3241 \family default
3242  ou le bouton 
3243 \begin_inset Info
3244 type  "icon"
3245 arg   "label-insert"
3246 \end_inset
3247
3248  de la barre d'outils.
3249  On peut alors faire référence à cette étiquette en utilisant le menu 
3250 \family sans
3251 Insertion\SpecialChar menuseparator
3252 Référence
3253 \begin_inset space ~
3254 \end_inset
3255
3256 croisée
3257 \family default
3258  ou le bouton 
3259 \begin_inset Info
3260 type  "icon"
3261 arg   "dialog-show-new-inset ref"
3262 \end_inset
3263
3264  de la barre d'outils.
3265 \begin_inset Newline newline
3266 \end_inset
3267
3268 Les références croisées sont expliquées en détail dans la section
3269 \begin_inset space ~
3270 \end_inset
3271
3272
3273 \begin_inset CommandInset ref
3274 LatexCommand ref
3275 reference "sec:Referencer-les-Flottants"
3276
3277 \end_inset
3278
3279 .
3280 \end_layout
3281
3282 \begin_layout Section
3283 Tableaux Longs
3284 \begin_inset CommandInset label
3285 LatexCommand label
3286 name "sec:Tableaux-longs"
3287
3288 \end_inset
3289
3290
3291 \begin_inset Index idx
3292 status collapsed
3293
3294 \begin_layout Plain Layout
3295 Tableaux longs
3296 \end_layout
3297
3298 \end_inset
3299
3300
3301 \begin_inset Index idx
3302 status collapsed
3303
3304 \begin_layout Plain Layout
3305 Tableau ! Tableaux longs
3306 \end_layout
3307
3308 \end_inset
3309
3310
3311 \end_layout
3312
3313 \begin_layout Standard
3314 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3315  l'option 
3316 \family sans
3317 Utiliser
3318 \begin_inset space ~
3319 \end_inset
3320
3321 les
3322 \begin_inset space ~
3323 \end_inset
3324
3325 tableaux
3326 \begin_inset space ~
3327 \end_inset
3328
3329 longs
3330 \family default
3331  de l'onglet 
3332 \family sans
3333 Tableau
3334 \begin_inset space ~
3335 \end_inset
3336
3337 long
3338 \family default
3339  de la fenêtre 
3340 \family sans
3341 Paramètres
3342 \begin_inset space ~
3343 \end_inset
3344
3345 du
3346 \begin_inset space ~
3347 \end_inset
3348
3349 tableau
3350 \family default
3351  pour le répartir automatiquement sur plusieurs pages.
3352  En cochant cette option, vous activez les options suivantes:
3353 \end_layout
3354
3355 \begin_layout Description
3356 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3357  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3358  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3359  première page, si 
3360 \family sans
3361 Premier
3362 \begin_inset space ~
3363 \end_inset
3364
3365 en-tête
3366 \family default
3367  est défini.
3368  Ces lignes forment l'en-tête principal.
3369 \end_layout
3370
3371 \begin_layout Description
3372 Premier
3373 \begin_inset space ~
3374 \end_inset
3375
3376 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3377  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3378  d'en-tête utilisées pour la première page du tableau long.
3379 \end_layout
3380
3381 \begin_layout Description
3382 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3383  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3384  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3385  page si 
3386 \family sans
3387 Dernier
3388 \begin_inset space ~
3389 \end_inset
3390
3391 pied
3392 \family default
3393  est défini.
3394 \end_layout
3395
3396 \begin_layout Description
3397 Dernier
3398 \begin_inset space ~
3399 \end_inset
3400
3401 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3402  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3403  constituant le pied de la dernière page du tableau long.
3404 \end_layout
3405
3406 \begin_layout Description
3407 Légende La ligne courante contient la légende du tableau.
3408  La première ligne est transformée en une colonne unique et une légende
3409  est insérée.
3410  Vous trouverez d'autres explications sur les légendes pour les tableaux
3411  longs dans la section
3412 \begin_inset space ~
3413 \end_inset
3414
3415
3416 \begin_inset CommandInset ref
3417 LatexCommand ref
3418 reference "subsec:Tableaux-longs-légende"
3419
3420 \end_inset
3421
3422 .
3423 \end_layout
3424
3425 \begin_layout Standard
3426 Vous pouvez aussi préciser une ligne où le tableau devra être coupé.
3427  Voyez le tableau long qui suit pour voir comment ça marche :
3428 \begin_inset Separator parbreak
3429 \end_inset
3430
3431
3432 \end_layout
3433
3434 \begin_layout Standard
3435 \align center
3436 \begin_inset Tabular
3437 <lyxtabular version="3" rows="69" columns="3">
3438 <features islongtable="true" longtabularalignment="center">
3439 <column alignment="left" valignment="top" width="0cm">
3440 <column alignment="left" valignment="top" width="0pt">
3441 <column alignment="center" valignment="top" width="0pt">
3442 <row endfirsthead="true">
3443 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Plain Layout
3447
3448 \series bold
3449 Exemple d'annuaire téléphonique (ignorez les noms)
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Plain Layout
3458
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 </row>
3473 <row endfirsthead="true">
3474 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478
3479 \series bold
3480 NOM
3481 \end_layout
3482
3483 \end_inset
3484 </cell>
3485 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498
3499 \series bold
3500 TEL.
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 </row>
3506 <row endhead="true">
3507 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511
3512 \series bold
3513 Exemple d'annuaire téléphonique
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 </row>
3537 <row endhead="true">
3538 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542
3543 \series bold
3544 NOM
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562
3563 \series bold
3564 TEL.
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 </row>
3570 <row endfoot="true">
3571 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575  continue page suivante
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 </row>
3599 <row>
3600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604
3605 \series bold
3606 Annovi
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell alignment="center" valignment="top" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615 Silvia
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 111
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 </row>
3630 <row>
3631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635
3636 \series bold
3637 Bertoli
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 Stefano
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 111
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 </row>
3661 <row>
3662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666
3667 \series bold
3668 Bozzi
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 Walter
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 111
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 </row>
3692 <row>
3693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697
3698 \series bold
3699 Cachia
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 Maria
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 111
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 </row>
3723 <row>
3724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728
3729 \series bold
3730 Cachia
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell alignment="center" valignment="top" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739 Maurizio
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 111
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 </row>
3754 <row>
3755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759
3760 \series bold
3761 Cinquemani
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770 Giusi
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 111
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 </row>
3785 <row>
3786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790
3791 \series bold
3792 Colin
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 Bernard
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 111
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 </row>
3816 <row>
3817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821
3822 \series bold
3823 Concli
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 Gianfranco
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 111
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 </row>
3847 <row>
3848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852
3853 \series bold
3854 Dal Bosco
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 Carolina
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 111
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 <row>
3879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883
3884 \series bold
3885 Dalpiaz
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894 Annamaria
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 111
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row>
3910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914
3915 \series bold
3916 Feliciello
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925 Domenico
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 111
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 </row>
3940 <row>
3941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945
3946 \series bold
3947 Focarelli
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 Paola
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 111
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 </row>
3971 <row>
3972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976
3977 \series bold
3978 Galletti
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 Oreste
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 111
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 </row>
4002 <row>
4003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007
4008 \series bold
4009 Gasparini
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 Franca
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 111
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 </row>
4033 <row>
4034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038
4039 \series bold
4040 Rizzardi
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049 Paola
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Plain Layout
4058 111
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 </row>
4064 <row>
4065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069
4070 \series bold
4071 Lassini
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell alignment="center" valignment="top" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080 Giancarlo
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 111
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 </row>
4095 <row>
4096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100
4101 \series bold
4102 Malfatti
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 Luciano
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120 111
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 </row>
4126 <row>
4127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131
4132 \series bold
4133 Malfatti
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142 Valeriano
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 111
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 </row>
4157 <row>
4158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162
4163 \series bold
4164 Meneguzzo
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173 Roberto
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 111
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 </row>
4188 <row>
4189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193
4194 \series bold
4195 Mezzadra
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell alignment="center" valignment="top" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204 Roberto
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4210 \begin_inset Text
4211
4212 \begin_layout Plain Layout
4213 111
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 </row>
4219 <row>
4220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224
4225 \series bold
4226 Pirpamer
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 Erich
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244 111
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 </row>
4250 <row>
4251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255
4256 \series bold
4257 Pochiesa
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 <cell alignment="center" valignment="top" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266 Paolo
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275 111, 222
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 </row>
4281 <row>
4282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286
4287 \series bold
4288 Radina
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 <cell alignment="center" valignment="top" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297 Claudio
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306 111
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 </row>
4312 <row>
4313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317
4318 \series bold
4319 Stuffer
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 <cell alignment="center" valignment="top" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328 Oskar
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337 111
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 </row>
4343 <row>
4344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348
4349 \series bold
4350 Tacchelli
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell alignment="center" valignment="top" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359 Ugo
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 111
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 </row>
4374 <row>
4375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379
4380 \series bold
4381 Tezzele
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 <cell alignment="center" valignment="top" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 Margit
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399 111
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 </row>
4405 <row>
4406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410
4411 \series bold
4412 Unterkalmsteiner
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell alignment="center" valignment="top" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421 Frieda
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 111
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 </row>
4436 <row>
4437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441
4442 \series bold
4443 Vieider
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 Hilde
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 111
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 </row>
4467 <row>
4468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472
4473 \series bold
4474 Vigna
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 Jürgen
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 111
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 </row>
4498 <row>
4499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503
4504 \series bold
4505 Weber
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 Maurizio
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 111
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 </row>
4529 <row>
4530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534
4535 \series bold
4536 Winkler
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 Franz
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 111
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 </row>
4560 <row>
4561 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565  
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 </row>
4589 <row>
4590 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594
4595 \series bold
4596 Annovi
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 Silvia
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 555
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625
4626 \series bold
4627 Bertoli
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636 Stefano
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 555
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656
4657 \series bold
4658 Bozzi
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 Walter
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 555
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 </row>
4682 <row>
4683 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687
4688 \series bold
4689 Cachia
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698 Maria
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 555
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 </row>
4713 <row>
4714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718
4719 \series bold
4720 Cachia
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 Maurizio
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 555
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 </row>
4744 <row>
4745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749
4750 \series bold
4751 Cinquemani
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 Giusi
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 555
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 </row>
4775 <row>
4776 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780
4781 \series bold
4782 Colin
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791 Bernard
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 555
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 </row>
4806 <row>
4807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811
4812 \series bold
4813 Concli
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 Gianfranco
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 555
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 </row>
4837 <row>
4838 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842
4843 \series bold
4844 Dal Bosco
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 Carolina
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 555
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 </row>
4868 <row>
4869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873
4874 \series bold
4875 Dalpiaz
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 <cell alignment="center" valignment="top" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 Annamaria
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 555
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 </row>
4899 <row>
4900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904
4905 \series bold
4906 Feliciello
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 <cell alignment="center" valignment="top" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915 Domenico
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924 555
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 </row>
4930 <row>
4931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935
4936 \series bold
4937 Focarelli
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946 Paola
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 555
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 </row>
4961 <row>
4962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966
4967 \series bold
4968 Galletti
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977 Oreste
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986 555
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 </row>
4992 <row>
4993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997
4998 \series bold
4999 Gasparini
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 Franca
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 555
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 </row>
5023 <row>
5024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028
5029 \series bold
5030 Rizzardi
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 <cell alignment="center" valignment="top" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039 Paola
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 555
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 </row>
5054 <row>
5055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059
5060 \series bold
5061 Lassini
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070 Giancarlo
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 555
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 </row>
5085 <row>
5086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090
5091 \series bold
5092 Malfatti
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 <cell alignment="center" valignment="top" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101 Luciano
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110 555
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 </row>
5116 <row>
5117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121
5122 \series bold
5123 Malfatti
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 <cell alignment="center" valignment="top" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132 Valeriano
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141 555
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 </row>
5147 <row>
5148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152
5153 \series bold
5154 Meneguzzo
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 <cell alignment="center" valignment="top" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163 Roberto
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172 555
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 </row>
5178 <row>
5179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183
5184 \series bold
5185 Mezzadra
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 <cell alignment="center" valignment="top" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194 Roberto
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Plain Layout
5203 555
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 </row>
5209 <row>
5210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214
5215 \series bold
5216 Pirpamer
5217 \end_layout
5218
5219 \end_inset
5220 </cell>
5221 <cell alignment="center" valignment="top" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Plain Layout
5225 Erich
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Plain Layout
5234 555
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 </row>
5240 <row>
5241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245
5246 \series bold
5247 Pochiesa
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 <cell alignment="center" valignment="top" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256 Paolo
5257 \end_layout
5258
5259 \end_inset
5260 </cell>
5261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5262 \begin_inset Text
5263
5264 \begin_layout Plain Layout
5265 555, 222
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 </row>
5271 <row>
5272 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276
5277 \series bold
5278 Radina
5279 \end_layout
5280
5281 \end_inset
5282 </cell>
5283 <cell alignment="center" valignment="top" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287 Claudio
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296 555
5297 \end_layout
5298
5299 \end_inset
5300 </cell>
5301 </row>
5302 <row>
5303 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307
5308 \series bold
5309 Stuffer
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 <cell alignment="center" valignment="top" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318 Oskar
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327 555
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 </row>
5333 <row>
5334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338
5339 \series bold
5340 Tacchelli
5341 \end_layout
5342
5343 \end_inset
5344 </cell>
5345 <cell alignment="center" valignment="top" usebox="none">
5346 \begin_inset Text
5347
5348 \begin_layout Plain Layout
5349 Ugo
5350 \end_layout
5351
5352 \end_inset
5353 </cell>
5354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358 555
5359 \end_layout
5360
5361 \end_inset
5362 </cell>
5363 </row>
5364 <row>
5365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369
5370 \series bold
5371 Tezzele
5372 \end_layout
5373
5374 \end_inset
5375 </cell>
5376 <cell alignment="center" valignment="top" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380 Margit
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389 555
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 </row>
5395 <row>
5396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400
5401 \series bold
5402 Unterkalmsteiner
5403 \end_layout
5404
5405 \end_inset
5406 </cell>
5407 <cell alignment="center" valignment="top" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 Frieda
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420 555
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 </row>
5426 <row>
5427 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431
5432 \series bold
5433 Vieider
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell alignment="center" valignment="top" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 Hilde
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451 555
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 </row>
5457 <row>
5458 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462
5463 \series bold
5464 Vigna
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 <cell alignment="center" valignment="top" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473 Jürgen
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 999
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 </row>
5488 <row>
5489 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5490 \begin_inset Text
5491
5492 \begin_layout Plain Layout
5493
5494 \series bold
5495 Weber
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell alignment="center" valignment="top" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504 Maurizio
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513 555
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 </row>
5519 <row>
5520 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524
5525 \series bold
5526 Winkler
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535 Franz
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 555
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 </row>
5550 <row endlastfoot="true">
5551 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 Fin
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 </row>
5579 </lyxtabular>
5580
5581 \end_inset
5582
5583
5584 \begin_inset ERT
5585 status collapsed
5586
5587 \begin_layout Plain Layout
5588
5589
5590 \backslash
5591 addtocounter{table}{-1}
5592 \end_layout
5593
5594 \end_inset
5595
5596
5597 \begin_inset Note Note
5598 status collapsed
5599
5600 \begin_layout Plain Layout
5601 Voyez la première note grisée de la section
5602 \begin_inset space ~
5603 \end_inset
5604
5605
5606 \begin_inset CommandInset ref
5607 LatexCommand ref
5608 reference "subsec:Tableaux-longs-légende"
5609
5610 \end_inset
5611
5612  pour une explication de cette commande.
5613 \end_layout
5614
5615 \end_inset
5616
5617
5618 \end_layout
5619
5620 \begin_layout Subsection
5621 Notes de bas de page dans les tableaux longs
5622 \begin_inset CommandInset label
5623 LatexCommand label
5624 name "subsec:Notes-dans-tableau-long"
5625
5626 \end_inset
5627
5628
5629 \begin_inset Index idx
5630 status collapsed
5631
5632 \begin_layout Plain Layout
5633 Tableaux longs ! Notes de bas de page
5634 \end_layout
5635
5636 \end_inset
5637
5638
5639 \end_layout
5640
5641 \begin_layout Standard
5642 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5643  long.
5644  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5645  contenant la note.
5646  Par exemple le tableau
5647 \begin_inset space ~
5648 \end_inset
5649
5650
5651 \begin_inset CommandInset ref
5652 LatexCommand ref
5653 reference "tab:Légendes-tableau-différentes"
5654
5655 \end_inset
5656
5657  a une note de bas de page.
5658 \end_layout
5659
5660 \begin_layout Subsection
5661 Alignement des tableaux longs
5662 \begin_inset Index idx
5663 status collapsed
5664
5665 \begin_layout Plain Layout
5666 Tableaux longs ! Alignement
5667 \end_layout
5668
5669 \end_inset
5670
5671
5672 \end_layout
5673
5674 \begin_layout Standard
5675 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5676  de dialogue des paramètres de tableau.
5677  Pour les alignements à droite et à gauche, le tableau sera directement
5678  au bord de la page.
5679  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5680  l'alignement centré et modifier les valeurs des longueurs 
5681 \series bold
5682
5683 \backslash
5684 LTleft 
5685 \series default
5686 et 
5687 \series bold
5688
5689 \backslash
5690 LTright
5691 \series default
5692  en insérant la ligne suivante sous forme de code \SpecialChar TeX
5693  avant le tableau long
5694  concerné :
5695 \end_layout
5696
5697 \begin_layout Standard
5698
5699 \series bold
5700
5701 \backslash
5702 setlength{
5703 \backslash
5704 LTleft}{valeur}
5705 \end_layout
5706
5707 \begin_layout Standard
5708 Où 
5709 \series bold
5710 valeur
5711 \series default
5712  peut avoir n'importe laquelle des unités listées dans le tableau
5713 \begin_inset space ~
5714 \end_inset
5715
5716
5717 \begin_inset CommandInset ref
5718 LatexCommand ref
5719 reference "cha:Unités-de-longueur"
5720
5721 \end_inset
5722
5723 .
5724  
5725 \series bold
5726
5727 \backslash
5728 LTleft
5729 \series default
5730  contrôle la distance horizontale entre le bord gauche de la page et le
5731  tableau, et
5732 \series bold
5733  
5734 \backslash
5735 LTright
5736 \series default
5737  la distance au bord droit.
5738  La valeur implicite des ces deux distances est 
5739 \series bold
5740
5741 \backslash
5742 fill
5743 \series default
5744 , ce qui dans ce cas correspond à un ressort horizontal dans \SpecialChar LyX
5745 .
5746 \end_layout
5747
5748 \begin_layout Standard
5749 Le tableau long suivant a été centrée en mettant 
5750 \series bold
5751
5752 \backslash
5753 LTleft
5754 \series default
5755  à 
5756 \family sans
5757 0.1
5758 \backslash
5759 columnwidth
5760 \family default
5761 :
5762 \begin_inset ERT
5763 status collapsed
5764
5765 \begin_layout Plain Layout
5766
5767
5768 \backslash
5769 setlength{
5770 \backslash
5771 LTleft}{0.1
5772 \backslash
5773 columnwidth}
5774 \end_layout
5775
5776 \end_inset
5777
5778
5779 \end_layout
5780
5781 \begin_layout Standard
5782 \begin_inset Tabular
5783 <lyxtabular version="3" rows="5" columns="5">
5784 <features islongtable="true" longtabularalignment="center">
5785 <column alignment="center" valignment="top">
5786 <column alignment="center" valignment="top">
5787 <column alignment="center" valignment="top">
5788 <column alignment="center" valignment="top">
5789 <column alignment="center" valignment="top">
5790 <row>
5791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 1
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 2
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 3
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 4
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 5
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 </row>
5837 <row>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 asd
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 s
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 s
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 s
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 asd
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 </row>
5884 <row>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 asd
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 s
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 s
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916 s
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 asd
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 </row>
5931 <row>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936 asd
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 s
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 s
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 s
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 asd
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 </row>
5978 <row>
5979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 asd
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 asd
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 asd
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 asd
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 asd
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 </row>
6025 </lyxtabular>
6026
6027 \end_inset
6028
6029
6030 \begin_inset ERT
6031 status collapsed
6032
6033 \begin_layout Plain Layout
6034
6035
6036 \backslash
6037 setlength{
6038 \backslash
6039 LTleft}{
6040 \backslash
6041 fill}
6042 \end_layout
6043
6044 \end_inset
6045
6046
6047 \begin_inset ERT
6048 status collapsed
6049
6050 \begin_layout Plain Layout
6051
6052
6053 \backslash
6054 addtocounter{table}{-1}
6055 \end_layout
6056
6057 \end_inset
6058
6059
6060 \begin_inset Note Note
6061 status collapsed
6062
6063 \begin_layout Plain Layout
6064 Voyez la première note grisée de la section
6065 \begin_inset space ~
6066 \end_inset
6067
6068
6069 \begin_inset CommandInset ref
6070 LatexCommand ref
6071 reference "subsec:Tableaux-longs-légende"
6072
6073 \end_inset
6074
6075  pour une explication de cette commande.
6076 \end_layout
6077
6078 \end_inset
6079
6080
6081 \end_layout
6082
6083 \begin_layout Subsection
6084 Légendes et tableaux longs
6085 \begin_inset Index idx
6086 status collapsed
6087
6088 \begin_layout Plain Layout
6089 Tableaux longs ! Legendes@Légendes
6090 \end_layout
6091
6092 \end_inset
6093
6094
6095 \begin_inset CommandInset label
6096 LatexCommand label
6097 name "subsec:Tableaux-longs-légende"
6098
6099 \end_inset
6100
6101
6102 \end_layout
6103
6104 \begin_layout Standard
6105 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6106  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6107  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6108  longs quand on utilise pour une ligne l'option de tableau long 
6109 \family sans
6110 Légende
6111 \family default
6112 , comme c'est expliqué dans la section
6113 \begin_inset space ~
6114 \end_inset
6115
6116
6117 \begin_inset CommandInset ref
6118 LatexCommand ref
6119 reference "sec:Tableaux-longs"
6120
6121 \end_inset
6122
6123 .
6124 \end_layout
6125
6126 \begin_layout Standard
6127 Voici un petit Tableau long pour voir comment ça marche :
6128 \end_layout
6129
6130 \begin_layout Standard
6131 \begin_inset Tabular
6132 <lyxtabular version="3" rows="6" columns="5">
6133 <features islongtable="true" longtabularalignment="center">
6134 <column alignment="center" valignment="top">
6135 <column alignment="center" valignment="top">
6136 <column alignment="center" valignment="top">
6137 <column alignment="center" valignment="top">
6138 <column alignment="center" valignment="top">
6139 <row endfirsthead="true" caption="true">
6140 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 \begin_inset Caption Standard
6145
6146 \begin_layout Plain Layout
6147 Tableau long avec une légende
6148 \begin_inset Argument 1
6149 status open
6150
6151 \begin_layout Plain Layout
6152 Tableau long
6153 \end_layout
6154
6155 \end_inset
6156
6157
6158 \end_layout
6159
6160 \end_inset
6161
6162
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 </row>
6204 <row>
6205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 1
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 2
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227 3
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 4
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 5
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 </row>
6251 <row>
6252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 asd
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 s
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 s
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 s
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6298 <row>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 asd
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 s
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321 s
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330 s
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6345 <row>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 asd
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 s
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 s
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 s
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6392 <row>
6393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 asd
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 asd
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 asd
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 asd
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 asd
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 </row>
6439 </lyxtabular>
6440
6441 \end_inset
6442
6443
6444 \end_layout
6445
6446 \begin_layout Standard
6447 \begin_inset VSpace medskip
6448 \end_inset
6449
6450
6451 \begin_inset Note Greyedout
6452 status open
6453
6454 \begin_layout Plain Layout
6455
6456 \series bold
6457 Note
6458 \begin_inset space ~
6459 \end_inset
6460
6461 1:
6462 \series default
6463  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6464  n'avez pas prévu de légende.
6465  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6466 \begin_inset space ~
6467 \end_inset
6468
6469 2.4 suit le tableau
6470 \begin_inset space ~
6471 \end_inset
6472
6473 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6474  sans légende.
6475  Pour éviter ce problème, vous pouvez ajouter cette commande en code \SpecialChar TeX
6476  après
6477  chaque tableau long sans légende :
6478 \end_layout
6479
6480 \begin_layout Plain Layout
6481
6482 \series bold
6483
6484 \backslash
6485 addtocounter{table}{-1}
6486 \end_layout
6487
6488 \begin_layout Plain Layout
6489 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6490  et que vous ajoutez le code suivant dans le préambule du document :
6491 \end_layout
6492
6493 \begin_layout Plain Layout
6494
6495 \series bold
6496
6497 \backslash
6498 let
6499 \backslash
6500 myEnd
6501 \backslash
6502 endlongtable
6503 \begin_inset Newline newline
6504 \end_inset
6505
6506
6507 \backslash
6508 renewcommand{
6509 \backslash
6510 endlongtable}{
6511 \backslash
6512 myEnd
6513 \backslash
6514 addtocounter{table}{-1}}
6515 \end_layout
6516
6517 \end_inset
6518
6519
6520 \end_layout
6521
6522 \begin_layout Standard
6523 \begin_inset Note Greyedout
6524 status open
6525
6526 \begin_layout Plain Layout
6527
6528 \series bold
6529 Note
6530 \begin_inset space ~
6531 \end_inset
6532
6533 2:
6534 \series default
6535  Si vous utilisez 
6536 \series bold
6537 hyperref
6538 \series default
6539
6540 \begin_inset Index idx
6541 status collapsed
6542
6543 \begin_layout Plain Layout
6544 Paquetages \SpecialChar LaTeX
6545  ! hyperref
6546 \end_layout
6547
6548 \end_inset
6549
6550  dans les 
6551 \family sans
6552 Paramètres du document
6553 \family default
6554  rubrique 
6555 \family sans
6556 Propriétés
6557 \begin_inset space ~
6558 \end_inset
6559
6560 du
6561 \begin_inset space ~
6562 \end_inset
6563
6564 PDF
6565 \family default
6566 , pour transformer vos références croisées en liens cliquables, le lien
6567  vers un tableau long pointera toujours sur le début du document.
6568 \end_layout
6569
6570 \end_inset
6571
6572
6573 \end_layout
6574
6575 \begin_layout Subsubsection
6576 Références à des tableaux longs
6577 \begin_inset Index idx
6578 status collapsed
6579
6580 \begin_layout Plain Layout
6581 Tableaux longs ! Références
6582 \end_layout
6583
6584 \end_inset
6585
6586
6587 \end_layout
6588
6589 \begin_layout Standard
6590 \begin_inset Tabular
6591 <lyxtabular version="3" rows="6" columns="5">
6592 <features islongtable="true" longtabularalignment="center">
6593 <column alignment="center" valignment="top">
6594 <column alignment="center" valignment="top">
6595 <column alignment="center" valignment="top">
6596 <column alignment="center" valignment="top">
6597 <column alignment="center" valignment="top">
6598 <row endfirsthead="true" caption="true">
6599 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Plain Layout
6603 \begin_inset Caption Standard
6604
6605 \begin_layout Plain Layout
6606 Tableau long référencé
6607 \begin_inset CommandInset label
6608 LatexCommand label
6609 name "tab:RefExemple"
6610
6611 \end_inset
6612
6613
6614 \end_layout
6615
6616 \end_inset
6617
6618
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 </row>
6660 <row>
6661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 1
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 2
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 3
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 4
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 5
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 </row>
6707 <row>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 asd
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 s
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 s
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 s
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6754 <row>
6755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 asd
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 s
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 s
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 s
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6801 <row>
6802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 asd
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815 s
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 s
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 s
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6848 <row>
6849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853 asd
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862 sad
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871 asd
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 asd
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 asd
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 </row>
6895 </lyxtabular>
6896
6897 \end_inset
6898
6899
6900 \end_layout
6901
6902 \begin_layout Standard
6903 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6904  dans sa légende.
6905 \end_layout
6906
6907 \begin_layout Standard
6908 Ceci est une référence au tableau
6909 \begin_inset space ~
6910 \end_inset
6911
6912
6913 \begin_inset CommandInset ref
6914 LatexCommand ref
6915 reference "tab:RefExemple"
6916
6917 \end_inset
6918
6919 .
6920 \end_layout
6921
6922 \begin_layout Standard
6923 La mise en forme de la légende peut être ajustée avec celle de toutes les
6924  autres légendes de votre document en utilisant le paquetage \SpecialChar LaTeX
6925  
6926 \series bold
6927 caption
6928 \series default
6929
6930 \begin_inset Index idx
6931 status collapsed
6932
6933 \begin_layout Plain Layout
6934 Paquetages \SpecialChar LaTeX
6935  ! caption
6936 \end_layout
6937
6938 \end_inset
6939
6940 , voir la section
6941 \begin_inset space ~
6942 \end_inset
6943
6944
6945 \begin_inset CommandInset ref
6946 LatexCommand ref
6947 reference "sec:Formatage-légende"
6948
6949 \end_inset
6950
6951 .
6952 \end_layout
6953
6954 \begin_layout Subsubsection
6955 Largeur de la légende
6956 \begin_inset Index idx
6957 status collapsed
6958
6959 \begin_layout Plain Layout
6960 Tableaux longs ! Largeur de la légende
6961 \end_layout
6962
6963 \end_inset
6964
6965
6966 \end_layout
6967
6968 \begin_layout Standard
6969 La largeur maximale des lignes de légende est définie par la longueur 
6970 \series bold
6971
6972 \backslash
6973 LTcapwidth
6974 \series default
6975 .
6976  Sa valeur implicite est 4
6977 \begin_inset space \thinspace{}
6978 \end_inset
6979
6980 in.
6981  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6982  de votre document ou en tant que code \SpecialChar TeX
6983  directement dans votre document
6984  avant le tableau qui doit être affectée.
6985 \end_layout
6986
6987 \begin_layout Standard
6988
6989 \series bold
6990
6991 \backslash
6992 setlength{
6993 \backslash
6994 LTcapwidth}{largeur}
6995 \end_layout
6996
6997 \begin_layout Standard
6998 où la largeur peur être exprimée avec les unités qui sont listées dans l'annexe
6999 \begin_inset space ~
7000 \end_inset
7001
7002
7003 \begin_inset CommandInset ref
7004 LatexCommand ref
7005 reference "cha:Unités-de-longueur"
7006
7007 \end_inset
7008
7009 .
7010 \end_layout
7011
7012 \begin_layout Standard
7013 Les tableaux suivants montrent la différence :
7014 \end_layout
7015
7016 \begin_layout Standard
7017 \begin_inset Tabular
7018 <lyxtabular version="3" rows="6" columns="5">
7019 <features islongtable="true" longtabularalignment="center">
7020 <column alignment="center" valignment="top">
7021 <column alignment="center" valignment="top">
7022 <column alignment="center" valignment="top">
7023 <column alignment="center" valignment="top">
7024 <column alignment="center" valignment="top">
7025 <row endfirsthead="true" caption="true">
7026 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 \begin_inset Caption Standard
7031
7032 \begin_layout Plain Layout
7033 long titre complet avec la largeur implicite long titre complet avec la
7034  largeur implicite long titre complet avec la largeur implicite
7035 \begin_inset Argument 1
7036 status open
7037
7038 \begin_layout Plain Layout
7039 Légende avec largeur implicite
7040 \end_layout
7041
7042 \end_inset
7043
7044
7045 \end_layout
7046
7047 \end_inset
7048
7049
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 </row>
7091 <row>
7092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 1
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 2
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 3
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 4
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 5
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 </row>
7138 <row>
7139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 asd
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 s
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161 s
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 s
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7185 <row>
7186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 asd
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199 s
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208 s
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217 s
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7232 <row>
7233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 asd
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246 s
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255 s
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264 s
7265 \end_layout
7266
7267 \end_inset
7268 </cell>
7269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7279 <row>
7280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284 asd
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Plain Layout
7293 sad
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7299 \begin_inset Text
7300
7301 \begin_layout Plain Layout
7302 asd
7303 \end_layout
7304
7305 \end_inset
7306 </cell>
7307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311 asd
7312 \end_layout
7313
7314 \end_inset
7315 </cell>
7316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7317 \begin_inset Text
7318
7319 \begin_layout Plain Layout
7320 asd
7321 \end_layout
7322
7323 \end_inset
7324 </cell>
7325 </row>
7326 </lyxtabular>
7327
7328 \end_inset
7329
7330
7331 \end_layout
7332
7333 \begin_layout Standard
7334 \begin_inset ERT
7335 status collapsed
7336
7337 \begin_layout Plain Layout
7338
7339
7340 \backslash
7341 setlength{
7342 \backslash
7343 LTcapwidth}{5cm}
7344 \end_layout
7345
7346 \end_inset
7347
7348
7349 \begin_inset Tabular
7350 <lyxtabular version="3" rows="6" columns="5">
7351 <features islongtable="true" longtabularalignment="center">
7352 <column alignment="center" valignment="top">
7353 <column alignment="center" valignment="top">
7354 <column alignment="center" valignment="top">
7355 <column alignment="center" valignment="top">
7356 <column alignment="center" valignment="top">
7357 <row endfirsthead="true" caption="true">
7358 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362 \begin_inset Caption Standard
7363
7364 \begin_layout Plain Layout
7365 long titre complet avec la largeur réglée à 5
7366 \begin_inset space \thinspace{}
7367 \end_inset
7368
7369 cm long titre complet avec la largeur réglée à 5
7370 \begin_inset space \thinspace{}
7371 \end_inset
7372
7373 cm long titre complet avec la largeur réglée à 5
7374 \begin_inset space \thinspace{}
7375 \end_inset
7376
7377 cm
7378 \begin_inset Argument 1
7379 status open
7380
7381 \begin_layout Plain Layout
7382 Légende avec largeur à
7383 \begin_inset space \thinspace{}
7384 \end_inset
7385
7386 =
7387 \begin_inset space \thinspace{}
7388 \end_inset
7389
7390 5
7391 \begin_inset space \thinspace{}
7392 \end_inset
7393
7394 cm
7395 \end_layout
7396
7397 \end_inset
7398
7399
7400 \end_layout
7401
7402 \end_inset
7403
7404
7405 \end_layout
7406
7407 \end_inset
7408 </cell>
7409 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422
7423 \end_layout
7424
7425 \end_inset
7426 </cell>
7427 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7428 \begin_inset Text
7429
7430 \begin_layout Plain Layout
7431
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 </row>
7446 <row>
7447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Plain Layout
7451 1
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 2
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469 3
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478 4
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487 5
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 </row>
7493 <row>
7494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498 asd
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507 s
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516 s
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 s
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7540 <row>
7541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545 asd
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 s
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563 s
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572 s
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7587 <row>
7588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592 asd
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601 s
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610 s
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619 s
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7634 <row>
7635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639 asd
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648 sad
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657 asd
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666 asd
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675 asd
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 </row>
7681 </lyxtabular>
7682
7683 \end_inset
7684
7685
7686 \end_layout
7687
7688 \begin_layout Standard
7689 \begin_inset ERT
7690 status collapsed
7691
7692 \begin_layout Plain Layout
7693
7694
7695 \backslash
7696 setlength{
7697 \backslash
7698 LTcapwidth}{4in}
7699 \end_layout
7700
7701 \end_inset
7702
7703
7704 \end_layout
7705
7706 \begin_layout Standard
7707 \begin_inset Note Greyedout
7708 status open
7709
7710 \begin_layout Plain Layout
7711
7712 \series bold
7713 Note:
7714 \series default
7715  Quand on utilise la paquetage \SpecialChar LaTeX
7716  
7717 \series bold
7718 caption
7719 \series default
7720
7721 \begin_inset Index idx
7722 status collapsed
7723
7724 \begin_layout Plain Layout
7725 Paquetages \SpecialChar LaTeX
7726  ! caption
7727 \end_layout
7728
7729 \end_inset
7730
7731  , comme c'est les cas dans ce document, la légende prend toute la largeur
7732  de la page quand on utilise la largeur implicite de 4
7733 \begin_inset space \thinspace{}
7734 \end_inset
7735
7736 in pour 
7737 \series bold
7738
7739 \backslash
7740 LTcapwidth
7741 \series default
7742 .
7743  Pour avoir dans ce cas une légende qui fasse exactement 4
7744 \begin_inset space \thinspace{}
7745 \end_inset
7746
7747 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7748  comme par exemple 3.99
7749 \begin_inset space \thinspace{}
7750 \end_inset
7751
7752 in, soit utiliser la commande \SpecialChar LaTeX
7753  
7754 \series bold
7755
7756 \backslash
7757 captionsetup{width=valeur}
7758 \series default
7759  qui est disponible dans le paquetage 
7760 \series bold
7761 caption
7762 \series default
7763 .
7764 \end_layout
7765
7766 \end_inset
7767
7768
7769 \end_layout
7770
7771 \begin_layout Subsubsection
7772 Des légendes différentes sur chaque page d'un tableau
7773 \begin_inset Argument 1
7774 status collapsed
7775
7776 \begin_layout Plain Layout
7777 Légendes différentes
7778 \end_layout
7779
7780 \end_inset
7781
7782
7783 \begin_inset Index idx
7784 status collapsed
7785
7786 \begin_layout Plain Layout
7787 Tableaux longs ! Legendes@Légendes différentes par page
7788 \end_layout
7789
7790 \end_inset
7791
7792
7793 \end_layout
7794
7795 \begin_layout Standard
7796 Quand la légende du tableau pour les pages suivantes doit être différente
7797  de celle de la première page, marquer une ligne vide en tant qu'en-tête
7798  contenant une légende, puis effectuer un clic droit sur la légende et cocher
7799  dans le menu contextuel
7800 \family sans
7801  Légende (TableauLongSansNuméro)
7802 \family default
7803 .
7804  Le tableau
7805 \begin_inset space ~
7806 \end_inset
7807
7808
7809 \begin_inset CommandInset ref
7810 LatexCommand ref
7811 reference "tab:Légendes-tableau-différentes"
7812
7813 \end_inset
7814
7815  est un exemple de tableau long avec des légendes différentes et où la seconde
7816  légende ne contient pas le numéro du tableau.
7817 \begin_inset Separator parbreak
7818 \end_inset
7819
7820
7821 \end_layout
7822
7823 \begin_layout Standard
7824 \align center
7825 \begin_inset Tabular
7826 <lyxtabular version="3" rows="59" columns="3">
7827 <features islongtable="true" longtabularalignment="center">
7828 <column alignment="left" valignment="top" width="0pt">
7829 <column alignment="left" valignment="top" width="0pt">
7830 <column alignment="center" valignment="top" width="0pt">
7831 <row endfirsthead="true" caption="true">
7832 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836 \begin_inset Caption Standard
7837
7838 \begin_layout Plain Layout
7839 Exemple d'annuaire téléphonique
7840 \begin_inset CommandInset label
7841 LatexCommand label
7842 name "tab:Légendes-tableau-différentes"
7843
7844 \end_inset
7845
7846
7847 \begin_inset Argument 1
7848 status collapsed
7849
7850 \begin_layout Plain Layout
7851 Exemple Annuaire 
7852 \end_layout
7853
7854 \end_inset
7855
7856
7857 \end_layout
7858
7859 \end_inset
7860
7861
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 </row>
7885 <row endfirsthead="true">
7886 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890
7891 \series bold
7892 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 </row>
7916 <row endfirsthead="true">
7917 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \series bold
7923 NOM
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941
7942 \series bold
7943 TÉL.
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 </row>
7949 <row endhead="true" caption="true">
7950 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954 \begin_inset Caption LongTableNoNumber
7955
7956 \begin_layout Plain Layout
7957 Suite de l'exemple d'annuaire téléphonique
7958 \end_layout
7959
7960 \end_inset
7961
7962
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 </row>
7986 <row endhead="true">
7987 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \series bold
7993 Exemple d'annuaire téléphonique
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 </row>
8017 <row endhead="true">
8018 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \series bold
8024 NOM
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042
8043 \series bold
8044 TÉL.
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 </row>
8050 <row endfoot="true">
8051 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 suite page suivante\SpecialChar ldots
8056
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row>
8081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \series bold
8087 Annovi
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 Silvia
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 111
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 </row>
8111 <row>
8112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116
8117 \series bold
8118 Bertoli
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 Stefano
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 111
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row>
8143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147
8148 \series bold
8149 Bozzi
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 Walter
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 111
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 </row>
8173 <row>
8174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178
8179 \series bold
8180 Cachia
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 Maria
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 111
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 <row>
8205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209
8210 \series bold
8211 Cachia
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 Maurizio
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 111
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 </row>
8235 <row>
8236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240
8241 \series bold
8242 Cinquemani
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 Giusi
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 111
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 </row>
8266 <row>
8267 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271
8272 \series bold
8273 Colin
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 Bernard
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 111
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 </row>
8297 <row>
8298 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302
8303 \series bold
8304 Concli
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 Gianfranco
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 111
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 </row>
8328 <row>
8329 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333
8334 \series bold
8335 Dal Bosco
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 Carolina
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 111
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 </row>
8359 <row>
8360 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364
8365 \series bold
8366 Dalpiaz
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 Annamaria
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 111
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 </row>
8390 <row>
8391 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395
8396 \series bold
8397 Feliciello
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 Domenico
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 111
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 </row>
8421 <row>
8422 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426
8427 \series bold
8428 Focarelli
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 Paola
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 111
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 </row>
8452 <row>
8453 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457
8458 \series bold
8459 Galletti
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 Oreste
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 111
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row>
8484 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488
8489 \series bold
8490 Gasparini
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 Franca
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 111
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 </row>
8514 <row>
8515 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519
8520 \series bold
8521 Rizzardi
8522 \series default
8523
8524 \begin_inset Foot
8525 status open
8526
8527 \begin_layout Plain Layout
8528 Exemple de note de bas de page
8529 \end_layout
8530
8531 \end_inset
8532
8533
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 Paola
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 111
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 </row>
8557 <row>
8558 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562
8563 \series bold
8564 Lassini
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 Giancarlo
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 111
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 </row>
8588 <row>
8589 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593
8594 \series bold
8595 Malfatti
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 Luciano
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 111
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 </row>
8619 <row>
8620 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624
8625 \series bold
8626 Malfatti
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 Valeriano
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 111
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 </row>
8650 <row>
8651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655
8656 \series bold
8657 Meneguzzo
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 Roberto
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 111
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 </row>
8681 <row>
8682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686
8687 \series bold
8688 Mezzadra
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 Roberto
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 111
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 </row>
8712 <row>
8713 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717
8718 \series bold
8719 Pirpamer
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 Erich
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 111
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 </row>
8743 <row>
8744 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748
8749 \series bold
8750 Pochiesa
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 Paolo
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 111, 222
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 </row>
8774 <row>
8775 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779
8780 \series bold
8781 Radina
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 Claudio
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799 111
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 </row>
8805 <row>
8806 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810
8811 \series bold
8812 Stuffer
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 Oskar
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830 111
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 </row>
8836 <row>
8837 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841
8842 \series bold
8843 Tacchelli
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852 Ugo
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861 111
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 </row>
8867 <row>
8868 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872
8873 \series bold
8874 Tezzele
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 Margit
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 111
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 </row>
8898 <row>
8899 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903
8904 \series bold
8905 Unterkalmsteiner
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 Frieda
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923 111
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 </row>
8929 <row>
8930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934
8935 \series bold
8936 Vieider
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 Hilde
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 111
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 </row>
8960 <row>
8961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965
8966 \series bold
8967 Vigna
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 Jürgen
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 111
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 </row>
8991 <row>
8992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996
8997 \series bold
8998 Weber
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 Maurizio
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 111
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 </row>
9022 <row>
9023 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027
9028 \series bold
9029 Winkler
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 Franz
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 111
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 </row>
9053 <row>
9054 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058  
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 </row>
9082 <row>
9083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087
9088 \series bold
9089 Annovi
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 Silvia
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 555
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 </row>
9113 <row>
9114 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118
9119 \series bold
9120 Bertoli
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 Stefano
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 555
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 </row>
9144 <row>
9145 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149
9150 \series bold
9151 Bozzi
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160 Walter
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 555
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 </row>
9175 <row>
9176 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180
9181 \series bold
9182 Cachia
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 Maria
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 555
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 </row>
9206 <row>
9207 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211
9212 \series bold
9213 Cachia
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 Maurizio
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231 555
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 </row>
9237 <row>
9238 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242
9243 \series bold
9244 Cinquemani
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 Giusi
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 555
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 </row>
9268 <row>
9269 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273
9274 \series bold
9275 Colin
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 Bernard
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293 555
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 </row>
9299 <row>
9300 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304
9305 \series bold
9306 Concli
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 Gianfranco
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 555
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 </row>
9330 <row>
9331 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335
9336 \series bold
9337 Dal Bosco
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 Carolina
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 555
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 </row>
9361 <row>
9362 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366
9367 \series bold
9368 Dalpiaz
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 Annamaria
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386 555
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 </row>
9392 <row>
9393 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397
9398 \series bold
9399 Feliciello
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 Domenico
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 555
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 </row>
9423 <row>
9424 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428
9429 \series bold
9430 Focarelli
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439 Paola
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448 555
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 </row>
9454 <row>
9455 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459
9460 \series bold
9461 Galletti
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 Oreste
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479 555
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 </row>
9485 <row>
9486 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490
9491 \series bold
9492 Gasparini
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501 Franca
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510 555
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 </row>
9516 <row>
9517 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521
9522 \series bold
9523 Rizzardi
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532 Paola
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541 555
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 </row>
9547 <row>
9548 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552
9553 \series bold
9554 Lassini
9555 \end_layout
9556
9557 \end_inset
9558 </cell>
9559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9560 \begin_inset Text
9561
9562 \begin_layout Plain Layout
9563 Giancarlo
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572 555
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 </row>
9578 <row>
9579 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583
9584 \series bold
9585 Malfatti
9586 \end_layout
9587
9588 \end_inset
9589 </cell>
9590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594 Luciano
9595 \end_layout
9596
9597 \end_inset
9598 </cell>
9599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Plain Layout
9603 555
9604 \end_layout
9605
9606 \end_inset
9607 </cell>
9608 </row>
9609 <row>
9610 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614
9615 \series bold
9616 Malfatti
9617 \end_layout
9618
9619 \end_inset
9620 </cell>
9621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625 Valeriano
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Plain Layout
9634 555
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 </row>
9640 <row>
9641 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645
9646 \series bold
9647 Meneguzzo
9648 \end_layout
9649
9650 \end_inset
9651 </cell>
9652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9653 \begin_inset Text
9654
9655 \begin_layout Plain Layout
9656 Roberto
9657 \end_layout
9658
9659 \end_inset
9660 </cell>
9661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Plain Layout
9665 555
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 </row>
9671 <row>
9672 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676
9677 \series bold
9678 Mezzadra
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687 Roberto
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696 555
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 </row>
9702 </lyxtabular>
9703
9704 \end_inset
9705
9706
9707 \end_layout
9708
9709 \begin_layout Section
9710 Questions particulières concernant les tableaux longs
9711 \begin_inset Argument 1
9712 status collapsed
9713
9714 \begin_layout Plain Layout
9715 Questions sur les tableaux longs
9716 \end_layout
9717
9718 \end_inset
9719
9720
9721 \begin_inset CommandInset label
9722 LatexCommand label
9723 name "sec:Questions-sur-tableaux-longs"
9724
9725 \end_inset
9726
9727
9728 \end_layout
9729
9730 \begin_layout Subsection
9731 Calculs des pages des tableaux longs
9732 \begin_inset Index idx
9733 status collapsed
9734
9735 \begin_layout Plain Layout
9736 Tableaux longs ! Calculs
9737 \end_layout
9738
9739 \end_inset
9740
9741
9742 \end_layout
9743
9744 \begin_layout Standard
9745 \SpecialChar LaTeX
9746  calcule la hauteur de chaque page de tableau et leurs sauts de page en
9747  utilisant des blocs (chunks).
9748  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9749  mémoire de \SpecialChar LaTeX
9750 .
9751  La valeur implicite est fixée pour des raisons historiques à seulement
9752  20 lignes de tableau.
9753  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9754  peut ralentir la création de votre document.
9755  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9756  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9757  préambule de votre document :
9758 \end_layout
9759
9760 \begin_layout Standard
9761
9762 \series bold
9763
9764 \backslash
9765 setcounter{LTchunksize}{100}
9766 \end_layout
9767
9768 \begin_layout Subsection
9769 Les flottants et les tableaux longs
9770 \begin_inset Index idx
9771 status collapsed
9772
9773 \begin_layout Plain Layout
9774 Tableaux longs ! Flottants
9775 \end_layout
9776
9777 \end_inset
9778
9779
9780 \end_layout
9781
9782 \begin_layout Standard
9783 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9784  commence un tableau long.
9785  Pour éviter une telle situation, insérez un saut de page (menu 
9786 \family sans
9787 Insertion\SpecialChar menuseparator
9788 Typographie
9789 \begin_inset space ~
9790 \end_inset
9791
9792 spéciale\SpecialChar menuseparator
9793 Saut de page (vide le tampon)
9794 \family default
9795
9796 \begin_inset space \thinspace{}
9797 \end_inset
9798
9799 ) juste avant votre tableau long.
9800 \end_layout
9801
9802 \begin_layout Subsection
9803 Sauts de pages forcés
9804 \begin_inset Index idx
9805 status collapsed
9806
9807 \begin_layout Plain Layout
9808 Tableaux longs ! Sauts de pages forcés
9809 \end_layout
9810
9811 \end_inset
9812
9813
9814 \end_layout
9815
9816 \begin_layout Standard
9817 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9818  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9819  un saut de page à l'intérieur de cette cellule, insérez la commande \SpecialChar LaTeX
9820  de
9821  saut de ligne 
9822 \begin_inset Quotes fld
9823 \end_inset
9824
9825
9826 \backslash
9827
9828 \backslash
9829
9830 \begin_inset Quotes frd
9831 \end_inset
9832
9833  en code \SpecialChar TeX
9834  à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9835  Avant la commande 
9836 \begin_inset Quotes fld
9837 \end_inset
9838
9839
9840 \backslash
9841
9842 \backslash
9843
9844 \begin_inset Quotes frd
9845 \end_inset
9846
9847 , vous devez insérer en code \SpecialChar TeX
9848 , autant de caractères 
9849 \begin_inset Quotes fld
9850 \end_inset
9851
9852 &
9853 \begin_inset Quotes frd
9854 \end_inset
9855
9856  qu'il y a de colonnes après la cellule concernée.
9857  Le caractère 
9858 \begin_inset Quotes fld
9859 \end_inset
9860
9861 &
9862 \begin_inset Quotes frd
9863 \end_inset
9864
9865  sert à séparer les colonnes d'un tableau.
9866  Écrivez en code-\SpecialChar TeX
9867 , après chaque 
9868 \begin_inset Quotes fld
9869 \end_inset
9870
9871 &
9872 \begin_inset Quotes frd
9873 \end_inset
9874
9875  le contenu des cellules correspondantes et en même temps supprimez le contenu
9876  de ces cellules dans le texte normal.
9877  
9878 \begin_inset Newline newline
9879 \end_inset
9880
9881 Après la commande 
9882 \backslash
9883
9884 \backslash
9885 , insérez autant de caractères 
9886 \begin_inset Quotes fld
9887 \end_inset
9888
9889 &
9890 \begin_inset Quotes frd
9891 \end_inset
9892
9893  qu'il y a de colonnes avant la colonne traitée.
9894  Dans le tableau
9895 \begin_inset space ~
9896 \end_inset
9897
9898
9899 \begin_inset CommandInset ref
9900 LatexCommand ref
9901 reference "tab:Tableau-saut-de-page"
9902
9903 \end_inset
9904
9905  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9906  suivie par une autre colonne.
9907  La commande suivante a donc été insérée en code \SpecialChar TeX
9908  dans la cellule après
9909  le mot 
9910 \begin_inset Quotes fld
9911 \end_inset
9912
9913
9914 \emph on
9915 Castelchiodato,
9916 \emph default
9917
9918 \begin_inset Quotes frd
9919 \end_inset
9920
9921 :
9922 \end_layout
9923
9924 \begin_layout Standard
9925
9926 \series bold
9927 & 111
9928 \backslash
9929
9930 \backslash
9931  
9932 \backslash
9933 newpage
9934 \begin_inset Newline newline
9935 \end_inset
9936
9937 &
9938 \end_layout
9939
9940 \begin_layout Standard
9941 Le 
9942 \begin_inset Quotes fld
9943 \end_inset
9944
9945 111
9946 \begin_inset Quotes frd
9947 \end_inset
9948
9949  dans la troisième colonne de la ligne a été supprimé.
9950  
9951 \series bold
9952
9953 \backslash
9954 newpage
9955 \series default
9956  est nécessaire seulement quand un saut de page doit impérativement avoir
9957  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9958  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9959  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9960  est coupée, utilisez cette commande à la place de la précédente :
9961 \end_layout
9962
9963 \begin_layout Standard
9964
9965 \series bold
9966 & 111
9967 \backslash
9968
9969 \backslash
9970
9971 \begin_inset Newline newline
9972 \end_inset
9973
9974
9975 \backslash
9976 hline &
9977 \end_layout
9978
9979 \begin_layout Standard
9980 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9981  insérer la commande
9982 \end_layout
9983
9984 \begin_layout Standard
9985
9986 \series bold
9987
9988 \backslash
9989 setlength{
9990 \backslash
9991 parfillskip}{0pt}
9992 \end_layout
9993
9994 \begin_layout Standard
9995 au début de la cellule.
9996  Cela assure que la portion de la cellule qui va se trouver affichée sur
9997  la page suivante le sera avec toute la largeur de la cellule.
9998 \begin_inset Separator parbreak
9999 \end_inset
10000
10001
10002 \end_layout
10003
10004 \begin_layout Standard
10005 \align center
10006 \begin_inset Tabular
10007 <lyxtabular version="3" rows="38" columns="3">
10008 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10009 <column alignment="left" valignment="top" width="0cm">
10010 <column alignment="left" valignment="top" width="3cm">
10011 <column alignment="center" valignment="top" width="0pt">
10012 <row endfirsthead="true" caption="true">
10013 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017 \begin_inset Caption Standard
10018
10019 \begin_layout Plain Layout
10020 Tableau avec un saut de page forcé dans une cellule
10021 \begin_inset CommandInset label
10022 LatexCommand label
10023 name "tab:Tableau-saut-de-page"
10024
10025 \end_inset
10026
10027
10028 \begin_inset Argument 1
10029 status collapsed
10030
10031 \begin_layout Plain Layout
10032 Tableau avec un saut de page forcé dans une cellule
10033 \end_layout
10034
10035 \end_inset
10036
10037
10038 \end_layout
10039
10040 \end_inset
10041
10042
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 <row endfirsthead="true">
10067 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \series bold
10073 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 </row>
10097 <row endfirsthead="true">
10098 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \series bold
10104 NOM
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122
10123 \series bold
10124 TÉL.
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 </row>
10130 <row endhead="true">
10131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135 \begin_inset ERT
10136 status collapsed
10137
10138 \begin_layout Plain Layout
10139
10140
10141 \backslash
10142 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10143 \backslash
10144
10145 \backslash
10146 %
10147 \end_layout
10148
10149 \end_inset
10150
10151
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 <row endhead="true">
10176 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180  
10181 \series bold
10182 Exemple d'annuaire téléphonique
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 </row>
10206 <row endhead="true">
10207 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211
10212 \series bold
10213 NOM
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231
10232 \series bold
10233 TÉL.
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 </row>
10239 <row endfoot="true">
10240 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244 suite page suivante\SpecialChar ldots
10245
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 </row>
10269 <row>
10270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274
10275 \series bold
10276 Annovi
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 Silvia
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 111
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 </row>
10300 <row>
10301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305
10306 \series bold
10307 Bertoli
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 Stefano
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 111
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 </row>
10331 <row>
10332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336
10337 \series bold
10338 Bozzi
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 Walter
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 111
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 </row>
10362 <row>
10363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367
10368 \series bold
10369 Cachia
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 Maria
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 111
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 </row>
10393 <row>
10394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398
10399 \series bold
10400 Cachia
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 Maurizio
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 111
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 </row>
10424 <row>
10425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429
10430 \series bold
10431 Cinquemani
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 Giusi
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449 111
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 </row>
10455 <row>
10456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460
10461 \series bold
10462 Colin
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 Bernard
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 111
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 </row>
10486 <row>
10487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491
10492 \series bold
10493 Concli
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 Gianfranco
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511 111
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 <row>
10518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522
10523 \series bold
10524 Dal Bosco
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 Carolina
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 111
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 <row>
10549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553
10554 \series bold
10555 Dalpiaz
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 Annamaria
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 111
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 </row>
10579 <row>
10580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584
10585 \series bold
10586 Feliciello
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 Domenico
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 111
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 </row>
10610 <row>
10611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615
10616 \series bold
10617 Focarelli
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 Paola
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 111
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 </row>
10641 <row>
10642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646
10647 \series bold
10648 Galletti
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657 Oreste
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666 111
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 </row>
10672 <row>
10673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677
10678 \series bold
10679 Gasparini
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688 Franca
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697 111
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 </row>
10703 <row>
10704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708
10709 \series bold
10710 Lassini
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 Giancarlo
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728 111
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 </row>
10734 <row>
10735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739
10740 \series bold
10741 Malfatti
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750 Luciano
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 111
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row>
10766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \series bold
10772 Malfatti
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781 Valeriano
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 111
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 </row>
10796 <row>
10797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801
10802 \series bold
10803 Meneguzzo
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812 Roberto
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821 111
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 </row>
10827 <row>
10828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832
10833 \series bold
10834 Mezzadra
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843 Roberto
10844 \end_layout
10845
10846 \end_inset
10847 </cell>
10848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10849 \begin_inset Text
10850
10851 \begin_layout Plain Layout
10852 111
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 </row>
10858 <row>
10859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Plain Layout
10863
10864 \series bold
10865 Pirpamer
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10871 \begin_inset Text
10872
10873 \begin_layout Plain Layout
10874 Erich
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 111
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 </row>
10889 <row>
10890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894
10895 \series bold
10896 Pochiesa
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10902 \begin_inset Text
10903
10904 \begin_layout Plain Layout
10905 Paolo
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914 111, 222
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 </row>
10920 <row>
10921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10922 \begin_inset Text
10923
10924 \begin_layout Plain Layout
10925
10926 \series bold
10927 Radina
10928 \end_layout
10929
10930 \end_inset
10931 </cell>
10932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10933 \begin_inset Text
10934
10935 \begin_layout Plain Layout
10936 Claudio
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 111
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 </row>
10951 <row>
10952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10953 \begin_inset Text
10954
10955 \begin_layout Plain Layout
10956
10957 \series bold
10958 Rizzardi
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10964 \begin_inset Text
10965
10966 \begin_layout Plain Layout
10967 Giancarlo, 11.
10968  Fürst von Montecompatri, 11.
10969  Fürst von Sulmona und Vivaro, 10.
10970  Fürst von Rossano, 5.
10971  Herzog von Canemorte, 11.
10972  Herzog von Palombara, 5.
10973  Herzog von Castelchiodato,
10974 \begin_inset ERT
10975 status open
10976
10977 \begin_layout Plain Layout
10978
10979 & 111
10980 \backslash
10981
10982 \backslash
10983  
10984 \backslash
10985 newpage
10986 \end_layout
10987
10988 \begin_layout Plain Layout
10989
10990 &
10991 \end_layout
10992
10993 \end_inset
10994
10995  11.
10996  Herzog von Poggionativo, 11.
10997  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10998  Graf von Valinfreda, 11.
10999  Baron von Cropalati, 11.
11000  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 </row>
11015 <row>
11016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020
11021 \series bold
11022 Stuffer
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 Oskar
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 111
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 </row>
11046 <row>
11047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051
11052 \series bold
11053 Tacchelli
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 Ugo
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071 111
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 </row>
11077 <row>
11078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082
11083 \series bold
11084 Tezzele
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 Margit
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 111
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 </row>
11108 <row>
11109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113
11114 \series bold
11115 Unterkalmsteiner
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124 Frieda
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 111
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 </row>
11139 <row>
11140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144
11145 \series bold
11146 Vieider
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 Hilde
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 111
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 </row>
11170 <row>
11171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Plain Layout
11175
11176 \series bold
11177 Vigna
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186 Jürgen
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 111
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 </row>
11201 <row>
11202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206
11207 \series bold
11208 Weber
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217 Maurizio
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 111
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 </row>
11232 <row>
11233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237
11238 \series bold
11239 Winkler
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 Franz
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 111
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 </row>
11263 </lyxtabular>
11264
11265 \end_inset
11266
11267
11268 \end_layout
11269
11270 \begin_layout Section
11271 Colonnes et lignes à lignes multiples
11272 \end_layout
11273
11274 \begin_layout Subsection
11275 Lignes multiples dans une cellule de tableau
11276 \begin_inset CommandInset label
11277 LatexCommand label
11278 name "subsec:Lignes-multiple-dans-cellule"
11279
11280 \end_inset
11281
11282
11283 \begin_inset Index idx
11284 status collapsed
11285
11286 \begin_layout Plain Layout
11287 Plusieurs lignes dans une case de tableau
11288 \end_layout
11289
11290 \end_inset
11291
11292
11293 \begin_inset Index idx
11294 status collapsed
11295
11296 \begin_layout Plain Layout
11297 Tableau ! Saut de ligne
11298 \end_layout
11299
11300 \end_inset
11301
11302
11303 \end_layout
11304
11305 \begin_layout Standard
11306 \noindent
11307 \begin_inset Float table
11308 placement H
11309 wide false
11310 sideways false
11311 status open
11312
11313 \begin_layout Plain Layout
11314 \begin_inset Caption Standard
11315
11316 \begin_layout Plain Layout
11317 \begin_inset CommandInset label
11318 LatexCommand label
11319 name "tab:Tableau-avec-plusieurs-lignes"
11320
11321 \end_inset
11322
11323 Tableau avec des lignes multiples dans une cellule
11324 \end_layout
11325
11326 \end_inset
11327
11328
11329 \end_layout
11330
11331 \begin_layout Plain Layout
11332 \align center
11333 \begin_inset Tabular
11334 <lyxtabular version="3" rows="3" columns="3">
11335 <features tabularvalignment="middle">
11336 <column alignment="center" valignment="middle" width="2.5cm">
11337 <column alignment="center" valignment="middle">
11338 <column alignment="center" valignment="middle">
11339 <row>
11340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11341 \begin_inset Text
11342
11343 \begin_layout Plain Layout
11344 Lignes
11345 \begin_inset Newline linebreak
11346 \end_inset
11347
11348 multiples
11349 \end_layout
11350
11351 \end_inset
11352 </cell>
11353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357 b
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 c
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 </row>
11372 <row>
11373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11374 \begin_inset Text
11375
11376 \begin_layout Plain Layout
11377 d
11378 \end_layout
11379
11380 \end_inset
11381 </cell>
11382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386 e
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 f
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 </row>
11401 <row>
11402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 g
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 h
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 i
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 </row>
11430 </lyxtabular>
11431
11432 \end_inset
11433
11434
11435 \end_layout
11436
11437 \end_inset
11438
11439
11440 \end_layout
11441
11442 \begin_layout Standard
11443 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11444  d'un paragraphe avec des sauts de lignes et des césures.
11445 \end_layout
11446
11447 \begin_layout Standard
11448 Pour obtenir le tableau
11449 \begin_inset space ~
11450 \end_inset
11451
11452
11453 \begin_inset CommandInset ref
11454 LatexCommand ref
11455 reference "tab:Tableau-avec-plusieurs-lignes"
11456
11457 \end_inset
11458
11459 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11460  droit dessus.
11461  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11462  2.5
11463 \begin_inset space \thinspace{}
11464 \end_inset
11465
11466 cm et choisissez les alignements vertical et horizontal centrés.
11467  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11468  Comme notre texte est plus petit que 2.5
11469 \begin_inset space \thinspace{}
11470 \end_inset
11471
11472 cm, une seule ligne va apparaître.
11473  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11474  
11475 \family sans
11476 Ctrl-Shift-Entrée
11477 \family default
11478 ).
11479  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11480 ement découpé en plusieurs lignes.
11481 \end_layout
11482
11483 \begin_layout Standard
11484 Si vous avez un mot long dans une cellule de largeur fixée, \SpecialChar LaTeX
11485  ne peut pas
11486  effectuer de césure si c'est le premier élément de la cellule.
11487  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11488  premier élément : Ajoutez un espace horizontal de 0
11489 \begin_inset space \thinspace{}
11490 \end_inset
11491
11492 pt juste avant votre mot.
11493  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11494  Le tableau
11495 \begin_inset space ~
11496 \end_inset
11497
11498
11499 \begin_inset CommandInset ref
11500 LatexCommand ref
11501 reference "tab:Tableau-césure"
11502
11503 \end_inset
11504
11505  montre l'effet de cette insertion.
11506 \end_layout
11507
11508 \begin_layout Standard
11509 \begin_inset Float table
11510 placement h
11511 wide false
11512 sideways false
11513 status open
11514
11515 \begin_layout Plain Layout
11516 \begin_inset Caption Standard
11517
11518 \begin_layout Plain Layout
11519 \begin_inset CommandInset label
11520 LatexCommand label
11521 name "tab:Tableau-césure"
11522
11523 \end_inset
11524
11525 Tableau avec et sans césure.
11526 \end_layout
11527
11528 \end_inset
11529
11530
11531 \end_layout
11532
11533 \begin_layout Plain Layout
11534 \begin_inset space \hfill{}
11535 \end_inset
11536
11537
11538 \begin_inset Tabular
11539 <lyxtabular version="3" rows="3" columns="3">
11540 <features tabularvalignment="middle">
11541 <column alignment="center" valignment="middle" width="2.5cm">
11542 <column alignment="center" valignment="middle">
11543 <column alignment="center" valignment="middle">
11544 <row>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 mottrèslongdansunecellule
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 b
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 c
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 </row>
11573 <row>
11574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 d
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 e
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 f
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 </row>
11602 <row>
11603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 g
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Plain Layout
11616 h
11617 \end_layout
11618
11619 \end_inset
11620 </cell>
11621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11622 \begin_inset Text
11623
11624 \begin_layout Plain Layout
11625 i
11626 \end_layout
11627
11628 \end_inset
11629 </cell>
11630 </row>
11631 </lyxtabular>
11632
11633 \end_inset
11634
11635
11636 \begin_inset space \hfill{}
11637 \end_inset
11638
11639
11640 \begin_inset Tabular
11641 <lyxtabular version="3" rows="3" columns="3">
11642 <features tabularvalignment="middle">
11643 <column alignment="center" valignment="middle" width="2.5cm">
11644 <column alignment="center" valignment="middle">
11645 <column alignment="center" valignment="middle">
11646 <row>
11647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 \begin_inset space \hspace{}
11652 \length 0pt
11653 \end_inset
11654
11655 mottrèslongdansunecellule
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664 b
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673 c
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 </row>
11679 <row>
11680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684 d
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 e
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702 f
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 </row>
11708 <row>
11709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713 g
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 h
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 i
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 </row>
11737 </lyxtabular>
11738
11739 \end_inset
11740
11741
11742 \begin_inset space \hfill{}
11743 \end_inset
11744
11745
11746 \end_layout
11747
11748 \end_inset
11749
11750
11751 \end_layout
11752
11753 \begin_layout Subsection
11754 Multi-colonnes
11755 \begin_inset CommandInset label
11756 LatexCommand label
11757 name "subsec:Multicolonnes"
11758
11759 \end_inset
11760
11761
11762 \begin_inset Index idx
11763 status collapsed
11764
11765 \begin_layout Plain Layout
11766 Multi-colonnes
11767 \end_layout
11768
11769 \end_inset
11770
11771
11772 \begin_inset Index idx
11773 status collapsed
11774
11775 \begin_layout Plain Layout
11776 Tableau ! Multi-colonnes
11777 \end_layout
11778
11779 \end_inset
11780
11781
11782 \end_layout
11783
11784 \begin_layout Subsubsection
11785 Les bases des multi-colonnes
11786 \end_layout
11787
11788 \begin_layout Standard
11789 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11790  qu'elle doit couvrir et utilisez soit le bouton 
11791 \begin_inset Info
11792 type  "icon"
11793 arg   "inset-modify tabular multicolumn"
11794 \end_inset
11795
11796  de la barre d'outils tableau, ou le menu 
11797 \family sans
11798 Édition\SpecialChar menuseparator
11799 Tableau\SpecialChar menuseparator
11800 Multi-colonnes
11801 \family default
11802 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11803  
11804 \family sans
11805 Multi-colonnes
11806 \family default
11807 .
11808 \end_layout
11809
11810 \begin_layout Standard
11811 Les multi-colonnes ont leurs propres paramètres de cellule.
11812  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11813  de la cellule, cela n'affecte que la cellule multi-colonnes.
11814  Voici un exemple de tableau avec une cellule multi-colonnes dans la première
11815  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11816 \begin_inset Separator parbreak
11817 \end_inset
11818
11819
11820 \end_layout
11821
11822 \begin_layout Standard
11823 \align center
11824 \begin_inset Tabular
11825 <lyxtabular version="3" rows="3" columns="4">
11826 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11827 <column alignment="center" valignment="top" width="0pt">
11828 <column alignment="center" valignment="middle">
11829 <column alignment="center" valignment="top" width="0in">
11830 <column alignment="center" valignment="top" width="0pt">
11831 <row>
11832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11833 \begin_inset Text
11834
11835 \begin_layout Plain Layout
11836 abc
11837 \end_layout
11838
11839 \end_inset
11840 </cell>
11841 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Plain Layout
11845 def ghi
11846 \end_layout
11847
11848 \end_inset
11849 </cell>
11850 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11851 \begin_inset Text
11852
11853 \begin_layout Plain Layout
11854
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863 jkl
11864 \end_layout
11865
11866 \end_inset
11867 </cell>
11868 </row>
11869 <row>
11870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874 A
11875 \end_layout
11876
11877 \end_inset
11878 </cell>
11879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11880 \begin_inset Text
11881
11882 \begin_layout Plain Layout
11883 B
11884 \end_layout
11885
11886 \end_inset
11887 </cell>
11888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11889 \begin_inset Text
11890
11891 \begin_layout Plain Layout
11892 C
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Plain Layout
11901 D
11902 \end_layout
11903
11904 \end_inset
11905 </cell>
11906 </row>
11907 <row>
11908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11909 \begin_inset Text
11910
11911 \begin_layout Plain Layout
11912 1
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 2
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 3
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 4
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 </row>
11945 </lyxtabular>
11946
11947 \end_inset
11948
11949
11950 \end_layout
11951
11952 \begin_layout Subsubsection
11953 Calculs avec les multi-colonnes
11954 \begin_inset CommandInset label
11955 LatexCommand label
11956 name "subsec:Calculs-multicolonnes"
11957
11958 \end_inset
11959
11960
11961 \begin_inset Index idx
11962 status collapsed
11963
11964 \begin_layout Plain Layout
11965 Multi-colonnes ! Calculs
11966 \end_layout
11967
11968 \end_inset
11969
11970
11971 \end_layout
11972
11973 \begin_layout Standard
11974 \SpecialChar LyX
11975  gère directement les multi-colonnes, mais nous devons faire attention à
11976  la largeur des cellules couvertes par la cellule multi-colonnes.
11977 \end_layout
11978
11979 \begin_layout Standard
11980 \begin_inset Float table
11981 placement h
11982 wide false
11983 sideways false
11984 status open
11985
11986 \begin_layout Plain Layout
11987 \begin_inset Caption Standard
11988
11989 \begin_layout Plain Layout
11990 \begin_inset CommandInset label
11991 LatexCommand label
11992 name "tab:Tableau-multicolonne-parfaite"
11993
11994 \end_inset
11995
11996 Tableau avec un texte centré dans une case multi-colonnes au-dessus de deux
11997  colonnes qui ont exactement la moitié de la largeur de la case multi-colonnes.
11998 \begin_inset Argument 1
11999 status open
12000
12001 \begin_layout Plain Layout
12002 Tableau avec multi-colonnes parfaite
12003 \end_layout
12004
12005 \end_inset
12006
12007
12008 \end_layout
12009
12010 \end_inset
12011
12012
12013 \end_layout
12014
12015 \begin_layout Plain Layout
12016 \align center
12017 \begin_inset Tabular
12018 <lyxtabular version="3" rows="3" columns="3">
12019 <features tabularvalignment="middle">
12020 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12021 <column alignment="center" valignment="middle">
12022 <column alignment="center" valignment="top">
12023 <row>
12024 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12025 \begin_inset Text
12026
12027 \begin_layout Plain Layout
12028 multi-colonnes sur plusieurs lignes
12029 \end_layout
12030
12031 \end_inset
12032 </cell>
12033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12034 \begin_inset Text
12035
12036 \begin_layout Plain Layout
12037
12038 \end_layout
12039
12040 \end_inset
12041 </cell>
12042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12043 \begin_inset Text
12044
12045 \begin_layout Plain Layout
12046 c
12047 \end_layout
12048
12049 \end_inset
12050 </cell>
12051 </row>
12052 <row>
12053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12054 \begin_inset Text
12055
12056 \begin_layout Plain Layout
12057 d
12058 \end_layout
12059
12060 \end_inset
12061 </cell>
12062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12063 \begin_inset Text
12064
12065 \begin_layout Plain Layout
12066 e
12067 \end_layout
12068
12069 \end_inset
12070 </cell>
12071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12072 \begin_inset Text
12073
12074 \begin_layout Plain Layout
12075 f
12076 \end_layout
12077
12078 \end_inset
12079 </cell>
12080 </row>
12081 <row>
12082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12083 \begin_inset Text
12084
12085 \begin_layout Plain Layout
12086 g
12087 \end_layout
12088
12089 \end_inset
12090 </cell>
12091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12092 \begin_inset Text
12093
12094 \begin_layout Plain Layout
12095 h
12096 \end_layout
12097
12098 \end_inset
12099 </cell>
12100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 i
12105 \end_layout
12106
12107 \end_inset
12108 </cell>
12109 </row>
12110 </lyxtabular>
12111
12112 \end_inset
12113
12114
12115 \end_layout
12116
12117 \end_inset
12118
12119
12120 \end_layout
12121
12122 \begin_layout Standard
12123 Par exemple, pour créer le tableau
12124 \begin_inset space ~
12125 \end_inset
12126
12127
12128 \begin_inset CommandInset ref
12129 LatexCommand ref
12130 reference "tab:Tableau-multicolonne-parfaite"
12131
12132 \end_inset
12133
12134 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12135  3×3 et faites un clic droit dessus.
12136  Ensuite choisissez pour cette cellule
12137 \emph on
12138 ,
12139 \emph default
12140  dans la fenêtre de dialogue de tableau, 
12141 \emph on
12142 multi-colonnes
12143 \emph default
12144
12145 \emph on
12146 alignement
12147 \begin_inset space ~
12148 \end_inset
12149
12150 horizontal
12151 \begin_inset space ~
12152 \end_inset
12153
12154 centré
12155 \emph default
12156  et une largeur de 2.5
12157 \begin_inset space \thinspace{}
12158 \end_inset
12159
12160 cm.
12161  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12162  de la cellule multi-colonnes, vous devez donc donner une largeur de 1.25
12163 \begin_inset space \thinspace{}
12164 \end_inset
12165
12166 cm pour la première colonne.
12167  La deuxième colonne aura alors automatiquement une largeur de 1.25
12168 \begin_inset space \thinspace{}
12169 \end_inset
12170
12171 cm (la largeur de la multi-colonnes moins la largeur de la première colonne).
12172  C'est ce qui a été fait pour le tableau
12173 \begin_inset space ~
12174 \end_inset
12175
12176
12177 \begin_inset CommandInset ref
12178 LatexCommand ref
12179 reference "tab:Tableau-multicolonne-imparfait"
12180
12181 \end_inset
12182
12183 .
12184 \end_layout
12185
12186 \begin_layout Standard
12187 \begin_inset Float table
12188 wide false
12189 sideways false
12190 status open
12191
12192 \begin_layout Plain Layout
12193 \begin_inset Caption Standard
12194
12195 \begin_layout Plain Layout
12196 \begin_inset CommandInset label
12197 LatexCommand label
12198 name "tab:Tableau-multicolonne-imparfait"
12199
12200 \end_inset
12201
12202 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12203  de la largeur de la cellule multi-colonnes.
12204 \begin_inset Argument 1
12205 status open
12206
12207 \begin_layout Plain Layout
12208 Tableau avec multi-colonnes pas parfaite
12209 \end_layout
12210
12211 \end_inset
12212
12213
12214 \end_layout
12215
12216 \end_inset
12217
12218
12219 \end_layout
12220
12221 \begin_layout Plain Layout
12222 \align center
12223 \begin_inset Tabular
12224 <lyxtabular version="3" rows="3" columns="3">
12225 <features tabularvalignment="middle">
12226 <column alignment="center" valignment="top" width="1.25cm">
12227 <column alignment="center" valignment="top">
12228 <column alignment="center" valignment="top">
12229 <row>
12230 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12231 \begin_inset Text
12232
12233 \begin_layout Plain Layout
12234 multi-colonnes sur plusieurs lignes
12235 \end_layout
12236
12237 \end_inset
12238 </cell>
12239 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12240 \begin_inset Text
12241
12242 \begin_layout Plain Layout
12243
12244 \end_layout
12245
12246 \end_inset
12247 </cell>
12248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12249 \begin_inset Text
12250
12251 \begin_layout Plain Layout
12252 c
12253 \end_layout
12254
12255 \end_inset
12256 </cell>
12257 </row>
12258 <row>
12259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12260 \begin_inset Text
12261
12262 \begin_layout Plain Layout
12263 d
12264 \end_layout
12265
12266 \end_inset
12267 </cell>
12268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12269 \begin_inset Text
12270
12271 \begin_layout Plain Layout
12272 e
12273 \end_layout
12274
12275 \end_inset
12276 </cell>
12277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12278 \begin_inset Text
12279
12280 \begin_layout Plain Layout
12281 f
12282 \end_layout
12283
12284 \end_inset
12285 </cell>
12286 </row>
12287 <row>
12288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12289 \begin_inset Text
12290
12291 \begin_layout Plain Layout
12292 g
12293 \end_layout
12294
12295 \end_inset
12296 </cell>
12297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12298 \begin_inset Text
12299
12300 \begin_layout Plain Layout
12301 h
12302 \end_layout
12303
12304 \end_inset
12305 </cell>
12306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12307 \begin_inset Text
12308
12309 \begin_layout Plain Layout
12310 i
12311 \end_layout
12312
12313 \end_inset
12314 </cell>
12315 </row>
12316 </lyxtabular>
12317
12318 \end_inset
12319
12320
12321 \end_layout
12322
12323 \end_inset
12324
12325
12326 \end_layout
12327
12328 \begin_layout Standard
12329 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12330  de la cellule multi-colonnes, elle est un peu plus large.
12331  La raison est que la taille que l'on donne à une cellule, 
12332 \begin_inset Formula $W_{g}$
12333 \end_inset
12334
12335  n'est pas sa taille totale, 
12336 \begin_inset Formula $W_{\mathrm{tot}}$
12337 \end_inset
12338
12339  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12340  lui donne.
12341  L'annexe
12342 \begin_inset space ~
12343 \end_inset
12344
12345
12346 \begin_inset CommandInset ref
12347 LatexCommand ref
12348 reference "cha:Explication-de-l'Equation"
12349
12350 \end_inset
12351
12352  explique pourquoi en détail.
12353 \end_layout
12354
12355 \begin_layout Standard
12356 La largeur nécessaire 
12357 \begin_inset Formula $W_{g\,n}$
12358 \end_inset
12359
12360  quand 
12361 \emph on
12362 n
12363 \emph default
12364  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12365  ait une largeur totale de 
12366 \begin_inset Formula $W_{\mathrm{tot\,multicolonne}}/n$
12367 \end_inset
12368
12369 :
12370 \begin_inset Formula 
12371 \begin{equation}
12372 W_{g\,n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12373 \end{equation}
12374
12375 \end_inset
12376
12377
12378 \end_layout
12379
12380 \begin_layout Standard
12381 Dans notre cas nous avons 
12382 \begin_inset Formula $n=2$
12383 \end_inset
12384
12385
12386 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12387 \end_inset
12388
12389 cm et les valeurs implicites pour les autres longueurs, l'équation
12390 \begin_inset space ~
12391 \end_inset
12392
12393
12394 \begin_inset CommandInset ref
12395 LatexCommand ref
12396 reference "eq:Wgn"
12397
12398 \end_inset
12399
12400  devient
12401 \begin_inset Formula 
12402 \begin{equation}
12403 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12404 \end{equation}
12405
12406 \end_inset
12407
12408
12409 \end_layout
12410
12411 \begin_layout Standard
12412 Pour permettre des calculs avec \SpecialChar LaTeX
12413 , vous devez charger le paquetage \SpecialChar LaTeX
12414  
12415 \series bold
12416 calc
12417 \series default
12418  avec la ligne suivante dans le préambule du document
12419 \begin_inset Index idx
12420 status collapsed
12421
12422 \begin_layout Plain Layout
12423 Paquetages \SpecialChar LaTeX
12424  ! calc
12425 \end_layout
12426
12427 \end_inset
12428
12429
12430 \end_layout
12431
12432 \begin_layout Standard
12433
12434 \series bold
12435
12436 \backslash
12437 usepackage{calc}
12438 \end_layout
12439
12440 \begin_layout Standard
12441 \SpecialChar LyX
12442  ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12443  de dialogue.
12444  Vous devez donc for mater la colonne en insérant un paramètre \SpecialChar LaTeX
12445  dans la
12446  fenêtre de dialogue.
12447  Voici un aperçu de ces paramètres :
12448 \end_layout
12449
12450 \begin_layout Itemize
12451
12452 \series bold
12453 p{largeur}
12454 \series default
12455  crée une cellule de taille donnée, le texte est aligné verticalement en
12456  haut.
12457 \end_layout
12458
12459 \begin_layout Itemize
12460
12461 \series bold
12462 m{largeur}
12463 \series default
12464  crée une cellule de taille donnée, le texte est aligné verticalement au
12465  centre
12466 \end_layout
12467
12468 \begin_layout Itemize
12469
12470 \series bold
12471 b{largeur}
12472 \series default
12473  crée une cellule de taille donnée, le texte est aligné verticalement en
12474  bas
12475 \end_layout
12476
12477 \begin_layout Standard
12478 En entrant un paramètre \SpecialChar LaTeX
12479 , tous les réglages de cellule donnés dans la fenêtre
12480  de dialogue sont ignorés.
12481 \end_layout
12482
12483 \begin_layout Standard
12484 \begin_inset Note Greyedout
12485 status open
12486
12487 \begin_layout Plain Layout
12488
12489 \series bold
12490 Note:
12491 \series default
12492  À cause d'un bug, \SpecialChar LyX
12493  affiche quand même les réglages qui ne sont pas pris
12494  en compte.
12495 \end_layout
12496
12497 \end_inset
12498
12499
12500 \end_layout
12501
12502 \begin_layout Standard
12503 Comme le texte doit être centré horizontalement, on ajoute la commande 
12504 \series bold
12505
12506 \backslash
12507 centering
12508 \series default
12509 .
12510  Vous pouvez maintenant ajouter le paramètre \SpecialChar LaTeX
12511  suivant pour la première des
12512  colonnes recouvertes :
12513 \end_layout
12514
12515 \begin_layout Standard
12516
12517 \series bold
12518 >{
12519 \backslash
12520 centering}m{1.25cm-6.2pt}
12521 \end_layout
12522
12523 \begin_layout Standard
12524 La commande 
12525 \series bold
12526 >{ }
12527 \series default
12528  signifie que les commandes qui se trouvent entre les accolades doivent
12529  être appliquées avant que la cellule ne soit créée.
12530 \end_layout
12531
12532 \begin_layout Standard
12533 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12534  multi-colonnes, il est toujours aligné à gauche.
12535  Cela vient du fait que \SpecialChar LyX
12536  applique l'alignement seulement à des colonnes
12537  isolées.
12538  Nous devons donc utiliser le paramètre \SpecialChar LaTeX
12539  suivant pour la multi-colonnes
12540 \end_layout
12541
12542 \begin_layout Standard
12543
12544 \series bold
12545 >{
12546 \backslash
12547 centering}m{2.5cm}
12548 \end_layout
12549
12550 \begin_layout Subsection
12551 Multi-lignes
12552 \begin_inset CommandInset label
12553 LatexCommand label
12554 name "subsec:Multi-lignes"
12555
12556 \end_inset
12557
12558
12559 \begin_inset Index idx
12560 status collapsed
12561
12562 \begin_layout Plain Layout
12563 Multi-lignes
12564 \end_layout
12565
12566 \end_inset
12567
12568
12569 \begin_inset Index idx
12570 status collapsed
12571
12572 \begin_layout Plain Layout
12573 Tableau ! multi-lignes
12574 \end_layout
12575
12576 \end_inset
12577
12578
12579 \end_layout
12580
12581 \begin_layout Standard
12582 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12583  qu'elle doit couvrir et utilisez soit le bouton 
12584 \begin_inset Info
12585 type  "icon"
12586 arg   "inset-modify tabular multirow"
12587 \end_inset
12588
12589  de la barre d'outils tableau, ou le menu 
12590 \family sans
12591 Édition\SpecialChar menuseparator
12592 Tableau\SpecialChar menuseparator
12593 Multi-lignes
12594 \family default
12595 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12596  
12597 \family sans
12598 Multi-lignes
12599 \family default
12600 .
12601 \end_layout
12602
12603 \begin_layout Standard
12604 Voici un exemple de tableau avec une cellule multi-lignes en première colonne:
12605 \begin_inset Separator parbreak
12606 \end_inset
12607
12608
12609 \end_layout
12610
12611 \begin_layout Standard
12612 \align center
12613 \begin_inset Tabular
12614 <lyxtabular version="3" rows="3" columns="3">
12615 <features tabularvalignment="middle">
12616 <column alignment="center" valignment="top" width="0pt">
12617 <column alignment="center" valignment="top">
12618 <column alignment="center" valignment="top">
12619 <row>
12620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12621 \begin_inset Text
12622
12623 \begin_layout Plain Layout
12624 un contenu long
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 b
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 c
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 </row>
12648 <row>
12649 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 multi-lignes
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 e
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 f
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 </row>
12677 <row>
12678 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 h
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700 i
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 </row>
12706 </lyxtabular>
12707
12708 \end_inset
12709
12710
12711 \end_layout
12712
12713 \begin_layout Standard
12714 La largeur de la cellule multi-lignes est déterminée par la largeur de toute
12715  la colonne.
12716  L'
12717 \family sans
12718 Espacement
12719 \begin_inset space ~
12720 \end_inset
12721
12722 vertical
12723 \family default
12724  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12725  est positive ou négative.
12726 \end_layout
12727
12728 \begin_layout Standard
12729 Si la colonne dans laquelle se trouve la multi-lignes n'a pas de largeur
12730  fixée explicitement, la cellule hérite de l'alignement de la colonne.
12731  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12732  implicite, vous devez redéfinir la commande 
12733 \series bold
12734
12735 \backslash
12736 multirowsetup
12737 \series default
12738  avec la commande
12739 \end_layout
12740
12741 \begin_layout Standard
12742
12743 \series bold
12744
12745 \backslash
12746 renewcommand{
12747 \backslash
12748 multirowsetup}{
12749 \backslash
12750 centering}
12751 \end_layout
12752
12753 \begin_layout Standard
12754 dans le préambule du document.
12755  Après ça, tous les contenus de cellules multi-lignes du document seront
12756  centrés.
12757  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12758  vous pouvez redéfinir la commande en l'insérant sous forme de code \SpecialChar TeX
12759  juste
12760  avant le tableau concerné, plutôt que dans le préambule.
12761  Si le texte doit être aligné à droite, remplacez 
12762 \series bold
12763
12764 \backslash
12765 centering
12766 \series default
12767  par 
12768 \series bold
12769
12770 \backslash
12771 raggedleft
12772 \series default
12773 .
12774  Pour revenir à l'alignement à gauche utilisez 
12775 \series bold
12776
12777 \backslash
12778 raggedright
12779 \series default
12780 .
12781 \end_layout
12782
12783 \begin_layout Standard
12784 Voici un exemple de tableau avec une cellule multi-lignes alignée à droite
12785  avec un décalage vertical de -4
12786 \begin_inset space \thinspace{}
12787 \end_inset
12788
12789 mm dans une colonne de 3
12790 \begin_inset space \thinspace{}
12791 \end_inset
12792
12793 cm de large
12794 \begin_inset space ~
12795 \end_inset
12796
12797 :
12798 \begin_inset Separator parbreak
12799 \end_inset
12800
12801
12802 \end_layout
12803
12804 \begin_layout Standard
12805 \noindent
12806 \align center
12807 \begin_inset ERT
12808 status collapsed
12809
12810 \begin_layout Plain Layout
12811
12812
12813 \backslash
12814 renewcommand{
12815 \backslash
12816 multirowsetup}{
12817 \backslash
12818 raggedleft}
12819 \end_layout
12820
12821 \end_inset
12822
12823
12824 \begin_inset Tabular
12825 <lyxtabular version="3" rows="4" columns="3">
12826 <features tabularvalignment="middle">
12827 <column alignment="center" valignment="top" width="3cm">
12828 <column alignment="center" valignment="top">
12829 <column alignment="center" valignment="top">
12830 <row>
12831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12832 \begin_inset Text
12833
12834 \begin_layout Plain Layout
12835 un contenu long
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Plain Layout
12844 b
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12850 \begin_inset Text
12851
12852 \begin_layout Plain Layout
12853 c
12854 \end_layout
12855
12856 \end_inset
12857 </cell>
12858 </row>
12859 <row>
12860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 t
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 n
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12879 \begin_inset Text
12880
12881 \begin_layout Plain Layout
12882 m
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 </row>
12888 <row>
12889 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 multi-lignes
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902 e
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 f
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 </row>
12917 <row>
12918 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12919 \begin_inset Text
12920
12921 \begin_layout Plain Layout
12922
12923 \end_layout
12924
12925 \end_inset
12926 </cell>
12927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931 h
12932 \end_layout
12933
12934 \end_inset
12935 </cell>
12936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940 i
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 </row>
12946 </lyxtabular>
12947
12948 \end_inset
12949
12950
12951 \begin_inset ERT
12952 status collapsed
12953
12954 \begin_layout Plain Layout
12955
12956
12957 \backslash
12958 renewcommand{
12959 \backslash
12960 multirowsetup}{
12961 \backslash
12962 raggedright}
12963 \end_layout
12964
12965 \end_inset
12966
12967
12968 \end_layout
12969
12970 \begin_layout Standard
12971 Pour commencer une nouvelle ligne dans une cellule multi-lignes vous pouvez
12972  utiliser un saut de ligne forcé (
12973 \begin_inset space ~
12974 \end_inset
12975
12976 raccourci 
12977 \family sans
12978 Ctrl+Entrée
12979 \family default
12980
12981 \begin_inset space ~
12982 \end_inset
12983
12984 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12985  on le voit dans ce tableau :
12986 \begin_inset Separator parbreak
12987 \end_inset
12988
12989
12990 \end_layout
12991
12992 \begin_layout Standard
12993 \noindent
12994 \align center
12995 \begin_inset Tabular
12996 <lyxtabular version="3" rows="3" columns="2">
12997 <features tabularvalignment="middle">
12998 <column alignment="left" valignment="middle" width="2cm">
12999 <column alignment="center" valignment="top">
13000 <row>
13001 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13002 \begin_inset Text
13003
13004 \begin_layout Plain Layout
13005 aaa
13006 \begin_inset Newline newline
13007 \end_inset
13008
13009 aaa
13010 \begin_inset Newline newline
13011 \end_inset
13012
13013 mauvaise cellule
13014 \end_layout
13015
13016 \end_inset
13017 </cell>
13018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13019 \begin_inset Text
13020
13021 \begin_layout Plain Layout
13022 ccc
13023 \end_layout
13024
13025 \end_inset
13026 </cell>
13027 </row>
13028 <row>
13029 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13030 \begin_inset Text
13031
13032 \begin_layout Plain Layout
13033
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042 ddd
13043 \end_layout
13044
13045 \end_inset
13046 </cell>
13047 </row>
13048 <row>
13049 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13050 \begin_inset Text
13051
13052 \begin_layout Plain Layout
13053 bbb
13054 \end_layout
13055
13056 \end_inset
13057 </cell>
13058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13059 \begin_inset Text
13060
13061 \begin_layout Plain Layout
13062 eee
13063 \end_layout
13064
13065 \end_inset
13066 </cell>
13067 </row>
13068 </lyxtabular>
13069
13070 \end_inset
13071
13072
13073 \end_layout
13074
13075 \begin_layout Standard
13076 Vous devez donc faire attention avec les saut de lignes forcés.
13077 \end_layout
13078
13079 \begin_layout Subsection
13080 Cellules avec ligne(s) diagonale(s)
13081 \end_layout
13082
13083 \begin_layout Standard
13084 Pour instruire le lecteur de la signification ds titres de lignes et de
13085  colonnes dans un tableau, il est pratique de partager le première cellule
13086  du tableau à l'aide d'une ou deux lignes diagonales.
13087  Ceci peut être obtenu ne chargeant dans le préambule du document les paquetage
13088  \SpecialChar LaTeX
13089
13090 \series bold
13091 \lang english
13092  diagbox
13093 \series default
13094 \lang french
13095
13096 \begin_inset Index idx
13097 status collapsed
13098
13099 \begin_layout Plain Layout
13100 Paquetages \SpecialChar LaTeX
13101  ! diagbox
13102 \end_layout
13103
13104 \end_inset
13105
13106 .
13107  Ce paquetage inclut la commande 
13108 \series bold
13109 \lang english
13110
13111 \backslash
13112 diagbox
13113 \series default
13114 \lang french
13115  que l'on peut insérer en mode \SpecialChar TeX
13116  et qui peut avoir 2 ou 3 arguments:
13117 \end_layout
13118
13119 \begin_layout Standard
13120
13121 \series bold
13122 \lang english
13123
13124 \backslash
13125 diagbox[options]
13126 \lang french
13127 {inférieur gauche}{supérieur droit}
13128 \end_layout
13129
13130 \begin_layout Standard
13131
13132 \series bold
13133 \lang english
13134
13135 \backslash
13136 diagbox[options]
13137 \lang french
13138 {inférieur gauche}{supérieur gauche}{supérieur droit}
13139 \end_layout
13140
13141 \begin_layout Standard
13142 Dans le premier cas, la cellule est partagée par une seule ligne diagonale
13143  et les arguments sont placés au-dessus et en-dessous de cette ligne.
13144  Dans le second cas, la cellule est partagée par deux lignes.
13145 \end_layout
13146
13147 \begin_layout Standard
13148 \begin_inset ERT
13149 status collapsed
13150
13151 \begin_layout Plain Layout
13152
13153
13154 \backslash
13155 ifdiagbox
13156 \end_layout
13157
13158 \end_inset
13159
13160
13161 \begin_inset Note Note
13162 status open
13163
13164 \begin_layout Plain Layout
13165 La section suivante ne s'affichera que si vous avez installé le paquetage
13166  \SpecialChar LaTeX
13167  
13168 \series bold
13169 diagbox
13170 \series default
13171 .
13172 \end_layout
13173
13174 \end_inset
13175
13176
13177 \end_layout
13178
13179 \begin_layout Standard
13180 Voici un exemple de tableau où 
13181 \series bold
13182 \lang english
13183
13184 \backslash
13185 diagbox
13186 \lang french
13187  
13188 \series default
13189 est utilisé avec 2 arguments
13190 \begin_inset space ~
13191 \end_inset
13192
13193 dans la première cellule:
13194 \lang english
13195
13196 \begin_inset VSpace medskip
13197 \end_inset
13198
13199
13200 \end_layout
13201
13202 \begin_layout Standard
13203 \noindent
13204
13205 \lang english
13206 \begin_inset Tabular
13207 <lyxtabular version="3" rows="4" columns="4">
13208 <features tabularvalignment="middle">
13209 <column alignment="center" valignment="top">
13210 <column alignment="center" valignment="top">
13211 <column alignment="center" valignment="top">
13212 <column alignment="center" valignment="top">
13213 <row>
13214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13215 \begin_inset Text
13216
13217 \begin_layout Plain Layout
13218 \begin_inset ERT
13219 status collapsed
13220
13221 \begin_layout Plain Layout
13222
13223
13224 \backslash
13225 diagbox{
13226 \end_layout
13227
13228 \end_inset
13229
13230 Nom
13231 \begin_inset ERT
13232 status collapsed
13233
13234 \begin_layout Plain Layout
13235
13236 }{
13237 \end_layout
13238
13239 \end_inset
13240
13241 Paramètre
13242 \begin_inset ERT
13243 status collapsed
13244
13245 \begin_layout Plain Layout
13246
13247 }
13248 \end_layout
13249
13250 \end_inset
13251
13252
13253 \end_layout
13254
13255 \end_inset
13256 </cell>
13257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13258 \begin_inset Text
13259
13260 \begin_layout Plain Layout
13261 Épaisseur en nm
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 Transparence en %
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279 Dureté en MPa
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 </row>
13285 <row>
13286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Plain Layout
13290 Vert parfait
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Plain Layout
13299 45
13300 \end_layout
13301
13302 \end_inset
13303 </cell>
13304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13305 \begin_inset Text
13306
13307 \begin_layout Plain Layout
13308 80
13309 \end_layout
13310
13311 \end_inset
13312 </cell>
13313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13314 \begin_inset Text
13315
13316 \begin_layout Plain Layout
13317 504
13318 \end_layout
13319
13320 \end_inset
13321 </cell>
13322 </row>
13323 <row>
13324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13325 \begin_inset Text
13326
13327 \begin_layout Plain Layout
13328 Multi-P foncé
13329 \end_layout
13330
13331 \end_inset
13332 </cell>
13333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13334 \begin_inset Text
13335
13336 \begin_layout Plain Layout
13337 60
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13343 \begin_inset Text
13344
13345 \begin_layout Plain Layout
13346 72
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355 982
13356 \end_layout
13357
13358 \end_inset
13359 </cell>
13360 </row>
13361 <row>
13362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Plain Layout
13366 Pro transparent
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13372 \begin_inset Text
13373
13374 \begin_layout Plain Layout
13375 18
13376 \end_layout
13377
13378 \end_inset
13379 </cell>
13380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13381 \begin_inset Text
13382
13383 \begin_layout Plain Layout
13384 86
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13390 \begin_inset Text
13391
13392 \begin_layout Plain Layout
13393 374
13394 \end_layout
13395
13396 \end_inset
13397 </cell>
13398 </row>
13399 </lyxtabular>
13400
13401 \end_inset
13402
13403
13404 \begin_inset VSpace medskip
13405 \end_inset
13406
13407
13408 \end_layout
13409
13410 \begin_layout Standard
13411 La forme à 3 arguments est utile par exemple pour les tableaux croisés de
13412  sport ou les distances:
13413 \begin_inset Separator parbreak
13414 \end_inset
13415
13416
13417 \end_layout
13418
13419 \begin_layout Standard
13420 \noindent
13421 \align center
13422 \begin_inset Tabular
13423 <lyxtabular version="3" rows="4" columns="4">
13424 <features tabularvalignment="middle">
13425 <column alignment="center" valignment="top" width="0pt">
13426 <column alignment="center" valignment="top">
13427 <column alignment="center" valignment="top">
13428 <column alignment="center" valignment="top">
13429 <row>
13430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 \begin_inset ERT
13435 status collapsed
13436
13437 \begin_layout Plain Layout
13438
13439
13440 \backslash
13441 diagbox{
13442 \end_layout
13443
13444 \end_inset
13445
13446 À domicile
13447 \begin_inset ERT
13448 status collapsed
13449
13450 \begin_layout Plain Layout
13451
13452 }{
13453 \end_layout
13454
13455 \end_inset
13456
13457 Résultat
13458 \begin_inset ERT
13459 status open
13460
13461 \begin_layout Plain Layout
13462
13463 }{
13464 \end_layout
13465
13466 \end_inset
13467
13468 À l'extérieur
13469 \begin_inset ERT
13470 status collapsed
13471
13472 \begin_layout Plain Layout
13473
13474 }
13475 \end_layout
13476
13477 \end_inset
13478
13479
13480 \end_layout
13481
13482 \end_inset
13483 </cell>
13484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488 Tigres
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 Panthères
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 Faucons
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 </row>
13512 <row>
13513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13514 \begin_inset Text
13515
13516 \begin_layout Plain Layout
13517 Tigres
13518 \end_layout
13519
13520 \end_inset
13521 </cell>
13522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13523 \begin_inset Text
13524
13525 \begin_layout Plain Layout
13526
13527 \end_layout
13528
13529 \end_inset
13530 </cell>
13531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13532 \begin_inset Text
13533
13534 \begin_layout Plain Layout
13535 1:3
13536 \end_layout
13537
13538 \end_inset
13539 </cell>
13540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13541 \begin_inset Text
13542
13543 \begin_layout Plain Layout
13544 0:1
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 </row>
13550 <row>
13551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13552 \begin_inset Text
13553
13554 \begin_layout Plain Layout
13555 Panthères
13556 \end_layout
13557
13558 \end_inset
13559 </cell>
13560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13561 \begin_inset Text
13562
13563 \begin_layout Plain Layout
13564 3:1
13565 \end_layout
13566
13567 \end_inset
13568 </cell>
13569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13570 \begin_inset Text
13571
13572 \begin_layout Plain Layout
13573
13574 \end_layout
13575
13576 \end_inset
13577 </cell>
13578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Plain Layout
13582 0:0
13583 \end_layout
13584
13585 \end_inset
13586 </cell>
13587 </row>
13588 <row>
13589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13590 \begin_inset Text
13591
13592 \begin_layout Plain Layout
13593 Faucons
13594 \end_layout
13595
13596 \end_inset
13597 </cell>
13598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13599 \begin_inset Text
13600
13601 \begin_layout Plain Layout
13602 1:0
13603 \end_layout
13604
13605 \end_inset
13606 </cell>
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 0:0
13612 \end_layout
13613
13614 \end_inset
13615 </cell>
13616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Plain Layout
13620
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 </row>
13626 </lyxtabular>
13627
13628 \end_inset
13629
13630
13631 \end_layout
13632
13633 \begin_layout Standard
13634 Pour des tableaux croisés plus grands on peut utiliser des diagonales dans
13635  2 coins ou plus du tableau comme ici:
13636 \begin_inset Separator parbreak
13637 \end_inset
13638
13639
13640 \end_layout
13641
13642 \begin_layout Standard
13643 \noindent
13644 \align center
13645 \begin_inset Tabular
13646 <lyxtabular version="3" rows="5" columns="5">
13647 <features tabularvalignment="middle">
13648 <column alignment="center" valignment="top" width="0pt">
13649 <column alignment="center" valignment="top">
13650 <column alignment="center" valignment="top">
13651 <column alignment="center" valignment="top">
13652 <column alignment="center" valignment="top">
13653 <row>
13654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13655 \begin_inset Text
13656
13657 \begin_layout Plain Layout
13658 \begin_inset ERT
13659 status open
13660
13661 \begin_layout Plain Layout
13662
13663
13664 \backslash
13665 diagbox{
13666 \end_layout
13667
13668 \end_inset
13669
13670 À domicile}{Résultat
13671 \begin_inset ERT
13672 status collapsed
13673
13674 \begin_layout Plain Layout
13675
13676 }{
13677 \end_layout
13678
13679 \end_inset
13680
13681 À l'extérieur
13682 \begin_inset ERT
13683 status open
13684
13685 \begin_layout Plain Layout
13686
13687 }
13688 \end_layout
13689
13690 \end_inset
13691
13692
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701 Tigres
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 Panthères
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13716 \begin_inset Text
13717
13718 \begin_layout Plain Layout
13719 Faucons
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Plain Layout
13728 \begin_inset ERT
13729 status open
13730
13731 \begin_layout Plain Layout
13732
13733
13734 \backslash
13735 diagbox[dir=NE]{
13736 \end_layout
13737
13738 \end_inset
13739
13740 À domicile
13741 \begin_inset ERT
13742 status collapsed
13743
13744 \begin_layout Plain Layout
13745
13746 }{
13747 \end_layout
13748
13749 \end_inset
13750
13751 Résultat
13752 \begin_inset ERT
13753 status collapsed
13754
13755 \begin_layout Plain Layout
13756
13757 }{
13758 \end_layout
13759
13760 \end_inset
13761
13762 À l'extérieur
13763 \begin_inset ERT
13764 status collapsed
13765
13766 \begin_layout Plain Layout
13767
13768 }
13769 \end_layout
13770
13771 \end_inset
13772
13773
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 Tigres
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
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 1:3
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:1
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 Tigres
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 Panthères
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 3:1
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
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 0:0
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 Panthères
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 </row>
13873 <row>
13874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13875 \begin_inset Text
13876
13877 \begin_layout Plain Layout
13878 Faucons
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887 1:0
13888 \end_layout
13889
13890 \end_inset
13891 </cell>
13892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 0:0
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914 Faucons
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 </row>
13920 <row>
13921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 \begin_inset ERT
13926 status open
13927
13928 \begin_layout Plain Layout
13929
13930
13931 \backslash
13932 diagbox[dir=SW]{
13933 \end_layout
13934
13935 \end_inset
13936
13937 À domicile
13938 \begin_inset ERT
13939 status collapsed
13940
13941 \begin_layout Plain Layout
13942
13943 }{
13944 \end_layout
13945
13946 \end_inset
13947
13948 Résultat
13949 \begin_inset ERT
13950 status collapsed
13951
13952 \begin_layout Plain Layout
13953
13954 }{
13955 \end_layout
13956
13957 \end_inset
13958
13959 À l'extérieur
13960 \begin_inset ERT
13961 status open
13962
13963 \begin_layout Plain Layout
13964
13965 }
13966 \end_layout
13967
13968 \end_inset
13969
13970
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13976 \begin_inset Text
13977
13978 \begin_layout Plain Layout
13979 Tigres
13980 \end_layout
13981
13982 \end_inset
13983 </cell>
13984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13985 \begin_inset Text
13986
13987 \begin_layout Plain Layout
13988 Panthères
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Plain Layout
13997 Faucons
13998 \end_layout
13999
14000 \end_inset
14001 </cell>
14002 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14003 \begin_inset Text
14004
14005 \begin_layout Plain Layout
14006 \begin_inset ERT
14007 status open
14008
14009 \begin_layout Plain Layout
14010
14011
14012 \backslash
14013 diagbox[dir=SE]{
14014 \end_layout
14015
14016 \end_inset
14017
14018 À domicile
14019 \begin_inset ERT
14020 status collapsed
14021
14022 \begin_layout Plain Layout
14023
14024 }{
14025 \end_layout
14026
14027 \end_inset
14028
14029 Résultat
14030 \begin_inset ERT
14031 status open
14032
14033 \begin_layout Plain Layout
14034
14035 }{
14036 \end_layout
14037
14038 \end_inset
14039
14040 À l'extérieur
14041 \begin_inset ERT
14042 status collapsed
14043
14044 \begin_layout Plain Layout
14045
14046 }
14047 \end_layout
14048
14049 \end_inset
14050
14051
14052 \end_layout
14053
14054 \end_inset
14055 </cell>
14056 </row>
14057 </lyxtabular>
14058
14059 \end_inset
14060
14061
14062 \end_layout
14063
14064 \begin_layout Standard
14065 Pour faire pivoter les diagonales, il faut utiliser l'option de commande
14066  
14067 \series bold
14068 dir=direction
14069 \series default
14070
14071 \emph on
14072 direction
14073 \emph default
14074  est à choisir parmi 
14075 \series bold
14076 NE
14077 \series default
14078
14079 \series bold
14080 SE
14081 \series default
14082
14083 \series bold
14084 SW
14085 \series default
14086  et 
14087 \series bold
14088 NW
14089 \series default
14090  comme sur une rose des vents.
14091  
14092 \series bold
14093 SW
14094 \series default
14095  est par exemple le coin sud-ouest, c'est à-dire le coin inférieur gauche
14096  du tableau ci-dessus, désigné via la commande:
14097 \end_layout
14098
14099 \begin_layout Standard
14100
14101 \series bold
14102 \lang english
14103
14104 \backslash
14105 diagbox[dir=SW]{
14106 \series default
14107 \lang french
14108 À domicile
14109 \series bold
14110 \lang english
14111 }{
14112 \series default
14113 \lang french
14114 Résultat
14115 \series bold
14116 \lang english
14117 }{
14118 \series default
14119 \lang french
14120 À l'extérieur
14121 \series bold
14122 \lang english
14123 }
14124 \series default
14125 \lang french
14126 .
14127  
14128 \end_layout
14129
14130 \begin_layout Standard
14131 Si aucune direction n'est spécifiée, elle est implicitement NW.
14132 \end_layout
14133
14134 \begin_layout Standard
14135 La largeur nécessaire pour le partage des cellules est calculée automatiquement.
14136  De ce fait, si vous fixez une largeur de colonne plus petite que nécessaire,
14137  le contenu de la cellule va déborder:
14138 \begin_inset Separator parbreak
14139 \end_inset
14140
14141
14142 \end_layout
14143
14144 \begin_layout Standard
14145 \noindent
14146 \align center
14147 \begin_inset Tabular
14148 <lyxtabular version="3" rows="2" columns="2">
14149 <features tabularvalignment="middle">
14150 <column alignment="center" valignment="top" width="3cm">
14151 <column alignment="center" valignment="top">
14152 <row>
14153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14154 \begin_inset Text
14155
14156 \begin_layout Plain Layout
14157 \begin_inset ERT
14158 status collapsed
14159
14160 \begin_layout Plain Layout
14161
14162
14163 \backslash
14164 diagbox{
14165 \end_layout
14166
14167 \end_inset
14168
14169 Nom
14170 \begin_inset ERT
14171 status collapsed
14172
14173 \begin_layout Plain Layout
14174
14175 }{
14176 \end_layout
14177
14178 \end_inset
14179
14180 Paramètre
14181 \begin_inset ERT
14182 status collapsed
14183
14184 \begin_layout Plain Layout
14185
14186 }
14187 \end_layout
14188
14189 \end_inset
14190
14191
14192 \end_layout
14193
14194 \end_inset
14195 </cell>
14196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14197 \begin_inset Text
14198
14199 \begin_layout Plain Layout
14200 Épaisseur en nm
14201 \end_layout
14202
14203 \end_inset
14204 </cell>
14205 </row>
14206 <row>
14207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14208 \begin_inset Text
14209
14210 \begin_layout Plain Layout
14211 Vert parfait
14212 \end_layout
14213
14214 \end_inset
14215 </cell>
14216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220 45
14221 \end_layout
14222
14223 \end_inset
14224 </cell>
14225 </row>
14226 </lyxtabular>
14227
14228 \end_inset
14229
14230
14231 \end_layout
14232
14233 \begin_layout Standard
14234 Si vous avez besoin d'une certaine largeur pour des colonnes incluant une
14235  cellule partagée, utilisez l'option de commande 
14236 \series bold
14237 \lang english
14238 width=3cm
14239 \series default
14240 \lang french
14241  (remplacez 
14242 \begin_inset Quotes fld
14243 \end_inset
14244
14245 3cm
14246 \begin_inset Quotes frd
14247 \end_inset
14248
14249 par la largeur désirée).
14250  Dans le tableau qui suit, la largeur de la première colonne est réglée
14251  à 4cm.
14252  Pour 
14253 \series bold
14254 \lang english
14255
14256 \backslash
14257 diagbox
14258 \series default
14259 \lang french
14260  une largeur de 4
14261 \begin_inset space \thinspace{}
14262 \end_inset
14263
14264 cm + 2
14265 \begin_inset space \thinspace{}
14266 \end_inset
14267
14268
14269 \backslash
14270 tabcolsep est nécessaire puisque la largeur globale est celle du texte (dans
14271  ce cas, les 4cm) plus deux lignes de séparation entre le texte et le bord
14272  de la cellule.
14273  Le calcul de la largeur ne peut pas être fait directement dans l'option
14274  de la commande 
14275 \series bold
14276 \lang english
14277
14278 \backslash
14279 diagbox
14280 \series default
14281 \lang french
14282 , il faut donc créer une nouvelle longueur qui pourra être utilisée dans
14283  la suite.
14284  Ceci se fait via les commandes en code \SpecialChar TeX
14285 :
14286 \end_layout
14287
14288 \begin_layout Standard
14289
14290 \series bold
14291
14292 \backslash
14293 newlength{
14294 \backslash
14295 diagtest}
14296 \begin_inset Newline newline
14297 \end_inset
14298
14299
14300 \backslash
14301 setlength{
14302 \backslash
14303 diagtest}{4cm+2
14304 \backslash
14305 tabcolsep}
14306 \end_layout
14307
14308 \begin_layout Standard
14309 \begin_inset ERT
14310 status collapsed
14311
14312 \begin_layout Plain Layout
14313
14314
14315 \backslash
14316 newlength{
14317 \backslash
14318 diagtest}
14319 \end_layout
14320
14321 \begin_layout Plain Layout
14322
14323
14324 \backslash
14325 setlength{
14326 \backslash
14327 diagtest}{4cm+2
14328 \backslash
14329 tabcolsep}
14330 \end_layout
14331
14332 \end_inset
14333
14334
14335 \end_layout
14336
14337 \begin_layout Standard
14338 Pour permettre les calculs en \SpecialChar LaTeX
14339 , il faut charger dans le préambule du document
14340  le paquetage 
14341 \series bold
14342 calc
14343 \series default
14344
14345 \begin_inset Index idx
14346 status collapsed
14347
14348 \begin_layout Plain Layout
14349 Paquetages \SpecialChar LaTeX
14350  ! calc
14351 \end_layout
14352
14353 \end_inset
14354
14355 .
14356 \end_layout
14357
14358 \begin_layout Standard
14359 Dans le tableau vous pouvez maintenant utiliser la commande
14360 \end_layout
14361
14362 \begin_layout Standard
14363
14364 \series bold
14365
14366 \backslash
14367 diagbox[width=
14368 \backslash
14369 diagtest]{A}{B}
14370 \end_layout
14371
14372 \begin_layout Standard
14373 dans la première cellule:
14374 \begin_inset Separator parbreak
14375 \end_inset
14376
14377
14378 \end_layout
14379
14380 \begin_layout Standard
14381 \noindent
14382 \align center
14383 \begin_inset Tabular
14384 <lyxtabular version="3" rows="2" columns="2">
14385 <features tabularvalignment="middle">
14386 <column alignment="center" valignment="top" width="4cm">
14387 <column alignment="center" valignment="top">
14388 <row>
14389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393 \begin_inset ERT
14394 status open
14395
14396 \begin_layout Plain Layout
14397
14398
14399 \backslash
14400 diagbox[width=
14401 \backslash
14402 diagtest]{
14403 \end_layout
14404
14405 \end_inset
14406
14407 A
14408 \begin_inset ERT
14409 status collapsed
14410
14411 \begin_layout Plain Layout
14412
14413 }{
14414 \end_layout
14415
14416 \end_inset
14417
14418 B
14419 \begin_inset ERT
14420 status collapsed
14421
14422 \begin_layout Plain Layout
14423
14424 }
14425 \end_layout
14426
14427 \end_inset
14428
14429
14430 \end_layout
14431
14432 \end_inset
14433 </cell>
14434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14435 \begin_inset Text
14436
14437 \begin_layout Plain Layout
14438 Épaisseur en nm
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 </row>
14444 <row>
14445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14446 \begin_inset Text
14447
14448 \begin_layout Plain Layout
14449 Vert parfait
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 45
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 </row>
14464 </lyxtabular>
14465
14466 \end_inset
14467
14468
14469 \end_layout
14470
14471 \begin_layout Standard
14472 Noter que la cellule partagée doit être la plus large de la colonne, sinon
14473  la longueur de la diagonale ne peut pas être calculée correctement comme
14474  dans ce tableau:
14475 \begin_inset Separator parbreak
14476 \end_inset
14477
14478
14479 \end_layout
14480
14481 \begin_layout Standard
14482 \noindent
14483 \align center
14484 \begin_inset Tabular
14485 <lyxtabular version="3" rows="2" columns="2">
14486 <features tabularvalignment="middle">
14487 <column alignment="center" valignment="top" width="0pt">
14488 <column alignment="center" valignment="top">
14489 <row>
14490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 \begin_inset ERT
14495 status collapsed
14496
14497 \begin_layout Plain Layout
14498
14499
14500 \backslash
14501 diagbox{
14502 \end_layout
14503
14504 \end_inset
14505
14506 A
14507 \begin_inset ERT
14508 status collapsed
14509
14510 \begin_layout Plain Layout
14511
14512 }{
14513 \end_layout
14514
14515 \end_inset
14516
14517 B
14518 \begin_inset ERT
14519 status collapsed
14520
14521 \begin_layout Plain Layout
14522
14523 }
14524 \end_layout
14525
14526 \end_inset
14527
14528
14529 \end_layout
14530
14531 \end_inset
14532 </cell>
14533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14534 \begin_inset Text
14535
14536 \begin_layout Plain Layout
14537 Épaisseur en nm
14538 \end_layout
14539
14540 \end_inset
14541 </cell>
14542 </row>
14543 <row>
14544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14545 \begin_inset Text
14546
14547 \begin_layout Plain Layout
14548 Vert parfait
14549 \end_layout
14550
14551 \end_inset
14552 </cell>
14553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14554 \begin_inset Text
14555
14556 \begin_layout Plain Layout
14557 45
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 </row>
14563 </lyxtabular>
14564
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \begin_layout Standard
14571 Dans ce cas, vous pouvez utiliser directement
14572 \series bold
14573  
14574 \lang english
14575 width
14576 \series default
14577 \lang french
14578  dans l'option de 
14579 \series bold
14580 \lang english
14581
14582 \backslash
14583 diagbox
14584 \series default
14585 \lang french
14586 , il n'est plus nécessaire d’ajouter 2
14587 \backslash
14588 tabcolsep puisque la largeur de cellule est maintenant la largeur de la
14589  colonne.
14590  Ici une largeur de 3cm est utilisée:
14591 \begin_inset Separator parbreak
14592 \end_inset
14593
14594
14595 \end_layout
14596
14597 \begin_layout Standard
14598 \noindent
14599 \align center
14600 \begin_inset Tabular
14601 <lyxtabular version="3" rows="2" columns="2">
14602 <features tabularvalignment="middle">
14603 <column alignment="center" valignment="top" width="0pt">
14604 <column alignment="center" valignment="top">
14605 <row>
14606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14607 \begin_inset Text
14608
14609 \begin_layout Plain Layout
14610 \begin_inset ERT
14611 status open
14612
14613 \begin_layout Plain Layout
14614
14615
14616 \backslash
14617 diagbox[width=3cm]{
14618 \end_layout
14619
14620 \end_inset
14621
14622 A
14623 \begin_inset ERT
14624 status collapsed
14625
14626 \begin_layout Plain Layout
14627
14628 }{
14629 \end_layout
14630
14631 \end_inset
14632
14633 B
14634 \begin_inset ERT
14635 status collapsed
14636
14637 \begin_layout Plain Layout
14638
14639 }
14640 \end_layout
14641
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14650 \begin_inset Text
14651
14652 \begin_layout Plain Layout
14653 Épaisseur en nm
14654 \end_layout
14655
14656 \end_inset
14657 </cell>
14658 </row>
14659 <row>
14660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Plain Layout
14664 Vert parfait
14665 \end_layout
14666
14667 \end_inset
14668 </cell>
14669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673 45
14674 \end_layout
14675
14676 \end_inset
14677 </cell>
14678 </row>
14679 </lyxtabular>
14680
14681 \end_inset
14682
14683
14684 \end_layout
14685
14686 \begin_layout Standard
14687 Pour les lignes multiples dans une cellule partagée, il faut une hauteur
14688  supplémentaire pour placer le texte dans la cellule.
14689  Ceci peut être obtenu avec l'option
14690 \series bold
14691  
14692 \lang english
14693 height
14694 \lang french
14695 =3cm
14696 \series default
14697  de la commande 
14698 \series bold
14699 \lang english
14700
14701 \backslash
14702 diagbox
14703 \series default
14704 \lang french
14705  (remplacer « 3cm » par la hauteur désirée).
14706  Dans le tableau qui suit, la commande
14707 \end_layout
14708
14709 \begin_layout Standard
14710
14711 \series bold
14712
14713 \backslash
14714 diagbox[width=3cm,height=1.4cm]{A
14715 \backslash
14716
14717 \backslash
14718 B}{C
14719 \backslash
14720
14721 \backslash
14722 D}
14723 \end_layout
14724
14725 \begin_layout Standard
14726 est utilisée dans la première cellule.
14727  La commande 
14728 \backslash
14729
14730 \backslash
14731  crée le saut de ligne
14732 \begin_inset Foot
14733 status open
14734
14735 \begin_layout Plain Layout
14736 Couper les lignes via Ctrl+Entrée n'est possible que pour des colonnes de
14737  largeur fixée.
14738 \end_layout
14739
14740 \end_inset
14741
14742 .
14743 \begin_inset Separator parbreak
14744 \end_inset
14745
14746
14747 \end_layout
14748
14749 \begin_layout Standard
14750 \noindent
14751 \align center
14752 \begin_inset Tabular
14753 <lyxtabular version="3" rows="2" columns="2">
14754 <features tabularvalignment="middle">
14755 <column alignment="center" valignment="top">
14756 <column alignment="center" valignment="top">
14757 <row>
14758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14759 \begin_inset Text
14760
14761 \begin_layout Plain Layout
14762 \begin_inset ERT
14763 status open
14764
14765 \begin_layout Plain Layout
14766
14767
14768 \backslash
14769 diagbox[width=3cm,height=1.4cm]{
14770 \end_layout
14771
14772 \end_inset
14773
14774 A
14775 \begin_inset ERT
14776 status collapsed
14777
14778 \begin_layout Plain Layout
14779
14780
14781 \backslash
14782
14783 \backslash
14784
14785 \end_layout
14786
14787 \end_inset
14788
14789 B
14790 \begin_inset ERT
14791 status collapsed
14792
14793 \begin_layout Plain Layout
14794
14795 }{
14796 \end_layout
14797
14798 \end_inset
14799
14800 C
14801 \begin_inset ERT
14802 status collapsed
14803
14804 \begin_layout Plain Layout
14805
14806
14807 \backslash
14808
14809 \backslash
14810
14811 \end_layout
14812
14813 \end_inset
14814
14815 D
14816 \begin_inset ERT
14817 status collapsed
14818
14819 \begin_layout Plain Layout
14820
14821 }
14822 \end_layout
14823
14824 \end_inset
14825
14826
14827 \end_layout
14828
14829 \end_inset
14830 </cell>
14831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14832 \begin_inset Text
14833
14834 \begin_layout Plain Layout
14835 Épaisseur en nm
14836 \end_layout
14837
14838 \end_inset
14839 </cell>
14840 </row>
14841 <row>
14842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14843 \begin_inset Text
14844
14845 \begin_layout Plain Layout
14846 Vert parfait
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14852 \begin_inset Text
14853
14854 \begin_layout Plain Layout
14855 45
14856 \end_layout
14857
14858 \end_inset
14859 </cell>
14860 </row>
14861 </lyxtabular>
14862
14863 \end_inset
14864
14865
14866 \end_layout
14867
14868 \begin_layout Standard
14869 \begin_inset ERT
14870 status collapsed
14871
14872 \begin_layout Plain Layout
14873
14874
14875 \backslash
14876 else
14877 \end_layout
14878
14879 \end_inset
14880
14881
14882 \begin_inset Note Note
14883 status open
14884
14885 \begin_layout Plain Layout
14886 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
14887  
14888 \series bold
14889 diagbox
14890 \series default
14891  n'est pas installé :
14892 \end_layout
14893
14894 \end_inset
14895
14896
14897 \end_layout
14898
14899 \begin_layout Standard
14900 Vous devez installer le paquetage \SpecialChar LaTeX
14901  
14902 \series bold
14903 diagbox
14904 \series default
14905  pour voir le contenu de cette section dans la sortie imprimée.
14906 \end_layout
14907
14908 \begin_layout Standard
14909 \begin_inset ERT
14910 status collapsed
14911
14912 \begin_layout Plain Layout
14913
14914
14915 \backslash
14916 fi
14917 \end_layout
14918
14919 \end_inset
14920
14921
14922 \end_layout
14923
14924 \begin_layout Standard
14925 Pour en savoir plus sur le paquetage \SpecialChar LaTeX
14926  
14927 \series bold
14928 \lang english
14929 diagbox
14930 \series default
14931 \lang french
14932 , voir sa documentation, 
14933 \begin_inset CommandInset citation
14934 LatexCommand cite
14935 key "diagbox"
14936
14937 \end_inset
14938
14939 .
14940 \end_layout
14941
14942 \begin_layout Section
14943 Les tableaux formels
14944 \begin_inset CommandInset label
14945 LatexCommand label
14946 name "sec:Tableaux-Formels"
14947
14948 \end_inset
14949
14950
14951 \begin_inset Index idx
14952 status collapsed
14953
14954 \begin_layout Plain Layout
14955 Tableau ! Formel
14956 \end_layout
14957
14958 \end_inset
14959
14960
14961 \end_layout
14962
14963 \begin_layout Standard
14964 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
14965  à celle du tableau
14966 \begin_inset space ~
14967 \end_inset
14968
14969
14970 \begin_inset CommandInset ref
14971 LatexCommand ref
14972 reference "tab:Exemple-tableau-booktabs"
14973
14974 \end_inset
14975
14976 .
14977  Ce genre de tableau est appelé 
14978 \begin_inset Quotes fld
14979 \end_inset
14980
14981
14982 \emph on
14983 formel
14984 \emph default
14985
14986 \begin_inset Quotes frd
14987 \end_inset
14988
14989 .
14990  Pour transformer un tableau en tableau formel, utilisez l'option 
14991 \family sans
14992 Formel
14993 \family default
14994  de l'onglet 
14995 \family sans
14996 Bordures
14997 \family default
14998  de la fenêtre de dialogue 
14999 \family sans
15000 Paramètres
15001 \begin_inset space ~
15002 \end_inset
15003
15004 du
15005 \begin_inset space ~
15006 \end_inset
15007
15008 tableau
15009 \family default
15010 .
15011 \end_layout
15012
15013 \begin_layout Standard
15014 \begin_inset Float table
15015 placement h
15016 wide false
15017 sideways false
15018 status open
15019
15020 \begin_layout Plain Layout
15021 \begin_inset Caption Standard
15022
15023 \begin_layout Plain Layout
15024 \begin_inset CommandInset label
15025 LatexCommand label
15026 name "tab:Exemple-tableau-booktabs"
15027
15028 \end_inset
15029
15030 Exemple de tableau formel
15031 \end_layout
15032
15033 \end_inset
15034
15035
15036 \end_layout
15037
15038 \begin_layout Plain Layout
15039 \align center
15040 \begin_inset Tabular
15041 <lyxtabular version="3" rows="8" columns="4">
15042 <features booktabs="true" tabularvalignment="middle">
15043 <column alignment="center" valignment="top">
15044 <column alignment="center" valignment="top">
15045 <column alignment="center" valignment="top">
15046 <column alignment="center" valignment="top">
15047 <row>
15048 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052 Système
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 <cell alignment="center" valignment="top" topline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061 Chip
15062 \begin_inset space \thinspace{}
15063 \end_inset
15064
15065 1
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 Chip
15075 \begin_inset space \thinspace{}
15076 \end_inset
15077
15078 2
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 </row>
15093 <row>
15094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098 \begin_inset ERT
15099 status collapsed
15100
15101 \begin_layout Plain Layout
15102
15103
15104 \backslash
15105 cmidrule(r){2-2}
15106 \end_layout
15107
15108 \end_inset
15109
15110
15111 \begin_inset ERT
15112 status collapsed
15113
15114 \begin_layout Plain Layout
15115
15116
15117 \backslash
15118 cmidrule(l){3-4}
15119 \end_layout
15120
15121 \end_inset
15122
15123 Épaisseur du capteur en µm
15124 \end_layout
15125
15126 \end_inset
15127 </cell>
15128 <cell alignment="center" valignment="top" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Plain Layout
15132 300
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 300
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 700
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 </row>
15156 <row>
15157 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161 Angle du biseau en °
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 <cell alignment="center" valignment="top" topline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170 3.55
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell alignment="center" valignment="top" topline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179 2.71
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" topline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188 7.99
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 </row>
15194 <row topspace="default">
15195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199 Résolution spatiale en µm
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208 4.26
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell alignment="center" valignment="top" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217 10.17
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226 10.56
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 </row>
15232 <row topspace="default">
15233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237 MTF à 
15238 \begin_inset Formula $f_{\mathrm{max}}$
15239 \end_inset
15240
15241
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 <cell alignment="center" valignment="top" usebox="none">
15247 \begin_inset Text
15248
15249 \begin_layout Plain Layout
15250 0.53
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 <cell alignment="center" valignment="top" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Plain Layout
15259 0.37
15260 \end_layout
15261
15262 \end_inset
15263 </cell>
15264 <cell alignment="center" valignment="top" usebox="none">
15265 \begin_inset Text
15266
15267 \begin_layout Plain Layout
15268 0.39
15269 \end_layout
15270
15271 \end_inset
15272 </cell>
15273 </row>
15274 <row topspace="default">
15275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15276 \begin_inset Text
15277
15278 \begin_layout Plain Layout
15279 \begin_inset ERT
15280 status collapsed
15281
15282 \begin_layout Plain Layout
15283
15284
15285 \backslash
15286 cmidrule[2pt](l{10pt}){1-1}
15287 \end_layout
15288
15289 \end_inset
15290
15291 résolution spatiale LSF
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 <cell alignment="center" valignment="top" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 <cell alignment="center" valignment="top" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 </row>
15324 <row>
15325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329 en µm
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 <cell alignment="center" valignment="top" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338 129.7
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 <cell alignment="center" valignment="top" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Plain Layout
15347 52.75
15348 \end_layout
15349
15350 \end_inset
15351 </cell>
15352 <cell alignment="center" valignment="top" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Plain Layout
15356 50.78
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 </row>
15362 <row>
15363 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Plain Layout
15367 en % de la taille des pixels
15368 \end_layout
15369
15370 \end_inset
15371 </cell>
15372 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Plain Layout
15376 76.3
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15382 \begin_inset Text
15383
15384 \begin_layout Plain Layout
15385 95.9
15386 \end_layout
15387
15388 \end_inset
15389 </cell>
15390 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Plain Layout
15394 92.3
15395 \end_layout
15396
15397 \end_inset
15398 </cell>
15399 </row>
15400 </lyxtabular>
15401
15402 \end_inset
15403
15404
15405 \end_layout
15406
15407 \end_inset
15408
15409
15410 \end_layout
15411
15412 \begin_layout Standard
15413 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15414  
15415 \family sans
15416 Bordures
15417 \family default
15418  de la fenêtre de dialogue 
15419 \family sans
15420 Paramètres
15421 \begin_inset space ~
15422 \end_inset
15423
15424 du
15425 \begin_inset space ~
15426 \end_inset
15427
15428 tableau
15429 \family default
15430  comme c'est décrit dans la section
15431 \begin_inset space ~
15432 \end_inset
15433
15434
15435 \begin_inset CommandInset ref
15436 LatexCommand ref
15437 reference "subsec:Espacement-lignes"
15438
15439 \end_inset
15440
15441 .
15442 \end_layout
15443
15444 \begin_layout Standard
15445 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15446  verticales.
15447  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15448  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15449  sortie imprimée :
15450 \begin_inset Newline newline
15451 \end_inset
15452
15453 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15454 \begin_inset space \thinspace{}
15455 \end_inset
15456
15457 em alors que les autres lignes ont implicite une épaisseur de 0.05
15458 \begin_inset space \thinspace{}
15459 \end_inset
15460
15461 em.
15462 \end_layout
15463
15464 \begin_layout Standard
15465 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15466  les lignes de préambule suivantes :
15467 \end_layout
15468
15469 \begin_layout Standard
15470
15471 \series bold
15472
15473 \backslash
15474 let
15475 \backslash
15476 mytoprule
15477 \backslash
15478 toprule
15479 \begin_inset Newline newline
15480 \end_inset
15481
15482
15483 \backslash
15484 renewcommand{
15485 \backslash
15486 toprule}{
15487 \backslash
15488 mytoprule[width]}
15489 \end_layout
15490
15491 \begin_layout Standard
15492 Cet exemple concerne la première ligne, appelée 
15493 \series bold
15494 toprule
15495 \series default
15496 .
15497  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15498 \series bold
15499 toprule
15500 \series default
15501  par 
15502 \series bold
15503 bottomrule
15504 \series default
15505 .
15506  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15507  
15508 \series bold
15509 toprule
15510 \series default
15511  par 
15512 \series bold
15513 midrule
15514 \series default
15515 .
15516  Vous pouvez utiliser toutes les unités de longueur définies dans l'annexe
15517 \begin_inset space ~
15518 \end_inset
15519
15520
15521 \begin_inset CommandInset ref
15522 LatexCommand ref
15523 reference "cha:Unités-de-longueur"
15524
15525 \end_inset
15526
15527  pour préciser l'épaisseur voulue.
15528 \end_layout
15529
15530 \begin_layout Standard
15531 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15532  en mettant une ligne pour une cellule multi-colonnes.
15533  \SpecialChar LyX
15534  va utiliser en interne la commande 
15535 \series bold
15536
15537 \backslash
15538 cmidrule
15539 \series default
15540  pour créer cette ligne.
15541  Sa syntaxe complète est :
15542 \end_layout
15543
15544 \begin_layout Standard
15545
15546 \series bold
15547
15548 \backslash
15549 cmidrule[largeur](rognage){colDépart-colFin}
15550 \end_layout
15551
15552 \begin_layout Standard
15553 Les options de la commande 
15554 \series bold
15555
15556 \backslash
15557 cmidrule
15558 \series default
15559  ne sont pas actuellement gérées par \SpecialChar LyX
15560 , vous devez donc utiliser du code
15561  \SpecialChar TeX
15562  pour pouvoir les utiliser.
15563  On peut créer manuellement des lignes 
15564 \series bold
15565
15566 \backslash
15567 mitrales
15568 \series default
15569  en insérant la commande en code \SpecialChar TeX
15570  comme le premier élément de la première
15571  cellule de la ligne.
15572  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15573  en question.
15574 \end_layout
15575
15576 \begin_layout Standard
15577 La valeur 
15578 \series bold
15579 largeur
15580 \series default
15581  pour l'épaisseur des lignes est de 0.03
15582 \begin_inset space \thinspace{}
15583 \end_inset
15584
15585 em.
15586  
15587 \series bold
15588 colDépart
15589 \series default
15590  est le numéro de la colonne dans laquelle la ligne commence et 
15591 \series bold
15592 colFin
15593 \series default
15594  est le numéro de la colonne dans laquelle elle se termine.
15595  La valeur de 
15596 \series bold
15597 colFin
15598 \series default
15599  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15600  Le paramètre optionnel 
15601 \series bold
15602 rognage
15603 \series default
15604  peut être soit 
15605 \emph on
15606 l{largeurRognage}
15607 \emph default
15608 , ou 
15609 \emph on
15610 r{largeurRognage}
15611 \emph default
15612  où les valeurs de
15613 \emph on
15614  largeurRognage
15615 \emph default
15616  sont aussi optionnelles.
15617  En utilisant par exemple la valeur 
15618 \emph on
15619 l{2pt}
15620 \emph default
15621  pour ce paramètre, la ligne va être rognée de 2
15622 \begin_inset space \thinspace{}
15623 \end_inset
15624
15625 pt à son extrémité gauche.
15626  Si vous ne spécifiez pas de valeur pour 
15627 \emph on
15628 largeurRognage
15629 \emph default
15630  les lignes sont implicitement rognées de 0.5
15631 \begin_inset space \thinspace{}
15632 \end_inset
15633
15634 em.
15635 \end_layout
15636
15637 \begin_layout Standard
15638 \begin_inset VSpace bigskip
15639 \end_inset
15640
15641 Le tableau
15642 \begin_inset space ~
15643 \end_inset
15644
15645
15646 \begin_inset CommandInset ref
15647 LatexCommand ref
15648 reference "tab:Exemple-tableau-booktabs"
15649
15650 \end_inset
15651
15652  a été créé en utilisant les commandes
15653 \end_layout
15654
15655 \begin_layout Standard
15656
15657 \series bold
15658
15659 \backslash
15660 cmidrule(r){2-2}
15661 \backslash
15662 cmidrule(l){3-4}
15663 \end_layout
15664
15665 \begin_layout Standard
15666 au début de la deuxième ligne et
15667 \end_layout
15668
15669 \begin_layout Standard
15670
15671 \series bold
15672
15673 \backslash
15674 cmidrule[2pt](l{10pt}){1-1}
15675 \end_layout
15676
15677 \begin_layout Standard
15678 au début de la sixième ligne.
15679 \end_layout
15680
15681 \begin_layout Standard
15682 \begin_inset VSpace bigskip
15683 \end_inset
15684
15685
15686 \end_layout
15687
15688 \begin_layout Standard
15689 Vous pouvez vouloir des commandes 
15690 \series bold
15691
15692 \backslash
15693 cmidrule
15694 \series default
15695 s qui se recouvrent comme pour le tableau
15696 \begin_inset space ~
15697 \end_inset
15698
15699
15700 \begin_inset CommandInset ref
15701 LatexCommand ref
15702 reference "tab:Tableau-booktabs-special"
15703
15704 \end_inset
15705
15706 .
15707  On obtient ce résultat en utilisant la commande suivante en code \SpecialChar TeX
15708
15709 \end_layout
15710
15711 \begin_layout Standard
15712
15713 \series bold
15714
15715 \backslash
15716 morecmidrules
15717 \end_layout
15718
15719 \begin_layout Standard
15720 La commande qui a été utilisée pour la deuxième ligne du tableau
15721 \begin_inset space ~
15722 \end_inset
15723
15724
15725 \begin_inset CommandInset ref
15726 LatexCommand ref
15727 reference "tab:Tableau-booktabs-special"
15728
15729 \end_inset
15730
15731  est
15732 \end_layout
15733
15734 \begin_layout Standard
15735
15736 \series bold
15737
15738 \backslash
15739 cmidrule(r){2-2}
15740 \backslash
15741 cmidrule(l){3-4}
15742 \backslash
15743 morecmidrules
15744 \backslash
15745 cmidrule{2-4}
15746 \end_layout
15747
15748 \begin_layout Standard
15749 La commande pour la sixième ligne est
15750 \end_layout
15751
15752 \begin_layout Standard
15753
15754 \series bold
15755
15756 \backslash
15757 midrule
15758 \backslash
15759 morecmidrules
15760 \backslash
15761 cmidrule{3-4}
15762 \end_layout
15763
15764 \begin_layout Standard
15765 \begin_inset VSpace bigskip
15766 \end_inset
15767
15768
15769 \end_layout
15770
15771 \begin_layout Standard
15772 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15773 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15774  font toute la largeur du tableau :
15775 \end_layout
15776
15777 \begin_layout Standard
15778
15779 \series bold
15780
15781 \backslash
15782 specialrule{largeur}{espace au dessus}{espace en dessous}
15783 \end_layout
15784
15785 \begin_layout Standard
15786 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15787  du paquetage \SpecialChar LaTeX
15788  
15789 \series bold
15790 booktabs
15791 \series default
15792  
15793 \begin_inset CommandInset citation
15794 LatexCommand cite
15795 key "booktabs"
15796
15797 \end_inset
15798
15799 .
15800 \begin_inset Index idx
15801 status collapsed
15802
15803 \begin_layout Plain Layout
15804 Paquetages \SpecialChar LaTeX
15805  ! booktabs
15806 \end_layout
15807
15808 \end_inset
15809
15810
15811 \end_layout
15812
15813 \begin_layout Standard
15814 \begin_inset Float table
15815 placement h
15816 wide false
15817 sideways false
15818 status open
15819
15820 \begin_layout Plain Layout
15821 \begin_inset Caption Standard
15822
15823 \begin_layout Plain Layout
15824 \begin_inset CommandInset label
15825 LatexCommand label
15826 name "tab:Tableau-booktabs-special"
15827
15828 \end_inset
15829
15830 Tableau formel spécial
15831 \end_layout
15832
15833 \end_inset
15834
15835
15836 \end_layout
15837
15838 \begin_layout Plain Layout
15839 \align center
15840 \begin_inset Tabular
15841 <lyxtabular version="3" rows="8" columns="4">
15842 <features booktabs="true" tabularvalignment="middle">
15843 <column alignment="center" valignment="top">
15844 <column alignment="center" valignment="top">
15845 <column alignment="center" valignment="top">
15846 <column alignment="center" valignment="top">
15847 <row>
15848 <cell alignment="center" valignment="top" topline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852 Système
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861 Chip
15862 \begin_inset space \thinspace{}
15863 \end_inset
15864
15865 1
15866 \end_layout
15867
15868 \end_inset
15869 </cell>
15870 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874 Chip
15875 \begin_inset space \thinspace{}
15876 \end_inset
15877
15878 2
15879 \end_layout
15880
15881 \end_inset
15882 </cell>
15883 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 </row>
15893 <row>
15894 <cell alignment="center" valignment="top" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898 \begin_inset ERT
15899 status collapsed
15900
15901 \begin_layout Plain Layout
15902
15903
15904 \backslash
15905 cmidrule(r){2-2}
15906 \end_layout
15907
15908 \end_inset
15909
15910
15911 \begin_inset ERT
15912 status collapsed
15913
15914 \begin_layout Plain Layout
15915
15916
15917 \backslash
15918 cmidrule(l){3-4}
15919 \end_layout
15920
15921 \end_inset
15922
15923
15924 \begin_inset ERT
15925 status collapsed
15926
15927 \begin_layout Plain Layout
15928
15929
15930 \backslash
15931 morecmidrules 
15932 \end_layout
15933
15934 \end_inset
15935
15936
15937 \begin_inset ERT
15938 status collapsed
15939
15940 \begin_layout Plain Layout
15941
15942
15943 \backslash
15944 cmidrule{2-4}
15945 \end_layout
15946
15947 \end_inset
15948
15949 Epaisseur du capteur en µm
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 <cell alignment="center" valignment="top" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958 300
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 300
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 700
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 </row>
15982 <row>
15983 <cell alignment="center" valignment="top" topline="true" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Plain Layout
15987 Angle biseau en °
15988 \end_layout
15989
15990 \end_inset
15991 </cell>
15992 <cell alignment="center" valignment="top" topline="true" usebox="none">
15993 \begin_inset Text
15994
15995 \begin_layout Plain Layout
15996 3.55
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 <cell alignment="center" valignment="top" topline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Plain Layout
16005 2.71
16006 \end_layout
16007
16008 \end_inset
16009 </cell>
16010 <cell alignment="center" valignment="top" topline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014 7.99
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 </row>
16020 <row topspace="default">
16021 <cell alignment="center" valignment="top" usebox="none">
16022 \begin_inset Text
16023
16024 \begin_layout Plain Layout
16025 Résolution spatiale en µm
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 <cell alignment="center" valignment="top" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034 4.26
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 <cell alignment="center" valignment="top" usebox="none">
16040 \begin_inset Text
16041
16042 \begin_layout Plain Layout
16043 10.17
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 <cell alignment="center" valignment="top" usebox="none">
16049 \begin_inset Text
16050
16051 \begin_layout Plain Layout
16052 10.56
16053 \end_layout
16054
16055 \end_inset
16056 </cell>
16057 </row>
16058 <row topspace="default">
16059 <cell alignment="center" valignment="top" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063 MTF à 
16064 \begin_inset Formula $f_{\mathrm{max}}$
16065 \end_inset
16066
16067
16068 \end_layout
16069
16070 \end_inset
16071 </cell>
16072 <cell alignment="center" valignment="top" usebox="none">
16073 \begin_inset Text
16074
16075 \begin_layout Plain Layout
16076 0.53
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 <cell alignment="center" valignment="top" usebox="none">
16082 \begin_inset Text
16083
16084 \begin_layout Plain Layout
16085 0.37
16086 \end_layout
16087
16088 \end_inset
16089 </cell>
16090 <cell alignment="center" valignment="top" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094 0.39
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 </row>
16100 <row>
16101 <cell alignment="center" valignment="top" topline="true" usebox="none">
16102 \begin_inset Text
16103
16104 \begin_layout Plain Layout
16105 \begin_inset ERT
16106 status collapsed
16107
16108 \begin_layout Plain Layout
16109
16110
16111 \backslash
16112 morecmidrules 
16113 \end_layout
16114
16115 \end_inset
16116
16117
16118 \begin_inset ERT
16119 status collapsed
16120
16121 \begin_layout Plain Layout
16122
16123
16124 \backslash
16125 cmidrule{3-4}
16126 \end_layout
16127
16128 \end_inset
16129
16130 résolution spatiale LSF
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 <cell alignment="center" valignment="top" topline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 <cell alignment="center" valignment="top" topline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Plain Layout
16148
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 <cell alignment="center" valignment="top" topline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 </row>
16163 <row>
16164 <cell alignment="center" valignment="top" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Plain Layout
16168 en µm
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 <cell alignment="center" valignment="top" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177 129.7
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 <cell alignment="center" valignment="top" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Plain Layout
16186 52.75
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 <cell alignment="center" valignment="top" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 50.78
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 </row>
16201 <row>
16202 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16203 \begin_inset Text
16204
16205 \begin_layout Plain Layout
16206 en % de la taille des pixels
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215 76.3
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 95.9
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233 92.3
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 </row>
16239 </lyxtabular>
16240
16241 \end_inset
16242
16243
16244 \end_layout
16245
16246 \end_inset
16247
16248
16249 \end_layout
16250
16251 \begin_layout Section
16252 Alignement vertical des tableaux
16253 \begin_inset Index idx
16254 status collapsed
16255
16256 \begin_layout Plain Layout
16257 Tableau ! Alignement
16258 \end_layout
16259
16260 \end_inset
16261
16262
16263 \end_layout
16264
16265 \begin_layout Standard
16266 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16267  doit être à l'intérieur d'une boîte.
16268  La boîte peut alors être alignée comme c'est décrit dans la 
16269 \begin_inset space ~
16270 \end_inset
16271
16272
16273 \begin_inset CommandInset ref
16274 LatexCommand ref
16275 reference "sec:Boîte-Dialogue"
16276
16277 \end_inset
16278
16279 .
16280 \end_layout
16281
16282 \begin_layout Standard
16283 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16284  minipage
16285 \begin_inset Foot
16286 status open
16287
16288 \begin_layout Plain Layout
16289 Les minipages son décrites dans la section
16290 \begin_inset space ~
16291 \end_inset
16292
16293
16294 \begin_inset CommandInset ref
16295 LatexCommand ref
16296 reference "sec:Minipages"
16297
16298 \end_inset
16299
16300 .
16301 \end_layout
16302
16303 \end_inset
16304
16305  dont la largeur est de 15
16306 \begin_inset space \thinspace{}
16307 \end_inset
16308
16309 col% :
16310 \end_layout
16311
16312 \begin_layout Itemize
16313 test 
16314 \begin_inset Box Frameless
16315 position "t"
16316 hor_pos "c"
16317 has_inner_box 1
16318 inner_pos "c"
16319 use_parbox 0
16320 use_makebox 0
16321 width "15col%"
16322 special "none"
16323 height "1in"
16324 height_special "totalheight"
16325 thickness "0.4pt"
16326 separation "3pt"
16327 shadowsize "4pt"
16328 framecolor "black"
16329 backgroundcolor "none"
16330 status collapsed
16331
16332 \begin_layout Plain Layout
16333 \begin_inset Tabular
16334 <lyxtabular version="3" rows="3" columns="3">
16335 <features tabularvalignment="middle">
16336 <column alignment="center" valignment="top">
16337 <column alignment="center" valignment="top">
16338 <column alignment="center" valignment="top">
16339 <row>
16340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344 a
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Plain Layout
16353 d
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362 g
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 </row>
16368 <row>
16369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373 b
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Plain Layout
16382 e
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Plain Layout
16391 h
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 </row>
16397 <row>
16398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Plain Layout
16402 c
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411 f
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420 i
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 </row>
16426 </lyxtabular>
16427
16428 \end_inset
16429
16430
16431 \end_layout
16432
16433 \end_inset
16434
16435  test 
16436 \begin_inset ERT
16437 status collapsed
16438
16439 \begin_layout Plain Layout
16440
16441
16442 \backslash
16443 raisebox{0.85
16444 \backslash
16445 baselineskip}{
16446 \end_layout
16447
16448 \end_inset
16449
16450
16451 \begin_inset Box Frameless
16452 position "t"
16453 hor_pos "c"
16454 has_inner_box 1
16455 inner_pos "c"
16456 use_parbox 0
16457 use_makebox 0
16458 width "15col%"
16459 special "none"
16460 height "1in"
16461 height_special "totalheight"
16462 thickness "0.4pt"
16463 separation "3pt"
16464 shadowsize "4pt"
16465 framecolor "black"
16466 backgroundcolor "none"
16467 status collapsed
16468
16469 \begin_layout Plain Layout
16470 \begin_inset Tabular
16471 <lyxtabular version="3" rows="3" columns="3">
16472 <features tabularvalignment="middle">
16473 <column alignment="center" valignment="top">
16474 <column alignment="center" valignment="top">
16475 <column alignment="center" valignment="top">
16476 <row>
16477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481 a
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Plain Layout
16490 d
16491 \end_layout
16492
16493 \end_inset
16494 </cell>
16495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499 g
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 </row>
16505 <row>
16506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout Plain Layout
16510 b
16511 \end_layout
16512
16513 \end_inset
16514 </cell>
16515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16516 \begin_inset Text
16517
16518 \begin_layout Plain Layout
16519 e
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528 h
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 </row>
16534 <row>
16535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539 c
16540 \end_layout
16541
16542 \end_inset
16543 </cell>
16544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548 f
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557 i
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 </row>
16563 </lyxtabular>
16564
16565 \end_inset
16566
16567
16568 \end_layout
16569
16570 \end_inset
16571
16572
16573 \begin_inset ERT
16574 status collapsed
16575
16576 \begin_layout Plain Layout
16577
16578 }
16579 \end_layout
16580
16581 \end_inset
16582
16583
16584 \end_layout
16585
16586 \begin_layout Itemize
16587 test 
16588 \begin_inset Box Frameless
16589 position "c"
16590 hor_pos "c"
16591 has_inner_box 1
16592 inner_pos "c"
16593 use_parbox 0
16594 use_makebox 0
16595 width "15col%"
16596 special "none"
16597 height "1in"
16598 height_special "totalheight"
16599 thickness "0.4pt"
16600 separation "3pt"
16601 shadowsize "4pt"
16602 framecolor "black"
16603 backgroundcolor "none"
16604 status collapsed
16605
16606 \begin_layout Plain Layout
16607 \begin_inset Tabular
16608 <lyxtabular version="3" rows="3" columns="3">
16609 <features tabularvalignment="middle">
16610 <column alignment="center" valignment="top">
16611 <column alignment="center" valignment="top">
16612 <column alignment="center" valignment="top">
16613 <row>
16614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618 a
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 d
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636 g
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 </row>
16642 <row>
16643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647 b
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656 e
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665 h
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 </row>
16671 <row>
16672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676 c
16677 \end_layout
16678
16679 \end_inset
16680 </cell>
16681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16682 \begin_inset Text
16683
16684 \begin_layout Plain Layout
16685 f
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 i
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 </lyxtabular>
16701
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \end_inset
16708
16709
16710 \end_layout
16711
16712 \begin_layout Itemize
16713 test 
16714 \begin_inset Box Frameless
16715 position "b"
16716 hor_pos "c"
16717 has_inner_box 1
16718 inner_pos "c"
16719 use_parbox 0
16720 use_makebox 0
16721 width "15col%"
16722 special "none"
16723 height "1in"
16724 height_special "totalheight"
16725 thickness "0.4pt"
16726 separation "3pt"
16727 shadowsize "4pt"
16728 framecolor "black"
16729 backgroundcolor "none"
16730 status collapsed
16731
16732 \begin_layout Plain Layout
16733 \begin_inset Tabular
16734 <lyxtabular version="3" rows="3" columns="3">
16735 <features tabularvalignment="middle">
16736 <column alignment="center" valignment="top">
16737 <column alignment="center" valignment="top">
16738 <column alignment="center" valignment="top">
16739 <row>
16740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 a
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Plain Layout
16753 d
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762 g
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 </row>
16768 <row>
16769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773 b
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782 e
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 h
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 </row>
16797 <row>
16798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802 c
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 f
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 i
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 </row>
16826 </lyxtabular>
16827
16828 \end_inset
16829
16830
16831 \end_layout
16832
16833 \end_inset
16834
16835  test 
16836 \begin_inset ERT
16837 status collapsed
16838
16839 \begin_layout Plain Layout
16840
16841
16842 \backslash
16843 raisebox{-0.32
16844 \backslash
16845 baselineskip}{
16846 \end_layout
16847
16848 \end_inset
16849
16850
16851 \begin_inset Box Frameless
16852 position "b"
16853 hor_pos "c"
16854 has_inner_box 1
16855 inner_pos "c"
16856 use_parbox 0
16857 use_makebox 0
16858 width "15col%"
16859 special "none"
16860 height "1in"
16861 height_special "totalheight"
16862 thickness "0.4pt"
16863 separation "3pt"
16864 shadowsize "4pt"
16865 framecolor "black"
16866 backgroundcolor "none"
16867 status collapsed
16868
16869 \begin_layout Plain Layout
16870 \begin_inset Tabular
16871 <lyxtabular version="3" rows="3" columns="3">
16872 <features tabularvalignment="middle">
16873 <column alignment="center" valignment="top">
16874 <column alignment="center" valignment="top">
16875 <column alignment="center" valignment="top">
16876 <row>
16877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881 a
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 d
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899 g
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 </row>
16905 <row>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 b
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919 e
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928 h
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 </row>
16934 <row>
16935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939 c
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 f
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957 i
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 </row>
16963 </lyxtabular>
16964
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \end_inset
16971
16972
16973 \begin_inset ERT
16974 status collapsed
16975
16976 \begin_layout Plain Layout
16977
16978 }
16979 \end_layout
16980
16981 \end_inset
16982
16983
16984 \end_layout
16985
16986 \begin_layout Standard
16987 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
16988  et de la dernière ligne, n'est pas correctement aligné avec le texte de
16989  la ligne dans laquelle le tableau est inséré.
16990  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
16991  boîte élévatrice (raisebox)
16992 \begin_inset Foot
16993 status collapsed
16994
16995 \begin_layout Plain Layout
16996 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
16997 \begin_inset space ~
16998 \end_inset
16999
17000
17001 \begin_inset CommandInset ref
17002 LatexCommand ref
17003 reference "subsec:Alignement-Vertical"
17004
17005 \end_inset
17006
17007 .
17008 \end_layout
17009
17010 \end_inset
17011
17012 .
17013  Dans l'exemple précédent, le deuxième tableau de la première ligne est
17014  aligné en utilisant la commande en code \SpecialChar TeX
17015  suivante 
17016 \end_layout
17017
17018 \begin_layout Standard
17019
17020 \series bold
17021
17022 \backslash
17023 raisebox{0.85
17024 \backslash
17025 baselineskip}{
17026 \end_layout
17027
17028 \begin_layout Standard
17029 placée juste avant la boîte minipage.
17030  Après la boîte on insère l'accolade fermante en code \SpecialChar TeX
17031 .
17032  Pour le deuxième tableau de la dernière ligne, la commande 
17033 \end_layout
17034
17035 \begin_layout Standard
17036
17037 \series bold
17038
17039 \backslash
17040 raisebox{-0.32
17041 \backslash
17042 baselineskip}{
17043 \end_layout
17044
17045 \begin_layout Standard
17046 est utilisée.
17047 \end_layout
17048
17049 \begin_layout Standard
17050 \begin_inset Note Greyedout
17051 status open
17052
17053 \begin_layout Plain Layout
17054
17055 \series bold
17056 Note:
17057 \series default
17058  L'alignement entre le contenu de la ligne du tableau et le texte de la
17059  ligne qui l'entoure ne peut pas être parfait.
17060  Le facteur utilisé dans la commande 
17061 \series bold
17062
17063 \backslash
17064 raisebox
17065 \series default
17066  pour obtenir cet alignement dépend de la police de caractères du document,
17067  de la taille de la police et de l'épaisseur des lignes du tableau.
17068 \end_layout
17069
17070 \end_inset
17071
17072
17073 \end_layout
17074
17075 \begin_layout Section
17076 Tableaux colorés
17077 \begin_inset CommandInset label
17078 LatexCommand label
17079 name "sec:Tableaux-Colorés"
17080
17081 \end_inset
17082
17083
17084 \begin_inset Index idx
17085 status collapsed
17086
17087 \begin_layout Plain Layout
17088 Tableau ! Coloré
17089 \end_layout
17090
17091 \end_inset
17092
17093
17094 \end_layout
17095
17096 \begin_layout Subsection
17097 Cellules colorées
17098 \begin_inset Index idx
17099 status collapsed
17100
17101 \begin_layout Plain Layout
17102 Couleur des tableaux ! Pour les cellules
17103 \end_layout
17104
17105 \end_inset
17106
17107
17108 \begin_inset Index idx
17109 status collapsed
17110
17111 \begin_layout Plain Layout
17112 Couleur ! Pour les cellules de tableau
17113 \end_layout
17114
17115 \end_inset
17116
17117
17118 \end_layout
17119
17120 \begin_layout Standard
17121 \begin_inset Float table
17122 placement h
17123 wide false
17124 sideways false
17125 status open
17126
17127 \begin_layout Plain Layout
17128 \begin_inset Caption Standard
17129
17130 \begin_layout Plain Layout
17131 \begin_inset CommandInset label
17132 LatexCommand label
17133 name "tab:Tableau-coloré-sans-colortbl"
17134
17135 \end_inset
17136
17137 Tableau coloré sans utiliser le paquetage  
17138 \series bold
17139 colortbl
17140 \series default
17141
17142 \begin_inset Argument 1
17143 status open
17144
17145 \begin_layout Plain Layout
17146 Tableau sans colortbl
17147 \end_layout
17148
17149 \end_inset
17150
17151
17152 \end_layout
17153
17154 \end_inset
17155
17156
17157 \end_layout
17158
17159 \begin_layout Plain Layout
17160 \align center
17161 \begin_inset Tabular
17162 <lyxtabular version="3" rows="3" columns="3">
17163 <features tabularvalignment="middle">
17164 <column alignment="center" valignment="top">
17165 <column alignment="center" valignment="top">
17166 <column alignment="center" valignment="top">
17167 <row>
17168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172
17173 \color green
17174 a
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183
17184 \color red
17185 b
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194
17195 \color red
17196 c
17197 \end_layout
17198
17199 \end_inset
17200 </cell>
17201 </row>
17202 <row>
17203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17204 \begin_inset Text
17205
17206 \begin_layout Plain Layout
17207
17208 \color green
17209 d
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17215 \begin_inset Text
17216
17217 \begin_layout Plain Layout
17218
17219 \color blue
17220 e
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229
17230 \color blue
17231 f
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 </row>
17237 <row>
17238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17239 \begin_inset Text
17240
17241 \begin_layout Plain Layout
17242
17243 \color green
17244 g
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17250 \begin_inset Text
17251
17252 \begin_layout Plain Layout
17253
17254 \color blue
17255 h
17256 \end_layout
17257
17258 \end_inset
17259 </cell>
17260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17261 \begin_inset Text
17262
17263 \begin_layout Plain Layout
17264
17265 \color blue
17266 i
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 </row>
17272 </lyxtabular>
17273
17274 \end_inset
17275
17276
17277 \end_layout
17278
17279 \end_inset
17280
17281
17282 \end_layout
17283
17284 \begin_layout Standard
17285 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17286  et choisissez une couleur dans le menu 
17287 \family sans
17288 Édition\SpecialChar menuseparator
17289 Style
17290 \begin_inset space ~
17291 \end_inset
17292
17293 de
17294 \begin_inset space ~
17295 \end_inset
17296
17297 Texte
17298 \family default
17299 .
17300  C'est ce qui a été utilisé pour créer le tableau
17301 \begin_inset space ~
17302 \end_inset
17303
17304
17305 \begin_inset CommandInset ref
17306 LatexCommand ref
17307 reference "tab:Tableau-coloré-sans-colortbl"
17308
17309 \end_inset
17310
17311 .
17312  Dans tous les autres cas vous aurez à utiliser le paquetage \SpecialChar LaTeX
17313  
17314 \series bold
17315 colortbl
17316 \series default
17317 .
17318 \begin_inset Index idx
17319 status collapsed
17320
17321 \begin_layout Plain Layout
17322 Paquetages \SpecialChar LaTeX
17323  ! colortbl
17324 \end_layout
17325
17326 \end_inset
17327
17328
17329 \end_layout
17330
17331 \begin_layout Standard
17332 \begin_inset ERT
17333 status collapsed
17334
17335 \begin_layout Plain Layout
17336
17337
17338 \backslash
17339 ifcolortbl
17340 \end_layout
17341
17342 \end_inset
17343
17344
17345 \begin_inset Note Note
17346 status open
17347
17348 \begin_layout Plain Layout
17349 La section qui suit ne sera affichée que si vous avez installé le paquetage
17350  \SpecialChar LaTeX
17351  
17352 \series bold
17353 colortbl
17354 \series default
17355 .
17356 \end_layout
17357
17358 \end_inset
17359
17360
17361 \end_layout
17362
17363 \begin_layout Standard
17364 Pour créer des tableaux colorés, vous devez charger le paquetage
17365 \series bold
17366  colortbl
17367 \series default
17368  dans le préambule avec la ligne
17369 \end_layout
17370
17371 \begin_layout Standard
17372
17373 \series bold
17374
17375 \backslash
17376 usepackage{colortbl}
17377 \end_layout
17378
17379 \begin_layout Standard
17380 On choisit la couleur d'une colonne avec la commande 
17381 \end_layout
17382
17383 \begin_layout Standard
17384
17385 \series bold
17386
17387 \backslash
17388 columncolor{nom de couleur}
17389 \end_layout
17390
17391 \begin_layout Standard
17392 à l'intérieur d'une commande 
17393 \series bold
17394 >{ }
17395 \series default
17396 .
17397  Vous trouverez plus d'information sur la commande 
17398 \series bold
17399 >{}
17400 \series default
17401  dans la section
17402 \begin_inset space ~
17403 \end_inset
17404
17405
17406 \begin_inset CommandInset ref
17407 LatexCommand ref
17408 reference "subsec:Calculs-multicolonnes"
17409
17410 \end_inset
17411
17412 .
17413 \end_layout
17414
17415 \begin_layout Standard
17416 Les noms de couleurs suivants sont prédéfinis :
17417 \end_layout
17418
17419 \begin_layout Standard
17420
17421 \family sans
17422 red
17423 \family default
17424  (rouge), 
17425 \family sans
17426 green
17427 \family default
17428  (vert), 
17429 \family sans
17430 yellow
17431 \family default
17432  (jaune), 
17433 \family sans
17434 blue
17435 \family default
17436  (bleu), 
17437 \family sans
17438 cyan
17439 \family default
17440
17441 \family sans
17442 magenta
17443 \family default
17444
17445 \family sans
17446 black 
17447 \family default
17448 (noir) et 
17449 \family sans
17450 white 
17451 \family default
17452 (blanc)
17453 \end_layout
17454
17455 \begin_layout Standard
17456 \begin_inset VSpace medskip
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \begin_layout Standard
17463 Si vous ajoutez l'option
17464 \end_layout
17465
17466 \begin_layout Standard
17467
17468 \series bold
17469 dvipsname
17470 \end_layout
17471
17472 \begin_layout Standard
17473 aux options de la classe de document dans les paramètres du document, vous
17474  pouvez utiliser 61
17475 \begin_inset space ~
17476 \end_inset
17477
17478 couleurs supplémentaires.
17479  Ces couleurs sont listées dans l'annexe
17480 \begin_inset space ~
17481 \end_inset
17482
17483
17484 \begin_inset CommandInset ref
17485 LatexCommand ref
17486 reference "chap:Liste-de-noms-de-couleur-dvips"
17487
17488 \end_inset
17489
17490 .
17491  Une de ces couleurs, 
17492 \family sans
17493 Maroon
17494 \family default
17495 , est utilisée comme exemple dans le tableau
17496 \begin_inset space ~
17497 \end_inset
17498
17499
17500 \begin_inset CommandInset ref
17501 LatexCommand ref
17502 reference "tab:Tableau-coloré-avec-colortbl"
17503
17504 \end_inset
17505
17506 .
17507 \end_layout
17508
17509 \begin_layout Standard
17510 \begin_inset VSpace medskip
17511 \end_inset
17512
17513
17514 \end_layout
17515
17516 \begin_layout Standard
17517 Vous pouvez aussi définir votre propre couleur avec la commande
17518 \end_layout
17519
17520 \begin_layout Standard
17521
17522 \series bold
17523
17524 \backslash
17525 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17526 \end_layout
17527
17528 \begin_layout Standard
17529 Le modèle de couleur peut être
17530 \end_layout
17531
17532 \begin_layout Labeling
17533 \labelwidthstring 00.00.0000
17534 cmyk
17535 \begin_inset space ~
17536 \end_inset
17537
17538 : cyan, magenta, jaune (yellow), noir (black)
17539 \end_layout
17540
17541 \begin_layout Labeling
17542 \labelwidthstring 00.00.0000
17543 rgb
17544 \begin_inset space ~
17545 \end_inset
17546
17547 : rouge (red), vert (green), bleu (blue)
17548 \end_layout
17549
17550 \begin_layout Labeling
17551 \labelwidthstring 00.00.0000
17552 gray
17553 \begin_inset space ~
17554 \end_inset
17555
17556 : dégradé de gris (gray)
17557 \end_layout
17558
17559 \begin_layout Standard
17560 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17561  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17562 \end_layout
17563
17564 \begin_layout Standard
17565 Vous pouvez par exemple définir la couleur 
17566 \begin_inset Quotes fld
17567 \end_inset
17568
17569
17570 \emph on
17571 vertfonce
17572 \begin_inset Quotes frd
17573 \end_inset
17574
17575  dans le préambule avec la ligne
17576 \end_layout
17577
17578 \begin_layout Standard
17579
17580 \series bold
17581
17582 \backslash
17583 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17584 \end_layout
17585
17586 \begin_layout Standard
17587 et la couleur 
17588 \emph on
17589
17590 \begin_inset Quotes fld
17591 \end_inset
17592
17593 grisclair
17594 \emph default
17595
17596 \begin_inset Quotes frd
17597 \end_inset
17598
17599  avec
17600 \end_layout
17601
17602 \begin_layout Standard
17603
17604 \series bold
17605
17606 \backslash
17607 definecolor{grisclair}{gray}{0.8}
17608 \end_layout
17609
17610 \begin_layout Standard
17611 \begin_inset VSpace medskip
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \begin_layout Standard
17618 Les lignes sont colorées avec la commande
17619 \end_layout
17620
17621 \begin_layout Standard
17622
17623 \series bold
17624
17625 \backslash
17626 rowcolor{nom de la couleur}
17627 \end_layout
17628
17629 \begin_layout Standard
17630 et les cellules sont colorées avec la commande
17631 \end_layout
17632
17633 \begin_layout Standard
17634
17635 \series bold
17636
17637 \backslash
17638 cellcolor{nom de la couleur}
17639 \end_layout
17640
17641 \begin_layout Standard
17642 Les deux commandes sont insérées au début d'une cellule comme du code \SpecialChar TeX
17643 .
17644 \end_layout
17645
17646 \begin_layout Standard
17647 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17648  choisissez une couleur dans le menu 
17649 \family sans
17650 Édition\SpecialChar menuseparator
17651 Style
17652 \begin_inset space ~
17653 \end_inset
17654
17655 de
17656 \begin_inset space ~
17657 \end_inset
17658
17659 Texte
17660 \family default
17661 .
17662  Si une cellule contient du code \SpecialChar TeX
17663 , faites bien attention à ne colorer que
17664  le texte, sinon le code \SpecialChar TeX
17665  coloré provoquera des erreurs \SpecialChar LaTeX
17666 .
17667 \end_layout
17668
17669 \begin_layout Standard
17670 \begin_inset Note Greyedout
17671 status open
17672
17673 \begin_layout Plain Layout
17674
17675 \series bold
17676 Note:
17677 \series default
17678  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17679  définies par l'utilisateur.
17680 \end_layout
17681
17682 \end_inset
17683
17684
17685 \end_layout
17686
17687 \begin_layout Standard
17688 \begin_inset VSpace bigskip
17689 \end_inset
17690
17691
17692 \end_layout
17693
17694 \begin_layout Standard
17695 Pour créer le tableau
17696 \begin_inset space ~
17697 \end_inset
17698
17699
17700 \begin_inset CommandInset ref
17701 LatexCommand ref
17702 reference "tab:Tableau-coloré-avec-colortbl"
17703
17704 \end_inset
17705
17706  faites ce qui suit : La couleur de la première colonne doit être 
17707 \emph on
17708 vertfonce
17709 \emph default
17710 .
17711  On insère donc la commande
17712 \end_layout
17713
17714 \begin_layout Standard
17715
17716 \series bold
17717 >{
17718 \backslash
17719 columncolor{vertfonce}
17720 \backslash
17721 centering}c
17722 \end_layout
17723
17724 \begin_layout Standard
17725 en code \SpecialChar TeX
17726  pour cette colonne.
17727  La première ligne doit être bleue clair, d'où la commande en code \SpecialChar TeX
17728
17729 \end_layout
17730
17731 \begin_layout Standard
17732
17733 \series bold
17734
17735 \backslash
17736 rowcolor{cyan}
17737 \end_layout
17738
17739 \begin_layout Standard
17740 qui est insérée dans la première cellule de cette ligne.
17741  Notez que cela annule la couleur de colonne pour la première cellule.
17742  La dernière cellule de la dernière ligne est colorée en marron
17743 \series bold
17744  
17745 \series default
17746 en insérant en code \SpecialChar TeX
17747  la commande
17748 \end_layout
17749
17750 \begin_layout Standard
17751
17752 \series bold
17753
17754 \backslash
17755 cellcolor{Maroon}
17756 \end_layout
17757
17758 \begin_layout Standard
17759 Les caractères peuvent maintenant être colorés en utilisant le menu 
17760 \family sans
17761 Édition\SpecialChar menuseparator
17762 Style
17763 \begin_inset space ~
17764 \end_inset
17765
17766 de
17767 \begin_inset space ~
17768 \end_inset
17769
17770 Texte
17771 \family default
17772 .
17773 \end_layout
17774
17775 \begin_layout Standard
17776 \begin_inset Float table
17777 placement h
17778 wide false
17779 sideways false
17780 status open
17781
17782 \begin_layout Plain Layout
17783 \begin_inset Caption Standard
17784
17785 \begin_layout Plain Layout
17786 \begin_inset CommandInset label
17787 LatexCommand label
17788 name "tab:Tableau-coloré-avec-colortbl"
17789
17790 \end_inset
17791
17792 Tableau coloré en utilisant le paquetage 
17793 \series bold
17794 colortbl
17795 \series default
17796
17797 \begin_inset Argument 1
17798 status collapsed
17799
17800 \begin_layout Plain Layout
17801 Tableau avec colortbl
17802 \end_layout
17803
17804 \end_inset
17805
17806
17807 \end_layout
17808
17809 \end_inset
17810
17811
17812 \end_layout
17813
17814 \begin_layout Plain Layout
17815 \align center
17816 \begin_inset Tabular
17817 <lyxtabular version="3" rows="3" columns="3">
17818 <features tabularvalignment="middle">
17819 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
17820 <column alignment="center" valignment="top">
17821 <column alignment="center" valignment="top">
17822 <row>
17823 <cell alignment="center" valignment="top" usebox="none">
17824 \begin_inset Text
17825
17826 \begin_layout Plain Layout
17827 \begin_inset ERT
17828 status collapsed
17829
17830 \begin_layout Plain Layout
17831
17832
17833 \backslash
17834 rowcolor{cyan}
17835 \end_layout
17836
17837 \end_inset
17838
17839
17840 \color magenta
17841 a
17842 \end_layout
17843
17844 \end_inset
17845 </cell>
17846 <cell alignment="center" valignment="top" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Plain Layout
17850
17851 \color red
17852 b
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 <cell alignment="center" valignment="top" usebox="none">
17858 \begin_inset Text
17859
17860 \begin_layout Plain Layout
17861
17862 \color red
17863 c
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 </row>
17869 <row>
17870 <cell alignment="center" valignment="top" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874
17875 \color yellow
17876 d
17877 \end_layout
17878
17879 \end_inset
17880 </cell>
17881 <cell alignment="center" valignment="top" usebox="none">
17882 \begin_inset Text
17883
17884 \begin_layout Plain Layout
17885
17886 \color blue
17887 e
17888 \end_layout
17889
17890 \end_inset
17891 </cell>
17892 <cell alignment="center" valignment="top" usebox="none">
17893 \begin_inset Text
17894
17895 \begin_layout Plain Layout
17896
17897 \color blue
17898 f
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 </row>
17904 <row>
17905 <cell alignment="center" valignment="top" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Plain Layout
17909
17910 \color yellow
17911 g
17912 \end_layout
17913
17914 \end_inset
17915 </cell>
17916 <cell alignment="center" valignment="top" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920
17921 \color blue
17922 h
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 <cell alignment="center" valignment="top" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931 \begin_inset ERT
17932 status collapsed
17933
17934 \begin_layout Plain Layout
17935
17936
17937 \backslash
17938 cellcolor{Maroon}
17939 \end_layout
17940
17941 \end_inset
17942
17943
17944 \color green
17945 i
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 </row>
17951 </lyxtabular>
17952
17953 \end_inset
17954
17955
17956 \end_layout
17957
17958 \end_inset
17959
17960
17961 \end_layout
17962
17963 \begin_layout Standard
17964 \begin_inset ERT
17965 status collapsed
17966
17967 \begin_layout Plain Layout
17968
17969
17970 \backslash
17971 else
17972 \end_layout
17973
17974 \end_inset
17975
17976
17977 \begin_inset Note Note
17978 status open
17979
17980 \begin_layout Plain Layout
17981 Ce qui suit sera affiché si le paquetage 
17982 \series bold
17983 colortbl
17984 \series default
17985  n'est pas installé :
17986 \end_layout
17987
17988 \end_inset
17989
17990
17991 \end_layout
17992
17993 \begin_layout Standard
17994 Vous devez installer le paquetage 
17995 \series bold
17996 colortbl
17997 \series default
17998  pour voir le contenu des cette section dans la sortie imprimée.
17999 \end_layout
18000
18001 \begin_layout Standard
18002 \begin_inset ERT
18003 status collapsed
18004
18005 \begin_layout Plain Layout
18006
18007
18008 \backslash
18009 fi
18010 \end_layout
18011
18012 \end_inset
18013
18014
18015 \end_layout
18016
18017 \begin_layout Subsection
18018 Lignes colorées
18019 \begin_inset Index idx
18020 status collapsed
18021
18022 \begin_layout Plain Layout
18023 Tableau Coloré ! Pour les lignes
18024 \end_layout
18025
18026 \end_inset
18027
18028
18029 \begin_inset Index idx
18030 status collapsed
18031
18032 \begin_layout Plain Layout
18033 Couleur ! Pour les lignes de tableau
18034 \end_layout
18035
18036 \end_inset
18037
18038
18039 \end_layout
18040
18041 \begin_layout Standard
18042 Dans le cas où on désire qu'une ligne sur deux soit colorée, il existe une
18043  alternative à la méthode décrite dans le paragraphe précédent: il faut
18044  charger le paquetage 
18045 \series bold
18046 xcolor
18047 \series default
18048
18049 \begin_inset Index idx
18050 status collapsed
18051
18052 \begin_layout Plain Layout
18053 Paquetages \SpecialChar LaTeX
18054  ! xcolor
18055 \begin_inset ERT
18056 status collapsed
18057
18058 \begin_layout Plain Layout
18059
18060
18061 \backslash
18062 vspace{4mm}
18063 \end_layout
18064
18065 \end_inset
18066
18067
18068 \end_layout
18069
18070 \end_inset
18071
18072  dans le préambule du document avec la commande
18073 \end_layout
18074
18075 \begin_layout Standard
18076
18077 \series bold
18078
18079 \backslash
18080 usepackage[table]{xcolor}
18081 \end_layout
18082
18083 \begin_layout Standard
18084
18085 \series bold
18086 xcolor
18087 \series default
18088  charge automatiquement le paquetage 
18089 \series bold
18090 colortbl
18091 \series default
18092
18093 \begin_inset Index idx
18094 status collapsed
18095
18096 \begin_layout Plain Layout
18097 Paquetages \SpecialChar LaTeX
18098  ! colortbl
18099 \end_layout
18100
18101 \end_inset
18102
18103 , il faut donc que
18104 \series bold
18105  colortbl
18106 \series default
18107  existe dans votre distribution \SpecialChar LaTeX
18108 , sinon vous aurez des erreurs.
18109 \end_layout
18110
18111 \begin_layout Standard
18112 \begin_inset ERT
18113 status collapsed
18114
18115 \begin_layout Plain Layout
18116
18117
18118 \backslash
18119 ifcolortbl
18120 \end_layout
18121
18122 \end_inset
18123
18124
18125 \begin_inset Note Note
18126 status open
18127
18128 \begin_layout Plain Layout
18129 La section qui suit ne sera affichée que si vous avez installé le paquetage
18130  \SpecialChar LaTeX
18131  
18132 \series bold
18133 colortbl
18134 \series default
18135 .
18136 \end_layout
18137
18138 \end_inset
18139
18140
18141 \end_layout
18142
18143 \begin_layout Standard
18144 Les lignes de tableau sont colorées par la commande
18145 \end_layout
18146
18147 \begin_layout Standard
18148
18149 \series bold
18150
18151 \backslash
18152 rowcolors[commandes]{numéro de ligne}{couleur ligne impaire}{couleur ligne
18153  paire}
18154 \end_layout
18155
18156 \begin_layout Standard
18157 insérée soit dans le préambule du document, soit en code \SpecialChar TeX
18158  avant le premier
18159  tableau nécessitant la coloration alternative des lignes.
18160  
18161 \series bold
18162 numéro de ligne
18163 \series default
18164  est le numéro de la première ligne à colorer avec la couleur de ligne impaire.
18165  
18166 \series bold
18167 commandes
18168 \series default
18169 \emph on
18170  
18171 \emph default
18172 désigne des commandes additionnelles exécutées avant chaque ligne du tableau.
18173  Par exemple la commande
18174 \end_layout
18175
18176 \begin_layout Standard
18177
18178 \series bold
18179
18180 \backslash
18181 rowcolors{1}{white}{lightgray}
18182 \end_layout
18183
18184 \begin_layout Standard
18185 donne le schéma de couleurs du tableau
18186 \begin_inset space ~
18187 \end_inset
18188
18189
18190 \begin_inset CommandInset ref
18191 LatexCommand ref
18192 reference "tab:Table-rowcolors"
18193
18194 \end_inset
18195
18196 .
18197  La commande
18198 \end_layout
18199
18200 \begin_layout Standard
18201
18202 \series bold
18203
18204 \backslash
18205 rowcolors[
18206 \backslash
18207 hline]{1}{lightgray}{cyan}
18208 \end_layout
18209
18210 \begin_layout Standard
18211 donne le schéma de couleurs du tableau
18212 \begin_inset space ~
18213 \end_inset
18214
18215
18216 \begin_inset CommandInset ref
18217 LatexCommand ref
18218 reference "tab:Table-rowcolors-2"
18219
18220 \end_inset
18221
18222 .
18223  Si 
18224 \series bold
18225 couleur ligne impaire
18226 \series default
18227  ou 
18228 \series bold
18229 couleur ligne paire
18230 \series default
18231  est vide, aucune couleur n'est utilisée, donc la commande
18232 \end_layout
18233
18234 \begin_layout Standard
18235
18236 \series bold
18237
18238 \backslash
18239 rowcolors{1}{}{}
18240 \end_layout
18241
18242 \begin_layout Standard
18243 supprime toutes les couleurs.
18244  
18245 \series bold
18246
18247 \backslash
18248 rowcolors
18249 \series default
18250  s'applique aux tableaux qui suivent cette commande.
18251 \end_layout
18252
18253 \begin_layout Standard
18254 \begin_inset ERT
18255 status open
18256
18257 \begin_layout Plain Layout
18258
18259
18260 \backslash
18261 rowcolors{1}{white}{lightgray}
18262 \end_layout
18263
18264 \end_inset
18265
18266
18267 \end_layout
18268
18269 \begin_layout Standard
18270 \begin_inset Float table
18271 placement h
18272 wide false
18273 sideways false
18274 status open
18275
18276 \begin_layout Plain Layout
18277 \begin_inset Caption Standard
18278
18279 \begin_layout Plain Layout
18280
18281 \lang english
18282 \begin_inset CommandInset label
18283 LatexCommand label
18284 name "tab:Table-rowcolors"
18285
18286 \end_inset
18287
18288
18289 \lang french
18290 Tableau avec une colonne sur deux en gris clair.
18291 \end_layout
18292
18293 \end_inset
18294
18295
18296 \end_layout
18297
18298 \begin_layout Plain Layout
18299 \align center
18300 \begin_inset Tabular
18301 <lyxtabular version="3" rows="4" columns="3">
18302 <features tabularvalignment="middle">
18303 <column alignment="center" valignment="top">
18304 <column alignment="center" valignment="top" width="0pt">
18305 <column alignment="center" valignment="top" width="0pt">
18306 <row>
18307 <cell alignment="center" valignment="top" usebox="none">
18308 \begin_inset Text
18309
18310 \begin_layout Plain Layout
18311 X
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 <cell alignment="center" valignment="top" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320 Y
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 <cell alignment="center" valignment="top" usebox="none">
18326 \begin_inset Text
18327
18328 \begin_layout Plain Layout
18329 Z
18330 \end_layout
18331
18332 \end_inset
18333 </cell>
18334 </row>
18335 <row>
18336 <cell alignment="center" valignment="top" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340 1
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 <cell alignment="center" valignment="top" usebox="none">
18346 \begin_inset Text
18347
18348 \begin_layout Plain Layout
18349 2
18350 \end_layout
18351
18352 \end_inset
18353 </cell>
18354 <cell alignment="center" valignment="top" usebox="none">
18355 \begin_inset Text
18356
18357 \begin_layout Plain Layout
18358 3
18359 \end_layout
18360
18361 \end_inset
18362 </cell>
18363 </row>
18364 <row>
18365 <cell alignment="center" valignment="top" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369 4
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 <cell alignment="center" valignment="top" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378 5
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387 6
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 </row>
18393 <row>
18394 <cell alignment="center" valignment="top" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398 7
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407 8
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 <cell alignment="center" valignment="top" usebox="none">
18413 \begin_inset Text
18414
18415 \begin_layout Plain Layout
18416 9
18417 \end_layout
18418
18419 \end_inset
18420 </cell>
18421 </row>
18422 </lyxtabular>
18423
18424 \end_inset
18425
18426
18427 \end_layout
18428
18429 \end_inset
18430
18431
18432 \end_layout
18433
18434 \begin_layout Standard
18435 \begin_inset ERT
18436 status open
18437
18438 \begin_layout Plain Layout
18439
18440
18441 \backslash
18442 rowcolors[
18443 \backslash
18444 hline]{1}{lightgray}{cyan}
18445 \end_layout
18446
18447 \end_inset
18448
18449
18450 \end_layout
18451
18452 \begin_layout Standard
18453 \begin_inset Float table
18454 placement h
18455 wide false
18456 sideways false
18457 status open
18458
18459 \begin_layout Plain Layout
18460 \begin_inset Caption Standard
18461
18462 \begin_layout Plain Layout
18463
18464 \lang english
18465 \begin_inset CommandInset label
18466 LatexCommand label
18467 name "tab:Table-rowcolors-2"
18468
18469 \end_inset
18470
18471
18472 \lang french
18473 Tableau avec une colonne sur deux en cyan et avec un filet entre chaque
18474  ligne
18475 \end_layout
18476
18477 \end_inset
18478
18479
18480 \end_layout
18481
18482 \begin_layout Plain Layout
18483 \align center
18484 \begin_inset Tabular
18485 <lyxtabular version="3" rows="4" columns="3">
18486 <features tabularvalignment="middle">
18487 <column alignment="center" valignment="top">
18488 <column alignment="center" valignment="top">
18489 <column alignment="center" valignment="top" width="0pt">
18490 <row>
18491 <cell alignment="center" valignment="top" usebox="none">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495 X
18496 \end_layout
18497
18498 \end_inset
18499 </cell>
18500 <cell alignment="center" valignment="top" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504 Y
18505 \end_layout
18506
18507 \end_inset
18508 </cell>
18509 <cell alignment="center" valignment="top" usebox="none">
18510 \begin_inset Text
18511
18512 \begin_layout Plain Layout
18513 Z
18514 \end_layout
18515
18516 \end_inset
18517 </cell>
18518 </row>
18519 <row>
18520 <cell alignment="center" valignment="top" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524 1
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 2
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell alignment="center" valignment="top" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542 3
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 </row>
18548 <row>
18549 <cell alignment="center" valignment="top" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553 4
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 <cell alignment="center" valignment="top" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562 5
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 <cell alignment="center" valignment="top" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571 6
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 </row>
18577 <row>
18578 <cell alignment="center" valignment="top" usebox="none">
18579 \begin_inset Text
18580
18581 \begin_layout Plain Layout
18582 7
18583 \end_layout
18584
18585 \end_inset
18586 </cell>
18587 <cell alignment="center" valignment="top" usebox="none">
18588 \begin_inset Text
18589
18590 \begin_layout Plain Layout
18591 8
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 <cell alignment="center" valignment="top" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600 9
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 </row>
18606 </lyxtabular>
18607
18608 \end_inset
18609
18610
18611 \end_layout
18612
18613 \end_inset
18614
18615
18616 \end_layout
18617
18618 \begin_layout Standard
18619 \begin_inset ERT
18620 status collapsed
18621
18622 \begin_layout Plain Layout
18623
18624
18625 \backslash
18626 rowcolors{1}{}{}
18627 \end_layout
18628
18629 \end_inset
18630
18631
18632 \begin_inset Note Note
18633 status collapsed
18634
18635 \begin_layout Plain Layout
18636
18637 \lang english
18638 turns off the row coloring
18639 \end_layout
18640
18641 \end_inset
18642
18643
18644 \end_layout
18645
18646 \begin_layout Standard
18647 \begin_inset ERT
18648 status collapsed
18649
18650 \begin_layout Plain Layout
18651
18652
18653 \backslash
18654 else
18655 \end_layout
18656
18657 \end_inset
18658
18659
18660 \begin_inset Note Note
18661 status open
18662
18663 \begin_layout Plain Layout
18664 Ce qui suit sera affiché si le paquetage 
18665 \series bold
18666 colortbl
18667 \series default
18668  n'est pas installé :
18669 \end_layout
18670
18671 \end_inset
18672
18673
18674 \end_layout
18675
18676 \begin_layout Standard
18677 Vous devez installer le paquetage 
18678 \series bold
18679 colortbl
18680 \series default
18681  pour voir le contenu des cette section dans la sortie imprimée.
18682 \end_layout
18683
18684 \begin_layout Standard
18685 \begin_inset ERT
18686 status collapsed
18687
18688 \begin_layout Plain Layout
18689
18690
18691 \backslash
18692 fi
18693 \end_layout
18694
18695 \end_inset
18696
18697
18698 \end_layout
18699
18700 \begin_layout Subsection
18701 Les filets colorés
18702 \begin_inset Index idx
18703 status open
18704
18705 \begin_layout Plain Layout
18706 Tableau Coloré ! Pour les filets
18707 \end_layout
18708
18709 \end_inset
18710
18711
18712 \begin_inset Index idx
18713 status collapsed
18714
18715 \begin_layout Plain Layout
18716 Couleur ! Pour les filets des tableaux
18717 \end_layout
18718
18719 \end_inset
18720
18721
18722 \begin_inset Note Note
18723 status collapsed
18724
18725 \begin_layout Plain Layout
18726 on parle de filets plutôt que de lignes pour les tableaux
18727 \end_layout
18728
18729 \end_inset
18730
18731
18732 \end_layout
18733
18734 \begin_layout Standard
18735 Comme c'est décrit dans la section
18736 \begin_inset space ~
18737 \end_inset
18738
18739
18740 \begin_inset CommandInset ref
18741 LatexCommand ref
18742 reference "subsec:Epaisseur-filets"
18743
18744 \end_inset
18745
18746 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18747  variable 
18748 \series bold
18749
18750 \backslash
18751 arrayrulewidth
18752 \series default
18753 .
18754  Elle est mise à 1.5
18755 \begin_inset space \thinspace{}
18756 \end_inset
18757
18758 pt pour tous les tableaux de cette section.
18759 \begin_inset ERT
18760 status collapsed
18761
18762 \begin_layout Plain Layout
18763
18764
18765 \backslash
18766 setlength{
18767 \backslash
18768 arrayrulewidth}{1.5pt}
18769 \end_layout
18770
18771 \end_inset
18772
18773
18774 \end_layout
18775
18776 \begin_layout Standard
18777 Pour colorer les filets verticaux, par exemple en vert, créez le format
18778  de colonne suivant dans le préambule du document, en suivant la description
18779  de la section
18780 \begin_inset space ~
18781 \end_inset
18782
18783
18784 \begin_inset CommandInset ref
18785 LatexCommand ref
18786 reference "subsec:Formats-personnalisés"
18787
18788 \end_inset
18789
18790 :
18791 \end_layout
18792
18793 \begin_layout Standard
18794
18795 \series bold
18796
18797 \backslash
18798 newcolumntype{W}{!{
18799 \backslash
18800 color{green}
18801 \backslash
18802 vline}}
18803 \end_layout
18804
18805 \begin_layout Standard
18806 Pour le tableau
18807 \begin_inset space ~
18808 \end_inset
18809
18810
18811 \begin_inset CommandInset ref
18812 LatexCommand ref
18813 reference "tab:Tableau-filets-verticaux-colorés"
18814
18815 \end_inset
18816
18817  le paramètre \SpecialChar LaTeX
18818
18819 \series bold
18820  WcW
18821 \series default
18822  a été utilisé pour la dernière colonne et
18823 \series bold
18824  Wc
18825 \series default
18826  pour les autres colonnes.
18827 \end_layout
18828
18829 \begin_layout Standard
18830 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18831 \end_layout
18832
18833 \begin_layout Standard
18834 \begin_inset Float table
18835 placement h
18836 wide false
18837 sideways false
18838 status open
18839
18840 \begin_layout Plain Layout
18841 \begin_inset Caption Standard
18842
18843 \begin_layout Plain Layout
18844 \begin_inset CommandInset label
18845 LatexCommand label
18846 name "tab:Tableau-filets-verticaux-colorés"
18847
18848 \end_inset
18849
18850 Tableau avec filets verticaux colorés
18851 \end_layout
18852
18853 \end_inset
18854
18855
18856 \end_layout
18857
18858 \begin_layout Plain Layout
18859 \align center
18860 \begin_inset Tabular
18861 <lyxtabular version="3" rows="3" columns="3">
18862 <features tabularvalignment="middle">
18863 <column alignment="center" valignment="top" special="Wc">
18864 <column alignment="center" valignment="top" special="Wc">
18865 <column alignment="center" valignment="top" special="WcW">
18866 <row>
18867 <cell alignment="center" valignment="top" topline="true" usebox="none">
18868 \begin_inset Text
18869
18870 \begin_layout Plain Layout
18871 sd
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 <cell alignment="center" valignment="top" topline="true" usebox="none">
18877 \begin_inset Text
18878
18879 \begin_layout Plain Layout
18880
18881 \end_layout
18882
18883 \end_inset
18884 </cell>
18885 <cell alignment="center" valignment="top" topline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 </row>
18895 <row>
18896 <cell alignment="center" valignment="top" topline="true" usebox="none">
18897 \begin_inset Text
18898
18899 \begin_layout Plain Layout
18900
18901 \end_layout
18902
18903 \end_inset
18904 </cell>
18905 <cell alignment="center" valignment="top" topline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909 sd
18910 \end_layout
18911
18912 \end_inset
18913 </cell>
18914 <cell alignment="center" valignment="top" topline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 </row>
18924 <row>
18925 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18926 \begin_inset Text
18927
18928 \begin_layout Plain Layout
18929
18930 \end_layout
18931
18932 \end_inset
18933 </cell>
18934 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18935 \begin_inset Text
18936
18937 \begin_layout Plain Layout
18938
18939 \end_layout
18940
18941 \end_inset
18942 </cell>
18943 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18944 \begin_inset Text
18945
18946 \begin_layout Plain Layout
18947 sd
18948 \end_layout
18949
18950 \end_inset
18951 </cell>
18952 </row>
18953 </lyxtabular>
18954
18955 \end_inset
18956
18957
18958 \end_layout
18959
18960 \end_inset
18961
18962
18963 \end_layout
18964
18965 \begin_layout Standard
18966 \begin_inset VSpace bigskip
18967 \end_inset
18968
18969 Pour colorer les filets horizontaux en rouge comme pour le tableau
18970 \begin_inset space ~
18971 \end_inset
18972
18973
18974 \begin_inset CommandInset ref
18975 LatexCommand ref
18976 reference "tab:Tableau-filet-horizontaux-colorés"
18977
18978 \end_inset
18979
18980 , insérez les commandes suivantes en code \SpecialChar TeX
18981  juste avant le tableau ou le
18982  flottant de tableau :
18983 \end_layout
18984
18985 \begin_layout Standard
18986
18987 \series bold
18988
18989 \backslash
18990 let
18991 \backslash
18992 myHlineC
18993 \backslash
18994 hline
18995 \begin_inset Newline newline
18996 \end_inset
18997
18998
18999 \backslash
19000 renewcommand{
19001 \backslash
19002 hline}
19003 \begin_inset Newline newline
19004 \end_inset
19005
19006
19007 \begin_inset Phantom HPhantom
19008 status open
19009
19010 \begin_layout Plain Layout
19011
19012 \series bold
19013 \begin_inset space ~
19014 \end_inset
19015
19016
19017 \end_layout
19018
19019 \end_inset
19020
19021 {
19022 \backslash
19023 arrayrulecolor{red}
19024 \backslash
19025 myHlineC
19026 \backslash
19027 arrayrulecolor{black}}
19028 \end_layout
19029
19030 \begin_layout Standard
19031 \begin_inset ERT
19032 status collapsed
19033
19034 \begin_layout Plain Layout
19035
19036
19037 \backslash
19038 let
19039 \backslash
19040 myHlineC
19041 \backslash
19042 hline
19043 \end_layout
19044
19045 \begin_layout Plain Layout
19046
19047
19048 \backslash
19049 renewcommand{
19050 \backslash
19051 hline}
19052 \end_layout
19053
19054 \begin_layout Plain Layout
19055
19056  {
19057 \backslash
19058 arrayrulecolor{red}
19059 \backslash
19060 myHlineC
19061 \backslash
19062 arrayrulecolor{black}}
19063 \end_layout
19064
19065 \end_inset
19066
19067
19068 \begin_inset Float table
19069 placement h
19070 wide false
19071 sideways false
19072 status open
19073
19074 \begin_layout Plain Layout
19075 \begin_inset Caption Standard
19076
19077 \begin_layout Plain Layout
19078 \begin_inset CommandInset label
19079 LatexCommand label
19080 name "tab:Tableau-filet-horizontaux-colorés"
19081
19082 \end_inset
19083
19084 Tableau avec filets horizontaux colorés
19085 \end_layout
19086
19087 \end_inset
19088
19089
19090 \end_layout
19091
19092 \begin_layout Plain Layout
19093 \align center
19094 \begin_inset Tabular
19095 <lyxtabular version="3" rows="3" columns="3">
19096 <features tabularvalignment="middle">
19097 <column alignment="center" valignment="top">
19098 <column alignment="center" valignment="top">
19099 <column alignment="center" valignment="top">
19100 <row>
19101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105 sd
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19120 \begin_inset Text
19121
19122 \begin_layout Plain Layout
19123
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 </row>
19129 <row>
19130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19140 \begin_inset Text
19141
19142 \begin_layout Plain Layout
19143 sd
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 </row>
19158 <row>
19159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19160 \begin_inset Text
19161
19162 \begin_layout Plain Layout
19163
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181 sd
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 </row>
19187 </lyxtabular>
19188
19189 \end_inset
19190
19191
19192 \end_layout
19193
19194 \end_inset
19195
19196
19197 \end_layout
19198
19199 \begin_layout Standard
19200 Pour revenir à la couleur noire implicite, insérez la commande suivante
19201  en code \SpecialChar TeX
19202 , juste après le tableau ou le flottant de tableau :
19203 \end_layout
19204
19205 \begin_layout Standard
19206
19207 \series bold
19208
19209 \backslash
19210 renewcommand{
19211 \backslash
19212 hline}{
19213 \backslash
19214 myHlineC}
19215 \end_layout
19216
19217 \begin_layout Standard
19218 Le tableau
19219 \begin_inset space ~
19220 \end_inset
19221
19222
19223 \begin_inset CommandInset ref
19224 LatexCommand ref
19225 reference "tab:Tableau-avec-filets-colorés"
19226
19227 \end_inset
19228
19229  est un exemple avec des filets horizontaux et verticaux colorés.
19230 \end_layout
19231
19232 \begin_layout Standard
19233 \begin_inset Float table
19234 placement h
19235 wide false
19236 sideways false
19237 status open
19238
19239 \begin_layout Plain Layout
19240 \begin_inset Caption Standard
19241
19242 \begin_layout Plain Layout
19243 \begin_inset CommandInset label
19244 LatexCommand label
19245 name "tab:Tableau-avec-filets-colorés"
19246
19247 \end_inset
19248
19249 Tableau avec filets horizontaux et verticaux colorés
19250 \end_layout
19251
19252 \end_inset
19253
19254
19255 \end_layout
19256
19257 \begin_layout Plain Layout
19258 \align center
19259 \begin_inset Tabular
19260 <lyxtabular version="3" rows="3" columns="3">
19261 <features tabularvalignment="middle">
19262 <column alignment="center" valignment="top" special="Wc">
19263 <column alignment="center" valignment="top" special="Wc">
19264 <column alignment="center" valignment="top" special="WcW">
19265 <row>
19266 <cell alignment="center" valignment="top" topline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270 sd
19271 \end_layout
19272
19273 \end_inset
19274 </cell>
19275 <cell alignment="center" valignment="top" topline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" topline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 </row>
19294 <row>
19295 <cell alignment="center" valignment="top" topline="true" usebox="none">
19296 \begin_inset Text
19297
19298 \begin_layout Plain Layout
19299
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 <cell alignment="center" valignment="top" topline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308 sd
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 <cell alignment="center" valignment="top" topline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 </row>
19323 <row topspace="default">
19324 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346 sd
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 </row>
19352 </lyxtabular>
19353
19354 \end_inset
19355
19356
19357 \end_layout
19358
19359 \end_inset
19360
19361
19362 \end_layout
19363
19364 \begin_layout Standard
19365 \begin_inset ERT
19366 status collapsed
19367
19368 \begin_layout Plain Layout
19369
19370
19371 \backslash
19372 renewcommand{
19373 \backslash
19374 hline}{
19375 \backslash
19376 myHlineC}
19377 \end_layout
19378
19379 \end_inset
19380
19381
19382 \end_layout
19383
19384 \begin_layout Standard
19385 \begin_inset ERT
19386 status collapsed
19387
19388 \begin_layout Plain Layout
19389
19390
19391 \backslash
19392 setlength{
19393 \backslash
19394 arrayrulewidth}{0.4pt}
19395 \end_layout
19396
19397 \end_inset
19398
19399
19400 \end_layout
19401
19402 \begin_layout Section
19403 Pivotement des cellules
19404 \begin_inset CommandInset label
19405 LatexCommand label
19406 name "sec:Pivotement-des-cellules"
19407
19408 \end_inset
19409
19410
19411 \begin_inset Index idx
19412 status collapsed
19413
19414 \begin_layout Plain Layout
19415 Tableau ! Pivotement des cellules
19416 \end_layout
19417
19418 \end_inset
19419
19420
19421 \begin_inset Index idx
19422 status collapsed
19423
19424 \begin_layout Plain Layout
19425 Pivoter des objets
19426 \end_layout
19427
19428 \end_inset
19429
19430
19431 \end_layout
19432
19433 \begin_layout Standard
19434 \begin_inset Note Greyedout
19435 status open
19436
19437 \begin_layout Plain Layout
19438
19439 \series bold
19440 Nota:
19441 \series default
19442  toutes les visionneuses DVI n'affichent pas les rotations.
19443 \end_layout
19444
19445 \end_inset
19446
19447
19448 \end_layout
19449
19450 \begin_layout Standard
19451 Le tableau
19452 \begin_inset space ~
19453 \end_inset
19454
19455
19456 \begin_inset CommandInset ref
19457 LatexCommand ref
19458 reference "tab:Tableau-incluant-des"
19459
19460 \end_inset
19461
19462  est un exemple dans lequel 3 cellules pivotent de 45
19463 \begin_inset space \thinspace{}
19464 \end_inset
19465
19466 °.
19467 \end_layout
19468
19469 \begin_layout Standard
19470 \begin_inset Float table
19471 placement h
19472 wide false
19473 sideways false
19474 status open
19475
19476 \begin_layout Plain Layout
19477 \begin_inset Caption Standard
19478
19479 \begin_layout Plain Layout
19480 \begin_inset CommandInset label
19481 LatexCommand label
19482 name "tab:Tableau-incluant-des"
19483
19484 \end_inset
19485
19486 Tableau incluant des cellules pivotées dans la première ligne.
19487 \end_layout
19488
19489 \end_inset
19490
19491
19492 \end_layout
19493
19494 \begin_layout Plain Layout
19495 \noindent
19496 \align center
19497 \begin_inset Tabular
19498 <lyxtabular version="3" rows="2" columns="3">
19499 <features tabularvalignment="middle">
19500 <column alignment="center" valignment="top" width="0pt">
19501 <column alignment="center" valignment="top" width="0pt">
19502 <column alignment="center" valignment="top" width="0pt">
19503 <row>
19504 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19505 \begin_inset Text
19506
19507 \begin_layout Plain Layout
19508 soucoupes
19509 \end_layout
19510
19511 \end_inset
19512 </cell>
19513 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517 assiettes
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19523 \begin_inset Text
19524
19525 \begin_layout Plain Layout
19526 plats
19527 \end_layout
19528
19529 \end_inset
19530 </cell>
19531 </row>
19532 <row>
19533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537 45
19538 \end_layout
19539
19540 \end_inset
19541 </cell>
19542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19543 \begin_inset Text
19544
19545 \begin_layout Plain Layout
19546 33
19547 \end_layout
19548
19549 \end_inset
19550 </cell>
19551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19552 \begin_inset Text
19553
19554 \begin_layout Plain Layout
19555 21
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 </row>
19561 </lyxtabular>
19562
19563 \end_inset
19564
19565
19566 \end_layout
19567
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \begin_layout Standard
19574 \begin_inset Note Greyedout
19575 status open
19576
19577 \begin_layout Plain Layout
19578
19579 \series bold
19580 Nota:
19581 \series default
19582  les ruptures de ligne (raccourci 
19583 \begin_inset Info
19584 type  "shortcut"
19585 arg   "newline-insert newline"
19586 \end_inset
19587
19588 ) ne sont pas autorisées dans les cellules pivotées
19589 \end_layout
19590
19591 \end_inset
19592
19593
19594 \end_layout
19595
19596 \begin_layout Standard
19597 Si vous voulez faire pivoter des cellules avec des ruptures de ligne, il
19598  faut encapsuler le contenu de la cellule dans une minipage ou une parbox.
19599 \begin_inset Foot
19600 status collapsed
19601
19602 \begin_layout Plain Layout
19603 Pour en savoir plus sur ces boîtes, voir les sections
19604 \begin_inset space ~
19605 \end_inset
19606
19607
19608 \begin_inset CommandInset ref
19609 LatexCommand ref
19610 reference "sec:Minipages"
19611
19612 \end_inset
19613
19614  et 
19615 \begin_inset CommandInset ref
19616 LatexCommand ref
19617 reference "sec:Parboxes"
19618
19619 \end_inset
19620
19621 .
19622 \end_layout
19623
19624 \end_inset
19625
19626  Si vous faites pivoter cette cellule de 90°, la largeur de la boîte est
19627  la hauteur de la cellule.
19628  Le tableau
19629 \begin_inset space ~
19630 \end_inset
19631
19632
19633 \begin_inset CommandInset ref
19634 LatexCommand ref
19635 reference "tab:Tableau-incluant-une"
19636
19637 \end_inset
19638
19639  donne un exemple d'une cellule multi-lignes où la largeur de boîte a été
19640  réglée à 3
19641 \begin_inset space \thinspace{}
19642 \end_inset
19643
19644 cm.
19645 \end_layout
19646
19647 \begin_layout Standard
19648 \begin_inset Float table
19649 placement h
19650 wide false
19651 sideways false
19652 status open
19653
19654 \begin_layout Plain Layout
19655 \begin_inset Caption Standard
19656
19657 \begin_layout Plain Layout
19658 \begin_inset CommandInset label
19659 LatexCommand label
19660 name "tab:Tableau-incluant-une"
19661
19662 \end_inset
19663
19664 Tableau incluant une cellule multi-lignes pivotée.
19665 \end_layout
19666
19667 \end_inset
19668
19669
19670 \end_layout
19671
19672 \begin_layout Plain Layout
19673 \noindent
19674 \align center
19675 \begin_inset Tabular
19676 <lyxtabular version="3" rows="2" columns="3">
19677 <features tabularvalignment="middle">
19678 <column alignment="center" valignment="top">
19679 <column alignment="center" valignment="top" width="0pt">
19680 <column alignment="center" valignment="top">
19681 <row>
19682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19683 \begin_inset Text
19684
19685 \begin_layout Plain Layout
19686 a
19687 \end_layout
19688
19689 \end_inset
19690 </cell>
19691 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695 \begin_inset Box Frameless
19696 position "t"
19697 hor_pos "c"
19698 has_inner_box 1
19699 inner_pos "t"
19700 use_parbox 0
19701 use_makebox 0
19702 width "3cm"
19703 special "none"
19704 height "1in"
19705 height_special "totalheight"
19706 thickness "0.4pt"
19707 separation "3pt"
19708 shadowsize "4pt"
19709 framecolor "black"
19710 backgroundcolor "none"
19711 status open
19712
19713 \begin_layout Plain Layout
19714 cellule pivotée
19715 \begin_inset Newline newline
19716 \end_inset
19717
19718 avec saut de ligne
19719 \end_layout
19720
19721 \end_inset
19722
19723
19724 \end_layout
19725
19726 \end_inset
19727 </cell>
19728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19729 \begin_inset Text
19730
19731 \begin_layout Plain Layout
19732 e
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 </row>
19738 <row>
19739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743 b
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 c
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761 d
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 </row>
19767 </lyxtabular>
19768
19769 \end_inset
19770
19771
19772 \end_layout
19773
19774 \end_inset
19775
19776
19777 \end_layout
19778
19779 \begin_layout Section
19780 Calcul de la largeur du tableau
19781 \begin_inset CommandInset label
19782 LatexCommand label
19783 name "sec:Table-Width-Calculation"
19784
19785 \end_inset
19786
19787
19788 \end_layout
19789
19790 \begin_layout Standard
19791 Pour les tableaux un peu larges il est parfois difficile de garantir que
19792  le tableau ne déborde pas dans la marge.
19793  Fixer une largeur pour chaque colonne est une solution, mais quelle est
19794  la valeur à donner à chacune?
19795 \end_layout
19796
19797 \begin_layout Standard
19798 La largeur du tableau 
19799 \begin_inset Formula $L_{\mathrm{tableau}}$
19800 \end_inset
19801
19802  peut se calculer précisément: chaque colonne contribue pour sa largeur
19803  propre 
19804 \begin_inset Formula $L_{\mathrm{colonne}}$
19805 \end_inset
19806
19807  (que le contenu est autorisé à occuper), plus deux fois la largeur de la
19808  séparation entre le contenu de la colonne et sa bordure (la longueur \SpecialChar LaTeX
19809
19810 \series bold
19811  
19812 \backslash
19813 tabcolsep
19814 \series default
19815 , implicitement 6
19816 \begin_inset space \thinspace{}
19817 \end_inset
19818
19819 pt), plus la largeur du filet de bordure (la longueur \SpecialChar LaTeX
19820  
19821 \series bold
19822
19823 \backslash
19824 arrayrulewidth
19825 \series default
19826 , implicitement 0.4
19827 \begin_inset space \thinspace{}
19828 \end_inset
19829
19830 pt).
19831  Donc si les 
19832 \begin_inset Formula $n$
19833 \end_inset
19834
19835
19836 \begin_inset space ~
19837 \end_inset
19838
19839 colonnes ont la même largeur, la largeur du tableau est
19840 \begin_inset Formula 
19841 \begin{equation}
19842 L_{\mathrm{tableau}}=n\left(L_{\mathrm{colonne}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19843 \end{equation}
19844
19845 \end_inset
19846
19847
19848 \end_layout
19849
19850 \begin_layout Standard
19851 La largeur disponible pour placer un tableau est la distance entre les marges
19852  de la page ou la largeur de la colonne de texte (pour un document présenté
19853  sur 2 colonnes), c'est-à-dire la longueur \SpecialChar LaTeX
19854  
19855 \series bold
19856
19857 \backslash
19858 columnwidth
19859 \series default
19860 .
19861  Si toutes le colonnes ont la même largeur et que 
19862 \begin_inset Formula $L_{\mathrm{tableau}}$
19863 \end_inset
19864
19865  doit valoir 1
19866 \begin_inset space \thinspace{}
19867 \end_inset
19868
19869
19870 \backslash
19871 columnwidth, 
19872 \begin_inset Formula $L_{\mathrm{colonne}}$
19873 \end_inset
19874
19875  se calcule facilement.
19876 \end_layout
19877
19878 \begin_layout Standard
19879 Pour pouvoir faire des calculs, il faut charger le paquetage \SpecialChar LaTeX
19880  
19881 \series bold
19882 calc
19883 \series default
19884
19885 \begin_inset Index idx
19886 status collapsed
19887
19888 \begin_layout Plain Layout
19889 Paquetages \SpecialChar LaTeX
19890  ! calc
19891 \end_layout
19892
19893 \end_inset
19894
19895  dans le préambule du document.
19896  Pour fixer la largeur d'une colonne dans la fenêtre de dialogue du tableau,
19897  il faut utiliser le champ
19898 \family sans
19899  Argument \SpecialChar LaTeX
19900
19901 \family default
19902 .
19903  Le principe des commandes qui peuvent être saisies dans ce champ est celui
19904  qui est expliqué dans la section
19905 \begin_inset space ~
19906 \end_inset
19907
19908
19909 \begin_inset CommandInset ref
19910 LatexCommand ref
19911 reference "subsec:Calculs-multicolonnes"
19912
19913 \end_inset
19914
19915 .
19916  Pour un tableau avec 5 colonnes de largeur identique et un texte centré,
19917  saisir pour chaque colonne la commande
19918 \end_layout
19919
19920 \begin_layout Standard
19921
19922 \series bold
19923 >{
19924 \backslash
19925 centering}p{(1
19926 \backslash
19927 columnwidth-62.4pt)/5}
19928 \end_layout
19929
19930 \begin_layout Standard
19931 Pour un tableau avec 5 colonnes dont deux de largeur 0.75
19932 \begin_inset space ~
19933 \end_inset
19934
19935 fois celle des 3 autres, le calcul est le suivant:
19936 \end_layout
19937
19938 \begin_layout Standard
19939 \begin_inset Formula 
19940 \begin{align}
19941 \backslash\mbox{columnwidth} & =3\,L_{\mathrm{colonne}}+2\cdot0.75\,L_{\mathrm{colonne}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19942  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19943  & =4.5\,L_{\mathrm{colonne}}+62.4\,\mathrm{pt}\nonumber \\
19944 L_{\mathrm{colonne}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19945 \end{align}
19946
19947 \end_inset
19948
19949
19950 \end_layout
19951
19952 \begin_layout Standard
19953 Par conséquent, dans le tableau, la commande
19954 \end_layout
19955
19956 \begin_layout Standard
19957
19958 \series bold
19959 >{
19960 \backslash
19961 centering}p{(1
19962 \backslash
19963 columnwidth-62.4pt)/
19964 \backslash
19965 real{4.5}}
19966 \end_layout
19967
19968 \begin_layout Standard
19969 est utilisée pour les colonnes les plus larges, et la commande
19970 \end_layout
19971
19972 \begin_layout Standard
19973
19974 \series bold
19975 >{
19976 \backslash
19977 centering}p{(1
19978 \backslash
19979 columnwidth-62.4pt)/
19980 \backslash
19981 real{4.5}*
19982 \backslash
19983 real{0.75}}
19984 \end_layout
19985
19986 \begin_layout Standard
19987 est utilisée pour les plus étroites:
19988 \end_layout
19989
19990 \begin_layout Standard
19991 \begin_inset Tabular
19992 <lyxtabular version="3" rows="2" columns="5">
19993 <features tabularvalignment="middle">
19994 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19995 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19996 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19997 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19998 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19999 <row>
20000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Plain Layout
20004 1
20005 \end_layout
20006
20007 \end_inset
20008 </cell>
20009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20010 \begin_inset Text
20011
20012 \begin_layout Plain Layout
20013 2
20014 \end_layout
20015
20016 \end_inset
20017 </cell>
20018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20019 \begin_inset Text
20020
20021 \begin_layout Plain Layout
20022 3
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031 4
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20037 \begin_inset Text
20038
20039 \begin_layout Plain Layout
20040 5
20041 \end_layout
20042
20043 \end_inset
20044 </cell>
20045 </row>
20046 <row>
20047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051 111111 1111111 111111 111111111 11111 11111 1111
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Plain Layout
20060
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069 2222 22222 222222 222222222 2222222 22 22222
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Plain Layout
20087 333333 333333 333333 33333 3333333 333
20088 \end_layout
20089
20090 \end_inset
20091 </cell>
20092 </row>
20093 </lyxtabular>
20094
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \begin_layout Section
20101 Personnalisation des tableaux
20102 \begin_inset Index idx
20103 status collapsed
20104
20105 \begin_layout Plain Layout
20106 Tableau ! Personnalisation
20107 \end_layout
20108
20109 \end_inset
20110
20111
20112 \begin_inset Index idx
20113 status collapsed
20114
20115 \begin_layout Plain Layout
20116 Personnalisation des tableaux
20117 \end_layout
20118
20119 \end_inset
20120
20121
20122 \end_layout
20123
20124 \begin_layout Subsection
20125 Espacement des lignes
20126 \begin_inset CommandInset label
20127 LatexCommand label
20128 name "subsec:Espacement-lignes"
20129
20130 \end_inset
20131
20132
20133 \begin_inset Index idx
20134 status collapsed
20135
20136 \begin_layout Plain Layout
20137 Personnalisation des tableaux ! Espacement des lignes
20138 \end_layout
20139
20140 \end_inset
20141
20142
20143 \end_layout
20144
20145 \begin_layout Standard
20146 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
20147  l'onglet 
20148 \family sans
20149 Bordures
20150 \family default
20151  de la fenêtre de dialogue 
20152 \family sans
20153 Paramètres
20154 \begin_inset space ~
20155 \end_inset
20156
20157 du
20158 \begin_inset space ~
20159 \end_inset
20160
20161 tableau
20162 \family default
20163 .
20164  Vous y trouverez trois possibilités :
20165 \end_layout
20166
20167 \begin_layout Description
20168 Haut
20169 \begin_inset space ~
20170 \end_inset
20171
20172 de
20173 \begin_inset space ~
20174 \end_inset
20175
20176 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
20177  Si le tableau est un tableau formel
20178 \begin_inset Foot
20179 status collapsed
20180
20181 \begin_layout Plain Layout
20182 Les tableaux formels sont décrits dans la section
20183 \begin_inset space ~
20184 \end_inset
20185
20186
20187 \begin_inset CommandInset ref
20188 LatexCommand ref
20189 reference "sec:Tableaux-Formels"
20190
20191 \end_inset
20192
20193 .
20194 \end_layout
20195
20196 \end_inset
20197
20198  \SpecialChar LyX
20199  va insérer implicitement un espace de 0.5
20200 \begin_inset space \thinspace{}
20201 \end_inset
20202
20203 em.
20204  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20205  les filets verticaux comme dans le tableau suivant :
20206 \begin_inset VSpace medskip
20207 \end_inset
20208
20209
20210 \begin_inset Newline newline
20211 \end_inset
20212
20213
20214 \begin_inset space \hspace*{}
20215 \length 0pt
20216 \end_inset
20217
20218
20219 \begin_inset space \hfill{}
20220 \end_inset
20221
20222
20223 \begin_inset Tabular
20224 <lyxtabular version="3" rows="3" columns="1">
20225 <features tabularvalignment="middle">
20226 <column alignment="center" valignment="top">
20227 <row>
20228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20229 \begin_inset Text
20230
20231 \begin_layout Plain Layout
20232 A
20233 \end_layout
20234
20235 \end_inset
20236 </cell>
20237 </row>
20238 <row topspace="3mm">
20239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20240 \begin_inset Text
20241
20242 \begin_layout Plain Layout
20243 espace de 3
20244 \begin_inset space \thinspace{}
20245 \end_inset
20246
20247 mm en haut de la ligne
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 </row>
20253 <row>
20254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258 C
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 </row>
20264 </lyxtabular>
20265
20266 \end_inset
20267
20268
20269 \begin_inset space \hfill{}
20270 \end_inset
20271
20272
20273 \begin_inset space \hspace*{}
20274 \length 0pt
20275 \end_inset
20276
20277
20278 \begin_inset VSpace medskip
20279 \end_inset
20280
20281
20282 \begin_inset Newline newline
20283 \end_inset
20284
20285 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
20286  pas de filets verticaux.
20287 \end_layout
20288
20289 \begin_layout Description
20290 Bas
20291 \begin_inset space ~
20292 \end_inset
20293
20294 de
20295 \begin_inset space ~
20296 \end_inset
20297
20298 ligne va ajouter de l'espace sous les caractères de la ligne.
20299  Si le tableau est un tableau formel \SpecialChar LyX
20300  va insérer implicitement un espace
20301  de 0.5
20302 \begin_inset space \thinspace{}
20303 \end_inset
20304
20305 em, pour les tableaux normaux, l'espace implicite est de 2
20306 \begin_inset space \thinspace{}
20307 \end_inset
20308
20309 pt.
20310 \end_layout
20311
20312 \begin_layout Description
20313 Entre
20314 \begin_inset space ~
20315 \end_inset
20316
20317 les
20318 \begin_inset space ~
20319 \end_inset
20320
20321 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
20322  Si le tableau est un tableau formel \SpecialChar LyX
20323  va insérer implicitement un espace
20324  de 0.5
20325 \begin_inset space \thinspace{}
20326 \end_inset
20327
20328 em.
20329  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20330  les filets verticaux comme dans le tableau suivant :
20331 \begin_inset VSpace medskip
20332 \end_inset
20333
20334
20335 \begin_inset Newline newline
20336 \end_inset
20337
20338
20339 \begin_inset space \hspace*{}
20340 \length 0pt
20341 \end_inset
20342
20343
20344 \begin_inset space \hfill{}
20345 \end_inset
20346
20347
20348 \begin_inset Tabular
20349 <lyxtabular version="3" rows="3" columns="1">
20350 <features tabularvalignment="middle">
20351 <column alignment="center" valignment="top">
20352 <row>
20353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20354 \begin_inset Text
20355
20356 \begin_layout Plain Layout
20357 A
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 </row>
20363 <row interlinespace="3mm">
20364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20365 \begin_inset Text
20366
20367 \begin_layout Plain Layout
20368 \begin_inset Formula $\downarrow$
20369 \end_inset
20370
20371  espace de 3
20372 \begin_inset space \thinspace{}
20373 \end_inset
20374
20375 mm entre les lignes 
20376 \begin_inset Formula $\downarrow$
20377 \end_inset
20378
20379
20380 \end_layout
20381
20382 \end_inset
20383 </cell>
20384 </row>
20385 <row>
20386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20387 \begin_inset Text
20388
20389 \begin_layout Plain Layout
20390 \begin_inset Formula $\uparrow$
20391 \end_inset
20392
20393  espace de 3
20394 \begin_inset space \thinspace{}
20395 \end_inset
20396
20397 mm entre les lignes 
20398 \begin_inset Formula $\uparrow$
20399 \end_inset
20400
20401
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 </row>
20407 </lyxtabular>
20408
20409 \end_inset
20410
20411
20412 \begin_inset space \hfill{}
20413 \end_inset
20414
20415
20416 \begin_inset space \hspace*{}
20417 \length 0pt
20418 \end_inset
20419
20420
20421 \begin_inset VSpace medskip
20422 \end_inset
20423
20424
20425 \begin_inset Newline newline
20426 \end_inset
20427
20428 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
20429  pas de filets verticaux.
20430 \end_layout
20431
20432 \begin_layout Standard
20433 \begin_inset VSpace bigskip
20434 \end_inset
20435
20436 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
20437  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
20438  dans le préambule :
20439 \end_layout
20440
20441 \begin_layout Standard
20442
20443 \series bold
20444
20445 \backslash
20446 @ifundefined{extrarowheight}
20447 \begin_inset Newline newline
20448 \end_inset
20449
20450
20451 \begin_inset Phantom HPhantom
20452 status open
20453
20454 \begin_layout Plain Layout
20455
20456 \series bold
20457 \begin_inset space ~
20458 \end_inset
20459
20460
20461 \end_layout
20462
20463 \end_inset
20464
20465 {
20466 \backslash
20467 usepackage{array}}{}
20468 \begin_inset Newline newline
20469 \end_inset
20470
20471
20472 \backslash
20473 setlength{
20474 \backslash
20475 extrarowheight}{height}
20476 \end_layout
20477
20478 \begin_layout Standard
20479 Mais ceci présente le défaut que le texte des cellules de tableau n'est
20480  plus exactement centré verticalement.
20481  (le paquetage 
20482 \series bold
20483 array 
20484 \series default
20485 sera chargé automatiquement par \SpecialChar LyX
20486  quand vous utilisez des formats de tableaux
20487  auto-définis.
20488  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
20489  
20490 \series bold
20491
20492 \backslash
20493 @ifundefined
20494 \series default
20495  dans la commande précédente.)
20496 \end_layout
20497
20498 \begin_layout Standard
20499 Si vous utilisez des polices de taille plus grande que la taille normale,
20500  les bordures des tableaux sont souvent trop proches du texte.
20501  On peut corriger ce problème en insérant la commande 
20502 \series bold
20503
20504 \begin_inset space \space{}
20505 \end_inset
20506
20507
20508 \backslash
20509 strut
20510 \series default
20511  en code \SpecialChar TeX
20512  au debut d'une ligne du tableau.
20513  Le tableau
20514 \begin_inset space ~
20515 \end_inset
20516
20517
20518 \begin_inset CommandInset ref
20519 LatexCommand ref
20520 reference "tab:Alignement-vertical"
20521
20522 \end_inset
20523
20524  montre l'effet de cette commande.
20525 \end_layout
20526
20527 \begin_layout Standard
20528 \noindent
20529 \begin_inset Float table
20530 placement h
20531 wide false
20532 sideways false
20533 status open
20534
20535 \begin_layout Plain Layout
20536 \begin_inset Caption Standard
20537
20538 \begin_layout Plain Layout
20539 \begin_inset CommandInset label
20540 LatexCommand label
20541 name "tab:Alignement-vertical"
20542
20543 \end_inset
20544
20545 Alignement vertical d'un texte avec une police de grande taille.
20546 \end_layout
20547
20548 \end_inset
20549
20550
20551 \end_layout
20552
20553 \begin_layout Plain Layout
20554 \begin_inset space \hfill{}
20555 \end_inset
20556
20557
20558 \begin_inset Float table
20559 wide false
20560 sideways false
20561 status collapsed
20562
20563 \begin_layout Plain Layout
20564 \begin_inset Caption Standard
20565
20566 \begin_layout Plain Layout
20567 Tableau normal.
20568 \end_layout
20569
20570 \end_inset
20571
20572
20573 \end_layout
20574
20575 \begin_layout Plain Layout
20576 \noindent
20577 \align center
20578 \begin_inset Tabular
20579 <lyxtabular version="3" rows="6" columns="1">
20580 <features tabularvalignment="middle">
20581 <column alignment="left" valignment="top">
20582 <row>
20583 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20584 \begin_inset Text
20585
20586 \begin_layout Plain Layout
20587 Normal, g
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 </row>
20593 <row>
20594 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598
20599 \size large
20600 Large
20601 \end_layout
20602
20603 \end_inset
20604 </cell>
20605 </row>
20606 <row>
20607 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20608 \begin_inset Text
20609
20610 \begin_layout Plain Layout
20611
20612 \size larger
20613 Larger
20614 \end_layout
20615
20616 \end_inset
20617 </cell>
20618 </row>
20619 <row>
20620 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20621 \begin_inset Text
20622
20623 \begin_layout Plain Layout
20624
20625 \size largest
20626 Largest
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 </row>
20632 <row>
20633 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637
20638 \size huge
20639 Huge
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 </row>
20645 <row>
20646 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20647 \begin_inset Text
20648
20649 \begin_layout Plain Layout
20650
20651 \size huge
20652 Huger
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 </row>
20658 </lyxtabular>
20659
20660 \end_inset
20661
20662
20663 \end_layout
20664
20665 \end_inset
20666
20667
20668 \begin_inset space \hfill{}
20669 \end_inset
20670
20671
20672 \begin_inset Float table
20673 wide false
20674 sideways false
20675 status collapsed
20676
20677 \begin_layout Plain Layout
20678 \begin_inset Caption Standard
20679
20680 \begin_layout Plain Layout
20681 Tableau utilisant la commande 
20682 \series bold
20683
20684 \backslash
20685 strut
20686 \series default
20687 .
20688 \end_layout
20689
20690 \end_inset
20691
20692
20693 \end_layout
20694
20695 \begin_layout Plain Layout
20696 \noindent
20697 \align center
20698 \begin_inset Tabular
20699 <lyxtabular version="3" rows="6" columns="1">
20700 <features tabularvalignment="middle">
20701 <column alignment="left" valignment="top">
20702 <row>
20703 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707 Normal, g
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 </row>
20713 <row>
20714 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718
20719 \size large
20720 \begin_inset ERT
20721 status collapsed
20722
20723 \begin_layout Plain Layout
20724
20725
20726 \backslash
20727 strut 
20728 \end_layout
20729
20730 \end_inset
20731
20732 Large
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 </row>
20738 <row>
20739 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743
20744 \size larger
20745 \begin_inset ERT
20746 status collapsed
20747
20748 \begin_layout Plain Layout
20749
20750
20751 \backslash
20752 strut 
20753 \end_layout
20754
20755 \end_inset
20756
20757 Larger
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 </row>
20763 <row>
20764 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768
20769 \size largest
20770 \begin_inset ERT
20771 status collapsed
20772
20773 \begin_layout Plain Layout
20774
20775
20776 \backslash
20777 strut 
20778 \end_layout
20779
20780 \end_inset
20781
20782 Largest
20783 \end_layout
20784
20785 \end_inset
20786 </cell>
20787 </row>
20788 <row>
20789 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20790 \begin_inset Text
20791
20792 \begin_layout Plain Layout
20793
20794 \size huge
20795 \begin_inset ERT
20796 status collapsed
20797
20798 \begin_layout Plain Layout
20799
20800
20801 \backslash
20802 strut 
20803 \end_layout
20804
20805 \end_inset
20806
20807 Huge
20808 \end_layout
20809
20810 \end_inset
20811 </cell>
20812 </row>
20813 <row>
20814 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818
20819 \size giant
20820 \begin_inset ERT
20821 status collapsed
20822
20823 \begin_layout Plain Layout
20824
20825
20826 \backslash
20827 strut 
20828 \end_layout
20829
20830 \end_inset
20831
20832
20833 \size huge
20834 Huger
20835 \end_layout
20836
20837 \end_inset
20838 </cell>
20839 </row>
20840 </lyxtabular>
20841
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \end_inset
20848
20849
20850 \begin_inset space \hfill{}
20851 \end_inset
20852
20853
20854 \end_layout
20855
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \begin_layout Standard
20862 \begin_inset Newpage newpage
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \begin_layout Subsection
20869 Alignements de cellules spéciaux
20870 \begin_inset CommandInset label
20871 LatexCommand label
20872 name "subsec:Alignements-de-cellules"
20873
20874 \end_inset
20875
20876
20877 \begin_inset Index idx
20878 status collapsed
20879
20880 \begin_layout Plain Layout
20881 Personnalisation des tableaux ! Alignement de cellules spéciaux
20882 \end_layout
20883
20884 \end_inset
20885
20886
20887 \end_layout
20888
20889 \begin_layout Standard
20890 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
20891  cellules sur un caractère donné, par exemple le séparateur décimal comme
20892  dans le tableau
20893 \begin_inset space ~
20894 \end_inset
20895
20896
20897 \begin_inset CommandInset ref
20898 LatexCommand ref
20899 reference "tab:Tableau-centré-sur-séparateur-1"
20900
20901 \end_inset
20902
20903 .
20904  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
20905  soit en appuyant sur le bouton 
20906 \begin_inset Info
20907 type  "icon"
20908 arg   "inset-modify tabular align-decimal"
20909 \end_inset
20910
20911  de la barre d'outils ou en modifiant le paramètre 
20912 \family sans
20913 Alignement horizontal
20914 \family default
20915  à 
20916 \family sans
20917 Au séparateur décimal
20918 \family default
20919 .
20920  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
20921  dans les paramètres du tableau.
20922 \end_layout
20923
20924 \begin_layout Standard
20925 \begin_inset Float table
20926 placement h
20927 wide false
20928 sideways false
20929 status open
20930
20931 \begin_layout Plain Layout
20932 \begin_inset Caption Standard
20933
20934 \begin_layout Plain Layout
20935 \begin_inset CommandInset label
20936 LatexCommand label
20937 name "tab:Tableau-centré-sur-séparateur-1"
20938
20939 \end_inset
20940
20941 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
20942 \end_layout
20943
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \begin_layout Plain Layout
20950 \align center
20951 \begin_inset Tabular
20952 <lyxtabular version="3" rows="4" columns="1">
20953 <features booktabs="true" tabularvalignment="middle">
20954 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20955 <row>
20956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960 en-tête
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 </row>
20966 <row>
20967 <cell alignment="center" valignment="top" topline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971 12,6
20972 \end_layout
20973
20974 \end_inset
20975 </cell>
20976 </row>
20977 <row>
20978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982 0,68
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 </row>
20988 <row>
20989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993 -123,0
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 </row>
20999 </lyxtabular>
21000
21001 \end_inset
21002
21003
21004 \end_layout
21005
21006 \end_inset
21007
21008
21009 \end_layout
21010
21011 \begin_layout Standard
21012 \begin_inset Float table
21013 placement h
21014 wide false
21015 sideways false
21016 status open
21017
21018 \begin_layout Plain Layout
21019 \begin_inset Caption Standard
21020
21021 \begin_layout Plain Layout
21022 \begin_inset CommandInset label
21023 LatexCommand label
21024 name "tab:Tableau-centré-sur-séparateur-2"
21025
21026 \end_inset
21027
21028 Les cellules d'une colonnes sont centrées sur les opérateurs.
21029 \end_layout
21030
21031 \end_inset
21032
21033
21034 \end_layout
21035
21036 \begin_layout Plain Layout
21037 \align center
21038 \begin_inset Tabular
21039 <lyxtabular version="3" rows="4" columns="2">
21040 <features booktabs="true" tabularvalignment="middle">
21041 <column alignment="right" valignment="top" width="0pt">
21042 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21043 <row>
21044 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21045 \begin_inset Text
21046
21047 \begin_layout Plain Layout
21048 en-tête
21049 \end_layout
21050
21051 \end_inset
21052 </cell>
21053 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 </row>
21063 <row>
21064 <cell alignment="center" valignment="top" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068 \begin_inset Formula $12\,+$
21069 \end_inset
21070
21071
21072 \end_layout
21073
21074 \end_inset
21075 </cell>
21076 <cell alignment="center" valignment="top" usebox="none">
21077 \begin_inset Text
21078
21079 \begin_layout Plain Layout
21080 \begin_inset Formula $\,6$
21081 \end_inset
21082
21083
21084 \end_layout
21085
21086 \end_inset
21087 </cell>
21088 </row>
21089 <row>
21090 <cell alignment="center" valignment="top" usebox="none">
21091 \begin_inset Text
21092
21093 \begin_layout Plain Layout
21094 \begin_inset Formula $0\,-$
21095 \end_inset
21096
21097
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 <cell alignment="center" valignment="top" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106 \begin_inset Formula $\,68$
21107 \end_inset
21108
21109
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 </row>
21115 <row>
21116 <cell alignment="center" valignment="top" usebox="none">
21117 \begin_inset Text
21118
21119 \begin_layout Plain Layout
21120 \begin_inset Formula $-123\,/$
21121 \end_inset
21122
21123
21124 \end_layout
21125
21126 \end_inset
21127 </cell>
21128 <cell alignment="center" valignment="top" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132 \begin_inset Formula $\,0$
21133 \end_inset
21134
21135
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 </row>
21141 </lyxtabular>
21142
21143 \end_inset
21144
21145
21146 \end_layout
21147
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \begin_layout Standard
21154 L'alignement sur un caractère ne fonctionne pas avec des formules parce
21155  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
21156  formules.
21157  Dans ce cas on doit utiliser la méthode du tableau
21158 \begin_inset space ~
21159 \end_inset
21160
21161
21162 \begin_inset CommandInset ref
21163 LatexCommand ref
21164 reference "tab:Tableau-centré-sur-séparateur-2"
21165
21166 \end_inset
21167
21168 .
21169  Ce tableau a été créé comme un tableau 4×2.
21170  L'en-tête est une cellule multi-colonnes centrée.
21171  La première colonne est alignée à droite et contient la première partie
21172  et inclue l'opérateur.
21173  La seconde colonne contient le reste de la cellule aligné à gauche.
21174  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
21175  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
21176  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
21177  tableau, le paramètre \SpecialChar LaTeX
21178  suivant a été utilisé pour la deuxième colonne :
21179 \end_layout
21180
21181 \begin_layout Standard
21182
21183 \series bold
21184 @{}l
21185 \end_layout
21186
21187 \begin_layout Standard
21188 Le tableau
21189 \begin_inset space ~
21190 \end_inset
21191
21192
21193 \begin_inset CommandInset ref
21194 LatexCommand ref
21195 reference "tab:Plusieurs-exemples-alignements"
21196
21197 \end_inset
21198
21199  montre quelques exemples d'alignements.
21200  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
21201  comme pour la deuxième colonne du tableau
21202 \begin_inset space ~
21203 \end_inset
21204
21205
21206 \begin_inset CommandInset ref
21207 LatexCommand ref
21208 reference "tab:Tableau-centré-sur-séparateur-2"
21209
21210 \end_inset
21211
21212 .
21213 \end_layout
21214
21215 \begin_layout Standard
21216 \begin_inset Float table
21217 wide false
21218 sideways false
21219 status open
21220
21221 \begin_layout Plain Layout
21222 \begin_inset Caption Standard
21223
21224 \begin_layout Plain Layout
21225 \begin_inset CommandInset label
21226 LatexCommand label
21227 name "tab:Plusieurs-exemples-alignements"
21228
21229 \end_inset
21230
21231 Plusieurs exemples d'alignement de cellules.
21232 \end_layout
21233
21234 \end_inset
21235
21236
21237 \end_layout
21238
21239 \begin_layout Plain Layout
21240 \align center
21241 \begin_inset Tabular
21242 <lyxtabular version="3" rows="4" columns="6">
21243 <features tabularvalignment="middle">
21244 <column alignment="right" valignment="top">
21245 <column alignment="left" valignment="top" special="@{}l">
21246 <column alignment="right" valignment="top">
21247 <column alignment="left" valignment="top" special="@{}l">
21248 <column alignment="right" valignment="top">
21249 <column alignment="left" valignment="top" special="@{}l">
21250 <row>
21251 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21252 \begin_inset Text
21253
21254 \begin_layout Plain Layout
21255 unités
21256 \end_layout
21257
21258 \end_inset
21259 </cell>
21260 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21261 \begin_inset Text
21262
21263 \begin_layout Plain Layout
21264
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273 exposants
21274 \end_layout
21275
21276 \end_inset
21277 </cell>
21278 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21279 \begin_inset Text
21280
21281 \begin_layout Plain Layout
21282
21283 \end_layout
21284
21285 \end_inset
21286 </cell>
21287 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21288 \begin_inset Text
21289
21290 \begin_layout Plain Layout
21291 relations
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 </row>
21306 <row>
21307 <cell alignment="center" valignment="top" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311 12×
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 24
21321 \begin_inset space \thinspace{}
21322 \end_inset
21323
21324 bouteilles
21325 \end_layout
21326
21327 \end_inset
21328 </cell>
21329 <cell alignment="center" valignment="top" usebox="none">
21330 \begin_inset Text
21331
21332 \begin_layout Plain Layout
21333 \begin_inset Formula $10\cdot$
21334 \end_inset
21335
21336
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345 \begin_inset Formula $10^{\mbox{-}17}$
21346 \end_inset
21347
21348
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 <cell alignment="center" valignment="top" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357 \begin_inset Formula $\Gamma(t)\propto$
21358 \end_inset
21359
21360
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 <cell alignment="center" valignment="top" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369 \begin_inset Formula $\:\Upsilon(t)$
21370 \end_inset
21371
21372
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 </row>
21378 <row>
21379 <cell alignment="center" valignment="top" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383 1024×
21384 \end_layout
21385
21386 \end_inset
21387 </cell>
21388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392 768
21393 \begin_inset space \thinspace{}
21394 \end_inset
21395
21396 Pixels
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 <cell alignment="center" valignment="top" usebox="none">
21402 \begin_inset Text
21403
21404 \begin_layout Plain Layout
21405 \begin_inset Formula $5.78\cdot$
21406 \end_inset
21407
21408
21409 \end_layout
21410
21411 \end_inset
21412 </cell>
21413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417 \begin_inset Formula $10^{7}$
21418 \end_inset
21419
21420
21421 \end_layout
21422
21423 \end_inset
21424 </cell>
21425 <cell alignment="center" valignment="top" usebox="none">
21426 \begin_inset Text
21427
21428 \begin_layout Plain Layout
21429 \begin_inset Formula $A\ne$
21430 \end_inset
21431
21432
21433 \end_layout
21434
21435 \end_inset
21436 </cell>
21437 <cell alignment="center" valignment="top" usebox="none">
21438 \begin_inset Text
21439
21440 \begin_layout Plain Layout
21441 \begin_inset Formula $\:B_{\mathrm{red}}$
21442 \end_inset
21443
21444
21445 \end_layout
21446
21447 \end_inset
21448 </cell>
21449 </row>
21450 <row>
21451 <cell alignment="center" valignment="top" usebox="none">
21452 \begin_inset Text
21453
21454 \begin_layout Plain Layout
21455 32×
21456 \end_layout
21457
21458 \end_inset
21459 </cell>
21460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464 6
21465 \begin_inset space \thinspace{}
21466 \end_inset
21467
21468 cm
21469 \end_layout
21470
21471 \end_inset
21472 </cell>
21473 <cell alignment="center" valignment="top" usebox="none">
21474 \begin_inset Text
21475
21476 \begin_layout Plain Layout
21477 -
21478 \begin_inset Formula $33.5\cdot$
21479 \end_inset
21480
21481
21482 \end_layout
21483
21484 \end_inset
21485 </cell>
21486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21487 \begin_inset Text
21488
21489 \begin_layout Plain Layout
21490 \begin_inset Formula $10^{4}$
21491 \end_inset
21492
21493
21494 \end_layout
21495
21496 \end_inset
21497 </cell>
21498 <cell alignment="center" valignment="top" usebox="none">
21499 \begin_inset Text
21500
21501 \begin_layout Plain Layout
21502 \begin_inset Formula $\sin(\alpha)\ge$
21503 \end_inset
21504
21505
21506 \end_layout
21507
21508 \end_inset
21509 </cell>
21510 <cell alignment="center" valignment="top" usebox="none">
21511 \begin_inset Text
21512
21513 \begin_layout Plain Layout
21514 \begin_inset Formula $\:\sin(\beta)$
21515 \end_inset
21516
21517
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 </row>
21523 </lyxtabular>
21524
21525 \end_inset
21526
21527
21528 \end_layout
21529
21530 \end_inset
21531
21532
21533 \end_layout
21534
21535 \begin_layout Subsection
21536 Formats de cellule et de colonne personnalisés
21537 \begin_inset CommandInset label
21538 LatexCommand label
21539 name "subsec:Formats-personnalisés"
21540
21541 \end_inset
21542
21543
21544 \begin_inset Index idx
21545 status collapsed
21546
21547 \begin_layout Plain Layout
21548 Personnalisation des tableaux !  Format de cellule/colonne
21549 \end_layout
21550
21551 \end_inset
21552
21553
21554 \end_layout
21555
21556 \begin_layout Standard
21557 Calculer la largeur nécessaire pour colonnes normales comme dans la section
21558 \begin_inset space ~
21559 \end_inset
21560
21561
21562 \begin_inset CommandInset ref
21563 LatexCommand ref
21564 reference "sec:Table-Width-Calculation"
21565
21566 \end_inset
21567
21568  et pour des colonnes couvertes par un cellule multi-colonnes comme dans
21569  la section
21570 \begin_inset space ~
21571 \end_inset
21572
21573
21574 \begin_inset CommandInset ref
21575 LatexCommand ref
21576 reference "subsec:Calculs-multicolonnes"
21577
21578 \end_inset
21579
21580  peut devenir très pénible si vous avez plusieurs tableaux.
21581  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
21582  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
21583  du document.
21584  Le format est défini avec la commande
21585 \end_layout
21586
21587 \begin_layout Standard
21588
21589 \series bold
21590
21591 \backslash
21592 newcolumntype{nom du format}[nombre d'arguments]{commandes}
21593 \end_layout
21594
21595 \begin_layout Standard
21596 Le nom du format peut n'avoir qu'une lettre.
21597  Les lettres 
21598 \emph on
21599 b
21600 \emph default
21601
21602 \emph on
21603 c
21604 \emph default
21605
21606 \emph on
21607 l
21608 \emph default
21609
21610 \emph on
21611 m
21612 \emph default
21613
21614 \emph on
21615 p
21616 \emph default
21617  et 
21618 \emph on
21619 r
21620 \emph default
21621  sont prédéfinies et donc ne peuvent être utilisées.
21622  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
21623 \end_layout
21624
21625 \begin_layout Standard
21626 \begin_inset VSpace medskip
21627 \end_inset
21628
21629
21630 \end_layout
21631
21632 \begin_layout Standard
21633 Pour de cellules multi-colonnes centrées verticalement et horizontalement
21634  avec une largeur donnée, vous pouvez définir le format de cellule suivant
21635  :
21636 \end_layout
21637
21638 \begin_layout Standard
21639
21640 \series bold
21641
21642 \backslash
21643 newcolumntype{M}[1]{>{
21644 \backslash
21645 centering
21646 \backslash
21647 hspace{0pt}}m{#1}}
21648 \end_layout
21649
21650 \begin_layout Standard
21651 Où le 
21652 \series bold
21653
21654 \backslash
21655 hspace{0pt}
21656 \series default
21657  évite le problème de césure du premier mot, comme c'est décrit en section
21658 \begin_inset space ~
21659 \end_inset
21660
21661
21662 \begin_inset CommandInset ref
21663 LatexCommand ref
21664 reference "subsec:Lignes-multiple-dans-cellule"
21665
21666 \end_inset
21667
21668 .
21669  Ensuite, vous pouvez entrer
21670 \end_layout
21671
21672 \begin_layout Standard
21673
21674 \series bold
21675 M{width}
21676 \end_layout
21677
21678 \begin_layout Standard
21679 comme paramètre \SpecialChar LaTeX
21680  dans la fenêtre de dialogue de tableau pour créer une multi-col
21681 onnes.
21682 \end_layout
21683
21684 \begin_layout Standard
21685 \begin_inset VSpace bigskip
21686 \end_inset
21687
21688
21689 \end_layout
21690
21691 \begin_layout Standard
21692 Pour les cellules qui sont couvertes par la cellule multi-colonnes, vous
21693  pouvez définir le format
21694 \end_layout
21695
21696 \begin_layout Standard
21697
21698 \series bold
21699
21700 \backslash
21701 newcolumntype{S}[2]{>{
21702 \backslash
21703 centering
21704 \backslash
21705 hspace{0pt}}
21706 \begin_inset Newline newline
21707 \end_inset
21708
21709
21710 \begin_inset Phantom HPhantom
21711 status open
21712
21713 \begin_layout Plain Layout
21714
21715 \series bold
21716
21717 \backslash
21718 newcolumntype{S}[2]
21719 \end_layout
21720
21721 \end_inset
21722
21723 m{(#1+(2
21724 \backslash
21725 tabcolsep+
21726 \backslash
21727 arrayrulewidth)*(1-#2))/#2}}
21728 \end_layout
21729
21730 \begin_layout Standard
21731 Ce format utilise l'équation
21732 \begin_inset space ~
21733 \end_inset
21734
21735
21736 \begin_inset CommandInset ref
21737 LatexCommand eqref
21738 reference "eq:Wgn"
21739
21740 \end_inset
21741
21742  pour calculer la largeur que doit avoir chacune des cellules couverte par
21743  la cellule multi-colonnes pour qu'elles aient toutes la même largeur.
21744 \end_layout
21745
21746 \begin_layout Standard
21747 Ensuite, vous pouvez entrer
21748 \end_layout
21749
21750 \begin_layout Standard
21751
21752 \series bold
21753 S{largeur de la cellule multi-colonnes}{nombre de colonnes couvertes}
21754 \end_layout
21755
21756 \begin_layout Standard
21757 comme paramètre \SpecialChar LaTeX
21758  de la colonne.
21759 \end_layout
21760
21761 \begin_layout Standard
21762 \begin_inset VSpace bigskip
21763 \end_inset
21764
21765
21766 \end_layout
21767
21768 \begin_layout Standard
21769 Pour des colonnes colorées, vous pouvez définir
21770 \end_layout
21771
21772 \begin_layout Standard
21773
21774 \series bold
21775
21776 \backslash
21777 newcolumntype{K}[1]{>{
21778 \backslash
21779 columncolor{#1}
21780 \backslash
21781 hspace{0pt}}c}
21782 \end_layout
21783
21784 \begin_layout Standard
21785 Le 
21786 \begin_inset Quotes fld
21787 \end_inset
21788
21789 c
21790 \begin_inset Quotes frd
21791 \end_inset
21792
21793  à la fin crée une colonne de largeur variable dont le texte est centré
21794  horizontalement.
21795  Vous pouvez maintenant entrer
21796 \end_layout
21797
21798 \begin_layout Standard
21799
21800 \series bold
21801 K{nom de couleur}
21802 \end_layout
21803
21804 \begin_layout Standard
21805 comme paramètre \SpecialChar LaTeX
21806 .
21807 \end_layout
21808
21809 \begin_layout Standard
21810 \begin_inset VSpace bigskip
21811 \end_inset
21812
21813
21814 \end_layout
21815
21816 \begin_layout Standard
21817 Pour créer le tableau
21818 \begin_inset space ~
21819 \end_inset
21820
21821
21822 \begin_inset CommandInset ref
21823 LatexCommand ref
21824 reference "tab:Tableau-formats-personnalisés"
21825
21826 \end_inset
21827
21828  utilisez les paramètres \SpecialChar LaTeX
21829
21830 \end_layout
21831
21832 \begin_layout Standard
21833
21834 \series bold
21835 M{2.5cm}
21836 \end_layout
21837
21838 \begin_layout Standard
21839 pour la première colonne et la multi-colonnes,
21840 \end_layout
21841
21842 \begin_layout Standard
21843
21844 \series bold
21845 K{red}
21846 \end_layout
21847
21848 \begin_layout Standard
21849 pour la dernière colonne, et
21850 \end_layout
21851
21852 \begin_layout Standard
21853
21854 \series bold
21855 S{2.5cm}{2}
21856 \end_layout
21857
21858 \begin_layout Standard
21859 pour les cellules de la deuxième colonne.
21860 \end_layout
21861
21862 \begin_layout Standard
21863 \begin_inset Float table
21864 placement h
21865 wide false
21866 sideways false
21867 status open
21868
21869 \begin_layout Plain Layout
21870 \begin_inset Caption Standard
21871
21872 \begin_layout Plain Layout
21873 \begin_inset CommandInset label
21874 LatexCommand label
21875 name "tab:Tableau-formats-personnalisés"
21876
21877 \end_inset
21878
21879 Tableau utilisant des formats personnalisés
21880 \end_layout
21881
21882 \end_inset
21883
21884
21885 \end_layout
21886
21887 \begin_layout Plain Layout
21888 \align center
21889 \begin_inset Tabular
21890 <lyxtabular version="3" rows="3" columns="4">
21891 <features tabularvalignment="middle">
21892 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21893 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21894 <column alignment="center" valignment="middle">
21895 <column alignment="center" valignment="middle" special="K{red}">
21896 <row>
21897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 motTrèsLongDansUneCellule
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910 multi-colonnes avec multi-lignes
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21916 \begin_inset Text
21917
21918 \begin_layout Plain Layout
21919
21920 \end_layout
21921
21922 \end_inset
21923 </cell>
21924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928 c
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 </row>
21934 <row>
21935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939 d
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21945 \begin_inset Text
21946
21947 \begin_layout Plain Layout
21948 e
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957 f
21958 \end_layout
21959
21960 \end_inset
21961 </cell>
21962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966 g
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 </row>
21972 <row>
21973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977 h
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 i
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 j
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004 k
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 </row>
22010 </lyxtabular>
22011
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \end_inset
22018
22019
22020 \end_layout
22021
22022 \begin_layout Subsection
22023 Épaisseur des filets
22024 \begin_inset CommandInset label
22025 LatexCommand label
22026 name "subsec:Epaisseur-filets"
22027
22028 \end_inset
22029
22030
22031 \begin_inset Index idx
22032 status collapsed
22033
22034 \begin_layout Plain Layout
22035 Personnalisation des tableaux ! Épaisseur filets
22036 \end_layout
22037
22038 \end_inset
22039
22040
22041 \end_layout
22042
22043 \begin_layout Standard
22044 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
22045  
22046 \series bold
22047
22048 \backslash
22049 arrayrulewidth
22050 \series default
22051 .
22052  Pour mettre, par exemple, une épaisseur de filet de 1.5
22053 \begin_inset space \thinspace{}
22054 \end_inset
22055
22056 pt, comme pour le tableau
22057 \begin_inset space ~
22058 \end_inset
22059
22060
22061 \begin_inset CommandInset ref
22062 LatexCommand ref
22063 reference "tab:Tableau-filets-1.5pt"
22064
22065 \end_inset
22066
22067 , insérez la commande
22068 \end_layout
22069
22070 \begin_layout Standard
22071
22072 \series bold
22073
22074 \backslash
22075 setlength{
22076 \backslash
22077 arrayrulewidth}{1.5pt}
22078 \end_layout
22079
22080 \begin_layout Standard
22081 en code \SpecialChar TeX
22082  avant le tableau ou le flottant de tableau.
22083  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
22084  suivent.
22085  pour revenir aux valeurs implicites, mettez 
22086 \series bold
22087
22088 \backslash
22089 arrayrulewidth
22090 \series default
22091  à 0.4
22092 \begin_inset space \thinspace{}
22093 \end_inset
22094
22095 pt en utilisant du code \SpecialChar LaTeX
22096  après le tableau ou le flottant de tableau.
22097 \end_layout
22098
22099 \begin_layout Standard
22100 \begin_inset ERT
22101 status collapsed
22102
22103 \begin_layout Plain Layout
22104
22105
22106 \backslash
22107 setlength{
22108 \backslash
22109 arrayrulewidth}{1.5pt}
22110 \end_layout
22111
22112 \end_inset
22113
22114
22115 \begin_inset Float table
22116 wide false
22117 sideways false
22118 status open
22119
22120 \begin_layout Plain Layout
22121 \begin_inset Caption Standard
22122
22123 \begin_layout Plain Layout
22124 \begin_inset CommandInset label
22125 LatexCommand label
22126 name "tab:Tableau-filets-1.5pt"
22127
22128 \end_inset
22129
22130 Tableau avec des filets de 1.5
22131 \begin_inset space \thinspace{}
22132 \end_inset
22133
22134 pt
22135 \end_layout
22136
22137 \end_inset
22138
22139
22140 \end_layout
22141
22142 \begin_layout Plain Layout
22143 \align center
22144 \begin_inset Tabular
22145 <lyxtabular version="3" rows="3" columns="3">
22146 <features tabularvalignment="middle">
22147 <column alignment="center" valignment="top">
22148 <column alignment="center" valignment="top">
22149 <column alignment="center" valignment="top">
22150 <row>
22151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155 sd
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 </row>
22179 <row>
22180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184
22185 \end_layout
22186
22187 \end_inset
22188 </cell>
22189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193 sd
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22199 \begin_inset Text
22200
22201 \begin_layout Plain Layout
22202
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 </row>
22208 <row>
22209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222
22223 \end_layout
22224
22225 \end_inset
22226 </cell>
22227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22228 \begin_inset Text
22229
22230 \begin_layout Plain Layout
22231 sd
22232 \end_layout
22233
22234 \end_inset
22235 </cell>
22236 </row>
22237 </lyxtabular>
22238
22239 \end_inset
22240
22241
22242 \end_layout
22243
22244 \end_inset
22245
22246
22247 \begin_inset ERT
22248 status collapsed
22249
22250 \begin_layout Plain Layout
22251
22252
22253 \backslash
22254 setlength{
22255 \backslash
22256 arrayrulewidth}{0.4pt}
22257 \end_layout
22258
22259 \end_inset
22260
22261
22262 \end_layout
22263
22264 \begin_layout Standard
22265 \begin_inset VSpace bigskip
22266 \end_inset
22267
22268 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
22269 \begin_inset space \thinspace{}
22270 \end_inset
22271
22272 pt, comme dans le tableau
22273 \begin_inset space ~
22274 \end_inset
22275
22276
22277 \begin_inset CommandInset ref
22278 LatexCommand ref
22279 reference "tab:Tableau-filets-horizontaux-1.5pt"
22280
22281 \end_inset
22282
22283 , insérez les commandes suivantes en code \SpecialChar TeX
22284  avant le tableau ou le flottant
22285  de tableau :
22286 \end_layout
22287
22288 \begin_layout Standard
22289
22290 \series bold
22291
22292 \backslash
22293 let
22294 \backslash
22295 myHline
22296 \backslash
22297 hline
22298 \begin_inset Newline newline
22299 \end_inset
22300
22301
22302 \backslash
22303 renewcommand{
22304 \backslash
22305 hline}
22306 \begin_inset Newline newline
22307 \end_inset
22308
22309  {
22310 \backslash
22311 noalign{
22312 \backslash
22313 global
22314 \backslash
22315 arrayrulewidth 1.5pt}
22316 \begin_inset Newline newline
22317 \end_inset
22318
22319  
22320 \backslash
22321 myHline
22322 \backslash
22323 noalign{
22324 \backslash
22325 global
22326 \backslash
22327 arrayrulewidth 0.4pt}}
22328 \end_layout
22329
22330 \begin_layout Standard
22331 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
22332  en code \SpecialChar TeX
22333  après le tableau ou le flottant de tableau :
22334 \end_layout
22335
22336 \begin_layout Standard
22337
22338 \series bold
22339
22340 \backslash
22341 renewcommand{
22342 \backslash
22343 hline}{
22344 \backslash
22345 myHline}
22346 \end_layout
22347
22348 \begin_layout Standard
22349 \begin_inset ERT
22350 status collapsed
22351
22352 \begin_layout Plain Layout
22353
22354
22355 \backslash
22356 let
22357 \backslash
22358 myHline
22359 \backslash
22360 hline
22361 \end_layout
22362
22363 \begin_layout Plain Layout
22364
22365
22366 \backslash
22367 renewcommand{
22368 \backslash
22369 hline}
22370 \end_layout
22371
22372 \begin_layout Plain Layout
22373
22374  {
22375 \backslash
22376 noalign{
22377 \backslash
22378 global
22379 \backslash
22380 arrayrulewidth 1.5pt}
22381 \end_layout
22382
22383 \begin_layout Plain Layout
22384
22385   
22386 \backslash
22387 myHline
22388 \backslash
22389 noalign{
22390 \backslash
22391 global
22392 \backslash
22393 arrayrulewidth 0.4pt}}
22394 \end_layout
22395
22396 \end_inset
22397
22398
22399 \begin_inset Float table
22400 wide false
22401 sideways false
22402 status open
22403
22404 \begin_layout Plain Layout
22405 \begin_inset Caption Standard
22406
22407 \begin_layout Plain Layout
22408 \begin_inset CommandInset label
22409 LatexCommand label
22410 name "tab:Tableau-filets-horizontaux-1.5pt"
22411
22412 \end_inset
22413
22414 Tableau avec des filets horizontaux de 1.5
22415 \begin_inset space \thinspace{}
22416 \end_inset
22417
22418 pt
22419 \end_layout
22420
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \begin_layout Plain Layout
22427 \align center
22428 \begin_inset Tabular
22429 <lyxtabular version="3" rows="3" columns="3">
22430 <features tabularvalignment="middle">
22431 <column alignment="center" valignment="top">
22432 <column alignment="center" valignment="top">
22433 <column alignment="center" valignment="top">
22434 <row>
22435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439 sd
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22445 \begin_inset Text
22446
22447 \begin_layout Plain Layout
22448
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 </row>
22463 <row>
22464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477 sd
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 </row>
22492 <row>
22493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22503 \begin_inset Text
22504
22505 \begin_layout Plain Layout
22506
22507 \end_layout
22508
22509 \end_inset
22510 </cell>
22511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22512 \begin_inset Text
22513
22514 \begin_layout Plain Layout
22515 sd
22516 \end_layout
22517
22518 \end_inset
22519 </cell>
22520 </row>
22521 </lyxtabular>
22522
22523 \end_inset
22524
22525
22526 \end_layout
22527
22528 \end_inset
22529
22530
22531 \begin_inset ERT
22532 status collapsed
22533
22534 \begin_layout Plain Layout
22535
22536
22537 \backslash
22538 renewcommand{
22539 \backslash
22540 hline}{
22541 \backslash
22542 myHline}
22543 \end_layout
22544
22545 \end_inset
22546
22547
22548 \end_layout
22549
22550 \begin_layout Standard
22551 \begin_inset VSpace bigskip
22552 \end_inset
22553
22554 Pour que seuls les filets verticaux aient une épaisseur de 1.5
22555 \begin_inset space \thinspace{}
22556 \end_inset
22557
22558 pt, créez le format de colonne suivant dans le préambule, en suivant la
22559  description de la section
22560 \begin_inset space ~
22561 \end_inset
22562
22563
22564 \begin_inset CommandInset ref
22565 LatexCommand ref
22566 reference "subsec:Formats-personnalisés"
22567
22568 \end_inset
22569
22570 :
22571 \end_layout
22572
22573 \begin_layout Standard
22574
22575 \series bold
22576
22577 \backslash
22578 newcolumntype{V}{!{
22579 \backslash
22580 vrule width 1.5pt}}
22581 \end_layout
22582
22583 \begin_layout Standard
22584 Pour le tableau
22585 \begin_inset space ~
22586 \end_inset
22587
22588
22589 \begin_inset CommandInset ref
22590 LatexCommand ref
22591 reference "tab:Tableau-filets-verticaux-1.5pt"
22592
22593 \end_inset
22594
22595  le paramètre \SpecialChar LaTeX
22596  
22597 \end_layout
22598
22599 \begin_layout Standard
22600
22601 \series bold
22602 VcV
22603 \end_layout
22604
22605 \begin_layout Standard
22606 a été utilisé pour la dernière colonne et
22607 \end_layout
22608
22609 \begin_layout Standard
22610
22611 \series bold
22612 Vc
22613 \end_layout
22614
22615 \begin_layout Standard
22616 pour les autres colonnes.
22617 \end_layout
22618
22619 \begin_layout Standard
22620 \begin_inset Float table
22621 wide false
22622 sideways false
22623 status open
22624
22625 \begin_layout Plain Layout
22626 \begin_inset Caption Standard
22627
22628 \begin_layout Plain Layout
22629 \begin_inset CommandInset label
22630 LatexCommand label
22631 name "tab:Tableau-filets-verticaux-1.5pt"
22632
22633 \end_inset
22634
22635 Tableau avec des filets verticaux de 1.5
22636 \begin_inset space \thinspace{}
22637 \end_inset
22638
22639 pt 
22640 \end_layout
22641
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \begin_layout Plain Layout
22648 \align center
22649 \begin_inset Tabular
22650 <lyxtabular version="3" rows="3" columns="3">
22651 <features tabularvalignment="middle">
22652 <column alignment="center" valignment="top" special="Vc">
22653 <column alignment="center" valignment="top" special="Vc">
22654 <column alignment="center" valignment="top" special="VcV">
22655 <row>
22656 <cell alignment="center" valignment="top" topline="true" usebox="none">
22657 \begin_inset Text
22658
22659 \begin_layout Plain Layout
22660 sd
22661 \end_layout
22662
22663 \end_inset
22664 </cell>
22665 <cell alignment="center" valignment="top" topline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 <cell alignment="center" valignment="top" topline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 </row>
22684 <row>
22685 <cell alignment="center" valignment="top" topline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 <cell alignment="center" valignment="top" topline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698 sd
22699 \end_layout
22700
22701 \end_inset
22702 </cell>
22703 <cell alignment="center" valignment="top" topline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 </row>
22713 <row>
22714 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736 sd
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 </row>
22742 </lyxtabular>
22743
22744 \end_inset
22745
22746
22747 \end_layout
22748
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \begin_layout Subsection
22755 Filets à traits interrompus
22756 \begin_inset Index idx
22757 status collapsed
22758
22759 \begin_layout Plain Layout
22760 Personnalisation des tableaux ! Filets à traits interrompus
22761 \end_layout
22762
22763 \end_inset
22764
22765
22766 \end_layout
22767
22768 \begin_layout Standard
22769 \begin_inset ERT
22770 status collapsed
22771
22772 \begin_layout Plain Layout
22773
22774
22775 \backslash
22776 ifarydshln
22777 \end_layout
22778
22779 \end_inset
22780
22781
22782 \begin_inset Note Note
22783 status open
22784
22785 \begin_layout Plain Layout
22786 La section suivante ne s'affichera que si vous avez installé le paquetage
22787  \SpecialChar LaTeX
22788  
22789 \series bold
22790 arydshln
22791 \series default
22792 .
22793 \end_layout
22794
22795 \end_inset
22796
22797
22798 \end_layout
22799
22800 \begin_layout Standard
22801 \begin_inset Float table
22802 placement H
22803 wide false
22804 sideways false
22805 status open
22806
22807 \begin_layout Plain Layout
22808 \begin_inset Caption Standard
22809
22810 \begin_layout Plain Layout
22811 \begin_inset CommandInset label
22812 LatexCommand label
22813 name "tab:Tableau-filets-tirets"
22814
22815 \end_inset
22816
22817 Tableau avec des filets à traits interrompus
22818 \end_layout
22819
22820 \end_inset
22821
22822
22823 \end_layout
22824
22825 \begin_layout Plain Layout
22826 \align center
22827 \begin_inset Tabular
22828 <lyxtabular version="3" rows="5" columns="5">
22829 <features tabularvalignment="middle">
22830 <column alignment="center" valignment="top">
22831 <column alignment="center" valignment="top">
22832 <column alignment="center" valignment="top" special=":c">
22833 <column alignment="center" valignment="top">
22834 <column alignment="center" valignment="top">
22835 <row>
22836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840 a
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849 b
22850 \end_layout
22851
22852 \end_inset
22853 </cell>
22854 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858 c
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 d
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876 e
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 </row>
22882 <row>
22883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887 f
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896 g
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 <cell alignment="center" valignment="top" topline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905 h
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22911 \begin_inset Text
22912
22913 \begin_layout Plain Layout
22914 i
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 j
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 </row>
22929 <row>
22930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934 \begin_inset ERT
22935 status collapsed
22936
22937 \begin_layout Plain Layout
22938
22939
22940 \backslash
22941 hdashline 
22942 \end_layout
22943
22944 \end_inset
22945
22946 k
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955 l
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell alignment="center" valignment="top" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 m
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 n
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982 o
22983 \end_layout
22984
22985 \end_inset
22986 </cell>
22987 </row>
22988 <row>
22989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993 \begin_inset ERT
22994 status collapsed
22995
22996 \begin_layout Plain Layout
22997
22998
22999 \backslash
23000 cdashline{4-5}
23001 \end_layout
23002
23003 \end_inset
23004
23005 p
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014 q
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023 r
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032 s
23033 \end_layout
23034
23035 \end_inset
23036 </cell>
23037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041
23042 \end_layout
23043
23044 \end_inset
23045 </cell>
23046 </row>
23047 <row>
23048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052 t
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061 u
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070 v
23071 \end_layout
23072
23073 \end_inset
23074 </cell>
23075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23076 \begin_inset Text
23077
23078 \begin_layout Plain Layout
23079 w
23080 \end_layout
23081
23082 \end_inset
23083 </cell>
23084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23085 \begin_inset Text
23086
23087 \begin_layout Plain Layout
23088 x
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 </row>
23094 </lyxtabular>
23095
23096 \end_inset
23097
23098
23099 \end_layout
23100
23101 \end_inset
23102
23103
23104 \end_layout
23105
23106 \begin_layout Standard
23107 \SpecialChar LyX
23108  ne gère pas de façon native les filets à lignes interrompues, vous devez
23109  donc employer du code \SpecialChar TeX
23110 .
23111  Mais avant il faut charger le paquetage \SpecialChar LaTeX
23112  
23113 \series bold
23114 arydshln
23115 \series default
23116
23117 \begin_inset Index idx
23118 status collapsed
23119
23120 \begin_layout Plain Layout
23121 Paquetages \SpecialChar LaTeX
23122  ! arydshln
23123 \end_layout
23124
23125 \end_inset
23126
23127  dans le préambule du document avec la commande 
23128 \end_layout
23129
23130 \begin_layout Standard
23131
23132 \series bold
23133
23134 \backslash
23135 usepackage{arydshln}
23136 \end_layout
23137
23138 \begin_layout Standard
23139 Pour faire un filet vertical avec un trait interrompu, mettez deux points
23140  
23141 \begin_inset Quotes fld
23142 \end_inset
23143
23144 :
23145 \begin_inset Quotes frd
23146 \end_inset
23147
23148  avec le caractère décrivant l'alignement horizontal comme paramètre \SpecialChar LaTeX
23149  dans
23150  la fenêtre de dialogue de paramètre du tableau.
23151 \end_layout
23152
23153 \begin_layout Standard
23154 Pour un trait horizontal interrompu, ajoutez la commande
23155 \end_layout
23156
23157 \begin_layout Standard
23158
23159 \series bold
23160
23161 \backslash
23162 hdashline
23163 \end_layout
23164
23165 \begin_layout Standard
23166 en code \SpecialChar TeX
23167  comme premier élément de la première cellule de la ligne de tableau.
23168 \end_layout
23169
23170 \begin_layout Standard
23171 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
23172  commande 
23173 \end_layout
23174
23175 \begin_layout Standard
23176
23177 \series bold
23178
23179 \backslash
23180 cdashline{
23181 \series default
23182 numéros de colonnes}
23183 \end_layout
23184
23185 \begin_layout Standard
23186 en code \SpecialChar TeX
23187  comme premier élément de la première cellule de la ligne.
23188  Si par exemple, vous avez une cellule multi-colonnes qui couvre les colonnes
23189  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
23190 \end_layout
23191
23192 \begin_layout Standard
23193
23194 \series bold
23195
23196 \backslash
23197 cdashline{2-4}
23198 \end_layout
23199
23200 \begin_layout Standard
23201 comme premier élément de la première cellule de la ligne contenant la multi-colo
23202 nnes.
23203 \end_layout
23204
23205 \begin_layout Standard
23206 \begin_inset VSpace bigskip
23207 \end_inset
23208
23209
23210 \end_layout
23211
23212 \begin_layout Standard
23213 Le tableau
23214 \begin_inset space ~
23215 \end_inset
23216
23217
23218 \begin_inset CommandInset ref
23219 LatexCommand ref
23220 reference "tab:Tableau-filets-tirets"
23221
23222 \end_inset
23223
23224  a été créé en utilisant 
23225 \begin_inset Quotes fld
23226 \end_inset
23227
23228
23229 \series bold
23230 :c
23231 \series default
23232
23233 \begin_inset Quotes frd
23234 \end_inset
23235
23236  comme paramètre \SpecialChar LaTeX
23237  pour la troisième colonne.
23238  La commande en code \SpecialChar TeX
23239  
23240 \series bold
23241
23242 \backslash
23243 hdashline
23244 \series default
23245  a été insérée dans la première cellule de la troisième ligne et la commande
23246  en code \SpecialChar TeX
23247  
23248 \series bold
23249
23250 \backslash
23251 cdashline{4-5}
23252 \series default
23253  a été insérée dans la première cellule de la quatrième ligne.
23254 \end_layout
23255
23256 \begin_layout Standard
23257 \begin_inset VSpace bigskip
23258 \end_inset
23259
23260 Les filets interrompus peuvent également colorés comme indiqué tableau
23261 \begin_inset space ~
23262 \end_inset
23263
23264
23265 \begin_inset CommandInset ref
23266 LatexCommand ref
23267 reference "tab:Colored-table-with"
23268
23269 \end_inset
23270
23271 .
23272 \end_layout
23273
23274 \begin_layout Standard
23275 \begin_inset ERT
23276 status collapsed
23277
23278 \begin_layout Plain Layout
23279
23280
23281 \backslash
23282 setlength{
23283 \backslash
23284 arrayrulewidth}{1pt}
23285 \end_layout
23286
23287 \end_inset
23288
23289
23290 \begin_inset Note Note
23291 status collapsed
23292
23293 \begin_layout Plain Layout
23294 filets épaissis pour un meilleur affichage de la couleur du file
23295 \lang english
23296 t
23297 \end_layout
23298
23299 \end_inset
23300
23301
23302 \end_layout
23303
23304 \begin_layout Standard
23305 \begin_inset ERT
23306 status collapsed
23307
23308 \begin_layout Plain Layout
23309
23310
23311 \backslash
23312 dashgapcolor{green}
23313 \end_layout
23314
23315 \end_inset
23316
23317
23318 \begin_inset Note Note
23319 status collapsed
23320
23321 \begin_layout Plain Layout
23322 espaces entre les tirets en vert
23323 \end_layout
23324
23325 \end_inset
23326
23327
23328 \end_layout
23329
23330 \begin_layout Standard
23331 \begin_inset ERT
23332 status collapsed
23333
23334 \begin_layout Plain Layout
23335
23336
23337 \backslash
23338 let
23339 \backslash
23340 myHdashline
23341 \backslash
23342 hdashline
23343 \end_layout
23344
23345 \begin_layout Plain Layout
23346
23347
23348 \backslash
23349 renewcommand{
23350 \backslash
23351 hdashline}
23352 \end_layout
23353
23354 \begin_layout Plain Layout
23355
23356  {
23357 \backslash
23358 arrayrulecolor{red}
23359 \backslash
23360 myHdashline
23361 \backslash
23362 arrayrulecolor{black}}
23363 \end_layout
23364
23365 \end_inset
23366
23367
23368 \begin_inset Note Note
23369 status collapsed
23370
23371 \begin_layout Plain Layout
23372 filets interrompus horizontaux en rouge
23373 \end_layout
23374
23375 \end_inset
23376
23377
23378 \end_layout
23379
23380 \begin_layout Standard
23381 \begin_inset ERT
23382 status collapsed
23383
23384 \begin_layout Plain Layout
23385
23386
23387 \backslash
23388 let
23389 \backslash
23390 myCdashline
23391 \backslash
23392 cdashline
23393 \end_layout
23394
23395 \begin_layout Plain Layout
23396
23397
23398 \backslash
23399 renewcommand{
23400 \backslash
23401 cdashline}[1]
23402 \end_layout
23403
23404 \begin_layout Plain Layout
23405
23406  {
23407 \backslash
23408 arrayrulecolor{yellow}
23409 \backslash
23410 myCdashline{#1}
23411 \backslash
23412 arrayrulecolor{black}}
23413 \end_layout
23414
23415 \end_inset
23416
23417
23418 \begin_inset Note Note
23419 status collapsed
23420
23421 \begin_layout Plain Layout
23422 filets interrompus horizontaux en jaune, partiellement
23423 \end_layout
23424
23425 \end_inset
23426
23427
23428 \end_layout
23429
23430 \begin_layout Standard
23431 \begin_inset Float table
23432 placement h
23433 wide false
23434 sideways false
23435 status open
23436
23437 \begin_layout Plain Layout
23438 \begin_inset Caption Standard
23439
23440 \begin_layout Plain Layout
23441 \begin_inset CommandInset label
23442 LatexCommand label
23443 name "tab:Colored-table-with"
23444
23445 \end_inset
23446
23447 Tableau coloré avec filets interropus
23448 \end_layout
23449
23450 \end_inset
23451
23452
23453 \end_layout
23454
23455 \begin_layout Plain Layout
23456 \align center
23457 \begin_inset Tabular
23458 <lyxtabular version="3" rows="5" columns="5">
23459 <features tabularvalignment="middle">
23460 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
23461 <column alignment="center" valignment="top" width="0pt">
23462 <column alignment="center" valignment="top" width="0pt" special=":c">
23463 <column alignment="center" valignment="top">
23464 <column alignment="center" valignment="top">
23465 <row>
23466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470 a
23471 \end_layout
23472
23473 \end_inset
23474 </cell>
23475 <cell alignment="center" valignment="top" topline="true" usebox="none">
23476 \begin_inset Text
23477
23478 \begin_layout Plain Layout
23479 b
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 <cell alignment="center" valignment="top" topline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488 c
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 d
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506 e
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 </row>
23512 <row>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517 f
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 <cell alignment="center" valignment="top" topline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 g
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 <cell alignment="center" valignment="top" topline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535 h
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 i
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 j
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 </row>
23559 <row>
23560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 \begin_inset ERT
23565 status collapsed
23566
23567 \begin_layout Plain Layout
23568
23569
23570 \backslash
23571 hdashline 
23572 \end_layout
23573
23574 \end_inset
23575
23576
23577 \begin_inset ERT
23578 status collapsed
23579
23580 \begin_layout Plain Layout
23581
23582
23583 \backslash
23584 rowcolor{Gray}
23585 \end_layout
23586
23587 \end_inset
23588
23589 k
23590 \end_layout
23591
23592 \end_inset
23593 </cell>
23594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598 l
23599 \end_layout
23600
23601 \end_inset
23602 </cell>
23603 <cell alignment="center" valignment="top" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607 m
23608 \end_layout
23609
23610 \end_inset
23611 </cell>
23612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23613 \begin_inset Text
23614
23615 \begin_layout Plain Layout
23616 n
23617 \end_layout
23618
23619 \end_inset
23620 </cell>
23621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23622 \begin_inset Text
23623
23624 \begin_layout Plain Layout
23625 o
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 </row>
23631 <row>
23632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23633 \begin_inset Text
23634
23635 \begin_layout Plain Layout
23636 \begin_inset ERT
23637 status collapsed
23638
23639 \begin_layout Plain Layout
23640
23641
23642 \backslash
23643 cdashline{4-5}
23644 \end_layout
23645
23646 \end_inset
23647
23648 p
23649 \end_layout
23650
23651 \end_inset
23652 </cell>
23653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23654 \begin_inset Text
23655
23656 \begin_layout Plain Layout
23657 q
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666 r
23667 \end_layout
23668
23669 \end_inset
23670 </cell>
23671 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23672 \begin_inset Text
23673
23674 \begin_layout Plain Layout
23675 s
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 </row>
23690 <row>
23691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23692 \begin_inset Text
23693
23694 \begin_layout Plain Layout
23695 t
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704 u
23705 \end_layout
23706
23707 \end_inset
23708 </cell>
23709 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713 v
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23719 \begin_inset Text
23720
23721 \begin_layout Plain Layout
23722 w
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731 \begin_inset ERT
23732 status collapsed
23733
23734 \begin_layout Plain Layout
23735
23736
23737 \backslash
23738 cellcolor{Maroon}
23739 \end_layout
23740
23741 \end_inset
23742
23743 i
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 </row>
23749 </lyxtabular>
23750
23751 \end_inset
23752
23753
23754 \end_layout
23755
23756 \end_inset
23757
23758
23759 \end_layout
23760
23761 \begin_layout Standard
23762 \begin_inset ERT
23763 status collapsed
23764
23765 \begin_layout Plain Layout
23766
23767
23768 \backslash
23769 renewcommand{
23770 \backslash
23771 hdashline}{
23772 \backslash
23773 myHdashline}
23774 \end_layout
23775
23776 \end_inset
23777
23778
23779 \lang english
23780
23781 \begin_inset Note Note
23782 status collapsed
23783
23784 \begin_layout Plain Layout
23785 retour à la valeur implicite
23786 \end_layout
23787
23788 \end_inset
23789
23790
23791 \end_layout
23792
23793 \begin_layout Standard
23794 \begin_inset ERT
23795 status collapsed
23796
23797 \begin_layout Plain Layout
23798
23799
23800 \backslash
23801 renewcommand{
23802 \backslash
23803 cdashline}{
23804 \backslash
23805 myCdashline}
23806 \end_layout
23807
23808 \end_inset
23809
23810
23811 \lang english
23812
23813 \begin_inset Note Note
23814 status collapsed
23815
23816 \begin_layout Plain Layout
23817 retour à la valeur implicite
23818 \end_layout
23819
23820 \end_inset
23821
23822
23823 \end_layout
23824
23825 \begin_layout Standard
23826 \begin_inset ERT
23827 status collapsed
23828
23829 \begin_layout Plain Layout
23830
23831
23832 \backslash
23833 nodashgapcolor
23834 \end_layout
23835
23836 \end_inset
23837
23838
23839 \lang english
23840
23841 \begin_inset Note Note
23842 status collapsed
23843
23844 \begin_layout Plain Layout
23845 retour à la valeur implicite
23846 \end_layout
23847
23848 \end_inset
23849
23850
23851 \end_layout
23852
23853 \begin_layout Standard
23854 \begin_inset ERT
23855 status collapsed
23856
23857 \begin_layout Plain Layout
23858
23859
23860 \backslash
23861 setlength{
23862 \backslash
23863 arrayrulewidth}{0.4pt}
23864 \end_layout
23865
23866 \end_inset
23867
23868
23869 \lang english
23870
23871 \begin_inset Note Note
23872 status collapsed
23873
23874 \begin_layout Plain Layout
23875 retour à la valeur implicite
23876 \end_layout
23877
23878 \end_inset
23879
23880
23881 \end_layout
23882
23883 \begin_layout Standard
23884 La coloration des lignes, des colonnes et des filets fonctionne comme il
23885  est décrit section
23886 \begin_inset space ~
23887 \end_inset
23888
23889
23890 \begin_inset CommandInset ref
23891 LatexCommand ref
23892 reference "sec:Tableaux-Colorés"
23893
23894 \end_inset
23895
23896 .
23897  Coloret les filets horizontaux fonctionne de manière analogue comme il
23898  est décrit ici, il suffit de remplacer la commande 
23899 \series bold
23900
23901 \backslash
23902 myHlineC
23903 \series default
23904  par 
23905 \series bold
23906
23907 \backslash
23908 myHdashline
23909 \series default
23910  et la commande 
23911 \backslash
23912
23913 \series bold
23914 hlinepar
23915 \series default
23916  
23917 \series bold
23918
23919 \backslash
23920 hdashline
23921 \series default
23922 .
23923  On utilise donc les commandes:
23924 \end_layout
23925
23926 \begin_layout Standard
23927
23928 \series bold
23929
23930 \backslash
23931 let
23932 \backslash
23933 myHdashline
23934 \backslash
23935 hdashline
23936 \begin_inset Newline newline
23937 \end_inset
23938
23939
23940 \backslash
23941 renewcommand{
23942 \backslash
23943 hdashline}
23944 \begin_inset Newline newline
23945 \end_inset
23946
23947
23948 \begin_inset Phantom HPhantom
23949 status open
23950
23951 \begin_layout Plain Layout
23952 \begin_inset space ~
23953 \end_inset
23954
23955
23956 \end_layout
23957
23958 \end_inset
23959
23960 {
23961 \backslash
23962 arrayrulecolor{red}
23963 \backslash
23964 myHdashline
23965 \backslash
23966 arrayrulecolor{black}}
23967 \end_layout
23968
23969 \begin_layout Standard
23970 Pour colorer 
23971 \series bold
23972
23973 \backslash
23974 cdashline
23975 \series default
23976 , la commande est:
23977 \end_layout
23978
23979 \begin_layout Standard
23980
23981 \series bold
23982
23983 \backslash
23984 let
23985 \backslash
23986 myCdashline
23987 \backslash
23988 cdashline
23989 \begin_inset Newline newline
23990 \end_inset
23991
23992
23993 \backslash
23994 renewcommand{
23995 \backslash
23996 cdashline}[1]
23997 \begin_inset Newline newline
23998 \end_inset
23999
24000
24001 \begin_inset Phantom HPhantom
24002 status open
24003
24004 \begin_layout Plain Layout
24005 \begin_inset space ~
24006 \end_inset
24007
24008
24009 \end_layout
24010
24011 \end_inset
24012
24013 {
24014 \backslash
24015 arrayrulecolor{red}
24016 \backslash
24017 myCdashline{#1}
24018 \backslash
24019 arrayrulecolor{black}}
24020 \end_layout
24021
24022 \begin_layout Standard
24023 Pour revenir à un filet noir, il faut insérer les commandes suivantes en
24024  code \SpecialChar TeX
24025  après le tableau,
24026 \end_layout
24027
24028 \begin_layout Standard
24029 pour 
24030 \series bold
24031
24032 \backslash
24033 hdashline:
24034 \end_layout
24035
24036 \begin_layout Standard
24037
24038 \series bold
24039
24040 \backslash
24041 renewcommand{
24042 \backslash
24043 hdashline}{
24044 \backslash
24045 myHdashline}
24046 \end_layout
24047
24048 \begin_layout Standard
24049 et pour 
24050 \series bold
24051
24052 \backslash
24053 cdashline
24054 \end_layout
24055
24056 \begin_layout Standard
24057
24058 \series bold
24059
24060 \backslash
24061 renewcommand{
24062 \backslash
24063 cdashline}{
24064 \backslash
24065 myCdashline}
24066 \end_layout
24067
24068 \begin_layout Standard
24069 Pour colorer les espaces entre les tirets la commande
24070 \end_layout
24071
24072 \begin_layout Standard
24073
24074 \series bold
24075
24076 \backslash
24077 dashgapcolor{couleur}
24078 \end_layout
24079
24080 \begin_layout Standard
24081 peut être insérée en code \SpecialChar TeX
24082  avant un tableau.
24083  
24084 \series bold
24085 couleur
24086 \series default
24087  est ici le nom d'une couleur définie précédemment.
24088  La commande
24089 \end_layout
24090
24091 \begin_layout Standard
24092
24093 \series bold
24094
24095 \backslash
24096 nodashgapcolor
24097 \end_layout
24098
24099 \begin_layout Standard
24100 annule les changements induits par 
24101 \series bold
24102
24103 \backslash
24104 dashgapcolor
24105 \series default
24106 .
24107 \end_layout
24108
24109 \begin_layout Standard
24110 \begin_inset Note Greyedout
24111 status open
24112
24113 \begin_layout Plain Layout
24114
24115 \series bold
24116 Not
24117 \series default
24118 a: s'il y a plusieurs commandes dans une cellule, Il faut placer la commande
24119  de 
24120 \series bold
24121 arydshln
24122 \series default
24123  en premier.
24124  Donc dans la cellule 
24125 \emph on
24126 k
24127 \emph default
24128  du tableau
24129 \begin_inset space ~
24130 \end_inset
24131
24132
24133 \begin_inset CommandInset ref
24134 LatexCommand ref
24135 reference "tab:Colored-table-with"
24136
24137 \end_inset
24138
24139  , la commande 
24140 \series bold
24141
24142 \backslash
24143 hdashline
24144 \series default
24145  est placée avant 
24146 \series bold
24147
24148 \backslash
24149 rowcolor
24150 \series default
24151 .
24152 \end_layout
24153
24154 \end_inset
24155
24156
24157 \end_layout
24158
24159 \begin_layout Standard
24160 \begin_inset Note Greyedout
24161 status open
24162
24163 \begin_layout Plain Layout
24164
24165 \series bold
24166 Nota:
24167 \series default
24168  le paquetage \SpecialChar LaTeX
24169  
24170 \series bold
24171 arydshln
24172 \series default
24173  doit être chargé dans le préambule 
24174 \emph on
24175 avant
24176 \emph default
24177  le paquetage 
24178 \series bold
24179 colortbl
24180 \series default
24181
24182 \begin_inset Index idx
24183 status collapsed
24184
24185 \begin_layout Plain Layout
24186 Paquetages \SpecialChar LaTeX
24187  ! colortbl
24188 \end_layout
24189
24190 \end_inset
24191
24192 .
24193 \end_layout
24194
24195 \end_inset
24196
24197
24198 \end_layout
24199
24200 \begin_layout Standard
24201 \begin_inset ERT
24202 status collapsed
24203
24204 \begin_layout Plain Layout
24205
24206
24207 \backslash
24208 else
24209 \end_layout
24210
24211 \end_inset
24212
24213
24214 \begin_inset Note Note
24215 status open
24216
24217 \begin_layout Plain Layout
24218 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
24219  
24220 \series bold
24221 arydshln
24222 \series default
24223  n'est pas installé :
24224 \end_layout
24225
24226 \end_inset
24227
24228
24229 \end_layout
24230
24231 \begin_layout Standard
24232 Vous devez installer le paquetage \SpecialChar LaTeX
24233  
24234 \series bold
24235 arydshln
24236 \series default
24237  pour voir le contenu des cette section dans la sortie imprimée.
24238 \end_layout
24239
24240 \begin_layout Standard
24241 \begin_inset ERT
24242 status collapsed
24243
24244 \begin_layout Plain Layout
24245
24246
24247 \backslash
24248 fi
24249 \end_layout
24250
24251 \end_inset
24252
24253
24254 \end_layout
24255
24256 \begin_layout Standard
24257 Pour les détails concernant les filets colorés, voir la documentation du
24258  paquetage 
24259 \series bold
24260 arydshln
24261 \series default
24262
24263 \begin_inset CommandInset citation
24264 LatexCommand cite
24265 key "arydshln"
24266
24267 \end_inset
24268
24269 .
24270 \end_layout
24271
24272 \begin_layout Chapter
24273 Flottants
24274 \begin_inset CommandInset label
24275 LatexCommand label
24276 name "chap:Flottants"
24277
24278 \end_inset
24279
24280
24281 \begin_inset Index idx
24282 status collapsed
24283
24284 \begin_layout Plain Layout
24285 Flottants
24286 \end_layout
24287
24288 \end_inset
24289
24290
24291 \end_layout
24292
24293 \begin_layout Section
24294 Introduction
24295 \begin_inset CommandInset label
24296 LatexCommand label
24297 name "sec:Flottants-Introduction"
24298
24299 \end_inset
24300
24301
24302 \begin_inset Index idx
24303 status collapsed
24304
24305 \begin_layout Plain Layout
24306 Flottants ! Introduction
24307 \end_layout
24308
24309 \end_inset
24310
24311
24312 \end_layout
24313
24314 \begin_layout Standard
24315 Un flottant est une portion de document, qui peut être associé à une étiquette
24316  et dont la position n'est pas fixée.
24317  Il peut 
24318 \begin_inset Quotes fld
24319 \end_inset
24320
24321 flotter
24322 \begin_inset Quotes frd
24323 \end_inset
24324
24325  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
24326  plus approprié.
24327  Les 
24328 \family sans
24329 Notes
24330 \begin_inset space ~
24331 \end_inset
24332
24333 en
24334 \begin_inset space ~
24335 \end_inset
24336
24337 Bas
24338 \begin_inset space ~
24339 \end_inset
24340
24341 de
24342 \begin_inset space ~
24343 \end_inset
24344
24345 Page
24346 \family default
24347  et le 
24348 \family sans
24349 Notes
24350 \begin_inset space ~
24351 \end_inset
24352
24353 en
24354 \begin_inset space ~
24355 \end_inset
24356
24357 Marge
24358 \family default
24359  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
24360  sur la page suivante quand il y a trop de notes sur la page courante.
24361 \end_layout
24362
24363 \begin_layout Standard
24364 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
24365  très grande qualité.
24366  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
24367  éviter des lignes blanches ou des pages sans texte.
24368  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
24369  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
24370  le texte.
24371  Les flottants sont donc numérotés.
24372  Les références croisées sont décrites dans la section
24373 \begin_inset space ~
24374 \end_inset
24375
24376
24377 \begin_inset CommandInset ref
24378 LatexCommand ref
24379 reference "sec:Referencer-les-Flottants"
24380
24381 \end_inset
24382
24383 .
24384 \end_layout
24385
24386 \begin_layout Standard
24387 Pour insérer un flottant, on utilise un des sous menus du menu 
24388 \family sans
24389 Insertion\SpecialChar menuseparator
24390 Flottant
24391 \family default
24392  (barre d'outils 
24393 \begin_inset Info
24394 type  "icon"
24395 arg   "float-insert figure"
24396 \end_inset
24397
24398  ou 
24399 \begin_inset Info
24400 type  "icon"
24401 arg   "float-insert table"
24402 \end_inset
24403
24404 ).
24405  Une boîte va être insérée dans votre document avec par exemple une étiquette
24406  du genre 
24407 \begin_inset Quotes fld
24408 \end_inset
24409
24410 Figure
24411 \begin_inset space ~
24412 \end_inset
24413
24414 #:
24415 \begin_inset Quotes frd
24416 \end_inset
24417
24418  (où # est un numéro).
24419  L'étiquette est automatiquement traduite dans la langue du document dans
24420  la sortie finale.
24421  Après l'étiquette vous pouvez insérer du texte comme légende.
24422  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
24423  séparé, à l'intérieur du flottant.
24424  Vous trouverez plus de détails sur le positionnement des légendes dans
24425  la section
24426 \begin_inset space ~
24427 \end_inset
24428
24429
24430 \begin_inset CommandInset ref
24431 LatexCommand ref
24432 reference "sec:Placement-légende"
24433
24434 \end_inset
24435
24436 .
24437  Pour améliorer la lisibilité de votre document dans \SpecialChar LyX
24438 , vous pouvez fermer
24439  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
24440  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
24441  Une boîte de flottant fermée ressemble à ceci : 
24442 \begin_inset Graphics
24443         filename clipart/float.png
24444         scale 60
24445
24446 \end_inset
24447
24448  – une case grise avec un texte rouge.
24449 \end_layout
24450
24451 \begin_layout Standard
24452 Il est recommandé d'insérer les flottants comme des paragraphes séparés
24453  pour éviter des erreurs avec \SpecialChar LaTeX
24454 , quand le texte qui entoure le flottant est
24455  formaté de façon particulière.
24456 \end_layout
24457
24458 \begin_layout Section
24459 Les types de flottants
24460 \end_layout
24461
24462 \begin_layout Standard
24463 En plus des flottants de figures et de tableau qui sont décrits respectivement
24464  dans les sections
24465 \begin_inset space ~
24466 \end_inset
24467
24468
24469 \begin_inset CommandInset ref
24470 LatexCommand ref
24471 reference "sec:Figure-Floats"
24472
24473 \end_inset
24474
24475  et 
24476 \begin_inset CommandInset ref
24477 LatexCommand ref
24478 reference "sec:Table-Floats"
24479
24480 \end_inset
24481
24482 , \SpecialChar LyX
24483  offre aussi les types 
24484 \family sans
24485 Algorithme
24486 \family default
24487  et 
24488 \family sans
24489 Enrobage
24490 \family default
24491 .
24492  Ces derniers sont expliques dans la section
24493 \begin_inset space \thinspace{}
24494 \end_inset
24495
24496
24497 \begin_inset CommandInset ref
24498 LatexCommand ref
24499 reference "sec:Flottant-d'enrobage"
24500
24501 \end_inset
24502
24503 .
24504 \end_layout
24505
24506 \begin_layout Subsection
24507 Flottant d'algorithme
24508 \begin_inset Index idx
24509 status collapsed
24510
24511 \begin_layout Plain Layout
24512 Flottants ! Algorithmes
24513 \end_layout
24514
24515 \end_inset
24516
24517
24518 \end_layout
24519
24520 \begin_layout Standard
24521 \begin_inset Float algorithm
24522 placement h
24523 wide false
24524 sideways false
24525 status open
24526
24527 \begin_layout Plain Layout
24528 \begin_inset Caption Standard
24529
24530 \begin_layout Plain Layout
24531 \begin_inset CommandInset label
24532 LatexCommand label
24533 name "alg:Exemple-Flottant-Algorithme"
24534
24535 \end_inset
24536
24537 Exemple de flottant d'algorithme
24538 \end_layout
24539
24540 \end_inset
24541
24542
24543 \end_layout
24544
24545 \begin_layout LyX-Code
24546 for I in 1..N loop
24547 \begin_inset Newline newline
24548 \end_inset
24549
24550  Sum:= Sum + A(I); /*comment*/
24551 \begin_inset Newline newline
24552 \end_inset
24553
24554 end loop
24555 \begin_inset VSpace -4mm
24556 \end_inset
24557
24558
24559 \end_layout
24560
24561 \end_inset
24562
24563
24564 \end_layout
24565
24566 \begin_layout Standard
24567 Ce type de flottant est inséré à l'aide du menu 
24568 \family sans
24569 Insertion\SpecialChar menuseparator
24570 Flottant\SpecialChar menuseparator
24571 Algorithme
24572 \family default
24573 .
24574  Il peut être utilisé pour des morceaux de code source ou des descriptions
24575  d'algorithmes et peut être utilisé comme une alternative au listing de
24576  code source qui est décrit au chapitre
24577 \begin_inset space ~
24578 \end_inset
24579
24580
24581 \begin_inset CommandInset ref
24582 LatexCommand ref
24583 reference "cha:Program-Code-Listings"
24584
24585 \end_inset
24586
24587 .
24588  Vous pouvez par exemple utiliser l'environnement Code
24589 \begin_inset space ~
24590 \end_inset
24591
24592 \SpecialChar LyX
24593  qui est décrit dans le 
24594 \emph on
24595 Guide
24596 \emph default
24597
24598 \begin_inset space ~
24599 \end_inset
24600
24601
24602 \emph on
24603 de
24604 \begin_inset space ~
24605 \end_inset
24606
24607 l'Utilisateur
24608 \emph default
24609  de \SpecialChar LyX
24610 .
24611  l'algorithme
24612 \begin_inset space ~
24613 \end_inset
24614
24615
24616 \begin_inset CommandInset ref
24617 LatexCommand ref
24618 reference "alg:Exemple-Flottant-Algorithme"
24619
24620 \end_inset
24621
24622  est un exemple de flottant d'algorithme où un espace vertical de -4
24623 \begin_inset space \thinspace{}
24624 \end_inset
24625
24626 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
24627  soit placée exactement sous le texte de la dernière ligne.
24628 \end_layout
24629
24630 \begin_layout Standard
24631 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
24632  du document.
24633  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
24634 ent en ajoutant la ligne suivante dans le préambule de votre document :
24635 \end_layout
24636
24637 \begin_layout Standard
24638
24639 \series bold
24640
24641 \backslash
24642 floatname{algorithm}{votre
24643 \begin_inset space ~
24644 \end_inset
24645
24646 nom}
24647 \end_layout
24648
24649 \begin_layout Standard
24650
24651 \family sans
24652  votre
24653 \begin_inset space ~
24654 \end_inset
24655
24656 nom
24657 \family default
24658  est le mot 
24659 \begin_inset Quotes fld
24660 \end_inset
24661
24662
24663 \emph on
24664 algorithme
24665 \emph default
24666
24667 \begin_inset Quotes frd
24668 \end_inset
24669
24670  dans votre langue.
24671 \end_layout
24672
24673 \begin_layout Standard
24674 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
24675 \family sans
24676 Insertion\SpecialChar menuseparator
24677 Listes
24678 \begin_inset space ~
24679 \end_inset
24680
24681 &
24682 \begin_inset space ~
24683 \end_inset
24684
24685 TdM\SpecialChar menuseparator
24686 Liste
24687 \begin_inset space ~
24688 \end_inset
24689
24690 des
24691 \begin_inset space ~
24692 \end_inset
24693
24694 algorithmes
24695 \family default
24696  si votre document est en la même langue que les menus de \SpecialChar LyX
24697 .
24698  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
24699  en code \SpecialChar TeX
24700  à la place:
24701 \end_layout
24702
24703 \begin_layout Standard
24704
24705 \series bold
24706
24707 \backslash
24708 listof{algorithm}{votre
24709 \begin_inset space ~
24710 \end_inset
24711
24712 nom}
24713 \end_layout
24714
24715 \begin_layout Standard
24716 où 
24717 \family sans
24718 votre
24719 \begin_inset space ~
24720 \end_inset
24721
24722 nom
24723 \family default
24724  est la traduction de 
24725 \begin_inset Quotes fld
24726 \end_inset
24727
24728
24729 \emph on
24730 List of Algorithm
24731 \emph default
24732 s
24733 \begin_inset Quotes frd
24734 \end_inset
24735
24736  dans votre langue.
24737 \end_layout
24738
24739 \begin_layout Standard
24740 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
24741  le schéma 
24742 \begin_inset Quotes fld
24743 \end_inset
24744
24745 chapitre.algorithme
24746 \begin_inset Quotes frd
24747 \end_inset
24748
24749  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
24750  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
24751  commande dans le préambule de votre document :
24752 \end_layout
24753
24754 \begin_layout Standard
24755
24756 \series bold
24757
24758 \backslash
24759 numberwithin{algorithm}{chapter}
24760 \end_layout
24761
24762 \begin_layout Standard
24763 Pour pouvoir utiliser la commande 
24764 \series bold
24765
24766 \backslash
24767 numberwithin
24768 \series default
24769 , activez l'option 
24770 \family sans
24771 Utiliser
24772 \begin_inset space ~
24773 \end_inset
24774
24775 le
24776 \begin_inset space ~
24777 \end_inset
24778
24779 paquetage
24780 \begin_inset space ~
24781 \end_inset
24782
24783 AMS
24784 \begin_inset space ~
24785 \end_inset
24786
24787 math
24788 \family default
24789  dans la rubrique 
24790 \family sans
24791 Options
24792 \begin_inset space ~
24793 \end_inset
24794
24795 des
24796 \begin_inset space ~
24797 \end_inset
24798
24799 Maths
24800 \family default
24801  de la fenêtre de dialogue 
24802 \family sans
24803 Paramètres
24804 \begin_inset space ~
24805 \end_inset
24806
24807 du
24808 \begin_inset space ~
24809 \end_inset
24810
24811 Document
24812 \family default
24813 .
24814 \end_layout
24815
24816 \begin_layout Section
24817 Numérotation des flottants
24818 \begin_inset Index idx
24819 status collapsed
24820
24821 \begin_layout Plain Layout
24822 Flottants ! Numérotation
24823 \end_layout
24824
24825 \end_inset
24826
24827
24828 \end_layout
24829
24830 \begin_layout Standard
24831 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
24832  ils se trouvent, soit en utilisant un format du genre 
24833 \begin_inset Quotes fld
24834 \end_inset
24835
24836 chapitre.numéro
24837 \begin_inset Quotes frd
24838 \end_inset
24839
24840  ou 
24841 \begin_inset Quotes fld
24842 \end_inset
24843
24844 section.numéro
24845 \begin_inset Quotes frd
24846 \end_inset
24847
24848 .
24849  Cela dépend de la classe de document utilisée.
24850 \end_layout
24851
24852 \begin_layout Standard
24853 Pour changer le format de la numérotation qui ne dépend pas de la section
24854  dans laquelle on se trouve, on peut utiliser la commande suivante dans
24855  le préambule du document :
24856 \end_layout
24857
24858 \begin_layout Standard
24859
24860 \series bold
24861
24862 \backslash
24863 renewcommand{
24864 \backslash
24865 thetable}{
24866 \backslash
24867 roman{table}}
24868 \end_layout
24869
24870 \begin_layout Standard
24871
24872 \series bold
24873
24874 \backslash
24875 thetable
24876 \series default
24877  est la commande qui imprime le numéro du tableau, pour les figures, la
24878  commande serait 
24879 \series bold
24880
24881 \backslash
24882 thefigure
24883 \series default
24884 .
24885  La commande 
24886 \series bold
24887
24888 \backslash
24889 roman
24890 \series default
24891  utilisée dans la commande précédente, imprime le numéro du tableau sous
24892  forme de petits chiffres romains.
24893 \end_layout
24894
24895 \begin_layout Standard
24896 Pour changer le type de numérotation pour par exemple 
24897 \begin_inset Quotes fld
24898 \end_inset
24899
24900 sous-section.numéro
24901 \begin_inset Quotes frd
24902 \end_inset
24903
24904 , utilisez la commande suivante dans le préambule du document :
24905 \end_layout
24906
24907 \begin_layout Standard
24908
24909 \series bold
24910
24911 \backslash
24912 numberwithin{table}{subsection}
24913 \end_layout
24914
24915 \begin_layout Standard
24916 Pour pouvoir utiliser la commande 
24917 \series bold
24918
24919 \backslash
24920 numberwithin
24921 \series default
24922 , vous devez activer l'option 
24923 \family sans
24924 Utiliser
24925 \begin_inset space ~
24926 \end_inset
24927
24928 le
24929 \begin_inset space ~
24930 \end_inset
24931
24932 paquetage
24933 \begin_inset space ~
24934 \end_inset
24935
24936 maths
24937 \begin_inset space ~
24938 \end_inset
24939
24940 AMS
24941 \family default
24942  dans la rubrique 
24943 \family sans
24944 Options
24945 \begin_inset space ~
24946 \end_inset
24947
24948 des
24949 \begin_inset space ~
24950 \end_inset
24951
24952 Maths
24953 \family default
24954  de la fenêtre de dialogue 
24955 \family sans
24956 Paramètres
24957 \family default
24958  du document.
24959 \end_layout
24960
24961 \begin_layout Standard
24962 Veuillez aussi jeter un coup d'œil à la section
24963 \begin_inset space ~
24964 \end_inset
24965
24966
24967 \begin_inset CommandInset ref
24968 LatexCommand ref
24969 reference "subsec:Numerotation-notes-bas-de-page"
24970
24971 \end_inset
24972
24973  pour plus de détails et des notes importantes sur les commandes de numérotation.
24974 \end_layout
24975
24976 \begin_layout Section
24977 Faire référence à des flottants
24978 \begin_inset CommandInset label
24979 LatexCommand label
24980 name "sec:Referencer-les-Flottants"
24981
24982 \end_inset
24983
24984
24985 \begin_inset Index idx
24986 status collapsed
24987
24988 \begin_layout Plain Layout
24989 Flottants ! Références
24990 \end_layout
24991
24992 \end_inset
24993
24994
24995 \begin_inset Index idx
24996 status collapsed
24997
24998 \begin_layout Plain Layout
24999 References@Références ! à des Flottants 
25000 \end_layout
25001
25002 \end_inset
25003
25004
25005 \end_layout
25006
25007 \begin_layout Standard
25008 Pour faire référence à un flottant, insérez une étiquette dans sa légende
25009  en utilisant le menu 
25010 \family sans
25011 Insertion\SpecialChar menuseparator
25012 Étiquette
25013 \family default
25014  ou le bouton 
25015 \begin_inset Info
25016 type  "icon"
25017 arg   "label-insert"
25018 \end_inset
25019
25020  de la barre d'outils.
25021  Une boîte grise de ce genre : 
25022 \begin_inset Graphics
25023         filename clipart/label.png
25024         lyxscale 85
25025         scale 85
25026         scaleBeforeRotation
25027
25028 \end_inset
25029
25030  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
25031  de saisir le texte de l'étiquette.
25032  \SpecialChar LyX
25033  propose comme texte pour l'étiquette les premiers mots de la légendes
25034  précédés d'un préfixe.
25035  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
25036  préfixe sera 
25037 \begin_inset Quotes fld
25038 \end_inset
25039
25040
25041 \family sans
25042 fig:
25043 \family default
25044
25045 \begin_inset Quotes frd
25046 \end_inset
25047
25048 .
25049 \end_layout
25050
25051 \begin_layout Standard
25052 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
25053  Vous pouvez faire référence à cette étiquette en utilisant le menu 
25054 \family sans
25055 Insertion\SpecialChar menuseparator
25056 Référence
25057 \begin_inset space ~
25058 \end_inset
25059
25060 Croisée
25061 \family default
25062  ou le bouton 
25063 \begin_inset Info
25064 type  "icon"
25065 arg   "dialog-show-new-inset ref"
25066 \end_inset
25067
25068  de la barre d'outils.
25069  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
25070  définies dans votre document.
25071  Si vous avez plusieurs documents \SpecialChar LyX
25072  ouverts, vous pouvez choisir celui que
25073  vous voulez utiliser avec la liste déroulante qui se trouve en haut de
25074  la fenêtre de dialogue.
25075  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
25076  une.
25077  Une boîte grise de référence croisée comme celle-ci : 
25078 \begin_inset Graphics
25079         filename ../clipart/reference.png
25080         scale 85
25081         scaleBeforeRotation
25082
25083 \end_inset
25084
25085  va être insérée.
25086  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
25087  de la référence croisée.
25088 \end_layout
25089
25090 \begin_layout Standard
25091 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
25092  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
25093  les deux.
25094  Si une référence croisées fait référence à une étiquette qui n'existe pas,
25095  vous verrez deux points d'interrogation dans la sortie imprimée à la place
25096  du numéro de la référence.
25097 \end_layout
25098
25099 \begin_layout Standard
25100 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
25101  Les références vers l'étiquette modifiée seront mise à jour automatiquement
25102  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
25103  pas à vous en préoccuper.
25104 \end_layout
25105
25106 \begin_layout Standard
25107 Le bouton 
25108 \family sans
25109 Aller
25110 \begin_inset space ~
25111 \end_inset
25112
25113 à
25114 \begin_inset space ~
25115 \end_inset
25116
25117 l'étiquette
25118 \family default
25119  dans la fenêtre de référence croisée va positionner le curseur juste devant
25120  l'étiquette à laquelle on fait référence.
25121  Le nom du bouton bouton 
25122 \family sans
25123 Revenir
25124 \family default
25125  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
25126 \end_layout
25127
25128 \begin_layout Subsection
25129 Formats de références croisées
25130 \begin_inset CommandInset label
25131 LatexCommand label
25132 name "subsec:Formats-Références-Croisées"
25133
25134 \end_inset
25135
25136
25137 \begin_inset Index idx
25138 status collapsed
25139
25140 \begin_layout Plain Layout
25141 References@Références ! Formats
25142 \end_layout
25143
25144 \end_inset
25145
25146
25147 \end_layout
25148
25149 \begin_layout Standard
25150 Il y a six types de références croisées :
25151 \end_layout
25152
25153 \begin_layout Description
25154 <référence>
25155 \begin_inset space ~
25156 \end_inset
25157
25158 : affiche le numéro de l'élément, c'est le choix implicite : 
25159 \begin_inset CommandInset ref
25160 LatexCommand ref
25161 reference "fig:Deux-images-déformées"
25162
25163 \end_inset
25164
25165
25166 \end_layout
25167
25168 \begin_layout Description
25169 (<référence>)
25170 \begin_inset space ~
25171 \end_inset
25172
25173 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
25174  normalement pour faire référence à des formules mathématiques, en particulier
25175  quand le mot 
25176 \begin_inset Quotes fld
25177 \end_inset
25178
25179 Équation
25180 \begin_inset Quotes frd
25181 \end_inset
25182
25183  est omis : 
25184 \begin_inset CommandInset ref
25185 LatexCommand eqref
25186 reference "eq:Wgn"
25187
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \begin_layout Description
25194 <page>
25195 \begin_inset space ~
25196 \end_inset
25197
25198 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
25199 \begin_inset space ~
25200 \end_inset
25201
25202
25203 \begin_inset CommandInset ref
25204 LatexCommand pageref
25205 reference "fig:Deux-images-déformées"
25206
25207 \end_inset
25208
25209
25210 \end_layout
25211
25212 \begin_layout Description
25213 Sur
25214 \begin_inset space ~
25215 \end_inset
25216
25217 la
25218 \begin_inset space ~
25219 \end_inset
25220
25221 page
25222 \begin_inset space ~
25223 \end_inset
25224
25225 <page>
25226 \begin_inset space ~
25227 \end_inset
25228
25229 : affiche le mot 
25230 \begin_inset Quotes fld
25231 \end_inset
25232
25233 page
25234 \begin_inset Quotes frd
25235 \end_inset
25236
25237  suivi du numéro de la page sur laquelle se trouve l'élément : 
25238 \begin_inset CommandInset ref
25239 LatexCommand vpageref
25240 reference "fig:Deux-images-déformées"
25241
25242 \end_inset
25243
25244
25245 \end_layout
25246
25247 \begin_layout Description
25248 <référence>
25249 \begin_inset space ~
25250 \end_inset
25251
25252 page
25253 \begin_inset space ~
25254 \end_inset
25255
25256 <page>
25257 \begin_inset space ~
25258 \end_inset
25259
25260 : affiche le numéro de l'élément, le mot 
25261 \begin_inset Quotes fld
25262 \end_inset
25263
25264 page
25265 \begin_inset Quotes frd
25266 \end_inset
25267
25268  et le numéro de la page : 
25269 \begin_inset CommandInset ref
25270 LatexCommand vref
25271 reference "fig:Deux-images-déformées"
25272
25273 \end_inset
25274
25275
25276 \end_layout
25277
25278 \begin_layout Description
25279 Référence
25280 \begin_inset space ~
25281 \end_inset
25282
25283 mise
25284 \begin_inset space ~
25285 \end_inset
25286
25287 en
25288 \begin_inset space ~
25289 \end_inset
25290
25291 forme
25292 \begin_inset space ~
25293 \end_inset
25294
25295 : affiche une référence croisée qui définit son propre format.
25296 \begin_inset Newline newline
25297 \end_inset
25298
25299
25300 \begin_inset Note Greyedout
25301 status open
25302
25303 \begin_layout Plain Layout
25304
25305 \series bold
25306 Note:
25307 \series default
25308  Ce type de référence croisée n'est disponible que si vous avez installé
25309  le paquetage \SpecialChar LaTeX
25310  
25311 \series bold
25312 prettyref
25313 \series default
25314  ou 
25315 \series bold
25316 refstyle
25317 \series default
25318
25319 \begin_inset Index idx
25320 status collapsed
25321
25322 \begin_layout Plain Layout
25323 Paquetages \SpecialChar LaTeX
25324  ! prettyref
25325 \end_layout
25326
25327 \end_inset
25328
25329
25330 \begin_inset Index idx
25331 status collapsed
25332
25333 \begin_layout Plain Layout
25334 Paquetages \SpecialChar LaTeX
25335  ! refstyle
25336 \end_layout
25337
25338 \end_inset
25339
25340 .
25341 \end_layout
25342
25343 \end_inset
25344
25345
25346 \begin_inset Newline newline
25347 \end_inset
25348
25349 Vous pouvez choisir le paquetage \SpecialChar LaTeX
25350  qui doit être utilisé pour cette fonction
25351  en utilisant l'option 
25352 \family sans
25353 Utiliser refstyle (à la place de prettyref) pour les références croisées
25354 \family default
25355  dans le menu 
25356 \family sans
25357 Document\SpecialChar menuseparator
25358 Paramètres\SpecialChar menuseparator
25359 Classe de document
25360 \family default
25361 .
25362  Le format est précisé en ajoutant la commande 
25363 \series bold
25364
25365 \backslash
25366 newrefformat
25367 \series default
25368  (prettyref) ou 
25369 \series bold
25370
25371 \backslash
25372 newref
25373 \series default
25374  (refstyle) au préambule du document.
25375  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
25376  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
25377 \begin_inset space ~
25378 \end_inset
25379
25380 :
25381 \begin_inset Newline newline
25382 \end_inset
25383
25384
25385 \series bold
25386
25387 \backslash
25388 newref{fig}{refcmd={Image sur la page 
25389 \backslash
25390 pageref{#1}}}
25391 \series default
25392
25393 \begin_inset Newline newline
25394 \end_inset
25395
25396 Pour plus d'information sur le format, jetez un œil sur la documentation
25397  du paquetage, 
25398 \begin_inset CommandInset citation
25399 LatexCommand cite
25400 key "prettyref,refstyle"
25401
25402 \end_inset
25403
25404 .
25405 \end_layout
25406
25407 \begin_layout Description
25408 Référence
25409 \begin_inset space ~
25410 \end_inset
25411
25412 textuelle: affiche la légende de la référence
25413 \begin_inset space ~
25414 \end_inset
25415
25416
25417 \begin_inset CommandInset ref
25418 LatexCommand nameref
25419 reference "fig:Deux-images-déformées"
25420
25421 \end_inset
25422
25423
25424 \end_layout
25425
25426 \begin_layout Standard
25427
25428 \family sans
25429 <page>
25430 \family default
25431  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
25432  précédente, la même page ou la page suivante.
25433  Vous verrez par exemple un texte du genre 
25434 \begin_inset Quotes fld
25435 \end_inset
25436
25437
25438 \family sans
25439 sur cette page
25440 \family default
25441
25442 \begin_inset Quotes frd
25443 \end_inset
25444
25445  à la place.
25446  Le style 
25447 \family sans
25448 <référence>
25449 \begin_inset space ~
25450 \end_inset
25451
25452 page
25453 \begin_inset space ~
25454 \end_inset
25455
25456 <page> 
25457 \family default
25458 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
25459  page.
25460 \end_layout
25461
25462 \begin_layout Standard
25463 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
25464  se trouve sont calculés automatiquement par \SpecialChar LaTeX
25465 .
25466  Vous choisissez une des six variétés de références dans le champ Format
25467  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
25468  boîte de la référence croisée.
25469 \end_layout
25470
25471 \begin_layout Standard
25472 \begin_inset Note Greyedout
25473 status open
25474
25475 \begin_layout Plain Layout
25476
25477 \series bold
25478 Note:
25479 \series default
25480  L'utilisation du paquetage \SpecialChar LaTeX
25481  
25482 \series bold
25483 refstyle
25484 \series default
25485
25486 \begin_inset Index idx
25487 status collapsed
25488
25489 \begin_layout Plain Layout
25490 Paquetages \SpecialChar LaTeX
25491  ! refstyle
25492 \end_layout
25493
25494 \end_inset
25495
25496  est recommandée parce que 
25497 \series bold
25498 prettyref
25499 \series default
25500
25501 \begin_inset Index idx
25502 status collapsed
25503
25504 \begin_layout Plain Layout
25505 Paquetages \SpecialChar LaTeX
25506  ! prettyref
25507 \end_layout
25508
25509 \end_inset
25510
25511  ne connaît pas tous les raccourcis possibles pour les étiquettes
25512 \begin_inset Foot
25513 status collapsed
25514
25515 \begin_layout Plain Layout
25516 \begin_inset Quotes fld
25517 \end_inset
25518
25519 fig:
25520 \begin_inset Quotes frd
25521 \end_inset
25522
25523  est par exemple le raccourci \SpecialChar LyX
25524  pour les étiquettes dans les légendes de
25525  figures,.
25526 \end_layout
25527
25528 \end_inset
25529
25530  et n'est pas internationalisé.
25531 \end_layout
25532
25533 \end_inset
25534
25535
25536 \end_layout
25537
25538 \begin_layout Subsection
25539 Nommage automatique des références croisées
25540 \begin_inset Index idx
25541 status collapsed
25542
25543 \begin_layout Plain Layout
25544 References@Références ! Nommage automatique
25545 \end_layout
25546
25547 \end_inset
25548
25549
25550 \end_layout
25551
25552 \begin_layout Standard
25553 Le paquetage \SpecialChar LaTeX
25554  
25555 \series bold
25556 hyperref
25557 \series default
25558
25559 \begin_inset Index idx
25560 status collapsed
25561
25562 \begin_layout Plain Layout
25563 Paquetages \SpecialChar LaTeX
25564  ! hyperref
25565 \end_layout
25566
25567 \end_inset
25568
25569
25570 \series bold
25571
25572 \series default
25573 qui est activé dans la rubrique 
25574 \family sans
25575 Propriétés du PDF
25576 \family default
25577  de la fenêtre de dialogue 
25578 \family sans
25579 Paramètres du document
25580 \family default
25581  fournit une fonction très utile pour automatiser la création des références
25582  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
25583  une section).
25584  Par exemple pour vous éviter de devoir écrire le mot 
25585 \begin_inset Quotes fld
25586 \end_inset
25587
25588 Figure
25589 \begin_inset Quotes frd
25590 \end_inset
25591
25592  devant chaque référence à une figure.
25593  Pour profiter de ce nommage automatique des références croisées, vous devez
25594  activer 
25595 \series bold
25596 hyperref
25597 \series default
25598  et insérer la ligne suivante dans le préambule du document :
25599 \end_layout
25600
25601 \begin_layout Standard
25602
25603 \series bold
25604
25605 \backslash
25606 AtBeginDocument{
25607 \backslash
25608 renewcommand{
25609 \backslash
25610 ref}[1]{
25611 \backslash
25612 mbox{
25613 \backslash
25614 autoref{#1}}}}
25615 \end_layout
25616
25617 \begin_layout Standard
25618 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
25619  défaut, par exemple vous préférez le nom 
25620 \begin_inset Quotes fld
25621 \end_inset
25622
25623 sec.
25624 \begin_inset Quotes frd
25625 \end_inset
25626
25627  plutôt que 
25628 \begin_inset Quotes fld
25629 \end_inset
25630
25631 section
25632 \begin_inset Quotes frd
25633 \end_inset
25634
25635 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
25636 \end_layout
25637
25638 \begin_layout Standard
25639
25640 \series bold
25641
25642 \backslash
25643 addto
25644 \backslash
25645 extrasfrench{
25646 \backslash
25647 renewcommand{
25648 \backslash
25649 sectionautorefname}
25650 \begin_inset Newline newline
25651 \end_inset
25652
25653
25654 \begin_inset Phantom HPhantom
25655 status open
25656
25657 \begin_layout Plain Layout
25658
25659 \series bold
25660 \begin_inset space ~
25661 \end_inset
25662
25663
25664 \end_layout
25665
25666 \end_inset
25667
25668 {sec.
25669 \backslash
25670 negthinspace}}
25671 \end_layout
25672
25673 \begin_layout Standard
25674 Si vous utilisez une autre langue que le français, remplacez 
25675 \series bold
25676
25677 \backslash
25678 extrasfrench
25679 \series default
25680  par 
25681 \series bold
25682
25683 \backslash
25684 extras***
25685 \series default
25686 , où *** est le nom de la langue que vous utilisez.
25687
25688 \series bold
25689  
25690 \end_layout
25691
25692 \begin_layout Standard
25693 Pour avoir des noms automatiques, mais pas pour certains types de références,
25694  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
25695 \end_layout
25696
25697 \begin_layout Standard
25698
25699 \series bold
25700
25701 \backslash
25702 addto
25703 \backslash
25704 extrasfrench{
25705 \backslash
25706 renewcommand*{
25707 \backslash
25708 equationautorefname}[1]{}}
25709 \end_layout
25710
25711 \begin_layout Standard
25712 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
25713  de 
25714 \series bold
25715 hyperref
25716 \series default
25717  
25718 \begin_inset CommandInset citation
25719 LatexCommand cite
25720 key "hyperref"
25721
25722 \end_inset
25723
25724 .
25725 \end_layout
25726
25727 \begin_layout Standard
25728 \begin_inset Note Greyedout
25729 status open
25730
25731 \begin_layout Plain Layout
25732
25733 \series bold
25734 Note:
25735 \series default
25736  Le nommage automatique de références ne peut être utilisé si vous avez
25737  choisi le style de référence 
25738 \family sans
25739 Référence
25740 \begin_inset space ~
25741 \end_inset
25742
25743 mise
25744 \begin_inset space ~
25745 \end_inset
25746
25747 en
25748 \begin_inset space ~
25749 \end_inset
25750
25751 forme
25752 \family default
25753  décrit dans la section
25754 \begin_inset space ~
25755 \end_inset
25756
25757
25758 \begin_inset CommandInset ref
25759 LatexCommand ref
25760 reference "subsec:Formats-Références-Croisées"
25761
25762 \end_inset
25763
25764 .
25765 \end_layout
25766
25767 \end_inset
25768
25769
25770 \end_layout
25771
25772 \begin_layout Standard
25773 Le manuel 
25774 \emph on
25775 Math
25776 \emph default
25777  est un exemple dans lequel on a utilisé le référencement automatique.
25778 \end_layout
25779
25780 \begin_layout Subsection
25781 Positionnement des références 
25782 \begin_inset CommandInset label
25783 LatexCommand label
25784 name "subsec:Reference-Position"
25785
25786 \end_inset
25787
25788
25789 \begin_inset Index idx
25790 status collapsed
25791
25792 \begin_layout Plain Layout
25793 References@Références ! Positionnement
25794 \end_layout
25795
25796 \end_inset
25797
25798
25799 \end_layout
25800
25801 \begin_layout Standard
25802 Si vous utilisez le paquetage 
25803 \series bold
25804 hyperref, 
25805 \series default
25806 qui est activé dans la rubrique 
25807 \family sans
25808 Propriétés du PDF
25809 \family default
25810  de la fenêtre de dialogue 
25811 \family sans
25812 Paramètres du document,
25813 \family default
25814  pour lier vos références croisées dans la sortie finale, vous verrez que
25815  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
25816  l'image.
25817  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
25818  pourrez voir l'image sans faire défiler le texte.
25819  Ce problème vient du fait que le point d'ancrage de la référence se situe
25820  à l'endroit de l'étiquette.
25821  En utilisant le paquetage \SpecialChar LaTeX
25822  
25823 \series bold
25824 hypcap
25825 \series default
25826
25827 \begin_inset Index idx
25828 status collapsed
25829
25830 \begin_layout Plain Layout
25831 Paquetages \SpecialChar LaTeX
25832  ! hypcap
25833 \end_layout
25834
25835 \end_inset
25836
25837 , qui fait partie du paquetage \SpecialChar LaTeX
25838  
25839 \series bold
25840 oberdiek
25841 \series default
25842
25843 \begin_inset Index idx
25844 status collapsed
25845
25846 \begin_layout Plain Layout
25847 Paquetages \SpecialChar LaTeX
25848  ! oberdiek
25849 \end_layout
25850
25851 \end_inset
25852
25853 , le point d'ancrage d'un lien est place en haut du flottant.
25854  Pour utiliser cette fonction avec les flottants de figure, chargez 
25855 \series bold
25856 hypcap
25857 \series default
25858  dans l'entête du document avec la ligne
25859 \end_layout
25860
25861 \begin_layout Standard
25862
25863 \series bold
25864
25865 \backslash
25866 usepackage[figure]{hypcap}
25867 \end_layout
25868
25869 \begin_layout Standard
25870 Vous pouvez aussi utiliser 
25871 \series bold
25872 hypcap
25873 \series default
25874  pour tous les types de flottants, mais ce n'est pas recommandé pour des
25875  raisons de stabilité.
25876  Pour plus d'information, jetez un coup d'œil au manuel d' 
25877 \series bold
25878 hypcap
25879 \series default
25880  
25881 \begin_inset CommandInset citation
25882 LatexCommand cite
25883 key "hypcap"
25884
25885 \end_inset
25886
25887 .
25888 \end_layout
25889
25890 \begin_layout Standard
25891 \begin_inset Note Greyedout
25892 status open
25893
25894 \begin_layout Plain Layout
25895
25896 \series bold
25897 Note:
25898 \series default
25899  
25900 \series bold
25901 hypcap
25902 \series default
25903  n'a aucun effet pour les références à des sous-figures.
25904 \end_layout
25905
25906 \end_inset
25907
25908
25909 \end_layout
25910
25911 \begin_layout Section
25912 Placement des flottants
25913 \begin_inset CommandInset label
25914 LatexCommand label
25915 name "sec:Placement-flottants"
25916
25917 \end_inset
25918
25919
25920 \begin_inset Index idx
25921 status collapsed
25922
25923 \begin_layout Plain Layout
25924 Flottants ! Placement
25925 \end_layout
25926
25927 \end_inset
25928
25929
25930 \end_layout
25931
25932 \begin_layout Standard
25933 En faisant un clic droit sur la boîte d'un flottant et 
25934 \lang english
25935 clicking on 
25936 \family sans
25937 Settings
25938 \family default
25939 \lang french
25940  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
25941  paramètres de placement que \SpecialChar LaTeX
25942  utilise pour déterminer où placer le flottant.
25943 \begin_inset Newline newline
25944 \end_inset
25945
25946 L'option 
25947 \family sans
25948 Plusieurs
25949 \begin_inset space ~
25950 \end_inset
25951
25952 colonnes
25953 \family default
25954  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
25955  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
25956  confiné sur une seule colonne.
25957 \begin_inset Newline newline
25958 \end_inset
25959
25960 L'option 
25961 \family sans
25962 Rotation
25963 \begin_inset space ~
25964 \end_inset
25965
25966 90°
25967 \family default
25968  est utilisée pour faire tourner les flottants, voyez la section
25969 \begin_inset space ~
25970 \end_inset
25971
25972
25973 \begin_inset CommandInset ref
25974 LatexCommand ref
25975 reference "sec:Flottants-renversés"
25976
25977 \end_inset
25978
25979 .
25980 \end_layout
25981
25982 \begin_layout Standard
25983 En désactivant l'option 
25984 \family sans
25985 Utilise
25986 \begin_inset space ~
25987 \end_inset
25988
25989 le
25990 \begin_inset space ~
25991 \end_inset
25992
25993 placement
25994 \begin_inset space ~
25995 \end_inset
25996
25997 par
25998 \begin_inset space ~
25999 \end_inset
26000
26001 défaut
26002 \family default
26003  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
26004  le placement du flottant:
26005 \end_layout
26006
26007 \begin_layout Description
26008 Ici,
26009 \begin_inset space ~
26010 \end_inset
26011
26012 si
26013 \begin_inset space ~
26014 \end_inset
26015
26016 possible: essaie de placer le flottant à la position où il a été inséré
26017  dans \SpecialChar LyX
26018
26019 \end_layout
26020
26021 \begin_layout Description
26022 Haut
26023 \begin_inset space ~
26024 \end_inset
26025
26026 de
26027 \begin_inset space ~
26028 \end_inset
26029
26030 la
26031 \begin_inset space ~
26032 \end_inset
26033
26034 page: essaie de placer le flottant en haut de la page courante
26035 \end_layout
26036
26037 \begin_layout Description
26038 Bas
26039 \begin_inset space ~
26040 \end_inset
26041
26042 de
26043 \begin_inset space ~
26044 \end_inset
26045
26046 la
26047 \begin_inset space ~
26048 \end_inset
26049
26050 page: essaie de placer le flottant en bas de la page courante
26051 \end_layout
26052
26053 \begin_layout Description
26054 Page
26055 \begin_inset space ~
26056 \end_inset
26057
26058 de
26059 \begin_inset space ~
26060 \end_inset
26061
26062 flottants: essaie de placer le flottant sur une page à part, éventuellement
26063  avec d'autres flottants 
26064 \end_layout
26065
26066 \begin_layout Standard
26067 \SpecialChar LaTeX
26068  utilise
26069 \emph on
26070  toujours 
26071 \emph default
26072 les options dans l'ordre donné ci-dessus.
26073  Ce qui veut dire que si vous utilisez le placement implicite, \SpecialChar LaTeX
26074  va d'abord
26075  essayer 
26076 \family sans
26077 Ici
26078 \begin_inset space ~
26079 \end_inset
26080
26081 si
26082 \begin_inset space ~
26083 \end_inset
26084
26085 possible
26086 \family default
26087 , ensuite 
26088 \family sans
26089 Haut
26090 \begin_inset space ~
26091 \end_inset
26092
26093 de
26094 \begin_inset space ~
26095 \end_inset
26096
26097 la
26098 \begin_inset space ~
26099 \end_inset
26100
26101 page
26102 \family default
26103 , et ainsi de suite.
26104  Si vous n'utilisez pas le placement implicite, \SpecialChar LaTeX
26105  va essayer les options
26106  que vous avez cochées, mais dans l'ordre donné ci-dessus.
26107  Si aucune des quatre options de placement n'est possible, la procédure
26108  est répétée avec la possibilité de mettre les flottant sur la page suivante.
26109 \end_layout
26110
26111 \begin_layout Standard
26112 Implicitement, chaque option a ses propres règles d'application:
26113 \end_layout
26114
26115 \begin_layout Standard
26116
26117 \family sans
26118 Haut
26119 \begin_inset space ~
26120 \end_inset
26121
26122 de
26123 \begin_inset space ~
26124 \end_inset
26125
26126 la
26127 \begin_inset space ~
26128 \end_inset
26129
26130 page
26131 \family default
26132  : seuls les flottants occupant moins de 70% de la page peuvent être placés
26133  en haut de page (
26134 \series bold
26135
26136 \backslash
26137 topfraction
26138 \series default
26139 ).
26140 \end_layout
26141
26142 \begin_layout Standard
26143
26144 \family sans
26145 Bas
26146 \begin_inset space ~
26147 \end_inset
26148
26149 de
26150 \begin_inset space ~
26151 \end_inset
26152
26153 la
26154 \begin_inset space ~
26155 \end_inset
26156
26157 page
26158 \family default
26159  : seuls les flottants occupant moins de 30% de la page peuvent être placés
26160  en bas de page (
26161 \series bold
26162
26163 \backslash
26164 bottomfraction
26165 \series default
26166 ).
26167 \end_layout
26168
26169 \begin_layout Standard
26170
26171 \family sans
26172 Page
26173 \begin_inset space ~
26174 \end_inset
26175
26176 de
26177 \begin_inset space ~
26178 \end_inset
26179
26180 flottants
26181 \family default
26182  : plusieurs flottants peuvent être placés ensembles sur une page seulement
26183  si ils occupent plus de 50% de celle-ci (
26184 \series bold
26185
26186 \backslash
26187 floatpagefraction
26188 \series default
26189 ).
26190 \end_layout
26191
26192 \begin_layout Standard
26193 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
26194  supplémentaire 
26195 \family sans
26196 Ignorer
26197 \begin_inset space ~
26198 \end_inset
26199
26200 les
26201 \begin_inset space ~
26202 \end_inset
26203
26204 règles
26205 \begin_inset space ~
26206 \end_inset
26207
26208 \SpecialChar LaTeX
26209
26210 \family default
26211 \lang english
26212 .
26213 \begin_inset Newline newline
26214 \end_inset
26215
26216
26217 \lang french
26218 Vous pouvez aussi redéfinir les règles avec les commandes \SpecialChar LaTeX
26219  qui sont données
26220  entre parenthèses après les descriptions des règles données ci-dessus.
26221  Par exemple, pour augmenter à 50
26222 \begin_inset space \thinspace{}
26223 \end_inset
26224
26225 % la valeur de la règle de bas de page dont la valeur implicite est souvent
26226  trop petite, ajoutez cette ligne au préambule de votre document :
26227 \end_layout
26228
26229 \begin_layout Standard
26230
26231 \series bold
26232
26233 \backslash
26234 renewcommand{
26235 \backslash
26236 bottomfraction}{0.5}
26237 \end_layout
26238
26239 \begin_layout Standard
26240 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
26241  exactement à l'endroit où vous l'avez inséré.
26242  dans ce cas utilisez l'option 
26243 \family sans
26244 Ici
26245 \begin_inset space ~
26246 \end_inset
26247
26248 à
26249 \begin_inset space ~
26250 \end_inset
26251
26252 tout
26253 \begin_inset space ~
26254 \end_inset
26255
26256 Prix
26257 \family default
26258 .
26259  Utilisez cette option le moins souvent possible et seulement quand le document
26260  est presque prêt à être imprimé.
26261  En effet, le flottant n'est plus capable de 
26262 \begin_inset Quotes fld
26263 \end_inset
26264
26265 flotter
26266 \begin_inset Quotes frd
26267 \end_inset
26268
26269 , ce qui peut perturber toutes les mises en page.
26270 \end_layout
26271
26272 \begin_layout Standard
26273 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
26274  sont toujours entourés par le texte d'un paragraphe donné.
26275 \begin_inset VSpace bigskip
26276 \end_inset
26277
26278
26279 \end_layout
26280
26281 \begin_layout Standard
26282 On peut parfois se trouver dans la situation où un flottant est placé en
26283  haut d'une page alors que la section concernée ne commence qu'au milieu
26284  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
26285  la section précédente.
26286  On peut utiliser la commande \SpecialChar LaTeX
26287  
26288 \series bold
26289
26290 \backslash
26291 suppressfloats
26292 \series default
26293  pour éviter ce cas.
26294  Elle empêche le placement d'un flottant donné dans la page dans laquelle
26295  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
26296  soit placé avant que la section commence.
26297  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
26298  votre document :
26299 \end_layout
26300
26301 \begin_layout Standard
26302
26303 \series bold
26304
26305 \backslash
26306 let
26307 \backslash
26308 mySection
26309 \backslash
26310 section
26311 \begin_inset Newline newline
26312 \end_inset
26313
26314
26315 \backslash
26316 renewcommand{
26317 \backslash
26318 section}{
26319 \backslash
26320 suppressfloats[t]
26321 \backslash
26322 mySection}
26323 \end_layout
26324
26325 \begin_layout Standard
26326 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
26327  comme les chapitres et les sous-sections.
26328  Il n'est pas recommandé d'utiliser cette définition avec des portions de
26329  texte trop petites comme les sous-sous-sections parce que \SpecialChar LaTeX
26330  pourrait ensuite
26331  avoir du mal à trouver un positionnement correct.
26332 \end_layout
26333
26334 \begin_layout Standard
26335 \begin_inset VSpace bigskip
26336 \end_inset
26337
26338 Dans certains cas il est demandé de placer toutes les figures et tous les
26339  tableaux à la fin du document.
26340  C'est pour de telles situations que le paquetage \SpecialChar LaTeX
26341  
26342 \series bold
26343 endfloat
26344 \series default
26345
26346 \begin_inset Index idx
26347 status collapsed
26348
26349 \begin_layout Plain Layout
26350 Paquetages \SpecialChar LaTeX
26351  ! endfloat
26352 \end_layout
26353
26354 \end_inset
26355
26356  a été développé.
26357  Il met en effet tous les flottants de figures et de tableaux à la fin du
26358  document dans leurs propres sections.
26359  À la position d'origine du flottant, une indication textuelle du genre
26360  
26361 \begin_inset Quotes fld
26362 \end_inset
26363
26364
26365 \family sans
26366 [Figure
26367 \begin_inset space ~
26368 \end_inset
26369
26370 3.2 
26371 \lang english
26372 about here.
26373 \lang french
26374 ]
26375 \family default
26376
26377 \begin_inset Quotes frd
26378 \end_inset
26379
26380  est insérée.
26381  Le paquetage 
26382 \series bold
26383 endfloat
26384 \series default
26385  est chargé dans le préambule avec la ligne suivante 
26386 \end_layout
26387
26388 \begin_layout Standard
26389
26390 \series bold
26391
26392 \backslash
26393 usepackage[options]{endfloat}
26394 \end_layout
26395
26396 \begin_layout Standard
26397 Il y a aussi de nombreuses options de paquetage pour modifier le format
26398  des sections de figures ou de tableau qui sont créées.
26399  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
26400  
26401 \series bold
26402 endfloa
26403 \series default
26404
26405 \begin_inset CommandInset citation
26406 LatexCommand cite
26407 key "endfloat"
26408
26409 \end_inset
26410
26411 .
26412 \begin_inset Newline newline
26413 \end_inset
26414
26415
26416 \begin_inset Note Greyedout
26417 status open
26418
26419 \begin_layout Plain Layout
26420
26421 \series bold
26422 Note: endfloat
26423 \series default
26424  ne fournit pas de traduction automatique de l'indication textuelle, vous
26425  devez donc le faire manuellement, voyez la section
26426 \begin_inset space ~
26427 \end_inset
26428
26429 4 de 
26430 \begin_inset CommandInset citation
26431 LatexCommand cite
26432 key "endfloat"
26433
26434 \end_inset
26435
26436 .
26437 \end_layout
26438
26439 \end_inset
26440
26441
26442 \begin_inset Newline newline
26443 \end_inset
26444
26445
26446 \begin_inset Note Greyedout
26447 status open
26448
26449 \begin_layout Plain Layout
26450
26451 \series bold
26452 Note:
26453 \series default
26454  Il y a actuellement un bug dans le paquetage 
26455 \series bold
26456 endfloat
26457 \series default
26458  quand la légende contient un 
26459 \begin_inset Quotes fld
26460 \end_inset
26461
26462 ß
26463 \begin_inset Quotes frd
26464 \end_inset
26465
26466  allemand.
26467  Utilisez dans ce cas la commande 
26468 \begin_inset Quotes fld
26469 \end_inset
26470
26471
26472 \series bold
26473
26474 \backslash
26475 ss
26476 \series default
26477
26478 \begin_inset Quotes frd
26479 \end_inset
26480
26481  en code \SpecialChar TeX
26482  à la place du 
26483 \begin_inset Quotes fld
26484 \end_inset
26485
26486 ß
26487 \begin_inset Quotes frd
26488 \end_inset
26489
26490 .
26491 \end_layout
26492
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \begin_layout Standard
26499 \begin_inset VSpace bigskip
26500 \end_inset
26501
26502 Pour plus d'information sur les manières de placer les flottants, jetez
26503  un coup d'œil aux livres sur \SpecialChar LaTeX
26504
26505 \begin_inset CommandInset citation
26506 LatexCommand cite
26507 key "latexcompanion,latexguide,latexbook"
26508
26509 \end_inset
26510
26511 .
26512 \end_layout
26513
26514 \begin_layout Section
26515 Flottants renversés
26516 \begin_inset CommandInset label
26517 LatexCommand label
26518 name "sec:Flottants-renversés"
26519
26520 \end_inset
26521
26522
26523 \begin_inset Index idx
26524 status collapsed
26525
26526 \begin_layout Plain Layout
26527 Flottants ! Renversés
26528 \end_layout
26529
26530 \end_inset
26531
26532
26533 \end_layout
26534
26535 \begin_layout Standard
26536 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
26537  tableaux très larges.
26538  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
26539  un clic droit sur la boîte du flottant et utilisez l'option 
26540 \family sans
26541 Rotation
26542 \begin_inset space ~
26543 \end_inset
26544
26545 90°
26546 \family default
26547 .
26548 \end_layout
26549
26550 \begin_layout Standard
26551 Les flottants renversés sont systématiquement placés sur leur propre page
26552  ( ou colonne, si vous avez un document sur deux colonnes ).
26553  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
26554  
26555 \family sans
26556 Plusieurs
26557 \begin_inset space ~
26558 \end_inset
26559
26560 colonnes
26561 \family default
26562  dans les paramètres du flottant.
26563  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
26564  du côté de la marge externe.
26565  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
26566  ajouter soit l'option 
26567 \series bold
26568 figuresleft
26569 \series default
26570  soit l'option 
26571 \series bold
26572 figuresright
26573 \series default
26574  aux options de la classe de document.
26575 \end_layout
26576
26577 \begin_layout Standard
26578 Faire référence à un flottant renversé se fait de la même manière que pour
26579  un flottant normal, la mise en forme de la légende est aussi identique
26580  : Le tableau
26581 \begin_inset space ~
26582 \end_inset
26583
26584
26585 \begin_inset CommandInset ref
26586 LatexCommand ref
26587 reference "tab:Tableau-pivoté"
26588
26589 \end_inset
26590
26591  est un exemple de flottant de tableau renversé.
26592 \end_layout
26593
26594 \begin_layout Standard
26595 \begin_inset Note Greyedout
26596 status open
26597
26598 \begin_layout Plain Layout
26599
26600 \series bold
26601 Note:
26602 \series default
26603  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
26604  DVI.
26605 \end_layout
26606
26607 \end_inset
26608
26609
26610 \end_layout
26611
26612 \begin_layout Standard
26613 \begin_inset Float table
26614 wide false
26615 sideways true
26616 status open
26617
26618 \begin_layout Plain Layout
26619 \begin_inset Caption Standard
26620
26621 \begin_layout Plain Layout
26622 \begin_inset CommandInset label
26623 LatexCommand label
26624 name "tab:Tableau-pivoté"
26625
26626 \end_inset
26627
26628  Tableau pivoté
26629 \end_layout
26630
26631 \end_inset
26632
26633
26634 \end_layout
26635
26636 \begin_layout Plain Layout
26637 \align center
26638 \begin_inset Tabular
26639 <lyxtabular version="3" rows="1" columns="5">
26640 <features tabularvalignment="middle">
26641 <column alignment="center" valignment="top">
26642 <column alignment="center" valignment="top">
26643 <column alignment="center" valignment="top">
26644 <column alignment="center" valignment="top">
26645 <column alignment="center" valignment="top">
26646 <row>
26647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26648 \begin_inset Text
26649
26650 \begin_layout Plain Layout
26651 test
26652 \end_layout
26653
26654 \end_inset
26655 </cell>
26656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26657 \begin_inset Text
26658
26659 \begin_layout Plain Layout
26660 b
26661 \end_layout
26662
26663 \end_inset
26664 </cell>
26665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Plain Layout
26669 c
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Plain Layout
26678 d
26679 \end_layout
26680
26681 \end_inset
26682 </cell>
26683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26684 \begin_inset Text
26685
26686 \begin_layout Plain Layout
26687 e
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 </row>
26693 </lyxtabular>
26694
26695 \end_inset
26696
26697
26698 \end_layout
26699
26700 \end_inset
26701
26702
26703 \end_layout
26704
26705 \begin_layout Section
26706 Sous-flottants
26707 \begin_inset Index idx
26708 status collapsed
26709
26710 \begin_layout Plain Layout
26711 Flottants ! Sous-flottants
26712 \end_layout
26713
26714 \end_inset
26715
26716
26717 \end_layout
26718
26719 \begin_layout Standard
26720 Un exemple de sous-flottant : une figure composée de plusieurs images.
26721  On les crée en insérant un flottant dans un flottant existant.
26722  Le positionnement des sous-flottants peut être contrôlé comme pour les
26723  paragraphes comme on le voit avec les tableaux
26724 \begin_inset space ~
26725 \end_inset
26726
26727
26728 \begin_inset CommandInset ref
26729 LatexCommand ref
26730 reference "tab:Deux-sous-tableaux-cote-a-cote"
26731
26732 \end_inset
26733
26734  et 
26735 \begin_inset CommandInset ref
26736 LatexCommand ref
26737 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
26738
26739 \end_inset
26740
26741 .
26742 \end_layout
26743
26744 \begin_layout Standard
26745 On fait référence à des sous-flottants comme on le ferait avec des flottants
26746  normaux : Les tableaux
26747 \begin_inset space ~
26748 \end_inset
26749
26750
26751 \begin_inset CommandInset ref
26752 LatexCommand ref
26753 reference "tab:Le-sous-tableau-a"
26754
26755 \end_inset
26756
26757  et 
26758 \begin_inset CommandInset ref
26759 LatexCommand ref
26760 reference "tab:Le-sous-tableau-b"
26761
26762 \end_inset
26763
26764  sont des sous-tableaux du tableau
26765 \begin_inset space ~
26766 \end_inset
26767
26768
26769 \begin_inset CommandInset ref
26770 LatexCommand ref
26771 reference "tab:Deux-sous-tableaux-cote-a-cote"
26772
26773 \end_inset
26774
26775 .
26776 \end_layout
26777
26778 \begin_layout Standard
26779 \begin_inset Float table
26780 wide false
26781 sideways false
26782 status open
26783
26784 \begin_layout Plain Layout
26785 \begin_inset Caption Standard
26786
26787 \begin_layout Plain Layout
26788 \begin_inset CommandInset label
26789 LatexCommand label
26790 name "tab:Deux-sous-tableaux-cote-a-cote"
26791
26792 \end_inset
26793
26794 Deux sous-tableaux placés côte-à-côte.
26795 \end_layout
26796
26797 \end_inset
26798
26799
26800 \end_layout
26801
26802 \begin_layout Plain Layout
26803 \align center
26804 \begin_inset space \hfill{}
26805 \end_inset
26806
26807
26808 \begin_inset Float table
26809 wide false
26810 sideways false
26811 status collapsed
26812
26813 \begin_layout Plain Layout
26814 \begin_inset Caption Standard
26815
26816 \begin_layout Plain Layout
26817 \begin_inset CommandInset label
26818 LatexCommand label
26819 name "tab:Le-sous-tableau-a"
26820
26821 \end_inset
26822
26823 Le sous-tableau a
26824 \end_layout
26825
26826 \end_inset
26827
26828
26829 \end_layout
26830
26831 \begin_layout Plain Layout
26832 \align center
26833 \begin_inset Tabular
26834 <lyxtabular version="3" rows="1" columns="5">
26835 <features tabularvalignment="middle">
26836 <column alignment="center" valignment="top">
26837 <column alignment="center" valignment="top">
26838 <column alignment="center" valignment="top">
26839 <column alignment="center" valignment="top">
26840 <column alignment="center" valignment="top">
26841 <row>
26842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26843 \begin_inset Text
26844
26845 \begin_layout Plain Layout
26846 test
26847 \end_layout
26848
26849 \end_inset
26850 </cell>
26851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Plain Layout
26855 b
26856 \end_layout
26857
26858 \end_inset
26859 </cell>
26860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26861 \begin_inset Text
26862
26863 \begin_layout Plain Layout
26864 c
26865 \end_layout
26866
26867 \end_inset
26868 </cell>
26869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26870 \begin_inset Text
26871
26872 \begin_layout Plain Layout
26873 d
26874 \end_layout
26875
26876 \end_inset
26877 </cell>
26878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26879 \begin_inset Text
26880
26881 \begin_layout Plain Layout
26882 e
26883 \end_layout
26884
26885 \end_inset
26886 </cell>
26887 </row>
26888 </lyxtabular>
26889
26890 \end_inset
26891
26892
26893 \end_layout
26894
26895 \end_inset
26896
26897
26898 \begin_inset space \hfill{}
26899 \end_inset
26900
26901
26902 \begin_inset Float table
26903 wide false
26904 sideways false
26905 status collapsed
26906
26907 \begin_layout Plain Layout
26908 \begin_inset Caption Standard
26909
26910 \begin_layout Plain Layout
26911 \begin_inset CommandInset label
26912 LatexCommand label
26913 name "tab:Le-sous-tableau-b"
26914
26915 \end_inset
26916
26917 Le sous-tableau b.
26918 \end_layout
26919
26920 \end_inset
26921
26922
26923 \end_layout
26924
26925 \begin_layout Plain Layout
26926 \align center
26927 \begin_inset Tabular
26928 <lyxtabular version="3" rows="1" columns="5">
26929 <features tabularvalignment="middle">
26930 <column alignment="center" valignment="top">
26931 <column alignment="center" valignment="top">
26932 <column alignment="center" valignment="top">
26933 <column alignment="center" valignment="top">
26934 <column alignment="center" valignment="top">
26935 <row>
26936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26937 \begin_inset Text
26938
26939 \begin_layout Plain Layout
26940 e
26941 \end_layout
26942
26943 \end_inset
26944 </cell>
26945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26946 \begin_inset Text
26947
26948 \begin_layout Plain Layout
26949 d
26950 \end_layout
26951
26952 \end_inset
26953 </cell>
26954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26955 \begin_inset Text
26956
26957 \begin_layout Plain Layout
26958 c
26959 \end_layout
26960
26961 \end_inset
26962 </cell>
26963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26964 \begin_inset Text
26965
26966 \begin_layout Plain Layout
26967 b
26968 \end_layout
26969
26970 \end_inset
26971 </cell>
26972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26973 \begin_inset Text
26974
26975 \begin_layout Plain Layout
26976 test
26977 \end_layout
26978
26979 \end_inset
26980 </cell>
26981 </row>
26982 </lyxtabular>
26983
26984 \end_inset
26985
26986
26987 \end_layout
26988
26989 \end_inset
26990
26991
26992 \begin_inset space \hfill{}
26993 \end_inset
26994
26995
26996 \end_layout
26997
26998 \end_inset
26999
27000
27001 \end_layout
27002
27003 \begin_layout Standard
27004 \begin_inset Float table
27005 wide false
27006 sideways false
27007 status open
27008
27009 \begin_layout Plain Layout
27010 \begin_inset Caption Standard
27011
27012 \begin_layout Plain Layout
27013 \begin_inset CommandInset label
27014 LatexCommand label
27015 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27016
27017 \end_inset
27018
27019 Deux sous-tableaux placés l'un sur l'autre.
27020  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
27021 \end_layout
27022
27023 \end_inset
27024
27025
27026 \end_layout
27027
27028 \begin_layout Plain Layout
27029 \align center
27030 \begin_inset Float table
27031 wide false
27032 sideways false
27033 status collapsed
27034
27035 \begin_layout Plain Layout
27036 \begin_inset Caption Standard
27037
27038 \begin_layout Plain Layout
27039
27040 \end_layout
27041
27042 \end_inset
27043
27044
27045 \end_layout
27046
27047 \begin_layout Plain Layout
27048 \align center
27049 \begin_inset Tabular
27050 <lyxtabular version="3" rows="1" columns="4">
27051 <features tabularvalignment="middle">
27052 <column alignment="center" valignment="top">
27053 <column alignment="center" valignment="top">
27054 <column alignment="center" valignment="top">
27055 <column alignment="center" valignment="top">
27056 <row>
27057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27058 \begin_inset Text
27059
27060 \begin_layout Plain Layout
27061 test
27062 \end_layout
27063
27064 \end_inset
27065 </cell>
27066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27067 \begin_inset Text
27068
27069 \begin_layout Plain Layout
27070 test
27071 \end_layout
27072
27073 \end_inset
27074 </cell>
27075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27076 \begin_inset Text
27077
27078 \begin_layout Plain Layout
27079 test
27080 \end_layout
27081
27082 \end_inset
27083 </cell>
27084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27085 \begin_inset Text
27086
27087 \begin_layout Plain Layout
27088 test
27089 \end_layout
27090
27091 \end_inset
27092 </cell>
27093 </row>
27094 </lyxtabular>
27095
27096 \end_inset
27097
27098
27099 \end_layout
27100
27101 \end_inset
27102
27103
27104 \end_layout
27105
27106 \begin_layout Plain Layout
27107 \align center
27108 \begin_inset Float table
27109 wide false
27110 sideways false
27111 status collapsed
27112
27113 \begin_layout Plain Layout
27114 \begin_inset Caption Standard
27115
27116 \begin_layout Plain Layout
27117
27118 \end_layout
27119
27120 \end_inset
27121
27122
27123 \end_layout
27124
27125 \begin_layout Plain Layout
27126 \align center
27127 \begin_inset Tabular
27128 <lyxtabular version="3" rows="1" columns="5">
27129 <features tabularvalignment="middle">
27130 <column alignment="center" valignment="top">
27131 <column alignment="center" valignment="top">
27132 <column alignment="center" valignment="top">
27133 <column alignment="center" valignment="top">
27134 <column alignment="center" valignment="top">
27135 <row>
27136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27137 \begin_inset Text
27138
27139 \begin_layout Plain Layout
27140 a
27141 \end_layout
27142
27143 \end_inset
27144 </cell>
27145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27146 \begin_inset Text
27147
27148 \begin_layout Plain Layout
27149 b
27150 \end_layout
27151
27152 \end_inset
27153 </cell>
27154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27155 \begin_inset Text
27156
27157 \begin_layout Plain Layout
27158 c
27159 \end_layout
27160
27161 \end_inset
27162 </cell>
27163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27164 \begin_inset Text
27165
27166 \begin_layout Plain Layout
27167 d
27168 \end_layout
27169
27170 \end_inset
27171 </cell>
27172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27173 \begin_inset Text
27174
27175 \begin_layout Plain Layout
27176 e
27177 \end_layout
27178
27179 \end_inset
27180 </cell>
27181 </row>
27182 </lyxtabular>
27183
27184 \end_inset
27185
27186
27187 \end_layout
27188
27189 \end_inset
27190
27191
27192 \end_layout
27193
27194 \end_inset
27195
27196
27197 \end_layout
27198
27199 \begin_layout Section
27200 Flottants côte-à-côte
27201 \begin_inset Index idx
27202 status collapsed
27203
27204 \begin_layout Plain Layout
27205 Flottants ! côte-à-côte
27206 \end_layout
27207
27208 \end_inset
27209
27210
27211 \end_layout
27212
27213 \begin_layout Standard
27214 Pour placer des flottants côte-à-côte, comme pour la figure
27215 \begin_inset space ~
27216 \end_inset
27217
27218
27219 \begin_inset CommandInset ref
27220 LatexCommand ref
27221 reference "fig:Flottant-gauche"
27222
27223 \end_inset
27224
27225  et 
27226 \begin_inset CommandInset ref
27227 LatexCommand ref
27228 reference "fig:Flottant-droit"
27229
27230 \end_inset
27231
27232 , on n'utilise 
27233 \emph on
27234 qu'un seul 
27235 \emph default
27236 flottant.
27237  On y insère deux boîtes de minipages.
27238 \begin_inset Foot
27239 status collapsed
27240
27241 \begin_layout Plain Layout
27242 Les minipages sont décrites dans la section
27243 \begin_inset space ~
27244 \end_inset
27245
27246
27247 \begin_inset CommandInset ref
27248 LatexCommand ref
27249 reference "sec:Minipages"
27250
27251 \end_inset
27252
27253 .
27254 \end_layout
27255
27256 \end_inset
27257
27258  La largeur est mise à 45
27259 \begin_inset space \thinspace{}
27260 \end_inset
27261
27262 -50
27263 \begin_inset space \thinspace{}
27264 \end_inset
27265
27266 column% et l'alignement de la boîte à 
27267 \family sans
27268 Bas
27269 \family default
27270  pour chaque minipage.
27271  Les boîtes minipages contiennent l'image et la légende exactement comme
27272  avec un flottant.
27273  La seule différence est que l'unité de longueur 
27274 \family sans
27275 Largeur
27276 \begin_inset space ~
27277 \end_inset
27278
27279 colonne
27280 \begin_inset space ~
27281 \end_inset
27282
27283 %
27284 \family default
27285  utilisée pour l'image est maintenant définie par rapport à la largeur des
27286  boîtes minipages.
27287 \end_layout
27288
27289 \begin_layout Standard
27290 \begin_inset Float figure
27291 wide false
27292 sideways false
27293 status open
27294
27295 \begin_layout Plain Layout
27296 \begin_inset Box Frameless
27297 position "b"
27298 hor_pos "c"
27299 has_inner_box 1
27300 inner_pos "t"
27301 use_parbox 0
27302 use_makebox 0
27303 width "45col%"
27304 special "none"
27305 height "1in"
27306 height_special "totalheight"
27307 thickness "0.4pt"
27308 separation "3pt"
27309 shadowsize "4pt"
27310 framecolor "black"
27311 backgroundcolor "none"
27312 status open
27313
27314 \begin_layout Plain Layout
27315 \align center
27316 \begin_inset Graphics
27317         filename ../clipart/mobius.eps
27318         lyxscale 50
27319         width 100col%
27320         scaleBeforeRotation
27321
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \begin_layout Plain Layout
27328 \begin_inset Caption Standard
27329
27330 \begin_layout Plain Layout
27331 \begin_inset CommandInset label
27332 LatexCommand label
27333 name "fig:Flottant-gauche"
27334
27335 \end_inset
27336
27337 Flottant du côté gauche.
27338 \end_layout
27339
27340 \end_inset
27341
27342
27343 \end_layout
27344
27345 \end_inset
27346
27347
27348 \begin_inset space \hfill{}
27349 \end_inset
27350
27351
27352 \begin_inset Box Frameless
27353 position "b"
27354 hor_pos "c"
27355 has_inner_box 1
27356 inner_pos "t"
27357 use_parbox 0
27358 use_makebox 0
27359 width "45col%"
27360 special "none"
27361 height "1in"
27362 height_special "totalheight"
27363 thickness "0.4pt"
27364 separation "3pt"
27365 shadowsize "4pt"
27366 framecolor "black"
27367 backgroundcolor "none"
27368 status open
27369
27370 \begin_layout Plain Layout
27371 \align center
27372 \begin_inset Graphics
27373         filename ../clipart/platypus.eps
27374         lyxscale 50
27375         width 100col%
27376         scaleBeforeRotation
27377
27378 \end_inset
27379
27380
27381 \end_layout
27382
27383 \begin_layout Plain Layout
27384 \begin_inset Caption Standard
27385
27386 \begin_layout Plain Layout
27387 \begin_inset CommandInset label
27388 LatexCommand label
27389 name "fig:Flottant-droit"
27390
27391 \end_inset
27392
27393 Flottant du côté droit.
27394 \end_layout
27395
27396 \end_inset
27397
27398
27399 \end_layout
27400
27401 \end_inset
27402
27403
27404 \end_layout
27405
27406 \end_inset
27407
27408
27409 \end_layout
27410
27411 \begin_layout Standard
27412 Une solution alternative plus simple consiste à utiliser le module 
27413 \family sans
27414 Minipages à largeur variable
27415 \family default
27416 , voir la section
27417 \begin_inset space \thinspace{}
27418 \end_inset
27419
27420
27421 \begin_inset CommandInset ref
27422 LatexCommand ref
27423 reference "sec:Minipages"
27424
27425 \end_inset
27426
27427 .
27428  Les minipages à largeur variable s’adaptent automatiquement à la largeur
27429  des figures et des tableaux.
27430  Il n'est pas nécessaire de spécifier explicitement une largeur, et elles
27431  améliorent l'alignement horizontal des figures.
27432  Le fichier du répertoire des exemples 
27433 \emph on
27434 varwidth-floats-side-by-side
27435 \emph default
27436  donnes des exemples d'utilisation du module.
27437 \end_layout
27438
27439 \begin_layout Section
27440 Mise en forme de la légende
27441 \begin_inset Index idx
27442 status collapsed
27443
27444 \begin_layout Plain Layout
27445 Légende ! Mise en forme
27446 \end_layout
27447
27448 \end_inset
27449
27450
27451 \begin_inset Index idx
27452 status collapsed
27453
27454 \begin_layout Plain Layout
27455 Flottants ! Mise en forme de la Légende
27456 \end_layout
27457
27458 \end_inset
27459
27460
27461 \begin_inset CommandInset label
27462 LatexCommand label
27463 name "sec:Formatage-légende"
27464
27465 \end_inset
27466
27467
27468 \end_layout
27469
27470 \begin_layout Standard
27471 L'environnement 
27472 \family sans
27473 Légende
27474 \family default
27475  est l'environnement de paragraphe implicite pour les 
27476 \family sans
27477 flottants
27478 \family default
27479 .
27480  Dans la fenêtre de \SpecialChar LyX
27481  les légendes apparaissent comme une étiquette comme
27482  par exemple 
27483 \begin_inset Quotes fld
27484 \end_inset
27485
27486
27487 \family sans
27488 Figure #:
27489 \family default
27490
27491 \begin_inset Quotes frd
27492 \end_inset
27493
27494  suivi par le texte de la légende.
27495  Le 
27496 \begin_inset Quotes fld
27497 \end_inset
27498
27499 #
27500 \begin_inset Quotes frd
27501 \end_inset
27502
27503  étant remplacé par le numéro de référence réel.
27504  implicitement l'étiquette et le numéro sont dans la même police de caractères
27505  que le texte de la légende et deux points suivent le numéro pour séparer
27506  l'étiquette du texte.
27507  Ce format de légende n'est pas forcément adapté à tous les types de documents.
27508 \end_layout
27509
27510 \begin_layout Standard
27511 Pour modifier le format implicite des légendes, il faut charger le paquetage
27512  \SpecialChar LaTeX
27513  
27514 \series bold
27515 caption
27516 \series default
27517
27518 \begin_inset Index idx
27519 status collapsed
27520
27521 \begin_layout Plain Layout
27522 Paquetages \SpecialChar LaTeX
27523  ! caption
27524 \end_layout
27525
27526 \end_inset
27527
27528  dans le préambule de votre document avec la ligne suivante :
27529 \end_layout
27530
27531 \begin_layout Standard
27532
27533 \series bold
27534
27535 \backslash
27536 usepackage[format definition]{caption}
27537 \end_layout
27538
27539 \begin_layout Standard
27540 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
27541  grasse et les légendes de tableau toujours au dessus des tableaux, comme
27542  dans ce document, utilisez les commandes suivantes :
27543 \end_layout
27544
27545 \begin_layout Standard
27546
27547 \series bold
27548
27549 \backslash
27550 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27551 \end_layout
27552
27553 \begin_layout Standard
27554 Vous pouvez aussi définir des formats de légendes différents pour les différents
27555  types de flottants.
27556  Dans ce cas chargez le paquetage 
27557 \series bold
27558 caption 
27559 \series default
27560 sans option de format spécifique et définissez les différents formats à
27561  l'aide de la commande 
27562 \end_layout
27563
27564 \begin_layout Standard
27565
27566 \series bold
27567
27568 \backslash
27569 captionsetup[type de flottant]{définition du format}
27570 \end_layout
27571
27572 \begin_layout Standard
27573 dans le préambule du document.
27574  Par exemple les formats de légende de la Figure
27575 \begin_inset space ~
27576 \end_inset
27577
27578
27579 \begin_inset CommandInset ref
27580 LatexCommand ref
27581 reference "fig:Legende-de-fig"
27582
27583 \end_inset
27584
27585  et du Tableau
27586 \begin_inset space ~
27587 \end_inset
27588
27589
27590 \begin_inset CommandInset ref
27591 LatexCommand ref
27592 reference "tab:Légende-de-tab"
27593
27594 \end_inset
27595
27596  peuvent être créés en utilisant les commandes suivantes dans le préambule
27597  :
27598 \end_layout
27599
27600 \begin_layout Standard
27601
27602 \series bold
27603
27604 \backslash
27605 usepackage[tableposition=top]{caption}
27606 \series default
27607
27608 \begin_inset Newline newline
27609 \end_inset
27610
27611
27612 \series bold
27613
27614 \backslash
27615 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27616 \begin_inset Newline newline
27617 \end_inset
27618
27619
27620 \begin_inset Phantom HPhantom
27621 status open
27622
27623 \begin_layout Plain Layout
27624
27625 \series bold
27626
27627 \backslash
27628 captionsetup[figure]{
27629 \end_layout
27630
27631 \end_inset
27632
27633 labelsep=period}
27634 \begin_inset Newline newline
27635 \end_inset
27636
27637
27638 \backslash
27639 captionsetup[table]{labelfont={bf,sf}}
27640 \end_layout
27641
27642 \begin_layout Standard
27643 \begin_inset Note Greyedout
27644 status open
27645
27646 \begin_layout Plain Layout
27647
27648 \series bold
27649 Note:
27650 \series default
27651  L'option 
27652 \series bold
27653 tableposition=top
27654 \series default
27655  n'a pas d'effet quand on utilise un document de classe 
27656 \series bold
27657 KOMA-Script
27658 \series default
27659
27660 \begin_inset Index idx
27661 status collapsed
27662
27663 \begin_layout Plain Layout
27664 Paquetages \SpecialChar LaTeX
27665  ! KOMA-Script
27666 \end_layout
27667
27668 \end_inset
27669
27670 .
27671  Dans ce cas on doit utiliser l'option 
27672 \series bold
27673 captions=tableheading
27674 \series default
27675  de la classe de document.
27676 \end_layout
27677
27678 \end_inset
27679
27680
27681 \end_layout
27682
27683 \begin_layout Standard
27684 Pour plus d'information sur le paquetage 
27685 \series bold
27686 caption
27687 \series default
27688  nous vous renvoyons à sa documentation 
27689 \begin_inset CommandInset citation
27690 LatexCommand cite
27691 key "caption"
27692
27693 \end_inset
27694
27695 .
27696 \end_layout
27697
27698 \begin_layout Standard
27699 Pour changer le nom de l'étiquette, par exemple de 
27700 \begin_inset Quotes fld
27701 \end_inset
27702
27703 Figure
27704 \begin_inset Quotes frd
27705 \end_inset
27706
27707  à 
27708 \begin_inset Quotes fld
27709 \end_inset
27710
27711 Image
27712 \begin_inset Quotes frd
27713 \end_inset
27714
27715 , utilisez la commande suivante dans le préambule :
27716 \end_layout
27717
27718 \begin_layout Standard
27719
27720 \series bold
27721
27722 \backslash
27723 renewcommand{
27724 \backslash
27725 fnum@figure}{Image~
27726 \backslash
27727 thefigure}
27728 \end_layout
27729
27730 \begin_layout Standard
27731 où 
27732 \series bold
27733
27734 \backslash
27735 thefigure
27736 \series default
27737  insère le numéro de la figure et
27738 \series bold
27739  
27740 \begin_inset Quotes fld
27741 \end_inset
27742
27743 ~
27744 \series default
27745
27746 \begin_inset Quotes frd
27747 \end_inset
27748
27749  ajoute une espace insécable.
27750 \end_layout
27751
27752 \begin_layout Standard
27753 \begin_inset VSpace bigskip
27754 \end_inset
27755
27756 Si vous utilisez un document de classe 
27757 \series bold
27758 KOMA-Script
27759 \series default
27760
27761 \begin_inset Index idx
27762 status collapsed
27763
27764 \begin_layout Plain Layout
27765 Paquetages \SpecialChar LaTeX
27766  ! KOMA-Script
27767 \end_layout
27768
27769 \end_inset
27770
27771  (
27772 \family sans
27773 article (KOMA-Script)
27774 \family default
27775
27776 \family sans
27777 book (KOMA-Script)
27778 \family default
27779
27780 \family sans
27781 letter (KOMA-Script)
27782 \family default
27783 , ou 
27784 \family sans
27785 report (KOMA-Script)
27786 \family default
27787
27788 \begin_inset space \thinspace{}
27789 \end_inset
27790
27791 ), Vous pouvez utiliser la commande incorporée 
27792 \series bold
27793
27794 \backslash
27795 setkomafont 
27796 \series default
27797 du paquetage
27798 \series bold
27799  KOMA-Script 
27800 \series default
27801 à la place du paquetage
27802 \series bold
27803  caption.
27804  
27805 \series default
27806 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
27807  suivante au préambule de votre document :
27808 \end_layout
27809
27810 \begin_layout Standard
27811
27812 \series bold
27813
27814 \backslash
27815 setkomafont{captionlabel}{
27816 \backslash
27817 bfseries}
27818 \end_layout
27819
27820 \begin_layout Standard
27821 Pour plus d'information au sujet de 
27822 \series bold
27823
27824 \backslash
27825 setkomafont
27826 \series default
27827  nous vous renvoyons à la documentation du paquetage 
27828 \series bold
27829 KOMA-Script
27830 \series default
27831  
27832 \begin_inset CommandInset citation
27833 LatexCommand cite
27834 key "KOMA-Script"
27835
27836 \end_inset
27837
27838 .
27839 \end_layout
27840
27841 \begin_layout Standard
27842 \begin_inset ERT
27843 status collapsed
27844
27845 \begin_layout Plain Layout
27846
27847
27848 \backslash
27849 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27850 }
27851 \end_layout
27852
27853 \end_inset
27854
27855
27856 \begin_inset Note Note
27857 status open
27858
27859 \begin_layout Plain Layout
27860 Le format de la légende n'est modifié que pour cet exemple.
27861 \end_layout
27862
27863 \end_inset
27864
27865
27866 \end_layout
27867
27868 \begin_layout Standard
27869 \begin_inset Float figure
27870 placement !p
27871 wide false
27872 sideways false
27873 status open
27874
27875 \begin_layout Plain Layout
27876 \align center
27877 \begin_inset Graphics
27878         filename ../clipart/mobius.eps
27879         lyxscale 50
27880         scale 50
27881         scaleBeforeRotation
27882
27883 \end_inset
27884
27885
27886 \end_layout
27887
27888 \begin_layout Plain Layout
27889 \begin_inset Caption Standard
27890
27891 \begin_layout Plain Layout
27892 \begin_inset CommandInset label
27893 LatexCommand label
27894 name "fig:Legende-de-fig"
27895
27896 \end_inset
27897
27898 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
27899  pour montrer les différents types de formats de légendes.
27900  Ici on a utilisé un format de légende personnalisé.
27901 \end_layout
27902
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \end_inset
27909
27910
27911 \end_layout
27912
27913 \begin_layout Standard
27914 \begin_inset ERT
27915 status collapsed
27916
27917 \begin_layout Plain Layout
27918
27919
27920 \backslash
27921 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27922 on}
27923 \end_layout
27924
27925 \end_inset
27926
27927
27928 \end_layout
27929
27930 \begin_layout Standard
27931 \begin_inset Float table
27932 placement !p
27933 wide false
27934 sideways false
27935 status open
27936
27937 \begin_layout Plain Layout
27938 \begin_inset Caption Standard
27939
27940 \begin_layout Plain Layout
27941 \begin_inset CommandInset label
27942 LatexCommand label
27943 name "tab:Légende-de-tab"
27944
27945 \end_inset
27946
27947 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
27948  pour montrer les différents types de formats de légendes.
27949  Ici on a utilisé le format de légende implicite.
27950 \end_layout
27951
27952 \end_inset
27953
27954
27955 \end_layout
27956
27957 \begin_layout Plain Layout
27958 \align center
27959 \begin_inset Tabular
27960 <lyxtabular version="3" rows="1" columns="5">
27961 <features tabularvalignment="middle">
27962 <column alignment="center" valignment="top">
27963 <column alignment="center" valignment="top">
27964 <column alignment="center" valignment="top">
27965 <column alignment="center" valignment="top">
27966 <column alignment="center" valignment="top">
27967 <row>
27968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27969 \begin_inset Text
27970
27971 \begin_layout Plain Layout
27972 a
27973 \end_layout
27974
27975 \end_inset
27976 </cell>
27977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27978 \begin_inset Text
27979
27980 \begin_layout Plain Layout
27981 b
27982 \end_layout
27983
27984 \end_inset
27985 </cell>
27986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27987 \begin_inset Text
27988
27989 \begin_layout Plain Layout
27990 c
27991 \end_layout
27992
27993 \end_inset
27994 </cell>
27995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27996 \begin_inset Text
27997
27998 \begin_layout Plain Layout
27999 d
28000 \end_layout
28001
28002 \end_inset
28003 </cell>
28004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28005 \begin_inset Text
28006
28007 \begin_layout Plain Layout
28008 e
28009 \end_layout
28010
28011 \end_inset
28012 </cell>
28013 </row>
28014 </lyxtabular>
28015
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \end_layout
28025
28026 \begin_layout Section
28027 Positionnement de la Légende
28028 \begin_inset Index idx
28029 status collapsed
28030
28031 \begin_layout Plain Layout
28032 Légende ! Placement
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \begin_inset Index idx
28039 status collapsed
28040
28041 \begin_layout Plain Layout
28042 Flottants ! Placement de la légende
28043 \end_layout
28044
28045 \end_inset
28046
28047
28048 \begin_inset CommandInset label
28049 LatexCommand label
28050 name "sec:Placement-légende"
28051
28052 \end_inset
28053
28054
28055 \end_layout
28056
28057 \begin_layout Standard
28058 La règle habituelle pour placer la légende est :
28059 \end_layout
28060
28061 \begin_layout Description
28062 Figure
28063 \begin_inset space ~
28064 \end_inset
28065
28066 : La légende est placée en dessous de la figure
28067 \end_layout
28068
28069 \begin_layout Description
28070 Tableau
28071 \begin_inset space ~
28072 \end_inset
28073
28074 : La légende est placée au dessus du tableau
28075 \end_layout
28076
28077 \begin_layout Standard
28078 Malheureusement les classes standard de \SpecialChar LaTeX
28079  ne gèrent pas les légendes au dessus
28080  des tableaux.
28081  Ce qui fait que si vous utilisez une des classes de document 
28082 \family sans
28083 article
28084 \family default
28085
28086 \family sans
28087 book
28088 \family default
28089
28090 \family sans
28091 letter
28092 \family default
28093 , ou 
28094 \family sans
28095 report
28096 \family default
28097  il n'y aura pas d'espace libre entre la légende et le tableau.
28098  Pour insérer l'espace nécessaire, 
28099 \lang english
28100 load
28101 \lang french
28102  le paquetage \SpecialChar LaTeX
28103  
28104 \series bold
28105 caption
28106 \series default
28107
28108 \begin_inset Index idx
28109 status collapsed
28110
28111 \begin_layout Plain Layout
28112 Paquetages \SpecialChar LaTeX
28113  ! caption
28114 \end_layout
28115
28116 \end_inset
28117
28118  dans le préambule de votre document avec l'option
28119 \begin_inset Foot
28120 status collapsed
28121
28122 \begin_layout Plain Layout
28123 Voir la section
28124 \begin_inset space ~
28125 \end_inset
28126
28127
28128 \begin_inset CommandInset ref
28129 LatexCommand ref
28130 reference "sec:Formatage-légende"
28131
28132 \end_inset
28133
28134  pour plus d'information sur le paquetage 
28135 \series bold
28136 caption
28137 \series default
28138 .
28139 \end_layout
28140
28141 \end_inset
28142
28143
28144 \end_layout
28145
28146 \begin_layout Standard
28147
28148 \series bold
28149 tableposition=top
28150 \end_layout
28151
28152 \begin_layout Standard
28153 Si vous utilisez une classe de document 
28154 \series bold
28155 KOMA-Script
28156 \series default
28157
28158 \begin_inset Index idx
28159 status collapsed
28160
28161 \begin_layout Plain Layout
28162 Paquetages \SpecialChar LaTeX
28163  ! KOMA-Script
28164 \end_layout
28165
28166 \end_inset
28167
28168  (
28169 \family sans
28170 article (KOMA-Script)
28171 \family default
28172
28173 \family sans
28174 book (KOMA-Script)
28175 \family default
28176
28177 \family sans
28178 letter (KOMA-Script)
28179 \family default
28180 , ou 
28181 \family sans
28182 report (KOMA-Script)
28183 \family default
28184
28185 \begin_inset space \thinspace{}
28186 \end_inset
28187
28188 ), vous pouvez utiliser à la place du paquetage 
28189 \series bold
28190 caption
28191 \series default
28192  l'option
28193 \end_layout
28194
28195 \begin_layout Standard
28196
28197 \series bold
28198 captions=tableheading
28199 \end_layout
28200
28201 \begin_layout Standard
28202 de la classe de document.
28203 \begin_inset Foot
28204 status open
28205
28206 \begin_layout Plain Layout
28207 Cette option est utilisée dans le document
28208 \end_layout
28209
28210 \end_inset
28211
28212
28213 \end_layout
28214
28215 \begin_layout Standard
28216 Dans les documents utilisant la classe KOMA-Script, vous pouvez aussi ouvrir
28217  le menu contextuel dans une légende avec un clic droit et indiquer si la
28218  légende doit être au-dessus ou au-dessous du tableau ou de la figure.
28219  Vous pouvez de cette façon écraser le réglage global de placement des légendes
28220  pour certaines d'entre elles.
28221  Le tableau
28222 \begin_inset space ~
28223 \end_inset
28224
28225
28226 \begin_inset CommandInset ref
28227 LatexCommand ref
28228 reference "tab:A-caption-marked"
28229
28230 \end_inset
28231
28232  donne un exemple dans lequel la légende est positionnée au-dessous du tableau
28233  alors qu'elle est insérée au-dessus.
28234  Par comparaison, la légende du tableau
28235 \begin_inset space ~
28236 \end_inset
28237
28238
28239 \begin_inset CommandInset ref
28240 LatexCommand ref
28241 reference "tab:A-standard-table"
28242
28243 \end_inset
28244
28245  n'est pas repositionnée.
28246 \end_layout
28247
28248 \begin_layout Standard
28249 \begin_inset Float table
28250 wide false
28251 sideways false
28252 status open
28253
28254 \begin_layout Plain Layout
28255 \begin_inset Caption Below
28256
28257 \begin_layout Plain Layout
28258 \begin_inset CommandInset label
28259 LatexCommand label
28260 name "tab:A-caption-marked"
28261
28262 \end_inset
28263
28264 Une légende positionnée sous le tableau par le menu contextuel
28265 \lang english
28266 .
28267 \end_layout
28268
28269 \end_inset
28270
28271
28272 \end_layout
28273
28274 \begin_layout Plain Layout
28275 \align center
28276 \begin_inset Tabular
28277 <lyxtabular version="3" rows="3" columns="3">
28278 <features tabularvalignment="middle">
28279 <column alignment="center" valignment="top" width="0pt">
28280 <column alignment="center" valignment="top" width="0pt">
28281 <column alignment="center" valignment="top" width="0pt">
28282 <row>
28283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28284 \begin_inset Text
28285
28286 \begin_layout Plain Layout
28287 1
28288 \end_layout
28289
28290 \end_inset
28291 </cell>
28292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28293 \begin_inset Text
28294
28295 \begin_layout Plain Layout
28296 2
28297 \end_layout
28298
28299 \end_inset
28300 </cell>
28301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28302 \begin_inset Text
28303
28304 \begin_layout Plain Layout
28305 3
28306 \end_layout
28307
28308 \end_inset
28309 </cell>
28310 </row>
28311 <row>
28312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28313 \begin_inset Text
28314
28315 \begin_layout Plain Layout
28316 Jean
28317 \end_layout
28318
28319 \end_inset
28320 </cell>
28321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28322 \begin_inset Text
28323
28324 \begin_layout Plain Layout
28325 Marie
28326 \end_layout
28327
28328 \end_inset
28329 </cell>
28330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28331 \begin_inset Text
28332
28333 \begin_layout Plain Layout
28334 Pierre
28335 \end_layout
28336
28337 \end_inset
28338 </cell>
28339 </row>
28340 <row>
28341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28342 \begin_inset Text
28343
28344 \begin_layout Plain Layout
28345 \begin_inset Formula $\int x^{2}dx$
28346 \end_inset
28347
28348
28349 \end_layout
28350
28351 \end_inset
28352 </cell>
28353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28354 \begin_inset Text
28355
28356 \begin_layout Plain Layout
28357 \begin_inset Formula $\left[\begin{array}{cc}
28358 a & b\\
28359 c & d
28360 \end{array}\right]$
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \end_inset
28367 </cell>
28368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28369 \begin_inset Text
28370
28371 \begin_layout Plain Layout
28372 \begin_inset Formula $1+1=2$
28373 \end_inset
28374
28375
28376 \end_layout
28377
28378 \end_inset
28379 </cell>
28380 </row>
28381 </lyxtabular>
28382
28383 \end_inset
28384
28385
28386 \end_layout
28387
28388 \end_inset
28389
28390
28391 \end_layout
28392
28393 \begin_layout Standard
28394 \begin_inset Float table
28395 wide false
28396 sideways false
28397 status open
28398
28399 \begin_layout Plain Layout
28400 \begin_inset Caption Standard
28401
28402 \begin_layout Plain Layout
28403 \begin_inset CommandInset label
28404 LatexCommand label
28405 name "tab:A-standard-table"
28406
28407 \end_inset
28408
28409 Une légende de tableau standard
28410 \end_layout
28411
28412 \end_inset
28413
28414
28415 \end_layout
28416
28417 \begin_layout Plain Layout
28418 \align center
28419 \begin_inset Tabular
28420 <lyxtabular version="3" rows="3" columns="3">
28421 <features tabularvalignment="middle">
28422 <column alignment="center" valignment="top" width="0pt">
28423 <column alignment="center" valignment="top" width="0pt">
28424 <column alignment="center" valignment="top" width="0pt">
28425 <row>
28426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28427 \begin_inset Text
28428
28429 \begin_layout Plain Layout
28430 1
28431 \end_layout
28432
28433 \end_inset
28434 </cell>
28435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28436 \begin_inset Text
28437
28438 \begin_layout Plain Layout
28439 2
28440 \end_layout
28441
28442 \end_inset
28443 </cell>
28444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28445 \begin_inset Text
28446
28447 \begin_layout Plain Layout
28448 3
28449 \end_layout
28450
28451 \end_inset
28452 </cell>
28453 </row>
28454 <row>
28455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28456 \begin_inset Text
28457
28458 \begin_layout Plain Layout
28459 Jean
28460 \end_layout
28461
28462 \end_inset
28463 </cell>
28464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28465 \begin_inset Text
28466
28467 \begin_layout Plain Layout
28468 Marie
28469 \end_layout
28470
28471 \end_inset
28472 </cell>
28473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28474 \begin_inset Text
28475
28476 \begin_layout Plain Layout
28477 Pierre
28478 \end_layout
28479
28480 \end_inset
28481 </cell>
28482 </row>
28483 <row>
28484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28485 \begin_inset Text
28486
28487 \begin_layout Plain Layout
28488 \begin_inset Formula $\int x^{2}dx$
28489 \end_inset
28490
28491
28492 \end_layout
28493
28494 \end_inset
28495 </cell>
28496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28497 \begin_inset Text
28498
28499 \begin_layout Plain Layout
28500 \begin_inset Formula $\left[\begin{array}{cc}
28501 a & b\\
28502 c & d
28503 \end{array}\right]$
28504 \end_inset
28505
28506
28507 \end_layout
28508
28509 \end_inset
28510 </cell>
28511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28512 \begin_inset Text
28513
28514 \begin_layout Plain Layout
28515 \begin_inset Formula $1+1=2$
28516 \end_inset
28517
28518
28519 \end_layout
28520
28521 \end_inset
28522 </cell>
28523 </row>
28524 </lyxtabular>
28525
28526 \end_inset
28527
28528
28529 \end_layout
28530
28531 \end_inset
28532
28533
28534 \end_layout
28535
28536 \begin_layout Standard
28537 \begin_inset VSpace bigskip
28538 \end_inset
28539
28540 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
28541  Pour cela, vous devez charger le paquetage \SpecialChar LaTeX
28542  
28543 \series bold
28544 sidecap
28545 \series default
28546
28547 \begin_inset Index idx
28548 status collapsed
28549
28550 \begin_layout Plain Layout
28551 Paquetages \SpecialChar LaTeX
28552  ! sidecap
28553 \end_layout
28554
28555 \end_inset
28556
28557  dans le préambule de votre document avec la ligne de commande suivante
28558 \end_layout
28559
28560 \begin_layout Standard
28561
28562 \series bold
28563
28564 \backslash
28565 usepackage[option]{sidecap}
28566 \end_layout
28567
28568 \begin_layout Standard
28569 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
28570  extérieure – à droite sur les pages impaires et à gauche sur les pages
28571  paires.
28572  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
28573  
28574 \series bold
28575 innercaption
28576 \series default
28577 .
28578  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
28579  
28580 \series bold
28581 rightcaption
28582 \series default
28583  ou 
28584 \series bold
28585 leftcaption
28586 \series default
28587 .
28588 \end_layout
28589
28590 \begin_layout Standard
28591 \begin_inset ERT
28592 status collapsed
28593
28594 \begin_layout Plain Layout
28595
28596
28597 \backslash
28598 ifsidecap
28599 \end_layout
28600
28601 \end_inset
28602
28603
28604 \begin_inset Note Note
28605 status open
28606
28607 \begin_layout Plain Layout
28608 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
28609  
28610 \series bold
28611 sidecap
28612 \series default
28613  a été installé.
28614 \end_layout
28615
28616 \end_inset
28617
28618
28619 \end_layout
28620
28621 \begin_layout Standard
28622 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
28623  ajouter ces commandes dans le préambule de votre document :
28624 \end_layout
28625
28626 \begin_layout Standard
28627 \noindent
28628 \begin_inset CommandInset line
28629 LatexCommand rule
28630 offset "0.5ex"
28631 width "100line%"
28632 height "1pt"
28633
28634 \end_inset
28635
28636
28637 \end_layout
28638
28639 \begin_layout Standard
28640
28641 \series bold
28642
28643 \backslash
28644 newcommand{
28645 \backslash
28646 TabBesBeg}[1][1.0]{%
28647 \begin_inset Newline newline
28648 \end_inset
28649
28650
28651 \begin_inset Phantom HPhantom
28652 status open
28653
28654 \begin_layout Plain Layout
28655 \begin_inset space ~
28656 \end_inset
28657
28658
28659 \end_layout
28660
28661 \end_inset
28662
28663
28664 \backslash
28665 let
28666 \backslash
28667 MyTable
28668 \backslash
28669 table
28670 \begin_inset Newline newline
28671 \end_inset
28672
28673
28674 \begin_inset Phantom HPhantom
28675 status open
28676
28677 \begin_layout Plain Layout
28678
28679 \series medium
28680 \begin_inset space ~
28681 \end_inset
28682
28683
28684 \end_layout
28685
28686 \end_inset
28687
28688
28689 \backslash
28690 let
28691 \backslash
28692 MyEndtable
28693 \backslash
28694 endtable
28695 \begin_inset Newline newline
28696 \end_inset
28697
28698
28699 \begin_inset Phantom HPhantom
28700 status open
28701
28702 \begin_layout Plain Layout
28703
28704 \series medium
28705 \begin_inset space ~
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \end_inset
28712
28713
28714 \backslash
28715 renewenvironment{table}[1]{
28716 \backslash
28717 begin{SCtable}[#1]##1}{
28718 \backslash
28719 end{SCtable}}}
28720 \end_layout
28721
28722 \begin_layout Standard
28723
28724 \series bold
28725
28726 \backslash
28727 newcommand{
28728 \backslash
28729 TabBesEnd}{%
28730 \begin_inset Newline newline
28731 \end_inset
28732
28733
28734 \begin_inset Phantom HPhantom
28735 status open
28736
28737 \begin_layout Plain Layout
28738 \begin_inset space ~
28739 \end_inset
28740
28741
28742 \end_layout
28743
28744 \end_inset
28745
28746
28747 \backslash
28748 let
28749 \backslash
28750 table
28751 \backslash
28752 MyTable
28753 \begin_inset Newline newline
28754 \end_inset
28755
28756
28757 \begin_inset Phantom HPhantom
28758 status open
28759
28760 \begin_layout Plain Layout
28761 \begin_inset space ~
28762 \end_inset
28763
28764
28765 \end_layout
28766
28767 \end_inset
28768
28769
28770 \backslash
28771 let
28772 \backslash
28773 endtable
28774 \backslash
28775 MyEndtable
28776 \end_layout
28777
28778 \begin_layout Standard
28779
28780 \series bold
28781
28782 \backslash
28783 newcommand{
28784 \backslash
28785 FigBesBeg}[1][1.0]{%
28786 \begin_inset Newline newline
28787 \end_inset
28788
28789
28790 \begin_inset Phantom HPhantom
28791 status open
28792
28793 \begin_layout Plain Layout
28794 \begin_inset space ~
28795 \end_inset
28796
28797
28798 \end_layout
28799
28800 \end_inset
28801
28802
28803 \backslash
28804 let
28805 \backslash
28806 MyFigure
28807 \backslash
28808 figure
28809 \begin_inset Newline newline
28810 \end_inset
28811
28812
28813 \begin_inset Phantom HPhantom
28814 status open
28815
28816 \begin_layout Plain Layout
28817 \begin_inset space ~
28818 \end_inset
28819
28820
28821 \end_layout
28822
28823 \end_inset
28824
28825
28826 \backslash
28827 let
28828 \backslash
28829 MyEndfigure
28830 \backslash
28831 endfigure
28832 \begin_inset Newline newline
28833 \end_inset
28834
28835
28836 \begin_inset Phantom HPhantom
28837 status open
28838
28839 \begin_layout Plain Layout
28840 \begin_inset space ~
28841 \end_inset
28842
28843
28844 \end_layout
28845
28846 \end_inset
28847
28848
28849 \backslash
28850 renewenvironment{figure}[1]{
28851 \backslash
28852 begin{SCfigure}[#1]##1}{
28853 \backslash
28854 end{SCfigure}}}
28855 \end_layout
28856
28857 \begin_layout Standard
28858
28859 \series bold
28860
28861 \backslash
28862 newcommand{
28863 \backslash
28864 FigBesEnd}{%
28865 \begin_inset Newline newline
28866 \end_inset
28867
28868
28869 \begin_inset Phantom HPhantom
28870 status open
28871
28872 \begin_layout Plain Layout
28873 \begin_inset space ~
28874 \end_inset
28875
28876
28877 \end_layout
28878
28879 \end_inset
28880
28881
28882 \backslash
28883 let
28884 \backslash
28885 figure
28886 \backslash
28887 MyFigure
28888 \begin_inset Newline newline
28889 \end_inset
28890
28891
28892 \begin_inset Phantom HPhantom
28893 status open
28894
28895 \begin_layout Plain Layout
28896 \begin_inset space ~
28897 \end_inset
28898
28899
28900 \end_layout
28901
28902 \end_inset
28903
28904
28905 \backslash
28906 let
28907 \backslash
28908 endfigure
28909 \backslash
28910 MyEndfigure}
28911 \end_layout
28912
28913 \begin_layout Standard
28914 \noindent
28915 \begin_inset CommandInset line
28916 LatexCommand rule
28917 offset "0.5ex"
28918 width "100line%"
28919 height "1pt"
28920
28921 \end_inset
28922
28923
28924 \end_layout
28925
28926 \begin_layout Standard
28927 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
28928  la légende se place sur le côté.
28929  Pour les flottants de figure, utilisez la commande
28930 \end_layout
28931
28932 \begin_layout Standard
28933
28934 \series bold
28935
28936 \backslash
28937 FigBesBeg
28938 \end_layout
28939
28940 \begin_layout Standard
28941 en code \SpecialChar TeX
28942  avant le flottant.
28943  Et insérez la commande
28944 \end_layout
28945
28946 \begin_layout Standard
28947
28948 \series bold
28949
28950 \backslash
28951 FigBesEnd
28952 \end_layout
28953
28954 \begin_layout Standard
28955 en code \SpecialChar TeX
28956  à l'endroit où vous voulez revenir à la définition originale du
28957  flottant.
28958 \end_layout
28959
28960 \begin_layout Standard
28961 Pour les flottants de tableau, utilisez les commandes correspondantes
28962 \end_layout
28963
28964 \begin_layout Standard
28965
28966 \series bold
28967
28968 \backslash
28969 TabBesBeg
28970 \series default
28971  et 
28972 \series bold
28973
28974 \backslash
28975 TabBesEnd
28976 \end_layout
28977
28978 \begin_layout Standard
28979 La figure
28980 \begin_inset space ~
28981 \end_inset
28982
28983
28984 \begin_inset CommandInset ref
28985 LatexCommand ref
28986 reference "fig:legende-a-coté-fig"
28987
28988 \end_inset
28989
28990  et le tableau
28991 \begin_inset space ~
28992 \end_inset
28993
28994
28995 \begin_inset CommandInset ref
28996 LatexCommand ref
28997 reference "tab:legende-à-coté-tableau"
28998
28999 \end_inset
29000
29001  sont des exemples où la légende a été mises sur le coté.
29002 \end_layout
29003
29004 \begin_layout Standard
29005 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
29006  pour les flottants de tableau et vers le bas pour les flottants de figure.
29007  Pour changer ce comportement, vous pouvez utiliser les commandes
29008 \end_layout
29009
29010 \begin_layout Standard
29011
29012 \series bold
29013
29014 \backslash
29015 sidecaptionvpos{type flottant}{placement}
29016 \end_layout
29017
29018 \begin_layout Standard
29019 dans le préambule du document ou en code \SpecialChar TeX
29020  juste avant le flottant visé.
29021  Le type du flottant est soit 
29022 \family sans
29023 figure
29024 \family default
29025  soit 
29026 \family sans
29027 table
29028 \family default
29029 , le placement peut être 
29030 \begin_inset Quotes fld
29031 \end_inset
29032
29033
29034 \family sans
29035 t
29036 \family default
29037
29038 \begin_inset Quotes frd
29039 \end_inset
29040
29041  pour haut (top), 
29042 \begin_inset Quotes fld
29043 \end_inset
29044
29045
29046 \family sans
29047 c
29048 \family default
29049
29050 \begin_inset Quotes frd
29051 \end_inset
29052
29053
29054 \begin_inset Quotes erd
29055 \end_inset
29056
29057  pour centre (center), ou 
29058 \begin_inset Quotes fld
29059 \end_inset
29060
29061
29062 \family sans
29063 b
29064 \family default
29065
29066 \begin_inset Quotes frd
29067 \end_inset
29068
29069  pour bas (bottom).
29070  Pour que, par exemple, les légendes des flottants de figure soient centrés
29071  verticalement, utilisez la commande
29072 \end_layout
29073
29074 \begin_layout Standard
29075
29076 \series bold
29077
29078 \backslash
29079 sidecaptionvpos{figure}{c}
29080 \end_layout
29081
29082 \begin_layout Standard
29083 C'est ce qui a été utilisé pour la figure
29084 \begin_inset space ~
29085 \end_inset
29086
29087
29088 \begin_inset CommandInset ref
29089 LatexCommand ref
29090 reference "fig:legende-à-coté-fig-2"
29091
29092 \end_inset
29093
29094 .
29095 \end_layout
29096
29097 \begin_layout Standard
29098 \begin_inset VSpace medskip
29099 \end_inset
29100
29101
29102 \end_layout
29103
29104 \begin_layout Standard
29105 La largeur de légende par défaut est celle de l'image ou du tableau.
29106  Pour des images ou des tableaux étroits, comme le tableau
29107 \begin_inset space ~
29108 \end_inset
29109
29110
29111 \begin_inset CommandInset ref
29112 LatexCommand ref
29113 reference "tab:legende-à-coté-tableau"
29114
29115 \end_inset
29116
29117 , cela donne des légendes trop étroites.
29118  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
29119  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
29120  La largeur de la légende sera automatiquement recalculée dans le cas où
29121  cette dernière déborderait dans la marge de la page ou de la colonne à
29122  cause de la largeur indiquée.
29123  Le 
29124 \emph on
29125 facteur 
29126 \emph default
29127 peut soit être donné comme argument pour 
29128 \series bold
29129
29130 \backslash
29131 FigBesBeg
29132 \series default
29133 :
29134 \end_layout
29135
29136 \begin_layout Standard
29137
29138 \series bold
29139
29140 \backslash
29141 FigBesBeg[facteur]
29142 \end_layout
29143
29144 \begin_layout Standard
29145 ou dans la définition de 
29146 \series bold
29147
29148 \backslash
29149 FigBesBeg 
29150 \series default
29151 en remplaçant le
29152 \series bold
29153  1.0 
29154 \series default
29155 par une autre valeur.
29156  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
29157  façon implicite quand  
29158 \series bold
29159
29160 \backslash
29161 FigBesBeg
29162 \series default
29163  est utilisé sans argument.
29164  Pour le tableau
29165 \begin_inset space ~
29166 \end_inset
29167
29168
29169 \begin_inset CommandInset ref
29170 LatexCommand ref
29171 reference "tab:cap-beside-tab-wider"
29172
29173 \end_inset
29174
29175  on a utilisé 5 comme facteur.
29176 \end_layout
29177
29178 \begin_layout Standard
29179
29180 \lang english
29181 \begin_inset Note Greyedout
29182 status open
29183
29184 \begin_layout Plain Layout
29185
29186 \series bold
29187 Note:
29188 \series default
29189  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
29190  utiliser l'option de placement, 
29191 \family sans
29192 Ici
29193 \begin_inset space ~
29194 \end_inset
29195
29196 à
29197 \begin_inset space ~
29198 \end_inset
29199
29200 tout
29201 \begin_inset space ~
29202 \end_inset
29203
29204 prix
29205 \family default
29206  parce qu'elle n'est pas gérée par 
29207 \series bold
29208 sidecap
29209 \series default
29210 .
29211 \end_layout
29212
29213 \end_inset
29214
29215
29216 \end_layout
29217
29218 \begin_layout Standard
29219 \begin_inset VSpace medskip
29220 \end_inset
29221
29222 Pour plus d'information sur le paquetage 
29223 \series bold
29224 sidecap
29225 \series default
29226  nous vous renvoyons à sa documentation 
29227 \begin_inset CommandInset citation
29228 LatexCommand cite
29229 key "sidecap"
29230
29231 \end_inset
29232
29233 .
29234 \end_layout
29235
29236 \begin_layout Standard
29237 \begin_inset Note Greyedout
29238 status open
29239
29240 \begin_layout Plain Layout
29241
29242 \series bold
29243 Note:
29244 \series default
29245  Le paquetage \SpecialChar LaTeX
29246  
29247 \series bold
29248 hypcap
29249 \series default
29250
29251 \begin_inset Index idx
29252 status collapsed
29253
29254 \begin_layout Plain Layout
29255 Paquetages \SpecialChar LaTeX
29256  ! hypcap
29257 \end_layout
29258
29259 \end_inset
29260
29261 , qui est décrit dans la section
29262 \begin_inset space ~
29263 \end_inset
29264
29265
29266 \begin_inset CommandInset ref
29267 LatexCommand ref
29268 reference "subsec:Reference-Position"
29269
29270 \end_inset
29271
29272 , n'a pas d'effet sur les flottants avec une légende placée à côté.
29273 \end_layout
29274
29275 \end_inset
29276
29277
29278 \end_layout
29279
29280 \begin_layout Standard
29281 \begin_inset ERT
29282 status collapsed
29283
29284 \begin_layout Plain Layout
29285
29286
29287 \backslash
29288 FigBesBeg 
29289 \end_layout
29290
29291 \end_inset
29292
29293
29294 \end_layout
29295
29296 \begin_layout Standard
29297 \begin_inset Float figure
29298 wide false
29299 sideways false
29300 status open
29301
29302 \begin_layout Plain Layout
29303 \begin_inset Graphics
29304         filename ../clipart/escher-lsd.eps
29305         scale 75
29306         scaleBeforeRotation
29307
29308 \end_inset
29309
29310
29311 \end_layout
29312
29313 \begin_layout Plain Layout
29314 \begin_inset Caption Standard
29315
29316 \begin_layout Plain Layout
29317 \begin_inset CommandInset label
29318 LatexCommand label
29319 name "fig:legende-a-coté-fig"
29320
29321 \end_inset
29322
29323 Une légende à côté d'une figure.
29324 \end_layout
29325
29326 \end_inset
29327
29328
29329 \end_layout
29330
29331 \end_inset
29332
29333
29334 \end_layout
29335
29336 \begin_layout Standard
29337 \begin_inset ERT
29338 status collapsed
29339
29340 \begin_layout Plain Layout
29341
29342
29343 \backslash
29344 FigBesEnd
29345 \end_layout
29346
29347 \end_inset
29348
29349
29350 \end_layout
29351
29352 \begin_layout Standard
29353 \begin_inset ERT
29354 status collapsed
29355
29356 \begin_layout Plain Layout
29357
29358
29359 \backslash
29360 TabBesBeg 
29361 \end_layout
29362
29363 \end_inset
29364
29365
29366 \end_layout
29367
29368 \begin_layout Standard
29369 \begin_inset Float table
29370 wide false
29371 sideways false
29372 status open
29373
29374 \begin_layout Plain Layout
29375 \begin_inset Caption Standard
29376
29377 \begin_layout Plain Layout
29378 \begin_inset CommandInset label
29379 LatexCommand label
29380 name "tab:legende-à-coté-tableau"
29381
29382 \end_inset
29383
29384 Une légende à côté d'un tableau.
29385 \end_layout
29386
29387 \end_inset
29388
29389
29390 \end_layout
29391
29392 \begin_layout Plain Layout
29393 \begin_inset Tabular
29394 <lyxtabular version="3" rows="4" columns="5">
29395 <features tabularvalignment="middle">
29396 <column alignment="center" valignment="top">
29397 <column alignment="center" valignment="top">
29398 <column alignment="center" valignment="top">
29399 <column alignment="center" valignment="top">
29400 <column alignment="center" valignment="top">
29401 <row>
29402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29403 \begin_inset Text
29404
29405 \begin_layout Plain Layout
29406 a
29407 \end_layout
29408
29409 \end_inset
29410 </cell>
29411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29412 \begin_inset Text
29413
29414 \begin_layout Plain Layout
29415
29416 \end_layout
29417
29418 \end_inset
29419 </cell>
29420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29421 \begin_inset Text
29422
29423 \begin_layout Plain Layout
29424 b
29425 \end_layout
29426
29427 \end_inset
29428 </cell>
29429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29430 \begin_inset Text
29431
29432 \begin_layout Plain Layout
29433
29434 \end_layout
29435
29436 \end_inset
29437 </cell>
29438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29439 \begin_inset Text
29440
29441 \begin_layout Plain Layout
29442 c
29443 \end_layout
29444
29445 \end_inset
29446 </cell>
29447 </row>
29448 <row>
29449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29450 \begin_inset Text
29451
29452 \begin_layout Plain Layout
29453
29454 \end_layout
29455
29456 \end_inset
29457 </cell>
29458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29459 \begin_inset Text
29460
29461 \begin_layout Plain Layout
29462 d
29463 \end_layout
29464
29465 \end_inset
29466 </cell>
29467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29468 \begin_inset Text
29469
29470 \begin_layout Plain Layout
29471
29472 \end_layout
29473
29474 \end_inset
29475 </cell>
29476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29477 \begin_inset Text
29478
29479 \begin_layout Plain Layout
29480 e
29481 \end_layout
29482
29483 \end_inset
29484 </cell>
29485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29486 \begin_inset Text
29487
29488 \begin_layout Plain Layout
29489
29490 \end_layout
29491
29492 \end_inset
29493 </cell>
29494 </row>
29495 <row>
29496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29497 \begin_inset Text
29498
29499 \begin_layout Plain Layout
29500 f
29501 \end_layout
29502
29503 \end_inset
29504 </cell>
29505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29506 \begin_inset Text
29507
29508 \begin_layout Plain Layout
29509
29510 \end_layout
29511
29512 \end_inset
29513 </cell>
29514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29515 \begin_inset Text
29516
29517 \begin_layout Plain Layout
29518 g
29519 \end_layout
29520
29521 \end_inset
29522 </cell>
29523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29524 \begin_inset Text
29525
29526 \begin_layout Plain Layout
29527
29528 \end_layout
29529
29530 \end_inset
29531 </cell>
29532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29533 \begin_inset Text
29534
29535 \begin_layout Plain Layout
29536 h
29537 \end_layout
29538
29539 \end_inset
29540 </cell>
29541 </row>
29542 <row>
29543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29544 \begin_inset Text
29545
29546 \begin_layout Plain Layout
29547
29548 \end_layout
29549
29550 \end_inset
29551 </cell>
29552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29553 \begin_inset Text
29554
29555 \begin_layout Plain Layout
29556 i
29557 \end_layout
29558
29559 \end_inset
29560 </cell>
29561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29562 \begin_inset Text
29563
29564 \begin_layout Plain Layout
29565
29566 \end_layout
29567
29568 \end_inset
29569 </cell>
29570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29571 \begin_inset Text
29572
29573 \begin_layout Plain Layout
29574 j
29575 \end_layout
29576
29577 \end_inset
29578 </cell>
29579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29580 \begin_inset Text
29581
29582 \begin_layout Plain Layout
29583
29584 \end_layout
29585
29586 \end_inset
29587 </cell>
29588 </row>
29589 </lyxtabular>
29590
29591 \end_inset
29592
29593
29594 \end_layout
29595
29596 \end_inset
29597
29598
29599 \end_layout
29600
29601 \begin_layout Standard
29602 \begin_inset ERT
29603 status collapsed
29604
29605 \begin_layout Plain Layout
29606
29607
29608 \backslash
29609 TabBesEnd
29610 \end_layout
29611
29612 \end_inset
29613
29614
29615 \end_layout
29616
29617 \begin_layout Standard
29618 \begin_inset ERT
29619 status collapsed
29620
29621 \begin_layout Plain Layout
29622
29623
29624 \backslash
29625 FigBesBeg 
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \end_layout
29632
29633 \begin_layout Standard
29634 \begin_inset ERT
29635 status collapsed
29636
29637 \begin_layout Plain Layout
29638
29639
29640 \backslash
29641 sidecaptionvpos{figure}{c}
29642 \end_layout
29643
29644 \end_inset
29645
29646
29647 \begin_inset Float figure
29648 wide false
29649 sideways false
29650 status open
29651
29652 \begin_layout Plain Layout
29653 \begin_inset Graphics
29654         filename ../clipart/escher-lsd.eps
29655         scale 75
29656         scaleBeforeRotation
29657
29658 \end_inset
29659
29660
29661 \end_layout
29662
29663 \begin_layout Plain Layout
29664 \begin_inset Caption Standard
29665
29666 \begin_layout Plain Layout
29667 \begin_inset CommandInset label
29668 LatexCommand label
29669 name "fig:legende-à-coté-fig-2"
29670
29671 \end_inset
29672
29673 Une légende centrée verticalement à côté d'une figure.
29674 \end_layout
29675
29676 \end_inset
29677
29678
29679 \end_layout
29680
29681 \end_inset
29682
29683
29684 \end_layout
29685
29686 \begin_layout Standard
29687 \begin_inset ERT
29688 status collapsed
29689
29690 \begin_layout Plain Layout
29691
29692
29693 \backslash
29694 FigBesEnd
29695 \end_layout
29696
29697 \end_inset
29698
29699
29700 \end_layout
29701
29702 \begin_layout Standard
29703 \begin_inset ERT
29704 status collapsed
29705
29706 \begin_layout Plain Layout
29707
29708
29709 \backslash
29710 TabBesBeg[5]
29711 \end_layout
29712
29713 \end_inset
29714
29715
29716 \end_layout
29717
29718 \begin_layout Standard
29719 \begin_inset Float table
29720 wide false
29721 sideways false
29722 status open
29723
29724 \begin_layout Plain Layout
29725 \begin_inset Caption Standard
29726
29727 \begin_layout Plain Layout
29728
29729 \lang english
29730 \begin_inset CommandInset label
29731 LatexCommand label
29732 name "tab:cap-beside-tab-wider"
29733
29734 \end_inset
29735
29736 This is a caption is wider than the one in
29737 \lang french
29738  tableau
29739 \begin_inset space ~
29740 \end_inset
29741
29742
29743 \begin_inset CommandInset ref
29744 LatexCommand ref
29745 reference "tab:legende-à-coté-tableau"
29746
29747 \end_inset
29748
29749 .
29750 \end_layout
29751
29752 \end_inset
29753
29754
29755 \end_layout
29756
29757 \begin_layout Plain Layout
29758 \begin_inset Tabular
29759 <lyxtabular version="3" rows="4" columns="5">
29760 <features tabularvalignment="middle">
29761 <column alignment="center" valignment="top">
29762 <column alignment="center" valignment="top">
29763 <column alignment="center" valignment="top">
29764 <column alignment="center" valignment="top">
29765 <column alignment="center" valignment="top">
29766 <row>
29767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29768 \begin_inset Text
29769
29770 \begin_layout Plain Layout
29771 a
29772 \end_layout
29773
29774 \end_inset
29775 </cell>
29776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29777 \begin_inset Text
29778
29779 \begin_layout Plain Layout
29780
29781 \end_layout
29782
29783 \end_inset
29784 </cell>
29785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29786 \begin_inset Text
29787
29788 \begin_layout Plain Layout
29789 b
29790 \end_layout
29791
29792 \end_inset
29793 </cell>
29794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29795 \begin_inset Text
29796
29797 \begin_layout Plain Layout
29798
29799 \end_layout
29800
29801 \end_inset
29802 </cell>
29803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29804 \begin_inset Text
29805
29806 \begin_layout Plain Layout
29807 c
29808 \end_layout
29809
29810 \end_inset
29811 </cell>
29812 </row>
29813 <row>
29814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29815 \begin_inset Text
29816
29817 \begin_layout Plain Layout
29818
29819 \end_layout
29820
29821 \end_inset
29822 </cell>
29823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29824 \begin_inset Text
29825
29826 \begin_layout Plain Layout
29827 d
29828 \end_layout
29829
29830 \end_inset
29831 </cell>
29832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29833 \begin_inset Text
29834
29835 \begin_layout Plain Layout
29836
29837 \end_layout
29838
29839 \end_inset
29840 </cell>
29841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29842 \begin_inset Text
29843
29844 \begin_layout Plain Layout
29845 e
29846 \end_layout
29847
29848 \end_inset
29849 </cell>
29850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29851 \begin_inset Text
29852
29853 \begin_layout Plain Layout
29854
29855 \end_layout
29856
29857 \end_inset
29858 </cell>
29859 </row>
29860 <row>
29861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29862 \begin_inset Text
29863
29864 \begin_layout Plain Layout
29865 f
29866 \end_layout
29867
29868 \end_inset
29869 </cell>
29870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29871 \begin_inset Text
29872
29873 \begin_layout Plain Layout
29874
29875 \end_layout
29876
29877 \end_inset
29878 </cell>
29879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29880 \begin_inset Text
29881
29882 \begin_layout Plain Layout
29883 g
29884 \end_layout
29885
29886 \end_inset
29887 </cell>
29888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29889 \begin_inset Text
29890
29891 \begin_layout Plain Layout
29892
29893 \end_layout
29894
29895 \end_inset
29896 </cell>
29897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29898 \begin_inset Text
29899
29900 \begin_layout Plain Layout
29901 h
29902 \end_layout
29903
29904 \end_inset
29905 </cell>
29906 </row>
29907 <row>
29908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29909 \begin_inset Text
29910
29911 \begin_layout Plain Layout
29912
29913 \end_layout
29914
29915 \end_inset
29916 </cell>
29917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29918 \begin_inset Text
29919
29920 \begin_layout Plain Layout
29921 i
29922 \end_layout
29923
29924 \end_inset
29925 </cell>
29926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29927 \begin_inset Text
29928
29929 \begin_layout Plain Layout
29930
29931 \end_layout
29932
29933 \end_inset
29934 </cell>
29935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29936 \begin_inset Text
29937
29938 \begin_layout Plain Layout
29939 j
29940 \end_layout
29941
29942 \end_inset
29943 </cell>
29944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29945 \begin_inset Text
29946
29947 \begin_layout Plain Layout
29948
29949 \end_layout
29950
29951 \end_inset
29952 </cell>
29953 </row>
29954 </lyxtabular>
29955
29956 \end_inset
29957
29958
29959 \end_layout
29960
29961 \end_inset
29962
29963
29964 \end_layout
29965
29966 \begin_layout Standard
29967 \begin_inset ERT
29968 status collapsed
29969
29970 \begin_layout Plain Layout
29971
29972
29973 \backslash
29974 TabBesEnd
29975 \end_layout
29976
29977 \end_inset
29978
29979
29980 \end_layout
29981
29982 \begin_layout Standard
29983 \begin_inset ERT
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987
29988
29989 \backslash
29990 else
29991 \end_layout
29992
29993 \end_inset
29994
29995
29996 \begin_inset Note Note
29997 status open
29998
29999 \begin_layout Plain Layout
30000 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
30001  
30002 \series bold
30003 sidecap
30004 \series default
30005  n'est pas installé :
30006 \end_layout
30007
30008 \end_inset
30009
30010
30011 \end_layout
30012
30013 \begin_layout Standard
30014 Vous devez installer le paquetage \SpecialChar LaTeX
30015  
30016 \series bold
30017 sidecap
30018 \series default
30019  pour voir la suite de cette section dans la sortie imprimée.
30020 \end_layout
30021
30022 \begin_layout Standard
30023 \begin_inset ERT
30024 status collapsed
30025
30026 \begin_layout Plain Layout
30027
30028
30029 \backslash
30030 fi
30031 \end_layout
30032
30033 \end_inset
30034
30035
30036 \end_layout
30037
30038 \begin_layout Section
30039 Les listes de flottants
30040 \begin_inset Index idx
30041 status collapsed
30042
30043 \begin_layout Plain Layout
30044 Flottants ! Listes de Flottants
30045 \end_layout
30046
30047 \end_inset
30048
30049
30050 \end_layout
30051
30052 \begin_layout Standard
30053 De la même façon que la table des matières fait la liste des sections du
30054  document, il y a des listes pour tous les types de flottants, comme par
30055  exemple pour les figures du document.
30056  Vous pouvez les insérer en utilisant le menu 
30057 \family sans
30058 Insertion\SpecialChar menuseparator
30059 Listes
30060 \begin_inset space ~
30061 \end_inset
30062
30063 &
30064 \begin_inset space ~
30065 \end_inset
30066
30067 TdM
30068 \family default
30069 .
30070 \end_layout
30071
30072 \begin_layout Standard
30073 Les entrées de la liste sont la légende du flottant ou éventuellement le
30074  titre court, le numéro du flottant, et le numéro de la page où le flottant
30075  apparaît dans le document.
30076 \end_layout
30077
30078 \begin_layout Standard
30079 Vous trouverez à la fin de ce document une liste des figures et une liste
30080  des tableaux.
30081 \end_layout
30082
30083 \begin_layout Chapter
30084 Notes
30085 \end_layout
30086
30087 \begin_layout Section
30088 Les notes de \SpecialChar LyX
30089
30090 \begin_inset Index idx
30091 status collapsed
30092
30093 \begin_layout Plain Layout
30094 Notes ! Notes \SpecialChar LyX
30095  
30096 \end_layout
30097
30098 \end_inset
30099
30100
30101 \end_layout
30102
30103 \begin_layout Standard
30104 On peut insérer une note en utilisant le bouton 
30105 \begin_inset Info
30106 type  "icon"
30107 arg   "note-insert"
30108 \end_inset
30109
30110  de la barre d'outils ou avec le menu 
30111 \family sans
30112 Insertion\SpecialChar menuseparator
30113 Note
30114 \family default
30115 .
30116  Il y a trois types de notes :
30117 \end_layout
30118
30119 \begin_layout Description
30120 Note
30121 \begin_inset space ~
30122 \end_inset
30123
30124 \SpecialChar LyX
30125  Ce type de note est à usage interne et n'apparaîtra pas sur la sortie finale.
30126  La boîte de cette note ressemble à ceci :
30127 \begin_inset Newline newline
30128 \end_inset
30129
30130
30131 \begin_inset Newline newline
30132 \end_inset
30133
30134
30135 \begin_inset Graphics
30136         filename clipart/LyXNoteImage.png
30137         display false
30138         scale 90
30139         scaleBeforeRotation
30140
30141 \end_inset
30142
30143  
30144 \begin_inset Note Note
30145 status open
30146
30147 \begin_layout Plain Layout
30148 Le texte de cette note n'apparaîtra pas à l'impression.
30149 \end_layout
30150
30151 \end_inset
30152
30153
30154 \end_layout
30155
30156 \begin_layout Description
30157 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
30158  il est inséré comme un commentaire \SpecialChar LaTeX
30159  quand vous exportez votre document
30160  vers un fichier au format \SpecialChar LaTeX
30161  avec le menu 
30162 \family sans
30163 Fichier\SpecialChar menuseparator
30164 Exporter\SpecialChar menuseparator
30165 \SpecialChar LaTeX
30166  (pdflatex) / (plain)
30167 \family default
30168 .
30169  La boîte de cette note ressemble à ceci :
30170 \begin_inset Newline newline
30171 \end_inset
30172
30173
30174 \begin_inset Newline newline
30175 \end_inset
30176
30177
30178 \begin_inset Graphics
30179         filename clipart/CommentNoteImage.png
30180         display false
30181         scale 90
30182         scaleBeforeRotation
30183
30184 \end_inset
30185
30186  
30187 \begin_inset Note Comment
30188 status open
30189
30190 \begin_layout Plain Layout
30191 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
30192  \SpecialChar LaTeX
30193 .
30194 \end_layout
30195
30196 \end_inset
30197
30198
30199 \end_layout
30200
30201 \begin_layout Description
30202 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
30203  La boîte de cette note ressemble à ceci :
30204 \begin_inset Newline newline
30205 \end_inset
30206
30207
30208 \begin_inset Newline newline
30209 \end_inset
30210
30211
30212 \begin_inset Graphics
30213         filename clipart/GreyedOutNoteImage.png
30214         lyxscale 80
30215         display false
30216         scale 90
30217         scaleBeforeRotation
30218
30219 \end_inset
30220
30221
30222 \begin_inset Newline newline
30223 \end_inset
30224
30225
30226 \begin_inset ERT
30227 status collapsed
30228
30229 \begin_layout Plain Layout
30230
30231
30232 \backslash
30233 renewenvironment{lyxgreyedout}
30234 \end_layout
30235
30236 \begin_layout Plain Layout
30237
30238 {
30239 \backslash
30240 textcolor[gray]{0.8}
30241 \backslash
30242 bgroup}{
30243 \backslash
30244 egroup}
30245 \end_layout
30246
30247 \end_inset
30248
30249
30250 \begin_inset Note Greyedout
30251 status open
30252
30253 \begin_layout Plain Layout
30254 Le texte de ce commentaire apparaîtra à l'impression sous forme de texte
30255  grisé.
30256 \end_layout
30257
30258 \end_inset
30259
30260
30261 \begin_inset ERT
30262 status collapsed
30263
30264 \begin_layout Plain Layout
30265
30266
30267 \backslash
30268 renewenvironment{lyxgreyedout}
30269 \end_layout
30270
30271 \begin_layout Plain Layout
30272
30273 {
30274 \backslash
30275 textcolor{blue}
30276 \backslash
30277 bgroup}{
30278 \backslash
30279 egroup}
30280 \end_layout
30281
30282 \end_inset
30283
30284
30285 \begin_inset Note Note
30286 status collapsed
30287
30288 \begin_layout Plain Layout
30289 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
30290  originale qu'elle a dans \SpecialChar LyX
30291 .
30292  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
30293  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
30294 \end_layout
30295
30296 \end_inset
30297
30298
30299 \begin_inset Newline newline
30300 \end_inset
30301
30302
30303 \begin_inset Newline newline
30304 \end_inset
30305
30306 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
30307  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
30308 \end_layout
30309
30310 \begin_layout Standard
30311 \begin_inset VSpace bigskip
30312 \end_inset
30313
30314 Quand vous utilisez le bouton 
30315 \begin_inset Info
30316 type  "icon"
30317 arg   "note-insert"
30318 \end_inset
30319
30320  de la barre d'outils, vous insérez une 
30321 \family sans
30322 Note
30323 \begin_inset space ~
30324 \end_inset
30325
30326 \SpecialChar LyX
30327
30328 \family default
30329 .
30330  
30331 \lang english
30332 You can switch between the three note types by right-clicking on the note-box.
30333
30334 \lang french
30335  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
30336 la et cliquez sur le bouton d'insertion de note.
30337  Pour retransformer une note en texte, appuyez sur la touche 
30338 \family sans
30339 backspace
30340 \family default
30341  quand le curseur est au tout début de la note ou appuyez sur la touche
30342  
30343 \family sans
30344 Suppr.
30345
30346 \family default
30347  quand le curseur se trouve à la fin de la note.
30348 \end_layout
30349
30350 \begin_layout Standard
30351 \begin_inset VSpace bigskip
30352 \end_inset
30353
30354
30355 \end_layout
30356
30357 \begin_layout Standard
30358 Vous pouvez changer la couleur des notes grisées dans le menu 
30359 \family sans
30360 Document\SpecialChar menuseparator
30361 Paramètres\SpecialChar menuseparator
30362 Couleurs
30363 \family default
30364 .
30365 \end_layout
30366
30367 \begin_layout Section
30368 Notes en bas de page
30369 \begin_inset CommandInset label
30370 LatexCommand label
30371 name "sec:Notes-bas-de-page"
30372
30373 \end_inset
30374
30375
30376 \begin_inset Index idx
30377 status collapsed
30378
30379 \begin_layout Plain Layout
30380 Notes ! Notes de bas de page
30381 \end_layout
30382
30383 \end_inset
30384
30385
30386 \begin_inset Index idx
30387 status collapsed
30388
30389 \begin_layout Plain Layout
30390 Notes de bas de page
30391 \end_layout
30392
30393 \end_inset
30394
30395
30396 \end_layout
30397
30398 \begin_layout Standard
30399 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
30400  
30401 \begin_inset Info
30402 type  "icon"
30403 arg   "footnote-insert"
30404 \end_inset
30405
30406  de la barre d'outils, soit en utilisant le menu 
30407 \family sans
30408 Insertion\SpecialChar menuseparator
30409 Note
30410 \begin_inset space ~
30411 \end_inset
30412
30413 en
30414 \begin_inset space ~
30415 \end_inset
30416
30417 Bas
30418 \begin_inset space ~
30419 \end_inset
30420
30421 de
30422 \begin_inset space ~
30423 \end_inset
30424
30425 Page
30426 \family default
30427 .
30428  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
30429  rouge 
30430 \begin_inset Quotes fld
30431 \end_inset
30432
30433 bas
30434 \begin_inset Quotes frd
30435 \end_inset
30436
30437  qui ressemble à ceci : 
30438 \begin_inset Graphics
30439         filename clipart/footnote.png
30440         scale 80
30441         scaleBeforeRotation
30442
30443 \end_inset
30444
30445  Vous pouvez y entrer votre texte.
30446  Si vous voulez transformer du texte déjà existant en note en bas de page,
30447  sélectionnez-le et cliquez sur le bouton 
30448 \family sans
30449 Note
30450 \begin_inset space ~
30451 \end_inset
30452
30453 en
30454 \begin_inset space ~
30455 \end_inset
30456
30457 Bas
30458 \begin_inset space ~
30459 \end_inset
30460
30461 de
30462 \begin_inset space ~
30463 \end_inset
30464
30465 Page
30466 \family default
30467  de la barre d'outils.
30468  Pour retransformer une note de bas de page en texte, appuyez sur la touche
30469  
30470 \family sans
30471 Backspace
30472 \family default
30473  quand le curseur est au tout début de la note ou appuyez sur la touche
30474  
30475 \family sans
30476 Suppr.
30477
30478 \family default
30479  quand le curseur se trouve à la fin de la note.
30480 \end_layout
30481
30482 \begin_layout Standard
30483 Voici un exemple de note en bas de page:
30484 \begin_inset Foot
30485 status open
30486
30487 \begin_layout Plain Layout
30488 \begin_inset CommandInset label
30489 LatexCommand label
30490 name "fn:Note-en-bas"
30491
30492 \end_inset
30493
30494 Ceci est un exemple de note en bas de page.
30495 \end_layout
30496
30497 \end_inset
30498
30499
30500 \begin_inset ERT
30501 status collapsed
30502
30503 \begin_layout Plain Layout
30504
30505
30506 \backslash
30507 newcounter{MyRepeatFoot}
30508 \end_layout
30509
30510 \begin_layout Plain Layout
30511
30512
30513 \backslash
30514 setcounter{MyRepeatFoot}{
30515 \backslash
30516 thefootnote}
30517 \end_layout
30518
30519 \end_inset
30520
30521
30522 \end_layout
30523
30524 \begin_layout Standard
30525 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
30526  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
30527  de note.
30528  Le texte de la note est placé en bas de la page courante.
30529  Le numéro de note est calculé par \SpecialChar LaTeX
30530 , et les numéros se suivent.
30531  Selon votre classe de document les numéros de notes pourront être réinitialisés
30532  à chaque nouveau chapitre.
30533 \end_layout
30534
30535 \begin_layout Standard
30536 On peut faire référence à une note en bas de page comme on le fait avec
30537  les flottants : Insérez une étiquette dans la note et faites une référence
30538  croisée vers cette étiquette comme c'est décrit dans la
30539 \begin_inset space ~
30540 \end_inset
30541
30542
30543 \begin_inset CommandInset ref
30544 LatexCommand ref
30545 reference "sec:Referencer-les-Flottants"
30546
30547 \end_inset
30548
30549 .
30550 \begin_inset Newline newline
30551 \end_inset
30552
30553 Voici une référence à une note de bas de page :
30554 \begin_inset space ~
30555 \end_inset
30556
30557
30558 \begin_inset CommandInset ref
30559 LatexCommand ref
30560 reference "fn:Note-en-bas"
30561
30562 \end_inset
30563
30564 .
30565 \end_layout
30566
30567 \begin_layout Standard
30568 \begin_inset VSpace defskip
30569 \end_inset
30570
30571
30572 \lang english
30573 Footnotes in title environments are usually not numbered with symbols and
30574  they cannot contain several paragraphs.
30575  See for example the footnote in the titling of this document.
30576 \end_layout
30577
30578 \begin_layout Standard
30579 \begin_inset VSpace defskip
30580 \end_inset
30581
30582
30583 \end_layout
30584
30585 \begin_layout Standard
30586 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
30587  par \SpecialChar LaTeX
30588  pour des raisons techniques.
30589  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
30590  
30591 \series bold
30592
30593 \backslash
30594 footnotemark{}
30595 \series default
30596  en code \SpecialChar TeX
30597  à la place de la note de bas de page.
30598  Le texte de la note est mis en argument de la commande \SpecialChar TeX
30599  
30600 \series bold
30601
30602 \backslash
30603 footnotetext
30604 \series default
30605  après le tableau.
30606 \begin_inset Newline newline
30607 \end_inset
30608
30609 C'est ce qui a été fait pour le tableau qui suit avec la commande
30610 \end_layout
30611
30612 \begin_layout Standard
30613
30614 \series bold
30615
30616 \backslash
30617 footnotetext{
30618 \series default
30619 Note de bas de page de tableau imprimée.
30620 \series bold
30621 }
30622 \end_layout
30623
30624 \begin_layout Standard
30625
30626 \lang english
30627 \begin_inset Tabular
30628 <lyxtabular version="3" rows="2" columns="1">
30629 <features tabularvalignment="middle">
30630 <column alignment="center" valignment="top">
30631 <row>
30632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30633 \begin_inset Text
30634
30635 \begin_layout Plain Layout
30636 Un exemple de texte
30637 \begin_inset Foot
30638 status open
30639
30640 \begin_layout Plain Layout
30641 Cette note ne sera pas imprimée
30642 \begin_inset space ~
30643 \end_inset
30644
30645 !
30646 \end_layout
30647
30648 \end_inset
30649
30650
30651 \end_layout
30652
30653 \end_inset
30654 </cell>
30655 </row>
30656 <row>
30657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30658 \begin_inset Text
30659
30660 \begin_layout Plain Layout
30661 Un autre exemple de texte
30662 \begin_inset ERT
30663 status collapsed
30664
30665 \begin_layout Plain Layout
30666
30667
30668 \backslash
30669 footnotemark{}
30670 \end_layout
30671
30672 \end_inset
30673
30674
30675 \end_layout
30676
30677 \end_inset
30678 </cell>
30679 </row>
30680 </lyxtabular>
30681
30682 \end_inset
30683
30684
30685 \begin_inset ERT
30686 status collapsed
30687
30688 \begin_layout Plain Layout
30689
30690
30691 \backslash
30692 footnotetext{
30693 \end_layout
30694
30695 \end_inset
30696
30697
30698 \lang french
30699 Note de bas de page de tableau imprimée.
30700 \lang english
30701
30702 \begin_inset ERT
30703 status collapsed
30704
30705 \begin_layout Plain Layout
30706
30707 }
30708 \end_layout
30709
30710 \end_inset
30711
30712
30713 \end_layout
30714
30715 \begin_layout Standard
30716 Les notes de bas de page dans des tableaux longs sont décrites dans la section
30717 \begin_inset space ~
30718 \end_inset
30719
30720
30721 \begin_inset CommandInset ref
30722 LatexCommand ref
30723 reference "subsec:Notes-dans-tableau-long"
30724
30725 \end_inset
30726
30727 .
30728 \end_layout
30729
30730 \begin_layout Standard
30731 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
30732  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
30733 e, vu que la minipage est considérée comme une page se trouvant dans une
30734  autre page.
30735  Pour plus d'information sur les minipages, voyez la section
30736 \begin_inset space ~
30737 \end_inset
30738
30739
30740 \begin_inset CommandInset ref
30741 LatexCommand ref
30742 reference "sec:Minipages"
30743
30744 \end_inset
30745
30746 .
30747  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
30748  s'imprime en bas de page comme une note normale, on doit aussi utiliser
30749  la méthode utilisant les commandes 
30750 \series bold
30751
30752 \backslash
30753 footnotemark{}
30754 \series default
30755  et 
30756 \series bold
30757
30758 \backslash
30759 footnotetext
30760 \series default
30761 .
30762 \end_layout
30763
30764 \begin_layout Standard
30765 \begin_inset Box Frameless
30766 position "t"
30767 hor_pos "c"
30768 has_inner_box 1
30769 inner_pos "t"
30770 use_parbox 0
30771 use_makebox 0
30772 width "100col%"
30773 special "none"
30774 height "1in"
30775 height_special "totalheight"
30776 thickness "0.4pt"
30777 separation "3pt"
30778 shadowsize "4pt"
30779 framecolor "black"
30780 backgroundcolor "none"
30781 status open
30782
30783 \begin_layout Plain Layout
30784 Un exemple de texte dans une minipage.
30785 \begin_inset Foot
30786 status open
30787
30788 \begin_layout Plain Layout
30789 Note de bas de page dans la minipage.
30790 \end_layout
30791
30792 \end_inset
30793
30794
30795 \end_layout
30796
30797 \begin_layout Plain Layout
30798 Un autre exemple de texte dans une minipage.
30799 \begin_inset ERT
30800 status collapsed
30801
30802 \begin_layout Plain Layout
30803
30804
30805 \backslash
30806 footnotemark{}
30807 \end_layout
30808
30809 \end_inset
30810
30811
30812 \end_layout
30813
30814 \end_inset
30815
30816
30817 \end_layout
30818
30819 \begin_layout Standard
30820 \begin_inset ERT
30821 status collapsed
30822
30823 \begin_layout Plain Layout
30824
30825
30826 \backslash
30827 footnotetext{
30828 \end_layout
30829
30830 \end_inset
30831
30832 Note de bas de page en dehors de la minipage.
30833 \begin_inset ERT
30834 status collapsed
30835
30836 \begin_layout Plain Layout
30837
30838 }
30839 \end_layout
30840
30841 \end_inset
30842
30843
30844 \end_layout
30845
30846 \begin_layout Standard
30847 \begin_inset VSpace defskip
30848 \end_inset
30849
30850
30851 \end_layout
30852
30853 \begin_layout Standard
30854 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
30855  utilisez la commande 
30856 \series bold
30857
30858 \backslash
30859 footnotemark[number]
30860 \series default
30861  en code \SpecialChar TeX
30862 .
30863 \begin_inset Newline newline
30864 \end_inset
30865
30866 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
30867  votre texte, vous devez enregistrer son numéro.
30868  Dans l'exemple de marque de note de bas de page suivant, ces commandes
30869  ont été insérées en code \SpecialChar TeX
30870  après la note
30871 \begin_inset space ~
30872 \end_inset
30873
30874
30875 \begin_inset CommandInset ref
30876 LatexCommand ref
30877 reference "fn:Note-en-bas"
30878
30879 \end_inset
30880
30881  pour enregistrer son numéro
30882 \begin_inset space ~
30883 \end_inset
30884
30885 :
30886 \end_layout
30887
30888 \begin_layout Standard
30889
30890 \series bold
30891
30892 \backslash
30893 newcounter{MaNoteDupliquee}
30894 \begin_inset Newline newline
30895 \end_inset
30896
30897
30898 \backslash
30899 setcounter{MaNoteDupliquee}{
30900 \backslash
30901 thefootnote}
30902 \end_layout
30903
30904 \begin_layout Standard
30905 La note de bas de page a été créée avec la commande
30906 \begin_inset space ~
30907 \end_inset
30908
30909 :
30910 \end_layout
30911
30912 \begin_layout Standard
30913
30914 \series bold
30915
30916 \backslash
30917 footnotemark[
30918 \backslash
30919 MaNoteDupliquee]
30920 \end_layout
30921
30922 \begin_layout Standard
30923 Voici une note de bas de page dupliquée
30924 \begin_inset space ~
30925 \end_inset
30926
30927 :
30928 \begin_inset ERT
30929 status collapsed
30930
30931 \begin_layout Plain Layout
30932
30933
30934 \backslash
30935 footnotemark[
30936 \backslash
30937 theMyRepeatFoot]
30938 \end_layout
30939
30940 \end_inset
30941
30942
30943 \end_layout
30944
30945 \begin_layout Standard
30946 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
30947 t du numéro de note et juste utiliser la commande suivante
30948 \end_layout
30949
30950 \begin_layout Standard
30951
30952 \series bold
30953
30954 \backslash
30955 footnotemark[
30956 \backslash
30957 thefootnote]
30958 \end_layout
30959
30960 \begin_layout Standard
30961 Voici une autre note de bas de page dupliquée
30962 \begin_inset space ~
30963 \end_inset
30964
30965 :
30966 \begin_inset ERT
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970
30971
30972 \backslash
30973 footnotemark[
30974 \backslash
30975 thefootnote]
30976 \end_layout
30977
30978 \end_inset
30979
30980
30981 \end_layout
30982
30983 \begin_layout Subsection
30984 Numérotation de notes de bas de page
30985 \begin_inset CommandInset label
30986 LatexCommand label
30987 name "subsec:Numerotation-notes-bas-de-page"
30988
30989 \end_inset
30990
30991
30992 \begin_inset Index idx
30993 status collapsed
30994
30995 \begin_layout Plain Layout
30996 Notes de bas de page ! Numérotation
30997 \end_layout
30998
30999 \end_inset
31000
31001
31002 \end_layout
31003
31004 \begin_layout Standard
31005 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
31006  ajoutez cette commande dans le préambule de votre document :
31007 \end_layout
31008
31009 \begin_layout Standard
31010
31011 \series bold
31012
31013 \backslash
31014 @addtoreset{footnote}{section}
31015 \end_layout
31016
31017 \begin_layout Standard
31018 \begin_inset VSpace bigskip
31019 \end_inset
31020
31021 La commande de préambule suivante change le style de numérotation des notes
31022  en petits chiffres romains :
31023 \end_layout
31024
31025 \begin_layout Standard
31026
31027 \series bold
31028
31029 \backslash
31030 renewcommand{
31031 \backslash
31032 thefootnote}{
31033 \backslash
31034 roman{footnote}}
31035 \end_layout
31036
31037 \begin_layout Standard
31038 \begin_inset ERT
31039 status collapsed
31040
31041 \begin_layout Plain Layout
31042
31043
31044 \backslash
31045 renewcommand{
31046 \backslash
31047 thefootnote}{
31048 \backslash
31049 roman{footnote}}
31050 \end_layout
31051
31052 \end_inset
31053
31054  Cette note de bas de page utilise une numérotation en chiffres romains
31055  :
31056 \begin_inset Foot
31057 status open
31058
31059 \begin_layout Plain Layout
31060 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
31061  romains.
31062 \end_layout
31063
31064 \end_inset
31065
31066
31067 \end_layout
31068
31069 \begin_layout Standard
31070 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
31071  la commande précédente 
31072 \series bold
31073
31074 \backslash
31075 roman
31076 \series default
31077  par 
31078 \series bold
31079
31080 \backslash
31081 Roman
31082 \series default
31083 .
31084  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
31085  utilisez respectivement soit 
31086 \series bold
31087
31088 \backslash
31089 Alph
31090 \series default
31091  soit 
31092 \series bold
31093
31094 \backslash
31095 alph
31096 \series default
31097 .
31098  Pour les 
31099 \begin_inset Quotes fld
31100 \end_inset
31101
31102 numéroter
31103 \begin_inset Quotes frd
31104 \end_inset
31105
31106  avec des symboles, utilisez 
31107 \series bold
31108
31109 \backslash
31110 fnsymbol
31111 \series default
31112 .
31113 \end_layout
31114
31115 \begin_layout Standard
31116 \begin_inset Note Greyedout
31117 status open
31118
31119 \begin_layout Plain Layout
31120
31121 \series bold
31122 Note:
31123 \series default
31124  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
31125  puisque cette numérotation est limitée à des lettres seules.
31126 \end_layout
31127
31128 \end_inset
31129
31130
31131 \begin_inset Newline newline
31132 \end_inset
31133
31134
31135 \begin_inset Note Greyedout
31136 status open
31137
31138 \begin_layout Plain Layout
31139
31140 \series bold
31141 Note:
31142 \series default
31143  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
31144 \end_layout
31145
31146 \end_inset
31147
31148
31149 \end_layout
31150
31151 \begin_layout Standard
31152 Pour revenir au style de numérotation implicite quand vous en avez changé,
31153  utilisez 
31154 \series bold
31155
31156 \backslash
31157 arabic
31158 \series default
31159  à la place de 
31160 \series bold
31161
31162 \backslash
31163 roman
31164 \series default
31165  dans la commande précédente.
31166 \begin_inset ERT
31167 status collapsed
31168
31169 \begin_layout Plain Layout
31170
31171
31172 \backslash
31173 renewcommand{
31174 \backslash
31175 thefootnote}{
31176 \backslash
31177 arabic{footnote}}
31178 \end_layout
31179
31180 \end_inset
31181
31182
31183 \end_layout
31184
31185 \begin_layout Standard
31186 \begin_inset VSpace bigskip
31187 \end_inset
31188
31189
31190 \end_layout
31191
31192 \begin_layout Standard
31193 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
31194  le schéma 
31195 \begin_inset Quotes fld
31196 \end_inset
31197
31198 chapitre.note
31199 \begin_inset Quotes frd
31200 \end_inset
31201
31202 , ajoutez la commande suivante au préambule de votre document :
31203 \end_layout
31204
31205 \begin_layout Standard
31206
31207 \series bold
31208
31209 \backslash
31210 numberwithin{footnote}{chapter}
31211 \end_layout
31212
31213 \begin_layout Standard
31214 Pour pouvoir utiliser la commande 
31215 \series bold
31216
31217 \backslash
31218 numberwithin
31219 \series default
31220 , activez dans la rubrique 
31221 \family sans
31222 Options
31223 \begin_inset space ~
31224 \end_inset
31225
31226 des
31227 \begin_inset space ~
31228 \end_inset
31229
31230 Maths
31231 \family default
31232  dans les paramètres du document, l'option 
31233 \family sans
31234 Utiliser
31235 \begin_inset space ~
31236 \end_inset
31237
31238 le
31239 \begin_inset space ~
31240 \end_inset
31241
31242 paquetage
31243 \begin_inset space ~
31244 \end_inset
31245
31246 maths
31247 \begin_inset space ~
31248 \end_inset
31249
31250 AMS
31251 \family default
31252 .
31253 \end_layout
31254
31255 \begin_layout Standard
31256 \begin_inset ERT
31257 status collapsed
31258
31259 \begin_layout Plain Layout
31260
31261
31262 \backslash
31263 numberwithin{footnote}{chapter}
31264 \end_layout
31265
31266 \end_inset
31267
31268 Ceci est un autre exemple de note de bas de page:
31269 \series bold
31270
31271 \begin_inset Foot
31272 status open
31273
31274 \begin_layout Plain Layout
31275 Cette note est numérotée en suivant le schéma 
31276 \begin_inset Quotes fld
31277 \end_inset
31278
31279 chapitre.note
31280 \begin_inset Quotes frd
31281 \end_inset
31282
31283 .
31284 \end_layout
31285
31286 \end_inset
31287
31288
31289 \series default
31290
31291 \begin_inset ERT
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295
31296
31297 \backslash
31298 renewcommand{
31299 \backslash
31300 thefootnote}{
31301 \backslash
31302 arabic{footnote}}
31303 \end_layout
31304
31305 \end_inset
31306
31307
31308 \end_layout
31309
31310 \begin_layout Standard
31311 \begin_inset Note Greyedout
31312 status open
31313
31314 \begin_layout Plain Layout
31315
31316 \series bold
31317 Note:
31318 \series default
31319  
31320 \series bold
31321
31322 \backslash
31323 numberwithin
31324 \series default
31325  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
31326  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
31327  prises en compte.
31328  
31329 \end_layout
31330
31331 \end_inset
31332
31333
31334 \end_layout
31335
31336 \begin_layout Standard
31337 Donc pour avoir par exemple le schéma 
31338 \begin_inset Quotes fld
31339 \end_inset
31340
31341 chapitre.
31342 \backslash
31343 Roman{note}
31344 \begin_inset Quotes frd
31345 \end_inset
31346
31347 , utilisez la commande suivante plutôt que 
31348 \series bold
31349
31350 \backslash
31351 numberwithin
31352 \series default
31353  :
31354 \end_layout
31355
31356 \begin_layout Standard
31357
31358 \series bold
31359
31360 \backslash
31361 renewcommand{
31362 \backslash
31363 thefootnote}{
31364 \backslash
31365 thechapter.
31366 \backslash
31367 Roman{footnote}}
31368 \end_layout
31369
31370 \begin_layout Subsection
31371 Positionnement de notes de bas de page
31372 \begin_inset Index idx
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376 Notes de bas de page ! Positionnement
31377 \end_layout
31378
31379 \end_inset
31380
31381
31382 \end_layout
31383
31384 \begin_layout Standard
31385 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
31386  vertical entre elles en bas de la page.
31387  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
31388  de 1.5
31389 \begin_inset space \thinspace{}
31390 \end_inset
31391
31392 mm avec la commande suivante dans le préambule :
31393 \end_layout
31394
31395 \begin_layout Standard
31396
31397 \series bold
31398
31399 \backslash
31400 let
31401 \backslash
31402 myFoot
31403 \backslash
31404 footnote
31405 \begin_inset Newline newline
31406 \end_inset
31407
31408
31409 \backslash
31410 renewcommand{
31411 \backslash
31412 footnote}[1]{
31413 \backslash
31414 myFoot{#1
31415 \backslash
31416 vspace{1.5mm}}}
31417 \end_layout
31418
31419 \begin_layout Standard
31420 \begin_inset VSpace bigskip
31421 \end_inset
31422
31423 Dans un document à deux colonnes les notes de bas de page apparaissent en
31424  bas de chaque colonne, comme sur la Figure
31425 \begin_inset space ~
31426 \end_inset
31427
31428
31429 \begin_inset CommandInset ref
31430 LatexCommand ref
31431 reference "fig:Position-standard-note-bas-de-page"
31432
31433 \end_inset
31434
31435 .
31436  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
31437  sur la Figure
31438 \begin_inset space ~
31439 \end_inset
31440
31441
31442 \begin_inset CommandInset ref
31443 LatexCommand ref
31444 reference "fig:Position-note-avec-ftnright"
31445
31446 \end_inset
31447
31448 , utilisez le paquetage \SpecialChar LaTeX
31449  
31450 \series bold
31451 ftnright
31452 \series default
31453
31454 \begin_inset Index idx
31455 status collapsed
31456
31457 \begin_layout Plain Layout
31458 Paquetages \SpecialChar LaTeX
31459  ! ftnright
31460 \end_layout
31461
31462 \end_inset
31463
31464  avec cette commande dans le préambule du document:
31465 \end_layout
31466
31467 \begin_layout Standard
31468
31469 \series bold
31470
31471 \backslash
31472 usepackage{ftnright}
31473 \end_layout
31474
31475 \begin_layout Standard
31476 \begin_inset Float figure
31477 placement !h
31478 wide false
31479 sideways false
31480 status open
31481
31482 \begin_layout Plain Layout
31483 \begin_inset ERT
31484 status collapsed
31485
31486 \begin_layout Plain Layout
31487
31488
31489 \backslash
31490 framebox{
31491 \end_layout
31492
31493 \end_inset
31494
31495
31496 \begin_inset Graphics
31497         filename ../clipart/without_fntright.pdf
31498         width 100col%
31499         scaleBeforeRotation
31500
31501 \end_inset
31502
31503
31504 \begin_inset ERT
31505 status collapsed
31506
31507 \begin_layout Plain Layout
31508
31509 }
31510 \end_layout
31511
31512 \end_inset
31513
31514
31515 \end_layout
31516
31517 \begin_layout Plain Layout
31518 \begin_inset Caption Standard
31519
31520 \begin_layout Plain Layout
31521 \begin_inset CommandInset label
31522 LatexCommand label
31523 name "fig:Position-standard-note-bas-de-page"
31524
31525 \end_inset
31526
31527 Positionnement standard des notes de bas de page dans un document à deux
31528  colonnes.
31529 \end_layout
31530
31531 \end_inset
31532
31533
31534 \end_layout
31535
31536 \end_inset
31537
31538
31539 \end_layout
31540
31541 \begin_layout Standard
31542 \begin_inset Float figure
31543 placement !h
31544 wide false
31545 sideways false
31546 status open
31547
31548 \begin_layout Plain Layout
31549 \begin_inset ERT
31550 status collapsed
31551
31552 \begin_layout Plain Layout
31553
31554
31555 \backslash
31556 framebox{
31557 \end_layout
31558
31559 \end_inset
31560
31561
31562 \begin_inset Graphics
31563         filename ../clipart/with_fntright.pdf
31564         width 100col%
31565         scaleBeforeRotation
31566
31567 \end_inset
31568
31569
31570 \begin_inset ERT
31571 status collapsed
31572
31573 \begin_layout Plain Layout
31574
31575 }
31576 \end_layout
31577
31578 \end_inset
31579
31580
31581 \end_layout
31582
31583 \begin_layout Plain Layout
31584 \begin_inset Caption Standard
31585
31586 \begin_layout Plain Layout
31587 \begin_inset CommandInset label
31588 LatexCommand label
31589 name "fig:Position-note-avec-ftnright"
31590
31591 \end_inset
31592
31593 Positionnement de notes de bas de page dans un document à deux colonnes
31594  en utilisant le paquetage \SpecialChar LaTeX
31595  
31596 \series bold
31597 ftnright
31598 \series default
31599 .
31600 \end_layout
31601
31602 \end_inset
31603
31604
31605 \end_layout
31606
31607 \end_inset
31608
31609
31610 \end_layout
31611
31612 \begin_layout Standard
31613 \begin_inset VSpace bigskip
31614 \end_inset
31615
31616 Dans certaines publications scientifiques, il est courant de rassembler
31617  les notes de bas de page et de les imprimer dans un paragraphe particulier
31618  à la fin de la section, comme sur la Figure
31619 \begin_inset space ~
31620 \end_inset
31621
31622
31623 \begin_inset CommandInset ref
31624 LatexCommand ref
31625 reference "fig:Notes-de-fin"
31626
31627 \end_inset
31628
31629 .
31630  On les appelle 
31631 \begin_inset Quotes fld
31632 \end_inset
31633
31634 notes de fin
31635 \begin_inset Quotes frd
31636 \end_inset
31637
31638 .
31639 \begin_inset Index idx
31640 status collapsed
31641
31642 \begin_layout Plain Layout
31643 Notes de fin
31644 \end_layout
31645
31646 \end_inset
31647
31648  Pour utiliser des notes de fin à la place des notes de bas de page dans
31649  votre document, charger le module 
31650 \family sans
31651 Note de bas de page en fin de document
31652 \family default
31653  à partir de 
31654 \family sans
31655 Document\SpecialChar menuseparator
31656 Paramètres\SpecialChar menuseparator
31657 Modules
31658 \family default
31659 .
31660  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
31661 \end_layout
31662
31663 \begin_layout Standard
31664
31665 \series bold
31666
31667 \backslash
31668 theendnotes
31669 \end_layout
31670
31671 \begin_layout Standard
31672 en code \SpecialChar TeX
31673  à la fin d'une section ou d'un chapitre.
31674 \end_layout
31675
31676 \begin_layout Standard
31677 \begin_inset Float figure
31678 wide false
31679 sideways false
31680 status open
31681
31682 \begin_layout Plain Layout
31683 \align center
31684 \begin_inset ERT
31685 status collapsed
31686
31687 \begin_layout Plain Layout
31688
31689
31690 \backslash
31691 framebox{
31692 \end_layout
31693
31694 \end_inset
31695
31696
31697 \begin_inset Graphics
31698         filename ../clipart/endnotes.pdf
31699         scaleBeforeRotation
31700
31701 \end_inset
31702
31703
31704 \begin_inset ERT
31705 status collapsed
31706
31707 \begin_layout Plain Layout
31708
31709 }
31710 \end_layout
31711
31712 \end_inset
31713
31714
31715 \end_layout
31716
31717 \begin_layout Plain Layout
31718 \begin_inset Caption Standard
31719
31720 \begin_layout Plain Layout
31721 \begin_inset CommandInset label
31722 LatexCommand label
31723 name "fig:Notes-de-fin"
31724
31725 \end_inset
31726
31727 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
31728  séparé à la fin des sections ou des chapitres.
31729 \end_layout
31730
31731 \end_inset
31732
31733
31734 \end_layout
31735
31736 \end_inset
31737
31738
31739 \end_layout
31740
31741 \begin_layout Standard
31742 \begin_inset VSpace medskip
31743 \end_inset
31744
31745 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
31746  dans la langue du document, cela doit être fait manuellement.
31747  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
31748  
31749 \begin_inset Quotes fld
31750 \end_inset
31751
31752 Notes
31753 \begin_inset Quotes frd
31754 \end_inset
31755
31756  en sa traduction Allemande
31757 \begin_inset Foot
31758 status collapsed
31759
31760 \begin_layout Plain Layout
31761 En français, 
31762 \begin_inset Quotes fld
31763 \end_inset
31764
31765 Notes
31766 \begin_inset Quotes frd
31767 \end_inset
31768
31769  peut être conservé.
31770 \end_layout
31771
31772 \end_inset
31773
31774  
31775 \begin_inset Quotes fld
31776 \end_inset
31777
31778 Anmerkungen
31779 \begin_inset Quotes frd
31780 \end_inset
31781
31782  :
31783 \end_layout
31784
31785 \begin_layout Standard
31786
31787 \series bold
31788
31789 \backslash
31790 renewcommand{
31791 \backslash
31792 notesname}{Anmerkungen}
31793 \end_layout
31794
31795 \begin_layout Standard
31796 \begin_inset VSpace medskip
31797 \end_inset
31798
31799 La numérotation des notes de fin peut être modifiée comme celle des notes
31800  de bas de page comme c'est décrit dans la section
31801 \begin_inset space ~
31802 \end_inset
31803
31804
31805 \begin_inset CommandInset ref
31806 LatexCommand ref
31807 reference "subsec:Numerotation-notes-bas-de-page"
31808
31809 \end_inset
31810
31811  ; remplacez juste la commande 
31812 \series bold
31813
31814 \backslash
31815 thefootnote
31816 \series default
31817  par 
31818 \series bold
31819
31820 \backslash
31821 theendnote
31822 \series default
31823 .
31824  Pour réinitialiser le numéro de note de fin, utilisez la commande 
31825 \series bold
31826
31827 \backslash
31828 @addtoreset
31829 \series default
31830  comme c'est décrit dans la section
31831 \begin_inset space ~
31832 \end_inset
31833
31834
31835 \begin_inset CommandInset ref
31836 LatexCommand ref
31837 reference "subsec:Numerotation-notes-bas-de-page"
31838
31839 \end_inset
31840
31841  et remplacez le paramètre de commande 
31842 \series bold
31843 footnote
31844 \series default
31845  par 
31846 \series bold
31847 endnote
31848 \series default
31849 .
31850 \end_layout
31851
31852 \begin_layout Standard
31853 Pour les notes de fin, il y a la commande 
31854 \series bold
31855
31856 \backslash
31857 endnotemark[numéro]
31858 \series default
31859  qui est semblable à 
31860 \series bold
31861
31862 \backslash
31863 footnotemark
31864 \series default
31865 , décrite dans la section
31866 \begin_inset space ~
31867 \end_inset
31868
31869
31870 \begin_inset CommandInset ref
31871 LatexCommand ref
31872 reference "sec:Notes-bas-de-page"
31873
31874 \end_inset
31875
31876 .
31877 \end_layout
31878
31879 \begin_layout Standard
31880 \begin_inset VSpace bigskip
31881 \end_inset
31882
31883  Les notes de bas de page peuvent être mise dans la marge de la page et
31884  l'alignement du texte des notes peut être modifié, voyez le paquetage \SpecialChar LaTeX
31885
31886  
31887 \series bold
31888 footmisc
31889 \series default
31890
31891 \begin_inset Index idx
31892 status collapsed
31893
31894 \begin_layout Plain Layout
31895 Paquetages \SpecialChar LaTeX
31896  ! footmisc
31897 \end_layout
31898
31899 \end_inset
31900
31901
31902 \begin_inset CommandInset citation
31903 LatexCommand cite
31904 key "footmisc"
31905
31906 \end_inset
31907
31908  pour plus d'information à ce sujet.
31909 \end_layout
31910
31911 \begin_layout Standard
31912 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
31913  voyez les livres sur \SpecialChar LaTeX
31914
31915 \begin_inset CommandInset citation
31916 LatexCommand cite
31917 key "latexcompanion,latexguide,latexbook"
31918
31919 \end_inset
31920
31921 .
31922  Si vous utilisez une classe de document  
31923 \series bold
31924 KOMA-Script
31925 \series default
31926
31927 \begin_inset Index idx
31928 status collapsed
31929
31930 \begin_layout Plain Layout
31931 Paquetages \SpecialChar LaTeX
31932  ! KOMA-Script
31933 \end_layout
31934
31935 \end_inset
31936
31937 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
31938  des commandes spécifiques à la classe de document utilisée, voyez 
31939 \begin_inset CommandInset citation
31940 LatexCommand cite
31941 key "KOMA-Script"
31942
31943 \end_inset
31944
31945 .
31946 \end_layout
31947
31948 \begin_layout Section
31949 Notes en marge
31950 \begin_inset Index idx
31951 status collapsed
31952
31953 \begin_layout Plain Layout
31954 Notes ! Notes en Marge
31955 \end_layout
31956
31957 \end_inset
31958
31959
31960 \end_layout
31961
31962 \begin_layout Standard
31963 Les notes en marge dans \SpecialChar LyX
31964  ressemblent aux notes en bas de page et se comportent
31965  de la même façon.
31966  Quand vous insérez une note en marge avec 
31967 \family sans
31968 Insertion\SpecialChar menuseparator
31969 Note
31970 \begin_inset space ~
31971 \end_inset
31972
31973 en
31974 \begin_inset space ~
31975 \end_inset
31976
31977 Marge
31978 \family default
31979  ou avec le bouton 
31980 \begin_inset Info
31981 type  "icon"
31982 arg   "marginalnote-insert"
31983 \end_inset
31984
31985  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
31986  grise avec une étiquette rouge 
31987 \begin_inset Quotes fld
31988 \end_inset
31989
31990 marge
31991 \begin_inset Quotes frd
31992 \end_inset
31993
31994 .
31995  
31996 \begin_inset Marginal
31997 status collapsed
31998
31999 \begin_layout Plain Layout
32000 C'est une note en marge.
32001 \end_layout
32002
32003 \end_inset
32004
32005  Cette boîte est la représentation de votre note dans \SpecialChar LyX
32006 .
32007  Vous pouvez y entrer votre texte.
32008 \end_layout
32009
32010 \begin_layout Standard
32011 Les notes en marge apparaissent dans la marge de droite dans les documents
32012  imprimées sur une seule face.
32013  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
32014  
32015 \begin_inset Quotes fld
32016 \end_inset
32017
32018 extérieure
32019 \begin_inset Quotes frd
32020 \end_inset
32021
32022  – la gauche sur les pages paires et la droite sur les pages impaires.
32023  Le texte de la note en marge est aligné à l'opposé de la marge externe
32024  – aligné à droite quand la note apparaît dans la marge de gauche.
32025  La première ligne de la note apparaît à la hauteur de la ligne de texte
32026  où la note a été insérée dans le document.
32027 \end_layout
32028
32029 \begin_layout Standard
32030 \begin_inset VSpace bigskip
32031 \end_inset
32032
32033 Pour placer une note dans la marge interne, ajoutez la commande suivante
32034  :
32035 \end_layout
32036
32037 \begin_layout Standard
32038
32039 \series bold
32040
32041 \backslash
32042 reversemarginpar
32043 \end_layout
32044
32045 \begin_layout Standard
32046 sous forme de code \SpecialChar TeX
32047  avant votre note de marge.
32048  Le nouveau positionnement est pris en compte pour toutes les notes en marge
32049  qui suivent 
32050 \begin_inset ERT
32051 status collapsed
32052
32053 \begin_layout Plain Layout
32054
32055
32056 \backslash
32057 reversemarginpar 
32058 \end_layout
32059
32060 \end_inset
32061
32062
32063 \begin_inset Marginal
32064 status open
32065
32066 \begin_layout Plain Layout
32067 Cette note en marge est dans la marge interne.
32068 \end_layout
32069
32070 \end_inset
32071
32072
32073 \series bold
32074
32075 \begin_inset Newline newline
32076 \end_inset
32077
32078
32079 \series default
32080
32081 \begin_inset Note Greyedout
32082 status open
32083
32084 \begin_layout Plain Layout
32085
32086 \series bold
32087 Note:
32088 \series default
32089  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
32090  les notes sont souvent mal mises en formes dans la sortie imprimée.
32091 \end_layout
32092
32093 \end_inset
32094
32095
32096 \end_layout
32097
32098 \begin_layout Standard
32099 Pour revenir au positionnement implicite, ajoutez la commande :
32100 \end_layout
32101
32102 \begin_layout Standard
32103
32104 \series bold
32105
32106 \backslash
32107 normalmarginpar
32108 \end_layout
32109
32110 \begin_layout Standard
32111 sous forme de code \SpecialChar TeX
32112 .
32113 \begin_inset ERT
32114 status collapsed
32115
32116 \begin_layout Plain Layout
32117
32118
32119 \backslash
32120 normalmarginpar 
32121 \end_layout
32122
32123 \end_inset
32124
32125
32126 \begin_inset Newline newline
32127 \end_inset
32128
32129  
32130 \begin_inset Note Greyedout
32131 status open
32132
32133 \begin_layout Plain Layout
32134
32135 \series bold
32136 Note:
32137 \series default
32138  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
32139  
32140 \series bold
32141
32142 \backslash
32143 reversemarginpar
32144 \series default
32145  est aussi utilisée.
32146 \end_layout
32147
32148 \end_inset
32149
32150
32151 \end_layout
32152
32153 \begin_layout Standard
32154 \begin_inset VSpace bigskip
32155 \end_inset
32156
32157
32158 \begin_inset Marginal
32159 status open
32160
32161 \begin_layout Plain Layout
32162 UnTrèsLongMotEnMarge sans césure.
32163 \end_layout
32164
32165 \end_inset
32166
32167  Comme dans le cas décrit dans la section
32168 \begin_inset space ~
32169 \end_inset
32170
32171
32172 \begin_inset CommandInset ref
32173 LatexCommand ref
32174 reference "subsec:Lignes-multiple-dans-cellule"
32175
32176 \end_inset
32177
32178 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
32179  mot d'une note en marge.
32180  Pour éviter ce problème, insérez un espacement horizontal de 0
32181 \begin_inset space \thinspace{}
32182 \end_inset
32183
32184 pt avant le mot en question: 
32185 \begin_inset Marginal
32186 status open
32187
32188 \begin_layout Plain Layout
32189 \begin_inset space \hspace{}
32190 \length 0pt
32191 \end_inset
32192
32193 UnMotTrèsLongEnMarge avec une césure.
32194 \end_layout
32195
32196 \end_inset
32197
32198
32199 \end_layout
32200
32201 \begin_layout Standard
32202 \begin_inset VSpace bigskip
32203 \end_inset
32204
32205
32206 \end_layout
32207
32208 \begin_layout Standard
32209 \begin_inset Note Greyedout
32210 status open
32211
32212 \begin_layout Plain Layout
32213
32214 \series bold
32215 Note:
32216 \series default
32217  Normalement, les notes en marge ne peuvent pas être utilisées dans des
32218  tableaux, des flottants et des notes de bas de page.
32219 \end_layout
32220
32221 \end_inset
32222
32223
32224 \end_layout
32225
32226 \begin_layout Standard
32227 \begin_inset VSpace bigskip
32228 \end_inset
32229
32230
32231 \end_layout
32232
32233 \begin_layout Standard
32234 \begin_inset ERT
32235 status collapsed
32236
32237 \begin_layout Plain Layout
32238
32239
32240 \backslash
32241 ifmarginnote
32242 \end_layout
32243
32244 \end_inset
32245
32246
32247 \begin_inset Note Note
32248 status open
32249
32250 \begin_layout Plain Layout
32251 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
32252  
32253 \series bold
32254 marginnote
32255 \series default
32256  a été installé.
32257 \end_layout
32258
32259 \end_inset
32260
32261
32262 \end_layout
32263
32264 \begin_layout Standard
32265 Cette restriction peut être évitée en utilisant le paquetage \SpecialChar LaTeX
32266  
32267 \series bold
32268 marginnote
32269 \series default
32270
32271 \begin_inset Index idx
32272 status collapsed
32273
32274 \begin_layout Plain Layout
32275 Paquetages \SpecialChar LaTeX
32276  ! marginnote
32277 \end_layout
32278
32279 \end_inset
32280
32281 .
32282  En ajoutant les deux lignes suivantes au préambule de votre document, la
32283  commande que \SpecialChar LyX
32284  utilise pour les notes de marge est redéfinie pour utiliser
32285  la commande fournie par le paquetage 
32286 \series bold
32287 marginnote
32288 \series default
32289  :
32290 \end_layout
32291
32292 \begin_layout Standard
32293
32294 \series bold
32295
32296 \backslash
32297 usepackage{marginnote}
32298 \begin_inset Newline newline
32299 \end_inset
32300
32301
32302 \backslash
32303 let
32304 \backslash
32305 marginpar
32306 \backslash
32307 marginnote
32308 \end_layout
32309
32310 \begin_layout Standard
32311 Ce paquetage est aussi utilisé dans ce document parce que 
32312 \series bold
32313 marginnote
32314 \series default
32315  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
32316  vertical pour une note.
32317  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
32318  sont trop proches les unes des autres ou que vous voulez améliorer la mise
32319  en page.
32320  Le décalage est inséré dans \SpecialChar LyX
32321  sous forme de code \SpecialChar TeX
32322  directement après la note
32323  sous la forme
32324 \end_layout
32325
32326 \begin_layout Standard
32327
32328 \series bold
32329 [offset]
32330 \end_layout
32331
32332 \begin_layout Standard
32333 où l'offset utilise l'une des unités listées dans le tableau
32334 \begin_inset space ~
32335 \end_inset
32336
32337
32338 \begin_inset CommandInset ref
32339 LatexCommand ref
32340 reference "cha:Unités-de-longueur"
32341
32342 \end_inset
32343
32344 .
32345  Une valeur négative déplace la note vers le haut, une valeur positive la
32346  déplace vers le bas.
32347  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
32348  vers le haut de 1.5
32349 \begin_inset space \thinspace{}
32350 \end_inset
32351
32352 cm avec la commande en code \SpecialChar TeX
32353  
32354 \begin_inset Quotes fld
32355 \end_inset
32356
32357
32358 \series bold
32359 [-1.5cm]
32360 \series default
32361
32362 \begin_inset Quotes frd
32363 \end_inset
32364
32365
32366 \begin_inset Marginal
32367 status collapsed
32368
32369 \begin_layout Plain Layout
32370 Cette note en marge est décalée vers le haut de 1.5
32371 \begin_inset space \thinspace{}
32372 \end_inset
32373
32374 cm par rapport à sa position d'origine.
32375 \end_layout
32376
32377 \end_inset
32378
32379
32380 \begin_inset ERT
32381 status collapsed
32382
32383 \begin_layout Plain Layout
32384
32385 [-1.5cm]
32386 \end_layout
32387
32388 \end_inset
32389
32390
32391 \end_layout
32392
32393 \begin_layout Standard
32394 \begin_inset VSpace medskip
32395 \end_inset
32396
32397 Avec le paquetage 
32398 \series bold
32399 marginnote
32400 \series default
32401  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
32402  Par exemple les commandes 
32403 \end_layout
32404
32405 \begin_layout Standard
32406
32407 \series bold
32408
32409 \backslash
32410 renewcommand*{
32411 \backslash
32412 raggedleftmarginnote}{
32413 \backslash
32414 centering}
32415 \begin_inset Newline newline
32416 \end_inset
32417
32418
32419 \backslash
32420 renewcommand*{
32421 \backslash
32422 raggedrightmarginnote}{
32423 \backslash
32424 centering}
32425 \end_layout
32426
32427 \begin_layout Standard
32428 donnent un alignement centré.
32429  
32430 \series bold
32431
32432 \backslash
32433 raggedleftmarginnote
32434 \series default
32435  indique une note qui apparaît dans la marge de gauche.
32436 \begin_inset ERT
32437 status collapsed
32438
32439 \begin_layout Plain Layout
32440
32441
32442 \backslash
32443 renewcommand*{
32444 \backslash
32445 raggedleftmarginnote}{
32446 \backslash
32447 centering}
32448 \end_layout
32449
32450 \begin_layout Plain Layout
32451
32452
32453 \backslash
32454 renewcommand*{
32455 \backslash
32456 raggedrightmarginnote}{
32457 \backslash
32458 centering}
32459 \end_layout
32460
32461 \end_inset
32462
32463
32464 \begin_inset Marginal
32465 status collapsed
32466
32467 \begin_layout Plain Layout
32468 Le texte de cette note en marge est centré.
32469 \end_layout
32470
32471 \end_inset
32472
32473 .
32474  Le comportement implicite est donné par
32475 \end_layout
32476
32477 \begin_layout Standard
32478
32479 \series bold
32480
32481 \backslash
32482 renewcommand*{
32483 \backslash
32484 raggedleftmarginnote}{
32485 \backslash
32486 raggedleft}
32487 \begin_inset Newline newline
32488 \end_inset
32489
32490
32491 \backslash
32492 renewcommand*{
32493 \backslash
32494 raggedrightmarginnote}{
32495 \backslash
32496 raggedright}
32497 \series default
32498
32499 \begin_inset ERT
32500 status collapsed
32501
32502 \begin_layout Plain Layout
32503
32504
32505 \backslash
32506 renewcommand*{
32507 \backslash
32508 raggedleftmarginnote}{
32509 \backslash
32510 raggedleft}
32511 \end_layout
32512
32513 \begin_layout Plain Layout
32514
32515
32516 \backslash
32517 renewcommand*{
32518 \backslash
32519 raggedrightmarginnote}{
32520 \backslash
32521 raggedright}
32522 \end_layout
32523
32524 \end_inset
32525
32526
32527 \end_layout
32528
32529 \begin_layout Standard
32530 \begin_inset VSpace medskip
32531 \end_inset
32532
32533 Pour les autre fonctions du paquetage 
32534 \series bold
32535 marginnote
32536 \series default
32537  nous vous renvoyons à sa documentation 
32538 \begin_inset CommandInset citation
32539 LatexCommand cite
32540 key "marginnote"
32541
32542 \end_inset
32543
32544 .
32545 \end_layout
32546
32547 \begin_layout Standard
32548 \begin_inset VSpace bigskip
32549 \end_inset
32550
32551 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
32552  définition.
32553  Pour créer par exemple une entête pour toutes les notes en marge avec le
32554  texte 
32555 \begin_inset Quotes fld
32556 \end_inset
32557
32558
32559 \family sans
32560 \series bold
32561 \bar under
32562 Attention!
32563 \family default
32564 \series default
32565 \bar default
32566
32567 \begin_inset Quotes frd
32568 \end_inset
32569
32570  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
32571  de votre document :
32572 \end_layout
32573
32574 \begin_layout Standard
32575
32576 \series bold
32577
32578 \backslash
32579 let
32580 \backslash
32581 myMarginpar
32582 \backslash
32583 marginpar
32584 \begin_inset Newline newline
32585 \end_inset
32586
32587
32588 \backslash
32589 renewcommand{
32590 \backslash
32591 marginpar}[1]{
32592 \backslash
32593 myMarginpar{%
32594 \begin_inset Newline newline
32595 \end_inset
32596
32597
32598 \begin_inset Phantom HPhantom
32599 status open
32600
32601 \begin_layout Plain Layout
32602
32603 \series bold
32604 \begin_inset space ~
32605 \end_inset
32606
32607
32608 \end_layout
32609
32610 \end_inset
32611
32612
32613 \backslash
32614 hspace{0pt}
32615 \backslash
32616 textsf{
32617 \backslash
32618 textbf{
32619 \backslash
32620 underbar{Attention!}}}%
32621 \begin_inset Newline newline
32622 \end_inset
32623
32624
32625 \begin_inset Phantom HPhantom
32626 status open
32627
32628 \begin_layout Plain Layout
32629
32630 \series bold
32631 \begin_inset space ~
32632 \end_inset
32633
32634
32635 \end_layout
32636
32637 \end_inset
32638
32639
32640 \backslash
32641 vspace{1.5mm}
32642 \backslash
32643
32644 \backslash
32645 #1}}
32646 \end_layout
32647
32648 \begin_layout Standard
32649 \begin_inset ERT
32650 status collapsed
32651
32652 \begin_layout Plain Layout
32653
32654
32655 \backslash
32656 let
32657 \backslash
32658 myMarginpar
32659 \backslash
32660 marginpar
32661 \end_layout
32662
32663 \begin_layout Plain Layout
32664
32665
32666 \backslash
32667 renewcommand{
32668 \backslash
32669 marginpar}[1]{
32670 \backslash
32671 myMarginpar{%
32672 \end_layout
32673
32674 \begin_layout Plain Layout
32675
32676    
32677 \backslash
32678 textsf{
32679 \backslash
32680 textbf{
32681 \backslash
32682 underbar{Attention!}}}%
32683 \end_layout
32684
32685 \begin_layout Plain Layout
32686
32687    
32688 \backslash
32689 vspace{1.5mm}
32690 \backslash
32691
32692 \backslash
32693 #1}}
32694 \end_layout
32695
32696 \end_inset
32697
32698
32699 \begin_inset Marginal
32700 status open
32701
32702 \begin_layout Plain Layout
32703 Ceci est une note en marge avec une en-tête prédéfinie.
32704 \end_layout
32705
32706 \end_inset
32707
32708
32709 \begin_inset ERT
32710 status collapsed
32711
32712 \begin_layout Plain Layout
32713
32714 [-1.5cm]
32715 \end_layout
32716
32717 \end_inset
32718
32719
32720 \begin_inset ERT
32721 status collapsed
32722
32723 \begin_layout Plain Layout
32724
32725
32726 \backslash
32727 renewcommand{
32728 \backslash
32729 marginpar}[1]{
32730 \backslash
32731 myMarginpar{#1}}
32732 \end_layout
32733
32734 \end_inset
32735
32736
32737 \begin_inset Note Note
32738 status collapsed
32739
32740 \begin_layout Plain Layout
32741
32742 \lang english
32743 The margin note format is changed only for this example.
32744 \end_layout
32745
32746 \end_inset
32747
32748
32749 \end_layout
32750
32751 \begin_layout Standard
32752 \begin_inset ERT
32753 status collapsed
32754
32755 \begin_layout Plain Layout
32756
32757
32758 \backslash
32759 else
32760 \end_layout
32761
32762 \end_inset
32763
32764
32765 \begin_inset Note Note
32766 status open
32767
32768 \begin_layout Plain Layout
32769 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
32770  
32771 \series bold
32772 marginnote
32773 \series default
32774  n'est pas installé :
32775 \end_layout
32776
32777 \end_inset
32778
32779
32780 \end_layout
32781
32782 \begin_layout Standard
32783 Vous devez installer le paquetage \SpecialChar LaTeX
32784  
32785 \series bold
32786 marginnote
32787 \series default
32788  pour voir la suite de cette section dans la sortie imprimée.
32789 \end_layout
32790
32791 \begin_layout Standard
32792 \begin_inset ERT
32793 status collapsed
32794
32795 \begin_layout Plain Layout
32796
32797
32798 \backslash
32799 fi
32800 \end_layout
32801
32802 \end_inset
32803
32804
32805 \end_layout
32806
32807 \begin_layout Chapter
32808 Boîtes
32809 \end_layout
32810
32811 \begin_layout Section
32812 Introduction
32813 \begin_inset Index idx
32814 status collapsed
32815
32816 \begin_layout Plain Layout
32817 Boîtes ! Introduction
32818 \end_layout
32819
32820 \end_inset
32821
32822
32823 \end_layout
32824
32825 \begin_layout Standard
32826 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
32827  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
32828  voir la section
32829 \begin_inset space ~
32830 \end_inset
32831
32832
32833 \begin_inset CommandInset ref
32834 LatexCommand ref
32835 reference "sec:Minipages"
32836
32837 \end_inset
32838
32839 , pour encadrer des portions de texte, voir la section
32840 \begin_inset space ~
32841 \end_inset
32842
32843
32844 \begin_inset CommandInset ref
32845 LatexCommand ref
32846 reference "sec:Décorations"
32847
32848 \end_inset
32849
32850 , pour empêcher que des mots subissent une césure, voir la section
32851 \begin_inset space ~
32852 \end_inset
32853
32854
32855 \begin_inset CommandInset ref
32856 LatexCommand ref
32857 reference "sec:Empêcher-césure"
32858
32859 \end_inset
32860
32861 , pour aligner du texte, voir la section
32862 \begin_inset space ~
32863 \end_inset
32864
32865
32866 \begin_inset CommandInset ref
32867 LatexCommand ref
32868 reference "subsec:Alignement-Vertical"
32869
32870 \end_inset
32871
32872 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
32873 \begin_inset space ~
32874 \end_inset
32875
32876
32877 \begin_inset CommandInset ref
32878 LatexCommand ref
32879 reference "sec:Boîtes-colorées"
32880
32881 \end_inset
32882
32883 .
32884 \end_layout
32885
32886 \begin_layout Standard
32887 On peut insérer une boîte en utilisant le menu 
32888 \family sans
32889 Insertion\SpecialChar menuseparator
32890 Boîte
32891 \family default
32892  ou avec le bouton 
32893 \begin_inset Info
32894 type  "icon"
32895 arg   "box-insert Frameless"
32896 \end_inset
32897
32898  de la barre d'outils.
32899  Une boîte grise avec une étiquette 
32900 \family sans
32901 Boîte
32902 \begin_inset space ~
32903 \end_inset
32904
32905 (Minipage)
32906 \family default
32907
32908 \begin_inset Graphics
32909         filename clipart/BoxInsetDefault.png
32910         scale 65
32911         scaleBeforeRotation
32912
32913 \end_inset
32914
32915  est alors insérée.
32916  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
32917  et en choisissant 
32918 \family sans
32919 Paramètres
32920 \family default
32921  .
32922  La fenêtre de dialogue qui apparaît donne accès aux types de
32923 \family sans
32924  Boîte
32925 \begin_inset space ~
32926 \end_inset
32927
32928 Intérieure
32929 \family default
32930  
32931 \family sans
32932 Makebox, Parbox
32933 \family default
32934  et 
32935 \family sans
32936 Minipage
32937 \family default
32938 .
32939  Le type 
32940 \family sans
32941 Minipage
32942 \family default
32943  est le type implicite pour les boîtes nouvellement créées et il est décrit
32944  dans la section
32945 \begin_inset space ~
32946 \end_inset
32947
32948
32949 \begin_inset CommandInset ref
32950 LatexCommand ref
32951 reference "sec:Minipages"
32952
32953 \end_inset
32954
32955 ; le type 
32956 \family sans
32957 Parbox
32958 \family default
32959  est décrit dans la section
32960 \begin_inset space ~
32961 \end_inset
32962
32963
32964 \begin_inset CommandInset ref
32965 LatexCommand ref
32966 reference "sec:Parboxes"
32967
32968 \end_inset
32969
32970  et le type 
32971 \family sans
32972 Makebox
32973 \family default
32974  est décrit dans la section
32975 \begin_inset space ~
32976 \end_inset
32977
32978
32979 \begin_inset CommandInset ref
32980 LatexCommand ref
32981 reference "sec:Empêcher-césure"
32982
32983 \end_inset
32984
32985 .
32986 \end_layout
32987
32988 \begin_layout Standard
32989 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
32990  comme les flottants ou les notes de bas de page.
32991 \end_layout
32992
32993 \begin_layout Standard
32994 \begin_inset Note Greyedout
32995 status open
32996
32997 \begin_layout Plain Layout
32998
32999 \series bold
33000 Note:
33001 \series default
33002  Vous ne pouvez pas employer une boîte comme élément dans un environnement
33003  de type 
33004 \family sans
33005 Liste
33006 \family default
33007  ou 
33008 \family sans
33009 Description
33010 \family default
33011 .
33012 \end_layout
33013
33014 \end_inset
33015
33016
33017 \end_layout
33018
33019 \begin_layout Standard
33020 \begin_inset Note Greyedout
33021 status open
33022
33023 \begin_layout Plain Layout
33024
33025 \series bold
33026 Note:
33027 \series default
33028  Pour une raison inconnue, vous ne pouvez mettre le type de la 
33029 \family sans
33030 Boîte
33031 \begin_inset space ~
33032 \end_inset
33033
33034 Intérieure
33035 \family default
33036  à 
33037 \family sans
33038 Aucune
33039 \family default
33040  que quand vous utilisez une boîte encadrée.
33041  Les boîtes sans 
33042 \family sans
33043 Boîte
33044 \begin_inset space ~
33045 \end_inset
33046
33047 Intérieure
33048 \family default
33049  et sans cadre sont expliquées dans la section
33050 \begin_inset space ~
33051 \end_inset
33052
33053
33054 \begin_inset CommandInset ref
33055 LatexCommand ref
33056 reference "sec:Empêcher-césure"
33057
33058 \end_inset
33059
33060 .
33061 \end_layout
33062
33063 \end_inset
33064
33065
33066 \end_layout
33067
33068 \begin_layout Section
33069 La fenêtre de dialogue Boîte
33070 \begin_inset CommandInset label
33071 LatexCommand label
33072 name "sec:Boîte-Dialogue"
33073
33074 \end_inset
33075
33076
33077 \begin_inset Index idx
33078 status collapsed
33079
33080 \begin_layout Plain Layout
33081 Boîtes ! Fenêtre de dialogue Boîte
33082 \end_layout
33083
33084 \end_inset
33085
33086
33087 \end_layout
33088
33089 \begin_layout Subsection
33090 Taille
33091 \begin_inset Index idx
33092 status collapsed
33093
33094 \begin_layout Plain Layout
33095 Boîtes ! Taille
33096 \end_layout
33097
33098 \end_inset
33099
33100
33101 \end_layout
33102
33103 \begin_layout Standard
33104 Dans la fenêtre de dialogue 
33105 \family sans
33106 Paramètres
33107 \begin_inset space ~
33108 \end_inset
33109
33110 de
33111 \begin_inset space ~
33112 \end_inset
33113
33114 Boîte
33115 \family default
33116  vous pouvez modifier la géométrie de la boîte avec les champs 
33117 \family sans
33118 Largeur
33119 \family default
33120  et 
33121 \family sans
33122 Hauteur
33123 \family default
33124 .
33125  Les unités de longueur qui sont utilisables dans ces champs sont décrites
33126  dans le tableau
33127 \begin_inset space ~
33128 \end_inset
33129
33130
33131 \begin_inset CommandInset ref
33132 LatexCommand ref
33133 reference "tab:Unités"
33134
33135 \end_inset
33136
33137 .
33138  Le champ 
33139 \family sans
33140 Hauteur
33141 \family default
33142  offre en plus les spécifications de taille suivantes :
33143 \end_layout
33144
33145 \begin_layout Description
33146 Profondeur C'est simplement la 
33147 \begin_inset Quotes fld
33148 \end_inset
33149
33150 hauteur
33151 \begin_inset Quotes frd
33152 \end_inset
33153
33154  du texte.
33155  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
33156  lignes de texte dans la boîte.
33157 \begin_inset Newline newline
33158 \end_inset
33159
33160
33161 \begin_inset Newline newline
33162 \end_inset
33163
33164
33165 \begin_inset Newline newline
33166 \end_inset
33167
33168
33169 \begin_inset Box Boxed
33170 position "c"
33171 hor_pos "c"
33172 has_inner_box 1
33173 inner_pos "c"
33174 use_parbox 0
33175 use_makebox 0
33176 width "12col%"
33177 special "none"
33178 height "1in"
33179 height_special "depth"
33180 thickness "0.4pt"
33181 separation "3pt"
33182 shadowsize "4pt"
33183 framecolor "black"
33184 backgroundcolor "none"
33185 status open
33186
33187 \begin_layout Plain Layout
33188 \align center
33189 Boîte dont la hauteur est égale à 1
33190 \begin_inset space \thinspace{}
33191 \end_inset
33192
33193 Profondeur
33194 \end_layout
33195
33196 \end_inset
33197
33198
33199 \begin_inset Newline newline
33200 \end_inset
33201
33202
33203 \begin_inset Newline newline
33204 \end_inset
33205
33206
33207 \end_layout
33208
33209 \begin_layout Description
33210 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
33211  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
33212  est deux fois plus haute que le texte : 
33213 \begin_inset Box Boxed
33214 position "c"
33215 hor_pos "c"
33216 has_inner_box 1
33217 inner_pos "c"
33218 use_parbox 0
33219 use_makebox 0
33220 width "20col%"
33221 special "none"
33222 height "2in"
33223 height_special "height"
33224 thickness "0.4pt"
33225 separation "3pt"
33226 shadowsize "4pt"
33227 framecolor "black"
33228 backgroundcolor "none"
33229 status open
33230
33231 \begin_layout Plain Layout
33232 \align center
33233 Boîte dont la hauteur est 2
33234 \begin_inset space \thinspace{}
33235 \end_inset
33236
33237 Hauteur
33238 \end_layout
33239
33240 \end_inset
33241
33242
33243 \end_layout
33244
33245 \begin_layout Description
33246 Hauteur
33247 \begin_inset space ~
33248 \end_inset
33249
33250 Totale C'est égal à Hauteur
33251 \begin_inset space \thinspace{}
33252 \end_inset
33253
33254 +
33255 \begin_inset space \thinspace{}
33256 \end_inset
33257
33258 Profondeur : 
33259 \begin_inset Box Boxed
33260 position "c"
33261 hor_pos "c"
33262 has_inner_box 1
33263 inner_pos "c"
33264 use_parbox 0
33265 use_makebox 0
33266 width "20col%"
33267 special "none"
33268 height "1in"
33269 height_special "totalheight"
33270 thickness "0.4pt"
33271 separation "3pt"
33272 shadowsize "4pt"
33273 framecolor "black"
33274 backgroundcolor "none"
33275 status open
33276
33277 \begin_layout Plain Layout
33278 \align center
33279 Boîte dont la hauteur est 1
33280 \begin_inset space \thinspace{}
33281 \end_inset
33282
33283 Hauteur
33284 \begin_inset space ~
33285 \end_inset
33286
33287 Totale
33288 \end_layout
33289
33290 \end_inset
33291
33292
33293 \end_layout
33294
33295 \begin_layout Description
33296 Largeur On prend la largeur de la boîte comme hauteur : 
33297 \begin_inset Box Boxed
33298 position "c"
33299 hor_pos "c"
33300 has_inner_box 1
33301 inner_pos "c"
33302 use_parbox 0
33303 use_makebox 0
33304 width "12col%"
33305 special "none"
33306 height "1in"
33307 height_special "width"
33308 thickness "0.4pt"
33309 separation "3pt"
33310 shadowsize "4pt"
33311 framecolor "black"
33312 backgroundcolor "none"
33313 status open
33314
33315 \begin_layout Plain Layout
33316 \align center
33317 Boîte dont la hauteur est 1
33318 \begin_inset space \thinspace{}
33319 \end_inset
33320
33321 Largeur
33322 \end_layout
33323
33324 \end_inset
33325
33326
33327 \end_layout
33328
33329 \begin_layout Subsection
33330 Alignement
33331 \begin_inset Index idx
33332 status collapsed
33333
33334 \begin_layout Plain Layout
33335 Boîtes ! Alignement
33336 \end_layout
33337
33338 \end_inset
33339
33340
33341 \end_layout
33342
33343 \begin_layout Standard
33344 Quand vous avez choisi une 
33345 \family sans
33346 Boîte
33347 \begin_inset space ~
33348 \end_inset
33349
33350 Intérieure
33351 \family default
33352 , l'alignement vertical de la boîte peut être :
33353 \end_layout
33354
33355 \begin_layout Description
33356 Haut Ceci est un exemple de texte.
33357  
33358 \begin_inset Box Boxed
33359 position "t"
33360 hor_pos "c"
33361 has_inner_box 1
33362 inner_pos "c"
33363 use_parbox 0
33364 use_makebox 0
33365 width "12col%"
33366 special "none"
33367 height "1in"
33368 height_special "totalheight"
33369 thickness "0.4pt"
33370 separation "3pt"
33371 shadowsize "4pt"
33372 framecolor "black"
33373 backgroundcolor "none"
33374 status collapsed
33375
33376 \begin_layout Plain Layout
33377 \align center
33378 Cette boîte est alignée sur le haut.
33379 \end_layout
33380
33381 \end_inset
33382
33383  Ceci est un exemple de texte.
33384 \end_layout
33385
33386 \begin_layout Description
33387 Milieu Ceci est un exemple de texte.
33388  
33389 \begin_inset Box Boxed
33390 position "c"
33391 hor_pos "c"
33392 has_inner_box 1
33393 inner_pos "c"
33394 use_parbox 0
33395 use_makebox 0
33396 width "12col%"
33397 special "none"
33398 height "1in"
33399 height_special "totalheight"
33400 thickness "0.4pt"
33401 separation "3pt"
33402 shadowsize "4pt"
33403 framecolor "black"
33404 backgroundcolor "none"
33405 status collapsed
33406
33407 \begin_layout Plain Layout
33408 \align center
33409 Cette boîte est alignée au centre.
33410 \end_layout
33411
33412 \end_inset
33413
33414  Ceci est un exemple de texte.
33415 \end_layout
33416
33417 \begin_layout Description
33418 Bas Ceci est un exemple de texte.
33419  
33420 \begin_inset Box Boxed
33421 position "b"
33422 hor_pos "c"
33423 has_inner_box 1
33424 inner_pos "c"
33425 use_parbox 0
33426 use_makebox 0
33427 width "12col%"
33428 special "none"
33429 height "1in"
33430 height_special "totalheight"
33431 thickness "0.4pt"
33432 separation "3pt"
33433 shadowsize "4pt"
33434 framecolor "black"
33435 backgroundcolor "none"
33436 status collapsed
33437
33438 \begin_layout Plain Layout
33439 \align center
33440 Cette boîte est alignée sur le bas.
33441 \end_layout
33442
33443 \end_inset
33444
33445  Ceci est un exemple de texte.
33446 \end_layout
33447
33448 \begin_layout Standard
33449 \begin_inset Note Greyedout
33450 status open
33451
33452 \begin_layout Plain Layout
33453
33454 \series bold
33455 Note:
33456 \series default
33457  L'alignement vertical peut être perturbé dans la sortie finale quand vous
33458  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
33459  l'autre non.
33460 \end_layout
33461
33462 \end_inset
33463
33464
33465 \end_layout
33466
33467 \begin_layout Standard
33468 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
33469  paragraphe grâce à la fenêtre de dialogue 
33470 \family sans
33471 Paramètres
33472 \begin_inset space ~
33473 \end_inset
33474
33475 de
33476 \begin_inset space ~
33477 \end_inset
33478
33479 Boîte
33480 \family default
33481 .
33482 \end_layout
33483
33484 \begin_layout Standard
33485 \begin_inset VSpace bigskip
33486 \end_inset
33487
33488 Quand vous avez choisi une 
33489 \family sans
33490 Boîte
33491 \begin_inset space ~
33492 \end_inset
33493
33494 Intérieure
33495 \family default
33496 , l'alignement vertical du contenu de la boîte peut être :
33497 \end_layout
33498
33499 \begin_layout Description
33500 haut Ceci est un exemple de texte.
33501 \begin_inset Box Boxed
33502 position "c"
33503 hor_pos "c"
33504 has_inner_box 1
33505 inner_pos "t"
33506 use_parbox 0
33507 use_makebox 0
33508 width "12col%"
33509 special "none"
33510 height "1.5in"
33511 height_special "totalheight"
33512 thickness "0.4pt"
33513 separation "3pt"
33514 shadowsize "4pt"
33515 framecolor "black"
33516 backgroundcolor "none"
33517 status collapsed
33518
33519 \begin_layout Plain Layout
33520 \align center
33521 Le texte de cette boîte est aligné sur le haut.
33522 \end_layout
33523
33524 \end_inset
33525
33526  Ceci est un exemple de texte.
33527 \end_layout
33528
33529 \begin_layout Description
33530 milieu Ceci est un exemple de texte.
33531  
33532 \begin_inset Box Boxed
33533 position "c"
33534 hor_pos "c"
33535 has_inner_box 1
33536 inner_pos "c"
33537 use_parbox 0
33538 use_makebox 0
33539 width "12col%"
33540 special "none"
33541 height "1.5in"
33542 height_special "totalheight"
33543 thickness "0.4pt"
33544 separation "3pt"
33545 shadowsize "4pt"
33546 framecolor "black"
33547 backgroundcolor "none"
33548 status collapsed
33549
33550 \begin_layout Plain Layout
33551 \align center
33552 Le texte de cette boîte est aligné au centre
33553 \end_layout
33554
33555 \end_inset
33556
33557  Ceci est un exemple de texte.
33558 \end_layout
33559
33560 \begin_layout Description
33561 bas Ceci est un exemple de texte.
33562  
33563 \begin_inset Box Boxed
33564 position "c"
33565 hor_pos "c"
33566 has_inner_box 1
33567 inner_pos "b"
33568 use_parbox 0
33569 use_makebox 0
33570 width "12col%"
33571 special "none"
33572 height "1.5in"
33573 height_special "totalheight"
33574 thickness "0.4pt"
33575 separation "3pt"
33576 shadowsize "4pt"
33577 framecolor "black"
33578 backgroundcolor "none"
33579 status collapsed
33580
33581 \begin_layout Plain Layout
33582 \align center
33583 Le texte de cette boîte est aligné en bas.
33584 \end_layout
33585
33586 \end_inset
33587
33588  Ceci est un exemple de texte.
33589 \end_layout
33590
33591 \begin_layout Description
33592 élongation Ceci est un exemple de texte.
33593  
33594 \begin_inset Box Boxed
33595 position "c"
33596 hor_pos "c"
33597 has_inner_box 1
33598 inner_pos "s"
33599 use_parbox 0
33600 use_makebox 0
33601 width "12col%"
33602 special "none"
33603 height "1.5in"
33604 height_special "totalheight"
33605 thickness "0.4pt"
33606 separation "3pt"
33607 shadowsize "4pt"
33608 framecolor "black"
33609 backgroundcolor "none"
33610 status collapsed
33611
33612 \begin_layout Plain Layout
33613 \align center
33614 Le texte 
33615 \end_layout
33616
33617 \begin_layout Plain Layout
33618 \align center
33619 de cette
33620 \end_layout
33621
33622 \begin_layout Plain Layout
33623 \align center
33624 boîte est
33625 \end_layout
33626
33627 \begin_layout Plain Layout
33628 \align center
33629 allongé.
33630 \end_layout
33631
33632 \end_inset
33633
33634  Ceci est un exemple de texte.
33635 \end_layout
33636
33637 \begin_layout Standard
33638 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
33639  paragraphe.
33640  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
33641 \end_layout
33642
33643 \begin_layout Standard
33644 \begin_inset VSpace bigskip
33645 \end_inset
33646
33647 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
33648  la fenêtre de dialogue 
33649 \family sans
33650 Paramètres
33651 \begin_inset space ~
33652 \end_inset
33653
33654 de
33655 \begin_inset space ~
33656 \end_inset
33657
33658 paragraphe
33659 \family default
33660  quand vous avez choisi une 
33661 \family sans
33662 Boîte
33663 \begin_inset space ~
33664 \end_inset
33665
33666 Intérieure
33667 \family default
33668 .
33669 \end_layout
33670
33671 \begin_layout Standard
33672 \align center
33673 \begin_inset Box Boxed
33674 position "c"
33675 hor_pos "c"
33676 has_inner_box 1
33677 inner_pos "s"
33678 use_parbox 0
33679 use_makebox 0
33680 width "15col%"
33681 special "none"
33682 height "1.25in"
33683 height_special "totalheight"
33684 thickness "0.4pt"
33685 separation "3pt"
33686 shadowsize "4pt"
33687 framecolor "black"
33688 backgroundcolor "none"
33689 status open
33690
33691 \begin_layout Plain Layout
33692 \align left
33693 Le texte de 
33694 \end_layout
33695
33696 \begin_layout Plain Layout
33697 \align left
33698 cette boîte
33699 \end_layout
33700
33701 \begin_layout Plain Layout
33702 \align right
33703 est allongé.
33704 \end_layout
33705
33706 \end_inset
33707
33708
33709 \end_layout
33710
33711 \begin_layout Standard
33712 Si vous n'avez pas choisi une 
33713 \family sans
33714 Boîte
33715 \begin_inset space ~
33716 \end_inset
33717
33718 Intérieure
33719 \family default
33720 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
33721  de dialogue de boîte.
33722 \begin_inset Separator parbreak
33723 \end_inset
33724
33725
33726 \end_layout
33727
33728 \begin_layout Standard
33729 \align center
33730 \begin_inset Box Boxed
33731 position "c"
33732 hor_pos "s"
33733 has_inner_box 0
33734 inner_pos "s"
33735 use_parbox 0
33736 use_makebox 0
33737 width "90col%"
33738 special "none"
33739 height "1.25in"
33740 height_special "totalheight"
33741 thickness "0.4pt"
33742 separation "3pt"
33743 shadowsize "4pt"
33744 framecolor "black"
33745 backgroundcolor "none"
33746 status open
33747
33748 \begin_layout Plain Layout
33749 Le texte de cette boîte est allongé horizontalement.
33750 \end_layout
33751
33752 \end_inset
33753
33754
33755 \end_layout
33756
33757 \begin_layout Subsection
33758 Décorations
33759 \begin_inset CommandInset label
33760 LatexCommand label
33761 name "sec:Décorations"
33762
33763 \end_inset
33764
33765
33766 \begin_inset Index idx
33767 status collapsed
33768
33769 \begin_layout Plain Layout
33770 Boîtes ! Décorations
33771 \end_layout
33772
33773 \end_inset
33774
33775
33776 \end_layout
33777
33778 \begin_layout Standard
33779 On peut spécifier le style de la boîte en utilisant la liste déroulante
33780  
33781 \family sans
33782 Décoration
33783 \family default
33784 .
33785  Les possibilités sont les suivantes :
33786 \end_layout
33787
33788 \begin_layout Description
33789 Aucun
33790 \begin_inset space ~
33791 \end_inset
33792
33793 cadre
33794 \begin_inset space ~
33795 \end_inset
33796
33797 tracé Rien n'est tracé
33798 \end_layout
33799
33800 \begin_layout Description
33801 Cadre
33802 \begin_inset space ~
33803 \end_inset
33804
33805 rectangulaire
33806 \begin_inset space ~
33807 \end_inset
33808
33809 simple Ceci dessine un cadre rectangulaire autour de la boîte.
33810  L'épaisseur du trait de ce cadre peut être précisé.
33811 \begin_inset Newline newline
33812 \end_inset
33813
33814
33815 \begin_inset Box Boxed
33816 position "c"
33817 hor_pos "c"
33818 has_inner_box 1
33819 inner_pos "c"
33820 use_parbox 0
33821 use_makebox 0
33822 width "20col%"
33823 special "none"
33824 height "1in"
33825 height_special "totalheight"
33826 thickness "0.4pt"
33827 separation "3pt"
33828 shadowsize "4pt"
33829 framecolor "black"
33830 backgroundcolor "none"
33831 status open
33832
33833 \begin_layout Plain Layout
33834 \align center
33835 Boîte rectangulaire
33836 \end_layout
33837
33838 \end_inset
33839
33840
33841 \end_layout
33842
33843 \begin_layout Description
33844 Cadre
33845 \begin_inset space ~
33846 \end_inset
33847
33848 oval,
33849 \begin_inset space ~
33850 \end_inset
33851
33852 fin Ceci dessine un cadre ovalisée autour de la boîte.
33853  L'épaisseur du trait de ce cadre est de  0.4
33854 \begin_inset space \thinspace{}
33855 \end_inset
33856
33857 pt.
33858  
33859 \begin_inset Box ovalbox
33860 position "c"
33861 hor_pos "c"
33862 has_inner_box 1
33863 inner_pos "c"
33864 use_parbox 0
33865 use_makebox 0
33866 width "20col%"
33867 special "none"
33868 height "1in"
33869 height_special "totalheight"
33870 thickness "0.4pt"
33871 separation "3pt"
33872 shadowsize "4pt"
33873 framecolor "black"
33874 backgroundcolor "none"
33875 status open
33876
33877 \begin_layout Plain Layout
33878 \align center
33879 Boîte ovalisée, fine
33880 \end_layout
33881
33882 \end_inset
33883
33884
33885 \end_layout
33886
33887 \begin_layout Description
33888 Cadre
33889 \begin_inset space ~
33890 \end_inset
33891
33892 oval,
33893 \begin_inset space ~
33894 \end_inset
33895
33896 épais Ceci dessine un cadre ovalisée autour de la boîte.
33897  L'épaisseur du trait de ce cadre est de   0.8
33898 \begin_inset space \thinspace{}
33899 \end_inset
33900
33901 pt.
33902  
33903 \begin_inset Box Ovalbox
33904 position "c"
33905 hor_pos "c"
33906 has_inner_box 1
33907 inner_pos "c"
33908 use_parbox 0
33909 use_makebox 0
33910 width "20col%"
33911 special "none"
33912 height "1in"
33913 height_special "totalheight"
33914 thickness "0.4pt"
33915 separation "3pt"
33916 shadowsize "4pt"
33917 framecolor "black"
33918 backgroundcolor "none"
33919 status open
33920
33921 \begin_layout Plain Layout
33922 \align center
33923 Boîte ovalisée, épaisse
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Description
33932 Ombre
33933 \begin_inset space ~
33934 \end_inset
33935
33936 en
33937 \begin_inset space ~
33938 \end_inset
33939
33940 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
33941  L'épaisseur du trait de ce cadre et l'ombre peut être précisé.
33942  
33943 \begin_inset Box Shadowbox
33944 position "c"
33945 hor_pos "c"
33946 has_inner_box 1
33947 inner_pos "c"
33948 use_parbox 0
33949 use_makebox 0
33950 width "20col%"
33951 special "none"
33952 height "1in"
33953 height_special "totalheight"
33954 thickness "0.4pt"
33955 separation "3pt"
33956 shadowsize "4pt"
33957 framecolor "black"
33958 backgroundcolor "none"
33959 status open
33960
33961 \begin_layout Plain Layout
33962 \align center
33963 Boîte ombrée
33964 \end_layout
33965
33966 \end_inset
33967
33968
33969 \end_layout
33970
33971 \begin_layout Description
33972 Fond
33973 \begin_inset space ~
33974 \end_inset
33975
33976 ombré Ceci dessine une boîte avec un arrière plan rouge.
33977  Contrairement aux boîtes coloriées
33978 \begin_inset Foot
33979 status collapsed
33980
33981 \begin_layout Plain Layout
33982 Voir la section
33983 \begin_inset space ~
33984 \end_inset
33985
33986
33987 \begin_inset CommandInset ref
33988 LatexCommand ref
33989 reference "sec:Boîtes-colorées"
33990
33991 \end_inset
33992
33993 .
33994 \end_layout
33995
33996 \end_inset
33997
33998 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
33999  son propre paragraphe.
34000 \begin_inset Box Shaded
34001 position "t"
34002 hor_pos "c"
34003 has_inner_box 0
34004 inner_pos "t"
34005 use_parbox 0
34006 use_makebox 0
34007 width "50col%"
34008 special "none"
34009 height "1in"
34010 height_special "totalheight"
34011 thickness "0.4pt"
34012 separation "3pt"
34013 shadowsize "4pt"
34014 framecolor "black"
34015 backgroundcolor "none"
34016 status open
34017
34018 \begin_layout Plain Layout
34019 Boîte avec fond ombré
34020 \end_layout
34021
34022 \end_inset
34023
34024
34025 \end_layout
34026
34027 \begin_layout Description
34028 Cadre
34029 \begin_inset space ~
34030 \end_inset
34031
34032 rectangulaire
34033 \begin_inset space ~
34034 \end_inset
34035
34036 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
34037  boîte.
34038  L'épaisseur du trait du cadre interne est de 0.75
34039 \begin_inset space \thinspace{}
34040 \end_inset
34041
34042 épaisseur
34043 \begin_inset space ~
34044 \end_inset
34045
34046 du
34047 \begin_inset space ~
34048 \end_inset
34049
34050 trait, l'épaisseur du trait du cadre externe est de 1.5
34051 \begin_inset space \thinspace{}
34052 \end_inset
34053
34054 épaisseur
34055 \begin_inset space ~
34056 \end_inset
34057
34058 du
34059 \begin_inset space ~
34060 \end_inset
34061
34062 trait.
34063  La distance entre les deux cadres est de 1.5
34064 \begin_inset space \thinspace{}
34065 \end_inset
34066
34067 épaisseur
34068 \begin_inset space ~
34069 \end_inset
34070
34071 du
34072 \begin_inset space ~
34073 \end_inset
34074
34075 trait
34076 \begin_inset space \thinspace{}
34077 \end_inset
34078
34079 +
34080 \begin_inset space \thinspace{}
34081 \end_inset
34082
34083 0.5
34084 \begin_inset space \thinspace{}
34085 \end_inset
34086
34087 pt.
34088  
34089 \begin_inset Box Doublebox
34090 position "c"
34091 hor_pos "c"
34092 has_inner_box 1
34093 inner_pos "c"
34094 use_parbox 0
34095 use_makebox 0
34096 width "20col%"
34097 special "none"
34098 height "1in"
34099 height_special "totalheight"
34100 thickness "0.4pt"
34101 separation "3pt"
34102 shadowsize "4pt"
34103 framecolor "black"
34104 backgroundcolor "none"
34105 status open
34106
34107 \begin_layout Plain Layout
34108 \align center
34109 Boîte double
34110 \end_layout
34111
34112 \end_inset
34113
34114
34115 \end_layout
34116
34117 \begin_layout Standard
34118 \begin_inset VSpace bigskip
34119 \end_inset
34120
34121 L'étiquette qui se trouve sur la boîte dans \SpecialChar LyX
34122  s'adapte pour montrer le style
34123  de boîte utilisé.
34124  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
34125  le paquetage \SpecialChar LaTeX
34126  
34127 \series bold
34128 fancybox
34129 \series default
34130
34131 \begin_inset Index idx
34132 status collapsed
34133
34134 \begin_layout Plain Layout
34135 Paquetages \SpecialChar LaTeX
34136  ! fancybox
34137 \end_layout
34138
34139 \end_inset
34140
34141 .
34142 \end_layout
34143
34144 \begin_layout Standard
34145 \begin_inset VSpace bigskip
34146 \end_inset
34147
34148 Quand vous utilisez le style de décoration 
34149 \family sans
34150 cadre rectangulaire simple
34151 \family default
34152  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
34153  de la boîte.
34154  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
34155  prendra toute la largeur de la colonne et la boîte sera considérée comme
34156  son propre paragraphe: 
34157 \begin_inset Box Framed
34158 position "t"
34159 hor_pos "c"
34160 has_inner_box 0
34161 inner_pos "t"
34162 use_parbox 0
34163 use_makebox 0
34164 width "100col%"
34165 special "none"
34166 height "1in"
34167 height_special "totalheight"
34168 thickness "0.4pt"
34169 separation "3pt"
34170 shadowsize "4pt"
34171 framecolor "black"
34172 backgroundcolor "none"
34173 status collapsed
34174
34175 \begin_layout Plain Layout
34176 Boîte avec cadre simple et sauts de page
34177 \end_layout
34178
34179 \end_inset
34180
34181
34182 \end_layout
34183
34184 \begin_layout Section
34185 Personnalisation des boîtes
34186 \begin_inset Index idx
34187 status collapsed
34188
34189 \begin_layout Plain Layout
34190 Boîtes! Personnalisation
34191 \end_layout
34192
34193 \end_inset
34194
34195
34196 \end_layout
34197
34198 \begin_layout Standard
34199 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
34200  la commande 
34201 \series bold
34202
34203 \backslash
34204 cornersize
34205 \series default
34206 .
34207  Par exemple, la commande
34208 \end_layout
34209
34210 \begin_layout Standard
34211
34212 \series bold
34213
34214 \backslash
34215 cornersize*{1cm}
34216 \end_layout
34217
34218 \begin_layout Standard
34219 donne un diamètre de 1
34220 \begin_inset space \thinspace{}
34221 \end_inset
34222
34223 cm.
34224  La commande
34225 \end_layout
34226
34227 \begin_layout Standard
34228
34229 \series bold
34230
34231 \backslash
34232 cornersize{num}
34233 \end_layout
34234
34235 \begin_layout Standard
34236 fixe le diamètre à 
34237 \family sans
34238 num
34239 \begin_inset space \thinspace{}
34240 \end_inset
34241
34242 ×
34243 \begin_inset space \thinspace{}
34244 \end_inset
34245
34246 minimum(largeur et hauteur de la boîte)
34247 \family default
34248 .
34249  La valeur implicite est 
34250 \series bold
34251
34252 \backslash
34253 cornersize{0.5}
34254 \series default
34255 .
34256 \end_layout
34257
34258 \begin_layout Standard
34259 \begin_inset ERT
34260 status collapsed
34261
34262 \begin_layout Plain Layout
34263
34264
34265 \backslash
34266 cornersize*{1.5cm}
34267 \end_layout
34268
34269 \end_inset
34270
34271
34272 \begin_inset Box Ovalbox
34273 position "c"
34274 hor_pos "c"
34275 has_inner_box 1
34276 inner_pos "c"
34277 use_parbox 0
34278 use_makebox 0
34279 width "25col%"
34280 special "none"
34281 height "1in"
34282 height_special "totalheight"
34283 thickness "0.4pt"
34284 separation "3pt"
34285 shadowsize "4pt"
34286 framecolor "black"
34287 backgroundcolor "none"
34288 status open
34289
34290 \begin_layout Plain Layout
34291 \align center
34292 Boîte ovale avec 
34293 \series bold
34294
34295 \backslash
34296 cornersize
34297 \series default
34298
34299 \begin_inset space \thinspace{}
34300 \end_inset
34301
34302 =
34303 \begin_inset space \thinspace{}
34304 \end_inset
34305
34306 1.5
34307 \begin_inset space \thinspace{}
34308 \end_inset
34309
34310 cm
34311 \end_layout
34312
34313 \end_inset
34314
34315
34316 \begin_inset ERT
34317 status collapsed
34318
34319 \begin_layout Plain Layout
34320
34321
34322 \backslash
34323 cornersize{0.5}
34324 \end_layout
34325
34326 \end_inset
34327
34328
34329 \end_layout
34330
34331 \begin_layout Standard
34332 \begin_inset VSpace bigskip
34333 \end_inset
34334
34335
34336 \end_layout
34337
34338 \begin_layout Standard
34339 La couleur rouge utilisée implicitement pour les boîtes à 
34340 \family sans
34341 Fond
34342 \begin_inset space ~
34343 \end_inset
34344
34345 ombré
34346 \family default
34347  peut soit être modifiée localement avec la commande 
34348 \series bold
34349
34350 \backslash
34351 definecolor{shadecolor}
34352 \series default
34353 , soit globalement avec le menu 
34354 \family sans
34355 Outils\SpecialChar menuseparator
34356 Préférences
34357 \family default
34358 \SpecialChar menuseparator
34359
34360 \family sans
34361 Couleurs\SpecialChar menuseparator
34362 boîte
34363 \begin_inset space ~
34364 \end_inset
34365
34366 ombrée
34367 \family default
34368 .
34369  La syntaxe de la commande 
34370 \series bold
34371
34372 \backslash
34373 definecolor
34374 \series default
34375  est expliquée dans la section
34376 \begin_inset space ~
34377 \end_inset
34378
34379
34380 \begin_inset CommandInset ref
34381 LatexCommand ref
34382 reference "sec:Tableaux-Colorés"
34383
34384 \end_inset
34385
34386 .
34387 \begin_inset Foot
34388 status collapsed
34389
34390 \begin_layout Plain Layout
34391 Notez que l'utilisation de 
34392 \series bold
34393
34394 \backslash
34395 definecolor
34396 \series default
34397  ne peut se faire sans le paquetage \SpecialChar LaTeX
34398  
34399 \series bold
34400 color
34401 \series default
34402  dans le préambule, voir la section
34403 \begin_inset space ~
34404 \end_inset
34405
34406
34407 \begin_inset CommandInset ref
34408 LatexCommand ref
34409 reference "sec:Boîtes-colorées"
34410
34411 \end_inset
34412
34413 .
34414  
34415 \end_layout
34416
34417 \end_inset
34418
34419
34420 \end_layout
34421
34422 \begin_layout Standard
34423 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
34424  le commande en code \SpecialChar TeX
34425  suivantes
34426 \end_layout
34427
34428 \begin_layout Standard
34429
34430 \series bold
34431
34432 \backslash
34433 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34434 \end_layout
34435
34436 \begin_layout Standard
34437 \begin_inset ERT
34438 status collapsed
34439
34440 \begin_layout Plain Layout
34441
34442
34443 \backslash
34444 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34445 \end_layout
34446
34447 \end_inset
34448
34449
34450 \begin_inset Box Shaded
34451 position "t"
34452 hor_pos "c"
34453 has_inner_box 0
34454 inner_pos "t"
34455 use_parbox 0
34456 use_makebox 0
34457 width "100col%"
34458 special "none"
34459 height "1in"
34460 height_special "totalheight"
34461 thickness "0.4pt"
34462 separation "3pt"
34463 shadowsize "4pt"
34464 framecolor "black"
34465 backgroundcolor "none"
34466 status open
34467
34468 \begin_layout Plain Layout
34469
34470 \color yellow
34471 Ceci est un texte jaune dans une boîte à 
34472 \family sans
34473 Fond
34474 \begin_inset space ~
34475 \end_inset
34476
34477 ombré
34478 \family default
34479 \color inherit
34480  
34481 \color yellow
34482 avec un fond vert foncé.
34483 \end_layout
34484
34485 \end_inset
34486
34487
34488 \begin_inset ERT
34489 status collapsed
34490
34491 \begin_layout Plain Layout
34492
34493
34494 \backslash
34495 definecolor{shadecolor}{rgb}{1,0,0}
34496 \end_layout
34497
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \begin_layout Standard
34504 \begin_inset VSpace bigskip
34505 \end_inset
34506
34507
34508 \end_layout
34509
34510 \begin_layout Standard
34511 Les largeurs et culeurs ainsi modifiées restent valables pour toutes les
34512  boîtes qui suivent la commandes qui les a changées.
34513 \end_layout
34514
34515 \begin_layout Section
34516 Minipages
34517 \begin_inset CommandInset label
34518 LatexCommand label
34519 name "sec:Minipages"
34520
34521 \end_inset
34522
34523
34524 \begin_inset Index idx
34525 status collapsed
34526
34527 \begin_layout Plain Layout
34528 Boîtes ! Minipages
34529 \end_layout
34530
34531 \end_inset
34532
34533
34534 \end_layout
34535
34536 \begin_layout Standard
34537 \SpecialChar LaTeX
34538  fournit un mécanisme qui, en fait, permet de produire une page à l'intérieur
34539  d'une page.
34540  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
34541  règles d'indentation, de saut de ligne, etc.
34542  s'appliquent.
34543 \end_layout
34544
34545 \begin_layout Standard
34546 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
34547  langues.
34548 \end_layout
34549
34550 \begin_layout Standard
34551 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
34552  Leur largeur est fixée à 45
34553 \begin_inset space \thinspace{}
34554 \end_inset
34555
34556 col% et elles sont séparées par un ressort horizontal, qui a été inséré
34557  via le menu 
34558 \family sans
34559 Insertion\SpecialChar menuseparator
34560 Typographie
34561 \begin_inset space ~
34562 \end_inset
34563
34564 spéciale\SpecialChar menuseparator
34565 Ressort
34566 \begin_inset space ~
34567 \end_inset
34568
34569 Horizontal
34570 \family default
34571 .
34572 \end_layout
34573
34574 \begin_layout Standard
34575 \begin_inset Box Frameless
34576 position "t"
34577 hor_pos "c"
34578 has_inner_box 1
34579 inner_pos "c"
34580 use_parbox 0
34581 use_makebox 0
34582 width "45col%"
34583 special "none"
34584 height "1in"
34585 height_special "totalheight"
34586 thickness "0.4pt"
34587 separation "3pt"
34588 shadowsize "4pt"
34589 framecolor "black"
34590 backgroundcolor "none"
34591 status open
34592
34593 \begin_layout Plain Layout
34594 Ceci est un texte en français.
34595  Ceci est un texte en français.
34596  Ceci est un texte en français.
34597  Ceci est un texte en français.
34598  Ceci est un texte en français.
34599  Ceci est un texte en français.
34600  Ceci est un texte en français.
34601  Ceci est un texte en français.Ceci est un texte en français.
34602  Ceci est un texte en français.
34603  Ceci est un texte en français.
34604  Ceci est un texte en français
34605 \begin_inset Foot
34606 status collapsed
34607
34608 \begin_layout Plain Layout
34609 Ceci est une note de bas de page en français.
34610 \end_layout
34611
34612 \end_inset
34613
34614 .Ceci est un texte en français
34615 \end_layout
34616
34617 \end_inset
34618
34619
34620 \begin_inset space \hfill{}
34621 \end_inset
34622
34623
34624 \begin_inset Box Frameless
34625 position "t"
34626 hor_pos "c"
34627 has_inner_box 1
34628 inner_pos "c"
34629 use_parbox 0
34630 use_makebox 0
34631 width "45col%"
34632 special "none"
34633 height "1in"
34634 height_special "totalheight"
34635 thickness "0.4pt"
34636 separation "3pt"
34637 shadowsize "4pt"
34638 framecolor "black"
34639 backgroundcolor "none"
34640 status open
34641
34642 \begin_layout Plain Layout
34643
34644 \lang english
34645 This is an English Text.
34646  This is an English Text.
34647  This is an English Text.
34648  This is an English Text.
34649  This is an English Text.
34650  This is an English Text.
34651  This is an English Text.
34652  This is an English Text.
34653  This is an English Text.
34654  This is an English Text.
34655  This is an English Text.
34656  This is an English Text.
34657  This is an English Text.
34658  This is an English Text.
34659  This is an English Text.
34660  This is an English Text.
34661 \begin_inset Foot
34662 status collapsed
34663
34664 \begin_layout Plain Layout
34665
34666 \lang english
34667 This is an English footnote.
34668 \end_layout
34669
34670 \end_inset
34671
34672  This is an English Text.
34673 \end_layout
34674
34675 \end_inset
34676
34677
34678 \end_layout
34679
34680 \begin_layout Standard
34681 \begin_inset VSpace bigskip
34682 \end_inset
34683
34684 Les paramètres globaux du document sont ignorés au sein d'une minipage.
34685  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
34686  minipages, même si vous les avez mis par exemple à 
34687 \family sans
34688 Moyen
34689 \family default
34690  dans les paramètres du document.
34691 \end_layout
34692
34693 \begin_layout Standard
34694 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
34695  portion de texte, voyez la section
34696 \begin_inset space ~
34697 \end_inset
34698
34699
34700 \begin_inset CommandInset ref
34701 LatexCommand ref
34702 reference "sec:Boîtes-colorées"
34703
34704 \end_inset
34705
34706 .
34707 \end_layout
34708
34709 \begin_layout Standard
34710 \begin_inset Note Greyedout
34711 status open
34712
34713 \begin_layout Plain Layout
34714
34715 \series bold
34716 Note:
34717 \series default
34718  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
34719  mais les minipages peuvent être utilisées dans un tableau, un flottant
34720  ou une autre boîte.
34721 \end_layout
34722
34723 \end_inset
34724
34725
34726 \end_layout
34727
34728 \begin_layout Standard
34729 \begin_inset VSpace bigskip
34730 \end_inset
34731
34732
34733 \end_layout
34734
34735 \begin_layout Standard
34736 \SpecialChar LyX
34737  propose également une fonctionnalité de base pour des minipages dont la
34738  taille est automatiquement déterminée par la largeur de leur contenu, via
34739  le module 
34740 \family sans
34741 Minipages de largeur variable
34742 \family default
34743 .
34744  Le fichier du répertoire des exemples \SpecialChar LyX
34745  
34746 \emph on
34747 varwidth-floats-side-by-side
34748 \emph default
34749  illustre l'utilisation de minipages de largeur variable pour placer deux
34750  flottants côte à côte.
34751 \end_layout
34752
34753 \begin_layout Section
34754 Les parboxes
34755 \begin_inset CommandInset label
34756 LatexCommand label
34757 name "sec:Parboxes"
34758
34759 \end_inset
34760
34761
34762 \begin_inset Index idx
34763 status collapsed
34764
34765 \begin_layout Plain Layout
34766 Boîtes ! Parboxes
34767 \end_layout
34768
34769 \end_inset
34770
34771
34772 \end_layout
34773
34774 \begin_layout Standard
34775 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
34776  ne peuvent avoir de note de bas de page.
34777 \begin_inset Separator parbreak
34778 \end_inset
34779
34780
34781 \end_layout
34782
34783 \begin_layout Standard
34784 \align center
34785 \begin_inset Box Frameless
34786 position "t"
34787 hor_pos "c"
34788 has_inner_box 1
34789 inner_pos "t"
34790 use_parbox 1
34791 use_makebox 0
34792 width "33col%"
34793 special "none"
34794 height "1in"
34795 height_special "totalheight"
34796 thickness "0.4pt"
34797 separation "3pt"
34798 shadowsize "4pt"
34799 framecolor "black"
34800 backgroundcolor "none"
34801 status open
34802
34803 \begin_layout Plain Layout
34804 Ceci est un texte à l'intérieur d'une parbox.
34805  Ceci est un texte à l'intérieur d'une parbox.
34806 \end_layout
34807
34808 \begin_layout Plain Layout
34809 Cette note de bas de page ne devrait pas apparaître :
34810 \begin_inset Foot
34811 status open
34812
34813 \begin_layout Plain Layout
34814 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
34815  pas.
34816 \end_layout
34817
34818 \end_inset
34819
34820
34821 \end_layout
34822
34823 \end_inset
34824
34825
34826 \end_layout
34827
34828 \begin_layout Section
34829 Des boîtes pour les mots et les caractères
34830 \begin_inset Index idx
34831 status collapsed
34832
34833 \begin_layout Plain Layout
34834 Boîtes ! Pour les caractères
34835 \end_layout
34836
34837 \end_inset
34838
34839
34840 \end_layout
34841
34842 \begin_layout Subsection
34843 Empêcher la césure
34844 \begin_inset CommandInset label
34845 LatexCommand label
34846 name "sec:Empêcher-césure"
34847
34848 \end_inset
34849
34850
34851 \begin_inset Index idx
34852 status collapsed
34853
34854 \begin_layout Plain Layout
34855 Boîtes ! Pour empêcher la césure
34856 \end_layout
34857
34858 \end_inset
34859
34860
34861 \end_layout
34862
34863 \begin_layout Standard
34864 Vous pouvez utiliser une boîte de type 
34865 \family sans
34866 Makebox
34867 \family default
34868  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
34869 \begin_inset Newline newline
34870 \end_inset
34871
34872 Voici un exemple de texte :
34873 \end_layout
34874
34875 \begin_layout Standard
34876 Cette ligne est un exemple comment vous pouvez empêcher une césure
34877 \begin_inset space ~
34878 \end_inset
34879
34880
34881 \begin_inset Quotes fld
34882 \end_inset
34883
34884 motTrèsTrèsLong
34885 \begin_inset Quotes frd
34886 \end_inset
34887
34888
34889 \end_layout
34890
34891 \begin_layout Standard
34892 Pour empêcher que le mot 
34893 \begin_inset Quotes fld
34894 \end_inset
34895
34896 motTrèsTrèsLong
34897 \begin_inset Quotes frd
34898 \end_inset
34899
34900  soit coupé, mettez le mot dans une boîte, mettez 
34901 \family sans
34902 Boîte
34903 \begin_inset space ~
34904 \end_inset
34905
34906 intérieure
34907 \family default
34908  à 
34909 \family sans
34910 Makebox
34911 \family default
34912  sans spécifier de largeur.
34913 \end_layout
34914
34915 \begin_layout Standard
34916 Voici le résultat :
34917 \end_layout
34918
34919 \begin_layout Standard
34920 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34921  
34922 \begin_inset Box Frameless
34923 position "t"
34924 hor_pos "c"
34925 has_inner_box 1
34926 inner_pos "t"
34927 use_parbox 0
34928 use_makebox 1
34929 width ""
34930 special "none"
34931 height "1in"
34932 height_special "totalheight"
34933 thickness "0.4pt"
34934 separation "3pt"
34935 shadowsize "4pt"
34936 framecolor "black"
34937 backgroundcolor "none"
34938 status open
34939
34940 \begin_layout Plain Layout
34941 \begin_inset Quotes fld
34942 \end_inset
34943
34944 motTrèsTrèsLong
34945 \begin_inset Quotes frd
34946 \end_inset
34947
34948
34949 \end_layout
34950
34951 \end_inset
34952
34953
34954 \end_layout
34955
34956 \begin_layout Standard
34957 Une autre méthode consiste à mettre la commande 
34958 \series bold
34959
34960 \begin_inset Quotes fld
34961 \end_inset
34962
34963
34964 \backslash
34965 -
34966 \series default
34967
34968 \begin_inset Quotes frd
34969 \end_inset
34970
34971  en code \SpecialChar TeX
34972 , juste avant le mot :
34973 \end_layout
34974
34975 \begin_layout Standard
34976 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34977  
34978 \begin_inset Quotes fld
34979 \end_inset
34980
34981
34982 \begin_inset ERT
34983 status collapsed
34984
34985 \begin_layout Plain Layout
34986
34987
34988 \backslash
34989 -
34990 \end_layout
34991
34992 \end_inset
34993
34994 motTrèsTrèsLong
34995 \begin_inset Quotes frd
34996 \end_inset
34997
34998
34999 \end_layout
35000
35001 \begin_layout Standard
35002 Bien sûr, maintenant le mot dépasse dans la marge latérale.
35003  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
35004 \family sans
35005 Insertion\SpecialChar menuseparator
35006 Typographie
35007 \begin_inset space ~
35008 \end_inset
35009
35010 spéciale\SpecialChar menuseparator
35011 Passage
35012 \begin_inset space ~
35013 \end_inset
35014
35015 à
35016 \begin_inset space ~
35017 \end_inset
35018
35019 la
35020 \begin_inset space ~
35021 \end_inset
35022
35023 Ligne
35024 \family default
35025  (raccourci 
35026 \family sans
35027 Ctrl-Entrée
35028 \family default
35029 ) :
35030 \end_layout
35031
35032 \begin_layout Standard
35033 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
35034 \begin_inset Newline newline
35035 \end_inset
35036
35037
35038 \begin_inset Box Frameless
35039 position "t"
35040 hor_pos "c"
35041 has_inner_box 1
35042 inner_pos "t"
35043 use_parbox 0
35044 use_makebox 1
35045 width ""
35046 special "none"
35047 height "1in"
35048 height_special "totalheight"
35049 thickness "0.4pt"
35050 separation "3pt"
35051 shadowsize "4pt"
35052 framecolor "black"
35053 backgroundcolor "none"
35054 status open
35055
35056 \begin_layout Plain Layout
35057 \begin_inset Quotes fld
35058 \end_inset
35059
35060 motTrèsTrèsLong
35061 \begin_inset Quotes frd
35062 \end_inset
35063
35064
35065 \end_layout
35066
35067 \end_inset
35068
35069
35070 \end_layout
35071
35072 \begin_layout Subsection
35073 Alignement vertical
35074 \begin_inset CommandInset label
35075 LatexCommand label
35076 name "subsec:Alignement-Vertical"
35077
35078 \end_inset
35079
35080
35081 \begin_inset Index idx
35082 status collapsed
35083
35084 \begin_layout Plain Layout
35085 Boîtes ! Pour l'alignement vertical
35086 \end_layout
35087
35088 \end_inset
35089
35090
35091 \begin_inset Index idx
35092 status collapsed
35093
35094 \begin_layout Plain Layout
35095 Boîtes ! Boîtes élévatrices
35096 \end_layout
35097
35098 \end_inset
35099
35100
35101 \begin_inset Index idx
35102 status collapsed
35103
35104 \begin_layout Plain Layout
35105 Raisebox|see
35106 \begin_inset ERT
35107 status collapsed
35108
35109 \begin_layout Plain Layout
35110
35111 {
35112 \end_layout
35113
35114 \end_inset
35115
35116 Boîtes élévatrices
35117 \begin_inset ERT
35118 status collapsed
35119
35120 \begin_layout Plain Layout
35121
35122 }
35123 \end_layout
35124
35125 \end_inset
35126
35127
35128 \end_layout
35129
35130 \end_inset
35131
35132
35133 \end_layout
35134
35135 \begin_layout Standard
35136 Avec la commande 
35137 \series bold
35138
35139 \backslash
35140 raisebox
35141 \series default
35142  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
35143  par rapport au texte qui l'entoure.
35144  La commande
35145 \series bold
35146  
35147 \backslash
35148 raisebox
35149 \series default
35150  s'utilise en suivant la syntaxe suivante :
35151 \end_layout
35152
35153 \begin_layout Standard
35154
35155 \series bold
35156
35157 \backslash
35158 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
35159 \end_layout
35160
35161 \begin_layout Standard
35162 Le déplacement peut être une valeur positive pour élever la boîte ou négative
35163  pour l'abaisser.
35164 \end_layout
35165
35166 \begin_layout Standard
35167 Pour aligner le mot 
35168 \begin_inset Quotes fld
35169 \end_inset
35170
35171 empêcher
35172 \begin_inset Quotes frd
35173 \end_inset
35174
35175  de façon à ce que le point le plus bas du caractère le plus 
35176 \begin_inset Quotes fld
35177 \end_inset
35178
35179 profond
35180 \begin_inset Quotes frd
35181 \end_inset
35182
35183 , le 
35184 \begin_inset Quotes fld
35185 \end_inset
35186
35187 p
35188 \begin_inset Quotes frd
35189 \end_inset
35190
35191 , soit au niveau de la ligne de base, insérez la commande 
35192 \end_layout
35193
35194 \begin_layout Standard
35195
35196 \series bold
35197
35198 \backslash
35199 raisebox{
35200 \backslash
35201 depth}{
35202 \end_layout
35203
35204 \begin_layout Standard
35205 en code \SpecialChar TeX
35206  avant le mot.
35207  Insérez après le mot l'accolade fermante 
35208 \begin_inset Quotes fld
35209 \end_inset
35210
35211
35212 \series bold
35213 }
35214 \series default
35215
35216 \begin_inset Quotes frd
35217 \end_inset
35218
35219  en code \SpecialChar TeX
35220 .
35221 \begin_inset Newline newline
35222 \end_inset
35223
35224 Voici le résultat :
35225 \end_layout
35226
35227 \begin_layout Standard
35228 Cette ligne de texte contient le mot 
35229 \begin_inset ERT
35230 status open
35231
35232 \begin_layout Plain Layout
35233
35234
35235 \backslash
35236 raisebox{
35237 \backslash
35238 depth}{
35239 \end_layout
35240
35241 \end_inset
35242
35243
35244 \begin_inset Quotes fld
35245 \end_inset
35246
35247 empêcher
35248 \begin_inset Quotes frd
35249 \end_inset
35250
35251
35252 \begin_inset ERT
35253 status collapsed
35254
35255 \begin_layout Plain Layout
35256
35257 }
35258 \end_layout
35259
35260 \end_inset
35261
35262  comme mot élevé.
35263 \end_layout
35264
35265 \begin_layout Standard
35266 \begin_inset VSpace bigskip
35267 \end_inset
35268
35269 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
35270  entre les lignes va être agrandie :
35271 \end_layout
35272
35273 \begin_layout Standard
35274 Cette ligne de texte contient le mot
35275 \begin_inset ERT
35276 status collapsed
35277
35278 \begin_layout Plain Layout
35279
35280
35281 \backslash
35282 raisebox{-
35283 \backslash
35284 depth}{
35285 \end_layout
35286
35287 \end_inset
35288
35289
35290 \begin_inset Quotes fld
35291 \end_inset
35292
35293 empêcher
35294 \begin_inset Quotes frd
35295 \end_inset
35296
35297
35298 \begin_inset ERT
35299 status collapsed
35300
35301 \begin_layout Plain Layout
35302
35303 }
35304 \end_layout
35305
35306 \end_inset
35307
35308  comme mot abaissé.
35309 \begin_inset Newline newline
35310 \end_inset
35311
35312 Cette ligne de texte contient le mot 
35313 \begin_inset ERT
35314 status collapsed
35315
35316 \begin_layout Plain Layout
35317
35318
35319 \backslash
35320 raisebox{0.5cm}{
35321 \end_layout
35322
35323 \end_inset
35324
35325
35326 \begin_inset Quotes fld
35327 \end_inset
35328
35329 tester
35330 \begin_inset Quotes frd
35331 \end_inset
35332
35333
35334 \begin_inset ERT
35335 status collapsed
35336
35337 \begin_layout Plain Layout
35338
35339 }
35340 \end_layout
35341
35342 \end_inset
35343
35344  comme mot élevé.
35345 \end_layout
35346
35347 \begin_layout Standard
35348 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
35349  mettez la hauteur de la boîte à zéro.
35350  Par exemple utilisez
35351 \end_layout
35352
35353 \begin_layout Standard
35354
35355 \series bold
35356
35357 \backslash
35358 raisebox{-
35359 \backslash
35360 depth}[0pt]{
35361 \end_layout
35362
35363 \begin_layout Standard
35364 Cette ligne de texte contient le mot
35365 \begin_inset ERT
35366 status collapsed
35367
35368 \begin_layout Plain Layout
35369
35370
35371 \backslash
35372 raisebox{-
35373 \backslash
35374 depth}[0pt]{
35375 \end_layout
35376
35377 \end_inset
35378
35379
35380 \begin_inset Quotes fld
35381 \end_inset
35382
35383 empêcher
35384 \begin_inset Quotes frd
35385 \end_inset
35386
35387
35388 \begin_inset ERT
35389 status collapsed
35390
35391 \begin_layout Plain Layout
35392
35393 }
35394 \end_layout
35395
35396 \end_inset
35397
35398  comme mot abaissé.
35399 \begin_inset Newline newline
35400 \end_inset
35401
35402
35403 \begin_inset Newline newline
35404 \end_inset
35405
35406 Cette ligne de texte contient le mot 
35407 \begin_inset ERT
35408 status collapsed
35409
35410 \begin_layout Plain Layout
35411
35412
35413 \backslash
35414 raisebox{0.5cm}[0pt]{
35415 \end_layout
35416
35417 \end_inset
35418
35419
35420 \begin_inset Quotes fld
35421 \end_inset
35422
35423 tester
35424 \begin_inset Quotes frd
35425 \end_inset
35426
35427
35428 \begin_inset ERT
35429 status collapsed
35430
35431 \begin_layout Plain Layout
35432
35433 }
35434 \end_layout
35435
35436 \end_inset
35437
35438  comme mot élevé.
35439 \end_layout
35440
35441 \begin_layout Section
35442 Boîtes colorées
35443 \begin_inset CommandInset label
35444 LatexCommand label
35445 name "sec:Boîtes-colorées"
35446
35447 \end_inset
35448
35449
35450 \begin_inset Index idx
35451 status collapsed
35452
35453 \begin_layout Plain Layout
35454 Boîtes ! Couleur
35455 \end_layout
35456
35457 \end_inset
35458
35459
35460 \end_layout
35461
35462 \begin_layout Standard
35463 Pour mettre le fond d'une boîte en couleurs, il suffit de sélectionner la
35464  couleur désirée dans la fenêtre de dialogue de la boîte.
35465  Voici par exemple une boîte avec un fond orangé:
35466 \lang english
35467  
35468 \begin_inset Box Frameless
35469 position "t"
35470 hor_pos "c"
35471 has_inner_box 1
35472 inner_pos "t"
35473 use_parbox 0
35474 use_makebox 1
35475 width ""
35476 special "none"
35477 height "1in"
35478 height_special "totalheight"
35479 thickness "0.4pt"
35480 separation "3pt"
35481 shadowsize "4pt"
35482 framecolor "black"
35483 backgroundcolor "orange"
35484 status open
35485
35486 \begin_layout Plain Layout
35487 Boîte avec un fond orangé
35488 \end_layout
35489
35490 \end_inset
35491
35492
35493 \end_layout
35494
35495 \begin_layout Standard
35496 Si vous utilisez la décoration 
35497 \family sans
35498 Cadre
35499 \begin_inset space ~
35500 \end_inset
35501
35502 rectangulaire
35503 \begin_inset space ~
35504 \end_inset
35505
35506 simple
35507 \family default
35508 , vous pouvez colorer le cadre.
35509  Dans ce cas vous devez colorer également le fond (\SpecialChar LyX
35510  le met implicitement
35511  en blanc).
35512  voici un exemple: 
35513 \begin_inset Box Boxed
35514 position "t"
35515 hor_pos "c"
35516 has_inner_box 0
35517 inner_pos "t"
35518 use_parbox 0
35519 use_makebox 0
35520 width ""
35521 special "none"
35522 height "1in"
35523 height_special "totalheight"
35524 thickness "0.4pt"
35525 separation "3pt"
35526 shadowsize "4pt"
35527 framecolor "teal"
35528 backgroundcolor "yellow"
35529 status open
35530
35531 \begin_layout Plain Layout
35532 Box with teal frame color and yellow background color
35533 \end_layout
35534
35535 \end_inset
35536
35537
35538 \end_layout
35539
35540 \begin_layout Standard
35541 \begin_inset VSpace bigskip
35542 \end_inset
35543
35544 Vous pouvez bien sûr obtenir du texte coloré dans une boîte dont le fond
35545  est en couleurs:
35546 \begin_inset Newline newline
35547 \end_inset
35548
35549
35550 \begin_inset Box Boxed
35551 position "t"
35552 hor_pos "c"
35553 has_inner_box 0
35554 inner_pos "t"
35555 use_parbox 0
35556 use_makebox 0
35557 width ""
35558 special "none"
35559 height "1in"
35560 height_special "totalheight"
35561 thickness "0.4pt"
35562 separation "3pt"
35563 shadowsize "4pt"
35564 framecolor "cyan"
35565 backgroundcolor "magenta"
35566 status open
35567
35568 \begin_layout Plain Layout
35569
35570 \color yellow
35571 Ce texte est coloré dans une boîte colorée et encadrée.
35572 \end_layout
35573
35574 \end_inset
35575
35576
35577 \end_layout
35578
35579 \begin_layout Standard
35580 \begin_inset VSpace bigskip
35581 \end_inset
35582
35583
35584 \end_layout
35585
35586 \begin_layout Standard
35587 S'il vous faut une couleur autre que celles qui sont prédéfinies, vous pouvez
35588  définir vos propres couleurs comme c'est décrit dans la section
35589 \begin_inset space ~
35590 \end_inset
35591
35592
35593 \begin_inset CommandInset ref
35594 LatexCommand ref
35595 reference "sec:Tableaux-Colorés"
35596
35597 \end_inset
35598
35599 .
35600  Pour cela vous devez saisir la boîte ne code TeX.
35601 \end_layout
35602
35603 \begin_layout Standard
35604 Les boîtes à fond coloré sont créées par la commande 
35605 \series bold
35606
35607 \backslash
35608 colorbox
35609 \series default
35610 .
35611  Elle est utilisée avec la syntaxe suivante :
35612 \end_layout
35613
35614 \begin_layout Standard
35615
35616 \series bold
35617
35618 \backslash
35619 colorbox{couleur}{contenu de la boîte}
35620 \end_layout
35621
35622 \begin_layout Standard
35623 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
35624  peuvent être placées à l'intérieur d'autres boîtes.Par exemple, pour avoir
35625  un mot sur fond 
35626 \emph on
35627 vertfonce
35628 \emph default
35629 , insérez la commande 
35630 \end_layout
35631
35632 \begin_layout Standard
35633
35634 \series bold
35635
35636 \backslash
35637 colorbox{vertfonce}{
35638 \end_layout
35639
35640 \begin_layout Standard
35641 avant le mot en code \SpecialChar TeX
35642 .
35643  Insérez l'accolade fermante 
35644 \begin_inset Quotes fld
35645 \end_inset
35646
35647 }
35648 \begin_inset Quotes frd
35649 \end_inset
35650
35651  après le mot, en code \SpecialChar TeX
35652 .
35653 \begin_inset Newline newline
35654 \end_inset
35655
35656 Voici le résultat :
35657 \end_layout
35658
35659 \begin_layout Standard
35660 Cette ligne de texte contient le mot
35661 \begin_inset ERT
35662 status collapsed
35663
35664 \begin_layout Plain Layout
35665
35666
35667 \backslash
35668 colorbox{vertfonce}{
35669 \end_layout
35670
35671 \end_inset
35672
35673
35674 \begin_inset Quotes fld
35675 \end_inset
35676
35677 Attention!
35678 \begin_inset Quotes frd
35679 \end_inset
35680
35681
35682 \begin_inset ERT
35683 status collapsed
35684
35685 \begin_layout Plain Layout
35686
35687 }
35688 \end_layout
35689
35690 \end_inset
35691
35692  sur fond vertfonce.
35693 \end_layout
35694
35695 \begin_layout Standard
35696 Les boîtes avec fond et cadre colorés sont créées via la commande 
35697 \series bold
35698
35699 \backslash
35700 fcolorbox
35701 \series default
35702  avec la syntaxe suivante :
35703 \end_layout
35704
35705 \begin_layout Standard
35706
35707 \series bold
35708
35709 \backslash
35710 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
35711 \end_layout
35712
35713 \begin_layout Section
35714 Boîtes pivotées et redimensionnées
35715 \end_layout
35716
35717 \begin_layout Standard
35718 Pour pouvoir utiliser les boîtes décrites ci-après, le module 
35719 \family sans
35720 BoîtesGraphiques
35721 \family default
35722  oit être vchargé via les paramètres du document.
35723 \end_layout
35724
35725 \begin_layout Standard
35726 \begin_inset Note Greyedout
35727 status open
35728
35729 \begin_layout Plain Layout
35730
35731 \series bold
35732 Note:
35733 \series default
35734  La plupart des visualiseurs DVI ne sont 
35735 \emph on
35736 pas
35737 \emph default
35738  capables d'afficher des rotations ou des redimensionnements.
35739 \end_layout
35740
35741 \end_inset
35742
35743
35744 \end_layout
35745
35746 \begin_layout Standard
35747 \begin_inset Note Greyedout
35748 status open
35749
35750 \begin_layout Plain Layout
35751
35752 \series bold
35753 Note:
35754 \series default
35755  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
35756  redimensionnée.
35757 \end_layout
35758
35759 \end_inset
35760
35761
35762 \end_layout
35763
35764 \begin_layout Subsection
35765 Boîtes pivotées
35766 \begin_inset Index idx
35767 status collapsed
35768
35769 \begin_layout Plain Layout
35770 Boîtes ! pivotées
35771 \end_layout
35772
35773 \end_inset
35774
35775
35776 \begin_inset Index idx
35777 status collapsed
35778
35779 \begin_layout Plain Layout
35780 Pivoter des objets
35781 \end_layout
35782
35783 \end_inset
35784
35785
35786 \end_layout
35787
35788 \begin_layout Standard
35789 Pour faire tourner des objets, vous pouvez les mettre dans une 
35790 \family sans
35791 BoîtePivotée
35792 \family default
35793 .
35794  Une telle boîte est insérée via le menu 
35795 \family sans
35796 Insertion\SpecialChar menuseparator
35797 Inserts personnalisables\SpecialChar menuseparator
35798 BoîtePivotée
35799 \family default
35800 .
35801 \end_layout
35802
35803 \begin_layout Standard
35804 La position du pivot peut être précisée via l'insert 
35805 \family sans
35806 Origine
35807 \family default
35808  (menu 
35809 \family sans
35810 Insertion\SpecialChar menuseparator
35811 Origine
35812 \family default
35813 ) sous la forme 
35814 \series bold
35815 origin=position
35816 \series default
35817 .
35818  Les valeurs suivantes sont possibles pour la position: 
35819 \emph on
35820 c
35821 \emph default
35822  (centre), 
35823 \emph on
35824 l
35825 \emph default
35826  (gauche/
35827 \lang english
35828 left
35829 \lang french
35830 ), 
35831 \emph on
35832 r
35833 \emph default
35834  (droite/
35835 \lang english
35836 right
35837 \lang french
35838 ), 
35839 \emph on
35840 b
35841 \emph default
35842  (bas/
35843 \lang english
35844 bottom
35845 \lang french
35846 ), 
35847 \emph on
35848 t
35849 \emph default
35850  (haut/
35851 \lang english
35852 top
35853 \lang french
35854 ), et aussi des combinaisons des quatre positions de base.
35855  Par exemple 
35856 \emph on
35857 lt
35858 \emph default
35859  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
35860  Quand on ne donne pas d'origine, la position 
35861 \emph on
35862 l
35863 \emph default
35864  est utilisée.
35865  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
35866  ou négatif.
35867  Le sens positif de rotation est anti-horaire.
35868 \end_layout
35869
35870 \begin_layout Standard
35871 Dans l'exemple qui suit, 
35872 \series bold
35873 origin=c
35874 \series default
35875  a été saisi dans l'insert 
35876 \family sans
35877 Origin
35878 \family default
35879  et 
35880 \series bold
35881 60
35882 \series default
35883  a été saisi dans l'insert 
35884 \family sans
35885 Angle
35886 \family default
35887 .
35888 \end_layout
35889
35890 \begin_layout Standard
35891 Voici une ligne avec du 
35892 \begin_inset Flex Rotatebox
35893 status open
35894
35895 \begin_layout Plain Layout
35896 \begin_inset Argument 1
35897 status open
35898
35899 \begin_layout Plain Layout
35900 origin=c
35901 \end_layout
35902
35903 \end_inset
35904
35905
35906 \begin_inset Argument 2
35907 status open
35908
35909 \begin_layout Plain Layout
35910 60
35911 \end_layout
35912
35913 \end_inset
35914
35915 texte pivoté
35916 \end_layout
35917
35918 \end_inset
35919
35920 .
35921 \end_layout
35922
35923 \begin_layout Standard
35924 La boîte peut contenir une autre boîte ou une formule en ligne :
35925 \end_layout
35926
35927 \begin_layout Standard
35928 Voici une ligne avec du 
35929 \begin_inset Flex Rotatebox
35930 status open
35931
35932 \begin_layout Plain Layout
35933 \begin_inset Argument 1
35934 status open
35935
35936 \begin_layout Plain Layout
35937 origin=r
35938 \end_layout
35939
35940 \end_inset
35941
35942
35943 \begin_inset Argument 2
35944 status open
35945
35946 \begin_layout Plain Layout
35947 -60
35948 \end_layout
35949
35950 \end_inset
35951
35952
35953 \begin_inset Box Doublebox
35954 position "c"
35955 hor_pos "c"
35956 has_inner_box 0
35957 inner_pos "c"
35958 use_parbox 0
35959 use_makebox 0
35960 width "1in"
35961 special "width"
35962 height "1in"
35963 height_special "totalheight"
35964 thickness "0.4pt"
35965 separation "3pt"
35966 shadowsize "4pt"
35967 framecolor "black"
35968 backgroundcolor "none"
35969 status collapsed
35970
35971 \begin_layout Plain Layout
35972 texte pivoté
35973 \end_layout
35974
35975 \end_inset
35976
35977
35978 \end_layout
35979
35980 \end_inset
35981
35982  et encadré 
35983 \begin_inset Flex Rotatebox
35984 status open
35985
35986 \begin_layout Plain Layout
35987 \begin_inset Argument 1
35988 status open
35989
35990 \begin_layout Plain Layout
35991 origin=lb
35992 \end_layout
35993
35994 \end_inset
35995
35996
35997 \begin_inset Argument 2
35998 status open
35999
36000 \begin_layout Plain Layout
36001 60
36002 \end_layout
36003
36004 \end_inset
36005
36006
36007 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36008 \end_inset
36009
36010
36011 \end_layout
36012
36013 \end_inset
36014
36015  et une formule.
36016 \end_layout
36017
36018 \begin_layout Standard
36019 ou encore une figure ou un tableau :
36020 \end_layout
36021
36022 \begin_layout Standard
36023 Voici une ligne 
36024 \begin_inset Flex Rotatebox
36025 status open
36026
36027 \begin_layout Plain Layout
36028 \begin_inset Argument 1
36029 status open
36030
36031 \begin_layout Plain Layout
36032 origin=lb
36033 \end_layout
36034
36035 \end_inset
36036
36037
36038 \begin_inset Argument 2
36039 status open
36040
36041 \begin_layout Plain Layout
36042 90
36043 \end_layout
36044
36045 \end_inset
36046
36047
36048 \begin_inset Graphics
36049         filename ../clipart/platypus.eps
36050         lyxscale 50
36051         width 25col%
36052
36053 \end_inset
36054
36055
36056 \end_layout
36057
36058 \end_inset
36059
36060  avec une image pivotée de 90° 
36061 \begin_inset Flex Rotatebox
36062 status open
36063
36064 \begin_layout Plain Layout
36065 \begin_inset Argument 2
36066 status open
36067
36068 \begin_layout Plain Layout
36069 -90
36070 \end_layout
36071
36072 \end_inset
36073
36074
36075 \begin_inset Tabular
36076 <lyxtabular version="3" rows="2" columns="2">
36077 <features tabularvalignment="middle">
36078 <column alignment="center" valignment="top">
36079 <column alignment="center" valignment="top">
36080 <row>
36081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36082 \begin_inset Text
36083
36084 \begin_layout Plain Layout
36085 q
36086 \end_layout
36087
36088 \end_inset
36089 </cell>
36090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36091 \begin_inset Text
36092
36093 \begin_layout Plain Layout
36094 w
36095 \end_layout
36096
36097 \end_inset
36098 </cell>
36099 </row>
36100 <row>
36101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36102 \begin_inset Text
36103
36104 \begin_layout Plain Layout
36105 e
36106 \end_layout
36107
36108 \end_inset
36109 </cell>
36110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36111 \begin_inset Text
36112
36113 \begin_layout Plain Layout
36114 r
36115 \end_layout
36116
36117 \end_inset
36118 </cell>
36119 </row>
36120 </lyxtabular>
36121
36122 \end_inset
36123
36124
36125 \end_layout
36126
36127 \end_inset
36128
36129  et un tableau.
36130 \begin_inset Index idx
36131 status collapsed
36132
36133 \begin_layout Plain Layout
36134 Figures ! Pivotées
36135 \end_layout
36136
36137 \end_inset
36138
36139
36140 \begin_inset Index idx
36141 status collapsed
36142
36143 \begin_layout Plain Layout
36144 Tableau ! Pivoter
36145 \end_layout
36146
36147 \end_inset
36148
36149
36150 \end_layout
36151
36152 \begin_layout Standard
36153
36154 \lang english
36155 \begin_inset Note Greyedout
36156 status open
36157
36158 \begin_layout Plain Layout
36159
36160 \series bold
36161 Nota:
36162 \series default
36163  si l'insert 
36164 \family sans
36165 Angle
36166 \family default
36167  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36168  \SpecialChar LaTeX
36169  à l'affichage ou l'exportation du document.
36170 \end_layout
36171
36172 \end_inset
36173
36174
36175 \end_layout
36176
36177 \begin_layout Subsection
36178 Les boîtes redimensionnées
36179 \begin_inset Index idx
36180 status collapsed
36181
36182 \begin_layout Plain Layout
36183 Boîtes ! Redimensionnées
36184 \end_layout
36185
36186 \end_inset
36187
36188
36189 \begin_inset Index idx
36190 status collapsed
36191
36192 \begin_layout Plain Layout
36193 Redimensionner des objets
36194 \end_layout
36195
36196 \end_inset
36197
36198
36199 \end_layout
36200
36201 \begin_layout Standard
36202 Pour redimensionner des objets, il faut les insérer dans une 
36203 \family sans
36204 BoîteÉchelle
36205 \family default
36206 , et pour cela utiliser le menu 
36207 \family sans
36208 Insertion\SpecialChar menuseparator
36209 Inserts personnalisables\SpecialChar menuseparator
36210 BoîteÉchelle
36211 \family default
36212 .
36213 \end_layout
36214
36215 \begin_layout Standard
36216 L'insert 
36217 \family sans
36218 BoîteÉchelle
36219 \family default
36220  comporte un insert obligatoire 
36221 \family sans
36222 Facteur-H 
36223 \family default
36224 et un insert facultatif 
36225 \family sans
36226 Facteur-V
36227 \family default
36228  (ouvert via le menu 
36229 \family sans
36230 Insertion\SpecialChar menuseparator
36231 Facteur-V)
36232 \family default
36233 .
36234  Saisir dans ceux-ci les facteurs d'échelle respectivement horizontal et
36235  vertical.
36236  Si aucun facteur vertical n'est spécifié, le facteur horizontal sera utilisé
36237  comme facteur vertical.
36238 \end_layout
36239
36240 \begin_layout Standard
36241 Pour doubler la taille du texte par rapport à la taille de texte du document,
36242  saisir 
36243 \series bold
36244 2
36245 \series default
36246  dans l'insert 
36247 \family sans
36248 Facteur-H:
36249 \family default
36250  
36251 \begin_inset Flex Scalebox
36252 status open
36253
36254 \begin_layout Plain Layout
36255 \begin_inset Argument 1
36256 status open
36257
36258 \begin_layout Plain Layout
36259 2
36260 \end_layout
36261
36262 \end_inset
36263
36264 Bonjour
36265 \end_layout
36266
36267 \end_inset
36268
36269
36270 \end_layout
36271
36272 \begin_layout Standard
36273
36274 \series bold
36275 2
36276 \series default
36277  comme 
36278 \family sans
36279 Facteur-H
36280 \family default
36281  et 
36282 \series bold
36283 1
36284 \series default
36285  comme
36286 \family sans
36287  Facteur-V
36288 \family default
36289  déforme le texte: 
36290 \begin_inset Flex Scalebox
36291 status open
36292
36293 \begin_layout Plain Layout
36294 \begin_inset Argument 1
36295 status open
36296
36297 \begin_layout Plain Layout
36298 2
36299 \end_layout
36300
36301 \end_inset
36302
36303
36304 \begin_inset Argument 2
36305 status open
36306
36307 \begin_layout Plain Layout
36308 1
36309 \end_layout
36310
36311 \end_inset
36312
36313 Bonjour
36314 \end_layout
36315
36316 \end_inset
36317
36318 .
36319 \end_layout
36320
36321 \begin_layout Standard
36322 Si le facteur d'échelle est négatif, le contenu de la boîte sera en miroir.
36323  par conséquent 
36324 \series bold
36325 -1
36326 \series default
36327  comme
36328 \family sans
36329  Facteur-H
36330 \family default
36331  et 
36332 \series bold
36333 1
36334 \series default
36335  comme
36336 \family sans
36337  Facteur-V 
36338 \family default
36339 permet de créer de l'écriture en miroir: 
36340 \begin_inset Flex Scalebox
36341 status open
36342
36343 \begin_layout Plain Layout
36344 \begin_inset Argument 1
36345 status open
36346
36347 \begin_layout Plain Layout
36348 -1
36349 \end_layout
36350
36351 \end_inset
36352
36353
36354 \begin_inset Argument 2
36355 status open
36356
36357 \begin_layout Plain Layout
36358 1
36359 \end_layout
36360
36361 \end_inset
36362
36363 Bonjour
36364 \end_layout
36365
36366 \end_inset
36367
36368
36369 \end_layout
36370
36371 \begin_layout Standard
36372
36373 \series bold
36374 1
36375 \series default
36376  comme
36377 \family sans
36378  Facteur-H
36379 \family default
36380  et 
36381 \series bold
36382 -1
36383 \series default
36384  comme
36385 \family sans
36386  Facteur-V
36387 \family default
36388  réfléchit le texte 
36389 \begin_inset Flex Scalebox
36390 status open
36391
36392 \begin_layout Plain Layout
36393 \begin_inset Argument 1
36394 status open
36395
36396 \begin_layout Plain Layout
36397 1
36398 \end_layout
36399
36400 \end_inset
36401
36402
36403 \begin_inset Argument 2
36404 status open
36405
36406 \begin_layout Plain Layout
36407 -1
36408 \end_layout
36409
36410 \end_inset
36411
36412 Bonjour
36413 \end_layout
36414
36415 \end_inset
36416
36417  sous la ligne de base.
36418 \end_layout
36419
36420 \begin_layout Standard
36421 La 
36422 \family sans
36423 BoîteMiroir
36424 \family default
36425  (menu 
36426 \family sans
36427 Insertion\SpecialChar menuseparator
36428 Inserts personnalisables\SpecialChar menuseparator
36429 BoîteMiroir)
36430 \family default
36431  est équivalente à 
36432 \series bold
36433 -1
36434 \series default
36435  comme
36436 \family sans
36437  Facteur-H
36438 \family default
36439  et 
36440 \series bold
36441 1
36442 \series default
36443  comme
36444 \family sans
36445  Facteur-V
36446 \family default
36447  pour une 
36448 \family sans
36449 BoîteÉchelle
36450 \family default
36451 .
36452 \end_layout
36453
36454 \begin_layout Standard
36455
36456 \lang english
36457 \begin_inset Note Greyedout
36458 status open
36459
36460 \begin_layout Plain Layout
36461
36462 \series bold
36463 Nota:
36464 \series default
36465  si l'insert 
36466 \family sans
36467 Facteur-H
36468 \family default
36469  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36470  \SpecialChar LaTeX
36471  à l'affichage ou l'exportation du document.
36472 \end_layout
36473
36474 \end_inset
36475
36476
36477 \end_layout
36478
36479 \begin_layout Standard
36480 \begin_inset VSpace bigskip
36481 \end_inset
36482
36483 La 
36484 \family sans
36485 BoîteRetaillée
36486 \family default
36487  (menu 
36488 \family sans
36489 Insertion\SpecialChar menuseparator
36490 Inserts personnalisables\SpecialChar menuseparator
36491 BoîteRetaillée
36492 \family default
36493 ) est utilisée pour redimensionner le contenu à une hauteur et largeur définie.
36494  L'insert 
36495 \family sans
36496 BoîteRetaillée
36497 \family default
36498  comporte un insert obligatoire 
36499 \family sans
36500 Largeur
36501 \family default
36502  et un insert facultatif 
36503 \family sans
36504 Hauteur
36505 \family default
36506  (obtenu via 
36507 \family sans
36508 Insertion\SpecialChar menuseparator
36509 Hauteur)
36510 \family default
36511 .
36512  Saisir respectivement la largeur et la hauteur comme un nombre doté d'une
36513  unité.
36514  Le tableau
36515 \begin_inset space ~
36516 \end_inset
36517
36518  
36519 \begin_inset CommandInset ref
36520 LatexCommand ref
36521 reference "tab:Unités"
36522
36523 \end_inset
36524
36525  énumère les unités possibles.
36526  S'il y a un point d'exclamation 
36527 \series bold
36528 !
36529 \series default
36530  dans un des deux inserts, la taille est ajustée pour conserver le rapport
36531  d'aspect de la boîte.
36532  S'il n'y a pas d'insert 
36533 \family sans
36534 Hauteur
36535 \family default
36536 , un point d'exclamation sera introduit de manière interne en tant que hauteur.
36537  
36538 \end_layout
36539
36540 \begin_layout Standard
36541
36542 \series bold
36543 2cm
36544 \series default
36545  comme 
36546 \family sans
36547 Largeur
36548 \family default
36549  et 
36550 \series bold
36551 1cm
36552 \series default
36553  comme 
36554 \family sans
36555 Hauteur
36556 \family default
36557  produit: 
36558 \begin_inset Flex Resizebox
36559 status open
36560
36561 \begin_layout Plain Layout
36562 \begin_inset Argument 1
36563 status open
36564
36565 \begin_layout Plain Layout
36566 2cm
36567 \end_layout
36568
36569 \end_inset
36570
36571
36572 \begin_inset Argument 2
36573 status open
36574
36575 \begin_layout Plain Layout
36576 1cm
36577 \end_layout
36578
36579 \end_inset
36580
36581 Bonjour
36582 \end_layout
36583
36584 \end_inset
36585
36586
36587 \begin_inset Newline newline
36588 \end_inset
36589
36590
36591 \series bold
36592 2cm
36593 \series default
36594  comme 
36595 \family sans
36596 Largeur
36597 \family default
36598  et 
36599 \series bold
36600 !
36601 \series default
36602  comme 
36603 \family sans
36604 Hauteur
36605 \family default
36606  (ou aucune
36607 \family sans
36608  Hauteur
36609 \family default
36610 ) produit: 
36611 \begin_inset Flex Resizebox
36612 status open
36613
36614 \begin_layout Plain Layout
36615 \begin_inset Argument 1
36616 status open
36617
36618 \begin_layout Plain Layout
36619 2cm
36620 \end_layout
36621
36622 \end_inset
36623
36624
36625 \begin_inset Argument 2
36626 status open
36627
36628 \begin_layout Plain Layout
36629 !
36630 \end_layout
36631
36632 \end_inset
36633
36634 Bonjour
36635 \end_layout
36636
36637 \end_inset
36638
36639
36640 \end_layout
36641
36642 \begin_layout Standard
36643 \begin_inset Note Greyedout
36644 status open
36645
36646 \begin_layout Plain Layout
36647
36648 \series bold
36649 Nota:
36650 \series default
36651  si l'insert 
36652 \family sans
36653 Largeur
36654 \family default
36655  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36656  \SpecialChar LaTeX
36657  à l'affichage ou l'exportation du document.
36658 \end_layout
36659
36660 \end_inset
36661
36662
36663 \end_layout
36664
36665 \begin_layout Standard
36666 \begin_inset VSpace bigskip
36667 \end_inset
36668
36669
36670 \end_layout
36671
36672 \begin_layout Standard
36673 Les boîtes peuvent être combinée dans n'importe quel ordre.
36674  Par exemple voici une
36675 \family sans
36676  BoîteMiroir
36677 \family default
36678  
36679 \family sans
36680 dans une BoîteRetaillée 
36681 \family default
36682 qui est à son tour dans une 
36683 \family sans
36684 BoîtePivotée
36685 \family default
36686 :
36687 \end_layout
36688
36689 \begin_layout Standard
36690 \noindent
36691 \align center
36692 \begin_inset Flex Rotatebox
36693 status open
36694
36695 \begin_layout Plain Layout
36696 \begin_inset Argument 1
36697 status open
36698
36699 \begin_layout Plain Layout
36700 origin=c
36701 \end_layout
36702
36703 \end_inset
36704
36705
36706 \begin_inset Argument 2
36707 status open
36708
36709 \begin_layout Plain Layout
36710 -45
36711 \end_layout
36712
36713 \end_inset
36714
36715
36716 \begin_inset Flex Resizebox
36717 status open
36718
36719 \begin_layout Plain Layout
36720 \begin_inset Argument 1
36721 status open
36722
36723 \begin_layout Plain Layout
36724 2cm
36725 \end_layout
36726
36727 \end_inset
36728
36729
36730 \begin_inset Flex Reflectbox
36731 status open
36732
36733 \begin_layout Plain Layout
36734 Bonjour
36735 \end_layout
36736
36737 \end_inset
36738
36739
36740 \end_layout
36741
36742 \end_inset
36743
36744
36745 \end_layout
36746
36747 \end_inset
36748
36749
36750 \end_layout
36751
36752 \begin_layout Standard
36753 \noindent
36754 Les images, les tableaux et les formules sont autorisées comme contenu de
36755  boîte :
36756 \end_layout
36757
36758 \begin_layout Standard
36759 \noindent
36760 \align center
36761 \begin_inset Flex Resizebox
36762 status open
36763
36764 \begin_layout Plain Layout
36765 \begin_inset Argument 1
36766 status open
36767
36768 \begin_layout Plain Layout
36769 2cm
36770 \end_layout
36771
36772 \end_inset
36773
36774
36775 \begin_inset Flex Reflectbox
36776 status open
36777
36778 \begin_layout Plain Layout
36779 \begin_inset Graphics
36780         filename ../clipart/platypus.eps
36781         lyxscale 50
36782         width 25col%
36783
36784 \end_inset
36785
36786
36787 \end_layout
36788
36789 \end_inset
36790
36791
36792 \end_layout
36793
36794 \end_inset
36795
36796  
36797 \begin_inset Flex Resizebox
36798 status open
36799
36800 \begin_layout Plain Layout
36801 \begin_inset Argument 1
36802 status open
36803
36804 \begin_layout Plain Layout
36805 2cm
36806 \end_layout
36807
36808 \end_inset
36809
36810
36811 \begin_inset Flex Reflectbox
36812 status open
36813
36814 \begin_layout Plain Layout
36815 \begin_inset Tabular
36816 <lyxtabular version="3" rows="2" columns="2">
36817 <features tabularvalignment="middle">
36818 <column alignment="center" valignment="top">
36819 <column alignment="center" valignment="top">
36820 <row>
36821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36822 \begin_inset Text
36823
36824 \begin_layout Plain Layout
36825 q
36826 \end_layout
36827
36828 \end_inset
36829 </cell>
36830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36831 \begin_inset Text
36832
36833 \begin_layout Plain Layout
36834 w
36835 \end_layout
36836
36837 \end_inset
36838 </cell>
36839 </row>
36840 <row>
36841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36842 \begin_inset Text
36843
36844 \begin_layout Plain Layout
36845 e
36846 \end_layout
36847
36848 \end_inset
36849 </cell>
36850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36851 \begin_inset Text
36852
36853 \begin_layout Plain Layout
36854 r
36855 \end_layout
36856
36857 \end_inset
36858 </cell>
36859 </row>
36860 </lyxtabular>
36861
36862 \end_inset
36863
36864
36865 \end_layout
36866
36867 \end_inset
36868
36869
36870 \end_layout
36871
36872 \end_inset
36873
36874  
36875 \begin_inset Flex Resizebox
36876 status open
36877
36878 \begin_layout Plain Layout
36879 \begin_inset Argument 1
36880 status open
36881
36882 \begin_layout Plain Layout
36883 3cm
36884 \end_layout
36885
36886 \end_inset
36887
36888
36889 \begin_inset Flex Reflectbox
36890 status open
36891
36892 \begin_layout Plain Layout
36893 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36894 \end_inset
36895
36896
36897 \end_layout
36898
36899 \end_inset
36900
36901
36902 \end_layout
36903
36904 \end_inset
36905
36906
36907 \begin_inset Index idx
36908 status collapsed
36909
36910 \begin_layout Plain Layout
36911 Figures ! Redimensionnées
36912 \end_layout
36913
36914 \end_inset
36915
36916
36917 \begin_inset Index idx
36918 status collapsed
36919
36920 \begin_layout Plain Layout
36921 Tableau ! Redimensionner
36922 \end_layout
36923
36924 \end_inset
36925
36926
36927 \end_layout
36928
36929 \begin_layout Standard
36930 Quand on utilise le style global de formule 
36931 \series bold
36932 fleqn
36933 \series default
36934  dans le document
36935 \begin_inset Foot
36936 status collapsed
36937
36938 \begin_layout Plain Layout
36939 Quand 
36940 \begin_inset Quotes fld
36941 \end_inset
36942
36943 fleqn
36944 \begin_inset Quotes frd
36945 \end_inset
36946
36947  est ajouté aux options de la classe de document.
36948 \end_layout
36949
36950 \end_inset
36951
36952 , les formules hors texte peuvent aussi être redimensionnées.
36953 \end_layout
36954
36955 \begin_layout Chapter
36956 Objets entourés par du texte
36957 \begin_inset Index idx
36958 status collapsed
36959
36960 \begin_layout Plain Layout
36961 Entourés par du texte
36962 \end_layout
36963
36964 \end_inset
36965
36966
36967 \end_layout
36968
36969 \begin_layout Section
36970 Flottant d'enrobage
36971 \begin_inset CommandInset label
36972 LatexCommand label
36973 name "sec:Flottant-d'enrobage"
36974
36975 \end_inset
36976
36977
36978 \begin_inset Index idx
36979 status collapsed
36980
36981 \begin_layout Plain Layout
36982 Flottants ! Flottants d'enrobage
36983 \end_layout
36984
36985 \end_inset
36986
36987
36988 \begin_inset Index idx
36989 status collapsed
36990
36991 \begin_layout Plain Layout
36992 Entourés par du texte ! Flottants d'enrobage
36993 \end_layout
36994
36995 \end_inset
36996
36997
36998 \end_layout
36999
37000 \begin_layout Standard
37001 \begin_inset Wrap figure
37002 lines 0
37003 placement l
37004 overhang 1cm
37005 width "40col%"
37006 status open
37007
37008 \begin_layout Plain Layout
37009 \begin_inset Graphics
37010         filename ../clipart/mobius.eps
37011         width 40col%
37012         scaleBeforeRotation
37013         rotateOrigin center
37014
37015 \end_inset
37016
37017
37018 \end_layout
37019
37020 \begin_layout Plain Layout
37021 \begin_inset Caption Standard
37022
37023 \begin_layout Plain Layout
37024 \begin_inset CommandInset label
37025 LatexCommand label
37026 name "fig:Figure-enrobée"
37027
37028 \end_inset
37029
37030 Ceci est une figure habillée.
37031 \end_layout
37032
37033 \end_inset
37034
37035
37036 \end_layout
37037
37038 \end_inset
37039
37040  Ce type de flottant est utilisé quand on veut que le texte habille la figure
37041  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
37042  Vous pouvez en insérer un en utilisant le menu 
37043 \family sans
37044 Insertion\SpecialChar menuseparator
37045 Flottant\SpecialChar menuseparator
37046 Flottant
37047 \begin_inset space ~
37048 \end_inset
37049
37050 d'enrobage
37051 \family default
37052  à la condition que le paquetage \SpecialChar LaTeX
37053  
37054 \series bold
37055 wrapfig
37056 \series default
37057
37058 \begin_inset Index idx
37059 status collapsed
37060
37061 \begin_layout Plain Layout
37062 Paquetages \SpecialChar LaTeX
37063  ! wrapfig
37064 \end_layout
37065
37066 \end_inset
37067
37068  soit installé.
37069 \begin_inset Foot
37070 status collapsed
37071
37072 \begin_layout Plain Layout
37073 Voyez dans la manuel 
37074 \emph on
37075 Configuration
37076 \begin_inset space ~
37077 \end_inset
37078
37079 \SpecialChar LaTeX
37080  
37081 \emph default
37082 comment installer des paquetages \SpecialChar LaTeX
37083 .
37084 \end_layout
37085
37086 \end_inset
37087
37088  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
37089  sur la boîte du flottant.
37090  Les paramètres obligatoires sont l'
37091 \family sans
37092 Emplacement
37093 \family default
37094  et la 
37095 \family sans
37096 Largeur
37097 \family default
37098 .
37099  Les paramètres facultatifs sont le 
37100 \family sans
37101 Débordement
37102 \family default
37103  qui précise de combien le flottant déborde sur la marge du paragraphe ou
37104  de la page et la 
37105 \family sans
37106 Porté de la ligne
37107 \family default
37108  qui précise le nombre approximatif de lignes dont le flottant va avoir
37109  besoin.
37110  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
37111  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
37112  Vous pouvez aussi décider si vous autorisez \SpecialChar LaTeX
37113  à faire flotter le flottant
37114  à l'intérieur du paragraphe ou vers les autres paragraphes.
37115  La figure
37116 \begin_inset space ~
37117 \end_inset
37118
37119
37120 \begin_inset CommandInset ref
37121 LatexCommand ref
37122 reference "fig:Figure-enrobée"
37123
37124 \end_inset
37125
37126  est un exemple de flottant d'enrobage avec une largeur de 40
37127 \begin_inset space \thinspace{}
37128 \end_inset
37129
37130 col%, un débordement de 1
37131 \begin_inset space \thinspace{}
37132 \end_inset
37133
37134 cm et placé à gauche.
37135 \end_layout
37136
37137 \begin_layout Standard
37138 \begin_inset Note Greyedout
37139 status open
37140
37141 \begin_layout Plain Layout
37142
37143 \series bold
37144 Note:
37145 \series default
37146  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
37147  figure trop près du bas de page peut tout chambouler et faire que le flottant
37148  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
37149  de texte.
37150 \end_layout
37151
37152 \end_inset
37153
37154
37155 \end_layout
37156
37157 \begin_layout Standard
37158 En général:
37159 \end_layout
37160
37161 \begin_layout Itemize
37162 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
37163  qui risquent de passer à la page suivante.
37164  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
37165  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
37166  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
37167  de page.
37168 \end_layout
37169
37170 \begin_layout Itemize
37171 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
37172  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
37173 e.
37174 \end_layout
37175
37176 \begin_layout Itemize
37177 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
37178  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
37179  texte entre les deux, comme séparateur.
37180 \end_layout
37181
37182 \begin_layout Itemize
37183 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
37184  ou les tableaux.
37185 \end_layout
37186
37187 \begin_layout Itemize
37188 Leur numérotation et leur référencement fonctionnent comme décrit dans le
37189  chapitre
37190 \begin_inset space ~
37191 \end_inset
37192
37193
37194 \begin_inset CommandInset ref
37195 LatexCommand ref
37196 reference "chap:Flottants"
37197
37198 \end_inset
37199
37200 .
37201 \end_layout
37202
37203 \begin_layout Section
37204 Objets fixes entourés par du texte
37205 \begin_inset Index idx
37206 status collapsed
37207
37208 \begin_layout Plain Layout
37209 Entouré par du texte ! Objets fixes
37210 \end_layout
37211
37212 \end_inset
37213
37214
37215 \end_layout
37216
37217 \begin_layout Standard
37218 Les flottants d'enrobage décrits dans la section
37219 \begin_inset space \thinspace{}
37220 \end_inset
37221
37222
37223 \begin_inset CommandInset ref
37224 LatexCommand ref
37225 reference "sec:Flottant-d'enrobage"
37226
37227 \end_inset
37228
37229  prennent les positions suivantes dans le paragraphe :
37230 \begin_inset Separator parbreak
37231 \end_inset
37232
37233
37234 \end_layout
37235
37236 \begin_layout Standard
37237 \noindent
37238 \align center
37239 \begin_inset Tabular
37240 <lyxtabular version="3" rows="2" columns="2">
37241 <features tabularvalignment="middle">
37242 <column alignment="center" valignment="top">
37243 <column alignment="center" valignment="top">
37244 <row>
37245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37246 \begin_inset Text
37247
37248 \begin_layout Plain Layout
37249 \begin_inset Info
37250 type  "icon"
37251 arg   "dialog-show-new-inset graphics"
37252 \end_inset
37253
37254
37255 \end_layout
37256
37257 \end_inset
37258 </cell>
37259 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37260 \begin_inset Text
37261
37262 \begin_layout Plain Layout
37263 texte
37264 \end_layout
37265
37266 \end_inset
37267 </cell>
37268 </row>
37269 <row>
37270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37271 \begin_inset Text
37272
37273 \begin_layout Plain Layout
37274 texte
37275 \end_layout
37276
37277 \end_inset
37278 </cell>
37279 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37280 \begin_inset Text
37281
37282 \begin_layout Plain Layout
37283 texte
37284 \end_layout
37285
37286 \end_inset
37287 </cell>
37288 </row>
37289 </lyxtabular>
37290
37291 \end_inset
37292
37293  ou 
37294 \begin_inset Tabular
37295 <lyxtabular version="3" rows="2" columns="2">
37296 <features tabularvalignment="middle">
37297 <column alignment="center" valignment="top">
37298 <column alignment="center" valignment="top">
37299 <row>
37300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37301 \begin_inset Text
37302
37303 \begin_layout Plain Layout
37304 texte
37305 \end_layout
37306
37307 \end_inset
37308 </cell>
37309 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37310 \begin_inset Text
37311
37312 \begin_layout Plain Layout
37313 \begin_inset Info
37314 type  "icon"
37315 arg   "dialog-show-new-inset graphics"
37316 \end_inset
37317
37318
37319 \end_layout
37320
37321 \end_inset
37322 </cell>
37323 </row>
37324 <row>
37325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37326 \begin_inset Text
37327
37328 \begin_layout Plain Layout
37329 texte
37330 \end_layout
37331
37332 \end_inset
37333 </cell>
37334 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37335 \begin_inset Text
37336
37337 \begin_layout Plain Layout
37338 texte
37339 \end_layout
37340
37341 \end_inset
37342 </cell>
37343 </row>
37344 </lyxtabular>
37345
37346 \end_inset
37347
37348
37349 \end_layout
37350
37351 \begin_layout Standard
37352 Pour avoir un objet exactement à la position à laquelle il a été inséré,
37353  par exemple pour avoir une de ces positions :
37354 \begin_inset VSpace defskip
37355 \end_inset
37356
37357
37358 \end_layout
37359
37360 \begin_layout Standard
37361 \noindent
37362 \align center
37363 \begin_inset Tabular
37364 <lyxtabular version="3" rows="2" columns="2">
37365 <features tabularvalignment="middle">
37366 <column alignment="center" valignment="top">
37367 <column alignment="center" valignment="top">
37368 <row>
37369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37370 \begin_inset Text
37371
37372 \begin_layout Plain Layout
37373 texte
37374 \end_layout
37375
37376 \end_inset
37377 </cell>
37378 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37379 \begin_inset Text
37380
37381 \begin_layout Plain Layout
37382 texte
37383 \end_layout
37384
37385 \end_inset
37386 </cell>
37387 </row>
37388 <row>
37389 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37390 \begin_inset Text
37391
37392 \begin_layout Plain Layout
37393 \begin_inset Info
37394 type  "icon"
37395 arg   "dialog-show-new-inset graphics"
37396 \end_inset
37397
37398
37399 \end_layout
37400
37401 \end_inset
37402 </cell>
37403 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37404 \begin_inset Text
37405
37406 \begin_layout Plain Layout
37407 texte
37408 \end_layout
37409
37410 \end_inset
37411 </cell>
37412 </row>
37413 </lyxtabular>
37414
37415 \end_inset
37416
37417  
37418 \begin_inset Tabular
37419 <lyxtabular version="3" rows="2" columns="2">
37420 <features tabularvalignment="middle">
37421 <column alignment="center" valignment="top">
37422 <column alignment="center" valignment="top">
37423 <row>
37424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37425 \begin_inset Text
37426
37427 \begin_layout Plain Layout
37428 texte
37429 \end_layout
37430
37431 \end_inset
37432 </cell>
37433 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37434 \begin_inset Text
37435
37436 \begin_layout Plain Layout
37437 texte
37438 \end_layout
37439
37440 \end_inset
37441 </cell>
37442 </row>
37443 <row>
37444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37445 \begin_inset Text
37446
37447 \begin_layout Plain Layout
37448 texte
37449 \end_layout
37450
37451 \end_inset
37452 </cell>
37453 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37454 \begin_inset Text
37455
37456 \begin_layout Plain Layout
37457 \begin_inset Info
37458 type  "icon"
37459 arg   "dialog-show-new-inset graphics"
37460 \end_inset
37461
37462
37463 \end_layout
37464
37465 \end_inset
37466 </cell>
37467 </row>
37468 </lyxtabular>
37469
37470 \end_inset
37471
37472  
37473 \begin_inset Tabular
37474 <lyxtabular version="3" rows="2" columns="3">
37475 <features tabularvalignment="middle">
37476 <column alignment="center" valignment="top">
37477 <column alignment="center" valignment="top">
37478 <column alignment="center" valignment="top">
37479 <row>
37480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37481 \begin_inset Text
37482
37483 \begin_layout Plain Layout
37484 texte
37485 \end_layout
37486
37487 \end_inset
37488 </cell>
37489 <cell alignment="center" valignment="top" topline="true" usebox="none">
37490 \begin_inset Text
37491
37492 \begin_layout Plain Layout
37493 \begin_inset Info
37494 type  "icon"
37495 arg   "dialog-show-new-inset graphics"
37496 \end_inset
37497
37498
37499 \end_layout
37500
37501 \end_inset
37502 </cell>
37503 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37504 \begin_inset Text
37505
37506 \begin_layout Plain Layout
37507 texte
37508 \end_layout
37509
37510 \end_inset
37511 </cell>
37512 </row>
37513 <row>
37514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37515 \begin_inset Text
37516
37517 \begin_layout Plain Layout
37518 texte
37519 \end_layout
37520
37521 \end_inset
37522 </cell>
37523 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37524 \begin_inset Text
37525
37526 \begin_layout Plain Layout
37527 texte
37528 \end_layout
37529
37530 \end_inset
37531 </cell>
37532 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37533 \begin_inset Text
37534
37535 \begin_layout Plain Layout
37536 texte
37537 \end_layout
37538
37539 \end_inset
37540 </cell>
37541 </row>
37542 </lyxtabular>
37543
37544 \end_inset
37545
37546  
37547 \begin_inset Tabular
37548 <lyxtabular version="3" rows="2" columns="3">
37549 <features tabularvalignment="middle">
37550 <column alignment="center" valignment="top">
37551 <column alignment="center" valignment="top">
37552 <column alignment="center" valignment="top">
37553 <row>
37554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37555 \begin_inset Text
37556
37557 \begin_layout Plain Layout
37558 texte
37559 \end_layout
37560
37561 \end_inset
37562 </cell>
37563 <cell alignment="center" valignment="top" topline="true" usebox="none">
37564 \begin_inset Text
37565
37566 \begin_layout Plain Layout
37567 texte
37568 \end_layout
37569
37570 \end_inset
37571 </cell>
37572 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37573 \begin_inset Text
37574
37575 \begin_layout Plain Layout
37576 texte
37577 \end_layout
37578
37579 \end_inset
37580 </cell>
37581 </row>
37582 <row>
37583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37584 \begin_inset Text
37585
37586 \begin_layout Plain Layout
37587 texte
37588 \end_layout
37589
37590 \end_inset
37591 </cell>
37592 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37593 \begin_inset Text
37594
37595 \begin_layout Plain Layout
37596 \begin_inset Info
37597 type  "icon"
37598 arg   "dialog-show-new-inset graphics"
37599 \end_inset
37600
37601
37602 \end_layout
37603
37604 \end_inset
37605 </cell>
37606 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37607 \begin_inset Text
37608
37609 \begin_layout Plain Layout
37610 texte
37611 \end_layout
37612
37613 \end_inset
37614 </cell>
37615 </row>
37616 </lyxtabular>
37617
37618 \end_inset
37619
37620
37621 \end_layout
37622
37623 \begin_layout Standard
37624 \noindent
37625 \align center
37626 \begin_inset Tabular
37627 <lyxtabular version="3" rows="3" columns="2">
37628 <features tabularvalignment="middle">
37629 <column alignment="center" valignment="top">
37630 <column alignment="center" valignment="top">
37631 <row>
37632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37633 \begin_inset Text
37634
37635 \begin_layout Plain Layout
37636 texte
37637 \end_layout
37638
37639 \end_inset
37640 </cell>
37641 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37642 \begin_inset Text
37643
37644 \begin_layout Plain Layout
37645 texte
37646 \end_layout
37647
37648 \end_inset
37649 </cell>
37650 </row>
37651 <row>
37652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37653 \begin_inset Text
37654
37655 \begin_layout Plain Layout
37656 \begin_inset Info
37657 type  "icon"
37658 arg   "dialog-show-new-inset graphics"
37659 \end_inset
37660
37661
37662 \end_layout
37663
37664 \end_inset
37665 </cell>
37666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37667 \begin_inset Text
37668
37669 \begin_layout Plain Layout
37670 texte
37671 \end_layout
37672
37673 \end_inset
37674 </cell>
37675 </row>
37676 <row>
37677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37678 \begin_inset Text
37679
37680 \begin_layout Plain Layout
37681 texte
37682 \end_layout
37683
37684 \end_inset
37685 </cell>
37686 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37687 \begin_inset Text
37688
37689 \begin_layout Plain Layout
37690 texte
37691 \end_layout
37692
37693 \end_inset
37694 </cell>
37695 </row>
37696 </lyxtabular>
37697
37698 \end_inset
37699
37700  
37701 \begin_inset Tabular
37702 <lyxtabular version="3" rows="3" columns="3">
37703 <features tabularvalignment="middle">
37704 <column alignment="center" valignment="top">
37705 <column alignment="center" valignment="top">
37706 <column alignment="center" valignment="top">
37707 <row>
37708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37709 \begin_inset Text
37710
37711 \begin_layout Plain Layout
37712 texte
37713 \end_layout
37714
37715 \end_inset
37716 </cell>
37717 <cell alignment="center" valignment="top" topline="true" usebox="none">
37718 \begin_inset Text
37719
37720 \begin_layout Plain Layout
37721 texte
37722 \end_layout
37723
37724 \end_inset
37725 </cell>
37726 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37727 \begin_inset Text
37728
37729 \begin_layout Plain Layout
37730 texte
37731 \end_layout
37732
37733 \end_inset
37734 </cell>
37735 </row>
37736 <row>
37737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37738 \begin_inset Text
37739
37740 \begin_layout Plain Layout
37741 texte
37742 \end_layout
37743
37744 \end_inset
37745 </cell>
37746 <cell alignment="center" valignment="top" usebox="none">
37747 \begin_inset Text
37748
37749 \begin_layout Plain Layout
37750 \begin_inset Info
37751 type  "icon"
37752 arg   "dialog-show-new-inset graphics"
37753 \end_inset
37754
37755
37756 \end_layout
37757
37758 \end_inset
37759 </cell>
37760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37761 \begin_inset Text
37762
37763 \begin_layout Plain Layout
37764 texte
37765 \end_layout
37766
37767 \end_inset
37768 </cell>
37769 </row>
37770 <row>
37771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37772 \begin_inset Text
37773
37774 \begin_layout Plain Layout
37775 texte
37776 \end_layout
37777
37778 \end_inset
37779 </cell>
37780 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37781 \begin_inset Text
37782
37783 \begin_layout Plain Layout
37784 texte
37785 \end_layout
37786
37787 \end_inset
37788 </cell>
37789 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37790 \begin_inset Text
37791
37792 \begin_layout Plain Layout
37793 texte
37794 \end_layout
37795
37796 \end_inset
37797 </cell>
37798 </row>
37799 </lyxtabular>
37800
37801 \end_inset
37802
37803  
37804 \begin_inset Tabular
37805 <lyxtabular version="3" rows="3" columns="2">
37806 <features tabularvalignment="middle">
37807 <column alignment="center" valignment="top">
37808 <column alignment="center" valignment="top">
37809 <row>
37810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37811 \begin_inset Text
37812
37813 \begin_layout Plain Layout
37814 texte
37815 \end_layout
37816
37817 \end_inset
37818 </cell>
37819 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37820 \begin_inset Text
37821
37822 \begin_layout Plain Layout
37823 texte
37824 \end_layout
37825
37826 \end_inset
37827 </cell>
37828 </row>
37829 <row>
37830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37831 \begin_inset Text
37832
37833 \begin_layout Plain Layout
37834 texte
37835 \end_layout
37836
37837 \end_inset
37838 </cell>
37839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37840 \begin_inset Text
37841
37842 \begin_layout Plain Layout
37843 \begin_inset Info
37844 type  "icon"
37845 arg   "dialog-show-new-inset graphics"
37846 \end_inset
37847
37848
37849 \end_layout
37850
37851 \end_inset
37852 </cell>
37853 </row>
37854 <row>
37855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37856 \begin_inset Text
37857
37858 \begin_layout Plain Layout
37859 texte
37860 \end_layout
37861
37862 \end_inset
37863 </cell>
37864 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37865 \begin_inset Text
37866
37867 \begin_layout Plain Layout
37868 texte
37869 \end_layout
37870
37871 \end_inset
37872 </cell>
37873 </row>
37874 </lyxtabular>
37875
37876 \end_inset
37877
37878
37879 \end_layout
37880
37881 \begin_layout Standard
37882 vous pouvez utiliser la paquetage \SpecialChar LaTeX
37883  
37884 \end_layout
37885
37886 \begin_layout Standard
37887 \noindent
37888
37889 \series bold
37890 picinpar
37891 \series default
37892
37893 \begin_inset Index idx
37894 status collapsed
37895
37896 \begin_layout Plain Layout
37897 Paquetages \SpecialChar LaTeX
37898  ! picinpar
37899 \end_layout
37900
37901 \end_inset
37902
37903 .
37904  Voici un exemple :
37905 \end_layout
37906
37907 \begin_layout Standard
37908 \begin_inset ERT
37909 status collapsed
37910
37911 \begin_layout Plain Layout
37912
37913
37914 \backslash
37915 ifpicinpar
37916 \end_layout
37917
37918 \end_inset
37919
37920
37921 \begin_inset Note Note
37922 status open
37923
37924 \begin_layout Plain Layout
37925 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
37926  
37927 \series bold
37928 picinpar
37929 \series default
37930  a été installé.
37931 \end_layout
37932
37933 \end_inset
37934
37935
37936 \end_layout
37937
37938 \begin_layout Standard
37939 \begin_inset ERT
37940 status collapsed
37941
37942 \begin_layout Plain Layout
37943
37944
37945 \backslash
37946 begin{window}[2,c,{
37947 \end_layout
37948
37949 \end_inset
37950
37951
37952 \begin_inset Graphics
37953         filename ../clipart/mobius.eps
37954         lyxscale 60
37955         width 40col%
37956         scaleBeforeRotation
37957         rotateOrigin center
37958
37959 \end_inset
37960
37961
37962 \begin_inset ERT
37963 status collapsed
37964
37965 \begin_layout Plain Layout
37966
37967 },]
37968 \end_layout
37969
37970 \begin_layout Plain Layout
37971
37972 {}
37973 \end_layout
37974
37975 \end_inset
37976
37977
37978 \size small
37979 \lang english
37980 It was in the spring of the year 1894 that all London was interested, and
37981  the fashionable world dismayed, by the murder of the Honourable Ronald
37982  Adair under most unusual and inexplicable circumstances.
37983  The public has already learned those particulars of the crime which
37984 \size default
37985
37986 \begin_inset ERT
37987 status collapsed
37988
37989 \begin_layout Plain Layout
37990
37991
37992 \backslash
37993 footnotemark{}
37994 \end_layout
37995
37996 \end_inset
37997
37998
37999 \size small
38000  came out in the police investigation, but a good deal was suppressed upon
38001  that occasion, since the case for the prosecution was so overwhelmingly
38002  strong that it was not necessary to bring forward all the facts.
38003  Only now, at the end of nearly ten years, am I allowed to supply those
38004  missing links which make up the whole of that remarkable chain
38005 \lang french
38006 .
38007 \size default
38008
38009 \begin_inset ERT
38010 status collapsed
38011
38012 \begin_layout Plain Layout
38013
38014
38015 \backslash
38016 end{window}
38017 \end_layout
38018
38019 \end_inset
38020
38021
38022 \end_layout
38023
38024 \begin_layout Standard
38025 \begin_inset ERT
38026 status collapsed
38027
38028 \begin_layout Plain Layout
38029
38030
38031 \backslash
38032 footnotetext{
38033 \end_layout
38034
38035 \end_inset
38036
38037 Note de pied de page du paragraphe avec objet fixe.
38038 \begin_inset ERT
38039 status collapsed
38040
38041 \begin_layout Plain Layout
38042
38043 }
38044 \end_layout
38045
38046 \end_inset
38047
38048
38049 \end_layout
38050
38051 \begin_layout Standard
38052 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
38053  d'eux et leur position est déterminée par le nombre de lignes de texte
38054  situées audessus d'eux.
38055  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
38056  numérotée.
38057 \end_layout
38058
38059 \begin_layout Standard
38060 Un objet fixe enrobé est inséré en ajoutant la commande
38061 \end_layout
38062
38063 \begin_layout Standard
38064
38065 \series bold
38066
38067 \backslash
38068 begin{window}[2,c,{
38069 \end_layout
38070
38071 \begin_layout Standard
38072 en code \SpecialChar TeX
38073  au debut du paragraphe.
38074  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
38075  dessus de l'objet, le second, ici 'c', la position de l'objet.
38076  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
38077  ) sont possibles.
38078  Après la commande, vous insérez votre objet.
38079  Dans cet exemple, c'est une image avec une largeur de 40
38080 \begin_inset space \thinspace{}
38081 \end_inset
38082
38083 % de la colonne de texte qui a été insérée.
38084  L'objet peut aussi être un tableau, une boîte ou une équation.
38085  Après l'objet, on insère la commande
38086 \end_layout
38087
38088 \begin_layout Standard
38089
38090 \series bold
38091 },texte de description ]
38092 \begin_inset Newline newline
38093 \end_inset
38094
38095 {}
38096 \end_layout
38097
38098 \begin_layout Standard
38099 Notez que le 
38100 \begin_inset Quotes fld
38101 \end_inset
38102
38103
38104 \series bold
38105 {}
38106 \series default
38107
38108 \begin_inset Quotes frd
38109 \end_inset
38110
38111  est sur la deuxième ligne.
38112  Le texte de description est facultatif.
38113  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
38114  il doit donc commence juste après le 
38115 \series bold
38116 {}
38117 \series default
38118 .
38119  A la fin du paragraphe on insère la commande :
38120 \end_layout
38121
38122 \begin_layout Standard
38123
38124 \series bold
38125
38126 \backslash
38127 end{window}
38128 \end_layout
38129
38130 \begin_layout Standard
38131 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
38132  ajouter des notes de pied de page de la façon habituelle.
38133  Vous devez utiliser la commande 
38134 \series bold
38135
38136 \backslash
38137 footnotemark
38138 \series default
38139  à l'intérieur du paragraphe et la commande 
38140 \series bold
38141
38142 \backslash
38143 footnotetext
38144 \series default
38145  à l'extérieur, comme décrit dans la section
38146 \begin_inset space \thinspace{}
38147 \end_inset
38148
38149
38150 \begin_inset CommandInset ref
38151 LatexCommand ref
38152 reference "sec:Notes-bas-de-page"
38153
38154 \end_inset
38155
38156 .
38157 \end_layout
38158
38159 \begin_layout Standard
38160 \begin_inset ERT
38161 status collapsed
38162
38163 \begin_layout Plain Layout
38164
38165
38166 \backslash
38167 else
38168 \end_layout
38169
38170 \end_inset
38171
38172
38173 \begin_inset Note Note
38174 status open
38175
38176 \begin_layout Plain Layout
38177 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38178  
38179 \series bold
38180 picinpar
38181 \series default
38182  n'est pas installé :
38183 \end_layout
38184
38185 \end_inset
38186
38187
38188 \end_layout
38189
38190 \begin_layout Standard
38191 Vous devez installer le paquetage \SpecialChar LaTeX
38192  
38193 \series bold
38194 picinpar
38195 \series default
38196  pour voir la suite de cette section dans la sortie imprimée.
38197 \end_layout
38198
38199 \begin_layout Standard
38200 \begin_inset ERT
38201 status collapsed
38202
38203 \begin_layout Plain Layout
38204
38205
38206 \backslash
38207 fi
38208 \end_layout
38209
38210 \end_inset
38211
38212
38213 \end_layout
38214
38215 \begin_layout Section
38216 Lettrines
38217 \begin_inset Index idx
38218 status collapsed
38219
38220 \begin_layout Plain Layout
38221 Lettrines
38222 \end_layout
38223
38224 \end_inset
38225
38226
38227 \begin_inset Index idx
38228 status collapsed
38229
38230 \begin_layout Plain Layout
38231 Entouré par du texte ! Lettrines
38232 \end_layout
38233
38234 \end_inset
38235
38236
38237 \end_layout
38238
38239 \begin_layout Standard
38240 Pour utiliser des lettrines, le paquetage \SpecialChar LaTeX
38241  
38242 \series bold
38243 lettrine
38244 \series default
38245
38246 \begin_inset Index idx
38247 status collapsed
38248
38249 \begin_layout Plain Layout
38250 Paquetages \SpecialChar LaTeX
38251  ! lettrine
38252 \end_layout
38253
38254 \end_inset
38255
38256  doit être installé et vous devez utiliser le module Initiales (
38257 \begin_inset space ~
38258 \end_inset
38259
38260 menu 
38261 \family sans
38262 Document\SpecialChar menuseparator
38263 Paramètres\SpecialChar menuseparator
38264 Modules
38265 \family default
38266
38267 \begin_inset space ~
38268 \end_inset
38269
38270 ).
38271  Pour insérer une lettrine, utilisez le style 
38272 \family sans
38273 Initial
38274 \family default
38275 .
38276  Les paramètres sont insérés avec le menu 
38277 \family sans
38278 Insertion
38279 \family default
38280 .
38281  Le paramètre obligatoire 
38282 \family sans
38283 \lang english
38284 Initial
38285 \family default
38286 \lang french
38287  contient la/les lettre(s) qui sert d'initiale, le paramètre 
38288 \family sans
38289 \lang english
38290 Rest
38291 \begin_inset space ~
38292 \end_inset
38293
38294 of
38295 \begin_inset space ~
38296 \end_inset
38297
38298 Initial
38299 \family default
38300  
38301 \lang french
38302 contient
38303 \lang english
38304  the rest of the word or text of the initial letter(s)
38305 \lang french
38306 .
38307  Le paramètre 
38308 \family sans
38309 \lang english
38310 Options
38311 \family default
38312 \lang french
38313  contient paramètres pour modifier la lettrine.
38314  Pour plus d'informations sur les paramètres possibles, voyez la documentation
38315  du paquetage 
38316 \series bold
38317 lettrine
38318 \series default
38319
38320 \begin_inset CommandInset citation
38321 LatexCommand cite
38322 key "lettrine"
38323
38324 \end_inset
38325
38326 .
38327  Le style lui-même contient le texte qui doit entourer la lettrine.
38328  Le style habituel est par conséquent que le mot dont la première lettre
38329  est l'initiale soit en 
38330 \shape smallcaps
38331 petites capitales
38332 \shape default
38333 .
38334 \end_layout
38335
38336 \begin_layout Standard
38337 \begin_inset Newpage pagebreak
38338 \end_inset
38339
38340
38341 \end_layout
38342
38343 \begin_layout Standard
38344 Voici quelques exemples
38345 \begin_inset space ~
38346 \end_inset
38347
38348 :
38349 \end_layout
38350
38351 \begin_layout Standard
38352 \begin_inset ERT
38353 status collapsed
38354
38355 \begin_layout Plain Layout
38356
38357
38358 \backslash
38359 iflettrine
38360 \end_layout
38361
38362 \end_inset
38363
38364
38365 \begin_inset Note Note
38366 status open
38367
38368 \begin_layout Plain Layout
38369 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
38370  
38371 \series bold
38372 lettrine
38373 \series default
38374  a été installé.
38375 \end_layout
38376
38377 \end_inset
38378
38379
38380 \end_layout
38381
38382 \begin_layout Enumerate
38383 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
38384  mathématique 
38385 \begin_inset Formula $\mathfrak{Fraktur}$
38386 \end_inset
38387
38388 :
38389 \begin_inset Separator parbreak
38390 \end_inset
38391
38392
38393 \end_layout
38394
38395 \begin_deeper
38396 \begin_layout Initial
38397 \begin_inset Argument 2
38398 status open
38399
38400 \begin_layout Plain Layout
38401 \begin_inset Formula $\mathfrak{I}$
38402 \end_inset
38403
38404
38405 \end_layout
38406
38407 \end_inset
38408
38409
38410 \begin_inset Argument 3
38411 status open
38412
38413 \begin_layout Plain Layout
38414 t
38415 \end_layout
38416
38417 \end_inset
38418
38419  
38420 \lang english
38421 was in the spring of the year 1894 that all London was interested, and the
38422  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38423  under most unusual and inexplicable circumstances.
38424  The public has already learned those particulars of the crime which came
38425  out in the police investigation, but a good deal was suppressed upon that
38426  occasion, since the case for the prosecution was so overwhelmingly strong
38427  that it was not necessary to bring forward all the facts.
38428 \end_layout
38429
38430 \end_deeper
38431 \begin_layout Enumerate
38432 L'initiale est entourée par une seule ligne et est formée de deux lettres
38433  dans la police standard ; aucun texte n'est écrit en petites capitales
38434 \begin_inset space ~
38435 \end_inset
38436
38437 :
38438 \begin_inset Separator parbreak
38439 \end_inset
38440
38441
38442 \end_layout
38443
38444 \begin_deeper
38445 \begin_layout Initial
38446 \begin_inset Argument 1
38447 status open
38448
38449 \begin_layout Plain Layout
38450 lines=1
38451 \end_layout
38452
38453 \end_inset
38454
38455
38456 \begin_inset Argument 2
38457 status open
38458
38459 \begin_layout Plain Layout
38460 It
38461 \end_layout
38462
38463 \end_inset
38464
38465  
38466 \lang english
38467 was in the spring of the year 1894 that all London was interested, and the
38468  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38469  under most unusual and inexplicable circumstances.
38470  The public has already learned those particulars of the crime which came
38471  out in the police investigation, but a good deal was suppressed upon that
38472  occasion, since the case for the prosecution was so overwhelmingly strong
38473  that it was not necessary to bring forward all the facts.
38474 \end_layout
38475
38476 \end_deeper
38477 \begin_layout Enumerate
38478 Initiale descendante sur 3
38479 \begin_inset space ~
38480 \end_inset
38481
38482 lignes en magenta en police mathématique
38483 \begin_inset Newline newline
38484 \end_inset
38485
38486
38487 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38488 \end_inset
38489
38490 , le texte 
38491 \begin_inset Quotes fld
38492 \end_inset
38493
38494
38495 \lang english
38496 t was in the spring
38497 \lang french
38498
38499 \begin_inset Quotes frd
38500 \end_inset
38501
38502  est en 
38503 \shape smallcaps
38504 petites capitales
38505 \shape default
38506  ; pour colorer la lettrine, il faut insérer la commande suivante juste
38507  avant l'initiale
38508 \begin_inset space ~
38509 \end_inset
38510
38511 :
38512 \begin_inset Newline newline
38513 \end_inset
38514
38515
38516 \series bold
38517
38518 \backslash
38519 renewcommand{
38520 \backslash
38521 LettrineFontHook}{
38522 \backslash
38523 color{couleur}}
38524 \series default
38525
38526 \begin_inset Newline newline
38527 \end_inset
38528
38529 où la 
38530 \emph on
38531 couleur
38532 \emph default
38533  peut être 
38534 \begin_inset Quotes fld
38535 \end_inset
38536
38537 red
38538 \begin_inset Quotes frd
38539 \end_inset
38540
38541
38542 \begin_inset Quotes fld
38543 \end_inset
38544
38545 blue
38546 \begin_inset Quotes frd
38547 \end_inset
38548
38549
38550 \begin_inset Quotes fld
38551 \end_inset
38552
38553 green
38554 \begin_inset Quotes frd
38555 \end_inset
38556
38557
38558 \begin_inset Quotes fld
38559 \end_inset
38560
38561 yellow
38562 \begin_inset Quotes frd
38563 \end_inset
38564
38565
38566 \begin_inset Quotes fld
38567 \end_inset
38568
38569 cyan
38570 \begin_inset Quotes frd
38571 \end_inset
38572
38573
38574 \begin_inset Quotes fld
38575 \end_inset
38576
38577 magenta
38578 \begin_inset Quotes frd
38579 \end_inset
38580
38581
38582 \begin_inset Quotes fld
38583 \end_inset
38584
38585 black
38586 \begin_inset Quotes frd
38587 \end_inset
38588
38589  ou 
38590 \begin_inset Quotes fld
38591 \end_inset
38592
38593 white
38594 \begin_inset Quotes frd
38595 \end_inset
38596
38597 .
38598  On doit aussi ajouter la commande suivante au préambule du document
38599 \begin_inset space ~
38600 \end_inset
38601
38602 :
38603 \begin_inset Newline newline
38604 \end_inset
38605
38606
38607 \series bold
38608
38609 \backslash
38610 @ifundefined{textcolor}
38611 \begin_inset Newline newline
38612 \end_inset
38613
38614
38615 \begin_inset space ~
38616 \end_inset
38617
38618 {
38619 \backslash
38620 usepackage{color}}{}
38621 \series default
38622
38623 \begin_inset Separator parbreak
38624 \end_inset
38625
38626
38627 \end_layout
38628
38629 \begin_deeper
38630 \begin_layout Standard
38631 \begin_inset ERT
38632 status collapsed
38633
38634 \begin_layout Plain Layout
38635
38636
38637 \backslash
38638 renewcommand{
38639 \backslash
38640 LettrineFontHook}{
38641 \backslash
38642 color{magenta}}
38643 \end_layout
38644
38645 \end_inset
38646
38647
38648 \begin_inset Note Note
38649 status collapsed
38650
38651 \begin_layout Plain Layout
38652 colore la lettrine en magenta
38653 \end_layout
38654
38655 \end_inset
38656
38657
38658 \end_layout
38659
38660 \begin_layout Initial
38661 \begin_inset Argument 1
38662 status open
38663
38664 \begin_layout Plain Layout
38665 lines=3, lhang=0.33, loversize=0.25
38666 \end_layout
38667
38668 \end_inset
38669
38670
38671 \begin_inset Argument 2
38672 status open
38673
38674 \begin_layout Plain Layout
38675 \begin_inset Formula $\mathcal{I}$
38676 \end_inset
38677
38678
38679 \end_layout
38680
38681 \end_inset
38682
38683
38684 \begin_inset Argument 3
38685 status open
38686
38687 \begin_layout Plain Layout
38688
38689 \lang english
38690 t was in the spring
38691 \end_layout
38692
38693 \end_inset
38694
38695
38696 \lang english
38697  of the year 1894 that all London was interested, and the fashionable world
38698  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38699  and inexplicable circumstances.
38700  The public has already learned those particulars of the crime which came
38701  out in the police investigation, but a good deal was suppressed upon that
38702  occasion, since the case for the prosecution was so overwhelmingly strong
38703  that it was not necessary to bring forward all the facts.
38704 \end_layout
38705
38706 \end_deeper
38707 \begin_layout Standard
38708 \begin_inset ERT
38709 status collapsed
38710
38711 \begin_layout Plain Layout
38712
38713
38714 \backslash
38715 else
38716 \end_layout
38717
38718 \end_inset
38719
38720
38721 \begin_inset Note Note
38722 status open
38723
38724 \begin_layout Plain Layout
38725 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38726  
38727 \series bold
38728 lettrine
38729 \series default
38730  n'est pas installé :
38731 \end_layout
38732
38733 \end_inset
38734
38735
38736 \end_layout
38737
38738 \begin_layout Standard
38739 Vous devez installer le paquetage \SpecialChar LaTeX
38740  
38741 \series bold
38742 lettrine
38743 \series default
38744  pour voir la suite de cette section dans la sortie imprimée.
38745 \end_layout
38746
38747 \begin_layout Standard
38748 \begin_inset ERT
38749 status collapsed
38750
38751 \begin_layout Plain Layout
38752
38753
38754 \backslash
38755 fi
38756 \end_layout
38757
38758 \end_inset
38759
38760
38761 \end_layout
38762
38763 \begin_layout Chapter
38764 Trucs externes
38765 \begin_inset Index idx
38766 status collapsed
38767
38768 \begin_layout Plain Layout
38769 Trucs externes
38770 \end_layout
38771
38772 \end_inset
38773
38774
38775 \end_layout
38776
38777 \begin_layout Standard
38778 Avec le menu 
38779 \family sans
38780 Insertion\SpecialChar menuseparator
38781 Fichier
38782 \family default
38783  vous pouvez insérer un contenu externe à votre document.
38784  Ce contenu peut être :
38785 \end_layout
38786
38787 \begin_layout Description
38788 Document
38789 \begin_inset space ~
38790 \end_inset
38791
38792 \SpecialChar LyX
38793  Un autre document \SpecialChar LyX
38794  ; son contenu est directement inséré dans votre document.
38795 \end_layout
38796
38797 \begin_layout Description
38798 Texte
38799 \begin_inset space ~
38800 \end_inset
38801
38802 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
38803 e.
38804 \end_layout
38805
38806 \begin_layout Description
38807 Texte
38808 \begin_inset space ~
38809 \end_inset
38810
38811 Brut
38812 \begin_inset space ~
38813 \end_inset
38814
38815 par
38816 \begin_inset space ~
38817 \end_inset
38818
38819 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
38820  Les lignes vides créent un nouveau paragraphe dans votre document.
38821 \end_layout
38822
38823 \begin_layout Description
38824 Objet
38825 \begin_inset space ~
38826 \end_inset
38827
38828 Externe Fichiers de formats variés.
38829 \end_layout
38830
38831 \begin_layout Description
38832 Sous-document Documents \SpecialChar LyX
38833  ou \SpecialChar LaTeX
38834 .
38835 \end_layout
38836
38837 \begin_layout Section
38838 Objets externes 
38839 \begin_inset Index idx
38840 status collapsed
38841
38842 \begin_layout Plain Layout
38843 Trucs externes ! Objets Externes
38844 \end_layout
38845
38846 \end_inset
38847
38848
38849 \end_layout
38850
38851 \begin_layout Standard
38852 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
38853  de fichiers dans votre document sans avoir à convertir ces derniers en
38854  un format qui soit compatible avec le format de sortie, puisque c'est \SpecialChar LyX
38855
38856  qui va s'occuper des conversions.
38857  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
38858  \SpecialChar LyX
38859  des images dans des formats divers.
38860  Quand vous avez activé 
38861 \family sans
38862 Aperçu
38863 \begin_inset space ~
38864 \end_inset
38865
38866 sur
38867 \begin_inset space ~
38868 \end_inset
38869
38870 le
38871 \begin_inset space ~
38872 \end_inset
38873
38874 vif
38875 \family default
38876  dans le menu des préférences de \SpecialChar LyX
38877 , dans la rubrique 
38878 \family sans
38879 Apparence\SpecialChar menuseparator
38880 Graphiques
38881 \family default
38882 , les objets externes de type Dia et Xfig sont affichés directement dans
38883  \SpecialChar LyX
38884 .
38885 \end_layout
38886
38887 \begin_layout Standard
38888 On insère des objets externes en utilisant la fenêtre de dialogue 
38889 \family sans
38890 Objet
38891 \begin_inset space ~
38892 \end_inset
38893
38894 Externe
38895 \family default
38896  qui est accessible via le menu 
38897 \family sans
38898 Insertion\SpecialChar menuseparator
38899 Fichiers\SpecialChar menuseparator
38900 Objet
38901 \begin_inset space ~
38902 \end_inset
38903
38904 Externe
38905 \family default
38906 .
38907  Actuellement les types de fichiers (
38908 \family sans
38909 Modèles
38910 \family default
38911 ) suivants sont autorisés :
38912 \end_layout
38913
38914 \begin_layout Description
38915 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
38916  par le programme 
38917 \series bold
38918
38919 \begin_inset CommandInset href
38920 LatexCommand href
38921 name "XBoard"
38922 target "http://fr.wikipedia.org/wiki/XBoard"
38923
38924 \end_inset
38925
38926
38927 \series default
38928 .
38929 \end_layout
38930
38931 \begin_layout Description
38932 Date Ce modèle insère la date sous la forme 
38933 \emph on
38934 Jour-Mois-Année
38935 \emph default
38936 .
38937  Voici un exemple de date insérée comme objet externe : 
38938 \begin_inset External
38939         template Date
38940         filename .
38941
38942 \end_inset
38943
38944
38945 \begin_inset space ~
38946 \end_inset
38947
38948
38949 \begin_inset Note Note
38950 status collapsed
38951
38952 \begin_layout Plain Layout
38953 Retirer l'espace protégé quand le bug 4398 sera résolu !
38954 \end_layout
38955
38956 \end_inset
38957
38958
38959 \begin_inset Newline newline
38960 \end_inset
38961
38962 La date n'apparaîtra pas dans \SpecialChar LyX
38963 , mais seulement dans la sortie imprimée.
38964  Il y a deux autre méthodes pour insérer une date : Avec le menu 
38965 \family sans
38966 Insertion\SpecialChar menuseparator
38967 Date
38968 \family default
38969  et avec la commande \SpecialChar LaTeX
38970  
38971 \series bold
38972
38973 \backslash
38974 today
38975 \series default
38976  entrée comme code \SpecialChar TeX
38977 .
38978  Ces différentes méthodes sont comparée dans le tableau
38979 \begin_inset space ~
38980 \end_inset
38981
38982
38983 \begin_inset CommandInset ref
38984 LatexCommand ref
38985 reference "tab:Comparaison-des-dates"
38986
38987 \end_inset
38988
38989 .
38990 \end_layout
38991
38992 \begin_layout Description
38993 Dia Ce modèle accepte les diagrammes créés avec le programme 
38994 \series bold
38995
38996 \begin_inset CommandInset href
38997 LatexCommand href
38998 name "Dia"
38999 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
39000
39001 \end_inset
39002
39003
39004 \series default
39005 .
39006 \end_layout
39007
39008 \begin_layout Description
39009 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
39010  ou des tableaux dans le format de 
39011 \series bold
39012
39013 \begin_inset CommandInset href
39014 LatexCommand href
39015 name "Gnumeric"
39016 target "http://fr.wikipedia.org/wiki/Gnumeric"
39017
39018 \end_inset
39019
39020
39021 \series default
39022
39023 \begin_inset CommandInset href
39024 LatexCommand href
39025 name "OpenDocument"
39026 target "http://fr.wikipedia.org/wiki/OpenDocument"
39027
39028 \end_inset
39029
39030
39031 \begin_inset CommandInset href
39032 LatexCommand href
39033 name "Microsoft Office XML"
39034 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39035
39036 \end_inset
39037
39038  et 
39039 \begin_inset CommandInset href
39040 LatexCommand href
39041 name "Office Open XML"
39042 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
39043
39044 \end_inset
39045
39046 .
39047  Pour cette fonction, \SpecialChar LyX
39048  doit pouvoir trouver le programme 
39049 \family typewriter
39050 ssconvert
39051 \family default
39052  au cours de sa configuration.
39053  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
39054  même si vous n'avez pas de tableaux au format gnumeric.
39055  Pour des exemples et les limitations possibles, jetez un œil au fichier
39056  \SpecialChar LyX
39057  d'exemple, 
39058 \emph on
39059 spreadsheet.lyx
39060 \emph default
39061 .
39062 \end_layout
39063
39064 \begin_layout Description
39065 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
39066  par le programme 
39067 \series bold
39068
39069 \begin_inset CommandInset href
39070 LatexCommand href
39071 name "LilyPond"
39072 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
39073
39074 \end_inset
39075
39076
39077 \series default
39078 .
39079  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
39080  au fichier \SpecialChar LyX
39081  d'exemple 
39082 \emph on
39083 lilypond.lyx
39084 \emph default
39085 .
39086 \end_layout
39087
39088 \begin_layout Description
39089 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
39090  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
39091  
39092 \emph on
39093 pages
39094 \emph default
39095  dans le champ 
39096 \family sans
39097 Option
39098 \family default
39099  dans l'onglet 
39100 \family sans
39101 Options \SpecialChar LaTeX
39102  et \SpecialChar LyX
39103
39104 \family default
39105 .
39106  L'argument de cette option est une liste d'éléments séparés par des virgules,
39107  contenant des numéros de pages (
39108 \begin_inset space ~
39109 \end_inset
39110
39111 insérez comme option 
39112 \series bold
39113 pages={3,5,6,8}
39114 \series default
39115
39116 \begin_inset space ~
39117 \end_inset
39118
39119 ), des plages de numéros de pages (
39120 \series bold
39121
39122 \begin_inset space ~
39123 \end_inset
39124
39125 pages={4-9}
39126 \series default
39127
39128 \begin_inset space ~
39129 \end_inset
39130
39131 ) ou n'importe quelle combinaison des deux.
39132  Pour insérer des pages vides, utilisez 
39133 \series bold
39134 {}
39135 \series default
39136 .
39137  Par exemple 
39138 \begin_inset space ~
39139 \end_inset
39140
39141
39142 \series bold
39143 pages={3,{},8-11,15}
39144 \series default
39145  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
39146  15.
39147  Les plages de pages sont décrites avec la syntaxe 
39148 \emph on
39149 début-fin
39150 \emph default
39151  qui sélectionne toutes les pages de 
39152 \emph on
39153 début
39154 \emph default
39155  jusqu'à 
39156 \emph on
39157 fin
39158 \emph default
39159 .
39160  Si on omet 
39161 \emph on
39162 début
39163 \emph default
39164 , on commence implicitement à la première page ; de même, omettre 
39165 \emph on
39166 fin
39167 \emph default
39168  termine implicitement à la dernière page du document.
39169  La dernière page du document peut aussi être désignée par le mot-clé 
39170 \series bold
39171 last
39172 \series default
39173  (
39174 \begin_inset space ~
39175 \end_inset
39176
39177 ce dernier n'est accepté que pour une plage de pages
39178 \begin_inset space ~
39179 \end_inset
39180
39181 ).
39182  Donc 
39183 \series bold
39184 pages=-
39185 \series default
39186  va insérer toutes les pages du document et 
39187 \series bold
39188 pages=last-1
39189 \series default
39190  va insérer toutes les pages dans l'ordre inverse.
39191  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
39192 \begin_inset Newline newline
39193 \end_inset
39194
39195 L'option 
39196 \series bold
39197 noautoscale
39198 \series default
39199  insère les pages avec leur taille d'origine, si cette option n'est pas
39200  donnée, les pages seront redimensionnées
39201 \begin_inset space \space{}
39202 \end_inset
39203
39204 pour tenir dans la largeur de page de votre document.
39205  Dans l'onglet 
39206 \family sans
39207 Taille
39208 \begin_inset space ~
39209 \end_inset
39210
39211 et
39212 \begin_inset space ~
39213 \end_inset
39214
39215 rotation
39216 \family default
39217  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
39218  qu'une éventuelle rotation.
39219  Si vous utilisez une autre largeur que 100
39220 \begin_inset space \thinspace{}
39221 \end_inset
39222
39223 Échelle%, l'option 
39224 \series bold
39225 noautoscale
39226 \series default
39227  sera neutralisée.
39228  Pour plus d'information sur les options possibles, jetez un œil sur la
39229  documentation du paquetage \SpecialChar LaTeX
39230  
39231 \series bold
39232 pdfpages
39233 \series default
39234  
39235 \begin_inset CommandInset citation
39236 LatexCommand cite
39237 key "pdfpages"
39238
39239 \end_inset
39240
39241 .
39242 \begin_inset Index idx
39243 status collapsed
39244
39245 \begin_layout Plain Layout
39246 Paquetages \SpecialChar LaTeX
39247  ! pdfpages
39248 \end_layout
39249
39250 \end_inset
39251
39252
39253 \begin_inset Newline newline
39254 \end_inset
39255
39256 Pour utiliser ce modèle dans une présentation 
39257 \family sans
39258 Beamer
39259 \family default
39260  vous devez d'abord insérer un environnement 
39261 \family sans
39262 FinCadre
39263 \family default
39264  et dans la suite, dans un paragraphe, une boîte de code \SpecialChar TeX
39265  contenant la commande
39266  
39267 \series bold
39268
39269 \backslash
39270 setbeamertemplate{background canvas}{}
39271 \series default
39272 .
39273  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
39274  que vous voulez.
39275  Après les pages PDF incorporées, vous pouvez reprendre la présentation
39276  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
39277  section.
39278  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
39279  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
39280  le modèle.
39281 \begin_inset Newline newline
39282 \end_inset
39283
39284 Voici un PDF incorporé basculé de -5°
39285 \begin_inset space ~
39286 \end_inset
39287
39288 °: 
39289 \begin_inset External
39290         template PDFPages
39291         filename ../clipart/Abstract.pdf
39292         extra LaTeX "noautoscale, pages=-"
39293         rotateAngle -5
39294         rotateOrigin bottomleft
39295
39296 \end_inset
39297
39298
39299 \end_layout
39300
39301 \begin_layout Description
39302 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
39303  Les images peuvent être traitées dans la fenêtre de dialogue 
39304 \family sans
39305 Objet
39306 \begin_inset space ~
39307 \end_inset
39308
39309 Externe
39310 \family default
39311  comme les images qui sont habituellement incorporées en utilisant le menu
39312  
39313 \family sans
39314 Insertion\SpecialChar menuseparator
39315 Graphique
39316 \family default
39317 , comme c'est décrit dans la section
39318 \begin_inset space ~
39319 \end_inset
39320
39321
39322 \begin_inset CommandInset ref
39323 LatexCommand ref
39324 reference "sec:Graphics-Dialog"
39325
39326 \end_inset
39327
39328 .
39329  La différence avec l'insertion normale d'image est que seules les images
39330  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
39331  ne sont pas acceptées.
39332  Voici un exemple d'insertion d'image matricielle
39333 \begin_inset space ~
39334 \end_inset
39335
39336
39337 \begin_inset External
39338         template RasterImage
39339         filename ../clipart/ToolbarEnvBox.png
39340
39341 \end_inset
39342
39343
39344 \end_layout
39345
39346 \begin_layout Description
39347 XFig Ce modèle accepte les images créées avec le programme 
39348 \series bold
39349
39350 \begin_inset CommandInset href
39351 LatexCommand href
39352 name "Xfig"
39353 target "http://fr.wikipedia.org/wiki/Xfig"
39354
39355 \end_inset
39356
39357
39358 \series default
39359 .
39360 \end_layout
39361
39362 \begin_layout Standard
39363 \begin_inset Float table
39364 placement !h
39365 wide false
39366 sideways false
39367 status open
39368
39369 \begin_layout Plain Layout
39370 \begin_inset Caption Standard
39371
39372 \begin_layout Plain Layout
39373 \begin_inset CommandInset label
39374 LatexCommand label
39375 name "tab:Comparaison-des-dates"
39376
39377 \end_inset
39378
39379 Comparaison des méthodes d'insertion de la date.
39380 \end_layout
39381
39382 \end_inset
39383
39384
39385 \end_layout
39386
39387 \begin_layout Plain Layout
39388 \align center
39389 \begin_inset Tabular
39390 <lyxtabular version="3" rows="4" columns="4">
39391 <features tabularvalignment="middle">
39392 <column alignment="center" valignment="top">
39393 <column alignment="center" valignment="top">
39394 <column alignment="center" valignment="top">
39395 <column alignment="center" valignment="top">
39396 <row>
39397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39398 \begin_inset Text
39399
39400 \begin_layout Plain Layout
39401 Format du document
39402 \end_layout
39403
39404 \end_inset
39405 </cell>
39406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39407 \begin_inset Text
39408
39409 \begin_layout Plain Layout
39410
39411 \family sans
39412 Objet
39413 \begin_inset space ~
39414 \end_inset
39415
39416 Externe\SpecialChar menuseparator
39417 Date
39418 \end_layout
39419
39420 \end_inset
39421 </cell>
39422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39423 \begin_inset Text
39424
39425 \begin_layout Plain Layout
39426
39427 \family sans
39428 Insertion\SpecialChar menuseparator
39429 Date
39430 \end_layout
39431
39432 \end_inset
39433 </cell>
39434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39435 \begin_inset Text
39436
39437 \begin_layout Plain Layout
39438 commande 
39439 \series bold
39440
39441 \backslash
39442 today
39443 \end_layout
39444
39445 \end_inset
39446 </cell>
39447 </row>
39448 <row>
39449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39450 \begin_inset Text
39451
39452 \begin_layout Plain Layout
39453 \SpecialChar LyX
39454
39455 \end_layout
39456
39457 \end_inset
39458 </cell>
39459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39460 \begin_inset Text
39461
39462 \begin_layout Plain Layout
39463 comme boîte d'insert
39464 \end_layout
39465
39466 \end_inset
39467 </cell>
39468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39469 \begin_inset Text
39470
39471 \begin_layout Plain Layout
39472 comme date
39473 \end_layout
39474
39475 \end_inset
39476 </cell>
39477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39478 \begin_inset Text
39479
39480 \begin_layout Plain Layout
39481 comme boîte de code \SpecialChar TeX
39482
39483 \end_layout
39484
39485 \end_inset
39486 </cell>
39487 </row>
39488 <row>
39489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39490 \begin_inset Text
39491
39492 \begin_layout Plain Layout
39493 \SpecialChar LaTeX
39494
39495 \end_layout
39496
39497 \end_inset
39498 </cell>
39499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39500 \begin_inset Text
39501
39502 \begin_layout Plain Layout
39503 comme date
39504 \end_layout
39505
39506 \end_inset
39507 </cell>
39508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39509 \begin_inset Text
39510
39511 \begin_layout Plain Layout
39512 comme date
39513 \end_layout
39514
39515 \end_inset
39516 </cell>
39517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39518 \begin_inset Text
39519
39520 \begin_layout Plain Layout
39521 comme commande
39522 \end_layout
39523
39524 \end_inset
39525 </cell>
39526 </row>
39527 <row>
39528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39529 \begin_inset Text
39530
39531 \begin_layout Plain Layout
39532 DVI, PDF, PS
39533 \end_layout
39534
39535 \end_inset
39536 </cell>
39537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39538 \begin_inset Text
39539
39540 \begin_layout Plain Layout
39541 comme date
39542 \end_layout
39543
39544 \end_inset
39545 </cell>
39546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39547 \begin_inset Text
39548
39549 \begin_layout Plain Layout
39550 comme date
39551 \end_layout
39552
39553 \end_inset
39554 </cell>
39555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39556 \begin_inset Text
39557
39558 \begin_layout Plain Layout
39559 comme date date
39560 \end_layout
39561
39562 \end_inset
39563 </cell>
39564 </row>
39565 </lyxtabular>
39566
39567 \end_inset
39568
39569
39570 \end_layout
39571
39572 \end_inset
39573
39574
39575 \end_layout
39576
39577 \begin_layout Standard
39578 Quand vous activez l'option 
39579 \family sans
39580 Brouillon
39581 \family default
39582  de l'onglet 
39583 \family sans
39584 Fichier
39585 \family default
39586  de la fenêtre de dialogue 
39587 \family sans
39588 Objet
39589 \begin_inset space ~
39590 \end_inset
39591
39592 Externe
39593 \family default
39594 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
39595 \begin_inset Newline newline
39596 \end_inset
39597
39598 Les objets externes apparaissent dans \SpecialChar LyX
39599 , soit comme une boîte comme celle-ci
39600  : 
39601 \begin_inset Graphics
39602         filename ../clipart/ExternalMaterial.png
39603         scale 75
39604         scaleBeforeRotation
39605
39606 \end_inset
39607
39608  soit comme une image, selon que vous avez ou non activé l'option 
39609 \family sans
39610 Afficher
39611 \begin_inset space ~
39612 \end_inset
39613
39614 dans
39615 \begin_inset space ~
39616 \end_inset
39617
39618 \SpecialChar LyX
39619
39620 \family default
39621  de l'onglet 
39622 \family sans
39623 Options \SpecialChar LaTeX
39624  et \SpecialChar LyX
39625
39626 \family default
39627  de la fenêtre de dialogue.
39628 \end_layout
39629
39630 \begin_layout Standard
39631 Le manuel 
39632 \family sans
39633 \emph on
39634 Personnalisation
39635 \family default
39636 \emph default
39637  explique comment vous pouvez créer vos propres modèles.
39638 \end_layout
39639
39640 \begin_layout Section
39641 Sous-documents
39642 \begin_inset CommandInset label
39643 LatexCommand label
39644 name "sec:Sous-documents"
39645
39646 \end_inset
39647
39648
39649 \begin_inset Index idx
39650 status collapsed
39651
39652 \begin_layout Plain Layout
39653 Trucs externes ! Sous-documents
39654 \end_layout
39655
39656 \end_inset
39657
39658
39659 \begin_inset Index idx
39660 status collapsed
39661
39662 \begin_layout Plain Layout
39663 Fichiers ! Insertion
39664 \end_layout
39665
39666 \end_inset
39667
39668
39669 \end_layout
39670
39671 \begin_layout Standard
39672 Les sous-documents sont utilisés quand on a un document très long qui peut
39673  être décomposé en plusieurs parties ou sections plus petites.
39674  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
39675  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
39676  Les différents documents sont ce que l'on appelle les sous-documents et
39677  un document maître les relie pour imprimer le document complet ou seulement
39678  une partie de celui-ci.
39679  Un sous-document hérite du contenu de son maître, par exemple le préambule
39680  \SpecialChar LaTeX
39681 , la bibliographie, et les étiquettes pour les références croisées.
39682 \end_layout
39683
39684 \begin_layout Standard
39685 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
39686  maître, précisez dans le sous-document le document maître dans le menu
39687  
39688 \family sans
39689 Document\SpecialChar menuseparator
39690 Paramètres\SpecialChar menuseparator
39691 Classe de document
39692 \family default
39693 .
39694  Ce document maître sera par la suite utilisé de façon cachée par \SpecialChar LyX
39695  à chaque
39696  fois que vous modifierez le sous-document.
39697 \end_layout
39698
39699 \begin_layout Standard
39700 Les documents inclus sont visualisés dans \SpecialChar LyX
39701  sous la forme d'une boîte comme
39702  celle-ci : 
39703 \begin_inset Graphics
39704         filename clipart/SousDocument.png
39705         scaleBeforeRotation
39706
39707 \end_inset
39708
39709  Pour inclure des sous-documents dans un document maître , on utilise le
39710  menu 
39711 \family sans
39712 Insertion\SpecialChar menuseparator
39713 Fichier\SpecialChar menuseparator
39714 Sous-document
39715 \family default
39716 .
39717  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
39718  des quatre méthodes d'inclusion :
39719 \end_layout
39720
39721 \begin_layout Description
39722 Inclus
39723 \begin_inset space ~
39724 \end_inset
39725
39726 (include) Vous pouvez inclure des documents \SpecialChar LyX
39727  et \SpecialChar LaTeX
39728 .
39729  Quand vous cliquez sur le bouton 
39730 \family sans
39731 Modifier
39732 \family default
39733  dans la fenêtre de dialogue 
39734 \family sans
39735 Sous-document
39736 \family default
39737 , le document inclus est ouvert dans \SpecialChar LyX
39738  dans un nouvel onglet pour que vous
39739  puissiez le modifier.
39740 \begin_inset Newline newline
39741 \end_inset
39742
39743
39744 \end_layout
39745
39746 \begin_layout Standard
39747 Voici un sous-document inséré avec la méthode 
39748 \family sans
39749 Inclus
39750 \family default
39751  : 
39752 \begin_inset CommandInset include
39753 LatexCommand include
39754 filename "DocumentBidon1.lyx"
39755
39756 \end_inset
39757
39758
39759 \end_layout
39760
39761 \begin_layout Standard
39762 La numérotation des sections va prendre en compte les sections des fichiers
39763  incorporés dans l'ordre où ils sont insérés dans le document maître.
39764  Le document qui est inclus comme exemple possède une sous-section qui sera
39765  numérotée comme sous-section de la section actuelle.
39766  Les étiquettes présentes dans le fichier inclus peuvent être référencées
39767  : la sous-section
39768 \begin_inset space ~
39769 \end_inset
39770
39771
39772 \begin_inset CommandInset ref
39773 LatexCommand ref
39774 reference "subsec:Sous-section-externe-1"
39775
39776 \end_inset
39777
39778  est dans le fichier inclus.
39779 \end_layout
39780
39781 \begin_layout Standard
39782 Le préambule du sous-document est tout simplement ignoré, seul le préambule
39783  du document maître est utilisé.
39784  Les branches présentes dans le sous-document seront ignorées par le document
39785  maître si celui-ci ne possède pas une branche avec le même nom.
39786  Les documents inclus sont insérés en commençant une nouvelle page et sont
39787  suivis par un saut de page.
39788 \end_layout
39789
39790 \begin_layout Standard
39791 \begin_inset Note Greyedout
39792 status open
39793
39794 \begin_layout Plain Layout
39795
39796 \series bold
39797 Note:
39798 \series default
39799  Quand vous avez inclus un fichier \SpecialChar LyX
39800  ou \SpecialChar LaTeX
39801 , et que ce dernier utilise une classe
39802  de document différente de celle du document maître, vous recevez un avertisseme
39803 nt quand vous tentez de le visionner ou de l'exporter, vu que cela peut
39804  produire des résultats inattendus sur la sortie imprimée.
39805 \end_layout
39806
39807 \end_inset
39808
39809
39810 \end_layout
39811
39812 \begin_layout Description
39813 Incorporé
39814 \begin_inset space ~
39815 \end_inset
39816
39817 (input) Cette méthode est très semblable à la méthode Inclus, les différences
39818  sont :
39819 \begin_inset Separator parbreak
39820 \end_inset
39821
39822
39823 \end_layout
39824
39825 \begin_deeper
39826 \begin_layout Itemize
39827 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
39828  par un saut de page.
39829 \end_layout
39830
39831 \begin_layout Itemize
39832 Les fichiers incorporés peuvent être prévisualisés dans \SpecialChar LyX
39833  quand l'option
39834  
39835 \family sans
39836 Aperçu
39837 \begin_inset space ~
39838 \end_inset
39839
39840 sur
39841 \begin_inset space ~
39842 \end_inset
39843
39844 le
39845 \begin_inset space ~
39846 \end_inset
39847
39848 vif
39849 \family default
39850  est activée dans les préférences dans la rubrique 
39851 \family sans
39852 Apparence\SpecialChar menuseparator
39853 Graphique
39854 \family default
39855 .
39856 \end_layout
39857
39858 \begin_layout Itemize
39859 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
39860 \family sans
39861 Document\SpecialChar menuseparator
39862 Paramètres\SpecialChar menuseparator
39863 Sous-documents
39864 \family default
39865 .
39866 \end_layout
39867
39868 \end_deeper
39869 \begin_layout Standard
39870 Voici un sous document inséré en utilisant la méthode 
39871 \family sans
39872 Incorporé
39873 \family default
39874  : 
39875 \begin_inset CommandInset include
39876 LatexCommand input
39877 preview true
39878 filename "DocumentBidon2.lyx"
39879
39880 \end_inset
39881
39882
39883 \end_layout
39884
39885 \begin_layout Standard
39886 Voici un sous-document
39887 \emph on
39888 input
39889 \emph default
39890  comme \SpecialChar LaTeX
39891  source:
39892 \end_layout
39893
39894 \begin_layout Quote
39895 \begin_inset CommandInset include
39896 LatexCommand input
39897 filename "DocumentTexteBidon.txt"
39898
39899 \end_inset
39900
39901
39902 \end_layout
39903
39904 \begin_layout Description
39905 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
39906  Si c'est un fichier \SpecialChar LyX
39907  ou \SpecialChar LaTeX
39908 , le contenu sera affiché dans la sortie sous forme
39909  de code source et aucune des commandes éventuellement présentes ne sera
39910  exécutée.
39911  Vous pouvez utiliser l'option 
39912 \family sans
39913 Marquer
39914 \begin_inset space ~
39915 \end_inset
39916
39917 les
39918 \begin_inset space ~
39919 \end_inset
39920
39921 espaces
39922 \family default
39923  qui matérialise chaque espace présente dans le code source par un caractère
39924  
39925 \begin_inset Quotes fld
39926 \end_inset
39927
39928
39929 \begin_inset ERT
39930 status collapsed
39931
39932 \begin_layout Plain Layout
39933
39934
39935 \backslash
39936 textvisiblespace 
39937 \end_layout
39938
39939 \end_inset
39940
39941
39942 \begin_inset Quotes frd
39943 \end_inset
39944
39945  .
39946  La différence avec la méthode qui consiste à utiliser le menu 
39947 \family sans
39948 Insertion\SpecialChar menuseparator
39949 Fichier\SpecialChar menuseparator
39950 Texte
39951 \begin_inset space ~
39952 \end_inset
39953
39954 brut
39955 \family default
39956  est que le contenu du document n'apparaît pas dans \SpecialChar LyX
39957 .
39958 \end_layout
39959
39960 \begin_layout Standard
39961 Voici un sous-document inclus en utilisant la méthode 
39962 \family sans
39963 verbatim
39964 \family default
39965  : 
39966 \begin_inset CommandInset include
39967 LatexCommand verbatiminput
39968 filename "DocumentTexteBidon.txt"
39969
39970 \end_inset
39971
39972
39973 \begin_inset VSpace bigskip
39974 \end_inset
39975
39976 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
39977  l'option 
39978 \family sans
39979 Marquer
39980 \begin_inset space ~
39981 \end_inset
39982
39983 les
39984 \begin_inset space ~
39985 \end_inset
39986
39987 espaces :
39988 \family default
39989  
39990 \begin_inset CommandInset include
39991 LatexCommand verbatiminput*
39992 filename "DocumentTexteBidon.txt"
39993
39994 \end_inset
39995
39996
39997 \end_layout
39998
39999 \begin_layout Standard
40000 \begin_inset VSpace bigskip
40001 \end_inset
40002
40003
40004 \end_layout
40005
40006 \begin_layout Standard
40007 \begin_inset Note Greyedout
40008 status open
40009
40010 \begin_layout Plain Layout
40011
40012 \series bold
40013 Note:
40014 \series default
40015  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
40016  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
40017 \end_layout
40018
40019 \end_inset
40020
40021
40022 \end_layout
40023
40024 \begin_layout Description
40025 Listings Ce type d'inclusion est décrit dans le chapitre
40026 \begin_inset space ~
40027 \end_inset
40028
40029
40030 \begin_inset CommandInset ref
40031 LatexCommand ref
40032 reference "cha:Program-Code-Listings"
40033
40034 \end_inset
40035
40036 .
40037 \end_layout
40038
40039 \begin_layout Standard
40040 \begin_inset Note Greyedout
40041 status open
40042
40043 \begin_layout Plain Layout
40044
40045 \series bold
40046 Note:
40047 \series default
40048  Inclure le même document deux fois dans un même document peut poser des
40049  problèmes avec \SpecialChar LaTeX
40050 .
40051 \end_layout
40052
40053 \end_inset
40054
40055
40056 \end_layout
40057
40058 \begin_layout Standard
40059 Si vous ne voulez visualiser ou exporter que certains des sous-documents
40060  de votre document maître, que ce soit pour diminuer les temps de compilation
40061  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
40062  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
40063  la sortie en utilisant le menu 
40064 \family sans
40065 Document\SpecialChar menuseparator
40066 Paramètres\SpecialChar menuseparator
40067 Sous-documents
40068 \family default
40069 .
40070  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
40071  sur la ligne correspondant dans la colonne 
40072 \family sans
40073 Inclus dans le résultat
40074 \family default
40075  de la liste (
40076 \begin_inset space ~
40077 \end_inset
40078
40079 notez que cela ne fonctionne que pour les documents inclus avec la méthode
40080  
40081 \begin_inset Quotes fld
40082 \end_inset
40083
40084 inclus
40085 \begin_inset Quotes frd
40086 \end_inset
40087
40088  et pas la méthode 
40089 \begin_inset Quotes fld
40090 \end_inset
40091
40092 incorporé
40093 \begin_inset Quotes frd
40094 \end_inset
40095
40096
40097 \begin_inset space ~
40098 \end_inset
40099
40100 ).
40101  Si on active l'option 
40102 \family sans
40103 Assurer la cohérence des compteurs et des références
40104 \family default
40105 , \SpecialChar LyX
40106  va s'assurer que tous les numéros de pages, références etc...
40107  sont corrects comme si tous le document avait été traité.
40108  C'est utile si vous voulez que les sous-documents choisis aient exactement
40109  le même aspect que s'il étaient dans le document complet.
40110  Pour réaliser cette condition, il faut que \SpecialChar LyX
40111  traite de façon silencieuse
40112  la totalité du document.
40113  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
40114  les compteurs et autres références n'ont pas à être à tout prix valides,
40115  vous devez impérativement désactiver cette option.
40116  
40117 \end_layout
40118
40119 \begin_layout Standard
40120 Une autre solution consiste à inclure chaque fichier dans une branche
40121 \begin_inset Foot
40122 status collapsed
40123
40124 \begin_layout Plain Layout
40125 Les branches sont décrites dans la section 
40126 \emph on
40127 Branches
40128 \emph default
40129  du 
40130 \emph on
40131 Guide de l'utilisateur
40132 \emph default
40133  de \SpecialChar LyX
40134 .
40135 \end_layout
40136
40137 \end_inset
40138
40139 .
40140  En activant ou désactivant une branche, vous pouvez décider les fichiers
40141  inclus qui doivent apparaître dans la sortie imprimée.
40142  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
40143  
40144 \begin_inset Quotes fld
40145 \end_inset
40146
40147 incorporés
40148 \begin_inset Quotes frd
40149 \end_inset
40150
40151 .
40152  Le défaut est que les compteurs et autres références ne sont pas conservés
40153  avec cette approche.
40154 \end_layout
40155
40156 \begin_layout Chapter
40157 Listings de code source
40158 \begin_inset CommandInset label
40159 LatexCommand label
40160 name "cha:Program-Code-Listings"
40161
40162 \end_inset
40163
40164
40165 \begin_inset Index idx
40166 status collapsed
40167
40168 \begin_layout Plain Layout
40169 Listings
40170 \end_layout
40171
40172 \end_inset
40173
40174
40175 \begin_inset Index idx
40176 status collapsed
40177
40178 \begin_layout Plain Layout
40179 Code Source
40180 \end_layout
40181
40182 \end_inset
40183
40184
40185 \begin_inset Index idx
40186 status collapsed
40187
40188 \begin_layout Plain Layout
40189 Flottants ! Listings
40190 \end_layout
40191
40192 \end_inset
40193
40194
40195 \end_layout
40196
40197 \begin_layout Standard
40198 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
40199  un insert 
40200 \family sans
40201 Listings
40202 \family default
40203  qui peut être créé grâce au menu 
40204 \family sans
40205 Insertion
40206 \family default
40207 \SpecialChar menuseparator
40208
40209 \family sans
40210 Listing
40211 \begin_inset space ~
40212 \end_inset
40213
40214 de
40215 \begin_inset space ~
40216 \end_inset
40217
40218 Code
40219 \begin_inset space ~
40220 \end_inset
40221
40222 Source
40223 \family default
40224 .
40225  Le paquetage \SpecialChar LaTeX
40226  
40227 \series bold
40228 listings
40229 \series default
40230
40231 \begin_inset Index idx
40232 status collapsed
40233
40234 \begin_layout Plain Layout
40235 Paquetages \SpecialChar LaTeX
40236  ! listings
40237 \end_layout
40238
40239 \end_inset
40240
40241  fournit un moyen puissant et flexible d'insérer des listings de code source
40242  dans votre document.
40243  
40244 \end_layout
40245
40246 \begin_layout Standard
40247 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
40248  contextuel s'ouvre pour vous permettre de modifier le format du listing.
40249 \end_layout
40250
40251 \begin_layout Standard
40252 Implicitement, un listing commence un nouveau paragraphe dans la sortie
40253  imprimée.
40254  L'option d'emplacement 
40255 \family sans
40256 Listing
40257 \begin_inset space ~
40258 \end_inset
40259
40260 en
40261 \begin_inset space ~
40262 \end_inset
40263
40264 Ligne
40265 \family default
40266  imprime le listing dans la ligne comme ceci : 
40267 \begin_inset listings
40268 lstparams "language={C++}"
40269 inline true
40270 status open
40271
40272 \begin_layout Plain Layout
40273
40274 int a=5;
40275 \end_layout
40276
40277 \end_inset
40278
40279
40280 \begin_inset Newline newline
40281 \end_inset
40282
40283 L'option 
40284 \family sans
40285 Flottant
40286 \family default
40287  crée un flottant de listing pour lequel vous pouvez préciser les options
40288  classiques d'emplacement : 
40289 \begin_inset Quotes fld
40290 \end_inset
40291
40292
40293 \family sans
40294 h
40295 \family default
40296
40297 \begin_inset Quotes frd
40298 \end_inset
40299
40300
40301 \begin_inset Quotes fld
40302 \end_inset
40303
40304
40305 \family sans
40306 t
40307 \family default
40308
40309 \begin_inset Quotes frd
40310 \end_inset
40311
40312
40313 \begin_inset Quotes fld
40314 \end_inset
40315
40316
40317 \family sans
40318 b
40319 \family default
40320
40321 \begin_inset Quotes frd
40322 \end_inset
40323
40324 , et 
40325 \begin_inset Quotes fld
40326 \end_inset
40327
40328
40329 \family sans
40330 p
40331 \family default
40332
40333 \begin_inset Quotes frd
40334 \end_inset
40335
40336  correspondant aux emplacement décrits dans la section
40337 \begin_inset space ~
40338 \end_inset
40339
40340
40341 \begin_inset CommandInset ref
40342 LatexCommand ref
40343 reference "sec:Placement-flottants"
40344
40345 \end_inset
40346
40347 .
40348  Les options de positionnement peuvent être mélangées et doivent être saisies
40349  sans séparation, par exemple, on peut taper 
40350 \begin_inset Quotes fld
40351 \end_inset
40352
40353
40354 \family sans
40355 htbp
40356 \family default
40357
40358 \begin_inset Quotes frd
40359 \end_inset
40360
40361 .
40362  L'option 
40363 \begin_inset Quotes fld
40364 \end_inset
40365
40366 h
40367 \begin_inset Quotes frd
40368 \end_inset
40369
40370  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
40371  
40372 \family sans
40373 Flottant
40374 \family default
40375  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
40376  légende et être référencés.
40377 \end_layout
40378
40379 \begin_layout Standard
40380 Vous pouvez ajouter une légende à un listing avec le menu 
40381 \family sans
40382 Insertion\SpecialChar menuseparator
40383 Légende
40384 \family default
40385 .
40386  On peut référencer les listings de la même façon que les flottants :Voir
40387  le listing
40388 \begin_inset space ~
40389 \end_inset
40390
40391
40392 \begin_inset CommandInset ref
40393 LatexCommand ref
40394 reference "lst:Listing-exemple"
40395
40396 \end_inset
40397
40398 .
40399  Une liste des listings qui contient tous les listings légendés peut être
40400  créée par le menu 
40401 \family sans
40402 Insertion\SpecialChar menuseparator
40403 Listes
40404 \begin_inset space ~
40405 \end_inset
40406
40407 &
40408 \begin_inset space ~
40409 \end_inset
40410
40411 TdM\SpecialChar menuseparator
40412 Liste des listings
40413 \family default
40414 .
40415  Les éléments de la liste sont les légendes et le numéro de listing.
40416 \end_layout
40417
40418 \begin_layout Standard
40419 \begin_inset listings
40420 lstparams "language=Python"
40421 inline false
40422 status open
40423
40424 \begin_layout Plain Layout
40425
40426 \begin_inset Caption Standard
40427
40428 \begin_layout Plain Layout
40429 \begin_inset CommandInset label
40430 LatexCommand label
40431 name "lst:Listing-exemple"
40432
40433 \end_inset
40434
40435 Exemple de listing flottant
40436 \end_layout
40437
40438 \end_inset
40439
40440 # Exemple de listing flottant
40441 \end_layout
40442
40443 \begin_layout Plain Layout
40444
40445 def func(param):
40446 \end_layout
40447
40448 \begin_layout Plain Layout
40449
40450     'ceci est une fonction python'
40451 \end_layout
40452
40453 \begin_layout Plain Layout
40454
40455     pass
40456 \end_layout
40457
40458 \end_inset
40459
40460
40461 \end_layout
40462
40463 \begin_layout Standard
40464 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
40465  de listing, les mots-clés de ce langage seront reconnus et mis en forme
40466  de manière particulière dans la sortie imprimée.
40467  Dans l'exemple de listing, le mot clé Python 
40468 \begin_inset Quotes fld
40469 \end_inset
40470
40471 def
40472 \begin_inset Quotes frd
40473 \end_inset
40474
40475  est reconnu et imprimé en caractères gras dans la sortie.
40476 \end_layout
40477
40478 \begin_layout Standard
40479 \begin_inset Note Greyedout
40480 status open
40481
40482 \begin_layout Plain Layout
40483
40484 \series bold
40485 Note:
40486 \series default
40487  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
40488  une police de caractères à 
40489 \family typewriter
40490 chasse fixe
40491 \family default
40492 , c'est que votre police ne contient probablement pas de série grasse.
40493  Dans ce cas choisissez une police différente dans le menu 
40494 \family sans
40495 Document\SpecialChar menuseparator
40496 Paramètres\SpecialChar menuseparator
40497 Polices
40498 \family default
40499 .
40500  (Les polices 
40501 \emph on
40502 LuxiMono, BeraMono
40503 \emph default
40504  et 
40505 \emph on
40506 Courier
40507 \emph default
40508  contiennent une série grasse.)
40509 \end_layout
40510
40511 \end_inset
40512
40513
40514 \end_layout
40515
40516 \begin_layout Standard
40517 Dans la rubrique 
40518 \family sans
40519 Numérotation
40520 \begin_inset space ~
40521 \end_inset
40522
40523 des
40524 \begin_inset space ~
40525 \end_inset
40526
40527 Lignes
40528 \family default
40529  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
40530 n des lignes.
40531  Vous pouvez mettre un nombre dans le champ 
40532 \family sans
40533 Pas
40534 \family default
40535  pour désigner les lignes qui seront numérotées.
40536  Par exemple, si vous mettez 
40537 \begin_inset Quotes fld
40538 \end_inset
40539
40540 3
40541 \begin_inset Quotes frd
40542 \end_inset
40543
40544 , seule une ligne sur trois sera numérotée.
40545 \end_layout
40546
40547 \begin_layout Standard
40548 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
40549  apparaîtront dans la sortie.
40550  Vous devez utiliser l'option 
40551 \family sans
40552 Table
40553 \begin_inset space ~
40554 \end_inset
40555
40556 de
40557 \begin_inset space ~
40558 \end_inset
40559
40560 Caractères
40561 \begin_inset space ~
40562 \end_inset
40563
40564 Étendue
40565 \family default
40566  quand vous employez des caractères spécifiques à une langue donnée comme
40567  les umlauts Allemands dans votre listing.
40568 \begin_inset Newline newline
40569 \end_inset
40570
40571 Voici un exemple de listing avec la numérotation des lignes à gauche par
40572  pas de 3, en langage Python, avec les options 
40573 \begin_inset Quotes fld
40574 \end_inset
40575
40576 Table
40577 \begin_inset space ~
40578 \end_inset
40579
40580 de
40581 \begin_inset space ~
40582 \end_inset
40583
40584 caractères
40585 \begin_inset space ~
40586 \end_inset
40587
40588 étendue
40589 \begin_inset Quotes frd
40590 \end_inset
40591
40592  et 
40593 \begin_inset Quotes fld
40594 \end_inset
40595
40596 Espace
40597 \begin_inset space ~
40598 \end_inset
40599
40600 représenté
40601 \begin_inset space ~
40602 \end_inset
40603
40604 par
40605 \begin_inset space ~
40606 \end_inset
40607
40608 un
40609 \begin_inset space ~
40610 \end_inset
40611
40612 symbole
40613 \begin_inset Quotes frd
40614 \end_inset
40615
40616 , l'intervalle de ligne étant 3
40617 \begin_inset space \thinspace{}
40618 \end_inset
40619
40620 -
40621 \begin_inset space \thinspace{}
40622 \end_inset
40623
40624 8:
40625 \end_layout
40626
40627 \begin_layout Standard
40628 \begin_inset listings
40629 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40630 inline false
40631 status open
40632
40633 \begin_layout Plain Layout
40634
40635 def func(param):
40636 \end_layout
40637
40638 \begin_layout Plain Layout
40639
40640     'ceci est une fonction Python'
40641 \end_layout
40642
40643 \begin_layout Plain Layout
40644
40645     pass
40646 \end_layout
40647
40648 \begin_layout Plain Layout
40649
40650 def func(param):
40651 \end_layout
40652
40653 \begin_layout Plain Layout
40654
40655 'Ça, c'est un mot Allemand : Tschüß'
40656 \end_layout
40657
40658 \begin_layout Plain Layout
40659
40660 pass
40661 \end_layout
40662
40663 \begin_layout Plain Layout
40664
40665 def func(param):
40666 \end_layout
40667
40668 \begin_layout Plain Layout
40669
40670 'ceci est une fonction Python'
40671 \end_layout
40672
40673 \begin_layout Plain Layout
40674
40675 pass
40676 \end_layout
40677
40678 \end_inset
40679
40680
40681 \end_layout
40682
40683 \begin_layout Standard
40684 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
40685  nombre de caractères que doit représenter une tabulation dans le champ
40686  
40687 \family sans
40688 Taille du tabulateur
40689 \family default
40690 .
40691 \end_layout
40692
40693 \begin_layout Standard
40694 \begin_inset Note Greyedout
40695 status open
40696
40697 \begin_layout Plain Layout
40698
40699 \series bold
40700 Note:
40701 \series default
40702  À cause d'un bug dans le paquetage 
40703 \series bold
40704 listings
40705 \series default
40706  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
40707  listing.
40708  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
40709  les lignes 3 et 6.
40710 \end_layout
40711
40712 \end_inset
40713
40714
40715 \end_layout
40716
40717 \begin_layout Standard
40718 \begin_inset VSpace bigskip
40719 \end_inset
40720
40721
40722 \end_layout
40723
40724 \begin_layout Standard
40725 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
40726  listing.
40727  Pour le faire, il suffit d'utiliser le menu 
40728 \family sans
40729 Insertion\SpecialChar menuseparator
40730 Fichier\SpecialChar menuseparator
40731 Sous-document
40732 \family default
40733  et de choisir le type 
40734 \family sans
40735 Listing
40736 \family default
40737
40738 \begin_inset space ~
40739 \end_inset
40740
40741
40742 \family sans
40743 de
40744 \begin_inset space ~
40745 \end_inset
40746
40747 Code
40748 \begin_inset space ~
40749 \end_inset
40750
40751 source
40752 \family default
40753 .
40754 \begin_inset Foot
40755 status collapsed
40756
40757 \begin_layout Plain Layout
40758 Les autres types de sous-documents sont décrits dans la section
40759 \begin_inset space ~
40760 \end_inset
40761
40762
40763 \begin_inset CommandInset ref
40764 LatexCommand ref
40765 reference "sec:Sous-documents"
40766
40767 \end_inset
40768
40769 .
40770 \end_layout
40771
40772 \end_inset
40773
40774  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
40775  à utiliser pour le listing dans une zone de texte.
40776  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
40777  
40778 \begin_inset Quotes fld
40779 \end_inset
40780
40781 ?
40782 \begin_inset Quotes frd
40783 \end_inset
40784
40785  dans la zone de texte.
40786 \end_layout
40787
40788 \begin_layout Standard
40789 Pour faire référence à un sous-document de type listing, tapez une étiquette
40790  dans le champ correspondant de la fenêtre de dialogue.
40791  On peut alors faire référence à cette étiquette en utilisant le menu 
40792 \family sans
40793 Insertion\SpecialChar menuseparator
40794 Référence
40795 \begin_inset space ~
40796 \end_inset
40797
40798 Croisée
40799 \family default
40800 .
40801 \end_layout
40802
40803 \begin_layout Standard
40804 Le listing
40805 \begin_inset space ~
40806 \end_inset
40807
40808
40809 \begin_inset CommandInset ref
40810 LatexCommand ref
40811 reference "lst:listing-fichier"
40812
40813 \end_inset
40814
40815  est un exemple de listing issu d'un fichier ; ici les lignes 10
40816 \begin_inset space \thinspace{}
40817 \end_inset
40818
40819 -
40820 \begin_inset space \thinspace{}
40821 \end_inset
40822
40823 15 de ce fichier \SpecialChar LyX
40824  sont listées.
40825 \end_layout
40826
40827 \begin_layout Standard
40828 \begin_inset Newpage pagebreak
40829 \end_inset
40830
40831
40832 \end_layout
40833
40834 \begin_layout Standard
40835 \begin_inset CommandInset include
40836 LatexCommand lstinputlisting
40837 filename "EmbeddedObjects.lyx"
40838 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
40839
40840 \end_inset
40841
40842
40843 \end_layout
40844
40845 \begin_layout Standard
40846 \begin_inset VSpace bigskip
40847 \end_inset
40848
40849
40850 \end_layout
40851
40852 \begin_layout Standard
40853 L'insertion d'une formule dans un listing peut se faire de la façon suivante
40854 \begin_inset space ~
40855 \end_inset
40856
40857 :
40858 \end_layout
40859
40860 \begin_layout Enumerate
40861 Ouvrez la fenêtre de dialogue listings et ajoutez
40862 \begin_inset Newline newline
40863 \end_inset
40864
40865
40866 \family sans
40867 mathescape=true
40868 \family default
40869
40870 \begin_inset Newline newline
40871 \end_inset
40872
40873 dans le champ de l'onglet 
40874 \family sans
40875 Avancé
40876 \family default
40877 .
40878 \end_layout
40879
40880 \begin_layout Enumerate
40881 Créez la formule en dehors du listing.
40882 \end_layout
40883
40884 \begin_layout Enumerate
40885 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
40886  (raccourci 
40887 \begin_inset Info
40888 type  "shortcut"
40889 arg   "copy"
40890 \end_inset
40891
40892 )
40893 \end_layout
40894
40895 \begin_layout Enumerate
40896 Dans le listing écrivez 
40897 \begin_inset Quotes fld
40898 \end_inset
40899
40900
40901 \family sans
40902 $$
40903 \family default
40904
40905 \begin_inset Quotes frd
40906 \end_inset
40907
40908  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
40909  
40910 \begin_inset Info
40911 type  "shortcut"
40912 arg   "paste"
40913 \end_inset
40914
40915 )
40916 \end_layout
40917
40918 \begin_layout Standard
40919 \begin_inset listings
40920 lstparams "language=Python,mathescape=true"
40921 inline false
40922 status open
40923
40924 \begin_layout Plain Layout
40925
40926 \begin_inset Caption Standard
40927
40928 \begin_layout Plain Layout
40929 Exemple de listing flottant contenant une formule
40930 \end_layout
40931
40932 \end_inset
40933
40934 # Exemple de listing flottant
40935 \end_layout
40936
40937 \begin_layout Plain Layout
40938
40939 def func(param):
40940 \end_layout
40941
40942 \begin_layout Plain Layout
40943
40944     # $
40945 \backslash
40946 prod_{n=1}^{
40947 \backslash
40948 infty}
40949 \backslash
40950 ,
40951 \backslash
40952 frac{1}{x^{2}}$
40953 \end_layout
40954
40955 \begin_layout Plain Layout
40956
40957     pass
40958 \end_layout
40959
40960 \end_inset
40961
40962
40963 \end_layout
40964
40965 \begin_layout Standard
40966 \begin_inset VSpace bigskip
40967 \end_inset
40968
40969
40970 \end_layout
40971
40972 \begin_layout Standard
40973 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
40974  de dialogue 
40975 \family sans
40976 Document\SpecialChar menuseparator
40977 Paramètres\SpecialChar menuseparator
40978 Listings
40979 \family default
40980 .
40981  Pour avoir la liste des options disponibles, tapez un point d'interrogation
40982  
40983 \begin_inset Quotes fld
40984 \end_inset
40985
40986 ?
40987 \begin_inset Quotes frd
40988 \end_inset
40989
40990  dans le champ.
40991 \end_layout
40992
40993 \begin_layout Standard
40994 Pour plus d'information sur le paquetage 
40995 \series bold
40996 listings
40997 \series default
40998 , nous vous renvoyons à sa documentation 
40999 \begin_inset CommandInset citation
41000 LatexCommand cite
41001 key "listings"
41002
41003 \end_inset
41004
41005 .
41006 \end_layout
41007
41008 \begin_layout Standard
41009 \begin_inset Newpage newpage
41010 \end_inset
41011
41012
41013 \end_layout
41014
41015 \begin_layout Chapter
41016 \start_of_appendix
41017 Unités de longueur utilisables avec \SpecialChar LyX
41018
41019 \begin_inset Argument 1
41020 status collapsed
41021
41022 \begin_layout Plain Layout
41023 Unités de longueur
41024 \end_layout
41025
41026 \end_inset
41027
41028
41029 \begin_inset Index idx
41030 status collapsed
41031
41032 \begin_layout Plain Layout
41033 Unités
41034 \end_layout
41035
41036 \end_inset
41037
41038
41039 \begin_inset CommandInset label
41040 LatexCommand label
41041 name "cha:Unités-de-longueur"
41042
41043 \end_inset
41044
41045
41046 \end_layout
41047
41048 \begin_layout Standard
41049 Pour comprendre les unités de longueur utilisées dans cette documentation,
41050  le tableau
41051 \begin_inset space ~
41052 \end_inset
41053
41054
41055 \begin_inset CommandInset ref
41056 LatexCommand ref
41057 reference "tab:Unités"
41058
41059 \end_inset
41060
41061 décrit les unités utilisées par \SpecialChar LyX
41062 .
41063 \begin_inset Float table
41064 placement h
41065 wide false
41066 sideways false
41067 status open
41068
41069 \begin_layout Plain Layout
41070 \begin_inset Caption Standard
41071
41072 \begin_layout Plain Layout
41073 \begin_inset CommandInset label
41074 LatexCommand label
41075 name "tab:Unités"
41076
41077 \end_inset
41078
41079 Unités de longueur
41080 \end_layout
41081
41082 \end_inset
41083
41084
41085 \end_layout
41086
41087 \begin_layout Plain Layout
41088 \begin_inset VSpace medskip
41089 \end_inset
41090
41091
41092 \end_layout
41093
41094 \begin_layout Plain Layout
41095 \align center
41096 \begin_inset Tabular
41097 <lyxtabular version="3" rows="20" columns="3">
41098 <features tabularvalignment="middle">
41099 <column alignment="center" valignment="top">
41100 <column alignment="center" valignment="top">
41101 <column alignment="center" valignment="top">
41102 <row>
41103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41104 \begin_inset Text
41105
41106 \begin_layout Plain Layout
41107 unité
41108 \end_layout
41109
41110 \end_inset
41111 </cell>
41112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41113 \begin_inset Text
41114
41115 \begin_layout Plain Layout
41116 nom/description
41117 \end_layout
41118
41119 \end_inset
41120 </cell>
41121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41122 \begin_inset Text
41123
41124 \begin_layout Plain Layout
41125 commande \SpecialChar LaTeX
41126
41127 \end_layout
41128
41129 \end_inset
41130 </cell>
41131 </row>
41132 <row>
41133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41134 \begin_inset Text
41135
41136 \begin_layout Plain Layout
41137 mm
41138 \end_layout
41139
41140 \end_inset
41141 </cell>
41142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41143 \begin_inset Text
41144
41145 \begin_layout Plain Layout
41146 millimètre
41147 \end_layout
41148
41149 \end_inset
41150 </cell>
41151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41152 \begin_inset Text
41153
41154 \begin_layout Plain Layout
41155 -
41156 \end_layout
41157
41158 \end_inset
41159 </cell>
41160 </row>
41161 <row>
41162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41163 \begin_inset Text
41164
41165 \begin_layout Plain Layout
41166 cm
41167 \end_layout
41168
41169 \end_inset
41170 </cell>
41171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41172 \begin_inset Text
41173
41174 \begin_layout Plain Layout
41175 centimètre
41176 \end_layout
41177
41178 \end_inset
41179 </cell>
41180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41181 \begin_inset Text
41182
41183 \begin_layout Plain Layout
41184 -
41185 \end_layout
41186
41187 \end_inset
41188 </cell>
41189 </row>
41190 <row>
41191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41192 \begin_inset Text
41193
41194 \begin_layout Plain Layout
41195 in
41196 \end_layout
41197
41198 \end_inset
41199 </cell>
41200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41201 \begin_inset Text
41202
41203 \begin_layout Plain Layout
41204 pouce (inch)
41205 \end_layout
41206
41207 \end_inset
41208 </cell>
41209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41210 \begin_inset Text
41211
41212 \begin_layout Plain Layout
41213 -
41214 \end_layout
41215
41216 \end_inset
41217 </cell>
41218 </row>
41219 <row>
41220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41221 \begin_inset Text
41222
41223 \begin_layout Plain Layout
41224 pt
41225 \end_layout
41226
41227 \end_inset
41228 </cell>
41229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41230 \begin_inset Text
41231
41232 \begin_layout Plain Layout
41233 point (72.27
41234 \begin_inset space \thinspace{}
41235 \end_inset
41236
41237 pt = 1
41238 \begin_inset space \thinspace{}
41239 \end_inset
41240
41241 in)
41242 \end_layout
41243
41244 \end_inset
41245 </cell>
41246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41247 \begin_inset Text
41248
41249 \begin_layout Plain Layout
41250 -
41251 \end_layout
41252
41253 \end_inset
41254 </cell>
41255 </row>
41256 <row>
41257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41258 \begin_inset Text
41259
41260 \begin_layout Plain Layout
41261 pc
41262 \end_layout
41263
41264 \end_inset
41265 </cell>
41266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41267 \begin_inset Text
41268
41269 \begin_layout Plain Layout
41270 pica (1
41271 \begin_inset space \thinspace{}
41272 \end_inset
41273
41274 pc = 12
41275 \begin_inset space \thinspace{}
41276 \end_inset
41277
41278 pt)
41279 \end_layout
41280
41281 \end_inset
41282 </cell>
41283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41284 \begin_inset Text
41285
41286 \begin_layout Plain Layout
41287 -
41288 \end_layout
41289
41290 \end_inset
41291 </cell>
41292 </row>
41293 <row>
41294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41295 \begin_inset Text
41296
41297 \begin_layout Plain Layout
41298 sp
41299 \end_layout
41300
41301 \end_inset
41302 </cell>
41303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41304 \begin_inset Text
41305
41306 \begin_layout Plain Layout
41307 scaled point (65536
41308 \begin_inset space \thinspace{}
41309 \end_inset
41310
41311 sp = 1
41312 \begin_inset space \thinspace{}
41313 \end_inset
41314
41315 pt)
41316 \end_layout
41317
41318 \end_inset
41319 </cell>
41320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41321 \begin_inset Text
41322
41323 \begin_layout Plain Layout
41324 -
41325 \end_layout
41326
41327 \end_inset
41328 </cell>
41329 </row>
41330 <row>
41331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41332 \begin_inset Text
41333
41334 \begin_layout Plain Layout
41335 bp
41336 \end_layout
41337
41338 \end_inset
41339 </cell>
41340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41341 \begin_inset Text
41342
41343 \begin_layout Plain Layout
41344 gros point (72
41345 \begin_inset space \thinspace{}
41346 \end_inset
41347
41348 bp = 1
41349 \begin_inset space \thinspace{}
41350 \end_inset
41351
41352 in)
41353 \end_layout
41354
41355 \end_inset
41356 </cell>
41357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41358 \begin_inset Text
41359
41360 \begin_layout Plain Layout
41361 -
41362 \end_layout
41363
41364 \end_inset
41365 </cell>
41366 </row>
41367 <row>
41368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41369 \begin_inset Text
41370
41371 \begin_layout Plain Layout
41372 dd
41373 \end_layout
41374
41375 \end_inset
41376 </cell>
41377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41378 \begin_inset Text
41379
41380 \begin_layout Plain Layout
41381 didot (72
41382 \begin_inset space \thinspace{}
41383 \end_inset
41384
41385 dd 
41386 \begin_inset Formula $\approx$
41387 \end_inset
41388
41389  37.6
41390 \begin_inset space \thinspace{}
41391 \end_inset
41392
41393 mm)
41394 \end_layout
41395
41396 \end_inset
41397 </cell>
41398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41399 \begin_inset Text
41400
41401 \begin_layout Plain Layout
41402 -
41403 \end_layout
41404
41405 \end_inset
41406 </cell>
41407 </row>
41408 <row>
41409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41410 \begin_inset Text
41411
41412 \begin_layout Plain Layout
41413 cc
41414 \end_layout
41415
41416 \end_inset
41417 </cell>
41418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41419 \begin_inset Text
41420
41421 \begin_layout Plain Layout
41422 cicero (1
41423 \begin_inset space \thinspace{}
41424 \end_inset
41425
41426 cc = 12
41427 \begin_inset space \thinspace{}
41428 \end_inset
41429
41430 dd)
41431 \end_layout
41432
41433 \end_inset
41434 </cell>
41435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41436 \begin_inset Text
41437
41438 \begin_layout Plain Layout
41439 -
41440 \end_layout
41441
41442 \end_inset
41443 </cell>
41444 </row>
41445 <row>
41446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41447 \begin_inset Text
41448
41449 \begin_layout Plain Layout
41450 Échelle graphique %
41451 \end_layout
41452
41453 \end_inset
41454 </cell>
41455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41456 \begin_inset Text
41457
41458 \begin_layout Plain Layout
41459 % de largeur originale de l'image
41460 \end_layout
41461
41462 \end_inset
41463 </cell>
41464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41465 \begin_inset Text
41466
41467 \begin_layout Plain Layout
41468
41469 \end_layout
41470
41471 \end_inset
41472 </cell>
41473 </row>
41474 <row>
41475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41476 \begin_inset Text
41477
41478 \begin_layout Plain Layout
41479 Largeur texte %
41480 \end_layout
41481
41482 \end_inset
41483 </cell>
41484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41485 \begin_inset Text
41486
41487 \begin_layout Plain Layout
41488 % de largeur du texte
41489 \end_layout
41490
41491 \end_inset
41492 </cell>
41493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41494 \begin_inset Text
41495
41496 \begin_layout Plain Layout
41497
41498 \backslash
41499 textwidth
41500 \end_layout
41501
41502 \end_inset
41503 </cell>
41504 </row>
41505 <row>
41506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41507 \begin_inset Text
41508
41509 \begin_layout Plain Layout
41510 Largeur colonne %
41511 \end_layout
41512
41513 \end_inset
41514 </cell>
41515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41516 \begin_inset Text
41517
41518 \begin_layout Plain Layout
41519 % de largeur de la colonne
41520 \end_layout
41521
41522 \end_inset
41523 </cell>
41524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41525 \begin_inset Text
41526
41527 \begin_layout Plain Layout
41528
41529 \backslash
41530 columnwidth
41531 \end_layout
41532
41533 \end_inset
41534 </cell>
41535 </row>
41536 <row>
41537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41538 \begin_inset Text
41539
41540 \begin_layout Plain Layout
41541 Largeur page %
41542 \end_layout
41543
41544 \end_inset
41545 </cell>
41546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41547 \begin_inset Text
41548
41549 \begin_layout Plain Layout
41550 % de largeur du papier
41551 \end_layout
41552
41553 \end_inset
41554 </cell>
41555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41556 \begin_inset Text
41557
41558 \begin_layout Plain Layout
41559
41560 \backslash
41561 paperwidth
41562 \end_layout
41563
41564 \end_inset
41565 </cell>
41566 </row>
41567 <row>
41568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41569 \begin_inset Text
41570
41571 \begin_layout Plain Layout
41572 Largeur ligne %
41573 \end_layout
41574
41575 \end_inset
41576 </cell>
41577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41578 \begin_inset Text
41579
41580 \begin_layout Plain Layout
41581 % de largeur de la ligne
41582 \end_layout
41583
41584 \end_inset
41585 </cell>
41586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41587 \begin_inset Text
41588
41589 \begin_layout Plain Layout
41590
41591 \backslash
41592 linewidth
41593 \end_layout
41594
41595 \end_inset
41596 </cell>
41597 </row>
41598 <row>
41599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41600 \begin_inset Text
41601
41602 \begin_layout Plain Layout
41603 Hauteur texte %
41604 \end_layout
41605
41606 \end_inset
41607 </cell>
41608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41609 \begin_inset Text
41610
41611 \begin_layout Plain Layout
41612 % de hauteur du texte
41613 \end_layout
41614
41615 \end_inset
41616 </cell>
41617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41618 \begin_inset Text
41619
41620 \begin_layout Plain Layout
41621
41622 \backslash
41623 textheight
41624 \end_layout
41625
41626 \end_inset
41627 </cell>
41628 </row>
41629 <row>
41630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41631 \begin_inset Text
41632
41633 \begin_layout Plain Layout
41634 Hauteur page %
41635 \end_layout
41636
41637 \end_inset
41638 </cell>
41639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41640 \begin_inset Text
41641
41642 \begin_layout Plain Layout
41643 % de hauteur du papier
41644 \end_layout
41645
41646 \end_inset
41647 </cell>
41648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41649 \begin_inset Text
41650
41651 \begin_layout Plain Layout
41652
41653 \backslash
41654 paperheight
41655 \end_layout
41656
41657 \end_inset
41658 </cell>
41659 </row>
41660 <row>
41661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41662 \begin_inset Text
41663
41664 \begin_layout Plain Layout
41665 ex
41666 \end_layout
41667
41668 \end_inset
41669 </cell>
41670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41671 \begin_inset Text
41672
41673 \begin_layout Plain Layout
41674 hauteur de lettre 
41675 \emph on
41676 x
41677 \emph default
41678  dans police courante
41679 \end_layout
41680
41681 \end_inset
41682 </cell>
41683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41684 \begin_inset Text
41685
41686 \begin_layout Plain Layout
41687 -
41688 \end_layout
41689
41690 \end_inset
41691 </cell>
41692 </row>
41693 <row>
41694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41695 \begin_inset Text
41696
41697 \begin_layout Plain Layout
41698 em
41699 \end_layout
41700
41701 \end_inset
41702 </cell>
41703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41704 \begin_inset Text
41705
41706 \begin_layout Plain Layout
41707 largeur de lettre
41708 \emph on
41709  M
41710 \emph default
41711  dans police courante
41712 \end_layout
41713
41714 \end_inset
41715 </cell>
41716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41717 \begin_inset Text
41718
41719 \begin_layout Plain Layout
41720 -
41721 \end_layout
41722
41723 \end_inset
41724 </cell>
41725 </row>
41726 <row>
41727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41728 \begin_inset Text
41729
41730 \begin_layout Plain Layout
41731 mu
41732 \end_layout
41733
41734 \end_inset
41735 </cell>
41736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41737 \begin_inset Text
41738
41739 \begin_layout Plain Layout
41740 unité mathématique (1
41741 \begin_inset space \thinspace{}
41742 \end_inset
41743
41744 mu = 1/18
41745 \begin_inset space \thinspace{}
41746 \end_inset
41747
41748 em)
41749 \end_layout
41750
41751 \end_inset
41752 </cell>
41753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41754 \begin_inset Text
41755
41756 \begin_layout Plain Layout
41757 -
41758 \end_layout
41759
41760 \end_inset
41761 </cell>
41762 </row>
41763 </lyxtabular>
41764
41765 \end_inset
41766
41767
41768 \end_layout
41769
41770 \end_inset
41771
41772
41773 \end_layout
41774
41775 \begin_layout Chapter
41776 Formats des fichiers de sortie graphiques
41777 \begin_inset CommandInset label
41778 LatexCommand label
41779 name "cha:Formats-fichiers-graphiques"
41780
41781 \end_inset
41782
41783
41784 \end_layout
41785
41786 \begin_layout Section
41787 DVI
41788 \begin_inset Index idx
41789 status collapsed
41790
41791 \begin_layout Plain Layout
41792 Formats de Fichiers! DVI
41793 \end_layout
41794
41795 \end_inset
41796
41797
41798 \begin_inset Index idx
41799 status collapsed
41800
41801 \begin_layout Plain Layout
41802 DVI|see
41803 \begin_inset ERT
41804 status collapsed
41805
41806 \begin_layout Plain Layout
41807
41808 {
41809 \end_layout
41810
41811 \end_inset
41812
41813 Formats de Fichiers
41814 \begin_inset ERT
41815 status collapsed
41816
41817 \begin_layout Plain Layout
41818
41819 }
41820 \end_layout
41821
41822 \end_inset
41823
41824
41825 \end_layout
41826
41827 \end_inset
41828
41829
41830 \end_layout
41831
41832 \begin_layout Standard
41833 Ce type de fichiers a l'extension 
41834 \begin_inset Quotes fld
41835 \end_inset
41836
41837
41838 \family typewriter
41839 .dvi
41840 \family default
41841
41842 \begin_inset Quotes frd
41843 \end_inset
41844
41845 .
41846  Il est appelé 
41847 \emph on
41848 indépendant de l'appareil
41849 \emph default
41850  ou 
41851 \begin_inset Quotes fld
41852 \end_inset
41853
41854 device independent (DVI)
41855 \begin_inset Quotes frd
41856 \end_inset
41857
41858 , car il est complètement portable ; vous pouvez les recopier d'une machine
41859  à l'autre sans avoir à faire de conversion.
41860  À l'époque où ce format a été développé, c'était loin d'être évident.
41861  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
41862  étape préliminaire avant la conversion vers un autre format comme le PostScript.
41863 \end_layout
41864
41865 \begin_layout Standard
41866 \begin_inset Note Greyedout
41867 status open
41868
41869 \begin_layout Plain Layout
41870
41871 \series bold
41872 Note:
41873 \series default
41874  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
41875  au fichier.
41876  
41877 \end_layout
41878
41879 \end_inset
41880
41881  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
41882  
41883 \family typewriter
41884 .dvi
41885 \family default
41886 .
41887  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
41888 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
41889  pour les rendre visibles quand vous faites défiler votre document.
41890  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
41891  avec de nombreuses images.
41892 \end_layout
41893
41894 \begin_layout Standard
41895 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
41896  menu 
41897 \family sans
41898 Fichier\SpecialChar menuseparator
41899 Exporter\SpecialChar menuseparator
41900 DVI.
41901
41902 \family default
41903  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
41904 \family sans
41905 Visualiser
41906 \family default
41907 .
41908 \end_layout
41909
41910 \begin_layout Section
41911 PostScript
41912 \begin_inset Index idx
41913 status collapsed
41914
41915 \begin_layout Plain Layout
41916 Formats de Fichiers ! PostScript
41917 \end_layout
41918
41919 \end_inset
41920
41921
41922 \begin_inset Index idx
41923 status collapsed
41924
41925 \begin_layout Plain Layout
41926 PostScript|see
41927 \begin_inset ERT
41928 status collapsed
41929
41930 \begin_layout Plain Layout
41931
41932 {
41933 \end_layout
41934
41935 \end_inset
41936
41937 Formats de Fichiers
41938 \begin_inset ERT
41939 status collapsed
41940
41941 \begin_layout Plain Layout
41942
41943 }
41944 \end_layout
41945
41946 \end_inset
41947
41948
41949 \end_layout
41950
41951 \end_inset
41952
41953
41954 \end_layout
41955
41956 \begin_layout Standard
41957 Ce type de fichiers a l'extension 
41958 \begin_inset Quotes fld
41959 \end_inset
41960
41961
41962 \family typewriter
41963 .ps
41964 \family default
41965
41966 \begin_inset Quotes frd
41967 \end_inset
41968
41969 .
41970  PostScript a été développé par la société 
41971 \series bold
41972 Adobe
41973 \series default
41974  comme un langage pour les imprimantes.
41975  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
41976  pour imprimer le document.
41977  PostScript peut être considéré comme un 
41978 \begin_inset Quotes fld
41979 \end_inset
41980
41981 langage de programmation
41982 \begin_inset Quotes frd
41983 \end_inset
41984
41985  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
41986  images.
41987 \begin_inset Foot
41988 status collapsed
41989
41990 \begin_layout Plain Layout
41991 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
41992  \SpecialChar LaTeX
41993  
41994 \series bold
41995 pstricks
41996 \series default
41997
41998 \begin_inset CommandInset citation
41999 LatexCommand cite
42000 key "pstricks"
42001
42002 \end_inset
42003
42004 .
42005 \end_layout
42006
42007 \end_inset
42008
42009  En partie à cause de toutes ces possibilités un fichier PostScript est
42010  souvent plus gros qu'un PDF.
42011 \end_layout
42012
42013 \begin_layout Standard
42014 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
42015  plus gros qu'un PDF.
42016 \end_layout
42017
42018 \begin_layout Standard
42019 PostScript ne peut contenir que des images au format 
42020 \begin_inset Quotes fld
42021 \end_inset
42022
42023 PostScript Encapsulé
42024 \begin_inset Quotes frd
42025 \end_inset
42026
42027  (encapsulated PostScript ou EPS, d'extension 
42028 \family typewriter
42029 .eps
42030 \family default
42031 ).
42032  Comme \SpecialChar LyX
42033  vous permet n'importe quel format d'image connu dans votre document,
42034  il doit les convertir en interne en EPS.
42035  Si vous avez par exemple 50 images dans votre document, \SpecialChar LyX
42036  doit faire 50
42037  conversions à chaque fois que vous visualisez ou que vous exportez votre
42038  document.
42039  Cela risque de ralentir de façon importante votre rythme de travail.
42040  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
42041  vos images directement en EPS pour éviter ce problème.
42042 \end_layout
42043
42044 \begin_layout Standard
42045 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
42046  le menu 
42047 \family sans
42048 Fichier\SpecialChar menuseparator
42049 Exporter\SpecialChar menuseparator
42050 PostScript.
42051
42052 \family default
42053  Vous pouvez visionner votre document sous forme PostScript grâce au menu
42054  
42055 \family sans
42056 Visualiser
42057 \family default
42058 .
42059 \end_layout
42060
42061 \begin_layout Section
42062 PDF
42063 \begin_inset Index idx
42064 status collapsed
42065
42066 \begin_layout Plain Layout
42067 Formats de Fichiers ! PDF
42068 \end_layout
42069
42070 \end_inset
42071
42072
42073 \begin_inset Index idx
42074 status collapsed
42075
42076 \begin_layout Plain Layout
42077 PDF
42078 \end_layout
42079
42080 \end_inset
42081
42082
42083 \end_layout
42084
42085 \begin_layout Standard
42086 Ce type de fichiers a l'extension 
42087 \begin_inset Quotes fld
42088 \end_inset
42089
42090
42091 \family typewriter
42092 .pdf
42093 \family default
42094
42095 \begin_inset Quotes frd
42096 \end_inset
42097
42098 .
42099  Ce 
42100 \begin_inset Quotes fld
42101 \end_inset
42102
42103 format de document portable
42104 \begin_inset Quotes frd
42105 \end_inset
42106
42107  (portable document format ou PDF) est développé par 
42108 \family typewriter
42109 Adobe
42110 \family default
42111  comme une évolution de PostScript.
42112  Il est plus comprimé et utilise moins de commandes que PostScript.
42113  Comme son nom l'indique, il est 
42114 \begin_inset Quotes fld
42115 \end_inset
42116
42117 portable
42118 \begin_inset Quotes frd
42119 \end_inset
42120
42121  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
42122  aura exactement le même aspect.
42123 \end_layout
42124
42125 \begin_layout Standard
42126 PDF peut contenir des images dans son propre format PDF et dans les formats
42127  JPG (format du 
42128 \begin_inset Quotes fld
42129 \end_inset
42130
42131 Joint Photographic Expert Group
42132 \begin_inset Quotes frd
42133 \end_inset
42134
42135  avec comme extension 
42136 \family typewriter
42137 .jpg
42138 \family default
42139  ou 
42140 \family typewriter
42141 .jpeg
42142 \family default
42143 ) et PNG (
42144 \begin_inset Quotes fld
42145 \end_inset
42146
42147 Portable Network Graphics
42148 \begin_inset Quotes frd
42149 \end_inset
42150
42151  avec l'extension 
42152 \family typewriter
42153 .png
42154 \family default
42155 ).
42156  Vous pouvez quand même utiliser d'autres formats puisque \SpecialChar LyX
42157  les convertit
42158  dans un de ces formats.
42159  Mais comme il est dit dans la section sur PostScript, les conversions d'images
42160  vont ralentir votre travail.
42161  Nous recommandons donc l'utilisation de l'un des trois formats cités.
42162 \end_layout
42163
42164 \begin_layout Standard
42165 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
42166  menu 
42167 \family sans
42168 Fichier\SpecialChar menuseparator
42169 Exporter 
42170 \family default
42171 de trois façons différentes:
42172 \end_layout
42173
42174 \begin_layout Description
42175 PDF
42176 \begin_inset space ~
42177 \end_inset
42178
42179 (ps2pdf) Ceci utilise le programme 
42180 \family typewriter
42181 ps2pdf
42182 \family default
42183  qui créé un PDF à partir de la version PostScript de votre fichier.
42184  Cette dernière est produite par le programme 
42185 \family typewriter
42186 dvips
42187 \family default
42188  qui utilise une version DVI comme étape intermédiaire.
42189  Cette variante consiste donc en trois conversions.
42190 \end_layout
42191
42192 \begin_layout Description
42193 PDF
42194 \begin_inset space ~
42195 \end_inset
42196
42197 (dvipdfm) Ceci utilise le programme 
42198 \family typewriter
42199 dvipdfm
42200 \family default
42201  qui convertit votre fichier en DVI avant de le convertir en PDF.
42202 \end_layout
42203
42204 \begin_layout Description
42205 PDF
42206 \begin_inset space ~
42207 \end_inset
42208
42209 (pdflatex) Ceci utilise le programme 
42210 \family typewriter
42211 pdftex
42212 \family default
42213  qui convertit directement votre fichier en PDF.
42214 \end_layout
42215
42216 \begin_layout Standard
42217 Nous recommandons d'utiliser l'option 
42218 \family sans
42219 PDF
42220 \begin_inset space ~
42221 \end_inset
42222
42223 (pdflatex)
42224 \family default
42225  car 
42226 \family typewriter
42227 pdftex
42228 \family default
42229  accepte toutes les fonctionnalités des versions actuelles de PDF.
42230  Il est en plus rapide et stable.
42231  Le programme 
42232 \family typewriter
42233 dvipdfm
42234 \family default
42235  n'est plus développé est est donc un peu dépassé.
42236 \end_layout
42237
42238 \begin_layout Standard
42239 Vous pouvez visionner votre document sous forme PDF grâce au menu 
42240 \family sans
42241 Visualiser
42242 \family default
42243  ou en utilisant un bouton de la barre d'outils.
42244 \end_layout
42245
42246 \begin_layout Chapter
42247 Liste de noms de couleur pour dvips
42248 \begin_inset CommandInset label
42249 LatexCommand label
42250 name "chap:Liste-de-noms-de-couleur-dvips"
42251
42252 \end_inset
42253
42254
42255 \end_layout
42256
42257 \begin_layout Standard
42258 \begin_inset Tabular
42259 <lyxtabular version="3" rows="17" columns="4">
42260 <features tabularvalignment="middle">
42261 <column alignment="left" valignment="top" width="0pt">
42262 <column alignment="left" valignment="top" width="0pt">
42263 <column alignment="left" valignment="top" width="0pt">
42264 <column alignment="left" valignment="top" width="0pt">
42265 <row>
42266 <cell alignment="left" valignment="top" usebox="none">
42267 \begin_inset Text
42268
42269 \begin_layout Plain Layout
42270 \begin_inset ERT
42271 status collapsed
42272
42273 \begin_layout Plain Layout
42274
42275
42276 \backslash
42277 fcolorbox{black}{
42278 \end_layout
42279
42280 \end_inset
42281
42282 white
42283 \begin_inset ERT
42284 status collapsed
42285
42286 \begin_layout Plain Layout
42287
42288 }{
42289 \end_layout
42290
42291 \end_inset
42292
42293 Couleur
42294 \begin_inset ERT
42295 status collapsed
42296
42297 \begin_layout Plain Layout
42298
42299 }
42300 \end_layout
42301
42302 \end_inset
42303
42304  Nom
42305 \end_layout
42306
42307 \end_inset
42308 </cell>
42309 <cell alignment="left" valignment="top" usebox="none">
42310 \begin_inset Text
42311
42312 \begin_layout Plain Layout
42313 \begin_inset ERT
42314 status collapsed
42315
42316 \begin_layout Plain Layout
42317
42318
42319 \backslash
42320 fcolorbox{black}{
42321 \end_layout
42322
42323 \end_inset
42324
42325 white
42326 \begin_inset ERT
42327 status collapsed
42328
42329 \begin_layout Plain Layout
42330
42331 }{
42332 \end_layout
42333
42334 \end_inset
42335
42336 Couleur
42337 \begin_inset ERT
42338 status collapsed
42339
42340 \begin_layout Plain Layout
42341
42342 }
42343 \end_layout
42344
42345 \end_inset
42346
42347  Nom
42348 \end_layout
42349
42350 \end_inset
42351 </cell>
42352 <cell alignment="left" valignment="top" usebox="none">
42353 \begin_inset Text
42354
42355 \begin_layout Plain Layout
42356 \begin_inset ERT
42357 status collapsed
42358
42359 \begin_layout Plain Layout
42360
42361
42362 \backslash
42363 fcolorbox{black}{
42364 \end_layout
42365
42366 \end_inset
42367
42368 white
42369 \begin_inset ERT
42370 status collapsed
42371
42372 \begin_layout Plain Layout
42373
42374 }{
42375 \end_layout
42376
42377 \end_inset
42378
42379 Couleur
42380 \begin_inset ERT
42381 status collapsed
42382
42383 \begin_layout Plain Layout
42384
42385 }
42386 \end_layout
42387
42388 \end_inset
42389
42390  Nom
42391 \end_layout
42392
42393 \end_inset
42394 </cell>
42395 <cell alignment="left" valignment="top" usebox="none">
42396 \begin_inset Text
42397
42398 \begin_layout Plain Layout
42399 \begin_inset ERT
42400 status collapsed
42401
42402 \begin_layout Plain Layout
42403
42404
42405 \backslash
42406 fcolorbox{black}{
42407 \end_layout
42408
42409 \end_inset
42410
42411 white
42412 \begin_inset ERT
42413 status collapsed
42414
42415 \begin_layout Plain Layout
42416
42417 }{
42418 \end_layout
42419
42420 \end_inset
42421
42422 Couleur
42423 \begin_inset ERT
42424 status collapsed
42425
42426 \begin_layout Plain Layout
42427
42428 }
42429 \end_layout
42430
42431 \end_inset
42432
42433  Nom
42434 \end_layout
42435
42436 \end_inset
42437 </cell>
42438 </row>
42439 <row>
42440 <cell alignment="center" valignment="top" usebox="none">
42441 \begin_inset Text
42442
42443 \begin_layout Plain Layout
42444 \begin_inset ERT
42445 status collapsed
42446
42447 \begin_layout Plain Layout
42448
42449
42450 \backslash
42451 fcolorbox{black}{
42452 \end_layout
42453
42454 \end_inset
42455
42456 Apricot
42457 \begin_inset ERT
42458 status collapsed
42459
42460 \begin_layout Plain Layout
42461
42462 }{
42463 \end_layout
42464
42465 \end_inset
42466
42467
42468 \begin_inset Phantom Phantom
42469 status open
42470
42471 \begin_layout Plain Layout
42472 W
42473 \end_layout
42474
42475 \end_inset
42476
42477
42478 \begin_inset ERT
42479 status collapsed
42480
42481 \begin_layout Plain Layout
42482
42483 }
42484 \end_layout
42485
42486 \end_inset
42487
42488  Apricot
42489 \end_layout
42490
42491 \end_inset
42492 </cell>
42493 <cell alignment="center" valignment="top" usebox="none">
42494 \begin_inset Text
42495
42496 \begin_layout Plain Layout
42497 \begin_inset ERT
42498 status collapsed
42499
42500 \begin_layout Plain Layout
42501
42502
42503 \backslash
42504 fcolorbox{black}{
42505 \end_layout
42506
42507 \end_inset
42508
42509 Aquamarine
42510 \begin_inset ERT
42511 status collapsed
42512
42513 \begin_layout Plain Layout
42514
42515 }{
42516 \end_layout
42517
42518 \end_inset
42519
42520
42521 \begin_inset Phantom Phantom
42522 status open
42523
42524 \begin_layout Plain Layout
42525 W
42526 \end_layout
42527
42528 \end_inset
42529
42530
42531 \begin_inset ERT
42532 status collapsed
42533
42534 \begin_layout Plain Layout
42535
42536 }
42537 \end_layout
42538
42539 \end_inset
42540
42541  Aquamarine
42542 \end_layout
42543
42544 \end_inset
42545 </cell>
42546 <cell alignment="center" valignment="top" usebox="none">
42547 \begin_inset Text
42548
42549 \begin_layout Plain Layout
42550 \begin_inset ERT
42551 status collapsed
42552
42553 \begin_layout Plain Layout
42554
42555
42556 \backslash
42557 fcolorbox{black}{
42558 \end_layout
42559
42560 \end_inset
42561
42562 Bittersweet
42563 \begin_inset ERT
42564 status collapsed
42565
42566 \begin_layout Plain Layout
42567
42568 }{
42569 \end_layout
42570
42571 \end_inset
42572
42573
42574 \begin_inset Phantom Phantom
42575 status open
42576
42577 \begin_layout Plain Layout
42578 W
42579 \end_layout
42580
42581 \end_inset
42582
42583
42584 \begin_inset ERT
42585 status collapsed
42586
42587 \begin_layout Plain Layout
42588
42589 }
42590 \end_layout
42591
42592 \end_inset
42593
42594  Bittersweet
42595 \end_layout
42596
42597 \end_inset
42598 </cell>
42599 <cell alignment="center" valignment="top" usebox="none">
42600 \begin_inset Text
42601
42602 \begin_layout Plain Layout
42603 \begin_inset ERT
42604 status collapsed
42605
42606 \begin_layout Plain Layout
42607
42608
42609 \backslash
42610 fcolorbox{black}{
42611 \end_layout
42612
42613 \end_inset
42614
42615 BlueGreen
42616 \begin_inset ERT
42617 status collapsed
42618
42619 \begin_layout Plain Layout
42620
42621 }{
42622 \end_layout
42623
42624 \end_inset
42625
42626
42627 \begin_inset Phantom Phantom
42628 status open
42629
42630 \begin_layout Plain Layout
42631 W
42632 \end_layout
42633
42634 \end_inset
42635
42636
42637 \begin_inset ERT
42638 status collapsed
42639
42640 \begin_layout Plain Layout
42641
42642 }
42643 \end_layout
42644
42645 \end_inset
42646
42647  BlueGreen
42648 \end_layout
42649
42650 \end_inset
42651 </cell>
42652 </row>
42653 <row>
42654 <cell alignment="left" valignment="top" usebox="none">
42655 \begin_inset Text
42656
42657 \begin_layout Plain Layout
42658 \begin_inset ERT
42659 status collapsed
42660
42661 \begin_layout Plain Layout
42662
42663
42664 \backslash
42665 fcolorbox{black}{
42666 \end_layout
42667
42668 \end_inset
42669
42670 BlueViolet
42671 \begin_inset ERT
42672 status collapsed
42673
42674 \begin_layout Plain Layout
42675
42676 }{
42677 \end_layout
42678
42679 \end_inset
42680
42681
42682 \begin_inset Phantom Phantom
42683 status open
42684
42685 \begin_layout Plain Layout
42686 W
42687 \end_layout
42688
42689 \end_inset
42690
42691
42692 \begin_inset ERT
42693 status collapsed
42694
42695 \begin_layout Plain Layout
42696
42697 }
42698 \end_layout
42699
42700 \end_inset
42701
42702  BlueViolet
42703 \end_layout
42704
42705 \end_inset
42706 </cell>
42707 <cell alignment="left" valignment="top" usebox="none">
42708 \begin_inset Text
42709
42710 \begin_layout Plain Layout
42711 \begin_inset ERT
42712 status collapsed
42713
42714 \begin_layout Plain Layout
42715
42716
42717 \backslash
42718 fcolorbox{black}{
42719 \end_layout
42720
42721 \end_inset
42722
42723 BrickRed
42724 \begin_inset ERT
42725 status collapsed
42726
42727 \begin_layout Plain Layout
42728
42729 }{
42730 \end_layout
42731
42732 \end_inset
42733
42734
42735 \begin_inset Phantom Phantom
42736 status open
42737
42738 \begin_layout Plain Layout
42739 W
42740 \end_layout
42741
42742 \end_inset
42743
42744
42745 \begin_inset ERT
42746 status collapsed
42747
42748 \begin_layout Plain Layout
42749
42750 }
42751 \end_layout
42752
42753 \end_inset
42754
42755  BrickRed
42756 \end_layout
42757
42758 \end_inset
42759 </cell>
42760 <cell alignment="left" valignment="top" usebox="none">
42761 \begin_inset Text
42762
42763 \begin_layout Plain Layout
42764 \begin_inset ERT
42765 status collapsed
42766
42767 \begin_layout Plain Layout
42768
42769
42770 \backslash
42771 fcolorbox{black}{
42772 \end_layout
42773
42774 \end_inset
42775
42776 Brown
42777 \begin_inset ERT
42778 status collapsed
42779
42780 \begin_layout Plain Layout
42781
42782 }{
42783 \end_layout
42784
42785 \end_inset
42786
42787
42788 \begin_inset Phantom Phantom
42789 status open
42790
42791 \begin_layout Plain Layout
42792 W
42793 \end_layout
42794
42795 \end_inset
42796
42797
42798 \begin_inset ERT
42799 status collapsed
42800
42801 \begin_layout Plain Layout
42802
42803 }
42804 \end_layout
42805
42806 \end_inset
42807
42808  Brown
42809 \end_layout
42810
42811 \end_inset
42812 </cell>
42813 <cell alignment="left" valignment="top" usebox="none">
42814 \begin_inset Text
42815
42816 \begin_layout Plain Layout
42817 \begin_inset ERT
42818 status collapsed
42819
42820 \begin_layout Plain Layout
42821
42822
42823 \backslash
42824 fcolorbox{black}{
42825 \end_layout
42826
42827 \end_inset
42828
42829 BurntOrange
42830 \begin_inset ERT
42831 status collapsed
42832
42833 \begin_layout Plain Layout
42834
42835 }{
42836 \end_layout
42837
42838 \end_inset
42839
42840
42841 \begin_inset Phantom Phantom
42842 status open
42843
42844 \begin_layout Plain Layout
42845 W
42846 \end_layout
42847
42848 \end_inset
42849
42850
42851 \begin_inset ERT
42852 status collapsed
42853
42854 \begin_layout Plain Layout
42855
42856 }
42857 \end_layout
42858
42859 \end_inset
42860
42861  BurntOrange
42862 \end_layout
42863
42864 \end_inset
42865 </cell>
42866 </row>
42867 <row>
42868 <cell alignment="left" valignment="top" usebox="none">
42869 \begin_inset Text
42870
42871 \begin_layout Plain Layout
42872 \begin_inset ERT
42873 status collapsed
42874
42875 \begin_layout Plain Layout
42876
42877
42878 \backslash
42879 fcolorbox{black}{
42880 \end_layout
42881
42882 \end_inset
42883
42884 CadetBlue
42885 \begin_inset ERT
42886 status collapsed
42887
42888 \begin_layout Plain Layout
42889
42890 }{
42891 \end_layout
42892
42893 \end_inset
42894
42895
42896 \begin_inset Phantom Phantom
42897 status open
42898
42899 \begin_layout Plain Layout
42900 W
42901 \end_layout
42902
42903 \end_inset
42904
42905
42906 \begin_inset ERT
42907 status collapsed
42908
42909 \begin_layout Plain Layout
42910
42911 }
42912 \end_layout
42913
42914 \end_inset
42915
42916  CadetBlue
42917 \end_layout
42918
42919 \end_inset
42920 </cell>
42921 <cell alignment="left" valignment="top" usebox="none">
42922 \begin_inset Text
42923
42924 \begin_layout Plain Layout
42925 \begin_inset ERT
42926 status collapsed
42927
42928 \begin_layout Plain Layout
42929
42930
42931 \backslash
42932 fcolorbox{black}{
42933 \end_layout
42934
42935 \end_inset
42936
42937 CarnationPink
42938 \begin_inset ERT
42939 status collapsed
42940
42941 \begin_layout Plain Layout
42942
42943 }{
42944 \end_layout
42945
42946 \end_inset
42947
42948
42949 \begin_inset Phantom Phantom
42950 status open
42951
42952 \begin_layout Plain Layout
42953 W
42954 \end_layout
42955
42956 \end_inset
42957
42958
42959 \begin_inset ERT
42960 status collapsed
42961
42962 \begin_layout Plain Layout
42963
42964 }
42965 \end_layout
42966
42967 \end_inset
42968
42969  CarnationPink
42970 \end_layout
42971
42972 \end_inset
42973 </cell>
42974 <cell alignment="left" valignment="top" usebox="none">
42975 \begin_inset Text
42976
42977 \begin_layout Plain Layout
42978 \begin_inset ERT
42979 status collapsed
42980
42981 \begin_layout Plain Layout
42982
42983
42984 \backslash
42985 fcolorbox{black}{
42986 \end_layout
42987
42988 \end_inset
42989
42990 Cerulean
42991 \begin_inset ERT
42992 status collapsed
42993
42994 \begin_layout Plain Layout
42995
42996 }{
42997 \end_layout
42998
42999 \end_inset
43000
43001
43002 \begin_inset Phantom Phantom
43003 status open
43004
43005 \begin_layout Plain Layout
43006 W
43007 \end_layout
43008
43009 \end_inset
43010
43011
43012 \begin_inset ERT
43013 status collapsed
43014
43015 \begin_layout Plain Layout
43016
43017 }
43018 \end_layout
43019
43020 \end_inset
43021
43022  Cerulean
43023 \end_layout
43024
43025 \end_inset
43026 </cell>
43027 <cell alignment="left" valignment="top" usebox="none">
43028 \begin_inset Text
43029
43030 \begin_layout Plain Layout
43031 \begin_inset ERT
43032 status collapsed
43033
43034 \begin_layout Plain Layout
43035
43036
43037 \backslash
43038 fcolorbox{black}{
43039 \end_layout
43040
43041 \end_inset
43042
43043 CornflowerBlue
43044 \begin_inset ERT
43045 status collapsed
43046
43047 \begin_layout Plain Layout
43048
43049 }{
43050 \end_layout
43051
43052 \end_inset
43053
43054
43055 \begin_inset Phantom Phantom
43056 status open
43057
43058 \begin_layout Plain Layout
43059 W
43060 \end_layout
43061
43062 \end_inset
43063
43064
43065 \begin_inset ERT
43066 status collapsed
43067
43068 \begin_layout Plain Layout
43069
43070 }
43071 \end_layout
43072
43073 \end_inset
43074
43075  CornflowerBlue
43076 \end_layout
43077
43078 \end_inset
43079 </cell>
43080 </row>
43081 <row>
43082 <cell alignment="left" valignment="top" usebox="none">
43083 \begin_inset Text
43084
43085 \begin_layout Plain Layout
43086 \begin_inset ERT
43087 status collapsed
43088
43089 \begin_layout Plain Layout
43090
43091
43092 \backslash
43093 fcolorbox{black}{
43094 \end_layout
43095
43096 \end_inset
43097
43098 Dandelion
43099 \begin_inset ERT
43100 status collapsed
43101
43102 \begin_layout Plain Layout
43103
43104 }{
43105 \end_layout
43106
43107 \end_inset
43108
43109
43110 \begin_inset Phantom Phantom
43111 status open
43112
43113 \begin_layout Plain Layout
43114 W
43115 \end_layout
43116
43117 \end_inset
43118
43119
43120 \begin_inset ERT
43121 status collapsed
43122
43123 \begin_layout Plain Layout
43124
43125 }
43126 \end_layout
43127
43128 \end_inset
43129
43130  Dandelion
43131 \end_layout
43132
43133 \end_inset
43134 </cell>
43135 <cell alignment="left" valignment="top" usebox="none">
43136 \begin_inset Text
43137
43138 \begin_layout Plain Layout
43139 \begin_inset ERT
43140 status collapsed
43141
43142 \begin_layout Plain Layout
43143
43144
43145 \backslash
43146 fcolorbox{black}{
43147 \end_layout
43148
43149 \end_inset
43150
43151 DarkOrchid
43152 \begin_inset ERT
43153 status collapsed
43154
43155 \begin_layout Plain Layout
43156
43157 }{
43158 \end_layout
43159
43160 \end_inset
43161
43162
43163 \begin_inset Phantom Phantom
43164 status open
43165
43166 \begin_layout Plain Layout
43167 W
43168 \end_layout
43169
43170 \end_inset
43171
43172
43173 \begin_inset ERT
43174 status collapsed
43175
43176 \begin_layout Plain Layout
43177
43178 }
43179 \end_layout
43180
43181 \end_inset
43182
43183  DarkOrchid
43184 \end_layout
43185
43186 \end_inset
43187 </cell>
43188 <cell alignment="left" valignment="top" usebox="none">
43189 \begin_inset Text
43190
43191 \begin_layout Plain Layout
43192 \begin_inset ERT
43193 status collapsed
43194
43195 \begin_layout Plain Layout
43196
43197
43198 \backslash
43199 fcolorbox{black}{
43200 \end_layout
43201
43202 \end_inset
43203
43204 Emerald
43205 \begin_inset ERT
43206 status collapsed
43207
43208 \begin_layout Plain Layout
43209
43210 }{
43211 \end_layout
43212
43213 \end_inset
43214
43215
43216 \begin_inset Phantom Phantom
43217 status open
43218
43219 \begin_layout Plain Layout
43220 W
43221 \end_layout
43222
43223 \end_inset
43224
43225
43226 \begin_inset ERT
43227 status collapsed
43228
43229 \begin_layout Plain Layout
43230
43231 }
43232 \end_layout
43233
43234 \end_inset
43235
43236  Emerald
43237 \end_layout
43238
43239 \end_inset
43240 </cell>
43241 <cell alignment="left" valignment="top" usebox="none">
43242 \begin_inset Text
43243
43244 \begin_layout Plain Layout
43245 \begin_inset ERT
43246 status collapsed
43247
43248 \begin_layout Plain Layout
43249
43250
43251 \backslash
43252 fcolorbox{black}{
43253 \end_layout
43254
43255 \end_inset
43256
43257 ForestGreen
43258 \begin_inset ERT
43259 status collapsed
43260
43261 \begin_layout Plain Layout
43262
43263 }{
43264 \end_layout
43265
43266 \end_inset
43267
43268
43269 \begin_inset Phantom Phantom
43270 status open
43271
43272 \begin_layout Plain Layout
43273 W
43274 \end_layout
43275
43276 \end_inset
43277
43278
43279 \begin_inset ERT
43280 status collapsed
43281
43282 \begin_layout Plain Layout
43283
43284 }
43285 \end_layout
43286
43287 \end_inset
43288
43289  ForestGreen
43290 \end_layout
43291
43292 \end_inset
43293 </cell>
43294 </row>
43295 <row>
43296 <cell alignment="left" valignment="top" usebox="none">
43297 \begin_inset Text
43298
43299 \begin_layout Plain Layout
43300 \begin_inset ERT
43301 status collapsed
43302
43303 \begin_layout Plain Layout
43304
43305
43306 \backslash
43307 fcolorbox{black}{
43308 \end_layout
43309
43310 \end_inset
43311
43312 Fuchsia
43313 \begin_inset ERT
43314 status collapsed
43315
43316 \begin_layout Plain Layout
43317
43318 }{
43319 \end_layout
43320
43321 \end_inset
43322
43323
43324 \begin_inset Phantom Phantom
43325 status open
43326
43327 \begin_layout Plain Layout
43328 W
43329 \end_layout
43330
43331 \end_inset
43332
43333
43334 \begin_inset ERT
43335 status collapsed
43336
43337 \begin_layout Plain Layout
43338
43339 }
43340 \end_layout
43341
43342 \end_inset
43343
43344  Fuchsia
43345 \end_layout
43346
43347 \end_inset
43348 </cell>
43349 <cell alignment="left" valignment="top" usebox="none">
43350 \begin_inset Text
43351
43352 \begin_layout Plain Layout
43353 \begin_inset ERT
43354 status collapsed
43355
43356 \begin_layout Plain Layout
43357
43358
43359 \backslash
43360 fcolorbox{black}{
43361 \end_layout
43362
43363 \end_inset
43364
43365 Goldenrod
43366 \begin_inset ERT
43367 status collapsed
43368
43369 \begin_layout Plain Layout
43370
43371 }{
43372 \end_layout
43373
43374 \end_inset
43375
43376
43377 \begin_inset Phantom Phantom
43378 status open
43379
43380 \begin_layout Plain Layout
43381 W
43382 \end_layout
43383
43384 \end_inset
43385
43386
43387 \begin_inset ERT
43388 status collapsed
43389
43390 \begin_layout Plain Layout
43391
43392 }
43393 \end_layout
43394
43395 \end_inset
43396
43397  Goldenrod
43398 \end_layout
43399
43400 \end_inset
43401 </cell>
43402 <cell alignment="left" valignment="top" usebox="none">
43403 \begin_inset Text
43404
43405 \begin_layout Plain Layout
43406 \begin_inset ERT
43407 status collapsed
43408
43409 \begin_layout Plain Layout
43410
43411
43412 \backslash
43413 fcolorbox{black}{
43414 \end_layout
43415
43416 \end_inset
43417
43418 Gray
43419 \begin_inset ERT
43420 status collapsed
43421
43422 \begin_layout Plain Layout
43423
43424 }{
43425 \end_layout
43426
43427 \end_inset
43428
43429
43430 \begin_inset Phantom Phantom
43431 status open
43432
43433 \begin_layout Plain Layout
43434 W
43435 \end_layout
43436
43437 \end_inset
43438
43439
43440 \begin_inset ERT
43441 status collapsed
43442
43443 \begin_layout Plain Layout
43444
43445 }
43446 \end_layout
43447
43448 \end_inset
43449
43450  Gray
43451 \end_layout
43452
43453 \end_inset
43454 </cell>
43455 <cell alignment="left" valignment="top" usebox="none">
43456 \begin_inset Text
43457
43458 \begin_layout Plain Layout
43459 \begin_inset ERT
43460 status collapsed
43461
43462 \begin_layout Plain Layout
43463
43464
43465 \backslash
43466 fcolorbox{black}{
43467 \end_layout
43468
43469 \end_inset
43470
43471 GreenYellow
43472 \begin_inset ERT
43473 status collapsed
43474
43475 \begin_layout Plain Layout
43476
43477 }{
43478 \end_layout
43479
43480 \end_inset
43481
43482
43483 \begin_inset Phantom Phantom
43484 status open
43485
43486 \begin_layout Plain Layout
43487 W
43488 \end_layout
43489
43490 \end_inset
43491
43492
43493 \begin_inset ERT
43494 status collapsed
43495
43496 \begin_layout Plain Layout
43497
43498 }
43499 \end_layout
43500
43501 \end_inset
43502
43503  GreenYellow
43504 \end_layout
43505
43506 \end_inset
43507 </cell>
43508 </row>
43509 <row>
43510 <cell alignment="center" valignment="top" usebox="none">
43511 \begin_inset Text
43512
43513 \begin_layout Plain Layout
43514 \begin_inset ERT
43515 status collapsed
43516
43517 \begin_layout Plain Layout
43518
43519
43520 \backslash
43521 fcolorbox{black}{
43522 \end_layout
43523
43524 \end_inset
43525
43526 JungleGreen
43527 \begin_inset ERT
43528 status collapsed
43529
43530 \begin_layout Plain Layout
43531
43532 }{
43533 \end_layout
43534
43535 \end_inset
43536
43537
43538 \begin_inset Phantom Phantom
43539 status open
43540
43541 \begin_layout Plain Layout
43542 W
43543 \end_layout
43544
43545 \end_inset
43546
43547
43548 \begin_inset ERT
43549 status collapsed
43550
43551 \begin_layout Plain Layout
43552
43553 }
43554 \end_layout
43555
43556 \end_inset
43557
43558  JungleGreen
43559 \end_layout
43560
43561 \end_inset
43562 </cell>
43563 <cell alignment="center" valignment="top" usebox="none">
43564 \begin_inset Text
43565
43566 \begin_layout Plain Layout
43567 \begin_inset ERT
43568 status collapsed
43569
43570 \begin_layout Plain Layout
43571
43572
43573 \backslash
43574 fcolorbox{black}{
43575 \end_layout
43576
43577 \end_inset
43578
43579 Lavender
43580 \begin_inset ERT
43581 status collapsed
43582
43583 \begin_layout Plain Layout
43584
43585 }{
43586 \end_layout
43587
43588 \end_inset
43589
43590
43591 \begin_inset Phantom Phantom
43592 status open
43593
43594 \begin_layout Plain Layout
43595 W
43596 \end_layout
43597
43598 \end_inset
43599
43600
43601 \begin_inset ERT
43602 status collapsed
43603
43604 \begin_layout Plain Layout
43605
43606 }
43607 \end_layout
43608
43609 \end_inset
43610
43611  Lavender
43612 \end_layout
43613
43614 \end_inset
43615 </cell>
43616 <cell alignment="center" valignment="top" usebox="none">
43617 \begin_inset Text
43618
43619 \begin_layout Plain Layout
43620 \begin_inset ERT
43621 status collapsed
43622
43623 \begin_layout Plain Layout
43624
43625
43626 \backslash
43627 fcolorbox{black}{
43628 \end_layout
43629
43630 \end_inset
43631
43632 LimeGreen
43633 \begin_inset ERT
43634 status collapsed
43635
43636 \begin_layout Plain Layout
43637
43638 }{
43639 \end_layout
43640
43641 \end_inset
43642
43643
43644 \begin_inset Phantom Phantom
43645 status open
43646
43647 \begin_layout Plain Layout
43648 W
43649 \end_layout
43650
43651 \end_inset
43652
43653
43654 \begin_inset ERT
43655 status collapsed
43656
43657 \begin_layout Plain Layout
43658
43659 }
43660 \end_layout
43661
43662 \end_inset
43663
43664  LimeGreen
43665 \end_layout
43666
43667 \end_inset
43668 </cell>
43669 <cell alignment="center" valignment="top" usebox="none">
43670 \begin_inset Text
43671
43672 \begin_layout Plain Layout
43673 \begin_inset ERT
43674 status collapsed
43675
43676 \begin_layout Plain Layout
43677
43678
43679 \backslash
43680 fcolorbox{black}{
43681 \end_layout
43682
43683 \end_inset
43684
43685 Mahogany
43686 \begin_inset ERT
43687 status collapsed
43688
43689 \begin_layout Plain Layout
43690
43691 }{
43692 \end_layout
43693
43694 \end_inset
43695
43696
43697 \begin_inset Phantom Phantom
43698 status open
43699
43700 \begin_layout Plain Layout
43701 W
43702 \end_layout
43703
43704 \end_inset
43705
43706
43707 \begin_inset ERT
43708 status collapsed
43709
43710 \begin_layout Plain Layout
43711
43712 }
43713 \end_layout
43714
43715 \end_inset
43716
43717  Mahogany
43718 \end_layout
43719
43720 \end_inset
43721 </cell>
43722 </row>
43723 <row>
43724 <cell alignment="left" valignment="top" usebox="none">
43725 \begin_inset Text
43726
43727 \begin_layout Plain Layout
43728 \begin_inset ERT
43729 status collapsed
43730
43731 \begin_layout Plain Layout
43732
43733
43734 \backslash
43735 fcolorbox{black}{
43736 \end_layout
43737
43738 \end_inset
43739
43740 Mahogany
43741 \begin_inset ERT
43742 status collapsed
43743
43744 \begin_layout Plain Layout
43745
43746 }{
43747 \end_layout
43748
43749 \end_inset
43750
43751
43752 \begin_inset Phantom Phantom
43753 status open
43754
43755 \begin_layout Plain Layout
43756 W
43757 \end_layout
43758
43759 \end_inset
43760
43761
43762 \begin_inset ERT
43763 status collapsed
43764
43765 \begin_layout Plain Layout
43766
43767 }
43768 \end_layout
43769
43770 \end_inset
43771
43772  Mahogany
43773 \end_layout
43774
43775 \end_inset
43776 </cell>
43777 <cell alignment="left" valignment="top" usebox="none">
43778 \begin_inset Text
43779
43780 \begin_layout Plain Layout
43781 \begin_inset ERT
43782 status collapsed
43783
43784 \begin_layout Plain Layout
43785
43786
43787 \backslash
43788 fcolorbox{black}{
43789 \end_layout
43790
43791 \end_inset
43792
43793 Maroon
43794 \begin_inset ERT
43795 status collapsed
43796
43797 \begin_layout Plain Layout
43798
43799 }{
43800 \end_layout
43801
43802 \end_inset
43803
43804
43805 \begin_inset Phantom Phantom
43806 status open
43807
43808 \begin_layout Plain Layout
43809 W
43810 \end_layout
43811
43812 \end_inset
43813
43814
43815 \begin_inset ERT
43816 status collapsed
43817
43818 \begin_layout Plain Layout
43819
43820 }
43821 \end_layout
43822
43823 \end_inset
43824
43825  Maroon
43826 \end_layout
43827
43828 \end_inset
43829 </cell>
43830 <cell alignment="left" valignment="top" usebox="none">
43831 \begin_inset Text
43832
43833 \begin_layout Plain Layout
43834 \begin_inset ERT
43835 status collapsed
43836
43837 \begin_layout Plain Layout
43838
43839
43840 \backslash
43841 fcolorbox{black}{
43842 \end_layout
43843
43844 \end_inset
43845
43846 Melon
43847 \begin_inset ERT
43848 status collapsed
43849
43850 \begin_layout Plain Layout
43851
43852 }{
43853 \end_layout
43854
43855 \end_inset
43856
43857
43858 \begin_inset Phantom Phantom
43859 status open
43860
43861 \begin_layout Plain Layout
43862 W
43863 \end_layout
43864
43865 \end_inset
43866
43867
43868 \begin_inset ERT
43869 status collapsed
43870
43871 \begin_layout Plain Layout
43872
43873 }
43874 \end_layout
43875
43876 \end_inset
43877
43878  Melon
43879 \end_layout
43880
43881 \end_inset
43882 </cell>
43883 <cell alignment="left" valignment="top" usebox="none">
43884 \begin_inset Text
43885
43886 \begin_layout Plain Layout
43887 \begin_inset ERT
43888 status collapsed
43889
43890 \begin_layout Plain Layout
43891
43892
43893 \backslash
43894 fcolorbox{black}{
43895 \end_layout
43896
43897 \end_inset
43898
43899 MidnightBlue
43900 \begin_inset ERT
43901 status collapsed
43902
43903 \begin_layout Plain Layout
43904
43905 }{
43906 \end_layout
43907
43908 \end_inset
43909
43910
43911 \begin_inset Phantom Phantom
43912 status open
43913
43914 \begin_layout Plain Layout
43915 W
43916 \end_layout
43917
43918 \end_inset
43919
43920
43921 \begin_inset ERT
43922 status collapsed
43923
43924 \begin_layout Plain Layout
43925
43926 }
43927 \end_layout
43928
43929 \end_inset
43930
43931  MidnightBlue
43932 \end_layout
43933
43934 \end_inset
43935 </cell>
43936 </row>
43937 <row>
43938 <cell alignment="left" valignment="top" usebox="none">
43939 \begin_inset Text
43940
43941 \begin_layout Plain Layout
43942 \begin_inset ERT
43943 status collapsed
43944
43945 \begin_layout Plain Layout
43946
43947
43948 \backslash
43949 fcolorbox{black}{
43950 \end_layout
43951
43952 \end_inset
43953
43954 Mulberry
43955 \begin_inset ERT
43956 status collapsed
43957
43958 \begin_layout Plain Layout
43959
43960 }{
43961 \end_layout
43962
43963 \end_inset
43964
43965
43966 \begin_inset Phantom Phantom
43967 status open
43968
43969 \begin_layout Plain Layout
43970 W
43971 \end_layout
43972
43973 \end_inset
43974
43975
43976 \begin_inset ERT
43977 status collapsed
43978
43979 \begin_layout Plain Layout
43980
43981 }
43982 \end_layout
43983
43984 \end_inset
43985
43986  Mulberry
43987 \end_layout
43988
43989 \end_inset
43990 </cell>
43991 <cell alignment="left" valignment="top" usebox="none">
43992 \begin_inset Text
43993
43994 \begin_layout Plain Layout
43995 \begin_inset ERT
43996 status collapsed
43997
43998 \begin_layout Plain Layout
43999
44000
44001 \backslash
44002 fcolorbox{black}{
44003 \end_layout
44004
44005 \end_inset
44006
44007 NavyBlue
44008 \begin_inset ERT
44009 status collapsed
44010
44011 \begin_layout Plain Layout
44012
44013 }{
44014 \end_layout
44015
44016 \end_inset
44017
44018
44019 \begin_inset Phantom Phantom
44020 status open
44021
44022 \begin_layout Plain Layout
44023 W
44024 \end_layout
44025
44026 \end_inset
44027
44028
44029 \begin_inset ERT
44030 status collapsed
44031
44032 \begin_layout Plain Layout
44033
44034 }
44035 \end_layout
44036
44037 \end_inset
44038
44039  NavyBlue
44040 \end_layout
44041
44042 \end_inset
44043 </cell>
44044 <cell alignment="left" valignment="top" usebox="none">
44045 \begin_inset Text
44046
44047 \begin_layout Plain Layout
44048 \begin_inset ERT
44049 status collapsed
44050
44051 \begin_layout Plain Layout
44052
44053
44054 \backslash
44055 fcolorbox{black}{
44056 \end_layout
44057
44058 \end_inset
44059
44060 OliveGreen
44061 \begin_inset ERT
44062 status collapsed
44063
44064 \begin_layout Plain Layout
44065
44066 }{
44067 \end_layout
44068
44069 \end_inset
44070
44071
44072 \begin_inset Phantom Phantom
44073 status open
44074
44075 \begin_layout Plain Layout
44076 W
44077 \end_layout
44078
44079 \end_inset
44080
44081
44082 \begin_inset ERT
44083 status collapsed
44084
44085 \begin_layout Plain Layout
44086
44087 }
44088 \end_layout
44089
44090 \end_inset
44091
44092  OliveGreen
44093 \end_layout
44094
44095 \end_inset
44096 </cell>
44097 <cell alignment="left" valignment="top" usebox="none">
44098 \begin_inset Text
44099
44100 \begin_layout Plain Layout
44101 \begin_inset ERT
44102 status collapsed
44103
44104 \begin_layout Plain Layout
44105
44106
44107 \backslash
44108 fcolorbox{black}{
44109 \end_layout
44110
44111 \end_inset
44112
44113 Orange
44114 \begin_inset ERT
44115 status collapsed
44116
44117 \begin_layout Plain Layout
44118
44119 }{
44120 \end_layout
44121
44122 \end_inset
44123
44124
44125 \begin_inset Phantom Phantom
44126 status open
44127
44128 \begin_layout Plain Layout
44129 W
44130 \end_layout
44131
44132 \end_inset
44133
44134
44135 \begin_inset ERT
44136 status collapsed
44137
44138 \begin_layout Plain Layout
44139
44140 }
44141 \end_layout
44142
44143 \end_inset
44144
44145  Orange
44146 \end_layout
44147
44148 \end_inset
44149 </cell>
44150 </row>
44151 <row>
44152 <cell alignment="left" valignment="top" usebox="none">
44153 \begin_inset Text
44154
44155 \begin_layout Plain Layout
44156 \begin_inset ERT
44157 status collapsed
44158
44159 \begin_layout Plain Layout
44160
44161
44162 \backslash
44163 fcolorbox{black}{
44164 \end_layout
44165
44166 \end_inset
44167
44168 OrangeRed
44169 \begin_inset ERT
44170 status collapsed
44171
44172 \begin_layout Plain Layout
44173
44174 }{
44175 \end_layout
44176
44177 \end_inset
44178
44179
44180 \begin_inset Phantom Phantom
44181 status open
44182
44183 \begin_layout Plain Layout
44184 W
44185 \end_layout
44186
44187 \end_inset
44188
44189
44190 \begin_inset ERT
44191 status collapsed
44192
44193 \begin_layout Plain Layout
44194
44195 }
44196 \end_layout
44197
44198 \end_inset
44199
44200  OrangeRed
44201 \end_layout
44202
44203 \end_inset
44204 </cell>
44205 <cell alignment="left" valignment="top" usebox="none">
44206 \begin_inset Text
44207
44208 \begin_layout Plain Layout
44209 \begin_inset ERT
44210 status collapsed
44211
44212 \begin_layout Plain Layout
44213
44214
44215 \backslash
44216 fcolorbox{black}{
44217 \end_layout
44218
44219 \end_inset
44220
44221 Orchid
44222 \begin_inset ERT
44223 status collapsed
44224
44225 \begin_layout Plain Layout
44226
44227 }{
44228 \end_layout
44229
44230 \end_inset
44231
44232
44233 \begin_inset Phantom Phantom
44234 status open
44235
44236 \begin_layout Plain Layout
44237 W
44238 \end_layout
44239
44240 \end_inset
44241
44242
44243 \begin_inset ERT
44244 status collapsed
44245
44246 \begin_layout Plain Layout
44247
44248 }
44249 \end_layout
44250
44251 \end_inset
44252
44253  Orchid
44254 \end_layout
44255
44256 \end_inset
44257 </cell>
44258 <cell alignment="left" valignment="top" usebox="none">
44259 \begin_inset Text
44260
44261 \begin_layout Plain Layout
44262 \begin_inset ERT
44263 status collapsed
44264
44265 \begin_layout Plain Layout
44266
44267
44268 \backslash
44269 fcolorbox{black}{
44270 \end_layout
44271
44272 \end_inset
44273
44274 Peach
44275 \begin_inset ERT
44276 status collapsed
44277
44278 \begin_layout Plain Layout
44279
44280 }{
44281 \end_layout
44282
44283 \end_inset
44284
44285
44286 \begin_inset Phantom Phantom
44287 status open
44288
44289 \begin_layout Plain Layout
44290 W
44291 \end_layout
44292
44293 \end_inset
44294
44295
44296 \begin_inset ERT
44297 status collapsed
44298
44299 \begin_layout Plain Layout
44300
44301 }
44302 \end_layout
44303
44304 \end_inset
44305
44306  Peach
44307 \end_layout
44308
44309 \end_inset
44310 </cell>
44311 <cell alignment="left" valignment="top" usebox="none">
44312 \begin_inset Text
44313
44314 \begin_layout Plain Layout
44315 \begin_inset ERT
44316 status collapsed
44317
44318 \begin_layout Plain Layout
44319
44320
44321 \backslash
44322 fcolorbox{black}{
44323 \end_layout
44324
44325 \end_inset
44326
44327 Periwinkle
44328 \begin_inset ERT
44329 status collapsed
44330
44331 \begin_layout Plain Layout
44332
44333 }{
44334 \end_layout
44335
44336 \end_inset
44337
44338
44339 \begin_inset Phantom Phantom
44340 status open
44341
44342 \begin_layout Plain Layout
44343 W
44344 \end_layout
44345
44346 \end_inset
44347
44348
44349 \begin_inset ERT
44350 status collapsed
44351
44352 \begin_layout Plain Layout
44353
44354 }
44355 \end_layout
44356
44357 \end_inset
44358
44359  Periwinkle
44360 \end_layout
44361
44362 \end_inset
44363 </cell>
44364 </row>
44365 <row>
44366 <cell alignment="left" valignment="top" usebox="none">
44367 \begin_inset Text
44368
44369 \begin_layout Plain Layout
44370 \begin_inset ERT
44371 status collapsed
44372
44373 \begin_layout Plain Layout
44374
44375
44376 \backslash
44377 fcolorbox{black}{
44378 \end_layout
44379
44380 \end_inset
44381
44382 PineGreen
44383 \begin_inset ERT
44384 status collapsed
44385
44386 \begin_layout Plain Layout
44387
44388 }{
44389 \end_layout
44390
44391 \end_inset
44392
44393
44394 \begin_inset Phantom Phantom
44395 status open
44396
44397 \begin_layout Plain Layout
44398 W
44399 \end_layout
44400
44401 \end_inset
44402
44403
44404 \begin_inset ERT
44405 status collapsed
44406
44407 \begin_layout Plain Layout
44408
44409 }
44410 \end_layout
44411
44412 \end_inset
44413
44414  PineGreen
44415 \end_layout
44416
44417 \end_inset
44418 </cell>
44419 <cell alignment="left" valignment="top" usebox="none">
44420 \begin_inset Text
44421
44422 \begin_layout Plain Layout
44423 \begin_inset ERT
44424 status collapsed
44425
44426 \begin_layout Plain Layout
44427
44428
44429 \backslash
44430 fcolorbox{black}{
44431 \end_layout
44432
44433 \end_inset
44434
44435 Plum
44436 \begin_inset ERT
44437 status collapsed
44438
44439 \begin_layout Plain Layout
44440
44441 }{
44442 \end_layout
44443
44444 \end_inset
44445
44446
44447 \begin_inset Phantom Phantom
44448 status open
44449
44450 \begin_layout Plain Layout
44451 W
44452 \end_layout
44453
44454 \end_inset
44455
44456
44457 \begin_inset ERT
44458 status collapsed
44459
44460 \begin_layout Plain Layout
44461
44462 }
44463 \end_layout
44464
44465 \end_inset
44466
44467  Plum
44468 \end_layout
44469
44470 \end_inset
44471 </cell>
44472 <cell alignment="left" valignment="top" usebox="none">
44473 \begin_inset Text
44474
44475 \begin_layout Plain Layout
44476 \begin_inset ERT
44477 status collapsed
44478
44479 \begin_layout Plain Layout
44480
44481
44482 \backslash
44483 fcolorbox{black}{
44484 \end_layout
44485
44486 \end_inset
44487
44488 ProcessBlue
44489 \begin_inset ERT
44490 status collapsed
44491
44492 \begin_layout Plain Layout
44493
44494 }{
44495 \end_layout
44496
44497 \end_inset
44498
44499
44500 \begin_inset Phantom Phantom
44501 status open
44502
44503 \begin_layout Plain Layout
44504 W
44505 \end_layout
44506
44507 \end_inset
44508
44509
44510 \begin_inset ERT
44511 status collapsed
44512
44513 \begin_layout Plain Layout
44514
44515 }
44516 \end_layout
44517
44518 \end_inset
44519
44520  ProcessBlue
44521 \end_layout
44522
44523 \end_inset
44524 </cell>
44525 <cell alignment="left" valignment="top" usebox="none">
44526 \begin_inset Text
44527
44528 \begin_layout Plain Layout
44529 \begin_inset ERT
44530 status collapsed
44531
44532 \begin_layout Plain Layout
44533
44534
44535 \backslash
44536 fcolorbox{black}{
44537 \end_layout
44538
44539 \end_inset
44540
44541 Purple
44542 \begin_inset ERT
44543 status collapsed
44544
44545 \begin_layout Plain Layout
44546
44547 }{
44548 \end_layout
44549
44550 \end_inset
44551
44552
44553 \begin_inset Phantom Phantom
44554 status open
44555
44556 \begin_layout Plain Layout
44557 W
44558 \end_layout
44559
44560 \end_inset
44561
44562
44563 \begin_inset ERT
44564 status collapsed
44565
44566 \begin_layout Plain Layout
44567
44568 }
44569 \end_layout
44570
44571 \end_inset
44572
44573  Purple
44574 \end_layout
44575
44576 \end_inset
44577 </cell>
44578 </row>
44579 <row>
44580 <cell alignment="left" valignment="top" usebox="none">
44581 \begin_inset Text
44582
44583 \begin_layout Plain Layout
44584 \begin_inset ERT
44585 status collapsed
44586
44587 \begin_layout Plain Layout
44588
44589
44590 \backslash
44591 fcolorbox{black}{
44592 \end_layout
44593
44594 \end_inset
44595
44596 RawSienna
44597 \begin_inset ERT
44598 status collapsed
44599
44600 \begin_layout Plain Layout
44601
44602 }{
44603 \end_layout
44604
44605 \end_inset
44606
44607
44608 \begin_inset Phantom Phantom
44609 status open
44610
44611 \begin_layout Plain Layout
44612 W
44613 \end_layout
44614
44615 \end_inset
44616
44617
44618 \begin_inset ERT
44619 status collapsed
44620
44621 \begin_layout Plain Layout
44622
44623 }
44624 \end_layout
44625
44626 \end_inset
44627
44628  RawSienna
44629 \end_layout
44630
44631 \end_inset
44632 </cell>
44633 <cell alignment="left" valignment="top" usebox="none">
44634 \begin_inset Text
44635
44636 \begin_layout Plain Layout
44637 \begin_inset ERT
44638 status collapsed
44639
44640 \begin_layout Plain Layout
44641
44642
44643 \backslash
44644 fcolorbox{black}{
44645 \end_layout
44646
44647 \end_inset
44648
44649 RedOrange
44650 \begin_inset ERT
44651 status collapsed
44652
44653 \begin_layout Plain Layout
44654
44655 }{
44656 \end_layout
44657
44658 \end_inset
44659
44660
44661 \begin_inset Phantom Phantom
44662 status open
44663
44664 \begin_layout Plain Layout
44665 W
44666 \end_layout
44667
44668 \end_inset
44669
44670
44671 \begin_inset ERT
44672 status collapsed
44673
44674 \begin_layout Plain Layout
44675
44676 }
44677 \end_layout
44678
44679 \end_inset
44680
44681  RedOrange
44682 \end_layout
44683
44684 \end_inset
44685 </cell>
44686 <cell alignment="left" valignment="top" usebox="none">
44687 \begin_inset Text
44688
44689 \begin_layout Plain Layout
44690 \begin_inset ERT
44691 status collapsed
44692
44693 \begin_layout Plain Layout
44694
44695
44696 \backslash
44697 fcolorbox{black}{
44698 \end_layout
44699
44700 \end_inset
44701
44702 RedViolet
44703 \begin_inset ERT
44704 status collapsed
44705
44706 \begin_layout Plain Layout
44707
44708 }{
44709 \end_layout
44710
44711 \end_inset
44712
44713
44714 \begin_inset Phantom Phantom
44715 status open
44716
44717 \begin_layout Plain Layout
44718 W
44719 \end_layout
44720
44721 \end_inset
44722
44723
44724 \begin_inset ERT
44725 status collapsed
44726
44727 \begin_layout Plain Layout
44728
44729 }
44730 \end_layout
44731
44732 \end_inset
44733
44734  RedViolet
44735 \end_layout
44736
44737 \end_inset
44738 </cell>
44739 <cell alignment="left" valignment="top" usebox="none">
44740 \begin_inset Text
44741
44742 \begin_layout Plain Layout
44743 \begin_inset ERT
44744 status collapsed
44745
44746 \begin_layout Plain Layout
44747
44748
44749 \backslash
44750 fcolorbox{black}{
44751 \end_layout
44752
44753 \end_inset
44754
44755 Rhodamine
44756 \begin_inset ERT
44757 status collapsed
44758
44759 \begin_layout Plain Layout
44760
44761 }{
44762 \end_layout
44763
44764 \end_inset
44765
44766
44767 \begin_inset Phantom Phantom
44768 status open
44769
44770 \begin_layout Plain Layout
44771 W
44772 \end_layout
44773
44774 \end_inset
44775
44776
44777 \begin_inset ERT
44778 status collapsed
44779
44780 \begin_layout Plain Layout
44781
44782 }
44783 \end_layout
44784
44785 \end_inset
44786
44787  Rhodamine
44788 \end_layout
44789
44790 \end_inset
44791 </cell>
44792 </row>
44793 <row>
44794 <cell alignment="left" valignment="top" usebox="none">
44795 \begin_inset Text
44796
44797 \begin_layout Plain Layout
44798 \begin_inset ERT
44799 status collapsed
44800
44801 \begin_layout Plain Layout
44802
44803
44804 \backslash
44805 fcolorbox{black}{
44806 \end_layout
44807
44808 \end_inset
44809
44810 RoyalBlue
44811 \begin_inset ERT
44812 status collapsed
44813
44814 \begin_layout Plain Layout
44815
44816 }{
44817 \end_layout
44818
44819 \end_inset
44820
44821
44822 \begin_inset Phantom Phantom
44823 status open
44824
44825 \begin_layout Plain Layout
44826 W
44827 \end_layout
44828
44829 \end_inset
44830
44831
44832 \begin_inset ERT
44833 status collapsed
44834
44835 \begin_layout Plain Layout
44836
44837 }
44838 \end_layout
44839
44840 \end_inset
44841
44842  RoyalBlue
44843 \end_layout
44844
44845 \end_inset
44846 </cell>
44847 <cell alignment="left" valignment="top" usebox="none">
44848 \begin_inset Text
44849
44850 \begin_layout Plain Layout
44851 \begin_inset ERT
44852 status collapsed
44853
44854 \begin_layout Plain Layout
44855
44856
44857 \backslash
44858 fcolorbox{black}{
44859 \end_layout
44860
44861 \end_inset
44862
44863 RoyalPurple
44864 \begin_inset ERT
44865 status collapsed
44866
44867 \begin_layout Plain Layout
44868
44869 }{
44870 \end_layout
44871
44872 \end_inset
44873
44874
44875 \begin_inset Phantom Phantom
44876 status open
44877
44878 \begin_layout Plain Layout
44879 W
44880 \end_layout
44881
44882 \end_inset
44883
44884
44885 \begin_inset ERT
44886 status collapsed
44887
44888 \begin_layout Plain Layout
44889
44890 }
44891 \end_layout
44892
44893 \end_inset
44894
44895  RoyalPurple
44896 \end_layout
44897
44898 \end_inset
44899 </cell>
44900 <cell alignment="left" valignment="top" usebox="none">
44901 \begin_inset Text
44902
44903 \begin_layout Plain Layout
44904 \begin_inset ERT
44905 status collapsed
44906
44907 \begin_layout Plain Layout
44908
44909
44910 \backslash
44911 fcolorbox{black}{
44912 \end_layout
44913
44914 \end_inset
44915
44916 RubineRed
44917 \begin_inset ERT
44918 status collapsed
44919
44920 \begin_layout Plain Layout
44921
44922 }{
44923 \end_layout
44924
44925 \end_inset
44926
44927
44928 \begin_inset Phantom Phantom
44929 status open
44930
44931 \begin_layout Plain Layout
44932 W
44933 \end_layout
44934
44935 \end_inset
44936
44937
44938 \begin_inset ERT
44939 status collapsed
44940
44941 \begin_layout Plain Layout
44942
44943 }
44944 \end_layout
44945
44946 \end_inset
44947
44948  RubineRed
44949 \end_layout
44950
44951 \end_inset
44952 </cell>
44953 <cell alignment="left" valignment="top" usebox="none">
44954 \begin_inset Text
44955
44956 \begin_layout Plain Layout
44957 \begin_inset ERT
44958 status collapsed
44959
44960 \begin_layout Plain Layout
44961
44962
44963 \backslash
44964 fcolorbox{black}{
44965 \end_layout
44966
44967 \end_inset
44968
44969 Salmon
44970 \begin_inset ERT
44971 status collapsed
44972
44973 \begin_layout Plain Layout
44974
44975 }{
44976 \end_layout
44977
44978 \end_inset
44979
44980
44981 \begin_inset Phantom Phantom
44982 status open
44983
44984 \begin_layout Plain Layout
44985 W
44986 \end_layout
44987
44988 \end_inset
44989
44990
44991 \begin_inset ERT
44992 status collapsed
44993
44994 \begin_layout Plain Layout
44995
44996 }
44997 \end_layout
44998
44999 \end_inset
45000
45001  Salmon
45002 \end_layout
45003
45004 \end_inset
45005 </cell>
45006 </row>
45007 <row>
45008 <cell alignment="left" valignment="top" usebox="none">
45009 \begin_inset Text
45010
45011 \begin_layout Plain Layout
45012 \begin_inset ERT
45013 status collapsed
45014
45015 \begin_layout Plain Layout
45016
45017
45018 \backslash
45019 fcolorbox{black}{
45020 \end_layout
45021
45022 \end_inset
45023
45024 SeaGreen
45025 \begin_inset ERT
45026 status collapsed
45027
45028 \begin_layout Plain Layout
45029
45030 }{
45031 \end_layout
45032
45033 \end_inset
45034
45035
45036 \begin_inset Phantom Phantom
45037 status open
45038
45039 \begin_layout Plain Layout
45040 W
45041 \end_layout
45042
45043 \end_inset
45044
45045
45046 \begin_inset ERT
45047 status collapsed
45048
45049 \begin_layout Plain Layout
45050
45051 }
45052 \end_layout
45053
45054 \end_inset
45055
45056  SeaGreen
45057 \end_layout
45058
45059 \end_inset
45060 </cell>
45061 <cell alignment="left" valignment="top" usebox="none">
45062 \begin_inset Text
45063
45064 \begin_layout Plain Layout
45065 \begin_inset ERT
45066 status collapsed
45067
45068 \begin_layout Plain Layout
45069
45070
45071 \backslash
45072 fcolorbox{black}{
45073 \end_layout
45074
45075 \end_inset
45076
45077 Sepia
45078 \begin_inset ERT
45079 status collapsed
45080
45081 \begin_layout Plain Layout
45082
45083 }{
45084 \end_layout
45085
45086 \end_inset
45087
45088
45089 \begin_inset Phantom Phantom
45090 status open
45091
45092 \begin_layout Plain Layout
45093 W
45094 \end_layout
45095
45096 \end_inset
45097
45098
45099 \begin_inset ERT
45100 status collapsed
45101
45102 \begin_layout Plain Layout
45103
45104 }
45105 \end_layout
45106
45107 \end_inset
45108
45109  Sepia
45110 \end_layout
45111
45112 \end_inset
45113 </cell>
45114 <cell alignment="left" valignment="top" usebox="none">
45115 \begin_inset Text
45116
45117 \begin_layout Plain Layout
45118 \begin_inset ERT
45119 status collapsed
45120
45121 \begin_layout Plain Layout
45122
45123
45124 \backslash
45125 fcolorbox{black}{
45126 \end_layout
45127
45128 \end_inset
45129
45130 SkyBlue
45131 \begin_inset ERT
45132 status collapsed
45133
45134 \begin_layout Plain Layout
45135
45136 }{
45137 \end_layout
45138
45139 \end_inset
45140
45141
45142 \begin_inset Phantom Phantom
45143 status open
45144
45145 \begin_layout Plain Layout
45146 W
45147 \end_layout
45148
45149 \end_inset
45150
45151
45152 \begin_inset ERT
45153 status collapsed
45154
45155 \begin_layout Plain Layout
45156
45157 }
45158 \end_layout
45159
45160 \end_inset
45161
45162  SkyBlue
45163 \end_layout
45164
45165 \end_inset
45166 </cell>
45167 <cell alignment="left" valignment="top" usebox="none">
45168 \begin_inset Text
45169
45170 \begin_layout Plain Layout
45171 \begin_inset ERT
45172 status collapsed
45173
45174 \begin_layout Plain Layout
45175
45176
45177 \backslash
45178 fcolorbox{black}{
45179 \end_layout
45180
45181 \end_inset
45182
45183 SpringGreen
45184 \begin_inset ERT
45185 status collapsed
45186
45187 \begin_layout Plain Layout
45188
45189 }{
45190 \end_layout
45191
45192 \end_inset
45193
45194
45195 \begin_inset Phantom Phantom
45196 status open
45197
45198 \begin_layout Plain Layout
45199 W
45200 \end_layout
45201
45202 \end_inset
45203
45204
45205 \begin_inset ERT
45206 status collapsed
45207
45208 \begin_layout Plain Layout
45209
45210 }
45211 \end_layout
45212
45213 \end_inset
45214
45215  SpringGreen
45216 \end_layout
45217
45218 \end_inset
45219 </cell>
45220 </row>
45221 <row>
45222 <cell alignment="left" valignment="top" usebox="none">
45223 \begin_inset Text
45224
45225 \begin_layout Plain Layout
45226 \begin_inset ERT
45227 status collapsed
45228
45229 \begin_layout Plain Layout
45230
45231
45232 \backslash
45233 fcolorbox{black}{
45234 \end_layout
45235
45236 \end_inset
45237
45238 Tan
45239 \begin_inset ERT
45240 status collapsed
45241
45242 \begin_layout Plain Layout
45243
45244 }{
45245 \end_layout
45246
45247 \end_inset
45248
45249
45250 \begin_inset Phantom Phantom
45251 status open
45252
45253 \begin_layout Plain Layout
45254 W
45255 \end_layout
45256
45257 \end_inset
45258
45259
45260 \begin_inset ERT
45261 status collapsed
45262
45263 \begin_layout Plain Layout
45264
45265 }
45266 \end_layout
45267
45268 \end_inset
45269
45270  Tan
45271 \end_layout
45272
45273 \end_inset
45274 </cell>
45275 <cell alignment="left" valignment="top" usebox="none">
45276 \begin_inset Text
45277
45278 \begin_layout Plain Layout
45279 \begin_inset ERT
45280 status collapsed
45281
45282 \begin_layout Plain Layout
45283
45284
45285 \backslash
45286 fcolorbox{black}{
45287 \end_layout
45288
45289 \end_inset
45290
45291 TealBlue
45292 \begin_inset ERT
45293 status collapsed
45294
45295 \begin_layout Plain Layout
45296
45297 }{
45298 \end_layout
45299
45300 \end_inset
45301
45302
45303 \begin_inset Phantom Phantom
45304 status open
45305
45306 \begin_layout Plain Layout
45307 W
45308 \end_layout
45309
45310 \end_inset
45311
45312
45313 \begin_inset ERT
45314 status collapsed
45315
45316 \begin_layout Plain Layout
45317
45318 }
45319 \end_layout
45320
45321 \end_inset
45322
45323  TealBlue
45324 \end_layout
45325
45326 \end_inset
45327 </cell>
45328 <cell alignment="left" valignment="top" usebox="none">
45329 \begin_inset Text
45330
45331 \begin_layout Plain Layout
45332 \begin_inset ERT
45333 status collapsed
45334
45335 \begin_layout Plain Layout
45336
45337
45338 \backslash
45339 fcolorbox{black}{
45340 \end_layout
45341
45342 \end_inset
45343
45344 Thistle
45345 \begin_inset ERT
45346 status collapsed
45347
45348 \begin_layout Plain Layout
45349
45350 }{
45351 \end_layout
45352
45353 \end_inset
45354
45355
45356 \begin_inset Phantom Phantom
45357 status open
45358
45359 \begin_layout Plain Layout
45360 W
45361 \end_layout
45362
45363 \end_inset
45364
45365
45366 \begin_inset ERT
45367 status collapsed
45368
45369 \begin_layout Plain Layout
45370
45371 }
45372 \end_layout
45373
45374 \end_inset
45375
45376  Thistle
45377 \end_layout
45378
45379 \end_inset
45380 </cell>
45381 <cell alignment="left" valignment="top" usebox="none">
45382 \begin_inset Text
45383
45384 \begin_layout Plain Layout
45385 \begin_inset ERT
45386 status collapsed
45387
45388 \begin_layout Plain Layout
45389
45390
45391 \backslash
45392 fcolorbox{black}{
45393 \end_layout
45394
45395 \end_inset
45396
45397 Turquoise
45398 \begin_inset ERT
45399 status collapsed
45400
45401 \begin_layout Plain Layout
45402
45403 }{
45404 \end_layout
45405
45406 \end_inset
45407
45408
45409 \begin_inset Phantom Phantom
45410 status open
45411
45412 \begin_layout Plain Layout
45413 W
45414 \end_layout
45415
45416 \end_inset
45417
45418
45419 \begin_inset ERT
45420 status collapsed
45421
45422 \begin_layout Plain Layout
45423
45424 }
45425 \end_layout
45426
45427 \end_inset
45428
45429  Turquoise
45430 \end_layout
45431
45432 \end_inset
45433 </cell>
45434 </row>
45435 <row>
45436 <cell alignment="left" valignment="top" usebox="none">
45437 \begin_inset Text
45438
45439 \begin_layout Plain Layout
45440 \begin_inset ERT
45441 status collapsed
45442
45443 \begin_layout Plain Layout
45444
45445
45446 \backslash
45447 fcolorbox{black}{
45448 \end_layout
45449
45450 \end_inset
45451
45452 Violet
45453 \begin_inset ERT
45454 status collapsed
45455
45456 \begin_layout Plain Layout
45457
45458 }{
45459 \end_layout
45460
45461 \end_inset
45462
45463
45464 \begin_inset Phantom Phantom
45465 status open
45466
45467 \begin_layout Plain Layout
45468 W
45469 \end_layout
45470
45471 \end_inset
45472
45473
45474 \begin_inset ERT
45475 status collapsed
45476
45477 \begin_layout Plain Layout
45478
45479 }
45480 \end_layout
45481
45482 \end_inset
45483
45484  Violet
45485 \end_layout
45486
45487 \end_inset
45488 </cell>
45489 <cell alignment="left" valignment="top" usebox="none">
45490 \begin_inset Text
45491
45492 \begin_layout Plain Layout
45493 \begin_inset ERT
45494 status collapsed
45495
45496 \begin_layout Plain Layout
45497
45498
45499 \backslash
45500 fcolorbox{black}{
45501 \end_layout
45502
45503 \end_inset
45504
45505 VioletRed
45506 \begin_inset ERT
45507 status collapsed
45508
45509 \begin_layout Plain Layout
45510
45511 }{
45512 \end_layout
45513
45514 \end_inset
45515
45516
45517 \begin_inset Phantom Phantom
45518 status open
45519
45520 \begin_layout Plain Layout
45521 W
45522 \end_layout
45523
45524 \end_inset
45525
45526
45527 \begin_inset ERT
45528 status collapsed
45529
45530 \begin_layout Plain Layout
45531
45532 }
45533 \end_layout
45534
45535 \end_inset
45536
45537  VioletRed
45538 \end_layout
45539
45540 \end_inset
45541 </cell>
45542 <cell alignment="left" valignment="top" usebox="none">
45543 \begin_inset Text
45544
45545 \begin_layout Plain Layout
45546 \begin_inset ERT
45547 status collapsed
45548
45549 \begin_layout Plain Layout
45550
45551
45552 \backslash
45553 fcolorbox{black}{
45554 \end_layout
45555
45556 \end_inset
45557
45558 WildStrawberry
45559 \begin_inset ERT
45560 status collapsed
45561
45562 \begin_layout Plain Layout
45563
45564 }{
45565 \end_layout
45566
45567 \end_inset
45568
45569
45570 \begin_inset Phantom Phantom
45571 status open
45572
45573 \begin_layout Plain Layout
45574 W
45575 \end_layout
45576
45577 \end_inset
45578
45579
45580 \begin_inset ERT
45581 status collapsed
45582
45583 \begin_layout Plain Layout
45584
45585 }
45586 \end_layout
45587
45588 \end_inset
45589
45590  WildStrawberry
45591 \end_layout
45592
45593 \end_inset
45594 </cell>
45595 <cell alignment="left" valignment="top" usebox="none">
45596 \begin_inset Text
45597
45598 \begin_layout Plain Layout
45599 \begin_inset ERT
45600 status collapsed
45601
45602 \begin_layout Plain Layout
45603
45604
45605 \backslash
45606 fcolorbox{black}{
45607 \end_layout
45608
45609 \end_inset
45610
45611 YellowGreen
45612 \begin_inset ERT
45613 status collapsed
45614
45615 \begin_layout Plain Layout
45616
45617 }{
45618 \end_layout
45619
45620 \end_inset
45621
45622
45623 \begin_inset Phantom Phantom
45624 status open
45625
45626 \begin_layout Plain Layout
45627 W
45628 \end_layout
45629
45630 \end_inset
45631
45632
45633 \begin_inset ERT
45634 status collapsed
45635
45636 \begin_layout Plain Layout
45637
45638 }
45639 \end_layout
45640
45641 \end_inset
45642
45643  YellowGreen
45644 \end_layout
45645
45646 \end_inset
45647 </cell>
45648 </row>
45649 <row>
45650 <cell alignment="left" valignment="top" usebox="none">
45651 \begin_inset Text
45652
45653 \begin_layout Plain Layout
45654 \begin_inset ERT
45655 status collapsed
45656
45657 \begin_layout Plain Layout
45658
45659
45660 \backslash
45661 fcolorbox{black}{
45662 \end_layout
45663
45664 \end_inset
45665
45666 YellowOrange
45667 \begin_inset ERT
45668 status collapsed
45669
45670 \begin_layout Plain Layout
45671
45672 }{
45673 \end_layout
45674
45675 \end_inset
45676
45677
45678 \begin_inset Phantom Phantom
45679 status open
45680
45681 \begin_layout Plain Layout
45682 W
45683 \end_layout
45684
45685 \end_inset
45686
45687
45688 \begin_inset ERT
45689 status collapsed
45690
45691 \begin_layout Plain Layout
45692
45693 }
45694 \end_layout
45695
45696 \end_inset
45697
45698  YellowOrange
45699 \end_layout
45700
45701 \end_inset
45702 </cell>
45703 <cell alignment="left" valignment="top" usebox="none">
45704 \begin_inset Text
45705
45706 \begin_layout Plain Layout
45707
45708 \end_layout
45709
45710 \end_inset
45711 </cell>
45712 <cell alignment="left" valignment="top" usebox="none">
45713 \begin_inset Text
45714
45715 \begin_layout Plain Layout
45716
45717 \end_layout
45718
45719 \end_inset
45720 </cell>
45721 <cell alignment="left" valignment="top" usebox="none">
45722 \begin_inset Text
45723
45724 \begin_layout Plain Layout
45725
45726 \end_layout
45727
45728 \end_inset
45729 </cell>
45730 </row>
45731 </lyxtabular>
45732
45733 \end_inset
45734
45735
45736 \end_layout
45737
45738 \begin_layout Chapter
45739 Explication de l' équation
45740 \begin_inset space ~
45741 \end_inset
45742
45743 (
45744 \begin_inset CommandInset ref
45745 LatexCommand ref
45746 reference "eq:Wgn"
45747
45748 \end_inset
45749
45750 )
45751 \begin_inset CommandInset label
45752 LatexCommand label
45753 name "cha:Explication-de-l'Equation"
45754
45755 \end_inset
45756
45757
45758 \end_layout
45759
45760 \begin_layout Standard
45761 La largeur totale de 
45762 \emph on
45763 n
45764 \emph default
45765  cellules de tableau 
45766 \begin_inset Formula $L_{\mathrm{tot\,n}}$
45767 \end_inset
45768
45769  peut être calculée avec
45770 \begin_inset Formula 
45771 \begin{equation}
45772 L_{\mathrm{tot}\,n}=n\cdot(L_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45773 \end{equation}
45774
45775 \end_inset
45776
45777
45778 \end_layout
45779
45780 \begin_layout Standard
45781 où 
45782 \begin_inset Formula $L_{g\,n}$
45783 \end_inset
45784
45785  est la largeur fixe de toutes les cellules.
45786  
45787 \series bold
45788
45789 \backslash
45790 tabcolsep
45791 \series default
45792  est la largeur utilisée par \SpecialChar LaTeX
45793  entre le texte de la cellule et la bordure,
45794  sa valeur implicite est 6
45795 \begin_inset space \thinspace{}
45796 \end_inset
45797
45798 pt.
45799  
45800 \series bold
45801
45802 \backslash
45803 arrayrulewidth
45804 \series default
45805  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
45806 \begin_inset space \thinspace{}
45807 \end_inset
45808
45809 pt.
45810 \end_layout
45811
45812 \begin_layout Standard
45813 D'après l'équation
45814 \begin_inset space ~
45815 \end_inset
45816
45817
45818 \begin_inset CommandInset ref
45819 LatexCommand eqref
45820 reference "eq:Wtot_n"
45821
45822 \end_inset
45823
45824 , la largeur totale d'une multi-colonnes, 
45825 \begin_inset Formula $L_{\mathrm{tot\,mult}}$
45826 \end_inset
45827
45828  est
45829 \begin_inset Formula 
45830 \begin{equation}
45831 L_{\mathrm{tot\,mult}}=L_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45832 \end{equation}
45833
45834 \end_inset
45835
45836
45837 \end_layout
45838
45839 \begin_layout Standard
45840 En posant que les équations 
45841 \begin_inset space ~
45842 \end_inset
45843
45844
45845 \begin_inset CommandInset ref
45846 LatexCommand eqref
45847 reference "eq:Wtot_n"
45848
45849 \end_inset
45850
45851  et 
45852 \begin_inset CommandInset ref
45853 LatexCommand eqref
45854 reference "eq:Wtot_mult"
45855
45856 \end_inset
45857
45858  sont égales, on peut calculer la largeur nécessaire 
45859 \begin_inset Formula $L_{g\,n}$
45860 \end_inset
45861
45862  quand 
45863 \emph on
45864 n
45865 \emph default
45866  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
45867  de 
45868 \begin_inset Formula $L_{\mathrm{tot\,mult}}/n$
45869 \end_inset
45870
45871 :
45872 \begin_inset Formula 
45873 \begin{equation}
45874 L_{g\,n}=\frac{L_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45875 \end{equation}
45876
45877 \end_inset
45878
45879
45880 \end_layout
45881
45882 \begin_layout Bibliography
45883 \begin_inset CommandInset bibitem
45884 LatexCommand bibitem
45885 key "latexcompanion"
45886
45887 \end_inset
45888
45889 Frank Mittelbach and Michel Goossens: 
45890 \emph on
45891 The \SpecialChar LaTeX
45892  Companion Second Edition.
45893
45894 \emph default
45895  Addison-Wesley, 2004
45896 \end_layout
45897
45898 \begin_layout Bibliography
45899 \begin_inset CommandInset bibitem
45900 LatexCommand bibitem
45901 key "latexguide"
45902
45903 \end_inset
45904
45905 Helmut Kopka and Patrick W.
45906  Daly: 
45907 \emph on
45908 A Guide to \SpecialChar LaTeX
45909  Fourth Edition.
45910
45911 \emph default
45912  Addison-Wesley, 2003
45913 \end_layout
45914
45915 \begin_layout Bibliography
45916 \begin_inset CommandInset bibitem
45917 LatexCommand bibitem
45918 key "latexbook"
45919
45920 \end_inset
45921
45922 Leslie Lamport: 
45923 \emph on
45924 \SpecialChar LaTeX
45925 : A Document Preparation System.
45926
45927 \emph default
45928  Addison-Wesley, second edition, 1994
45929 \end_layout
45930
45931 \begin_layout Bibliography
45932 \begin_inset CommandInset bibitem
45933 LatexCommand bibitem
45934 key "arydshln"
45935
45936 \end_inset
45937
45938 Documentation du paquetage \SpecialChar LaTeX
45939
45940 \series bold
45941  
45942 \begin_inset CommandInset href
45943 LatexCommand href
45944 name "arydshln"
45945 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45946
45947 \end_inset
45948
45949
45950 \series default
45951
45952 \begin_inset Index idx
45953 status collapsed
45954
45955 \begin_layout Plain Layout
45956 Paquetages \SpecialChar LaTeX
45957  ! arydshln
45958 \end_layout
45959
45960 \end_inset
45961
45962
45963 \end_layout
45964
45965 \begin_layout Bibliography
45966 \begin_inset CommandInset bibitem
45967 LatexCommand bibitem
45968 key "booktabs"
45969
45970 \end_inset
45971
45972 Documentation du paquetage \SpecialChar LaTeX
45973  
45974 \series bold
45975
45976 \begin_inset CommandInset href
45977 LatexCommand href
45978 name "booktabs"
45979 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45980
45981 \end_inset
45982
45983
45984 \series default
45985
45986 \begin_inset Index idx
45987 status collapsed
45988
45989 \begin_layout Plain Layout
45990 Paquetages \SpecialChar LaTeX
45991  ! booktabs
45992 \end_layout
45993
45994 \end_inset
45995
45996
45997 \end_layout
45998
45999 \begin_layout Bibliography
46000 \begin_inset CommandInset bibitem
46001 LatexCommand bibitem
46002 key "caption"
46003
46004 \end_inset
46005
46006 Documentation du paquetage \SpecialChar LaTeX
46007  
46008 \series bold
46009
46010 \begin_inset CommandInset href
46011 LatexCommand href
46012 name "caption"
46013 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46014
46015 \end_inset
46016
46017
46018 \series default
46019
46020 \begin_inset Index idx
46021 status collapsed
46022
46023 \begin_layout Plain Layout
46024 Paquetages \SpecialChar LaTeX
46025  ! caption
46026 \end_layout
46027
46028 \end_inset
46029
46030
46031 \end_layout
46032
46033 \begin_layout Bibliography
46034 \begin_inset CommandInset bibitem
46035 LatexCommand bibitem
46036 key "diagbox"
46037
46038 \end_inset
46039
46040 Documentation du paquetage \SpecialChar LaTeX
46041  
46042 \series bold
46043
46044 \begin_inset CommandInset href
46045 LatexCommand href
46046 name "diagbox"
46047 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46048
46049 \end_inset
46050
46051
46052 \series default
46053
46054 \begin_inset Index idx
46055 status collapsed
46056
46057 \begin_layout Plain Layout
46058 Paquetages \SpecialChar LaTeX
46059  ! diagbox
46060 \end_layout
46061
46062 \end_inset
46063
46064
46065 \end_layout
46066
46067 \begin_layout Bibliography
46068 \begin_inset CommandInset bibitem
46069 LatexCommand bibitem
46070 key "endfloat"
46071
46072 \end_inset
46073
46074 Documentation du paquetage \SpecialChar LaTeX
46075  
46076 \series bold
46077
46078 \begin_inset CommandInset href
46079 LatexCommand href
46080 name "endfloat"
46081 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46082
46083 \end_inset
46084
46085
46086 \series default
46087
46088 \begin_inset Index idx
46089 status collapsed
46090
46091 \begin_layout Plain Layout
46092 Paquetages \SpecialChar LaTeX
46093  ! endfloat
46094 \end_layout
46095
46096 \end_inset
46097
46098
46099 \end_layout
46100
46101 \begin_layout Bibliography
46102 \begin_inset CommandInset bibitem
46103 LatexCommand bibitem
46104 key "footmisc"
46105
46106 \end_inset
46107
46108 Documentation du paquetage \SpecialChar LaTeX
46109  
46110 \series bold
46111
46112 \begin_inset CommandInset href
46113 LatexCommand href
46114 name "footmisc"
46115 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46116
46117 \end_inset
46118
46119
46120 \series default
46121
46122 \begin_inset Index idx
46123 status collapsed
46124
46125 \begin_layout Plain Layout
46126 Paquetages \SpecialChar LaTeX
46127  ! footmisc
46128 \end_layout
46129
46130 \end_inset
46131
46132
46133 \end_layout
46134
46135 \begin_layout Bibliography
46136 \begin_inset CommandInset bibitem
46137 LatexCommand bibitem
46138 key "hypcap"
46139
46140 \end_inset
46141
46142 Documentation du paquetage \SpecialChar LaTeX
46143  
46144 \series bold
46145
46146 \begin_inset CommandInset href
46147 LatexCommand href
46148 name "hypcap"
46149 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46150
46151 \end_inset
46152
46153
46154 \series default
46155
46156 \begin_inset Index idx
46157 status collapsed
46158
46159 \begin_layout Plain Layout
46160 Paquetages \SpecialChar LaTeX
46161  ! hyperref
46162 \end_layout
46163
46164 \end_inset
46165
46166
46167 \end_layout
46168
46169 \begin_layout Bibliography
46170 \begin_inset CommandInset bibitem
46171 LatexCommand bibitem
46172 key "hyperref"
46173
46174 \end_inset
46175
46176 Documentation du paquetage \SpecialChar LaTeX
46177  
46178 \series bold
46179
46180 \begin_inset CommandInset href
46181 LatexCommand href
46182 name "hyperref"
46183 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46184
46185 \end_inset
46186
46187
46188 \series default
46189
46190 \begin_inset Index idx
46191 status collapsed
46192
46193 \begin_layout Plain Layout
46194 Paquetages \SpecialChar LaTeX
46195  ! hyperref
46196 \end_layout
46197
46198 \end_inset
46199
46200
46201 \end_layout
46202
46203 \begin_layout Bibliography
46204 \begin_inset CommandInset bibitem
46205 LatexCommand bibitem
46206 key "KOMA-Script"
46207
46208 \end_inset
46209
46210 Documentation du paquetage \SpecialChar LaTeX
46211  
46212 \series bold
46213
46214 \begin_inset CommandInset href
46215 LatexCommand href
46216 name "KOMA-Script"
46217 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46218
46219 \end_inset
46220
46221
46222 \series default
46223
46224 \begin_inset Index idx
46225 status collapsed
46226
46227 \begin_layout Plain Layout
46228 Paquetages \SpecialChar LaTeX
46229  ! KOMA-Script
46230 \end_layout
46231
46232 \end_inset
46233
46234
46235 \end_layout
46236
46237 \begin_layout Bibliography
46238 \begin_inset CommandInset bibitem
46239 LatexCommand bibitem
46240 key "lettrine"
46241
46242 \end_inset
46243
46244 Documentation du paquetage \SpecialChar LaTeX
46245  
46246 \series bold
46247
46248 \begin_inset CommandInset href
46249 LatexCommand href
46250 name "lettrine"
46251 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46252
46253 \end_inset
46254
46255
46256 \series default
46257  et un 
46258 \begin_inset CommandInset href
46259 LatexCommand href
46260 name "exemple"
46261 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46262
46263 \end_inset
46264
46265
46266 \begin_inset Index idx
46267 status collapsed
46268
46269 \begin_layout Plain Layout
46270 Paquetages \SpecialChar LaTeX
46271  ! lettrine
46272 \end_layout
46273
46274 \end_inset
46275
46276
46277 \end_layout
46278
46279 \begin_layout Bibliography
46280 \begin_inset CommandInset bibitem
46281 LatexCommand bibitem
46282 key "listings"
46283
46284 \end_inset
46285
46286 Documentation du paquetage \SpecialChar LaTeX
46287  
46288 \series bold
46289
46290 \begin_inset CommandInset href
46291 LatexCommand href
46292 name "listings"
46293 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46294
46295 \end_inset
46296
46297
46298 \series default
46299
46300 \begin_inset Index idx
46301 status collapsed
46302
46303 \begin_layout Plain Layout
46304 Paquetages \SpecialChar LaTeX
46305  ! listings
46306 \end_layout
46307
46308 \end_inset
46309
46310
46311 \end_layout
46312
46313 \begin_layout Bibliography
46314 \begin_inset CommandInset bibitem
46315 LatexCommand bibitem
46316 key "marginnote"
46317
46318 \end_inset
46319
46320 Documentation du paquetage \SpecialChar LaTeX
46321  
46322 \series bold
46323
46324 \begin_inset CommandInset href
46325 LatexCommand href
46326 name "marginnote"
46327 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46328
46329 \end_inset
46330
46331
46332 \series default
46333
46334 \begin_inset Index idx
46335 status collapsed
46336
46337 \begin_layout Plain Layout
46338 Paquetages \SpecialChar LaTeX
46339  ! marginnote
46340 \end_layout
46341
46342 \end_inset
46343
46344
46345 \end_layout
46346
46347 \begin_layout Bibliography
46348 \begin_inset CommandInset bibitem
46349 LatexCommand bibitem
46350 key "pdfpages"
46351
46352 \end_inset
46353
46354 Documentation du paquetage \SpecialChar LaTeX
46355  
46356 \series bold
46357
46358 \begin_inset CommandInset href
46359 LatexCommand href
46360 name "pdfpages"
46361 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46362
46363 \end_inset
46364
46365
46366 \series default
46367
46368 \begin_inset Index idx
46369 status collapsed
46370
46371 \begin_layout Plain Layout
46372 Paquetages \SpecialChar LaTeX
46373  ! pdfpages
46374 \end_layout
46375
46376 \end_inset
46377
46378
46379 \end_layout
46380
46381 \begin_layout Bibliography
46382 \begin_inset CommandInset bibitem
46383 LatexCommand bibitem
46384 key "prettyref"
46385
46386 \end_inset
46387
46388 Documentation du paquetage \SpecialChar LaTeX
46389
46390 \series bold
46391  
46392 \begin_inset CommandInset href
46393 LatexCommand href
46394 name "prettyref"
46395 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46396
46397 \end_inset
46398
46399
46400 \series default
46401
46402 \begin_inset Index idx
46403 status collapsed
46404
46405 \begin_layout Plain Layout
46406 Paquetages \SpecialChar LaTeX
46407  ! prettyref
46408 \end_layout
46409
46410 \end_inset
46411
46412
46413 \end_layout
46414
46415 \begin_layout Bibliography
46416 \begin_inset CommandInset bibitem
46417 LatexCommand bibitem
46418 key "pstricks"
46419
46420 \end_inset
46421
46422 Page Web du paquetage \SpecialChar LaTeX
46423  
46424 \series bold
46425
46426 \begin_inset CommandInset href
46427 LatexCommand href
46428 name "PSTricks"
46429 target "http://tug.org/PSTricks/"
46430
46431 \end_inset
46432
46433
46434 \series default
46435
46436 \begin_inset Index idx
46437 status collapsed
46438
46439 \begin_layout Plain Layout
46440 Paquetages \SpecialChar LaTeX
46441  ! PSTricks
46442 \end_layout
46443
46444 \end_inset
46445
46446
46447 \end_layout
46448
46449 \begin_layout Bibliography
46450 \begin_inset CommandInset bibitem
46451 LatexCommand bibitem
46452 key "refstyle"
46453
46454 \end_inset
46455
46456 Documentation du paquetage \SpecialChar LaTeX
46457
46458 \series bold
46459  
46460 \begin_inset CommandInset href
46461 LatexCommand href
46462 name "refstyle"
46463 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
46464
46465 \end_inset
46466
46467
46468 \series default
46469
46470 \begin_inset Index idx
46471 status collapsed
46472
46473 \begin_layout Plain Layout
46474 Paquetages \SpecialChar LaTeX
46475  ! refstyle
46476 \end_layout
46477
46478 \end_inset
46479
46480
46481 \end_layout
46482
46483 \begin_layout Bibliography
46484 \begin_inset CommandInset bibitem
46485 LatexCommand bibitem
46486 key "sidecap"
46487
46488 \end_inset
46489
46490 Documentation du paquetage \SpecialChar LaTeX
46491  
46492 \series bold
46493
46494 \begin_inset CommandInset href
46495 LatexCommand href
46496 name "sidecap"
46497 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46498
46499 \end_inset
46500
46501
46502 \series default
46503
46504 \begin_inset Index idx
46505 status collapsed
46506
46507 \begin_layout Plain Layout
46508 Paquetages \SpecialChar LaTeX
46509  ! sidecap
46510 \end_layout
46511
46512 \end_inset
46513
46514
46515 \end_layout
46516
46517 \begin_layout Bibliography
46518 \begin_inset CommandInset bibitem
46519 LatexCommand bibitem
46520 key "NewInLyX20"
46521
46522 \end_inset
46523
46524
46525 \begin_inset CommandInset href
46526 LatexCommand href
46527 name "Page Wiki"
46528 target "http://wiki.lyx.org/LyX/NewInLyX20"
46529
46530 \end_inset
46531
46532  au sujet des nouveautés de 
46533 \family sans
46534 \SpecialChar LyX
46535  2.0
46536 \family default
46537 .
46538 \end_layout
46539
46540 \begin_layout Standard
46541 \begin_inset CommandInset index_print
46542 LatexCommand printindex
46543 type "idx"
46544
46545 \end_inset
46546
46547
46548 \end_layout
46549
46550 \end_body
46551 \end_document