]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
62ce593e34c21d7953ebc3bf0eb9544e18522e6b
[lyx.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 \begin_layout Plain Layout
302 Mise à jour pour 2.2, 22 janvier 2016 (JPC)
303 \end_layout
304
305 \end_inset
306
307
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \family sans
317 Version 2.2.x
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset CommandInset toc
322 LatexCommand tableofcontents
323
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Standard
330 \begin_inset Note Note
331 status open
332
333 \begin_layout Plain Layout
334 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages \SpecialChar LaTeX
335  
336 \series bold
337 arydshln
338 \series default
339
340 \series bold
341 colortbl
342 \series default
343
344 \series bold
345 diagbox, lettrine, marginnote, picinpar
346 \series default
347 , et 
348 \series bold
349 sidecap
350 \series default
351  doivent être installés.
352  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
353  les sections qui nécessitent les paquetages en question n'apparaîtront
354  pas sur la sortie.
355 \end_layout
356
357 \begin_layout Plain Layout
358 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
359 \begin_inset Newline newline
360 \end_inset
361
362
363 \series bold
364 http://wiki.lyx.org/\SpecialChar LyX
365 /DocumentationDevelopment#EmbeddedObjects
366 \end_layout
367
368 \end_inset
369
370
371 \end_layout
372
373 \begin_layout Chapter
374 Figures
375 \begin_inset Index idx
376 status collapsed
377
378 \begin_layout Plain Layout
379 Figures
380 \end_layout
381
382 \end_inset
383
384
385 \begin_inset Index idx
386 status collapsed
387
388 \begin_layout Plain Layout
389 Graphiques|see
390 \begin_inset ERT
391 status collapsed
392
393 \begin_layout Plain Layout
394
395 {
396 \end_layout
397
398 \end_inset
399
400 Figures
401 \begin_inset ERT
402 status collapsed
403
404 \begin_layout Plain Layout
405
406 }
407 \end_layout
408
409 \end_inset
410
411
412 \end_layout
413
414 \end_inset
415
416
417 \end_layout
418
419 \begin_layout Section
420 La fenêtre de dialogue graphique
421 \begin_inset Index idx
422 status collapsed
423
424 \begin_layout Plain Layout
425 Figures ! Fenêtre de dialogue Graphique
426 \end_layout
427
428 \end_inset
429
430
431 \begin_inset CommandInset label
432 LatexCommand label
433 name "sec:Graphics-Dialog"
434
435 \end_inset
436
437
438 \end_layout
439
440 \begin_layout Standard
441 Pour placer une figure dans votre document, cliquez sur le bouton 
442 \begin_inset Info
443 type  "icon"
444 arg   "dialog-show-new-inset graphics"
445 \end_inset
446
447  dans la barre d'outils, ou faites 
448 \family sans
449 Insertion\SpecialChar menuseparator
450 Graphique
451 \family default
452 .
453  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
454  à charger.
455  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
456  dans le texte.
457 \end_layout
458
459 \begin_layout Standard
460 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
461  sur une image
462 \begin_inset Note Note
463 status collapsed
464
465 \begin_layout Plain Layout
466 Ça marche aussi avec le bouton gauche ! (NdT)
467 \end_layout
468
469 \end_inset
470
471 .
472  Cette fenêtre de dialogue possède trois onglets:
473 \end_layout
474
475 \begin_layout Description
476 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
477  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
478  Les unités de longueurs utilisées sont décrites dans l'annexe
479 \begin_inset space ~
480 \end_inset
481
482
483 \begin_inset CommandInset ref
484 LatexCommand ref
485 reference "cha:Unités-de-longueur"
486
487 \end_inset
488
489 .
490 \begin_inset Newline newline
491 \end_inset
492
493
494 \begin_inset Index idx
495 status collapsed
496
497 \begin_layout Plain Layout
498 Figures ! Pivotées
499 \end_layout
500
501 \end_inset
502
503 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
504  d'une montre, en donnant l'angle de rotation et la position du pivot.
505  L'image apparaîtra pivotée dans \SpecialChar LyX
506 .
507 \begin_inset Newline newline
508 \end_inset
509
510
511 \begin_inset Index idx
512 status collapsed
513
514 \begin_layout Plain Layout
515 Figures ! Redimensionnées
516 \end_layout
517
518 \end_inset
519
520 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
521  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
522  sa largeur.
523  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
524  déterminée automatiquement.
525  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
526  éventuellement une distorsion.
527  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
528  
529 \family sans
530 Conserver
531 \begin_inset space ~
532 \end_inset
533
534 les
535 \begin_inset space ~
536 \end_inset
537
538 proportions
539 \family default
540 .
541  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
542  pas les valeurs fixées.
543  
544 \begin_inset Newline newline
545 \end_inset
546
547 Les images peuvent être modifiée en utilisant le programme de votre choix
548  en faisant un clic droit dessus et en choisissant 
549 \family sans
550 Éditer le fichier ailleurs
551 \family default
552  dans le menu contextuel qui apparaît.
553  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
554  
555 \family sans
556 Formats
557 \begin_inset space ~
558 \end_inset
559
560 de
561 \begin_inset space ~
562 \end_inset
563
564 fichiers
565 \family default
566  dans la fenêtre de dialogue de 
567 \family sans
568 Préférences
569 \family default
570  de \SpecialChar LyX
571 .
572 \end_layout
573
574 \begin_layout Description
575 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
576  la sortie finale est de modifier les coordonnées de la zone de l'image
577  qui est affichée.
578  Cette zone peut être calculée automatiquement à partir des données présentes
579  dans le fichier en appuyant sur le bouton 
580 \family sans
581 Valeurs
582 \begin_inset space ~
583 \end_inset
584
585 du
586 \begin_inset space ~
587 \end_inset
588
589 Fichier
590 \family default
591 .
592  Avec l'option 
593 \family sans
594 Couper
595 \begin_inset space ~
596 \end_inset
597
598 à
599 \begin_inset space ~
600 \end_inset
601
602 la
603 \begin_inset space ~
604 \end_inset
605
606 boîte
607 \begin_inset space ~
608 \end_inset
609
610 de
611 \begin_inset space ~
612 \end_inset
613
614 délimitation, 
615 \family default
616 seule la portion de l'image qui est dans la zone définie sera imprimée.
617  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
618  donc vous pouvez ignorer l'onglet 
619 \family sans
620 Rogner
621 \family default
622 .
623 \end_layout
624
625 \begin_layout Description
626
627 \family sans
628 Options
629 \begin_inset space ~
630 \end_inset
631
632 \SpecialChar LaTeX
633
634 \begin_inset space ~
635 \end_inset
636
637 et
638 \begin_inset space ~
639 \end_inset
640
641 \SpecialChar LyX
642
643 \family default
644  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans \SpecialChar LyX
645  et les
646  experts ès-\SpecialChar LaTeX
647  pourront fournir des options supplémentaires pour \SpecialChar LaTeX
648
649 \begin_inset Newline newline
650 \end_inset
651
652 L'option 
653 \family sans
654 Mode brouillon
655 \family default
656  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
657  avec la taille de l'image.
658 \begin_inset Newline newline
659 \end_inset
660
661 Dans la section 
662 \family sans
663 Groupe
664 \begin_inset space ~
665 \end_inset
666
667 de
668 \begin_inset space ~
669 \end_inset
670
671 graphiques
672 \family default
673  vous pouvez définir ou de choisir un groupe de paramètres d'image
674 \begin_inset Index idx
675 status collapsed
676
677 \begin_layout Plain Layout
678 Figures ! Groupes de paramétrisation
679 \end_layout
680
681 \end_inset
682
683 .
684  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
685  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
686  les autres soient automatiquement modifiées de la même manière.
687  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
688  avoir à modifier leur taille manuellement une par une.
689  On peut rattacher une image à un groupe existant en utilisant le menu contextue
690 l de l'image et en cochant le nom du groupe dans la liste
691 \begin_inset Foot
692 status collapsed
693
694 \begin_layout Plain Layout
695 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
696 \end_layout
697
698 \end_inset
699
700 .
701 \end_layout
702
703 \begin_layout Standard
704 \begin_inset VSpace bigskip
705 \end_inset
706
707
708 \end_layout
709
710 \begin_layout Standard
711 Voici un exemple d'image au format EPS
712 \begin_inset Foot
713 status collapsed
714
715 \begin_layout Plain Layout
716 Les format d'images sont décrits dans la section
717 \begin_inset space ~
718 \end_inset
719
720
721 \begin_inset CommandInset ref
722 LatexCommand ref
723 reference "sec:Image-Formats"
724
725 \end_inset
726
727 .
728 \end_layout
729
730 \end_inset
731
732  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
733 nt:
734 \begin_inset Separator parbreak
735 \end_inset
736
737
738 \end_layout
739
740 \begin_layout Standard
741 \align center
742 \begin_inset Graphics
743         filename ../clipart/mobius.eps
744         scale 70
745         scaleBeforeRotation
746         rotateOrigin center
747
748 \end_inset
749
750
751 \end_layout
752
753 \begin_layout Standard
754 Et voici la même image mais en mode brouillon:
755 \begin_inset Separator parbreak
756 \end_inset
757
758
759 \end_layout
760
761 \begin_layout Standard
762 \align center
763 \begin_inset Graphics
764         filename ../clipart/mobius.eps
765         scale 70
766         draft
767         scaleBeforeRotation
768         rotateOrigin center
769
770 \end_inset
771
772
773 \end_layout
774
775 \begin_layout Section
776 Figures flottantes
777 \begin_inset CommandInset label
778 LatexCommand label
779 name "sec:Figure-Floats"
780
781 \end_inset
782
783
784 \begin_inset Index idx
785 status collapsed
786
787 \begin_layout Plain Layout
788 Flottants ! Figures
789 \end_layout
790
791 \end_inset
792
793
794 \begin_inset Index idx
795 status collapsed
796
797 \begin_layout Plain Layout
798 Figures ! Flottants
799 \end_layout
800
801 \end_inset
802
803
804 \end_layout
805
806 \begin_layout Standard
807 Pour des explications d'ordre général concernant les flottants, jetez un
808  coup d'œil à la section
809 \begin_inset space ~
810 \end_inset
811
812
813 \begin_inset CommandInset ref
814 LatexCommand ref
815 reference "sec:Flottants-Introduction"
816
817 \end_inset
818
819 .
820 \end_layout
821
822 \begin_layout Standard
823 Le bouton 
824 \begin_inset Info
825 type  "icon"
826 arg   "float-insert figure"
827 \end_inset
828
829  de la barre d'outils et le menu 
830 \family sans
831 Insertion\SpecialChar menuseparator
832 Flottant\SpecialChar menuseparator
833 Figure
834 \family default
835  insèrent un flottant avec l'étiquette 
836 \begin_inset Quotes fld
837 \end_inset
838
839
840 \series bold
841 Figure
842 \begin_inset space ~
843 \end_inset
844
845 #:
846 \series default
847
848 \begin_inset Quotes frd
849 \end_inset
850
851  (# est le numéro réel de l'image).
852  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
853 \begin_inset space ~
854 \end_inset
855
856
857 \begin_inset CommandInset ref
858 LatexCommand ref
859 reference "fig:kill-plat"
860
861 \end_inset
862
863  ou en dessous de la légende comme pour la Figure
864 \begin_inset space ~
865 \end_inset
866
867
868 \begin_inset CommandInset ref
869 LatexCommand ref
870 reference "fig:escher"
871
872 \end_inset
873
874 .
875  Vous trouverez plus d'information sur le positionnement des légendes dans
876  la section
877 \begin_inset space ~
878 \end_inset
879
880
881 \begin_inset CommandInset ref
882 LatexCommand ref
883 reference "sec:Placement-légende"
884
885 \end_inset
886
887 .
888 \end_layout
889
890 \begin_layout Standard
891 \begin_inset Float figure
892 wide false
893 sideways false
894 status open
895
896 \begin_layout Plain Layout
897 \align center
898 \begin_inset Graphics
899         filename ../clipart/platypus.eps
900         width 50col%
901         scaleBeforeRotation
902         rotateOrigin center
903
904 \end_inset
905
906
907 \end_layout
908
909 \begin_layout Plain Layout
910 \begin_inset Caption Standard
911
912 \begin_layout Plain Layout
913 \begin_inset CommandInset label
914 LatexCommand label
915 name "fig:kill-plat"
916
917 \end_inset
918
919 Un ornithorynque sévèrement déformé dans un flottant de figure.
920 \end_layout
921
922 \end_inset
923
924
925 \end_layout
926
927 \end_inset
928
929
930 \end_layout
931
932 \begin_layout Standard
933 \begin_inset Float figure
934 wide false
935 sideways false
936 status open
937
938 \begin_layout Plain Layout
939 \begin_inset Caption Standard
940
941 \begin_layout Plain Layout
942 \begin_inset CommandInset label
943 LatexCommand label
944 name "fig:escher"
945
946 \end_inset
947
948 M.C.
949  Escher sous LSD.
950 \end_layout
951
952 \end_inset
953
954
955 \end_layout
956
957 \begin_layout Plain Layout
958 \align center
959 \begin_inset Graphics
960         filename ../clipart/escher-lsd.eps
961         scale 80
962         scaleBeforeRotation
963         rotateOrigin center
964
965 \end_inset
966
967
968 \end_layout
969
970 \end_inset
971
972
973 \end_layout
974
975 \begin_layout Standard
976 \begin_inset Index idx
977 status collapsed
978
979 \begin_layout Plain Layout
980 References@Références ! à des Figures
981 \end_layout
982
983 \end_inset
984
985 Les figure
986 \begin_inset space ~
987 \end_inset
988
989
990 \begin_inset CommandInset ref
991 LatexCommand ref
992 reference "fig:kill-plat"
993
994 \end_inset
995
996  et 
997 \begin_inset CommandInset ref
998 LatexCommand ref
999 reference "fig:escher"
1000
1001 \end_inset
1002
1003  sont des exemples de figures référencées.
1004  Dans le texte, on fait référence à une figure en faisant référence à sa
1005  légende.
1006  On insère donc une étiquette dans la légende en utilisant le menu 
1007 \family sans
1008 Insertion
1009 \family default
1010 \SpecialChar menuseparator
1011
1012 \family sans
1013 Étiquette
1014 \family default
1015  ou le bouton 
1016 \begin_inset Info
1017 type  "icon"
1018 arg   "label-insert"
1019 \end_inset
1020
1021  de la barre d'outils.
1022  On peut alors faire référence à cette étiquette en utilisant le menu 
1023 \family sans
1024 Insertion\SpecialChar menuseparator
1025 Référence
1026 \begin_inset space ~
1027 \end_inset
1028
1029 croisée
1030 \family default
1031  ou le bouton 
1032 \begin_inset Info
1033 type  "icon"
1034 arg   "dialog-show-new-inset ref"
1035 \end_inset
1036
1037  de la barre d'outils.
1038  Il est important d'utiliser des références pour les flottants de figures
1039  plutôt que des locutions vagues du genre 
1040 \begin_inset Quotes fld
1041 \end_inset
1042
1043 la figure ci-dessous
1044 \begin_inset Quotes frd
1045 \end_inset
1046
1047 , puisque \SpecialChar LaTeX
1048  va repositionner la figure dans le document final.
1049  Votre figure risque de ne plus être ci-dessous du tout !
1050 \begin_inset Newline newline
1051 \end_inset
1052
1053 Le référencement est expliqué plus en détail dans la section
1054 \begin_inset space ~
1055 \end_inset
1056
1057
1058 \begin_inset CommandInset ref
1059 LatexCommand ref
1060 reference "sec:Referencer-les-Flottants"
1061
1062 \end_inset
1063
1064 .
1065 \end_layout
1066
1067 \begin_layout Standard
1068 En principe on met une seule figure dans un flottant, mais parfois vous
1069  pouvez vouloir deux figures avec chacune sa sous-légende.
1070  C'est possible en insérant des flottants d'image dans des flottants d'image
1071  existants.
1072  Notez que seule la légende principale des flottants est reprise dans la
1073  liste des figures.
1074  La figure
1075 \begin_inset space ~
1076 \end_inset
1077
1078
1079 \begin_inset CommandInset ref
1080 LatexCommand ref
1081 reference "fig:Deux-images-déformées"
1082
1083 \end_inset
1084
1085  est un exemple de flottant de figure avec deux images mises l'une à côté
1086  de l'autre.
1087  Vous pouvez aussi mettre les images les unes sous les autres.
1088  Les figures
1089 \begin_inset space ~
1090 \end_inset
1091
1092
1093 \begin_inset CommandInset ref
1094 LatexCommand ref
1095 reference "fig:Structure-indéfinissable"
1096
1097 \end_inset
1098
1099  et 
1100 \begin_inset CommandInset ref
1101 LatexCommand ref
1102 reference "fig:Un-ornithorynque"
1103
1104 \end_inset
1105
1106  sont des sous-figures.
1107 \end_layout
1108
1109 \begin_layout Standard
1110 \begin_inset Float figure
1111 wide false
1112 sideways false
1113 status open
1114
1115 \begin_layout Plain Layout
1116 \begin_inset space \hfill{}
1117 \end_inset
1118
1119
1120 \begin_inset Float figure
1121 wide false
1122 sideways false
1123 status open
1124
1125 \begin_layout Plain Layout
1126 \begin_inset Caption Standard
1127
1128 \begin_layout Plain Layout
1129 \begin_inset CommandInset label
1130 LatexCommand label
1131 name "fig:Structure-indéfinissable"
1132
1133 \end_inset
1134
1135 Structure indéfinissable
1136 \end_layout
1137
1138 \end_inset
1139
1140
1141 \end_layout
1142
1143 \begin_layout Plain Layout
1144 \begin_inset Graphics
1145         filename ../clipart/escher-lsd.eps
1146         width 45col%
1147         scaleBeforeRotation
1148         groupId Déformés
1149
1150 \end_inset
1151
1152
1153 \end_layout
1154
1155 \end_inset
1156
1157
1158 \begin_inset space \hfill{}
1159 \end_inset
1160
1161
1162 \begin_inset Float figure
1163 wide false
1164 sideways false
1165 status open
1166
1167 \begin_layout Plain Layout
1168 \begin_inset Caption Standard
1169
1170 \begin_layout Plain Layout
1171 \begin_inset CommandInset label
1172 LatexCommand label
1173 name "fig:Un-ornithorynque"
1174
1175 \end_inset
1176
1177 Un ornithorynque
1178 \end_layout
1179
1180 \end_inset
1181
1182
1183 \end_layout
1184
1185 \begin_layout Plain Layout
1186 \begin_inset Graphics
1187         filename ../clipart/platypus.eps
1188         width 45col%
1189         scaleBeforeRotation
1190         groupId Déformés
1191
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \end_inset
1198
1199
1200 \begin_inset space \hfill{}
1201 \end_inset
1202
1203
1204 \end_layout
1205
1206 \begin_layout Plain Layout
1207 \begin_inset Caption Standard
1208
1209 \begin_layout Plain Layout
1210 \begin_inset CommandInset label
1211 LatexCommand label
1212 name "fig:Deux-images-déformées"
1213
1214 \end_inset
1215
1216 Deux images déformées.
1217  Les deux images font partie du groupe de paramétrisation 
1218 \begin_inset Quotes fld
1219 \end_inset
1220
1221 déformés
1222 \begin_inset Quotes frd
1223 \end_inset
1224
1225 .
1226 \end_layout
1227
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \end_inset
1234
1235
1236 \end_layout
1237
1238 \begin_layout Section
1239 Les formats d'images
1240 \begin_inset CommandInset label
1241 LatexCommand label
1242 name "sec:Image-Formats"
1243
1244 \end_inset
1245
1246
1247 \begin_inset Index idx
1248 status collapsed
1249
1250 \begin_layout Plain Layout
1251 Formats d' images
1252 \end_layout
1253
1254 \end_inset
1255
1256
1257 \begin_inset Index idx
1258 status collapsed
1259
1260 \begin_layout Plain Layout
1261 Figures ! Formats d'images
1262 \end_layout
1263
1264 \end_inset
1265
1266
1267 \end_layout
1268
1269 \begin_layout Standard
1270 Vous pouvez insérer des images dans n'importe quel format connu.
1271  Mais, comme nous l'avons expliqué dans l'annexe
1272 \begin_inset space ~
1273 \end_inset
1274
1275
1276 \begin_inset CommandInset ref
1277 LatexCommand ref
1278 reference "cha:Formats-fichiers-graphiques"
1279
1280 \end_inset
1281
1282 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1283  de formats d'images.
1284  Pour s'en sortir \SpecialChar LyX
1285  utilise le programme 
1286 \family typewriter
1287 ImageMagick
1288 \family default
1289  en arrière plan pour convertir les formats que vous utilisez dans un des
1290  formats acceptés par le format de sortie.
1291  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1292 ons en n'utilisant que les formats listés dans les sous sections de l'annexe
1293 \begin_inset space ~
1294 \end_inset
1295
1296
1297 \begin_inset CommandInset ref
1298 LatexCommand ref
1299 reference "cha:Formats-fichiers-graphiques"
1300
1301 \end_inset
1302
1303 .
1304 \end_layout
1305
1306 \begin_layout Standard
1307 Comme pour les polices de caractères, il y a deux grands types de formats
1308  d'images:
1309 \end_layout
1310
1311 \begin_layout Description
1312 Les
1313 \begin_inset space ~
1314 \end_inset
1315
1316 images
1317 \begin_inset space ~
1318 \end_inset
1319
1320 Matricielles
1321 \begin_inset space ~
1322 \end_inset
1323
1324 (ou
1325 \begin_inset space ~
1326 \end_inset
1327
1328 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1329  enregistrés sous un format compressé.
1330  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1331  petits carrés quand on utilise des agrandissements trop importants (aspect
1332  
1333 \begin_inset Quotes fld
1334 \end_inset
1335
1336 pixellisé
1337 \begin_inset Quotes frd
1338 \end_inset
1339
1340 ).
1341  Les formats matriciels les plus connus sont le GIF (
1342 \begin_inset Quotes fld
1343 \end_inset
1344
1345 Graphics Interchange Format
1346 \begin_inset Quotes frd
1347 \end_inset
1348
1349 , avec comme suffixe de fichier 
1350 \begin_inset Quotes fld
1351 \end_inset
1352
1353
1354 \family typewriter
1355 .gif
1356 \family default
1357
1358 \begin_inset Quotes frd
1359 \end_inset
1360
1361 )
1362 \begin_inset Index idx
1363 status collapsed
1364
1365 \begin_layout Plain Layout
1366 GIF|see
1367 \begin_inset ERT
1368 status collapsed
1369
1370 \begin_layout Plain Layout
1371
1372 {
1373 \end_layout
1374
1375 \end_inset
1376
1377 Format d'image
1378 \begin_inset ERT
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382
1383 }
1384 \end_layout
1385
1386 \end_inset
1387
1388
1389 \end_layout
1390
1391 \end_inset
1392
1393 , le PNG (
1394 \begin_inset Quotes fld
1395 \end_inset
1396
1397 Portable Network Graphics
1398 \begin_inset Quotes frd
1399 \end_inset
1400
1401 , suffixe 
1402 \begin_inset Quotes fld
1403 \end_inset
1404
1405
1406 \family typewriter
1407 .png
1408 \family default
1409
1410 \begin_inset Quotes frd
1411 \end_inset
1412
1413 )
1414 \begin_inset Index idx
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418 PNG|see
1419 \begin_inset ERT
1420 status collapsed
1421
1422 \begin_layout Plain Layout
1423
1424 {
1425 \end_layout
1426
1427 \end_inset
1428
1429 Formats d'image
1430 \begin_inset ERT
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434
1435 }
1436 \end_layout
1437
1438 \end_inset
1439
1440
1441 \end_layout
1442
1443 \end_inset
1444
1445  et le JPG (
1446 \begin_inset Quotes fld
1447 \end_inset
1448
1449 Joint Photographic Expert Group
1450 \begin_inset Quotes frd
1451 \end_inset
1452
1453 , suffixe 
1454 \begin_inset Quotes fld
1455 \end_inset
1456
1457
1458 \family typewriter
1459 .jpg
1460 \family default
1461
1462 \begin_inset Quotes frd
1463 \end_inset
1464
1465  ou 
1466 \begin_inset Quotes fld
1467 \end_inset
1468
1469
1470 \family typewriter
1471 .jpeg
1472 \family default
1473
1474 \begin_inset Quotes frd
1475 \end_inset
1476
1477 )
1478 \begin_inset Index idx
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482 JPG|see
1483 \begin_inset ERT
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487
1488 {
1489 \end_layout
1490
1491 \end_inset
1492
1493 Formats d'image
1494 \begin_inset ERT
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498
1499 }
1500 \end_layout
1501
1502 \end_inset
1503
1504
1505 \end_layout
1506
1507 \end_inset
1508
1509 .
1510 \end_layout
1511
1512 \begin_layout Description
1513 Les
1514 \begin_inset space ~
1515 \end_inset
1516
1517 images
1518 \begin_inset space ~
1519 \end_inset
1520
1521 Vectorielles
1522 \begin_inset space ~
1523 \end_inset
1524
1525 (ou
1526 \begin_inset space ~
1527 \end_inset
1528
1529 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1530  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1531 nnée comme on le veut sans perte de précision.
1532  La possibilité de redimensionner les images est très utilisé pour les présentat
1533 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1534 nnement.
1535  Le redimensionnement permet aussi de présenter des documents en ligne où
1536  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1537  étudier les détails.
1538 \begin_inset Newline newline
1539 \end_inset
1540
1541 Les principaux formats vectoriels sont le SVG (
1542 \begin_inset Quotes fld
1543 \end_inset
1544
1545 Scalable Vector Graphics
1546 \begin_inset Quotes frd
1547 \end_inset
1548
1549 , suffixe 
1550 \begin_inset Quotes fld
1551 \end_inset
1552
1553
1554 \family typewriter
1555 .svg
1556 \family default
1557
1558 \begin_inset Quotes frd
1559 \end_inset
1560
1561 )
1562 \begin_inset Index idx
1563 status collapsed
1564
1565 \begin_layout Plain Layout
1566 SVG|see
1567 \begin_inset ERT
1568 status collapsed
1569
1570 \begin_layout Plain Layout
1571
1572 {
1573 \end_layout
1574
1575 \end_inset
1576
1577 Format d'image
1578 \begin_inset ERT
1579 status collapsed
1580
1581 \begin_layout Plain Layout
1582
1583 }
1584 \end_layout
1585
1586 \end_inset
1587
1588
1589 \end_layout
1590
1591 \end_inset
1592
1593 , l'EPS ( 
1594 \begin_inset Quotes fld
1595 \end_inset
1596
1597 encapsulated PostScript
1598 \begin_inset Quotes frd
1599 \end_inset
1600
1601 , suffixe 
1602 \begin_inset Quotes fld
1603 \end_inset
1604
1605
1606 \family typewriter
1607 .eps
1608 \family default
1609
1610 \begin_inset Quotes frd
1611 \end_inset
1612
1613 )
1614 \begin_inset Index idx
1615 status collapsed
1616
1617 \begin_layout Plain Layout
1618 EPS|see
1619 \begin_inset ERT
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623
1624 {
1625 \end_layout
1626
1627 \end_inset
1628
1629 Format d'image
1630 \begin_inset ERT
1631 status collapsed
1632
1633 \begin_layout Plain Layout
1634
1635 }
1636 \end_layout
1637
1638 \end_inset
1639
1640
1641 \end_layout
1642
1643 \end_inset
1644
1645 , le PDF (
1646 \begin_inset Quotes fld
1647 \end_inset
1648
1649 Portable Document Format
1650 \begin_inset Quotes frd
1651 \end_inset
1652
1653 , suffixe 
1654 \begin_inset Quotes fld
1655 \end_inset
1656
1657
1658 \family typewriter
1659 .pdf
1660 \family default
1661
1662 \begin_inset Quotes frd
1663 \end_inset
1664
1665 )
1666 \begin_inset Index idx
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 PDF|see
1671 \begin_inset ERT
1672 status collapsed
1673
1674 \begin_layout Plain Layout
1675
1676 {
1677 \end_layout
1678
1679 \end_inset
1680
1681 Format d'image
1682 \begin_inset ERT
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686
1687 }
1688 \end_layout
1689
1690 \end_inset
1691
1692
1693 \end_layout
1694
1695 \end_inset
1696
1697  et le WMF (
1698 \begin_inset Quotes fld
1699 \end_inset
1700
1701 Windows Metafile
1702 \begin_inset Quotes frd
1703 \end_inset
1704
1705 , suffixe 
1706 \begin_inset Quotes fld
1707 \end_inset
1708
1709
1710 \family typewriter
1711 .wfm
1712 \family default
1713
1714 \begin_inset Quotes frd
1715 \end_inset
1716
1717  ou 
1718 \begin_inset Quotes fld
1719 \end_inset
1720
1721
1722 \family typewriter
1723 .emf
1724 \family default
1725
1726 \begin_inset Quotes frd
1727 \end_inset
1728
1729 )
1730 \begin_inset Index idx
1731 status collapsed
1732
1733 \begin_layout Plain Layout
1734 WMF|see
1735 \begin_inset ERT
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739
1740 {
1741 \end_layout
1742
1743 \end_inset
1744
1745 Formats d'images
1746 \begin_inset ERT
1747 status collapsed
1748
1749 \begin_layout Plain Layout
1750
1751 }
1752 \end_layout
1753
1754 \end_inset
1755
1756
1757 \end_layout
1758
1759 \end_inset
1760
1761 .
1762  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1763  en EPS, mais le résultat ne sera pas redimensionnable.
1764  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1765 \begin_inset Foot
1766 status collapsed
1767
1768 \begin_layout Plain Layout
1769 Dans le cas du PDF l'image initiale est aussi compressée.
1770 \end_layout
1771
1772 \end_inset
1773
1774
1775 \end_layout
1776
1777 \begin_layout Standard
1778 Les fichiers PDF générés par 
1779 \family typewriter
1780 Adobe Photoshop
1781 \family default
1782 , par exemple, sont des images matricielles.
1783 \end_layout
1784
1785 \begin_layout Standard
1786 En principe il est quasiment impossible de convertir une image matricielle
1787  en graphique vectoriel, seul le contraire est possible.
1788  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1789  dans respectivement un fichier de sortie PDF ou PostScript.
1790  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1791  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1792  WMF/SVG
1793 \begin_inset Formula $\to$
1794 \end_inset
1795
1796 PDF/EPS convenables.
1797 \end_layout
1798
1799 \begin_layout Chapter
1800 Tableaux
1801 \begin_inset Index idx
1802 status collapsed
1803
1804 \begin_layout Plain Layout
1805 Tableau
1806 \end_layout
1807
1808 \end_inset
1809
1810
1811 \end_layout
1812
1813 \begin_layout Section
1814 Introduction
1815 \begin_inset Index idx
1816 status collapsed
1817
1818 \begin_layout Plain Layout
1819 Tableau ! Introduction
1820 \end_layout
1821
1822 \end_inset
1823
1824
1825 \end_layout
1826
1827 \begin_layout Standard
1828 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1829  
1830 \begin_inset Info
1831 type  "icon"
1832 arg   "tabular-insert"
1833 \end_inset
1834
1835  soit 
1836 \family sans
1837 Insertion\SpecialChar menuseparator
1838 Tableau
1839 \family default
1840 .
1841  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1842  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1843  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1844  sur un bouton de la souris pour valider votre choix.
1845  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1846  vous demandant le nombre de lignes et de colonnes.
1847 \begin_inset Newline newline
1848 \end_inset
1849
1850 Le tableau a implicitement une bordure au dessus et à gauche de chaque case,
1851  une à droite de la colonne la plus à droite et une en bas de la rangée
1852  du bas, qui forment une boîte autour du tableau.
1853  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1854  apparaît séparée du reste du tableau.
1855  Voici un exemple :
1856 \begin_inset Separator parbreak
1857 \end_inset
1858
1859
1860 \end_layout
1861
1862 \begin_layout Standard
1863 \align center
1864 \begin_inset Tabular
1865 <lyxtabular version="3" rows="4" columns="4">
1866 <features tabularvalignment="middle">
1867 <column alignment="center" valignment="top">
1868 <column alignment="center" valignment="top">
1869 <column alignment="center" valignment="top">
1870 <column alignment="center" valignment="top">
1871 <row>
1872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1882 \begin_inset Text
1883
1884 \begin_layout Plain Layout
1885 1
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894 2
1895 \end_layout
1896
1897 \end_inset
1898 </cell>
1899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Plain Layout
1903 3
1904 \end_layout
1905
1906 \end_inset
1907 </cell>
1908 </row>
1909 <row>
1910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1911 \begin_inset Text
1912
1913 \begin_layout Plain Layout
1914 A
1915 \end_layout
1916
1917 \end_inset
1918 </cell>
1919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1920 \begin_inset Text
1921
1922 \begin_layout Plain Layout
1923
1924 \end_layout
1925
1926 \end_inset
1927 </cell>
1928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1929 \begin_inset Text
1930
1931 \begin_layout Plain Layout
1932
1933 \end_layout
1934
1935 \end_inset
1936 </cell>
1937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1938 \begin_inset Text
1939
1940 \begin_layout Plain Layout
1941
1942 \end_layout
1943
1944 \end_inset
1945 </cell>
1946 </row>
1947 <row>
1948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1949 \begin_inset Text
1950
1951 \begin_layout Plain Layout
1952 B
1953 \end_layout
1954
1955 \end_inset
1956 </cell>
1957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1958 \begin_inset Text
1959
1960 \begin_layout Plain Layout
1961
1962 \end_layout
1963
1964 \end_inset
1965 </cell>
1966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1967 \begin_inset Text
1968
1969 \begin_layout Plain Layout
1970
1971 \end_layout
1972
1973 \end_inset
1974 </cell>
1975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1976 \begin_inset Text
1977
1978 \begin_layout Plain Layout
1979
1980 \end_layout
1981
1982 \end_inset
1983 </cell>
1984 </row>
1985 <row>
1986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1987 \begin_inset Text
1988
1989 \begin_layout Plain Layout
1990 C
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1996 \begin_inset Text
1997
1998 \begin_layout Plain Layout
1999
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2005 \begin_inset Text
2006
2007 \begin_layout Plain Layout
2008
2009 \end_layout
2010
2011 \end_inset
2012 </cell>
2013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2014 \begin_inset Text
2015
2016 \begin_layout Plain Layout
2017
2018 \end_layout
2019
2020 \end_inset
2021 </cell>
2022 </row>
2023 </lyxtabular>
2024
2025 \end_inset
2026
2027
2028 \end_layout
2029
2030 \begin_layout Section
2031 La fenêtre 
2032 \family sans
2033 tableau
2034 \family default
2035
2036 \begin_inset Index idx
2037 status collapsed
2038
2039 \begin_layout Plain Layout
2040 Tableau ! Fenêtre de dialogue
2041 \end_layout
2042
2043 \end_inset
2044
2045
2046 \end_layout
2047
2048 \begin_layout Standard
2049 Vous pouvez modifier un tableau en cliquant dedans avec la touche droite
2050  de la souris, qui ouvre le menu contextuel.
2051  A l'aide du choix de menu 
2052 \family sans
2053 Plus...
2054
2055 \family default
2056  vous pouvez modifier les réglages concernant la cellule, la colonne et
2057  la ligne dans laquelle le curseur se trouve.
2058  Le menu contextuel 
2059 \family sans
2060 Plus...\SpecialChar menuseparator
2061 Paramètres...
2062
2063 \family default
2064  ouvre la fenêtre de dialogue de tableau dans laquelle d'autres réglages
2065  sont possibles.
2066  La plupart des options peuvent s'appliquer à des sélections.
2067  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2068  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2069  votre sélection.
2070  Notez qu'il y a une différence entre sélectionner le 
2071 \emph on
2072 contenu 
2073 \emph default
2074 d'une cellule et sélectionner la cellule elle-même.
2075 \begin_inset Newline newline
2076 \end_inset
2077
2078 En cochant l'option 
2079 \family sans
2080 Application
2081 \begin_inset space ~
2082 \end_inset
2083
2084 immédiate
2085 \family default
2086  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2087  est appliquée directement.
2088  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2089  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2090  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2091  de dialogue, vous devez appuyer sur 
2092 \family sans
2093 Entrée
2094 \family default
2095  pour que la modification soit appliquée.
2096 \begin_inset Newline newline
2097 \end_inset
2098
2099 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2100  :
2101 \end_layout
2102
2103 \begin_layout Description
2104 Paramètres
2105 \begin_inset space ~
2106 \end_inset
2107
2108 du
2109 \begin_inset space ~
2110 \end_inset
2111
2112 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2113  la largeur de la colonne courante.
2114  L'alignement horizontal 
2115 \family sans
2116 Au
2117 \begin_inset space ~
2118 \end_inset
2119
2120 séparateur
2121 \begin_inset space ~
2122 \end_inset
2123
2124 décimal
2125 \family default
2126  est décrit dans la section
2127 \begin_inset space ~
2128 \end_inset
2129
2130
2131 \begin_inset CommandInset ref
2132 LatexCommand ref
2133 reference "subsec:Alignements-de-cellules"
2134
2135 \end_inset
2136
2137 .
2138  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2139  vertical de la ligne courante.
2140  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2141  et donc, plusieurs paragraphes de texte, voir la section
2142 \begin_inset space ~
2143 \end_inset
2144
2145
2146 \begin_inset CommandInset ref
2147 LatexCommand ref
2148 reference "subsec:Lignes-multiple-dans-cellule"
2149
2150 \end_inset
2151
2152 .
2153  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2154  pour accommoder le contenu de cellule le plus large.
2155 \begin_inset Newline newline
2156 \end_inset
2157
2158 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2159  un multi-colonnes, voir la section
2160 \begin_inset space ~
2161 \end_inset
2162
2163
2164 \begin_inset CommandInset ref
2165 LatexCommand ref
2166 reference "subsec:Multicolonnes"
2167
2168 \end_inset
2169
2170  ou une cellule d'une colonne comme cellule multi-lignes, voir la section
2171 \begin_inset space ~
2172 \end_inset
2173
2174
2175 \begin_inset CommandInset ref
2176 LatexCommand ref
2177 reference "subsec:Multi-lignes"
2178
2179 \end_inset
2180
2181 .
2182 \begin_inset Newline newline
2183 \end_inset
2184
2185 L'option 
2186 \family sans
2187 Tourner
2188 \begin_inset space ~
2189 \end_inset
2190
2191 la
2192 \begin_inset space ~
2193 \end_inset
2194
2195 case
2196 \begin_inset space ~
2197 \end_inset
2198
2199 de
2200 \begin_inset space ~
2201 \end_inset
2202
2203 90°
2204 \family default
2205  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2206  L'option 
2207 \family sans
2208 Tourner
2209 \begin_inset space ~
2210 \end_inset
2211
2212 le
2213 \begin_inset space ~
2214 \end_inset
2215
2216 tableau
2217 \begin_inset space ~
2218 \end_inset
2219
2220 de
2221 \begin_inset space ~
2222 \end_inset
2223
2224 90°
2225 \family default
2226  fait pivoter tout le tableau.
2227  Ces rotations ne sont pas visibles dans \SpecialChar LyX
2228 , mais devraient l'être dans la
2229  sortie finale.
2230  Pour plus d'information voir la section
2231 \begin_inset space ~
2232 \end_inset
2233
2234
2235 \begin_inset CommandInset ref
2236 LatexCommand ref
2237 reference "sec:Pivotement-des-cellules"
2238
2239 \end_inset
2240
2241 .
2242 \begin_inset Newline newline
2243 \end_inset
2244
2245
2246 \begin_inset Note Greyedout
2247 status open
2248
2249 \begin_layout Plain Layout
2250
2251 \series bold
2252 Note:
2253 \series default
2254  La plupart des visualiseurs DVI ne sont 
2255 \emph on
2256 pas
2257 \emph default
2258  capables d'afficher ces rotations.
2259 \end_layout
2260
2261 \end_inset
2262
2263
2264 \begin_inset Newline newline
2265 \end_inset
2266
2267 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2268  qui sont incorporés dans une ligne de texte :
2269 \begin_inset Newline newline
2270 \end_inset
2271
2272 Une ligne avec des tableaux alignés de différentes manières: 
2273 \begin_inset Tabular
2274 <lyxtabular version="3" rows="2" columns="2">
2275 <features tabularvalignment="top">
2276 <column alignment="center" valignment="top" width="0pt">
2277 <column alignment="center" valignment="top">
2278 <row>
2279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2280 \begin_inset Text
2281
2282 \begin_layout Plain Layout
2283
2284 \end_layout
2285
2286 \end_inset
2287 </cell>
2288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2289 \begin_inset Text
2290
2291 \begin_layout Plain Layout
2292 1
2293 \end_layout
2294
2295 \end_inset
2296 </cell>
2297 </row>
2298 <row>
2299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2300 \begin_inset Text
2301
2302 \begin_layout Plain Layout
2303 A
2304 \end_layout
2305
2306 \end_inset
2307 </cell>
2308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2309 \begin_inset Text
2310
2311 \begin_layout Plain Layout
2312
2313 \end_layout
2314
2315 \end_inset
2316 </cell>
2317 </row>
2318 </lyxtabular>
2319
2320 \end_inset
2321
2322  
2323 \begin_inset Tabular
2324 <lyxtabular version="3" rows="2" columns="2">
2325 <features tabularvalignment="middle">
2326 <column alignment="center" valignment="top">
2327 <column alignment="center" valignment="top">
2328 <row>
2329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2330 \begin_inset Text
2331
2332 \begin_layout Plain Layout
2333
2334 \end_layout
2335
2336 \end_inset
2337 </cell>
2338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2339 \begin_inset Text
2340
2341 \begin_layout Plain Layout
2342 1
2343 \end_layout
2344
2345 \end_inset
2346 </cell>
2347 </row>
2348 <row>
2349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2350 \begin_inset Text
2351
2352 \begin_layout Plain Layout
2353 A
2354 \end_layout
2355
2356 \end_inset
2357 </cell>
2358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Plain Layout
2362
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 </row>
2368 </lyxtabular>
2369
2370 \end_inset
2371
2372  
2373 \begin_inset Tabular
2374 <lyxtabular version="3" rows="2" columns="2">
2375 <features tabularvalignment="bottom">
2376 <column alignment="center" valignment="top" width="0pt">
2377 <column alignment="center" valignment="top">
2378 <row>
2379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2380 \begin_inset Text
2381
2382 \begin_layout Plain Layout
2383
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392 1
2393 \end_layout
2394
2395 \end_inset
2396 </cell>
2397 </row>
2398 <row>
2399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2400 \begin_inset Text
2401
2402 \begin_layout Plain Layout
2403 A
2404 \end_layout
2405
2406 \end_inset
2407 </cell>
2408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2409 \begin_inset Text
2410
2411 \begin_layout Plain Layout
2412
2413 \end_layout
2414
2415 \end_inset
2416 </cell>
2417 </row>
2418 </lyxtabular>
2419
2420 \end_inset
2421
2422
2423 \begin_inset Newline newline
2424 \end_inset
2425
2426 On peut aussi entrer des paramètres \SpecialChar LaTeX
2427  pour obtenir des mise en formes spéciales
2428  pour le tableau, voir les sections
2429 \begin_inset space ~
2430 \end_inset
2431
2432
2433 \begin_inset CommandInset ref
2434 LatexCommand ref
2435 reference "subsec:Calculs-multicolonnes"
2436
2437 \end_inset
2438
2439  et 
2440 \begin_inset CommandInset ref
2441 LatexCommand ref
2442 reference "sec:Tableaux-Colorés"
2443
2444 \end_inset
2445
2446 .
2447 \end_layout
2448
2449 \begin_layout Description
2450
2451 \family sans
2452 Bordures
2453 \family default
2454  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2455  ou la colonne courante.
2456  
2457 \begin_inset Newline newline
2458 \end_inset
2459
2460 En utilisant le style 
2461 \family sans
2462 Formel
2463 \family default
2464  à la place du style par 
2465 \family sans
2466 Défaut
2467 \family default
2468 , on va convertir le tableau en tableau formel comme on le décrit dans la
2469  section
2470 \begin_inset space ~
2471 \end_inset
2472
2473
2474 \begin_inset CommandInset ref
2475 LatexCommand ref
2476 reference "sec:Tableaux-Formels"
2477
2478 \end_inset
2479
2480 .
2481 \begin_inset Newline newline
2482 \end_inset
2483
2484 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2485  dans les lignes du tableau comme c'est décrit dans la section
2486 \begin_inset space ~
2487 \end_inset
2488
2489
2490 \begin_inset CommandInset ref
2491 LatexCommand ref
2492 reference "subsec:Espacement-lignes"
2493
2494 \end_inset
2495
2496 .
2497 \end_layout
2498
2499 \begin_layout Description
2500 Tableau
2501 \begin_inset space ~
2502 \end_inset
2503
2504 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2505  un 
2506 \begin_inset Quotes fld
2507 \end_inset
2508
2509
2510 \emph on
2511 tableau long
2512 \emph default
2513
2514 \begin_inset Quotes frd
2515 \end_inset
2516
2517  qui peut continuer sur plusieurs pages.
2518  Les sections
2519 \begin_inset space ~
2520 \end_inset
2521
2522
2523 \begin_inset CommandInset ref
2524 LatexCommand ref
2525 reference "sec:Tableaux-longs"
2526
2527 \end_inset
2528
2529  et 
2530 \begin_inset CommandInset ref
2531 LatexCommand ref
2532 reference "sec:Questions-sur-tableaux-longs"
2533
2534 \end_inset
2535
2536  décrivent ces tableaux longs plus en détail.
2537 \end_layout
2538
2539 \begin_layout Section
2540 La barre d'outils tableau
2541 \begin_inset Index idx
2542 status collapsed
2543
2544 \begin_layout Plain Layout
2545 Tableau ! Barre d'outils
2546 \end_layout
2547
2548 \end_inset
2549
2550
2551 \end_layout
2552
2553 \begin_layout Standard
2554 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2555  permet de modifier plus rapidement les tableaux.
2556  Elle apparaît normalement en bas de la fenêtre principale de \SpecialChar LyX
2557  quand le
2558  curseur se trouve à l'intérieur d'un tableau.
2559  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2560  au menu 
2561 \family sans
2562 Visualiser\SpecialChar menuseparator
2563 Barres
2564 \begin_inset space ~
2565 \end_inset
2566
2567 d'outils\SpecialChar menuseparator
2568 Tableau
2569 \family default
2570 .
2571 \end_layout
2572
2573 \begin_layout Standard
2574 La barre d'outils contient les icônes suivantes :
2575 \end_layout
2576
2577 \begin_layout Labeling
2578 \labelwidthstring 00.00.0000
2579 \begin_inset Info
2580 type  "icon"
2581 arg   "inset-modify tabular append-row"
2582 \end_inset
2583
2584  ajoute une ligne sous la cellule ou la sélection courante
2585 \end_layout
2586
2587 \begin_layout Labeling
2588 \labelwidthstring 00.00.0000
2589 \begin_inset Info
2590 type  "icon"
2591 arg   "inset-modify tabular append-column"
2592 \end_inset
2593
2594  ajoute une colonne à la droite de la cellule ou de la sélection courante
2595 \end_layout
2596
2597 \begin_layout Labeling
2598 \labelwidthstring 00.00.0000
2599 \begin_inset Info
2600 type  "icon"
2601 arg   "inset-modify tabular delete-row"
2602 \end_inset
2603
2604  supprime la ligne ou la sélection courante
2605 \end_layout
2606
2607 \begin_layout Labeling
2608 \labelwidthstring 00.00.0000
2609 \begin_inset Info
2610 type  "icon"
2611 arg   "inset-modify tabular delete-column"
2612 \end_inset
2613
2614  supprime la colonne ou la sélection courante
2615 \end_layout
2616
2617 \begin_layout Labeling
2618 \labelwidthstring 00.00.0000
2619 \begin_inset Info
2620 type  "icon"
2621 arg   "inset-modify tabular move-row-up"
2622 \end_inset
2623
2624  déplace la ligne vers le haut
2625 \end_layout
2626
2627 \begin_layout Labeling
2628 \labelwidthstring 00.00.0000
2629 \begin_inset Info
2630 type  "icon"
2631 arg   "inset-modify tabular move-column-left"
2632 \end_inset
2633
2634  déplace la colonne vers la gauche
2635 \end_layout
2636
2637 \begin_layout Labeling
2638 \labelwidthstring 00.00.0000
2639 \begin_inset Info
2640 type  "icon"
2641 arg   "inset-modify tabular move-row-down"
2642 \end_inset
2643
2644  déplace la ligne vers le bas
2645 \end_layout
2646
2647 \begin_layout Labeling
2648 \labelwidthstring 00.00.0000
2649 \begin_inset Info
2650 type  "icon"
2651 arg   "inset-modify tabular move-column-right"
2652 \end_inset
2653
2654  déplace la colonne vers la droite
2655 \end_layout
2656
2657 \begin_layout Labeling
2658 \labelwidthstring 00.00.0000
2659 \begin_inset Info
2660 type  "icon"
2661 arg   "inset-modify tabular toggle-line-top"
2662 \end_inset
2663
2664  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2665  courante
2666 \end_layout
2667
2668 \begin_layout Labeling
2669 \labelwidthstring 00.00.0000
2670 \begin_inset Info
2671 type  "icon"
2672 arg   "inset-modify tabular toggle-line-bottom"
2673 \end_inset
2674
2675  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2676 \end_layout
2677
2678 \begin_layout Labeling
2679 \labelwidthstring 00.00.0000
2680 \begin_inset Info
2681 type  "icon"
2682 arg   "inset-modify tabular toggle-line-left"
2683 \end_inset
2684
2685  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2686 \begin_inset Note Note
2687 status collapsed
2688
2689 \begin_layout Plain Layout
2690 ou colonne ?
2691 \end_layout
2692
2693 \end_inset
2694
2695  ou de la sélection courante
2696 \end_layout
2697
2698 \begin_layout Labeling
2699 \labelwidthstring 00.00.0000
2700 \begin_inset Info
2701 type  "icon"
2702 arg   "inset-modify tabular toggle-line-right"
2703 \end_inset
2704
2705  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2706 \begin_inset Note Note
2707 status collapsed
2708
2709 \begin_layout Plain Layout
2710 ou colonne ?
2711 \end_layout
2712
2713 \end_inset
2714
2715  ou de la sélection courante
2716 \end_layout
2717
2718 \begin_layout Labeling
2719 \labelwidthstring 00.00.0000
2720 \begin_inset Info
2721 type  "icon"
2722 arg   "inset-modify tabular set-all-lines"
2723 \end_inset
2724
2725  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2726  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2727  colonne et la ligne courante
2728 \end_layout
2729
2730 \begin_layout Labeling
2731 \labelwidthstring 00.00.0000
2732 \begin_inset Info
2733 type  "icon"
2734 arg   "inset-modify tabular unset-all-lines"
2735 \end_inset
2736
2737  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2738  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2739  aussi la colonne et la ligne courante
2740 \end_layout
2741
2742 \begin_layout Labeling
2743 \labelwidthstring 00.00.0000
2744 \begin_inset Info
2745 type  "icon"
2746 arg   "inset-modify tabular m-align-left"
2747 \end_inset
2748
2749  aligne à gauche le contenu de la cellule ou de la colonne courante
2750 \end_layout
2751
2752 \begin_layout Labeling
2753 \labelwidthstring 00.00.0000
2754 \begin_inset Info
2755 type  "icon"
2756 arg   "inset-modify tabular m-align-center"
2757 \end_inset
2758
2759  centre horizontalement le contenu de la cellule ou de la colonne courante
2760 \end_layout
2761
2762 \begin_layout Labeling
2763 \labelwidthstring 00.00.0000
2764 \begin_inset Info
2765 type  "icon"
2766 arg   "inset-modify tabular m-align-right"
2767 \end_inset
2768
2769  aligne à droite le contenu de la cellule ou de la colonne courante
2770 \end_layout
2771
2772 \begin_layout Labeling
2773 \labelwidthstring 00.00.0000
2774 \begin_inset Info
2775 type  "icon"
2776 arg   "inset-modify tabular align-decimal"
2777 \end_inset
2778
2779  aligne le contenu de la colonne courante sur un caractère
2780 \end_layout
2781
2782 \begin_layout Labeling
2783 \labelwidthstring 00.00.0000
2784 \begin_inset Info
2785 type  "icon"
2786 arg   "inset-modify tabular m-valign-top"
2787 \end_inset
2788
2789  aligne le contenu de la cellule courante verticalement vers le haut
2790 \end_layout
2791
2792 \begin_layout Labeling
2793 \labelwidthstring 00.00.0000
2794 \begin_inset Info
2795 type  "icon"
2796 arg   "inset-modify tabular m-valign-middle"
2797 \end_inset
2798
2799  centre verticalement le contenu de la cellule courante
2800 \end_layout
2801
2802 \begin_layout Labeling
2803 \labelwidthstring 00.00.0000
2804 \begin_inset Info
2805 type  "icon"
2806 arg   "inset-modify tabular m-valign-bottom"
2807 \end_inset
2808
2809  aligne le contenu de la cellule courante verticalement vers le bas
2810 \end_layout
2811
2812 \begin_layout Labeling
2813 \labelwidthstring 00.00.0000
2814 \begin_inset Info
2815 type  "icon"
2816 arg   "inset-modify tabular set-rotate-cell"
2817 \end_inset
2818
2819  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2820 re
2821 \end_layout
2822
2823 \begin_layout Labeling
2824 \labelwidthstring 00.00.0000
2825 \begin_inset Info
2826 type  "icon"
2827 arg   "inset-modify tabular set-rotate-tabular"
2828 \end_inset
2829
2830  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2831 \end_layout
2832
2833 \begin_layout Labeling
2834 \labelwidthstring 00.00.0000
2835 \begin_inset Info
2836 type  "icon"
2837 arg   "inset-modify tabular multicolumn"
2838 \end_inset
2839
2840  transforme en multi-colonnes la cellule ou la sélection courante
2841 \end_layout
2842
2843 \begin_layout Labeling
2844 \labelwidthstring 00.00.0000
2845 \begin_inset Info
2846 type  "icon"
2847 arg   "inset-modify tabular multirow"
2848 \end_inset
2849
2850  transforme en multi-lignes la cellule ou la sélection courante
2851 \end_layout
2852
2853 \begin_layout Standard
2854 \begin_inset Note Greyedout
2855 status open
2856
2857 \begin_layout Plain Layout
2858
2859 \series bold
2860 Note :
2861 \series default
2862  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2863  est utilisé pour toutes les autres cellules de la ligne.
2864 \end_layout
2865
2866 \end_inset
2867
2868
2869 \end_layout
2870
2871 \begin_layout Section
2872 Le menu Édition tableau
2873 \begin_inset Index idx
2874 status collapsed
2875
2876 \begin_layout Plain Layout
2877 Tableau ! Menu Édition
2878 \end_layout
2879
2880 \end_inset
2881
2882
2883 \end_layout
2884
2885 \begin_layout Standard
2886 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2887  
2888 \family sans
2889 Édition\SpecialChar menuseparator
2890 Tableau
2891 \family default
2892  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2893  ou de la ligne courante et aussi de transformer la sélection courante en
2894  multi-colonnes.
2895  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2896 \end_layout
2897
2898 \begin_layout Section
2899 Flottant de tableau
2900 \begin_inset CommandInset label
2901 LatexCommand label
2902 name "sec:Table-Floats"
2903
2904 \end_inset
2905
2906
2907 \begin_inset Index idx
2908 status collapsed
2909
2910 \begin_layout Plain Layout
2911 Flottants ! Tableaux
2912 \end_layout
2913
2914 \end_inset
2915
2916
2917 \begin_inset Index idx
2918 status collapsed
2919
2920 \begin_layout Plain Layout
2921 Tableau ! Flottants
2922 \end_layout
2923
2924 \end_inset
2925
2926
2927 \end_layout
2928
2929 \begin_layout Standard
2930 Pour des explications générales sur les flottants, jetez un œil à la section
2931 \begin_inset space ~
2932 \end_inset
2933
2934
2935 \begin_inset CommandInset ref
2936 LatexCommand ref
2937 reference "sec:Flottants-Introduction"
2938
2939 \end_inset
2940
2941 .
2942 \end_layout
2943
2944 \begin_layout Standard
2945 \begin_inset Float table
2946 placement h
2947 wide false
2948 sideways false
2949 status open
2950
2951 \begin_layout Plain Layout
2952 \begin_inset Caption Standard
2953
2954 \begin_layout Plain Layout
2955 \begin_inset CommandInset label
2956 LatexCommand label
2957 name "tab:Flottant-de-tableau"
2958
2959 \end_inset
2960
2961 Un flottant de tableau.
2962 \end_layout
2963
2964 \end_inset
2965
2966
2967 \end_layout
2968
2969 \begin_layout Plain Layout
2970 \align center
2971 \begin_inset Tabular
2972 <lyxtabular version="3" rows="3" columns="3">
2973 <features tabularvalignment="middle">
2974 <column alignment="center" valignment="top" width="0pt">
2975 <column alignment="center" valignment="top" width="0pt">
2976 <column alignment="center" valignment="top" width="0pt">
2977 <row>
2978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Plain Layout
2982 1
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Plain Layout
2991 2
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000 3
3001 \end_layout
3002
3003 \end_inset
3004 </cell>
3005 </row>
3006 <row>
3007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011 Jules
3012 \end_layout
3013
3014 \end_inset
3015 </cell>
3016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3017 \begin_inset Text
3018
3019 \begin_layout Plain Layout
3020 Marie
3021 \end_layout
3022
3023 \end_inset
3024 </cell>
3025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3026 \begin_inset Text
3027
3028 \begin_layout Plain Layout
3029 Jean
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 </row>
3035 <row>
3036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3037 \begin_inset Text
3038
3039 \begin_layout Plain Layout
3040 \begin_inset Formula $\int x^{2}dx$
3041 \end_inset
3042
3043
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Plain Layout
3052 \begin_inset Formula $\left[\begin{array}{cc}
3053 a & b\\
3054 c & d
3055 \end{array}\right]$
3056 \end_inset
3057
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067 \begin_inset Formula $1+1=2$
3068 \end_inset
3069
3070
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 </row>
3076 </lyxtabular>
3077
3078 \end_inset
3079
3080
3081 \end_layout
3082
3083 \end_inset
3084
3085
3086 \end_layout
3087
3088 \begin_layout Standard
3089 Les flottants de tableau sont insérés en utilisant le menu 
3090 \family sans
3091 Insertion\SpecialChar menuseparator
3092 Flottant\SpecialChar menuseparator
3093 Tableau
3094 \family default
3095  ou le bouton 
3096 \begin_inset Info
3097 type  "icon"
3098 arg   "float-insert table"
3099 \end_inset
3100
3101  de la barre d'outils.
3102 \end_layout
3103
3104 \begin_layout Standard
3105 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3106  qui a comme étiquette 
3107 \begin_inset Quotes fld
3108 \end_inset
3109
3110 Tableau
3111 \begin_inset space ~
3112 \end_inset
3113
3114 #:
3115 \begin_inset Quotes frd
3116 \end_inset
3117
3118  (où # est le numéro du tableau).
3119  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3120 \end_layout
3121
3122 \begin_layout Standard
3123 Le tableau
3124 \begin_inset space ~
3125 \end_inset
3126
3127
3128 \begin_inset CommandInset ref
3129 LatexCommand ref
3130 reference "tab:Flottant-de-tableau"
3131
3132 \end_inset
3133
3134  est un exemple de tableau dans un flottant de tableau.
3135 \end_layout
3136
3137 \begin_layout Standard
3138 On met habituellement la légende au dessus des tableaux, mais cette règle
3139  n'est malheureusement pas respectée par certaines classes standard de \SpecialChar LaTeX
3140 .
3141  Cela signifie que si vous utilisez un document appartenant aux classes
3142  
3143 \family sans
3144 article
3145 \family default
3146
3147 \family sans
3148 book
3149 \family default
3150
3151 \family sans
3152 letter
3153 \family default
3154 , ou
3155 \family sans
3156  report
3157 \family default
3158  il n'y aura pas d'espace entre la légende et le tableau.
3159  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3160  la commande de chargement du paquetage \SpecialChar LaTeX
3161  
3162 \series bold
3163 caption
3164 \series default
3165
3166 \begin_inset Index idx
3167 status collapsed
3168
3169 \begin_layout Plain Layout
3170 Paquetages \SpecialChar LaTeX
3171  ! caption
3172 \end_layout
3173
3174 \end_inset
3175
3176  dans le préambule de votre document.
3177 \begin_inset Foot
3178 status collapsed
3179
3180 \begin_layout Plain Layout
3181 Pour plus d'information voyez la section
3182 \begin_inset space ~
3183 \end_inset
3184
3185
3186 \begin_inset CommandInset ref
3187 LatexCommand ref
3188 reference "sec:Placement-légende"
3189
3190 \end_inset
3191
3192 .
3193 \end_layout
3194
3195 \end_inset
3196
3197 :
3198 \end_layout
3199
3200 \begin_layout Standard
3201
3202 \series bold
3203 tableposition=top
3204 \end_layout
3205
3206 \begin_layout Standard
3207 Le paquetage 
3208 \series bold
3209 caption
3210 \series default
3211 , qui est décrit dans la section
3212 \begin_inset space ~
3213 \end_inset
3214
3215
3216 \begin_inset CommandInset ref
3217 LatexCommand ref
3218 reference "sec:Formatage-légende"
3219
3220 \end_inset
3221
3222 , est utilisé pour ajuster le format des légendes.
3223 \end_layout
3224
3225 \begin_layout Standard
3226 Dans le texte, on fait référence à un tableau
3227 \begin_inset Index idx
3228 status collapsed
3229
3230 \begin_layout Plain Layout
3231 References@Références ! à des Tableaux
3232 \end_layout
3233
3234 \end_inset
3235
3236  en faisant référence à sa légende.
3237  On insère donc une étiquette dans la légende en utilisant le menu 
3238 \family sans
3239 Insertion
3240 \family default
3241 \SpecialChar menuseparator
3242
3243 \family sans
3244 Étiquette
3245 \family default
3246  ou le bouton 
3247 \begin_inset Info
3248 type  "icon"
3249 arg   "label-insert"
3250 \end_inset
3251
3252  de la barre d'outils.
3253  On peut alors faire référence à cette étiquette en utilisant le menu 
3254 \family sans
3255 Insertion\SpecialChar menuseparator
3256 Référence
3257 \begin_inset space ~
3258 \end_inset
3259
3260 croisée
3261 \family default
3262  ou le bouton 
3263 \begin_inset Info
3264 type  "icon"
3265 arg   "dialog-show-new-inset ref"
3266 \end_inset
3267
3268  de la barre d'outils.
3269 \begin_inset Newline newline
3270 \end_inset
3271
3272 Les références croisées sont expliquées en détail dans la section
3273 \begin_inset space ~
3274 \end_inset
3275
3276
3277 \begin_inset CommandInset ref
3278 LatexCommand ref
3279 reference "sec:Referencer-les-Flottants"
3280
3281 \end_inset
3282
3283 .
3284 \end_layout
3285
3286 \begin_layout Section
3287 Tableaux Longs
3288 \begin_inset CommandInset label
3289 LatexCommand label
3290 name "sec:Tableaux-longs"
3291
3292 \end_inset
3293
3294
3295 \begin_inset Index idx
3296 status collapsed
3297
3298 \begin_layout Plain Layout
3299 Tableaux longs
3300 \end_layout
3301
3302 \end_inset
3303
3304
3305 \begin_inset Index idx
3306 status collapsed
3307
3308 \begin_layout Plain Layout
3309 Tableau ! Tableaux longs
3310 \end_layout
3311
3312 \end_inset
3313
3314
3315 \end_layout
3316
3317 \begin_layout Standard
3318 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3319  l'option 
3320 \family sans
3321 Utiliser
3322 \begin_inset space ~
3323 \end_inset
3324
3325 les
3326 \begin_inset space ~
3327 \end_inset
3328
3329 tableaux
3330 \begin_inset space ~
3331 \end_inset
3332
3333 longs
3334 \family default
3335  de l'onglet 
3336 \family sans
3337 Tableau
3338 \begin_inset space ~
3339 \end_inset
3340
3341 long
3342 \family default
3343  de la fenêtre 
3344 \family sans
3345 Paramètres
3346 \begin_inset space ~
3347 \end_inset
3348
3349 du
3350 \begin_inset space ~
3351 \end_inset
3352
3353 tableau
3354 \family default
3355  pour le répartir automatiquement sur plusieurs pages.
3356  En cochant cette option, vous activez les options suivantes:
3357 \end_layout
3358
3359 \begin_layout Description
3360 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3361  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3362  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3363  première page, si 
3364 \family sans
3365 Premier
3366 \begin_inset space ~
3367 \end_inset
3368
3369 en-tête
3370 \family default
3371  est défini.
3372  Ces lignes forment l'en-tête principal.
3373 \end_layout
3374
3375 \begin_layout Description
3376 Premier
3377 \begin_inset space ~
3378 \end_inset
3379
3380 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3381  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3382  d'en-tête utilisées pour la première page du tableau long.
3383 \end_layout
3384
3385 \begin_layout Description
3386 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3387  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3388  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3389  page si 
3390 \family sans
3391 Dernier
3392 \begin_inset space ~
3393 \end_inset
3394
3395 pied
3396 \family default
3397  est défini.
3398 \end_layout
3399
3400 \begin_layout Description
3401 Dernier
3402 \begin_inset space ~
3403 \end_inset
3404
3405 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3406  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3407  constituant le pied de la dernière page du tableau long.
3408 \end_layout
3409
3410 \begin_layout Description
3411 Légende La ligne courante contient la légende du tableau.
3412  La première ligne est transformée en une colonne unique et une légende
3413  est insérée.
3414  Vous trouverez d'autres explications sur les légendes pour les tableaux
3415  longs dans la section
3416 \begin_inset space ~
3417 \end_inset
3418
3419
3420 \begin_inset CommandInset ref
3421 LatexCommand ref
3422 reference "subsec:Tableaux-longs-légende"
3423
3424 \end_inset
3425
3426 .
3427 \end_layout
3428
3429 \begin_layout Standard
3430 Vous pouvez aussi préciser une ligne où le tableau devra être coupé.
3431  Voyez le tableau long qui suit pour voir comment ça marche :
3432 \begin_inset Separator parbreak
3433 \end_inset
3434
3435
3436 \end_layout
3437
3438 \begin_layout Standard
3439 \align center
3440 \begin_inset Tabular
3441 <lyxtabular version="3" rows="69" columns="3">
3442 <features islongtable="true" longtabularalignment="center">
3443 <column alignment="left" valignment="top" width="0cm">
3444 <column alignment="left" valignment="top" width="0pt">
3445 <column alignment="center" valignment="top" width="0pt">
3446 <row endfirsthead="true">
3447 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451
3452 \series bold
3453 Exemple d'annuaire téléphonique (ignorez les noms)
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 </row>
3477 <row endfirsthead="true">
3478 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482
3483 \series bold
3484 NOM
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502
3503 \series bold
3504 TEL.
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 </row>
3510 <row endhead="true">
3511 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515
3516 \series bold
3517 Exemple d'annuaire téléphonique
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 </row>
3541 <row endhead="true">
3542 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546
3547 \series bold
3548 NOM
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566
3567 \series bold
3568 TEL.
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 </row>
3574 <row endfoot="true">
3575 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579  continue page suivante
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 </row>
3603 <row>
3604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608
3609 \series bold
3610 Annovi
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 Silvia
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 111
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 </row>
3634 <row>
3635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639
3640 \series bold
3641 Bertoli
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 Stefano
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659 111
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 </row>
3665 <row>
3666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670
3671 \series bold
3672 Bozzi
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 Walter
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 111
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 </row>
3696 <row>
3697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701
3702 \series bold
3703 Cachia
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 Maria
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721 111
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 </row>
3727 <row>
3728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732
3733 \series bold
3734 Cachia
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 Maurizio
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 111
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 </row>
3758 <row>
3759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763
3764 \series bold
3765 Cinquemani
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 Giusi
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 111
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 </row>
3789 <row>
3790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794
3795 \series bold
3796 Colin
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 Bernard
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 111
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 </row>
3820 <row>
3821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825
3826 \series bold
3827 Concli
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 Gianfranco
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 111
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 </row>
3851 <row>
3852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856
3857 \series bold
3858 Dal Bosco
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 Carolina
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 111
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 </row>
3882 <row>
3883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887
3888 \series bold
3889 Dalpiaz
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 Annamaria
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907 111
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 </row>
3913 <row>
3914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918
3919 \series bold
3920 Feliciello
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 Domenico
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938 111
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 </row>
3944 <row>
3945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949
3950 \series bold
3951 Focarelli
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 Paola
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969 111
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 </row>
3975 <row>
3976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980
3981 \series bold
3982 Galletti
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 Oreste
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000 111
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 </row>
4006 <row>
4007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011
4012 \series bold
4013 Gasparini
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 Franca
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031 111
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 </row>
4037 <row>
4038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042
4043 \series bold
4044 Rizzardi
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 Paola
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062 111
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 </row>
4068 <row>
4069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073
4074 \series bold
4075 Lassini
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 Giancarlo
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093 111
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 </row>
4099 <row>
4100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104
4105 \series bold
4106 Malfatti
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 Luciano
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 111
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 </row>
4130 <row>
4131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135
4136 \series bold
4137 Malfatti
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 Valeriano
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 111
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 </row>
4161 <row>
4162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166
4167 \series bold
4168 Meneguzzo
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 Roberto
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 111
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 </row>
4192 <row>
4193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197
4198 \series bold
4199 Mezzadra
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 Roberto
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 111
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 </row>
4223 <row>
4224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228
4229 \series bold
4230 Pirpamer
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 Erich
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 111
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 </row>
4254 <row>
4255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259
4260 \series bold
4261 Pochiesa
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 Paolo
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 111, 222
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 </row>
4285 <row>
4286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290
4291 \series bold
4292 Radina
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 Claudio
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 111
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 </row>
4316 <row>
4317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321
4322 \series bold
4323 Stuffer
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 <cell alignment="center" valignment="top" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 Oskar
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 111
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 </row>
4347 <row>
4348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352
4353 \series bold
4354 Tacchelli
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 Ugo
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 111
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 </row>
4378 <row>
4379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383
4384 \series bold
4385 Tezzele
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 Margit
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 111
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 </row>
4409 <row>
4410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414
4415 \series bold
4416 Unterkalmsteiner
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell alignment="center" valignment="top" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425 Frieda
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 111
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 </row>
4440 <row>
4441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445
4446 \series bold
4447 Vieider
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 Hilde
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465 111
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 </row>
4471 <row>
4472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476
4477 \series bold
4478 Vigna
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 Jürgen
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 111
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 </row>
4502 <row>
4503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507
4508 \series bold
4509 Weber
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 Maurizio
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 111
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 </row>
4533 <row>
4534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538
4539 \series bold
4540 Winkler
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 Franz
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 111
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 </row>
4564 <row>
4565 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569  
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 </row>
4593 <row>
4594 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598
4599 \series bold
4600 Annovi
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 Silvia
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 555
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 </row>
4624 <row>
4625 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629
4630 \series bold
4631 Bertoli
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 Stefano
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 555
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 </row>
4655 <row>
4656 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660
4661 \series bold
4662 Bozzi
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 Walter
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 555
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 </row>
4686 <row>
4687 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691
4692 \series bold
4693 Cachia
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 Maria
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 555
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 </row>
4717 <row>
4718 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722
4723 \series bold
4724 Cachia
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 Maurizio
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 555
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 </row>
4748 <row>
4749 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753
4754 \series bold
4755 Cinquemani
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 Giusi
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 555
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 </row>
4779 <row>
4780 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784
4785 \series bold
4786 Colin
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 Bernard
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 555
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 </row>
4810 <row>
4811 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815
4816 \series bold
4817 Concli
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 Gianfranco
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 555
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 </row>
4841 <row>
4842 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846
4847 \series bold
4848 Dal Bosco
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 Carolina
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 555
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 </row>
4872 <row>
4873 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877
4878 \series bold
4879 Dalpiaz
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 Annamaria
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 555
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 </row>
4903 <row>
4904 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908
4909 \series bold
4910 Feliciello
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 Domenico
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928 555
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 </row>
4934 <row>
4935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939
4940 \series bold
4941 Focarelli
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 Paola
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959 555
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 </row>
4965 <row>
4966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970
4971 \series bold
4972 Galletti
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 Oreste
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990 555
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 </row>
4996 <row>
4997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001
5002 \series bold
5003 Gasparini
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 Franca
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021 555
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 </row>
5027 <row>
5028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032
5033 \series bold
5034 Rizzardi
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 Paola
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 555
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 </row>
5058 <row>
5059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063
5064 \series bold
5065 Lassini
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 Giancarlo
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 555
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 </row>
5089 <row>
5090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094
5095 \series bold
5096 Malfatti
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 Luciano
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114 555
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 </row>
5120 <row>
5121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125
5126 \series bold
5127 Malfatti
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 Valeriano
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145 555
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 </row>
5151 <row>
5152 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156
5157 \series bold
5158 Meneguzzo
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 Roberto
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 555
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 </row>
5182 <row>
5183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187
5188 \series bold
5189 Mezzadra
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198 Roberto
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 555
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 </row>
5213 <row>
5214 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218
5219 \series bold
5220 Pirpamer
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 Erich
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Plain Layout
5238 555
5239 \end_layout
5240
5241 \end_inset
5242 </cell>
5243 </row>
5244 <row>
5245 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249
5250 \series bold
5251 Pochiesa
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260 Paolo
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269 555, 222
5270 \end_layout
5271
5272 \end_inset
5273 </cell>
5274 </row>
5275 <row>
5276 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280
5281 \series bold
5282 Radina
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 <cell alignment="center" valignment="top" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291 Claudio
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300 555
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 </row>
5306 <row>
5307 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311
5312 \series bold
5313 Stuffer
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell alignment="center" valignment="top" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 Oskar
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331 555
5332 \end_layout
5333
5334 \end_inset
5335 </cell>
5336 </row>
5337 <row>
5338 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342
5343 \series bold
5344 Tacchelli
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 <cell alignment="center" valignment="top" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353 Ugo
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362 555
5363 \end_layout
5364
5365 \end_inset
5366 </cell>
5367 </row>
5368 <row>
5369 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373
5374 \series bold
5375 Tezzele
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 <cell alignment="center" valignment="top" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384 Margit
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393 555
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 </row>
5399 <row>
5400 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404
5405 \series bold
5406 Unterkalmsteiner
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415 Frieda
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5421 \begin_inset Text
5422
5423 \begin_layout Plain Layout
5424 555
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 </row>
5430 <row>
5431 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435
5436 \series bold
5437 Vieider
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 <cell alignment="center" valignment="top" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446 Hilde
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455 555
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 </row>
5461 <row>
5462 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466
5467 \series bold
5468 Vigna
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 Jürgen
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 999
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 </row>
5492 <row>
5493 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497
5498 \series bold
5499 Weber
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508 Maurizio
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517 555
5518 \end_layout
5519
5520 \end_inset
5521 </cell>
5522 </row>
5523 <row>
5524 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Plain Layout
5528
5529 \series bold
5530 Winkler
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 Franz
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548 555
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 </row>
5554 <row endlastfoot="true">
5555 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559 Fin
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 </row>
5583 </lyxtabular>
5584
5585 \end_inset
5586
5587
5588 \begin_inset ERT
5589 status collapsed
5590
5591 \begin_layout Plain Layout
5592
5593
5594 \backslash
5595 addtocounter{table}{-1}
5596 \end_layout
5597
5598 \end_inset
5599
5600
5601 \begin_inset Note Note
5602 status collapsed
5603
5604 \begin_layout Plain Layout
5605 Voyez la première note grisée de la section
5606 \begin_inset space ~
5607 \end_inset
5608
5609
5610 \begin_inset CommandInset ref
5611 LatexCommand ref
5612 reference "subsec:Tableaux-longs-légende"
5613
5614 \end_inset
5615
5616  pour une explication de cette commande.
5617 \end_layout
5618
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \begin_layout Subsection
5625 Notes de bas de page dans les tableaux longs
5626 \begin_inset CommandInset label
5627 LatexCommand label
5628 name "subsec:Notes-dans-tableau-long"
5629
5630 \end_inset
5631
5632
5633 \begin_inset Index idx
5634 status collapsed
5635
5636 \begin_layout Plain Layout
5637 Tableaux longs ! Notes de bas de page
5638 \end_layout
5639
5640 \end_inset
5641
5642
5643 \end_layout
5644
5645 \begin_layout Standard
5646 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5647  long.
5648  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5649  contenant la note.
5650  Par exemple le tableau
5651 \begin_inset space ~
5652 \end_inset
5653
5654
5655 \begin_inset CommandInset ref
5656 LatexCommand ref
5657 reference "tab:Légendes-tableau-différentes"
5658
5659 \end_inset
5660
5661  a une note de bas de page.
5662 \end_layout
5663
5664 \begin_layout Subsection
5665 Alignement des tableaux longs
5666 \begin_inset Index idx
5667 status collapsed
5668
5669 \begin_layout Plain Layout
5670 Tableaux longs ! Alignement
5671 \end_layout
5672
5673 \end_inset
5674
5675
5676 \end_layout
5677
5678 \begin_layout Standard
5679 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5680  de dialogue des paramètres de tableau.
5681  Pour les alignements à droite et à gauche, le tableau sera directement
5682  au bord de la page.
5683  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5684  l'alignement centré et modifier les valeurs des longueurs 
5685 \series bold
5686
5687 \backslash
5688 LTleft 
5689 \series default
5690 et 
5691 \series bold
5692
5693 \backslash
5694 LTright
5695 \series default
5696  en insérant la ligne suivante sous forme de code \SpecialChar TeX
5697  avant le tableau long
5698  concerné :
5699 \end_layout
5700
5701 \begin_layout Standard
5702
5703 \series bold
5704
5705 \backslash
5706 setlength{
5707 \backslash
5708 LTleft}{valeur}
5709 \end_layout
5710
5711 \begin_layout Standard
5712 Où 
5713 \series bold
5714 valeur
5715 \series default
5716  peut avoir n'importe laquelle des unités listées dans le tableau
5717 \begin_inset space ~
5718 \end_inset
5719
5720
5721 \begin_inset CommandInset ref
5722 LatexCommand ref
5723 reference "cha:Unités-de-longueur"
5724
5725 \end_inset
5726
5727 .
5728  
5729 \series bold
5730
5731 \backslash
5732 LTleft
5733 \series default
5734  contrôle la distance horizontale entre le bord gauche de la page et le
5735  tableau, et
5736 \series bold
5737  
5738 \backslash
5739 LTright
5740 \series default
5741  la distance au bord droit.
5742  La valeur implicite des ces deux distances est 
5743 \series bold
5744
5745 \backslash
5746 fill
5747 \series default
5748 , ce qui dans ce cas correspond à un ressort horizontal dans \SpecialChar LyX
5749 .
5750 \end_layout
5751
5752 \begin_layout Standard
5753 Le tableau long suivant a été centrée en mettant 
5754 \series bold
5755
5756 \backslash
5757 LTleft
5758 \series default
5759  à 
5760 \family sans
5761 0.1
5762 \backslash
5763 columnwidth
5764 \family default
5765 :
5766 \begin_inset ERT
5767 status collapsed
5768
5769 \begin_layout Plain Layout
5770
5771
5772 \backslash
5773 setlength{
5774 \backslash
5775 LTleft}{0.1
5776 \backslash
5777 columnwidth}
5778 \end_layout
5779
5780 \end_inset
5781
5782
5783 \end_layout
5784
5785 \begin_layout Standard
5786 \begin_inset Tabular
5787 <lyxtabular version="3" rows="5" columns="5">
5788 <features islongtable="true" longtabularalignment="center">
5789 <column alignment="center" valignment="top">
5790 <column alignment="center" valignment="top">
5791 <column alignment="center" valignment="top">
5792 <column alignment="center" valignment="top">
5793 <column alignment="center" valignment="top">
5794 <row>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 1
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 2
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 3
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 4
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 5
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 </row>
5841 <row>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 asd
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 s
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 s
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 s
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 asd
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 </row>
5888 <row>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 asd
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 s
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 s
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 s
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 asd
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 </row>
5935 <row>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 asd
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 s
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 s
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 s
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 asd
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 </row>
5982 <row>
5983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 asd
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 asd
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 asd
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 asd
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 asd
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 </row>
6029 </lyxtabular>
6030
6031 \end_inset
6032
6033
6034 \begin_inset ERT
6035 status collapsed
6036
6037 \begin_layout Plain Layout
6038
6039
6040 \backslash
6041 setlength{
6042 \backslash
6043 LTleft}{
6044 \backslash
6045 fill}
6046 \end_layout
6047
6048 \end_inset
6049
6050
6051 \begin_inset ERT
6052 status collapsed
6053
6054 \begin_layout Plain Layout
6055
6056
6057 \backslash
6058 addtocounter{table}{-1}
6059 \end_layout
6060
6061 \end_inset
6062
6063
6064 \begin_inset Note Note
6065 status collapsed
6066
6067 \begin_layout Plain Layout
6068 Voyez la première note grisée de la section
6069 \begin_inset space ~
6070 \end_inset
6071
6072
6073 \begin_inset CommandInset ref
6074 LatexCommand ref
6075 reference "subsec:Tableaux-longs-légende"
6076
6077 \end_inset
6078
6079  pour une explication de cette commande.
6080 \end_layout
6081
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \begin_layout Subsection
6088 Légendes et tableaux longs
6089 \begin_inset Index idx
6090 status collapsed
6091
6092 \begin_layout Plain Layout
6093 Tableaux longs ! Legendes@Légendes
6094 \end_layout
6095
6096 \end_inset
6097
6098
6099 \begin_inset CommandInset label
6100 LatexCommand label
6101 name "subsec:Tableaux-longs-légende"
6102
6103 \end_inset
6104
6105
6106 \end_layout
6107
6108 \begin_layout Standard
6109 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6110  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6111  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6112  longs quand on utilise pour une ligne l'option de tableau long 
6113 \family sans
6114 Légende
6115 \family default
6116 , comme c'est expliqué dans la section
6117 \begin_inset space ~
6118 \end_inset
6119
6120
6121 \begin_inset CommandInset ref
6122 LatexCommand ref
6123 reference "sec:Tableaux-longs"
6124
6125 \end_inset
6126
6127 .
6128 \end_layout
6129
6130 \begin_layout Standard
6131 Voici un petit Tableau long pour voir comment ça marche :
6132 \end_layout
6133
6134 \begin_layout Standard
6135 \begin_inset Tabular
6136 <lyxtabular version="3" rows="6" columns="5">
6137 <features islongtable="true" longtabularalignment="center">
6138 <column alignment="center" valignment="top">
6139 <column alignment="center" valignment="top">
6140 <column alignment="center" valignment="top">
6141 <column alignment="center" valignment="top">
6142 <column alignment="center" valignment="top">
6143 <row endfirsthead="true" caption="true">
6144 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 \begin_inset Caption Standard
6149
6150 \begin_layout Plain Layout
6151 Tableau long avec une légende
6152 \begin_inset Argument 1
6153 status open
6154
6155 \begin_layout Plain Layout
6156 Tableau long
6157 \end_layout
6158
6159 \end_inset
6160
6161
6162 \end_layout
6163
6164 \end_inset
6165
6166
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 </row>
6208 <row>
6209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213 1
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 2
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231 3
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 4
6241 \end_layout
6242
6243 \end_inset
6244 </cell>
6245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 5
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 </row>
6255 <row>
6256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 asd
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 s
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Plain Layout
6278 s
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287 s
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 asd
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 </row>
6302 <row>
6303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307 asd
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 s
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 s
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 s
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 asd
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 </row>
6349 <row>
6350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354 asd
6355 \end_layout
6356
6357 \end_inset
6358 </cell>
6359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 s
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 s
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381 s
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 asd
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 </row>
6396 <row>
6397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401 asd
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 asd
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 asd
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 asd
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437 asd
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 </row>
6443 </lyxtabular>
6444
6445 \end_inset
6446
6447
6448 \end_layout
6449
6450 \begin_layout Standard
6451 \begin_inset VSpace medskip
6452 \end_inset
6453
6454
6455 \begin_inset Note Greyedout
6456 status open
6457
6458 \begin_layout Plain Layout
6459
6460 \series bold
6461 Note
6462 \begin_inset space ~
6463 \end_inset
6464
6465 1:
6466 \series default
6467  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6468  n'avez pas prévu de légende.
6469  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6470 \begin_inset space ~
6471 \end_inset
6472
6473 2.4 suit le tableau
6474 \begin_inset space ~
6475 \end_inset
6476
6477 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6478  sans légende.
6479  Pour éviter ce problème, vous pouvez ajouter cette commande en code \SpecialChar TeX
6480  après
6481  chaque tableau long sans légende :
6482 \end_layout
6483
6484 \begin_layout Plain Layout
6485
6486 \series bold
6487
6488 \backslash
6489 addtocounter{table}{-1}
6490 \end_layout
6491
6492 \begin_layout Plain Layout
6493 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6494  et que vous ajoutez le code suivant dans le préambule du document :
6495 \end_layout
6496
6497 \begin_layout Plain Layout
6498
6499 \series bold
6500
6501 \backslash
6502 let
6503 \backslash
6504 myEnd
6505 \backslash
6506 endlongtable
6507 \begin_inset Newline newline
6508 \end_inset
6509
6510
6511 \backslash
6512 renewcommand{
6513 \backslash
6514 endlongtable}{
6515 \backslash
6516 myEnd
6517 \backslash
6518 addtocounter{table}{-1}}
6519 \end_layout
6520
6521 \end_inset
6522
6523
6524 \end_layout
6525
6526 \begin_layout Standard
6527 \begin_inset Note Greyedout
6528 status open
6529
6530 \begin_layout Plain Layout
6531
6532 \series bold
6533 Note
6534 \begin_inset space ~
6535 \end_inset
6536
6537 2:
6538 \series default
6539  Si vous utilisez 
6540 \series bold
6541 hyperref
6542 \series default
6543
6544 \begin_inset Index idx
6545 status collapsed
6546
6547 \begin_layout Plain Layout
6548 Paquetages \SpecialChar LaTeX
6549  ! hyperref
6550 \end_layout
6551
6552 \end_inset
6553
6554  dans les 
6555 \family sans
6556 Paramètres du document
6557 \family default
6558  rubrique 
6559 \family sans
6560 Propriétés
6561 \begin_inset space ~
6562 \end_inset
6563
6564 du
6565 \begin_inset space ~
6566 \end_inset
6567
6568 PDF
6569 \family default
6570 , pour transformer vos références croisées en liens cliquables, le lien
6571  vers un tableau long pointera toujours sur le début du document.
6572 \end_layout
6573
6574 \end_inset
6575
6576
6577 \end_layout
6578
6579 \begin_layout Subsubsection
6580 Références à des tableaux longs
6581 \begin_inset Index idx
6582 status collapsed
6583
6584 \begin_layout Plain Layout
6585 Tableaux longs ! Références
6586 \end_layout
6587
6588 \end_inset
6589
6590
6591 \end_layout
6592
6593 \begin_layout Standard
6594 \begin_inset Tabular
6595 <lyxtabular version="3" rows="6" columns="5">
6596 <features islongtable="true" longtabularalignment="center">
6597 <column alignment="center" valignment="top">
6598 <column alignment="center" valignment="top">
6599 <column alignment="center" valignment="top">
6600 <column alignment="center" valignment="top">
6601 <column alignment="center" valignment="top">
6602 <row endfirsthead="true" caption="true">
6603 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 \begin_inset Caption Standard
6608
6609 \begin_layout Plain Layout
6610 Tableau long référencé
6611 \begin_inset CommandInset label
6612 LatexCommand label
6613 name "tab:RefExemple"
6614
6615 \end_inset
6616
6617
6618 \end_layout
6619
6620 \end_inset
6621
6622
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 </row>
6664 <row>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 1
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 2
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687 3
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 4
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 5
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 </row>
6711 <row>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 asd
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 s
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 s
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 s
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 asd
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 </row>
6758 <row>
6759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763 asd
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 s
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6778 \begin_inset Text
6779
6780 \begin_layout Plain Layout
6781 s
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 s
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 asd
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 </row>
6805 <row>
6806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810 asd
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 s
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 s
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Plain Layout
6837 s
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 asd
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 </row>
6852 <row>
6853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6854 \begin_inset Text
6855
6856 \begin_layout Plain Layout
6857 asd
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866 sad
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 asd
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884 asd
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Plain Layout
6893 asd
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 </row>
6899 </lyxtabular>
6900
6901 \end_inset
6902
6903
6904 \end_layout
6905
6906 \begin_layout Standard
6907 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6908  dans sa légende.
6909 \end_layout
6910
6911 \begin_layout Standard
6912 Ceci est une référence au tableau
6913 \begin_inset space ~
6914 \end_inset
6915
6916
6917 \begin_inset CommandInset ref
6918 LatexCommand ref
6919 reference "tab:RefExemple"
6920
6921 \end_inset
6922
6923 .
6924 \end_layout
6925
6926 \begin_layout Standard
6927 La mise en forme de la légende peut être ajustée avec celle de toutes les
6928  autres légendes de votre document en utilisant le paquetage \SpecialChar LaTeX
6929  
6930 \series bold
6931 caption
6932 \series default
6933
6934 \begin_inset Index idx
6935 status collapsed
6936
6937 \begin_layout Plain Layout
6938 Paquetages \SpecialChar LaTeX
6939  ! caption
6940 \end_layout
6941
6942 \end_inset
6943
6944 , voir la section
6945 \begin_inset space ~
6946 \end_inset
6947
6948
6949 \begin_inset CommandInset ref
6950 LatexCommand ref
6951 reference "sec:Formatage-légende"
6952
6953 \end_inset
6954
6955 .
6956 \end_layout
6957
6958 \begin_layout Subsubsection
6959 Largeur de la légende
6960 \begin_inset Index idx
6961 status collapsed
6962
6963 \begin_layout Plain Layout
6964 Tableaux longs ! Largeur de la légende
6965 \end_layout
6966
6967 \end_inset
6968
6969
6970 \end_layout
6971
6972 \begin_layout Standard
6973 La largeur maximale des lignes de légende est définie par la longueur 
6974 \series bold
6975
6976 \backslash
6977 LTcapwidth
6978 \series default
6979 .
6980  Sa valeur implicite est 4
6981 \begin_inset space \thinspace{}
6982 \end_inset
6983
6984 in.
6985  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6986  de votre document ou en tant que code \SpecialChar TeX
6987  directement dans votre document
6988  avant le tableau qui doit être affectée.
6989 \end_layout
6990
6991 \begin_layout Standard
6992
6993 \series bold
6994
6995 \backslash
6996 setlength{
6997 \backslash
6998 LTcapwidth}{largeur}
6999 \end_layout
7000
7001 \begin_layout Standard
7002 où la largeur peur être exprimée avec les unités qui sont listées dans l'annexe
7003 \begin_inset space ~
7004 \end_inset
7005
7006
7007 \begin_inset CommandInset ref
7008 LatexCommand ref
7009 reference "cha:Unités-de-longueur"
7010
7011 \end_inset
7012
7013 .
7014 \end_layout
7015
7016 \begin_layout Standard
7017 Les tableaux suivants montrent la différence :
7018 \end_layout
7019
7020 \begin_layout Standard
7021 \begin_inset Tabular
7022 <lyxtabular version="3" rows="6" columns="5">
7023 <features islongtable="true" longtabularalignment="center">
7024 <column alignment="center" valignment="top">
7025 <column alignment="center" valignment="top">
7026 <column alignment="center" valignment="top">
7027 <column alignment="center" valignment="top">
7028 <column alignment="center" valignment="top">
7029 <row endfirsthead="true" caption="true">
7030 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7031 \begin_inset Text
7032
7033 \begin_layout Plain Layout
7034 \begin_inset Caption Standard
7035
7036 \begin_layout Plain Layout
7037 long titre complet avec la largeur implicite long titre complet avec la
7038  largeur implicite long titre complet avec la largeur implicite
7039 \begin_inset Argument 1
7040 status open
7041
7042 \begin_layout Plain Layout
7043 Légende avec largeur implicite
7044 \end_layout
7045
7046 \end_inset
7047
7048
7049 \end_layout
7050
7051 \end_inset
7052
7053
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 </row>
7095 <row>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 1
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 2
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 3
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 4
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 5
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 </row>
7142 <row>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 asd
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 s
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 s
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 s
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 asd
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 </row>
7189 <row>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 asd
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 s
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 s
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 s
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 asd
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 </row>
7236 <row>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 asd
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 s
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 s
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 s
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 asd
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 </row>
7283 <row>
7284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 asd
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 sad
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 asd
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 asd
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 asd
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 </row>
7330 </lyxtabular>
7331
7332 \end_inset
7333
7334
7335 \end_layout
7336
7337 \begin_layout Standard
7338 \begin_inset ERT
7339 status collapsed
7340
7341 \begin_layout Plain Layout
7342
7343
7344 \backslash
7345 setlength{
7346 \backslash
7347 LTcapwidth}{5cm}
7348 \end_layout
7349
7350 \end_inset
7351
7352
7353 \begin_inset Tabular
7354 <lyxtabular version="3" rows="6" columns="5">
7355 <features islongtable="true" longtabularalignment="center">
7356 <column alignment="center" valignment="top">
7357 <column alignment="center" valignment="top">
7358 <column alignment="center" valignment="top">
7359 <column alignment="center" valignment="top">
7360 <column alignment="center" valignment="top">
7361 <row endfirsthead="true" caption="true">
7362 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 \begin_inset Caption Standard
7367
7368 \begin_layout Plain Layout
7369 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 long titre complet avec la largeur réglée à 5
7378 \begin_inset space \thinspace{}
7379 \end_inset
7380
7381 cm
7382 \begin_inset Argument 1
7383 status open
7384
7385 \begin_layout Plain Layout
7386 Légende avec largeur à
7387 \begin_inset space \thinspace{}
7388 \end_inset
7389
7390 =
7391 \begin_inset space \thinspace{}
7392 \end_inset
7393
7394 5
7395 \begin_inset space \thinspace{}
7396 \end_inset
7397
7398 cm
7399 \end_layout
7400
7401 \end_inset
7402
7403
7404 \end_layout
7405
7406 \end_inset
7407
7408
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Plain Layout
7417
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 </row>
7450 <row>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 1
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 2
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 3
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 4
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 5
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 </row>
7497 <row>
7498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 asd
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 s
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 s
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 s
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 asd
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 </row>
7544 <row>
7545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 asd
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 s
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 s
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 s
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 asd
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 </row>
7591 <row>
7592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 asd
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605 s
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 s
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 s
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 asd
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 </row>
7638 <row>
7639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643 asd
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652 sad
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661 asd
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670 asd
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679 asd
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 </row>
7685 </lyxtabular>
7686
7687 \end_inset
7688
7689
7690 \end_layout
7691
7692 \begin_layout Standard
7693 \begin_inset ERT
7694 status collapsed
7695
7696 \begin_layout Plain Layout
7697
7698
7699 \backslash
7700 setlength{
7701 \backslash
7702 LTcapwidth}{4in}
7703 \end_layout
7704
7705 \end_inset
7706
7707
7708 \end_layout
7709
7710 \begin_layout Standard
7711 \begin_inset Note Greyedout
7712 status open
7713
7714 \begin_layout Plain Layout
7715
7716 \series bold
7717 Note:
7718 \series default
7719  Quand on utilise la paquetage \SpecialChar LaTeX
7720  
7721 \series bold
7722 caption
7723 \series default
7724
7725 \begin_inset Index idx
7726 status collapsed
7727
7728 \begin_layout Plain Layout
7729 Paquetages \SpecialChar LaTeX
7730  ! caption
7731 \end_layout
7732
7733 \end_inset
7734
7735  , comme c'est les cas dans ce document, la légende prend toute la largeur
7736  de la page quand on utilise la largeur implicite de 4
7737 \begin_inset space \thinspace{}
7738 \end_inset
7739
7740 in pour 
7741 \series bold
7742
7743 \backslash
7744 LTcapwidth
7745 \series default
7746 .
7747  Pour avoir dans ce cas une légende qui fasse exactement 4
7748 \begin_inset space \thinspace{}
7749 \end_inset
7750
7751 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7752  comme par exemple 3.99
7753 \begin_inset space \thinspace{}
7754 \end_inset
7755
7756 in, soit utiliser la commande \SpecialChar LaTeX
7757  
7758 \series bold
7759
7760 \backslash
7761 captionsetup{width=valeur}
7762 \series default
7763  qui est disponible dans le paquetage 
7764 \series bold
7765 caption
7766 \series default
7767 .
7768 \end_layout
7769
7770 \end_inset
7771
7772
7773 \end_layout
7774
7775 \begin_layout Subsubsection
7776 Des légendes différentes sur chaque page d'un tableau
7777 \begin_inset Argument 1
7778 status collapsed
7779
7780 \begin_layout Plain Layout
7781 Légendes différentes
7782 \end_layout
7783
7784 \end_inset
7785
7786
7787 \begin_inset Index idx
7788 status collapsed
7789
7790 \begin_layout Plain Layout
7791 Tableaux longs ! Legendes@Légendes différentes par page
7792 \end_layout
7793
7794 \end_inset
7795
7796
7797 \end_layout
7798
7799 \begin_layout Standard
7800 Quand la légende du tableau pour les pages suivantes doit être différente
7801  de celle de la première page, marquer une ligne vide en tant qu'en-tête
7802  contenant une légende, puis effectuer un clic droit sur la légende et cocher
7803  dans le menu contextuel
7804 \family sans
7805  Légende (TableauLongSansNuméro)
7806 \family default
7807 .
7808  Le tableau
7809 \begin_inset space ~
7810 \end_inset
7811
7812
7813 \begin_inset CommandInset ref
7814 LatexCommand ref
7815 reference "tab:Légendes-tableau-différentes"
7816
7817 \end_inset
7818
7819  est un exemple de tableau long avec des légendes différentes et où la seconde
7820  légende ne contient pas le numéro du tableau.
7821 \begin_inset Separator parbreak
7822 \end_inset
7823
7824
7825 \end_layout
7826
7827 \begin_layout Standard
7828 \align center
7829 \begin_inset Tabular
7830 <lyxtabular version="3" rows="59" columns="3">
7831 <features islongtable="true" longtabularalignment="center">
7832 <column alignment="left" valignment="top" width="0pt">
7833 <column alignment="left" valignment="top" width="0pt">
7834 <column alignment="center" valignment="top" width="0pt">
7835 <row endfirsthead="true" caption="true">
7836 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 \begin_inset Caption Standard
7841
7842 \begin_layout Plain Layout
7843 Exemple d'annuaire téléphonique
7844 \begin_inset CommandInset label
7845 LatexCommand label
7846 name "tab:Légendes-tableau-différentes"
7847
7848 \end_inset
7849
7850
7851 \begin_inset Argument 1
7852 status collapsed
7853
7854 \begin_layout Plain Layout
7855 Exemple Annuaire 
7856 \end_layout
7857
7858 \end_inset
7859
7860
7861 \end_layout
7862
7863 \end_inset
7864
7865
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 </row>
7889 <row endfirsthead="true">
7890 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894
7895 \series bold
7896 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 </row>
7920 <row endfirsthead="true">
7921 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \series bold
7927 NOM
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \series bold
7947 TÉL.
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 </row>
7953 <row endhead="true" caption="true">
7954 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 \begin_inset Caption LongTableNoNumber
7959
7960 \begin_layout Plain Layout
7961 Suite de l'exemple d'annuaire téléphonique
7962 \end_layout
7963
7964 \end_inset
7965
7966
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 </row>
7990 <row endhead="true">
7991 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \series bold
7997 Exemple d'annuaire téléphonique
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 </row>
8021 <row endhead="true">
8022 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026
8027 \series bold
8028 NOM
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046
8047 \series bold
8048 TÉL.
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 </row>
8054 <row endfoot="true">
8055 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059 suite page suivante\SpecialChar ldots
8060
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 </row>
8084 <row>
8085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089
8090 \series bold
8091 Annovi
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 Silvia
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 111
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 </row>
8115 <row>
8116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120
8121 \series bold
8122 Bertoli
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 Stefano
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 111
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 </row>
8146 <row>
8147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151
8152 \series bold
8153 Bozzi
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 Walter
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 111
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 </row>
8177 <row>
8178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182
8183 \series bold
8184 Cachia
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 Maria
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 111
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \series bold
8215 Cachia
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 Maurizio
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 111
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 </row>
8239 <row>
8240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244
8245 \series bold
8246 Cinquemani
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 Giusi
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 111
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275
8276 \series bold
8277 Colin
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 Bernard
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 111
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 </row>
8301 <row>
8302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306
8307 \series bold
8308 Concli
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 Gianfranco
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 111
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 </row>
8332 <row>
8333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337
8338 \series bold
8339 Dal Bosco
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 Carolina
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 111
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368
8369 \series bold
8370 Dalpiaz
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 Annamaria
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 111
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 <row>
8395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399
8400 \series bold
8401 Feliciello
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 Domenico
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 111
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 </row>
8425 <row>
8426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430
8431 \series bold
8432 Focarelli
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 Paola
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 111
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 </row>
8456 <row>
8457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461
8462 \series bold
8463 Galletti
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 Oreste
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 111
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \series bold
8494 Gasparini
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 Franca
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 111
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 </row>
8518 <row>
8519 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523
8524 \series bold
8525 Rizzardi
8526 \series default
8527
8528 \begin_inset Foot
8529 status open
8530
8531 \begin_layout Plain Layout
8532 Exemple de note de bas de page
8533 \end_layout
8534
8535 \end_inset
8536
8537
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 Paola
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 111
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 </row>
8561 <row>
8562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566
8567 \series bold
8568 Lassini
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 Giancarlo
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 111
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 </row>
8592 <row>
8593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597
8598 \series bold
8599 Malfatti
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608 Luciano
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 111
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row>
8624 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628
8629 \series bold
8630 Malfatti
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 Valeriano
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 111
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 </row>
8654 <row>
8655 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659
8660 \series bold
8661 Meneguzzo
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 Roberto
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 111
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 </row>
8685 <row>
8686 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690
8691 \series bold
8692 Mezzadra
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 Roberto
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 111
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 </row>
8716 <row>
8717 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721
8722 \series bold
8723 Pirpamer
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 Erich
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 111
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 </row>
8747 <row>
8748 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752
8753 \series bold
8754 Pochiesa
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 Paolo
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 111, 222
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 </row>
8778 <row>
8779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783
8784 \series bold
8785 Radina
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 Claudio
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 111
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 </row>
8809 <row>
8810 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814
8815 \series bold
8816 Stuffer
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 Oskar
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 111
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row>
8841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845
8846 \series bold
8847 Tacchelli
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 Ugo
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 111
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 </row>
8871 <row>
8872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876
8877 \series bold
8878 Tezzele
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 Margit
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 111
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 </row>
8902 <row>
8903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907
8908 \series bold
8909 Unterkalmsteiner
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 Frieda
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 111
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 <row>
8934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938
8939 \series bold
8940 Vieider
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 Hilde
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 111
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 </row>
8964 <row>
8965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969
8970 \series bold
8971 Vigna
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 Jürgen
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 111
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 </row>
8995 <row>
8996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000
9001 \series bold
9002 Weber
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 Maurizio
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 111
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 </row>
9026 <row>
9027 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031
9032 \series bold
9033 Winkler
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 Franz
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 111
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 </row>
9057 <row>
9058 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062  
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 </row>
9086 <row>
9087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091
9092 \series bold
9093 Annovi
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102 Silvia
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 555
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 </row>
9117 <row>
9118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122
9123 \series bold
9124 Bertoli
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133 Stefano
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 555
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 </row>
9148 <row>
9149 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153
9154 \series bold
9155 Bozzi
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 Walter
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173 555
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 </row>
9179 <row>
9180 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184
9185 \series bold
9186 Cachia
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195 Maria
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 555
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 </row>
9210 <row>
9211 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215
9216 \series bold
9217 Cachia
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226 Maurizio
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 555
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 </row>
9241 <row>
9242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246
9247 \series bold
9248 Cinquemani
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257 Giusi
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 555
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 </row>
9272 <row>
9273 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277
9278 \series bold
9279 Colin
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288 Bernard
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297 555
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 </row>
9303 <row>
9304 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308
9309 \series bold
9310 Concli
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319 Gianfranco
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328 555
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 </row>
9334 <row>
9335 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339
9340 \series bold
9341 Dal Bosco
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350 Carolina
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359 555
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 </row>
9365 <row>
9366 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370
9371 \series bold
9372 Dalpiaz
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381 Annamaria
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390 555
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 </row>
9396 <row>
9397 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401
9402 \series bold
9403 Feliciello
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412 Domenico
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421 555
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 </row>
9427 <row>
9428 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432
9433 \series bold
9434 Focarelli
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443 Paola
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Plain Layout
9452 555
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 </row>
9458 <row>
9459 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463
9464 \series bold
9465 Galletti
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474 Oreste
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483 555
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 </row>
9489 <row>
9490 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494
9495 \series bold
9496 Gasparini
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505 Franca
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514 555
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 </row>
9520 <row>
9521 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525
9526 \series bold
9527 Rizzardi
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536 Paola
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545 555
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 </row>
9551 <row>
9552 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556
9557 \series bold
9558 Lassini
9559 \end_layout
9560
9561 \end_inset
9562 </cell>
9563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567 Giancarlo
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576 555
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 </row>
9582 <row>
9583 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587
9588 \series bold
9589 Malfatti
9590 \end_layout
9591
9592 \end_inset
9593 </cell>
9594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9595 \begin_inset Text
9596
9597 \begin_layout Plain Layout
9598 Luciano
9599 \end_layout
9600
9601 \end_inset
9602 </cell>
9603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9604 \begin_inset Text
9605
9606 \begin_layout Plain Layout
9607 555
9608 \end_layout
9609
9610 \end_inset
9611 </cell>
9612 </row>
9613 <row>
9614 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618
9619 \series bold
9620 Malfatti
9621 \end_layout
9622
9623 \end_inset
9624 </cell>
9625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629 Valeriano
9630 \end_layout
9631
9632 \end_inset
9633 </cell>
9634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Plain Layout
9638 555
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 </row>
9644 <row>
9645 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Plain Layout
9649
9650 \series bold
9651 Meneguzzo
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Plain Layout
9660 Roberto
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Plain Layout
9669 555
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 </row>
9675 <row>
9676 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680
9681 \series bold
9682 Mezzadra
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691 Roberto
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700 555
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 </row>
9706 </lyxtabular>
9707
9708 \end_inset
9709
9710
9711 \end_layout
9712
9713 \begin_layout Section
9714 Questions particulières concernant les tableaux longs
9715 \begin_inset Argument 1
9716 status collapsed
9717
9718 \begin_layout Plain Layout
9719 Questions sur les tableaux longs
9720 \end_layout
9721
9722 \end_inset
9723
9724
9725 \begin_inset CommandInset label
9726 LatexCommand label
9727 name "sec:Questions-sur-tableaux-longs"
9728
9729 \end_inset
9730
9731
9732 \end_layout
9733
9734 \begin_layout Subsection
9735 Calculs des pages des tableaux longs
9736 \begin_inset Index idx
9737 status collapsed
9738
9739 \begin_layout Plain Layout
9740 Tableaux longs ! Calculs
9741 \end_layout
9742
9743 \end_inset
9744
9745
9746 \end_layout
9747
9748 \begin_layout Standard
9749 \SpecialChar LaTeX
9750  calcule la hauteur de chaque page de tableau et leurs sauts de page en
9751  utilisant des blocs (chunks).
9752  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9753  mémoire de \SpecialChar LaTeX
9754 .
9755  La valeur implicite est fixée pour des raisons historiques à seulement
9756  20 lignes de tableau.
9757  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9758  peut ralentir la création de votre document.
9759  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9760  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9761  préambule de votre document :
9762 \end_layout
9763
9764 \begin_layout Standard
9765
9766 \series bold
9767
9768 \backslash
9769 setcounter{LTchunksize}{100}
9770 \end_layout
9771
9772 \begin_layout Subsection
9773 Les flottants et les tableaux longs
9774 \begin_inset Index idx
9775 status collapsed
9776
9777 \begin_layout Plain Layout
9778 Tableaux longs ! Flottants
9779 \end_layout
9780
9781 \end_inset
9782
9783
9784 \end_layout
9785
9786 \begin_layout Standard
9787 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9788  commence un tableau long.
9789  Pour éviter une telle situation, insérez un saut de page (menu 
9790 \family sans
9791 Insertion\SpecialChar menuseparator
9792 Typographie
9793 \begin_inset space ~
9794 \end_inset
9795
9796 spéciale\SpecialChar menuseparator
9797 Saut de page (vide le tampon)
9798 \family default
9799
9800 \begin_inset space \thinspace{}
9801 \end_inset
9802
9803 ) juste avant votre tableau long.
9804 \end_layout
9805
9806 \begin_layout Subsection
9807 Sauts de pages forcés
9808 \begin_inset Index idx
9809 status collapsed
9810
9811 \begin_layout Plain Layout
9812 Tableaux longs ! Sauts de pages forcés
9813 \end_layout
9814
9815 \end_inset
9816
9817
9818 \end_layout
9819
9820 \begin_layout Standard
9821 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9822  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9823  un saut de page à l'intérieur de cette cellule, insérez la commande \SpecialChar LaTeX
9824  de
9825  saut de ligne 
9826 \begin_inset Quotes fld
9827 \end_inset
9828
9829
9830 \backslash
9831
9832 \backslash
9833
9834 \begin_inset Quotes frd
9835 \end_inset
9836
9837  en code \SpecialChar TeX
9838  à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9839  Avant la commande 
9840 \begin_inset Quotes fld
9841 \end_inset
9842
9843
9844 \backslash
9845
9846 \backslash
9847
9848 \begin_inset Quotes frd
9849 \end_inset
9850
9851 , vous devez insérer en code \SpecialChar TeX
9852 , autant de caractères 
9853 \begin_inset Quotes fld
9854 \end_inset
9855
9856 &
9857 \begin_inset Quotes frd
9858 \end_inset
9859
9860  qu'il y a de colonnes après la cellule concernée.
9861  Le caractère 
9862 \begin_inset Quotes fld
9863 \end_inset
9864
9865 &
9866 \begin_inset Quotes frd
9867 \end_inset
9868
9869  sert à séparer les colonnes d'un tableau.
9870  Écrivez en code-\SpecialChar TeX
9871 , après chaque 
9872 \begin_inset Quotes fld
9873 \end_inset
9874
9875 &
9876 \begin_inset Quotes frd
9877 \end_inset
9878
9879  le contenu des cellules correspondantes et en même temps supprimez le contenu
9880  de ces cellules dans le texte normal.
9881  
9882 \begin_inset Newline newline
9883 \end_inset
9884
9885 Après la commande 
9886 \backslash
9887
9888 \backslash
9889 , insérez autant de caractères 
9890 \begin_inset Quotes fld
9891 \end_inset
9892
9893 &
9894 \begin_inset Quotes frd
9895 \end_inset
9896
9897  qu'il y a de colonnes avant la colonne traitée.
9898  Dans le tableau
9899 \begin_inset space ~
9900 \end_inset
9901
9902
9903 \begin_inset CommandInset ref
9904 LatexCommand ref
9905 reference "tab:Tableau-saut-de-page"
9906
9907 \end_inset
9908
9909  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9910  suivie par une autre colonne.
9911  La commande suivante a donc été insérée en code \SpecialChar TeX
9912  dans la cellule après
9913  le mot 
9914 \begin_inset Quotes fld
9915 \end_inset
9916
9917
9918 \emph on
9919 Castelchiodato,
9920 \emph default
9921
9922 \begin_inset Quotes frd
9923 \end_inset
9924
9925 :
9926 \end_layout
9927
9928 \begin_layout Standard
9929
9930 \series bold
9931 & 111
9932 \backslash
9933
9934 \backslash
9935  
9936 \backslash
9937 newpage
9938 \begin_inset Newline newline
9939 \end_inset
9940
9941 &
9942 \end_layout
9943
9944 \begin_layout Standard
9945 Le 
9946 \begin_inset Quotes fld
9947 \end_inset
9948
9949 111
9950 \begin_inset Quotes frd
9951 \end_inset
9952
9953  dans la troisième colonne de la ligne a été supprimé.
9954  
9955 \series bold
9956
9957 \backslash
9958 newpage
9959 \series default
9960  est nécessaire seulement quand un saut de page doit impérativement avoir
9961  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9962  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9963  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9964  est coupée, utilisez cette commande à la place de la précédente :
9965 \end_layout
9966
9967 \begin_layout Standard
9968
9969 \series bold
9970 & 111
9971 \backslash
9972
9973 \backslash
9974
9975 \begin_inset Newline newline
9976 \end_inset
9977
9978
9979 \backslash
9980 hline &
9981 \end_layout
9982
9983 \begin_layout Standard
9984 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9985  insérer la commande
9986 \end_layout
9987
9988 \begin_layout Standard
9989
9990 \series bold
9991
9992 \backslash
9993 setlength{
9994 \backslash
9995 parfillskip}{0pt}
9996 \end_layout
9997
9998 \begin_layout Standard
9999 au début de la cellule.
10000  Cela assure que la portion de la cellule qui va se trouver affichée sur
10001  la page suivante le sera avec toute la largeur de la cellule.
10002 \begin_inset Separator parbreak
10003 \end_inset
10004
10005
10006 \end_layout
10007
10008 \begin_layout Standard
10009 \align center
10010 \begin_inset Tabular
10011 <lyxtabular version="3" rows="38" columns="3">
10012 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10013 <column alignment="left" valignment="top" width="0cm">
10014 <column alignment="left" valignment="top" width="3cm">
10015 <column alignment="center" valignment="top" width="0pt">
10016 <row endfirsthead="true" caption="true">
10017 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021 \begin_inset Caption Standard
10022
10023 \begin_layout Plain Layout
10024 Tableau avec un saut de page forcé dans une cellule
10025 \begin_inset CommandInset label
10026 LatexCommand label
10027 name "tab:Tableau-saut-de-page"
10028
10029 \end_inset
10030
10031
10032 \begin_inset Argument 1
10033 status collapsed
10034
10035 \begin_layout Plain Layout
10036 Tableau avec un saut de page forcé dans une cellule
10037 \end_layout
10038
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \end_inset
10045
10046
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 </row>
10070 <row endfirsthead="true">
10071 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075
10076 \series bold
10077 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 </row>
10101 <row endfirsthead="true">
10102 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106
10107 \series bold
10108 NOM
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126
10127 \series bold
10128 TÉL.
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 </row>
10134 <row endhead="true">
10135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139 \begin_inset ERT
10140 status collapsed
10141
10142 \begin_layout Plain Layout
10143
10144
10145 \backslash
10146 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10147 \backslash
10148
10149 \backslash
10150 %
10151 \end_layout
10152
10153 \end_inset
10154
10155
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 </row>
10179 <row endhead="true">
10180 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184  
10185 \series bold
10186 Exemple d'annuaire téléphonique
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 </row>
10210 <row endhead="true">
10211 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215
10216 \series bold
10217 NOM
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235
10236 \series bold
10237 TÉL.
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 </row>
10243 <row endfoot="true">
10244 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 suite page suivante\SpecialChar ldots
10249
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 </row>
10273 <row>
10274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278
10279 \series bold
10280 Annovi
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 Silvia
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 111
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 </row>
10304 <row>
10305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309
10310 \series bold
10311 Bertoli
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320 Stefano
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 111
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 </row>
10335 <row>
10336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340
10341 \series bold
10342 Bozzi
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351 Walter
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 111
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 </row>
10366 <row>
10367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371
10372 \series bold
10373 Cachia
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 Maria
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391 111
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 </row>
10397 <row>
10398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402
10403 \series bold
10404 Cachia
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413 Maurizio
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422 111
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 </row>
10428 <row>
10429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433
10434 \series bold
10435 Cinquemani
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 Giusi
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 111
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 </row>
10459 <row>
10460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464
10465 \series bold
10466 Colin
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475 Bernard
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 111
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 </row>
10490 <row>
10491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495
10496 \series bold
10497 Concli
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 Gianfranco
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 111
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 </row>
10521 <row>
10522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526
10527 \series bold
10528 Dal Bosco
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 Carolina
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 111
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 </row>
10552 <row>
10553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557
10558 \series bold
10559 Dalpiaz
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 Annamaria
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 111
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 </row>
10583 <row>
10584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588
10589 \series bold
10590 Feliciello
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599 Domenico
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 111
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 </row>
10614 <row>
10615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619
10620 \series bold
10621 Focarelli
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630 Paola
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 111
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 </row>
10645 <row>
10646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650
10651 \series bold
10652 Galletti
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661 Oreste
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 111
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 </row>
10676 <row>
10677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681
10682 \series bold
10683 Gasparini
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 Franca
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701 111
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 </row>
10707 <row>
10708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712
10713 \series bold
10714 Lassini
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723 Giancarlo
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 111
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 </row>
10738 <row>
10739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743
10744 \series bold
10745 Malfatti
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754 Luciano
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 111
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 </row>
10769 <row>
10770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774
10775 \series bold
10776 Malfatti
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785 Valeriano
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 111
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 </row>
10800 <row>
10801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805
10806 \series bold
10807 Meneguzzo
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816 Roberto
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825 111
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 </row>
10831 <row>
10832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836
10837 \series bold
10838 Mezzadra
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847 Roberto
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856 111
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 </row>
10862 <row>
10863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867
10868 \series bold
10869 Pirpamer
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878 Erich
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 111
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 </row>
10893 <row>
10894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898
10899 \series bold
10900 Pochiesa
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 Paolo
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 111, 222
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 </row>
10924 <row>
10925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929
10930 \series bold
10931 Radina
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 Claudio
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 111
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 </row>
10955 <row>
10956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960
10961 \series bold
10962 Rizzardi
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971 Giancarlo, 11.
10972  Fürst von Montecompatri, 11.
10973  Fürst von Sulmona und Vivaro, 10.
10974  Fürst von Rossano, 5.
10975  Herzog von Canemorte, 11.
10976  Herzog von Palombara, 5.
10977  Herzog von Castelchiodato,
10978 \begin_inset ERT
10979 status open
10980
10981 \begin_layout Plain Layout
10982
10983 & 111
10984 \backslash
10985
10986 \backslash
10987  
10988 \backslash
10989 newpage
10990 \end_layout
10991
10992 \begin_layout Plain Layout
10993
10994 &
10995 \end_layout
10996
10997 \end_inset
10998
10999  11.
11000  Herzog von Poggionativo, 11.
11001  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11002  Graf von Valinfreda, 11.
11003  Baron von Cropalati, 11.
11004  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 </row>
11019 <row>
11020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024
11025 \series bold
11026 Stuffer
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 Oskar
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 111
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 </row>
11050 <row>
11051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055
11056 \series bold
11057 Tacchelli
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 Ugo
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 111
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 </row>
11081 <row>
11082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086
11087 \series bold
11088 Tezzele
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097 Margit
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106 111
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 </row>
11112 <row>
11113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117
11118 \series bold
11119 Unterkalmsteiner
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128 Frieda
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Plain Layout
11137 111
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 </row>
11143 <row>
11144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11145 \begin_inset Text
11146
11147 \begin_layout Plain Layout
11148
11149 \series bold
11150 Vieider
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 Hilde
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 111
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 </row>
11174 <row>
11175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179
11180 \series bold
11181 Vigna
11182 \end_layout
11183
11184 \end_inset
11185 </cell>
11186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190 Jürgen
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 111
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 </row>
11205 <row>
11206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210
11211 \series bold
11212 Weber
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 Maurizio
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 111
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 </row>
11236 <row>
11237 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241
11242 \series bold
11243 Winkler
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 Franz
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 111
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 </row>
11267 </lyxtabular>
11268
11269 \end_inset
11270
11271
11272 \end_layout
11273
11274 \begin_layout Section
11275 Colonnes et lignes à lignes multiples
11276 \end_layout
11277
11278 \begin_layout Subsection
11279 Lignes multiples dans une cellule de tableau
11280 \begin_inset CommandInset label
11281 LatexCommand label
11282 name "subsec:Lignes-multiple-dans-cellule"
11283
11284 \end_inset
11285
11286
11287 \begin_inset Index idx
11288 status collapsed
11289
11290 \begin_layout Plain Layout
11291 Plusieurs lignes dans une case de tableau
11292 \end_layout
11293
11294 \end_inset
11295
11296
11297 \begin_inset Index idx
11298 status collapsed
11299
11300 \begin_layout Plain Layout
11301 Tableau ! Saut de ligne
11302 \end_layout
11303
11304 \end_inset
11305
11306
11307 \end_layout
11308
11309 \begin_layout Standard
11310 \noindent
11311 \begin_inset Float table
11312 placement H
11313 wide false
11314 sideways false
11315 status open
11316
11317 \begin_layout Plain Layout
11318 \begin_inset Caption Standard
11319
11320 \begin_layout Plain Layout
11321 \begin_inset CommandInset label
11322 LatexCommand label
11323 name "tab:Tableau-avec-plusieurs-lignes"
11324
11325 \end_inset
11326
11327 Tableau avec des lignes multiples dans une cellule
11328 \end_layout
11329
11330 \end_inset
11331
11332
11333 \end_layout
11334
11335 \begin_layout Plain Layout
11336 \align center
11337 \begin_inset Tabular
11338 <lyxtabular version="3" rows="3" columns="3">
11339 <features tabularvalignment="middle">
11340 <column alignment="center" valignment="middle" width="2.5cm">
11341 <column alignment="center" valignment="middle">
11342 <column alignment="center" valignment="middle">
11343 <row>
11344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 Lignes
11349 \begin_inset Newline linebreak
11350 \end_inset
11351
11352 multiples
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 b
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 c
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 </row>
11376 <row>
11377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 d
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 e
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 f
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 </row>
11405 <row>
11406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 g
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 h
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 i
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 </row>
11434 </lyxtabular>
11435
11436 \end_inset
11437
11438
11439 \end_layout
11440
11441 \end_inset
11442
11443
11444 \end_layout
11445
11446 \begin_layout Standard
11447 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11448  d'un paragraphe avec des sauts de lignes et des césures.
11449 \end_layout
11450
11451 \begin_layout Standard
11452 Pour obtenir le tableau
11453 \begin_inset space ~
11454 \end_inset
11455
11456
11457 \begin_inset CommandInset ref
11458 LatexCommand ref
11459 reference "tab:Tableau-avec-plusieurs-lignes"
11460
11461 \end_inset
11462
11463 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11464  droit dessus.
11465  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11466  2.5
11467 \begin_inset space \thinspace{}
11468 \end_inset
11469
11470 cm et choisissez les alignements vertical et horizontal centrés.
11471  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11472  Comme notre texte est plus petit que 2.5
11473 \begin_inset space \thinspace{}
11474 \end_inset
11475
11476 cm, une seule ligne va apparaître.
11477  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11478  
11479 \family sans
11480 Ctrl-Shift-Entrée
11481 \family default
11482 ).
11483  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11484 ement découpé en plusieurs lignes.
11485 \end_layout
11486
11487 \begin_layout Standard
11488 Si vous avez un mot long dans une cellule de largeur fixée, \SpecialChar LaTeX
11489  ne peut pas
11490  effectuer de césure si c'est le premier élément de la cellule.
11491  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11492  premier élément : Ajoutez un espace horizontal de 0
11493 \begin_inset space \thinspace{}
11494 \end_inset
11495
11496 pt juste avant votre mot.
11497  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11498  Le tableau
11499 \begin_inset space ~
11500 \end_inset
11501
11502
11503 \begin_inset CommandInset ref
11504 LatexCommand ref
11505 reference "tab:Tableau-césure"
11506
11507 \end_inset
11508
11509  montre l'effet de cette insertion.
11510 \end_layout
11511
11512 \begin_layout Standard
11513 \begin_inset Float table
11514 placement h
11515 wide false
11516 sideways false
11517 status open
11518
11519 \begin_layout Plain Layout
11520 \begin_inset Caption Standard
11521
11522 \begin_layout Plain Layout
11523 \begin_inset CommandInset label
11524 LatexCommand label
11525 name "tab:Tableau-césure"
11526
11527 \end_inset
11528
11529 Tableau avec et sans césure.
11530 \end_layout
11531
11532 \end_inset
11533
11534
11535 \end_layout
11536
11537 \begin_layout Plain Layout
11538 \begin_inset space \hfill{}
11539 \end_inset
11540
11541
11542 \begin_inset Tabular
11543 <lyxtabular version="3" rows="3" columns="3">
11544 <features tabularvalignment="middle">
11545 <column alignment="center" valignment="middle" width="2.5cm">
11546 <column alignment="center" valignment="middle">
11547 <column alignment="center" valignment="middle">
11548 <row>
11549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553 mottrèslongdansunecellule
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 b
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 c
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 </row>
11577 <row>
11578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 d
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 e
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11597 \begin_inset Text
11598
11599 \begin_layout Plain Layout
11600 f
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 </row>
11606 <row>
11607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 g
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11617 \begin_inset Text
11618
11619 \begin_layout Plain Layout
11620 h
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 i
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 </row>
11635 </lyxtabular>
11636
11637 \end_inset
11638
11639
11640 \begin_inset space \hfill{}
11641 \end_inset
11642
11643
11644 \begin_inset Tabular
11645 <lyxtabular version="3" rows="3" columns="3">
11646 <features tabularvalignment="middle">
11647 <column alignment="center" valignment="middle" width="2.5cm">
11648 <column alignment="center" valignment="middle">
11649 <column alignment="center" valignment="middle">
11650 <row>
11651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 \begin_inset space \hspace{}
11656 \length 0pt
11657 \end_inset
11658
11659 mottrèslongdansunecellule
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 b
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 c
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 </row>
11683 <row>
11684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 d
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 e
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 f
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 </row>
11712 <row>
11713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 g
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726 h
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 i
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 </row>
11741 </lyxtabular>
11742
11743 \end_inset
11744
11745
11746 \begin_inset space \hfill{}
11747 \end_inset
11748
11749
11750 \end_layout
11751
11752 \end_inset
11753
11754
11755 \end_layout
11756
11757 \begin_layout Subsection
11758 Multi-colonnes
11759 \begin_inset CommandInset label
11760 LatexCommand label
11761 name "subsec:Multicolonnes"
11762
11763 \end_inset
11764
11765
11766 \begin_inset Index idx
11767 status collapsed
11768
11769 \begin_layout Plain Layout
11770 Multi-colonnes
11771 \end_layout
11772
11773 \end_inset
11774
11775
11776 \begin_inset Index idx
11777 status collapsed
11778
11779 \begin_layout Plain Layout
11780 Tableau ! Multi-colonnes
11781 \end_layout
11782
11783 \end_inset
11784
11785
11786 \end_layout
11787
11788 \begin_layout Subsubsection
11789 Les bases des multi-colonnes
11790 \end_layout
11791
11792 \begin_layout Standard
11793 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11794  qu'elle doit couvrir et utilisez soit le bouton 
11795 \begin_inset Info
11796 type  "icon"
11797 arg   "inset-modify tabular multicolumn"
11798 \end_inset
11799
11800  de la barre d'outils tableau, ou le menu 
11801 \family sans
11802 Édition\SpecialChar menuseparator
11803 Tableau\SpecialChar menuseparator
11804 Multi-colonnes
11805 \family default
11806 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11807  
11808 \family sans
11809 Multi-colonnes
11810 \family default
11811 .
11812 \end_layout
11813
11814 \begin_layout Standard
11815 Les multi-colonnes ont leurs propres paramètres de cellule.
11816  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11817  de la cellule, cela n'affecte que la cellule multi-colonnes.
11818  Voici un exemple de tableau avec une cellule multi-colonnes dans la première
11819  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11820 \begin_inset Separator parbreak
11821 \end_inset
11822
11823
11824 \end_layout
11825
11826 \begin_layout Standard
11827 \align center
11828 \begin_inset Tabular
11829 <lyxtabular version="3" rows="3" columns="4">
11830 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11831 <column alignment="center" valignment="top" width="0pt">
11832 <column alignment="center" valignment="middle">
11833 <column alignment="center" valignment="top" width="0in">
11834 <column alignment="center" valignment="top" width="0pt">
11835 <row>
11836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 abc
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 def ghi
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Plain Layout
11858
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 jkl
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 </row>
11873 <row>
11874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Plain Layout
11878 A
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11884 \begin_inset Text
11885
11886 \begin_layout Plain Layout
11887 B
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896 C
11897 \end_layout
11898
11899 \end_inset
11900 </cell>
11901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905 D
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 </row>
11911 <row>
11912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 1
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 2
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 3
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 4
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 </row>
11949 </lyxtabular>
11950
11951 \end_inset
11952
11953
11954 \end_layout
11955
11956 \begin_layout Subsubsection
11957 Calculs avec les multi-colonnes
11958 \begin_inset CommandInset label
11959 LatexCommand label
11960 name "subsec:Calculs-multicolonnes"
11961
11962 \end_inset
11963
11964
11965 \begin_inset Index idx
11966 status collapsed
11967
11968 \begin_layout Plain Layout
11969 Multi-colonnes ! Calculs
11970 \end_layout
11971
11972 \end_inset
11973
11974
11975 \end_layout
11976
11977 \begin_layout Standard
11978 \SpecialChar LyX
11979  gère directement les multi-colonnes, mais nous devons faire attention à
11980  la largeur des cellules couvertes par la cellule multi-colonnes.
11981 \end_layout
11982
11983 \begin_layout Standard
11984 \begin_inset Float table
11985 placement h
11986 wide false
11987 sideways false
11988 status open
11989
11990 \begin_layout Plain Layout
11991 \begin_inset Caption Standard
11992
11993 \begin_layout Plain Layout
11994 \begin_inset CommandInset label
11995 LatexCommand label
11996 name "tab:Tableau-multicolonne-parfaite"
11997
11998 \end_inset
11999
12000 Tableau avec un texte centré dans une case multi-colonnes au-dessus de deux
12001  colonnes qui ont exactement la moitié de la largeur de la case multi-colonnes.
12002 \begin_inset Argument 1
12003 status open
12004
12005 \begin_layout Plain Layout
12006 Tableau avec multi-colonnes parfaite
12007 \end_layout
12008
12009 \end_inset
12010
12011
12012 \end_layout
12013
12014 \end_inset
12015
12016
12017 \end_layout
12018
12019 \begin_layout Plain Layout
12020 \align center
12021 \begin_inset Tabular
12022 <lyxtabular version="3" rows="3" columns="3">
12023 <features tabularvalignment="middle">
12024 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12025 <column alignment="center" valignment="middle">
12026 <column alignment="center" valignment="top">
12027 <row>
12028 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12029 \begin_inset Text
12030
12031 \begin_layout Plain Layout
12032 multi-colonnes sur plusieurs lignes
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12038 \begin_inset Text
12039
12040 \begin_layout Plain Layout
12041
12042 \end_layout
12043
12044 \end_inset
12045 </cell>
12046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12047 \begin_inset Text
12048
12049 \begin_layout Plain Layout
12050 c
12051 \end_layout
12052
12053 \end_inset
12054 </cell>
12055 </row>
12056 <row>
12057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12058 \begin_inset Text
12059
12060 \begin_layout Plain Layout
12061 d
12062 \end_layout
12063
12064 \end_inset
12065 </cell>
12066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12067 \begin_inset Text
12068
12069 \begin_layout Plain Layout
12070 e
12071 \end_layout
12072
12073 \end_inset
12074 </cell>
12075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12076 \begin_inset Text
12077
12078 \begin_layout Plain Layout
12079 f
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 </row>
12085 <row>
12086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12087 \begin_inset Text
12088
12089 \begin_layout Plain Layout
12090 g
12091 \end_layout
12092
12093 \end_inset
12094 </cell>
12095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12096 \begin_inset Text
12097
12098 \begin_layout Plain Layout
12099 h
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12105 \begin_inset Text
12106
12107 \begin_layout Plain Layout
12108 i
12109 \end_layout
12110
12111 \end_inset
12112 </cell>
12113 </row>
12114 </lyxtabular>
12115
12116 \end_inset
12117
12118
12119 \end_layout
12120
12121 \end_inset
12122
12123
12124 \end_layout
12125
12126 \begin_layout Standard
12127 Par exemple, pour créer le tableau
12128 \begin_inset space ~
12129 \end_inset
12130
12131
12132 \begin_inset CommandInset ref
12133 LatexCommand ref
12134 reference "tab:Tableau-multicolonne-parfaite"
12135
12136 \end_inset
12137
12138 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12139  3×3 et faites un clic droit dessus.
12140  Ensuite choisissez pour cette cellule
12141 \emph on
12142 ,
12143 \emph default
12144  dans la fenêtre de dialogue de tableau, 
12145 \emph on
12146 multi-colonnes
12147 \emph default
12148
12149 \emph on
12150 alignement
12151 \begin_inset space ~
12152 \end_inset
12153
12154 horizontal
12155 \begin_inset space ~
12156 \end_inset
12157
12158 centré
12159 \emph default
12160  et une largeur de 2.5
12161 \begin_inset space \thinspace{}
12162 \end_inset
12163
12164 cm.
12165  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12166  de la cellule multi-colonnes, vous devez donc donner une largeur de 1.25
12167 \begin_inset space \thinspace{}
12168 \end_inset
12169
12170 cm pour la première colonne.
12171  La deuxième colonne aura alors automatiquement une largeur de 1.25
12172 \begin_inset space \thinspace{}
12173 \end_inset
12174
12175 cm (la largeur de la multi-colonnes moins la largeur de la première colonne).
12176  C'est ce qui a été fait pour le tableau
12177 \begin_inset space ~
12178 \end_inset
12179
12180
12181 \begin_inset CommandInset ref
12182 LatexCommand ref
12183 reference "tab:Tableau-multicolonne-imparfait"
12184
12185 \end_inset
12186
12187 .
12188 \end_layout
12189
12190 \begin_layout Standard
12191 \begin_inset Float table
12192 wide false
12193 sideways false
12194 status open
12195
12196 \begin_layout Plain Layout
12197 \begin_inset Caption Standard
12198
12199 \begin_layout Plain Layout
12200 \begin_inset CommandInset label
12201 LatexCommand label
12202 name "tab:Tableau-multicolonne-imparfait"
12203
12204 \end_inset
12205
12206 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12207  de la largeur de la cellule multi-colonnes.
12208 \begin_inset Argument 1
12209 status open
12210
12211 \begin_layout Plain Layout
12212 Tableau avec multi-colonnes pas parfaite
12213 \end_layout
12214
12215 \end_inset
12216
12217
12218 \end_layout
12219
12220 \end_inset
12221
12222
12223 \end_layout
12224
12225 \begin_layout Plain Layout
12226 \align center
12227 \begin_inset Tabular
12228 <lyxtabular version="3" rows="3" columns="3">
12229 <features tabularvalignment="middle">
12230 <column alignment="center" valignment="top" width="1.25cm">
12231 <column alignment="center" valignment="top">
12232 <column alignment="center" valignment="top">
12233 <row>
12234 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12235 \begin_inset Text
12236
12237 \begin_layout Plain Layout
12238 multi-colonnes sur plusieurs lignes
12239 \end_layout
12240
12241 \end_inset
12242 </cell>
12243 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12244 \begin_inset Text
12245
12246 \begin_layout Plain Layout
12247
12248 \end_layout
12249
12250 \end_inset
12251 </cell>
12252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12253 \begin_inset Text
12254
12255 \begin_layout Plain Layout
12256 c
12257 \end_layout
12258
12259 \end_inset
12260 </cell>
12261 </row>
12262 <row>
12263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12264 \begin_inset Text
12265
12266 \begin_layout Plain Layout
12267 d
12268 \end_layout
12269
12270 \end_inset
12271 </cell>
12272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12273 \begin_inset Text
12274
12275 \begin_layout Plain Layout
12276 e
12277 \end_layout
12278
12279 \end_inset
12280 </cell>
12281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12282 \begin_inset Text
12283
12284 \begin_layout Plain Layout
12285 f
12286 \end_layout
12287
12288 \end_inset
12289 </cell>
12290 </row>
12291 <row>
12292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296 g
12297 \end_layout
12298
12299 \end_inset
12300 </cell>
12301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12302 \begin_inset Text
12303
12304 \begin_layout Plain Layout
12305 h
12306 \end_layout
12307
12308 \end_inset
12309 </cell>
12310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12311 \begin_inset Text
12312
12313 \begin_layout Plain Layout
12314 i
12315 \end_layout
12316
12317 \end_inset
12318 </cell>
12319 </row>
12320 </lyxtabular>
12321
12322 \end_inset
12323
12324
12325 \end_layout
12326
12327 \end_inset
12328
12329
12330 \end_layout
12331
12332 \begin_layout Standard
12333 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12334  de la cellule multi-colonnes, elle est un peu plus large.
12335  La raison est que la taille que l'on donne à une cellule, 
12336 \begin_inset Formula $W_{g}$
12337 \end_inset
12338
12339  n'est pas sa taille totale, 
12340 \begin_inset Formula $W_{\mathrm{tot}}$
12341 \end_inset
12342
12343  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12344  lui donne.
12345  L'annexe
12346 \begin_inset space ~
12347 \end_inset
12348
12349
12350 \begin_inset CommandInset ref
12351 LatexCommand ref
12352 reference "cha:Explication-de-l'Equation"
12353
12354 \end_inset
12355
12356  explique pourquoi en détail.
12357 \end_layout
12358
12359 \begin_layout Standard
12360 La largeur nécessaire 
12361 \begin_inset Formula $W_{g\,n}$
12362 \end_inset
12363
12364  quand 
12365 \emph on
12366 n
12367 \emph default
12368  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12369  ait une largeur totale de 
12370 \begin_inset Formula $W_{\mathrm{tot\,multicolonne}}/n$
12371 \end_inset
12372
12373 :
12374 \begin_inset Formula 
12375 \begin{equation}
12376 W_{g\,n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12377 \end{equation}
12378
12379 \end_inset
12380
12381
12382 \end_layout
12383
12384 \begin_layout Standard
12385 Dans notre cas nous avons 
12386 \begin_inset Formula $n=2$
12387 \end_inset
12388
12389
12390 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12391 \end_inset
12392
12393 cm et les valeurs implicites pour les autres longueurs, l'équation
12394 \begin_inset space ~
12395 \end_inset
12396
12397
12398 \begin_inset CommandInset ref
12399 LatexCommand ref
12400 reference "eq:Wgn"
12401
12402 \end_inset
12403
12404  devient
12405 \begin_inset Formula 
12406 \begin{equation}
12407 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12408 \end{equation}
12409
12410 \end_inset
12411
12412
12413 \end_layout
12414
12415 \begin_layout Standard
12416 Pour permettre des calculs avec \SpecialChar LaTeX
12417 , vous devez charger le paquetage \SpecialChar LaTeX
12418  
12419 \series bold
12420 calc
12421 \series default
12422  avec la ligne suivante dans le préambule du document
12423 \begin_inset Index idx
12424 status collapsed
12425
12426 \begin_layout Plain Layout
12427 Paquetages \SpecialChar LaTeX
12428  ! calc
12429 \end_layout
12430
12431 \end_inset
12432
12433
12434 \end_layout
12435
12436 \begin_layout Standard
12437
12438 \series bold
12439
12440 \backslash
12441 usepackage{calc}
12442 \end_layout
12443
12444 \begin_layout Standard
12445 \SpecialChar LyX
12446  ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12447  de dialogue.
12448  Vous devez donc for mater la colonne en insérant un paramètre \SpecialChar LaTeX
12449  dans la
12450  fenêtre de dialogue.
12451  Voici un aperçu de ces paramètres :
12452 \end_layout
12453
12454 \begin_layout Itemize
12455
12456 \series bold
12457 p{largeur}
12458 \series default
12459  crée une cellule de taille donnée, le texte est aligné verticalement en
12460  haut.
12461 \end_layout
12462
12463 \begin_layout Itemize
12464
12465 \series bold
12466 m{largeur}
12467 \series default
12468  crée une cellule de taille donnée, le texte est aligné verticalement au
12469  centre
12470 \end_layout
12471
12472 \begin_layout Itemize
12473
12474 \series bold
12475 b{largeur}
12476 \series default
12477  crée une cellule de taille donnée, le texte est aligné verticalement en
12478  bas
12479 \end_layout
12480
12481 \begin_layout Standard
12482 En entrant un paramètre \SpecialChar LaTeX
12483 , tous les réglages de cellule donnés dans la fenêtre
12484  de dialogue sont ignorés.
12485 \end_layout
12486
12487 \begin_layout Standard
12488 \begin_inset Note Greyedout
12489 status open
12490
12491 \begin_layout Plain Layout
12492
12493 \series bold
12494 Note:
12495 \series default
12496  À cause d'un bug, \SpecialChar LyX
12497  affiche quand même les réglages qui ne sont pas pris
12498  en compte.
12499 \end_layout
12500
12501 \end_inset
12502
12503
12504 \end_layout
12505
12506 \begin_layout Standard
12507 Comme le texte doit être centré horizontalement, on ajoute la commande 
12508 \series bold
12509
12510 \backslash
12511 centering
12512 \series default
12513 .
12514  Vous pouvez maintenant ajouter le paramètre \SpecialChar LaTeX
12515  suivant pour la première des
12516  colonnes recouvertes :
12517 \end_layout
12518
12519 \begin_layout Standard
12520
12521 \series bold
12522 >{
12523 \backslash
12524 centering}m{1.25cm-6.2pt}
12525 \end_layout
12526
12527 \begin_layout Standard
12528 La commande 
12529 \series bold
12530 >{ }
12531 \series default
12532  signifie que les commandes qui se trouvent entre les accolades doivent
12533  être appliquées avant que la cellule ne soit créée.
12534 \end_layout
12535
12536 \begin_layout Standard
12537 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12538  multi-colonnes, il est toujours aligné à gauche.
12539  Cela vient du fait que \SpecialChar LyX
12540  applique l'alignement seulement à des colonnes
12541  isolées.
12542  Nous devons donc utiliser le paramètre \SpecialChar LaTeX
12543  suivant pour la multi-colonnes
12544 \end_layout
12545
12546 \begin_layout Standard
12547
12548 \series bold
12549 >{
12550 \backslash
12551 centering}m{2.5cm}
12552 \end_layout
12553
12554 \begin_layout Subsection
12555 Multi-lignes
12556 \begin_inset CommandInset label
12557 LatexCommand label
12558 name "subsec:Multi-lignes"
12559
12560 \end_inset
12561
12562
12563 \begin_inset Index idx
12564 status collapsed
12565
12566 \begin_layout Plain Layout
12567 Multi-lignes
12568 \end_layout
12569
12570 \end_inset
12571
12572
12573 \begin_inset Index idx
12574 status collapsed
12575
12576 \begin_layout Plain Layout
12577 Tableau ! multi-lignes
12578 \end_layout
12579
12580 \end_inset
12581
12582
12583 \end_layout
12584
12585 \begin_layout Standard
12586 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12587  qu'elle doit couvrir et utilisez soit le bouton 
12588 \begin_inset Info
12589 type  "icon"
12590 arg   "inset-modify tabular multirow"
12591 \end_inset
12592
12593  de la barre d'outils tableau, ou le menu 
12594 \family sans
12595 Édition\SpecialChar menuseparator
12596 Tableau\SpecialChar menuseparator
12597 Multi-lignes
12598 \family default
12599 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12600  
12601 \family sans
12602 Multi-lignes
12603 \family default
12604 .
12605 \end_layout
12606
12607 \begin_layout Standard
12608 Voici un exemple de tableau avec une cellule multi-lignes en première colonne:
12609 \begin_inset Separator parbreak
12610 \end_inset
12611
12612
12613 \end_layout
12614
12615 \begin_layout Standard
12616 \align center
12617 \begin_inset Tabular
12618 <lyxtabular version="3" rows="3" columns="3">
12619 <features tabularvalignment="middle">
12620 <column alignment="center" valignment="top" width="0pt">
12621 <column alignment="center" valignment="top">
12622 <column alignment="center" valignment="top">
12623 <row>
12624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12625 \begin_inset Text
12626
12627 \begin_layout Plain Layout
12628 un contenu long
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 b
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 c
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 </row>
12652 <row>
12653 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 multi-lignes
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 e
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12672 \begin_inset Text
12673
12674 \begin_layout Plain Layout
12675 f
12676 \end_layout
12677
12678 \end_inset
12679 </cell>
12680 </row>
12681 <row>
12682 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Plain Layout
12686
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Plain Layout
12695 h
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12701 \begin_inset Text
12702
12703 \begin_layout Plain Layout
12704 i
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 </row>
12710 </lyxtabular>
12711
12712 \end_inset
12713
12714
12715 \end_layout
12716
12717 \begin_layout Standard
12718 La largeur de la cellule multi-lignes est déterminée par la largeur de toute
12719  la colonne.
12720  L'
12721 \family sans
12722 Espacement
12723 \begin_inset space ~
12724 \end_inset
12725
12726 vertical
12727 \family default
12728  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12729  est positive ou négative.
12730 \end_layout
12731
12732 \begin_layout Standard
12733 Si la colonne dans laquelle se trouve la multi-lignes n'a pas de largeur
12734  fixée explicitement, la cellule hérite de l'alignement de la colonne.
12735  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12736  implicite, vous devez redéfinir la commande 
12737 \series bold
12738
12739 \backslash
12740 multirowsetup
12741 \series default
12742  avec la commande
12743 \end_layout
12744
12745 \begin_layout Standard
12746
12747 \series bold
12748
12749 \backslash
12750 renewcommand{
12751 \backslash
12752 multirowsetup}{
12753 \backslash
12754 centering}
12755 \end_layout
12756
12757 \begin_layout Standard
12758 dans le préambule du document.
12759  Après ça, tous les contenus de cellules multi-lignes du document seront
12760  centrés.
12761  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12762  vous pouvez redéfinir la commande en l'insérant sous forme de code \SpecialChar TeX
12763  juste
12764  avant le tableau concerné, plutôt que dans le préambule.
12765  Si le texte doit être aligné à droite, remplacez 
12766 \series bold
12767
12768 \backslash
12769 centering
12770 \series default
12771  par 
12772 \series bold
12773
12774 \backslash
12775 raggedleft
12776 \series default
12777 .
12778  Pour revenir à l'alignement à gauche utilisez 
12779 \series bold
12780
12781 \backslash
12782 raggedright
12783 \series default
12784 .
12785 \end_layout
12786
12787 \begin_layout Standard
12788 Voici un exemple de tableau avec une cellule multi-lignes alignée à droite
12789  avec un décalage vertical de -4
12790 \begin_inset space \thinspace{}
12791 \end_inset
12792
12793 mm dans une colonne de 3
12794 \begin_inset space \thinspace{}
12795 \end_inset
12796
12797 cm de large
12798 \begin_inset space ~
12799 \end_inset
12800
12801 :
12802 \begin_inset Separator parbreak
12803 \end_inset
12804
12805
12806 \end_layout
12807
12808 \begin_layout Standard
12809 \noindent
12810 \align center
12811 \begin_inset ERT
12812 status collapsed
12813
12814 \begin_layout Plain Layout
12815
12816
12817 \backslash
12818 renewcommand{
12819 \backslash
12820 multirowsetup}{
12821 \backslash
12822 raggedleft}
12823 \end_layout
12824
12825 \end_inset
12826
12827
12828 \begin_inset Tabular
12829 <lyxtabular version="3" rows="4" columns="3">
12830 <features tabularvalignment="middle">
12831 <column alignment="center" valignment="top" width="3cm">
12832 <column alignment="center" valignment="top">
12833 <column alignment="center" valignment="top">
12834 <row>
12835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12836 \begin_inset Text
12837
12838 \begin_layout Plain Layout
12839 un contenu long
12840 \end_layout
12841
12842 \end_inset
12843 </cell>
12844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848 b
12849 \end_layout
12850
12851 \end_inset
12852 </cell>
12853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857 c
12858 \end_layout
12859
12860 \end_inset
12861 </cell>
12862 </row>
12863 <row>
12864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12865 \begin_inset Text
12866
12867 \begin_layout Plain Layout
12868 t
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12874 \begin_inset Text
12875
12876 \begin_layout Plain Layout
12877 n
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886 m
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 </row>
12892 <row>
12893 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 multi-lignes
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 e
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 f
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 </row>
12921 <row>
12922 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 h
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944 i
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 </row>
12950 </lyxtabular>
12951
12952 \end_inset
12953
12954
12955 \begin_inset ERT
12956 status collapsed
12957
12958 \begin_layout Plain Layout
12959
12960
12961 \backslash
12962 renewcommand{
12963 \backslash
12964 multirowsetup}{
12965 \backslash
12966 raggedright}
12967 \end_layout
12968
12969 \end_inset
12970
12971
12972 \end_layout
12973
12974 \begin_layout Standard
12975 Pour commencer une nouvelle ligne dans une cellule multi-lignes vous pouvez
12976  utiliser un saut de ligne forcé (
12977 \begin_inset space ~
12978 \end_inset
12979
12980 raccourci 
12981 \family sans
12982 Ctrl+Entrée
12983 \family default
12984
12985 \begin_inset space ~
12986 \end_inset
12987
12988 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12989  on le voit dans ce tableau :
12990 \begin_inset Separator parbreak
12991 \end_inset
12992
12993
12994 \end_layout
12995
12996 \begin_layout Standard
12997 \noindent
12998 \align center
12999 \begin_inset Tabular
13000 <lyxtabular version="3" rows="3" columns="2">
13001 <features tabularvalignment="middle">
13002 <column alignment="left" valignment="middle" width="2cm">
13003 <column alignment="center" valignment="top">
13004 <row>
13005 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009 aaa
13010 \begin_inset Newline newline
13011 \end_inset
13012
13013 aaa
13014 \begin_inset Newline newline
13015 \end_inset
13016
13017 mauvaise cellule
13018 \end_layout
13019
13020 \end_inset
13021 </cell>
13022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13023 \begin_inset Text
13024
13025 \begin_layout Plain Layout
13026 ccc
13027 \end_layout
13028
13029 \end_inset
13030 </cell>
13031 </row>
13032 <row>
13033 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13034 \begin_inset Text
13035
13036 \begin_layout Plain Layout
13037
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046 ddd
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 </row>
13052 <row>
13053 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13054 \begin_inset Text
13055
13056 \begin_layout Plain Layout
13057 bbb
13058 \end_layout
13059
13060 \end_inset
13061 </cell>
13062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Plain Layout
13066 eee
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 </row>
13072 </lyxtabular>
13073
13074 \end_inset
13075
13076
13077 \end_layout
13078
13079 \begin_layout Standard
13080 Vous devez donc faire attention avec les saut de lignes forcés.
13081 \end_layout
13082
13083 \begin_layout Subsection
13084 Cellules avec ligne(s) diagonale(s)
13085 \end_layout
13086
13087 \begin_layout Standard
13088 Pour instruire le lecteur de la signification ds titres de lignes et de
13089  colonnes dans un tableau, il est pratique de partager le première cellule
13090  du tableau à l'aide d'une ou deux lignes diagonales.
13091  Ceci peut être obtenu ne chargeant dans le préambule du document les paquetage
13092  \SpecialChar LaTeX
13093
13094 \series bold
13095 \lang english
13096  diagbox
13097 \series default
13098 \lang french
13099
13100 \begin_inset Index idx
13101 status collapsed
13102
13103 \begin_layout Plain Layout
13104 Paquetages \SpecialChar LaTeX
13105  ! diagbox
13106 \end_layout
13107
13108 \end_inset
13109
13110 .
13111  Ce paquetage inclut la commande 
13112 \series bold
13113 \lang english
13114
13115 \backslash
13116 diagbox
13117 \series default
13118 \lang french
13119  que l'on peut insérer en mode \SpecialChar TeX
13120  et qui peut avoir 2 ou 3 arguments:
13121 \end_layout
13122
13123 \begin_layout Standard
13124
13125 \series bold
13126 \lang english
13127
13128 \backslash
13129 diagbox[options]
13130 \lang french
13131 {inférieur gauche}{supérieur droit}
13132 \end_layout
13133
13134 \begin_layout Standard
13135
13136 \series bold
13137 \lang english
13138
13139 \backslash
13140 diagbox[options]
13141 \lang french
13142 {inférieur gauche}{supérieur gauche}{supérieur droit}
13143 \end_layout
13144
13145 \begin_layout Standard
13146 Dans le premier cas, la cellule est partagée par une seule ligne diagonale
13147  et les arguments sont placés au-dessus et en-dessous de cette ligne.
13148  Dans le second cas, la cellule est partagée par deux lignes.
13149 \end_layout
13150
13151 \begin_layout Standard
13152 \begin_inset ERT
13153 status collapsed
13154
13155 \begin_layout Plain Layout
13156
13157
13158 \backslash
13159 ifdiagbox
13160 \end_layout
13161
13162 \end_inset
13163
13164
13165 \begin_inset Note Note
13166 status open
13167
13168 \begin_layout Plain Layout
13169 La section suivante ne s'affichera que si vous avez installé le paquetage
13170  \SpecialChar LaTeX
13171  
13172 \series bold
13173 diagbox
13174 \series default
13175 .
13176 \end_layout
13177
13178 \end_inset
13179
13180
13181 \end_layout
13182
13183 \begin_layout Standard
13184 Voici un exemple de tableau où 
13185 \series bold
13186 \lang english
13187
13188 \backslash
13189 diagbox
13190 \lang french
13191  
13192 \series default
13193 est utilisé avec 2 arguments
13194 \begin_inset space ~
13195 \end_inset
13196
13197 dans la première cellule:
13198 \lang english
13199
13200 \begin_inset VSpace medskip
13201 \end_inset
13202
13203
13204 \end_layout
13205
13206 \begin_layout Standard
13207 \noindent
13208
13209 \lang english
13210 \begin_inset Tabular
13211 <lyxtabular version="3" rows="4" columns="4">
13212 <features tabularvalignment="middle">
13213 <column alignment="center" valignment="top">
13214 <column alignment="center" valignment="top">
13215 <column alignment="center" valignment="top">
13216 <column alignment="center" valignment="top">
13217 <row>
13218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 \begin_inset ERT
13223 status collapsed
13224
13225 \begin_layout Plain Layout
13226
13227
13228 \backslash
13229 diagbox{
13230 \end_layout
13231
13232 \end_inset
13233
13234 Nom
13235 \begin_inset ERT
13236 status collapsed
13237
13238 \begin_layout Plain Layout
13239
13240 }{
13241 \end_layout
13242
13243 \end_inset
13244
13245 Paramètre
13246 \begin_inset ERT
13247 status collapsed
13248
13249 \begin_layout Plain Layout
13250
13251 }
13252 \end_layout
13253
13254 \end_inset
13255
13256
13257 \end_layout
13258
13259 \end_inset
13260 </cell>
13261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 Épaisseur en nm
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 Transparence en %
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 Dureté en MPa
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 </row>
13289 <row>
13290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 Vert parfait
13295 \end_layout
13296
13297 \end_inset
13298 </cell>
13299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 45
13304 \end_layout
13305
13306 \end_inset
13307 </cell>
13308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312 80
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13318 \begin_inset Text
13319
13320 \begin_layout Plain Layout
13321 504
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 </row>
13327 <row>
13328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 Multi-P foncé
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13338 \begin_inset Text
13339
13340 \begin_layout Plain Layout
13341 60
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13347 \begin_inset Text
13348
13349 \begin_layout Plain Layout
13350 72
13351 \end_layout
13352
13353 \end_inset
13354 </cell>
13355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359 982
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 </row>
13365 <row>
13366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13367 \begin_inset Text
13368
13369 \begin_layout Plain Layout
13370 Pro transparent
13371 \end_layout
13372
13373 \end_inset
13374 </cell>
13375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Plain Layout
13379 18
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388 86
13389 \end_layout
13390
13391 \end_inset
13392 </cell>
13393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397 374
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 </row>
13403 </lyxtabular>
13404
13405 \end_inset
13406
13407
13408 \begin_inset VSpace medskip
13409 \end_inset
13410
13411
13412 \end_layout
13413
13414 \begin_layout Standard
13415 La forme à 3 arguments est utile par exemple pour les tableaux croisés de
13416  sport ou les distances:
13417 \begin_inset Separator parbreak
13418 \end_inset
13419
13420
13421 \end_layout
13422
13423 \begin_layout Standard
13424 \noindent
13425 \align center
13426 \begin_inset Tabular
13427 <lyxtabular version="3" rows="4" columns="4">
13428 <features tabularvalignment="middle">
13429 <column alignment="center" valignment="top" width="0pt">
13430 <column alignment="center" valignment="top">
13431 <column alignment="center" valignment="top">
13432 <column alignment="center" valignment="top">
13433 <row>
13434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438 \begin_inset ERT
13439 status collapsed
13440
13441 \begin_layout Plain Layout
13442
13443
13444 \backslash
13445 diagbox{
13446 \end_layout
13447
13448 \end_inset
13449
13450 À domicile
13451 \begin_inset ERT
13452 status collapsed
13453
13454 \begin_layout Plain Layout
13455
13456 }{
13457 \end_layout
13458
13459 \end_inset
13460
13461 Résultat
13462 \begin_inset ERT
13463 status open
13464
13465 \begin_layout Plain Layout
13466
13467 }{
13468 \end_layout
13469
13470 \end_inset
13471
13472 À l'extérieur
13473 \begin_inset ERT
13474 status collapsed
13475
13476 \begin_layout Plain Layout
13477
13478 }
13479 \end_layout
13480
13481 \end_inset
13482
13483
13484 \end_layout
13485
13486 \end_inset
13487 </cell>
13488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492 Tigres
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13498 \begin_inset Text
13499
13500 \begin_layout Plain Layout
13501 Panthères
13502 \end_layout
13503
13504 \end_inset
13505 </cell>
13506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13507 \begin_inset Text
13508
13509 \begin_layout Plain Layout
13510 Faucons
13511 \end_layout
13512
13513 \end_inset
13514 </cell>
13515 </row>
13516 <row>
13517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13518 \begin_inset Text
13519
13520 \begin_layout Plain Layout
13521 Tigres
13522 \end_layout
13523
13524 \end_inset
13525 </cell>
13526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13527 \begin_inset Text
13528
13529 \begin_layout Plain Layout
13530
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539 1:3
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548 0:1
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 </row>
13554 <row>
13555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 Panthères
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 3:1
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Plain Layout
13586 0:0
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 </row>
13592 <row>
13593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13594 \begin_inset Text
13595
13596 \begin_layout Plain Layout
13597 Faucons
13598 \end_layout
13599
13600 \end_inset
13601 </cell>
13602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13603 \begin_inset Text
13604
13605 \begin_layout Plain Layout
13606 1:0
13607 \end_layout
13608
13609 \end_inset
13610 </cell>
13611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13612 \begin_inset Text
13613
13614 \begin_layout Plain Layout
13615 0:0
13616 \end_layout
13617
13618 \end_inset
13619 </cell>
13620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Plain Layout
13624
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 </row>
13630 </lyxtabular>
13631
13632 \end_inset
13633
13634
13635 \end_layout
13636
13637 \begin_layout Standard
13638 Pour des tableaux croisés plus grands on peut utiliser des diagonales dans
13639  2 coins ou plus du tableau comme ici:
13640 \begin_inset Separator parbreak
13641 \end_inset
13642
13643
13644 \end_layout
13645
13646 \begin_layout Standard
13647 \noindent
13648 \align center
13649 \begin_inset Tabular
13650 <lyxtabular version="3" rows="5" columns="5">
13651 <features tabularvalignment="middle">
13652 <column alignment="center" valignment="top" width="0pt">
13653 <column alignment="center" valignment="top">
13654 <column alignment="center" valignment="top">
13655 <column alignment="center" valignment="top">
13656 <column alignment="center" valignment="top">
13657 <row>
13658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13659 \begin_inset Text
13660
13661 \begin_layout Plain Layout
13662 \begin_inset ERT
13663 status open
13664
13665 \begin_layout Plain Layout
13666
13667
13668 \backslash
13669 diagbox{
13670 \end_layout
13671
13672 \end_inset
13673
13674 À domicile}{Résultat
13675 \begin_inset ERT
13676 status collapsed
13677
13678 \begin_layout Plain Layout
13679
13680 }{
13681 \end_layout
13682
13683 \end_inset
13684
13685 À l'extérieur
13686 \begin_inset ERT
13687 status open
13688
13689 \begin_layout Plain Layout
13690
13691 }
13692 \end_layout
13693
13694 \end_inset
13695
13696
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705 Tigres
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714 Panthères
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723 Faucons
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732 \begin_inset ERT
13733 status open
13734
13735 \begin_layout Plain Layout
13736
13737
13738 \backslash
13739 diagbox[dir=NE]{
13740 \end_layout
13741
13742 \end_inset
13743
13744 À domicile
13745 \begin_inset ERT
13746 status collapsed
13747
13748 \begin_layout Plain Layout
13749
13750 }{
13751 \end_layout
13752
13753 \end_inset
13754
13755 Résultat
13756 \begin_inset ERT
13757 status collapsed
13758
13759 \begin_layout Plain Layout
13760
13761 }{
13762 \end_layout
13763
13764 \end_inset
13765
13766 À l'extérieur
13767 \begin_inset ERT
13768 status collapsed
13769
13770 \begin_layout Plain Layout
13771
13772 }
13773 \end_layout
13774
13775 \end_inset
13776
13777
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 </row>
13783 <row>
13784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Plain Layout
13788 Tigres
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806 1:3
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 0:1
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 Tigres
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 </row>
13830 <row>
13831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835 Panthères
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844 3:1
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Plain Layout
13853
13854 \end_layout
13855
13856 \end_inset
13857 </cell>
13858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13859 \begin_inset Text
13860
13861 \begin_layout Plain Layout
13862 0:0
13863 \end_layout
13864
13865 \end_inset
13866 </cell>
13867 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Plain Layout
13871 Panthères
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 </row>
13877 <row>
13878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13879 \begin_inset Text
13880
13881 \begin_layout Plain Layout
13882 Faucons
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Plain Layout
13891 1:0
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13897 \begin_inset Text
13898
13899 \begin_layout Plain Layout
13900 0:0
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Plain Layout
13909
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918 Faucons
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 </row>
13924 <row>
13925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Plain Layout
13929 \begin_inset ERT
13930 status open
13931
13932 \begin_layout Plain Layout
13933
13934
13935 \backslash
13936 diagbox[dir=SW]{
13937 \end_layout
13938
13939 \end_inset
13940
13941 À domicile
13942 \begin_inset ERT
13943 status collapsed
13944
13945 \begin_layout Plain Layout
13946
13947 }{
13948 \end_layout
13949
13950 \end_inset
13951
13952 Résultat
13953 \begin_inset ERT
13954 status collapsed
13955
13956 \begin_layout Plain Layout
13957
13958 }{
13959 \end_layout
13960
13961 \end_inset
13962
13963 À l'extérieur
13964 \begin_inset ERT
13965 status open
13966
13967 \begin_layout Plain Layout
13968
13969 }
13970 \end_layout
13971
13972 \end_inset
13973
13974
13975 \end_layout
13976
13977 \end_inset
13978 </cell>
13979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983 Tigres
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13989 \begin_inset Text
13990
13991 \begin_layout Plain Layout
13992 Panthères
13993 \end_layout
13994
13995 \end_inset
13996 </cell>
13997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13998 \begin_inset Text
13999
14000 \begin_layout Plain Layout
14001 Faucons
14002 \end_layout
14003
14004 \end_inset
14005 </cell>
14006 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14007 \begin_inset Text
14008
14009 \begin_layout Plain Layout
14010 \begin_inset ERT
14011 status open
14012
14013 \begin_layout Plain Layout
14014
14015
14016 \backslash
14017 diagbox[dir=SE]{
14018 \end_layout
14019
14020 \end_inset
14021
14022 À domicile
14023 \begin_inset ERT
14024 status collapsed
14025
14026 \begin_layout Plain Layout
14027
14028 }{
14029 \end_layout
14030
14031 \end_inset
14032
14033 Résultat
14034 \begin_inset ERT
14035 status open
14036
14037 \begin_layout Plain Layout
14038
14039 }{
14040 \end_layout
14041
14042 \end_inset
14043
14044 À l'extérieur
14045 \begin_inset ERT
14046 status collapsed
14047
14048 \begin_layout Plain Layout
14049
14050 }
14051 \end_layout
14052
14053 \end_inset
14054
14055
14056 \end_layout
14057
14058 \end_inset
14059 </cell>
14060 </row>
14061 </lyxtabular>
14062
14063 \end_inset
14064
14065
14066 \end_layout
14067
14068 \begin_layout Standard
14069 Pour faire pivoter les diagonales, il faut utiliser l'option de commande
14070  
14071 \series bold
14072 dir=direction
14073 \series default
14074
14075 \emph on
14076 direction
14077 \emph default
14078  est à choisir parmi 
14079 \series bold
14080 NE
14081 \series default
14082
14083 \series bold
14084 SE
14085 \series default
14086
14087 \series bold
14088 SW
14089 \series default
14090  et 
14091 \series bold
14092 NW
14093 \series default
14094  comme sur une rose des vents.
14095  
14096 \series bold
14097 SW
14098 \series default
14099  est par exemple le coin sud-ouest, c'est à-dire le coin inférieur gauche
14100  du tableau ci-dessus, désigné via la commande:
14101 \end_layout
14102
14103 \begin_layout Standard
14104
14105 \series bold
14106 \lang english
14107
14108 \backslash
14109 diagbox[dir=SW]{
14110 \series default
14111 \lang french
14112 À domicile
14113 \series bold
14114 \lang english
14115 }{
14116 \series default
14117 \lang french
14118 Résultat
14119 \series bold
14120 \lang english
14121 }{
14122 \series default
14123 \lang french
14124 À l'extérieur
14125 \series bold
14126 \lang english
14127 }
14128 \series default
14129 \lang french
14130 .
14131  
14132 \end_layout
14133
14134 \begin_layout Standard
14135 Si aucune direction n'est spécifiée, elle est implicitement NW.
14136 \end_layout
14137
14138 \begin_layout Standard
14139 La largeur nécessaire pour le partage des cellules est calculée automatiquement.
14140  De ce fait, si vous fixez une largeur de colonne plus petite que nécessaire,
14141  le contenu de la cellule va déborder:
14142 \begin_inset Separator parbreak
14143 \end_inset
14144
14145
14146 \end_layout
14147
14148 \begin_layout Standard
14149 \noindent
14150 \align center
14151 \begin_inset Tabular
14152 <lyxtabular version="3" rows="2" columns="2">
14153 <features tabularvalignment="middle">
14154 <column alignment="center" valignment="top" width="3cm">
14155 <column alignment="center" valignment="top">
14156 <row>
14157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14158 \begin_inset Text
14159
14160 \begin_layout Plain Layout
14161 \begin_inset ERT
14162 status collapsed
14163
14164 \begin_layout Plain Layout
14165
14166
14167 \backslash
14168 diagbox{
14169 \end_layout
14170
14171 \end_inset
14172
14173 Nom
14174 \begin_inset ERT
14175 status collapsed
14176
14177 \begin_layout Plain Layout
14178
14179 }{
14180 \end_layout
14181
14182 \end_inset
14183
14184 Paramètre
14185 \begin_inset ERT
14186 status collapsed
14187
14188 \begin_layout Plain Layout
14189
14190 }
14191 \end_layout
14192
14193 \end_inset
14194
14195
14196 \end_layout
14197
14198 \end_inset
14199 </cell>
14200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14201 \begin_inset Text
14202
14203 \begin_layout Plain Layout
14204 Épaisseur en nm
14205 \end_layout
14206
14207 \end_inset
14208 </cell>
14209 </row>
14210 <row>
14211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14212 \begin_inset Text
14213
14214 \begin_layout Plain Layout
14215 Vert parfait
14216 \end_layout
14217
14218 \end_inset
14219 </cell>
14220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14221 \begin_inset Text
14222
14223 \begin_layout Plain Layout
14224 45
14225 \end_layout
14226
14227 \end_inset
14228 </cell>
14229 </row>
14230 </lyxtabular>
14231
14232 \end_inset
14233
14234
14235 \end_layout
14236
14237 \begin_layout Standard
14238 Si vous avez besoin d'une certaine largeur pour des colonnes incluant une
14239  cellule partagée, utilisez l'option de commande 
14240 \series bold
14241 \lang english
14242 width=3cm
14243 \series default
14244 \lang french
14245  (remplacez 
14246 \begin_inset Quotes fld
14247 \end_inset
14248
14249 3cm
14250 \begin_inset Quotes frd
14251 \end_inset
14252
14253 par la largeur désirée).
14254  Dans le tableau qui suit, la largeur de la première colonne est réglée
14255  à 4cm.
14256  Pour 
14257 \series bold
14258 \lang english
14259
14260 \backslash
14261 diagbox
14262 \series default
14263 \lang french
14264  une largeur de 4
14265 \begin_inset space \thinspace{}
14266 \end_inset
14267
14268 cm + 2
14269 \begin_inset space \thinspace{}
14270 \end_inset
14271
14272
14273 \backslash
14274 tabcolsep est nécessaire puisque la largeur globale est celle du texte (dans
14275  ce cas, les 4cm) plus deux lignes de séparation entre le texte et le bord
14276  de la cellule.
14277  Le calcul de la largeur ne peut pas être fait directement dans l'option
14278  de la commande 
14279 \series bold
14280 \lang english
14281
14282 \backslash
14283 diagbox
14284 \series default
14285 \lang french
14286 , il faut donc créer une nouvelle longueur qui pourra être utilisée dans
14287  la suite.
14288  Ceci se fait via les commandes en code \SpecialChar TeX
14289 :
14290 \end_layout
14291
14292 \begin_layout Standard
14293
14294 \series bold
14295
14296 \backslash
14297 newlength{
14298 \backslash
14299 diagtest}
14300 \begin_inset Newline newline
14301 \end_inset
14302
14303
14304 \backslash
14305 setlength{
14306 \backslash
14307 diagtest}{4cm+2
14308 \backslash
14309 tabcolsep}
14310 \end_layout
14311
14312 \begin_layout Standard
14313 \begin_inset ERT
14314 status collapsed
14315
14316 \begin_layout Plain Layout
14317
14318
14319 \backslash
14320 newlength{
14321 \backslash
14322 diagtest}
14323 \end_layout
14324
14325 \begin_layout Plain Layout
14326
14327
14328 \backslash
14329 setlength{
14330 \backslash
14331 diagtest}{4cm+2
14332 \backslash
14333 tabcolsep}
14334 \end_layout
14335
14336 \end_inset
14337
14338
14339 \end_layout
14340
14341 \begin_layout Standard
14342 Pour permettre les calculs en \SpecialChar LaTeX
14343 , il faut charger dans le préambule du document
14344  le paquetage 
14345 \series bold
14346 calc
14347 \series default
14348
14349 \begin_inset Index idx
14350 status collapsed
14351
14352 \begin_layout Plain Layout
14353 Paquetages \SpecialChar LaTeX
14354  ! calc
14355 \end_layout
14356
14357 \end_inset
14358
14359 .
14360 \end_layout
14361
14362 \begin_layout Standard
14363 Dans le tableau vous pouvez maintenant utiliser la commande
14364 \end_layout
14365
14366 \begin_layout Standard
14367
14368 \series bold
14369
14370 \backslash
14371 diagbox[width=
14372 \backslash
14373 diagtest]{A}{B}
14374 \end_layout
14375
14376 \begin_layout Standard
14377 dans la première cellule:
14378 \begin_inset Separator parbreak
14379 \end_inset
14380
14381
14382 \end_layout
14383
14384 \begin_layout Standard
14385 \noindent
14386 \align center
14387 \begin_inset Tabular
14388 <lyxtabular version="3" rows="2" columns="2">
14389 <features tabularvalignment="middle">
14390 <column alignment="center" valignment="top" width="4cm">
14391 <column alignment="center" valignment="top">
14392 <row>
14393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14394 \begin_inset Text
14395
14396 \begin_layout Plain Layout
14397 \begin_inset ERT
14398 status open
14399
14400 \begin_layout Plain Layout
14401
14402
14403 \backslash
14404 diagbox[width=
14405 \backslash
14406 diagtest]{
14407 \end_layout
14408
14409 \end_inset
14410
14411 A
14412 \begin_inset ERT
14413 status collapsed
14414
14415 \begin_layout Plain Layout
14416
14417 }{
14418 \end_layout
14419
14420 \end_inset
14421
14422 B
14423 \begin_inset ERT
14424 status collapsed
14425
14426 \begin_layout Plain Layout
14427
14428 }
14429 \end_layout
14430
14431 \end_inset
14432
14433
14434 \end_layout
14435
14436 \end_inset
14437 </cell>
14438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Plain Layout
14442 Épaisseur en nm
14443 \end_layout
14444
14445 \end_inset
14446 </cell>
14447 </row>
14448 <row>
14449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453 Vert parfait
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14459 \begin_inset Text
14460
14461 \begin_layout Plain Layout
14462 45
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 </row>
14468 </lyxtabular>
14469
14470 \end_inset
14471
14472
14473 \end_layout
14474
14475 \begin_layout Standard
14476 Noter que la cellule partagée doit être la plus large de la colonne, sinon
14477  la longueur de la diagonale ne peut pas être calculée correctement comme
14478  dans ce tableau:
14479 \begin_inset Separator parbreak
14480 \end_inset
14481
14482
14483 \end_layout
14484
14485 \begin_layout Standard
14486 \noindent
14487 \align center
14488 \begin_inset Tabular
14489 <lyxtabular version="3" rows="2" columns="2">
14490 <features tabularvalignment="middle">
14491 <column alignment="center" valignment="top" width="0pt">
14492 <column alignment="center" valignment="top">
14493 <row>
14494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498 \begin_inset ERT
14499 status collapsed
14500
14501 \begin_layout Plain Layout
14502
14503
14504 \backslash
14505 diagbox{
14506 \end_layout
14507
14508 \end_inset
14509
14510 A
14511 \begin_inset ERT
14512 status collapsed
14513
14514 \begin_layout Plain Layout
14515
14516 }{
14517 \end_layout
14518
14519 \end_inset
14520
14521 B
14522 \begin_inset ERT
14523 status collapsed
14524
14525 \begin_layout Plain Layout
14526
14527 }
14528 \end_layout
14529
14530 \end_inset
14531
14532
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541 Épaisseur en nm
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 </row>
14547 <row>
14548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552 Vert parfait
14553 \end_layout
14554
14555 \end_inset
14556 </cell>
14557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14558 \begin_inset Text
14559
14560 \begin_layout Plain Layout
14561 45
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 </row>
14567 </lyxtabular>
14568
14569 \end_inset
14570
14571
14572 \end_layout
14573
14574 \begin_layout Standard
14575 Dans ce cas, vous pouvez utiliser directement
14576 \series bold
14577  
14578 \lang english
14579 width
14580 \series default
14581 \lang french
14582  dans l'option de 
14583 \series bold
14584 \lang english
14585
14586 \backslash
14587 diagbox
14588 \series default
14589 \lang french
14590 , il n'est plus nécessaire d’ajouter 2
14591 \backslash
14592 tabcolsep puisque la largeur de cellule est maintenant la largeur de la
14593  colonne.
14594  Ici une largeur de 3cm est utilisée:
14595 \begin_inset Separator parbreak
14596 \end_inset
14597
14598
14599 \end_layout
14600
14601 \begin_layout Standard
14602 \noindent
14603 \align center
14604 \begin_inset Tabular
14605 <lyxtabular version="3" rows="2" columns="2">
14606 <features tabularvalignment="middle">
14607 <column alignment="center" valignment="top" width="0pt">
14608 <column alignment="center" valignment="top">
14609 <row>
14610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14611 \begin_inset Text
14612
14613 \begin_layout Plain Layout
14614 \begin_inset ERT
14615 status open
14616
14617 \begin_layout Plain Layout
14618
14619
14620 \backslash
14621 diagbox[width=3cm]{
14622 \end_layout
14623
14624 \end_inset
14625
14626 A
14627 \begin_inset ERT
14628 status collapsed
14629
14630 \begin_layout Plain Layout
14631
14632 }{
14633 \end_layout
14634
14635 \end_inset
14636
14637 B
14638 \begin_inset ERT
14639 status collapsed
14640
14641 \begin_layout Plain Layout
14642
14643 }
14644 \end_layout
14645
14646 \end_inset
14647
14648
14649 \end_layout
14650
14651 \end_inset
14652 </cell>
14653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14654 \begin_inset Text
14655
14656 \begin_layout Plain Layout
14657 Épaisseur en nm
14658 \end_layout
14659
14660 \end_inset
14661 </cell>
14662 </row>
14663 <row>
14664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14665 \begin_inset Text
14666
14667 \begin_layout Plain Layout
14668 Vert parfait
14669 \end_layout
14670
14671 \end_inset
14672 </cell>
14673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14674 \begin_inset Text
14675
14676 \begin_layout Plain Layout
14677 45
14678 \end_layout
14679
14680 \end_inset
14681 </cell>
14682 </row>
14683 </lyxtabular>
14684
14685 \end_inset
14686
14687
14688 \end_layout
14689
14690 \begin_layout Standard
14691 Pour les lignes multiples dans une cellule partagée, il faut une hauteur
14692  supplémentaire pour placer le texte dans la cellule.
14693  Ceci peut être obtenu avec l'option
14694 \series bold
14695  
14696 \lang english
14697 height
14698 \lang french
14699 =3cm
14700 \series default
14701  de la commande 
14702 \series bold
14703 \lang english
14704
14705 \backslash
14706 diagbox
14707 \series default
14708 \lang french
14709  (remplacer « 3cm » par la hauteur désirée).
14710  Dans le tableau qui suit, la commande
14711 \end_layout
14712
14713 \begin_layout Standard
14714
14715 \series bold
14716
14717 \backslash
14718 diagbox[width=3cm,height=1.4cm]{A
14719 \backslash
14720
14721 \backslash
14722 B}{C
14723 \backslash
14724
14725 \backslash
14726 D}
14727 \end_layout
14728
14729 \begin_layout Standard
14730 est utilisée dans la première cellule.
14731  La commande 
14732 \backslash
14733
14734 \backslash
14735  crée le saut de ligne
14736 \begin_inset Foot
14737 status open
14738
14739 \begin_layout Plain Layout
14740 Couper les lignes via Ctrl+Entrée n'est possible que pour des colonnes de
14741  largeur fixée.
14742 \end_layout
14743
14744 \end_inset
14745
14746 .
14747 \begin_inset Separator parbreak
14748 \end_inset
14749
14750
14751 \end_layout
14752
14753 \begin_layout Standard
14754 \noindent
14755 \align center
14756 \begin_inset Tabular
14757 <lyxtabular version="3" rows="2" columns="2">
14758 <features tabularvalignment="middle">
14759 <column alignment="center" valignment="top">
14760 <column alignment="center" valignment="top">
14761 <row>
14762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14763 \begin_inset Text
14764
14765 \begin_layout Plain Layout
14766 \begin_inset ERT
14767 status open
14768
14769 \begin_layout Plain Layout
14770
14771
14772 \backslash
14773 diagbox[width=3cm,height=1.4cm]{
14774 \end_layout
14775
14776 \end_inset
14777
14778 A
14779 \begin_inset ERT
14780 status collapsed
14781
14782 \begin_layout Plain Layout
14783
14784
14785 \backslash
14786
14787 \backslash
14788
14789 \end_layout
14790
14791 \end_inset
14792
14793 B
14794 \begin_inset ERT
14795 status collapsed
14796
14797 \begin_layout Plain Layout
14798
14799 }{
14800 \end_layout
14801
14802 \end_inset
14803
14804 C
14805 \begin_inset ERT
14806 status collapsed
14807
14808 \begin_layout Plain Layout
14809
14810
14811 \backslash
14812
14813 \backslash
14814
14815 \end_layout
14816
14817 \end_inset
14818
14819 D
14820 \begin_inset ERT
14821 status collapsed
14822
14823 \begin_layout Plain Layout
14824
14825 }
14826 \end_layout
14827
14828 \end_inset
14829
14830
14831 \end_layout
14832
14833 \end_inset
14834 </cell>
14835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14836 \begin_inset Text
14837
14838 \begin_layout Plain Layout
14839 Épaisseur en nm
14840 \end_layout
14841
14842 \end_inset
14843 </cell>
14844 </row>
14845 <row>
14846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14847 \begin_inset Text
14848
14849 \begin_layout Plain Layout
14850 Vert parfait
14851 \end_layout
14852
14853 \end_inset
14854 </cell>
14855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14856 \begin_inset Text
14857
14858 \begin_layout Plain Layout
14859 45
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 </row>
14865 </lyxtabular>
14866
14867 \end_inset
14868
14869
14870 \end_layout
14871
14872 \begin_layout Standard
14873 \begin_inset ERT
14874 status collapsed
14875
14876 \begin_layout Plain Layout
14877
14878
14879 \backslash
14880 else
14881 \end_layout
14882
14883 \end_inset
14884
14885
14886 \begin_inset Note Note
14887 status open
14888
14889 \begin_layout Plain Layout
14890 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
14891  
14892 \series bold
14893 diagbox
14894 \series default
14895  n'est pas installé :
14896 \end_layout
14897
14898 \end_inset
14899
14900
14901 \end_layout
14902
14903 \begin_layout Standard
14904 Vous devez installer le paquetage \SpecialChar LaTeX
14905  
14906 \series bold
14907 diagbox
14908 \series default
14909  pour voir le contenu de cette section dans la sortie imprimée.
14910 \end_layout
14911
14912 \begin_layout Standard
14913 \begin_inset ERT
14914 status collapsed
14915
14916 \begin_layout Plain Layout
14917
14918
14919 \backslash
14920 fi
14921 \end_layout
14922
14923 \end_inset
14924
14925
14926 \end_layout
14927
14928 \begin_layout Standard
14929 Pour en savoir plus sur le paquetage \SpecialChar LaTeX
14930  
14931 \series bold
14932 \lang english
14933 diagbox
14934 \series default
14935 \lang french
14936 , voir sa documentation, 
14937 \begin_inset CommandInset citation
14938 LatexCommand cite
14939 key "diagbox"
14940
14941 \end_inset
14942
14943 .
14944 \end_layout
14945
14946 \begin_layout Section
14947 Les tableaux formels
14948 \begin_inset CommandInset label
14949 LatexCommand label
14950 name "sec:Tableaux-Formels"
14951
14952 \end_inset
14953
14954
14955 \begin_inset Index idx
14956 status collapsed
14957
14958 \begin_layout Plain Layout
14959 Tableau ! Formel
14960 \end_layout
14961
14962 \end_inset
14963
14964
14965 \end_layout
14966
14967 \begin_layout Standard
14968 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
14969  à celle du tableau
14970 \begin_inset space ~
14971 \end_inset
14972
14973
14974 \begin_inset CommandInset ref
14975 LatexCommand ref
14976 reference "tab:Exemple-tableau-booktabs"
14977
14978 \end_inset
14979
14980 .
14981  Ce genre de tableau est appelé 
14982 \begin_inset Quotes fld
14983 \end_inset
14984
14985
14986 \emph on
14987 formel
14988 \emph default
14989
14990 \begin_inset Quotes frd
14991 \end_inset
14992
14993 .
14994  Pour transformer un tableau en tableau formel, utilisez l'option 
14995 \family sans
14996 Formel
14997 \family default
14998  de l'onglet 
14999 \family sans
15000 Bordures
15001 \family default
15002  de la fenêtre de dialogue 
15003 \family sans
15004 Paramètres
15005 \begin_inset space ~
15006 \end_inset
15007
15008 du
15009 \begin_inset space ~
15010 \end_inset
15011
15012 tableau
15013 \family default
15014 .
15015 \end_layout
15016
15017 \begin_layout Standard
15018 \begin_inset Float table
15019 placement h
15020 wide false
15021 sideways false
15022 status open
15023
15024 \begin_layout Plain Layout
15025 \begin_inset Caption Standard
15026
15027 \begin_layout Plain Layout
15028 \begin_inset CommandInset label
15029 LatexCommand label
15030 name "tab:Exemple-tableau-booktabs"
15031
15032 \end_inset
15033
15034 Exemple de tableau formel
15035 \end_layout
15036
15037 \end_inset
15038
15039
15040 \end_layout
15041
15042 \begin_layout Plain Layout
15043 \align center
15044 \begin_inset Tabular
15045 <lyxtabular version="3" rows="8" columns="4">
15046 <features booktabs="true" tabularvalignment="middle">
15047 <column alignment="center" valignment="top">
15048 <column alignment="center" valignment="top">
15049 <column alignment="center" valignment="top">
15050 <column alignment="center" valignment="top">
15051 <row>
15052 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056 Système
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="center" valignment="top" topline="true" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065 Chip
15066 \begin_inset space \thinspace{}
15067 \end_inset
15068
15069 1
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078 Chip
15079 \begin_inset space \thinspace{}
15080 \end_inset
15081
15082 2
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 </row>
15097 <row>
15098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15099 \begin_inset Text
15100
15101 \begin_layout Plain Layout
15102 \begin_inset ERT
15103 status collapsed
15104
15105 \begin_layout Plain Layout
15106
15107
15108 \backslash
15109 cmidrule(r){2-2}
15110 \end_layout
15111
15112 \end_inset
15113
15114
15115 \begin_inset ERT
15116 status collapsed
15117
15118 \begin_layout Plain Layout
15119
15120
15121 \backslash
15122 cmidrule(l){3-4}
15123 \end_layout
15124
15125 \end_inset
15126
15127 Épaisseur du capteur en µm
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 <cell alignment="center" valignment="top" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136 300
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145 300
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 <cell alignment="center" valignment="top" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154 700
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 </row>
15160 <row>
15161 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Plain Layout
15165 Angle du biseau en °
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" topline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 3.55
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" topline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183 2.71
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 <cell alignment="center" valignment="top" topline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 7.99
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 </row>
15198 <row topspace="default">
15199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203 Résolution spatiale en µm
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 <cell alignment="center" valignment="top" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212 4.26
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 <cell alignment="center" valignment="top" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221 10.17
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 <cell alignment="center" valignment="top" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230 10.56
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 </row>
15236 <row topspace="default">
15237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241 MTF à 
15242 \begin_inset Formula $f_{\mathrm{max}}$
15243 \end_inset
15244
15245
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 <cell alignment="center" valignment="top" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Plain Layout
15254 0.53
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263 0.37
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 <cell alignment="center" valignment="top" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272 0.39
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 </row>
15278 <row topspace="default">
15279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Plain Layout
15283 \begin_inset ERT
15284 status collapsed
15285
15286 \begin_layout Plain Layout
15287
15288
15289 \backslash
15290 cmidrule[2pt](l{10pt}){1-1}
15291 \end_layout
15292
15293 \end_inset
15294
15295 résolution spatiale LSF
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 <cell alignment="center" valignment="top" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Plain Layout
15304
15305 \end_layout
15306
15307 \end_inset
15308 </cell>
15309 <cell alignment="center" valignment="top" usebox="none">
15310 \begin_inset Text
15311
15312 \begin_layout Plain Layout
15313
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 <cell alignment="center" valignment="top" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Plain Layout
15322
15323 \end_layout
15324
15325 \end_inset
15326 </cell>
15327 </row>
15328 <row>
15329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15330 \begin_inset Text
15331
15332 \begin_layout Plain Layout
15333 en µm
15334 \end_layout
15335
15336 \end_inset
15337 </cell>
15338 <cell alignment="center" valignment="top" usebox="none">
15339 \begin_inset Text
15340
15341 \begin_layout Plain Layout
15342 129.7
15343 \end_layout
15344
15345 \end_inset
15346 </cell>
15347 <cell alignment="center" valignment="top" usebox="none">
15348 \begin_inset Text
15349
15350 \begin_layout Plain Layout
15351 52.75
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 <cell alignment="center" valignment="top" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360 50.78
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 </row>
15366 <row>
15367 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15368 \begin_inset Text
15369
15370 \begin_layout Plain Layout
15371 en % de la taille des pixels
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380 76.3
15381 \end_layout
15382
15383 \end_inset
15384 </cell>
15385 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15386 \begin_inset Text
15387
15388 \begin_layout Plain Layout
15389 95.9
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398 92.3
15399 \end_layout
15400
15401 \end_inset
15402 </cell>
15403 </row>
15404 </lyxtabular>
15405
15406 \end_inset
15407
15408
15409 \end_layout
15410
15411 \end_inset
15412
15413
15414 \end_layout
15415
15416 \begin_layout Standard
15417 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15418  
15419 \family sans
15420 Bordures
15421 \family default
15422  de la fenêtre de dialogue 
15423 \family sans
15424 Paramètres
15425 \begin_inset space ~
15426 \end_inset
15427
15428 du
15429 \begin_inset space ~
15430 \end_inset
15431
15432 tableau
15433 \family default
15434  comme c'est décrit dans la section
15435 \begin_inset space ~
15436 \end_inset
15437
15438
15439 \begin_inset CommandInset ref
15440 LatexCommand ref
15441 reference "subsec:Espacement-lignes"
15442
15443 \end_inset
15444
15445 .
15446 \end_layout
15447
15448 \begin_layout Standard
15449 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15450  verticales.
15451  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15452  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15453  sortie imprimée :
15454 \begin_inset Newline newline
15455 \end_inset
15456
15457 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15458 \begin_inset space \thinspace{}
15459 \end_inset
15460
15461 em alors que les autres lignes ont implicite une épaisseur de 0.05
15462 \begin_inset space \thinspace{}
15463 \end_inset
15464
15465 em.
15466 \end_layout
15467
15468 \begin_layout Standard
15469 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15470  les lignes de préambule suivantes :
15471 \end_layout
15472
15473 \begin_layout Standard
15474
15475 \series bold
15476
15477 \backslash
15478 let
15479 \backslash
15480 mytoprule
15481 \backslash
15482 toprule
15483 \begin_inset Newline newline
15484 \end_inset
15485
15486
15487 \backslash
15488 renewcommand{
15489 \backslash
15490 toprule}{
15491 \backslash
15492 mytoprule[width]}
15493 \end_layout
15494
15495 \begin_layout Standard
15496 Cet exemple concerne la première ligne, appelée 
15497 \series bold
15498 toprule
15499 \series default
15500 .
15501  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15502 \series bold
15503 toprule
15504 \series default
15505  par 
15506 \series bold
15507 bottomrule
15508 \series default
15509 .
15510  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15511  
15512 \series bold
15513 toprule
15514 \series default
15515  par 
15516 \series bold
15517 midrule
15518 \series default
15519 .
15520  Vous pouvez utiliser toutes les unités de longueur définies dans l'annexe
15521 \begin_inset space ~
15522 \end_inset
15523
15524
15525 \begin_inset CommandInset ref
15526 LatexCommand ref
15527 reference "cha:Unités-de-longueur"
15528
15529 \end_inset
15530
15531  pour préciser l'épaisseur voulue.
15532 \end_layout
15533
15534 \begin_layout Standard
15535 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15536  en mettant une ligne pour une cellule multi-colonnes.
15537  \SpecialChar LyX
15538  va utiliser en interne la commande 
15539 \series bold
15540
15541 \backslash
15542 cmidrule
15543 \series default
15544  pour créer cette ligne.
15545  Sa syntaxe complète est :
15546 \end_layout
15547
15548 \begin_layout Standard
15549
15550 \series bold
15551
15552 \backslash
15553 cmidrule[largeur](rognage){colDépart-colFin}
15554 \end_layout
15555
15556 \begin_layout Standard
15557 Les options de la commande 
15558 \series bold
15559
15560 \backslash
15561 cmidrule
15562 \series default
15563  ne sont pas actuellement gérées par \SpecialChar LyX
15564 , vous devez donc utiliser du code
15565  \SpecialChar TeX
15566  pour pouvoir les utiliser.
15567  On peut créer manuellement des lignes 
15568 \series bold
15569
15570 \backslash
15571 mitrales
15572 \series default
15573  en insérant la commande en code \SpecialChar TeX
15574  comme le premier élément de la première
15575  cellule de la ligne.
15576  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15577  en question.
15578 \end_layout
15579
15580 \begin_layout Standard
15581 La valeur 
15582 \series bold
15583 largeur
15584 \series default
15585  pour l'épaisseur des lignes est de 0.03
15586 \begin_inset space \thinspace{}
15587 \end_inset
15588
15589 em.
15590  
15591 \series bold
15592 colDépart
15593 \series default
15594  est le numéro de la colonne dans laquelle la ligne commence et 
15595 \series bold
15596 colFin
15597 \series default
15598  est le numéro de la colonne dans laquelle elle se termine.
15599  La valeur de 
15600 \series bold
15601 colFin
15602 \series default
15603  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15604  Le paramètre optionnel 
15605 \series bold
15606 rognage
15607 \series default
15608  peut être soit 
15609 \emph on
15610 l{largeurRognage}
15611 \emph default
15612 , ou 
15613 \emph on
15614 r{largeurRognage}
15615 \emph default
15616  où les valeurs de
15617 \emph on
15618  largeurRognage
15619 \emph default
15620  sont aussi optionnelles.
15621  En utilisant par exemple la valeur 
15622 \emph on
15623 l{2pt}
15624 \emph default
15625  pour ce paramètre, la ligne va être rognée de 2
15626 \begin_inset space \thinspace{}
15627 \end_inset
15628
15629 pt à son extrémité gauche.
15630  Si vous ne spécifiez pas de valeur pour 
15631 \emph on
15632 largeurRognage
15633 \emph default
15634  les lignes sont implicitement rognées de 0.5
15635 \begin_inset space \thinspace{}
15636 \end_inset
15637
15638 em.
15639 \end_layout
15640
15641 \begin_layout Standard
15642 \begin_inset VSpace bigskip
15643 \end_inset
15644
15645 Le tableau
15646 \begin_inset space ~
15647 \end_inset
15648
15649
15650 \begin_inset CommandInset ref
15651 LatexCommand ref
15652 reference "tab:Exemple-tableau-booktabs"
15653
15654 \end_inset
15655
15656  a été créé en utilisant les commandes
15657 \end_layout
15658
15659 \begin_layout Standard
15660
15661 \series bold
15662
15663 \backslash
15664 cmidrule(r){2-2}
15665 \backslash
15666 cmidrule(l){3-4}
15667 \end_layout
15668
15669 \begin_layout Standard
15670 au début de la deuxième ligne et
15671 \end_layout
15672
15673 \begin_layout Standard
15674
15675 \series bold
15676
15677 \backslash
15678 cmidrule[2pt](l{10pt}){1-1}
15679 \end_layout
15680
15681 \begin_layout Standard
15682 au début de la sixième ligne.
15683 \end_layout
15684
15685 \begin_layout Standard
15686 \begin_inset VSpace bigskip
15687 \end_inset
15688
15689
15690 \end_layout
15691
15692 \begin_layout Standard
15693 Vous pouvez vouloir des commandes 
15694 \series bold
15695
15696 \backslash
15697 cmidrule
15698 \series default
15699 s qui se recouvrent comme pour le tableau
15700 \begin_inset space ~
15701 \end_inset
15702
15703
15704 \begin_inset CommandInset ref
15705 LatexCommand ref
15706 reference "tab:Tableau-booktabs-special"
15707
15708 \end_inset
15709
15710 .
15711  On obtient ce résultat en utilisant la commande suivante en code \SpecialChar TeX
15712
15713 \end_layout
15714
15715 \begin_layout Standard
15716
15717 \series bold
15718
15719 \backslash
15720 morecmidrules
15721 \end_layout
15722
15723 \begin_layout Standard
15724 La commande qui a été utilisée pour la deuxième ligne du tableau
15725 \begin_inset space ~
15726 \end_inset
15727
15728
15729 \begin_inset CommandInset ref
15730 LatexCommand ref
15731 reference "tab:Tableau-booktabs-special"
15732
15733 \end_inset
15734
15735  est
15736 \end_layout
15737
15738 \begin_layout Standard
15739
15740 \series bold
15741
15742 \backslash
15743 cmidrule(r){2-2}
15744 \backslash
15745 cmidrule(l){3-4}
15746 \backslash
15747 morecmidrules
15748 \backslash
15749 cmidrule{2-4}
15750 \end_layout
15751
15752 \begin_layout Standard
15753 La commande pour la sixième ligne est
15754 \end_layout
15755
15756 \begin_layout Standard
15757
15758 \series bold
15759
15760 \backslash
15761 midrule
15762 \backslash
15763 morecmidrules
15764 \backslash
15765 cmidrule{3-4}
15766 \end_layout
15767
15768 \begin_layout Standard
15769 \begin_inset VSpace bigskip
15770 \end_inset
15771
15772
15773 \end_layout
15774
15775 \begin_layout Standard
15776 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15777 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15778  font toute la largeur du tableau :
15779 \end_layout
15780
15781 \begin_layout Standard
15782
15783 \series bold
15784
15785 \backslash
15786 specialrule{largeur}{espace au dessus}{espace en dessous}
15787 \end_layout
15788
15789 \begin_layout Standard
15790 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15791  du paquetage \SpecialChar LaTeX
15792  
15793 \series bold
15794 booktabs
15795 \series default
15796  
15797 \begin_inset CommandInset citation
15798 LatexCommand cite
15799 key "booktabs"
15800
15801 \end_inset
15802
15803 .
15804 \begin_inset Index idx
15805 status collapsed
15806
15807 \begin_layout Plain Layout
15808 Paquetages \SpecialChar LaTeX
15809  ! booktabs
15810 \end_layout
15811
15812 \end_inset
15813
15814
15815 \end_layout
15816
15817 \begin_layout Standard
15818 \begin_inset Float table
15819 placement h
15820 wide false
15821 sideways false
15822 status open
15823
15824 \begin_layout Plain Layout
15825 \begin_inset Caption Standard
15826
15827 \begin_layout Plain Layout
15828 \begin_inset CommandInset label
15829 LatexCommand label
15830 name "tab:Tableau-booktabs-special"
15831
15832 \end_inset
15833
15834 Tableau formel spécial
15835 \end_layout
15836
15837 \end_inset
15838
15839
15840 \end_layout
15841
15842 \begin_layout Plain Layout
15843 \align center
15844 \begin_inset Tabular
15845 <lyxtabular version="3" rows="8" columns="4">
15846 <features booktabs="true" tabularvalignment="middle">
15847 <column alignment="center" valignment="top">
15848 <column alignment="center" valignment="top">
15849 <column alignment="center" valignment="top">
15850 <column alignment="center" valignment="top">
15851 <row>
15852 <cell alignment="center" valignment="top" topline="true" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856 Système
15857 \end_layout
15858
15859 \end_inset
15860 </cell>
15861 <cell alignment="center" valignment="top" topline="true" usebox="none">
15862 \begin_inset Text
15863
15864 \begin_layout Plain Layout
15865 Chip
15866 \begin_inset space \thinspace{}
15867 \end_inset
15868
15869 1
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878 Chip
15879 \begin_inset space \thinspace{}
15880 \end_inset
15881
15882 2
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 </row>
15897 <row>
15898 <cell alignment="center" valignment="top" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 \begin_inset ERT
15903 status collapsed
15904
15905 \begin_layout Plain Layout
15906
15907
15908 \backslash
15909 cmidrule(r){2-2}
15910 \end_layout
15911
15912 \end_inset
15913
15914
15915 \begin_inset ERT
15916 status collapsed
15917
15918 \begin_layout Plain Layout
15919
15920
15921 \backslash
15922 cmidrule(l){3-4}
15923 \end_layout
15924
15925 \end_inset
15926
15927
15928 \begin_inset ERT
15929 status collapsed
15930
15931 \begin_layout Plain Layout
15932
15933
15934 \backslash
15935 morecmidrules 
15936 \end_layout
15937
15938 \end_inset
15939
15940
15941 \begin_inset ERT
15942 status collapsed
15943
15944 \begin_layout Plain Layout
15945
15946
15947 \backslash
15948 cmidrule{2-4}
15949 \end_layout
15950
15951 \end_inset
15952
15953 Epaisseur du capteur en µm
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962 300
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971 300
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 <cell alignment="center" valignment="top" usebox="none">
15977 \begin_inset Text
15978
15979 \begin_layout Plain Layout
15980 700
15981 \end_layout
15982
15983 \end_inset
15984 </cell>
15985 </row>
15986 <row>
15987 <cell alignment="center" valignment="top" topline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 Angle biseau en °
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" topline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000 3.55
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" topline="true" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009 2.71
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 <cell alignment="center" valignment="top" topline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018 7.99
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 </row>
16024 <row topspace="default">
16025 <cell alignment="center" valignment="top" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 Résolution spatiale en µm
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 <cell alignment="center" valignment="top" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038 4.26
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 <cell alignment="center" valignment="top" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047 10.17
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 <cell alignment="center" valignment="top" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Plain Layout
16056 10.56
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 </row>
16062 <row topspace="default">
16063 <cell alignment="center" valignment="top" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Plain Layout
16067 MTF à 
16068 \begin_inset Formula $f_{\mathrm{max}}$
16069 \end_inset
16070
16071
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 <cell alignment="center" valignment="top" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Plain Layout
16080 0.53
16081 \end_layout
16082
16083 \end_inset
16084 </cell>
16085 <cell alignment="center" valignment="top" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089 0.37
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 <cell alignment="center" valignment="top" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Plain Layout
16098 0.39
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 </row>
16104 <row>
16105 <cell alignment="center" valignment="top" topline="true" usebox="none">
16106 \begin_inset Text
16107
16108 \begin_layout Plain Layout
16109 \begin_inset ERT
16110 status collapsed
16111
16112 \begin_layout Plain Layout
16113
16114
16115 \backslash
16116 morecmidrules 
16117 \end_layout
16118
16119 \end_inset
16120
16121
16122 \begin_inset ERT
16123 status collapsed
16124
16125 \begin_layout Plain Layout
16126
16127
16128 \backslash
16129 cmidrule{3-4}
16130 \end_layout
16131
16132 \end_inset
16133
16134 résolution spatiale LSF
16135 \end_layout
16136
16137 \end_inset
16138 </cell>
16139 <cell alignment="center" valignment="top" topline="true" usebox="none">
16140 \begin_inset Text
16141
16142 \begin_layout Plain Layout
16143
16144 \end_layout
16145
16146 \end_inset
16147 </cell>
16148 <cell alignment="center" valignment="top" topline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 <cell alignment="center" valignment="top" topline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 </row>
16167 <row>
16168 <cell alignment="center" valignment="top" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172 en µm
16173 \end_layout
16174
16175 \end_inset
16176 </cell>
16177 <cell alignment="center" valignment="top" usebox="none">
16178 \begin_inset Text
16179
16180 \begin_layout Plain Layout
16181 129.7
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 <cell alignment="center" valignment="top" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190 52.75
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 <cell alignment="center" valignment="top" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199 50.78
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 </row>
16205 <row>
16206 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16207 \begin_inset Text
16208
16209 \begin_layout Plain Layout
16210 en % de la taille des pixels
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Plain Layout
16219 76.3
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228 95.9
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237 92.3
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 </row>
16243 </lyxtabular>
16244
16245 \end_inset
16246
16247
16248 \end_layout
16249
16250 \end_inset
16251
16252
16253 \end_layout
16254
16255 \begin_layout Section
16256 Alignement vertical des tableaux
16257 \begin_inset Index idx
16258 status collapsed
16259
16260 \begin_layout Plain Layout
16261 Tableau ! Alignement
16262 \end_layout
16263
16264 \end_inset
16265
16266
16267 \end_layout
16268
16269 \begin_layout Standard
16270 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16271  doit être à l'intérieur d'une boîte.
16272  La boîte peut alors être alignée comme c'est décrit dans la 
16273 \begin_inset space ~
16274 \end_inset
16275
16276
16277 \begin_inset CommandInset ref
16278 LatexCommand ref
16279 reference "sec:Boîte-Dialogue"
16280
16281 \end_inset
16282
16283 .
16284 \end_layout
16285
16286 \begin_layout Standard
16287 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16288  minipage
16289 \begin_inset Foot
16290 status open
16291
16292 \begin_layout Plain Layout
16293 Les minipages son décrites dans la section
16294 \begin_inset space ~
16295 \end_inset
16296
16297
16298 \begin_inset CommandInset ref
16299 LatexCommand ref
16300 reference "sec:Minipages"
16301
16302 \end_inset
16303
16304 .
16305 \end_layout
16306
16307 \end_inset
16308
16309  dont la largeur est de 15
16310 \begin_inset space \thinspace{}
16311 \end_inset
16312
16313 col% :
16314 \end_layout
16315
16316 \begin_layout Itemize
16317 test 
16318 \begin_inset Box Frameless
16319 position "t"
16320 hor_pos "c"
16321 has_inner_box 1
16322 inner_pos "c"
16323 use_parbox 0
16324 use_makebox 0
16325 width "15col%"
16326 special "none"
16327 height "1in"
16328 height_special "totalheight"
16329 thickness "0.4pt"
16330 separation "3pt"
16331 shadowsize "4pt"
16332 framecolor "black"
16333 backgroundcolor "none"
16334 status collapsed
16335
16336 \begin_layout Plain Layout
16337 \begin_inset Tabular
16338 <lyxtabular version="3" rows="3" columns="3">
16339 <features tabularvalignment="middle">
16340 <column alignment="center" valignment="top">
16341 <column alignment="center" valignment="top">
16342 <column alignment="center" valignment="top">
16343 <row>
16344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16345 \begin_inset Text
16346
16347 \begin_layout Plain Layout
16348 a
16349 \end_layout
16350
16351 \end_inset
16352 </cell>
16353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Plain Layout
16357 d
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Plain Layout
16366 g
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 </row>
16372 <row>
16373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377 b
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386 e
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395 h
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 </row>
16401 <row>
16402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406 c
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415 f
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 i
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 </row>
16430 </lyxtabular>
16431
16432 \end_inset
16433
16434
16435 \end_layout
16436
16437 \end_inset
16438
16439  test 
16440 \begin_inset ERT
16441 status collapsed
16442
16443 \begin_layout Plain Layout
16444
16445
16446 \backslash
16447 raisebox{0.85
16448 \backslash
16449 baselineskip}{
16450 \end_layout
16451
16452 \end_inset
16453
16454
16455 \begin_inset Box Frameless
16456 position "t"
16457 hor_pos "c"
16458 has_inner_box 1
16459 inner_pos "c"
16460 use_parbox 0
16461 use_makebox 0
16462 width "15col%"
16463 special "none"
16464 height "1in"
16465 height_special "totalheight"
16466 thickness "0.4pt"
16467 separation "3pt"
16468 shadowsize "4pt"
16469 framecolor "black"
16470 backgroundcolor "none"
16471 status collapsed
16472
16473 \begin_layout Plain Layout
16474 \begin_inset Tabular
16475 <lyxtabular version="3" rows="3" columns="3">
16476 <features tabularvalignment="middle">
16477 <column alignment="center" valignment="top">
16478 <column alignment="center" valignment="top">
16479 <column alignment="center" valignment="top">
16480 <row>
16481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 a
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Plain Layout
16494 d
16495 \end_layout
16496
16497 \end_inset
16498 </cell>
16499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16500 \begin_inset Text
16501
16502 \begin_layout Plain Layout
16503 g
16504 \end_layout
16505
16506 \end_inset
16507 </cell>
16508 </row>
16509 <row>
16510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514 b
16515 \end_layout
16516
16517 \end_inset
16518 </cell>
16519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523 e
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532 h
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 </row>
16538 <row>
16539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Plain Layout
16543 c
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 f
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 i
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 </row>
16567 </lyxtabular>
16568
16569 \end_inset
16570
16571
16572 \end_layout
16573
16574 \end_inset
16575
16576
16577 \begin_inset ERT
16578 status collapsed
16579
16580 \begin_layout Plain Layout
16581
16582 }
16583 \end_layout
16584
16585 \end_inset
16586
16587
16588 \end_layout
16589
16590 \begin_layout Itemize
16591 test 
16592 \begin_inset Box Frameless
16593 position "c"
16594 hor_pos "c"
16595 has_inner_box 1
16596 inner_pos "c"
16597 use_parbox 0
16598 use_makebox 0
16599 width "15col%"
16600 special "none"
16601 height "1in"
16602 height_special "totalheight"
16603 thickness "0.4pt"
16604 separation "3pt"
16605 shadowsize "4pt"
16606 framecolor "black"
16607 backgroundcolor "none"
16608 status collapsed
16609
16610 \begin_layout Plain Layout
16611 \begin_inset Tabular
16612 <lyxtabular version="3" rows="3" columns="3">
16613 <features tabularvalignment="middle">
16614 <column alignment="center" valignment="top">
16615 <column alignment="center" valignment="top">
16616 <column alignment="center" valignment="top">
16617 <row>
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622 a
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16628 \begin_inset Text
16629
16630 \begin_layout Plain Layout
16631 d
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640 g
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 </row>
16646 <row>
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651 b
16652 \end_layout
16653
16654 \end_inset
16655 </cell>
16656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660 e
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 h
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 <row>
16676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680 c
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16686 \begin_inset Text
16687
16688 \begin_layout Plain Layout
16689 f
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 i
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 </row>
16704 </lyxtabular>
16705
16706 \end_inset
16707
16708
16709 \end_layout
16710
16711 \end_inset
16712
16713
16714 \end_layout
16715
16716 \begin_layout Itemize
16717 test 
16718 \begin_inset Box Frameless
16719 position "b"
16720 hor_pos "c"
16721 has_inner_box 1
16722 inner_pos "c"
16723 use_parbox 0
16724 use_makebox 0
16725 width "15col%"
16726 special "none"
16727 height "1in"
16728 height_special "totalheight"
16729 thickness "0.4pt"
16730 separation "3pt"
16731 shadowsize "4pt"
16732 framecolor "black"
16733 backgroundcolor "none"
16734 status collapsed
16735
16736 \begin_layout Plain Layout
16737 \begin_inset Tabular
16738 <lyxtabular version="3" rows="3" columns="3">
16739 <features tabularvalignment="middle">
16740 <column alignment="center" valignment="top">
16741 <column alignment="center" valignment="top">
16742 <column alignment="center" valignment="top">
16743 <row>
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 a
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757 d
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 g
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 </row>
16772 <row>
16773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777 b
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786 e
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795 h
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 </row>
16801 <row>
16802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806 c
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815 f
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 i
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 </row>
16830 </lyxtabular>
16831
16832 \end_inset
16833
16834
16835 \end_layout
16836
16837 \end_inset
16838
16839  test 
16840 \begin_inset ERT
16841 status collapsed
16842
16843 \begin_layout Plain Layout
16844
16845
16846 \backslash
16847 raisebox{-0.32
16848 \backslash
16849 baselineskip}{
16850 \end_layout
16851
16852 \end_inset
16853
16854
16855 \begin_inset Box Frameless
16856 position "b"
16857 hor_pos "c"
16858 has_inner_box 1
16859 inner_pos "c"
16860 use_parbox 0
16861 use_makebox 0
16862 width "15col%"
16863 special "none"
16864 height "1in"
16865 height_special "totalheight"
16866 thickness "0.4pt"
16867 separation "3pt"
16868 shadowsize "4pt"
16869 framecolor "black"
16870 backgroundcolor "none"
16871 status collapsed
16872
16873 \begin_layout Plain Layout
16874 \begin_inset Tabular
16875 <lyxtabular version="3" rows="3" columns="3">
16876 <features tabularvalignment="middle">
16877 <column alignment="center" valignment="top">
16878 <column alignment="center" valignment="top">
16879 <column alignment="center" valignment="top">
16880 <row>
16881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885 a
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894 d
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903 g
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row>
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914 b
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923 e
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932 h
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 </row>
16938 <row>
16939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943 c
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952 f
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961 i
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 </row>
16967 </lyxtabular>
16968
16969 \end_inset
16970
16971
16972 \end_layout
16973
16974 \end_inset
16975
16976
16977 \begin_inset ERT
16978 status collapsed
16979
16980 \begin_layout Plain Layout
16981
16982 }
16983 \end_layout
16984
16985 \end_inset
16986
16987
16988 \end_layout
16989
16990 \begin_layout Standard
16991 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
16992  et de la dernière ligne, n'est pas correctement aligné avec le texte de
16993  la ligne dans laquelle le tableau est inséré.
16994  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
16995  boîte élévatrice (raisebox)
16996 \begin_inset Foot
16997 status collapsed
16998
16999 \begin_layout Plain Layout
17000 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
17001 \begin_inset space ~
17002 \end_inset
17003
17004
17005 \begin_inset CommandInset ref
17006 LatexCommand ref
17007 reference "subsec:Alignement-Vertical"
17008
17009 \end_inset
17010
17011 .
17012 \end_layout
17013
17014 \end_inset
17015
17016 .
17017  Dans l'exemple précédent, le deuxième tableau de la première ligne est
17018  aligné en utilisant la commande en code \SpecialChar TeX
17019  suivante 
17020 \end_layout
17021
17022 \begin_layout Standard
17023
17024 \series bold
17025
17026 \backslash
17027 raisebox{0.85
17028 \backslash
17029 baselineskip}{
17030 \end_layout
17031
17032 \begin_layout Standard
17033 placée juste avant la boîte minipage.
17034  Après la boîte on insère l'accolade fermante en code \SpecialChar TeX
17035 .
17036  Pour le deuxième tableau de la dernière ligne, la commande 
17037 \end_layout
17038
17039 \begin_layout Standard
17040
17041 \series bold
17042
17043 \backslash
17044 raisebox{-0.32
17045 \backslash
17046 baselineskip}{
17047 \end_layout
17048
17049 \begin_layout Standard
17050 est utilisée.
17051 \end_layout
17052
17053 \begin_layout Standard
17054 \begin_inset Note Greyedout
17055 status open
17056
17057 \begin_layout Plain Layout
17058
17059 \series bold
17060 Note:
17061 \series default
17062  L'alignement entre le contenu de la ligne du tableau et le texte de la
17063  ligne qui l'entoure ne peut pas être parfait.
17064  Le facteur utilisé dans la commande 
17065 \series bold
17066
17067 \backslash
17068 raisebox
17069 \series default
17070  pour obtenir cet alignement dépend de la police de caractères du document,
17071  de la taille de la police et de l'épaisseur des lignes du tableau.
17072 \end_layout
17073
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \begin_layout Section
17080 Tableaux colorés
17081 \begin_inset CommandInset label
17082 LatexCommand label
17083 name "sec:Tableaux-Colorés"
17084
17085 \end_inset
17086
17087
17088 \begin_inset Index idx
17089 status collapsed
17090
17091 \begin_layout Plain Layout
17092 Tableau ! Coloré
17093 \end_layout
17094
17095 \end_inset
17096
17097
17098 \end_layout
17099
17100 \begin_layout Subsection
17101 Cellules colorées
17102 \begin_inset Index idx
17103 status collapsed
17104
17105 \begin_layout Plain Layout
17106 Couleur des tableaux ! Pour les cellules
17107 \end_layout
17108
17109 \end_inset
17110
17111
17112 \begin_inset Index idx
17113 status collapsed
17114
17115 \begin_layout Plain Layout
17116 Couleur ! Pour les cellules de tableau
17117 \end_layout
17118
17119 \end_inset
17120
17121
17122 \end_layout
17123
17124 \begin_layout Standard
17125 \begin_inset Float table
17126 placement h
17127 wide false
17128 sideways false
17129 status open
17130
17131 \begin_layout Plain Layout
17132 \begin_inset Caption Standard
17133
17134 \begin_layout Plain Layout
17135 \begin_inset CommandInset label
17136 LatexCommand label
17137 name "tab:Tableau-coloré-sans-colortbl"
17138
17139 \end_inset
17140
17141 Tableau coloré sans utiliser le paquetage  
17142 \series bold
17143 colortbl
17144 \series default
17145
17146 \begin_inset Argument 1
17147 status open
17148
17149 \begin_layout Plain Layout
17150 Tableau sans colortbl
17151 \end_layout
17152
17153 \end_inset
17154
17155
17156 \end_layout
17157
17158 \end_inset
17159
17160
17161 \end_layout
17162
17163 \begin_layout Plain Layout
17164 \align center
17165 \begin_inset Tabular
17166 <lyxtabular version="3" rows="3" columns="3">
17167 <features tabularvalignment="middle">
17168 <column alignment="center" valignment="top">
17169 <column alignment="center" valignment="top">
17170 <column alignment="center" valignment="top">
17171 <row>
17172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17173 \begin_inset Text
17174
17175 \begin_layout Plain Layout
17176
17177 \color green
17178 a
17179 \end_layout
17180
17181 \end_inset
17182 </cell>
17183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17184 \begin_inset Text
17185
17186 \begin_layout Plain Layout
17187
17188 \color red
17189 b
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198
17199 \color red
17200 c
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 </row>
17206 <row>
17207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211
17212 \color green
17213 d
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222
17223 \color blue
17224 e
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233
17234 \color blue
17235 f
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 </row>
17241 <row>
17242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Plain Layout
17246
17247 \color green
17248 g
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Plain Layout
17257
17258 \color blue
17259 h
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268
17269 \color blue
17270 i
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 </row>
17276 </lyxtabular>
17277
17278 \end_inset
17279
17280
17281 \end_layout
17282
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \begin_layout Standard
17289 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17290  et choisissez une couleur dans le menu 
17291 \family sans
17292 Édition\SpecialChar menuseparator
17293 Style
17294 \begin_inset space ~
17295 \end_inset
17296
17297 de
17298 \begin_inset space ~
17299 \end_inset
17300
17301 Texte
17302 \family default
17303 .
17304  C'est ce qui a été utilisé pour créer le tableau
17305 \begin_inset space ~
17306 \end_inset
17307
17308
17309 \begin_inset CommandInset ref
17310 LatexCommand ref
17311 reference "tab:Tableau-coloré-sans-colortbl"
17312
17313 \end_inset
17314
17315 .
17316  Dans tous les autres cas vous aurez à utiliser le paquetage \SpecialChar LaTeX
17317  
17318 \series bold
17319 colortbl
17320 \series default
17321 .
17322 \begin_inset Index idx
17323 status collapsed
17324
17325 \begin_layout Plain Layout
17326 Paquetages \SpecialChar LaTeX
17327  ! colortbl
17328 \end_layout
17329
17330 \end_inset
17331
17332
17333 \end_layout
17334
17335 \begin_layout Standard
17336 \begin_inset ERT
17337 status collapsed
17338
17339 \begin_layout Plain Layout
17340
17341
17342 \backslash
17343 ifcolortbl
17344 \end_layout
17345
17346 \end_inset
17347
17348
17349 \begin_inset Note Note
17350 status open
17351
17352 \begin_layout Plain Layout
17353 La section qui suit ne sera affichée que si vous avez installé le paquetage
17354  \SpecialChar LaTeX
17355  
17356 \series bold
17357 colortbl
17358 \series default
17359 .
17360 \end_layout
17361
17362 \end_inset
17363
17364
17365 \end_layout
17366
17367 \begin_layout Standard
17368 Pour créer des tableaux colorés, vous devez charger le paquetage
17369 \series bold
17370  colortbl
17371 \series default
17372  dans le préambule avec la ligne
17373 \end_layout
17374
17375 \begin_layout Standard
17376
17377 \series bold
17378
17379 \backslash
17380 usepackage{colortbl}
17381 \end_layout
17382
17383 \begin_layout Standard
17384 On choisit la couleur d'une colonne avec la commande 
17385 \end_layout
17386
17387 \begin_layout Standard
17388
17389 \series bold
17390
17391 \backslash
17392 columncolor{nom de couleur}
17393 \end_layout
17394
17395 \begin_layout Standard
17396 à l'intérieur d'une commande 
17397 \series bold
17398 >{ }
17399 \series default
17400 .
17401  Vous trouverez plus d'information sur la commande 
17402 \series bold
17403 >{}
17404 \series default
17405  dans la section
17406 \begin_inset space ~
17407 \end_inset
17408
17409
17410 \begin_inset CommandInset ref
17411 LatexCommand ref
17412 reference "subsec:Calculs-multicolonnes"
17413
17414 \end_inset
17415
17416 .
17417 \end_layout
17418
17419 \begin_layout Standard
17420 Les noms de couleurs suivants sont prédéfinis :
17421 \end_layout
17422
17423 \begin_layout Standard
17424
17425 \family sans
17426 red
17427 \family default
17428  (rouge), 
17429 \family sans
17430 green
17431 \family default
17432  (vert), 
17433 \family sans
17434 yellow
17435 \family default
17436  (jaune), 
17437 \family sans
17438 blue
17439 \family default
17440  (bleu), 
17441 \family sans
17442 cyan
17443 \family default
17444
17445 \family sans
17446 magenta
17447 \family default
17448
17449 \family sans
17450 black 
17451 \family default
17452 (noir) et 
17453 \family sans
17454 white 
17455 \family default
17456 (blanc)
17457 \end_layout
17458
17459 \begin_layout Standard
17460 \begin_inset VSpace medskip
17461 \end_inset
17462
17463
17464 \end_layout
17465
17466 \begin_layout Standard
17467 Si vous ajoutez l'option
17468 \end_layout
17469
17470 \begin_layout Standard
17471
17472 \series bold
17473 dvipsname
17474 \end_layout
17475
17476 \begin_layout Standard
17477 aux options de la classe de document dans les paramètres du document, vous
17478  pouvez utiliser 61
17479 \begin_inset space ~
17480 \end_inset
17481
17482 couleurs supplémentaires.
17483  Ces couleurs sont listées dans l'annexe
17484 \begin_inset space ~
17485 \end_inset
17486
17487
17488 \begin_inset CommandInset ref
17489 LatexCommand ref
17490 reference "chap:Liste-de-noms-de-couleur-dvips"
17491
17492 \end_inset
17493
17494 .
17495  Une de ces couleurs, 
17496 \family sans
17497 Maroon
17498 \family default
17499 , est utilisée comme exemple dans le tableau
17500 \begin_inset space ~
17501 \end_inset
17502
17503
17504 \begin_inset CommandInset ref
17505 LatexCommand ref
17506 reference "tab:Tableau-coloré-avec-colortbl"
17507
17508 \end_inset
17509
17510 .
17511 \end_layout
17512
17513 \begin_layout Standard
17514 \begin_inset VSpace medskip
17515 \end_inset
17516
17517
17518 \end_layout
17519
17520 \begin_layout Standard
17521 Vous pouvez aussi définir votre propre couleur avec la commande
17522 \end_layout
17523
17524 \begin_layout Standard
17525
17526 \series bold
17527
17528 \backslash
17529 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17530 \end_layout
17531
17532 \begin_layout Standard
17533 Le modèle de couleur peut être
17534 \end_layout
17535
17536 \begin_layout Labeling
17537 \labelwidthstring 00.00.0000
17538 cmyk
17539 \begin_inset space ~
17540 \end_inset
17541
17542 : cyan, magenta, jaune (yellow), noir (black)
17543 \end_layout
17544
17545 \begin_layout Labeling
17546 \labelwidthstring 00.00.0000
17547 rgb
17548 \begin_inset space ~
17549 \end_inset
17550
17551 : rouge (red), vert (green), bleu (blue)
17552 \end_layout
17553
17554 \begin_layout Labeling
17555 \labelwidthstring 00.00.0000
17556 gray
17557 \begin_inset space ~
17558 \end_inset
17559
17560 : dégradé de gris (gray)
17561 \end_layout
17562
17563 \begin_layout Standard
17564 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17565  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17566 \end_layout
17567
17568 \begin_layout Standard
17569 Vous pouvez par exemple définir la couleur 
17570 \begin_inset Quotes fld
17571 \end_inset
17572
17573
17574 \emph on
17575 vertfonce
17576 \begin_inset Quotes frd
17577 \end_inset
17578
17579  dans le préambule avec la ligne
17580 \end_layout
17581
17582 \begin_layout Standard
17583
17584 \series bold
17585
17586 \backslash
17587 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17588 \end_layout
17589
17590 \begin_layout Standard
17591 et la couleur 
17592 \emph on
17593
17594 \begin_inset Quotes fld
17595 \end_inset
17596
17597 grisclair
17598 \emph default
17599
17600 \begin_inset Quotes frd
17601 \end_inset
17602
17603  avec
17604 \end_layout
17605
17606 \begin_layout Standard
17607
17608 \series bold
17609
17610 \backslash
17611 definecolor{grisclair}{gray}{0.8}
17612 \end_layout
17613
17614 \begin_layout Standard
17615 \begin_inset VSpace medskip
17616 \end_inset
17617
17618
17619 \end_layout
17620
17621 \begin_layout Standard
17622 Les lignes sont colorées avec la commande
17623 \end_layout
17624
17625 \begin_layout Standard
17626
17627 \series bold
17628
17629 \backslash
17630 rowcolor{nom de la couleur}
17631 \end_layout
17632
17633 \begin_layout Standard
17634 et les cellules sont colorées avec la commande
17635 \end_layout
17636
17637 \begin_layout Standard
17638
17639 \series bold
17640
17641 \backslash
17642 cellcolor{nom de la couleur}
17643 \end_layout
17644
17645 \begin_layout Standard
17646 Les deux commandes sont insérées au début d'une cellule comme du code \SpecialChar TeX
17647 .
17648 \end_layout
17649
17650 \begin_layout Standard
17651 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17652  choisissez une couleur dans le menu 
17653 \family sans
17654 Édition\SpecialChar menuseparator
17655 Style
17656 \begin_inset space ~
17657 \end_inset
17658
17659 de
17660 \begin_inset space ~
17661 \end_inset
17662
17663 Texte
17664 \family default
17665 .
17666  Si une cellule contient du code \SpecialChar TeX
17667 , faites bien attention à ne colorer que
17668  le texte, sinon le code \SpecialChar TeX
17669  coloré provoquera des erreurs \SpecialChar LaTeX
17670 .
17671 \end_layout
17672
17673 \begin_layout Standard
17674 \begin_inset Note Greyedout
17675 status open
17676
17677 \begin_layout Plain Layout
17678
17679 \series bold
17680 Note:
17681 \series default
17682  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17683  définies par l'utilisateur.
17684 \end_layout
17685
17686 \end_inset
17687
17688
17689 \end_layout
17690
17691 \begin_layout Standard
17692 \begin_inset VSpace bigskip
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \begin_layout Standard
17699 Pour créer le tableau
17700 \begin_inset space ~
17701 \end_inset
17702
17703
17704 \begin_inset CommandInset ref
17705 LatexCommand ref
17706 reference "tab:Tableau-coloré-avec-colortbl"
17707
17708 \end_inset
17709
17710  faites ce qui suit : La couleur de la première colonne doit être 
17711 \emph on
17712 vertfonce
17713 \emph default
17714 .
17715  On insère donc la commande
17716 \end_layout
17717
17718 \begin_layout Standard
17719
17720 \series bold
17721 >{
17722 \backslash
17723 columncolor{vertfonce}
17724 \backslash
17725 centering}c
17726 \end_layout
17727
17728 \begin_layout Standard
17729 en code \SpecialChar TeX
17730  pour cette colonne.
17731  La première ligne doit être bleue clair, d'où la commande en code \SpecialChar TeX
17732
17733 \end_layout
17734
17735 \begin_layout Standard
17736
17737 \series bold
17738
17739 \backslash
17740 rowcolor{cyan}
17741 \end_layout
17742
17743 \begin_layout Standard
17744 qui est insérée dans la première cellule de cette ligne.
17745  Notez que cela annule la couleur de colonne pour la première cellule.
17746  La dernière cellule de la dernière ligne est colorée en marron
17747 \series bold
17748  
17749 \series default
17750 en insérant en code \SpecialChar TeX
17751  la commande
17752 \end_layout
17753
17754 \begin_layout Standard
17755
17756 \series bold
17757
17758 \backslash
17759 cellcolor{Maroon}
17760 \end_layout
17761
17762 \begin_layout Standard
17763 Les caractères peuvent maintenant être colorés en utilisant le menu 
17764 \family sans
17765 Édition\SpecialChar menuseparator
17766 Style
17767 \begin_inset space ~
17768 \end_inset
17769
17770 de
17771 \begin_inset space ~
17772 \end_inset
17773
17774 Texte
17775 \family default
17776 .
17777 \end_layout
17778
17779 \begin_layout Standard
17780 \begin_inset Float table
17781 placement h
17782 wide false
17783 sideways false
17784 status open
17785
17786 \begin_layout Plain Layout
17787 \begin_inset Caption Standard
17788
17789 \begin_layout Plain Layout
17790 \begin_inset CommandInset label
17791 LatexCommand label
17792 name "tab:Tableau-coloré-avec-colortbl"
17793
17794 \end_inset
17795
17796 Tableau coloré en utilisant le paquetage 
17797 \series bold
17798 colortbl
17799 \series default
17800
17801 \begin_inset Argument 1
17802 status collapsed
17803
17804 \begin_layout Plain Layout
17805 Tableau avec colortbl
17806 \end_layout
17807
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \end_inset
17814
17815
17816 \end_layout
17817
17818 \begin_layout Plain Layout
17819 \align center
17820 \begin_inset Tabular
17821 <lyxtabular version="3" rows="3" columns="3">
17822 <features tabularvalignment="middle">
17823 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
17824 <column alignment="center" valignment="top">
17825 <column alignment="center" valignment="top">
17826 <row>
17827 <cell alignment="center" valignment="top" usebox="none">
17828 \begin_inset Text
17829
17830 \begin_layout Plain Layout
17831 \begin_inset ERT
17832 status collapsed
17833
17834 \begin_layout Plain Layout
17835
17836
17837 \backslash
17838 rowcolor{cyan}
17839 \end_layout
17840
17841 \end_inset
17842
17843
17844 \color magenta
17845 a
17846 \end_layout
17847
17848 \end_inset
17849 </cell>
17850 <cell alignment="center" valignment="top" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Plain Layout
17854
17855 \color red
17856 b
17857 \end_layout
17858
17859 \end_inset
17860 </cell>
17861 <cell alignment="center" valignment="top" usebox="none">
17862 \begin_inset Text
17863
17864 \begin_layout Plain Layout
17865
17866 \color red
17867 c
17868 \end_layout
17869
17870 \end_inset
17871 </cell>
17872 </row>
17873 <row>
17874 <cell alignment="center" valignment="top" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878
17879 \color yellow
17880 d
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 <cell alignment="center" valignment="top" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889
17890 \color blue
17891 e
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 <cell alignment="center" valignment="top" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900
17901 \color blue
17902 f
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 </row>
17908 <row>
17909 <cell alignment="center" valignment="top" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913
17914 \color yellow
17915 g
17916 \end_layout
17917
17918 \end_inset
17919 </cell>
17920 <cell alignment="center" valignment="top" usebox="none">
17921 \begin_inset Text
17922
17923 \begin_layout Plain Layout
17924
17925 \color blue
17926 h
17927 \end_layout
17928
17929 \end_inset
17930 </cell>
17931 <cell alignment="center" valignment="top" usebox="none">
17932 \begin_inset Text
17933
17934 \begin_layout Plain Layout
17935 \begin_inset ERT
17936 status collapsed
17937
17938 \begin_layout Plain Layout
17939
17940
17941 \backslash
17942 cellcolor{Maroon}
17943 \end_layout
17944
17945 \end_inset
17946
17947
17948 \color green
17949 i
17950 \end_layout
17951
17952 \end_inset
17953 </cell>
17954 </row>
17955 </lyxtabular>
17956
17957 \end_inset
17958
17959
17960 \end_layout
17961
17962 \end_inset
17963
17964
17965 \end_layout
17966
17967 \begin_layout Standard
17968 \begin_inset ERT
17969 status collapsed
17970
17971 \begin_layout Plain Layout
17972
17973
17974 \backslash
17975 else
17976 \end_layout
17977
17978 \end_inset
17979
17980
17981 \begin_inset Note Note
17982 status open
17983
17984 \begin_layout Plain Layout
17985 Ce qui suit sera affiché si le paquetage 
17986 \series bold
17987 colortbl
17988 \series default
17989  n'est pas installé :
17990 \end_layout
17991
17992 \end_inset
17993
17994
17995 \end_layout
17996
17997 \begin_layout Standard
17998 Vous devez installer le paquetage 
17999 \series bold
18000 colortbl
18001 \series default
18002  pour voir le contenu des cette section dans la sortie imprimée.
18003 \end_layout
18004
18005 \begin_layout Standard
18006 \begin_inset ERT
18007 status collapsed
18008
18009 \begin_layout Plain Layout
18010
18011
18012 \backslash
18013 fi
18014 \end_layout
18015
18016 \end_inset
18017
18018
18019 \end_layout
18020
18021 \begin_layout Subsection
18022 Lignes colorées
18023 \begin_inset Index idx
18024 status collapsed
18025
18026 \begin_layout Plain Layout
18027 Tableau Coloré ! Pour les lignes
18028 \end_layout
18029
18030 \end_inset
18031
18032
18033 \begin_inset Index idx
18034 status collapsed
18035
18036 \begin_layout Plain Layout
18037 Couleur ! Pour les lignes de tableau
18038 \end_layout
18039
18040 \end_inset
18041
18042
18043 \end_layout
18044
18045 \begin_layout Standard
18046 Dans le cas où on désire qu'une ligne sur deux soit colorée, il existe une
18047  alternative à la méthode décrite dans le paragraphe précédent: il faut
18048  charger le paquetage 
18049 \series bold
18050 xcolor
18051 \series default
18052
18053 \begin_inset Index idx
18054 status collapsed
18055
18056 \begin_layout Plain Layout
18057 Paquetages \SpecialChar LaTeX
18058  ! xcolor
18059 \begin_inset ERT
18060 status collapsed
18061
18062 \begin_layout Plain Layout
18063
18064
18065 \backslash
18066 vspace{4mm}
18067 \end_layout
18068
18069 \end_inset
18070
18071
18072 \end_layout
18073
18074 \end_inset
18075
18076  dans le préambule du document avec la commande
18077 \end_layout
18078
18079 \begin_layout Standard
18080
18081 \series bold
18082
18083 \backslash
18084 usepackage[table]{xcolor}
18085 \end_layout
18086
18087 \begin_layout Standard
18088
18089 \series bold
18090 xcolor
18091 \series default
18092  charge automatiquement le paquetage 
18093 \series bold
18094 colortbl
18095 \series default
18096
18097 \begin_inset Index idx
18098 status collapsed
18099
18100 \begin_layout Plain Layout
18101 Paquetages \SpecialChar LaTeX
18102  ! colortbl
18103 \end_layout
18104
18105 \end_inset
18106
18107 , il faut donc que
18108 \series bold
18109  colortbl
18110 \series default
18111  existe dans votre distribution \SpecialChar LaTeX
18112 , sinon vous aurez des erreurs.
18113 \end_layout
18114
18115 \begin_layout Standard
18116 \begin_inset ERT
18117 status collapsed
18118
18119 \begin_layout Plain Layout
18120
18121
18122 \backslash
18123 ifcolortbl
18124 \end_layout
18125
18126 \end_inset
18127
18128
18129 \begin_inset Note Note
18130 status open
18131
18132 \begin_layout Plain Layout
18133 La section qui suit ne sera affichée que si vous avez installé le paquetage
18134  \SpecialChar LaTeX
18135  
18136 \series bold
18137 colortbl
18138 \series default
18139 .
18140 \end_layout
18141
18142 \end_inset
18143
18144
18145 \end_layout
18146
18147 \begin_layout Standard
18148 Les lignes de tableau sont colorées par la commande
18149 \end_layout
18150
18151 \begin_layout Standard
18152
18153 \series bold
18154
18155 \backslash
18156 rowcolors[commandes]{numéro de ligne}{couleur ligne impaire}{couleur ligne
18157  paire}
18158 \end_layout
18159
18160 \begin_layout Standard
18161 insérée soit dans le préambule du document, soit en code \SpecialChar TeX
18162  avant le premier
18163  tableau nécessitant la coloration alternative des lignes.
18164  
18165 \series bold
18166 numéro de ligne
18167 \series default
18168  est le numéro de la première ligne à colorer avec la couleur de ligne impaire.
18169  
18170 \series bold
18171 commandes
18172 \series default
18173 \emph on
18174  
18175 \emph default
18176 désigne des commandes additionnelles exécutées avant chaque ligne du tableau.
18177  Par exemple la commande
18178 \end_layout
18179
18180 \begin_layout Standard
18181
18182 \series bold
18183
18184 \backslash
18185 rowcolors{1}{white}{lightgray}
18186 \end_layout
18187
18188 \begin_layout Standard
18189 donne le schéma de couleurs du tableau
18190 \begin_inset space ~
18191 \end_inset
18192
18193
18194 \begin_inset CommandInset ref
18195 LatexCommand ref
18196 reference "tab:Table-rowcolors"
18197
18198 \end_inset
18199
18200 .
18201  La commande
18202 \end_layout
18203
18204 \begin_layout Standard
18205
18206 \series bold
18207
18208 \backslash
18209 rowcolors[
18210 \backslash
18211 hline]{1}{lightgray}{cyan}
18212 \end_layout
18213
18214 \begin_layout Standard
18215 donne le schéma de couleurs du tableau
18216 \begin_inset space ~
18217 \end_inset
18218
18219
18220 \begin_inset CommandInset ref
18221 LatexCommand ref
18222 reference "tab:Table-rowcolors-2"
18223
18224 \end_inset
18225
18226 .
18227  Si 
18228 \series bold
18229 couleur ligne impaire
18230 \series default
18231  ou 
18232 \series bold
18233 couleur ligne paire
18234 \series default
18235  est vide, aucune couleur n'est utilisée, donc la commande
18236 \end_layout
18237
18238 \begin_layout Standard
18239
18240 \series bold
18241
18242 \backslash
18243 rowcolors{1}{}{}
18244 \end_layout
18245
18246 \begin_layout Standard
18247 supprime toutes les couleurs.
18248  
18249 \series bold
18250
18251 \backslash
18252 rowcolors
18253 \series default
18254  s'applique aux tableaux qui suivent cette commande.
18255 \end_layout
18256
18257 \begin_layout Standard
18258 \begin_inset ERT
18259 status open
18260
18261 \begin_layout Plain Layout
18262
18263
18264 \backslash
18265 rowcolors{1}{white}{lightgray}
18266 \end_layout
18267
18268 \end_inset
18269
18270
18271 \end_layout
18272
18273 \begin_layout Standard
18274 \begin_inset Float table
18275 placement h
18276 wide false
18277 sideways false
18278 status open
18279
18280 \begin_layout Plain Layout
18281 \begin_inset Caption Standard
18282
18283 \begin_layout Plain Layout
18284
18285 \lang english
18286 \begin_inset CommandInset label
18287 LatexCommand label
18288 name "tab:Table-rowcolors"
18289
18290 \end_inset
18291
18292
18293 \lang french
18294 Tableau avec une colonne sur deux en gris clair.
18295 \end_layout
18296
18297 \end_inset
18298
18299
18300 \end_layout
18301
18302 \begin_layout Plain Layout
18303 \align center
18304 \begin_inset Tabular
18305 <lyxtabular version="3" rows="4" columns="3">
18306 <features tabularvalignment="middle">
18307 <column alignment="center" valignment="top">
18308 <column alignment="center" valignment="top" width="0pt">
18309 <column alignment="center" valignment="top" width="0pt">
18310 <row>
18311 <cell alignment="center" valignment="top" usebox="none">
18312 \begin_inset Text
18313
18314 \begin_layout Plain Layout
18315 X
18316 \end_layout
18317
18318 \end_inset
18319 </cell>
18320 <cell alignment="center" valignment="top" usebox="none">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324 Y
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 <cell alignment="center" valignment="top" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333 Z
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 </row>
18339 <row>
18340 <cell alignment="center" valignment="top" usebox="none">
18341 \begin_inset Text
18342
18343 \begin_layout Plain Layout
18344 1
18345 \end_layout
18346
18347 \end_inset
18348 </cell>
18349 <cell alignment="center" valignment="top" usebox="none">
18350 \begin_inset Text
18351
18352 \begin_layout Plain Layout
18353 2
18354 \end_layout
18355
18356 \end_inset
18357 </cell>
18358 <cell alignment="center" valignment="top" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362 3
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 </row>
18368 <row>
18369 <cell alignment="center" valignment="top" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373 4
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 <cell alignment="center" valignment="top" usebox="none">
18379 \begin_inset Text
18380
18381 \begin_layout Plain Layout
18382 5
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 <cell alignment="center" valignment="top" usebox="none">
18388 \begin_inset Text
18389
18390 \begin_layout Plain Layout
18391 6
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 </row>
18397 <row>
18398 <cell alignment="center" valignment="top" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402 7
18403 \end_layout
18404
18405 \end_inset
18406 </cell>
18407 <cell alignment="center" valignment="top" usebox="none">
18408 \begin_inset Text
18409
18410 \begin_layout Plain Layout
18411 8
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 <cell alignment="center" valignment="top" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420 9
18421 \end_layout
18422
18423 \end_inset
18424 </cell>
18425 </row>
18426 </lyxtabular>
18427
18428 \end_inset
18429
18430
18431 \end_layout
18432
18433 \end_inset
18434
18435
18436 \end_layout
18437
18438 \begin_layout Standard
18439 \begin_inset ERT
18440 status open
18441
18442 \begin_layout Plain Layout
18443
18444
18445 \backslash
18446 rowcolors[
18447 \backslash
18448 hline]{1}{lightgray}{cyan}
18449 \end_layout
18450
18451 \end_inset
18452
18453
18454 \end_layout
18455
18456 \begin_layout Standard
18457 \begin_inset Float table
18458 placement h
18459 wide false
18460 sideways false
18461 status open
18462
18463 \begin_layout Plain Layout
18464 \begin_inset Caption Standard
18465
18466 \begin_layout Plain Layout
18467
18468 \lang english
18469 \begin_inset CommandInset label
18470 LatexCommand label
18471 name "tab:Table-rowcolors-2"
18472
18473 \end_inset
18474
18475
18476 \lang french
18477 Tableau avec une colonne sur deux en cyan et avec un filet entre chaque
18478  ligne
18479 \end_layout
18480
18481 \end_inset
18482
18483
18484 \end_layout
18485
18486 \begin_layout Plain Layout
18487 \align center
18488 \begin_inset Tabular
18489 <lyxtabular version="3" rows="4" columns="3">
18490 <features tabularvalignment="middle">
18491 <column alignment="center" valignment="top">
18492 <column alignment="center" valignment="top">
18493 <column alignment="center" valignment="top" width="0pt">
18494 <row>
18495 <cell alignment="center" valignment="top" usebox="none">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499 X
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 <cell alignment="center" valignment="top" usebox="none">
18505 \begin_inset Text
18506
18507 \begin_layout Plain Layout
18508 Y
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 <cell alignment="center" valignment="top" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517 Z
18518 \end_layout
18519
18520 \end_inset
18521 </cell>
18522 </row>
18523 <row>
18524 <cell alignment="center" valignment="top" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528 1
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 <cell alignment="center" valignment="top" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 2
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 <cell alignment="center" valignment="top" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546 3
18547 \end_layout
18548
18549 \end_inset
18550 </cell>
18551 </row>
18552 <row>
18553 <cell alignment="center" valignment="top" usebox="none">
18554 \begin_inset Text
18555
18556 \begin_layout Plain Layout
18557 4
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 <cell alignment="center" valignment="top" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566 5
18567 \end_layout
18568
18569 \end_inset
18570 </cell>
18571 <cell alignment="center" valignment="top" usebox="none">
18572 \begin_inset Text
18573
18574 \begin_layout Plain Layout
18575 6
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 </row>
18581 <row>
18582 <cell alignment="center" valignment="top" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586 7
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 <cell alignment="center" valignment="top" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595 8
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 <cell alignment="center" valignment="top" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604 9
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 </row>
18610 </lyxtabular>
18611
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \end_inset
18618
18619
18620 \end_layout
18621
18622 \begin_layout Standard
18623 \begin_inset ERT
18624 status collapsed
18625
18626 \begin_layout Plain Layout
18627
18628
18629 \backslash
18630 rowcolors{1}{}{}
18631 \end_layout
18632
18633 \end_inset
18634
18635
18636 \begin_inset Note Note
18637 status collapsed
18638
18639 \begin_layout Plain Layout
18640
18641 \lang english
18642 turns off the row coloring
18643 \end_layout
18644
18645 \end_inset
18646
18647
18648 \end_layout
18649
18650 \begin_layout Standard
18651 \begin_inset ERT
18652 status collapsed
18653
18654 \begin_layout Plain Layout
18655
18656
18657 \backslash
18658 else
18659 \end_layout
18660
18661 \end_inset
18662
18663
18664 \begin_inset Note Note
18665 status open
18666
18667 \begin_layout Plain Layout
18668 Ce qui suit sera affiché si le paquetage 
18669 \series bold
18670 colortbl
18671 \series default
18672  n'est pas installé :
18673 \end_layout
18674
18675 \end_inset
18676
18677
18678 \end_layout
18679
18680 \begin_layout Standard
18681 Vous devez installer le paquetage 
18682 \series bold
18683 colortbl
18684 \series default
18685  pour voir le contenu des cette section dans la sortie imprimée.
18686 \end_layout
18687
18688 \begin_layout Standard
18689 \begin_inset ERT
18690 status collapsed
18691
18692 \begin_layout Plain Layout
18693
18694
18695 \backslash
18696 fi
18697 \end_layout
18698
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \begin_layout Subsection
18705 Les filets colorés
18706 \begin_inset Index idx
18707 status open
18708
18709 \begin_layout Plain Layout
18710 Tableau Coloré ! Pour les filets
18711 \end_layout
18712
18713 \end_inset
18714
18715
18716 \begin_inset Index idx
18717 status collapsed
18718
18719 \begin_layout Plain Layout
18720 Couleur ! Pour les filets des tableaux
18721 \end_layout
18722
18723 \end_inset
18724
18725
18726 \begin_inset Note Note
18727 status collapsed
18728
18729 \begin_layout Plain Layout
18730 on parle de filets plutôt que de lignes pour les tableaux
18731 \end_layout
18732
18733 \end_inset
18734
18735
18736 \end_layout
18737
18738 \begin_layout Standard
18739 Comme c'est décrit dans la section
18740 \begin_inset space ~
18741 \end_inset
18742
18743
18744 \begin_inset CommandInset ref
18745 LatexCommand ref
18746 reference "subsec:Epaisseur-filets"
18747
18748 \end_inset
18749
18750 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18751  variable 
18752 \series bold
18753
18754 \backslash
18755 arrayrulewidth
18756 \series default
18757 .
18758  Elle est mise à 1.5
18759 \begin_inset space \thinspace{}
18760 \end_inset
18761
18762 pt pour tous les tableaux de cette section.
18763 \begin_inset ERT
18764 status collapsed
18765
18766 \begin_layout Plain Layout
18767
18768
18769 \backslash
18770 setlength{
18771 \backslash
18772 arrayrulewidth}{1.5pt}
18773 \end_layout
18774
18775 \end_inset
18776
18777
18778 \end_layout
18779
18780 \begin_layout Standard
18781 Pour colorer les filets verticaux, par exemple en vert, créez le format
18782  de colonne suivant dans le préambule du document, en suivant la description
18783  de la section
18784 \begin_inset space ~
18785 \end_inset
18786
18787
18788 \begin_inset CommandInset ref
18789 LatexCommand ref
18790 reference "subsec:Formats-personnalisés"
18791
18792 \end_inset
18793
18794 :
18795 \end_layout
18796
18797 \begin_layout Standard
18798
18799 \series bold
18800
18801 \backslash
18802 newcolumntype{W}{!{
18803 \backslash
18804 color{green}
18805 \backslash
18806 vline}}
18807 \end_layout
18808
18809 \begin_layout Standard
18810 Pour le tableau
18811 \begin_inset space ~
18812 \end_inset
18813
18814
18815 \begin_inset CommandInset ref
18816 LatexCommand ref
18817 reference "tab:Tableau-filets-verticaux-colorés"
18818
18819 \end_inset
18820
18821  le paramètre \SpecialChar LaTeX
18822
18823 \series bold
18824  WcW
18825 \series default
18826  a été utilisé pour la dernière colonne et
18827 \series bold
18828  Wc
18829 \series default
18830  pour les autres colonnes.
18831 \end_layout
18832
18833 \begin_layout Standard
18834 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18835 \end_layout
18836
18837 \begin_layout Standard
18838 \begin_inset Float table
18839 placement h
18840 wide false
18841 sideways false
18842 status open
18843
18844 \begin_layout Plain Layout
18845 \begin_inset Caption Standard
18846
18847 \begin_layout Plain Layout
18848 \begin_inset CommandInset label
18849 LatexCommand label
18850 name "tab:Tableau-filets-verticaux-colorés"
18851
18852 \end_inset
18853
18854 Tableau avec filets verticaux colorés
18855 \end_layout
18856
18857 \end_inset
18858
18859
18860 \end_layout
18861
18862 \begin_layout Plain Layout
18863 \align center
18864 \begin_inset Tabular
18865 <lyxtabular version="3" rows="3" columns="3">
18866 <features tabularvalignment="middle">
18867 <column alignment="center" valignment="top" special="Wc">
18868 <column alignment="center" valignment="top" special="Wc">
18869 <column alignment="center" valignment="top" special="WcW">
18870 <row>
18871 <cell alignment="center" valignment="top" topline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875 sd
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 <cell alignment="center" valignment="top" topline="true" usebox="none">
18881 \begin_inset Text
18882
18883 \begin_layout Plain Layout
18884
18885 \end_layout
18886
18887 \end_inset
18888 </cell>
18889 <cell alignment="center" valignment="top" topline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 </row>
18899 <row>
18900 <cell alignment="center" valignment="top" topline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 <cell alignment="center" valignment="top" topline="true" usebox="none">
18910 \begin_inset Text
18911
18912 \begin_layout Plain Layout
18913 sd
18914 \end_layout
18915
18916 \end_inset
18917 </cell>
18918 <cell alignment="center" valignment="top" topline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 </row>
18928 <row>
18929 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18939 \begin_inset Text
18940
18941 \begin_layout Plain Layout
18942
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951 sd
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 </row>
18957 </lyxtabular>
18958
18959 \end_inset
18960
18961
18962 \end_layout
18963
18964 \end_inset
18965
18966
18967 \end_layout
18968
18969 \begin_layout Standard
18970 \begin_inset VSpace bigskip
18971 \end_inset
18972
18973 Pour colorer les filets horizontaux en rouge comme pour le tableau
18974 \begin_inset space ~
18975 \end_inset
18976
18977
18978 \begin_inset CommandInset ref
18979 LatexCommand ref
18980 reference "tab:Tableau-filet-horizontaux-colorés"
18981
18982 \end_inset
18983
18984 , insérez les commandes suivantes en code \SpecialChar TeX
18985  juste avant le tableau ou le
18986  flottant de tableau :
18987 \end_layout
18988
18989 \begin_layout Standard
18990
18991 \series bold
18992
18993 \backslash
18994 let
18995 \backslash
18996 myHlineC
18997 \backslash
18998 hline
18999 \begin_inset Newline newline
19000 \end_inset
19001
19002
19003 \backslash
19004 renewcommand{
19005 \backslash
19006 hline}
19007 \begin_inset Newline newline
19008 \end_inset
19009
19010
19011 \begin_inset Phantom HPhantom
19012 status open
19013
19014 \begin_layout Plain Layout
19015
19016 \series bold
19017 \begin_inset space ~
19018 \end_inset
19019
19020
19021 \end_layout
19022
19023 \end_inset
19024
19025 {
19026 \backslash
19027 arrayrulecolor{red}
19028 \backslash
19029 myHlineC
19030 \backslash
19031 arrayrulecolor{black}}
19032 \end_layout
19033
19034 \begin_layout Standard
19035 \begin_inset ERT
19036 status collapsed
19037
19038 \begin_layout Plain Layout
19039
19040
19041 \backslash
19042 let
19043 \backslash
19044 myHlineC
19045 \backslash
19046 hline
19047 \end_layout
19048
19049 \begin_layout Plain Layout
19050
19051
19052 \backslash
19053 renewcommand{
19054 \backslash
19055 hline}
19056 \end_layout
19057
19058 \begin_layout Plain Layout
19059
19060  {
19061 \backslash
19062 arrayrulecolor{red}
19063 \backslash
19064 myHlineC
19065 \backslash
19066 arrayrulecolor{black}}
19067 \end_layout
19068
19069 \end_inset
19070
19071
19072 \begin_inset Float table
19073 placement h
19074 wide false
19075 sideways false
19076 status open
19077
19078 \begin_layout Plain Layout
19079 \begin_inset Caption Standard
19080
19081 \begin_layout Plain Layout
19082 \begin_inset CommandInset label
19083 LatexCommand label
19084 name "tab:Tableau-filet-horizontaux-colorés"
19085
19086 \end_inset
19087
19088 Tableau avec filets horizontaux colorés
19089 \end_layout
19090
19091 \end_inset
19092
19093
19094 \end_layout
19095
19096 \begin_layout Plain Layout
19097 \align center
19098 \begin_inset Tabular
19099 <lyxtabular version="3" rows="3" columns="3">
19100 <features tabularvalignment="middle">
19101 <column alignment="center" valignment="top">
19102 <column alignment="center" valignment="top">
19103 <column alignment="center" valignment="top">
19104 <row>
19105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Plain Layout
19109 sd
19110 \end_layout
19111
19112 \end_inset
19113 </cell>
19114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19115 \begin_inset Text
19116
19117 \begin_layout Plain Layout
19118
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 </row>
19133 <row>
19134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19135 \begin_inset Text
19136
19137 \begin_layout Plain Layout
19138
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147 sd
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 </row>
19162 <row>
19163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19164 \begin_inset Text
19165
19166 \begin_layout Plain Layout
19167
19168 \end_layout
19169
19170 \end_inset
19171 </cell>
19172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19173 \begin_inset Text
19174
19175 \begin_layout Plain Layout
19176
19177 \end_layout
19178
19179 \end_inset
19180 </cell>
19181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185 sd
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 </row>
19191 </lyxtabular>
19192
19193 \end_inset
19194
19195
19196 \end_layout
19197
19198 \end_inset
19199
19200
19201 \end_layout
19202
19203 \begin_layout Standard
19204 Pour revenir à la couleur noire implicite, insérez la commande suivante
19205  en code \SpecialChar TeX
19206 , juste après le tableau ou le flottant de tableau :
19207 \end_layout
19208
19209 \begin_layout Standard
19210
19211 \series bold
19212
19213 \backslash
19214 renewcommand{
19215 \backslash
19216 hline}{
19217 \backslash
19218 myHlineC}
19219 \end_layout
19220
19221 \begin_layout Standard
19222 Le tableau
19223 \begin_inset space ~
19224 \end_inset
19225
19226
19227 \begin_inset CommandInset ref
19228 LatexCommand ref
19229 reference "tab:Tableau-avec-filets-colorés"
19230
19231 \end_inset
19232
19233  est un exemple avec des filets horizontaux et verticaux colorés.
19234 \end_layout
19235
19236 \begin_layout Standard
19237 \begin_inset Float table
19238 placement h
19239 wide false
19240 sideways false
19241 status open
19242
19243 \begin_layout Plain Layout
19244 \begin_inset Caption Standard
19245
19246 \begin_layout Plain Layout
19247 \begin_inset CommandInset label
19248 LatexCommand label
19249 name "tab:Tableau-avec-filets-colorés"
19250
19251 \end_inset
19252
19253 Tableau avec filets horizontaux et verticaux colorés
19254 \end_layout
19255
19256 \end_inset
19257
19258
19259 \end_layout
19260
19261 \begin_layout Plain Layout
19262 \align center
19263 \begin_inset Tabular
19264 <lyxtabular version="3" rows="3" columns="3">
19265 <features tabularvalignment="middle">
19266 <column alignment="center" valignment="top" special="Wc">
19267 <column alignment="center" valignment="top" special="Wc">
19268 <column alignment="center" valignment="top" special="WcW">
19269 <row>
19270 <cell alignment="center" valignment="top" topline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274 sd
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" topline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 </row>
19298 <row>
19299 <cell alignment="center" valignment="top" topline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 <cell alignment="center" valignment="top" topline="true" usebox="none">
19309 \begin_inset Text
19310
19311 \begin_layout Plain Layout
19312 sd
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 <cell alignment="center" valignment="top" topline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 </row>
19327 <row topspace="default">
19328 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350 sd
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 </row>
19356 </lyxtabular>
19357
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \end_inset
19364
19365
19366 \end_layout
19367
19368 \begin_layout Standard
19369 \begin_inset ERT
19370 status collapsed
19371
19372 \begin_layout Plain Layout
19373
19374
19375 \backslash
19376 renewcommand{
19377 \backslash
19378 hline}{
19379 \backslash
19380 myHlineC}
19381 \end_layout
19382
19383 \end_inset
19384
19385
19386 \end_layout
19387
19388 \begin_layout Standard
19389 \begin_inset ERT
19390 status collapsed
19391
19392 \begin_layout Plain Layout
19393
19394
19395 \backslash
19396 setlength{
19397 \backslash
19398 arrayrulewidth}{0.4pt}
19399 \end_layout
19400
19401 \end_inset
19402
19403
19404 \end_layout
19405
19406 \begin_layout Section
19407 Pivotement des cellules
19408 \begin_inset CommandInset label
19409 LatexCommand label
19410 name "sec:Pivotement-des-cellules"
19411
19412 \end_inset
19413
19414
19415 \begin_inset Index idx
19416 status collapsed
19417
19418 \begin_layout Plain Layout
19419 Tableau ! Pivotement des cellules
19420 \end_layout
19421
19422 \end_inset
19423
19424
19425 \begin_inset Index idx
19426 status collapsed
19427
19428 \begin_layout Plain Layout
19429 Pivoter des objets
19430 \end_layout
19431
19432 \end_inset
19433
19434
19435 \end_layout
19436
19437 \begin_layout Standard
19438 \begin_inset Note Greyedout
19439 status open
19440
19441 \begin_layout Plain Layout
19442
19443 \series bold
19444 Nota:
19445 \series default
19446  toutes les visionneuses DVI n'affichent pas les rotations.
19447 \end_layout
19448
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \begin_layout Standard
19455 Le tableau
19456 \begin_inset space ~
19457 \end_inset
19458
19459
19460 \begin_inset CommandInset ref
19461 LatexCommand ref
19462 reference "tab:Tableau-incluant-des"
19463
19464 \end_inset
19465
19466  est un exemple dans lequel 3 cellules pivotent de 45
19467 \begin_inset space \thinspace{}
19468 \end_inset
19469
19470 °.
19471 \end_layout
19472
19473 \begin_layout Standard
19474 \begin_inset Float table
19475 placement h
19476 wide false
19477 sideways false
19478 status open
19479
19480 \begin_layout Plain Layout
19481 \begin_inset Caption Standard
19482
19483 \begin_layout Plain Layout
19484 \begin_inset CommandInset label
19485 LatexCommand label
19486 name "tab:Tableau-incluant-des"
19487
19488 \end_inset
19489
19490 Tableau incluant des cellules pivotées dans la première ligne.
19491 \end_layout
19492
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \begin_layout Plain Layout
19499 \noindent
19500 \align center
19501 \begin_inset Tabular
19502 <lyxtabular version="3" rows="2" columns="3">
19503 <features tabularvalignment="middle">
19504 <column alignment="center" valignment="top" width="0pt">
19505 <column alignment="center" valignment="top" width="0pt">
19506 <column alignment="center" valignment="top" width="0pt">
19507 <row>
19508 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19509 \begin_inset Text
19510
19511 \begin_layout Plain Layout
19512 soucoupes
19513 \end_layout
19514
19515 \end_inset
19516 </cell>
19517 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521 assiettes
19522 \end_layout
19523
19524 \end_inset
19525 </cell>
19526 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19527 \begin_inset Text
19528
19529 \begin_layout Plain Layout
19530 plats
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 </row>
19536 <row>
19537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19538 \begin_inset Text
19539
19540 \begin_layout Plain Layout
19541 45
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19547 \begin_inset Text
19548
19549 \begin_layout Plain Layout
19550 33
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559 21
19560 \end_layout
19561
19562 \end_inset
19563 </cell>
19564 </row>
19565 </lyxtabular>
19566
19567 \end_inset
19568
19569
19570 \end_layout
19571
19572 \end_inset
19573
19574
19575 \end_layout
19576
19577 \begin_layout Standard
19578 \begin_inset Note Greyedout
19579 status open
19580
19581 \begin_layout Plain Layout
19582
19583 \series bold
19584 Nota:
19585 \series default
19586  les ruptures de ligne (raccourci 
19587 \begin_inset Info
19588 type  "shortcut"
19589 arg   "newline-insert newline"
19590 \end_inset
19591
19592 ) ne sont pas autorisées dans les cellules pivotées
19593 \end_layout
19594
19595 \end_inset
19596
19597
19598 \end_layout
19599
19600 \begin_layout Standard
19601 Si vous voulez faire pivoter des cellules avec des ruptures de ligne, il
19602  faut encapsuler le contenu de la cellule dans une minipage ou une parbox.
19603 \begin_inset Foot
19604 status collapsed
19605
19606 \begin_layout Plain Layout
19607 Pour en savoir plus sur ces boîtes, voir les sections
19608 \begin_inset space ~
19609 \end_inset
19610
19611
19612 \begin_inset CommandInset ref
19613 LatexCommand ref
19614 reference "sec:Minipages"
19615
19616 \end_inset
19617
19618  et 
19619 \begin_inset CommandInset ref
19620 LatexCommand ref
19621 reference "sec:Parboxes"
19622
19623 \end_inset
19624
19625 .
19626 \end_layout
19627
19628 \end_inset
19629
19630  Si vous faites pivoter cette cellule de 90°, la largeur de la boîte est
19631  la hauteur de la cellule.
19632  Le tableau
19633 \begin_inset space ~
19634 \end_inset
19635
19636
19637 \begin_inset CommandInset ref
19638 LatexCommand ref
19639 reference "tab:Tableau-incluant-une"
19640
19641 \end_inset
19642
19643  donne un exemple d'une cellule multi-lignes où la largeur de boîte a été
19644  réglée à 3
19645 \begin_inset space \thinspace{}
19646 \end_inset
19647
19648 cm.
19649 \end_layout
19650
19651 \begin_layout Standard
19652 \begin_inset Float table
19653 placement h
19654 wide false
19655 sideways false
19656 status open
19657
19658 \begin_layout Plain Layout
19659 \begin_inset Caption Standard
19660
19661 \begin_layout Plain Layout
19662 \begin_inset CommandInset label
19663 LatexCommand label
19664 name "tab:Tableau-incluant-une"
19665
19666 \end_inset
19667
19668 Tableau incluant une cellule multi-lignes pivotée.
19669 \end_layout
19670
19671 \end_inset
19672
19673
19674 \end_layout
19675
19676 \begin_layout Plain Layout
19677 \noindent
19678 \align center
19679 \begin_inset Tabular
19680 <lyxtabular version="3" rows="2" columns="3">
19681 <features tabularvalignment="middle">
19682 <column alignment="center" valignment="top">
19683 <column alignment="center" valignment="top" width="0pt">
19684 <column alignment="center" valignment="top">
19685 <row>
19686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19687 \begin_inset Text
19688
19689 \begin_layout Plain Layout
19690 a
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699 \begin_inset Box Frameless
19700 position "t"
19701 hor_pos "c"
19702 has_inner_box 1
19703 inner_pos "t"
19704 use_parbox 0
19705 use_makebox 0
19706 width "3cm"
19707 special "none"
19708 height "1in"
19709 height_special "totalheight"
19710 thickness "0.4pt"
19711 separation "3pt"
19712 shadowsize "4pt"
19713 framecolor "black"
19714 backgroundcolor "none"
19715 status open
19716
19717 \begin_layout Plain Layout
19718 cellule pivotée
19719 \begin_inset Newline newline
19720 \end_inset
19721
19722 avec saut de ligne
19723 \end_layout
19724
19725 \end_inset
19726
19727
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Plain Layout
19736 e
19737 \end_layout
19738
19739 \end_inset
19740 </cell>
19741 </row>
19742 <row>
19743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19744 \begin_inset Text
19745
19746 \begin_layout Plain Layout
19747 b
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756 c
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765 d
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 </row>
19771 </lyxtabular>
19772
19773 \end_inset
19774
19775
19776 \end_layout
19777
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \begin_layout Section
19784 Calcul de la largeur du tableau
19785 \begin_inset CommandInset label
19786 LatexCommand label
19787 name "sec:Table-Width-Calculation"
19788
19789 \end_inset
19790
19791
19792 \end_layout
19793
19794 \begin_layout Standard
19795 Pour les tableaux un peu larges il est parfois difficile de garantir que
19796  le tableau ne déborde pas dans la marge.
19797  Fixer une largeur pour chaque colonne est une solution, mais quelle est
19798  la valeur à donner à chacune?
19799 \end_layout
19800
19801 \begin_layout Standard
19802 La largeur du tableau 
19803 \begin_inset Formula $L_{\mathrm{tableau}}$
19804 \end_inset
19805
19806  peut se calculer précisément: chaque colonne contribue pour sa largeur
19807  propre 
19808 \begin_inset Formula $L_{\mathrm{colonne}}$
19809 \end_inset
19810
19811  (que le contenu est autorisé à occuper), plus deux fois la largeur de la
19812  séparation entre le contenu de la colonne et sa bordure (la longueur \SpecialChar LaTeX
19813
19814 \series bold
19815  
19816 \backslash
19817 tabcolsep
19818 \series default
19819 , implicitement 6
19820 \begin_inset space \thinspace{}
19821 \end_inset
19822
19823 pt), plus la largeur du filet de bordure (la longueur \SpecialChar LaTeX
19824  
19825 \series bold
19826
19827 \backslash
19828 arrayrulewidth
19829 \series default
19830 , implicitement 0.4
19831 \begin_inset space \thinspace{}
19832 \end_inset
19833
19834 pt).
19835  Donc si les 
19836 \begin_inset Formula $n$
19837 \end_inset
19838
19839
19840 \begin_inset space ~
19841 \end_inset
19842
19843 colonnes ont la même largeur, la largeur du tableau est
19844 \begin_inset Formula 
19845 \begin{equation}
19846 L_{\mathrm{tableau}}=n\left(L_{\mathrm{colonne}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19847 \end{equation}
19848
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \begin_layout Standard
19855 La largeur disponible pour placer un tableau est la distance entre les marges
19856  de la page ou la largeur de la colonne de texte (pour un document présenté
19857  sur 2 colonnes), c'est-à-dire la longueur \SpecialChar LaTeX
19858  
19859 \series bold
19860
19861 \backslash
19862 columnwidth
19863 \series default
19864 .
19865  Si toutes le colonnes ont la même largeur et que 
19866 \begin_inset Formula $L_{\mathrm{tableau}}$
19867 \end_inset
19868
19869  doit valoir 1
19870 \begin_inset space \thinspace{}
19871 \end_inset
19872
19873
19874 \backslash
19875 columnwidth, 
19876 \begin_inset Formula $L_{\mathrm{colonne}}$
19877 \end_inset
19878
19879  se calcule facilement.
19880 \end_layout
19881
19882 \begin_layout Standard
19883 Pour pouvoir faire des calculs, il faut charger le paquetage \SpecialChar LaTeX
19884  
19885 \series bold
19886 calc
19887 \series default
19888
19889 \begin_inset Index idx
19890 status collapsed
19891
19892 \begin_layout Plain Layout
19893 Paquetages \SpecialChar LaTeX
19894  ! calc
19895 \end_layout
19896
19897 \end_inset
19898
19899  dans le préambule du document.
19900  Pour fixer la largeur d'une colonne dans la fenêtre de dialogue du tableau,
19901  il faut utiliser le champ
19902 \family sans
19903  Argument \SpecialChar LaTeX
19904
19905 \family default
19906 .
19907  Le principe des commandes qui peuvent être saisies dans ce champ est celui
19908  qui est expliqué dans la section
19909 \begin_inset space ~
19910 \end_inset
19911
19912
19913 \begin_inset CommandInset ref
19914 LatexCommand ref
19915 reference "subsec:Calculs-multicolonnes"
19916
19917 \end_inset
19918
19919 .
19920  Pour un tableau avec 5 colonnes de largeur identique et un texte centré,
19921  saisir pour chaque colonne la commande
19922 \end_layout
19923
19924 \begin_layout Standard
19925
19926 \series bold
19927 >{
19928 \backslash
19929 centering}p{(1
19930 \backslash
19931 columnwidth-62.4pt)/5}
19932 \end_layout
19933
19934 \begin_layout Standard
19935 Pour un tableau avec 5 colonnes dont deux de largeur 0.75
19936 \begin_inset space ~
19937 \end_inset
19938
19939 fois celle des 3 autres, le calcul est le suivant:
19940 \end_layout
19941
19942 \begin_layout Standard
19943 \begin_inset Formula 
19944 \begin{align}
19945 \backslash\mbox{columnwidth} & =3\,L_{\mathrm{colonne}}+2\cdot0.75\,L_{\mathrm{colonne}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19946  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19947  & =4.5\,L_{\mathrm{colonne}}+62.4\,\mathrm{pt}\nonumber \\
19948 L_{\mathrm{colonne}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19949 \end{align}
19950
19951 \end_inset
19952
19953
19954 \end_layout
19955
19956 \begin_layout Standard
19957 Par conséquent, dans le tableau, la commande
19958 \end_layout
19959
19960 \begin_layout Standard
19961
19962 \series bold
19963 >{
19964 \backslash
19965 centering}p{(1
19966 \backslash
19967 columnwidth-62.4pt)/
19968 \backslash
19969 real{4.5}}
19970 \end_layout
19971
19972 \begin_layout Standard
19973 est utilisée pour les colonnes les plus larges, et la commande
19974 \end_layout
19975
19976 \begin_layout Standard
19977
19978 \series bold
19979 >{
19980 \backslash
19981 centering}p{(1
19982 \backslash
19983 columnwidth-62.4pt)/
19984 \backslash
19985 real{4.5}*
19986 \backslash
19987 real{0.75}}
19988 \end_layout
19989
19990 \begin_layout Standard
19991 est utilisée pour les plus étroites:
19992 \end_layout
19993
19994 \begin_layout Standard
19995 \begin_inset Tabular
19996 <lyxtabular version="3" rows="2" columns="5">
19997 <features tabularvalignment="middle">
19998 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19999 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20000 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20001 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20002 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20003 <row>
20004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008 1
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017 2
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 3
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035 4
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044 5
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 </row>
20050 <row>
20051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055 111111 1111111 111111 111111111 11111 11111 1111
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 2222 22222 222222 222222222 2222222 22 22222
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091 333333 333333 333333 33333 3333333 333
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 </row>
20097 </lyxtabular>
20098
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \begin_layout Section
20105 Personnalisation des tableaux
20106 \begin_inset Index idx
20107 status collapsed
20108
20109 \begin_layout Plain Layout
20110 Tableau ! Personnalisation
20111 \end_layout
20112
20113 \end_inset
20114
20115
20116 \begin_inset Index idx
20117 status collapsed
20118
20119 \begin_layout Plain Layout
20120 Personnalisation des tableaux
20121 \end_layout
20122
20123 \end_inset
20124
20125
20126 \end_layout
20127
20128 \begin_layout Subsection
20129 Espacement des lignes
20130 \begin_inset CommandInset label
20131 LatexCommand label
20132 name "subsec:Espacement-lignes"
20133
20134 \end_inset
20135
20136
20137 \begin_inset Index idx
20138 status collapsed
20139
20140 \begin_layout Plain Layout
20141 Personnalisation des tableaux ! Espacement des lignes
20142 \end_layout
20143
20144 \end_inset
20145
20146
20147 \end_layout
20148
20149 \begin_layout Standard
20150 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
20151  l'onglet 
20152 \family sans
20153 Bordures
20154 \family default
20155  de la fenêtre de dialogue 
20156 \family sans
20157 Paramètres
20158 \begin_inset space ~
20159 \end_inset
20160
20161 du
20162 \begin_inset space ~
20163 \end_inset
20164
20165 tableau
20166 \family default
20167 .
20168  Vous y trouverez trois possibilités :
20169 \end_layout
20170
20171 \begin_layout Description
20172 Haut
20173 \begin_inset space ~
20174 \end_inset
20175
20176 de
20177 \begin_inset space ~
20178 \end_inset
20179
20180 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
20181  Si le tableau est un tableau formel
20182 \begin_inset Foot
20183 status collapsed
20184
20185 \begin_layout Plain Layout
20186 Les tableaux formels sont décrits dans la section
20187 \begin_inset space ~
20188 \end_inset
20189
20190
20191 \begin_inset CommandInset ref
20192 LatexCommand ref
20193 reference "sec:Tableaux-Formels"
20194
20195 \end_inset
20196
20197 .
20198 \end_layout
20199
20200 \end_inset
20201
20202  \SpecialChar LyX
20203  va insérer implicitement un espace de 0.5
20204 \begin_inset space \thinspace{}
20205 \end_inset
20206
20207 em.
20208  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20209  les filets verticaux comme dans le tableau suivant :
20210 \begin_inset VSpace medskip
20211 \end_inset
20212
20213
20214 \begin_inset Newline newline
20215 \end_inset
20216
20217
20218 \begin_inset space \hspace*{}
20219 \length 0pt
20220 \end_inset
20221
20222
20223 \begin_inset space \hfill{}
20224 \end_inset
20225
20226
20227 \begin_inset Tabular
20228 <lyxtabular version="3" rows="3" columns="1">
20229 <features tabularvalignment="middle">
20230 <column alignment="center" valignment="top">
20231 <row>
20232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236 A
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 </row>
20242 <row topspace="3mm">
20243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247 espace de 3
20248 \begin_inset space \thinspace{}
20249 \end_inset
20250
20251 mm en haut de la ligne
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 </row>
20257 <row>
20258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262 C
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 </row>
20268 </lyxtabular>
20269
20270 \end_inset
20271
20272
20273 \begin_inset space \hfill{}
20274 \end_inset
20275
20276
20277 \begin_inset space \hspace*{}
20278 \length 0pt
20279 \end_inset
20280
20281
20282 \begin_inset VSpace medskip
20283 \end_inset
20284
20285
20286 \begin_inset Newline newline
20287 \end_inset
20288
20289 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
20290  pas de filets verticaux.
20291 \end_layout
20292
20293 \begin_layout Description
20294 Bas
20295 \begin_inset space ~
20296 \end_inset
20297
20298 de
20299 \begin_inset space ~
20300 \end_inset
20301
20302 ligne va ajouter de l'espace sous les caractères de la ligne.
20303  Si le tableau est un tableau formel \SpecialChar LyX
20304  va insérer implicitement un espace
20305  de 0.5
20306 \begin_inset space \thinspace{}
20307 \end_inset
20308
20309 em, pour les tableaux normaux, l'espace implicite est de 2
20310 \begin_inset space \thinspace{}
20311 \end_inset
20312
20313 pt.
20314 \end_layout
20315
20316 \begin_layout Description
20317 Entre
20318 \begin_inset space ~
20319 \end_inset
20320
20321 les
20322 \begin_inset space ~
20323 \end_inset
20324
20325 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
20326  Si le tableau est un tableau formel \SpecialChar LyX
20327  va insérer implicitement un espace
20328  de 0.5
20329 \begin_inset space \thinspace{}
20330 \end_inset
20331
20332 em.
20333  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20334  les filets verticaux comme dans le tableau suivant :
20335 \begin_inset VSpace medskip
20336 \end_inset
20337
20338
20339 \begin_inset Newline newline
20340 \end_inset
20341
20342
20343 \begin_inset space \hspace*{}
20344 \length 0pt
20345 \end_inset
20346
20347
20348 \begin_inset space \hfill{}
20349 \end_inset
20350
20351
20352 \begin_inset Tabular
20353 <lyxtabular version="3" rows="3" columns="1">
20354 <features tabularvalignment="middle">
20355 <column alignment="center" valignment="top">
20356 <row>
20357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Plain Layout
20361 A
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 </row>
20367 <row interlinespace="3mm">
20368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372 \begin_inset Formula $\downarrow$
20373 \end_inset
20374
20375  espace de 3
20376 \begin_inset space \thinspace{}
20377 \end_inset
20378
20379 mm entre les lignes 
20380 \begin_inset Formula $\downarrow$
20381 \end_inset
20382
20383
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 </row>
20389 <row>
20390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20391 \begin_inset Text
20392
20393 \begin_layout Plain Layout
20394 \begin_inset Formula $\uparrow$
20395 \end_inset
20396
20397  espace de 3
20398 \begin_inset space \thinspace{}
20399 \end_inset
20400
20401 mm entre les lignes 
20402 \begin_inset Formula $\uparrow$
20403 \end_inset
20404
20405
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 </row>
20411 </lyxtabular>
20412
20413 \end_inset
20414
20415
20416 \begin_inset space \hfill{}
20417 \end_inset
20418
20419
20420 \begin_inset space \hspace*{}
20421 \length 0pt
20422 \end_inset
20423
20424
20425 \begin_inset VSpace medskip
20426 \end_inset
20427
20428
20429 \begin_inset Newline newline
20430 \end_inset
20431
20432 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
20433  pas de filets verticaux.
20434 \end_layout
20435
20436 \begin_layout Standard
20437 \begin_inset VSpace bigskip
20438 \end_inset
20439
20440 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
20441  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
20442  dans le préambule :
20443 \end_layout
20444
20445 \begin_layout Standard
20446
20447 \series bold
20448
20449 \backslash
20450 @ifundefined{extrarowheight}
20451 \begin_inset Newline newline
20452 \end_inset
20453
20454
20455 \begin_inset Phantom HPhantom
20456 status open
20457
20458 \begin_layout Plain Layout
20459
20460 \series bold
20461 \begin_inset space ~
20462 \end_inset
20463
20464
20465 \end_layout
20466
20467 \end_inset
20468
20469 {
20470 \backslash
20471 usepackage{array}}{}
20472 \begin_inset Newline newline
20473 \end_inset
20474
20475
20476 \backslash
20477 setlength{
20478 \backslash
20479 extrarowheight}{height}
20480 \end_layout
20481
20482 \begin_layout Standard
20483 Mais ceci présente le défaut que le texte des cellules de tableau n'est
20484  plus exactement centré verticalement.
20485  (le paquetage 
20486 \series bold
20487 array 
20488 \series default
20489 sera chargé automatiquement par \SpecialChar LyX
20490  quand vous utilisez des formats de tableaux
20491  auto-définis.
20492  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
20493  
20494 \series bold
20495
20496 \backslash
20497 @ifundefined
20498 \series default
20499  dans la commande précédente.)
20500 \end_layout
20501
20502 \begin_layout Standard
20503 Si vous utilisez des polices de taille plus grande que la taille normale,
20504  les bordures des tableaux sont souvent trop proches du texte.
20505  On peut corriger ce problème en insérant la commande 
20506 \series bold
20507
20508 \begin_inset space \space{}
20509 \end_inset
20510
20511
20512 \backslash
20513 strut
20514 \series default
20515  en code \SpecialChar TeX
20516  au debut d'une ligne du tableau.
20517  Le tableau
20518 \begin_inset space ~
20519 \end_inset
20520
20521
20522 \begin_inset CommandInset ref
20523 LatexCommand ref
20524 reference "tab:Alignement-vertical"
20525
20526 \end_inset
20527
20528  montre l'effet de cette commande.
20529 \end_layout
20530
20531 \begin_layout Standard
20532 \noindent
20533 \begin_inset Float table
20534 placement h
20535 wide false
20536 sideways false
20537 status open
20538
20539 \begin_layout Plain Layout
20540 \begin_inset Caption Standard
20541
20542 \begin_layout Plain Layout
20543 \begin_inset CommandInset label
20544 LatexCommand label
20545 name "tab:Alignement-vertical"
20546
20547 \end_inset
20548
20549 Alignement vertical d'un texte avec une police de grande taille.
20550 \end_layout
20551
20552 \end_inset
20553
20554
20555 \end_layout
20556
20557 \begin_layout Plain Layout
20558 \begin_inset space \hfill{}
20559 \end_inset
20560
20561
20562 \begin_inset Float table
20563 wide false
20564 sideways false
20565 status collapsed
20566
20567 \begin_layout Plain Layout
20568 \begin_inset Caption Standard
20569
20570 \begin_layout Plain Layout
20571 Tableau normal.
20572 \end_layout
20573
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \begin_layout Plain Layout
20580 \noindent
20581 \align center
20582 \begin_inset Tabular
20583 <lyxtabular version="3" rows="6" columns="1">
20584 <features tabularvalignment="middle">
20585 <column alignment="left" valignment="top">
20586 <row>
20587 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Plain Layout
20591 Normal, g
20592 \end_layout
20593
20594 \end_inset
20595 </cell>
20596 </row>
20597 <row>
20598 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Plain Layout
20602
20603 \size large
20604 Large
20605 \end_layout
20606
20607 \end_inset
20608 </cell>
20609 </row>
20610 <row>
20611 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20612 \begin_inset Text
20613
20614 \begin_layout Plain Layout
20615
20616 \size larger
20617 Larger
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 </row>
20623 <row>
20624 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628
20629 \size largest
20630 Largest
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 </row>
20636 <row>
20637 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641
20642 \size huge
20643 Huge
20644 \end_layout
20645
20646 \end_inset
20647 </cell>
20648 </row>
20649 <row>
20650 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654
20655 \size huge
20656 Huger
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 </row>
20662 </lyxtabular>
20663
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \end_inset
20670
20671
20672 \begin_inset space \hfill{}
20673 \end_inset
20674
20675
20676 \begin_inset Float table
20677 wide false
20678 sideways false
20679 status collapsed
20680
20681 \begin_layout Plain Layout
20682 \begin_inset Caption Standard
20683
20684 \begin_layout Plain Layout
20685 Tableau utilisant la commande 
20686 \series bold
20687
20688 \backslash
20689 strut
20690 \series default
20691 .
20692 \end_layout
20693
20694 \end_inset
20695
20696
20697 \end_layout
20698
20699 \begin_layout Plain Layout
20700 \noindent
20701 \align center
20702 \begin_inset Tabular
20703 <lyxtabular version="3" rows="6" columns="1">
20704 <features tabularvalignment="middle">
20705 <column alignment="left" valignment="top">
20706 <row>
20707 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20708 \begin_inset Text
20709
20710 \begin_layout Plain Layout
20711 Normal, g
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 </row>
20717 <row>
20718 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20719 \begin_inset Text
20720
20721 \begin_layout Plain Layout
20722
20723 \size large
20724 \begin_inset ERT
20725 status collapsed
20726
20727 \begin_layout Plain Layout
20728
20729
20730 \backslash
20731 strut 
20732 \end_layout
20733
20734 \end_inset
20735
20736 Large
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 </row>
20742 <row>
20743 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Plain Layout
20747
20748 \size larger
20749 \begin_inset ERT
20750 status collapsed
20751
20752 \begin_layout Plain Layout
20753
20754
20755 \backslash
20756 strut 
20757 \end_layout
20758
20759 \end_inset
20760
20761 Larger
20762 \end_layout
20763
20764 \end_inset
20765 </cell>
20766 </row>
20767 <row>
20768 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20769 \begin_inset Text
20770
20771 \begin_layout Plain Layout
20772
20773 \size largest
20774 \begin_inset ERT
20775 status collapsed
20776
20777 \begin_layout Plain Layout
20778
20779
20780 \backslash
20781 strut 
20782 \end_layout
20783
20784 \end_inset
20785
20786 Largest
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 </row>
20792 <row>
20793 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20794 \begin_inset Text
20795
20796 \begin_layout Plain Layout
20797
20798 \size huge
20799 \begin_inset ERT
20800 status collapsed
20801
20802 \begin_layout Plain Layout
20803
20804
20805 \backslash
20806 strut 
20807 \end_layout
20808
20809 \end_inset
20810
20811 Huge
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 </row>
20817 <row>
20818 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20819 \begin_inset Text
20820
20821 \begin_layout Plain Layout
20822
20823 \size giant
20824 \begin_inset ERT
20825 status collapsed
20826
20827 \begin_layout Plain Layout
20828
20829
20830 \backslash
20831 strut 
20832 \end_layout
20833
20834 \end_inset
20835
20836
20837 \size huge
20838 Huger
20839 \end_layout
20840
20841 \end_inset
20842 </cell>
20843 </row>
20844 </lyxtabular>
20845
20846 \end_inset
20847
20848
20849 \end_layout
20850
20851 \end_inset
20852
20853
20854 \begin_inset space \hfill{}
20855 \end_inset
20856
20857
20858 \end_layout
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \begin_layout Standard
20866 \begin_inset Newpage newpage
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \begin_layout Subsection
20873 Alignements de cellules spéciaux
20874 \begin_inset CommandInset label
20875 LatexCommand label
20876 name "subsec:Alignements-de-cellules"
20877
20878 \end_inset
20879
20880
20881 \begin_inset Index idx
20882 status collapsed
20883
20884 \begin_layout Plain Layout
20885 Personnalisation des tableaux ! Alignement de cellules spéciaux
20886 \end_layout
20887
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \begin_layout Standard
20894 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
20895  cellules sur un caractère donné, par exemple le séparateur décimal comme
20896  dans le tableau
20897 \begin_inset space ~
20898 \end_inset
20899
20900
20901 \begin_inset CommandInset ref
20902 LatexCommand ref
20903 reference "tab:Tableau-centré-sur-séparateur-1"
20904
20905 \end_inset
20906
20907 .
20908  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
20909  soit en appuyant sur le bouton 
20910 \begin_inset Info
20911 type  "icon"
20912 arg   "inset-modify tabular align-decimal"
20913 \end_inset
20914
20915  de la barre d'outils ou en modifiant le paramètre 
20916 \family sans
20917 Alignement horizontal
20918 \family default
20919  à 
20920 \family sans
20921 Au séparateur décimal
20922 \family default
20923 .
20924  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
20925  dans les paramètres du tableau.
20926 \end_layout
20927
20928 \begin_layout Standard
20929 \begin_inset Float table
20930 placement h
20931 wide false
20932 sideways false
20933 status open
20934
20935 \begin_layout Plain Layout
20936 \begin_inset Caption Standard
20937
20938 \begin_layout Plain Layout
20939 \begin_inset CommandInset label
20940 LatexCommand label
20941 name "tab:Tableau-centré-sur-séparateur-1"
20942
20943 \end_inset
20944
20945 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
20946 \end_layout
20947
20948 \end_inset
20949
20950
20951 \end_layout
20952
20953 \begin_layout Plain Layout
20954 \align center
20955 \begin_inset Tabular
20956 <lyxtabular version="3" rows="4" columns="1">
20957 <features booktabs="true" tabularvalignment="middle">
20958 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20959 <row>
20960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20961 \begin_inset Text
20962
20963 \begin_layout Plain Layout
20964 en-tête
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 </row>
20970 <row>
20971 <cell alignment="center" valignment="top" topline="true" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975 12,6
20976 \end_layout
20977
20978 \end_inset
20979 </cell>
20980 </row>
20981 <row>
20982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20983 \begin_inset Text
20984
20985 \begin_layout Plain Layout
20986 0,68
20987 \end_layout
20988
20989 \end_inset
20990 </cell>
20991 </row>
20992 <row>
20993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20994 \begin_inset Text
20995
20996 \begin_layout Plain Layout
20997 -123,0
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 </row>
21003 </lyxtabular>
21004
21005 \end_inset
21006
21007
21008 \end_layout
21009
21010 \end_inset
21011
21012
21013 \end_layout
21014
21015 \begin_layout Standard
21016 \begin_inset Float table
21017 placement h
21018 wide false
21019 sideways false
21020 status open
21021
21022 \begin_layout Plain Layout
21023 \begin_inset Caption Standard
21024
21025 \begin_layout Plain Layout
21026 \begin_inset CommandInset label
21027 LatexCommand label
21028 name "tab:Tableau-centré-sur-séparateur-2"
21029
21030 \end_inset
21031
21032 Les cellules d'une colonnes sont centrées sur les opérateurs.
21033 \end_layout
21034
21035 \end_inset
21036
21037
21038 \end_layout
21039
21040 \begin_layout Plain Layout
21041 \align center
21042 \begin_inset Tabular
21043 <lyxtabular version="3" rows="4" columns="2">
21044 <features booktabs="true" tabularvalignment="middle">
21045 <column alignment="right" valignment="top" width="0pt">
21046 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21047 <row>
21048 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21049 \begin_inset Text
21050
21051 \begin_layout Plain Layout
21052 en-tête
21053 \end_layout
21054
21055 \end_inset
21056 </cell>
21057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21058 \begin_inset Text
21059
21060 \begin_layout Plain Layout
21061
21062 \end_layout
21063
21064 \end_inset
21065 </cell>
21066 </row>
21067 <row>
21068 <cell alignment="center" valignment="top" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072 \begin_inset Formula $12\,+$
21073 \end_inset
21074
21075
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 <cell alignment="center" valignment="top" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084 \begin_inset Formula $\,6$
21085 \end_inset
21086
21087
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 </row>
21093 <row>
21094 <cell alignment="center" valignment="top" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098 \begin_inset Formula $0\,-$
21099 \end_inset
21100
21101
21102 \end_layout
21103
21104 \end_inset
21105 </cell>
21106 <cell alignment="center" valignment="top" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110 \begin_inset Formula $\,68$
21111 \end_inset
21112
21113
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 </row>
21119 <row>
21120 <cell alignment="center" valignment="top" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124 \begin_inset Formula $-123\,/$
21125 \end_inset
21126
21127
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 <cell alignment="center" valignment="top" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136 \begin_inset Formula $\,0$
21137 \end_inset
21138
21139
21140 \end_layout
21141
21142 \end_inset
21143 </cell>
21144 </row>
21145 </lyxtabular>
21146
21147 \end_inset
21148
21149
21150 \end_layout
21151
21152 \end_inset
21153
21154
21155 \end_layout
21156
21157 \begin_layout Standard
21158 L'alignement sur un caractère ne fonctionne pas avec des formules parce
21159  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
21160  formules.
21161  Dans ce cas on doit utiliser la méthode du tableau
21162 \begin_inset space ~
21163 \end_inset
21164
21165
21166 \begin_inset CommandInset ref
21167 LatexCommand ref
21168 reference "tab:Tableau-centré-sur-séparateur-2"
21169
21170 \end_inset
21171
21172 .
21173  Ce tableau a été créé comme un tableau 4×2.
21174  L'en-tête est une cellule multi-colonnes centrée.
21175  La première colonne est alignée à droite et contient la première partie
21176  et inclue l'opérateur.
21177  La seconde colonne contient le reste de la cellule aligné à gauche.
21178  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
21179  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
21180  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
21181  tableau, le paramètre \SpecialChar LaTeX
21182  suivant a été utilisé pour la deuxième colonne :
21183 \end_layout
21184
21185 \begin_layout Standard
21186
21187 \series bold
21188 @{}l
21189 \end_layout
21190
21191 \begin_layout Standard
21192 Le tableau
21193 \begin_inset space ~
21194 \end_inset
21195
21196
21197 \begin_inset CommandInset ref
21198 LatexCommand ref
21199 reference "tab:Plusieurs-exemples-alignements"
21200
21201 \end_inset
21202
21203  montre quelques exemples d'alignements.
21204  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
21205  comme pour la deuxième colonne du tableau
21206 \begin_inset space ~
21207 \end_inset
21208
21209
21210 \begin_inset CommandInset ref
21211 LatexCommand ref
21212 reference "tab:Tableau-centré-sur-séparateur-2"
21213
21214 \end_inset
21215
21216 .
21217 \end_layout
21218
21219 \begin_layout Standard
21220 \begin_inset Float table
21221 wide false
21222 sideways false
21223 status open
21224
21225 \begin_layout Plain Layout
21226 \begin_inset Caption Standard
21227
21228 \begin_layout Plain Layout
21229 \begin_inset CommandInset label
21230 LatexCommand label
21231 name "tab:Plusieurs-exemples-alignements"
21232
21233 \end_inset
21234
21235 Plusieurs exemples d'alignement de cellules.
21236 \end_layout
21237
21238 \end_inset
21239
21240
21241 \end_layout
21242
21243 \begin_layout Plain Layout
21244 \align center
21245 \begin_inset Tabular
21246 <lyxtabular version="3" rows="4" columns="6">
21247 <features tabularvalignment="middle">
21248 <column alignment="right" valignment="top">
21249 <column alignment="left" valignment="top" special="@{}l">
21250 <column alignment="right" valignment="top">
21251 <column alignment="left" valignment="top" special="@{}l">
21252 <column alignment="right" valignment="top">
21253 <column alignment="left" valignment="top" special="@{}l">
21254 <row>
21255 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259 unités
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268
21269 \end_layout
21270
21271 \end_inset
21272 </cell>
21273 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277 exposants
21278 \end_layout
21279
21280 \end_inset
21281 </cell>
21282 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21283 \begin_inset Text
21284
21285 \begin_layout Plain Layout
21286
21287 \end_layout
21288
21289 \end_inset
21290 </cell>
21291 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295 relations
21296 \end_layout
21297
21298 \end_inset
21299 </cell>
21300 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 </row>
21310 <row>
21311 <cell alignment="center" valignment="top" usebox="none">
21312 \begin_inset Text
21313
21314 \begin_layout Plain Layout
21315 12×
21316 \end_layout
21317
21318 \end_inset
21319 </cell>
21320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324 24
21325 \begin_inset space \thinspace{}
21326 \end_inset
21327
21328 bouteilles
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 <cell alignment="center" valignment="top" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337 \begin_inset Formula $10\cdot$
21338 \end_inset
21339
21340
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349 \begin_inset Formula $10^{\mbox{-}17}$
21350 \end_inset
21351
21352
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 <cell alignment="center" valignment="top" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361 \begin_inset Formula $\Gamma(t)\propto$
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 <cell alignment="center" valignment="top" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 \begin_inset Formula $\:\Upsilon(t)$
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 </row>
21382 <row>
21383 <cell alignment="center" valignment="top" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387 1024×
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396 768
21397 \begin_inset space \thinspace{}
21398 \end_inset
21399
21400 Pixels
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 <cell alignment="center" valignment="top" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409 \begin_inset Formula $5.78\cdot$
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421 \begin_inset Formula $10^{7}$
21422 \end_inset
21423
21424
21425 \end_layout
21426
21427 \end_inset
21428 </cell>
21429 <cell alignment="center" valignment="top" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433 \begin_inset Formula $A\ne$
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 <cell alignment="center" valignment="top" usebox="none">
21442 \begin_inset Text
21443
21444 \begin_layout Plain Layout
21445 \begin_inset Formula $\:B_{\mathrm{red}}$
21446 \end_inset
21447
21448
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 </row>
21454 <row>
21455 <cell alignment="center" valignment="top" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459 32×
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468 6
21469 \begin_inset space \thinspace{}
21470 \end_inset
21471
21472 cm
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 <cell alignment="center" valignment="top" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Plain Layout
21481 -
21482 \begin_inset Formula $33.5\cdot$
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494 \begin_inset Formula $10^{4}$
21495 \end_inset
21496
21497
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 <cell alignment="center" valignment="top" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Plain Layout
21506 \begin_inset Formula $\sin(\alpha)\ge$
21507 \end_inset
21508
21509
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 <cell alignment="center" valignment="top" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518 \begin_inset Formula $\:\sin(\beta)$
21519 \end_inset
21520
21521
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 </row>
21527 </lyxtabular>
21528
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535
21536
21537 \end_layout
21538
21539 \begin_layout Subsection
21540 Formats de cellule et de colonne personnalisés
21541 \begin_inset CommandInset label
21542 LatexCommand label
21543 name "subsec:Formats-personnalisés"
21544
21545 \end_inset
21546
21547
21548 \begin_inset Index idx
21549 status collapsed
21550
21551 \begin_layout Plain Layout
21552 Personnalisation des tableaux !  Format de cellule/colonne
21553 \end_layout
21554
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \begin_layout Standard
21561 Calculer la largeur nécessaire pour colonnes normales comme dans la section
21562 \begin_inset space ~
21563 \end_inset
21564
21565
21566 \begin_inset CommandInset ref
21567 LatexCommand ref
21568 reference "sec:Table-Width-Calculation"
21569
21570 \end_inset
21571
21572  et pour des colonnes couvertes par un cellule multi-colonnes comme dans
21573  la section
21574 \begin_inset space ~
21575 \end_inset
21576
21577
21578 \begin_inset CommandInset ref
21579 LatexCommand ref
21580 reference "subsec:Calculs-multicolonnes"
21581
21582 \end_inset
21583
21584  peut devenir très pénible si vous avez plusieurs tableaux.
21585  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
21586  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
21587  du document.
21588  Le format est défini avec la commande
21589 \end_layout
21590
21591 \begin_layout Standard
21592
21593 \series bold
21594
21595 \backslash
21596 newcolumntype{nom du format}[nombre d'arguments]{commandes}
21597 \end_layout
21598
21599 \begin_layout Standard
21600 Le nom du format peut n'avoir qu'une lettre.
21601  Les lettres 
21602 \emph on
21603 b
21604 \emph default
21605
21606 \emph on
21607 c
21608 \emph default
21609
21610 \emph on
21611 l
21612 \emph default
21613
21614 \emph on
21615 m
21616 \emph default
21617
21618 \emph on
21619 p
21620 \emph default
21621  et 
21622 \emph on
21623 r
21624 \emph default
21625  sont prédéfinies et donc ne peuvent être utilisées.
21626  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
21627 \end_layout
21628
21629 \begin_layout Standard
21630 \begin_inset VSpace medskip
21631 \end_inset
21632
21633
21634 \end_layout
21635
21636 \begin_layout Standard
21637 Pour de cellules multi-colonnes centrées verticalement et horizontalement
21638  avec une largeur donnée, vous pouvez définir le format de cellule suivant
21639  :
21640 \end_layout
21641
21642 \begin_layout Standard
21643
21644 \series bold
21645
21646 \backslash
21647 newcolumntype{M}[1]{>{
21648 \backslash
21649 centering
21650 \backslash
21651 hspace{0pt}}m{#1}}
21652 \end_layout
21653
21654 \begin_layout Standard
21655 Où le 
21656 \series bold
21657
21658 \backslash
21659 hspace{0pt}
21660 \series default
21661  évite le problème de césure du premier mot, comme c'est décrit en section
21662 \begin_inset space ~
21663 \end_inset
21664
21665
21666 \begin_inset CommandInset ref
21667 LatexCommand ref
21668 reference "subsec:Lignes-multiple-dans-cellule"
21669
21670 \end_inset
21671
21672 .
21673  Ensuite, vous pouvez entrer
21674 \end_layout
21675
21676 \begin_layout Standard
21677
21678 \series bold
21679 M{width}
21680 \end_layout
21681
21682 \begin_layout Standard
21683 comme paramètre \SpecialChar LaTeX
21684  dans la fenêtre de dialogue de tableau pour créer une multi-col
21685 onnes.
21686 \end_layout
21687
21688 \begin_layout Standard
21689 \begin_inset VSpace bigskip
21690 \end_inset
21691
21692
21693 \end_layout
21694
21695 \begin_layout Standard
21696 Pour les cellules qui sont couvertes par la cellule multi-colonnes, vous
21697  pouvez définir le format
21698 \end_layout
21699
21700 \begin_layout Standard
21701
21702 \series bold
21703
21704 \backslash
21705 newcolumntype{S}[2]{>{
21706 \backslash
21707 centering
21708 \backslash
21709 hspace{0pt}}
21710 \begin_inset Newline newline
21711 \end_inset
21712
21713
21714 \begin_inset Phantom HPhantom
21715 status open
21716
21717 \begin_layout Plain Layout
21718
21719 \series bold
21720
21721 \backslash
21722 newcolumntype{S}[2]
21723 \end_layout
21724
21725 \end_inset
21726
21727 m{(#1+(2
21728 \backslash
21729 tabcolsep+
21730 \backslash
21731 arrayrulewidth)*(1-#2))/#2}}
21732 \end_layout
21733
21734 \begin_layout Standard
21735 Ce format utilise l'équation
21736 \begin_inset space ~
21737 \end_inset
21738
21739
21740 \begin_inset CommandInset ref
21741 LatexCommand eqref
21742 reference "eq:Wgn"
21743
21744 \end_inset
21745
21746  pour calculer la largeur que doit avoir chacune des cellules couverte par
21747  la cellule multi-colonnes pour qu'elles aient toutes la même largeur.
21748 \end_layout
21749
21750 \begin_layout Standard
21751 Ensuite, vous pouvez entrer
21752 \end_layout
21753
21754 \begin_layout Standard
21755
21756 \series bold
21757 S{largeur de la cellule multi-colonnes}{nombre de colonnes couvertes}
21758 \end_layout
21759
21760 \begin_layout Standard
21761 comme paramètre \SpecialChar LaTeX
21762  de la colonne.
21763 \end_layout
21764
21765 \begin_layout Standard
21766 \begin_inset VSpace bigskip
21767 \end_inset
21768
21769
21770 \end_layout
21771
21772 \begin_layout Standard
21773 Pour des colonnes colorées, vous pouvez définir
21774 \end_layout
21775
21776 \begin_layout Standard
21777
21778 \series bold
21779
21780 \backslash
21781 newcolumntype{K}[1]{>{
21782 \backslash
21783 columncolor{#1}
21784 \backslash
21785 hspace{0pt}}c}
21786 \end_layout
21787
21788 \begin_layout Standard
21789 Le 
21790 \begin_inset Quotes fld
21791 \end_inset
21792
21793 c
21794 \begin_inset Quotes frd
21795 \end_inset
21796
21797  à la fin crée une colonne de largeur variable dont le texte est centré
21798  horizontalement.
21799  Vous pouvez maintenant entrer
21800 \end_layout
21801
21802 \begin_layout Standard
21803
21804 \series bold
21805 K{nom de couleur}
21806 \end_layout
21807
21808 \begin_layout Standard
21809 comme paramètre \SpecialChar LaTeX
21810 .
21811 \end_layout
21812
21813 \begin_layout Standard
21814 \begin_inset VSpace bigskip
21815 \end_inset
21816
21817
21818 \end_layout
21819
21820 \begin_layout Standard
21821 Pour créer le tableau
21822 \begin_inset space ~
21823 \end_inset
21824
21825
21826 \begin_inset CommandInset ref
21827 LatexCommand ref
21828 reference "tab:Tableau-formats-personnalisés"
21829
21830 \end_inset
21831
21832  utilisez les paramètres \SpecialChar LaTeX
21833
21834 \end_layout
21835
21836 \begin_layout Standard
21837
21838 \series bold
21839 M{2.5cm}
21840 \end_layout
21841
21842 \begin_layout Standard
21843 pour la première colonne et la multi-colonnes,
21844 \end_layout
21845
21846 \begin_layout Standard
21847
21848 \series bold
21849 K{red}
21850 \end_layout
21851
21852 \begin_layout Standard
21853 pour la dernière colonne, et
21854 \end_layout
21855
21856 \begin_layout Standard
21857
21858 \series bold
21859 S{2.5cm}{2}
21860 \end_layout
21861
21862 \begin_layout Standard
21863 pour les cellules de la deuxième colonne.
21864 \end_layout
21865
21866 \begin_layout Standard
21867 \begin_inset Float table
21868 placement h
21869 wide false
21870 sideways false
21871 status open
21872
21873 \begin_layout Plain Layout
21874 \begin_inset Caption Standard
21875
21876 \begin_layout Plain Layout
21877 \begin_inset CommandInset label
21878 LatexCommand label
21879 name "tab:Tableau-formats-personnalisés"
21880
21881 \end_inset
21882
21883 Tableau utilisant des formats personnalisés
21884 \end_layout
21885
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \begin_layout Plain Layout
21892 \align center
21893 \begin_inset Tabular
21894 <lyxtabular version="3" rows="3" columns="4">
21895 <features tabularvalignment="middle">
21896 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21897 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21898 <column alignment="center" valignment="middle">
21899 <column alignment="center" valignment="middle" special="K{red}">
21900 <row>
21901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21902 \begin_inset Text
21903
21904 \begin_layout Plain Layout
21905 motTrèsLongDansUneCellule
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914 multi-colonnes avec multi-lignes
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21920 \begin_inset Text
21921
21922 \begin_layout Plain Layout
21923
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932 c
21933 \end_layout
21934
21935 \end_inset
21936 </cell>
21937 </row>
21938 <row>
21939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943 d
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952 e
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 f
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970 g
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 </row>
21976 <row>
21977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981 h
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990 i
21991 \end_layout
21992
21993 \end_inset
21994 </cell>
21995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21996 \begin_inset Text
21997
21998 \begin_layout Plain Layout
21999 j
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008 k
22009 \end_layout
22010
22011 \end_inset
22012 </cell>
22013 </row>
22014 </lyxtabular>
22015
22016 \end_inset
22017
22018
22019 \end_layout
22020
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \begin_layout Subsection
22027 Épaisseur des filets
22028 \begin_inset CommandInset label
22029 LatexCommand label
22030 name "subsec:Epaisseur-filets"
22031
22032 \end_inset
22033
22034
22035 \begin_inset Index idx
22036 status collapsed
22037
22038 \begin_layout Plain Layout
22039 Personnalisation des tableaux ! Épaisseur filets
22040 \end_layout
22041
22042 \end_inset
22043
22044
22045 \end_layout
22046
22047 \begin_layout Standard
22048 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
22049  
22050 \series bold
22051
22052 \backslash
22053 arrayrulewidth
22054 \series default
22055 .
22056  Pour mettre, par exemple, une épaisseur de filet de 1.5
22057 \begin_inset space \thinspace{}
22058 \end_inset
22059
22060 pt, comme pour le tableau
22061 \begin_inset space ~
22062 \end_inset
22063
22064
22065 \begin_inset CommandInset ref
22066 LatexCommand ref
22067 reference "tab:Tableau-filets-1.5pt"
22068
22069 \end_inset
22070
22071 , insérez la commande
22072 \end_layout
22073
22074 \begin_layout Standard
22075
22076 \series bold
22077
22078 \backslash
22079 setlength{
22080 \backslash
22081 arrayrulewidth}{1.5pt}
22082 \end_layout
22083
22084 \begin_layout Standard
22085 en code \SpecialChar TeX
22086  avant le tableau ou le flottant de tableau.
22087  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
22088  suivent.
22089  pour revenir aux valeurs implicites, mettez 
22090 \series bold
22091
22092 \backslash
22093 arrayrulewidth
22094 \series default
22095  à 0.4
22096 \begin_inset space \thinspace{}
22097 \end_inset
22098
22099 pt en utilisant du code \SpecialChar LaTeX
22100  après le tableau ou le flottant de tableau.
22101 \end_layout
22102
22103 \begin_layout Standard
22104 \begin_inset ERT
22105 status collapsed
22106
22107 \begin_layout Plain Layout
22108
22109
22110 \backslash
22111 setlength{
22112 \backslash
22113 arrayrulewidth}{1.5pt}
22114 \end_layout
22115
22116 \end_inset
22117
22118
22119 \begin_inset Float table
22120 wide false
22121 sideways false
22122 status open
22123
22124 \begin_layout Plain Layout
22125 \begin_inset Caption Standard
22126
22127 \begin_layout Plain Layout
22128 \begin_inset CommandInset label
22129 LatexCommand label
22130 name "tab:Tableau-filets-1.5pt"
22131
22132 \end_inset
22133
22134 Tableau avec des filets de 1.5
22135 \begin_inset space \thinspace{}
22136 \end_inset
22137
22138 pt
22139 \end_layout
22140
22141 \end_inset
22142
22143
22144 \end_layout
22145
22146 \begin_layout Plain Layout
22147 \align center
22148 \begin_inset Tabular
22149 <lyxtabular version="3" rows="3" columns="3">
22150 <features tabularvalignment="middle">
22151 <column alignment="center" valignment="top">
22152 <column alignment="center" valignment="top">
22153 <column alignment="center" valignment="top">
22154 <row>
22155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 sd
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168
22169 \end_layout
22170
22171 \end_inset
22172 </cell>
22173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22174 \begin_inset Text
22175
22176 \begin_layout Plain Layout
22177
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 </row>
22183 <row>
22184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22185 \begin_inset Text
22186
22187 \begin_layout Plain Layout
22188
22189 \end_layout
22190
22191 \end_inset
22192 </cell>
22193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22194 \begin_inset Text
22195
22196 \begin_layout Plain Layout
22197 sd
22198 \end_layout
22199
22200 \end_inset
22201 </cell>
22202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 </row>
22212 <row>
22213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22214 \begin_inset Text
22215
22216 \begin_layout Plain Layout
22217
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235 sd
22236 \end_layout
22237
22238 \end_inset
22239 </cell>
22240 </row>
22241 </lyxtabular>
22242
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \end_inset
22249
22250
22251 \begin_inset ERT
22252 status collapsed
22253
22254 \begin_layout Plain Layout
22255
22256
22257 \backslash
22258 setlength{
22259 \backslash
22260 arrayrulewidth}{0.4pt}
22261 \end_layout
22262
22263 \end_inset
22264
22265
22266 \end_layout
22267
22268 \begin_layout Standard
22269 \begin_inset VSpace bigskip
22270 \end_inset
22271
22272 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
22273 \begin_inset space \thinspace{}
22274 \end_inset
22275
22276 pt, comme dans le tableau
22277 \begin_inset space ~
22278 \end_inset
22279
22280
22281 \begin_inset CommandInset ref
22282 LatexCommand ref
22283 reference "tab:Tableau-filets-horizontaux-1.5pt"
22284
22285 \end_inset
22286
22287 , insérez les commandes suivantes en code \SpecialChar TeX
22288  avant le tableau ou le flottant
22289  de tableau :
22290 \end_layout
22291
22292 \begin_layout Standard
22293
22294 \series bold
22295
22296 \backslash
22297 let
22298 \backslash
22299 myHline
22300 \backslash
22301 hline
22302 \begin_inset Newline newline
22303 \end_inset
22304
22305
22306 \backslash
22307 renewcommand{
22308 \backslash
22309 hline}
22310 \begin_inset Newline newline
22311 \end_inset
22312
22313  {
22314 \backslash
22315 noalign{
22316 \backslash
22317 global
22318 \backslash
22319 arrayrulewidth 1.5pt}
22320 \begin_inset Newline newline
22321 \end_inset
22322
22323  
22324 \backslash
22325 myHline
22326 \backslash
22327 noalign{
22328 \backslash
22329 global
22330 \backslash
22331 arrayrulewidth 0.4pt}}
22332 \end_layout
22333
22334 \begin_layout Standard
22335 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
22336  en code \SpecialChar TeX
22337  après le tableau ou le flottant de tableau :
22338 \end_layout
22339
22340 \begin_layout Standard
22341
22342 \series bold
22343
22344 \backslash
22345 renewcommand{
22346 \backslash
22347 hline}{
22348 \backslash
22349 myHline}
22350 \end_layout
22351
22352 \begin_layout Standard
22353 \begin_inset ERT
22354 status collapsed
22355
22356 \begin_layout Plain Layout
22357
22358
22359 \backslash
22360 let
22361 \backslash
22362 myHline
22363 \backslash
22364 hline
22365 \end_layout
22366
22367 \begin_layout Plain Layout
22368
22369
22370 \backslash
22371 renewcommand{
22372 \backslash
22373 hline}
22374 \end_layout
22375
22376 \begin_layout Plain Layout
22377
22378  {
22379 \backslash
22380 noalign{
22381 \backslash
22382 global
22383 \backslash
22384 arrayrulewidth 1.5pt}
22385 \end_layout
22386
22387 \begin_layout Plain Layout
22388
22389   
22390 \backslash
22391 myHline
22392 \backslash
22393 noalign{
22394 \backslash
22395 global
22396 \backslash
22397 arrayrulewidth 0.4pt}}
22398 \end_layout
22399
22400 \end_inset
22401
22402
22403 \begin_inset Float table
22404 wide false
22405 sideways false
22406 status open
22407
22408 \begin_layout Plain Layout
22409 \begin_inset Caption Standard
22410
22411 \begin_layout Plain Layout
22412 \begin_inset CommandInset label
22413 LatexCommand label
22414 name "tab:Tableau-filets-horizontaux-1.5pt"
22415
22416 \end_inset
22417
22418 Tableau avec des filets horizontaux de 1.5
22419 \begin_inset space \thinspace{}
22420 \end_inset
22421
22422 pt
22423 \end_layout
22424
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \begin_layout Plain Layout
22431 \align center
22432 \begin_inset Tabular
22433 <lyxtabular version="3" rows="3" columns="3">
22434 <features tabularvalignment="middle">
22435 <column alignment="center" valignment="top">
22436 <column alignment="center" valignment="top">
22437 <column alignment="center" valignment="top">
22438 <row>
22439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443 sd
22444 \end_layout
22445
22446 \end_inset
22447 </cell>
22448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 </row>
22467 <row>
22468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481 sd
22482 \end_layout
22483
22484 \end_inset
22485 </cell>
22486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22487 \begin_inset Text
22488
22489 \begin_layout Plain Layout
22490
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 </row>
22496 <row>
22497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519 sd
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 </row>
22525 </lyxtabular>
22526
22527 \end_inset
22528
22529
22530 \end_layout
22531
22532 \end_inset
22533
22534
22535 \begin_inset ERT
22536 status collapsed
22537
22538 \begin_layout Plain Layout
22539
22540
22541 \backslash
22542 renewcommand{
22543 \backslash
22544 hline}{
22545 \backslash
22546 myHline}
22547 \end_layout
22548
22549 \end_inset
22550
22551
22552 \end_layout
22553
22554 \begin_layout Standard
22555 \begin_inset VSpace bigskip
22556 \end_inset
22557
22558 Pour que seuls les filets verticaux aient une épaisseur de 1.5
22559 \begin_inset space \thinspace{}
22560 \end_inset
22561
22562 pt, créez le format de colonne suivant dans le préambule, en suivant la
22563  description de la section
22564 \begin_inset space ~
22565 \end_inset
22566
22567
22568 \begin_inset CommandInset ref
22569 LatexCommand ref
22570 reference "subsec:Formats-personnalisés"
22571
22572 \end_inset
22573
22574 :
22575 \end_layout
22576
22577 \begin_layout Standard
22578
22579 \series bold
22580
22581 \backslash
22582 newcolumntype{V}{!{
22583 \backslash
22584 vrule width 1.5pt}}
22585 \end_layout
22586
22587 \begin_layout Standard
22588 Pour le tableau
22589 \begin_inset space ~
22590 \end_inset
22591
22592
22593 \begin_inset CommandInset ref
22594 LatexCommand ref
22595 reference "tab:Tableau-filets-verticaux-1.5pt"
22596
22597 \end_inset
22598
22599  le paramètre \SpecialChar LaTeX
22600  
22601 \end_layout
22602
22603 \begin_layout Standard
22604
22605 \series bold
22606 VcV
22607 \end_layout
22608
22609 \begin_layout Standard
22610 a été utilisé pour la dernière colonne et
22611 \end_layout
22612
22613 \begin_layout Standard
22614
22615 \series bold
22616 Vc
22617 \end_layout
22618
22619 \begin_layout Standard
22620 pour les autres colonnes.
22621 \end_layout
22622
22623 \begin_layout Standard
22624 \begin_inset Float table
22625 wide false
22626 sideways false
22627 status open
22628
22629 \begin_layout Plain Layout
22630 \begin_inset Caption Standard
22631
22632 \begin_layout Plain Layout
22633 \begin_inset CommandInset label
22634 LatexCommand label
22635 name "tab:Tableau-filets-verticaux-1.5pt"
22636
22637 \end_inset
22638
22639 Tableau avec des filets verticaux de 1.5
22640 \begin_inset space \thinspace{}
22641 \end_inset
22642
22643 pt 
22644 \end_layout
22645
22646 \end_inset
22647
22648
22649 \end_layout
22650
22651 \begin_layout Plain Layout
22652 \align center
22653 \begin_inset Tabular
22654 <lyxtabular version="3" rows="3" columns="3">
22655 <features tabularvalignment="middle">
22656 <column alignment="center" valignment="top" special="Vc">
22657 <column alignment="center" valignment="top" special="Vc">
22658 <column alignment="center" valignment="top" special="VcV">
22659 <row>
22660 <cell alignment="center" valignment="top" topline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664 sd
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" topline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 <cell alignment="center" valignment="top" topline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 </row>
22688 <row>
22689 <cell alignment="center" valignment="top" topline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 <cell alignment="center" valignment="top" topline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702 sd
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 <cell alignment="center" valignment="top" topline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 </row>
22717 <row>
22718 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722
22723 \end_layout
22724
22725 \end_inset
22726 </cell>
22727 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731
22732 \end_layout
22733
22734 \end_inset
22735 </cell>
22736 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22737 \begin_inset Text
22738
22739 \begin_layout Plain Layout
22740 sd
22741 \end_layout
22742
22743 \end_inset
22744 </cell>
22745 </row>
22746 </lyxtabular>
22747
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \begin_layout Subsection
22759 Filets à traits interrompus
22760 \begin_inset Index idx
22761 status collapsed
22762
22763 \begin_layout Plain Layout
22764 Personnalisation des tableaux ! Filets à traits interrompus
22765 \end_layout
22766
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \begin_layout Standard
22773 \begin_inset ERT
22774 status collapsed
22775
22776 \begin_layout Plain Layout
22777
22778
22779 \backslash
22780 ifarydshln
22781 \end_layout
22782
22783 \end_inset
22784
22785
22786 \begin_inset Note Note
22787 status open
22788
22789 \begin_layout Plain Layout
22790 La section suivante ne s'affichera que si vous avez installé le paquetage
22791  \SpecialChar LaTeX
22792  
22793 \series bold
22794 arydshln
22795 \series default
22796 .
22797 \end_layout
22798
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \begin_layout Standard
22805 \begin_inset Float table
22806 placement H
22807 wide false
22808 sideways false
22809 status open
22810
22811 \begin_layout Plain Layout
22812 \begin_inset Caption Standard
22813
22814 \begin_layout Plain Layout
22815 \begin_inset CommandInset label
22816 LatexCommand label
22817 name "tab:Tableau-filets-tirets"
22818
22819 \end_inset
22820
22821 Tableau avec des filets à traits interrompus
22822 \end_layout
22823
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \begin_layout Plain Layout
22830 \align center
22831 \begin_inset Tabular
22832 <lyxtabular version="3" rows="5" columns="5">
22833 <features tabularvalignment="middle">
22834 <column alignment="center" valignment="top">
22835 <column alignment="center" valignment="top">
22836 <column alignment="center" valignment="top" special=":c">
22837 <column alignment="center" valignment="top">
22838 <column alignment="center" valignment="top">
22839 <row>
22840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844 a
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853 b
22854 \end_layout
22855
22856 \end_inset
22857 </cell>
22858 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862 c
22863 \end_layout
22864
22865 \end_inset
22866 </cell>
22867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22868 \begin_inset Text
22869
22870 \begin_layout Plain Layout
22871 d
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880 e
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 </row>
22886 <row>
22887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891 f
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900 g
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 <cell alignment="center" valignment="top" topline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909 h
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918 i
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22924 \begin_inset Text
22925
22926 \begin_layout Plain Layout
22927 j
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 </row>
22933 <row>
22934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938 \begin_inset ERT
22939 status collapsed
22940
22941 \begin_layout Plain Layout
22942
22943
22944 \backslash
22945 hdashline 
22946 \end_layout
22947
22948 \end_inset
22949
22950 k
22951 \end_layout
22952
22953 \end_inset
22954 </cell>
22955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959 l
22960 \end_layout
22961
22962 \end_inset
22963 </cell>
22964 <cell alignment="center" valignment="top" usebox="none">
22965 \begin_inset Text
22966
22967 \begin_layout Plain Layout
22968 m
22969 \end_layout
22970
22971 \end_inset
22972 </cell>
22973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22974 \begin_inset Text
22975
22976 \begin_layout Plain Layout
22977 n
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986 o
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 </row>
22992 <row>
22993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22994 \begin_inset Text
22995
22996 \begin_layout Plain Layout
22997 \begin_inset ERT
22998 status collapsed
22999
23000 \begin_layout Plain Layout
23001
23002
23003 \backslash
23004 cdashline{4-5}
23005 \end_layout
23006
23007 \end_inset
23008
23009 p
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Plain Layout
23018 q
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23024 \begin_inset Text
23025
23026 \begin_layout Plain Layout
23027 r
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036 s
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23042 \begin_inset Text
23043
23044 \begin_layout Plain Layout
23045
23046 \end_layout
23047
23048 \end_inset
23049 </cell>
23050 </row>
23051 <row>
23052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056 t
23057 \end_layout
23058
23059 \end_inset
23060 </cell>
23061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065 u
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074 v
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23080 \begin_inset Text
23081
23082 \begin_layout Plain Layout
23083 w
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092 x
23093 \end_layout
23094
23095 \end_inset
23096 </cell>
23097 </row>
23098 </lyxtabular>
23099
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \end_inset
23106
23107
23108 \end_layout
23109
23110 \begin_layout Standard
23111 \SpecialChar LyX
23112  ne gère pas de façon native les filets à lignes interrompues, vous devez
23113  donc employer du code \SpecialChar TeX
23114 .
23115  Mais avant il faut charger le paquetage \SpecialChar LaTeX
23116  
23117 \series bold
23118 arydshln
23119 \series default
23120
23121 \begin_inset Index idx
23122 status collapsed
23123
23124 \begin_layout Plain Layout
23125 Paquetages \SpecialChar LaTeX
23126  ! arydshln
23127 \end_layout
23128
23129 \end_inset
23130
23131  dans le préambule du document avec la commande 
23132 \end_layout
23133
23134 \begin_layout Standard
23135
23136 \series bold
23137
23138 \backslash
23139 usepackage{arydshln}
23140 \end_layout
23141
23142 \begin_layout Standard
23143 Pour faire un filet vertical avec un trait interrompu, mettez deux points
23144  
23145 \begin_inset Quotes fld
23146 \end_inset
23147
23148 :
23149 \begin_inset Quotes frd
23150 \end_inset
23151
23152  avec le caractère décrivant l'alignement horizontal comme paramètre \SpecialChar LaTeX
23153  dans
23154  la fenêtre de dialogue de paramètre du tableau.
23155 \end_layout
23156
23157 \begin_layout Standard
23158 Pour un trait horizontal interrompu, ajoutez la commande
23159 \end_layout
23160
23161 \begin_layout Standard
23162
23163 \series bold
23164
23165 \backslash
23166 hdashline
23167 \end_layout
23168
23169 \begin_layout Standard
23170 en code \SpecialChar TeX
23171  comme premier élément de la première cellule de la ligne de tableau.
23172 \end_layout
23173
23174 \begin_layout Standard
23175 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
23176  commande 
23177 \end_layout
23178
23179 \begin_layout Standard
23180
23181 \series bold
23182
23183 \backslash
23184 cdashline{
23185 \series default
23186 numéros de colonnes}
23187 \end_layout
23188
23189 \begin_layout Standard
23190 en code \SpecialChar TeX
23191  comme premier élément de la première cellule de la ligne.
23192  Si par exemple, vous avez une cellule multi-colonnes qui couvre les colonnes
23193  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
23194 \end_layout
23195
23196 \begin_layout Standard
23197
23198 \series bold
23199
23200 \backslash
23201 cdashline{2-4}
23202 \end_layout
23203
23204 \begin_layout Standard
23205 comme premier élément de la première cellule de la ligne contenant la multi-colo
23206 nnes.
23207 \end_layout
23208
23209 \begin_layout Standard
23210 \begin_inset VSpace bigskip
23211 \end_inset
23212
23213
23214 \end_layout
23215
23216 \begin_layout Standard
23217 Le tableau
23218 \begin_inset space ~
23219 \end_inset
23220
23221
23222 \begin_inset CommandInset ref
23223 LatexCommand ref
23224 reference "tab:Tableau-filets-tirets"
23225
23226 \end_inset
23227
23228  a été créé en utilisant 
23229 \begin_inset Quotes fld
23230 \end_inset
23231
23232
23233 \series bold
23234 :c
23235 \series default
23236
23237 \begin_inset Quotes frd
23238 \end_inset
23239
23240  comme paramètre \SpecialChar LaTeX
23241  pour la troisième colonne.
23242  La commande en code \SpecialChar TeX
23243  
23244 \series bold
23245
23246 \backslash
23247 hdashline
23248 \series default
23249  a été insérée dans la première cellule de la troisième ligne et la commande
23250  en code \SpecialChar TeX
23251  
23252 \series bold
23253
23254 \backslash
23255 cdashline{4-5}
23256 \series default
23257  a été insérée dans la première cellule de la quatrième ligne.
23258 \end_layout
23259
23260 \begin_layout Standard
23261 \begin_inset VSpace bigskip
23262 \end_inset
23263
23264 Les filets interrompus peuvent également colorés comme indiqué tableau
23265 \begin_inset space ~
23266 \end_inset
23267
23268
23269 \begin_inset CommandInset ref
23270 LatexCommand ref
23271 reference "tab:Colored-table-with"
23272
23273 \end_inset
23274
23275 .
23276 \end_layout
23277
23278 \begin_layout Standard
23279 \begin_inset ERT
23280 status collapsed
23281
23282 \begin_layout Plain Layout
23283
23284
23285 \backslash
23286 setlength{
23287 \backslash
23288 arrayrulewidth}{1pt}
23289 \end_layout
23290
23291 \end_inset
23292
23293
23294 \begin_inset Note Note
23295 status collapsed
23296
23297 \begin_layout Plain Layout
23298 filets épaissis pour un meilleur affichage de la couleur du file
23299 \lang english
23300 t
23301 \end_layout
23302
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \begin_layout Standard
23309 \begin_inset ERT
23310 status collapsed
23311
23312 \begin_layout Plain Layout
23313
23314
23315 \backslash
23316 dashgapcolor{green}
23317 \end_layout
23318
23319 \end_inset
23320
23321
23322 \begin_inset Note Note
23323 status collapsed
23324
23325 \begin_layout Plain Layout
23326 espaces entre les tirets en vert
23327 \end_layout
23328
23329 \end_inset
23330
23331
23332 \end_layout
23333
23334 \begin_layout Standard
23335 \begin_inset ERT
23336 status collapsed
23337
23338 \begin_layout Plain Layout
23339
23340
23341 \backslash
23342 let
23343 \backslash
23344 myHdashline
23345 \backslash
23346 hdashline
23347 \end_layout
23348
23349 \begin_layout Plain Layout
23350
23351
23352 \backslash
23353 renewcommand{
23354 \backslash
23355 hdashline}
23356 \end_layout
23357
23358 \begin_layout Plain Layout
23359
23360  {
23361 \backslash
23362 arrayrulecolor{red}
23363 \backslash
23364 myHdashline
23365 \backslash
23366 arrayrulecolor{black}}
23367 \end_layout
23368
23369 \end_inset
23370
23371
23372 \begin_inset Note Note
23373 status collapsed
23374
23375 \begin_layout Plain Layout
23376 filets interrompus horizontaux en rouge
23377 \end_layout
23378
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \begin_layout Standard
23385 \begin_inset ERT
23386 status collapsed
23387
23388 \begin_layout Plain Layout
23389
23390
23391 \backslash
23392 let
23393 \backslash
23394 myCdashline
23395 \backslash
23396 cdashline
23397 \end_layout
23398
23399 \begin_layout Plain Layout
23400
23401
23402 \backslash
23403 renewcommand{
23404 \backslash
23405 cdashline}[1]
23406 \end_layout
23407
23408 \begin_layout Plain Layout
23409
23410  {
23411 \backslash
23412 arrayrulecolor{yellow}
23413 \backslash
23414 myCdashline{#1}
23415 \backslash
23416 arrayrulecolor{black}}
23417 \end_layout
23418
23419 \end_inset
23420
23421
23422 \begin_inset Note Note
23423 status collapsed
23424
23425 \begin_layout Plain Layout
23426 filets interrompus horizontaux en jaune, partiellement
23427 \end_layout
23428
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \begin_layout Standard
23435 \begin_inset Float table
23436 placement h
23437 wide false
23438 sideways false
23439 status open
23440
23441 \begin_layout Plain Layout
23442 \begin_inset Caption Standard
23443
23444 \begin_layout Plain Layout
23445 \begin_inset CommandInset label
23446 LatexCommand label
23447 name "tab:Colored-table-with"
23448
23449 \end_inset
23450
23451 Tableau coloré avec filets interropus
23452 \end_layout
23453
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \begin_layout Plain Layout
23460 \align center
23461 \begin_inset Tabular
23462 <lyxtabular version="3" rows="5" columns="5">
23463 <features tabularvalignment="middle">
23464 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
23465 <column alignment="center" valignment="top" width="0pt">
23466 <column alignment="center" valignment="top" width="0pt" special=":c">
23467 <column alignment="center" valignment="top">
23468 <column alignment="center" valignment="top">
23469 <row>
23470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23471 \begin_inset Text
23472
23473 \begin_layout Plain Layout
23474 a
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 <cell alignment="center" valignment="top" topline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483 b
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 <cell alignment="center" valignment="top" topline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492 c
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501 d
23502 \end_layout
23503
23504 \end_inset
23505 </cell>
23506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510 e
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 </row>
23516 <row>
23517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521 f
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 <cell alignment="center" valignment="top" topline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530 g
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 <cell alignment="center" valignment="top" topline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539 h
23540 \end_layout
23541
23542 \end_inset
23543 </cell>
23544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548 i
23549 \end_layout
23550
23551 \end_inset
23552 </cell>
23553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23554 \begin_inset Text
23555
23556 \begin_layout Plain Layout
23557 j
23558 \end_layout
23559
23560 \end_inset
23561 </cell>
23562 </row>
23563 <row>
23564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 \begin_inset ERT
23569 status collapsed
23570
23571 \begin_layout Plain Layout
23572
23573
23574 \backslash
23575 hdashline 
23576 \end_layout
23577
23578 \end_inset
23579
23580
23581 \begin_inset ERT
23582 status collapsed
23583
23584 \begin_layout Plain Layout
23585
23586
23587 \backslash
23588 rowcolor{Gray}
23589 \end_layout
23590
23591 \end_inset
23592
23593 k
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602 l
23603 \end_layout
23604
23605 \end_inset
23606 </cell>
23607 <cell alignment="center" valignment="top" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611 m
23612 \end_layout
23613
23614 \end_inset
23615 </cell>
23616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620 n
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629 o
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 </row>
23635 <row>
23636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640 \begin_inset ERT
23641 status collapsed
23642
23643 \begin_layout Plain Layout
23644
23645
23646 \backslash
23647 cdashline{4-5}
23648 \end_layout
23649
23650 \end_inset
23651
23652 p
23653 \end_layout
23654
23655 \end_inset
23656 </cell>
23657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23658 \begin_inset Text
23659
23660 \begin_layout Plain Layout
23661 q
23662 \end_layout
23663
23664 \end_inset
23665 </cell>
23666 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23667 \begin_inset Text
23668
23669 \begin_layout Plain Layout
23670 r
23671 \end_layout
23672
23673 \end_inset
23674 </cell>
23675 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679 s
23680 \end_layout
23681
23682 \end_inset
23683 </cell>
23684 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23685 \begin_inset Text
23686
23687 \begin_layout Plain Layout
23688
23689 \end_layout
23690
23691 \end_inset
23692 </cell>
23693 </row>
23694 <row>
23695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699 t
23700 \end_layout
23701
23702 \end_inset
23703 </cell>
23704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708 u
23709 \end_layout
23710
23711 \end_inset
23712 </cell>
23713 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717 v
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726 w
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735 \begin_inset ERT
23736 status collapsed
23737
23738 \begin_layout Plain Layout
23739
23740
23741 \backslash
23742 cellcolor{Maroon}
23743 \end_layout
23744
23745 \end_inset
23746
23747 i
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 </row>
23753 </lyxtabular>
23754
23755 \end_inset
23756
23757
23758 \end_layout
23759
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \begin_layout Standard
23766 \begin_inset ERT
23767 status collapsed
23768
23769 \begin_layout Plain Layout
23770
23771
23772 \backslash
23773 renewcommand{
23774 \backslash
23775 hdashline}{
23776 \backslash
23777 myHdashline}
23778 \end_layout
23779
23780 \end_inset
23781
23782
23783 \lang english
23784
23785 \begin_inset Note Note
23786 status collapsed
23787
23788 \begin_layout Plain Layout
23789 retour à la valeur implicite
23790 \end_layout
23791
23792 \end_inset
23793
23794
23795 \end_layout
23796
23797 \begin_layout Standard
23798 \begin_inset ERT
23799 status collapsed
23800
23801 \begin_layout Plain Layout
23802
23803
23804 \backslash
23805 renewcommand{
23806 \backslash
23807 cdashline}{
23808 \backslash
23809 myCdashline}
23810 \end_layout
23811
23812 \end_inset
23813
23814
23815 \lang english
23816
23817 \begin_inset Note Note
23818 status collapsed
23819
23820 \begin_layout Plain Layout
23821 retour à la valeur implicite
23822 \end_layout
23823
23824 \end_inset
23825
23826
23827 \end_layout
23828
23829 \begin_layout Standard
23830 \begin_inset ERT
23831 status collapsed
23832
23833 \begin_layout Plain Layout
23834
23835
23836 \backslash
23837 nodashgapcolor
23838 \end_layout
23839
23840 \end_inset
23841
23842
23843 \lang english
23844
23845 \begin_inset Note Note
23846 status collapsed
23847
23848 \begin_layout Plain Layout
23849 retour à la valeur implicite
23850 \end_layout
23851
23852 \end_inset
23853
23854
23855 \end_layout
23856
23857 \begin_layout Standard
23858 \begin_inset ERT
23859 status collapsed
23860
23861 \begin_layout Plain Layout
23862
23863
23864 \backslash
23865 setlength{
23866 \backslash
23867 arrayrulewidth}{0.4pt}
23868 \end_layout
23869
23870 \end_inset
23871
23872
23873 \lang english
23874
23875 \begin_inset Note Note
23876 status collapsed
23877
23878 \begin_layout Plain Layout
23879 retour à la valeur implicite
23880 \end_layout
23881
23882 \end_inset
23883
23884
23885 \end_layout
23886
23887 \begin_layout Standard
23888 La coloration des lignes, des colonnes et des filets fonctionne comme il
23889  est décrit section
23890 \begin_inset space ~
23891 \end_inset
23892
23893
23894 \begin_inset CommandInset ref
23895 LatexCommand ref
23896 reference "sec:Tableaux-Colorés"
23897
23898 \end_inset
23899
23900 .
23901  Coloret les filets horizontaux fonctionne de manière analogue comme il
23902  est décrit ici, il suffit de remplacer la commande 
23903 \series bold
23904
23905 \backslash
23906 myHlineC
23907 \series default
23908  par 
23909 \series bold
23910
23911 \backslash
23912 myHdashline
23913 \series default
23914  et la commande 
23915 \backslash
23916
23917 \series bold
23918 hlinepar
23919 \series default
23920  
23921 \series bold
23922
23923 \backslash
23924 hdashline
23925 \series default
23926 .
23927  On utilise donc les commandes:
23928 \end_layout
23929
23930 \begin_layout Standard
23931
23932 \series bold
23933
23934 \backslash
23935 let
23936 \backslash
23937 myHdashline
23938 \backslash
23939 hdashline
23940 \begin_inset Newline newline
23941 \end_inset
23942
23943
23944 \backslash
23945 renewcommand{
23946 \backslash
23947 hdashline}
23948 \begin_inset Newline newline
23949 \end_inset
23950
23951
23952 \begin_inset Phantom HPhantom
23953 status open
23954
23955 \begin_layout Plain Layout
23956 \begin_inset space ~
23957 \end_inset
23958
23959
23960 \end_layout
23961
23962 \end_inset
23963
23964 {
23965 \backslash
23966 arrayrulecolor{red}
23967 \backslash
23968 myHdashline
23969 \backslash
23970 arrayrulecolor{black}}
23971 \end_layout
23972
23973 \begin_layout Standard
23974 Pour colorer 
23975 \series bold
23976
23977 \backslash
23978 cdashline
23979 \series default
23980 , la commande est:
23981 \end_layout
23982
23983 \begin_layout Standard
23984
23985 \series bold
23986
23987 \backslash
23988 let
23989 \backslash
23990 myCdashline
23991 \backslash
23992 cdashline
23993 \begin_inset Newline newline
23994 \end_inset
23995
23996
23997 \backslash
23998 renewcommand{
23999 \backslash
24000 cdashline}[1]
24001 \begin_inset Newline newline
24002 \end_inset
24003
24004
24005 \begin_inset Phantom HPhantom
24006 status open
24007
24008 \begin_layout Plain Layout
24009 \begin_inset space ~
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \end_inset
24016
24017 {
24018 \backslash
24019 arrayrulecolor{red}
24020 \backslash
24021 myCdashline{#1}
24022 \backslash
24023 arrayrulecolor{black}}
24024 \end_layout
24025
24026 \begin_layout Standard
24027 Pour revenir à un filet noir, il faut insérer les commandes suivantes en
24028  code \SpecialChar TeX
24029  après le tableau,
24030 \end_layout
24031
24032 \begin_layout Standard
24033 pour 
24034 \series bold
24035
24036 \backslash
24037 hdashline:
24038 \end_layout
24039
24040 \begin_layout Standard
24041
24042 \series bold
24043
24044 \backslash
24045 renewcommand{
24046 \backslash
24047 hdashline}{
24048 \backslash
24049 myHdashline}
24050 \end_layout
24051
24052 \begin_layout Standard
24053 et pour 
24054 \series bold
24055
24056 \backslash
24057 cdashline
24058 \end_layout
24059
24060 \begin_layout Standard
24061
24062 \series bold
24063
24064 \backslash
24065 renewcommand{
24066 \backslash
24067 cdashline}{
24068 \backslash
24069 myCdashline}
24070 \end_layout
24071
24072 \begin_layout Standard
24073 Pour colorer les espaces entre les tirets la commande
24074 \end_layout
24075
24076 \begin_layout Standard
24077
24078 \series bold
24079
24080 \backslash
24081 dashgapcolor{couleur}
24082 \end_layout
24083
24084 \begin_layout Standard
24085 peut être insérée en code \SpecialChar TeX
24086  avant un tableau.
24087  
24088 \series bold
24089 couleur
24090 \series default
24091  est ici le nom d'une couleur définie précédemment.
24092  La commande
24093 \end_layout
24094
24095 \begin_layout Standard
24096
24097 \series bold
24098
24099 \backslash
24100 nodashgapcolor
24101 \end_layout
24102
24103 \begin_layout Standard
24104 annule les changements induits par 
24105 \series bold
24106
24107 \backslash
24108 dashgapcolor
24109 \series default
24110 .
24111 \end_layout
24112
24113 \begin_layout Standard
24114 \begin_inset Note Greyedout
24115 status open
24116
24117 \begin_layout Plain Layout
24118
24119 \series bold
24120 Not
24121 \series default
24122 a: s'il y a plusieurs commandes dans une cellule, Il faut placer la commande
24123  de 
24124 \series bold
24125 arydshln
24126 \series default
24127  en premier.
24128  Donc dans la cellule 
24129 \emph on
24130 k
24131 \emph default
24132  du tableau
24133 \begin_inset space ~
24134 \end_inset
24135
24136
24137 \begin_inset CommandInset ref
24138 LatexCommand ref
24139 reference "tab:Colored-table-with"
24140
24141 \end_inset
24142
24143  , la commande 
24144 \series bold
24145
24146 \backslash
24147 hdashline
24148 \series default
24149  est placée avant 
24150 \series bold
24151
24152 \backslash
24153 rowcolor
24154 \series default
24155 .
24156 \end_layout
24157
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \begin_layout Standard
24164 \begin_inset Note Greyedout
24165 status open
24166
24167 \begin_layout Plain Layout
24168
24169 \series bold
24170 Nota:
24171 \series default
24172  le paquetage \SpecialChar LaTeX
24173  
24174 \series bold
24175 arydshln
24176 \series default
24177  doit être chargé dans le préambule 
24178 \emph on
24179 avant
24180 \emph default
24181  le paquetage 
24182 \series bold
24183 colortbl
24184 \series default
24185
24186 \begin_inset Index idx
24187 status collapsed
24188
24189 \begin_layout Plain Layout
24190 Paquetages \SpecialChar LaTeX
24191  ! colortbl
24192 \end_layout
24193
24194 \end_inset
24195
24196 .
24197 \end_layout
24198
24199 \end_inset
24200
24201
24202 \end_layout
24203
24204 \begin_layout Standard
24205 \begin_inset ERT
24206 status collapsed
24207
24208 \begin_layout Plain Layout
24209
24210
24211 \backslash
24212 else
24213 \end_layout
24214
24215 \end_inset
24216
24217
24218 \begin_inset Note Note
24219 status open
24220
24221 \begin_layout Plain Layout
24222 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
24223  
24224 \series bold
24225 arydshln
24226 \series default
24227  n'est pas installé :
24228 \end_layout
24229
24230 \end_inset
24231
24232
24233 \end_layout
24234
24235 \begin_layout Standard
24236 Vous devez installer le paquetage \SpecialChar LaTeX
24237  
24238 \series bold
24239 arydshln
24240 \series default
24241  pour voir le contenu des cette section dans la sortie imprimée.
24242 \end_layout
24243
24244 \begin_layout Standard
24245 \begin_inset ERT
24246 status collapsed
24247
24248 \begin_layout Plain Layout
24249
24250
24251 \backslash
24252 fi
24253 \end_layout
24254
24255 \end_inset
24256
24257
24258 \end_layout
24259
24260 \begin_layout Standard
24261 Pour les détails concernant les filets colorés, voir la documentation du
24262  paquetage 
24263 \series bold
24264 arydshln
24265 \series default
24266
24267 \begin_inset CommandInset citation
24268 LatexCommand cite
24269 key "arydshln"
24270
24271 \end_inset
24272
24273 .
24274 \end_layout
24275
24276 \begin_layout Chapter
24277 Flottants
24278 \begin_inset CommandInset label
24279 LatexCommand label
24280 name "chap:Flottants"
24281
24282 \end_inset
24283
24284
24285 \begin_inset Index idx
24286 status collapsed
24287
24288 \begin_layout Plain Layout
24289 Flottants
24290 \end_layout
24291
24292 \end_inset
24293
24294
24295 \end_layout
24296
24297 \begin_layout Section
24298 Introduction
24299 \begin_inset CommandInset label
24300 LatexCommand label
24301 name "sec:Flottants-Introduction"
24302
24303 \end_inset
24304
24305
24306 \begin_inset Index idx
24307 status collapsed
24308
24309 \begin_layout Plain Layout
24310 Flottants ! Introduction
24311 \end_layout
24312
24313 \end_inset
24314
24315
24316 \end_layout
24317
24318 \begin_layout Standard
24319 Un flottant est une portion de document, qui peut être associé à une étiquette
24320  et dont la position n'est pas fixée.
24321  Il peut 
24322 \begin_inset Quotes fld
24323 \end_inset
24324
24325 flotter
24326 \begin_inset Quotes frd
24327 \end_inset
24328
24329  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
24330  plus approprié.
24331  Les 
24332 \family sans
24333 Notes
24334 \begin_inset space ~
24335 \end_inset
24336
24337 en
24338 \begin_inset space ~
24339 \end_inset
24340
24341 Bas
24342 \begin_inset space ~
24343 \end_inset
24344
24345 de
24346 \begin_inset space ~
24347 \end_inset
24348
24349 Page
24350 \family default
24351  et le 
24352 \family sans
24353 Notes
24354 \begin_inset space ~
24355 \end_inset
24356
24357 en
24358 \begin_inset space ~
24359 \end_inset
24360
24361 Marge
24362 \family default
24363  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
24364  sur la page suivante quand il y a trop de notes sur la page courante.
24365 \end_layout
24366
24367 \begin_layout Standard
24368 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
24369  très grande qualité.
24370  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
24371  éviter des lignes blanches ou des pages sans texte.
24372  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
24373  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
24374  le texte.
24375  Les flottants sont donc numérotés.
24376  Les références croisées sont décrites dans la section
24377 \begin_inset space ~
24378 \end_inset
24379
24380
24381 \begin_inset CommandInset ref
24382 LatexCommand ref
24383 reference "sec:Referencer-les-Flottants"
24384
24385 \end_inset
24386
24387 .
24388 \end_layout
24389
24390 \begin_layout Standard
24391 Pour insérer un flottant, on utilise un des sous menus du menu 
24392 \family sans
24393 Insertion\SpecialChar menuseparator
24394 Flottant
24395 \family default
24396  (barre d'outils 
24397 \begin_inset Info
24398 type  "icon"
24399 arg   "float-insert figure"
24400 \end_inset
24401
24402  ou 
24403 \begin_inset Info
24404 type  "icon"
24405 arg   "float-insert table"
24406 \end_inset
24407
24408 ).
24409  Une boîte va être insérée dans votre document avec par exemple une étiquette
24410  du genre 
24411 \begin_inset Quotes fld
24412 \end_inset
24413
24414 Figure
24415 \begin_inset space ~
24416 \end_inset
24417
24418 #:
24419 \begin_inset Quotes frd
24420 \end_inset
24421
24422  (où # est un numéro).
24423  L'étiquette est automatiquement traduite dans la langue du document dans
24424  la sortie finale.
24425  Après l'étiquette vous pouvez insérer du texte comme légende.
24426  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
24427  séparé, à l'intérieur du flottant.
24428  Vous trouverez plus de détails sur le positionnement des légendes dans
24429  la section
24430 \begin_inset space ~
24431 \end_inset
24432
24433
24434 \begin_inset CommandInset ref
24435 LatexCommand ref
24436 reference "sec:Placement-légende"
24437
24438 \end_inset
24439
24440 .
24441  Pour améliorer la lisibilité de votre document dans \SpecialChar LyX
24442 , vous pouvez fermer
24443  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
24444  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
24445  Une boîte de flottant fermée ressemble à ceci : 
24446 \begin_inset Graphics
24447         filename clipart/float.png
24448         scale 60
24449
24450 \end_inset
24451
24452  – une case grise avec un texte rouge.
24453 \end_layout
24454
24455 \begin_layout Standard
24456 Il est recommandé d'insérer les flottants comme des paragraphes séparés
24457  pour éviter des erreurs avec \SpecialChar LaTeX
24458 , quand le texte qui entoure le flottant est
24459  formaté de façon particulière.
24460 \end_layout
24461
24462 \begin_layout Section
24463 Les types de flottants
24464 \end_layout
24465
24466 \begin_layout Standard
24467 En plus des flottants de figures et de tableau qui sont décrits respectivement
24468  dans les sections
24469 \begin_inset space ~
24470 \end_inset
24471
24472
24473 \begin_inset CommandInset ref
24474 LatexCommand ref
24475 reference "sec:Figure-Floats"
24476
24477 \end_inset
24478
24479  et 
24480 \begin_inset CommandInset ref
24481 LatexCommand ref
24482 reference "sec:Table-Floats"
24483
24484 \end_inset
24485
24486 , \SpecialChar LyX
24487  offre aussi les types 
24488 \family sans
24489 Algorithme
24490 \family default
24491  et 
24492 \family sans
24493 Enrobage
24494 \family default
24495 .
24496  Ces derniers sont expliques dans la section
24497 \begin_inset space \thinspace{}
24498 \end_inset
24499
24500
24501 \begin_inset CommandInset ref
24502 LatexCommand ref
24503 reference "sec:Flottant-d'enrobage"
24504
24505 \end_inset
24506
24507 .
24508 \end_layout
24509
24510 \begin_layout Subsection
24511 Flottant d'algorithme
24512 \begin_inset Index idx
24513 status collapsed
24514
24515 \begin_layout Plain Layout
24516 Flottants ! Algorithmes
24517 \end_layout
24518
24519 \end_inset
24520
24521
24522 \end_layout
24523
24524 \begin_layout Standard
24525 \begin_inset Float algorithm
24526 placement h
24527 wide false
24528 sideways false
24529 status open
24530
24531 \begin_layout Plain Layout
24532 \begin_inset Caption Standard
24533
24534 \begin_layout Plain Layout
24535 \begin_inset CommandInset label
24536 LatexCommand label
24537 name "alg:Exemple-Flottant-Algorithme"
24538
24539 \end_inset
24540
24541 Exemple de flottant d'algorithme
24542 \end_layout
24543
24544 \end_inset
24545
24546
24547 \end_layout
24548
24549 \begin_layout LyX-Code
24550 for I in 1..N loop
24551 \begin_inset Newline newline
24552 \end_inset
24553
24554  Sum:= Sum + A(I); /*comment*/
24555 \begin_inset Newline newline
24556 \end_inset
24557
24558 end loop
24559 \begin_inset VSpace -4mm
24560 \end_inset
24561
24562
24563 \end_layout
24564
24565 \end_inset
24566
24567
24568 \end_layout
24569
24570 \begin_layout Standard
24571 Ce type de flottant est inséré à l'aide du menu 
24572 \family sans
24573 Insertion\SpecialChar menuseparator
24574 Flottant\SpecialChar menuseparator
24575 Algorithme
24576 \family default
24577 .
24578  Il peut être utilisé pour des morceaux de code source ou des descriptions
24579  d'algorithmes et peut être utilisé comme une alternative au listing de
24580  code source qui est décrit au chapitre
24581 \begin_inset space ~
24582 \end_inset
24583
24584
24585 \begin_inset CommandInset ref
24586 LatexCommand ref
24587 reference "cha:Program-Code-Listings"
24588
24589 \end_inset
24590
24591 .
24592  Vous pouvez par exemple utiliser l'environnement Code
24593 \begin_inset space ~
24594 \end_inset
24595
24596 \SpecialChar LyX
24597  qui est décrit dans le 
24598 \emph on
24599 Guide
24600 \emph default
24601
24602 \begin_inset space ~
24603 \end_inset
24604
24605
24606 \emph on
24607 de
24608 \begin_inset space ~
24609 \end_inset
24610
24611 l'Utilisateur
24612 \emph default
24613  de \SpecialChar LyX
24614 .
24615  l'algorithme
24616 \begin_inset space ~
24617 \end_inset
24618
24619
24620 \begin_inset CommandInset ref
24621 LatexCommand ref
24622 reference "alg:Exemple-Flottant-Algorithme"
24623
24624 \end_inset
24625
24626  est un exemple de flottant d'algorithme où un espace vertical de -4
24627 \begin_inset space \thinspace{}
24628 \end_inset
24629
24630 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
24631  soit placée exactement sous le texte de la dernière ligne.
24632 \end_layout
24633
24634 \begin_layout Standard
24635 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
24636  du document.
24637  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
24638 ent en ajoutant la ligne suivante dans le préambule de votre document :
24639 \end_layout
24640
24641 \begin_layout Standard
24642
24643 \series bold
24644
24645 \backslash
24646 floatname{algorithm}{votre
24647 \begin_inset space ~
24648 \end_inset
24649
24650 nom}
24651 \end_layout
24652
24653 \begin_layout Standard
24654
24655 \family sans
24656  votre
24657 \begin_inset space ~
24658 \end_inset
24659
24660 nom
24661 \family default
24662  est le mot 
24663 \begin_inset Quotes fld
24664 \end_inset
24665
24666
24667 \emph on
24668 algorithme
24669 \emph default
24670
24671 \begin_inset Quotes frd
24672 \end_inset
24673
24674  dans votre langue.
24675 \end_layout
24676
24677 \begin_layout Standard
24678 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
24679 \family sans
24680 Insertion\SpecialChar menuseparator
24681 Listes
24682 \begin_inset space ~
24683 \end_inset
24684
24685 &
24686 \begin_inset space ~
24687 \end_inset
24688
24689 TdM\SpecialChar menuseparator
24690 Liste
24691 \begin_inset space ~
24692 \end_inset
24693
24694 des
24695 \begin_inset space ~
24696 \end_inset
24697
24698 algorithmes
24699 \family default
24700  si votre document est en la même langue que les menus de \SpecialChar LyX
24701 .
24702  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
24703  en code \SpecialChar TeX
24704  à la place:
24705 \end_layout
24706
24707 \begin_layout Standard
24708
24709 \series bold
24710
24711 \backslash
24712 listof{algorithm}{votre
24713 \begin_inset space ~
24714 \end_inset
24715
24716 nom}
24717 \end_layout
24718
24719 \begin_layout Standard
24720 où 
24721 \family sans
24722 votre
24723 \begin_inset space ~
24724 \end_inset
24725
24726 nom
24727 \family default
24728  est la traduction de 
24729 \begin_inset Quotes fld
24730 \end_inset
24731
24732
24733 \emph on
24734 List of Algorithm
24735 \emph default
24736 s
24737 \begin_inset Quotes frd
24738 \end_inset
24739
24740  dans votre langue.
24741 \end_layout
24742
24743 \begin_layout Standard
24744 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
24745  le schéma 
24746 \begin_inset Quotes fld
24747 \end_inset
24748
24749 chapitre.algorithme
24750 \begin_inset Quotes frd
24751 \end_inset
24752
24753  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
24754  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
24755  commande dans le préambule de votre document :
24756 \end_layout
24757
24758 \begin_layout Standard
24759
24760 \series bold
24761
24762 \backslash
24763 numberwithin{algorithm}{chapter}
24764 \end_layout
24765
24766 \begin_layout Standard
24767 Pour pouvoir utiliser la commande 
24768 \series bold
24769
24770 \backslash
24771 numberwithin
24772 \series default
24773 , activez l'option 
24774 \family sans
24775 Utiliser
24776 \begin_inset space ~
24777 \end_inset
24778
24779 le
24780 \begin_inset space ~
24781 \end_inset
24782
24783 paquetage
24784 \begin_inset space ~
24785 \end_inset
24786
24787 AMS
24788 \begin_inset space ~
24789 \end_inset
24790
24791 math
24792 \family default
24793  dans la rubrique 
24794 \family sans
24795 Options
24796 \begin_inset space ~
24797 \end_inset
24798
24799 des
24800 \begin_inset space ~
24801 \end_inset
24802
24803 Maths
24804 \family default
24805  de la fenêtre de dialogue 
24806 \family sans
24807 Paramètres
24808 \begin_inset space ~
24809 \end_inset
24810
24811 du
24812 \begin_inset space ~
24813 \end_inset
24814
24815 Document
24816 \family default
24817 .
24818 \end_layout
24819
24820 \begin_layout Section
24821 Numérotation des flottants
24822 \begin_inset Index idx
24823 status collapsed
24824
24825 \begin_layout Plain Layout
24826 Flottants ! Numérotation
24827 \end_layout
24828
24829 \end_inset
24830
24831
24832 \end_layout
24833
24834 \begin_layout Standard
24835 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
24836  ils se trouvent, soit en utilisant un format du genre 
24837 \begin_inset Quotes fld
24838 \end_inset
24839
24840 chapitre.numéro
24841 \begin_inset Quotes frd
24842 \end_inset
24843
24844  ou 
24845 \begin_inset Quotes fld
24846 \end_inset
24847
24848 section.numéro
24849 \begin_inset Quotes frd
24850 \end_inset
24851
24852 .
24853  Cela dépend de la classe de document utilisée.
24854 \end_layout
24855
24856 \begin_layout Standard
24857 Pour changer le format de la numérotation qui ne dépend pas de la section
24858  dans laquelle on se trouve, on peut utiliser la commande suivante dans
24859  le préambule du document :
24860 \end_layout
24861
24862 \begin_layout Standard
24863
24864 \series bold
24865
24866 \backslash
24867 renewcommand{
24868 \backslash
24869 thetable}{
24870 \backslash
24871 roman{table}}
24872 \end_layout
24873
24874 \begin_layout Standard
24875
24876 \series bold
24877
24878 \backslash
24879 thetable
24880 \series default
24881  est la commande qui imprime le numéro du tableau, pour les figures, la
24882  commande serait 
24883 \series bold
24884
24885 \backslash
24886 thefigure
24887 \series default
24888 .
24889  La commande 
24890 \series bold
24891
24892 \backslash
24893 roman
24894 \series default
24895  utilisée dans la commande précédente, imprime le numéro du tableau sous
24896  forme de petits chiffres romains.
24897 \end_layout
24898
24899 \begin_layout Standard
24900 Pour changer le type de numérotation pour par exemple 
24901 \begin_inset Quotes fld
24902 \end_inset
24903
24904 sous-section.numéro
24905 \begin_inset Quotes frd
24906 \end_inset
24907
24908 , utilisez la commande suivante dans le préambule du document :
24909 \end_layout
24910
24911 \begin_layout Standard
24912
24913 \series bold
24914
24915 \backslash
24916 numberwithin{table}{subsection}
24917 \end_layout
24918
24919 \begin_layout Standard
24920 Pour pouvoir utiliser la commande 
24921 \series bold
24922
24923 \backslash
24924 numberwithin
24925 \series default
24926 , vous devez activer l'option 
24927 \family sans
24928 Utiliser
24929 \begin_inset space ~
24930 \end_inset
24931
24932 le
24933 \begin_inset space ~
24934 \end_inset
24935
24936 paquetage
24937 \begin_inset space ~
24938 \end_inset
24939
24940 maths
24941 \begin_inset space ~
24942 \end_inset
24943
24944 AMS
24945 \family default
24946  dans la rubrique 
24947 \family sans
24948 Options
24949 \begin_inset space ~
24950 \end_inset
24951
24952 des
24953 \begin_inset space ~
24954 \end_inset
24955
24956 Maths
24957 \family default
24958  de la fenêtre de dialogue 
24959 \family sans
24960 Paramètres
24961 \family default
24962  du document.
24963 \end_layout
24964
24965 \begin_layout Standard
24966 Veuillez aussi jeter un coup d'œil à la section
24967 \begin_inset space ~
24968 \end_inset
24969
24970
24971 \begin_inset CommandInset ref
24972 LatexCommand ref
24973 reference "subsec:Numerotation-notes-bas-de-page"
24974
24975 \end_inset
24976
24977  pour plus de détails et des notes importantes sur les commandes de numérotation.
24978 \end_layout
24979
24980 \begin_layout Section
24981 Faire référence à des flottants
24982 \begin_inset CommandInset label
24983 LatexCommand label
24984 name "sec:Referencer-les-Flottants"
24985
24986 \end_inset
24987
24988
24989 \begin_inset Index idx
24990 status collapsed
24991
24992 \begin_layout Plain Layout
24993 Flottants ! Références
24994 \end_layout
24995
24996 \end_inset
24997
24998
24999 \begin_inset Index idx
25000 status collapsed
25001
25002 \begin_layout Plain Layout
25003 References@Références ! à des Flottants 
25004 \end_layout
25005
25006 \end_inset
25007
25008
25009 \end_layout
25010
25011 \begin_layout Standard
25012 Pour faire référence à un flottant, insérez une étiquette dans sa légende
25013  en utilisant le menu 
25014 \family sans
25015 Insertion\SpecialChar menuseparator
25016 Étiquette
25017 \family default
25018  ou le bouton 
25019 \begin_inset Info
25020 type  "icon"
25021 arg   "label-insert"
25022 \end_inset
25023
25024  de la barre d'outils.
25025  Une boîte grise de ce genre : 
25026 \begin_inset Graphics
25027         filename clipart/label.png
25028         lyxscale 85
25029         scale 85
25030         scaleBeforeRotation
25031
25032 \end_inset
25033
25034  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
25035  de saisir le texte de l'étiquette.
25036  \SpecialChar LyX
25037  propose comme texte pour l'étiquette les premiers mots de la légendes
25038  précédés d'un préfixe.
25039  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
25040  préfixe sera 
25041 \begin_inset Quotes fld
25042 \end_inset
25043
25044
25045 \family sans
25046 fig:
25047 \family default
25048
25049 \begin_inset Quotes frd
25050 \end_inset
25051
25052 .
25053 \end_layout
25054
25055 \begin_layout Standard
25056 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
25057  Vous pouvez faire référence à cette étiquette en utilisant le menu 
25058 \family sans
25059 Insertion\SpecialChar menuseparator
25060 Référence
25061 \begin_inset space ~
25062 \end_inset
25063
25064 Croisée
25065 \family default
25066  ou le bouton 
25067 \begin_inset Info
25068 type  "icon"
25069 arg   "dialog-show-new-inset ref"
25070 \end_inset
25071
25072  de la barre d'outils.
25073  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
25074  définies dans votre document.
25075  Si vous avez plusieurs documents \SpecialChar LyX
25076  ouverts, vous pouvez choisir celui que
25077  vous voulez utiliser avec la liste déroulante qui se trouve en haut de
25078  la fenêtre de dialogue.
25079  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
25080  une.
25081  Une boîte grise de référence croisée comme celle-ci : 
25082 \begin_inset Graphics
25083         filename ../clipart/reference.png
25084         scale 85
25085         scaleBeforeRotation
25086
25087 \end_inset
25088
25089  va être insérée.
25090  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
25091  de la référence croisée.
25092 \end_layout
25093
25094 \begin_layout Standard
25095 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
25096  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
25097  les deux.
25098  Si une référence croisées fait référence à une étiquette qui n'existe pas,
25099  vous verrez deux points d'interrogation dans la sortie imprimée à la place
25100  du numéro de la référence.
25101 \end_layout
25102
25103 \begin_layout Standard
25104 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
25105  Les références vers l'étiquette modifiée seront mise à jour automatiquement
25106  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
25107  pas à vous en préoccuper.
25108 \end_layout
25109
25110 \begin_layout Standard
25111 Le bouton 
25112 \family sans
25113 Aller
25114 \begin_inset space ~
25115 \end_inset
25116
25117 à
25118 \begin_inset space ~
25119 \end_inset
25120
25121 l'étiquette
25122 \family default
25123  dans la fenêtre de référence croisée va positionner le curseur juste devant
25124  l'étiquette à laquelle on fait référence.
25125  Le nom du bouton bouton 
25126 \family sans
25127 Revenir
25128 \family default
25129  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
25130 \end_layout
25131
25132 \begin_layout Subsection
25133 Formats de références croisées
25134 \begin_inset CommandInset label
25135 LatexCommand label
25136 name "subsec:Formats-Références-Croisées"
25137
25138 \end_inset
25139
25140
25141 \begin_inset Index idx
25142 status collapsed
25143
25144 \begin_layout Plain Layout
25145 References@Références ! Formats
25146 \end_layout
25147
25148 \end_inset
25149
25150
25151 \end_layout
25152
25153 \begin_layout Standard
25154 Il y a six types de références croisées :
25155 \end_layout
25156
25157 \begin_layout Description
25158 <référence>
25159 \begin_inset space ~
25160 \end_inset
25161
25162 : affiche le numéro de l'élément, c'est le choix implicite : 
25163 \begin_inset CommandInset ref
25164 LatexCommand ref
25165 reference "fig:Deux-images-déformées"
25166
25167 \end_inset
25168
25169
25170 \end_layout
25171
25172 \begin_layout Description
25173 (<référence>)
25174 \begin_inset space ~
25175 \end_inset
25176
25177 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
25178  normalement pour faire référence à des formules mathématiques, en particulier
25179  quand le mot 
25180 \begin_inset Quotes fld
25181 \end_inset
25182
25183 Équation
25184 \begin_inset Quotes frd
25185 \end_inset
25186
25187  est omis : 
25188 \begin_inset CommandInset ref
25189 LatexCommand eqref
25190 reference "eq:Wgn"
25191
25192 \end_inset
25193
25194
25195 \end_layout
25196
25197 \begin_layout Description
25198 <page>
25199 \begin_inset space ~
25200 \end_inset
25201
25202 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
25203 \begin_inset space ~
25204 \end_inset
25205
25206
25207 \begin_inset CommandInset ref
25208 LatexCommand pageref
25209 reference "fig:Deux-images-déformées"
25210
25211 \end_inset
25212
25213
25214 \end_layout
25215
25216 \begin_layout Description
25217 Sur
25218 \begin_inset space ~
25219 \end_inset
25220
25221 la
25222 \begin_inset space ~
25223 \end_inset
25224
25225 page
25226 \begin_inset space ~
25227 \end_inset
25228
25229 <page>
25230 \begin_inset space ~
25231 \end_inset
25232
25233 : affiche le mot 
25234 \begin_inset Quotes fld
25235 \end_inset
25236
25237 page
25238 \begin_inset Quotes frd
25239 \end_inset
25240
25241  suivi du numéro de la page sur laquelle se trouve l'élément : 
25242 \begin_inset CommandInset ref
25243 LatexCommand vpageref
25244 reference "fig:Deux-images-déformées"
25245
25246 \end_inset
25247
25248
25249 \end_layout
25250
25251 \begin_layout Description
25252 <référence>
25253 \begin_inset space ~
25254 \end_inset
25255
25256 page
25257 \begin_inset space ~
25258 \end_inset
25259
25260 <page>
25261 \begin_inset space ~
25262 \end_inset
25263
25264 : affiche le numéro de l'élément, le mot 
25265 \begin_inset Quotes fld
25266 \end_inset
25267
25268 page
25269 \begin_inset Quotes frd
25270 \end_inset
25271
25272  et le numéro de la page : 
25273 \begin_inset CommandInset ref
25274 LatexCommand vref
25275 reference "fig:Deux-images-déformées"
25276
25277 \end_inset
25278
25279
25280 \end_layout
25281
25282 \begin_layout Description
25283 Référence
25284 \begin_inset space ~
25285 \end_inset
25286
25287 mise
25288 \begin_inset space ~
25289 \end_inset
25290
25291 en
25292 \begin_inset space ~
25293 \end_inset
25294
25295 forme
25296 \begin_inset space ~
25297 \end_inset
25298
25299 : affiche une référence croisée qui définit son propre format.
25300 \begin_inset Newline newline
25301 \end_inset
25302
25303
25304 \begin_inset Note Greyedout
25305 status open
25306
25307 \begin_layout Plain Layout
25308
25309 \series bold
25310 Note:
25311 \series default
25312  Ce type de référence croisée n'est disponible que si vous avez installé
25313  le paquetage \SpecialChar LaTeX
25314  
25315 \series bold
25316 prettyref
25317 \series default
25318  ou 
25319 \series bold
25320 refstyle
25321 \series default
25322
25323 \begin_inset Index idx
25324 status collapsed
25325
25326 \begin_layout Plain Layout
25327 Paquetages \SpecialChar LaTeX
25328  ! prettyref
25329 \end_layout
25330
25331 \end_inset
25332
25333
25334 \begin_inset Index idx
25335 status collapsed
25336
25337 \begin_layout Plain Layout
25338 Paquetages \SpecialChar LaTeX
25339  ! refstyle
25340 \end_layout
25341
25342 \end_inset
25343
25344 .
25345 \end_layout
25346
25347 \end_inset
25348
25349
25350 \begin_inset Newline newline
25351 \end_inset
25352
25353 Vous pouvez choisir le paquetage \SpecialChar LaTeX
25354  qui doit être utilisé pour cette fonction
25355  en utilisant l'option 
25356 \family sans
25357 Utiliser refstyle (à la place de prettyref) pour les références croisées
25358 \family default
25359  dans le menu 
25360 \family sans
25361 Document\SpecialChar menuseparator
25362 Paramètres\SpecialChar menuseparator
25363 Classe de document
25364 \family default
25365 .
25366  Le format est précisé en ajoutant la commande 
25367 \series bold
25368
25369 \backslash
25370 newrefformat
25371 \series default
25372  (prettyref) ou 
25373 \series bold
25374
25375 \backslash
25376 newref
25377 \series default
25378  (refstyle) au préambule du document.
25379  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
25380  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
25381 \begin_inset space ~
25382 \end_inset
25383
25384 :
25385 \begin_inset Newline newline
25386 \end_inset
25387
25388
25389 \series bold
25390
25391 \backslash
25392 newref{fig}{refcmd={Image sur la page 
25393 \backslash
25394 pageref{#1}}}
25395 \series default
25396
25397 \begin_inset Newline newline
25398 \end_inset
25399
25400 Pour plus d'information sur le format, jetez un œil sur la documentation
25401  du paquetage, 
25402 \begin_inset CommandInset citation
25403 LatexCommand cite
25404 key "prettyref,refstyle"
25405
25406 \end_inset
25407
25408 .
25409 \end_layout
25410
25411 \begin_layout Description
25412 Référence
25413 \begin_inset space ~
25414 \end_inset
25415
25416 textuelle: affiche la légende de la référence
25417 \begin_inset space ~
25418 \end_inset
25419
25420
25421 \begin_inset CommandInset ref
25422 LatexCommand nameref
25423 reference "fig:Deux-images-déformées"
25424
25425 \end_inset
25426
25427
25428 \end_layout
25429
25430 \begin_layout Standard
25431
25432 \family sans
25433 <page>
25434 \family default
25435  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
25436  précédente, la même page ou la page suivante.
25437  Vous verrez par exemple un texte du genre 
25438 \begin_inset Quotes fld
25439 \end_inset
25440
25441
25442 \family sans
25443 sur cette page
25444 \family default
25445
25446 \begin_inset Quotes frd
25447 \end_inset
25448
25449  à la place.
25450  Le style 
25451 \family sans
25452 <référence>
25453 \begin_inset space ~
25454 \end_inset
25455
25456 page
25457 \begin_inset space ~
25458 \end_inset
25459
25460 <page> 
25461 \family default
25462 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
25463  page.
25464 \end_layout
25465
25466 \begin_layout Standard
25467 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
25468  se trouve sont calculés automatiquement par \SpecialChar LaTeX
25469 .
25470  Vous choisissez une des six variétés de références dans le champ Format
25471  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
25472  boîte de la référence croisée.
25473 \end_layout
25474
25475 \begin_layout Standard
25476 \begin_inset Note Greyedout
25477 status open
25478
25479 \begin_layout Plain Layout
25480
25481 \series bold
25482 Note:
25483 \series default
25484  L'utilisation du paquetage \SpecialChar LaTeX
25485  
25486 \series bold
25487 refstyle
25488 \series default
25489
25490 \begin_inset Index idx
25491 status collapsed
25492
25493 \begin_layout Plain Layout
25494 Paquetages \SpecialChar LaTeX
25495  ! refstyle
25496 \end_layout
25497
25498 \end_inset
25499
25500  est recommandée parce que 
25501 \series bold
25502 prettyref
25503 \series default
25504
25505 \begin_inset Index idx
25506 status collapsed
25507
25508 \begin_layout Plain Layout
25509 Paquetages \SpecialChar LaTeX
25510  ! prettyref
25511 \end_layout
25512
25513 \end_inset
25514
25515  ne connaît pas tous les raccourcis possibles pour les étiquettes
25516 \begin_inset Foot
25517 status collapsed
25518
25519 \begin_layout Plain Layout
25520 \begin_inset Quotes fld
25521 \end_inset
25522
25523 fig:
25524 \begin_inset Quotes frd
25525 \end_inset
25526
25527  est par exemple le raccourci \SpecialChar LyX
25528  pour les étiquettes dans les légendes de
25529  figures,.
25530 \end_layout
25531
25532 \end_inset
25533
25534  et n'est pas internationalisé.
25535 \end_layout
25536
25537 \end_inset
25538
25539
25540 \end_layout
25541
25542 \begin_layout Subsection
25543 Nommage automatique des références croisées
25544 \begin_inset Index idx
25545 status collapsed
25546
25547 \begin_layout Plain Layout
25548 References@Références ! Nommage automatique
25549 \end_layout
25550
25551 \end_inset
25552
25553
25554 \end_layout
25555
25556 \begin_layout Standard
25557 Le paquetage \SpecialChar LaTeX
25558  
25559 \series bold
25560 hyperref
25561 \series default
25562
25563 \begin_inset Index idx
25564 status collapsed
25565
25566 \begin_layout Plain Layout
25567 Paquetages \SpecialChar LaTeX
25568  ! hyperref
25569 \end_layout
25570
25571 \end_inset
25572
25573
25574 \series bold
25575
25576 \series default
25577 qui est activé dans la rubrique 
25578 \family sans
25579 Propriétés du PDF
25580 \family default
25581  de la fenêtre de dialogue 
25582 \family sans
25583 Paramètres du document
25584 \family default
25585  fournit une fonction très utile pour automatiser la création des références
25586  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
25587  une section).
25588  Par exemple pour vous éviter de devoir écrire le mot 
25589 \begin_inset Quotes fld
25590 \end_inset
25591
25592 Figure
25593 \begin_inset Quotes frd
25594 \end_inset
25595
25596  devant chaque référence à une figure.
25597  Pour profiter de ce nommage automatique des références croisées, vous devez
25598  activer 
25599 \series bold
25600 hyperref
25601 \series default
25602  et insérer la ligne suivante dans le préambule du document :
25603 \end_layout
25604
25605 \begin_layout Standard
25606
25607 \series bold
25608
25609 \backslash
25610 AtBeginDocument{
25611 \backslash
25612 renewcommand{
25613 \backslash
25614 ref}[1]{
25615 \backslash
25616 mbox{
25617 \backslash
25618 autoref{#1}}}}
25619 \end_layout
25620
25621 \begin_layout Standard
25622 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
25623  défaut, par exemple vous préférez le nom 
25624 \begin_inset Quotes fld
25625 \end_inset
25626
25627 sec.
25628 \begin_inset Quotes frd
25629 \end_inset
25630
25631  plutôt que 
25632 \begin_inset Quotes fld
25633 \end_inset
25634
25635 section
25636 \begin_inset Quotes frd
25637 \end_inset
25638
25639 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
25640 \end_layout
25641
25642 \begin_layout Standard
25643
25644 \series bold
25645
25646 \backslash
25647 addto
25648 \backslash
25649 extrasfrench{
25650 \backslash
25651 renewcommand{
25652 \backslash
25653 sectionautorefname}
25654 \begin_inset Newline newline
25655 \end_inset
25656
25657
25658 \begin_inset Phantom HPhantom
25659 status open
25660
25661 \begin_layout Plain Layout
25662
25663 \series bold
25664 \begin_inset space ~
25665 \end_inset
25666
25667
25668 \end_layout
25669
25670 \end_inset
25671
25672 {sec.
25673 \backslash
25674 negthinspace}}
25675 \end_layout
25676
25677 \begin_layout Standard
25678 Si vous utilisez une autre langue que le français, remplacez 
25679 \series bold
25680
25681 \backslash
25682 extrasfrench
25683 \series default
25684  par 
25685 \series bold
25686
25687 \backslash
25688 extras***
25689 \series default
25690 , où *** est le nom de la langue que vous utilisez.
25691
25692 \series bold
25693  
25694 \end_layout
25695
25696 \begin_layout Standard
25697 Pour avoir des noms automatiques, mais pas pour certains types de références,
25698  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
25699 \end_layout
25700
25701 \begin_layout Standard
25702
25703 \series bold
25704
25705 \backslash
25706 addto
25707 \backslash
25708 extrasfrench{
25709 \backslash
25710 renewcommand*{
25711 \backslash
25712 equationautorefname}[1]{}}
25713 \end_layout
25714
25715 \begin_layout Standard
25716 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
25717  de 
25718 \series bold
25719 hyperref
25720 \series default
25721  
25722 \begin_inset CommandInset citation
25723 LatexCommand cite
25724 key "hyperref"
25725
25726 \end_inset
25727
25728 .
25729 \end_layout
25730
25731 \begin_layout Standard
25732 \begin_inset Note Greyedout
25733 status open
25734
25735 \begin_layout Plain Layout
25736
25737 \series bold
25738 Note:
25739 \series default
25740  Le nommage automatique de références ne peut être utilisé si vous avez
25741  choisi le style de référence 
25742 \family sans
25743 Référence
25744 \begin_inset space ~
25745 \end_inset
25746
25747 mise
25748 \begin_inset space ~
25749 \end_inset
25750
25751 en
25752 \begin_inset space ~
25753 \end_inset
25754
25755 forme
25756 \family default
25757  décrit dans la section
25758 \begin_inset space ~
25759 \end_inset
25760
25761
25762 \begin_inset CommandInset ref
25763 LatexCommand ref
25764 reference "subsec:Formats-Références-Croisées"
25765
25766 \end_inset
25767
25768 .
25769 \end_layout
25770
25771 \end_inset
25772
25773
25774 \end_layout
25775
25776 \begin_layout Standard
25777 Le manuel 
25778 \emph on
25779 Math
25780 \emph default
25781  est un exemple dans lequel on a utilisé le référencement automatique.
25782 \end_layout
25783
25784 \begin_layout Subsection
25785 Positionnement des références 
25786 \begin_inset CommandInset label
25787 LatexCommand label
25788 name "subsec:Reference-Position"
25789
25790 \end_inset
25791
25792
25793 \begin_inset Index idx
25794 status collapsed
25795
25796 \begin_layout Plain Layout
25797 References@Références ! Positionnement
25798 \end_layout
25799
25800 \end_inset
25801
25802
25803 \end_layout
25804
25805 \begin_layout Standard
25806 Si vous utilisez le paquetage 
25807 \series bold
25808 hyperref, 
25809 \series default
25810 qui est activé dans la rubrique 
25811 \family sans
25812 Propriétés du PDF
25813 \family default
25814  de la fenêtre de dialogue 
25815 \family sans
25816 Paramètres du document,
25817 \family default
25818  pour lier vos références croisées dans la sortie finale, vous verrez que
25819  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
25820  l'image.
25821  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
25822  pourrez voir l'image sans faire défiler le texte.
25823  Ce problème vient du fait que le point d'ancrage de la référence se situe
25824  à l'endroit de l'étiquette.
25825  En utilisant le paquetage \SpecialChar LaTeX
25826  
25827 \series bold
25828 hypcap
25829 \series default
25830
25831 \begin_inset Index idx
25832 status collapsed
25833
25834 \begin_layout Plain Layout
25835 Paquetages \SpecialChar LaTeX
25836  ! hypcap
25837 \end_layout
25838
25839 \end_inset
25840
25841 , qui fait partie du paquetage \SpecialChar LaTeX
25842  
25843 \series bold
25844 oberdiek
25845 \series default
25846
25847 \begin_inset Index idx
25848 status collapsed
25849
25850 \begin_layout Plain Layout
25851 Paquetages \SpecialChar LaTeX
25852  ! oberdiek
25853 \end_layout
25854
25855 \end_inset
25856
25857 , le point d'ancrage d'un lien est place en haut du flottant.
25858  Pour utiliser cette fonction avec les flottants de figure, chargez 
25859 \series bold
25860 hypcap
25861 \series default
25862  dans l'entête du document avec la ligne
25863 \end_layout
25864
25865 \begin_layout Standard
25866
25867 \series bold
25868
25869 \backslash
25870 usepackage[figure]{hypcap}
25871 \end_layout
25872
25873 \begin_layout Standard
25874 Vous pouvez aussi utiliser 
25875 \series bold
25876 hypcap
25877 \series default
25878  pour tous les types de flottants, mais ce n'est pas recommandé pour des
25879  raisons de stabilité.
25880  Pour plus d'information, jetez un coup d'œil au manuel d' 
25881 \series bold
25882 hypcap
25883 \series default
25884  
25885 \begin_inset CommandInset citation
25886 LatexCommand cite
25887 key "hypcap"
25888
25889 \end_inset
25890
25891 .
25892 \end_layout
25893
25894 \begin_layout Standard
25895 \begin_inset Note Greyedout
25896 status open
25897
25898 \begin_layout Plain Layout
25899
25900 \series bold
25901 Note:
25902 \series default
25903  
25904 \series bold
25905 hypcap
25906 \series default
25907  n'a aucun effet pour les références à des sous-figures.
25908 \end_layout
25909
25910 \end_inset
25911
25912
25913 \end_layout
25914
25915 \begin_layout Section
25916 Placement des flottants
25917 \begin_inset CommandInset label
25918 LatexCommand label
25919 name "sec:Placement-flottants"
25920
25921 \end_inset
25922
25923
25924 \begin_inset Index idx
25925 status collapsed
25926
25927 \begin_layout Plain Layout
25928 Flottants ! Placement
25929 \end_layout
25930
25931 \end_inset
25932
25933
25934 \end_layout
25935
25936 \begin_layout Standard
25937 En faisant un clic droit sur la boîte d'un flottant et 
25938 \lang english
25939 clicking on 
25940 \family sans
25941 Settings
25942 \family default
25943 \lang french
25944  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
25945  paramètres de placement que \SpecialChar LaTeX
25946  utilise pour déterminer où placer le flottant.
25947 \begin_inset Newline newline
25948 \end_inset
25949
25950 L'option 
25951 \family sans
25952 Plusieurs
25953 \begin_inset space ~
25954 \end_inset
25955
25956 colonnes
25957 \family default
25958  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
25959  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
25960  confiné sur une seule colonne.
25961 \begin_inset Newline newline
25962 \end_inset
25963
25964 L'option 
25965 \family sans
25966 Rotation
25967 \begin_inset space ~
25968 \end_inset
25969
25970 90°
25971 \family default
25972  est utilisée pour faire tourner les flottants, voyez la section
25973 \begin_inset space ~
25974 \end_inset
25975
25976
25977 \begin_inset CommandInset ref
25978 LatexCommand ref
25979 reference "sec:Flottants-renversés"
25980
25981 \end_inset
25982
25983 .
25984 \end_layout
25985
25986 \begin_layout Standard
25987 En désactivant l'option 
25988 \family sans
25989 Utilise
25990 \begin_inset space ~
25991 \end_inset
25992
25993 le
25994 \begin_inset space ~
25995 \end_inset
25996
25997 placement
25998 \begin_inset space ~
25999 \end_inset
26000
26001 par
26002 \begin_inset space ~
26003 \end_inset
26004
26005 défaut
26006 \family default
26007  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
26008  le placement du flottant:
26009 \end_layout
26010
26011 \begin_layout Description
26012 Ici,
26013 \begin_inset space ~
26014 \end_inset
26015
26016 si
26017 \begin_inset space ~
26018 \end_inset
26019
26020 possible: essaie de placer le flottant à la position où il a été inséré
26021  dans \SpecialChar LyX
26022
26023 \end_layout
26024
26025 \begin_layout Description
26026 Haut
26027 \begin_inset space ~
26028 \end_inset
26029
26030 de
26031 \begin_inset space ~
26032 \end_inset
26033
26034 la
26035 \begin_inset space ~
26036 \end_inset
26037
26038 page: essaie de placer le flottant en haut de la page courante
26039 \end_layout
26040
26041 \begin_layout Description
26042 Bas
26043 \begin_inset space ~
26044 \end_inset
26045
26046 de
26047 \begin_inset space ~
26048 \end_inset
26049
26050 la
26051 \begin_inset space ~
26052 \end_inset
26053
26054 page: essaie de placer le flottant en bas de la page courante
26055 \end_layout
26056
26057 \begin_layout Description
26058 Page
26059 \begin_inset space ~
26060 \end_inset
26061
26062 de
26063 \begin_inset space ~
26064 \end_inset
26065
26066 flottants: essaie de placer le flottant sur une page à part, éventuellement
26067  avec d'autres flottants 
26068 \end_layout
26069
26070 \begin_layout Standard
26071 \SpecialChar LaTeX
26072  utilise
26073 \emph on
26074  toujours 
26075 \emph default
26076 les options dans l'ordre donné ci-dessus.
26077  Ce qui veut dire que si vous utilisez le placement implicite, \SpecialChar LaTeX
26078  va d'abord
26079  essayer 
26080 \family sans
26081 Ici
26082 \begin_inset space ~
26083 \end_inset
26084
26085 si
26086 \begin_inset space ~
26087 \end_inset
26088
26089 possible
26090 \family default
26091 , ensuite 
26092 \family sans
26093 Haut
26094 \begin_inset space ~
26095 \end_inset
26096
26097 de
26098 \begin_inset space ~
26099 \end_inset
26100
26101 la
26102 \begin_inset space ~
26103 \end_inset
26104
26105 page
26106 \family default
26107 , et ainsi de suite.
26108  Si vous n'utilisez pas le placement implicite, \SpecialChar LaTeX
26109  va essayer les options
26110  que vous avez cochées, mais dans l'ordre donné ci-dessus.
26111  Si aucune des quatre options de placement n'est possible, la procédure
26112  est répétée avec la possibilité de mettre les flottant sur la page suivante.
26113 \end_layout
26114
26115 \begin_layout Standard
26116 Implicitement, chaque option a ses propres règles d'application:
26117 \end_layout
26118
26119 \begin_layout Standard
26120
26121 \family sans
26122 Haut
26123 \begin_inset space ~
26124 \end_inset
26125
26126 de
26127 \begin_inset space ~
26128 \end_inset
26129
26130 la
26131 \begin_inset space ~
26132 \end_inset
26133
26134 page
26135 \family default
26136  : seuls les flottants occupant moins de 70% de la page peuvent être placés
26137  en haut de page (
26138 \series bold
26139
26140 \backslash
26141 topfraction
26142 \series default
26143 ).
26144 \end_layout
26145
26146 \begin_layout Standard
26147
26148 \family sans
26149 Bas
26150 \begin_inset space ~
26151 \end_inset
26152
26153 de
26154 \begin_inset space ~
26155 \end_inset
26156
26157 la
26158 \begin_inset space ~
26159 \end_inset
26160
26161 page
26162 \family default
26163  : seuls les flottants occupant moins de 30% de la page peuvent être placés
26164  en bas de page (
26165 \series bold
26166
26167 \backslash
26168 bottomfraction
26169 \series default
26170 ).
26171 \end_layout
26172
26173 \begin_layout Standard
26174
26175 \family sans
26176 Page
26177 \begin_inset space ~
26178 \end_inset
26179
26180 de
26181 \begin_inset space ~
26182 \end_inset
26183
26184 flottants
26185 \family default
26186  : plusieurs flottants peuvent être placés ensembles sur une page seulement
26187  si ils occupent plus de 50% de celle-ci (
26188 \series bold
26189
26190 \backslash
26191 floatpagefraction
26192 \series default
26193 ).
26194 \end_layout
26195
26196 \begin_layout Standard
26197 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
26198  supplémentaire 
26199 \family sans
26200 Ignorer
26201 \begin_inset space ~
26202 \end_inset
26203
26204 les
26205 \begin_inset space ~
26206 \end_inset
26207
26208 règles
26209 \begin_inset space ~
26210 \end_inset
26211
26212 \SpecialChar LaTeX
26213
26214 \family default
26215 \lang english
26216 .
26217 \begin_inset Newline newline
26218 \end_inset
26219
26220
26221 \lang french
26222 Vous pouvez aussi redéfinir les règles avec les commandes \SpecialChar LaTeX
26223  qui sont données
26224  entre parenthèses après les descriptions des règles données ci-dessus.
26225  Par exemple, pour augmenter à 50
26226 \begin_inset space \thinspace{}
26227 \end_inset
26228
26229 % la valeur de la règle de bas de page dont la valeur implicite est souvent
26230  trop petite, ajoutez cette ligne au préambule de votre document :
26231 \end_layout
26232
26233 \begin_layout Standard
26234
26235 \series bold
26236
26237 \backslash
26238 renewcommand{
26239 \backslash
26240 bottomfraction}{0.5}
26241 \end_layout
26242
26243 \begin_layout Standard
26244 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
26245  exactement à l'endroit où vous l'avez inséré.
26246  dans ce cas utilisez l'option 
26247 \family sans
26248 Ici
26249 \begin_inset space ~
26250 \end_inset
26251
26252 à
26253 \begin_inset space ~
26254 \end_inset
26255
26256 tout
26257 \begin_inset space ~
26258 \end_inset
26259
26260 Prix
26261 \family default
26262 .
26263  Utilisez cette option le moins souvent possible et seulement quand le document
26264  est presque prêt à être imprimé.
26265  En effet, le flottant n'est plus capable de 
26266 \begin_inset Quotes fld
26267 \end_inset
26268
26269 flotter
26270 \begin_inset Quotes frd
26271 \end_inset
26272
26273 , ce qui peut perturber toutes les mises en page.
26274 \end_layout
26275
26276 \begin_layout Standard
26277 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
26278  sont toujours entourés par le texte d'un paragraphe donné.
26279 \begin_inset VSpace bigskip
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \begin_layout Standard
26286 On peut parfois se trouver dans la situation où un flottant est placé en
26287  haut d'une page alors que la section concernée ne commence qu'au milieu
26288  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
26289  la section précédente.
26290  On peut utiliser la commande \SpecialChar LaTeX
26291  
26292 \series bold
26293
26294 \backslash
26295 suppressfloats
26296 \series default
26297  pour éviter ce cas.
26298  Elle empêche le placement d'un flottant donné dans la page dans laquelle
26299  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
26300  soit placé avant que la section commence.
26301  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
26302  votre document :
26303 \end_layout
26304
26305 \begin_layout Standard
26306
26307 \series bold
26308
26309 \backslash
26310 let
26311 \backslash
26312 mySection
26313 \backslash
26314 section
26315 \begin_inset Newline newline
26316 \end_inset
26317
26318
26319 \backslash
26320 renewcommand{
26321 \backslash
26322 section}{
26323 \backslash
26324 suppressfloats[t]
26325 \backslash
26326 mySection}
26327 \end_layout
26328
26329 \begin_layout Standard
26330 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
26331  comme les chapitres et les sous-sections.
26332  Il n'est pas recommandé d'utiliser cette définition avec des portions de
26333  texte trop petites comme les sous-sous-sections parce que \SpecialChar LaTeX
26334  pourrait ensuite
26335  avoir du mal à trouver un positionnement correct.
26336 \end_layout
26337
26338 \begin_layout Standard
26339 \begin_inset VSpace bigskip
26340 \end_inset
26341
26342 Dans certains cas il est demandé de placer toutes les figures et tous les
26343  tableaux à la fin du document.
26344  C'est pour de telles situations que le paquetage \SpecialChar LaTeX
26345  
26346 \series bold
26347 endfloat
26348 \series default
26349
26350 \begin_inset Index idx
26351 status collapsed
26352
26353 \begin_layout Plain Layout
26354 Paquetages \SpecialChar LaTeX
26355  ! endfloat
26356 \end_layout
26357
26358 \end_inset
26359
26360  a été développé.
26361  Il met en effet tous les flottants de figures et de tableaux à la fin du
26362  document dans leurs propres sections.
26363  À la position d'origine du flottant, une indication textuelle du genre
26364  
26365 \begin_inset Quotes fld
26366 \end_inset
26367
26368
26369 \family sans
26370 [Figure
26371 \begin_inset space ~
26372 \end_inset
26373
26374 3.2 
26375 \lang english
26376 about here.
26377 \lang french
26378 ]
26379 \family default
26380
26381 \begin_inset Quotes frd
26382 \end_inset
26383
26384  est insérée.
26385  Le paquetage 
26386 \series bold
26387 endfloat
26388 \series default
26389  est chargé dans le préambule avec la ligne suivante 
26390 \end_layout
26391
26392 \begin_layout Standard
26393
26394 \series bold
26395
26396 \backslash
26397 usepackage[options]{endfloat}
26398 \end_layout
26399
26400 \begin_layout Standard
26401 Il y a aussi de nombreuses options de paquetage pour modifier le format
26402  des sections de figures ou de tableau qui sont créées.
26403  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
26404  
26405 \series bold
26406 endfloa
26407 \series default
26408
26409 \begin_inset CommandInset citation
26410 LatexCommand cite
26411 key "endfloat"
26412
26413 \end_inset
26414
26415 .
26416 \begin_inset Newline newline
26417 \end_inset
26418
26419
26420 \begin_inset Note Greyedout
26421 status open
26422
26423 \begin_layout Plain Layout
26424
26425 \series bold
26426 Note: endfloat
26427 \series default
26428  ne fournit pas de traduction automatique de l'indication textuelle, vous
26429  devez donc le faire manuellement, voyez la section
26430 \begin_inset space ~
26431 \end_inset
26432
26433 4 de 
26434 \begin_inset CommandInset citation
26435 LatexCommand cite
26436 key "endfloat"
26437
26438 \end_inset
26439
26440 .
26441 \end_layout
26442
26443 \end_inset
26444
26445
26446 \begin_inset Newline newline
26447 \end_inset
26448
26449
26450 \begin_inset Note Greyedout
26451 status open
26452
26453 \begin_layout Plain Layout
26454
26455 \series bold
26456 Note:
26457 \series default
26458  Il y a actuellement un bug dans le paquetage 
26459 \series bold
26460 endfloat
26461 \series default
26462  quand la légende contient un 
26463 \begin_inset Quotes fld
26464 \end_inset
26465
26466 ß
26467 \begin_inset Quotes frd
26468 \end_inset
26469
26470  allemand.
26471  Utilisez dans ce cas la commande 
26472 \begin_inset Quotes fld
26473 \end_inset
26474
26475
26476 \series bold
26477
26478 \backslash
26479 ss
26480 \series default
26481
26482 \begin_inset Quotes frd
26483 \end_inset
26484
26485  en code \SpecialChar TeX
26486  à la place du 
26487 \begin_inset Quotes fld
26488 \end_inset
26489
26490 ß
26491 \begin_inset Quotes frd
26492 \end_inset
26493
26494 .
26495 \end_layout
26496
26497 \end_inset
26498
26499
26500 \end_layout
26501
26502 \begin_layout Standard
26503 \begin_inset VSpace bigskip
26504 \end_inset
26505
26506 Pour plus d'information sur les manières de placer les flottants, jetez
26507  un coup d'œil aux livres sur \SpecialChar LaTeX
26508
26509 \begin_inset CommandInset citation
26510 LatexCommand cite
26511 key "latexcompanion,latexguide,latexbook"
26512
26513 \end_inset
26514
26515 .
26516 \end_layout
26517
26518 \begin_layout Section
26519 Rotation des flottants
26520 \begin_inset CommandInset label
26521 LatexCommand label
26522 name "sec:Flottants-renversés"
26523
26524 \end_inset
26525
26526
26527 \begin_inset Index idx
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531 Flottants ! Renversés
26532 \end_layout
26533
26534 \end_inset
26535
26536
26537 \end_layout
26538
26539 \begin_layout Standard
26540 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
26541  tableaux très larges.
26542  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
26543  un clic droit sur la boîte du flottant et utilisez l'option 
26544 \family sans
26545 Rotation
26546 \begin_inset space ~
26547 \end_inset
26548
26549 90°
26550 \family default
26551 .
26552 \end_layout
26553
26554 \begin_layout Standard
26555 Les flottants pivotés sont systématiquement placés sur leur propre page
26556  (ou colonne, si vous avez un document sur deux colonnes).
26557  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
26558  
26559 \family sans
26560 Plusieurs
26561 \begin_inset space ~
26562 \end_inset
26563
26564 colonnes
26565 \family default
26566  dans les paramètres du flottant.
26567  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
26568  du côté de la marge externe.
26569  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
26570  ajouter soit l'option 
26571 \series bold
26572 figuresleft
26573 \series default
26574  soit l'option 
26575 \series bold
26576 figuresright
26577 \series default
26578  aux options de la classe de document.
26579 \end_layout
26580
26581 \begin_layout Standard
26582 Faire référence à un flottant pivoté se fait de la même manière que pour
26583  un flottant normal, la mise en forme de la légende est aussi identique
26584  : Le tableau
26585 \begin_inset space ~
26586 \end_inset
26587
26588
26589 \begin_inset CommandInset ref
26590 LatexCommand ref
26591 reference "tab:Tableau-pivoté"
26592
26593 \end_inset
26594
26595  est un exemple de flottant de tableau pivoté.
26596 \end_layout
26597
26598 \begin_layout Standard
26599 \begin_inset Note Greyedout
26600 status open
26601
26602 \begin_layout Plain Layout
26603
26604 \series bold
26605 Note:
26606 \series default
26607  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
26608  DVI.
26609 \end_layout
26610
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \begin_layout Standard
26617 \begin_inset Float table
26618 wide false
26619 sideways true
26620 status open
26621
26622 \begin_layout Plain Layout
26623 \begin_inset Caption Standard
26624
26625 \begin_layout Plain Layout
26626 \begin_inset CommandInset label
26627 LatexCommand label
26628 name "tab:Tableau-pivoté"
26629
26630 \end_inset
26631
26632  Tableau pivoté
26633 \end_layout
26634
26635 \end_inset
26636
26637
26638 \end_layout
26639
26640 \begin_layout Plain Layout
26641 \align center
26642 \begin_inset Tabular
26643 <lyxtabular version="3" rows="1" columns="5">
26644 <features tabularvalignment="middle">
26645 <column alignment="center" valignment="top">
26646 <column alignment="center" valignment="top">
26647 <column alignment="center" valignment="top">
26648 <column alignment="center" valignment="top">
26649 <column alignment="center" valignment="top">
26650 <row>
26651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26652 \begin_inset Text
26653
26654 \begin_layout Plain Layout
26655 test
26656 \end_layout
26657
26658 \end_inset
26659 </cell>
26660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26661 \begin_inset Text
26662
26663 \begin_layout Plain Layout
26664 b
26665 \end_layout
26666
26667 \end_inset
26668 </cell>
26669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26670 \begin_inset Text
26671
26672 \begin_layout Plain Layout
26673 c
26674 \end_layout
26675
26676 \end_inset
26677 </cell>
26678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26679 \begin_inset Text
26680
26681 \begin_layout Plain Layout
26682 d
26683 \end_layout
26684
26685 \end_inset
26686 </cell>
26687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26688 \begin_inset Text
26689
26690 \begin_layout Plain Layout
26691 e
26692 \end_layout
26693
26694 \end_inset
26695 </cell>
26696 </row>
26697 </lyxtabular>
26698
26699 \end_inset
26700
26701
26702 \end_layout
26703
26704 \end_inset
26705
26706
26707 \end_layout
26708
26709 \begin_layout Section
26710 Sous-flottants
26711 \begin_inset Index idx
26712 status collapsed
26713
26714 \begin_layout Plain Layout
26715 Flottants ! Sous-flottants
26716 \end_layout
26717
26718 \end_inset
26719
26720
26721 \end_layout
26722
26723 \begin_layout Standard
26724 Un exemple de sous-flottant : une figure composée de plusieurs images.
26725  On les crée en insérant un flottant dans un flottant existant.
26726  Le positionnement des sous-flottants peut être contrôlé comme pour les
26727  paragraphes comme on le voit avec les tableaux
26728 \begin_inset space ~
26729 \end_inset
26730
26731
26732 \begin_inset CommandInset ref
26733 LatexCommand ref
26734 reference "tab:Deux-sous-tableaux-cote-a-cote"
26735
26736 \end_inset
26737
26738  et 
26739 \begin_inset CommandInset ref
26740 LatexCommand ref
26741 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
26742
26743 \end_inset
26744
26745 .
26746 \end_layout
26747
26748 \begin_layout Standard
26749 On fait référence à des sous-flottants comme on le ferait avec des flottants
26750  normaux : Les tableaux
26751 \begin_inset space ~
26752 \end_inset
26753
26754
26755 \begin_inset CommandInset ref
26756 LatexCommand ref
26757 reference "tab:Le-sous-tableau-a"
26758
26759 \end_inset
26760
26761  et 
26762 \begin_inset CommandInset ref
26763 LatexCommand ref
26764 reference "tab:Le-sous-tableau-b"
26765
26766 \end_inset
26767
26768  sont des sous-tableaux du tableau
26769 \begin_inset space ~
26770 \end_inset
26771
26772
26773 \begin_inset CommandInset ref
26774 LatexCommand ref
26775 reference "tab:Deux-sous-tableaux-cote-a-cote"
26776
26777 \end_inset
26778
26779 .
26780 \end_layout
26781
26782 \begin_layout Standard
26783 \begin_inset Float table
26784 wide false
26785 sideways false
26786 status open
26787
26788 \begin_layout Plain Layout
26789 \begin_inset Caption Standard
26790
26791 \begin_layout Plain Layout
26792 \begin_inset CommandInset label
26793 LatexCommand label
26794 name "tab:Deux-sous-tableaux-cote-a-cote"
26795
26796 \end_inset
26797
26798 Deux sous-tableaux placés côte-à-côte.
26799 \end_layout
26800
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \begin_layout Plain Layout
26807 \align center
26808 \begin_inset space \hfill{}
26809 \end_inset
26810
26811
26812 \begin_inset Float table
26813 wide false
26814 sideways false
26815 status collapsed
26816
26817 \begin_layout Plain Layout
26818 \begin_inset Caption Standard
26819
26820 \begin_layout Plain Layout
26821 \begin_inset CommandInset label
26822 LatexCommand label
26823 name "tab:Le-sous-tableau-a"
26824
26825 \end_inset
26826
26827 Le sous-tableau a
26828 \end_layout
26829
26830 \end_inset
26831
26832
26833 \end_layout
26834
26835 \begin_layout Plain Layout
26836 \align center
26837 \begin_inset Tabular
26838 <lyxtabular version="3" rows="1" columns="5">
26839 <features tabularvalignment="middle">
26840 <column alignment="center" valignment="top">
26841 <column alignment="center" valignment="top">
26842 <column alignment="center" valignment="top">
26843 <column alignment="center" valignment="top">
26844 <column alignment="center" valignment="top">
26845 <row>
26846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26847 \begin_inset Text
26848
26849 \begin_layout Plain Layout
26850 test
26851 \end_layout
26852
26853 \end_inset
26854 </cell>
26855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26856 \begin_inset Text
26857
26858 \begin_layout Plain Layout
26859 b
26860 \end_layout
26861
26862 \end_inset
26863 </cell>
26864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26865 \begin_inset Text
26866
26867 \begin_layout Plain Layout
26868 c
26869 \end_layout
26870
26871 \end_inset
26872 </cell>
26873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26874 \begin_inset Text
26875
26876 \begin_layout Plain Layout
26877 d
26878 \end_layout
26879
26880 \end_inset
26881 </cell>
26882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26883 \begin_inset Text
26884
26885 \begin_layout Plain Layout
26886 e
26887 \end_layout
26888
26889 \end_inset
26890 </cell>
26891 </row>
26892 </lyxtabular>
26893
26894 \end_inset
26895
26896
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \begin_inset space \hfill{}
26903 \end_inset
26904
26905
26906 \begin_inset Float table
26907 wide false
26908 sideways false
26909 status collapsed
26910
26911 \begin_layout Plain Layout
26912 \begin_inset Caption Standard
26913
26914 \begin_layout Plain Layout
26915 \begin_inset CommandInset label
26916 LatexCommand label
26917 name "tab:Le-sous-tableau-b"
26918
26919 \end_inset
26920
26921 Le sous-tableau b.
26922 \end_layout
26923
26924 \end_inset
26925
26926
26927 \end_layout
26928
26929 \begin_layout Plain Layout
26930 \align center
26931 \begin_inset Tabular
26932 <lyxtabular version="3" rows="1" columns="5">
26933 <features tabularvalignment="middle">
26934 <column alignment="center" valignment="top">
26935 <column alignment="center" valignment="top">
26936 <column alignment="center" valignment="top">
26937 <column alignment="center" valignment="top">
26938 <column alignment="center" valignment="top">
26939 <row>
26940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26941 \begin_inset Text
26942
26943 \begin_layout Plain Layout
26944 e
26945 \end_layout
26946
26947 \end_inset
26948 </cell>
26949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26950 \begin_inset Text
26951
26952 \begin_layout Plain Layout
26953 d
26954 \end_layout
26955
26956 \end_inset
26957 </cell>
26958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26959 \begin_inset Text
26960
26961 \begin_layout Plain Layout
26962 c
26963 \end_layout
26964
26965 \end_inset
26966 </cell>
26967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26968 \begin_inset Text
26969
26970 \begin_layout Plain Layout
26971 b
26972 \end_layout
26973
26974 \end_inset
26975 </cell>
26976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26977 \begin_inset Text
26978
26979 \begin_layout Plain Layout
26980 test
26981 \end_layout
26982
26983 \end_inset
26984 </cell>
26985 </row>
26986 </lyxtabular>
26987
26988 \end_inset
26989
26990
26991 \end_layout
26992
26993 \end_inset
26994
26995
26996 \begin_inset space \hfill{}
26997 \end_inset
26998
26999
27000 \end_layout
27001
27002 \end_inset
27003
27004
27005 \end_layout
27006
27007 \begin_layout Standard
27008 \begin_inset Float table
27009 wide false
27010 sideways false
27011 status open
27012
27013 \begin_layout Plain Layout
27014 \begin_inset Caption Standard
27015
27016 \begin_layout Plain Layout
27017 \begin_inset CommandInset label
27018 LatexCommand label
27019 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27020
27021 \end_inset
27022
27023 Deux sous-tableaux placés l'un sur l'autre.
27024  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
27025 \end_layout
27026
27027 \end_inset
27028
27029
27030 \end_layout
27031
27032 \begin_layout Plain Layout
27033 \align center
27034 \begin_inset Float table
27035 wide false
27036 sideways false
27037 status collapsed
27038
27039 \begin_layout Plain Layout
27040 \begin_inset Caption Standard
27041
27042 \begin_layout Plain Layout
27043
27044 \end_layout
27045
27046 \end_inset
27047
27048
27049 \end_layout
27050
27051 \begin_layout Plain Layout
27052 \align center
27053 \begin_inset Tabular
27054 <lyxtabular version="3" rows="1" columns="4">
27055 <features tabularvalignment="middle">
27056 <column alignment="center" valignment="top">
27057 <column alignment="center" valignment="top">
27058 <column alignment="center" valignment="top">
27059 <column alignment="center" valignment="top">
27060 <row>
27061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27062 \begin_inset Text
27063
27064 \begin_layout Plain Layout
27065 test
27066 \end_layout
27067
27068 \end_inset
27069 </cell>
27070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27071 \begin_inset Text
27072
27073 \begin_layout Plain Layout
27074 test
27075 \end_layout
27076
27077 \end_inset
27078 </cell>
27079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27080 \begin_inset Text
27081
27082 \begin_layout Plain Layout
27083 test
27084 \end_layout
27085
27086 \end_inset
27087 </cell>
27088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27089 \begin_inset Text
27090
27091 \begin_layout Plain Layout
27092 test
27093 \end_layout
27094
27095 \end_inset
27096 </cell>
27097 </row>
27098 </lyxtabular>
27099
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \end_inset
27106
27107
27108 \end_layout
27109
27110 \begin_layout Plain Layout
27111 \align center
27112 \begin_inset Float table
27113 wide false
27114 sideways false
27115 status collapsed
27116
27117 \begin_layout Plain Layout
27118 \begin_inset Caption Standard
27119
27120 \begin_layout Plain Layout
27121
27122 \end_layout
27123
27124 \end_inset
27125
27126
27127 \end_layout
27128
27129 \begin_layout Plain Layout
27130 \align center
27131 \begin_inset Tabular
27132 <lyxtabular version="3" rows="1" columns="5">
27133 <features tabularvalignment="middle">
27134 <column alignment="center" valignment="top">
27135 <column alignment="center" valignment="top">
27136 <column alignment="center" valignment="top">
27137 <column alignment="center" valignment="top">
27138 <column alignment="center" valignment="top">
27139 <row>
27140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27141 \begin_inset Text
27142
27143 \begin_layout Plain Layout
27144 a
27145 \end_layout
27146
27147 \end_inset
27148 </cell>
27149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27150 \begin_inset Text
27151
27152 \begin_layout Plain Layout
27153 b
27154 \end_layout
27155
27156 \end_inset
27157 </cell>
27158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27159 \begin_inset Text
27160
27161 \begin_layout Plain Layout
27162 c
27163 \end_layout
27164
27165 \end_inset
27166 </cell>
27167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27168 \begin_inset Text
27169
27170 \begin_layout Plain Layout
27171 d
27172 \end_layout
27173
27174 \end_inset
27175 </cell>
27176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27177 \begin_inset Text
27178
27179 \begin_layout Plain Layout
27180 e
27181 \end_layout
27182
27183 \end_inset
27184 </cell>
27185 </row>
27186 </lyxtabular>
27187
27188 \end_inset
27189
27190
27191 \end_layout
27192
27193 \end_inset
27194
27195
27196 \end_layout
27197
27198 \end_inset
27199
27200
27201 \end_layout
27202
27203 \begin_layout Section
27204 Flottants côte-à-côte
27205 \begin_inset Index idx
27206 status collapsed
27207
27208 \begin_layout Plain Layout
27209 Flottants ! côte-à-côte
27210 \end_layout
27211
27212 \end_inset
27213
27214
27215 \end_layout
27216
27217 \begin_layout Standard
27218 Pour placer des flottants côte-à-côte, comme pour la figure
27219 \begin_inset space ~
27220 \end_inset
27221
27222
27223 \begin_inset CommandInset ref
27224 LatexCommand ref
27225 reference "fig:Flottant-gauche"
27226
27227 \end_inset
27228
27229  et 
27230 \begin_inset CommandInset ref
27231 LatexCommand ref
27232 reference "fig:Flottant-droit"
27233
27234 \end_inset
27235
27236 , on n'utilise 
27237 \emph on
27238 qu'un seul 
27239 \emph default
27240 flottant.
27241  On y insère deux boîtes de minipages.
27242 \begin_inset Foot
27243 status collapsed
27244
27245 \begin_layout Plain Layout
27246 Les minipages sont décrites dans la section
27247 \begin_inset space ~
27248 \end_inset
27249
27250
27251 \begin_inset CommandInset ref
27252 LatexCommand ref
27253 reference "sec:Minipages"
27254
27255 \end_inset
27256
27257 .
27258 \end_layout
27259
27260 \end_inset
27261
27262  La largeur est mise à 45
27263 \begin_inset space \thinspace{}
27264 \end_inset
27265
27266 -50
27267 \begin_inset space \thinspace{}
27268 \end_inset
27269
27270 column% et l'alignement de la boîte à 
27271 \family sans
27272 Bas
27273 \family default
27274  pour chaque minipage.
27275  Les boîtes minipages contiennent l'image et la légende exactement comme
27276  avec un flottant.
27277  La seule différence est que l'unité de longueur 
27278 \family sans
27279 Largeur
27280 \begin_inset space ~
27281 \end_inset
27282
27283 colonne
27284 \begin_inset space ~
27285 \end_inset
27286
27287 %
27288 \family default
27289  utilisée pour l'image est maintenant définie par rapport à la largeur des
27290  boîtes minipages.
27291 \end_layout
27292
27293 \begin_layout Standard
27294 \begin_inset Float figure
27295 wide false
27296 sideways false
27297 status open
27298
27299 \begin_layout Plain Layout
27300 \begin_inset Box Frameless
27301 position "b"
27302 hor_pos "c"
27303 has_inner_box 1
27304 inner_pos "t"
27305 use_parbox 0
27306 use_makebox 0
27307 width "45col%"
27308 special "none"
27309 height "1in"
27310 height_special "totalheight"
27311 thickness "0.4pt"
27312 separation "3pt"
27313 shadowsize "4pt"
27314 framecolor "black"
27315 backgroundcolor "none"
27316 status open
27317
27318 \begin_layout Plain Layout
27319 \align center
27320 \begin_inset Graphics
27321         filename ../clipart/mobius.eps
27322         lyxscale 50
27323         width 100col%
27324         scaleBeforeRotation
27325
27326 \end_inset
27327
27328
27329 \end_layout
27330
27331 \begin_layout Plain Layout
27332 \begin_inset Caption Standard
27333
27334 \begin_layout Plain Layout
27335 \begin_inset CommandInset label
27336 LatexCommand label
27337 name "fig:Flottant-gauche"
27338
27339 \end_inset
27340
27341 Flottant du côté gauche.
27342 \end_layout
27343
27344 \end_inset
27345
27346
27347 \end_layout
27348
27349 \end_inset
27350
27351
27352 \begin_inset space \hfill{}
27353 \end_inset
27354
27355
27356 \begin_inset Box Frameless
27357 position "b"
27358 hor_pos "c"
27359 has_inner_box 1
27360 inner_pos "t"
27361 use_parbox 0
27362 use_makebox 0
27363 width "45col%"
27364 special "none"
27365 height "1in"
27366 height_special "totalheight"
27367 thickness "0.4pt"
27368 separation "3pt"
27369 shadowsize "4pt"
27370 framecolor "black"
27371 backgroundcolor "none"
27372 status open
27373
27374 \begin_layout Plain Layout
27375 \align center
27376 \begin_inset Graphics
27377         filename ../clipart/platypus.eps
27378         lyxscale 50
27379         width 100col%
27380         scaleBeforeRotation
27381
27382 \end_inset
27383
27384
27385 \end_layout
27386
27387 \begin_layout Plain Layout
27388 \begin_inset Caption Standard
27389
27390 \begin_layout Plain Layout
27391 \begin_inset CommandInset label
27392 LatexCommand label
27393 name "fig:Flottant-droit"
27394
27395 \end_inset
27396
27397 Flottant du côté droit.
27398 \end_layout
27399
27400 \end_inset
27401
27402
27403 \end_layout
27404
27405 \end_inset
27406
27407
27408 \end_layout
27409
27410 \end_inset
27411
27412
27413 \end_layout
27414
27415 \begin_layout Standard
27416 Une solution alternative plus simple consiste à utiliser le module 
27417 \family sans
27418 Minipages à largeur variable
27419 \family default
27420 , voir la section
27421 \begin_inset space \thinspace{}
27422 \end_inset
27423
27424
27425 \begin_inset CommandInset ref
27426 LatexCommand ref
27427 reference "sec:Minipages"
27428
27429 \end_inset
27430
27431 .
27432  Les minipages à largeur variable s’adaptent automatiquement à la largeur
27433  des figures et des tableaux.
27434  Il n'est pas nécessaire de spécifier explicitement une largeur, et elles
27435  améliorent l'alignement horizontal des figures.
27436  Le fichier du répertoire des exemples 
27437 \emph on
27438 varwidth-floats-side-by-side
27439 \emph default
27440  donnes des exemples d'utilisation du module.
27441 \end_layout
27442
27443 \begin_layout Section
27444 Mise en forme de la légende
27445 \begin_inset Index idx
27446 status collapsed
27447
27448 \begin_layout Plain Layout
27449 Légende ! Mise en forme
27450 \end_layout
27451
27452 \end_inset
27453
27454
27455 \begin_inset Index idx
27456 status collapsed
27457
27458 \begin_layout Plain Layout
27459 Flottants ! Mise en forme de la Légende
27460 \end_layout
27461
27462 \end_inset
27463
27464
27465 \begin_inset CommandInset label
27466 LatexCommand label
27467 name "sec:Formatage-légende"
27468
27469 \end_inset
27470
27471
27472 \end_layout
27473
27474 \begin_layout Standard
27475 L'environnement 
27476 \family sans
27477 Légende
27478 \family default
27479  est l'environnement de paragraphe implicite pour les 
27480 \family sans
27481 flottants
27482 \family default
27483 .
27484  Dans la fenêtre de \SpecialChar LyX
27485  les légendes apparaissent comme une étiquette comme
27486  par exemple 
27487 \begin_inset Quotes fld
27488 \end_inset
27489
27490
27491 \family sans
27492 Figure #:
27493 \family default
27494
27495 \begin_inset Quotes frd
27496 \end_inset
27497
27498  suivi par le texte de la légende.
27499  Le 
27500 \begin_inset Quotes fld
27501 \end_inset
27502
27503 #
27504 \begin_inset Quotes frd
27505 \end_inset
27506
27507  étant remplacé par le numéro de référence réel.
27508  implicitement l'étiquette et le numéro sont dans la même police de caractères
27509  que le texte de la légende et deux points suivent le numéro pour séparer
27510  l'étiquette du texte.
27511  Ce format de légende n'est pas forcément adapté à tous les types de documents.
27512 \end_layout
27513
27514 \begin_layout Standard
27515 Pour modifier le format implicite des légendes, il faut charger le paquetage
27516  \SpecialChar LaTeX
27517  
27518 \series bold
27519 caption
27520 \series default
27521
27522 \begin_inset Index idx
27523 status collapsed
27524
27525 \begin_layout Plain Layout
27526 Paquetages \SpecialChar LaTeX
27527  ! caption
27528 \end_layout
27529
27530 \end_inset
27531
27532  dans le préambule de votre document avec la ligne suivante :
27533 \end_layout
27534
27535 \begin_layout Standard
27536
27537 \series bold
27538
27539 \backslash
27540 usepackage[format definition]{caption}
27541 \end_layout
27542
27543 \begin_layout Standard
27544 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
27545  grasse et les légendes de tableau toujours au dessus des tableaux, comme
27546  dans ce document, utilisez les commandes suivantes :
27547 \end_layout
27548
27549 \begin_layout Standard
27550
27551 \series bold
27552
27553 \backslash
27554 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27555 \end_layout
27556
27557 \begin_layout Standard
27558 Vous pouvez aussi définir des formats de légendes différents pour les différents
27559  types de flottants.
27560  Dans ce cas chargez le paquetage 
27561 \series bold
27562 caption 
27563 \series default
27564 sans option de format spécifique et définissez les différents formats à
27565  l'aide de la commande 
27566 \end_layout
27567
27568 \begin_layout Standard
27569
27570 \series bold
27571
27572 \backslash
27573 captionsetup[type de flottant]{définition du format}
27574 \end_layout
27575
27576 \begin_layout Standard
27577 dans le préambule du document.
27578  Par exemple les formats de légende de la Figure
27579 \begin_inset space ~
27580 \end_inset
27581
27582
27583 \begin_inset CommandInset ref
27584 LatexCommand ref
27585 reference "fig:Legende-de-fig"
27586
27587 \end_inset
27588
27589  et du Tableau
27590 \begin_inset space ~
27591 \end_inset
27592
27593
27594 \begin_inset CommandInset ref
27595 LatexCommand ref
27596 reference "tab:Légende-de-tab"
27597
27598 \end_inset
27599
27600  peuvent être créés en utilisant les commandes suivantes dans le préambule
27601  :
27602 \end_layout
27603
27604 \begin_layout Standard
27605
27606 \series bold
27607
27608 \backslash
27609 usepackage[tableposition=top]{caption}
27610 \series default
27611
27612 \begin_inset Newline newline
27613 \end_inset
27614
27615
27616 \series bold
27617
27618 \backslash
27619 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27620 \begin_inset Newline newline
27621 \end_inset
27622
27623
27624 \begin_inset Phantom HPhantom
27625 status open
27626
27627 \begin_layout Plain Layout
27628
27629 \series bold
27630
27631 \backslash
27632 captionsetup[figure]{
27633 \end_layout
27634
27635 \end_inset
27636
27637 labelsep=period}
27638 \begin_inset Newline newline
27639 \end_inset
27640
27641
27642 \backslash
27643 captionsetup[table]{labelfont={bf,sf}}
27644 \end_layout
27645
27646 \begin_layout Standard
27647 \begin_inset Note Greyedout
27648 status open
27649
27650 \begin_layout Plain Layout
27651
27652 \series bold
27653 Note:
27654 \series default
27655  L'option 
27656 \series bold
27657 tableposition=top
27658 \series default
27659  n'a pas d'effet quand on utilise un document de classe 
27660 \series bold
27661 KOMA-Script
27662 \series default
27663
27664 \begin_inset Index idx
27665 status collapsed
27666
27667 \begin_layout Plain Layout
27668 Paquetages \SpecialChar LaTeX
27669  ! KOMA-Script
27670 \end_layout
27671
27672 \end_inset
27673
27674 .
27675  Dans ce cas on doit utiliser l'option 
27676 \series bold
27677 captions=tableheading
27678 \series default
27679  de la classe de document.
27680 \end_layout
27681
27682 \end_inset
27683
27684
27685 \end_layout
27686
27687 \begin_layout Standard
27688 Pour plus d'information sur le paquetage 
27689 \series bold
27690 caption
27691 \series default
27692  nous vous renvoyons à sa documentation 
27693 \begin_inset CommandInset citation
27694 LatexCommand cite
27695 key "caption"
27696
27697 \end_inset
27698
27699 .
27700 \end_layout
27701
27702 \begin_layout Standard
27703 Pour changer le nom de l'étiquette, par exemple de 
27704 \begin_inset Quotes fld
27705 \end_inset
27706
27707 Figure
27708 \begin_inset Quotes frd
27709 \end_inset
27710
27711  à 
27712 \begin_inset Quotes fld
27713 \end_inset
27714
27715 Image
27716 \begin_inset Quotes frd
27717 \end_inset
27718
27719 , utilisez la commande suivante dans le préambule :
27720 \end_layout
27721
27722 \begin_layout Standard
27723
27724 \series bold
27725
27726 \backslash
27727 renewcommand{
27728 \backslash
27729 fnum@figure}{Image~
27730 \backslash
27731 thefigure}
27732 \end_layout
27733
27734 \begin_layout Standard
27735 où 
27736 \series bold
27737
27738 \backslash
27739 thefigure
27740 \series default
27741  insère le numéro de la figure et
27742 \series bold
27743  
27744 \begin_inset Quotes fld
27745 \end_inset
27746
27747 ~
27748 \series default
27749
27750 \begin_inset Quotes frd
27751 \end_inset
27752
27753  ajoute une espace insécable.
27754 \end_layout
27755
27756 \begin_layout Standard
27757 \begin_inset VSpace bigskip
27758 \end_inset
27759
27760 Si vous utilisez un document de classe 
27761 \series bold
27762 KOMA-Script
27763 \series default
27764
27765 \begin_inset Index idx
27766 status collapsed
27767
27768 \begin_layout Plain Layout
27769 Paquetages \SpecialChar LaTeX
27770  ! KOMA-Script
27771 \end_layout
27772
27773 \end_inset
27774
27775  (
27776 \family sans
27777 article (KOMA-Script)
27778 \family default
27779
27780 \family sans
27781 book (KOMA-Script)
27782 \family default
27783
27784 \family sans
27785 letter (KOMA-Script)
27786 \family default
27787 , ou 
27788 \family sans
27789 report (KOMA-Script)
27790 \family default
27791
27792 \begin_inset space \thinspace{}
27793 \end_inset
27794
27795 ), Vous pouvez utiliser la commande incorporée 
27796 \series bold
27797
27798 \backslash
27799 setkomafont 
27800 \series default
27801 du paquetage
27802 \series bold
27803  KOMA-Script 
27804 \series default
27805 à la place du paquetage
27806 \series bold
27807  caption.
27808  
27809 \series default
27810 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
27811  suivante au préambule de votre document :
27812 \end_layout
27813
27814 \begin_layout Standard
27815
27816 \series bold
27817
27818 \backslash
27819 setkomafont{captionlabel}{
27820 \backslash
27821 bfseries}
27822 \end_layout
27823
27824 \begin_layout Standard
27825 Pour plus d'information au sujet de 
27826 \series bold
27827
27828 \backslash
27829 setkomafont
27830 \series default
27831  nous vous renvoyons à la documentation du paquetage 
27832 \series bold
27833 KOMA-Script
27834 \series default
27835  
27836 \begin_inset CommandInset citation
27837 LatexCommand cite
27838 key "KOMA-Script"
27839
27840 \end_inset
27841
27842 .
27843 \end_layout
27844
27845 \begin_layout Standard
27846 \begin_inset ERT
27847 status collapsed
27848
27849 \begin_layout Plain Layout
27850
27851
27852 \backslash
27853 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27854 }
27855 \end_layout
27856
27857 \end_inset
27858
27859
27860 \begin_inset Note Note
27861 status open
27862
27863 \begin_layout Plain Layout
27864 Le format de la légende n'est modifié que pour cet exemple.
27865 \end_layout
27866
27867 \end_inset
27868
27869
27870 \end_layout
27871
27872 \begin_layout Standard
27873 \begin_inset Float figure
27874 placement !p
27875 wide false
27876 sideways false
27877 status open
27878
27879 \begin_layout Plain Layout
27880 \align center
27881 \begin_inset Graphics
27882         filename ../clipart/mobius.eps
27883         lyxscale 50
27884         scale 50
27885         scaleBeforeRotation
27886
27887 \end_inset
27888
27889
27890 \end_layout
27891
27892 \begin_layout Plain Layout
27893 \begin_inset Caption Standard
27894
27895 \begin_layout Plain Layout
27896 \begin_inset CommandInset label
27897 LatexCommand label
27898 name "fig:Legende-de-fig"
27899
27900 \end_inset
27901
27902 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
27903  pour montrer les différents types de formats de légendes.
27904  Ici on a utilisé un format de légende personnalisé.
27905 \end_layout
27906
27907 \end_inset
27908
27909
27910 \end_layout
27911
27912 \end_inset
27913
27914
27915 \end_layout
27916
27917 \begin_layout Standard
27918 \begin_inset ERT
27919 status collapsed
27920
27921 \begin_layout Plain Layout
27922
27923
27924 \backslash
27925 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27926 on}
27927 \end_layout
27928
27929 \end_inset
27930
27931
27932 \end_layout
27933
27934 \begin_layout Standard
27935 \begin_inset Float table
27936 placement !p
27937 wide false
27938 sideways false
27939 status open
27940
27941 \begin_layout Plain Layout
27942 \begin_inset Caption Standard
27943
27944 \begin_layout Plain Layout
27945 \begin_inset CommandInset label
27946 LatexCommand label
27947 name "tab:Légende-de-tab"
27948
27949 \end_inset
27950
27951 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
27952  pour montrer les différents types de formats de légendes.
27953  Ici on a utilisé le format de légende implicite.
27954 \end_layout
27955
27956 \end_inset
27957
27958
27959 \end_layout
27960
27961 \begin_layout Plain Layout
27962 \align center
27963 \begin_inset Tabular
27964 <lyxtabular version="3" rows="1" columns="5">
27965 <features tabularvalignment="middle">
27966 <column alignment="center" valignment="top">
27967 <column alignment="center" valignment="top">
27968 <column alignment="center" valignment="top">
27969 <column alignment="center" valignment="top">
27970 <column alignment="center" valignment="top">
27971 <row>
27972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27973 \begin_inset Text
27974
27975 \begin_layout Plain Layout
27976 a
27977 \end_layout
27978
27979 \end_inset
27980 </cell>
27981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27982 \begin_inset Text
27983
27984 \begin_layout Plain Layout
27985 b
27986 \end_layout
27987
27988 \end_inset
27989 </cell>
27990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27991 \begin_inset Text
27992
27993 \begin_layout Plain Layout
27994 c
27995 \end_layout
27996
27997 \end_inset
27998 </cell>
27999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28000 \begin_inset Text
28001
28002 \begin_layout Plain Layout
28003 d
28004 \end_layout
28005
28006 \end_inset
28007 </cell>
28008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28009 \begin_inset Text
28010
28011 \begin_layout Plain Layout
28012 e
28013 \end_layout
28014
28015 \end_inset
28016 </cell>
28017 </row>
28018 </lyxtabular>
28019
28020 \end_inset
28021
28022
28023 \end_layout
28024
28025 \end_inset
28026
28027
28028 \end_layout
28029
28030 \begin_layout Section
28031 Positionnement de la Légende
28032 \begin_inset Index idx
28033 status collapsed
28034
28035 \begin_layout Plain Layout
28036 Légende ! Placement
28037 \end_layout
28038
28039 \end_inset
28040
28041
28042 \begin_inset Index idx
28043 status collapsed
28044
28045 \begin_layout Plain Layout
28046 Flottants ! Placement de la légende
28047 \end_layout
28048
28049 \end_inset
28050
28051
28052 \begin_inset CommandInset label
28053 LatexCommand label
28054 name "sec:Placement-légende"
28055
28056 \end_inset
28057
28058
28059 \end_layout
28060
28061 \begin_layout Standard
28062 La règle habituelle pour placer la légende est :
28063 \end_layout
28064
28065 \begin_layout Description
28066 Figure
28067 \begin_inset space ~
28068 \end_inset
28069
28070 : La légende est placée en dessous de la figure
28071 \end_layout
28072
28073 \begin_layout Description
28074 Tableau
28075 \begin_inset space ~
28076 \end_inset
28077
28078 : La légende est placée au dessus du tableau
28079 \end_layout
28080
28081 \begin_layout Standard
28082 Malheureusement les classes standard de \SpecialChar LaTeX
28083  ne gèrent pas les légendes au dessus
28084  des tableaux.
28085  Ce qui fait que si vous utilisez une des classes de document 
28086 \family sans
28087 article
28088 \family default
28089
28090 \family sans
28091 book
28092 \family default
28093
28094 \family sans
28095 letter
28096 \family default
28097 , ou 
28098 \family sans
28099 report
28100 \family default
28101  il n'y aura pas d'espace libre entre la légende et le tableau.
28102  Pour insérer l'espace nécessaire, 
28103 \lang english
28104 load
28105 \lang french
28106  le paquetage \SpecialChar LaTeX
28107  
28108 \series bold
28109 caption
28110 \series default
28111
28112 \begin_inset Index idx
28113 status collapsed
28114
28115 \begin_layout Plain Layout
28116 Paquetages \SpecialChar LaTeX
28117  ! caption
28118 \end_layout
28119
28120 \end_inset
28121
28122  dans le préambule de votre document avec l'option
28123 \begin_inset Foot
28124 status collapsed
28125
28126 \begin_layout Plain Layout
28127 Voir la section
28128 \begin_inset space ~
28129 \end_inset
28130
28131
28132 \begin_inset CommandInset ref
28133 LatexCommand ref
28134 reference "sec:Formatage-légende"
28135
28136 \end_inset
28137
28138  pour plus d'information sur le paquetage 
28139 \series bold
28140 caption
28141 \series default
28142 .
28143 \end_layout
28144
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \begin_layout Standard
28151
28152 \series bold
28153 tableposition=top
28154 \end_layout
28155
28156 \begin_layout Standard
28157 Si vous utilisez une classe de document 
28158 \series bold
28159 KOMA-Script
28160 \series default
28161
28162 \begin_inset Index idx
28163 status collapsed
28164
28165 \begin_layout Plain Layout
28166 Paquetages \SpecialChar LaTeX
28167  ! KOMA-Script
28168 \end_layout
28169
28170 \end_inset
28171
28172  (
28173 \family sans
28174 article (KOMA-Script)
28175 \family default
28176
28177 \family sans
28178 book (KOMA-Script)
28179 \family default
28180
28181 \family sans
28182 letter (KOMA-Script)
28183 \family default
28184 , ou 
28185 \family sans
28186 report (KOMA-Script)
28187 \family default
28188
28189 \begin_inset space \thinspace{}
28190 \end_inset
28191
28192 ), vous pouvez utiliser à la place du paquetage 
28193 \series bold
28194 caption
28195 \series default
28196  l'option
28197 \end_layout
28198
28199 \begin_layout Standard
28200
28201 \series bold
28202 captions=tableheading
28203 \end_layout
28204
28205 \begin_layout Standard
28206 de la classe de document.
28207 \begin_inset Foot
28208 status open
28209
28210 \begin_layout Plain Layout
28211 Cette option est utilisée dans le document
28212 \end_layout
28213
28214 \end_inset
28215
28216
28217 \end_layout
28218
28219 \begin_layout Standard
28220 Dans les documents utilisant la classe KOMA-Script, vous pouvez aussi ouvrir
28221  le menu contextuel dans une légende avec un clic droit et indiquer si la
28222  légende doit être au-dessus ou au-dessous du tableau ou de la figure.
28223  Vous pouvez de cette façon écraser le réglage global de placement des légendes
28224  pour certaines d'entre elles.
28225  Le tableau
28226 \begin_inset space ~
28227 \end_inset
28228
28229
28230 \begin_inset CommandInset ref
28231 LatexCommand ref
28232 reference "tab:A-caption-marked"
28233
28234 \end_inset
28235
28236  donne un exemple dans lequel la légende est positionnée au-dessous du tableau
28237  alors qu'elle est insérée au-dessus.
28238  Par comparaison, la légende du tableau
28239 \begin_inset space ~
28240 \end_inset
28241
28242
28243 \begin_inset CommandInset ref
28244 LatexCommand ref
28245 reference "tab:A-standard-table"
28246
28247 \end_inset
28248
28249  n'est pas repositionnée.
28250 \end_layout
28251
28252 \begin_layout Standard
28253 \begin_inset Float table
28254 wide false
28255 sideways false
28256 status open
28257
28258 \begin_layout Plain Layout
28259 \begin_inset Caption Below
28260
28261 \begin_layout Plain Layout
28262 \begin_inset CommandInset label
28263 LatexCommand label
28264 name "tab:A-caption-marked"
28265
28266 \end_inset
28267
28268 Une légende positionnée sous le tableau par le menu contextuel
28269 \lang english
28270 .
28271 \end_layout
28272
28273 \end_inset
28274
28275
28276 \end_layout
28277
28278 \begin_layout Plain Layout
28279 \align center
28280 \begin_inset Tabular
28281 <lyxtabular version="3" rows="3" columns="3">
28282 <features tabularvalignment="middle">
28283 <column alignment="center" valignment="top" width="0pt">
28284 <column alignment="center" valignment="top" width="0pt">
28285 <column alignment="center" valignment="top" width="0pt">
28286 <row>
28287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28288 \begin_inset Text
28289
28290 \begin_layout Plain Layout
28291 1
28292 \end_layout
28293
28294 \end_inset
28295 </cell>
28296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28297 \begin_inset Text
28298
28299 \begin_layout Plain Layout
28300 2
28301 \end_layout
28302
28303 \end_inset
28304 </cell>
28305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28306 \begin_inset Text
28307
28308 \begin_layout Plain Layout
28309 3
28310 \end_layout
28311
28312 \end_inset
28313 </cell>
28314 </row>
28315 <row>
28316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28317 \begin_inset Text
28318
28319 \begin_layout Plain Layout
28320 Jean
28321 \end_layout
28322
28323 \end_inset
28324 </cell>
28325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28326 \begin_inset Text
28327
28328 \begin_layout Plain Layout
28329 Marie
28330 \end_layout
28331
28332 \end_inset
28333 </cell>
28334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28335 \begin_inset Text
28336
28337 \begin_layout Plain Layout
28338 Pierre
28339 \end_layout
28340
28341 \end_inset
28342 </cell>
28343 </row>
28344 <row>
28345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28346 \begin_inset Text
28347
28348 \begin_layout Plain Layout
28349 \begin_inset Formula $\int x^{2}dx$
28350 \end_inset
28351
28352
28353 \end_layout
28354
28355 \end_inset
28356 </cell>
28357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28358 \begin_inset Text
28359
28360 \begin_layout Plain Layout
28361 \begin_inset Formula $\left[\begin{array}{cc}
28362 a & b\\
28363 c & d
28364 \end{array}\right]$
28365 \end_inset
28366
28367
28368 \end_layout
28369
28370 \end_inset
28371 </cell>
28372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28373 \begin_inset Text
28374
28375 \begin_layout Plain Layout
28376 \begin_inset Formula $1+1=2$
28377 \end_inset
28378
28379
28380 \end_layout
28381
28382 \end_inset
28383 </cell>
28384 </row>
28385 </lyxtabular>
28386
28387 \end_inset
28388
28389
28390 \end_layout
28391
28392 \end_inset
28393
28394
28395 \end_layout
28396
28397 \begin_layout Standard
28398 \begin_inset Float table
28399 wide false
28400 sideways false
28401 status open
28402
28403 \begin_layout Plain Layout
28404 \begin_inset Caption Standard
28405
28406 \begin_layout Plain Layout
28407 \begin_inset CommandInset label
28408 LatexCommand label
28409 name "tab:A-standard-table"
28410
28411 \end_inset
28412
28413 Une légende de tableau standard
28414 \end_layout
28415
28416 \end_inset
28417
28418
28419 \end_layout
28420
28421 \begin_layout Plain Layout
28422 \align center
28423 \begin_inset Tabular
28424 <lyxtabular version="3" rows="3" columns="3">
28425 <features tabularvalignment="middle">
28426 <column alignment="center" valignment="top" width="0pt">
28427 <column alignment="center" valignment="top" width="0pt">
28428 <column alignment="center" valignment="top" width="0pt">
28429 <row>
28430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28431 \begin_inset Text
28432
28433 \begin_layout Plain Layout
28434 1
28435 \end_layout
28436
28437 \end_inset
28438 </cell>
28439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28440 \begin_inset Text
28441
28442 \begin_layout Plain Layout
28443 2
28444 \end_layout
28445
28446 \end_inset
28447 </cell>
28448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28449 \begin_inset Text
28450
28451 \begin_layout Plain Layout
28452 3
28453 \end_layout
28454
28455 \end_inset
28456 </cell>
28457 </row>
28458 <row>
28459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28460 \begin_inset Text
28461
28462 \begin_layout Plain Layout
28463 Jean
28464 \end_layout
28465
28466 \end_inset
28467 </cell>
28468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28469 \begin_inset Text
28470
28471 \begin_layout Plain Layout
28472 Marie
28473 \end_layout
28474
28475 \end_inset
28476 </cell>
28477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28478 \begin_inset Text
28479
28480 \begin_layout Plain Layout
28481 Pierre
28482 \end_layout
28483
28484 \end_inset
28485 </cell>
28486 </row>
28487 <row>
28488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28489 \begin_inset Text
28490
28491 \begin_layout Plain Layout
28492 \begin_inset Formula $\int x^{2}dx$
28493 \end_inset
28494
28495
28496 \end_layout
28497
28498 \end_inset
28499 </cell>
28500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28501 \begin_inset Text
28502
28503 \begin_layout Plain Layout
28504 \begin_inset Formula $\left[\begin{array}{cc}
28505 a & b\\
28506 c & d
28507 \end{array}\right]$
28508 \end_inset
28509
28510
28511 \end_layout
28512
28513 \end_inset
28514 </cell>
28515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28516 \begin_inset Text
28517
28518 \begin_layout Plain Layout
28519 \begin_inset Formula $1+1=2$
28520 \end_inset
28521
28522
28523 \end_layout
28524
28525 \end_inset
28526 </cell>
28527 </row>
28528 </lyxtabular>
28529
28530 \end_inset
28531
28532
28533 \end_layout
28534
28535 \end_inset
28536
28537
28538 \end_layout
28539
28540 \begin_layout Standard
28541 \begin_inset VSpace bigskip
28542 \end_inset
28543
28544 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
28545  Pour cela, vous devez charger le paquetage \SpecialChar LaTeX
28546  
28547 \series bold
28548 sidecap
28549 \series default
28550
28551 \begin_inset Index idx
28552 status collapsed
28553
28554 \begin_layout Plain Layout
28555 Paquetages \SpecialChar LaTeX
28556  ! sidecap
28557 \end_layout
28558
28559 \end_inset
28560
28561  dans le préambule de votre document avec la ligne de commande suivante
28562 \end_layout
28563
28564 \begin_layout Standard
28565
28566 \series bold
28567
28568 \backslash
28569 usepackage[option]{sidecap}
28570 \end_layout
28571
28572 \begin_layout Standard
28573 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
28574  extérieure – à droite sur les pages impaires et à gauche sur les pages
28575  paires.
28576  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
28577  
28578 \series bold
28579 innercaption
28580 \series default
28581 .
28582  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
28583  
28584 \series bold
28585 rightcaption
28586 \series default
28587  ou 
28588 \series bold
28589 leftcaption
28590 \series default
28591 .
28592 \end_layout
28593
28594 \begin_layout Standard
28595 \begin_inset ERT
28596 status collapsed
28597
28598 \begin_layout Plain Layout
28599
28600
28601 \backslash
28602 ifsidecap
28603 \end_layout
28604
28605 \end_inset
28606
28607
28608 \begin_inset Note Note
28609 status open
28610
28611 \begin_layout Plain Layout
28612 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
28613  
28614 \series bold
28615 sidecap
28616 \series default
28617  a été installé.
28618 \end_layout
28619
28620 \end_inset
28621
28622
28623 \end_layout
28624
28625 \begin_layout Standard
28626 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
28627  ajouter ces commandes dans le préambule de votre document :
28628 \end_layout
28629
28630 \begin_layout Standard
28631 \noindent
28632 \begin_inset CommandInset line
28633 LatexCommand rule
28634 offset "0.5ex"
28635 width "100line%"
28636 height "1pt"
28637
28638 \end_inset
28639
28640
28641 \end_layout
28642
28643 \begin_layout Standard
28644
28645 \series bold
28646
28647 \backslash
28648 newcommand{
28649 \backslash
28650 TabBesBeg}[1][1.0]{%
28651 \begin_inset Newline newline
28652 \end_inset
28653
28654
28655 \begin_inset Phantom HPhantom
28656 status open
28657
28658 \begin_layout Plain Layout
28659 \begin_inset space ~
28660 \end_inset
28661
28662
28663 \end_layout
28664
28665 \end_inset
28666
28667
28668 \backslash
28669 let
28670 \backslash
28671 MyTable
28672 \backslash
28673 table
28674 \begin_inset Newline newline
28675 \end_inset
28676
28677
28678 \begin_inset Phantom HPhantom
28679 status open
28680
28681 \begin_layout Plain Layout
28682
28683 \series medium
28684 \begin_inset space ~
28685 \end_inset
28686
28687
28688 \end_layout
28689
28690 \end_inset
28691
28692
28693 \backslash
28694 let
28695 \backslash
28696 MyEndtable
28697 \backslash
28698 endtable
28699 \begin_inset Newline newline
28700 \end_inset
28701
28702
28703 \begin_inset Phantom HPhantom
28704 status open
28705
28706 \begin_layout Plain Layout
28707
28708 \series medium
28709 \begin_inset space ~
28710 \end_inset
28711
28712
28713 \end_layout
28714
28715 \end_inset
28716
28717
28718 \backslash
28719 renewenvironment{table}[1]{
28720 \backslash
28721 begin{SCtable}[#1]##1}{
28722 \backslash
28723 end{SCtable}}}
28724 \end_layout
28725
28726 \begin_layout Standard
28727
28728 \series bold
28729
28730 \backslash
28731 newcommand{
28732 \backslash
28733 TabBesEnd}{%
28734 \begin_inset Newline newline
28735 \end_inset
28736
28737
28738 \begin_inset Phantom HPhantom
28739 status open
28740
28741 \begin_layout Plain Layout
28742 \begin_inset space ~
28743 \end_inset
28744
28745
28746 \end_layout
28747
28748 \end_inset
28749
28750
28751 \backslash
28752 let
28753 \backslash
28754 table
28755 \backslash
28756 MyTable
28757 \begin_inset Newline newline
28758 \end_inset
28759
28760
28761 \begin_inset Phantom HPhantom
28762 status open
28763
28764 \begin_layout Plain Layout
28765 \begin_inset space ~
28766 \end_inset
28767
28768
28769 \end_layout
28770
28771 \end_inset
28772
28773
28774 \backslash
28775 let
28776 \backslash
28777 endtable
28778 \backslash
28779 MyEndtable
28780 \end_layout
28781
28782 \begin_layout Standard
28783
28784 \series bold
28785
28786 \backslash
28787 newcommand{
28788 \backslash
28789 FigBesBeg}[1][1.0]{%
28790 \begin_inset Newline newline
28791 \end_inset
28792
28793
28794 \begin_inset Phantom HPhantom
28795 status open
28796
28797 \begin_layout Plain Layout
28798 \begin_inset space ~
28799 \end_inset
28800
28801
28802 \end_layout
28803
28804 \end_inset
28805
28806
28807 \backslash
28808 let
28809 \backslash
28810 MyFigure
28811 \backslash
28812 figure
28813 \begin_inset Newline newline
28814 \end_inset
28815
28816
28817 \begin_inset Phantom HPhantom
28818 status open
28819
28820 \begin_layout Plain Layout
28821 \begin_inset space ~
28822 \end_inset
28823
28824
28825 \end_layout
28826
28827 \end_inset
28828
28829
28830 \backslash
28831 let
28832 \backslash
28833 MyEndfigure
28834 \backslash
28835 endfigure
28836 \begin_inset Newline newline
28837 \end_inset
28838
28839
28840 \begin_inset Phantom HPhantom
28841 status open
28842
28843 \begin_layout Plain Layout
28844 \begin_inset space ~
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \end_inset
28851
28852
28853 \backslash
28854 renewenvironment{figure}[1]{
28855 \backslash
28856 begin{SCfigure}[#1]##1}{
28857 \backslash
28858 end{SCfigure}}}
28859 \end_layout
28860
28861 \begin_layout Standard
28862
28863 \series bold
28864
28865 \backslash
28866 newcommand{
28867 \backslash
28868 FigBesEnd}{%
28869 \begin_inset Newline newline
28870 \end_inset
28871
28872
28873 \begin_inset Phantom HPhantom
28874 status open
28875
28876 \begin_layout Plain Layout
28877 \begin_inset space ~
28878 \end_inset
28879
28880
28881 \end_layout
28882
28883 \end_inset
28884
28885
28886 \backslash
28887 let
28888 \backslash
28889 figure
28890 \backslash
28891 MyFigure
28892 \begin_inset Newline newline
28893 \end_inset
28894
28895
28896 \begin_inset Phantom HPhantom
28897 status open
28898
28899 \begin_layout Plain Layout
28900 \begin_inset space ~
28901 \end_inset
28902
28903
28904 \end_layout
28905
28906 \end_inset
28907
28908
28909 \backslash
28910 let
28911 \backslash
28912 endfigure
28913 \backslash
28914 MyEndfigure}
28915 \end_layout
28916
28917 \begin_layout Standard
28918 \noindent
28919 \begin_inset CommandInset line
28920 LatexCommand rule
28921 offset "0.5ex"
28922 width "100line%"
28923 height "1pt"
28924
28925 \end_inset
28926
28927
28928 \end_layout
28929
28930 \begin_layout Standard
28931 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
28932  la légende se place sur le côté.
28933  Pour les flottants de figure, utilisez la commande
28934 \end_layout
28935
28936 \begin_layout Standard
28937
28938 \series bold
28939
28940 \backslash
28941 FigBesBeg
28942 \end_layout
28943
28944 \begin_layout Standard
28945 en code \SpecialChar TeX
28946  avant le flottant.
28947  Et insérez la commande
28948 \end_layout
28949
28950 \begin_layout Standard
28951
28952 \series bold
28953
28954 \backslash
28955 FigBesEnd
28956 \end_layout
28957
28958 \begin_layout Standard
28959 en code \SpecialChar TeX
28960  à l'endroit où vous voulez revenir à la définition originale du
28961  flottant.
28962 \end_layout
28963
28964 \begin_layout Standard
28965 Pour les flottants de tableau, utilisez les commandes correspondantes
28966 \end_layout
28967
28968 \begin_layout Standard
28969
28970 \series bold
28971
28972 \backslash
28973 TabBesBeg
28974 \series default
28975  et 
28976 \series bold
28977
28978 \backslash
28979 TabBesEnd
28980 \end_layout
28981
28982 \begin_layout Standard
28983 La figure
28984 \begin_inset space ~
28985 \end_inset
28986
28987
28988 \begin_inset CommandInset ref
28989 LatexCommand ref
28990 reference "fig:legende-a-coté-fig"
28991
28992 \end_inset
28993
28994  et le tableau
28995 \begin_inset space ~
28996 \end_inset
28997
28998
28999 \begin_inset CommandInset ref
29000 LatexCommand ref
29001 reference "tab:legende-à-coté-tableau"
29002
29003 \end_inset
29004
29005  sont des exemples où la légende a été mises sur le coté.
29006 \end_layout
29007
29008 \begin_layout Standard
29009 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
29010  pour les flottants de tableau et vers le bas pour les flottants de figure.
29011  Pour changer ce comportement, vous pouvez utiliser les commandes
29012 \end_layout
29013
29014 \begin_layout Standard
29015
29016 \series bold
29017
29018 \backslash
29019 sidecaptionvpos{type flottant}{placement}
29020 \end_layout
29021
29022 \begin_layout Standard
29023 dans le préambule du document ou en code \SpecialChar TeX
29024  juste avant le flottant visé.
29025  Le type du flottant est soit 
29026 \family sans
29027 figure
29028 \family default
29029  soit 
29030 \family sans
29031 table
29032 \family default
29033 , le placement peut être 
29034 \begin_inset Quotes fld
29035 \end_inset
29036
29037
29038 \family sans
29039 t
29040 \family default
29041
29042 \begin_inset Quotes frd
29043 \end_inset
29044
29045  pour haut (top), 
29046 \begin_inset Quotes fld
29047 \end_inset
29048
29049
29050 \family sans
29051 c
29052 \family default
29053
29054 \begin_inset Quotes frd
29055 \end_inset
29056
29057
29058 \begin_inset Quotes erd
29059 \end_inset
29060
29061  pour centre (center), ou 
29062 \begin_inset Quotes fld
29063 \end_inset
29064
29065
29066 \family sans
29067 b
29068 \family default
29069
29070 \begin_inset Quotes frd
29071 \end_inset
29072
29073  pour bas (bottom).
29074  Pour que, par exemple, les légendes des flottants de figure soient centrés
29075  verticalement, utilisez la commande
29076 \end_layout
29077
29078 \begin_layout Standard
29079
29080 \series bold
29081
29082 \backslash
29083 sidecaptionvpos{figure}{c}
29084 \end_layout
29085
29086 \begin_layout Standard
29087 C'est ce qui a été utilisé pour la figure
29088 \begin_inset space ~
29089 \end_inset
29090
29091
29092 \begin_inset CommandInset ref
29093 LatexCommand ref
29094 reference "fig:legende-à-coté-fig-2"
29095
29096 \end_inset
29097
29098 .
29099 \end_layout
29100
29101 \begin_layout Standard
29102 \begin_inset VSpace medskip
29103 \end_inset
29104
29105
29106 \end_layout
29107
29108 \begin_layout Standard
29109 La largeur de légende par défaut est celle de l'image ou du tableau.
29110  Pour des images ou des tableaux étroits, comme le tableau
29111 \begin_inset space ~
29112 \end_inset
29113
29114
29115 \begin_inset CommandInset ref
29116 LatexCommand ref
29117 reference "tab:legende-à-coté-tableau"
29118
29119 \end_inset
29120
29121 , cela donne des légendes trop étroites.
29122  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
29123  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
29124  La largeur de la légende sera automatiquement recalculée dans le cas où
29125  cette dernière déborderait dans la marge de la page ou de la colonne à
29126  cause de la largeur indiquée.
29127  Le 
29128 \emph on
29129 facteur 
29130 \emph default
29131 peut soit être donné comme argument pour 
29132 \series bold
29133
29134 \backslash
29135 FigBesBeg
29136 \series default
29137 :
29138 \end_layout
29139
29140 \begin_layout Standard
29141
29142 \series bold
29143
29144 \backslash
29145 FigBesBeg[facteur]
29146 \end_layout
29147
29148 \begin_layout Standard
29149 ou dans la définition de 
29150 \series bold
29151
29152 \backslash
29153 FigBesBeg 
29154 \series default
29155 en remplaçant le
29156 \series bold
29157  1.0 
29158 \series default
29159 par une autre valeur.
29160  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
29161  façon implicite quand  
29162 \series bold
29163
29164 \backslash
29165 FigBesBeg
29166 \series default
29167  est utilisé sans argument.
29168  Pour le tableau
29169 \begin_inset space ~
29170 \end_inset
29171
29172
29173 \begin_inset CommandInset ref
29174 LatexCommand ref
29175 reference "tab:cap-beside-tab-wider"
29176
29177 \end_inset
29178
29179  on a utilisé 5 comme facteur.
29180 \end_layout
29181
29182 \begin_layout Standard
29183
29184 \lang english
29185 \begin_inset Note Greyedout
29186 status open
29187
29188 \begin_layout Plain Layout
29189
29190 \series bold
29191 Note:
29192 \series default
29193  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
29194  utiliser l'option de placement, 
29195 \family sans
29196 Ici
29197 \begin_inset space ~
29198 \end_inset
29199
29200 à
29201 \begin_inset space ~
29202 \end_inset
29203
29204 tout
29205 \begin_inset space ~
29206 \end_inset
29207
29208 prix
29209 \family default
29210  parce qu'elle n'est pas gérée par 
29211 \series bold
29212 sidecap
29213 \series default
29214 .
29215 \end_layout
29216
29217 \end_inset
29218
29219
29220 \end_layout
29221
29222 \begin_layout Standard
29223 \begin_inset VSpace medskip
29224 \end_inset
29225
29226 Pour plus d'information sur le paquetage 
29227 \series bold
29228 sidecap
29229 \series default
29230  nous vous renvoyons à sa documentation 
29231 \begin_inset CommandInset citation
29232 LatexCommand cite
29233 key "sidecap"
29234
29235 \end_inset
29236
29237 .
29238 \end_layout
29239
29240 \begin_layout Standard
29241 \begin_inset Note Greyedout
29242 status open
29243
29244 \begin_layout Plain Layout
29245
29246 \series bold
29247 Note:
29248 \series default
29249  Le paquetage \SpecialChar LaTeX
29250  
29251 \series bold
29252 hypcap
29253 \series default
29254
29255 \begin_inset Index idx
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259 Paquetages \SpecialChar LaTeX
29260  ! hypcap
29261 \end_layout
29262
29263 \end_inset
29264
29265 , qui est décrit dans la section
29266 \begin_inset space ~
29267 \end_inset
29268
29269
29270 \begin_inset CommandInset ref
29271 LatexCommand ref
29272 reference "subsec:Reference-Position"
29273
29274 \end_inset
29275
29276 , n'a pas d'effet sur les flottants avec une légende placée à côté.
29277 \end_layout
29278
29279 \end_inset
29280
29281
29282 \end_layout
29283
29284 \begin_layout Standard
29285 \begin_inset ERT
29286 status collapsed
29287
29288 \begin_layout Plain Layout
29289
29290
29291 \backslash
29292 FigBesBeg 
29293 \end_layout
29294
29295 \end_inset
29296
29297
29298 \end_layout
29299
29300 \begin_layout Standard
29301 \begin_inset Float figure
29302 wide false
29303 sideways false
29304 status open
29305
29306 \begin_layout Plain Layout
29307 \begin_inset Graphics
29308         filename ../clipart/escher-lsd.eps
29309         scale 75
29310         scaleBeforeRotation
29311
29312 \end_inset
29313
29314
29315 \end_layout
29316
29317 \begin_layout Plain Layout
29318 \begin_inset Caption Standard
29319
29320 \begin_layout Plain Layout
29321 \begin_inset CommandInset label
29322 LatexCommand label
29323 name "fig:legende-a-coté-fig"
29324
29325 \end_inset
29326
29327 Une légende à côté d'une figure.
29328 \end_layout
29329
29330 \end_inset
29331
29332
29333 \end_layout
29334
29335 \end_inset
29336
29337
29338 \end_layout
29339
29340 \begin_layout Standard
29341 \begin_inset ERT
29342 status collapsed
29343
29344 \begin_layout Plain Layout
29345
29346
29347 \backslash
29348 FigBesEnd
29349 \end_layout
29350
29351 \end_inset
29352
29353
29354 \end_layout
29355
29356 \begin_layout Standard
29357 \begin_inset ERT
29358 status collapsed
29359
29360 \begin_layout Plain Layout
29361
29362
29363 \backslash
29364 TabBesBeg 
29365 \end_layout
29366
29367 \end_inset
29368
29369
29370 \end_layout
29371
29372 \begin_layout Standard
29373 \begin_inset Float table
29374 wide false
29375 sideways false
29376 status open
29377
29378 \begin_layout Plain Layout
29379 \begin_inset Caption Standard
29380
29381 \begin_layout Plain Layout
29382 \begin_inset CommandInset label
29383 LatexCommand label
29384 name "tab:legende-à-coté-tableau"
29385
29386 \end_inset
29387
29388 Une légende à côté d'un tableau.
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \end_layout
29395
29396 \begin_layout Plain Layout
29397 \begin_inset Tabular
29398 <lyxtabular version="3" rows="4" columns="5">
29399 <features tabularvalignment="middle">
29400 <column alignment="center" valignment="top">
29401 <column alignment="center" valignment="top">
29402 <column alignment="center" valignment="top">
29403 <column alignment="center" valignment="top">
29404 <column alignment="center" valignment="top">
29405 <row>
29406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29407 \begin_inset Text
29408
29409 \begin_layout Plain Layout
29410 a
29411 \end_layout
29412
29413 \end_inset
29414 </cell>
29415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29416 \begin_inset Text
29417
29418 \begin_layout Plain Layout
29419
29420 \end_layout
29421
29422 \end_inset
29423 </cell>
29424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29425 \begin_inset Text
29426
29427 \begin_layout Plain Layout
29428 b
29429 \end_layout
29430
29431 \end_inset
29432 </cell>
29433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29434 \begin_inset Text
29435
29436 \begin_layout Plain Layout
29437
29438 \end_layout
29439
29440 \end_inset
29441 </cell>
29442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29443 \begin_inset Text
29444
29445 \begin_layout Plain Layout
29446 c
29447 \end_layout
29448
29449 \end_inset
29450 </cell>
29451 </row>
29452 <row>
29453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29454 \begin_inset Text
29455
29456 \begin_layout Plain Layout
29457
29458 \end_layout
29459
29460 \end_inset
29461 </cell>
29462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29463 \begin_inset Text
29464
29465 \begin_layout Plain Layout
29466 d
29467 \end_layout
29468
29469 \end_inset
29470 </cell>
29471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29472 \begin_inset Text
29473
29474 \begin_layout Plain Layout
29475
29476 \end_layout
29477
29478 \end_inset
29479 </cell>
29480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29481 \begin_inset Text
29482
29483 \begin_layout Plain Layout
29484 e
29485 \end_layout
29486
29487 \end_inset
29488 </cell>
29489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29490 \begin_inset Text
29491
29492 \begin_layout Plain Layout
29493
29494 \end_layout
29495
29496 \end_inset
29497 </cell>
29498 </row>
29499 <row>
29500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29501 \begin_inset Text
29502
29503 \begin_layout Plain Layout
29504 f
29505 \end_layout
29506
29507 \end_inset
29508 </cell>
29509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29510 \begin_inset Text
29511
29512 \begin_layout Plain Layout
29513
29514 \end_layout
29515
29516 \end_inset
29517 </cell>
29518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29519 \begin_inset Text
29520
29521 \begin_layout Plain Layout
29522 g
29523 \end_layout
29524
29525 \end_inset
29526 </cell>
29527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29528 \begin_inset Text
29529
29530 \begin_layout Plain Layout
29531
29532 \end_layout
29533
29534 \end_inset
29535 </cell>
29536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29537 \begin_inset Text
29538
29539 \begin_layout Plain Layout
29540 h
29541 \end_layout
29542
29543 \end_inset
29544 </cell>
29545 </row>
29546 <row>
29547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29548 \begin_inset Text
29549
29550 \begin_layout Plain Layout
29551
29552 \end_layout
29553
29554 \end_inset
29555 </cell>
29556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29557 \begin_inset Text
29558
29559 \begin_layout Plain Layout
29560 i
29561 \end_layout
29562
29563 \end_inset
29564 </cell>
29565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29566 \begin_inset Text
29567
29568 \begin_layout Plain Layout
29569
29570 \end_layout
29571
29572 \end_inset
29573 </cell>
29574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29575 \begin_inset Text
29576
29577 \begin_layout Plain Layout
29578 j
29579 \end_layout
29580
29581 \end_inset
29582 </cell>
29583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29584 \begin_inset Text
29585
29586 \begin_layout Plain Layout
29587
29588 \end_layout
29589
29590 \end_inset
29591 </cell>
29592 </row>
29593 </lyxtabular>
29594
29595 \end_inset
29596
29597
29598 \end_layout
29599
29600 \end_inset
29601
29602
29603 \end_layout
29604
29605 \begin_layout Standard
29606 \begin_inset ERT
29607 status collapsed
29608
29609 \begin_layout Plain Layout
29610
29611
29612 \backslash
29613 TabBesEnd
29614 \end_layout
29615
29616 \end_inset
29617
29618
29619 \end_layout
29620
29621 \begin_layout Standard
29622 \begin_inset ERT
29623 status collapsed
29624
29625 \begin_layout Plain Layout
29626
29627
29628 \backslash
29629 FigBesBeg 
29630 \end_layout
29631
29632 \end_inset
29633
29634
29635 \end_layout
29636
29637 \begin_layout Standard
29638 \begin_inset ERT
29639 status collapsed
29640
29641 \begin_layout Plain Layout
29642
29643
29644 \backslash
29645 sidecaptionvpos{figure}{c}
29646 \end_layout
29647
29648 \end_inset
29649
29650
29651 \begin_inset Float figure
29652 wide false
29653 sideways false
29654 status open
29655
29656 \begin_layout Plain Layout
29657 \begin_inset Graphics
29658         filename ../clipart/escher-lsd.eps
29659         scale 75
29660         scaleBeforeRotation
29661
29662 \end_inset
29663
29664
29665 \end_layout
29666
29667 \begin_layout Plain Layout
29668 \begin_inset Caption Standard
29669
29670 \begin_layout Plain Layout
29671 \begin_inset CommandInset label
29672 LatexCommand label
29673 name "fig:legende-à-coté-fig-2"
29674
29675 \end_inset
29676
29677 Une légende centrée verticalement à côté d'une figure.
29678 \end_layout
29679
29680 \end_inset
29681
29682
29683 \end_layout
29684
29685 \end_inset
29686
29687
29688 \end_layout
29689
29690 \begin_layout Standard
29691 \begin_inset ERT
29692 status collapsed
29693
29694 \begin_layout Plain Layout
29695
29696
29697 \backslash
29698 FigBesEnd
29699 \end_layout
29700
29701 \end_inset
29702
29703
29704 \end_layout
29705
29706 \begin_layout Standard
29707 \begin_inset ERT
29708 status collapsed
29709
29710 \begin_layout Plain Layout
29711
29712
29713 \backslash
29714 TabBesBeg[5]
29715 \end_layout
29716
29717 \end_inset
29718
29719
29720 \end_layout
29721
29722 \begin_layout Standard
29723 \begin_inset Float table
29724 wide false
29725 sideways false
29726 status open
29727
29728 \begin_layout Plain Layout
29729 \begin_inset Caption Standard
29730
29731 \begin_layout Plain Layout
29732
29733 \lang english
29734 \begin_inset CommandInset label
29735 LatexCommand label
29736 name "tab:cap-beside-tab-wider"
29737
29738 \end_inset
29739
29740 This is a caption is wider than the one in
29741 \lang french
29742  tableau
29743 \begin_inset space ~
29744 \end_inset
29745
29746
29747 \begin_inset CommandInset ref
29748 LatexCommand ref
29749 reference "tab:legende-à-coté-tableau"
29750
29751 \end_inset
29752
29753 .
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \end_layout
29760
29761 \begin_layout Plain Layout
29762 \begin_inset Tabular
29763 <lyxtabular version="3" rows="4" columns="5">
29764 <features tabularvalignment="middle">
29765 <column alignment="center" valignment="top">
29766 <column alignment="center" valignment="top">
29767 <column alignment="center" valignment="top">
29768 <column alignment="center" valignment="top">
29769 <column alignment="center" valignment="top">
29770 <row>
29771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29772 \begin_inset Text
29773
29774 \begin_layout Plain Layout
29775 a
29776 \end_layout
29777
29778 \end_inset
29779 </cell>
29780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29781 \begin_inset Text
29782
29783 \begin_layout Plain Layout
29784
29785 \end_layout
29786
29787 \end_inset
29788 </cell>
29789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29790 \begin_inset Text
29791
29792 \begin_layout Plain Layout
29793 b
29794 \end_layout
29795
29796 \end_inset
29797 </cell>
29798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29799 \begin_inset Text
29800
29801 \begin_layout Plain Layout
29802
29803 \end_layout
29804
29805 \end_inset
29806 </cell>
29807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29808 \begin_inset Text
29809
29810 \begin_layout Plain Layout
29811 c
29812 \end_layout
29813
29814 \end_inset
29815 </cell>
29816 </row>
29817 <row>
29818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29819 \begin_inset Text
29820
29821 \begin_layout Plain Layout
29822
29823 \end_layout
29824
29825 \end_inset
29826 </cell>
29827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29828 \begin_inset Text
29829
29830 \begin_layout Plain Layout
29831 d
29832 \end_layout
29833
29834 \end_inset
29835 </cell>
29836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29837 \begin_inset Text
29838
29839 \begin_layout Plain Layout
29840
29841 \end_layout
29842
29843 \end_inset
29844 </cell>
29845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29846 \begin_inset Text
29847
29848 \begin_layout Plain Layout
29849 e
29850 \end_layout
29851
29852 \end_inset
29853 </cell>
29854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29855 \begin_inset Text
29856
29857 \begin_layout Plain Layout
29858
29859 \end_layout
29860
29861 \end_inset
29862 </cell>
29863 </row>
29864 <row>
29865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29866 \begin_inset Text
29867
29868 \begin_layout Plain Layout
29869 f
29870 \end_layout
29871
29872 \end_inset
29873 </cell>
29874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29875 \begin_inset Text
29876
29877 \begin_layout Plain Layout
29878
29879 \end_layout
29880
29881 \end_inset
29882 </cell>
29883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29884 \begin_inset Text
29885
29886 \begin_layout Plain Layout
29887 g
29888 \end_layout
29889
29890 \end_inset
29891 </cell>
29892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29893 \begin_inset Text
29894
29895 \begin_layout Plain Layout
29896
29897 \end_layout
29898
29899 \end_inset
29900 </cell>
29901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29902 \begin_inset Text
29903
29904 \begin_layout Plain Layout
29905 h
29906 \end_layout
29907
29908 \end_inset
29909 </cell>
29910 </row>
29911 <row>
29912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29913 \begin_inset Text
29914
29915 \begin_layout Plain Layout
29916
29917 \end_layout
29918
29919 \end_inset
29920 </cell>
29921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29922 \begin_inset Text
29923
29924 \begin_layout Plain Layout
29925 i
29926 \end_layout
29927
29928 \end_inset
29929 </cell>
29930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29931 \begin_inset Text
29932
29933 \begin_layout Plain Layout
29934
29935 \end_layout
29936
29937 \end_inset
29938 </cell>
29939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29940 \begin_inset Text
29941
29942 \begin_layout Plain Layout
29943 j
29944 \end_layout
29945
29946 \end_inset
29947 </cell>
29948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29949 \begin_inset Text
29950
29951 \begin_layout Plain Layout
29952
29953 \end_layout
29954
29955 \end_inset
29956 </cell>
29957 </row>
29958 </lyxtabular>
29959
29960 \end_inset
29961
29962
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \end_layout
29969
29970 \begin_layout Standard
29971 \begin_inset ERT
29972 status collapsed
29973
29974 \begin_layout Plain Layout
29975
29976
29977 \backslash
29978 TabBesEnd
29979 \end_layout
29980
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \begin_layout Standard
29987 \begin_inset ERT
29988 status collapsed
29989
29990 \begin_layout Plain Layout
29991
29992
29993 \backslash
29994 else
29995 \end_layout
29996
29997 \end_inset
29998
29999
30000 \begin_inset Note Note
30001 status open
30002
30003 \begin_layout Plain Layout
30004 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
30005  
30006 \series bold
30007 sidecap
30008 \series default
30009  n'est pas installé :
30010 \end_layout
30011
30012 \end_inset
30013
30014
30015 \end_layout
30016
30017 \begin_layout Standard
30018 Vous devez installer le paquetage \SpecialChar LaTeX
30019  
30020 \series bold
30021 sidecap
30022 \series default
30023  pour voir la suite de cette section dans la sortie imprimée.
30024 \end_layout
30025
30026 \begin_layout Standard
30027 \begin_inset ERT
30028 status collapsed
30029
30030 \begin_layout Plain Layout
30031
30032
30033 \backslash
30034 fi
30035 \end_layout
30036
30037 \end_inset
30038
30039
30040 \end_layout
30041
30042 \begin_layout Section
30043 Les listes de flottants
30044 \begin_inset Index idx
30045 status collapsed
30046
30047 \begin_layout Plain Layout
30048 Flottants ! Listes de Flottants
30049 \end_layout
30050
30051 \end_inset
30052
30053
30054 \end_layout
30055
30056 \begin_layout Standard
30057 De la même façon que la table des matières fait la liste des sections du
30058  document, il y a des listes pour tous les types de flottants, comme par
30059  exemple pour les figures du document.
30060  Vous pouvez les insérer en utilisant le menu 
30061 \family sans
30062 Insertion\SpecialChar menuseparator
30063 Listes
30064 \begin_inset space ~
30065 \end_inset
30066
30067 &
30068 \begin_inset space ~
30069 \end_inset
30070
30071 TdM
30072 \family default
30073 .
30074 \end_layout
30075
30076 \begin_layout Standard
30077 Les entrées de la liste sont la légende du flottant ou éventuellement le
30078  titre court, le numéro du flottant, et le numéro de la page où le flottant
30079  apparaît dans le document.
30080 \end_layout
30081
30082 \begin_layout Standard
30083 Vous trouverez à la fin de ce document une liste des figures et une liste
30084  des tableaux.
30085 \end_layout
30086
30087 \begin_layout Chapter
30088 Notes
30089 \end_layout
30090
30091 \begin_layout Section
30092 Les notes de \SpecialChar LyX
30093
30094 \begin_inset Index idx
30095 status collapsed
30096
30097 \begin_layout Plain Layout
30098 Notes ! Notes \SpecialChar LyX
30099  
30100 \end_layout
30101
30102 \end_inset
30103
30104
30105 \end_layout
30106
30107 \begin_layout Standard
30108 On peut insérer une note en utilisant le bouton 
30109 \begin_inset Info
30110 type  "icon"
30111 arg   "note-insert"
30112 \end_inset
30113
30114  de la barre d'outils ou avec le menu 
30115 \family sans
30116 Insertion\SpecialChar menuseparator
30117 Note
30118 \family default
30119 .
30120  Il y a trois types de notes :
30121 \end_layout
30122
30123 \begin_layout Description
30124 Note
30125 \begin_inset space ~
30126 \end_inset
30127
30128 \SpecialChar LyX
30129  Ce type de note est à usage interne et n'apparaîtra pas sur la sortie finale.
30130  La boîte de cette note ressemble à ceci :
30131 \begin_inset Newline newline
30132 \end_inset
30133
30134
30135 \begin_inset Newline newline
30136 \end_inset
30137
30138
30139 \begin_inset Graphics
30140         filename clipart/LyXNoteImage.png
30141         display false
30142         scale 90
30143         scaleBeforeRotation
30144
30145 \end_inset
30146
30147  
30148 \begin_inset Note Note
30149 status open
30150
30151 \begin_layout Plain Layout
30152 Le texte de cette note n'apparaîtra pas à l'impression.
30153 \end_layout
30154
30155 \end_inset
30156
30157
30158 \end_layout
30159
30160 \begin_layout Description
30161 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
30162  il est inséré comme un commentaire \SpecialChar LaTeX
30163  quand vous exportez votre document
30164  vers un fichier au format \SpecialChar LaTeX
30165  avec le menu 
30166 \family sans
30167 Fichier\SpecialChar menuseparator
30168 Exporter\SpecialChar menuseparator
30169 LaTeX
30170 \begin_inset space ~
30171 \end_inset
30172
30173 (pdflatex) / (plain)
30174 \family default
30175 .
30176  La boîte de cette note ressemble à ceci :
30177 \begin_inset Newline newline
30178 \end_inset
30179
30180
30181 \begin_inset Newline newline
30182 \end_inset
30183
30184
30185 \begin_inset Graphics
30186         filename clipart/CommentNoteImage.png
30187         display false
30188         scale 90
30189         scaleBeforeRotation
30190
30191 \end_inset
30192
30193  
30194 \begin_inset Note Comment
30195 status open
30196
30197 \begin_layout Plain Layout
30198 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
30199  \SpecialChar LaTeX
30200 .
30201 \end_layout
30202
30203 \end_inset
30204
30205
30206 \end_layout
30207
30208 \begin_layout Description
30209 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
30210  La boîte de cette note ressemble à ceci :
30211 \begin_inset Newline newline
30212 \end_inset
30213
30214
30215 \begin_inset Newline newline
30216 \end_inset
30217
30218
30219 \begin_inset Graphics
30220         filename clipart/GreyedOutNoteImage.png
30221         lyxscale 80
30222         display false
30223         scale 90
30224         scaleBeforeRotation
30225
30226 \end_inset
30227
30228
30229 \begin_inset Newline newline
30230 \end_inset
30231
30232
30233 \begin_inset ERT
30234 status collapsed
30235
30236 \begin_layout Plain Layout
30237
30238
30239 \backslash
30240 renewenvironment{lyxgreyedout}
30241 \end_layout
30242
30243 \begin_layout Plain Layout
30244
30245 {
30246 \backslash
30247 textcolor[gray]{0.8}
30248 \backslash
30249 bgroup}{
30250 \backslash
30251 egroup}
30252 \end_layout
30253
30254 \end_inset
30255
30256
30257 \begin_inset Note Greyedout
30258 status open
30259
30260 \begin_layout Plain Layout
30261 Le texte de ce commentaire apparaîtra à l'impression sous forme de texte
30262  grisé.
30263 \end_layout
30264
30265 \end_inset
30266
30267
30268 \begin_inset ERT
30269 status collapsed
30270
30271 \begin_layout Plain Layout
30272
30273
30274 \backslash
30275 renewenvironment{lyxgreyedout}
30276 \end_layout
30277
30278 \begin_layout Plain Layout
30279
30280 {
30281 \backslash
30282 textcolor{blue}
30283 \backslash
30284 bgroup}{
30285 \backslash
30286 egroup}
30287 \end_layout
30288
30289 \end_inset
30290
30291
30292 \begin_inset Note Note
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
30297  originale qu'elle a dans \SpecialChar LyX
30298 .
30299  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
30300  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
30301 \end_layout
30302
30303 \end_inset
30304
30305
30306 \begin_inset Newline newline
30307 \end_inset
30308
30309
30310 \begin_inset Newline newline
30311 \end_inset
30312
30313 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
30314  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
30315 \end_layout
30316
30317 \begin_layout Standard
30318 \begin_inset VSpace bigskip
30319 \end_inset
30320
30321 Quand vous utilisez le bouton 
30322 \begin_inset Info
30323 type  "icon"
30324 arg   "note-insert"
30325 \end_inset
30326
30327  de la barre d'outils, vous insérez une 
30328 \family sans
30329 Note
30330 \begin_inset space ~
30331 \end_inset
30332
30333 \SpecialChar LyX
30334
30335 \family default
30336 .
30337  Vous pouvez commuter entre les trois types de note avec un clic droit sur
30338  la boîte.
30339  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
30340 la et cliquez sur le bouton d'insertion de note.
30341  Pour retransformer une note en texte, appuyez sur la touche 
30342 \family sans
30343 backspace
30344 \family default
30345  quand le curseur est au tout début de la note ou appuyez sur la touche
30346  
30347 \family sans
30348 Suppr.
30349
30350 \family default
30351  quand le curseur se trouve à la fin de la note.
30352 \end_layout
30353
30354 \begin_layout Standard
30355 \begin_inset VSpace bigskip
30356 \end_inset
30357
30358
30359 \end_layout
30360
30361 \begin_layout Standard
30362 Vous pouvez changer la couleur des notes grisées dans le menu 
30363 \family sans
30364 Document\SpecialChar menuseparator
30365 Paramètres\SpecialChar menuseparator
30366 Couleurs
30367 \family default
30368 .
30369 \end_layout
30370
30371 \begin_layout Section
30372 Notes en bas de page
30373 \begin_inset CommandInset label
30374 LatexCommand label
30375 name "sec:Notes-bas-de-page"
30376
30377 \end_inset
30378
30379
30380 \begin_inset Index idx
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384 Notes ! Notes de bas de page
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \begin_inset Index idx
30391 status collapsed
30392
30393 \begin_layout Plain Layout
30394 Notes de bas de page
30395 \end_layout
30396
30397 \end_inset
30398
30399
30400 \end_layout
30401
30402 \begin_layout Standard
30403 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
30404  
30405 \begin_inset Info
30406 type  "icon"
30407 arg   "footnote-insert"
30408 \end_inset
30409
30410  de la barre d'outils, soit en utilisant le menu 
30411 \family sans
30412 Insertion\SpecialChar menuseparator
30413 Note
30414 \begin_inset space ~
30415 \end_inset
30416
30417 en
30418 \begin_inset space ~
30419 \end_inset
30420
30421 Bas
30422 \begin_inset space ~
30423 \end_inset
30424
30425 de
30426 \begin_inset space ~
30427 \end_inset
30428
30429 Page
30430 \family default
30431 .
30432  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
30433  rouge 
30434 \begin_inset Quotes fld
30435 \end_inset
30436
30437 bas
30438 \begin_inset Quotes frd
30439 \end_inset
30440
30441  qui ressemble à ceci : 
30442 \begin_inset Graphics
30443         filename clipart/footnote.png
30444         scale 80
30445         scaleBeforeRotation
30446
30447 \end_inset
30448
30449  Vous pouvez y entrer votre texte.
30450  Si vous voulez transformer du texte déjà existant en note en bas de page,
30451  sélectionnez-le et cliquez sur le bouton 
30452 \family sans
30453 Note
30454 \begin_inset space ~
30455 \end_inset
30456
30457 en
30458 \begin_inset space ~
30459 \end_inset
30460
30461 Bas
30462 \begin_inset space ~
30463 \end_inset
30464
30465 de
30466 \begin_inset space ~
30467 \end_inset
30468
30469 Page
30470 \family default
30471  de la barre d'outils.
30472  Pour retransformer une note de bas de page en texte, appuyez sur la touche
30473  
30474 \family sans
30475 Backspace
30476 \family default
30477  quand le curseur est au tout début de la note ou appuyez sur la touche
30478  
30479 \family sans
30480 Suppr.
30481
30482 \family default
30483  quand le curseur se trouve à la fin de la note.
30484 \end_layout
30485
30486 \begin_layout Standard
30487 Voici un exemple de note en bas de page:
30488 \begin_inset Foot
30489 status open
30490
30491 \begin_layout Plain Layout
30492 \begin_inset CommandInset label
30493 LatexCommand label
30494 name "fn:Note-en-bas"
30495
30496 \end_inset
30497
30498 Ceci est un exemple de note en bas de page.
30499 \end_layout
30500
30501 \end_inset
30502
30503
30504 \begin_inset ERT
30505 status collapsed
30506
30507 \begin_layout Plain Layout
30508
30509
30510 \backslash
30511 newcounter{MyRepeatFoot}
30512 \end_layout
30513
30514 \begin_layout Plain Layout
30515
30516
30517 \backslash
30518 setcounter{MyRepeatFoot}{
30519 \backslash
30520 thefootnote}
30521 \end_layout
30522
30523 \end_inset
30524
30525
30526 \end_layout
30527
30528 \begin_layout Standard
30529 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
30530  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
30531  de note.
30532  Le texte de la note est placé en bas de la page courante.
30533  Le numéro de note est calculé par \SpecialChar LaTeX
30534 , et les numéros se suivent.
30535  Selon votre classe de document les numéros de notes pourront être réinitialisés
30536  à chaque nouveau chapitre.
30537 \end_layout
30538
30539 \begin_layout Standard
30540 On peut faire référence à une note en bas de page comme on le fait avec
30541  les flottants : Insérez une étiquette dans la note et faites une référence
30542  croisée vers cette étiquette comme c'est décrit dans la
30543 \begin_inset space ~
30544 \end_inset
30545
30546
30547 \begin_inset CommandInset ref
30548 LatexCommand ref
30549 reference "sec:Referencer-les-Flottants"
30550
30551 \end_inset
30552
30553 .
30554 \begin_inset Newline newline
30555 \end_inset
30556
30557 Voici une référence à une note de bas de page :
30558 \begin_inset space ~
30559 \end_inset
30560
30561
30562 \begin_inset CommandInset ref
30563 LatexCommand ref
30564 reference "fn:Note-en-bas"
30565
30566 \end_inset
30567
30568 .
30569 \end_layout
30570
30571 \begin_layout Standard
30572 \begin_inset VSpace defskip
30573 \end_inset
30574
30575
30576 \lang english
30577 Footnotes in title environments are usually not numbered with symbols and
30578  they cannot contain several paragraphs.
30579  See for example the footnote in the titling of this document.
30580 \end_layout
30581
30582 \begin_layout Standard
30583 \begin_inset VSpace defskip
30584 \end_inset
30585
30586
30587 \end_layout
30588
30589 \begin_layout Standard
30590 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
30591  par \SpecialChar LaTeX
30592  pour des raisons techniques.
30593  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
30594  
30595 \series bold
30596
30597 \backslash
30598 footnotemark{}
30599 \series default
30600  en code \SpecialChar TeX
30601  à la place de la note de bas de page.
30602  Le texte de la note est mis en argument de la commande \SpecialChar TeX
30603  
30604 \series bold
30605
30606 \backslash
30607 footnotetext
30608 \series default
30609  après le tableau.
30610 \begin_inset Newline newline
30611 \end_inset
30612
30613 C'est ce qui a été fait pour le tableau qui suit avec la commande
30614 \end_layout
30615
30616 \begin_layout Standard
30617
30618 \series bold
30619
30620 \backslash
30621 footnotetext{
30622 \series default
30623 Note de bas de page de tableau imprimée.
30624 \series bold
30625 }
30626 \end_layout
30627
30628 \begin_layout Standard
30629
30630 \lang english
30631 \begin_inset Tabular
30632 <lyxtabular version="3" rows="2" columns="1">
30633 <features tabularvalignment="middle">
30634 <column alignment="center" valignment="top">
30635 <row>
30636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30637 \begin_inset Text
30638
30639 \begin_layout Plain Layout
30640 Un exemple de texte
30641 \begin_inset Foot
30642 status open
30643
30644 \begin_layout Plain Layout
30645 Cette note ne sera pas imprimée
30646 \begin_inset space ~
30647 \end_inset
30648
30649 !
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \end_layout
30656
30657 \end_inset
30658 </cell>
30659 </row>
30660 <row>
30661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30662 \begin_inset Text
30663
30664 \begin_layout Plain Layout
30665 Un autre exemple de texte
30666 \begin_inset ERT
30667 status collapsed
30668
30669 \begin_layout Plain Layout
30670
30671
30672 \backslash
30673 footnotemark{}
30674 \end_layout
30675
30676 \end_inset
30677
30678
30679 \end_layout
30680
30681 \end_inset
30682 </cell>
30683 </row>
30684 </lyxtabular>
30685
30686 \end_inset
30687
30688
30689 \begin_inset ERT
30690 status collapsed
30691
30692 \begin_layout Plain Layout
30693
30694
30695 \backslash
30696 footnotetext{
30697 \end_layout
30698
30699 \end_inset
30700
30701
30702 \lang french
30703 Note de bas de page de tableau imprimée.
30704 \lang english
30705
30706 \begin_inset ERT
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710
30711 }
30712 \end_layout
30713
30714 \end_inset
30715
30716
30717 \end_layout
30718
30719 \begin_layout Standard
30720 Les notes de bas de page dans des tableaux longs sont décrites dans la section
30721 \begin_inset space ~
30722 \end_inset
30723
30724
30725 \begin_inset CommandInset ref
30726 LatexCommand ref
30727 reference "subsec:Notes-dans-tableau-long"
30728
30729 \end_inset
30730
30731 .
30732 \end_layout
30733
30734 \begin_layout Standard
30735 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
30736  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
30737 e, vu que la minipage est considérée comme une page se trouvant dans une
30738  autre page.
30739  Pour plus d'information sur les minipages, voyez la section
30740 \begin_inset space ~
30741 \end_inset
30742
30743
30744 \begin_inset CommandInset ref
30745 LatexCommand ref
30746 reference "sec:Minipages"
30747
30748 \end_inset
30749
30750 .
30751  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
30752  s'imprime en bas de page comme une note normale, on doit aussi utiliser
30753  la méthode utilisant les commandes 
30754 \series bold
30755
30756 \backslash
30757 footnotemark{}
30758 \series default
30759  et 
30760 \series bold
30761
30762 \backslash
30763 footnotetext
30764 \series default
30765 .
30766 \end_layout
30767
30768 \begin_layout Standard
30769 \begin_inset Box Frameless
30770 position "t"
30771 hor_pos "c"
30772 has_inner_box 1
30773 inner_pos "t"
30774 use_parbox 0
30775 use_makebox 0
30776 width "100col%"
30777 special "none"
30778 height "1in"
30779 height_special "totalheight"
30780 thickness "0.4pt"
30781 separation "3pt"
30782 shadowsize "4pt"
30783 framecolor "black"
30784 backgroundcolor "none"
30785 status open
30786
30787 \begin_layout Plain Layout
30788 Un exemple de texte dans une minipage.
30789 \begin_inset Foot
30790 status open
30791
30792 \begin_layout Plain Layout
30793 Note de bas de page dans la minipage.
30794 \end_layout
30795
30796 \end_inset
30797
30798
30799 \end_layout
30800
30801 \begin_layout Plain Layout
30802 Un autre exemple de texte dans une minipage.
30803 \begin_inset ERT
30804 status collapsed
30805
30806 \begin_layout Plain Layout
30807
30808
30809 \backslash
30810 footnotemark{}
30811 \end_layout
30812
30813 \end_inset
30814
30815
30816 \end_layout
30817
30818 \end_inset
30819
30820
30821 \end_layout
30822
30823 \begin_layout Standard
30824 \begin_inset ERT
30825 status collapsed
30826
30827 \begin_layout Plain Layout
30828
30829
30830 \backslash
30831 footnotetext{
30832 \end_layout
30833
30834 \end_inset
30835
30836 Note de bas de page en dehors de la minipage.
30837 \begin_inset ERT
30838 status collapsed
30839
30840 \begin_layout Plain Layout
30841
30842 }
30843 \end_layout
30844
30845 \end_inset
30846
30847
30848 \end_layout
30849
30850 \begin_layout Standard
30851 \begin_inset VSpace defskip
30852 \end_inset
30853
30854
30855 \end_layout
30856
30857 \begin_layout Standard
30858 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
30859  utilisez la commande 
30860 \series bold
30861
30862 \backslash
30863 footnotemark[number]
30864 \series default
30865  en code \SpecialChar TeX
30866 .
30867 \begin_inset Newline newline
30868 \end_inset
30869
30870 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
30871  votre texte, vous devez enregistrer son numéro.
30872  Dans l'exemple de marque de note de bas de page suivant, ces commandes
30873  ont été insérées en code \SpecialChar TeX
30874  après la note
30875 \begin_inset space ~
30876 \end_inset
30877
30878
30879 \begin_inset CommandInset ref
30880 LatexCommand ref
30881 reference "fn:Note-en-bas"
30882
30883 \end_inset
30884
30885  pour enregistrer son numéro
30886 \begin_inset space ~
30887 \end_inset
30888
30889 :
30890 \end_layout
30891
30892 \begin_layout Standard
30893
30894 \series bold
30895
30896 \backslash
30897 newcounter{MaNoteDupliquee}
30898 \begin_inset Newline newline
30899 \end_inset
30900
30901
30902 \backslash
30903 setcounter{MaNoteDupliquee}{
30904 \backslash
30905 thefootnote}
30906 \end_layout
30907
30908 \begin_layout Standard
30909 La note de bas de page a été créée avec la commande
30910 \begin_inset space ~
30911 \end_inset
30912
30913 :
30914 \end_layout
30915
30916 \begin_layout Standard
30917
30918 \series bold
30919
30920 \backslash
30921 footnotemark[
30922 \backslash
30923 MaNoteDupliquee]
30924 \end_layout
30925
30926 \begin_layout Standard
30927 Voici une note de bas de page dupliquée
30928 \begin_inset space ~
30929 \end_inset
30930
30931 :
30932 \begin_inset ERT
30933 status collapsed
30934
30935 \begin_layout Plain Layout
30936
30937
30938 \backslash
30939 footnotemark[
30940 \backslash
30941 theMyRepeatFoot]
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \end_layout
30948
30949 \begin_layout Standard
30950 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
30951 t du numéro de note et juste utiliser la commande suivante
30952 \end_layout
30953
30954 \begin_layout Standard
30955
30956 \series bold
30957
30958 \backslash
30959 footnotemark[
30960 \backslash
30961 thefootnote]
30962 \end_layout
30963
30964 \begin_layout Standard
30965 Voici une autre note de bas de page dupliquée
30966 \begin_inset space ~
30967 \end_inset
30968
30969 :
30970 \begin_inset ERT
30971 status collapsed
30972
30973 \begin_layout Plain Layout
30974
30975
30976 \backslash
30977 footnotemark[
30978 \backslash
30979 thefootnote]
30980 \end_layout
30981
30982 \end_inset
30983
30984
30985 \end_layout
30986
30987 \begin_layout Subsection
30988 Numérotation de notes de bas de page
30989 \begin_inset CommandInset label
30990 LatexCommand label
30991 name "subsec:Numerotation-notes-bas-de-page"
30992
30993 \end_inset
30994
30995
30996 \begin_inset Index idx
30997 status collapsed
30998
30999 \begin_layout Plain Layout
31000 Notes de bas de page ! Numérotation
31001 \end_layout
31002
31003 \end_inset
31004
31005
31006 \end_layout
31007
31008 \begin_layout Standard
31009 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
31010  ajoutez cette commande dans le préambule de votre document :
31011 \end_layout
31012
31013 \begin_layout Standard
31014
31015 \series bold
31016
31017 \backslash
31018 @addtoreset{footnote}{section}
31019 \end_layout
31020
31021 \begin_layout Standard
31022 \begin_inset VSpace bigskip
31023 \end_inset
31024
31025 La commande de préambule suivante change le style de numérotation des notes
31026  en petits chiffres romains :
31027 \end_layout
31028
31029 \begin_layout Standard
31030
31031 \series bold
31032
31033 \backslash
31034 renewcommand{
31035 \backslash
31036 thefootnote}{
31037 \backslash
31038 roman{footnote}}
31039 \end_layout
31040
31041 \begin_layout Standard
31042 \begin_inset ERT
31043 status collapsed
31044
31045 \begin_layout Plain Layout
31046
31047
31048 \backslash
31049 renewcommand{
31050 \backslash
31051 thefootnote}{
31052 \backslash
31053 roman{footnote}}
31054 \end_layout
31055
31056 \end_inset
31057
31058  Cette note de bas de page utilise une numérotation en chiffres romains
31059  :
31060 \begin_inset Foot
31061 status open
31062
31063 \begin_layout Plain Layout
31064 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
31065  romains.
31066 \end_layout
31067
31068 \end_inset
31069
31070
31071 \end_layout
31072
31073 \begin_layout Standard
31074 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
31075  la commande précédente 
31076 \series bold
31077
31078 \backslash
31079 roman
31080 \series default
31081  par 
31082 \series bold
31083
31084 \backslash
31085 Roman
31086 \series default
31087 .
31088  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
31089  utilisez respectivement soit 
31090 \series bold
31091
31092 \backslash
31093 Alph
31094 \series default
31095  soit 
31096 \series bold
31097
31098 \backslash
31099 alph
31100 \series default
31101 .
31102  Pour les 
31103 \begin_inset Quotes fld
31104 \end_inset
31105
31106 numéroter
31107 \begin_inset Quotes frd
31108 \end_inset
31109
31110  avec des symboles, utilisez 
31111 \series bold
31112
31113 \backslash
31114 fnsymbol
31115 \series default
31116 .
31117 \end_layout
31118
31119 \begin_layout Standard
31120 \begin_inset Note Greyedout
31121 status open
31122
31123 \begin_layout Plain Layout
31124
31125 \series bold
31126 Note:
31127 \series default
31128  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
31129  puisque cette numérotation est limitée à des lettres seules.
31130 \end_layout
31131
31132 \end_inset
31133
31134
31135 \begin_inset Newline newline
31136 \end_inset
31137
31138
31139 \begin_inset Note Greyedout
31140 status open
31141
31142 \begin_layout Plain Layout
31143
31144 \series bold
31145 Note:
31146 \series default
31147  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
31148 \end_layout
31149
31150 \end_inset
31151
31152
31153 \end_layout
31154
31155 \begin_layout Standard
31156 Pour revenir au style de numérotation implicite quand vous en avez changé,
31157  utilisez 
31158 \series bold
31159
31160 \backslash
31161 arabic
31162 \series default
31163  à la place de 
31164 \series bold
31165
31166 \backslash
31167 roman
31168 \series default
31169  dans la commande précédente.
31170 \begin_inset ERT
31171 status collapsed
31172
31173 \begin_layout Plain Layout
31174
31175
31176 \backslash
31177 renewcommand{
31178 \backslash
31179 thefootnote}{
31180 \backslash
31181 arabic{footnote}}
31182 \end_layout
31183
31184 \end_inset
31185
31186
31187 \end_layout
31188
31189 \begin_layout Standard
31190 \begin_inset VSpace bigskip
31191 \end_inset
31192
31193
31194 \end_layout
31195
31196 \begin_layout Standard
31197 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
31198  le schéma 
31199 \begin_inset Quotes fld
31200 \end_inset
31201
31202 chapitre.note
31203 \begin_inset Quotes frd
31204 \end_inset
31205
31206 , ajoutez la commande suivante au préambule de votre document :
31207 \end_layout
31208
31209 \begin_layout Standard
31210
31211 \series bold
31212
31213 \backslash
31214 numberwithin{footnote}{chapter}
31215 \end_layout
31216
31217 \begin_layout Standard
31218 Pour pouvoir utiliser la commande 
31219 \series bold
31220
31221 \backslash
31222 numberwithin
31223 \series default
31224 , activez dans la rubrique 
31225 \family sans
31226 Options
31227 \begin_inset space ~
31228 \end_inset
31229
31230 des
31231 \begin_inset space ~
31232 \end_inset
31233
31234 Maths
31235 \family default
31236  dans les paramètres du document, l'option 
31237 \family sans
31238 Utiliser
31239 \begin_inset space ~
31240 \end_inset
31241
31242 le
31243 \begin_inset space ~
31244 \end_inset
31245
31246 paquetage
31247 \begin_inset space ~
31248 \end_inset
31249
31250 maths
31251 \begin_inset space ~
31252 \end_inset
31253
31254 AMS
31255 \family default
31256 .
31257 \end_layout
31258
31259 \begin_layout Standard
31260 \begin_inset ERT
31261 status collapsed
31262
31263 \begin_layout Plain Layout
31264
31265
31266 \backslash
31267 numberwithin{footnote}{chapter}
31268 \end_layout
31269
31270 \end_inset
31271
31272 Ceci est un autre exemple de note de bas de page:
31273 \series bold
31274
31275 \begin_inset Foot
31276 status open
31277
31278 \begin_layout Plain Layout
31279 Cette note est numérotée en suivant le schéma 
31280 \begin_inset Quotes fld
31281 \end_inset
31282
31283 chapitre.note
31284 \begin_inset Quotes frd
31285 \end_inset
31286
31287 .
31288 \end_layout
31289
31290 \end_inset
31291
31292
31293 \series default
31294
31295 \begin_inset ERT
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299
31300
31301 \backslash
31302 renewcommand{
31303 \backslash
31304 thefootnote}{
31305 \backslash
31306 arabic{footnote}}
31307 \end_layout
31308
31309 \end_inset
31310
31311
31312 \end_layout
31313
31314 \begin_layout Standard
31315 \begin_inset Note Greyedout
31316 status open
31317
31318 \begin_layout Plain Layout
31319
31320 \series bold
31321 Note:
31322 \series default
31323  
31324 \series bold
31325
31326 \backslash
31327 numberwithin
31328 \series default
31329  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
31330  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
31331  prises en compte.
31332  
31333 \end_layout
31334
31335 \end_inset
31336
31337
31338 \end_layout
31339
31340 \begin_layout Standard
31341 Donc pour avoir par exemple le schéma 
31342 \begin_inset Quotes fld
31343 \end_inset
31344
31345 chapitre.
31346 \backslash
31347 Roman{note}
31348 \begin_inset Quotes frd
31349 \end_inset
31350
31351 , utilisez la commande suivante plutôt que 
31352 \series bold
31353
31354 \backslash
31355 numberwithin
31356 \series default
31357  :
31358 \end_layout
31359
31360 \begin_layout Standard
31361
31362 \series bold
31363
31364 \backslash
31365 renewcommand{
31366 \backslash
31367 thefootnote}{
31368 \backslash
31369 thechapter.
31370 \backslash
31371 Roman{footnote}}
31372 \end_layout
31373
31374 \begin_layout Subsection
31375 Positionnement de notes de bas de page
31376 \begin_inset Index idx
31377 status collapsed
31378
31379 \begin_layout Plain Layout
31380 Notes de bas de page ! Positionnement
31381 \end_layout
31382
31383 \end_inset
31384
31385
31386 \end_layout
31387
31388 \begin_layout Standard
31389 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
31390  vertical entre elles en bas de la page.
31391  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
31392  de 1.5
31393 \begin_inset space \thinspace{}
31394 \end_inset
31395
31396 mm avec la commande suivante dans le préambule :
31397 \end_layout
31398
31399 \begin_layout Standard
31400
31401 \series bold
31402
31403 \backslash
31404 let
31405 \backslash
31406 myFoot
31407 \backslash
31408 footnote
31409 \begin_inset Newline newline
31410 \end_inset
31411
31412
31413 \backslash
31414 renewcommand{
31415 \backslash
31416 footnote}[1]{
31417 \backslash
31418 myFoot{#1
31419 \backslash
31420 vspace{1.5mm}}}
31421 \end_layout
31422
31423 \begin_layout Standard
31424 \begin_inset VSpace bigskip
31425 \end_inset
31426
31427 Dans un document à deux colonnes les notes de bas de page apparaissent en
31428  bas de chaque colonne, comme sur la Figure
31429 \begin_inset space ~
31430 \end_inset
31431
31432
31433 \begin_inset CommandInset ref
31434 LatexCommand ref
31435 reference "fig:Position-standard-note-bas-de-page"
31436
31437 \end_inset
31438
31439 .
31440  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
31441  sur la Figure
31442 \begin_inset space ~
31443 \end_inset
31444
31445
31446 \begin_inset CommandInset ref
31447 LatexCommand ref
31448 reference "fig:Position-note-avec-ftnright"
31449
31450 \end_inset
31451
31452 , utilisez le paquetage \SpecialChar LaTeX
31453  
31454 \series bold
31455 ftnright
31456 \series default
31457
31458 \begin_inset Index idx
31459 status collapsed
31460
31461 \begin_layout Plain Layout
31462 Paquetages \SpecialChar LaTeX
31463  ! ftnright
31464 \end_layout
31465
31466 \end_inset
31467
31468  avec cette commande dans le préambule du document:
31469 \end_layout
31470
31471 \begin_layout Standard
31472
31473 \series bold
31474
31475 \backslash
31476 usepackage{ftnright}
31477 \end_layout
31478
31479 \begin_layout Standard
31480 \begin_inset Float figure
31481 placement !h
31482 wide false
31483 sideways false
31484 status open
31485
31486 \begin_layout Plain Layout
31487 \begin_inset ERT
31488 status collapsed
31489
31490 \begin_layout Plain Layout
31491
31492
31493 \backslash
31494 framebox{
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \begin_inset Graphics
31501         filename ../clipart/without_fntright.pdf
31502         width 100col%
31503         scaleBeforeRotation
31504
31505 \end_inset
31506
31507
31508 \begin_inset ERT
31509 status collapsed
31510
31511 \begin_layout Plain Layout
31512
31513 }
31514 \end_layout
31515
31516 \end_inset
31517
31518
31519 \end_layout
31520
31521 \begin_layout Plain Layout
31522 \begin_inset Caption Standard
31523
31524 \begin_layout Plain Layout
31525 \begin_inset CommandInset label
31526 LatexCommand label
31527 name "fig:Position-standard-note-bas-de-page"
31528
31529 \end_inset
31530
31531 Positionnement standard des notes de bas de page dans un document à deux
31532  colonnes.
31533 \end_layout
31534
31535 \end_inset
31536
31537
31538 \end_layout
31539
31540 \end_inset
31541
31542
31543 \end_layout
31544
31545 \begin_layout Standard
31546 \begin_inset Float figure
31547 placement !h
31548 wide false
31549 sideways false
31550 status open
31551
31552 \begin_layout Plain Layout
31553 \begin_inset ERT
31554 status collapsed
31555
31556 \begin_layout Plain Layout
31557
31558
31559 \backslash
31560 framebox{
31561 \end_layout
31562
31563 \end_inset
31564
31565
31566 \begin_inset Graphics
31567         filename ../clipart/with_fntright.pdf
31568         width 100col%
31569         scaleBeforeRotation
31570
31571 \end_inset
31572
31573
31574 \begin_inset ERT
31575 status collapsed
31576
31577 \begin_layout Plain Layout
31578
31579 }
31580 \end_layout
31581
31582 \end_inset
31583
31584
31585 \end_layout
31586
31587 \begin_layout Plain Layout
31588 \begin_inset Caption Standard
31589
31590 \begin_layout Plain Layout
31591 \begin_inset CommandInset label
31592 LatexCommand label
31593 name "fig:Position-note-avec-ftnright"
31594
31595 \end_inset
31596
31597 Positionnement de notes de bas de page dans un document à deux colonnes
31598  en utilisant le paquetage \SpecialChar LaTeX
31599  
31600 \series bold
31601 ftnright
31602 \series default
31603 .
31604 \end_layout
31605
31606 \end_inset
31607
31608
31609 \end_layout
31610
31611 \end_inset
31612
31613
31614 \end_layout
31615
31616 \begin_layout Standard
31617 \begin_inset VSpace bigskip
31618 \end_inset
31619
31620 Dans certaines publications scientifiques, il est courant de rassembler
31621  les notes de bas de page et de les imprimer dans un paragraphe particulier
31622  à la fin de la section, comme sur la Figure
31623 \begin_inset space ~
31624 \end_inset
31625
31626
31627 \begin_inset CommandInset ref
31628 LatexCommand ref
31629 reference "fig:Notes-de-fin"
31630
31631 \end_inset
31632
31633 .
31634  On les appelle 
31635 \begin_inset Quotes fld
31636 \end_inset
31637
31638 notes de fin
31639 \begin_inset Quotes frd
31640 \end_inset
31641
31642 .
31643 \begin_inset Index idx
31644 status collapsed
31645
31646 \begin_layout Plain Layout
31647 Notes de fin
31648 \end_layout
31649
31650 \end_inset
31651
31652  Pour utiliser des notes de fin à la place des notes de bas de page dans
31653  votre document, charger le module 
31654 \family sans
31655 Note de bas de page en fin de document
31656 \family default
31657  à partir de 
31658 \family sans
31659 Document\SpecialChar menuseparator
31660 Paramètres\SpecialChar menuseparator
31661 Modules
31662 \family default
31663 .
31664  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
31665 \end_layout
31666
31667 \begin_layout Standard
31668
31669 \series bold
31670
31671 \backslash
31672 theendnotes
31673 \end_layout
31674
31675 \begin_layout Standard
31676 en code \SpecialChar TeX
31677  à la fin d'une section ou d'un chapitre.
31678 \end_layout
31679
31680 \begin_layout Standard
31681 \begin_inset Float figure
31682 wide false
31683 sideways false
31684 status open
31685
31686 \begin_layout Plain Layout
31687 \align center
31688 \begin_inset ERT
31689 status collapsed
31690
31691 \begin_layout Plain Layout
31692
31693
31694 \backslash
31695 framebox{
31696 \end_layout
31697
31698 \end_inset
31699
31700
31701 \begin_inset Graphics
31702         filename ../clipart/endnotes.pdf
31703         scaleBeforeRotation
31704
31705 \end_inset
31706
31707
31708 \begin_inset ERT
31709 status collapsed
31710
31711 \begin_layout Plain Layout
31712
31713 }
31714 \end_layout
31715
31716 \end_inset
31717
31718
31719 \end_layout
31720
31721 \begin_layout Plain Layout
31722 \begin_inset Caption Standard
31723
31724 \begin_layout Plain Layout
31725 \begin_inset CommandInset label
31726 LatexCommand label
31727 name "fig:Notes-de-fin"
31728
31729 \end_inset
31730
31731 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
31732  séparé à la fin des sections ou des chapitres.
31733 \end_layout
31734
31735 \end_inset
31736
31737
31738 \end_layout
31739
31740 \end_inset
31741
31742
31743 \end_layout
31744
31745 \begin_layout Standard
31746 \begin_inset VSpace medskip
31747 \end_inset
31748
31749 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
31750  dans la langue du document, cela doit être fait manuellement.
31751  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
31752  
31753 \begin_inset Quotes fld
31754 \end_inset
31755
31756 Notes
31757 \begin_inset Quotes frd
31758 \end_inset
31759
31760  en sa traduction Allemande
31761 \begin_inset Foot
31762 status collapsed
31763
31764 \begin_layout Plain Layout
31765 En français, 
31766 \begin_inset Quotes fld
31767 \end_inset
31768
31769 Notes
31770 \begin_inset Quotes frd
31771 \end_inset
31772
31773  peut être conservé.
31774 \end_layout
31775
31776 \end_inset
31777
31778  
31779 \begin_inset Quotes fld
31780 \end_inset
31781
31782 Anmerkungen
31783 \begin_inset Quotes frd
31784 \end_inset
31785
31786  :
31787 \end_layout
31788
31789 \begin_layout Standard
31790
31791 \series bold
31792
31793 \backslash
31794 renewcommand{
31795 \backslash
31796 notesname}{Anmerkungen}
31797 \end_layout
31798
31799 \begin_layout Standard
31800 \begin_inset VSpace medskip
31801 \end_inset
31802
31803 La numérotation des notes de fin peut être modifiée comme celle des notes
31804  de bas de page comme c'est décrit dans la section
31805 \begin_inset space ~
31806 \end_inset
31807
31808
31809 \begin_inset CommandInset ref
31810 LatexCommand ref
31811 reference "subsec:Numerotation-notes-bas-de-page"
31812
31813 \end_inset
31814
31815  ; remplacez juste la commande 
31816 \series bold
31817
31818 \backslash
31819 thefootnote
31820 \series default
31821  par 
31822 \series bold
31823
31824 \backslash
31825 theendnote
31826 \series default
31827 .
31828  Pour réinitialiser le numéro de note de fin, utilisez la commande 
31829 \series bold
31830
31831 \backslash
31832 @addtoreset
31833 \series default
31834  comme c'est décrit dans la section
31835 \begin_inset space ~
31836 \end_inset
31837
31838
31839 \begin_inset CommandInset ref
31840 LatexCommand ref
31841 reference "subsec:Numerotation-notes-bas-de-page"
31842
31843 \end_inset
31844
31845  et remplacez le paramètre de commande 
31846 \series bold
31847 footnote
31848 \series default
31849  par 
31850 \series bold
31851 endnote
31852 \series default
31853 .
31854 \end_layout
31855
31856 \begin_layout Standard
31857 Pour les notes de fin, il y a la commande 
31858 \series bold
31859
31860 \backslash
31861 endnotemark[numéro]
31862 \series default
31863  qui est semblable à 
31864 \series bold
31865
31866 \backslash
31867 footnotemark
31868 \series default
31869 , décrite dans la section
31870 \begin_inset space ~
31871 \end_inset
31872
31873
31874 \begin_inset CommandInset ref
31875 LatexCommand ref
31876 reference "sec:Notes-bas-de-page"
31877
31878 \end_inset
31879
31880 .
31881 \end_layout
31882
31883 \begin_layout Standard
31884 \begin_inset VSpace bigskip
31885 \end_inset
31886
31887  Les notes de bas de page peuvent être mise dans la marge de la page et
31888  l'alignement du texte des notes peut être modifié, voyez le paquetage \SpecialChar LaTeX
31889
31890  
31891 \series bold
31892 footmisc
31893 \series default
31894
31895 \begin_inset Index idx
31896 status collapsed
31897
31898 \begin_layout Plain Layout
31899 Paquetages \SpecialChar LaTeX
31900  ! footmisc
31901 \end_layout
31902
31903 \end_inset
31904
31905
31906 \begin_inset CommandInset citation
31907 LatexCommand cite
31908 key "footmisc"
31909
31910 \end_inset
31911
31912  pour plus d'information à ce sujet.
31913 \end_layout
31914
31915 \begin_layout Standard
31916 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
31917  voyez les livres sur \SpecialChar LaTeX
31918
31919 \begin_inset CommandInset citation
31920 LatexCommand cite
31921 key "latexcompanion,latexguide,latexbook"
31922
31923 \end_inset
31924
31925 .
31926  Si vous utilisez une classe de document  
31927 \series bold
31928 KOMA-Script
31929 \series default
31930
31931 \begin_inset Index idx
31932 status collapsed
31933
31934 \begin_layout Plain Layout
31935 Paquetages \SpecialChar LaTeX
31936  ! KOMA-Script
31937 \end_layout
31938
31939 \end_inset
31940
31941 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
31942  des commandes spécifiques à la classe de document utilisée, voyez 
31943 \begin_inset CommandInset citation
31944 LatexCommand cite
31945 key "KOMA-Script"
31946
31947 \end_inset
31948
31949 .
31950 \end_layout
31951
31952 \begin_layout Section
31953 Notes en marge
31954 \begin_inset Index idx
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958 Notes ! Notes en Marge
31959 \end_layout
31960
31961 \end_inset
31962
31963
31964 \end_layout
31965
31966 \begin_layout Standard
31967 Les notes en marge dans \SpecialChar LyX
31968  ressemblent aux notes en bas de page et se comportent
31969  de la même façon.
31970  Quand vous insérez une note en marge avec 
31971 \family sans
31972 Insertion\SpecialChar menuseparator
31973 Note
31974 \begin_inset space ~
31975 \end_inset
31976
31977 en
31978 \begin_inset space ~
31979 \end_inset
31980
31981 Marge
31982 \family default
31983  ou avec le bouton 
31984 \begin_inset Info
31985 type  "icon"
31986 arg   "marginalnote-insert"
31987 \end_inset
31988
31989  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
31990  grise avec une étiquette rouge 
31991 \begin_inset Quotes fld
31992 \end_inset
31993
31994 marge
31995 \begin_inset Quotes frd
31996 \end_inset
31997
31998 .
31999  
32000 \begin_inset Marginal
32001 status collapsed
32002
32003 \begin_layout Plain Layout
32004 C'est une note en marge.
32005 \end_layout
32006
32007 \end_inset
32008
32009  Cette boîte est la représentation de votre note dans \SpecialChar LyX
32010 .
32011  Vous pouvez y entrer votre texte.
32012 \end_layout
32013
32014 \begin_layout Standard
32015 Les notes en marge apparaissent dans la marge de droite dans les documents
32016  imprimées sur une seule face.
32017  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
32018  
32019 \begin_inset Quotes fld
32020 \end_inset
32021
32022 extérieure
32023 \begin_inset Quotes frd
32024 \end_inset
32025
32026  – la gauche sur les pages paires et la droite sur les pages impaires.
32027  Le texte de la note en marge est aligné à l'opposé de la marge externe
32028  – aligné à droite quand la note apparaît dans la marge de gauche.
32029  La première ligne de la note apparaît à la hauteur de la ligne de texte
32030  où la note a été insérée dans le document.
32031 \end_layout
32032
32033 \begin_layout Standard
32034 \begin_inset VSpace bigskip
32035 \end_inset
32036
32037 Pour placer une note dans la marge interne, ajoutez la commande suivante
32038  :
32039 \end_layout
32040
32041 \begin_layout Standard
32042
32043 \series bold
32044
32045 \backslash
32046 reversemarginpar
32047 \end_layout
32048
32049 \begin_layout Standard
32050 sous forme de code \SpecialChar TeX
32051  avant votre note de marge.
32052  Le nouveau positionnement est pris en compte pour toutes les notes en marge
32053  qui suivent 
32054 \begin_inset ERT
32055 status collapsed
32056
32057 \begin_layout Plain Layout
32058
32059
32060 \backslash
32061 reversemarginpar 
32062 \end_layout
32063
32064 \end_inset
32065
32066
32067 \begin_inset Marginal
32068 status open
32069
32070 \begin_layout Plain Layout
32071 Cette note en marge est dans la marge interne.
32072 \end_layout
32073
32074 \end_inset
32075
32076
32077 \series bold
32078
32079 \begin_inset Newline newline
32080 \end_inset
32081
32082
32083 \series default
32084
32085 \begin_inset Note Greyedout
32086 status open
32087
32088 \begin_layout Plain Layout
32089
32090 \series bold
32091 Note:
32092 \series default
32093  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
32094  les notes sont souvent mal mises en formes dans la sortie imprimée.
32095 \end_layout
32096
32097 \end_inset
32098
32099
32100 \end_layout
32101
32102 \begin_layout Standard
32103 Pour revenir au positionnement implicite, ajoutez la commande :
32104 \end_layout
32105
32106 \begin_layout Standard
32107
32108 \series bold
32109
32110 \backslash
32111 normalmarginpar
32112 \end_layout
32113
32114 \begin_layout Standard
32115 sous forme de code \SpecialChar TeX
32116 .
32117 \begin_inset ERT
32118 status collapsed
32119
32120 \begin_layout Plain Layout
32121
32122
32123 \backslash
32124 normalmarginpar 
32125 \end_layout
32126
32127 \end_inset
32128
32129
32130 \begin_inset Newline newline
32131 \end_inset
32132
32133  
32134 \begin_inset Note Greyedout
32135 status open
32136
32137 \begin_layout Plain Layout
32138
32139 \series bold
32140 Note:
32141 \series default
32142  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
32143  
32144 \series bold
32145
32146 \backslash
32147 reversemarginpar
32148 \series default
32149  est aussi utilisée.
32150 \end_layout
32151
32152 \end_inset
32153
32154
32155 \end_layout
32156
32157 \begin_layout Standard
32158 \begin_inset VSpace bigskip
32159 \end_inset
32160
32161
32162 \begin_inset Marginal
32163 status open
32164
32165 \begin_layout Plain Layout
32166 UnTrèsLongMotEnMarge sans césure.
32167 \end_layout
32168
32169 \end_inset
32170
32171  Comme dans le cas décrit dans la section
32172 \begin_inset space ~
32173 \end_inset
32174
32175
32176 \begin_inset CommandInset ref
32177 LatexCommand ref
32178 reference "subsec:Lignes-multiple-dans-cellule"
32179
32180 \end_inset
32181
32182 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
32183  mot d'une note en marge.
32184  Pour éviter ce problème, insérez un espacement horizontal de 0
32185 \begin_inset space \thinspace{}
32186 \end_inset
32187
32188 pt avant le mot en question: 
32189 \begin_inset Marginal
32190 status open
32191
32192 \begin_layout Plain Layout
32193 \begin_inset space \hspace{}
32194 \length 0pt
32195 \end_inset
32196
32197 UnMotTrèsLongEnMarge avec une césure.
32198 \end_layout
32199
32200 \end_inset
32201
32202
32203 \end_layout
32204
32205 \begin_layout Standard
32206 \begin_inset VSpace bigskip
32207 \end_inset
32208
32209
32210 \end_layout
32211
32212 \begin_layout Standard
32213 \begin_inset Note Greyedout
32214 status open
32215
32216 \begin_layout Plain Layout
32217
32218 \series bold
32219 Note:
32220 \series default
32221  Normalement, les notes en marge ne peuvent pas être utilisées dans des
32222  tableaux, des flottants et des notes de bas de page.
32223 \end_layout
32224
32225 \end_inset
32226
32227
32228 \end_layout
32229
32230 \begin_layout Standard
32231 \begin_inset VSpace bigskip
32232 \end_inset
32233
32234
32235 \end_layout
32236
32237 \begin_layout Standard
32238 \begin_inset ERT
32239 status collapsed
32240
32241 \begin_layout Plain Layout
32242
32243
32244 \backslash
32245 ifmarginnote
32246 \end_layout
32247
32248 \end_inset
32249
32250
32251 \begin_inset Note Note
32252 status open
32253
32254 \begin_layout Plain Layout
32255 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
32256  
32257 \series bold
32258 marginnote
32259 \series default
32260  a été installé.
32261 \end_layout
32262
32263 \end_inset
32264
32265
32266 \end_layout
32267
32268 \begin_layout Standard
32269 Cette restriction peut être évitée en utilisant le paquetage \SpecialChar LaTeX
32270  
32271 \series bold
32272 marginnote
32273 \series default
32274
32275 \begin_inset Index idx
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279 Paquetages \SpecialChar LaTeX
32280  ! marginnote
32281 \end_layout
32282
32283 \end_inset
32284
32285 .
32286  En ajoutant les deux lignes suivantes au préambule de votre document, la
32287  commande que \SpecialChar LyX
32288  utilise pour les notes de marge est redéfinie pour utiliser
32289  la commande fournie par le paquetage 
32290 \series bold
32291 marginnote
32292 \series default
32293  :
32294 \end_layout
32295
32296 \begin_layout Standard
32297
32298 \series bold
32299
32300 \backslash
32301 usepackage{marginnote}
32302 \begin_inset Newline newline
32303 \end_inset
32304
32305
32306 \backslash
32307 let
32308 \backslash
32309 marginpar
32310 \backslash
32311 marginnote
32312 \end_layout
32313
32314 \begin_layout Standard
32315 Ce paquetage est aussi utilisé dans ce document parce que 
32316 \series bold
32317 marginnote
32318 \series default
32319  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
32320  vertical pour une note.
32321  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
32322  sont trop proches les unes des autres ou que vous voulez améliorer la mise
32323  en page.
32324  Le décalage est inséré dans \SpecialChar LyX
32325  sous forme de code \SpecialChar TeX
32326  directement après la note
32327  sous la forme
32328 \end_layout
32329
32330 \begin_layout Standard
32331
32332 \series bold
32333 [offset]
32334 \end_layout
32335
32336 \begin_layout Standard
32337 où l'offset utilise l'une des unités listées dans le tableau
32338 \begin_inset space ~
32339 \end_inset
32340
32341
32342 \begin_inset CommandInset ref
32343 LatexCommand ref
32344 reference "cha:Unités-de-longueur"
32345
32346 \end_inset
32347
32348 .
32349  Une valeur négative déplace la note vers le haut, une valeur positive la
32350  déplace vers le bas.
32351  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
32352  vers le haut de 1.5
32353 \begin_inset space \thinspace{}
32354 \end_inset
32355
32356 cm avec la commande en code \SpecialChar TeX
32357  
32358 \begin_inset Quotes fld
32359 \end_inset
32360
32361
32362 \series bold
32363 [-1.5cm]
32364 \series default
32365
32366 \begin_inset Quotes frd
32367 \end_inset
32368
32369
32370 \begin_inset Marginal
32371 status collapsed
32372
32373 \begin_layout Plain Layout
32374 Cette note en marge est décalée vers le haut de 1.5
32375 \begin_inset space \thinspace{}
32376 \end_inset
32377
32378 cm par rapport à sa position d'origine.
32379 \end_layout
32380
32381 \end_inset
32382
32383
32384 \begin_inset ERT
32385 status collapsed
32386
32387 \begin_layout Plain Layout
32388
32389 [-1.5cm]
32390 \end_layout
32391
32392 \end_inset
32393
32394
32395 \end_layout
32396
32397 \begin_layout Standard
32398 \begin_inset VSpace medskip
32399 \end_inset
32400
32401 Avec le paquetage 
32402 \series bold
32403 marginnote
32404 \series default
32405  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
32406  Par exemple les commandes 
32407 \end_layout
32408
32409 \begin_layout Standard
32410
32411 \series bold
32412
32413 \backslash
32414 renewcommand*{
32415 \backslash
32416 raggedleftmarginnote}{
32417 \backslash
32418 centering}
32419 \begin_inset Newline newline
32420 \end_inset
32421
32422
32423 \backslash
32424 renewcommand*{
32425 \backslash
32426 raggedrightmarginnote}{
32427 \backslash
32428 centering}
32429 \end_layout
32430
32431 \begin_layout Standard
32432 donnent un alignement centré.
32433  
32434 \series bold
32435
32436 \backslash
32437 raggedleftmarginnote
32438 \series default
32439  indique une note qui apparaît dans la marge de gauche.
32440 \begin_inset ERT
32441 status collapsed
32442
32443 \begin_layout Plain Layout
32444
32445
32446 \backslash
32447 renewcommand*{
32448 \backslash
32449 raggedleftmarginnote}{
32450 \backslash
32451 centering}
32452 \end_layout
32453
32454 \begin_layout Plain Layout
32455
32456
32457 \backslash
32458 renewcommand*{
32459 \backslash
32460 raggedrightmarginnote}{
32461 \backslash
32462 centering}
32463 \end_layout
32464
32465 \end_inset
32466
32467
32468 \begin_inset Marginal
32469 status collapsed
32470
32471 \begin_layout Plain Layout
32472 Le texte de cette note en marge est centré.
32473 \end_layout
32474
32475 \end_inset
32476
32477 .
32478  Le comportement implicite est donné par
32479 \end_layout
32480
32481 \begin_layout Standard
32482
32483 \series bold
32484
32485 \backslash
32486 renewcommand*{
32487 \backslash
32488 raggedleftmarginnote}{
32489 \backslash
32490 raggedleft}
32491 \begin_inset Newline newline
32492 \end_inset
32493
32494
32495 \backslash
32496 renewcommand*{
32497 \backslash
32498 raggedrightmarginnote}{
32499 \backslash
32500 raggedright}
32501 \series default
32502
32503 \begin_inset ERT
32504 status collapsed
32505
32506 \begin_layout Plain Layout
32507
32508
32509 \backslash
32510 renewcommand*{
32511 \backslash
32512 raggedleftmarginnote}{
32513 \backslash
32514 raggedleft}
32515 \end_layout
32516
32517 \begin_layout Plain Layout
32518
32519
32520 \backslash
32521 renewcommand*{
32522 \backslash
32523 raggedrightmarginnote}{
32524 \backslash
32525 raggedright}
32526 \end_layout
32527
32528 \end_inset
32529
32530
32531 \end_layout
32532
32533 \begin_layout Standard
32534 \begin_inset VSpace medskip
32535 \end_inset
32536
32537 Pour les autre fonctions du paquetage 
32538 \series bold
32539 marginnote
32540 \series default
32541  nous vous renvoyons à sa documentation 
32542 \begin_inset CommandInset citation
32543 LatexCommand cite
32544 key "marginnote"
32545
32546 \end_inset
32547
32548 .
32549 \end_layout
32550
32551 \begin_layout Standard
32552 \begin_inset VSpace bigskip
32553 \end_inset
32554
32555 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
32556  définition.
32557  Pour créer par exemple une entête pour toutes les notes en marge avec le
32558  texte 
32559 \begin_inset Quotes fld
32560 \end_inset
32561
32562
32563 \family sans
32564 \series bold
32565 \bar under
32566 Attention!
32567 \family default
32568 \series default
32569 \bar default
32570
32571 \begin_inset Quotes frd
32572 \end_inset
32573
32574  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
32575  de votre document :
32576 \end_layout
32577
32578 \begin_layout Standard
32579
32580 \series bold
32581
32582 \backslash
32583 let
32584 \backslash
32585 myMarginpar
32586 \backslash
32587 marginpar
32588 \begin_inset Newline newline
32589 \end_inset
32590
32591
32592 \backslash
32593 renewcommand{
32594 \backslash
32595 marginpar}[1]{
32596 \backslash
32597 myMarginpar{%
32598 \begin_inset Newline newline
32599 \end_inset
32600
32601
32602 \begin_inset Phantom HPhantom
32603 status open
32604
32605 \begin_layout Plain Layout
32606
32607 \series bold
32608 \begin_inset space ~
32609 \end_inset
32610
32611
32612 \end_layout
32613
32614 \end_inset
32615
32616
32617 \backslash
32618 hspace{0pt}
32619 \backslash
32620 textsf{
32621 \backslash
32622 textbf{
32623 \backslash
32624 underbar{Attention!}}}%
32625 \begin_inset Newline newline
32626 \end_inset
32627
32628
32629 \begin_inset Phantom HPhantom
32630 status open
32631
32632 \begin_layout Plain Layout
32633
32634 \series bold
32635 \begin_inset space ~
32636 \end_inset
32637
32638
32639 \end_layout
32640
32641 \end_inset
32642
32643
32644 \backslash
32645 vspace{1.5mm}
32646 \backslash
32647
32648 \backslash
32649 #1}}
32650 \end_layout
32651
32652 \begin_layout Standard
32653 \begin_inset ERT
32654 status collapsed
32655
32656 \begin_layout Plain Layout
32657
32658
32659 \backslash
32660 let
32661 \backslash
32662 myMarginpar
32663 \backslash
32664 marginpar
32665 \end_layout
32666
32667 \begin_layout Plain Layout
32668
32669
32670 \backslash
32671 renewcommand{
32672 \backslash
32673 marginpar}[1]{
32674 \backslash
32675 myMarginpar{%
32676 \end_layout
32677
32678 \begin_layout Plain Layout
32679
32680    
32681 \backslash
32682 textsf{
32683 \backslash
32684 textbf{
32685 \backslash
32686 underbar{Attention!}}}%
32687 \end_layout
32688
32689 \begin_layout Plain Layout
32690
32691    
32692 \backslash
32693 vspace{1.5mm}
32694 \backslash
32695
32696 \backslash
32697 #1}}
32698 \end_layout
32699
32700 \end_inset
32701
32702
32703 \begin_inset Marginal
32704 status open
32705
32706 \begin_layout Plain Layout
32707 Ceci est une note en marge avec une en-tête prédéfinie.
32708 \end_layout
32709
32710 \end_inset
32711
32712
32713 \begin_inset ERT
32714 status collapsed
32715
32716 \begin_layout Plain Layout
32717
32718 [-1.5cm]
32719 \end_layout
32720
32721 \end_inset
32722
32723
32724 \begin_inset ERT
32725 status collapsed
32726
32727 \begin_layout Plain Layout
32728
32729
32730 \backslash
32731 renewcommand{
32732 \backslash
32733 marginpar}[1]{
32734 \backslash
32735 myMarginpar{#1}}
32736 \end_layout
32737
32738 \end_inset
32739
32740
32741 \begin_inset Note Note
32742 status collapsed
32743
32744 \begin_layout Plain Layout
32745
32746 \lang english
32747 The margin note format is changed only for this example.
32748 \end_layout
32749
32750 \end_inset
32751
32752
32753 \end_layout
32754
32755 \begin_layout Standard
32756 \begin_inset ERT
32757 status collapsed
32758
32759 \begin_layout Plain Layout
32760
32761
32762 \backslash
32763 else
32764 \end_layout
32765
32766 \end_inset
32767
32768
32769 \begin_inset Note Note
32770 status open
32771
32772 \begin_layout Plain Layout
32773 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
32774  
32775 \series bold
32776 marginnote
32777 \series default
32778  n'est pas installé :
32779 \end_layout
32780
32781 \end_inset
32782
32783
32784 \end_layout
32785
32786 \begin_layout Standard
32787 Vous devez installer le paquetage \SpecialChar LaTeX
32788  
32789 \series bold
32790 marginnote
32791 \series default
32792  pour voir la suite de cette section dans la sortie imprimée.
32793 \end_layout
32794
32795 \begin_layout Standard
32796 \begin_inset ERT
32797 status collapsed
32798
32799 \begin_layout Plain Layout
32800
32801
32802 \backslash
32803 fi
32804 \end_layout
32805
32806 \end_inset
32807
32808
32809 \end_layout
32810
32811 \begin_layout Chapter
32812 Boîtes
32813 \end_layout
32814
32815 \begin_layout Section
32816 Introduction
32817 \begin_inset Index idx
32818 status collapsed
32819
32820 \begin_layout Plain Layout
32821 Boîtes ! Introduction
32822 \end_layout
32823
32824 \end_inset
32825
32826
32827 \end_layout
32828
32829 \begin_layout Standard
32830 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
32831  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
32832  voir la section
32833 \begin_inset space ~
32834 \end_inset
32835
32836
32837 \begin_inset CommandInset ref
32838 LatexCommand ref
32839 reference "sec:Minipages"
32840
32841 \end_inset
32842
32843 , pour encadrer des portions de texte, voir la section
32844 \begin_inset space ~
32845 \end_inset
32846
32847
32848 \begin_inset CommandInset ref
32849 LatexCommand ref
32850 reference "sec:Décorations"
32851
32852 \end_inset
32853
32854 , pour empêcher que des mots subissent une césure, voir la section
32855 \begin_inset space ~
32856 \end_inset
32857
32858
32859 \begin_inset CommandInset ref
32860 LatexCommand ref
32861 reference "sec:Empêcher-césure"
32862
32863 \end_inset
32864
32865 , pour aligner du texte, voir la section
32866 \begin_inset space ~
32867 \end_inset
32868
32869
32870 \begin_inset CommandInset ref
32871 LatexCommand ref
32872 reference "subsec:Alignement-Vertical"
32873
32874 \end_inset
32875
32876 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
32877 \begin_inset space ~
32878 \end_inset
32879
32880
32881 \begin_inset CommandInset ref
32882 LatexCommand ref
32883 reference "sec:Boîtes-colorées"
32884
32885 \end_inset
32886
32887 .
32888 \end_layout
32889
32890 \begin_layout Standard
32891 On peut insérer une boîte en utilisant le menu 
32892 \family sans
32893 Insertion\SpecialChar menuseparator
32894 Boîte
32895 \family default
32896  ou avec le bouton 
32897 \begin_inset Info
32898 type  "icon"
32899 arg   "box-insert Frameless"
32900 \end_inset
32901
32902  de la barre d'outils.
32903  Une boîte grise avec une étiquette 
32904 \family sans
32905 Boîte
32906 \begin_inset space ~
32907 \end_inset
32908
32909 (Minipage)
32910 \family default
32911
32912 \begin_inset Graphics
32913         filename clipart/BoxInsetDefault.png
32914         scale 65
32915         scaleBeforeRotation
32916
32917 \end_inset
32918
32919  est alors insérée.
32920  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
32921  et en choisissant 
32922 \family sans
32923 Paramètres
32924 \family default
32925  .
32926  La fenêtre de dialogue qui apparaît donne accès aux types de
32927 \family sans
32928  Boîte
32929 \begin_inset space ~
32930 \end_inset
32931
32932 Intérieure
32933 \family default
32934  
32935 \family sans
32936 Makebox, Parbox
32937 \family default
32938  et 
32939 \family sans
32940 Minipage
32941 \family default
32942 .
32943  Le type 
32944 \family sans
32945 Minipage
32946 \family default
32947  est le type implicite pour les boîtes nouvellement créées et il est décrit
32948  dans la section
32949 \begin_inset space ~
32950 \end_inset
32951
32952
32953 \begin_inset CommandInset ref
32954 LatexCommand ref
32955 reference "sec:Minipages"
32956
32957 \end_inset
32958
32959 ; le type 
32960 \family sans
32961 Parbox
32962 \family default
32963  est décrit dans la section
32964 \begin_inset space ~
32965 \end_inset
32966
32967
32968 \begin_inset CommandInset ref
32969 LatexCommand ref
32970 reference "sec:Parboxes"
32971
32972 \end_inset
32973
32974  et le type 
32975 \family sans
32976 Makebox
32977 \family default
32978  est décrit dans la section
32979 \begin_inset space ~
32980 \end_inset
32981
32982
32983 \begin_inset CommandInset ref
32984 LatexCommand ref
32985 reference "sec:Empêcher-césure"
32986
32987 \end_inset
32988
32989 .
32990 \end_layout
32991
32992 \begin_layout Standard
32993 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
32994  comme les flottants ou les notes de bas de page.
32995 \end_layout
32996
32997 \begin_layout Standard
32998 \begin_inset Note Greyedout
32999 status open
33000
33001 \begin_layout Plain Layout
33002
33003 \series bold
33004 Note:
33005 \series default
33006  Vous ne pouvez pas employer une boîte comme élément dans un environnement
33007  de type 
33008 \family sans
33009 Liste
33010 \family default
33011  ou 
33012 \family sans
33013 Description
33014 \family default
33015 .
33016 \end_layout
33017
33018 \end_inset
33019
33020
33021 \end_layout
33022
33023 \begin_layout Standard
33024 \begin_inset Note Greyedout
33025 status open
33026
33027 \begin_layout Plain Layout
33028
33029 \series bold
33030 Note:
33031 \series default
33032  Pour une raison inconnue, vous ne pouvez mettre le type de la 
33033 \family sans
33034 Boîte
33035 \begin_inset space ~
33036 \end_inset
33037
33038 Intérieure
33039 \family default
33040  à 
33041 \family sans
33042 Aucune
33043 \family default
33044  que quand vous utilisez une boîte encadrée.
33045  Les boîtes sans 
33046 \family sans
33047 Boîte
33048 \begin_inset space ~
33049 \end_inset
33050
33051 Intérieure
33052 \family default
33053  et sans cadre sont expliquées dans la section
33054 \begin_inset space ~
33055 \end_inset
33056
33057
33058 \begin_inset CommandInset ref
33059 LatexCommand ref
33060 reference "sec:Empêcher-césure"
33061
33062 \end_inset
33063
33064 .
33065 \end_layout
33066
33067 \end_inset
33068
33069
33070 \end_layout
33071
33072 \begin_layout Section
33073 La fenêtre de dialogue Boîte
33074 \begin_inset CommandInset label
33075 LatexCommand label
33076 name "sec:Boîte-Dialogue"
33077
33078 \end_inset
33079
33080
33081 \begin_inset Index idx
33082 status collapsed
33083
33084 \begin_layout Plain Layout
33085 Boîtes ! Fenêtre de dialogue Boîte
33086 \end_layout
33087
33088 \end_inset
33089
33090
33091 \end_layout
33092
33093 \begin_layout Subsection
33094 Taille
33095 \begin_inset Index idx
33096 status collapsed
33097
33098 \begin_layout Plain Layout
33099 Boîtes ! Taille
33100 \end_layout
33101
33102 \end_inset
33103
33104
33105 \end_layout
33106
33107 \begin_layout Standard
33108 Dans la fenêtre de dialogue 
33109 \family sans
33110 Paramètres
33111 \begin_inset space ~
33112 \end_inset
33113
33114 de
33115 \begin_inset space ~
33116 \end_inset
33117
33118 Boîte
33119 \family default
33120  vous pouvez modifier la géométrie de la boîte avec les champs 
33121 \family sans
33122 Largeur
33123 \family default
33124  et 
33125 \family sans
33126 Hauteur
33127 \family default
33128 .
33129  Les unités de longueur qui sont utilisables dans ces champs sont décrites
33130  dans le tableau
33131 \begin_inset space ~
33132 \end_inset
33133
33134
33135 \begin_inset CommandInset ref
33136 LatexCommand ref
33137 reference "tab:Unités"
33138
33139 \end_inset
33140
33141 .
33142  Le champ 
33143 \family sans
33144 Hauteur
33145 \family default
33146  offre en plus les spécifications de taille suivantes :
33147 \end_layout
33148
33149 \begin_layout Description
33150 Profondeur C'est simplement la 
33151 \begin_inset Quotes fld
33152 \end_inset
33153
33154 hauteur
33155 \begin_inset Quotes frd
33156 \end_inset
33157
33158  du texte.
33159  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
33160  lignes de texte dans la boîte.
33161 \begin_inset Newline newline
33162 \end_inset
33163
33164
33165 \begin_inset Newline newline
33166 \end_inset
33167
33168
33169 \begin_inset Newline newline
33170 \end_inset
33171
33172
33173 \begin_inset Box Boxed
33174 position "c"
33175 hor_pos "c"
33176 has_inner_box 1
33177 inner_pos "c"
33178 use_parbox 0
33179 use_makebox 0
33180 width "12col%"
33181 special "none"
33182 height "1in"
33183 height_special "depth"
33184 thickness "0.4pt"
33185 separation "3pt"
33186 shadowsize "4pt"
33187 framecolor "black"
33188 backgroundcolor "none"
33189 status open
33190
33191 \begin_layout Plain Layout
33192 \align center
33193 Boîte dont la hauteur est égale à 1
33194 \begin_inset space \thinspace{}
33195 \end_inset
33196
33197 Profondeur
33198 \end_layout
33199
33200 \end_inset
33201
33202
33203 \begin_inset Newline newline
33204 \end_inset
33205
33206
33207 \begin_inset Newline newline
33208 \end_inset
33209
33210
33211 \end_layout
33212
33213 \begin_layout Description
33214 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
33215  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
33216  est deux fois plus haute que le texte : 
33217 \begin_inset Box Boxed
33218 position "c"
33219 hor_pos "c"
33220 has_inner_box 1
33221 inner_pos "c"
33222 use_parbox 0
33223 use_makebox 0
33224 width "20col%"
33225 special "none"
33226 height "2in"
33227 height_special "height"
33228 thickness "0.4pt"
33229 separation "3pt"
33230 shadowsize "4pt"
33231 framecolor "black"
33232 backgroundcolor "none"
33233 status open
33234
33235 \begin_layout Plain Layout
33236 \align center
33237 Boîte dont la hauteur est 2
33238 \begin_inset space \thinspace{}
33239 \end_inset
33240
33241 Hauteur
33242 \end_layout
33243
33244 \end_inset
33245
33246
33247 \end_layout
33248
33249 \begin_layout Description
33250 Hauteur
33251 \begin_inset space ~
33252 \end_inset
33253
33254 Totale C'est égal à Hauteur
33255 \begin_inset space \thinspace{}
33256 \end_inset
33257
33258 +
33259 \begin_inset space \thinspace{}
33260 \end_inset
33261
33262 Profondeur : 
33263 \begin_inset Box Boxed
33264 position "c"
33265 hor_pos "c"
33266 has_inner_box 1
33267 inner_pos "c"
33268 use_parbox 0
33269 use_makebox 0
33270 width "20col%"
33271 special "none"
33272 height "1in"
33273 height_special "totalheight"
33274 thickness "0.4pt"
33275 separation "3pt"
33276 shadowsize "4pt"
33277 framecolor "black"
33278 backgroundcolor "none"
33279 status open
33280
33281 \begin_layout Plain Layout
33282 \align center
33283 Boîte dont la hauteur est 1
33284 \begin_inset space \thinspace{}
33285 \end_inset
33286
33287 Hauteur
33288 \begin_inset space ~
33289 \end_inset
33290
33291 Totale
33292 \end_layout
33293
33294 \end_inset
33295
33296
33297 \end_layout
33298
33299 \begin_layout Description
33300 Largeur On prend la largeur de la boîte comme hauteur : 
33301 \begin_inset Box Boxed
33302 position "c"
33303 hor_pos "c"
33304 has_inner_box 1
33305 inner_pos "c"
33306 use_parbox 0
33307 use_makebox 0
33308 width "12col%"
33309 special "none"
33310 height "1in"
33311 height_special "width"
33312 thickness "0.4pt"
33313 separation "3pt"
33314 shadowsize "4pt"
33315 framecolor "black"
33316 backgroundcolor "none"
33317 status open
33318
33319 \begin_layout Plain Layout
33320 \align center
33321 Boîte dont la hauteur est 1
33322 \begin_inset space \thinspace{}
33323 \end_inset
33324
33325 Largeur
33326 \end_layout
33327
33328 \end_inset
33329
33330
33331 \end_layout
33332
33333 \begin_layout Subsection
33334 Alignement
33335 \begin_inset Index idx
33336 status collapsed
33337
33338 \begin_layout Plain Layout
33339 Boîtes ! Alignement
33340 \end_layout
33341
33342 \end_inset
33343
33344
33345 \end_layout
33346
33347 \begin_layout Standard
33348 Quand vous avez choisi une 
33349 \family sans
33350 Boîte
33351 \begin_inset space ~
33352 \end_inset
33353
33354 Intérieure
33355 \family default
33356 , l'alignement vertical de la boîte peut être :
33357 \end_layout
33358
33359 \begin_layout Description
33360 Haut Ceci est un exemple de texte.
33361  
33362 \begin_inset Box Boxed
33363 position "t"
33364 hor_pos "c"
33365 has_inner_box 1
33366 inner_pos "c"
33367 use_parbox 0
33368 use_makebox 0
33369 width "12col%"
33370 special "none"
33371 height "1in"
33372 height_special "totalheight"
33373 thickness "0.4pt"
33374 separation "3pt"
33375 shadowsize "4pt"
33376 framecolor "black"
33377 backgroundcolor "none"
33378 status collapsed
33379
33380 \begin_layout Plain Layout
33381 \align center
33382 Cette boîte est alignée sur le haut.
33383 \end_layout
33384
33385 \end_inset
33386
33387  Ceci est un exemple de texte.
33388 \end_layout
33389
33390 \begin_layout Description
33391 Milieu Ceci est un exemple de texte.
33392  
33393 \begin_inset Box Boxed
33394 position "c"
33395 hor_pos "c"
33396 has_inner_box 1
33397 inner_pos "c"
33398 use_parbox 0
33399 use_makebox 0
33400 width "12col%"
33401 special "none"
33402 height "1in"
33403 height_special "totalheight"
33404 thickness "0.4pt"
33405 separation "3pt"
33406 shadowsize "4pt"
33407 framecolor "black"
33408 backgroundcolor "none"
33409 status collapsed
33410
33411 \begin_layout Plain Layout
33412 \align center
33413 Cette boîte est alignée au centre.
33414 \end_layout
33415
33416 \end_inset
33417
33418  Ceci est un exemple de texte.
33419 \end_layout
33420
33421 \begin_layout Description
33422 Bas Ceci est un exemple de texte.
33423  
33424 \begin_inset Box Boxed
33425 position "b"
33426 hor_pos "c"
33427 has_inner_box 1
33428 inner_pos "c"
33429 use_parbox 0
33430 use_makebox 0
33431 width "12col%"
33432 special "none"
33433 height "1in"
33434 height_special "totalheight"
33435 thickness "0.4pt"
33436 separation "3pt"
33437 shadowsize "4pt"
33438 framecolor "black"
33439 backgroundcolor "none"
33440 status collapsed
33441
33442 \begin_layout Plain Layout
33443 \align center
33444 Cette boîte est alignée sur le bas.
33445 \end_layout
33446
33447 \end_inset
33448
33449  Ceci est un exemple de texte.
33450 \end_layout
33451
33452 \begin_layout Standard
33453 \begin_inset Note Greyedout
33454 status open
33455
33456 \begin_layout Plain Layout
33457
33458 \series bold
33459 Note:
33460 \series default
33461  L'alignement vertical peut être perturbé dans la sortie finale quand vous
33462  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
33463  l'autre non.
33464 \end_layout
33465
33466 \end_inset
33467
33468
33469 \end_layout
33470
33471 \begin_layout Standard
33472 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
33473  paragraphe grâce à la fenêtre de dialogue 
33474 \family sans
33475 Paramètres
33476 \begin_inset space ~
33477 \end_inset
33478
33479 de
33480 \begin_inset space ~
33481 \end_inset
33482
33483 Boîte
33484 \family default
33485 .
33486 \end_layout
33487
33488 \begin_layout Standard
33489 \begin_inset VSpace bigskip
33490 \end_inset
33491
33492 Quand vous avez choisi une 
33493 \family sans
33494 Boîte
33495 \begin_inset space ~
33496 \end_inset
33497
33498 Intérieure
33499 \family default
33500 , l'alignement vertical du contenu de la boîte peut être :
33501 \end_layout
33502
33503 \begin_layout Description
33504 haut Ceci est un exemple de texte.
33505 \begin_inset Box Boxed
33506 position "c"
33507 hor_pos "c"
33508 has_inner_box 1
33509 inner_pos "t"
33510 use_parbox 0
33511 use_makebox 0
33512 width "12col%"
33513 special "none"
33514 height "1.5in"
33515 height_special "totalheight"
33516 thickness "0.4pt"
33517 separation "3pt"
33518 shadowsize "4pt"
33519 framecolor "black"
33520 backgroundcolor "none"
33521 status collapsed
33522
33523 \begin_layout Plain Layout
33524 \align center
33525 Le texte de cette boîte est aligné sur le haut.
33526 \end_layout
33527
33528 \end_inset
33529
33530  Ceci est un exemple de texte.
33531 \end_layout
33532
33533 \begin_layout Description
33534 milieu Ceci est un exemple de texte.
33535  
33536 \begin_inset Box Boxed
33537 position "c"
33538 hor_pos "c"
33539 has_inner_box 1
33540 inner_pos "c"
33541 use_parbox 0
33542 use_makebox 0
33543 width "12col%"
33544 special "none"
33545 height "1.5in"
33546 height_special "totalheight"
33547 thickness "0.4pt"
33548 separation "3pt"
33549 shadowsize "4pt"
33550 framecolor "black"
33551 backgroundcolor "none"
33552 status collapsed
33553
33554 \begin_layout Plain Layout
33555 \align center
33556 Le texte de cette boîte est aligné au centre
33557 \end_layout
33558
33559 \end_inset
33560
33561  Ceci est un exemple de texte.
33562 \end_layout
33563
33564 \begin_layout Description
33565 bas Ceci est un exemple de texte.
33566  
33567 \begin_inset Box Boxed
33568 position "c"
33569 hor_pos "c"
33570 has_inner_box 1
33571 inner_pos "b"
33572 use_parbox 0
33573 use_makebox 0
33574 width "12col%"
33575 special "none"
33576 height "1.5in"
33577 height_special "totalheight"
33578 thickness "0.4pt"
33579 separation "3pt"
33580 shadowsize "4pt"
33581 framecolor "black"
33582 backgroundcolor "none"
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586 \align center
33587 Le texte de cette boîte est aligné en bas.
33588 \end_layout
33589
33590 \end_inset
33591
33592  Ceci est un exemple de texte.
33593 \end_layout
33594
33595 \begin_layout Description
33596 élongation Ceci est un exemple de texte.
33597  
33598 \begin_inset Box Boxed
33599 position "c"
33600 hor_pos "c"
33601 has_inner_box 1
33602 inner_pos "s"
33603 use_parbox 0
33604 use_makebox 0
33605 width "12col%"
33606 special "none"
33607 height "1.5in"
33608 height_special "totalheight"
33609 thickness "0.4pt"
33610 separation "3pt"
33611 shadowsize "4pt"
33612 framecolor "black"
33613 backgroundcolor "none"
33614 status collapsed
33615
33616 \begin_layout Plain Layout
33617 \align center
33618 Le texte 
33619 \end_layout
33620
33621 \begin_layout Plain Layout
33622 \align center
33623 de cette
33624 \end_layout
33625
33626 \begin_layout Plain Layout
33627 \align center
33628 boîte est
33629 \end_layout
33630
33631 \begin_layout Plain Layout
33632 \align center
33633 allongé.
33634 \end_layout
33635
33636 \end_inset
33637
33638  Ceci est un exemple de texte.
33639 \end_layout
33640
33641 \begin_layout Standard
33642 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
33643  paragraphe.
33644  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
33645 \end_layout
33646
33647 \begin_layout Standard
33648 \begin_inset VSpace bigskip
33649 \end_inset
33650
33651 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
33652  la fenêtre de dialogue 
33653 \family sans
33654 Paramètres
33655 \begin_inset space ~
33656 \end_inset
33657
33658 de
33659 \begin_inset space ~
33660 \end_inset
33661
33662 paragraphe
33663 \family default
33664  quand vous avez choisi une 
33665 \family sans
33666 Boîte
33667 \begin_inset space ~
33668 \end_inset
33669
33670 Intérieure
33671 \family default
33672 .
33673 \end_layout
33674
33675 \begin_layout Standard
33676 \align center
33677 \begin_inset Box Boxed
33678 position "c"
33679 hor_pos "c"
33680 has_inner_box 1
33681 inner_pos "s"
33682 use_parbox 0
33683 use_makebox 0
33684 width "15col%"
33685 special "none"
33686 height "1.25in"
33687 height_special "totalheight"
33688 thickness "0.4pt"
33689 separation "3pt"
33690 shadowsize "4pt"
33691 framecolor "black"
33692 backgroundcolor "none"
33693 status open
33694
33695 \begin_layout Plain Layout
33696 \align left
33697 Le texte de 
33698 \end_layout
33699
33700 \begin_layout Plain Layout
33701 \align left
33702 cette boîte
33703 \end_layout
33704
33705 \begin_layout Plain Layout
33706 \align right
33707 est allongé.
33708 \end_layout
33709
33710 \end_inset
33711
33712
33713 \end_layout
33714
33715 \begin_layout Standard
33716 Si vous n'avez pas choisi une 
33717 \family sans
33718 Boîte
33719 \begin_inset space ~
33720 \end_inset
33721
33722 Intérieure
33723 \family default
33724 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
33725  de dialogue de boîte.
33726 \begin_inset Separator parbreak
33727 \end_inset
33728
33729
33730 \end_layout
33731
33732 \begin_layout Standard
33733 \align center
33734 \begin_inset Box Boxed
33735 position "c"
33736 hor_pos "s"
33737 has_inner_box 0
33738 inner_pos "s"
33739 use_parbox 0
33740 use_makebox 0
33741 width "90col%"
33742 special "none"
33743 height "1.25in"
33744 height_special "totalheight"
33745 thickness "0.4pt"
33746 separation "3pt"
33747 shadowsize "4pt"
33748 framecolor "black"
33749 backgroundcolor "none"
33750 status open
33751
33752 \begin_layout Plain Layout
33753 Le texte de cette boîte est allongé horizontalement.
33754 \end_layout
33755
33756 \end_inset
33757
33758
33759 \end_layout
33760
33761 \begin_layout Subsection
33762 Décorations
33763 \begin_inset CommandInset label
33764 LatexCommand label
33765 name "sec:Décorations"
33766
33767 \end_inset
33768
33769
33770 \begin_inset Index idx
33771 status collapsed
33772
33773 \begin_layout Plain Layout
33774 Boîtes ! Décorations
33775 \end_layout
33776
33777 \end_inset
33778
33779
33780 \end_layout
33781
33782 \begin_layout Standard
33783 On peut spécifier le style de la boîte en utilisant la liste déroulante
33784  
33785 \family sans
33786 Décoration
33787 \family default
33788 .
33789  Les possibilités sont les suivantes :
33790 \end_layout
33791
33792 \begin_layout Description
33793 Aucun
33794 \begin_inset space ~
33795 \end_inset
33796
33797 cadre
33798 \begin_inset space ~
33799 \end_inset
33800
33801 tracé Rien n'est tracé
33802 \end_layout
33803
33804 \begin_layout Description
33805 Cadre
33806 \begin_inset space ~
33807 \end_inset
33808
33809 rectangulaire
33810 \begin_inset space ~
33811 \end_inset
33812
33813 simple Ceci dessine un cadre rectangulaire autour de la boîte.
33814  L'épaisseur du trait de ce cadre peut être précisé.
33815 \begin_inset Newline newline
33816 \end_inset
33817
33818
33819 \begin_inset Box Boxed
33820 position "c"
33821 hor_pos "c"
33822 has_inner_box 1
33823 inner_pos "c"
33824 use_parbox 0
33825 use_makebox 0
33826 width "20col%"
33827 special "none"
33828 height "1in"
33829 height_special "totalheight"
33830 thickness "0.4pt"
33831 separation "3pt"
33832 shadowsize "4pt"
33833 framecolor "black"
33834 backgroundcolor "none"
33835 status open
33836
33837 \begin_layout Plain Layout
33838 \align center
33839 Boîte rectangulaire
33840 \end_layout
33841
33842 \end_inset
33843
33844
33845 \end_layout
33846
33847 \begin_layout Description
33848 Cadre
33849 \begin_inset space ~
33850 \end_inset
33851
33852 oval,
33853 \begin_inset space ~
33854 \end_inset
33855
33856 fin Ceci dessine un cadre ovalisée autour de la boîte.
33857  L'épaisseur du trait de ce cadre est de  0.4
33858 \begin_inset space \thinspace{}
33859 \end_inset
33860
33861 pt.
33862  
33863 \begin_inset Box ovalbox
33864 position "c"
33865 hor_pos "c"
33866 has_inner_box 1
33867 inner_pos "c"
33868 use_parbox 0
33869 use_makebox 0
33870 width "20col%"
33871 special "none"
33872 height "1in"
33873 height_special "totalheight"
33874 thickness "0.4pt"
33875 separation "3pt"
33876 shadowsize "4pt"
33877 framecolor "black"
33878 backgroundcolor "none"
33879 status open
33880
33881 \begin_layout Plain Layout
33882 \align center
33883 Boîte ovalisée, fine
33884 \end_layout
33885
33886 \end_inset
33887
33888
33889 \end_layout
33890
33891 \begin_layout Description
33892 Cadre
33893 \begin_inset space ~
33894 \end_inset
33895
33896 oval,
33897 \begin_inset space ~
33898 \end_inset
33899
33900 épais Ceci dessine un cadre ovalisée autour de la boîte.
33901  L'épaisseur du trait de ce cadre est de   0.8
33902 \begin_inset space \thinspace{}
33903 \end_inset
33904
33905 pt.
33906  
33907 \begin_inset Box Ovalbox
33908 position "c"
33909 hor_pos "c"
33910 has_inner_box 1
33911 inner_pos "c"
33912 use_parbox 0
33913 use_makebox 0
33914 width "20col%"
33915 special "none"
33916 height "1in"
33917 height_special "totalheight"
33918 thickness "0.4pt"
33919 separation "3pt"
33920 shadowsize "4pt"
33921 framecolor "black"
33922 backgroundcolor "none"
33923 status open
33924
33925 \begin_layout Plain Layout
33926 \align center
33927 Boîte ovalisée, épaisse
33928 \end_layout
33929
33930 \end_inset
33931
33932
33933 \end_layout
33934
33935 \begin_layout Description
33936 Ombre
33937 \begin_inset space ~
33938 \end_inset
33939
33940 en
33941 \begin_inset space ~
33942 \end_inset
33943
33944 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
33945  L'épaisseur du trait de ce cadre et l'ombre peut être précisé.
33946  
33947 \begin_inset Box Shadowbox
33948 position "c"
33949 hor_pos "c"
33950 has_inner_box 1
33951 inner_pos "c"
33952 use_parbox 0
33953 use_makebox 0
33954 width "20col%"
33955 special "none"
33956 height "1in"
33957 height_special "totalheight"
33958 thickness "0.4pt"
33959 separation "3pt"
33960 shadowsize "4pt"
33961 framecolor "black"
33962 backgroundcolor "none"
33963 status open
33964
33965 \begin_layout Plain Layout
33966 \align center
33967 Boîte ombrée
33968 \end_layout
33969
33970 \end_inset
33971
33972
33973 \end_layout
33974
33975 \begin_layout Description
33976 Fond
33977 \begin_inset space ~
33978 \end_inset
33979
33980 ombré Ceci dessine une boîte avec un arrière plan rouge.
33981  Contrairement aux boîtes coloriées
33982 \begin_inset Foot
33983 status collapsed
33984
33985 \begin_layout Plain Layout
33986 Voir la section
33987 \begin_inset space ~
33988 \end_inset
33989
33990
33991 \begin_inset CommandInset ref
33992 LatexCommand ref
33993 reference "sec:Boîtes-colorées"
33994
33995 \end_inset
33996
33997 .
33998 \end_layout
33999
34000 \end_inset
34001
34002 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
34003  son propre paragraphe.
34004 \begin_inset Box Shaded
34005 position "t"
34006 hor_pos "c"
34007 has_inner_box 0
34008 inner_pos "t"
34009 use_parbox 0
34010 use_makebox 0
34011 width "50col%"
34012 special "none"
34013 height "1in"
34014 height_special "totalheight"
34015 thickness "0.4pt"
34016 separation "3pt"
34017 shadowsize "4pt"
34018 framecolor "black"
34019 backgroundcolor "none"
34020 status open
34021
34022 \begin_layout Plain Layout
34023 Boîte avec fond ombré
34024 \end_layout
34025
34026 \end_inset
34027
34028
34029 \end_layout
34030
34031 \begin_layout Description
34032 Cadre
34033 \begin_inset space ~
34034 \end_inset
34035
34036 rectangulaire
34037 \begin_inset space ~
34038 \end_inset
34039
34040 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
34041  boîte.
34042  L'épaisseur du trait du cadre interne est de 0.75
34043 \begin_inset space \thinspace{}
34044 \end_inset
34045
34046 épaisseur
34047 \begin_inset space ~
34048 \end_inset
34049
34050 du
34051 \begin_inset space ~
34052 \end_inset
34053
34054 trait, l'épaisseur du trait du cadre externe est de 1.5
34055 \begin_inset space \thinspace{}
34056 \end_inset
34057
34058 épaisseur
34059 \begin_inset space ~
34060 \end_inset
34061
34062 du
34063 \begin_inset space ~
34064 \end_inset
34065
34066 trait.
34067  La distance entre les deux cadres est de 1.5
34068 \begin_inset space \thinspace{}
34069 \end_inset
34070
34071 épaisseur
34072 \begin_inset space ~
34073 \end_inset
34074
34075 du
34076 \begin_inset space ~
34077 \end_inset
34078
34079 trait
34080 \begin_inset space \thinspace{}
34081 \end_inset
34082
34083 +
34084 \begin_inset space \thinspace{}
34085 \end_inset
34086
34087 0.5
34088 \begin_inset space \thinspace{}
34089 \end_inset
34090
34091 pt.
34092  
34093 \begin_inset Box Doublebox
34094 position "c"
34095 hor_pos "c"
34096 has_inner_box 1
34097 inner_pos "c"
34098 use_parbox 0
34099 use_makebox 0
34100 width "20col%"
34101 special "none"
34102 height "1in"
34103 height_special "totalheight"
34104 thickness "0.4pt"
34105 separation "3pt"
34106 shadowsize "4pt"
34107 framecolor "black"
34108 backgroundcolor "none"
34109 status open
34110
34111 \begin_layout Plain Layout
34112 \align center
34113 Boîte double
34114 \end_layout
34115
34116 \end_inset
34117
34118
34119 \end_layout
34120
34121 \begin_layout Standard
34122 \begin_inset VSpace bigskip
34123 \end_inset
34124
34125 L'étiquette qui se trouve sur la boîte dans \SpecialChar LyX
34126  s'adapte pour montrer le style
34127  de boîte utilisé.
34128  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
34129  le paquetage \SpecialChar LaTeX
34130  
34131 \series bold
34132 fancybox
34133 \series default
34134
34135 \begin_inset Index idx
34136 status collapsed
34137
34138 \begin_layout Plain Layout
34139 Paquetages \SpecialChar LaTeX
34140  ! fancybox
34141 \end_layout
34142
34143 \end_inset
34144
34145 .
34146 \end_layout
34147
34148 \begin_layout Standard
34149 \begin_inset VSpace bigskip
34150 \end_inset
34151
34152 Quand vous utilisez le style de décoration 
34153 \family sans
34154 cadre rectangulaire simple
34155 \family default
34156  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
34157  de la boîte.
34158  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
34159  prendra toute la largeur de la colonne et la boîte sera considérée comme
34160  son propre paragraphe: 
34161 \begin_inset Box Framed
34162 position "t"
34163 hor_pos "c"
34164 has_inner_box 0
34165 inner_pos "t"
34166 use_parbox 0
34167 use_makebox 0
34168 width "100col%"
34169 special "none"
34170 height "1in"
34171 height_special "totalheight"
34172 thickness "0.4pt"
34173 separation "3pt"
34174 shadowsize "4pt"
34175 framecolor "black"
34176 backgroundcolor "none"
34177 status collapsed
34178
34179 \begin_layout Plain Layout
34180 Boîte avec cadre simple et sauts de page
34181 \end_layout
34182
34183 \end_inset
34184
34185
34186 \end_layout
34187
34188 \begin_layout Section
34189 Personnalisation des boîtes
34190 \begin_inset Index idx
34191 status collapsed
34192
34193 \begin_layout Plain Layout
34194 Boîtes! Personnalisation
34195 \end_layout
34196
34197 \end_inset
34198
34199
34200 \end_layout
34201
34202 \begin_layout Standard
34203 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
34204  la commande 
34205 \series bold
34206
34207 \backslash
34208 cornersize
34209 \series default
34210 .
34211  Par exemple, la commande
34212 \end_layout
34213
34214 \begin_layout Standard
34215
34216 \series bold
34217
34218 \backslash
34219 cornersize*{1cm}
34220 \end_layout
34221
34222 \begin_layout Standard
34223 donne un diamètre de 1
34224 \begin_inset space \thinspace{}
34225 \end_inset
34226
34227 cm.
34228  La commande
34229 \end_layout
34230
34231 \begin_layout Standard
34232
34233 \series bold
34234
34235 \backslash
34236 cornersize{num}
34237 \end_layout
34238
34239 \begin_layout Standard
34240 fixe le diamètre à 
34241 \family sans
34242 num
34243 \begin_inset space \thinspace{}
34244 \end_inset
34245
34246 ×
34247 \begin_inset space \thinspace{}
34248 \end_inset
34249
34250 minimum(largeur et hauteur de la boîte)
34251 \family default
34252 .
34253  La valeur implicite est 
34254 \series bold
34255
34256 \backslash
34257 cornersize{0.5}
34258 \series default
34259 .
34260 \end_layout
34261
34262 \begin_layout Standard
34263 \begin_inset ERT
34264 status collapsed
34265
34266 \begin_layout Plain Layout
34267
34268
34269 \backslash
34270 cornersize*{1.5cm}
34271 \end_layout
34272
34273 \end_inset
34274
34275
34276 \begin_inset Box Ovalbox
34277 position "c"
34278 hor_pos "c"
34279 has_inner_box 1
34280 inner_pos "c"
34281 use_parbox 0
34282 use_makebox 0
34283 width "25col%"
34284 special "none"
34285 height "1in"
34286 height_special "totalheight"
34287 thickness "0.4pt"
34288 separation "3pt"
34289 shadowsize "4pt"
34290 framecolor "black"
34291 backgroundcolor "none"
34292 status open
34293
34294 \begin_layout Plain Layout
34295 \align center
34296 Boîte ovale avec 
34297 \series bold
34298
34299 \backslash
34300 cornersize
34301 \series default
34302
34303 \begin_inset space \thinspace{}
34304 \end_inset
34305
34306 =
34307 \begin_inset space \thinspace{}
34308 \end_inset
34309
34310 1.5
34311 \begin_inset space \thinspace{}
34312 \end_inset
34313
34314 cm
34315 \end_layout
34316
34317 \end_inset
34318
34319
34320 \begin_inset ERT
34321 status collapsed
34322
34323 \begin_layout Plain Layout
34324
34325
34326 \backslash
34327 cornersize{0.5}
34328 \end_layout
34329
34330 \end_inset
34331
34332
34333 \end_layout
34334
34335 \begin_layout Standard
34336 \begin_inset VSpace bigskip
34337 \end_inset
34338
34339
34340 \end_layout
34341
34342 \begin_layout Standard
34343 La couleur rouge utilisée implicitement pour les boîtes à 
34344 \family sans
34345 Fond
34346 \begin_inset space ~
34347 \end_inset
34348
34349 ombré
34350 \family default
34351  peut soit être modifiée localement avec la commande 
34352 \series bold
34353
34354 \backslash
34355 definecolor{shadecolor}
34356 \series default
34357 , soit globalement avec le menu 
34358 \family sans
34359 Outils\SpecialChar menuseparator
34360 Préférences
34361 \family default
34362 \SpecialChar menuseparator
34363
34364 \family sans
34365 Couleurs\SpecialChar menuseparator
34366 boîte
34367 \begin_inset space ~
34368 \end_inset
34369
34370 ombrée
34371 \family default
34372 .
34373  La syntaxe de la commande 
34374 \series bold
34375
34376 \backslash
34377 definecolor
34378 \series default
34379  est expliquée dans la section
34380 \begin_inset space ~
34381 \end_inset
34382
34383
34384 \begin_inset CommandInset ref
34385 LatexCommand ref
34386 reference "sec:Tableaux-Colorés"
34387
34388 \end_inset
34389
34390 .
34391 \begin_inset Foot
34392 status collapsed
34393
34394 \begin_layout Plain Layout
34395 Notez que l'utilisation de 
34396 \series bold
34397
34398 \backslash
34399 definecolor
34400 \series default
34401  ne peut se faire sans le paquetage \SpecialChar LaTeX
34402  
34403 \series bold
34404 color
34405 \series default
34406  dans le préambule, voir la section
34407 \begin_inset space ~
34408 \end_inset
34409
34410
34411 \begin_inset CommandInset ref
34412 LatexCommand ref
34413 reference "sec:Boîtes-colorées"
34414
34415 \end_inset
34416
34417 .
34418  
34419 \end_layout
34420
34421 \end_inset
34422
34423
34424 \end_layout
34425
34426 \begin_layout Standard
34427 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
34428  le commande en code \SpecialChar TeX
34429  suivantes
34430 \end_layout
34431
34432 \begin_layout Standard
34433
34434 \series bold
34435
34436 \backslash
34437 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34438 \end_layout
34439
34440 \begin_layout Standard
34441 \begin_inset ERT
34442 status collapsed
34443
34444 \begin_layout Plain Layout
34445
34446
34447 \backslash
34448 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34449 \end_layout
34450
34451 \end_inset
34452
34453
34454 \begin_inset Box Shaded
34455 position "t"
34456 hor_pos "c"
34457 has_inner_box 0
34458 inner_pos "t"
34459 use_parbox 0
34460 use_makebox 0
34461 width "100col%"
34462 special "none"
34463 height "1in"
34464 height_special "totalheight"
34465 thickness "0.4pt"
34466 separation "3pt"
34467 shadowsize "4pt"
34468 framecolor "black"
34469 backgroundcolor "none"
34470 status open
34471
34472 \begin_layout Plain Layout
34473
34474 \color yellow
34475 Ceci est un texte jaune dans une boîte à 
34476 \family sans
34477 Fond
34478 \begin_inset space ~
34479 \end_inset
34480
34481 ombré
34482 \family default
34483 \color inherit
34484  
34485 \color yellow
34486 avec un fond vert foncé.
34487 \end_layout
34488
34489 \end_inset
34490
34491
34492 \begin_inset ERT
34493 status collapsed
34494
34495 \begin_layout Plain Layout
34496
34497
34498 \backslash
34499 definecolor{shadecolor}{rgb}{1,0,0}
34500 \end_layout
34501
34502 \end_inset
34503
34504
34505 \end_layout
34506
34507 \begin_layout Standard
34508 \begin_inset VSpace bigskip
34509 \end_inset
34510
34511
34512 \end_layout
34513
34514 \begin_layout Standard
34515 Les largeurs et culeurs ainsi modifiées restent valables pour toutes les
34516  boîtes qui suivent la commandes qui les a changées.
34517 \end_layout
34518
34519 \begin_layout Section
34520 Minipages
34521 \begin_inset CommandInset label
34522 LatexCommand label
34523 name "sec:Minipages"
34524
34525 \end_inset
34526
34527
34528 \begin_inset Index idx
34529 status collapsed
34530
34531 \begin_layout Plain Layout
34532 Boîtes ! Minipages
34533 \end_layout
34534
34535 \end_inset
34536
34537
34538 \end_layout
34539
34540 \begin_layout Standard
34541 \SpecialChar LaTeX
34542  fournit un mécanisme qui, en fait, permet de produire une page à l'intérieur
34543  d'une page.
34544  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
34545  règles d'indentation, de saut de ligne, etc.
34546  s'appliquent.
34547 \end_layout
34548
34549 \begin_layout Standard
34550 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
34551  langues.
34552 \end_layout
34553
34554 \begin_layout Standard
34555 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
34556  Leur largeur est fixée à 45
34557 \begin_inset space \thinspace{}
34558 \end_inset
34559
34560 col% et elles sont séparées par un ressort horizontal, qui a été inséré
34561  via le menu 
34562 \family sans
34563 Insertion\SpecialChar menuseparator
34564 Typographie
34565 \begin_inset space ~
34566 \end_inset
34567
34568 spéciale\SpecialChar menuseparator
34569 Ressort
34570 \begin_inset space ~
34571 \end_inset
34572
34573 Horizontal
34574 \family default
34575 .
34576 \end_layout
34577
34578 \begin_layout Standard
34579 \begin_inset Box Frameless
34580 position "t"
34581 hor_pos "c"
34582 has_inner_box 1
34583 inner_pos "c"
34584 use_parbox 0
34585 use_makebox 0
34586 width "45col%"
34587 special "none"
34588 height "1in"
34589 height_special "totalheight"
34590 thickness "0.4pt"
34591 separation "3pt"
34592 shadowsize "4pt"
34593 framecolor "black"
34594 backgroundcolor "none"
34595 status open
34596
34597 \begin_layout Plain Layout
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.
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  Ceci est un texte en français.Ceci est un texte en français.
34606  Ceci est un texte en français.
34607  Ceci est un texte en français.
34608  Ceci est un texte en français
34609 \begin_inset Foot
34610 status collapsed
34611
34612 \begin_layout Plain Layout
34613 Ceci est une note de bas de page en français.
34614 \end_layout
34615
34616 \end_inset
34617
34618 .Ceci est un texte en français
34619 \end_layout
34620
34621 \end_inset
34622
34623
34624 \begin_inset space \hfill{}
34625 \end_inset
34626
34627
34628 \begin_inset Box Frameless
34629 position "t"
34630 hor_pos "c"
34631 has_inner_box 1
34632 inner_pos "c"
34633 use_parbox 0
34634 use_makebox 0
34635 width "45col%"
34636 special "none"
34637 height "1in"
34638 height_special "totalheight"
34639 thickness "0.4pt"
34640 separation "3pt"
34641 shadowsize "4pt"
34642 framecolor "black"
34643 backgroundcolor "none"
34644 status open
34645
34646 \begin_layout Plain Layout
34647
34648 \lang english
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  This is an English Text.
34662  This is an English Text.
34663  This is an English Text.
34664  This is an English Text.
34665 \begin_inset Foot
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669
34670 \lang english
34671 This is an English footnote.
34672 \end_layout
34673
34674 \end_inset
34675
34676  This is an English Text.
34677 \end_layout
34678
34679 \end_inset
34680
34681
34682 \end_layout
34683
34684 \begin_layout Standard
34685 \begin_inset VSpace bigskip
34686 \end_inset
34687
34688 Les paramètres globaux du document sont ignorés au sein d'une minipage.
34689  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
34690  minipages, même si vous les avez mis par exemple à 
34691 \family sans
34692 Moyen
34693 \family default
34694  dans les paramètres du document.
34695 \end_layout
34696
34697 \begin_layout Standard
34698 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
34699  portion de texte, voyez la section
34700 \begin_inset space ~
34701 \end_inset
34702
34703
34704 \begin_inset CommandInset ref
34705 LatexCommand ref
34706 reference "sec:Boîtes-colorées"
34707
34708 \end_inset
34709
34710 .
34711 \end_layout
34712
34713 \begin_layout Standard
34714 \begin_inset Note Greyedout
34715 status open
34716
34717 \begin_layout Plain Layout
34718
34719 \series bold
34720 Note:
34721 \series default
34722  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
34723  mais les minipages peuvent être utilisées dans un tableau, un flottant
34724  ou une autre boîte.
34725 \end_layout
34726
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \begin_layout Standard
34733 \begin_inset VSpace bigskip
34734 \end_inset
34735
34736
34737 \end_layout
34738
34739 \begin_layout Standard
34740 \SpecialChar LyX
34741  propose également une fonctionnalité de base pour des minipages dont la
34742  taille est automatiquement déterminée par la largeur de leur contenu, via
34743  le module 
34744 \family sans
34745 Minipages de largeur variable
34746 \family default
34747 .
34748  Le fichier du répertoire des exemples \SpecialChar LyX
34749  
34750 \emph on
34751 varwidth-floats-side-by-side
34752 \emph default
34753  illustre l'utilisation de minipages de largeur variable pour placer deux
34754  flottants côte à côte.
34755 \end_layout
34756
34757 \begin_layout Section
34758 Les parboxes
34759 \begin_inset CommandInset label
34760 LatexCommand label
34761 name "sec:Parboxes"
34762
34763 \end_inset
34764
34765
34766 \begin_inset Index idx
34767 status collapsed
34768
34769 \begin_layout Plain Layout
34770 Boîtes ! Parboxes
34771 \end_layout
34772
34773 \end_inset
34774
34775
34776 \end_layout
34777
34778 \begin_layout Standard
34779 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
34780  ne peuvent avoir de note de bas de page.
34781 \begin_inset Separator parbreak
34782 \end_inset
34783
34784
34785 \end_layout
34786
34787 \begin_layout Standard
34788 \align center
34789 \begin_inset Box Frameless
34790 position "t"
34791 hor_pos "c"
34792 has_inner_box 1
34793 inner_pos "t"
34794 use_parbox 1
34795 use_makebox 0
34796 width "33col%"
34797 special "none"
34798 height "1in"
34799 height_special "totalheight"
34800 thickness "0.4pt"
34801 separation "3pt"
34802 shadowsize "4pt"
34803 framecolor "black"
34804 backgroundcolor "none"
34805 status open
34806
34807 \begin_layout Plain Layout
34808 Ceci est un texte à l'intérieur d'une parbox.
34809  Ceci est un texte à l'intérieur d'une parbox.
34810 \end_layout
34811
34812 \begin_layout Plain Layout
34813 Cette note de bas de page ne devrait pas apparaître :
34814 \begin_inset Foot
34815 status open
34816
34817 \begin_layout Plain Layout
34818 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
34819  pas.
34820 \end_layout
34821
34822 \end_inset
34823
34824
34825 \end_layout
34826
34827 \end_inset
34828
34829
34830 \end_layout
34831
34832 \begin_layout Section
34833 Des boîtes pour les mots et les caractères
34834 \begin_inset Index idx
34835 status collapsed
34836
34837 \begin_layout Plain Layout
34838 Boîtes ! Pour les caractères
34839 \end_layout
34840
34841 \end_inset
34842
34843
34844 \end_layout
34845
34846 \begin_layout Subsection
34847 Empêcher la césure
34848 \begin_inset CommandInset label
34849 LatexCommand label
34850 name "sec:Empêcher-césure"
34851
34852 \end_inset
34853
34854
34855 \begin_inset Index idx
34856 status collapsed
34857
34858 \begin_layout Plain Layout
34859 Boîtes ! Pour empêcher la césure
34860 \end_layout
34861
34862 \end_inset
34863
34864
34865 \end_layout
34866
34867 \begin_layout Standard
34868 Vous pouvez utiliser une boîte de type 
34869 \family sans
34870 Makebox
34871 \family default
34872  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
34873 \begin_inset Newline newline
34874 \end_inset
34875
34876 Voici un exemple de texte :
34877 \end_layout
34878
34879 \begin_layout Standard
34880 Cette ligne est un exemple comment vous pouvez empêcher une césure
34881 \begin_inset space ~
34882 \end_inset
34883
34884
34885 \begin_inset Quotes fld
34886 \end_inset
34887
34888 motTrèsTrèsLong
34889 \begin_inset Quotes frd
34890 \end_inset
34891
34892
34893 \end_layout
34894
34895 \begin_layout Standard
34896 Pour empêcher que le mot 
34897 \begin_inset Quotes fld
34898 \end_inset
34899
34900 motTrèsTrèsLong
34901 \begin_inset Quotes frd
34902 \end_inset
34903
34904  soit coupé, mettez le mot dans une boîte, mettez 
34905 \family sans
34906 Boîte
34907 \begin_inset space ~
34908 \end_inset
34909
34910 intérieure
34911 \family default
34912  à 
34913 \family sans
34914 Makebox
34915 \family default
34916  sans spécifier de largeur.
34917 \end_layout
34918
34919 \begin_layout Standard
34920 Voici le résultat :
34921 \end_layout
34922
34923 \begin_layout Standard
34924 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34925  
34926 \begin_inset Box Frameless
34927 position "t"
34928 hor_pos "c"
34929 has_inner_box 1
34930 inner_pos "t"
34931 use_parbox 0
34932 use_makebox 1
34933 width ""
34934 special "none"
34935 height "1in"
34936 height_special "totalheight"
34937 thickness "0.4pt"
34938 separation "3pt"
34939 shadowsize "4pt"
34940 framecolor "black"
34941 backgroundcolor "none"
34942 status open
34943
34944 \begin_layout Plain Layout
34945 \begin_inset Quotes fld
34946 \end_inset
34947
34948 motTrèsTrèsLong
34949 \begin_inset Quotes frd
34950 \end_inset
34951
34952
34953 \end_layout
34954
34955 \end_inset
34956
34957
34958 \end_layout
34959
34960 \begin_layout Standard
34961 Une autre méthode consiste à mettre la commande 
34962 \series bold
34963
34964 \begin_inset Quotes fld
34965 \end_inset
34966
34967
34968 \backslash
34969 -
34970 \series default
34971
34972 \begin_inset Quotes frd
34973 \end_inset
34974
34975  en code \SpecialChar TeX
34976 , juste avant le mot :
34977 \end_layout
34978
34979 \begin_layout Standard
34980 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34981  
34982 \begin_inset Quotes fld
34983 \end_inset
34984
34985
34986 \begin_inset ERT
34987 status collapsed
34988
34989 \begin_layout Plain Layout
34990
34991
34992 \backslash
34993 -
34994 \end_layout
34995
34996 \end_inset
34997
34998 motTrèsTrèsLong
34999 \begin_inset Quotes frd
35000 \end_inset
35001
35002
35003 \end_layout
35004
35005 \begin_layout Standard
35006 Bien sûr, maintenant le mot dépasse dans la marge latérale.
35007  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
35008 \family sans
35009 Insertion\SpecialChar menuseparator
35010 Typographie
35011 \begin_inset space ~
35012 \end_inset
35013
35014 spéciale\SpecialChar menuseparator
35015 Passage
35016 \begin_inset space ~
35017 \end_inset
35018
35019 à
35020 \begin_inset space ~
35021 \end_inset
35022
35023 la
35024 \begin_inset space ~
35025 \end_inset
35026
35027 Ligne
35028 \family default
35029  (raccourci 
35030 \family sans
35031 Ctrl-Entrée
35032 \family default
35033 ) :
35034 \end_layout
35035
35036 \begin_layout Standard
35037 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
35038 \begin_inset Newline newline
35039 \end_inset
35040
35041
35042 \begin_inset Box Frameless
35043 position "t"
35044 hor_pos "c"
35045 has_inner_box 1
35046 inner_pos "t"
35047 use_parbox 0
35048 use_makebox 1
35049 width ""
35050 special "none"
35051 height "1in"
35052 height_special "totalheight"
35053 thickness "0.4pt"
35054 separation "3pt"
35055 shadowsize "4pt"
35056 framecolor "black"
35057 backgroundcolor "none"
35058 status open
35059
35060 \begin_layout Plain Layout
35061 \begin_inset Quotes fld
35062 \end_inset
35063
35064 motTrèsTrèsLong
35065 \begin_inset Quotes frd
35066 \end_inset
35067
35068
35069 \end_layout
35070
35071 \end_inset
35072
35073
35074 \end_layout
35075
35076 \begin_layout Subsection
35077 Alignement vertical
35078 \begin_inset CommandInset label
35079 LatexCommand label
35080 name "subsec:Alignement-Vertical"
35081
35082 \end_inset
35083
35084
35085 \begin_inset Index idx
35086 status collapsed
35087
35088 \begin_layout Plain Layout
35089 Boîtes ! Pour l'alignement vertical
35090 \end_layout
35091
35092 \end_inset
35093
35094
35095 \begin_inset Index idx
35096 status collapsed
35097
35098 \begin_layout Plain Layout
35099 Boîtes ! Boîtes élévatrices
35100 \end_layout
35101
35102 \end_inset
35103
35104
35105 \begin_inset Index idx
35106 status collapsed
35107
35108 \begin_layout Plain Layout
35109 Raisebox|see
35110 \begin_inset ERT
35111 status collapsed
35112
35113 \begin_layout Plain Layout
35114
35115 {
35116 \end_layout
35117
35118 \end_inset
35119
35120 Boîtes élévatrices
35121 \begin_inset ERT
35122 status collapsed
35123
35124 \begin_layout Plain Layout
35125
35126 }
35127 \end_layout
35128
35129 \end_inset
35130
35131
35132 \end_layout
35133
35134 \end_inset
35135
35136
35137 \end_layout
35138
35139 \begin_layout Standard
35140 Avec la commande 
35141 \series bold
35142
35143 \backslash
35144 raisebox
35145 \series default
35146  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
35147  par rapport au texte qui l'entoure.
35148  La commande
35149 \series bold
35150  
35151 \backslash
35152 raisebox
35153 \series default
35154  s'utilise en suivant la syntaxe suivante :
35155 \end_layout
35156
35157 \begin_layout Standard
35158
35159 \series bold
35160
35161 \backslash
35162 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
35163 \end_layout
35164
35165 \begin_layout Standard
35166 Le déplacement peut être une valeur positive pour élever la boîte ou négative
35167  pour l'abaisser.
35168 \end_layout
35169
35170 \begin_layout Standard
35171 Pour aligner le mot 
35172 \begin_inset Quotes fld
35173 \end_inset
35174
35175 empêcher
35176 \begin_inset Quotes frd
35177 \end_inset
35178
35179  de façon à ce que le point le plus bas du caractère le plus 
35180 \begin_inset Quotes fld
35181 \end_inset
35182
35183 profond
35184 \begin_inset Quotes frd
35185 \end_inset
35186
35187 , le 
35188 \begin_inset Quotes fld
35189 \end_inset
35190
35191 p
35192 \begin_inset Quotes frd
35193 \end_inset
35194
35195 , soit au niveau de la ligne de base, insérez la commande 
35196 \end_layout
35197
35198 \begin_layout Standard
35199
35200 \series bold
35201
35202 \backslash
35203 raisebox{
35204 \backslash
35205 depth}{
35206 \end_layout
35207
35208 \begin_layout Standard
35209 en code \SpecialChar TeX
35210  avant le mot.
35211  Insérez après le mot l'accolade fermante 
35212 \begin_inset Quotes fld
35213 \end_inset
35214
35215
35216 \series bold
35217 }
35218 \series default
35219
35220 \begin_inset Quotes frd
35221 \end_inset
35222
35223  en code \SpecialChar TeX
35224 .
35225 \begin_inset Newline newline
35226 \end_inset
35227
35228 Voici le résultat :
35229 \end_layout
35230
35231 \begin_layout Standard
35232 Cette ligne de texte contient le mot 
35233 \begin_inset ERT
35234 status open
35235
35236 \begin_layout Plain Layout
35237
35238
35239 \backslash
35240 raisebox{
35241 \backslash
35242 depth}{
35243 \end_layout
35244
35245 \end_inset
35246
35247
35248 \begin_inset Quotes fld
35249 \end_inset
35250
35251 empêcher
35252 \begin_inset Quotes frd
35253 \end_inset
35254
35255
35256 \begin_inset ERT
35257 status collapsed
35258
35259 \begin_layout Plain Layout
35260
35261 }
35262 \end_layout
35263
35264 \end_inset
35265
35266  comme mot élevé.
35267 \end_layout
35268
35269 \begin_layout Standard
35270 \begin_inset VSpace bigskip
35271 \end_inset
35272
35273 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
35274  entre les lignes va être agrandie :
35275 \end_layout
35276
35277 \begin_layout Standard
35278 Cette ligne de texte contient le mot
35279 \begin_inset ERT
35280 status collapsed
35281
35282 \begin_layout Plain Layout
35283
35284
35285 \backslash
35286 raisebox{-
35287 \backslash
35288 depth}{
35289 \end_layout
35290
35291 \end_inset
35292
35293
35294 \begin_inset Quotes fld
35295 \end_inset
35296
35297 empêcher
35298 \begin_inset Quotes frd
35299 \end_inset
35300
35301
35302 \begin_inset ERT
35303 status collapsed
35304
35305 \begin_layout Plain Layout
35306
35307 }
35308 \end_layout
35309
35310 \end_inset
35311
35312  comme mot abaissé.
35313 \begin_inset Newline newline
35314 \end_inset
35315
35316 Cette ligne de texte contient le mot 
35317 \begin_inset ERT
35318 status collapsed
35319
35320 \begin_layout Plain Layout
35321
35322
35323 \backslash
35324 raisebox{0.5cm}{
35325 \end_layout
35326
35327 \end_inset
35328
35329
35330 \begin_inset Quotes fld
35331 \end_inset
35332
35333 tester
35334 \begin_inset Quotes frd
35335 \end_inset
35336
35337
35338 \begin_inset ERT
35339 status collapsed
35340
35341 \begin_layout Plain Layout
35342
35343 }
35344 \end_layout
35345
35346 \end_inset
35347
35348  comme mot élevé.
35349 \end_layout
35350
35351 \begin_layout Standard
35352 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
35353  mettez la hauteur de la boîte à zéro.
35354  Par exemple utilisez
35355 \end_layout
35356
35357 \begin_layout Standard
35358
35359 \series bold
35360
35361 \backslash
35362 raisebox{-
35363 \backslash
35364 depth}[0pt]{
35365 \end_layout
35366
35367 \begin_layout Standard
35368 Cette ligne de texte contient le mot
35369 \begin_inset ERT
35370 status collapsed
35371
35372 \begin_layout Plain Layout
35373
35374
35375 \backslash
35376 raisebox{-
35377 \backslash
35378 depth}[0pt]{
35379 \end_layout
35380
35381 \end_inset
35382
35383
35384 \begin_inset Quotes fld
35385 \end_inset
35386
35387 empêcher
35388 \begin_inset Quotes frd
35389 \end_inset
35390
35391
35392 \begin_inset ERT
35393 status collapsed
35394
35395 \begin_layout Plain Layout
35396
35397 }
35398 \end_layout
35399
35400 \end_inset
35401
35402  comme mot abaissé.
35403 \begin_inset Newline newline
35404 \end_inset
35405
35406
35407 \begin_inset Newline newline
35408 \end_inset
35409
35410 Cette ligne de texte contient le mot 
35411 \begin_inset ERT
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415
35416
35417 \backslash
35418 raisebox{0.5cm}[0pt]{
35419 \end_layout
35420
35421 \end_inset
35422
35423
35424 \begin_inset Quotes fld
35425 \end_inset
35426
35427 tester
35428 \begin_inset Quotes frd
35429 \end_inset
35430
35431
35432 \begin_inset ERT
35433 status collapsed
35434
35435 \begin_layout Plain Layout
35436
35437 }
35438 \end_layout
35439
35440 \end_inset
35441
35442  comme mot élevé.
35443 \end_layout
35444
35445 \begin_layout Section
35446 Boîtes colorées
35447 \begin_inset CommandInset label
35448 LatexCommand label
35449 name "sec:Boîtes-colorées"
35450
35451 \end_inset
35452
35453
35454 \begin_inset Index idx
35455 status collapsed
35456
35457 \begin_layout Plain Layout
35458 Boîtes ! Couleur
35459 \end_layout
35460
35461 \end_inset
35462
35463
35464 \end_layout
35465
35466 \begin_layout Standard
35467 Pour mettre le fond d'une boîte en couleurs, il suffit de sélectionner la
35468  couleur désirée dans la fenêtre de dialogue de la boîte.
35469  Voici par exemple une boîte avec un fond orangé:
35470 \lang english
35471  
35472 \begin_inset Box Frameless
35473 position "t"
35474 hor_pos "c"
35475 has_inner_box 1
35476 inner_pos "t"
35477 use_parbox 0
35478 use_makebox 1
35479 width ""
35480 special "none"
35481 height "1in"
35482 height_special "totalheight"
35483 thickness "0.4pt"
35484 separation "3pt"
35485 shadowsize "4pt"
35486 framecolor "black"
35487 backgroundcolor "orange"
35488 status open
35489
35490 \begin_layout Plain Layout
35491 Boîte avec un fond orangé
35492 \end_layout
35493
35494 \end_inset
35495
35496
35497 \end_layout
35498
35499 \begin_layout Standard
35500 Si vous utilisez la décoration 
35501 \family sans
35502 Cadre
35503 \begin_inset space ~
35504 \end_inset
35505
35506 rectangulaire
35507 \begin_inset space ~
35508 \end_inset
35509
35510 simple
35511 \family default
35512 , vous pouvez colorer le cadre.
35513  Dans ce cas vous devez colorer également le fond (\SpecialChar LyX
35514  le met implicitement
35515  en blanc).
35516  voici un exemple: 
35517 \begin_inset Box Boxed
35518 position "t"
35519 hor_pos "c"
35520 has_inner_box 0
35521 inner_pos "t"
35522 use_parbox 0
35523 use_makebox 0
35524 width ""
35525 special "none"
35526 height "1in"
35527 height_special "totalheight"
35528 thickness "0.4pt"
35529 separation "3pt"
35530 shadowsize "4pt"
35531 framecolor "teal"
35532 backgroundcolor "yellow"
35533 status open
35534
35535 \begin_layout Plain Layout
35536 Box with teal frame color and yellow background color
35537 \end_layout
35538
35539 \end_inset
35540
35541
35542 \end_layout
35543
35544 \begin_layout Standard
35545 \begin_inset VSpace bigskip
35546 \end_inset
35547
35548 Vous pouvez bien sûr obtenir du texte coloré dans une boîte dont le fond
35549  est en couleurs:
35550 \begin_inset Newline newline
35551 \end_inset
35552
35553
35554 \begin_inset Box Boxed
35555 position "t"
35556 hor_pos "c"
35557 has_inner_box 0
35558 inner_pos "t"
35559 use_parbox 0
35560 use_makebox 0
35561 width ""
35562 special "none"
35563 height "1in"
35564 height_special "totalheight"
35565 thickness "0.4pt"
35566 separation "3pt"
35567 shadowsize "4pt"
35568 framecolor "cyan"
35569 backgroundcolor "magenta"
35570 status open
35571
35572 \begin_layout Plain Layout
35573
35574 \color yellow
35575 Ce texte est coloré dans une boîte colorée et encadrée.
35576 \end_layout
35577
35578 \end_inset
35579
35580
35581 \end_layout
35582
35583 \begin_layout Standard
35584 \begin_inset VSpace bigskip
35585 \end_inset
35586
35587
35588 \end_layout
35589
35590 \begin_layout Standard
35591 S'il vous faut une couleur autre que celles qui sont prédéfinies, vous pouvez
35592  définir vos propres couleurs comme c'est décrit dans la section
35593 \begin_inset space ~
35594 \end_inset
35595
35596
35597 \begin_inset CommandInset ref
35598 LatexCommand ref
35599 reference "sec:Tableaux-Colorés"
35600
35601 \end_inset
35602
35603 .
35604  Pour cela vous devez saisir la boîte ne code TeX.
35605 \end_layout
35606
35607 \begin_layout Standard
35608 Les boîtes à fond coloré sont créées par la commande 
35609 \series bold
35610
35611 \backslash
35612 colorbox
35613 \series default
35614 .
35615  Elle est utilisée avec la syntaxe suivante :
35616 \end_layout
35617
35618 \begin_layout Standard
35619
35620 \series bold
35621
35622 \backslash
35623 colorbox{couleur}{contenu de la boîte}
35624 \end_layout
35625
35626 \begin_layout Standard
35627 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
35628  peuvent être placées à l'intérieur d'autres boîtes.Par exemple, pour avoir
35629  un mot sur fond 
35630 \emph on
35631 vertfonce
35632 \emph default
35633 , insérez la commande 
35634 \end_layout
35635
35636 \begin_layout Standard
35637
35638 \series bold
35639
35640 \backslash
35641 colorbox{vertfonce}{
35642 \end_layout
35643
35644 \begin_layout Standard
35645 avant le mot en code \SpecialChar TeX
35646 .
35647  Insérez l'accolade fermante 
35648 \begin_inset Quotes fld
35649 \end_inset
35650
35651 }
35652 \begin_inset Quotes frd
35653 \end_inset
35654
35655  après le mot, en code \SpecialChar TeX
35656 .
35657 \begin_inset Newline newline
35658 \end_inset
35659
35660 Voici le résultat :
35661 \end_layout
35662
35663 \begin_layout Standard
35664 Cette ligne de texte contient le mot
35665 \begin_inset ERT
35666 status collapsed
35667
35668 \begin_layout Plain Layout
35669
35670
35671 \backslash
35672 colorbox{vertfonce}{
35673 \end_layout
35674
35675 \end_inset
35676
35677
35678 \begin_inset Quotes fld
35679 \end_inset
35680
35681 Attention!
35682 \begin_inset Quotes frd
35683 \end_inset
35684
35685
35686 \begin_inset ERT
35687 status collapsed
35688
35689 \begin_layout Plain Layout
35690
35691 }
35692 \end_layout
35693
35694 \end_inset
35695
35696  sur fond vertfonce.
35697 \end_layout
35698
35699 \begin_layout Standard
35700 Les boîtes avec fond et cadre colorés sont créées via la commande 
35701 \series bold
35702
35703 \backslash
35704 fcolorbox
35705 \series default
35706  avec la syntaxe suivante :
35707 \end_layout
35708
35709 \begin_layout Standard
35710
35711 \series bold
35712
35713 \backslash
35714 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
35715 \end_layout
35716
35717 \begin_layout Section
35718 Boîtes pivotées et redimensionnées
35719 \end_layout
35720
35721 \begin_layout Standard
35722 Pour pouvoir utiliser les boîtes décrites ci-après, le module 
35723 \family sans
35724 BoîtesGraphiques
35725 \family default
35726  oit être vchargé via les paramètres du document.
35727 \end_layout
35728
35729 \begin_layout Standard
35730 \begin_inset Note Greyedout
35731 status open
35732
35733 \begin_layout Plain Layout
35734
35735 \series bold
35736 Note:
35737 \series default
35738  La plupart des visualiseurs DVI ne sont 
35739 \emph on
35740 pas
35741 \emph default
35742  capables d'afficher des rotations ou des redimensionnements.
35743 \end_layout
35744
35745 \end_inset
35746
35747
35748 \end_layout
35749
35750 \begin_layout Standard
35751 \begin_inset Note Greyedout
35752 status open
35753
35754 \begin_layout Plain Layout
35755
35756 \series bold
35757 Note:
35758 \series default
35759  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
35760  redimensionnée.
35761 \end_layout
35762
35763 \end_inset
35764
35765
35766 \end_layout
35767
35768 \begin_layout Subsection
35769 Boîtes pivotées
35770 \begin_inset Index idx
35771 status collapsed
35772
35773 \begin_layout Plain Layout
35774 Boîtes ! pivotées
35775 \end_layout
35776
35777 \end_inset
35778
35779
35780 \begin_inset Index idx
35781 status collapsed
35782
35783 \begin_layout Plain Layout
35784 Pivoter des objets
35785 \end_layout
35786
35787 \end_inset
35788
35789
35790 \end_layout
35791
35792 \begin_layout Standard
35793 Pour faire tourner des objets, vous pouvez les mettre dans une 
35794 \family sans
35795 BoîtePivotée
35796 \family default
35797 .
35798  Une telle boîte est insérée via le menu 
35799 \family sans
35800 Insertion\SpecialChar menuseparator
35801 Inserts personnalisables\SpecialChar menuseparator
35802 BoîtePivotée
35803 \family default
35804 .
35805 \end_layout
35806
35807 \begin_layout Standard
35808 La position du pivot peut être précisée via l'insert 
35809 \family sans
35810 Origine
35811 \family default
35812  (menu 
35813 \family sans
35814 Insertion\SpecialChar menuseparator
35815 Origine
35816 \family default
35817 ) sous la forme 
35818 \series bold
35819 origin=position
35820 \series default
35821 .
35822  Les valeurs suivantes sont possibles pour la position: 
35823 \emph on
35824 c
35825 \emph default
35826  (centre), 
35827 \emph on
35828 l
35829 \emph default
35830  (gauche/
35831 \lang english
35832 left
35833 \lang french
35834 ), 
35835 \emph on
35836 r
35837 \emph default
35838  (droite/
35839 \lang english
35840 right
35841 \lang french
35842 ), 
35843 \emph on
35844 b
35845 \emph default
35846  (bas/
35847 \lang english
35848 bottom
35849 \lang french
35850 ), 
35851 \emph on
35852 t
35853 \emph default
35854  (haut/
35855 \lang english
35856 top
35857 \lang french
35858 ), et aussi des combinaisons des quatre positions de base.
35859  Par exemple 
35860 \emph on
35861 lt
35862 \emph default
35863  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
35864  Quand on ne donne pas d'origine, la position 
35865 \emph on
35866 l
35867 \emph default
35868  est utilisée.
35869  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
35870  ou négatif.
35871  Le sens positif de rotation est anti-horaire.
35872 \end_layout
35873
35874 \begin_layout Standard
35875 Dans l'exemple qui suit, 
35876 \series bold
35877 origin=c
35878 \series default
35879  a été saisi dans l'insert 
35880 \family sans
35881 Origin
35882 \family default
35883  et 
35884 \series bold
35885 60
35886 \series default
35887  a été saisi dans l'insert 
35888 \family sans
35889 Angle
35890 \family default
35891 .
35892 \end_layout
35893
35894 \begin_layout Standard
35895 Voici une ligne avec du 
35896 \begin_inset Flex Rotatebox
35897 status open
35898
35899 \begin_layout Plain Layout
35900 \begin_inset Argument 1
35901 status open
35902
35903 \begin_layout Plain Layout
35904 origin=c
35905 \end_layout
35906
35907 \end_inset
35908
35909
35910 \begin_inset Argument 2
35911 status open
35912
35913 \begin_layout Plain Layout
35914 60
35915 \end_layout
35916
35917 \end_inset
35918
35919 texte pivoté
35920 \end_layout
35921
35922 \end_inset
35923
35924 .
35925 \end_layout
35926
35927 \begin_layout Standard
35928 La boîte peut contenir une autre boîte ou une formule en ligne :
35929 \end_layout
35930
35931 \begin_layout Standard
35932 Voici une ligne avec du 
35933 \begin_inset Flex Rotatebox
35934 status open
35935
35936 \begin_layout Plain Layout
35937 \begin_inset Argument 1
35938 status open
35939
35940 \begin_layout Plain Layout
35941 origin=r
35942 \end_layout
35943
35944 \end_inset
35945
35946
35947 \begin_inset Argument 2
35948 status open
35949
35950 \begin_layout Plain Layout
35951 -60
35952 \end_layout
35953
35954 \end_inset
35955
35956
35957 \begin_inset Box Doublebox
35958 position "c"
35959 hor_pos "c"
35960 has_inner_box 0
35961 inner_pos "c"
35962 use_parbox 0
35963 use_makebox 0
35964 width "1in"
35965 special "width"
35966 height "1in"
35967 height_special "totalheight"
35968 thickness "0.4pt"
35969 separation "3pt"
35970 shadowsize "4pt"
35971 framecolor "black"
35972 backgroundcolor "none"
35973 status collapsed
35974
35975 \begin_layout Plain Layout
35976 texte pivoté
35977 \end_layout
35978
35979 \end_inset
35980
35981
35982 \end_layout
35983
35984 \end_inset
35985
35986  et encadré 
35987 \begin_inset Flex Rotatebox
35988 status open
35989
35990 \begin_layout Plain Layout
35991 \begin_inset Argument 1
35992 status open
35993
35994 \begin_layout Plain Layout
35995 origin=lb
35996 \end_layout
35997
35998 \end_inset
35999
36000
36001 \begin_inset Argument 2
36002 status open
36003
36004 \begin_layout Plain Layout
36005 60
36006 \end_layout
36007
36008 \end_inset
36009
36010
36011 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36012 \end_inset
36013
36014
36015 \end_layout
36016
36017 \end_inset
36018
36019  et une formule.
36020 \end_layout
36021
36022 \begin_layout Standard
36023 ou encore une figure ou un tableau :
36024 \end_layout
36025
36026 \begin_layout Standard
36027 Voici une ligne 
36028 \begin_inset Flex Rotatebox
36029 status open
36030
36031 \begin_layout Plain Layout
36032 \begin_inset Argument 1
36033 status open
36034
36035 \begin_layout Plain Layout
36036 origin=lb
36037 \end_layout
36038
36039 \end_inset
36040
36041
36042 \begin_inset Argument 2
36043 status open
36044
36045 \begin_layout Plain Layout
36046 90
36047 \end_layout
36048
36049 \end_inset
36050
36051
36052 \begin_inset Graphics
36053         filename ../clipart/platypus.eps
36054         lyxscale 50
36055         width 25col%
36056
36057 \end_inset
36058
36059
36060 \end_layout
36061
36062 \end_inset
36063
36064  avec une image pivotée de 90° 
36065 \begin_inset Flex Rotatebox
36066 status open
36067
36068 \begin_layout Plain Layout
36069 \begin_inset Argument 2
36070 status open
36071
36072 \begin_layout Plain Layout
36073 -90
36074 \end_layout
36075
36076 \end_inset
36077
36078
36079 \begin_inset Tabular
36080 <lyxtabular version="3" rows="2" columns="2">
36081 <features tabularvalignment="middle">
36082 <column alignment="center" valignment="top">
36083 <column alignment="center" valignment="top">
36084 <row>
36085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36086 \begin_inset Text
36087
36088 \begin_layout Plain Layout
36089 q
36090 \end_layout
36091
36092 \end_inset
36093 </cell>
36094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36095 \begin_inset Text
36096
36097 \begin_layout Plain Layout
36098 w
36099 \end_layout
36100
36101 \end_inset
36102 </cell>
36103 </row>
36104 <row>
36105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36106 \begin_inset Text
36107
36108 \begin_layout Plain Layout
36109 e
36110 \end_layout
36111
36112 \end_inset
36113 </cell>
36114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36115 \begin_inset Text
36116
36117 \begin_layout Plain Layout
36118 r
36119 \end_layout
36120
36121 \end_inset
36122 </cell>
36123 </row>
36124 </lyxtabular>
36125
36126 \end_inset
36127
36128
36129 \end_layout
36130
36131 \end_inset
36132
36133  et un tableau.
36134 \begin_inset Index idx
36135 status collapsed
36136
36137 \begin_layout Plain Layout
36138 Figures ! Pivotées
36139 \end_layout
36140
36141 \end_inset
36142
36143
36144 \begin_inset Index idx
36145 status collapsed
36146
36147 \begin_layout Plain Layout
36148 Tableau ! Pivoter
36149 \end_layout
36150
36151 \end_inset
36152
36153
36154 \end_layout
36155
36156 \begin_layout Standard
36157
36158 \lang english
36159 \begin_inset Note Greyedout
36160 status open
36161
36162 \begin_layout Plain Layout
36163
36164 \series bold
36165 Nota:
36166 \series default
36167  si l'insert 
36168 \family sans
36169 Angle
36170 \family default
36171  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36172  \SpecialChar LaTeX
36173  à l'affichage ou l'exportation du document.
36174 \end_layout
36175
36176 \end_inset
36177
36178
36179 \end_layout
36180
36181 \begin_layout Subsection
36182 Les boîtes redimensionnées
36183 \begin_inset Index idx
36184 status collapsed
36185
36186 \begin_layout Plain Layout
36187 Boîtes ! Redimensionnées
36188 \end_layout
36189
36190 \end_inset
36191
36192
36193 \begin_inset Index idx
36194 status collapsed
36195
36196 \begin_layout Plain Layout
36197 Redimensionner des objets
36198 \end_layout
36199
36200 \end_inset
36201
36202
36203 \end_layout
36204
36205 \begin_layout Standard
36206 Pour redimensionner des objets, il faut les insérer dans une 
36207 \family sans
36208 BoîteÉchelle
36209 \family default
36210 , et pour cela utiliser le menu 
36211 \family sans
36212 Insertion\SpecialChar menuseparator
36213 Inserts personnalisables\SpecialChar menuseparator
36214 BoîteÉchelle
36215 \family default
36216 .
36217 \end_layout
36218
36219 \begin_layout Standard
36220 L'insert 
36221 \family sans
36222 BoîteÉchelle
36223 \family default
36224  comporte un insert obligatoire 
36225 \family sans
36226 Facteur-H 
36227 \family default
36228 et un insert facultatif 
36229 \family sans
36230 Facteur-V
36231 \family default
36232  (ouvert via le menu 
36233 \family sans
36234 Insertion\SpecialChar menuseparator
36235 Facteur-V)
36236 \family default
36237 .
36238  Saisir dans ceux-ci les facteurs d'échelle respectivement horizontal et
36239  vertical.
36240  Si aucun facteur vertical n'est spécifié, le facteur horizontal sera utilisé
36241  comme facteur vertical.
36242 \end_layout
36243
36244 \begin_layout Standard
36245 Pour doubler la taille du texte par rapport à la taille de texte du document,
36246  saisir 
36247 \series bold
36248 2
36249 \series default
36250  dans l'insert 
36251 \family sans
36252 Facteur-H:
36253 \family default
36254  
36255 \begin_inset Flex Scalebox
36256 status open
36257
36258 \begin_layout Plain Layout
36259 \begin_inset Argument 1
36260 status open
36261
36262 \begin_layout Plain Layout
36263 2
36264 \end_layout
36265
36266 \end_inset
36267
36268 Bonjour
36269 \end_layout
36270
36271 \end_inset
36272
36273
36274 \end_layout
36275
36276 \begin_layout Standard
36277
36278 \series bold
36279 2
36280 \series default
36281  comme 
36282 \family sans
36283 Facteur-H
36284 \family default
36285  et 
36286 \series bold
36287 1
36288 \series default
36289  comme
36290 \family sans
36291  Facteur-V
36292 \family default
36293  déforme le texte: 
36294 \begin_inset Flex Scalebox
36295 status open
36296
36297 \begin_layout Plain Layout
36298 \begin_inset Argument 1
36299 status open
36300
36301 \begin_layout Plain Layout
36302 2
36303 \end_layout
36304
36305 \end_inset
36306
36307
36308 \begin_inset Argument 2
36309 status open
36310
36311 \begin_layout Plain Layout
36312 1
36313 \end_layout
36314
36315 \end_inset
36316
36317 Bonjour
36318 \end_layout
36319
36320 \end_inset
36321
36322 .
36323 \end_layout
36324
36325 \begin_layout Standard
36326 Si le facteur d'échelle est négatif, le contenu de la boîte sera en miroir.
36327  par conséquent 
36328 \series bold
36329 -1
36330 \series default
36331  comme
36332 \family sans
36333  Facteur-H
36334 \family default
36335  et 
36336 \series bold
36337 1
36338 \series default
36339  comme
36340 \family sans
36341  Facteur-V 
36342 \family default
36343 permet de créer de l'écriture en miroir: 
36344 \begin_inset Flex Scalebox
36345 status open
36346
36347 \begin_layout Plain Layout
36348 \begin_inset Argument 1
36349 status open
36350
36351 \begin_layout Plain Layout
36352 -1
36353 \end_layout
36354
36355 \end_inset
36356
36357
36358 \begin_inset Argument 2
36359 status open
36360
36361 \begin_layout Plain Layout
36362 1
36363 \end_layout
36364
36365 \end_inset
36366
36367 Bonjour
36368 \end_layout
36369
36370 \end_inset
36371
36372
36373 \end_layout
36374
36375 \begin_layout Standard
36376
36377 \series bold
36378 1
36379 \series default
36380  comme
36381 \family sans
36382  Facteur-H
36383 \family default
36384  et 
36385 \series bold
36386 -1
36387 \series default
36388  comme
36389 \family sans
36390  Facteur-V
36391 \family default
36392  réfléchit le texte 
36393 \begin_inset Flex Scalebox
36394 status open
36395
36396 \begin_layout Plain Layout
36397 \begin_inset Argument 1
36398 status open
36399
36400 \begin_layout Plain Layout
36401 1
36402 \end_layout
36403
36404 \end_inset
36405
36406
36407 \begin_inset Argument 2
36408 status open
36409
36410 \begin_layout Plain Layout
36411 -1
36412 \end_layout
36413
36414 \end_inset
36415
36416 Bonjour
36417 \end_layout
36418
36419 \end_inset
36420
36421  sous la ligne de base.
36422 \end_layout
36423
36424 \begin_layout Standard
36425 La 
36426 \family sans
36427 BoîteMiroir
36428 \family default
36429  (menu 
36430 \family sans
36431 Insertion\SpecialChar menuseparator
36432 Inserts personnalisables\SpecialChar menuseparator
36433 BoîteMiroir)
36434 \family default
36435  est équivalente à 
36436 \series bold
36437 -1
36438 \series default
36439  comme
36440 \family sans
36441  Facteur-H
36442 \family default
36443  et 
36444 \series bold
36445 1
36446 \series default
36447  comme
36448 \family sans
36449  Facteur-V
36450 \family default
36451  pour une 
36452 \family sans
36453 BoîteÉchelle
36454 \family default
36455 .
36456 \end_layout
36457
36458 \begin_layout Standard
36459
36460 \lang english
36461 \begin_inset Note Greyedout
36462 status open
36463
36464 \begin_layout Plain Layout
36465
36466 \series bold
36467 Nota:
36468 \series default
36469  si l'insert 
36470 \family sans
36471 Facteur-H
36472 \family default
36473  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36474  \SpecialChar LaTeX
36475  à l'affichage ou l'exportation du document.
36476 \end_layout
36477
36478 \end_inset
36479
36480
36481 \end_layout
36482
36483 \begin_layout Standard
36484 \begin_inset VSpace bigskip
36485 \end_inset
36486
36487 La 
36488 \family sans
36489 BoîteRetaillée
36490 \family default
36491  (menu 
36492 \family sans
36493 Insertion\SpecialChar menuseparator
36494 Inserts personnalisables\SpecialChar menuseparator
36495 BoîteRetaillée
36496 \family default
36497 ) est utilisée pour redimensionner le contenu à une hauteur et largeur définie.
36498  L'insert 
36499 \family sans
36500 BoîteRetaillée
36501 \family default
36502  comporte un insert obligatoire 
36503 \family sans
36504 Largeur
36505 \family default
36506  et un insert facultatif 
36507 \family sans
36508 Hauteur
36509 \family default
36510  (obtenu via 
36511 \family sans
36512 Insertion\SpecialChar menuseparator
36513 Hauteur)
36514 \family default
36515 .
36516  Saisir respectivement la largeur et la hauteur comme un nombre doté d'une
36517  unité.
36518  Le tableau
36519 \begin_inset space ~
36520 \end_inset
36521
36522  
36523 \begin_inset CommandInset ref
36524 LatexCommand ref
36525 reference "tab:Unités"
36526
36527 \end_inset
36528
36529  énumère les unités possibles.
36530  S'il y a un point d'exclamation 
36531 \series bold
36532 !
36533 \series default
36534  dans un des deux inserts, la taille est ajustée pour conserver le rapport
36535  d'aspect de la boîte.
36536  S'il n'y a pas d'insert 
36537 \family sans
36538 Hauteur
36539 \family default
36540 , un point d'exclamation sera introduit de manière interne en tant que hauteur.
36541  
36542 \end_layout
36543
36544 \begin_layout Standard
36545
36546 \series bold
36547 2cm
36548 \series default
36549  comme 
36550 \family sans
36551 Largeur
36552 \family default
36553  et 
36554 \series bold
36555 1cm
36556 \series default
36557  comme 
36558 \family sans
36559 Hauteur
36560 \family default
36561  produit: 
36562 \begin_inset Flex Resizebox
36563 status open
36564
36565 \begin_layout Plain Layout
36566 \begin_inset Argument 1
36567 status open
36568
36569 \begin_layout Plain Layout
36570 2cm
36571 \end_layout
36572
36573 \end_inset
36574
36575
36576 \begin_inset Argument 2
36577 status open
36578
36579 \begin_layout Plain Layout
36580 1cm
36581 \end_layout
36582
36583 \end_inset
36584
36585 Bonjour
36586 \end_layout
36587
36588 \end_inset
36589
36590
36591 \begin_inset Newline newline
36592 \end_inset
36593
36594
36595 \series bold
36596 2cm
36597 \series default
36598  comme 
36599 \family sans
36600 Largeur
36601 \family default
36602  et 
36603 \series bold
36604 !
36605 \series default
36606  comme 
36607 \family sans
36608 Hauteur
36609 \family default
36610  (ou aucune
36611 \family sans
36612  Hauteur
36613 \family default
36614 ) produit: 
36615 \begin_inset Flex Resizebox
36616 status open
36617
36618 \begin_layout Plain Layout
36619 \begin_inset Argument 1
36620 status open
36621
36622 \begin_layout Plain Layout
36623 2cm
36624 \end_layout
36625
36626 \end_inset
36627
36628
36629 \begin_inset Argument 2
36630 status open
36631
36632 \begin_layout Plain Layout
36633 !
36634 \end_layout
36635
36636 \end_inset
36637
36638 Bonjour
36639 \end_layout
36640
36641 \end_inset
36642
36643
36644 \end_layout
36645
36646 \begin_layout Standard
36647 \begin_inset Note Greyedout
36648 status open
36649
36650 \begin_layout Plain Layout
36651
36652 \series bold
36653 Nota:
36654 \series default
36655  si l'insert 
36656 \family sans
36657 Largeur
36658 \family default
36659  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36660  \SpecialChar LaTeX
36661  à l'affichage ou l'exportation du document.
36662 \end_layout
36663
36664 \end_inset
36665
36666
36667 \end_layout
36668
36669 \begin_layout Standard
36670 \begin_inset VSpace bigskip
36671 \end_inset
36672
36673
36674 \end_layout
36675
36676 \begin_layout Standard
36677 Les boîtes peuvent être combinée dans n'importe quel ordre.
36678  Par exemple voici une
36679 \family sans
36680  BoîteMiroir
36681 \family default
36682  
36683 \family sans
36684 dans une BoîteRetaillée 
36685 \family default
36686 qui est à son tour dans une 
36687 \family sans
36688 BoîtePivotée
36689 \family default
36690 :
36691 \end_layout
36692
36693 \begin_layout Standard
36694 \noindent
36695 \align center
36696 \begin_inset Flex Rotatebox
36697 status open
36698
36699 \begin_layout Plain Layout
36700 \begin_inset Argument 1
36701 status open
36702
36703 \begin_layout Plain Layout
36704 origin=c
36705 \end_layout
36706
36707 \end_inset
36708
36709
36710 \begin_inset Argument 2
36711 status open
36712
36713 \begin_layout Plain Layout
36714 -45
36715 \end_layout
36716
36717 \end_inset
36718
36719
36720 \begin_inset Flex Resizebox
36721 status open
36722
36723 \begin_layout Plain Layout
36724 \begin_inset Argument 1
36725 status open
36726
36727 \begin_layout Plain Layout
36728 2cm
36729 \end_layout
36730
36731 \end_inset
36732
36733
36734 \begin_inset Flex Reflectbox
36735 status open
36736
36737 \begin_layout Plain Layout
36738 Bonjour
36739 \end_layout
36740
36741 \end_inset
36742
36743
36744 \end_layout
36745
36746 \end_inset
36747
36748
36749 \end_layout
36750
36751 \end_inset
36752
36753
36754 \end_layout
36755
36756 \begin_layout Standard
36757 \noindent
36758 Les images, les tableaux et les formules sont autorisées comme contenu de
36759  boîte :
36760 \end_layout
36761
36762 \begin_layout Standard
36763 \noindent
36764 \align center
36765 \begin_inset Flex Resizebox
36766 status open
36767
36768 \begin_layout Plain Layout
36769 \begin_inset Argument 1
36770 status open
36771
36772 \begin_layout Plain Layout
36773 2cm
36774 \end_layout
36775
36776 \end_inset
36777
36778
36779 \begin_inset Flex Reflectbox
36780 status open
36781
36782 \begin_layout Plain Layout
36783 \begin_inset Graphics
36784         filename ../clipart/platypus.eps
36785         lyxscale 50
36786         width 25col%
36787
36788 \end_inset
36789
36790
36791 \end_layout
36792
36793 \end_inset
36794
36795
36796 \end_layout
36797
36798 \end_inset
36799
36800  
36801 \begin_inset Flex Resizebox
36802 status open
36803
36804 \begin_layout Plain Layout
36805 \begin_inset Argument 1
36806 status open
36807
36808 \begin_layout Plain Layout
36809 2cm
36810 \end_layout
36811
36812 \end_inset
36813
36814
36815 \begin_inset Flex Reflectbox
36816 status open
36817
36818 \begin_layout Plain Layout
36819 \begin_inset Tabular
36820 <lyxtabular version="3" rows="2" columns="2">
36821 <features tabularvalignment="middle">
36822 <column alignment="center" valignment="top">
36823 <column alignment="center" valignment="top">
36824 <row>
36825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36826 \begin_inset Text
36827
36828 \begin_layout Plain Layout
36829 q
36830 \end_layout
36831
36832 \end_inset
36833 </cell>
36834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36835 \begin_inset Text
36836
36837 \begin_layout Plain Layout
36838 w
36839 \end_layout
36840
36841 \end_inset
36842 </cell>
36843 </row>
36844 <row>
36845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36846 \begin_inset Text
36847
36848 \begin_layout Plain Layout
36849 e
36850 \end_layout
36851
36852 \end_inset
36853 </cell>
36854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36855 \begin_inset Text
36856
36857 \begin_layout Plain Layout
36858 r
36859 \end_layout
36860
36861 \end_inset
36862 </cell>
36863 </row>
36864 </lyxtabular>
36865
36866 \end_inset
36867
36868
36869 \end_layout
36870
36871 \end_inset
36872
36873
36874 \end_layout
36875
36876 \end_inset
36877
36878  
36879 \begin_inset Flex Resizebox
36880 status open
36881
36882 \begin_layout Plain Layout
36883 \begin_inset Argument 1
36884 status open
36885
36886 \begin_layout Plain Layout
36887 3cm
36888 \end_layout
36889
36890 \end_inset
36891
36892
36893 \begin_inset Flex Reflectbox
36894 status open
36895
36896 \begin_layout Plain Layout
36897 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36898 \end_inset
36899
36900
36901 \end_layout
36902
36903 \end_inset
36904
36905
36906 \end_layout
36907
36908 \end_inset
36909
36910
36911 \begin_inset Index idx
36912 status collapsed
36913
36914 \begin_layout Plain Layout
36915 Figures ! Redimensionnées
36916 \end_layout
36917
36918 \end_inset
36919
36920
36921 \begin_inset Index idx
36922 status collapsed
36923
36924 \begin_layout Plain Layout
36925 Tableau ! Redimensionner
36926 \end_layout
36927
36928 \end_inset
36929
36930
36931 \end_layout
36932
36933 \begin_layout Standard
36934 Quand on utilise le style global de formule 
36935 \series bold
36936 fleqn
36937 \series default
36938  dans le document
36939 \begin_inset Foot
36940 status collapsed
36941
36942 \begin_layout Plain Layout
36943 Quand 
36944 \begin_inset Quotes fld
36945 \end_inset
36946
36947 fleqn
36948 \begin_inset Quotes frd
36949 \end_inset
36950
36951  est ajouté aux options de la classe de document.
36952 \end_layout
36953
36954 \end_inset
36955
36956 , les formules hors texte peuvent aussi être redimensionnées.
36957 \end_layout
36958
36959 \begin_layout Chapter
36960 Objets entourés par du texte
36961 \begin_inset Index idx
36962 status collapsed
36963
36964 \begin_layout Plain Layout
36965 Entourés par du texte
36966 \end_layout
36967
36968 \end_inset
36969
36970
36971 \end_layout
36972
36973 \begin_layout Section
36974 Flottant d'enrobage
36975 \begin_inset CommandInset label
36976 LatexCommand label
36977 name "sec:Flottant-d'enrobage"
36978
36979 \end_inset
36980
36981
36982 \begin_inset Index idx
36983 status collapsed
36984
36985 \begin_layout Plain Layout
36986 Flottants ! Flottants d'enrobage
36987 \end_layout
36988
36989 \end_inset
36990
36991
36992 \begin_inset Index idx
36993 status collapsed
36994
36995 \begin_layout Plain Layout
36996 Entourés par du texte ! Flottants d'enrobage
36997 \end_layout
36998
36999 \end_inset
37000
37001
37002 \end_layout
37003
37004 \begin_layout Standard
37005 \begin_inset Wrap figure
37006 lines 0
37007 placement l
37008 overhang 1cm
37009 width "40col%"
37010 status open
37011
37012 \begin_layout Plain Layout
37013 \begin_inset Graphics
37014         filename ../clipart/mobius.eps
37015         width 40col%
37016         scaleBeforeRotation
37017         rotateOrigin center
37018
37019 \end_inset
37020
37021
37022 \end_layout
37023
37024 \begin_layout Plain Layout
37025 \begin_inset Caption Standard
37026
37027 \begin_layout Plain Layout
37028 \begin_inset CommandInset label
37029 LatexCommand label
37030 name "fig:Figure-enrobée"
37031
37032 \end_inset
37033
37034 Ceci est une figure habillée.
37035 \end_layout
37036
37037 \end_inset
37038
37039
37040 \end_layout
37041
37042 \end_inset
37043
37044  Ce type de flottant est utilisé quand on veut que le texte habille la figure
37045  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
37046  Vous pouvez en insérer un en utilisant le menu 
37047 \family sans
37048 Insertion\SpecialChar menuseparator
37049 Flottant\SpecialChar menuseparator
37050 Flottant
37051 \begin_inset space ~
37052 \end_inset
37053
37054 d'enrobage
37055 \family default
37056  à la condition que le paquetage \SpecialChar LaTeX
37057  
37058 \series bold
37059 wrapfig
37060 \series default
37061
37062 \begin_inset Index idx
37063 status collapsed
37064
37065 \begin_layout Plain Layout
37066 Paquetages \SpecialChar LaTeX
37067  ! wrapfig
37068 \end_layout
37069
37070 \end_inset
37071
37072  soit installé.
37073 \begin_inset Foot
37074 status collapsed
37075
37076 \begin_layout Plain Layout
37077 Voyez dans la manuel 
37078 \emph on
37079 Configuration
37080 \begin_inset space ~
37081 \end_inset
37082
37083 \SpecialChar LaTeX
37084  
37085 \emph default
37086 comment installer des paquetages \SpecialChar LaTeX
37087 .
37088 \end_layout
37089
37090 \end_inset
37091
37092  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
37093  sur la boîte du flottant.
37094  Les paramètres obligatoires sont l'
37095 \family sans
37096 Emplacement
37097 \family default
37098  et la 
37099 \family sans
37100 Largeur
37101 \family default
37102 .
37103  Les paramètres facultatifs sont le 
37104 \family sans
37105 Débordement
37106 \family default
37107  qui précise de combien le flottant déborde sur la marge du paragraphe ou
37108  de la page et la 
37109 \family sans
37110 Porté de la ligne
37111 \family default
37112  qui précise le nombre approximatif de lignes dont le flottant va avoir
37113  besoin.
37114  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
37115  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
37116  Vous pouvez aussi décider si vous autorisez \SpecialChar LaTeX
37117  à faire flotter le flottant
37118  à l'intérieur du paragraphe ou vers les autres paragraphes.
37119  La figure
37120 \begin_inset space ~
37121 \end_inset
37122
37123
37124 \begin_inset CommandInset ref
37125 LatexCommand ref
37126 reference "fig:Figure-enrobée"
37127
37128 \end_inset
37129
37130  est un exemple de flottant d'enrobage avec une largeur de 40
37131 \begin_inset space \thinspace{}
37132 \end_inset
37133
37134 col%, un débordement de 1
37135 \begin_inset space \thinspace{}
37136 \end_inset
37137
37138 cm et placé à gauche.
37139 \end_layout
37140
37141 \begin_layout Standard
37142 \begin_inset Note Greyedout
37143 status open
37144
37145 \begin_layout Plain Layout
37146
37147 \series bold
37148 Note:
37149 \series default
37150  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
37151  figure trop près du bas de page peut tout chambouler et faire que le flottant
37152  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
37153  de texte.
37154 \end_layout
37155
37156 \end_inset
37157
37158
37159 \end_layout
37160
37161 \begin_layout Standard
37162 En général:
37163 \end_layout
37164
37165 \begin_layout Itemize
37166 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
37167  qui risquent de passer à la page suivante.
37168  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
37169  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
37170  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
37171  de page.
37172 \end_layout
37173
37174 \begin_layout Itemize
37175 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
37176  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
37177 e.
37178 \end_layout
37179
37180 \begin_layout Itemize
37181 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
37182  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
37183  texte entre les deux, comme séparateur.
37184 \end_layout
37185
37186 \begin_layout Itemize
37187 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
37188  ou les tableaux.
37189 \end_layout
37190
37191 \begin_layout Itemize
37192 Leur numérotation et leur référencement fonctionnent comme décrit dans le
37193  chapitre
37194 \begin_inset space ~
37195 \end_inset
37196
37197
37198 \begin_inset CommandInset ref
37199 LatexCommand ref
37200 reference "chap:Flottants"
37201
37202 \end_inset
37203
37204 .
37205 \end_layout
37206
37207 \begin_layout Section
37208 Objets fixes entourés par du texte
37209 \begin_inset Index idx
37210 status collapsed
37211
37212 \begin_layout Plain Layout
37213 Entouré par du texte ! Objets fixes
37214 \end_layout
37215
37216 \end_inset
37217
37218
37219 \end_layout
37220
37221 \begin_layout Standard
37222 Les flottants d'enrobage décrits dans la section
37223 \begin_inset space \thinspace{}
37224 \end_inset
37225
37226
37227 \begin_inset CommandInset ref
37228 LatexCommand ref
37229 reference "sec:Flottant-d'enrobage"
37230
37231 \end_inset
37232
37233  prennent les positions suivantes dans le paragraphe :
37234 \begin_inset Separator parbreak
37235 \end_inset
37236
37237
37238 \end_layout
37239
37240 \begin_layout Standard
37241 \noindent
37242 \align center
37243 \begin_inset Tabular
37244 <lyxtabular version="3" rows="2" columns="2">
37245 <features tabularvalignment="middle">
37246 <column alignment="center" valignment="top">
37247 <column alignment="center" valignment="top">
37248 <row>
37249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37250 \begin_inset Text
37251
37252 \begin_layout Plain Layout
37253 \begin_inset Info
37254 type  "icon"
37255 arg   "dialog-show-new-inset graphics"
37256 \end_inset
37257
37258
37259 \end_layout
37260
37261 \end_inset
37262 </cell>
37263 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37264 \begin_inset Text
37265
37266 \begin_layout Plain Layout
37267 texte
37268 \end_layout
37269
37270 \end_inset
37271 </cell>
37272 </row>
37273 <row>
37274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37275 \begin_inset Text
37276
37277 \begin_layout Plain Layout
37278 texte
37279 \end_layout
37280
37281 \end_inset
37282 </cell>
37283 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37284 \begin_inset Text
37285
37286 \begin_layout Plain Layout
37287 texte
37288 \end_layout
37289
37290 \end_inset
37291 </cell>
37292 </row>
37293 </lyxtabular>
37294
37295 \end_inset
37296
37297  ou 
37298 \begin_inset Tabular
37299 <lyxtabular version="3" rows="2" columns="2">
37300 <features tabularvalignment="middle">
37301 <column alignment="center" valignment="top">
37302 <column alignment="center" valignment="top">
37303 <row>
37304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37305 \begin_inset Text
37306
37307 \begin_layout Plain Layout
37308 texte
37309 \end_layout
37310
37311 \end_inset
37312 </cell>
37313 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37314 \begin_inset Text
37315
37316 \begin_layout Plain Layout
37317 \begin_inset Info
37318 type  "icon"
37319 arg   "dialog-show-new-inset graphics"
37320 \end_inset
37321
37322
37323 \end_layout
37324
37325 \end_inset
37326 </cell>
37327 </row>
37328 <row>
37329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37330 \begin_inset Text
37331
37332 \begin_layout Plain Layout
37333 texte
37334 \end_layout
37335
37336 \end_inset
37337 </cell>
37338 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37339 \begin_inset Text
37340
37341 \begin_layout Plain Layout
37342 texte
37343 \end_layout
37344
37345 \end_inset
37346 </cell>
37347 </row>
37348 </lyxtabular>
37349
37350 \end_inset
37351
37352
37353 \end_layout
37354
37355 \begin_layout Standard
37356 Pour avoir un objet exactement à la position à laquelle il a été inséré,
37357  par exemple pour avoir une de ces positions :
37358 \begin_inset VSpace defskip
37359 \end_inset
37360
37361
37362 \end_layout
37363
37364 \begin_layout Standard
37365 \noindent
37366 \align center
37367 \begin_inset Tabular
37368 <lyxtabular version="3" rows="2" columns="2">
37369 <features tabularvalignment="middle">
37370 <column alignment="center" valignment="top">
37371 <column alignment="center" valignment="top">
37372 <row>
37373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37374 \begin_inset Text
37375
37376 \begin_layout Plain Layout
37377 texte
37378 \end_layout
37379
37380 \end_inset
37381 </cell>
37382 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37383 \begin_inset Text
37384
37385 \begin_layout Plain Layout
37386 texte
37387 \end_layout
37388
37389 \end_inset
37390 </cell>
37391 </row>
37392 <row>
37393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37394 \begin_inset Text
37395
37396 \begin_layout Plain Layout
37397 \begin_inset Info
37398 type  "icon"
37399 arg   "dialog-show-new-inset graphics"
37400 \end_inset
37401
37402
37403 \end_layout
37404
37405 \end_inset
37406 </cell>
37407 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37408 \begin_inset Text
37409
37410 \begin_layout Plain Layout
37411 texte
37412 \end_layout
37413
37414 \end_inset
37415 </cell>
37416 </row>
37417 </lyxtabular>
37418
37419 \end_inset
37420
37421  
37422 \begin_inset Tabular
37423 <lyxtabular version="3" rows="2" columns="2">
37424 <features tabularvalignment="middle">
37425 <column alignment="center" valignment="top">
37426 <column alignment="center" valignment="top">
37427 <row>
37428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37429 \begin_inset Text
37430
37431 \begin_layout Plain Layout
37432 texte
37433 \end_layout
37434
37435 \end_inset
37436 </cell>
37437 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37438 \begin_inset Text
37439
37440 \begin_layout Plain Layout
37441 texte
37442 \end_layout
37443
37444 \end_inset
37445 </cell>
37446 </row>
37447 <row>
37448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37449 \begin_inset Text
37450
37451 \begin_layout Plain Layout
37452 texte
37453 \end_layout
37454
37455 \end_inset
37456 </cell>
37457 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37458 \begin_inset Text
37459
37460 \begin_layout Plain Layout
37461 \begin_inset Info
37462 type  "icon"
37463 arg   "dialog-show-new-inset graphics"
37464 \end_inset
37465
37466
37467 \end_layout
37468
37469 \end_inset
37470 </cell>
37471 </row>
37472 </lyxtabular>
37473
37474 \end_inset
37475
37476  
37477 \begin_inset Tabular
37478 <lyxtabular version="3" rows="2" columns="3">
37479 <features tabularvalignment="middle">
37480 <column alignment="center" valignment="top">
37481 <column alignment="center" valignment="top">
37482 <column alignment="center" valignment="top">
37483 <row>
37484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37485 \begin_inset Text
37486
37487 \begin_layout Plain Layout
37488 texte
37489 \end_layout
37490
37491 \end_inset
37492 </cell>
37493 <cell alignment="center" valignment="top" topline="true" usebox="none">
37494 \begin_inset Text
37495
37496 \begin_layout Plain Layout
37497 \begin_inset Info
37498 type  "icon"
37499 arg   "dialog-show-new-inset graphics"
37500 \end_inset
37501
37502
37503 \end_layout
37504
37505 \end_inset
37506 </cell>
37507 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37508 \begin_inset Text
37509
37510 \begin_layout Plain Layout
37511 texte
37512 \end_layout
37513
37514 \end_inset
37515 </cell>
37516 </row>
37517 <row>
37518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37519 \begin_inset Text
37520
37521 \begin_layout Plain Layout
37522 texte
37523 \end_layout
37524
37525 \end_inset
37526 </cell>
37527 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37528 \begin_inset Text
37529
37530 \begin_layout Plain Layout
37531 texte
37532 \end_layout
37533
37534 \end_inset
37535 </cell>
37536 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37537 \begin_inset Text
37538
37539 \begin_layout Plain Layout
37540 texte
37541 \end_layout
37542
37543 \end_inset
37544 </cell>
37545 </row>
37546 </lyxtabular>
37547
37548 \end_inset
37549
37550  
37551 \begin_inset Tabular
37552 <lyxtabular version="3" rows="2" columns="3">
37553 <features tabularvalignment="middle">
37554 <column alignment="center" valignment="top">
37555 <column alignment="center" valignment="top">
37556 <column alignment="center" valignment="top">
37557 <row>
37558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37559 \begin_inset Text
37560
37561 \begin_layout Plain Layout
37562 texte
37563 \end_layout
37564
37565 \end_inset
37566 </cell>
37567 <cell alignment="center" valignment="top" topline="true" usebox="none">
37568 \begin_inset Text
37569
37570 \begin_layout Plain Layout
37571 texte
37572 \end_layout
37573
37574 \end_inset
37575 </cell>
37576 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37577 \begin_inset Text
37578
37579 \begin_layout Plain Layout
37580 texte
37581 \end_layout
37582
37583 \end_inset
37584 </cell>
37585 </row>
37586 <row>
37587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37588 \begin_inset Text
37589
37590 \begin_layout Plain Layout
37591 texte
37592 \end_layout
37593
37594 \end_inset
37595 </cell>
37596 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37597 \begin_inset Text
37598
37599 \begin_layout Plain Layout
37600 \begin_inset Info
37601 type  "icon"
37602 arg   "dialog-show-new-inset graphics"
37603 \end_inset
37604
37605
37606 \end_layout
37607
37608 \end_inset
37609 </cell>
37610 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37611 \begin_inset Text
37612
37613 \begin_layout Plain Layout
37614 texte
37615 \end_layout
37616
37617 \end_inset
37618 </cell>
37619 </row>
37620 </lyxtabular>
37621
37622 \end_inset
37623
37624
37625 \end_layout
37626
37627 \begin_layout Standard
37628 \noindent
37629 \align center
37630 \begin_inset Tabular
37631 <lyxtabular version="3" rows="3" columns="2">
37632 <features tabularvalignment="middle">
37633 <column alignment="center" valignment="top">
37634 <column alignment="center" valignment="top">
37635 <row>
37636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37637 \begin_inset Text
37638
37639 \begin_layout Plain Layout
37640 texte
37641 \end_layout
37642
37643 \end_inset
37644 </cell>
37645 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37646 \begin_inset Text
37647
37648 \begin_layout Plain Layout
37649 texte
37650 \end_layout
37651
37652 \end_inset
37653 </cell>
37654 </row>
37655 <row>
37656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37657 \begin_inset Text
37658
37659 \begin_layout Plain Layout
37660 \begin_inset Info
37661 type  "icon"
37662 arg   "dialog-show-new-inset graphics"
37663 \end_inset
37664
37665
37666 \end_layout
37667
37668 \end_inset
37669 </cell>
37670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37671 \begin_inset Text
37672
37673 \begin_layout Plain Layout
37674 texte
37675 \end_layout
37676
37677 \end_inset
37678 </cell>
37679 </row>
37680 <row>
37681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37682 \begin_inset Text
37683
37684 \begin_layout Plain Layout
37685 texte
37686 \end_layout
37687
37688 \end_inset
37689 </cell>
37690 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37691 \begin_inset Text
37692
37693 \begin_layout Plain Layout
37694 texte
37695 \end_layout
37696
37697 \end_inset
37698 </cell>
37699 </row>
37700 </lyxtabular>
37701
37702 \end_inset
37703
37704  
37705 \begin_inset Tabular
37706 <lyxtabular version="3" rows="3" columns="3">
37707 <features tabularvalignment="middle">
37708 <column alignment="center" valignment="top">
37709 <column alignment="center" valignment="top">
37710 <column alignment="center" valignment="top">
37711 <row>
37712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37713 \begin_inset Text
37714
37715 \begin_layout Plain Layout
37716 texte
37717 \end_layout
37718
37719 \end_inset
37720 </cell>
37721 <cell alignment="center" valignment="top" topline="true" usebox="none">
37722 \begin_inset Text
37723
37724 \begin_layout Plain Layout
37725 texte
37726 \end_layout
37727
37728 \end_inset
37729 </cell>
37730 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37731 \begin_inset Text
37732
37733 \begin_layout Plain Layout
37734 texte
37735 \end_layout
37736
37737 \end_inset
37738 </cell>
37739 </row>
37740 <row>
37741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37742 \begin_inset Text
37743
37744 \begin_layout Plain Layout
37745 texte
37746 \end_layout
37747
37748 \end_inset
37749 </cell>
37750 <cell alignment="center" valignment="top" usebox="none">
37751 \begin_inset Text
37752
37753 \begin_layout Plain Layout
37754 \begin_inset Info
37755 type  "icon"
37756 arg   "dialog-show-new-inset graphics"
37757 \end_inset
37758
37759
37760 \end_layout
37761
37762 \end_inset
37763 </cell>
37764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37765 \begin_inset Text
37766
37767 \begin_layout Plain Layout
37768 texte
37769 \end_layout
37770
37771 \end_inset
37772 </cell>
37773 </row>
37774 <row>
37775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37776 \begin_inset Text
37777
37778 \begin_layout Plain Layout
37779 texte
37780 \end_layout
37781
37782 \end_inset
37783 </cell>
37784 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37785 \begin_inset Text
37786
37787 \begin_layout Plain Layout
37788 texte
37789 \end_layout
37790
37791 \end_inset
37792 </cell>
37793 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37794 \begin_inset Text
37795
37796 \begin_layout Plain Layout
37797 texte
37798 \end_layout
37799
37800 \end_inset
37801 </cell>
37802 </row>
37803 </lyxtabular>
37804
37805 \end_inset
37806
37807  
37808 \begin_inset Tabular
37809 <lyxtabular version="3" rows="3" columns="2">
37810 <features tabularvalignment="middle">
37811 <column alignment="center" valignment="top">
37812 <column alignment="center" valignment="top">
37813 <row>
37814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37815 \begin_inset Text
37816
37817 \begin_layout Plain Layout
37818 texte
37819 \end_layout
37820
37821 \end_inset
37822 </cell>
37823 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37824 \begin_inset Text
37825
37826 \begin_layout Plain Layout
37827 texte
37828 \end_layout
37829
37830 \end_inset
37831 </cell>
37832 </row>
37833 <row>
37834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37835 \begin_inset Text
37836
37837 \begin_layout Plain Layout
37838 texte
37839 \end_layout
37840
37841 \end_inset
37842 </cell>
37843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37844 \begin_inset Text
37845
37846 \begin_layout Plain Layout
37847 \begin_inset Info
37848 type  "icon"
37849 arg   "dialog-show-new-inset graphics"
37850 \end_inset
37851
37852
37853 \end_layout
37854
37855 \end_inset
37856 </cell>
37857 </row>
37858 <row>
37859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37860 \begin_inset Text
37861
37862 \begin_layout Plain Layout
37863 texte
37864 \end_layout
37865
37866 \end_inset
37867 </cell>
37868 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37869 \begin_inset Text
37870
37871 \begin_layout Plain Layout
37872 texte
37873 \end_layout
37874
37875 \end_inset
37876 </cell>
37877 </row>
37878 </lyxtabular>
37879
37880 \end_inset
37881
37882
37883 \end_layout
37884
37885 \begin_layout Standard
37886 vous pouvez utiliser la paquetage \SpecialChar LaTeX
37887  
37888 \end_layout
37889
37890 \begin_layout Standard
37891 \noindent
37892
37893 \series bold
37894 picinpar
37895 \series default
37896
37897 \begin_inset Index idx
37898 status collapsed
37899
37900 \begin_layout Plain Layout
37901 Paquetages \SpecialChar LaTeX
37902  ! picinpar
37903 \end_layout
37904
37905 \end_inset
37906
37907 .
37908  Voici un exemple :
37909 \end_layout
37910
37911 \begin_layout Standard
37912 \begin_inset ERT
37913 status collapsed
37914
37915 \begin_layout Plain Layout
37916
37917
37918 \backslash
37919 ifpicinpar
37920 \end_layout
37921
37922 \end_inset
37923
37924
37925 \begin_inset Note Note
37926 status open
37927
37928 \begin_layout Plain Layout
37929 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
37930  
37931 \series bold
37932 picinpar
37933 \series default
37934  a été installé.
37935 \end_layout
37936
37937 \end_inset
37938
37939
37940 \end_layout
37941
37942 \begin_layout Standard
37943 \begin_inset ERT
37944 status collapsed
37945
37946 \begin_layout Plain Layout
37947
37948
37949 \backslash
37950 begin{window}[2,c,{
37951 \end_layout
37952
37953 \end_inset
37954
37955
37956 \begin_inset Graphics
37957         filename ../clipart/mobius.eps
37958         lyxscale 60
37959         width 40col%
37960         scaleBeforeRotation
37961         rotateOrigin center
37962
37963 \end_inset
37964
37965
37966 \begin_inset ERT
37967 status collapsed
37968
37969 \begin_layout Plain Layout
37970
37971 },]
37972 \end_layout
37973
37974 \begin_layout Plain Layout
37975
37976 {}
37977 \end_layout
37978
37979 \end_inset
37980
37981
37982 \size small
37983 \lang english
37984 It was in the spring of the year 1894 that all London was interested, and
37985  the fashionable world dismayed, by the murder of the Honourable Ronald
37986  Adair under most unusual and inexplicable circumstances.
37987  The public has already learned those particulars of the crime which
37988 \size default
37989
37990 \begin_inset ERT
37991 status collapsed
37992
37993 \begin_layout Plain Layout
37994
37995
37996 \backslash
37997 footnotemark{}
37998 \end_layout
37999
38000 \end_inset
38001
38002
38003 \size small
38004  came out in the police investigation, but a good deal was suppressed upon
38005  that occasion, since the case for the prosecution was so overwhelmingly
38006  strong that it was not necessary to bring forward all the facts.
38007  Only now, at the end of nearly ten years, am I allowed to supply those
38008  missing links which make up the whole of that remarkable chain
38009 \lang french
38010 .
38011 \size default
38012
38013 \begin_inset ERT
38014 status collapsed
38015
38016 \begin_layout Plain Layout
38017
38018
38019 \backslash
38020 end{window}
38021 \end_layout
38022
38023 \end_inset
38024
38025
38026 \end_layout
38027
38028 \begin_layout Standard
38029 \begin_inset ERT
38030 status collapsed
38031
38032 \begin_layout Plain Layout
38033
38034
38035 \backslash
38036 footnotetext{
38037 \end_layout
38038
38039 \end_inset
38040
38041 Note de pied de page du paragraphe avec objet fixe.
38042 \begin_inset ERT
38043 status collapsed
38044
38045 \begin_layout Plain Layout
38046
38047 }
38048 \end_layout
38049
38050 \end_inset
38051
38052
38053 \end_layout
38054
38055 \begin_layout Standard
38056 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
38057  d'eux et leur position est déterminée par le nombre de lignes de texte
38058  situées audessus d'eux.
38059  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
38060  numérotée.
38061 \end_layout
38062
38063 \begin_layout Standard
38064 Un objet fixe enrobé est inséré en ajoutant la commande
38065 \end_layout
38066
38067 \begin_layout Standard
38068
38069 \series bold
38070
38071 \backslash
38072 begin{window}[2,c,{
38073 \end_layout
38074
38075 \begin_layout Standard
38076 en code \SpecialChar TeX
38077  au debut du paragraphe.
38078  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
38079  dessus de l'objet, le second, ici 'c', la position de l'objet.
38080  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
38081  ) sont possibles.
38082  Après la commande, vous insérez votre objet.
38083  Dans cet exemple, c'est une image avec une largeur de 40
38084 \begin_inset space \thinspace{}
38085 \end_inset
38086
38087 % de la colonne de texte qui a été insérée.
38088  L'objet peut aussi être un tableau, une boîte ou une équation.
38089  Après l'objet, on insère la commande
38090 \end_layout
38091
38092 \begin_layout Standard
38093
38094 \series bold
38095 },texte de description ]
38096 \begin_inset Newline newline
38097 \end_inset
38098
38099 {}
38100 \end_layout
38101
38102 \begin_layout Standard
38103 Notez que le 
38104 \begin_inset Quotes fld
38105 \end_inset
38106
38107
38108 \series bold
38109 {}
38110 \series default
38111
38112 \begin_inset Quotes frd
38113 \end_inset
38114
38115  est sur la deuxième ligne.
38116  Le texte de description est facultatif.
38117  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
38118  il doit donc commence juste après le 
38119 \series bold
38120 {}
38121 \series default
38122 .
38123  A la fin du paragraphe on insère la commande :
38124 \end_layout
38125
38126 \begin_layout Standard
38127
38128 \series bold
38129
38130 \backslash
38131 end{window}
38132 \end_layout
38133
38134 \begin_layout Standard
38135 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
38136  ajouter des notes de pied de page de la façon habituelle.
38137  Vous devez utiliser la commande 
38138 \series bold
38139
38140 \backslash
38141 footnotemark
38142 \series default
38143  à l'intérieur du paragraphe et la commande 
38144 \series bold
38145
38146 \backslash
38147 footnotetext
38148 \series default
38149  à l'extérieur, comme décrit dans la section
38150 \begin_inset space \thinspace{}
38151 \end_inset
38152
38153
38154 \begin_inset CommandInset ref
38155 LatexCommand ref
38156 reference "sec:Notes-bas-de-page"
38157
38158 \end_inset
38159
38160 .
38161 \end_layout
38162
38163 \begin_layout Standard
38164 \begin_inset ERT
38165 status collapsed
38166
38167 \begin_layout Plain Layout
38168
38169
38170 \backslash
38171 else
38172 \end_layout
38173
38174 \end_inset
38175
38176
38177 \begin_inset Note Note
38178 status open
38179
38180 \begin_layout Plain Layout
38181 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38182  
38183 \series bold
38184 picinpar
38185 \series default
38186  n'est pas installé :
38187 \end_layout
38188
38189 \end_inset
38190
38191
38192 \end_layout
38193
38194 \begin_layout Standard
38195 Vous devez installer le paquetage \SpecialChar LaTeX
38196  
38197 \series bold
38198 picinpar
38199 \series default
38200  pour voir la suite de cette section dans la sortie imprimée.
38201 \end_layout
38202
38203 \begin_layout Standard
38204 \begin_inset ERT
38205 status collapsed
38206
38207 \begin_layout Plain Layout
38208
38209
38210 \backslash
38211 fi
38212 \end_layout
38213
38214 \end_inset
38215
38216
38217 \end_layout
38218
38219 \begin_layout Section
38220 Lettrines
38221 \begin_inset Index idx
38222 status collapsed
38223
38224 \begin_layout Plain Layout
38225 Lettrines
38226 \end_layout
38227
38228 \end_inset
38229
38230
38231 \begin_inset Index idx
38232 status collapsed
38233
38234 \begin_layout Plain Layout
38235 Entouré par du texte ! Lettrines
38236 \end_layout
38237
38238 \end_inset
38239
38240
38241 \end_layout
38242
38243 \begin_layout Standard
38244 Pour utiliser des lettrines, le paquetage \SpecialChar LaTeX
38245  
38246 \series bold
38247 lettrine
38248 \series default
38249
38250 \begin_inset Index idx
38251 status collapsed
38252
38253 \begin_layout Plain Layout
38254 Paquetages \SpecialChar LaTeX
38255  ! lettrine
38256 \end_layout
38257
38258 \end_inset
38259
38260  doit être installé et vous devez utiliser le module Initiales (
38261 \begin_inset space ~
38262 \end_inset
38263
38264 menu 
38265 \family sans
38266 Document\SpecialChar menuseparator
38267 Paramètres\SpecialChar menuseparator
38268 Modules
38269 \family default
38270
38271 \begin_inset space ~
38272 \end_inset
38273
38274 ).
38275  Pour insérer une lettrine, utilisez le style 
38276 \family sans
38277 Initial
38278 \family default
38279 .
38280  Les paramètres sont insérés avec le menu 
38281 \family sans
38282 Insertion
38283 \family default
38284 .
38285  Le paramètre obligatoire 
38286 \family sans
38287 \lang english
38288 Initial
38289 \family default
38290 \lang french
38291  contient la/les lettre(s) qui sert d'initiale, le paramètre 
38292 \family sans
38293 \lang english
38294 Rest
38295 \begin_inset space ~
38296 \end_inset
38297
38298 of
38299 \begin_inset space ~
38300 \end_inset
38301
38302 Initial
38303 \family default
38304  
38305 \lang french
38306 contient
38307 \lang english
38308  the rest of the word or text of the initial letter(s)
38309 \lang french
38310 .
38311  Le paramètre 
38312 \family sans
38313 \lang english
38314 Options
38315 \family default
38316 \lang french
38317  contient paramètres pour modifier la lettrine.
38318  Pour plus d'informations sur les paramètres possibles, voyez la documentation
38319  du paquetage 
38320 \series bold
38321 lettrine
38322 \series default
38323
38324 \begin_inset CommandInset citation
38325 LatexCommand cite
38326 key "lettrine"
38327
38328 \end_inset
38329
38330 .
38331  Le style lui-même contient le texte qui doit entourer la lettrine.
38332  Le style habituel est par conséquent que le mot dont la première lettre
38333  est l'initiale soit en 
38334 \shape smallcaps
38335 petites capitales
38336 \shape default
38337 .
38338 \end_layout
38339
38340 \begin_layout Standard
38341 \begin_inset Newpage pagebreak
38342 \end_inset
38343
38344
38345 \end_layout
38346
38347 \begin_layout Standard
38348 Voici quelques exemples
38349 \begin_inset space ~
38350 \end_inset
38351
38352 :
38353 \end_layout
38354
38355 \begin_layout Standard
38356 \begin_inset ERT
38357 status collapsed
38358
38359 \begin_layout Plain Layout
38360
38361
38362 \backslash
38363 iflettrine
38364 \end_layout
38365
38366 \end_inset
38367
38368
38369 \begin_inset Note Note
38370 status open
38371
38372 \begin_layout Plain Layout
38373 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
38374  
38375 \series bold
38376 lettrine
38377 \series default
38378  a été installé.
38379 \end_layout
38380
38381 \end_inset
38382
38383
38384 \end_layout
38385
38386 \begin_layout Enumerate
38387 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
38388  mathématique 
38389 \begin_inset Formula $\mathfrak{Fraktur}$
38390 \end_inset
38391
38392 :
38393 \begin_inset Separator parbreak
38394 \end_inset
38395
38396
38397 \end_layout
38398
38399 \begin_deeper
38400 \begin_layout Initial
38401 \begin_inset Argument 2
38402 status open
38403
38404 \begin_layout Plain Layout
38405 \begin_inset Formula $\mathfrak{I}$
38406 \end_inset
38407
38408
38409 \end_layout
38410
38411 \end_inset
38412
38413
38414 \begin_inset Argument 3
38415 status open
38416
38417 \begin_layout Plain Layout
38418 t
38419 \end_layout
38420
38421 \end_inset
38422
38423  
38424 \lang english
38425 was in the spring of the year 1894 that all London was interested, and the
38426  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38427  under most unusual and inexplicable circumstances.
38428  The public has already learned those particulars of the crime which came
38429  out in the police investigation, but a good deal was suppressed upon that
38430  occasion, since the case for the prosecution was so overwhelmingly strong
38431  that it was not necessary to bring forward all the facts.
38432 \end_layout
38433
38434 \end_deeper
38435 \begin_layout Enumerate
38436 L'initiale est entourée par une seule ligne et est formée de deux lettres
38437  dans la police standard ; aucun texte n'est écrit en petites capitales
38438 \begin_inset space ~
38439 \end_inset
38440
38441 :
38442 \begin_inset Separator parbreak
38443 \end_inset
38444
38445
38446 \end_layout
38447
38448 \begin_deeper
38449 \begin_layout Initial
38450 \begin_inset Argument 1
38451 status open
38452
38453 \begin_layout Plain Layout
38454 lines=1
38455 \end_layout
38456
38457 \end_inset
38458
38459
38460 \begin_inset Argument 2
38461 status open
38462
38463 \begin_layout Plain Layout
38464 It
38465 \end_layout
38466
38467 \end_inset
38468
38469  
38470 \lang english
38471 was in the spring of the year 1894 that all London was interested, and the
38472  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38473  under most unusual and inexplicable circumstances.
38474  The public has already learned those particulars of the crime which came
38475  out in the police investigation, but a good deal was suppressed upon that
38476  occasion, since the case for the prosecution was so overwhelmingly strong
38477  that it was not necessary to bring forward all the facts.
38478 \end_layout
38479
38480 \end_deeper
38481 \begin_layout Enumerate
38482 Initiale descendante sur 3
38483 \begin_inset space ~
38484 \end_inset
38485
38486 lignes en magenta en police mathématique
38487 \begin_inset Newline newline
38488 \end_inset
38489
38490
38491 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38492 \end_inset
38493
38494 , le texte 
38495 \begin_inset Quotes fld
38496 \end_inset
38497
38498
38499 \lang english
38500 t was in the spring
38501 \lang french
38502
38503 \begin_inset Quotes frd
38504 \end_inset
38505
38506  est en 
38507 \shape smallcaps
38508 petites capitales
38509 \shape default
38510  ; pour colorer la lettrine, il faut insérer la commande suivante juste
38511  avant l'initiale
38512 \begin_inset space ~
38513 \end_inset
38514
38515 :
38516 \begin_inset Newline newline
38517 \end_inset
38518
38519
38520 \series bold
38521
38522 \backslash
38523 renewcommand{
38524 \backslash
38525 LettrineFontHook}{
38526 \backslash
38527 color{couleur}}
38528 \series default
38529
38530 \begin_inset Newline newline
38531 \end_inset
38532
38533 où la 
38534 \emph on
38535 couleur
38536 \emph default
38537  peut être 
38538 \begin_inset Quotes fld
38539 \end_inset
38540
38541 red
38542 \begin_inset Quotes frd
38543 \end_inset
38544
38545
38546 \begin_inset Quotes fld
38547 \end_inset
38548
38549 blue
38550 \begin_inset Quotes frd
38551 \end_inset
38552
38553
38554 \begin_inset Quotes fld
38555 \end_inset
38556
38557 green
38558 \begin_inset Quotes frd
38559 \end_inset
38560
38561
38562 \begin_inset Quotes fld
38563 \end_inset
38564
38565 yellow
38566 \begin_inset Quotes frd
38567 \end_inset
38568
38569
38570 \begin_inset Quotes fld
38571 \end_inset
38572
38573 cyan
38574 \begin_inset Quotes frd
38575 \end_inset
38576
38577
38578 \begin_inset Quotes fld
38579 \end_inset
38580
38581 magenta
38582 \begin_inset Quotes frd
38583 \end_inset
38584
38585
38586 \begin_inset Quotes fld
38587 \end_inset
38588
38589 black
38590 \begin_inset Quotes frd
38591 \end_inset
38592
38593  ou 
38594 \begin_inset Quotes fld
38595 \end_inset
38596
38597 white
38598 \begin_inset Quotes frd
38599 \end_inset
38600
38601 .
38602  On doit aussi ajouter la commande suivante au préambule du document
38603 \begin_inset space ~
38604 \end_inset
38605
38606 :
38607 \begin_inset Newline newline
38608 \end_inset
38609
38610
38611 \series bold
38612
38613 \backslash
38614 @ifundefined{textcolor}
38615 \begin_inset Newline newline
38616 \end_inset
38617
38618
38619 \begin_inset space ~
38620 \end_inset
38621
38622 {
38623 \backslash
38624 usepackage{color}}{}
38625 \series default
38626
38627 \begin_inset Separator parbreak
38628 \end_inset
38629
38630
38631 \end_layout
38632
38633 \begin_deeper
38634 \begin_layout Standard
38635 \begin_inset ERT
38636 status collapsed
38637
38638 \begin_layout Plain Layout
38639
38640
38641 \backslash
38642 renewcommand{
38643 \backslash
38644 LettrineFontHook}{
38645 \backslash
38646 color{magenta}}
38647 \end_layout
38648
38649 \end_inset
38650
38651
38652 \begin_inset Note Note
38653 status collapsed
38654
38655 \begin_layout Plain Layout
38656 colore la lettrine en magenta
38657 \end_layout
38658
38659 \end_inset
38660
38661
38662 \end_layout
38663
38664 \begin_layout Initial
38665 \begin_inset Argument 1
38666 status open
38667
38668 \begin_layout Plain Layout
38669 lines=3, lhang=0.33, loversize=0.25
38670 \end_layout
38671
38672 \end_inset
38673
38674
38675 \begin_inset Argument 2
38676 status open
38677
38678 \begin_layout Plain Layout
38679 \begin_inset Formula $\mathcal{I}$
38680 \end_inset
38681
38682
38683 \end_layout
38684
38685 \end_inset
38686
38687
38688 \begin_inset Argument 3
38689 status open
38690
38691 \begin_layout Plain Layout
38692
38693 \lang english
38694 t was in the spring
38695 \end_layout
38696
38697 \end_inset
38698
38699
38700 \lang english
38701  of the year 1894 that all London was interested, and the fashionable world
38702  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38703  and inexplicable circumstances.
38704  The public has already learned those particulars of the crime which came
38705  out in the police investigation, but a good deal was suppressed upon that
38706  occasion, since the case for the prosecution was so overwhelmingly strong
38707  that it was not necessary to bring forward all the facts.
38708 \end_layout
38709
38710 \end_deeper
38711 \begin_layout Standard
38712 \begin_inset ERT
38713 status collapsed
38714
38715 \begin_layout Plain Layout
38716
38717
38718 \backslash
38719 else
38720 \end_layout
38721
38722 \end_inset
38723
38724
38725 \begin_inset Note Note
38726 status open
38727
38728 \begin_layout Plain Layout
38729 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38730  
38731 \series bold
38732 lettrine
38733 \series default
38734  n'est pas installé :
38735 \end_layout
38736
38737 \end_inset
38738
38739
38740 \end_layout
38741
38742 \begin_layout Standard
38743 Vous devez installer le paquetage \SpecialChar LaTeX
38744  
38745 \series bold
38746 lettrine
38747 \series default
38748  pour voir la suite de cette section dans la sortie imprimée.
38749 \end_layout
38750
38751 \begin_layout Standard
38752 \begin_inset ERT
38753 status collapsed
38754
38755 \begin_layout Plain Layout
38756
38757
38758 \backslash
38759 fi
38760 \end_layout
38761
38762 \end_inset
38763
38764
38765 \end_layout
38766
38767 \begin_layout Chapter
38768 Trucs externes
38769 \begin_inset Index idx
38770 status collapsed
38771
38772 \begin_layout Plain Layout
38773 Trucs externes
38774 \end_layout
38775
38776 \end_inset
38777
38778
38779 \end_layout
38780
38781 \begin_layout Standard
38782 Avec le menu 
38783 \family sans
38784 Insertion\SpecialChar menuseparator
38785 Fichier
38786 \family default
38787  vous pouvez insérer un contenu externe à votre document.
38788  Ce contenu peut être :
38789 \end_layout
38790
38791 \begin_layout Description
38792 Document
38793 \begin_inset space ~
38794 \end_inset
38795
38796 \SpecialChar LyX
38797  Un autre document \SpecialChar LyX
38798  ; son contenu est directement inséré dans votre document.
38799 \end_layout
38800
38801 \begin_layout Description
38802 Texte
38803 \begin_inset space ~
38804 \end_inset
38805
38806 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
38807 e.
38808 \end_layout
38809
38810 \begin_layout Description
38811 Texte
38812 \begin_inset space ~
38813 \end_inset
38814
38815 Brut
38816 \begin_inset space ~
38817 \end_inset
38818
38819 par
38820 \begin_inset space ~
38821 \end_inset
38822
38823 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
38824  Les lignes vides créent un nouveau paragraphe dans votre document.
38825 \end_layout
38826
38827 \begin_layout Description
38828 Objet
38829 \begin_inset space ~
38830 \end_inset
38831
38832 Externe Fichiers de formats variés.
38833 \end_layout
38834
38835 \begin_layout Description
38836 Sous-document Documents \SpecialChar LyX
38837  ou \SpecialChar LaTeX
38838 .
38839 \end_layout
38840
38841 \begin_layout Section
38842 Objets externes 
38843 \begin_inset Index idx
38844 status collapsed
38845
38846 \begin_layout Plain Layout
38847 Trucs externes ! Objets Externes
38848 \end_layout
38849
38850 \end_inset
38851
38852
38853 \end_layout
38854
38855 \begin_layout Standard
38856 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
38857  de fichiers dans votre document sans avoir à convertir ces derniers en
38858  un format qui soit compatible avec le format de sortie, puisque c'est \SpecialChar LyX
38859
38860  qui va s'occuper des conversions.
38861  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
38862  \SpecialChar LyX
38863  des images dans des formats divers.
38864  Quand vous avez activé 
38865 \family sans
38866 Aperçu
38867 \begin_inset space ~
38868 \end_inset
38869
38870 sur
38871 \begin_inset space ~
38872 \end_inset
38873
38874 le
38875 \begin_inset space ~
38876 \end_inset
38877
38878 vif
38879 \family default
38880  dans le menu des préférences de \SpecialChar LyX
38881 , dans la rubrique 
38882 \family sans
38883 Apparence\SpecialChar menuseparator
38884 Graphiques
38885 \family default
38886 , les objets externes de type Dia et Xfig sont affichés directement dans
38887  \SpecialChar LyX
38888 .
38889 \end_layout
38890
38891 \begin_layout Standard
38892 On insère des objets externes en utilisant la fenêtre de dialogue 
38893 \family sans
38894 Objet
38895 \begin_inset space ~
38896 \end_inset
38897
38898 Externe
38899 \family default
38900  qui est accessible via le menu 
38901 \family sans
38902 Insertion\SpecialChar menuseparator
38903 Fichiers\SpecialChar menuseparator
38904 Objet
38905 \begin_inset space ~
38906 \end_inset
38907
38908 Externe
38909 \family default
38910 .
38911  Actuellement les types de fichiers (
38912 \family sans
38913 Modèles
38914 \family default
38915 ) suivants sont autorisés :
38916 \end_layout
38917
38918 \begin_layout Description
38919 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
38920  par le programme 
38921 \series bold
38922
38923 \begin_inset CommandInset href
38924 LatexCommand href
38925 name "XBoard"
38926 target "http://fr.wikipedia.org/wiki/XBoard"
38927
38928 \end_inset
38929
38930
38931 \series default
38932 .
38933 \end_layout
38934
38935 \begin_layout Description
38936 Date Ce modèle insère la date sous la forme 
38937 \emph on
38938 Jour-Mois-Année
38939 \emph default
38940 .
38941  Voici un exemple de date insérée comme objet externe : 
38942 \begin_inset External
38943         template Date
38944         filename .
38945
38946 \end_inset
38947
38948
38949 \begin_inset space ~
38950 \end_inset
38951
38952
38953 \begin_inset Note Note
38954 status collapsed
38955
38956 \begin_layout Plain Layout
38957 Retirer l'espace protégé quand le bug 4398 sera résolu !
38958 \end_layout
38959
38960 \end_inset
38961
38962
38963 \begin_inset Newline newline
38964 \end_inset
38965
38966 La date n'apparaîtra pas dans \SpecialChar LyX
38967 , mais seulement dans la sortie imprimée.
38968  Il y a deux autre méthodes pour insérer une date : Avec le menu 
38969 \family sans
38970 Insertion\SpecialChar menuseparator
38971 Date
38972 \family default
38973  et avec la commande \SpecialChar LaTeX
38974  
38975 \series bold
38976
38977 \backslash
38978 today
38979 \series default
38980  entrée comme code \SpecialChar TeX
38981 .
38982  Ces différentes méthodes sont comparée dans le tableau
38983 \begin_inset space ~
38984 \end_inset
38985
38986
38987 \begin_inset CommandInset ref
38988 LatexCommand ref
38989 reference "tab:Comparaison-des-dates"
38990
38991 \end_inset
38992
38993 .
38994 \end_layout
38995
38996 \begin_layout Description
38997 Dia Ce modèle accepte les diagrammes créés avec le programme 
38998 \series bold
38999
39000 \begin_inset CommandInset href
39001 LatexCommand href
39002 name "Dia"
39003 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
39004
39005 \end_inset
39006
39007
39008 \series default
39009 .
39010 \end_layout
39011
39012 \begin_layout Description
39013 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
39014  ou des tableaux dans le format de 
39015 \series bold
39016
39017 \begin_inset CommandInset href
39018 LatexCommand href
39019 name "Gnumeric"
39020 target "http://fr.wikipedia.org/wiki/Gnumeric"
39021
39022 \end_inset
39023
39024
39025 \series default
39026
39027 \begin_inset CommandInset href
39028 LatexCommand href
39029 name "OpenDocument"
39030 target "http://fr.wikipedia.org/wiki/OpenDocument"
39031
39032 \end_inset
39033
39034
39035 \begin_inset CommandInset href
39036 LatexCommand href
39037 name "Microsoft Office XML"
39038 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39039
39040 \end_inset
39041
39042  et 
39043 \begin_inset CommandInset href
39044 LatexCommand href
39045 name "Office Open XML"
39046 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
39047
39048 \end_inset
39049
39050 .
39051  Pour cette fonction, \SpecialChar LyX
39052  doit pouvoir trouver le programme 
39053 \family typewriter
39054 ssconvert
39055 \family default
39056  au cours de sa configuration.
39057  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
39058  même si vous n'avez pas de tableaux au format gnumeric.
39059  Pour des exemples et les limitations possibles, jetez un œil au fichier
39060  \SpecialChar LyX
39061  d'exemple, 
39062 \emph on
39063 spreadsheet.lyx
39064 \emph default
39065 .
39066 \end_layout
39067
39068 \begin_layout Description
39069 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
39070  par le programme 
39071 \series bold
39072
39073 \begin_inset CommandInset href
39074 LatexCommand href
39075 name "LilyPond"
39076 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
39077
39078 \end_inset
39079
39080
39081 \series default
39082 .
39083  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
39084  au fichier \SpecialChar LyX
39085  d'exemple 
39086 \emph on
39087 lilypond.lyx
39088 \emph default
39089 .
39090 \end_layout
39091
39092 \begin_layout Description
39093 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
39094  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
39095  
39096 \emph on
39097 pages
39098 \emph default
39099  dans le champ 
39100 \family sans
39101 Option
39102 \family default
39103  dans l'onglet 
39104 \family sans
39105 Options \SpecialChar LaTeX
39106  et \SpecialChar LyX
39107
39108 \family default
39109 .
39110  L'argument de cette option est une liste d'éléments séparés par des virgules,
39111  contenant des numéros de pages (
39112 \begin_inset space ~
39113 \end_inset
39114
39115 insérez comme option 
39116 \series bold
39117 pages={3,5,6,8}
39118 \series default
39119
39120 \begin_inset space ~
39121 \end_inset
39122
39123 ), des plages de numéros de pages (
39124 \series bold
39125
39126 \begin_inset space ~
39127 \end_inset
39128
39129 pages={4-9}
39130 \series default
39131
39132 \begin_inset space ~
39133 \end_inset
39134
39135 ) ou n'importe quelle combinaison des deux.
39136  Pour insérer des pages vides, utilisez 
39137 \series bold
39138 {}
39139 \series default
39140 .
39141  Par exemple 
39142 \begin_inset space ~
39143 \end_inset
39144
39145
39146 \series bold
39147 pages={3,{},8-11,15}
39148 \series default
39149  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
39150  15.
39151  Les plages de pages sont décrites avec la syntaxe 
39152 \emph on
39153 début-fin
39154 \emph default
39155  qui sélectionne toutes les pages de 
39156 \emph on
39157 début
39158 \emph default
39159  jusqu'à 
39160 \emph on
39161 fin
39162 \emph default
39163 .
39164  Si on omet 
39165 \emph on
39166 début
39167 \emph default
39168 , on commence implicitement à la première page ; de même, omettre 
39169 \emph on
39170 fin
39171 \emph default
39172  termine implicitement à la dernière page du document.
39173  La dernière page du document peut aussi être désignée par le mot-clé 
39174 \series bold
39175 last
39176 \series default
39177  (
39178 \begin_inset space ~
39179 \end_inset
39180
39181 ce dernier n'est accepté que pour une plage de pages
39182 \begin_inset space ~
39183 \end_inset
39184
39185 ).
39186  Donc 
39187 \series bold
39188 pages=-
39189 \series default
39190  va insérer toutes les pages du document et 
39191 \series bold
39192 pages=last-1
39193 \series default
39194  va insérer toutes les pages dans l'ordre inverse.
39195  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
39196 \begin_inset Newline newline
39197 \end_inset
39198
39199 L'option 
39200 \series bold
39201 noautoscale
39202 \series default
39203  insère les pages avec leur taille d'origine, si cette option n'est pas
39204  donnée, les pages seront redimensionnées
39205 \begin_inset space \space{}
39206 \end_inset
39207
39208 pour tenir dans la largeur de page de votre document.
39209  Dans l'onglet 
39210 \family sans
39211 Taille
39212 \begin_inset space ~
39213 \end_inset
39214
39215 et
39216 \begin_inset space ~
39217 \end_inset
39218
39219 rotation
39220 \family default
39221  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
39222  qu'une éventuelle rotation.
39223  Si vous utilisez une autre largeur que 100
39224 \begin_inset space \thinspace{}
39225 \end_inset
39226
39227 Échelle%, l'option 
39228 \series bold
39229 noautoscale
39230 \series default
39231  sera neutralisée.
39232  Pour plus d'information sur les options possibles, jetez un œil sur la
39233  documentation du paquetage \SpecialChar LaTeX
39234  
39235 \series bold
39236 pdfpages
39237 \series default
39238  
39239 \begin_inset CommandInset citation
39240 LatexCommand cite
39241 key "pdfpages"
39242
39243 \end_inset
39244
39245 .
39246 \begin_inset Index idx
39247 status collapsed
39248
39249 \begin_layout Plain Layout
39250 Paquetages \SpecialChar LaTeX
39251  ! pdfpages
39252 \end_layout
39253
39254 \end_inset
39255
39256
39257 \begin_inset Newline newline
39258 \end_inset
39259
39260 Pour utiliser ce modèle dans une présentation 
39261 \family sans
39262 Beamer
39263 \family default
39264  vous devez d'abord insérer un environnement 
39265 \family sans
39266 FinCadre
39267 \family default
39268  et dans la suite, dans un paragraphe, une boîte de code \SpecialChar TeX
39269  contenant la commande
39270  
39271 \series bold
39272
39273 \backslash
39274 setbeamertemplate{background canvas}{}
39275 \series default
39276 .
39277  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
39278  que vous voulez.
39279  Après les pages PDF incorporées, vous pouvez reprendre la présentation
39280  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
39281  section.
39282  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
39283  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
39284  le modèle.
39285 \begin_inset Newline newline
39286 \end_inset
39287
39288 Voici un PDF incorporé basculé de -5°
39289 \begin_inset space ~
39290 \end_inset
39291
39292 °: 
39293 \begin_inset External
39294         template PDFPages
39295         filename ../clipart/Abstract.pdf
39296         extra LaTeX "noautoscale, pages=-"
39297         rotateAngle -5
39298         rotateOrigin bottomleft
39299
39300 \end_inset
39301
39302
39303 \end_layout
39304
39305 \begin_layout Description
39306 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
39307  Les images peuvent être traitées dans la fenêtre de dialogue 
39308 \family sans
39309 Objet
39310 \begin_inset space ~
39311 \end_inset
39312
39313 Externe
39314 \family default
39315  comme les images qui sont habituellement incorporées en utilisant le menu
39316  
39317 \family sans
39318 Insertion\SpecialChar menuseparator
39319 Graphique
39320 \family default
39321 , comme c'est décrit dans la section
39322 \begin_inset space ~
39323 \end_inset
39324
39325
39326 \begin_inset CommandInset ref
39327 LatexCommand ref
39328 reference "sec:Graphics-Dialog"
39329
39330 \end_inset
39331
39332 .
39333  La différence avec l'insertion normale d'image est que seules les images
39334  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
39335  ne sont pas acceptées.
39336  Voici un exemple d'insertion d'image matricielle
39337 \begin_inset space ~
39338 \end_inset
39339
39340
39341 \begin_inset External
39342         template RasterImage
39343         filename ../clipart/ToolbarEnvBox.png
39344
39345 \end_inset
39346
39347
39348 \end_layout
39349
39350 \begin_layout Description
39351 XFig Ce modèle accepte les images créées avec le programme 
39352 \series bold
39353
39354 \begin_inset CommandInset href
39355 LatexCommand href
39356 name "Xfig"
39357 target "http://fr.wikipedia.org/wiki/Xfig"
39358
39359 \end_inset
39360
39361
39362 \series default
39363 .
39364 \end_layout
39365
39366 \begin_layout Standard
39367 \begin_inset Float table
39368 placement !h
39369 wide false
39370 sideways false
39371 status open
39372
39373 \begin_layout Plain Layout
39374 \begin_inset Caption Standard
39375
39376 \begin_layout Plain Layout
39377 \begin_inset CommandInset label
39378 LatexCommand label
39379 name "tab:Comparaison-des-dates"
39380
39381 \end_inset
39382
39383 Comparaison des méthodes d'insertion de la date.
39384 \end_layout
39385
39386 \end_inset
39387
39388
39389 \end_layout
39390
39391 \begin_layout Plain Layout
39392 \align center
39393 \begin_inset Tabular
39394 <lyxtabular version="3" rows="4" columns="4">
39395 <features tabularvalignment="middle">
39396 <column alignment="center" valignment="top">
39397 <column alignment="center" valignment="top">
39398 <column alignment="center" valignment="top">
39399 <column alignment="center" valignment="top">
39400 <row>
39401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39402 \begin_inset Text
39403
39404 \begin_layout Plain Layout
39405 Format du document
39406 \end_layout
39407
39408 \end_inset
39409 </cell>
39410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39411 \begin_inset Text
39412
39413 \begin_layout Plain Layout
39414
39415 \family sans
39416 Objet
39417 \begin_inset space ~
39418 \end_inset
39419
39420 Externe\SpecialChar menuseparator
39421 Date
39422 \end_layout
39423
39424 \end_inset
39425 </cell>
39426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39427 \begin_inset Text
39428
39429 \begin_layout Plain Layout
39430
39431 \family sans
39432 Insertion\SpecialChar menuseparator
39433 Date
39434 \end_layout
39435
39436 \end_inset
39437 </cell>
39438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39439 \begin_inset Text
39440
39441 \begin_layout Plain Layout
39442 commande 
39443 \series bold
39444
39445 \backslash
39446 today
39447 \end_layout
39448
39449 \end_inset
39450 </cell>
39451 </row>
39452 <row>
39453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39454 \begin_inset Text
39455
39456 \begin_layout Plain Layout
39457 \SpecialChar LyX
39458
39459 \end_layout
39460
39461 \end_inset
39462 </cell>
39463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39464 \begin_inset Text
39465
39466 \begin_layout Plain Layout
39467 comme boîte d'insert
39468 \end_layout
39469
39470 \end_inset
39471 </cell>
39472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39473 \begin_inset Text
39474
39475 \begin_layout Plain Layout
39476 comme date
39477 \end_layout
39478
39479 \end_inset
39480 </cell>
39481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39482 \begin_inset Text
39483
39484 \begin_layout Plain Layout
39485 comme boîte de code \SpecialChar TeX
39486
39487 \end_layout
39488
39489 \end_inset
39490 </cell>
39491 </row>
39492 <row>
39493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39494 \begin_inset Text
39495
39496 \begin_layout Plain Layout
39497 \SpecialChar LaTeX
39498
39499 \end_layout
39500
39501 \end_inset
39502 </cell>
39503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39504 \begin_inset Text
39505
39506 \begin_layout Plain Layout
39507 comme date
39508 \end_layout
39509
39510 \end_inset
39511 </cell>
39512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39513 \begin_inset Text
39514
39515 \begin_layout Plain Layout
39516 comme date
39517 \end_layout
39518
39519 \end_inset
39520 </cell>
39521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39522 \begin_inset Text
39523
39524 \begin_layout Plain Layout
39525 comme commande
39526 \end_layout
39527
39528 \end_inset
39529 </cell>
39530 </row>
39531 <row>
39532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39533 \begin_inset Text
39534
39535 \begin_layout Plain Layout
39536 DVI, PDF, PS
39537 \end_layout
39538
39539 \end_inset
39540 </cell>
39541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39542 \begin_inset Text
39543
39544 \begin_layout Plain Layout
39545 comme date
39546 \end_layout
39547
39548 \end_inset
39549 </cell>
39550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39551 \begin_inset Text
39552
39553 \begin_layout Plain Layout
39554 comme date
39555 \end_layout
39556
39557 \end_inset
39558 </cell>
39559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39560 \begin_inset Text
39561
39562 \begin_layout Plain Layout
39563 comme date date
39564 \end_layout
39565
39566 \end_inset
39567 </cell>
39568 </row>
39569 </lyxtabular>
39570
39571 \end_inset
39572
39573
39574 \end_layout
39575
39576 \end_inset
39577
39578
39579 \end_layout
39580
39581 \begin_layout Standard
39582 Quand vous activez l'option 
39583 \family sans
39584 Brouillon
39585 \family default
39586  de l'onglet 
39587 \family sans
39588 Fichier
39589 \family default
39590  de la fenêtre de dialogue 
39591 \family sans
39592 Objet
39593 \begin_inset space ~
39594 \end_inset
39595
39596 Externe
39597 \family default
39598 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
39599 \begin_inset Newline newline
39600 \end_inset
39601
39602 Les objets externes apparaissent dans \SpecialChar LyX
39603 , soit comme une boîte comme celle-ci
39604  : 
39605 \begin_inset Graphics
39606         filename ../clipart/ExternalMaterial.png
39607         scale 75
39608         scaleBeforeRotation
39609
39610 \end_inset
39611
39612  soit comme une image, selon que vous avez ou non activé l'option 
39613 \family sans
39614 Afficher
39615 \begin_inset space ~
39616 \end_inset
39617
39618 dans
39619 \begin_inset space ~
39620 \end_inset
39621
39622 \SpecialChar LyX
39623
39624 \family default
39625  de l'onglet 
39626 \family sans
39627 Options \SpecialChar LaTeX
39628  et \SpecialChar LyX
39629
39630 \family default
39631  de la fenêtre de dialogue.
39632 \end_layout
39633
39634 \begin_layout Standard
39635 Le manuel 
39636 \family sans
39637 \emph on
39638 Personnalisation
39639 \family default
39640 \emph default
39641  explique comment vous pouvez créer vos propres modèles.
39642 \end_layout
39643
39644 \begin_layout Section
39645 Sous-documents
39646 \begin_inset CommandInset label
39647 LatexCommand label
39648 name "sec:Sous-documents"
39649
39650 \end_inset
39651
39652
39653 \begin_inset Index idx
39654 status collapsed
39655
39656 \begin_layout Plain Layout
39657 Trucs externes ! Sous-documents
39658 \end_layout
39659
39660 \end_inset
39661
39662
39663 \begin_inset Index idx
39664 status collapsed
39665
39666 \begin_layout Plain Layout
39667 Fichiers ! Insertion
39668 \end_layout
39669
39670 \end_inset
39671
39672
39673 \end_layout
39674
39675 \begin_layout Standard
39676 Les sous-documents sont utilisés quand on a un document très long qui peut
39677  être décomposé en plusieurs parties ou sections plus petites.
39678  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
39679  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
39680  Les différents documents sont ce que l'on appelle les sous-documents et
39681  un document maître les relie pour imprimer le document complet ou seulement
39682  une partie de celui-ci.
39683  Un sous-document hérite du contenu de son maître, par exemple le préambule
39684  \SpecialChar LaTeX
39685 , la bibliographie, et les étiquettes pour les références croisées.
39686 \end_layout
39687
39688 \begin_layout Standard
39689 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
39690  maître, précisez dans le sous-document le document maître dans le menu
39691  
39692 \family sans
39693 Document\SpecialChar menuseparator
39694 Paramètres\SpecialChar menuseparator
39695 Classe de document
39696 \family default
39697 .
39698  Ce document maître sera par la suite utilisé de façon cachée par \SpecialChar LyX
39699  à chaque
39700  fois que vous modifierez le sous-document.
39701 \end_layout
39702
39703 \begin_layout Standard
39704 Les documents inclus sont visualisés dans \SpecialChar LyX
39705  sous la forme d'une boîte comme
39706  celle-ci : 
39707 \begin_inset Graphics
39708         filename clipart/SousDocument.png
39709         scaleBeforeRotation
39710
39711 \end_inset
39712
39713  Pour inclure des sous-documents dans un document maître , on utilise le
39714  menu 
39715 \family sans
39716 Insertion\SpecialChar menuseparator
39717 Fichier\SpecialChar menuseparator
39718 Sous-document
39719 \family default
39720 .
39721  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
39722  des quatre méthodes d'inclusion :
39723 \end_layout
39724
39725 \begin_layout Description
39726 Inclus
39727 \begin_inset space ~
39728 \end_inset
39729
39730 (include) Vous pouvez inclure des documents \SpecialChar LyX
39731  et \SpecialChar LaTeX
39732 .
39733  Quand vous cliquez sur le bouton 
39734 \family sans
39735 Modifier
39736 \family default
39737  dans la fenêtre de dialogue 
39738 \family sans
39739 Sous-document
39740 \family default
39741 , le document inclus est ouvert dans \SpecialChar LyX
39742  dans un nouvel onglet pour que vous
39743  puissiez le modifier.
39744 \begin_inset Newline newline
39745 \end_inset
39746
39747
39748 \end_layout
39749
39750 \begin_layout Standard
39751 Voici un sous-document inséré avec la méthode 
39752 \family sans
39753 Inclus
39754 \family default
39755  : 
39756 \begin_inset CommandInset include
39757 LatexCommand include
39758 filename "DocumentBidon1.lyx"
39759
39760 \end_inset
39761
39762
39763 \end_layout
39764
39765 \begin_layout Standard
39766 La numérotation des sections va prendre en compte les sections des fichiers
39767  incorporés dans l'ordre où ils sont insérés dans le document maître.
39768  Le document qui est inclus comme exemple possède une sous-section qui sera
39769  numérotée comme sous-section de la section actuelle.
39770  Les étiquettes présentes dans le fichier inclus peuvent être référencées
39771  : la sous-section
39772 \begin_inset space ~
39773 \end_inset
39774
39775
39776 \begin_inset CommandInset ref
39777 LatexCommand ref
39778 reference "subsec:Sous-section-externe-1"
39779
39780 \end_inset
39781
39782  est dans le fichier inclus.
39783 \end_layout
39784
39785 \begin_layout Standard
39786 Le préambule du sous-document est tout simplement ignoré, seul le préambule
39787  du document maître est utilisé.
39788  Les branches présentes dans le sous-document seront ignorées par le document
39789  maître si celui-ci ne possède pas une branche avec le même nom.
39790  Les documents inclus sont insérés en commençant une nouvelle page et sont
39791  suivis par un saut de page.
39792 \end_layout
39793
39794 \begin_layout Standard
39795 \begin_inset Note Greyedout
39796 status open
39797
39798 \begin_layout Plain Layout
39799
39800 \series bold
39801 Note:
39802 \series default
39803  Quand vous avez inclus un fichier \SpecialChar LyX
39804  ou \SpecialChar LaTeX
39805 , et que ce dernier utilise une classe
39806  de document différente de celle du document maître, vous recevez un avertisseme
39807 nt quand vous tentez de le visionner ou de l'exporter, vu que cela peut
39808  produire des résultats inattendus sur la sortie imprimée.
39809 \end_layout
39810
39811 \end_inset
39812
39813
39814 \end_layout
39815
39816 \begin_layout Description
39817 Incorporé
39818 \begin_inset space ~
39819 \end_inset
39820
39821 (input) Cette méthode est très semblable à la méthode Inclus, les différences
39822  sont :
39823 \begin_inset Separator parbreak
39824 \end_inset
39825
39826
39827 \end_layout
39828
39829 \begin_deeper
39830 \begin_layout Itemize
39831 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
39832  par un saut de page.
39833 \end_layout
39834
39835 \begin_layout Itemize
39836 Les fichiers incorporés peuvent être prévisualisés dans \SpecialChar LyX
39837  quand l'option
39838  
39839 \family sans
39840 Aperçu
39841 \begin_inset space ~
39842 \end_inset
39843
39844 sur
39845 \begin_inset space ~
39846 \end_inset
39847
39848 le
39849 \begin_inset space ~
39850 \end_inset
39851
39852 vif
39853 \family default
39854  est activée dans les préférences dans la rubrique 
39855 \family sans
39856 Apparence\SpecialChar menuseparator
39857 Graphique
39858 \family default
39859 .
39860 \end_layout
39861
39862 \begin_layout Itemize
39863 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
39864 \family sans
39865 Document\SpecialChar menuseparator
39866 Paramètres\SpecialChar menuseparator
39867 Sous-documents
39868 \family default
39869 .
39870 \end_layout
39871
39872 \end_deeper
39873 \begin_layout Standard
39874 Voici un sous document inséré en utilisant la méthode 
39875 \family sans
39876 Incorporé
39877 \family default
39878  : 
39879 \begin_inset CommandInset include
39880 LatexCommand input
39881 preview true
39882 filename "DocumentBidon2.lyx"
39883
39884 \end_inset
39885
39886
39887 \end_layout
39888
39889 \begin_layout Standard
39890 Voici un sous-document
39891 \emph on
39892 input
39893 \emph default
39894  comme \SpecialChar LaTeX
39895  source:
39896 \end_layout
39897
39898 \begin_layout Quote
39899 \begin_inset CommandInset include
39900 LatexCommand input
39901 filename "DocumentTexteBidon.txt"
39902
39903 \end_inset
39904
39905
39906 \end_layout
39907
39908 \begin_layout Description
39909 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
39910  Si c'est un fichier \SpecialChar LyX
39911  ou \SpecialChar LaTeX
39912 , le contenu sera affiché dans la sortie sous forme
39913  de code source et aucune des commandes éventuellement présentes ne sera
39914  exécutée.
39915  Vous pouvez utiliser l'option 
39916 \family sans
39917 Marquer
39918 \begin_inset space ~
39919 \end_inset
39920
39921 les
39922 \begin_inset space ~
39923 \end_inset
39924
39925 espaces
39926 \family default
39927  qui matérialise chaque espace présente dans le code source par un caractère
39928  
39929 \begin_inset Quotes fld
39930 \end_inset
39931
39932
39933 \begin_inset ERT
39934 status collapsed
39935
39936 \begin_layout Plain Layout
39937
39938
39939 \backslash
39940 textvisiblespace 
39941 \end_layout
39942
39943 \end_inset
39944
39945
39946 \begin_inset Quotes frd
39947 \end_inset
39948
39949  .
39950  La différence avec la méthode qui consiste à utiliser le menu 
39951 \family sans
39952 Insertion\SpecialChar menuseparator
39953 Fichier\SpecialChar menuseparator
39954 Texte
39955 \begin_inset space ~
39956 \end_inset
39957
39958 brut
39959 \family default
39960  est que le contenu du document n'apparaît pas dans \SpecialChar LyX
39961 .
39962 \end_layout
39963
39964 \begin_layout Standard
39965 Voici un sous-document inclus en utilisant la méthode 
39966 \family sans
39967 verbatim
39968 \family default
39969  : 
39970 \begin_inset CommandInset include
39971 LatexCommand verbatiminput
39972 filename "DocumentTexteBidon.txt"
39973
39974 \end_inset
39975
39976
39977 \begin_inset VSpace bigskip
39978 \end_inset
39979
39980 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
39981  l'option 
39982 \family sans
39983 Marquer
39984 \begin_inset space ~
39985 \end_inset
39986
39987 les
39988 \begin_inset space ~
39989 \end_inset
39990
39991 espaces :
39992 \family default
39993  
39994 \begin_inset CommandInset include
39995 LatexCommand verbatiminput*
39996 filename "DocumentTexteBidon.txt"
39997
39998 \end_inset
39999
40000
40001 \end_layout
40002
40003 \begin_layout Standard
40004 \begin_inset VSpace bigskip
40005 \end_inset
40006
40007
40008 \end_layout
40009
40010 \begin_layout Standard
40011 \begin_inset Note Greyedout
40012 status open
40013
40014 \begin_layout Plain Layout
40015
40016 \series bold
40017 Note:
40018 \series default
40019  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
40020  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
40021 \end_layout
40022
40023 \end_inset
40024
40025
40026 \end_layout
40027
40028 \begin_layout Description
40029 Listings Ce type d'inclusion est décrit dans le chapitre
40030 \begin_inset space ~
40031 \end_inset
40032
40033
40034 \begin_inset CommandInset ref
40035 LatexCommand ref
40036 reference "cha:Program-Code-Listings"
40037
40038 \end_inset
40039
40040 .
40041 \end_layout
40042
40043 \begin_layout Standard
40044 \begin_inset Note Greyedout
40045 status open
40046
40047 \begin_layout Plain Layout
40048
40049 \series bold
40050 Note:
40051 \series default
40052  Inclure le même document deux fois dans un même document peut poser des
40053  problèmes avec \SpecialChar LaTeX
40054 .
40055 \end_layout
40056
40057 \end_inset
40058
40059
40060 \end_layout
40061
40062 \begin_layout Standard
40063 Si vous ne voulez visualiser ou exporter que certains des sous-documents
40064  de votre document maître, que ce soit pour diminuer les temps de compilation
40065  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
40066  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
40067  la sortie en utilisant le menu 
40068 \family sans
40069 Document\SpecialChar menuseparator
40070 Paramètres\SpecialChar menuseparator
40071 Sous-documents
40072 \family default
40073 .
40074  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
40075  sur la ligne correspondant dans la colonne 
40076 \family sans
40077 Inclus dans le résultat
40078 \family default
40079  de la liste (
40080 \begin_inset space ~
40081 \end_inset
40082
40083 notez que cela ne fonctionne que pour les documents inclus avec la méthode
40084  
40085 \begin_inset Quotes fld
40086 \end_inset
40087
40088 inclus
40089 \begin_inset Quotes frd
40090 \end_inset
40091
40092  et pas la méthode 
40093 \begin_inset Quotes fld
40094 \end_inset
40095
40096 incorporé
40097 \begin_inset Quotes frd
40098 \end_inset
40099
40100
40101 \begin_inset space ~
40102 \end_inset
40103
40104 ).
40105  Si on active l'option 
40106 \family sans
40107 Assurer la cohérence des compteurs et des références
40108 \family default
40109 , \SpecialChar LyX
40110  va s'assurer que tous les numéros de pages, références etc...
40111  sont corrects comme si tous le document avait été traité.
40112  C'est utile si vous voulez que les sous-documents choisis aient exactement
40113  le même aspect que s'il étaient dans le document complet.
40114  Pour réaliser cette condition, il faut que \SpecialChar LyX
40115  traite de façon silencieuse
40116  la totalité du document.
40117  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
40118  les compteurs et autres références n'ont pas à être à tout prix valides,
40119  vous devez impérativement désactiver cette option.
40120  
40121 \end_layout
40122
40123 \begin_layout Standard
40124 Une autre solution consiste à inclure chaque fichier dans une branche
40125 \begin_inset Foot
40126 status collapsed
40127
40128 \begin_layout Plain Layout
40129 Les branches sont décrites dans la section 
40130 \emph on
40131 Branches
40132 \emph default
40133  du 
40134 \emph on
40135 Guide de l'utilisateur
40136 \emph default
40137  de \SpecialChar LyX
40138 .
40139 \end_layout
40140
40141 \end_inset
40142
40143 .
40144  En activant ou désactivant une branche, vous pouvez décider les fichiers
40145  inclus qui doivent apparaître dans la sortie imprimée.
40146  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
40147  
40148 \begin_inset Quotes fld
40149 \end_inset
40150
40151 incorporés
40152 \begin_inset Quotes frd
40153 \end_inset
40154
40155 .
40156  Le défaut est que les compteurs et autres références ne sont pas conservés
40157  avec cette approche.
40158 \end_layout
40159
40160 \begin_layout Chapter
40161 Listings de code source
40162 \begin_inset CommandInset label
40163 LatexCommand label
40164 name "cha:Program-Code-Listings"
40165
40166 \end_inset
40167
40168
40169 \begin_inset Index idx
40170 status collapsed
40171
40172 \begin_layout Plain Layout
40173 Listings
40174 \end_layout
40175
40176 \end_inset
40177
40178
40179 \begin_inset Index idx
40180 status collapsed
40181
40182 \begin_layout Plain Layout
40183 Code Source
40184 \end_layout
40185
40186 \end_inset
40187
40188
40189 \begin_inset Index idx
40190 status collapsed
40191
40192 \begin_layout Plain Layout
40193 Flottants ! Listings
40194 \end_layout
40195
40196 \end_inset
40197
40198
40199 \end_layout
40200
40201 \begin_layout Standard
40202 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
40203  un insert 
40204 \family sans
40205 Listings
40206 \family default
40207  qui peut être créé grâce au menu 
40208 \family sans
40209 Insertion
40210 \family default
40211 \SpecialChar menuseparator
40212
40213 \family sans
40214 Listing
40215 \begin_inset space ~
40216 \end_inset
40217
40218 de
40219 \begin_inset space ~
40220 \end_inset
40221
40222 Code
40223 \begin_inset space ~
40224 \end_inset
40225
40226 Source
40227 \family default
40228 .
40229  Le paquetage \SpecialChar LaTeX
40230  
40231 \series bold
40232 listings
40233 \series default
40234
40235 \begin_inset Index idx
40236 status collapsed
40237
40238 \begin_layout Plain Layout
40239 Paquetages \SpecialChar LaTeX
40240  ! listings
40241 \end_layout
40242
40243 \end_inset
40244
40245  fournit un moyen puissant et flexible d'insérer des listings de code source
40246  dans votre document.
40247  
40248 \end_layout
40249
40250 \begin_layout Standard
40251 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
40252  contextuel s'ouvre pour vous permettre de modifier le format du listing.
40253 \end_layout
40254
40255 \begin_layout Standard
40256 Implicitement, un listing commence un nouveau paragraphe dans la sortie
40257  imprimée.
40258  L'option d'emplacement 
40259 \family sans
40260 Listing
40261 \begin_inset space ~
40262 \end_inset
40263
40264 en
40265 \begin_inset space ~
40266 \end_inset
40267
40268 Ligne
40269 \family default
40270  imprime le listing dans la ligne comme ceci : 
40271 \begin_inset listings
40272 lstparams "language={C++}"
40273 inline true
40274 status open
40275
40276 \begin_layout Plain Layout
40277
40278 int a=5;
40279 \end_layout
40280
40281 \end_inset
40282
40283
40284 \begin_inset Newline newline
40285 \end_inset
40286
40287 L'option 
40288 \family sans
40289 Flottant
40290 \family default
40291  crée un flottant de listing pour lequel vous pouvez préciser les options
40292  classiques d'emplacement : 
40293 \begin_inset Quotes fld
40294 \end_inset
40295
40296
40297 \family sans
40298 h
40299 \family default
40300
40301 \begin_inset Quotes frd
40302 \end_inset
40303
40304
40305 \begin_inset Quotes fld
40306 \end_inset
40307
40308
40309 \family sans
40310 t
40311 \family default
40312
40313 \begin_inset Quotes frd
40314 \end_inset
40315
40316
40317 \begin_inset Quotes fld
40318 \end_inset
40319
40320
40321 \family sans
40322 b
40323 \family default
40324
40325 \begin_inset Quotes frd
40326 \end_inset
40327
40328 , et 
40329 \begin_inset Quotes fld
40330 \end_inset
40331
40332
40333 \family sans
40334 p
40335 \family default
40336
40337 \begin_inset Quotes frd
40338 \end_inset
40339
40340  correspondant aux emplacement décrits dans la section
40341 \begin_inset space ~
40342 \end_inset
40343
40344
40345 \begin_inset CommandInset ref
40346 LatexCommand ref
40347 reference "sec:Placement-flottants"
40348
40349 \end_inset
40350
40351 .
40352  Les options de positionnement peuvent être mélangées et doivent être saisies
40353  sans séparation, par exemple, on peut taper 
40354 \begin_inset Quotes fld
40355 \end_inset
40356
40357
40358 \family sans
40359 htbp
40360 \family default
40361
40362 \begin_inset Quotes frd
40363 \end_inset
40364
40365 .
40366  L'option 
40367 \begin_inset Quotes fld
40368 \end_inset
40369
40370 h
40371 \begin_inset Quotes frd
40372 \end_inset
40373
40374  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
40375  
40376 \family sans
40377 Flottant
40378 \family default
40379  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
40380  légende et être référencés.
40381 \end_layout
40382
40383 \begin_layout Standard
40384 Vous pouvez ajouter une légende à un listing avec le menu 
40385 \family sans
40386 Insertion\SpecialChar menuseparator
40387 Légende
40388 \family default
40389 .
40390  On peut référencer les listings de la même façon que les flottants :Voir
40391  le listing
40392 \begin_inset space ~
40393 \end_inset
40394
40395
40396 \begin_inset CommandInset ref
40397 LatexCommand ref
40398 reference "lst:Listing-exemple"
40399
40400 \end_inset
40401
40402 .
40403  Une liste des listings qui contient tous les listings légendés peut être
40404  créée par le menu 
40405 \family sans
40406 Insertion\SpecialChar menuseparator
40407 Listes
40408 \begin_inset space ~
40409 \end_inset
40410
40411 &
40412 \begin_inset space ~
40413 \end_inset
40414
40415 TdM\SpecialChar menuseparator
40416 Liste des listings
40417 \family default
40418 .
40419  Les éléments de la liste sont les légendes et le numéro de listing.
40420 \end_layout
40421
40422 \begin_layout Standard
40423 \begin_inset listings
40424 lstparams "language=Python"
40425 inline false
40426 status open
40427
40428 \begin_layout Plain Layout
40429
40430 \begin_inset Caption Standard
40431
40432 \begin_layout Plain Layout
40433 \begin_inset CommandInset label
40434 LatexCommand label
40435 name "lst:Listing-exemple"
40436
40437 \end_inset
40438
40439 Exemple de listing flottant
40440 \end_layout
40441
40442 \end_inset
40443
40444 # Exemple de listing flottant
40445 \end_layout
40446
40447 \begin_layout Plain Layout
40448
40449 def func(param):
40450 \end_layout
40451
40452 \begin_layout Plain Layout
40453
40454     'ceci est une fonction python'
40455 \end_layout
40456
40457 \begin_layout Plain Layout
40458
40459     pass
40460 \end_layout
40461
40462 \end_inset
40463
40464
40465 \end_layout
40466
40467 \begin_layout Standard
40468 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
40469  de listing, les mots-clés de ce langage seront reconnus et mis en forme
40470  de manière particulière dans la sortie imprimée.
40471  Dans l'exemple de listing, le mot clé Python 
40472 \begin_inset Quotes fld
40473 \end_inset
40474
40475 def
40476 \begin_inset Quotes frd
40477 \end_inset
40478
40479  est reconnu et imprimé en caractères gras dans la sortie.
40480 \end_layout
40481
40482 \begin_layout Standard
40483 \begin_inset Note Greyedout
40484 status open
40485
40486 \begin_layout Plain Layout
40487
40488 \series bold
40489 Note:
40490 \series default
40491  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
40492  une police de caractères à 
40493 \family typewriter
40494 chasse fixe
40495 \family default
40496 , c'est que votre police ne contient probablement pas de série grasse.
40497  Dans ce cas choisissez une police différente dans le menu 
40498 \family sans
40499 Document\SpecialChar menuseparator
40500 Paramètres\SpecialChar menuseparator
40501 Polices
40502 \family default
40503 .
40504  (Les polices 
40505 \emph on
40506 LuxiMono, BeraMono
40507 \emph default
40508  et 
40509 \emph on
40510 Courier
40511 \emph default
40512  contiennent une série grasse.)
40513 \end_layout
40514
40515 \end_inset
40516
40517
40518 \end_layout
40519
40520 \begin_layout Standard
40521 Dans la rubrique 
40522 \family sans
40523 Numérotation
40524 \begin_inset space ~
40525 \end_inset
40526
40527 des
40528 \begin_inset space ~
40529 \end_inset
40530
40531 Lignes
40532 \family default
40533  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
40534 n des lignes.
40535  Vous pouvez mettre un nombre dans le champ 
40536 \family sans
40537 Pas
40538 \family default
40539  pour désigner les lignes qui seront numérotées.
40540  Par exemple, si vous mettez 
40541 \begin_inset Quotes fld
40542 \end_inset
40543
40544 3
40545 \begin_inset Quotes frd
40546 \end_inset
40547
40548 , seule une ligne sur trois sera numérotée.
40549 \end_layout
40550
40551 \begin_layout Standard
40552 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
40553  apparaîtront dans la sortie.
40554  Vous devez utiliser l'option 
40555 \family sans
40556 Table
40557 \begin_inset space ~
40558 \end_inset
40559
40560 de
40561 \begin_inset space ~
40562 \end_inset
40563
40564 Caractères
40565 \begin_inset space ~
40566 \end_inset
40567
40568 Étendue
40569 \family default
40570  quand vous employez des caractères spécifiques à une langue donnée comme
40571  les umlauts Allemands dans votre listing.
40572 \begin_inset Newline newline
40573 \end_inset
40574
40575 Voici un exemple de listing avec la numérotation des lignes à gauche par
40576  pas de 3, en langage Python, avec les options 
40577 \begin_inset Quotes fld
40578 \end_inset
40579
40580 Table
40581 \begin_inset space ~
40582 \end_inset
40583
40584 de
40585 \begin_inset space ~
40586 \end_inset
40587
40588 caractères
40589 \begin_inset space ~
40590 \end_inset
40591
40592 étendue
40593 \begin_inset Quotes frd
40594 \end_inset
40595
40596  et 
40597 \begin_inset Quotes fld
40598 \end_inset
40599
40600 Espace
40601 \begin_inset space ~
40602 \end_inset
40603
40604 représenté
40605 \begin_inset space ~
40606 \end_inset
40607
40608 par
40609 \begin_inset space ~
40610 \end_inset
40611
40612 un
40613 \begin_inset space ~
40614 \end_inset
40615
40616 symbole
40617 \begin_inset Quotes frd
40618 \end_inset
40619
40620 , l'intervalle de ligne étant 3
40621 \begin_inset space \thinspace{}
40622 \end_inset
40623
40624 -
40625 \begin_inset space \thinspace{}
40626 \end_inset
40627
40628 8:
40629 \end_layout
40630
40631 \begin_layout Standard
40632 \begin_inset listings
40633 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40634 inline false
40635 status open
40636
40637 \begin_layout Plain Layout
40638
40639 def func(param):
40640 \end_layout
40641
40642 \begin_layout Plain Layout
40643
40644     'ceci est une fonction Python'
40645 \end_layout
40646
40647 \begin_layout Plain Layout
40648
40649     pass
40650 \end_layout
40651
40652 \begin_layout Plain Layout
40653
40654 def func(param):
40655 \end_layout
40656
40657 \begin_layout Plain Layout
40658
40659 'Ça, c'est un mot Allemand : Tschüß'
40660 \end_layout
40661
40662 \begin_layout Plain Layout
40663
40664 pass
40665 \end_layout
40666
40667 \begin_layout Plain Layout
40668
40669 def func(param):
40670 \end_layout
40671
40672 \begin_layout Plain Layout
40673
40674 'ceci est une fonction Python'
40675 \end_layout
40676
40677 \begin_layout Plain Layout
40678
40679 pass
40680 \end_layout
40681
40682 \end_inset
40683
40684
40685 \end_layout
40686
40687 \begin_layout Standard
40688 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
40689  nombre de caractères que doit représenter une tabulation dans le champ
40690  
40691 \family sans
40692 Taille du tabulateur
40693 \family default
40694 .
40695 \end_layout
40696
40697 \begin_layout Standard
40698 \begin_inset Note Greyedout
40699 status open
40700
40701 \begin_layout Plain Layout
40702
40703 \series bold
40704 Note:
40705 \series default
40706  À cause d'un bug dans le paquetage 
40707 \series bold
40708 listings
40709 \series default
40710  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
40711  listing.
40712  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
40713  les lignes 3 et 6.
40714 \end_layout
40715
40716 \end_inset
40717
40718
40719 \end_layout
40720
40721 \begin_layout Standard
40722 \begin_inset VSpace bigskip
40723 \end_inset
40724
40725
40726 \end_layout
40727
40728 \begin_layout Standard
40729 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
40730  listing.
40731  Pour le faire, il suffit d'utiliser le menu 
40732 \family sans
40733 Insertion\SpecialChar menuseparator
40734 Fichier\SpecialChar menuseparator
40735 Sous-document
40736 \family default
40737  et de choisir le type 
40738 \family sans
40739 Listing
40740 \family default
40741
40742 \begin_inset space ~
40743 \end_inset
40744
40745
40746 \family sans
40747 de
40748 \begin_inset space ~
40749 \end_inset
40750
40751 Code
40752 \begin_inset space ~
40753 \end_inset
40754
40755 source
40756 \family default
40757 .
40758 \begin_inset Foot
40759 status collapsed
40760
40761 \begin_layout Plain Layout
40762 Les autres types de sous-documents sont décrits dans la section
40763 \begin_inset space ~
40764 \end_inset
40765
40766
40767 \begin_inset CommandInset ref
40768 LatexCommand ref
40769 reference "sec:Sous-documents"
40770
40771 \end_inset
40772
40773 .
40774 \end_layout
40775
40776 \end_inset
40777
40778  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
40779  à utiliser pour le listing dans une zone de texte.
40780  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
40781  
40782 \begin_inset Quotes fld
40783 \end_inset
40784
40785 ?
40786 \begin_inset Quotes frd
40787 \end_inset
40788
40789  dans la zone de texte.
40790 \end_layout
40791
40792 \begin_layout Standard
40793 Pour faire référence à un sous-document de type listing, tapez une étiquette
40794  dans le champ correspondant de la fenêtre de dialogue.
40795  On peut alors faire référence à cette étiquette en utilisant le menu 
40796 \family sans
40797 Insertion\SpecialChar menuseparator
40798 Référence
40799 \begin_inset space ~
40800 \end_inset
40801
40802 Croisée
40803 \family default
40804 .
40805 \end_layout
40806
40807 \begin_layout Standard
40808 Le listing
40809 \begin_inset space ~
40810 \end_inset
40811
40812
40813 \begin_inset CommandInset ref
40814 LatexCommand ref
40815 reference "lst:listing-fichier"
40816
40817 \end_inset
40818
40819  est un exemple de listing issu d'un fichier ; ici les lignes 10
40820 \begin_inset space \thinspace{}
40821 \end_inset
40822
40823 -
40824 \begin_inset space \thinspace{}
40825 \end_inset
40826
40827 15 de ce fichier \SpecialChar LyX
40828  sont listées.
40829 \end_layout
40830
40831 \begin_layout Standard
40832 \begin_inset Newpage pagebreak
40833 \end_inset
40834
40835
40836 \end_layout
40837
40838 \begin_layout Standard
40839 \begin_inset CommandInset include
40840 LatexCommand lstinputlisting
40841 filename "EmbeddedObjects.lyx"
40842 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
40843
40844 \end_inset
40845
40846
40847 \end_layout
40848
40849 \begin_layout Standard
40850 \begin_inset VSpace bigskip
40851 \end_inset
40852
40853
40854 \end_layout
40855
40856 \begin_layout Standard
40857 L'insertion d'une formule dans un listing peut se faire de la façon suivante
40858 \begin_inset space ~
40859 \end_inset
40860
40861 :
40862 \end_layout
40863
40864 \begin_layout Enumerate
40865 Ouvrez la fenêtre de dialogue listings et ajoutez
40866 \begin_inset Newline newline
40867 \end_inset
40868
40869
40870 \family sans
40871 mathescape=true
40872 \family default
40873
40874 \begin_inset Newline newline
40875 \end_inset
40876
40877 dans le champ de l'onglet 
40878 \family sans
40879 Avancé
40880 \family default
40881 .
40882 \end_layout
40883
40884 \begin_layout Enumerate
40885 Créez la formule en dehors du listing.
40886 \end_layout
40887
40888 \begin_layout Enumerate
40889 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
40890  (raccourci 
40891 \begin_inset Info
40892 type  "shortcut"
40893 arg   "copy"
40894 \end_inset
40895
40896 )
40897 \end_layout
40898
40899 \begin_layout Enumerate
40900 Dans le listing écrivez 
40901 \begin_inset Quotes fld
40902 \end_inset
40903
40904
40905 \family sans
40906 $$
40907 \family default
40908
40909 \begin_inset Quotes frd
40910 \end_inset
40911
40912  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
40913  
40914 \begin_inset Info
40915 type  "shortcut"
40916 arg   "paste"
40917 \end_inset
40918
40919 )
40920 \end_layout
40921
40922 \begin_layout Standard
40923 \begin_inset listings
40924 lstparams "language=Python,mathescape=true"
40925 inline false
40926 status open
40927
40928 \begin_layout Plain Layout
40929
40930 \begin_inset Caption Standard
40931
40932 \begin_layout Plain Layout
40933 Exemple de listing flottant contenant une formule
40934 \end_layout
40935
40936 \end_inset
40937
40938 # Exemple de listing flottant
40939 \end_layout
40940
40941 \begin_layout Plain Layout
40942
40943 def func(param):
40944 \end_layout
40945
40946 \begin_layout Plain Layout
40947
40948     # $
40949 \backslash
40950 prod_{n=1}^{
40951 \backslash
40952 infty}
40953 \backslash
40954 ,
40955 \backslash
40956 frac{1}{x^{2}}$
40957 \end_layout
40958
40959 \begin_layout Plain Layout
40960
40961     pass
40962 \end_layout
40963
40964 \end_inset
40965
40966
40967 \end_layout
40968
40969 \begin_layout Standard
40970 \begin_inset VSpace bigskip
40971 \end_inset
40972
40973
40974 \end_layout
40975
40976 \begin_layout Standard
40977 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
40978  de dialogue 
40979 \family sans
40980 Document\SpecialChar menuseparator
40981 Paramètres\SpecialChar menuseparator
40982 Listings
40983 \family default
40984 .
40985  Pour avoir la liste des options disponibles, tapez un point d'interrogation
40986  
40987 \begin_inset Quotes fld
40988 \end_inset
40989
40990 ?
40991 \begin_inset Quotes frd
40992 \end_inset
40993
40994  dans le champ.
40995 \end_layout
40996
40997 \begin_layout Standard
40998 Pour plus d'information sur le paquetage 
40999 \series bold
41000 listings
41001 \series default
41002 , nous vous renvoyons à sa documentation 
41003 \begin_inset CommandInset citation
41004 LatexCommand cite
41005 key "listings"
41006
41007 \end_inset
41008
41009 .
41010 \end_layout
41011
41012 \begin_layout Standard
41013 \begin_inset Newpage newpage
41014 \end_inset
41015
41016
41017 \end_layout
41018
41019 \begin_layout Chapter
41020 \start_of_appendix
41021 Unités de longueur utilisables avec \SpecialChar LyX
41022
41023 \begin_inset Argument 1
41024 status collapsed
41025
41026 \begin_layout Plain Layout
41027 Unités de longueur
41028 \end_layout
41029
41030 \end_inset
41031
41032
41033 \begin_inset Index idx
41034 status collapsed
41035
41036 \begin_layout Plain Layout
41037 Unités
41038 \end_layout
41039
41040 \end_inset
41041
41042
41043 \begin_inset CommandInset label
41044 LatexCommand label
41045 name "cha:Unités-de-longueur"
41046
41047 \end_inset
41048
41049
41050 \end_layout
41051
41052 \begin_layout Standard
41053 Pour comprendre les unités de longueur utilisées dans cette documentation,
41054  le tableau
41055 \begin_inset space ~
41056 \end_inset
41057
41058
41059 \begin_inset CommandInset ref
41060 LatexCommand ref
41061 reference "tab:Unités"
41062
41063 \end_inset
41064
41065 décrit les unités utilisées par \SpecialChar LyX
41066 .
41067 \begin_inset Float table
41068 placement h
41069 wide false
41070 sideways false
41071 status open
41072
41073 \begin_layout Plain Layout
41074 \begin_inset Caption Standard
41075
41076 \begin_layout Plain Layout
41077 \begin_inset CommandInset label
41078 LatexCommand label
41079 name "tab:Unités"
41080
41081 \end_inset
41082
41083 Unités de longueur
41084 \end_layout
41085
41086 \end_inset
41087
41088
41089 \end_layout
41090
41091 \begin_layout Plain Layout
41092 \begin_inset VSpace medskip
41093 \end_inset
41094
41095
41096 \end_layout
41097
41098 \begin_layout Plain Layout
41099 \align center
41100 \begin_inset Tabular
41101 <lyxtabular version="3" rows="20" columns="3">
41102 <features tabularvalignment="middle">
41103 <column alignment="center" valignment="top">
41104 <column alignment="center" valignment="top">
41105 <column alignment="center" valignment="top">
41106 <row>
41107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41108 \begin_inset Text
41109
41110 \begin_layout Plain Layout
41111 unité
41112 \end_layout
41113
41114 \end_inset
41115 </cell>
41116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41117 \begin_inset Text
41118
41119 \begin_layout Plain Layout
41120 nom/description
41121 \end_layout
41122
41123 \end_inset
41124 </cell>
41125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41126 \begin_inset Text
41127
41128 \begin_layout Plain Layout
41129 commande \SpecialChar LaTeX
41130
41131 \end_layout
41132
41133 \end_inset
41134 </cell>
41135 </row>
41136 <row>
41137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41138 \begin_inset Text
41139
41140 \begin_layout Plain Layout
41141 mm
41142 \end_layout
41143
41144 \end_inset
41145 </cell>
41146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41147 \begin_inset Text
41148
41149 \begin_layout Plain Layout
41150 millimètre
41151 \end_layout
41152
41153 \end_inset
41154 </cell>
41155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41156 \begin_inset Text
41157
41158 \begin_layout Plain Layout
41159 -
41160 \end_layout
41161
41162 \end_inset
41163 </cell>
41164 </row>
41165 <row>
41166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41167 \begin_inset Text
41168
41169 \begin_layout Plain Layout
41170 cm
41171 \end_layout
41172
41173 \end_inset
41174 </cell>
41175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41176 \begin_inset Text
41177
41178 \begin_layout Plain Layout
41179 centimètre
41180 \end_layout
41181
41182 \end_inset
41183 </cell>
41184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41185 \begin_inset Text
41186
41187 \begin_layout Plain Layout
41188 -
41189 \end_layout
41190
41191 \end_inset
41192 </cell>
41193 </row>
41194 <row>
41195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41196 \begin_inset Text
41197
41198 \begin_layout Plain Layout
41199 in
41200 \end_layout
41201
41202 \end_inset
41203 </cell>
41204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41205 \begin_inset Text
41206
41207 \begin_layout Plain Layout
41208 pouce (inch)
41209 \end_layout
41210
41211 \end_inset
41212 </cell>
41213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41214 \begin_inset Text
41215
41216 \begin_layout Plain Layout
41217 -
41218 \end_layout
41219
41220 \end_inset
41221 </cell>
41222 </row>
41223 <row>
41224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41225 \begin_inset Text
41226
41227 \begin_layout Plain Layout
41228 pt
41229 \end_layout
41230
41231 \end_inset
41232 </cell>
41233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41234 \begin_inset Text
41235
41236 \begin_layout Plain Layout
41237 point (72.27
41238 \begin_inset space \thinspace{}
41239 \end_inset
41240
41241 pt = 1
41242 \begin_inset space \thinspace{}
41243 \end_inset
41244
41245 in)
41246 \end_layout
41247
41248 \end_inset
41249 </cell>
41250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41251 \begin_inset Text
41252
41253 \begin_layout Plain Layout
41254 -
41255 \end_layout
41256
41257 \end_inset
41258 </cell>
41259 </row>
41260 <row>
41261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41262 \begin_inset Text
41263
41264 \begin_layout Plain Layout
41265 pc
41266 \end_layout
41267
41268 \end_inset
41269 </cell>
41270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41271 \begin_inset Text
41272
41273 \begin_layout Plain Layout
41274 pica (1
41275 \begin_inset space \thinspace{}
41276 \end_inset
41277
41278 pc = 12
41279 \begin_inset space \thinspace{}
41280 \end_inset
41281
41282 pt)
41283 \end_layout
41284
41285 \end_inset
41286 </cell>
41287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41288 \begin_inset Text
41289
41290 \begin_layout Plain Layout
41291 -
41292 \end_layout
41293
41294 \end_inset
41295 </cell>
41296 </row>
41297 <row>
41298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41299 \begin_inset Text
41300
41301 \begin_layout Plain Layout
41302 sp
41303 \end_layout
41304
41305 \end_inset
41306 </cell>
41307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41308 \begin_inset Text
41309
41310 \begin_layout Plain Layout
41311 scaled point (65536
41312 \begin_inset space \thinspace{}
41313 \end_inset
41314
41315 sp = 1
41316 \begin_inset space \thinspace{}
41317 \end_inset
41318
41319 pt)
41320 \end_layout
41321
41322 \end_inset
41323 </cell>
41324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41325 \begin_inset Text
41326
41327 \begin_layout Plain Layout
41328 -
41329 \end_layout
41330
41331 \end_inset
41332 </cell>
41333 </row>
41334 <row>
41335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41336 \begin_inset Text
41337
41338 \begin_layout Plain Layout
41339 bp
41340 \end_layout
41341
41342 \end_inset
41343 </cell>
41344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41345 \begin_inset Text
41346
41347 \begin_layout Plain Layout
41348 gros point (72
41349 \begin_inset space \thinspace{}
41350 \end_inset
41351
41352 bp = 1
41353 \begin_inset space \thinspace{}
41354 \end_inset
41355
41356 in)
41357 \end_layout
41358
41359 \end_inset
41360 </cell>
41361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41362 \begin_inset Text
41363
41364 \begin_layout Plain Layout
41365 -
41366 \end_layout
41367
41368 \end_inset
41369 </cell>
41370 </row>
41371 <row>
41372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41373 \begin_inset Text
41374
41375 \begin_layout Plain Layout
41376 dd
41377 \end_layout
41378
41379 \end_inset
41380 </cell>
41381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41382 \begin_inset Text
41383
41384 \begin_layout Plain Layout
41385 didot (72
41386 \begin_inset space \thinspace{}
41387 \end_inset
41388
41389 dd 
41390 \begin_inset Formula $\approx$
41391 \end_inset
41392
41393  37.6
41394 \begin_inset space \thinspace{}
41395 \end_inset
41396
41397 mm)
41398 \end_layout
41399
41400 \end_inset
41401 </cell>
41402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41403 \begin_inset Text
41404
41405 \begin_layout Plain Layout
41406 -
41407 \end_layout
41408
41409 \end_inset
41410 </cell>
41411 </row>
41412 <row>
41413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41414 \begin_inset Text
41415
41416 \begin_layout Plain Layout
41417 cc
41418 \end_layout
41419
41420 \end_inset
41421 </cell>
41422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41423 \begin_inset Text
41424
41425 \begin_layout Plain Layout
41426 cicero (1
41427 \begin_inset space \thinspace{}
41428 \end_inset
41429
41430 cc = 12
41431 \begin_inset space \thinspace{}
41432 \end_inset
41433
41434 dd)
41435 \end_layout
41436
41437 \end_inset
41438 </cell>
41439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41440 \begin_inset Text
41441
41442 \begin_layout Plain Layout
41443 -
41444 \end_layout
41445
41446 \end_inset
41447 </cell>
41448 </row>
41449 <row>
41450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41451 \begin_inset Text
41452
41453 \begin_layout Plain Layout
41454 Échelle graphique %
41455 \end_layout
41456
41457 \end_inset
41458 </cell>
41459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41460 \begin_inset Text
41461
41462 \begin_layout Plain Layout
41463 % de largeur originale de l'image
41464 \end_layout
41465
41466 \end_inset
41467 </cell>
41468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41469 \begin_inset Text
41470
41471 \begin_layout Plain Layout
41472
41473 \end_layout
41474
41475 \end_inset
41476 </cell>
41477 </row>
41478 <row>
41479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41480 \begin_inset Text
41481
41482 \begin_layout Plain Layout
41483 Largeur texte %
41484 \end_layout
41485
41486 \end_inset
41487 </cell>
41488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41489 \begin_inset Text
41490
41491 \begin_layout Plain Layout
41492 % de largeur du texte
41493 \end_layout
41494
41495 \end_inset
41496 </cell>
41497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41498 \begin_inset Text
41499
41500 \begin_layout Plain Layout
41501
41502 \backslash
41503 textwidth
41504 \end_layout
41505
41506 \end_inset
41507 </cell>
41508 </row>
41509 <row>
41510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41511 \begin_inset Text
41512
41513 \begin_layout Plain Layout
41514 Largeur colonne %
41515 \end_layout
41516
41517 \end_inset
41518 </cell>
41519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41520 \begin_inset Text
41521
41522 \begin_layout Plain Layout
41523 % de largeur de la colonne
41524 \end_layout
41525
41526 \end_inset
41527 </cell>
41528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41529 \begin_inset Text
41530
41531 \begin_layout Plain Layout
41532
41533 \backslash
41534 columnwidth
41535 \end_layout
41536
41537 \end_inset
41538 </cell>
41539 </row>
41540 <row>
41541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41542 \begin_inset Text
41543
41544 \begin_layout Plain Layout
41545 Largeur page %
41546 \end_layout
41547
41548 \end_inset
41549 </cell>
41550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41551 \begin_inset Text
41552
41553 \begin_layout Plain Layout
41554 % de largeur du papier
41555 \end_layout
41556
41557 \end_inset
41558 </cell>
41559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41560 \begin_inset Text
41561
41562 \begin_layout Plain Layout
41563
41564 \backslash
41565 paperwidth
41566 \end_layout
41567
41568 \end_inset
41569 </cell>
41570 </row>
41571 <row>
41572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41573 \begin_inset Text
41574
41575 \begin_layout Plain Layout
41576 Largeur ligne %
41577 \end_layout
41578
41579 \end_inset
41580 </cell>
41581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41582 \begin_inset Text
41583
41584 \begin_layout Plain Layout
41585 % de largeur de la ligne
41586 \end_layout
41587
41588 \end_inset
41589 </cell>
41590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41591 \begin_inset Text
41592
41593 \begin_layout Plain Layout
41594
41595 \backslash
41596 linewidth
41597 \end_layout
41598
41599 \end_inset
41600 </cell>
41601 </row>
41602 <row>
41603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41604 \begin_inset Text
41605
41606 \begin_layout Plain Layout
41607 Hauteur texte %
41608 \end_layout
41609
41610 \end_inset
41611 </cell>
41612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41613 \begin_inset Text
41614
41615 \begin_layout Plain Layout
41616 % de hauteur du texte
41617 \end_layout
41618
41619 \end_inset
41620 </cell>
41621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41622 \begin_inset Text
41623
41624 \begin_layout Plain Layout
41625
41626 \backslash
41627 textheight
41628 \end_layout
41629
41630 \end_inset
41631 </cell>
41632 </row>
41633 <row>
41634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41635 \begin_inset Text
41636
41637 \begin_layout Plain Layout
41638 Hauteur page %
41639 \end_layout
41640
41641 \end_inset
41642 </cell>
41643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41644 \begin_inset Text
41645
41646 \begin_layout Plain Layout
41647 % de hauteur du papier
41648 \end_layout
41649
41650 \end_inset
41651 </cell>
41652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41653 \begin_inset Text
41654
41655 \begin_layout Plain Layout
41656
41657 \backslash
41658 paperheight
41659 \end_layout
41660
41661 \end_inset
41662 </cell>
41663 </row>
41664 <row>
41665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41666 \begin_inset Text
41667
41668 \begin_layout Plain Layout
41669 ex
41670 \end_layout
41671
41672 \end_inset
41673 </cell>
41674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41675 \begin_inset Text
41676
41677 \begin_layout Plain Layout
41678 hauteur de lettre 
41679 \emph on
41680 x
41681 \emph default
41682  dans police courante
41683 \end_layout
41684
41685 \end_inset
41686 </cell>
41687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41688 \begin_inset Text
41689
41690 \begin_layout Plain Layout
41691 -
41692 \end_layout
41693
41694 \end_inset
41695 </cell>
41696 </row>
41697 <row>
41698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41699 \begin_inset Text
41700
41701 \begin_layout Plain Layout
41702 em
41703 \end_layout
41704
41705 \end_inset
41706 </cell>
41707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41708 \begin_inset Text
41709
41710 \begin_layout Plain Layout
41711 largeur de lettre
41712 \emph on
41713  M
41714 \emph default
41715  dans police courante
41716 \end_layout
41717
41718 \end_inset
41719 </cell>
41720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41721 \begin_inset Text
41722
41723 \begin_layout Plain Layout
41724 -
41725 \end_layout
41726
41727 \end_inset
41728 </cell>
41729 </row>
41730 <row>
41731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41732 \begin_inset Text
41733
41734 \begin_layout Plain Layout
41735 mu
41736 \end_layout
41737
41738 \end_inset
41739 </cell>
41740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41741 \begin_inset Text
41742
41743 \begin_layout Plain Layout
41744 unité mathématique (1
41745 \begin_inset space \thinspace{}
41746 \end_inset
41747
41748 mu = 1/18
41749 \begin_inset space \thinspace{}
41750 \end_inset
41751
41752 em)
41753 \end_layout
41754
41755 \end_inset
41756 </cell>
41757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41758 \begin_inset Text
41759
41760 \begin_layout Plain Layout
41761 -
41762 \end_layout
41763
41764 \end_inset
41765 </cell>
41766 </row>
41767 </lyxtabular>
41768
41769 \end_inset
41770
41771
41772 \end_layout
41773
41774 \end_inset
41775
41776
41777 \end_layout
41778
41779 \begin_layout Chapter
41780 Formats des fichiers de sortie graphiques
41781 \begin_inset CommandInset label
41782 LatexCommand label
41783 name "cha:Formats-fichiers-graphiques"
41784
41785 \end_inset
41786
41787
41788 \end_layout
41789
41790 \begin_layout Section
41791 DVI
41792 \begin_inset Index idx
41793 status collapsed
41794
41795 \begin_layout Plain Layout
41796 Formats de Fichiers! DVI
41797 \end_layout
41798
41799 \end_inset
41800
41801
41802 \begin_inset Index idx
41803 status collapsed
41804
41805 \begin_layout Plain Layout
41806 DVI|see
41807 \begin_inset ERT
41808 status collapsed
41809
41810 \begin_layout Plain Layout
41811
41812 {
41813 \end_layout
41814
41815 \end_inset
41816
41817 Formats de Fichiers
41818 \begin_inset ERT
41819 status collapsed
41820
41821 \begin_layout Plain Layout
41822
41823 }
41824 \end_layout
41825
41826 \end_inset
41827
41828
41829 \end_layout
41830
41831 \end_inset
41832
41833
41834 \end_layout
41835
41836 \begin_layout Standard
41837 Ce type de fichiers a l'extension 
41838 \begin_inset Quotes fld
41839 \end_inset
41840
41841
41842 \family typewriter
41843 .dvi
41844 \family default
41845
41846 \begin_inset Quotes frd
41847 \end_inset
41848
41849 .
41850  Il est appelé 
41851 \emph on
41852 indépendant de l'appareil
41853 \emph default
41854  ou 
41855 \begin_inset Quotes fld
41856 \end_inset
41857
41858 device independent (DVI)
41859 \begin_inset Quotes frd
41860 \end_inset
41861
41862 , car il est complètement portable ; vous pouvez les recopier d'une machine
41863  à l'autre sans avoir à faire de conversion.
41864  À l'époque où ce format a été développé, c'était loin d'être évident.
41865  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
41866  étape préliminaire avant la conversion vers un autre format comme le PostScript.
41867 \end_layout
41868
41869 \begin_layout Standard
41870 \begin_inset Note Greyedout
41871 status open
41872
41873 \begin_layout Plain Layout
41874
41875 \series bold
41876 Note:
41877 \series default
41878  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
41879  au fichier.
41880  
41881 \end_layout
41882
41883 \end_inset
41884
41885  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
41886  
41887 \family typewriter
41888 .dvi
41889 \family default
41890 .
41891  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
41892 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
41893  pour les rendre visibles quand vous faites défiler votre document.
41894  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
41895  avec de nombreuses images.
41896 \end_layout
41897
41898 \begin_layout Standard
41899 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
41900  menu 
41901 \family sans
41902 Fichier\SpecialChar menuseparator
41903 Exporter\SpecialChar menuseparator
41904 DVI.
41905
41906 \family default
41907  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
41908 \family sans
41909 Visualiser
41910 \family default
41911 .
41912 \end_layout
41913
41914 \begin_layout Section
41915 PostScript
41916 \begin_inset Index idx
41917 status collapsed
41918
41919 \begin_layout Plain Layout
41920 Formats de Fichiers ! PostScript
41921 \end_layout
41922
41923 \end_inset
41924
41925
41926 \begin_inset Index idx
41927 status collapsed
41928
41929 \begin_layout Plain Layout
41930 PostScript|see
41931 \begin_inset ERT
41932 status collapsed
41933
41934 \begin_layout Plain Layout
41935
41936 {
41937 \end_layout
41938
41939 \end_inset
41940
41941 Formats de Fichiers
41942 \begin_inset ERT
41943 status collapsed
41944
41945 \begin_layout Plain Layout
41946
41947 }
41948 \end_layout
41949
41950 \end_inset
41951
41952
41953 \end_layout
41954
41955 \end_inset
41956
41957
41958 \end_layout
41959
41960 \begin_layout Standard
41961 Ce type de fichiers a l'extension 
41962 \begin_inset Quotes fld
41963 \end_inset
41964
41965
41966 \family typewriter
41967 .ps
41968 \family default
41969
41970 \begin_inset Quotes frd
41971 \end_inset
41972
41973 .
41974  PostScript a été développé par la société 
41975 \series bold
41976 Adobe
41977 \series default
41978  comme un langage pour les imprimantes.
41979  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
41980  pour imprimer le document.
41981  PostScript peut être considéré comme un 
41982 \begin_inset Quotes fld
41983 \end_inset
41984
41985 langage de programmation
41986 \begin_inset Quotes frd
41987 \end_inset
41988
41989  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
41990  images.
41991 \begin_inset Foot
41992 status collapsed
41993
41994 \begin_layout Plain Layout
41995 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
41996  \SpecialChar LaTeX
41997  
41998 \series bold
41999 pstricks
42000 \series default
42001
42002 \begin_inset CommandInset citation
42003 LatexCommand cite
42004 key "pstricks"
42005
42006 \end_inset
42007
42008 .
42009 \end_layout
42010
42011 \end_inset
42012
42013  En partie à cause de toutes ces possibilités un fichier PostScript est
42014  souvent plus gros qu'un PDF.
42015 \end_layout
42016
42017 \begin_layout Standard
42018 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
42019  plus gros qu'un PDF.
42020 \end_layout
42021
42022 \begin_layout Standard
42023 PostScript ne peut contenir que des images au format 
42024 \begin_inset Quotes fld
42025 \end_inset
42026
42027 PostScript Encapsulé
42028 \begin_inset Quotes frd
42029 \end_inset
42030
42031  (encapsulated PostScript ou EPS, d'extension 
42032 \family typewriter
42033 .eps
42034 \family default
42035 ).
42036  Comme \SpecialChar LyX
42037  vous permet n'importe quel format d'image connu dans votre document,
42038  il doit les convertir en interne en EPS.
42039  Si vous avez par exemple 50 images dans votre document, \SpecialChar LyX
42040  doit faire 50
42041  conversions à chaque fois que vous visualisez ou que vous exportez votre
42042  document.
42043  Cela risque de ralentir de façon importante votre rythme de travail.
42044  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
42045  vos images directement en EPS pour éviter ce problème.
42046 \end_layout
42047
42048 \begin_layout Standard
42049 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
42050  le menu 
42051 \family sans
42052 Fichier\SpecialChar menuseparator
42053 Exporter\SpecialChar menuseparator
42054 PostScript.
42055
42056 \family default
42057  Vous pouvez visionner votre document sous forme PostScript grâce au menu
42058  
42059 \family sans
42060 Visualiser
42061 \family default
42062 .
42063 \end_layout
42064
42065 \begin_layout Section
42066 PDF
42067 \begin_inset Index idx
42068 status collapsed
42069
42070 \begin_layout Plain Layout
42071 Formats de Fichiers ! PDF
42072 \end_layout
42073
42074 \end_inset
42075
42076
42077 \begin_inset Index idx
42078 status collapsed
42079
42080 \begin_layout Plain Layout
42081 PDF
42082 \end_layout
42083
42084 \end_inset
42085
42086
42087 \end_layout
42088
42089 \begin_layout Standard
42090 Ce type de fichiers a l'extension 
42091 \begin_inset Quotes fld
42092 \end_inset
42093
42094
42095 \family typewriter
42096 .pdf
42097 \family default
42098
42099 \begin_inset Quotes frd
42100 \end_inset
42101
42102 .
42103  Ce 
42104 \begin_inset Quotes fld
42105 \end_inset
42106
42107 format de document portable
42108 \begin_inset Quotes frd
42109 \end_inset
42110
42111  (portable document format ou PDF) est développé par 
42112 \family typewriter
42113 Adobe
42114 \family default
42115  comme une évolution de PostScript.
42116  Il est plus comprimé et utilise moins de commandes que PostScript.
42117  Comme son nom l'indique, il est 
42118 \begin_inset Quotes fld
42119 \end_inset
42120
42121 portable
42122 \begin_inset Quotes frd
42123 \end_inset
42124
42125  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
42126  aura exactement le même aspect.
42127 \end_layout
42128
42129 \begin_layout Standard
42130 PDF peut contenir des images dans son propre format PDF et dans les formats
42131  JPG (format du 
42132 \begin_inset Quotes fld
42133 \end_inset
42134
42135 Joint Photographic Expert Group
42136 \begin_inset Quotes frd
42137 \end_inset
42138
42139  avec comme extension 
42140 \family typewriter
42141 .jpg
42142 \family default
42143  ou 
42144 \family typewriter
42145 .jpeg
42146 \family default
42147 ) et PNG (
42148 \begin_inset Quotes fld
42149 \end_inset
42150
42151 Portable Network Graphics
42152 \begin_inset Quotes frd
42153 \end_inset
42154
42155  avec l'extension 
42156 \family typewriter
42157 .png
42158 \family default
42159 ).
42160  Vous pouvez quand même utiliser d'autres formats puisque \SpecialChar LyX
42161  les convertit
42162  dans un de ces formats.
42163  Mais comme il est dit dans la section sur PostScript, les conversions d'images
42164  vont ralentir votre travail.
42165  Nous recommandons donc l'utilisation de l'un des trois formats cités.
42166 \end_layout
42167
42168 \begin_layout Standard
42169 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
42170  menu 
42171 \family sans
42172 Fichier\SpecialChar menuseparator
42173 Exporter 
42174 \family default
42175 de trois façons différentes:
42176 \end_layout
42177
42178 \begin_layout Description
42179 PDF
42180 \begin_inset space ~
42181 \end_inset
42182
42183 (ps2pdf) Ceci utilise le programme 
42184 \family typewriter
42185 ps2pdf
42186 \family default
42187  qui créé un PDF à partir de la version PostScript de votre fichier.
42188  Cette dernière est produite par le programme 
42189 \family typewriter
42190 dvips
42191 \family default
42192  qui utilise une version DVI comme étape intermédiaire.
42193  Cette variante consiste donc en trois conversions.
42194 \end_layout
42195
42196 \begin_layout Description
42197 PDF
42198 \begin_inset space ~
42199 \end_inset
42200
42201 (dvipdfm) Ceci utilise le programme 
42202 \family typewriter
42203 dvipdfm
42204 \family default
42205  qui convertit votre fichier en DVI avant de le convertir en PDF.
42206 \end_layout
42207
42208 \begin_layout Description
42209 PDF
42210 \begin_inset space ~
42211 \end_inset
42212
42213 (pdflatex) Ceci utilise le programme 
42214 \family typewriter
42215 pdftex
42216 \family default
42217  qui convertit directement votre fichier en PDF.
42218 \end_layout
42219
42220 \begin_layout Standard
42221 Nous recommandons d'utiliser l'option 
42222 \family sans
42223 PDF
42224 \begin_inset space ~
42225 \end_inset
42226
42227 (pdflatex)
42228 \family default
42229  car 
42230 \family typewriter
42231 pdftex
42232 \family default
42233  accepte toutes les fonctionnalités des versions actuelles de PDF.
42234  Il est en plus rapide et stable.
42235  Le programme 
42236 \family typewriter
42237 dvipdfm
42238 \family default
42239  n'est plus développé est est donc un peu dépassé.
42240 \end_layout
42241
42242 \begin_layout Standard
42243 Vous pouvez visionner votre document sous forme PDF grâce au menu 
42244 \family sans
42245 Visualiser
42246 \family default
42247  ou en utilisant un bouton de la barre d'outils.
42248 \end_layout
42249
42250 \begin_layout Chapter
42251 Liste de noms de couleur pour dvips
42252 \begin_inset CommandInset label
42253 LatexCommand label
42254 name "chap:Liste-de-noms-de-couleur-dvips"
42255
42256 \end_inset
42257
42258
42259 \end_layout
42260
42261 \begin_layout Standard
42262 \begin_inset Tabular
42263 <lyxtabular version="3" rows="17" columns="4">
42264 <features tabularvalignment="middle">
42265 <column alignment="left" valignment="top" width="0pt">
42266 <column alignment="left" valignment="top" width="0pt">
42267 <column alignment="left" valignment="top" width="0pt">
42268 <column alignment="left" valignment="top" width="0pt">
42269 <row>
42270 <cell alignment="left" valignment="top" usebox="none">
42271 \begin_inset Text
42272
42273 \begin_layout Plain Layout
42274 \begin_inset ERT
42275 status collapsed
42276
42277 \begin_layout Plain Layout
42278
42279
42280 \backslash
42281 fcolorbox{black}{
42282 \end_layout
42283
42284 \end_inset
42285
42286 white
42287 \begin_inset ERT
42288 status collapsed
42289
42290 \begin_layout Plain Layout
42291
42292 }{
42293 \end_layout
42294
42295 \end_inset
42296
42297 Couleur
42298 \begin_inset ERT
42299 status collapsed
42300
42301 \begin_layout Plain Layout
42302
42303 }
42304 \end_layout
42305
42306 \end_inset
42307
42308  Nom
42309 \end_layout
42310
42311 \end_inset
42312 </cell>
42313 <cell alignment="left" valignment="top" usebox="none">
42314 \begin_inset Text
42315
42316 \begin_layout Plain Layout
42317 \begin_inset ERT
42318 status collapsed
42319
42320 \begin_layout Plain Layout
42321
42322
42323 \backslash
42324 fcolorbox{black}{
42325 \end_layout
42326
42327 \end_inset
42328
42329 white
42330 \begin_inset ERT
42331 status collapsed
42332
42333 \begin_layout Plain Layout
42334
42335 }{
42336 \end_layout
42337
42338 \end_inset
42339
42340 Couleur
42341 \begin_inset ERT
42342 status collapsed
42343
42344 \begin_layout Plain Layout
42345
42346 }
42347 \end_layout
42348
42349 \end_inset
42350
42351  Nom
42352 \end_layout
42353
42354 \end_inset
42355 </cell>
42356 <cell alignment="left" valignment="top" usebox="none">
42357 \begin_inset Text
42358
42359 \begin_layout Plain Layout
42360 \begin_inset ERT
42361 status collapsed
42362
42363 \begin_layout Plain Layout
42364
42365
42366 \backslash
42367 fcolorbox{black}{
42368 \end_layout
42369
42370 \end_inset
42371
42372 white
42373 \begin_inset ERT
42374 status collapsed
42375
42376 \begin_layout Plain Layout
42377
42378 }{
42379 \end_layout
42380
42381 \end_inset
42382
42383 Couleur
42384 \begin_inset ERT
42385 status collapsed
42386
42387 \begin_layout Plain Layout
42388
42389 }
42390 \end_layout
42391
42392 \end_inset
42393
42394  Nom
42395 \end_layout
42396
42397 \end_inset
42398 </cell>
42399 <cell alignment="left" valignment="top" usebox="none">
42400 \begin_inset Text
42401
42402 \begin_layout Plain Layout
42403 \begin_inset ERT
42404 status collapsed
42405
42406 \begin_layout Plain Layout
42407
42408
42409 \backslash
42410 fcolorbox{black}{
42411 \end_layout
42412
42413 \end_inset
42414
42415 white
42416 \begin_inset ERT
42417 status collapsed
42418
42419 \begin_layout Plain Layout
42420
42421 }{
42422 \end_layout
42423
42424 \end_inset
42425
42426 Couleur
42427 \begin_inset ERT
42428 status collapsed
42429
42430 \begin_layout Plain Layout
42431
42432 }
42433 \end_layout
42434
42435 \end_inset
42436
42437  Nom
42438 \end_layout
42439
42440 \end_inset
42441 </cell>
42442 </row>
42443 <row>
42444 <cell alignment="center" valignment="top" usebox="none">
42445 \begin_inset Text
42446
42447 \begin_layout Plain Layout
42448 \begin_inset ERT
42449 status collapsed
42450
42451 \begin_layout Plain Layout
42452
42453
42454 \backslash
42455 fcolorbox{black}{
42456 \end_layout
42457
42458 \end_inset
42459
42460 Apricot
42461 \begin_inset ERT
42462 status collapsed
42463
42464 \begin_layout Plain Layout
42465
42466 }{
42467 \end_layout
42468
42469 \end_inset
42470
42471
42472 \begin_inset Phantom Phantom
42473 status open
42474
42475 \begin_layout Plain Layout
42476 W
42477 \end_layout
42478
42479 \end_inset
42480
42481
42482 \begin_inset ERT
42483 status collapsed
42484
42485 \begin_layout Plain Layout
42486
42487 }
42488 \end_layout
42489
42490 \end_inset
42491
42492  Apricot
42493 \end_layout
42494
42495 \end_inset
42496 </cell>
42497 <cell alignment="center" valignment="top" usebox="none">
42498 \begin_inset Text
42499
42500 \begin_layout Plain Layout
42501 \begin_inset ERT
42502 status collapsed
42503
42504 \begin_layout Plain Layout
42505
42506
42507 \backslash
42508 fcolorbox{black}{
42509 \end_layout
42510
42511 \end_inset
42512
42513 Aquamarine
42514 \begin_inset ERT
42515 status collapsed
42516
42517 \begin_layout Plain Layout
42518
42519 }{
42520 \end_layout
42521
42522 \end_inset
42523
42524
42525 \begin_inset Phantom Phantom
42526 status open
42527
42528 \begin_layout Plain Layout
42529 W
42530 \end_layout
42531
42532 \end_inset
42533
42534
42535 \begin_inset ERT
42536 status collapsed
42537
42538 \begin_layout Plain Layout
42539
42540 }
42541 \end_layout
42542
42543 \end_inset
42544
42545  Aquamarine
42546 \end_layout
42547
42548 \end_inset
42549 </cell>
42550 <cell alignment="center" valignment="top" usebox="none">
42551 \begin_inset Text
42552
42553 \begin_layout Plain Layout
42554 \begin_inset ERT
42555 status collapsed
42556
42557 \begin_layout Plain Layout
42558
42559
42560 \backslash
42561 fcolorbox{black}{
42562 \end_layout
42563
42564 \end_inset
42565
42566 Bittersweet
42567 \begin_inset ERT
42568 status collapsed
42569
42570 \begin_layout Plain Layout
42571
42572 }{
42573 \end_layout
42574
42575 \end_inset
42576
42577
42578 \begin_inset Phantom Phantom
42579 status open
42580
42581 \begin_layout Plain Layout
42582 W
42583 \end_layout
42584
42585 \end_inset
42586
42587
42588 \begin_inset ERT
42589 status collapsed
42590
42591 \begin_layout Plain Layout
42592
42593 }
42594 \end_layout
42595
42596 \end_inset
42597
42598  Bittersweet
42599 \end_layout
42600
42601 \end_inset
42602 </cell>
42603 <cell alignment="center" valignment="top" usebox="none">
42604 \begin_inset Text
42605
42606 \begin_layout Plain Layout
42607 \begin_inset ERT
42608 status collapsed
42609
42610 \begin_layout Plain Layout
42611
42612
42613 \backslash
42614 fcolorbox{black}{
42615 \end_layout
42616
42617 \end_inset
42618
42619 BlueGreen
42620 \begin_inset ERT
42621 status collapsed
42622
42623 \begin_layout Plain Layout
42624
42625 }{
42626 \end_layout
42627
42628 \end_inset
42629
42630
42631 \begin_inset Phantom Phantom
42632 status open
42633
42634 \begin_layout Plain Layout
42635 W
42636 \end_layout
42637
42638 \end_inset
42639
42640
42641 \begin_inset ERT
42642 status collapsed
42643
42644 \begin_layout Plain Layout
42645
42646 }
42647 \end_layout
42648
42649 \end_inset
42650
42651  BlueGreen
42652 \end_layout
42653
42654 \end_inset
42655 </cell>
42656 </row>
42657 <row>
42658 <cell alignment="left" valignment="top" usebox="none">
42659 \begin_inset Text
42660
42661 \begin_layout Plain Layout
42662 \begin_inset ERT
42663 status collapsed
42664
42665 \begin_layout Plain Layout
42666
42667
42668 \backslash
42669 fcolorbox{black}{
42670 \end_layout
42671
42672 \end_inset
42673
42674 BlueViolet
42675 \begin_inset ERT
42676 status collapsed
42677
42678 \begin_layout Plain Layout
42679
42680 }{
42681 \end_layout
42682
42683 \end_inset
42684
42685
42686 \begin_inset Phantom Phantom
42687 status open
42688
42689 \begin_layout Plain Layout
42690 W
42691 \end_layout
42692
42693 \end_inset
42694
42695
42696 \begin_inset ERT
42697 status collapsed
42698
42699 \begin_layout Plain Layout
42700
42701 }
42702 \end_layout
42703
42704 \end_inset
42705
42706  BlueViolet
42707 \end_layout
42708
42709 \end_inset
42710 </cell>
42711 <cell alignment="left" valignment="top" usebox="none">
42712 \begin_inset Text
42713
42714 \begin_layout Plain Layout
42715 \begin_inset ERT
42716 status collapsed
42717
42718 \begin_layout Plain Layout
42719
42720
42721 \backslash
42722 fcolorbox{black}{
42723 \end_layout
42724
42725 \end_inset
42726
42727 BrickRed
42728 \begin_inset ERT
42729 status collapsed
42730
42731 \begin_layout Plain Layout
42732
42733 }{
42734 \end_layout
42735
42736 \end_inset
42737
42738
42739 \begin_inset Phantom Phantom
42740 status open
42741
42742 \begin_layout Plain Layout
42743 W
42744 \end_layout
42745
42746 \end_inset
42747
42748
42749 \begin_inset ERT
42750 status collapsed
42751
42752 \begin_layout Plain Layout
42753
42754 }
42755 \end_layout
42756
42757 \end_inset
42758
42759  BrickRed
42760 \end_layout
42761
42762 \end_inset
42763 </cell>
42764 <cell alignment="left" valignment="top" usebox="none">
42765 \begin_inset Text
42766
42767 \begin_layout Plain Layout
42768 \begin_inset ERT
42769 status collapsed
42770
42771 \begin_layout Plain Layout
42772
42773
42774 \backslash
42775 fcolorbox{black}{
42776 \end_layout
42777
42778 \end_inset
42779
42780 Brown
42781 \begin_inset ERT
42782 status collapsed
42783
42784 \begin_layout Plain Layout
42785
42786 }{
42787 \end_layout
42788
42789 \end_inset
42790
42791
42792 \begin_inset Phantom Phantom
42793 status open
42794
42795 \begin_layout Plain Layout
42796 W
42797 \end_layout
42798
42799 \end_inset
42800
42801
42802 \begin_inset ERT
42803 status collapsed
42804
42805 \begin_layout Plain Layout
42806
42807 }
42808 \end_layout
42809
42810 \end_inset
42811
42812  Brown
42813 \end_layout
42814
42815 \end_inset
42816 </cell>
42817 <cell alignment="left" valignment="top" usebox="none">
42818 \begin_inset Text
42819
42820 \begin_layout Plain Layout
42821 \begin_inset ERT
42822 status collapsed
42823
42824 \begin_layout Plain Layout
42825
42826
42827 \backslash
42828 fcolorbox{black}{
42829 \end_layout
42830
42831 \end_inset
42832
42833 BurntOrange
42834 \begin_inset ERT
42835 status collapsed
42836
42837 \begin_layout Plain Layout
42838
42839 }{
42840 \end_layout
42841
42842 \end_inset
42843
42844
42845 \begin_inset Phantom Phantom
42846 status open
42847
42848 \begin_layout Plain Layout
42849 W
42850 \end_layout
42851
42852 \end_inset
42853
42854
42855 \begin_inset ERT
42856 status collapsed
42857
42858 \begin_layout Plain Layout
42859
42860 }
42861 \end_layout
42862
42863 \end_inset
42864
42865  BurntOrange
42866 \end_layout
42867
42868 \end_inset
42869 </cell>
42870 </row>
42871 <row>
42872 <cell alignment="left" valignment="top" usebox="none">
42873 \begin_inset Text
42874
42875 \begin_layout Plain Layout
42876 \begin_inset ERT
42877 status collapsed
42878
42879 \begin_layout Plain Layout
42880
42881
42882 \backslash
42883 fcolorbox{black}{
42884 \end_layout
42885
42886 \end_inset
42887
42888 CadetBlue
42889 \begin_inset ERT
42890 status collapsed
42891
42892 \begin_layout Plain Layout
42893
42894 }{
42895 \end_layout
42896
42897 \end_inset
42898
42899
42900 \begin_inset Phantom Phantom
42901 status open
42902
42903 \begin_layout Plain Layout
42904 W
42905 \end_layout
42906
42907 \end_inset
42908
42909
42910 \begin_inset ERT
42911 status collapsed
42912
42913 \begin_layout Plain Layout
42914
42915 }
42916 \end_layout
42917
42918 \end_inset
42919
42920  CadetBlue
42921 \end_layout
42922
42923 \end_inset
42924 </cell>
42925 <cell alignment="left" valignment="top" usebox="none">
42926 \begin_inset Text
42927
42928 \begin_layout Plain Layout
42929 \begin_inset ERT
42930 status collapsed
42931
42932 \begin_layout Plain Layout
42933
42934
42935 \backslash
42936 fcolorbox{black}{
42937 \end_layout
42938
42939 \end_inset
42940
42941 CarnationPink
42942 \begin_inset ERT
42943 status collapsed
42944
42945 \begin_layout Plain Layout
42946
42947 }{
42948 \end_layout
42949
42950 \end_inset
42951
42952
42953 \begin_inset Phantom Phantom
42954 status open
42955
42956 \begin_layout Plain Layout
42957 W
42958 \end_layout
42959
42960 \end_inset
42961
42962
42963 \begin_inset ERT
42964 status collapsed
42965
42966 \begin_layout Plain Layout
42967
42968 }
42969 \end_layout
42970
42971 \end_inset
42972
42973  CarnationPink
42974 \end_layout
42975
42976 \end_inset
42977 </cell>
42978 <cell alignment="left" valignment="top" usebox="none">
42979 \begin_inset Text
42980
42981 \begin_layout Plain Layout
42982 \begin_inset ERT
42983 status collapsed
42984
42985 \begin_layout Plain Layout
42986
42987
42988 \backslash
42989 fcolorbox{black}{
42990 \end_layout
42991
42992 \end_inset
42993
42994 Cerulean
42995 \begin_inset ERT
42996 status collapsed
42997
42998 \begin_layout Plain Layout
42999
43000 }{
43001 \end_layout
43002
43003 \end_inset
43004
43005
43006 \begin_inset Phantom Phantom
43007 status open
43008
43009 \begin_layout Plain Layout
43010 W
43011 \end_layout
43012
43013 \end_inset
43014
43015
43016 \begin_inset ERT
43017 status collapsed
43018
43019 \begin_layout Plain Layout
43020
43021 }
43022 \end_layout
43023
43024 \end_inset
43025
43026  Cerulean
43027 \end_layout
43028
43029 \end_inset
43030 </cell>
43031 <cell alignment="left" valignment="top" usebox="none">
43032 \begin_inset Text
43033
43034 \begin_layout Plain Layout
43035 \begin_inset ERT
43036 status collapsed
43037
43038 \begin_layout Plain Layout
43039
43040
43041 \backslash
43042 fcolorbox{black}{
43043 \end_layout
43044
43045 \end_inset
43046
43047 CornflowerBlue
43048 \begin_inset ERT
43049 status collapsed
43050
43051 \begin_layout Plain Layout
43052
43053 }{
43054 \end_layout
43055
43056 \end_inset
43057
43058
43059 \begin_inset Phantom Phantom
43060 status open
43061
43062 \begin_layout Plain Layout
43063 W
43064 \end_layout
43065
43066 \end_inset
43067
43068
43069 \begin_inset ERT
43070 status collapsed
43071
43072 \begin_layout Plain Layout
43073
43074 }
43075 \end_layout
43076
43077 \end_inset
43078
43079  CornflowerBlue
43080 \end_layout
43081
43082 \end_inset
43083 </cell>
43084 </row>
43085 <row>
43086 <cell alignment="left" valignment="top" usebox="none">
43087 \begin_inset Text
43088
43089 \begin_layout Plain Layout
43090 \begin_inset ERT
43091 status collapsed
43092
43093 \begin_layout Plain Layout
43094
43095
43096 \backslash
43097 fcolorbox{black}{
43098 \end_layout
43099
43100 \end_inset
43101
43102 Dandelion
43103 \begin_inset ERT
43104 status collapsed
43105
43106 \begin_layout Plain Layout
43107
43108 }{
43109 \end_layout
43110
43111 \end_inset
43112
43113
43114 \begin_inset Phantom Phantom
43115 status open
43116
43117 \begin_layout Plain Layout
43118 W
43119 \end_layout
43120
43121 \end_inset
43122
43123
43124 \begin_inset ERT
43125 status collapsed
43126
43127 \begin_layout Plain Layout
43128
43129 }
43130 \end_layout
43131
43132 \end_inset
43133
43134  Dandelion
43135 \end_layout
43136
43137 \end_inset
43138 </cell>
43139 <cell alignment="left" valignment="top" usebox="none">
43140 \begin_inset Text
43141
43142 \begin_layout Plain Layout
43143 \begin_inset ERT
43144 status collapsed
43145
43146 \begin_layout Plain Layout
43147
43148
43149 \backslash
43150 fcolorbox{black}{
43151 \end_layout
43152
43153 \end_inset
43154
43155 DarkOrchid
43156 \begin_inset ERT
43157 status collapsed
43158
43159 \begin_layout Plain Layout
43160
43161 }{
43162 \end_layout
43163
43164 \end_inset
43165
43166
43167 \begin_inset Phantom Phantom
43168 status open
43169
43170 \begin_layout Plain Layout
43171 W
43172 \end_layout
43173
43174 \end_inset
43175
43176
43177 \begin_inset ERT
43178 status collapsed
43179
43180 \begin_layout Plain Layout
43181
43182 }
43183 \end_layout
43184
43185 \end_inset
43186
43187  DarkOrchid
43188 \end_layout
43189
43190 \end_inset
43191 </cell>
43192 <cell alignment="left" valignment="top" usebox="none">
43193 \begin_inset Text
43194
43195 \begin_layout Plain Layout
43196 \begin_inset ERT
43197 status collapsed
43198
43199 \begin_layout Plain Layout
43200
43201
43202 \backslash
43203 fcolorbox{black}{
43204 \end_layout
43205
43206 \end_inset
43207
43208 Emerald
43209 \begin_inset ERT
43210 status collapsed
43211
43212 \begin_layout Plain Layout
43213
43214 }{
43215 \end_layout
43216
43217 \end_inset
43218
43219
43220 \begin_inset Phantom Phantom
43221 status open
43222
43223 \begin_layout Plain Layout
43224 W
43225 \end_layout
43226
43227 \end_inset
43228
43229
43230 \begin_inset ERT
43231 status collapsed
43232
43233 \begin_layout Plain Layout
43234
43235 }
43236 \end_layout
43237
43238 \end_inset
43239
43240  Emerald
43241 \end_layout
43242
43243 \end_inset
43244 </cell>
43245 <cell alignment="left" valignment="top" usebox="none">
43246 \begin_inset Text
43247
43248 \begin_layout Plain Layout
43249 \begin_inset ERT
43250 status collapsed
43251
43252 \begin_layout Plain Layout
43253
43254
43255 \backslash
43256 fcolorbox{black}{
43257 \end_layout
43258
43259 \end_inset
43260
43261 ForestGreen
43262 \begin_inset ERT
43263 status collapsed
43264
43265 \begin_layout Plain Layout
43266
43267 }{
43268 \end_layout
43269
43270 \end_inset
43271
43272
43273 \begin_inset Phantom Phantom
43274 status open
43275
43276 \begin_layout Plain Layout
43277 W
43278 \end_layout
43279
43280 \end_inset
43281
43282
43283 \begin_inset ERT
43284 status collapsed
43285
43286 \begin_layout Plain Layout
43287
43288 }
43289 \end_layout
43290
43291 \end_inset
43292
43293  ForestGreen
43294 \end_layout
43295
43296 \end_inset
43297 </cell>
43298 </row>
43299 <row>
43300 <cell alignment="left" valignment="top" usebox="none">
43301 \begin_inset Text
43302
43303 \begin_layout Plain Layout
43304 \begin_inset ERT
43305 status collapsed
43306
43307 \begin_layout Plain Layout
43308
43309
43310 \backslash
43311 fcolorbox{black}{
43312 \end_layout
43313
43314 \end_inset
43315
43316 Fuchsia
43317 \begin_inset ERT
43318 status collapsed
43319
43320 \begin_layout Plain Layout
43321
43322 }{
43323 \end_layout
43324
43325 \end_inset
43326
43327
43328 \begin_inset Phantom Phantom
43329 status open
43330
43331 \begin_layout Plain Layout
43332 W
43333 \end_layout
43334
43335 \end_inset
43336
43337
43338 \begin_inset ERT
43339 status collapsed
43340
43341 \begin_layout Plain Layout
43342
43343 }
43344 \end_layout
43345
43346 \end_inset
43347
43348  Fuchsia
43349 \end_layout
43350
43351 \end_inset
43352 </cell>
43353 <cell alignment="left" valignment="top" usebox="none">
43354 \begin_inset Text
43355
43356 \begin_layout Plain Layout
43357 \begin_inset ERT
43358 status collapsed
43359
43360 \begin_layout Plain Layout
43361
43362
43363 \backslash
43364 fcolorbox{black}{
43365 \end_layout
43366
43367 \end_inset
43368
43369 Goldenrod
43370 \begin_inset ERT
43371 status collapsed
43372
43373 \begin_layout Plain Layout
43374
43375 }{
43376 \end_layout
43377
43378 \end_inset
43379
43380
43381 \begin_inset Phantom Phantom
43382 status open
43383
43384 \begin_layout Plain Layout
43385 W
43386 \end_layout
43387
43388 \end_inset
43389
43390
43391 \begin_inset ERT
43392 status collapsed
43393
43394 \begin_layout Plain Layout
43395
43396 }
43397 \end_layout
43398
43399 \end_inset
43400
43401  Goldenrod
43402 \end_layout
43403
43404 \end_inset
43405 </cell>
43406 <cell alignment="left" valignment="top" usebox="none">
43407 \begin_inset Text
43408
43409 \begin_layout Plain Layout
43410 \begin_inset ERT
43411 status collapsed
43412
43413 \begin_layout Plain Layout
43414
43415
43416 \backslash
43417 fcolorbox{black}{
43418 \end_layout
43419
43420 \end_inset
43421
43422 Gray
43423 \begin_inset ERT
43424 status collapsed
43425
43426 \begin_layout Plain Layout
43427
43428 }{
43429 \end_layout
43430
43431 \end_inset
43432
43433
43434 \begin_inset Phantom Phantom
43435 status open
43436
43437 \begin_layout Plain Layout
43438 W
43439 \end_layout
43440
43441 \end_inset
43442
43443
43444 \begin_inset ERT
43445 status collapsed
43446
43447 \begin_layout Plain Layout
43448
43449 }
43450 \end_layout
43451
43452 \end_inset
43453
43454  Gray
43455 \end_layout
43456
43457 \end_inset
43458 </cell>
43459 <cell alignment="left" valignment="top" usebox="none">
43460 \begin_inset Text
43461
43462 \begin_layout Plain Layout
43463 \begin_inset ERT
43464 status collapsed
43465
43466 \begin_layout Plain Layout
43467
43468
43469 \backslash
43470 fcolorbox{black}{
43471 \end_layout
43472
43473 \end_inset
43474
43475 GreenYellow
43476 \begin_inset ERT
43477 status collapsed
43478
43479 \begin_layout Plain Layout
43480
43481 }{
43482 \end_layout
43483
43484 \end_inset
43485
43486
43487 \begin_inset Phantom Phantom
43488 status open
43489
43490 \begin_layout Plain Layout
43491 W
43492 \end_layout
43493
43494 \end_inset
43495
43496
43497 \begin_inset ERT
43498 status collapsed
43499
43500 \begin_layout Plain Layout
43501
43502 }
43503 \end_layout
43504
43505 \end_inset
43506
43507  GreenYellow
43508 \end_layout
43509
43510 \end_inset
43511 </cell>
43512 </row>
43513 <row>
43514 <cell alignment="center" valignment="top" usebox="none">
43515 \begin_inset Text
43516
43517 \begin_layout Plain Layout
43518 \begin_inset ERT
43519 status collapsed
43520
43521 \begin_layout Plain Layout
43522
43523
43524 \backslash
43525 fcolorbox{black}{
43526 \end_layout
43527
43528 \end_inset
43529
43530 JungleGreen
43531 \begin_inset ERT
43532 status collapsed
43533
43534 \begin_layout Plain Layout
43535
43536 }{
43537 \end_layout
43538
43539 \end_inset
43540
43541
43542 \begin_inset Phantom Phantom
43543 status open
43544
43545 \begin_layout Plain Layout
43546 W
43547 \end_layout
43548
43549 \end_inset
43550
43551
43552 \begin_inset ERT
43553 status collapsed
43554
43555 \begin_layout Plain Layout
43556
43557 }
43558 \end_layout
43559
43560 \end_inset
43561
43562  JungleGreen
43563 \end_layout
43564
43565 \end_inset
43566 </cell>
43567 <cell alignment="center" valignment="top" usebox="none">
43568 \begin_inset Text
43569
43570 \begin_layout Plain Layout
43571 \begin_inset ERT
43572 status collapsed
43573
43574 \begin_layout Plain Layout
43575
43576
43577 \backslash
43578 fcolorbox{black}{
43579 \end_layout
43580
43581 \end_inset
43582
43583 Lavender
43584 \begin_inset ERT
43585 status collapsed
43586
43587 \begin_layout Plain Layout
43588
43589 }{
43590 \end_layout
43591
43592 \end_inset
43593
43594
43595 \begin_inset Phantom Phantom
43596 status open
43597
43598 \begin_layout Plain Layout
43599 W
43600 \end_layout
43601
43602 \end_inset
43603
43604
43605 \begin_inset ERT
43606 status collapsed
43607
43608 \begin_layout Plain Layout
43609
43610 }
43611 \end_layout
43612
43613 \end_inset
43614
43615  Lavender
43616 \end_layout
43617
43618 \end_inset
43619 </cell>
43620 <cell alignment="center" valignment="top" usebox="none">
43621 \begin_inset Text
43622
43623 \begin_layout Plain Layout
43624 \begin_inset ERT
43625 status collapsed
43626
43627 \begin_layout Plain Layout
43628
43629
43630 \backslash
43631 fcolorbox{black}{
43632 \end_layout
43633
43634 \end_inset
43635
43636 LimeGreen
43637 \begin_inset ERT
43638 status collapsed
43639
43640 \begin_layout Plain Layout
43641
43642 }{
43643 \end_layout
43644
43645 \end_inset
43646
43647
43648 \begin_inset Phantom Phantom
43649 status open
43650
43651 \begin_layout Plain Layout
43652 W
43653 \end_layout
43654
43655 \end_inset
43656
43657
43658 \begin_inset ERT
43659 status collapsed
43660
43661 \begin_layout Plain Layout
43662
43663 }
43664 \end_layout
43665
43666 \end_inset
43667
43668  LimeGreen
43669 \end_layout
43670
43671 \end_inset
43672 </cell>
43673 <cell alignment="center" valignment="top" usebox="none">
43674 \begin_inset Text
43675
43676 \begin_layout Plain Layout
43677 \begin_inset ERT
43678 status collapsed
43679
43680 \begin_layout Plain Layout
43681
43682
43683 \backslash
43684 fcolorbox{black}{
43685 \end_layout
43686
43687 \end_inset
43688
43689 Mahogany
43690 \begin_inset ERT
43691 status collapsed
43692
43693 \begin_layout Plain Layout
43694
43695 }{
43696 \end_layout
43697
43698 \end_inset
43699
43700
43701 \begin_inset Phantom Phantom
43702 status open
43703
43704 \begin_layout Plain Layout
43705 W
43706 \end_layout
43707
43708 \end_inset
43709
43710
43711 \begin_inset ERT
43712 status collapsed
43713
43714 \begin_layout Plain Layout
43715
43716 }
43717 \end_layout
43718
43719 \end_inset
43720
43721  Mahogany
43722 \end_layout
43723
43724 \end_inset
43725 </cell>
43726 </row>
43727 <row>
43728 <cell alignment="left" valignment="top" usebox="none">
43729 \begin_inset Text
43730
43731 \begin_layout Plain Layout
43732 \begin_inset ERT
43733 status collapsed
43734
43735 \begin_layout Plain Layout
43736
43737
43738 \backslash
43739 fcolorbox{black}{
43740 \end_layout
43741
43742 \end_inset
43743
43744 Mahogany
43745 \begin_inset ERT
43746 status collapsed
43747
43748 \begin_layout Plain Layout
43749
43750 }{
43751 \end_layout
43752
43753 \end_inset
43754
43755
43756 \begin_inset Phantom Phantom
43757 status open
43758
43759 \begin_layout Plain Layout
43760 W
43761 \end_layout
43762
43763 \end_inset
43764
43765
43766 \begin_inset ERT
43767 status collapsed
43768
43769 \begin_layout Plain Layout
43770
43771 }
43772 \end_layout
43773
43774 \end_inset
43775
43776  Mahogany
43777 \end_layout
43778
43779 \end_inset
43780 </cell>
43781 <cell alignment="left" valignment="top" usebox="none">
43782 \begin_inset Text
43783
43784 \begin_layout Plain Layout
43785 \begin_inset ERT
43786 status collapsed
43787
43788 \begin_layout Plain Layout
43789
43790
43791 \backslash
43792 fcolorbox{black}{
43793 \end_layout
43794
43795 \end_inset
43796
43797 Maroon
43798 \begin_inset ERT
43799 status collapsed
43800
43801 \begin_layout Plain Layout
43802
43803 }{
43804 \end_layout
43805
43806 \end_inset
43807
43808
43809 \begin_inset Phantom Phantom
43810 status open
43811
43812 \begin_layout Plain Layout
43813 W
43814 \end_layout
43815
43816 \end_inset
43817
43818
43819 \begin_inset ERT
43820 status collapsed
43821
43822 \begin_layout Plain Layout
43823
43824 }
43825 \end_layout
43826
43827 \end_inset
43828
43829  Maroon
43830 \end_layout
43831
43832 \end_inset
43833 </cell>
43834 <cell alignment="left" valignment="top" usebox="none">
43835 \begin_inset Text
43836
43837 \begin_layout Plain Layout
43838 \begin_inset ERT
43839 status collapsed
43840
43841 \begin_layout Plain Layout
43842
43843
43844 \backslash
43845 fcolorbox{black}{
43846 \end_layout
43847
43848 \end_inset
43849
43850 Melon
43851 \begin_inset ERT
43852 status collapsed
43853
43854 \begin_layout Plain Layout
43855
43856 }{
43857 \end_layout
43858
43859 \end_inset
43860
43861
43862 \begin_inset Phantom Phantom
43863 status open
43864
43865 \begin_layout Plain Layout
43866 W
43867 \end_layout
43868
43869 \end_inset
43870
43871
43872 \begin_inset ERT
43873 status collapsed
43874
43875 \begin_layout Plain Layout
43876
43877 }
43878 \end_layout
43879
43880 \end_inset
43881
43882  Melon
43883 \end_layout
43884
43885 \end_inset
43886 </cell>
43887 <cell alignment="left" valignment="top" usebox="none">
43888 \begin_inset Text
43889
43890 \begin_layout Plain Layout
43891 \begin_inset ERT
43892 status collapsed
43893
43894 \begin_layout Plain Layout
43895
43896
43897 \backslash
43898 fcolorbox{black}{
43899 \end_layout
43900
43901 \end_inset
43902
43903 MidnightBlue
43904 \begin_inset ERT
43905 status collapsed
43906
43907 \begin_layout Plain Layout
43908
43909 }{
43910 \end_layout
43911
43912 \end_inset
43913
43914
43915 \begin_inset Phantom Phantom
43916 status open
43917
43918 \begin_layout Plain Layout
43919 W
43920 \end_layout
43921
43922 \end_inset
43923
43924
43925 \begin_inset ERT
43926 status collapsed
43927
43928 \begin_layout Plain Layout
43929
43930 }
43931 \end_layout
43932
43933 \end_inset
43934
43935  MidnightBlue
43936 \end_layout
43937
43938 \end_inset
43939 </cell>
43940 </row>
43941 <row>
43942 <cell alignment="left" valignment="top" usebox="none">
43943 \begin_inset Text
43944
43945 \begin_layout Plain Layout
43946 \begin_inset ERT
43947 status collapsed
43948
43949 \begin_layout Plain Layout
43950
43951
43952 \backslash
43953 fcolorbox{black}{
43954 \end_layout
43955
43956 \end_inset
43957
43958 Mulberry
43959 \begin_inset ERT
43960 status collapsed
43961
43962 \begin_layout Plain Layout
43963
43964 }{
43965 \end_layout
43966
43967 \end_inset
43968
43969
43970 \begin_inset Phantom Phantom
43971 status open
43972
43973 \begin_layout Plain Layout
43974 W
43975 \end_layout
43976
43977 \end_inset
43978
43979
43980 \begin_inset ERT
43981 status collapsed
43982
43983 \begin_layout Plain Layout
43984
43985 }
43986 \end_layout
43987
43988 \end_inset
43989
43990  Mulberry
43991 \end_layout
43992
43993 \end_inset
43994 </cell>
43995 <cell alignment="left" valignment="top" usebox="none">
43996 \begin_inset Text
43997
43998 \begin_layout Plain Layout
43999 \begin_inset ERT
44000 status collapsed
44001
44002 \begin_layout Plain Layout
44003
44004
44005 \backslash
44006 fcolorbox{black}{
44007 \end_layout
44008
44009 \end_inset
44010
44011 NavyBlue
44012 \begin_inset ERT
44013 status collapsed
44014
44015 \begin_layout Plain Layout
44016
44017 }{
44018 \end_layout
44019
44020 \end_inset
44021
44022
44023 \begin_inset Phantom Phantom
44024 status open
44025
44026 \begin_layout Plain Layout
44027 W
44028 \end_layout
44029
44030 \end_inset
44031
44032
44033 \begin_inset ERT
44034 status collapsed
44035
44036 \begin_layout Plain Layout
44037
44038 }
44039 \end_layout
44040
44041 \end_inset
44042
44043  NavyBlue
44044 \end_layout
44045
44046 \end_inset
44047 </cell>
44048 <cell alignment="left" valignment="top" usebox="none">
44049 \begin_inset Text
44050
44051 \begin_layout Plain Layout
44052 \begin_inset ERT
44053 status collapsed
44054
44055 \begin_layout Plain Layout
44056
44057
44058 \backslash
44059 fcolorbox{black}{
44060 \end_layout
44061
44062 \end_inset
44063
44064 OliveGreen
44065 \begin_inset ERT
44066 status collapsed
44067
44068 \begin_layout Plain Layout
44069
44070 }{
44071 \end_layout
44072
44073 \end_inset
44074
44075
44076 \begin_inset Phantom Phantom
44077 status open
44078
44079 \begin_layout Plain Layout
44080 W
44081 \end_layout
44082
44083 \end_inset
44084
44085
44086 \begin_inset ERT
44087 status collapsed
44088
44089 \begin_layout Plain Layout
44090
44091 }
44092 \end_layout
44093
44094 \end_inset
44095
44096  OliveGreen
44097 \end_layout
44098
44099 \end_inset
44100 </cell>
44101 <cell alignment="left" valignment="top" usebox="none">
44102 \begin_inset Text
44103
44104 \begin_layout Plain Layout
44105 \begin_inset ERT
44106 status collapsed
44107
44108 \begin_layout Plain Layout
44109
44110
44111 \backslash
44112 fcolorbox{black}{
44113 \end_layout
44114
44115 \end_inset
44116
44117 Orange
44118 \begin_inset ERT
44119 status collapsed
44120
44121 \begin_layout Plain Layout
44122
44123 }{
44124 \end_layout
44125
44126 \end_inset
44127
44128
44129 \begin_inset Phantom Phantom
44130 status open
44131
44132 \begin_layout Plain Layout
44133 W
44134 \end_layout
44135
44136 \end_inset
44137
44138
44139 \begin_inset ERT
44140 status collapsed
44141
44142 \begin_layout Plain Layout
44143
44144 }
44145 \end_layout
44146
44147 \end_inset
44148
44149  Orange
44150 \end_layout
44151
44152 \end_inset
44153 </cell>
44154 </row>
44155 <row>
44156 <cell alignment="left" valignment="top" usebox="none">
44157 \begin_inset Text
44158
44159 \begin_layout Plain Layout
44160 \begin_inset ERT
44161 status collapsed
44162
44163 \begin_layout Plain Layout
44164
44165
44166 \backslash
44167 fcolorbox{black}{
44168 \end_layout
44169
44170 \end_inset
44171
44172 OrangeRed
44173 \begin_inset ERT
44174 status collapsed
44175
44176 \begin_layout Plain Layout
44177
44178 }{
44179 \end_layout
44180
44181 \end_inset
44182
44183
44184 \begin_inset Phantom Phantom
44185 status open
44186
44187 \begin_layout Plain Layout
44188 W
44189 \end_layout
44190
44191 \end_inset
44192
44193
44194 \begin_inset ERT
44195 status collapsed
44196
44197 \begin_layout Plain Layout
44198
44199 }
44200 \end_layout
44201
44202 \end_inset
44203
44204  OrangeRed
44205 \end_layout
44206
44207 \end_inset
44208 </cell>
44209 <cell alignment="left" valignment="top" usebox="none">
44210 \begin_inset Text
44211
44212 \begin_layout Plain Layout
44213 \begin_inset ERT
44214 status collapsed
44215
44216 \begin_layout Plain Layout
44217
44218
44219 \backslash
44220 fcolorbox{black}{
44221 \end_layout
44222
44223 \end_inset
44224
44225 Orchid
44226 \begin_inset ERT
44227 status collapsed
44228
44229 \begin_layout Plain Layout
44230
44231 }{
44232 \end_layout
44233
44234 \end_inset
44235
44236
44237 \begin_inset Phantom Phantom
44238 status open
44239
44240 \begin_layout Plain Layout
44241 W
44242 \end_layout
44243
44244 \end_inset
44245
44246
44247 \begin_inset ERT
44248 status collapsed
44249
44250 \begin_layout Plain Layout
44251
44252 }
44253 \end_layout
44254
44255 \end_inset
44256
44257  Orchid
44258 \end_layout
44259
44260 \end_inset
44261 </cell>
44262 <cell alignment="left" valignment="top" usebox="none">
44263 \begin_inset Text
44264
44265 \begin_layout Plain Layout
44266 \begin_inset ERT
44267 status collapsed
44268
44269 \begin_layout Plain Layout
44270
44271
44272 \backslash
44273 fcolorbox{black}{
44274 \end_layout
44275
44276 \end_inset
44277
44278 Peach
44279 \begin_inset ERT
44280 status collapsed
44281
44282 \begin_layout Plain Layout
44283
44284 }{
44285 \end_layout
44286
44287 \end_inset
44288
44289
44290 \begin_inset Phantom Phantom
44291 status open
44292
44293 \begin_layout Plain Layout
44294 W
44295 \end_layout
44296
44297 \end_inset
44298
44299
44300 \begin_inset ERT
44301 status collapsed
44302
44303 \begin_layout Plain Layout
44304
44305 }
44306 \end_layout
44307
44308 \end_inset
44309
44310  Peach
44311 \end_layout
44312
44313 \end_inset
44314 </cell>
44315 <cell alignment="left" valignment="top" usebox="none">
44316 \begin_inset Text
44317
44318 \begin_layout Plain Layout
44319 \begin_inset ERT
44320 status collapsed
44321
44322 \begin_layout Plain Layout
44323
44324
44325 \backslash
44326 fcolorbox{black}{
44327 \end_layout
44328
44329 \end_inset
44330
44331 Periwinkle
44332 \begin_inset ERT
44333 status collapsed
44334
44335 \begin_layout Plain Layout
44336
44337 }{
44338 \end_layout
44339
44340 \end_inset
44341
44342
44343 \begin_inset Phantom Phantom
44344 status open
44345
44346 \begin_layout Plain Layout
44347 W
44348 \end_layout
44349
44350 \end_inset
44351
44352
44353 \begin_inset ERT
44354 status collapsed
44355
44356 \begin_layout Plain Layout
44357
44358 }
44359 \end_layout
44360
44361 \end_inset
44362
44363  Periwinkle
44364 \end_layout
44365
44366 \end_inset
44367 </cell>
44368 </row>
44369 <row>
44370 <cell alignment="left" valignment="top" usebox="none">
44371 \begin_inset Text
44372
44373 \begin_layout Plain Layout
44374 \begin_inset ERT
44375 status collapsed
44376
44377 \begin_layout Plain Layout
44378
44379
44380 \backslash
44381 fcolorbox{black}{
44382 \end_layout
44383
44384 \end_inset
44385
44386 PineGreen
44387 \begin_inset ERT
44388 status collapsed
44389
44390 \begin_layout Plain Layout
44391
44392 }{
44393 \end_layout
44394
44395 \end_inset
44396
44397
44398 \begin_inset Phantom Phantom
44399 status open
44400
44401 \begin_layout Plain Layout
44402 W
44403 \end_layout
44404
44405 \end_inset
44406
44407
44408 \begin_inset ERT
44409 status collapsed
44410
44411 \begin_layout Plain Layout
44412
44413 }
44414 \end_layout
44415
44416 \end_inset
44417
44418  PineGreen
44419 \end_layout
44420
44421 \end_inset
44422 </cell>
44423 <cell alignment="left" valignment="top" usebox="none">
44424 \begin_inset Text
44425
44426 \begin_layout Plain Layout
44427 \begin_inset ERT
44428 status collapsed
44429
44430 \begin_layout Plain Layout
44431
44432
44433 \backslash
44434 fcolorbox{black}{
44435 \end_layout
44436
44437 \end_inset
44438
44439 Plum
44440 \begin_inset ERT
44441 status collapsed
44442
44443 \begin_layout Plain Layout
44444
44445 }{
44446 \end_layout
44447
44448 \end_inset
44449
44450
44451 \begin_inset Phantom Phantom
44452 status open
44453
44454 \begin_layout Plain Layout
44455 W
44456 \end_layout
44457
44458 \end_inset
44459
44460
44461 \begin_inset ERT
44462 status collapsed
44463
44464 \begin_layout Plain Layout
44465
44466 }
44467 \end_layout
44468
44469 \end_inset
44470
44471  Plum
44472 \end_layout
44473
44474 \end_inset
44475 </cell>
44476 <cell alignment="left" valignment="top" usebox="none">
44477 \begin_inset Text
44478
44479 \begin_layout Plain Layout
44480 \begin_inset ERT
44481 status collapsed
44482
44483 \begin_layout Plain Layout
44484
44485
44486 \backslash
44487 fcolorbox{black}{
44488 \end_layout
44489
44490 \end_inset
44491
44492 ProcessBlue
44493 \begin_inset ERT
44494 status collapsed
44495
44496 \begin_layout Plain Layout
44497
44498 }{
44499 \end_layout
44500
44501 \end_inset
44502
44503
44504 \begin_inset Phantom Phantom
44505 status open
44506
44507 \begin_layout Plain Layout
44508 W
44509 \end_layout
44510
44511 \end_inset
44512
44513
44514 \begin_inset ERT
44515 status collapsed
44516
44517 \begin_layout Plain Layout
44518
44519 }
44520 \end_layout
44521
44522 \end_inset
44523
44524  ProcessBlue
44525 \end_layout
44526
44527 \end_inset
44528 </cell>
44529 <cell alignment="left" valignment="top" usebox="none">
44530 \begin_inset Text
44531
44532 \begin_layout Plain Layout
44533 \begin_inset ERT
44534 status collapsed
44535
44536 \begin_layout Plain Layout
44537
44538
44539 \backslash
44540 fcolorbox{black}{
44541 \end_layout
44542
44543 \end_inset
44544
44545 Purple
44546 \begin_inset ERT
44547 status collapsed
44548
44549 \begin_layout Plain Layout
44550
44551 }{
44552 \end_layout
44553
44554 \end_inset
44555
44556
44557 \begin_inset Phantom Phantom
44558 status open
44559
44560 \begin_layout Plain Layout
44561 W
44562 \end_layout
44563
44564 \end_inset
44565
44566
44567 \begin_inset ERT
44568 status collapsed
44569
44570 \begin_layout Plain Layout
44571
44572 }
44573 \end_layout
44574
44575 \end_inset
44576
44577  Purple
44578 \end_layout
44579
44580 \end_inset
44581 </cell>
44582 </row>
44583 <row>
44584 <cell alignment="left" valignment="top" usebox="none">
44585 \begin_inset Text
44586
44587 \begin_layout Plain Layout
44588 \begin_inset ERT
44589 status collapsed
44590
44591 \begin_layout Plain Layout
44592
44593
44594 \backslash
44595 fcolorbox{black}{
44596 \end_layout
44597
44598 \end_inset
44599
44600 RawSienna
44601 \begin_inset ERT
44602 status collapsed
44603
44604 \begin_layout Plain Layout
44605
44606 }{
44607 \end_layout
44608
44609 \end_inset
44610
44611
44612 \begin_inset Phantom Phantom
44613 status open
44614
44615 \begin_layout Plain Layout
44616 W
44617 \end_layout
44618
44619 \end_inset
44620
44621
44622 \begin_inset ERT
44623 status collapsed
44624
44625 \begin_layout Plain Layout
44626
44627 }
44628 \end_layout
44629
44630 \end_inset
44631
44632  RawSienna
44633 \end_layout
44634
44635 \end_inset
44636 </cell>
44637 <cell alignment="left" valignment="top" usebox="none">
44638 \begin_inset Text
44639
44640 \begin_layout Plain Layout
44641 \begin_inset ERT
44642 status collapsed
44643
44644 \begin_layout Plain Layout
44645
44646
44647 \backslash
44648 fcolorbox{black}{
44649 \end_layout
44650
44651 \end_inset
44652
44653 RedOrange
44654 \begin_inset ERT
44655 status collapsed
44656
44657 \begin_layout Plain Layout
44658
44659 }{
44660 \end_layout
44661
44662 \end_inset
44663
44664
44665 \begin_inset Phantom Phantom
44666 status open
44667
44668 \begin_layout Plain Layout
44669 W
44670 \end_layout
44671
44672 \end_inset
44673
44674
44675 \begin_inset ERT
44676 status collapsed
44677
44678 \begin_layout Plain Layout
44679
44680 }
44681 \end_layout
44682
44683 \end_inset
44684
44685  RedOrange
44686 \end_layout
44687
44688 \end_inset
44689 </cell>
44690 <cell alignment="left" valignment="top" usebox="none">
44691 \begin_inset Text
44692
44693 \begin_layout Plain Layout
44694 \begin_inset ERT
44695 status collapsed
44696
44697 \begin_layout Plain Layout
44698
44699
44700 \backslash
44701 fcolorbox{black}{
44702 \end_layout
44703
44704 \end_inset
44705
44706 RedViolet
44707 \begin_inset ERT
44708 status collapsed
44709
44710 \begin_layout Plain Layout
44711
44712 }{
44713 \end_layout
44714
44715 \end_inset
44716
44717
44718 \begin_inset Phantom Phantom
44719 status open
44720
44721 \begin_layout Plain Layout
44722 W
44723 \end_layout
44724
44725 \end_inset
44726
44727
44728 \begin_inset ERT
44729 status collapsed
44730
44731 \begin_layout Plain Layout
44732
44733 }
44734 \end_layout
44735
44736 \end_inset
44737
44738  RedViolet
44739 \end_layout
44740
44741 \end_inset
44742 </cell>
44743 <cell alignment="left" valignment="top" usebox="none">
44744 \begin_inset Text
44745
44746 \begin_layout Plain Layout
44747 \begin_inset ERT
44748 status collapsed
44749
44750 \begin_layout Plain Layout
44751
44752
44753 \backslash
44754 fcolorbox{black}{
44755 \end_layout
44756
44757 \end_inset
44758
44759 Rhodamine
44760 \begin_inset ERT
44761 status collapsed
44762
44763 \begin_layout Plain Layout
44764
44765 }{
44766 \end_layout
44767
44768 \end_inset
44769
44770
44771 \begin_inset Phantom Phantom
44772 status open
44773
44774 \begin_layout Plain Layout
44775 W
44776 \end_layout
44777
44778 \end_inset
44779
44780
44781 \begin_inset ERT
44782 status collapsed
44783
44784 \begin_layout Plain Layout
44785
44786 }
44787 \end_layout
44788
44789 \end_inset
44790
44791  Rhodamine
44792 \end_layout
44793
44794 \end_inset
44795 </cell>
44796 </row>
44797 <row>
44798 <cell alignment="left" valignment="top" usebox="none">
44799 \begin_inset Text
44800
44801 \begin_layout Plain Layout
44802 \begin_inset ERT
44803 status collapsed
44804
44805 \begin_layout Plain Layout
44806
44807
44808 \backslash
44809 fcolorbox{black}{
44810 \end_layout
44811
44812 \end_inset
44813
44814 RoyalBlue
44815 \begin_inset ERT
44816 status collapsed
44817
44818 \begin_layout Plain Layout
44819
44820 }{
44821 \end_layout
44822
44823 \end_inset
44824
44825
44826 \begin_inset Phantom Phantom
44827 status open
44828
44829 \begin_layout Plain Layout
44830 W
44831 \end_layout
44832
44833 \end_inset
44834
44835
44836 \begin_inset ERT
44837 status collapsed
44838
44839 \begin_layout Plain Layout
44840
44841 }
44842 \end_layout
44843
44844 \end_inset
44845
44846  RoyalBlue
44847 \end_layout
44848
44849 \end_inset
44850 </cell>
44851 <cell alignment="left" valignment="top" usebox="none">
44852 \begin_inset Text
44853
44854 \begin_layout Plain Layout
44855 \begin_inset ERT
44856 status collapsed
44857
44858 \begin_layout Plain Layout
44859
44860
44861 \backslash
44862 fcolorbox{black}{
44863 \end_layout
44864
44865 \end_inset
44866
44867 RoyalPurple
44868 \begin_inset ERT
44869 status collapsed
44870
44871 \begin_layout Plain Layout
44872
44873 }{
44874 \end_layout
44875
44876 \end_inset
44877
44878
44879 \begin_inset Phantom Phantom
44880 status open
44881
44882 \begin_layout Plain Layout
44883 W
44884 \end_layout
44885
44886 \end_inset
44887
44888
44889 \begin_inset ERT
44890 status collapsed
44891
44892 \begin_layout Plain Layout
44893
44894 }
44895 \end_layout
44896
44897 \end_inset
44898
44899  RoyalPurple
44900 \end_layout
44901
44902 \end_inset
44903 </cell>
44904 <cell alignment="left" valignment="top" usebox="none">
44905 \begin_inset Text
44906
44907 \begin_layout Plain Layout
44908 \begin_inset ERT
44909 status collapsed
44910
44911 \begin_layout Plain Layout
44912
44913
44914 \backslash
44915 fcolorbox{black}{
44916 \end_layout
44917
44918 \end_inset
44919
44920 RubineRed
44921 \begin_inset ERT
44922 status collapsed
44923
44924 \begin_layout Plain Layout
44925
44926 }{
44927 \end_layout
44928
44929 \end_inset
44930
44931
44932 \begin_inset Phantom Phantom
44933 status open
44934
44935 \begin_layout Plain Layout
44936 W
44937 \end_layout
44938
44939 \end_inset
44940
44941
44942 \begin_inset ERT
44943 status collapsed
44944
44945 \begin_layout Plain Layout
44946
44947 }
44948 \end_layout
44949
44950 \end_inset
44951
44952  RubineRed
44953 \end_layout
44954
44955 \end_inset
44956 </cell>
44957 <cell alignment="left" valignment="top" usebox="none">
44958 \begin_inset Text
44959
44960 \begin_layout Plain Layout
44961 \begin_inset ERT
44962 status collapsed
44963
44964 \begin_layout Plain Layout
44965
44966
44967 \backslash
44968 fcolorbox{black}{
44969 \end_layout
44970
44971 \end_inset
44972
44973 Salmon
44974 \begin_inset ERT
44975 status collapsed
44976
44977 \begin_layout Plain Layout
44978
44979 }{
44980 \end_layout
44981
44982 \end_inset
44983
44984
44985 \begin_inset Phantom Phantom
44986 status open
44987
44988 \begin_layout Plain Layout
44989 W
44990 \end_layout
44991
44992 \end_inset
44993
44994
44995 \begin_inset ERT
44996 status collapsed
44997
44998 \begin_layout Plain Layout
44999
45000 }
45001 \end_layout
45002
45003 \end_inset
45004
45005  Salmon
45006 \end_layout
45007
45008 \end_inset
45009 </cell>
45010 </row>
45011 <row>
45012 <cell alignment="left" valignment="top" usebox="none">
45013 \begin_inset Text
45014
45015 \begin_layout Plain Layout
45016 \begin_inset ERT
45017 status collapsed
45018
45019 \begin_layout Plain Layout
45020
45021
45022 \backslash
45023 fcolorbox{black}{
45024 \end_layout
45025
45026 \end_inset
45027
45028 SeaGreen
45029 \begin_inset ERT
45030 status collapsed
45031
45032 \begin_layout Plain Layout
45033
45034 }{
45035 \end_layout
45036
45037 \end_inset
45038
45039
45040 \begin_inset Phantom Phantom
45041 status open
45042
45043 \begin_layout Plain Layout
45044 W
45045 \end_layout
45046
45047 \end_inset
45048
45049
45050 \begin_inset ERT
45051 status collapsed
45052
45053 \begin_layout Plain Layout
45054
45055 }
45056 \end_layout
45057
45058 \end_inset
45059
45060  SeaGreen
45061 \end_layout
45062
45063 \end_inset
45064 </cell>
45065 <cell alignment="left" valignment="top" usebox="none">
45066 \begin_inset Text
45067
45068 \begin_layout Plain Layout
45069 \begin_inset ERT
45070 status collapsed
45071
45072 \begin_layout Plain Layout
45073
45074
45075 \backslash
45076 fcolorbox{black}{
45077 \end_layout
45078
45079 \end_inset
45080
45081 Sepia
45082 \begin_inset ERT
45083 status collapsed
45084
45085 \begin_layout Plain Layout
45086
45087 }{
45088 \end_layout
45089
45090 \end_inset
45091
45092
45093 \begin_inset Phantom Phantom
45094 status open
45095
45096 \begin_layout Plain Layout
45097 W
45098 \end_layout
45099
45100 \end_inset
45101
45102
45103 \begin_inset ERT
45104 status collapsed
45105
45106 \begin_layout Plain Layout
45107
45108 }
45109 \end_layout
45110
45111 \end_inset
45112
45113  Sepia
45114 \end_layout
45115
45116 \end_inset
45117 </cell>
45118 <cell alignment="left" valignment="top" usebox="none">
45119 \begin_inset Text
45120
45121 \begin_layout Plain Layout
45122 \begin_inset ERT
45123 status collapsed
45124
45125 \begin_layout Plain Layout
45126
45127
45128 \backslash
45129 fcolorbox{black}{
45130 \end_layout
45131
45132 \end_inset
45133
45134 SkyBlue
45135 \begin_inset ERT
45136 status collapsed
45137
45138 \begin_layout Plain Layout
45139
45140 }{
45141 \end_layout
45142
45143 \end_inset
45144
45145
45146 \begin_inset Phantom Phantom
45147 status open
45148
45149 \begin_layout Plain Layout
45150 W
45151 \end_layout
45152
45153 \end_inset
45154
45155
45156 \begin_inset ERT
45157 status collapsed
45158
45159 \begin_layout Plain Layout
45160
45161 }
45162 \end_layout
45163
45164 \end_inset
45165
45166  SkyBlue
45167 \end_layout
45168
45169 \end_inset
45170 </cell>
45171 <cell alignment="left" valignment="top" usebox="none">
45172 \begin_inset Text
45173
45174 \begin_layout Plain Layout
45175 \begin_inset ERT
45176 status collapsed
45177
45178 \begin_layout Plain Layout
45179
45180
45181 \backslash
45182 fcolorbox{black}{
45183 \end_layout
45184
45185 \end_inset
45186
45187 SpringGreen
45188 \begin_inset ERT
45189 status collapsed
45190
45191 \begin_layout Plain Layout
45192
45193 }{
45194 \end_layout
45195
45196 \end_inset
45197
45198
45199 \begin_inset Phantom Phantom
45200 status open
45201
45202 \begin_layout Plain Layout
45203 W
45204 \end_layout
45205
45206 \end_inset
45207
45208
45209 \begin_inset ERT
45210 status collapsed
45211
45212 \begin_layout Plain Layout
45213
45214 }
45215 \end_layout
45216
45217 \end_inset
45218
45219  SpringGreen
45220 \end_layout
45221
45222 \end_inset
45223 </cell>
45224 </row>
45225 <row>
45226 <cell alignment="left" valignment="top" usebox="none">
45227 \begin_inset Text
45228
45229 \begin_layout Plain Layout
45230 \begin_inset ERT
45231 status collapsed
45232
45233 \begin_layout Plain Layout
45234
45235
45236 \backslash
45237 fcolorbox{black}{
45238 \end_layout
45239
45240 \end_inset
45241
45242 Tan
45243 \begin_inset ERT
45244 status collapsed
45245
45246 \begin_layout Plain Layout
45247
45248 }{
45249 \end_layout
45250
45251 \end_inset
45252
45253
45254 \begin_inset Phantom Phantom
45255 status open
45256
45257 \begin_layout Plain Layout
45258 W
45259 \end_layout
45260
45261 \end_inset
45262
45263
45264 \begin_inset ERT
45265 status collapsed
45266
45267 \begin_layout Plain Layout
45268
45269 }
45270 \end_layout
45271
45272 \end_inset
45273
45274  Tan
45275 \end_layout
45276
45277 \end_inset
45278 </cell>
45279 <cell alignment="left" valignment="top" usebox="none">
45280 \begin_inset Text
45281
45282 \begin_layout Plain Layout
45283 \begin_inset ERT
45284 status collapsed
45285
45286 \begin_layout Plain Layout
45287
45288
45289 \backslash
45290 fcolorbox{black}{
45291 \end_layout
45292
45293 \end_inset
45294
45295 TealBlue
45296 \begin_inset ERT
45297 status collapsed
45298
45299 \begin_layout Plain Layout
45300
45301 }{
45302 \end_layout
45303
45304 \end_inset
45305
45306
45307 \begin_inset Phantom Phantom
45308 status open
45309
45310 \begin_layout Plain Layout
45311 W
45312 \end_layout
45313
45314 \end_inset
45315
45316
45317 \begin_inset ERT
45318 status collapsed
45319
45320 \begin_layout Plain Layout
45321
45322 }
45323 \end_layout
45324
45325 \end_inset
45326
45327  TealBlue
45328 \end_layout
45329
45330 \end_inset
45331 </cell>
45332 <cell alignment="left" valignment="top" usebox="none">
45333 \begin_inset Text
45334
45335 \begin_layout Plain Layout
45336 \begin_inset ERT
45337 status collapsed
45338
45339 \begin_layout Plain Layout
45340
45341
45342 \backslash
45343 fcolorbox{black}{
45344 \end_layout
45345
45346 \end_inset
45347
45348 Thistle
45349 \begin_inset ERT
45350 status collapsed
45351
45352 \begin_layout Plain Layout
45353
45354 }{
45355 \end_layout
45356
45357 \end_inset
45358
45359
45360 \begin_inset Phantom Phantom
45361 status open
45362
45363 \begin_layout Plain Layout
45364 W
45365 \end_layout
45366
45367 \end_inset
45368
45369
45370 \begin_inset ERT
45371 status collapsed
45372
45373 \begin_layout Plain Layout
45374
45375 }
45376 \end_layout
45377
45378 \end_inset
45379
45380  Thistle
45381 \end_layout
45382
45383 \end_inset
45384 </cell>
45385 <cell alignment="left" valignment="top" usebox="none">
45386 \begin_inset Text
45387
45388 \begin_layout Plain Layout
45389 \begin_inset ERT
45390 status collapsed
45391
45392 \begin_layout Plain Layout
45393
45394
45395 \backslash
45396 fcolorbox{black}{
45397 \end_layout
45398
45399 \end_inset
45400
45401 Turquoise
45402 \begin_inset ERT
45403 status collapsed
45404
45405 \begin_layout Plain Layout
45406
45407 }{
45408 \end_layout
45409
45410 \end_inset
45411
45412
45413 \begin_inset Phantom Phantom
45414 status open
45415
45416 \begin_layout Plain Layout
45417 W
45418 \end_layout
45419
45420 \end_inset
45421
45422
45423 \begin_inset ERT
45424 status collapsed
45425
45426 \begin_layout Plain Layout
45427
45428 }
45429 \end_layout
45430
45431 \end_inset
45432
45433  Turquoise
45434 \end_layout
45435
45436 \end_inset
45437 </cell>
45438 </row>
45439 <row>
45440 <cell alignment="left" valignment="top" usebox="none">
45441 \begin_inset Text
45442
45443 \begin_layout Plain Layout
45444 \begin_inset ERT
45445 status collapsed
45446
45447 \begin_layout Plain Layout
45448
45449
45450 \backslash
45451 fcolorbox{black}{
45452 \end_layout
45453
45454 \end_inset
45455
45456 Violet
45457 \begin_inset ERT
45458 status collapsed
45459
45460 \begin_layout Plain Layout
45461
45462 }{
45463 \end_layout
45464
45465 \end_inset
45466
45467
45468 \begin_inset Phantom Phantom
45469 status open
45470
45471 \begin_layout Plain Layout
45472 W
45473 \end_layout
45474
45475 \end_inset
45476
45477
45478 \begin_inset ERT
45479 status collapsed
45480
45481 \begin_layout Plain Layout
45482
45483 }
45484 \end_layout
45485
45486 \end_inset
45487
45488  Violet
45489 \end_layout
45490
45491 \end_inset
45492 </cell>
45493 <cell alignment="left" valignment="top" usebox="none">
45494 \begin_inset Text
45495
45496 \begin_layout Plain Layout
45497 \begin_inset ERT
45498 status collapsed
45499
45500 \begin_layout Plain Layout
45501
45502
45503 \backslash
45504 fcolorbox{black}{
45505 \end_layout
45506
45507 \end_inset
45508
45509 VioletRed
45510 \begin_inset ERT
45511 status collapsed
45512
45513 \begin_layout Plain Layout
45514
45515 }{
45516 \end_layout
45517
45518 \end_inset
45519
45520
45521 \begin_inset Phantom Phantom
45522 status open
45523
45524 \begin_layout Plain Layout
45525 W
45526 \end_layout
45527
45528 \end_inset
45529
45530
45531 \begin_inset ERT
45532 status collapsed
45533
45534 \begin_layout Plain Layout
45535
45536 }
45537 \end_layout
45538
45539 \end_inset
45540
45541  VioletRed
45542 \end_layout
45543
45544 \end_inset
45545 </cell>
45546 <cell alignment="left" valignment="top" usebox="none">
45547 \begin_inset Text
45548
45549 \begin_layout Plain Layout
45550 \begin_inset ERT
45551 status collapsed
45552
45553 \begin_layout Plain Layout
45554
45555
45556 \backslash
45557 fcolorbox{black}{
45558 \end_layout
45559
45560 \end_inset
45561
45562 WildStrawberry
45563 \begin_inset ERT
45564 status collapsed
45565
45566 \begin_layout Plain Layout
45567
45568 }{
45569 \end_layout
45570
45571 \end_inset
45572
45573
45574 \begin_inset Phantom Phantom
45575 status open
45576
45577 \begin_layout Plain Layout
45578 W
45579 \end_layout
45580
45581 \end_inset
45582
45583
45584 \begin_inset ERT
45585 status collapsed
45586
45587 \begin_layout Plain Layout
45588
45589 }
45590 \end_layout
45591
45592 \end_inset
45593
45594  WildStrawberry
45595 \end_layout
45596
45597 \end_inset
45598 </cell>
45599 <cell alignment="left" valignment="top" usebox="none">
45600 \begin_inset Text
45601
45602 \begin_layout Plain Layout
45603 \begin_inset ERT
45604 status collapsed
45605
45606 \begin_layout Plain Layout
45607
45608
45609 \backslash
45610 fcolorbox{black}{
45611 \end_layout
45612
45613 \end_inset
45614
45615 YellowGreen
45616 \begin_inset ERT
45617 status collapsed
45618
45619 \begin_layout Plain Layout
45620
45621 }{
45622 \end_layout
45623
45624 \end_inset
45625
45626
45627 \begin_inset Phantom Phantom
45628 status open
45629
45630 \begin_layout Plain Layout
45631 W
45632 \end_layout
45633
45634 \end_inset
45635
45636
45637 \begin_inset ERT
45638 status collapsed
45639
45640 \begin_layout Plain Layout
45641
45642 }
45643 \end_layout
45644
45645 \end_inset
45646
45647  YellowGreen
45648 \end_layout
45649
45650 \end_inset
45651 </cell>
45652 </row>
45653 <row>
45654 <cell alignment="left" valignment="top" usebox="none">
45655 \begin_inset Text
45656
45657 \begin_layout Plain Layout
45658 \begin_inset ERT
45659 status collapsed
45660
45661 \begin_layout Plain Layout
45662
45663
45664 \backslash
45665 fcolorbox{black}{
45666 \end_layout
45667
45668 \end_inset
45669
45670 YellowOrange
45671 \begin_inset ERT
45672 status collapsed
45673
45674 \begin_layout Plain Layout
45675
45676 }{
45677 \end_layout
45678
45679 \end_inset
45680
45681
45682 \begin_inset Phantom Phantom
45683 status open
45684
45685 \begin_layout Plain Layout
45686 W
45687 \end_layout
45688
45689 \end_inset
45690
45691
45692 \begin_inset ERT
45693 status collapsed
45694
45695 \begin_layout Plain Layout
45696
45697 }
45698 \end_layout
45699
45700 \end_inset
45701
45702  YellowOrange
45703 \end_layout
45704
45705 \end_inset
45706 </cell>
45707 <cell alignment="left" valignment="top" usebox="none">
45708 \begin_inset Text
45709
45710 \begin_layout Plain Layout
45711
45712 \end_layout
45713
45714 \end_inset
45715 </cell>
45716 <cell alignment="left" valignment="top" usebox="none">
45717 \begin_inset Text
45718
45719 \begin_layout Plain Layout
45720
45721 \end_layout
45722
45723 \end_inset
45724 </cell>
45725 <cell alignment="left" valignment="top" usebox="none">
45726 \begin_inset Text
45727
45728 \begin_layout Plain Layout
45729
45730 \end_layout
45731
45732 \end_inset
45733 </cell>
45734 </row>
45735 </lyxtabular>
45736
45737 \end_inset
45738
45739
45740 \end_layout
45741
45742 \begin_layout Chapter
45743 Explication de l' équation
45744 \begin_inset space ~
45745 \end_inset
45746
45747 (
45748 \begin_inset CommandInset ref
45749 LatexCommand ref
45750 reference "eq:Wgn"
45751
45752 \end_inset
45753
45754 )
45755 \begin_inset CommandInset label
45756 LatexCommand label
45757 name "cha:Explication-de-l'Equation"
45758
45759 \end_inset
45760
45761
45762 \end_layout
45763
45764 \begin_layout Standard
45765 La largeur totale de 
45766 \emph on
45767 n
45768 \emph default
45769  cellules de tableau 
45770 \begin_inset Formula $L_{\mathrm{tot\,n}}$
45771 \end_inset
45772
45773  peut être calculée avec
45774 \begin_inset Formula 
45775 \begin{equation}
45776 L_{\mathrm{tot}\,n}=n\cdot(L_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45777 \end{equation}
45778
45779 \end_inset
45780
45781
45782 \end_layout
45783
45784 \begin_layout Standard
45785 où 
45786 \begin_inset Formula $L_{g\,n}$
45787 \end_inset
45788
45789  est la largeur fixe de toutes les cellules.
45790  
45791 \series bold
45792
45793 \backslash
45794 tabcolsep
45795 \series default
45796  est la largeur utilisée par \SpecialChar LaTeX
45797  entre le texte de la cellule et la bordure,
45798  sa valeur implicite est 6
45799 \begin_inset space \thinspace{}
45800 \end_inset
45801
45802 pt.
45803  
45804 \series bold
45805
45806 \backslash
45807 arrayrulewidth
45808 \series default
45809  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
45810 \begin_inset space \thinspace{}
45811 \end_inset
45812
45813 pt.
45814 \end_layout
45815
45816 \begin_layout Standard
45817 D'après l'équation
45818 \begin_inset space ~
45819 \end_inset
45820
45821
45822 \begin_inset CommandInset ref
45823 LatexCommand eqref
45824 reference "eq:Wtot_n"
45825
45826 \end_inset
45827
45828 , la largeur totale d'une multi-colonnes, 
45829 \begin_inset Formula $L_{\mathrm{tot\,mult}}$
45830 \end_inset
45831
45832  est
45833 \begin_inset Formula 
45834 \begin{equation}
45835 L_{\mathrm{tot\,mult}}=L_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45836 \end{equation}
45837
45838 \end_inset
45839
45840
45841 \end_layout
45842
45843 \begin_layout Standard
45844 En posant que les équations 
45845 \begin_inset space ~
45846 \end_inset
45847
45848
45849 \begin_inset CommandInset ref
45850 LatexCommand eqref
45851 reference "eq:Wtot_n"
45852
45853 \end_inset
45854
45855  et 
45856 \begin_inset CommandInset ref
45857 LatexCommand eqref
45858 reference "eq:Wtot_mult"
45859
45860 \end_inset
45861
45862  sont égales, on peut calculer la largeur nécessaire 
45863 \begin_inset Formula $L_{g\,n}$
45864 \end_inset
45865
45866  quand 
45867 \emph on
45868 n
45869 \emph default
45870  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
45871  de 
45872 \begin_inset Formula $L_{\mathrm{tot\,mult}}/n$
45873 \end_inset
45874
45875 :
45876 \begin_inset Formula 
45877 \begin{equation}
45878 L_{g\,n}=\frac{L_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45879 \end{equation}
45880
45881 \end_inset
45882
45883
45884 \end_layout
45885
45886 \begin_layout Bibliography
45887 \begin_inset CommandInset bibitem
45888 LatexCommand bibitem
45889 key "latexcompanion"
45890
45891 \end_inset
45892
45893 Frank Mittelbach and Michel Goossens: 
45894 \emph on
45895 The \SpecialChar LaTeX
45896  Companion Second Edition.
45897
45898 \emph default
45899  Addison-Wesley, 2004
45900 \end_layout
45901
45902 \begin_layout Bibliography
45903 \begin_inset CommandInset bibitem
45904 LatexCommand bibitem
45905 key "latexguide"
45906
45907 \end_inset
45908
45909 Helmut Kopka and Patrick W.
45910  Daly: 
45911 \emph on
45912 A Guide to \SpecialChar LaTeX
45913  Fourth Edition.
45914
45915 \emph default
45916  Addison-Wesley, 2003
45917 \end_layout
45918
45919 \begin_layout Bibliography
45920 \begin_inset CommandInset bibitem
45921 LatexCommand bibitem
45922 key "latexbook"
45923
45924 \end_inset
45925
45926 Leslie Lamport: 
45927 \emph on
45928 \SpecialChar LaTeX
45929 : A Document Preparation System.
45930
45931 \emph default
45932  Addison-Wesley, second edition, 1994
45933 \end_layout
45934
45935 \begin_layout Bibliography
45936 \begin_inset CommandInset bibitem
45937 LatexCommand bibitem
45938 key "arydshln"
45939
45940 \end_inset
45941
45942 Documentation du paquetage \SpecialChar LaTeX
45943
45944 \series bold
45945  
45946 \begin_inset CommandInset href
45947 LatexCommand href
45948 name "arydshln"
45949 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45950
45951 \end_inset
45952
45953
45954 \series default
45955
45956 \begin_inset Index idx
45957 status collapsed
45958
45959 \begin_layout Plain Layout
45960 Paquetages \SpecialChar LaTeX
45961  ! arydshln
45962 \end_layout
45963
45964 \end_inset
45965
45966
45967 \end_layout
45968
45969 \begin_layout Bibliography
45970 \begin_inset CommandInset bibitem
45971 LatexCommand bibitem
45972 key "booktabs"
45973
45974 \end_inset
45975
45976 Documentation du paquetage \SpecialChar LaTeX
45977  
45978 \series bold
45979
45980 \begin_inset CommandInset href
45981 LatexCommand href
45982 name "booktabs"
45983 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45984
45985 \end_inset
45986
45987
45988 \series default
45989
45990 \begin_inset Index idx
45991 status collapsed
45992
45993 \begin_layout Plain Layout
45994 Paquetages \SpecialChar LaTeX
45995  ! booktabs
45996 \end_layout
45997
45998 \end_inset
45999
46000
46001 \end_layout
46002
46003 \begin_layout Bibliography
46004 \begin_inset CommandInset bibitem
46005 LatexCommand bibitem
46006 key "caption"
46007
46008 \end_inset
46009
46010 Documentation du paquetage \SpecialChar LaTeX
46011  
46012 \series bold
46013
46014 \begin_inset CommandInset href
46015 LatexCommand href
46016 name "caption"
46017 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46018
46019 \end_inset
46020
46021
46022 \series default
46023
46024 \begin_inset Index idx
46025 status collapsed
46026
46027 \begin_layout Plain Layout
46028 Paquetages \SpecialChar LaTeX
46029  ! caption
46030 \end_layout
46031
46032 \end_inset
46033
46034
46035 \end_layout
46036
46037 \begin_layout Bibliography
46038 \begin_inset CommandInset bibitem
46039 LatexCommand bibitem
46040 key "diagbox"
46041
46042 \end_inset
46043
46044 Documentation du paquetage \SpecialChar LaTeX
46045  
46046 \series bold
46047
46048 \begin_inset CommandInset href
46049 LatexCommand href
46050 name "diagbox"
46051 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46052
46053 \end_inset
46054
46055
46056 \series default
46057
46058 \begin_inset Index idx
46059 status collapsed
46060
46061 \begin_layout Plain Layout
46062 Paquetages \SpecialChar LaTeX
46063  ! diagbox
46064 \end_layout
46065
46066 \end_inset
46067
46068
46069 \end_layout
46070
46071 \begin_layout Bibliography
46072 \begin_inset CommandInset bibitem
46073 LatexCommand bibitem
46074 key "endfloat"
46075
46076 \end_inset
46077
46078 Documentation du paquetage \SpecialChar LaTeX
46079  
46080 \series bold
46081
46082 \begin_inset CommandInset href
46083 LatexCommand href
46084 name "endfloat"
46085 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46086
46087 \end_inset
46088
46089
46090 \series default
46091
46092 \begin_inset Index idx
46093 status collapsed
46094
46095 \begin_layout Plain Layout
46096 Paquetages \SpecialChar LaTeX
46097  ! endfloat
46098 \end_layout
46099
46100 \end_inset
46101
46102
46103 \end_layout
46104
46105 \begin_layout Bibliography
46106 \begin_inset CommandInset bibitem
46107 LatexCommand bibitem
46108 key "footmisc"
46109
46110 \end_inset
46111
46112 Documentation du paquetage \SpecialChar LaTeX
46113  
46114 \series bold
46115
46116 \begin_inset CommandInset href
46117 LatexCommand href
46118 name "footmisc"
46119 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46120
46121 \end_inset
46122
46123
46124 \series default
46125
46126 \begin_inset Index idx
46127 status collapsed
46128
46129 \begin_layout Plain Layout
46130 Paquetages \SpecialChar LaTeX
46131  ! footmisc
46132 \end_layout
46133
46134 \end_inset
46135
46136
46137 \end_layout
46138
46139 \begin_layout Bibliography
46140 \begin_inset CommandInset bibitem
46141 LatexCommand bibitem
46142 key "hypcap"
46143
46144 \end_inset
46145
46146 Documentation du paquetage \SpecialChar LaTeX
46147  
46148 \series bold
46149
46150 \begin_inset CommandInset href
46151 LatexCommand href
46152 name "hypcap"
46153 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46154
46155 \end_inset
46156
46157
46158 \series default
46159
46160 \begin_inset Index idx
46161 status collapsed
46162
46163 \begin_layout Plain Layout
46164 Paquetages \SpecialChar LaTeX
46165  ! hyperref
46166 \end_layout
46167
46168 \end_inset
46169
46170
46171 \end_layout
46172
46173 \begin_layout Bibliography
46174 \begin_inset CommandInset bibitem
46175 LatexCommand bibitem
46176 key "hyperref"
46177
46178 \end_inset
46179
46180 Documentation du paquetage \SpecialChar LaTeX
46181  
46182 \series bold
46183
46184 \begin_inset CommandInset href
46185 LatexCommand href
46186 name "hyperref"
46187 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46188
46189 \end_inset
46190
46191
46192 \series default
46193
46194 \begin_inset Index idx
46195 status collapsed
46196
46197 \begin_layout Plain Layout
46198 Paquetages \SpecialChar LaTeX
46199  ! hyperref
46200 \end_layout
46201
46202 \end_inset
46203
46204
46205 \end_layout
46206
46207 \begin_layout Bibliography
46208 \begin_inset CommandInset bibitem
46209 LatexCommand bibitem
46210 key "KOMA-Script"
46211
46212 \end_inset
46213
46214 Documentation du paquetage \SpecialChar LaTeX
46215  
46216 \series bold
46217
46218 \begin_inset CommandInset href
46219 LatexCommand href
46220 name "KOMA-Script"
46221 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46222
46223 \end_inset
46224
46225
46226 \series default
46227
46228 \begin_inset Index idx
46229 status collapsed
46230
46231 \begin_layout Plain Layout
46232 Paquetages \SpecialChar LaTeX
46233  ! KOMA-Script
46234 \end_layout
46235
46236 \end_inset
46237
46238
46239 \end_layout
46240
46241 \begin_layout Bibliography
46242 \begin_inset CommandInset bibitem
46243 LatexCommand bibitem
46244 key "lettrine"
46245
46246 \end_inset
46247
46248 Documentation du paquetage \SpecialChar LaTeX
46249  
46250 \series bold
46251
46252 \begin_inset CommandInset href
46253 LatexCommand href
46254 name "lettrine"
46255 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46256
46257 \end_inset
46258
46259
46260 \series default
46261  et un 
46262 \begin_inset CommandInset href
46263 LatexCommand href
46264 name "exemple"
46265 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46266
46267 \end_inset
46268
46269
46270 \begin_inset Index idx
46271 status collapsed
46272
46273 \begin_layout Plain Layout
46274 Paquetages \SpecialChar LaTeX
46275  ! lettrine
46276 \end_layout
46277
46278 \end_inset
46279
46280
46281 \end_layout
46282
46283 \begin_layout Bibliography
46284 \begin_inset CommandInset bibitem
46285 LatexCommand bibitem
46286 key "listings"
46287
46288 \end_inset
46289
46290 Documentation du paquetage \SpecialChar LaTeX
46291  
46292 \series bold
46293
46294 \begin_inset CommandInset href
46295 LatexCommand href
46296 name "listings"
46297 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46298
46299 \end_inset
46300
46301
46302 \series default
46303
46304 \begin_inset Index idx
46305 status collapsed
46306
46307 \begin_layout Plain Layout
46308 Paquetages \SpecialChar LaTeX
46309  ! listings
46310 \end_layout
46311
46312 \end_inset
46313
46314
46315 \end_layout
46316
46317 \begin_layout Bibliography
46318 \begin_inset CommandInset bibitem
46319 LatexCommand bibitem
46320 key "marginnote"
46321
46322 \end_inset
46323
46324 Documentation du paquetage \SpecialChar LaTeX
46325  
46326 \series bold
46327
46328 \begin_inset CommandInset href
46329 LatexCommand href
46330 name "marginnote"
46331 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46332
46333 \end_inset
46334
46335
46336 \series default
46337
46338 \begin_inset Index idx
46339 status collapsed
46340
46341 \begin_layout Plain Layout
46342 Paquetages \SpecialChar LaTeX
46343  ! marginnote
46344 \end_layout
46345
46346 \end_inset
46347
46348
46349 \end_layout
46350
46351 \begin_layout Bibliography
46352 \begin_inset CommandInset bibitem
46353 LatexCommand bibitem
46354 key "pdfpages"
46355
46356 \end_inset
46357
46358 Documentation du paquetage \SpecialChar LaTeX
46359  
46360 \series bold
46361
46362 \begin_inset CommandInset href
46363 LatexCommand href
46364 name "pdfpages"
46365 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46366
46367 \end_inset
46368
46369
46370 \series default
46371
46372 \begin_inset Index idx
46373 status collapsed
46374
46375 \begin_layout Plain Layout
46376 Paquetages \SpecialChar LaTeX
46377  ! pdfpages
46378 \end_layout
46379
46380 \end_inset
46381
46382
46383 \end_layout
46384
46385 \begin_layout Bibliography
46386 \begin_inset CommandInset bibitem
46387 LatexCommand bibitem
46388 key "prettyref"
46389
46390 \end_inset
46391
46392 Documentation du paquetage \SpecialChar LaTeX
46393
46394 \series bold
46395  
46396 \begin_inset CommandInset href
46397 LatexCommand href
46398 name "prettyref"
46399 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46400
46401 \end_inset
46402
46403
46404 \series default
46405
46406 \begin_inset Index idx
46407 status collapsed
46408
46409 \begin_layout Plain Layout
46410 Paquetages \SpecialChar LaTeX
46411  ! prettyref
46412 \end_layout
46413
46414 \end_inset
46415
46416
46417 \end_layout
46418
46419 \begin_layout Bibliography
46420 \begin_inset CommandInset bibitem
46421 LatexCommand bibitem
46422 key "pstricks"
46423
46424 \end_inset
46425
46426 Page Web du paquetage \SpecialChar LaTeX
46427  
46428 \series bold
46429
46430 \begin_inset CommandInset href
46431 LatexCommand href
46432 name "PSTricks"
46433 target "http://tug.org/PSTricks/"
46434
46435 \end_inset
46436
46437
46438 \series default
46439
46440 \begin_inset Index idx
46441 status collapsed
46442
46443 \begin_layout Plain Layout
46444 Paquetages \SpecialChar LaTeX
46445  ! PSTricks
46446 \end_layout
46447
46448 \end_inset
46449
46450
46451 \end_layout
46452
46453 \begin_layout Bibliography
46454 \begin_inset CommandInset bibitem
46455 LatexCommand bibitem
46456 key "refstyle"
46457
46458 \end_inset
46459
46460 Documentation du paquetage \SpecialChar LaTeX
46461
46462 \series bold
46463  
46464 \begin_inset CommandInset href
46465 LatexCommand href
46466 name "refstyle"
46467 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
46468
46469 \end_inset
46470
46471
46472 \series default
46473
46474 \begin_inset Index idx
46475 status collapsed
46476
46477 \begin_layout Plain Layout
46478 Paquetages \SpecialChar LaTeX
46479  ! refstyle
46480 \end_layout
46481
46482 \end_inset
46483
46484
46485 \end_layout
46486
46487 \begin_layout Bibliography
46488 \begin_inset CommandInset bibitem
46489 LatexCommand bibitem
46490 key "sidecap"
46491
46492 \end_inset
46493
46494 Documentation du paquetage \SpecialChar LaTeX
46495  
46496 \series bold
46497
46498 \begin_inset CommandInset href
46499 LatexCommand href
46500 name "sidecap"
46501 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46502
46503 \end_inset
46504
46505
46506 \series default
46507
46508 \begin_inset Index idx
46509 status collapsed
46510
46511 \begin_layout Plain Layout
46512 Paquetages \SpecialChar LaTeX
46513  ! sidecap
46514 \end_layout
46515
46516 \end_inset
46517
46518
46519 \end_layout
46520
46521 \begin_layout Bibliography
46522 \begin_inset CommandInset bibitem
46523 LatexCommand bibitem
46524 key "NewInLyX20"
46525
46526 \end_inset
46527
46528
46529 \begin_inset CommandInset href
46530 LatexCommand href
46531 name "Page Wiki"
46532 target "http://wiki.lyx.org/LyX/NewInLyX20"
46533
46534 \end_inset
46535
46536  au sujet des nouveautés de 
46537 \family sans
46538 \SpecialChar LyX
46539  2.0
46540 \family default
46541 .
46542 \end_layout
46543
46544 \begin_layout Standard
46545 \begin_inset CommandInset index_print
46546 LatexCommand printindex
46547 type "idx"
46548
46549 \end_inset
46550
46551
46552 \end_layout
46553
46554 \end_body
46555 \end_document